From 2274189af488871f187793b52cf8dabcb16bd7db Mon Sep 17 00:00:00 2001 From: Marleen Jattke Date: Wed, 8 Jun 2022 09:06:39 +0200 Subject: [PATCH] add german labels --- configs/styles/background-color.js | 34 +- configs/styles/background-opacity.js | 3 +- configs/styles/border-radius.js | 9 +- configs/styles/border.js | 9 +- configs/styles/btn-color.js | 15 +- configs/styles/btn-icon.js | 12 +- configs/styles/btn-layout.js | 9 +- configs/styles/btn-letter-case.js | 9 +- configs/styles/btn-size.js | 10 +- configs/styles/btn-width.js | 9 +- configs/styles/col-alignment.js | 12 +- configs/styles/col-gap.js | 9 +- configs/styles/col-spacing.js | 9 +- configs/styles/col-three-ratio.js | 3 +- configs/styles/col-two-ratio.js | 3 +- configs/styles/col-width.js | 9 +- configs/styles/color-gradient.js | 15 +- configs/styles/figure-aspect-ratio.js | 3 +- configs/styles/figure-caption-size.js | 10 +- configs/styles/figure-caption.js | 15 +- configs/styles/figure-orientation.js | 9 +- configs/styles/figure-shape.js | 12 +- configs/styles/fixed-height.js | 30 +- configs/styles/form-btn-layout.js | 9 +- configs/styles/form-checkbox-margin.js | 9 +- configs/styles/form-checkbox-switch.js | 3 +- configs/styles/form-color.js | 9 +- configs/styles/form-columns-layout.js | 12 +- configs/styles/form-columns.js | 15 +- configs/styles/form-label.js | 15 +- configs/styles/form-layout.js | 9 +- configs/styles/form-poll.js | 9 +- configs/styles/form-radio-inline.js | 9 +- configs/styles/form-select-placeholder.js | 9 +- configs/styles/form-width.js | 9 +- configs/styles/hover-effect.js | 9 +- configs/styles/icon-color.js | 15 +- configs/styles/icon-hover-color.js | 15 +- configs/styles/icon-size.js | 10 +- configs/styles/image-content-position.js | 15 +- configs/styles/image-content-ratio.js | 3 +- configs/styles/news-background-color.js | 9 +- configs/styles/news-button.js | 9 +- configs/styles/overlay-color.js | 18 +- configs/styles/overlay-opacity.js | 3 +- configs/styles/shadow.js | 9 +- configs/styles/spacer.js | 3 +- configs/styles/table-color.js | 15 +- configs/styles/text-color.js | 15 +- configs/styles/text-size-h1.js | 9 +- configs/styles/text-size-h2.js | 9 +- configs/styles/text-size-h3.js | 9 +- configs/styles/text-size-h4.js | 9 +- configs/styles/text-size-h5.js | 9 +- configs/styles/text-size.js | 12 +- .../base/banner/prototype/index.js | 3 +- .../base/button/prototype/index.js | 3 +- content-elements/base/card/prototype/index.js | 3 +- .../base/card/prototype/styles.scss | 8 +- .../base/chart/prototype/chart.js | 18 +- .../base/chart/prototype/index.js | 9 +- .../base/figure/prototype/index.js | 9 +- content-elements/base/h1/prototype/index.js | 9 +- content-elements/base/h2/prototype/index.js | 9 +- content-elements/base/h3/prototype/index.js | 9 +- content-elements/base/h4/prototype/index.js | 9 +- content-elements/base/h5/prototype/index.js | 9 +- content-elements/base/html/prototype/index.js | 3 +- .../base/news-snippet/prototype/index.js | 9 +- .../social-media-follow/prototype/index.js | 6 +- .../social-media-share/prototype/index.js | 6 +- .../base/table/prototype/index.js | 6 +- .../base/video/prototype/index.js | 9 +- .../form/checkbox/prototype/index.js | 6 +- content-elements/form/form-container/index.js | 6 +- .../form/form-field-tel/prototype/index.js | 24 +- .../form/form-field/prototype/index.js | 18 +- .../form/multi-column/prototype/index.js | 3 +- content-elements/form/poll/prototype/index.js | 18 +- .../form/radio/prototype/index.js | 12 +- .../form/select/prototype/index.js | 6 +- .../form/text-area/prototype/index.js | 12 +- content-elements/layout/col-four/index.js | 3 +- content-elements/layout/col-one/index.js | 3 +- content-elements/layout/col-three/index.js | 3 +- content-elements/layout/col-two/index.js | 3 +- .../layout/spacer/prototype/index.js | 3 +- package-lock.json | 630 +++++++++--------- styles/properties.scss | 6 - styles/styles.scss | 2 +- 90 files changed, 842 insertions(+), 633 deletions(-) diff --git a/configs/styles/background-color.js b/configs/styles/background-color.js index be5ae9e..cf712b6 100644 --- a/configs/styles/background-color.js +++ b/configs/styles/background-color.js @@ -2,38 +2,26 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('background-color-KJRfob') - .withLabel('Background color') + /*.withLabel('Background color')*/ + .withLabel('Hintergrundfarbe') .withCssClasses( cx.cssClass + /*.withLabel('Transparent')*/ .withLabel('Transparent') .withCssClass('bsi-bg-color-transparent'), cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-bg-color-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-bg-color-secondary'), cx.cssClass - .withLabel('Tertiary color') + /*.withLabel('Tertiary color')*/ + .withLabel('Tertiärfarbe') .withCssClass('bsi-bg-color-tertiary'), cx.cssClass - .withLabel('Primary pastel color') - .withCssClass('bsi-bg-color-primary-pastel'), - cx.cssClass - .withLabel('Secondary pastel color') - .withCssClass('bsi-bg-color-secondary-pastel'), - cx.cssClass - .withLabel('Tertiary pastel color') - .withCssClass('bsi-bg-color-tertiary-pastel'), - cx.cssClass - .withLabel('Light brown') - .withCssClass('bsi-bg-color-brown-light'), - cx.cssClass - .withLabel('Medium brown') - .withCssClass('bsi-bg-color-brown-medium'), - cx.cssClass - .withLabel('Dark brown') - .withCssClass('bsi-bg-color-brown-dark'), - cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-bg-color-dark')); \ No newline at end of file diff --git a/configs/styles/background-opacity.js b/configs/styles/background-opacity.js index 6d74080..f4c05fc 100644 --- a/configs/styles/background-opacity.js +++ b/configs/styles/background-opacity.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('background-opacity-tE3oU4') - .withLabel('Color opacity') + /*.withLabel('Color opacity')*/ + .withLabel('Farbdeckkraft') .withCssClasses( cx.cssClass .withLabel('10%') diff --git a/configs/styles/border-radius.js b/configs/styles/border-radius.js index b801e5b..175e073 100644 --- a/configs/styles/border-radius.js +++ b/configs/styles/border-radius.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('border-radius-xTOXFS') - .withLabel('Border radius') + /*.withLabel('Border radius')*/ + .withLabel('Abgerundete Ecken') .withCssClasses( cx.cssClass - .withLabel('Sharp corners') + /*.withLabel('Sharp corners')*/ + .withLabel('Nein') .withCssClass('bsi-corner-sharp'), cx.cssClass - .withLabel('Rounded corners') + /*.withLabel('Rounded corners')*/ + .withLabel('Ja') .withCssClass('bsi-corner-rounded')); \ No newline at end of file diff --git a/configs/styles/border.js b/configs/styles/border.js index 088fcb6..bee351a 100644 --- a/configs/styles/border.js +++ b/configs/styles/border.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('border-5CbXuX') - .withLabel('Border') + /*.withLabel('Border')*/ + .withLabel('Rahmen') .withCssClasses( cx.cssClass - .withLabel('Hide border') + /*.withLabel('Hide border')*/ + .withLabel('Rahmen ausblenden') .withCssClass('bsi-border-hide'), cx.cssClass - .withLabel('Show border') + /*.withLabel('Show border')*/ + .withLabel('Rahmen einblenden') .withCssClass('bsi-border-visible')); \ No newline at end of file diff --git a/configs/styles/btn-color.js b/configs/styles/btn-color.js index 0f2786a..65dc8b2 100644 --- a/configs/styles/btn-color.js +++ b/configs/styles/btn-color.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-color-eTXeUU') - .withLabel('Button color') + /*.withLabel('Button color')*/ + .withLabel('Button Farbe') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-btn-color-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-btn-color-secondary'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-btn-color-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-btn-color-light')); \ No newline at end of file diff --git a/configs/styles/btn-icon.js b/configs/styles/btn-icon.js index 642e244..c545cdc 100644 --- a/configs/styles/btn-icon.js +++ b/configs/styles/btn-icon.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-icon-Fd9wjr') - .withLabel('Button icon') + /*.withLabel('Button icon')*/ + .withLabel('Button Icon') .withCssClasses( cx.cssClass - .withLabel('Hide icon') + /*.withLabel('Hide icon')*/ + .withLabel('Icon ausblenden') .withCssClass('bsi-btn-icon-hide'), cx.cssClass - .withLabel('Icon left') + /*.withLabel('Icon left')*/ + .withLabel('Icon links') .withCssClass('bsi-btn-icon-left'), cx.cssClass - .withLabel('Icon right') + /*.withLabel('Icon right')*/ + .withLabel('Icon rechts') .withCssClass('bsi-btn-icon-right')); \ No newline at end of file diff --git a/configs/styles/btn-layout.js b/configs/styles/btn-layout.js index 00243e2..798b93d 100644 --- a/configs/styles/btn-layout.js +++ b/configs/styles/btn-layout.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-layout-YSdX2N') - .withLabel('Button layout') + /*.withLabel('Button layout')*/ + .withLabel('Button Layout') .withCssClasses( cx.cssClass - .withLabel('Filled') + /*.withLabel('Filled')*/ + .withLabel('Farbig ausgefüllt') .withCssClass('bsi-btn-filled'), cx.cssClass - .withLabel('Outline') + /*.withLabel('Outline')*/ + .withLabel('Farbig umrandet') .withCssClass('bsi-btn-outline')); \ No newline at end of file diff --git a/configs/styles/btn-letter-case.js b/configs/styles/btn-letter-case.js index 8ad1fde..43dbc32 100644 --- a/configs/styles/btn-letter-case.js +++ b/configs/styles/btn-letter-case.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-letter-case-ItTYNe') - .withLabel('Letter case') + /*.withLabel('Letter case')*/ + .withLabel('Text in Grossbuchstaben') .withCssClasses( cx.cssClass - .withLabel('Default') + /*.withLabel('Default')*/ + .withLabel('Nein') .withCssClass('bsi-btn-letter-default'), cx.cssClass - .withLabel('All uppercase') + /*.withLabel('All uppercase')*/ + .withLabel('Ja') .withCssClass('bsi-btn-letter-uppercase')); \ No newline at end of file diff --git a/configs/styles/btn-size.js b/configs/styles/btn-size.js index f0e2503..2055304 100644 --- a/configs/styles/btn-size.js +++ b/configs/styles/btn-size.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-size-pKDVBL') - .withLabel('Button size') + /*.withLabel('Button size')*/ + .withLabel('Button Grösse') .withCssClasses( cx.cssClass - .withLabel('Small') + /*.withLabel('Small')*/ + .withLabel('Klein') .withCssClass('bsi-btn-size-sm'), cx.cssClass + /*.withLabel('Medium')*/ .withLabel('Medium') .withCssClass('bsi-btn-size-md'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('bsi-btn-size-lg')); \ No newline at end of file diff --git a/configs/styles/btn-width.js b/configs/styles/btn-width.js index 186817a..1b1eccc 100644 --- a/configs/styles/btn-width.js +++ b/configs/styles/btn-width.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('btn-width-wdOcZR') - .withLabel('Button width') + /*.withLabel('Button width')*/ + .withLabel('Button Breite') .withCssClasses( cx.cssClass - .withLabel('Default') + /*.withLabel('Default')*/ + .withLabel('Standard') .withCssClass('bsi-btn-width-default'), cx.cssClass - .withLabel('Wide') + /*.withLabel('Wide')*/ + .withLabel('Über ganze Breite') .withCssClass('bsi-btn-width-wide')); \ No newline at end of file diff --git a/configs/styles/col-alignment.js b/configs/styles/col-alignment.js index e465059..c33de4c 100644 --- a/configs/styles/col-alignment.js +++ b/configs/styles/col-alignment.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-alignment-jt2uRS') - .withLabel('Alignment') + /*.withLabel('Alignment')*/ + .withLabel('Ausrichtung') .withCssClasses( cx.cssClass - .withLabel('Align left') + /*.withLabel('Align left')*/ + .withLabel('Linksbündig') .withCssClass('bsi-col-align-left'), cx.cssClass - .withLabel('Center') + /*.withLabel('Center')*/ + .withLabel('Zentriert') .withCssClass('bsi-col-align-center'), cx.cssClass - .withLabel('Align right') + /*.withLabel('Align right')*/ + .withLabel('Rechtsbündig') .withCssClass('bsi-col-align-right')); \ No newline at end of file diff --git a/configs/styles/col-gap.js b/configs/styles/col-gap.js index 037f7f9..30af7c0 100644 --- a/configs/styles/col-gap.js +++ b/configs/styles/col-gap.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-gap-5SzAwS') - .withLabel('Gap between columns') + /*.withLabel('Gap between columns')*/ + .withLabel('Abstände zwischen Spalten') .withCssClasses( cx.cssClass - .withLabel('Show gaps') + /*.withLabel('Show gaps')*/ + .withLabel('Abstände einblenden') .withCssClass('bsi-gaps-visible'), cx.cssClass - .withLabel('Hide gaps') + /*.withLabel('Hide gaps')*/ + .withLabel('Abstände ausblenden') .withCssClass('bsi-gaps-hide')); \ No newline at end of file diff --git a/configs/styles/col-spacing.js b/configs/styles/col-spacing.js index 2b156c9..4f153d2 100644 --- a/configs/styles/col-spacing.js +++ b/configs/styles/col-spacing.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-spacing-k4h6OP') - .withLabel('Spacing') + /*.withLabel('Spacing')*/ + .withLabel('Äussere Abstände') .withCssClasses( cx.cssClass - .withLabel('Show outer spacing (recommended for fixed width)') + /*.withLabel('Show outer spacing (recommended for fixed width)')*/ + .withLabel('Äussere Abstände anzeigen (empfohlen bei fester Breite)') .withCssClass('bsi-space-around-visible'), cx.cssClass - .withLabel('Hide outer spacing (recommended for full width and columns within columns)') + /*.withLabel('Hide outer spacing (recommended for full width and columns within columns)')*/ + .withLabel('Äussere Abstände ausblenden (empfohlen für volle Breite und Spalten innerhalb von Spalten)') .withCssClass('bsi-space-around-hide')); \ No newline at end of file diff --git a/configs/styles/col-three-ratio.js b/configs/styles/col-three-ratio.js index 31048a2..0ce5479 100644 --- a/configs/styles/col-three-ratio.js +++ b/configs/styles/col-three-ratio.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-three-ratio-koAzWH') - .withLabel('Columns width ratio') + /*.withLabel('Columns width ratio')*/ + .withLabel('Verhältnis der Spaltenbreiten') .withCssClasses( cx.cssClass .withLabel('1 - 1 - 1') diff --git a/configs/styles/col-two-ratio.js b/configs/styles/col-two-ratio.js index 51b9596..3d69949 100644 --- a/configs/styles/col-two-ratio.js +++ b/configs/styles/col-two-ratio.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-two-ratio-dYkpTf') - .withLabel('Columns width ratio') + /*.withLabel('Columns width ratio')*/ + .withLabel('Verhältnis der Spaltenbreiten') .withCssClasses( cx.cssClass .withLabel('1 - 1') diff --git a/configs/styles/col-width.js b/configs/styles/col-width.js index d612adb..be49142 100644 --- a/configs/styles/col-width.js +++ b/configs/styles/col-width.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('col-width-pv2OCc') - .withLabel('Layout width') + /*.withLabel('Layout width')*/ + .withLabel('Breite des Layouts') .withCssClasses( cx.cssClass - .withLabel('Fixed width') + /*.withLabel('Fixed width')*/ + .withLabel('Feste Breite') .withCssClass('container'), cx.cssClass - .withLabel('Full width') + /*.withLabel('Full width')*/ + .withLabel('Volle Breite') .withCssClass('container-fluid')); \ No newline at end of file diff --git a/configs/styles/color-gradient.js b/configs/styles/color-gradient.js index 4f0edf5..3bf926c 100644 --- a/configs/styles/color-gradient.js +++ b/configs/styles/color-gradient.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('color-gradient-oDMf9h') - .withLabel('Color gradient') + /*.withLabel('Color gradient')*/ + .withLabel('Farbverlauf') .withCssClasses( cx.cssClass - .withLabel('Hide gradient') + /*.withLabel('Hide gradient')*/ + .withLabel('Farbverlauf ausblenden') .withCssClass('bsi-gradient-hide'), cx.cssClass - .withLabel('Show gradient to bottom') + /*.withLabel('Show gradient to bottom')*/ + .withLabel('Farbverlauf nach unten') .withCssClass('bsi-gradient-to-bottom'), cx.cssClass - .withLabel('Show gradient to top') + /*.withLabel('Show gradient to top')*/ + .withLabel('Farbverlauf nach oben') .withCssClass('bsi-gradient-to-top'), cx.cssClass - .withLabel('Show gradient to bottom and top') + /*.withLabel('Show gradient to bottom and top')*/ + .withLabel('Farbverlauf nach unten und oben') .withCssClass('bsi-gradient-to-bottom-and-top')); \ No newline at end of file diff --git a/configs/styles/figure-aspect-ratio.js b/configs/styles/figure-aspect-ratio.js index 4d709d9..d3e0f32 100644 --- a/configs/styles/figure-aspect-ratio.js +++ b/configs/styles/figure-aspect-ratio.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('figure-aspect-ratio-4yu1Zh') - .withLabel('Aspect ratio') + /*.withLabel('Aspect ratio')*/ + .withLabel('Seitenverhältnis') .withCssClasses( cx.cssClass .withLabel('Auto') diff --git a/configs/styles/figure-caption-size.js b/configs/styles/figure-caption-size.js index 52f2546..3e6950d 100644 --- a/configs/styles/figure-caption-size.js +++ b/configs/styles/figure-caption-size.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('figure-caption-size-pjhiIU') - .withLabel('Caption font size') + /*.withLabel('Caption font size')*/ + .withLabel('Schriftgrösse der Bildunterschrift') .withCssClasses( cx.cssClass - .withLabel('Small') + /*.withLabel('Small')*/ + .withLabel('Klein') .withCssClass('bsi-caption-small'), cx.cssClass + /*.withLabel('Medium')*/ .withLabel('Medium') .withCssClass('bsi-caption-medium'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('bsi-caption-large')); \ No newline at end of file diff --git a/configs/styles/figure-caption.js b/configs/styles/figure-caption.js index cbf10e0..3dbe392 100644 --- a/configs/styles/figure-caption.js +++ b/configs/styles/figure-caption.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('figure-caption-zkZLup') - .withLabel('Caption') + /*.withLabel('Caption')*/ + .withLabel('Bildunterschrift') .withCssClasses( cx.cssClass - .withLabel('Hide caption') + /*.withLabel('Hide caption')*/ + .withLabel('Bildunterschrift ausblenden') .withCssClass('bsi-caption-hide'), cx.cssClass - .withLabel('Show caption below image') + /*.withLabel('Show caption below image')*/ + .withLabel('Bildunterschrift unterhalb Bild') .withCssClass('bsi-caption-below'), cx.cssClass - .withLabel('Show caption on image with gray overlay') + /*.withLabel('Show caption on image with gray overlay')*/ + .withLabel('Bildunterschrift auf Bild mit grauem Overlay') .withCssClass('bsi-caption-overlay'), cx.cssClass - .withLabel('Show caption centred on image') + /*.withLabel('Show caption centred on image')*/ + .withLabel('Bildunterschrift zentriert auf Bild') .withCssClass('bsi-caption-centred')); \ No newline at end of file diff --git a/configs/styles/figure-orientation.js b/configs/styles/figure-orientation.js index fc78e53..705ff8b 100644 --- a/configs/styles/figure-orientation.js +++ b/configs/styles/figure-orientation.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('figure-orientation-CSLe1g') - .withLabel('Orientation') + /*.withLabel('Orientation')*/ + .withLabel('Bildausrichtung') .withCssClasses( cx.cssClass - .withLabel('Landscape') + /*.withLabel('Landscape')*/ + .withLabel('Querformat') .withCssClass('bsi-orientation-landscape'), cx.cssClass - .withLabel('Portrait') + /*.withLabel('Portrait')*/ + .withLabel('Hochformat') .withCssClass('bsi-orientation-portrait')); \ No newline at end of file diff --git a/configs/styles/figure-shape.js b/configs/styles/figure-shape.js index 7ab0fe8..28ebf60 100644 --- a/configs/styles/figure-shape.js +++ b/configs/styles/figure-shape.js @@ -2,16 +2,20 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('figure-shape-ma0KAF') - .withLabel('Shape') + /*.withLabel('Shape')*/ + .withLabel('Form des Bildes') .withCssClasses( cx.cssClass - .withLabel('Square') + /*.withLabel('Square')*/ + .withLabel('Eckig') .withCssClass('bsi-shape-square'), cx.cssClass - .withLabel('Rounded') + /*.withLabel('Rounded')*/ + .withLabel('Abgerundete Ecken') .withCssClass('bsi-shape-rounded'), cx.cssClass - .withLabel('Circle') + /*.withLabel('Circle')*/ + .withLabel('Rund') .withCssClass('bsi-shape-circle'), cx.cssClass .withLabel('Aura 1') diff --git a/configs/styles/fixed-height.js b/configs/styles/fixed-height.js index 3f3eec2..828a76f 100644 --- a/configs/styles/fixed-height.js +++ b/configs/styles/fixed-height.js @@ -2,32 +2,42 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('fixed-height-d1Z2tp') - .withLabel('Height of element') + /*.withLabel('Height of element')*/ + .withLabel('Höhe des Elements') .withCssClasses( cx.cssClass - .withLabel('Auto height') + /*.withLabel('Auto height')*/ + .withLabel('Automatische Höhe') .withCssClass('bsi-height-auto'), cx.cssClass - .withLabel('Fixed height (150 px)') + /*.withLabel('Fixed height (150 px)')*/ + .withLabel('Feste Höhe (150 px)') .withCssClass('bsi-height-fixed-150px'), cx.cssClass - .withLabel('Fixed height (200 px)') + /*.withLabel('Fixed height (200 px)')*/ + .withLabel('Feste Höhe (200 px)') .withCssClass('bsi-height-fixed-200px'), cx.cssClass - .withLabel('Fixed height (250 px)') + /*.withLabel('Fixed height (250 px)')*/ + .withLabel('Feste Höhe (250 px)') .withCssClass('bsi-height-fixed-250px'), cx.cssClass - .withLabel('Fixed height (300 px)') + /*.withLabel('Fixed height (300 px)')*/ + .withLabel('Feste Höhe (300 px)') .withCssClass('bsi-height-fixed-300px'), cx.cssClass - .withLabel('Fixed height (350 px)') + /*.withLabel('Fixed height (350 px)')*/ + .withLabel('Feste Höhe (350 px)') .withCssClass('bsi-height-fixed-350px'), cx.cssClass - .withLabel('Fixed height (400 px)') + /*.withLabel('Fixed height (400 px)')*/ + .withLabel('Feste Höhe (400 px)') .withCssClass('bsi-height-fixed-400px'), cx.cssClass - .withLabel('Fixed height (450 px)') + /*.withLabel('Fixed height (450 px)')*/ + .withLabel('Feste Höhe (450 px)') .withCssClass('bsi-height-fixed-450px'), cx.cssClass - .withLabel('Fixed height (500 px)') + /*.withLabel('Fixed height (500 px)')*/ + .withLabel('Feste Höhe (500 px)') .withCssClass('bsi-height-fixed-500px')); \ No newline at end of file diff --git a/configs/styles/form-btn-layout.js b/configs/styles/form-btn-layout.js index 2960517..6006a95 100644 --- a/configs/styles/form-btn-layout.js +++ b/configs/styles/form-btn-layout.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-btn-layout-jhPPtY') - .withLabel('Button layout') + /*.withLabel('Button layout')*/ + .withLabel('Button Layout') .withCssClasses( cx.cssClass - .withLabel('Filled') + /*.withLabel('Filled')*/ + .withLabel('Farbig ausgefüllt') .withCssClass('bsi-form-btn-filled'), cx.cssClass - .withLabel('Outline') + /*.withLabel('Outline')*/ + .withLabel('Farbig umrandet') .withCssClass('bsi-form-btn-outline')); \ No newline at end of file diff --git a/configs/styles/form-checkbox-margin.js b/configs/styles/form-checkbox-margin.js index 49ea313..53bcc4f 100644 --- a/configs/styles/form-checkbox-margin.js +++ b/configs/styles/form-checkbox-margin.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-checkbox-margin-TYlke6') - .withLabel('Spacing') + /*.withLabel('Spacing')*/ + .withLabel('Abstand nach Checkbox') .withCssClasses( cx.cssClass - .withLabel('Show spacing after checkbox') + /*.withLabel('Show spacing after checkbox')*/ + .withLabel('Ja') .withCssClass('bsi-checkbox-spacing-visible'), cx.cssClass - .withLabel('Hide spacing after checkbox') + /*.withLabel('Hide spacing after checkbox')*/ + .withLabel('Nein') .withCssClass('bsi-checkbox-spacing-hide')); \ No newline at end of file diff --git a/configs/styles/form-checkbox-switch.js b/configs/styles/form-checkbox-switch.js index 5d15bc0..acdc357 100644 --- a/configs/styles/form-checkbox-switch.js +++ b/configs/styles/form-checkbox-switch.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-checkbox-switch-hqxpU2') - .withLabel('Type') + /*.withLabel('Type')*/ + .withLabel('Typ') .withCssClasses( cx.cssClass .withLabel('Checkbox') diff --git a/configs/styles/form-color.js b/configs/styles/form-color.js index 2dc6eb7..5076ca9 100644 --- a/configs/styles/form-color.js +++ b/configs/styles/form-color.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-color-sBgs6f') - .withLabel('Form color') + /*.withLabel('Form color')*/ + .withLabel('Formular Farbe') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-form-color-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-form-color-secondary')); \ No newline at end of file diff --git a/configs/styles/form-columns-layout.js b/configs/styles/form-columns-layout.js index f6c204f..47e1e20 100644 --- a/configs/styles/form-columns-layout.js +++ b/configs/styles/form-columns-layout.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-columns-layout-b0H3mr') - .withLabel('Layout of columns') + /*.withLabel('Layout of columns')*/ + .withLabel('Anordnung der Spalten') .withCssClasses( cx.cssClass - .withLabel('Default') + /*.withLabel('Default')*/ + .withLabel('Standard') .withCssClass('bsi-default-wide'), cx.cssClass - .withLabel('First element wide') + /*.withLabel('First element wide')*/ + .withLabel('Erstes Element breiter') .withCssClass('bsi-first-wide'), cx.cssClass - .withLabel('Last element wide') + /*.withLabel('Last element wide')*/ + .withLabel('Letztes Element breiter') .withCssClass('bsi-last-wide')); \ No newline at end of file diff --git a/configs/styles/form-columns.js b/configs/styles/form-columns.js index 5812c84..77a63f9 100644 --- a/configs/styles/form-columns.js +++ b/configs/styles/form-columns.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-columns-sVbGg2') - .withLabel('Number of columns per row') + /*.withLabel('Number of columns per row')*/ + .withLabel('Anzahl Spalten pro Zeile') .withCssClasses( cx.cssClass - .withLabel('Automatic') + /*.withLabel('Automatic')*/ + .withLabel('Automatisch') .withCssClass('bsi-col-auto'), cx.cssClass - .withLabel('2 columns') + /*.withLabel('2 columns')*/ + .withLabel('2 Spalten') .withCssClass('bsi-col-two'), cx.cssClass - .withLabel('3 columns') + /*.withLabel('3 columns')*/ + .withLabel('3 Spalten') .withCssClass('bsi-col-three'), cx.cssClass - .withLabel('4 columns') + /*.withLabel('4 columns')*/ + .withLabel('4 Spalten') .withCssClass('bsi-col-four')); \ No newline at end of file diff --git a/configs/styles/form-label.js b/configs/styles/form-label.js index 869b44c..0ad4291 100644 --- a/configs/styles/form-label.js +++ b/configs/styles/form-label.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-label-wJakrq') - .withLabel('Label position') + /*.withLabel('Label position')*/ + .withLabel('Label Position') .withCssClasses( cx.cssClass - .withLabel('Top') + /*.withLabel('Top')*/ + .withLabel('Oberhalb') .withCssClass('bsi-form-label-top'), cx.cssClass - .withLabel('Left') + /*.withLabel('Left')*/ + .withLabel('Links') .withCssClass('bsi-form-label-left'), cx.cssClass - .withLabel('Floating') + /*.withLabel('Floating')*/ + .withLabel('Schwebend') .withCssClass('bsi-form-label-floating'), cx.cssClass - .withLabel('Hide label') + /*.withLabel('Hide label')*/ + .withLabel('Label ausblenden') .withCssClass('bsi-form-label-hide')); \ No newline at end of file diff --git a/configs/styles/form-layout.js b/configs/styles/form-layout.js index e040a9c..b9843b4 100644 --- a/configs/styles/form-layout.js +++ b/configs/styles/form-layout.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-layout-1tsmut') - .withLabel('Form layout') + /*.withLabel('Form layout')*/ + .withLabel('Formular Layout') .withCssClasses( cx.cssClass - .withLabel('Card') + /*.withLabel('Card')*/ + .withLabel('Hervorgehoben') .withCssClass('bsi-form-card-visible'), cx.cssClass - .withLabel('Plain') + /*.withLabel('Plain')*/ + .withLabel('Schlicht') .withCssClass('bsi-form-card-hide')); \ No newline at end of file diff --git a/configs/styles/form-poll.js b/configs/styles/form-poll.js index 64baa68..5788dec 100644 --- a/configs/styles/form-poll.js +++ b/configs/styles/form-poll.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-poll-6WCmqu') - .withLabel('Type of poll') + /*.withLabel('Type of poll')*/ + .withLabel('Umfrageart') .withCssClasses( cx.cssClass - .withLabel('NPS survey') + /*.withLabel('NPS survey')*/ + .withLabel('NPS-Umfrage') .withCssClass('bsi-poll-nps'), cx.cssClass - .withLabel('Star rating') + /*.withLabel('Star rating')*/ + .withLabel('Sternebewertung') .withCssClass('bsi-poll-star')); \ No newline at end of file diff --git a/configs/styles/form-radio-inline.js b/configs/styles/form-radio-inline.js index 199617e..6a55dc6 100644 --- a/configs/styles/form-radio-inline.js +++ b/configs/styles/form-radio-inline.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-radio-inline-1B0AKp') - .withLabel('Alignment') + /*.withLabel('Alignment')*/ + .withLabel('Ausrichtung der Radiobuttons') .withCssClasses( cx.cssClass - .withLabel('Radio buttons below each other') + /*.withLabel('Radio buttons below each other')*/ + .withLabel('Untereinander') .withCssClass('bsi-radio-block'), cx.cssClass - .withLabel('Radio buttons next to each other ') + /*.withLabel('Radio buttons next to each other')*/ + .withLabel('Nebeneinander') .withCssClass('bsi-radio-inline')); \ No newline at end of file diff --git a/configs/styles/form-select-placeholder.js b/configs/styles/form-select-placeholder.js index ecaff4b..649f85d 100644 --- a/configs/styles/form-select-placeholder.js +++ b/configs/styles/form-select-placeholder.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-select-placeholder-eKwxSU') - .withLabel('Placeholder') + /*.withLabel('Placeholder')*/ + .withLabel('Platzhalter') .withCssClasses( cx.cssClass - .withLabel('First entry is placeholder') + /*.withLabel('First entry is placeholder')*/ + .withLabel('Erster Eintrag ist Platzhalter') .withCssClass('bsi-placeholder-defined'), cx.cssClass - .withLabel('No placeholder defined') + /*.withLabel('No placeholder defined')*/ + .withLabel('Kein Platzhalter definiert') .withCssClass('bsi-placeholder-not-defined')); \ No newline at end of file diff --git a/configs/styles/form-width.js b/configs/styles/form-width.js index 58501bc..f24f2ab 100644 --- a/configs/styles/form-width.js +++ b/configs/styles/form-width.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('form-width-SYWW29') - .withLabel('Form width') + /*.withLabel('Form width')*/ + .withLabel('Breite des Formulars') .withCssClasses( cx.cssClass - .withLabel('Wide') + /*.withLabel('Wide')*/ + .withLabel('Standard') .withCssClass('bsi-form-wide'), cx.cssClass - .withLabel('Slim') + /*.withLabel('Slim')*/ + .withLabel('Schmal') .withCssClass('bsi-form-slim')); \ No newline at end of file diff --git a/configs/styles/hover-effect.js b/configs/styles/hover-effect.js index 295b098..e8c8232 100644 --- a/configs/styles/hover-effect.js +++ b/configs/styles/hover-effect.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('hover-effect-dqTt7x') - .withLabel('Hover effect') + /*.withLabel('Hover effect')*/ + .withLabel('Hover-Effekt') .withCssClasses( cx.cssClass - .withLabel('Disabled') + /*.withLabel('Disabled')*/ + .withLabel('Deaktiviert') .withCssClass('bsi-hover-effect-disabled'), cx.cssClass - .withLabel('Zoom in') + /*.withLabel('Zoom in')*/ + .withLabel('Heranzoomen') .withCssClass('bsi-hover-effect-zoom-in')); \ No newline at end of file diff --git a/configs/styles/icon-color.js b/configs/styles/icon-color.js index b074bda..fd37da6 100644 --- a/configs/styles/icon-color.js +++ b/configs/styles/icon-color.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('icon-color-RlaUth') - .withLabel('Icon color') + /*.withLabel('Icon color')*/ + .withLabel('Icon Farbe') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-icon-color-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-icon-color-secondary'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-icon-color-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-icon-color-light')); \ No newline at end of file diff --git a/configs/styles/icon-hover-color.js b/configs/styles/icon-hover-color.js index 229e57c..b46a2e8 100644 --- a/configs/styles/icon-hover-color.js +++ b/configs/styles/icon-hover-color.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('icon-hover-color-oUrelW') - .withLabel('Icon hover color') + /*.withLabel('Icon hover color')*/ + .withLabel('Icon Farbe beim Hovern') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-icon-hover-color-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-icon-hover-color-secondary'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-icon-hover-color-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-icon-hover-color-light')); \ No newline at end of file diff --git a/configs/styles/icon-size.js b/configs/styles/icon-size.js index ae7e228..f4bde1a 100644 --- a/configs/styles/icon-size.js +++ b/configs/styles/icon-size.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('icon-size-SnWsSL') - .withLabel('Icon size') + /*.withLabel('Icon size')*/ + .withLabel('Icon Grösse') .withCssClasses( cx.cssClass - .withLabel('Small') + /*.withLabel('Small')*/ + .withLabel('Klein') .withCssClass('bsi-icon-size-small'), cx.cssClass + /*.withLabel('Medium')*/ .withLabel('Medium') .withCssClass('bsi-icon-size-medium'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('bsi-icon-size-large')); \ No newline at end of file diff --git a/configs/styles/image-content-position.js b/configs/styles/image-content-position.js index 93bf0fb..2afd1df 100644 --- a/configs/styles/image-content-position.js +++ b/configs/styles/image-content-position.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('image-content-position-OHyiqs') - .withLabel('Position of image') + /*.withLabel('Position of image')*/ + .withLabel('Position des Bildes') .withCssClasses( cx.cssClass - .withLabel('Top') + /*.withLabel('Top')*/ + .withLabel('Oben') .withCssClass('bsi-image-top'), cx.cssClass - .withLabel('Bottom') + /*.withLabel('Bottom')*/ + .withLabel('Unten') .withCssClass('bsi-image-bottom'), cx.cssClass - .withLabel('Left') + /*.withLabel('Left')*/ + .withLabel('Links') .withCssClass('bsi-image-left'), cx.cssClass - .withLabel('Right') + /*.withLabel('Right')*/ + .withLabel('Rechts') .withCssClass('bsi-image-right')); \ No newline at end of file diff --git a/configs/styles/image-content-ratio.js b/configs/styles/image-content-ratio.js index caa1579..bc07b44 100644 --- a/configs/styles/image-content-ratio.js +++ b/configs/styles/image-content-ratio.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('image-content-ratio-lFa6R7') - .withLabel('Image-content ratio') + /*.withLabel('Image-content ratio')*/ + .withLabel('Verhältnis Bild-Inhalt') .withCssClasses( cx.cssClass .withLabel('1/6 - 5/6') diff --git a/configs/styles/news-background-color.js b/configs/styles/news-background-color.js index 50b84cb..b015d71 100644 --- a/configs/styles/news-background-color.js +++ b/configs/styles/news-background-color.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('news-background-color-K8UaCf') - .withLabel('Background color') + /*.withLabel('Background color')*/ + .withLabel('Hintergrundfarbe') .withCssClasses( cx.cssClass - .withLabel('White background, grey border') + /*.withLabel('White background, grey border')*/ + .withLabel('Weisser Hintergrund, grauer Rahmen') .withCssClass('bsi-news-bg-color-white'), cx.cssClass - .withLabel('Grey background, no border') + /*.withLabel('Grey background, no border')*/ + .withLabel('Grauer Hintergrund, ohne Rahmen') .withCssClass('bsi-news-bg-color-grey')); \ No newline at end of file diff --git a/configs/styles/news-button.js b/configs/styles/news-button.js index 5ac76a7..c6500f8 100644 --- a/configs/styles/news-button.js +++ b/configs/styles/news-button.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('news-button-2vFF8z') - .withLabel('Read-more button') + /*.withLabel('Read-more button')*/ + .withLabel('Weitere-Infos Button') .withCssClasses( cx.cssClass - .withLabel('Show button') + /*.withLabel('Show button')*/ + .withLabel('Button einblenden') .withCssClass('bsi-news-btn-visible'), cx.cssClass - .withLabel('Hide button') + /*.withLabel('Hide button')*/ + .withLabel('Button ausblenden') .withCssClass('bsi-news-btn-hide')); \ No newline at end of file diff --git a/configs/styles/overlay-color.js b/configs/styles/overlay-color.js index 9242968..7686689 100644 --- a/configs/styles/overlay-color.js +++ b/configs/styles/overlay-color.js @@ -2,20 +2,26 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('overlay-color-0qiI5L') - .withLabel('Color of overlay') + /*.withLabel('Color of overlay')*/ + .withLabel('Farbiges Overlay') .withCssClasses( cx.cssClass - .withLabel('Hide overlay') + /*.withLabel('Hide overlay')*/ + .withLabel('Overlay ausblenden') .withCssClass('bsi-overlay-hide'), cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-overlay-primary-color'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-overlay-secondary-color'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-overlay-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-overlay-light')); \ No newline at end of file diff --git a/configs/styles/overlay-opacity.js b/configs/styles/overlay-opacity.js index b819e7a..ca6f6cb 100644 --- a/configs/styles/overlay-opacity.js +++ b/configs/styles/overlay-opacity.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('overlay-opacity-IbPo7m') - .withLabel('Opacity of overlay') + /*.withLabel('Opacity of overlay')*/ + .withLabel('Deckkraft des Overlays') .withCssClasses( cx.cssClass .withLabel('100%') diff --git a/configs/styles/shadow.js b/configs/styles/shadow.js index e7e5014..1d252fa 100644 --- a/configs/styles/shadow.js +++ b/configs/styles/shadow.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('shadow-mCj6Ti') - .withLabel('Shadow') + /*.withLabel('Shadow')*/ + .withLabel('Schatten') .withCssClasses( cx.cssClass - .withLabel('Hide shadow') + /*.withLabel('Hide shadow')*/ + .withLabel('Schatten ausblenden') .withCssClass('bsi-shadow-hide'), cx.cssClass - .withLabel('Show shadow') + /*.withLabel('Show shadow')*/ + .withLabel('Schatten einblenden') .withCssClass('bsi-shadow-visible')); \ No newline at end of file diff --git a/configs/styles/spacer.js b/configs/styles/spacer.js index f081876..da021ba 100644 --- a/configs/styles/spacer.js +++ b/configs/styles/spacer.js @@ -2,7 +2,8 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('spacer-yijTs2') - .withLabel('Size of spacing') + /*.withLabel('Size of spacing')*/ + .withLabel('Grösse des Abstands') .withCssClasses( cx.cssClass .withLabel('1') diff --git a/configs/styles/table-color.js b/configs/styles/table-color.js index ac80dcb..6949b07 100644 --- a/configs/styles/table-color.js +++ b/configs/styles/table-color.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('table-color-xmCwub') - .withLabel('Color') + /*.withLabel('Color')*/ + .withLabel('Farbe') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-table-primary'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-table-secondary'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-table-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-table-light')); \ No newline at end of file diff --git a/configs/styles/text-color.js b/configs/styles/text-color.js index ac4b869..c4ce9d0 100644 --- a/configs/styles/text-color.js +++ b/configs/styles/text-color.js @@ -2,17 +2,22 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-color-NAaszh') - .withLabel('Color') + /*.withLabel('Color')*/ + .withLabel('Farbe') .withCssClasses( cx.cssClass - .withLabel('Primary color') + /*.withLabel('Primary color')*/ + .withLabel('Primärfarbe') .withCssClass('bsi-text-primary-color'), cx.cssClass - .withLabel('Secondary color') + /*.withLabel('Secondary color')*/ + .withLabel('Sekundärfarbe') .withCssClass('bsi-text-secondary-color'), cx.cssClass - .withLabel('Dark') + /*.withLabel('Dark')*/ + .withLabel('Dunkel') .withCssClass('bsi-text-dark'), cx.cssClass - .withLabel('Light') + /*.withLabel('Light')*/ + .withLabel('Hell') .withCssClass('bsi-text-light')); \ No newline at end of file diff --git a/configs/styles/text-size-h1.js b/configs/styles/text-size-h1.js index 597454b..17b8fc4 100644 --- a/configs/styles/text-size-h1.js +++ b/configs/styles/text-size-h1.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-h1-FPFxdy') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('display-1')); \ No newline at end of file diff --git a/configs/styles/text-size-h2.js b/configs/styles/text-size-h2.js index 84d00ee..341a1a9 100644 --- a/configs/styles/text-size-h2.js +++ b/configs/styles/text-size-h2.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-h2-Z9Hw4E') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('display-2')); \ No newline at end of file diff --git a/configs/styles/text-size-h3.js b/configs/styles/text-size-h3.js index ac50eef..e14eb04 100644 --- a/configs/styles/text-size-h3.js +++ b/configs/styles/text-size-h3.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-h3-bkfMOd') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('display-3')); \ No newline at end of file diff --git a/configs/styles/text-size-h4.js b/configs/styles/text-size-h4.js index 88e7244..354980b 100644 --- a/configs/styles/text-size-h4.js +++ b/configs/styles/text-size-h4.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-h4-ihQtnG') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('display-4')); \ No newline at end of file diff --git a/configs/styles/text-size-h5.js b/configs/styles/text-size-h5.js index e0aca8e..fd7d795 100644 --- a/configs/styles/text-size-h5.js +++ b/configs/styles/text-size-h5.js @@ -2,11 +2,14 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-h5-92eeC4') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Large') + /*.withLabel('Large')*/ + .withLabel('Gross') .withCssClass('display-5')); \ No newline at end of file diff --git a/configs/styles/text-size.js b/configs/styles/text-size.js index 37602d7..8e0e739 100644 --- a/configs/styles/text-size.js +++ b/configs/styles/text-size.js @@ -2,14 +2,18 @@ const {cx} = require('@bsi-cx/design-build'); module.exports = cx.style .withIdentifier('text-size-zvvb3f') - .withLabel('Text size') + /*.withLabel('Text size')*/ + .withLabel('Text Grösse') .withCssClasses( cx.cssClass - .withLabel('Regular') + /*.withLabel('Regular')*/ + .withLabel('Regulär') .withCssClass('bsi-default'), cx.cssClass - .withLabel('Small') + /*.withLabel('Small')*/ + .withLabel('Klein') .withCssClass('small'), cx.cssClass - .withLabel('Lead') + /*.withLabel('Lead')*/ + .withLabel('Gross') .withCssClass('lead')); \ No newline at end of file diff --git a/content-elements/base/banner/prototype/index.js b/content-elements/base/banner/prototype/index.js index 8cbf9e4..b431b86 100644 --- a/content-elements/base/banner/prototype/index.js +++ b/content-elements/base/banner/prototype/index.js @@ -14,7 +14,8 @@ module.exports = ( template = require('../template.twig'), elementId = 'banner-8eHkFN', elementLabel = 'Banner', - elementDescription = 'Image with dropzone', + /*elementDescription = 'Image with dropzone',*/ + elementDescription = 'Bild mit Dropzone', dropzoneId = 'banner-dropzone-Hh2fWF', imagePartId = 'banner-part-MIY0yR', imagePartLabel = 'Banner' diff --git a/content-elements/base/button/prototype/index.js b/content-elements/base/button/prototype/index.js index 83b6ba7..5ec1e96 100644 --- a/content-elements/base/button/prototype/index.js +++ b/content-elements/base/button/prototype/index.js @@ -17,7 +17,8 @@ module.exports = ( elementPartId = 'button-part-0Cq8Xc', elementPartLabel = 'Button', iconPartId = 'button-part-icon-f1TI9P', - iconPartLabel = 'Icon identifier (select an icon here: https://icons.getbootstrap.com/ and enter its name, e.g. "arrow-right")' + /*iconPartLabel = 'Icon identifier (select an icon here: https://icons.getbootstrap.com/ and enter its name, e.g. "arrow-right")'*/ + iconPartLabel = 'Icon Bezeichner (wählen Sie hier ein Icon aus: https://icons.getbootstrap.com/ und geben Sie den Namen ein, z.B. "arrow-right")' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/card/prototype/index.js b/content-elements/base/card/prototype/index.js index d40bb49..20bcacf 100644 --- a/content-elements/base/card/prototype/index.js +++ b/content-elements/base/card/prototype/index.js @@ -11,7 +11,8 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'card-crRST4', - elementLabel = 'Highlighted content', + /*elementLabel = 'Highlighted content',*/ + elementLabel = 'Hervorgehobener Inhalt', dropzoneImageId = 'card-dropzone-image-CIqKdf', dropzoneContentId = 'card-dropzone-content-b19htW' ) => cx diff --git a/content-elements/base/card/prototype/styles.scss b/content-elements/base/card/prototype/styles.scss index 79fd91f..a208027 100644 --- a/content-elements/base/card/prototype/styles.scss +++ b/content-elements/base/card/prototype/styles.scss @@ -10,7 +10,7 @@ } .bsi-card-image > figure { - margin-bottom: 0px; + margin-bottom: 0; height: 100%; } @@ -135,7 +135,7 @@ } &.bsi-corner-sharp { - border-radius: 0rem; + border-radius: 0; } $heights: (150px, 200px, 250px, 300px, 350px, 400px, 450px, 500px); @@ -145,12 +145,12 @@ } } - $colors: ("primary": $primary, "secondary": $secondary, "tertiary": $tertiary, "primary-pastel": $primary-pastel, "secondary-pastel": $secondary-pastel, "tertiary-pastel": $tertiary-pastel, "brown-light": $brown-light, "brown-medium": $brown-medium, "brown-dark": $brown-dark, "dark": $dark); + $colors: ("primary": $primary, "secondary": $secondary, "tertiary": $tertiary, "dark": $dark); @for $i from 10 through 100 { @if $i % 10 == 0 { $opacity-percentage: $i*1%; @each $name, $color in $colors { - &.bsi-bg-color-#{$name}.opacity-#{$i} { + &.bsi-bg-color-#{$name}.bsi-opacity-#{$i} { background-color: mix(white, $color, 100%-$opacity-percentage); &.bsi-gradient-to-bottom { diff --git a/content-elements/base/chart/prototype/chart.js b/content-elements/base/chart/prototype/chart.js index d97d197..3bb09df 100644 --- a/content-elements/base/chart/prototype/chart.js +++ b/content-elements/base/chart/prototype/chart.js @@ -3,8 +3,6 @@ import 'chart.js/auto'; import {ChartConfig, ChartUrlProvider} from '@bsi-cx/chart'; import ChartConfigColor from '@bsi-cx/chart/src/config/color'; -/*const {bsiProperty} = require('@bsi-cx/design-build');*/ - /** * @type {{border: ChartConfigColor, background: ChartConfigColor}[]} */ @@ -39,15 +37,15 @@ Alpine.data('chartElement', () => ({ }, })) -const colors = [ +/*const colors = [ ChartConfigColor.of('#116985ff','#11698566'), ChartConfigColor.of( '#27aab0ff','#27aab066'), ChartConfigColor.of( '#94e7a8ff', '#94e7a866'), ChartConfigColor.of( '#c7f296ff','#c7f29666') -] -/*const colors = [ - ChartConfigColor.of(bsiProperty('chartBorderColor1', '#116985ff'),bsiProperty('chartBackgroundColor1', '#11698566')), - ChartConfigColor.of(bsiProperty('chartBorderColor2', '#27aab0ff'),bsiProperty('chartBackgroundColor2', '#27aab066')), - ChartConfigColor.of(bsiProperty('chartBorderColor3', '#94e7a8ff'),bsiProperty('chartBackgroundColor3', '#94e7a866')), - ChartConfigColor.of(bsiProperty('chartBorderColor4', '#c7f296ff'),bsiProperty('chartBackgroundColor4', '#c7f29666')) -];*/ +]*/ +const colors = [ + ChartConfigColor.of(window.properties.chartBorderColor1 ?? '#116985ff',window.properties.chartBackgroundColor1 ?? '#11698566'), + ChartConfigColor.of(window.properties.chartBorderColor2 ?? '#27aab0ff',window.properties.chartBackgroundColor2 ?? '#27aab066'), + ChartConfigColor.of(window.properties.chartBorderColor3 ?? '#94e7a8ff',window.properties.chartBackgroundColor3 ?? '#94e7a866'), + ChartConfigColor.of(window.properties.chartBorderColor4 ?? '#c7f296ff',window.properties.chartBackgroundColor4 ?? '#c7f29666') +]; \ No newline at end of file diff --git a/content-elements/base/chart/prototype/index.js b/content-elements/base/chart/prototype/index.js index 8778a44..76cc887 100644 --- a/content-elements/base/chart/prototype/index.js +++ b/content-elements/base/chart/prototype/index.js @@ -13,11 +13,14 @@ const {cx, Version, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'chart-qEBqKT', - elementLabel = 'Chart', + /*elementLabel = 'Chart',*/ + elementLabel = 'Diagramm', urlPartId = 'chart-part-url-cDW6yK', - urlPartLabel = 'Chart', + /*urlPartLabel = 'Chart',*/ + urlPartLabel = 'Diagramm', imagePartId = 'chart-part-image-rpPPzg', - imagePartLabel = 'Placeholder' + /*imagePartLabel = 'Placeholder'*/ + imagePartLabel = 'Platzhalter' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/figure/prototype/index.js b/content-elements/base/figure/prototype/index.js index a1ad928..20294ab 100644 --- a/content-elements/base/figure/prototype/index.js +++ b/content-elements/base/figure/prototype/index.js @@ -13,11 +13,14 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'figure-DWEfdD', - elementLabel = 'Image', + /*elementLabel = 'Image',*/ + elementLabel = 'Bild', imagePartId = 'figure-part-image-JoCwpV', - imagePartLabel = 'Image', + /*imagePartLabel = 'Image',*/ + imagePartLabel = 'Bild', textPartId = 'figure-part-text-Xbhmjk', - textPartLabel = 'Caption' + /*textPartLabel = 'Caption'*/ + textPartLabel = 'Bildunterschrift' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/h1/prototype/index.js b/content-elements/base/h1/prototype/index.js index 2727c8f..cb2e65b 100644 --- a/content-elements/base/h1/prototype/index.js +++ b/content-elements/base/h1/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} titlePartId * @param {string} titlePartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'title-h1-piICx1', - elementLabel = 'Heading 1', - elementDescription = 'H1 heading', + /*elementLabel = 'Heading H1',*/ + elementLabel = 'H1 Überschrift', titlePartId = 'title-h1-part-4D1dKG', - titlePartLabel = 'Heading 1' + /*titlePartLabel = 'Heading H1'*/ + titlePartLabel = 'H1 Überschrift' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.TEXT) .withStyleConfigs( require('../../../../configs/styles/text-color'), diff --git a/content-elements/base/h2/prototype/index.js b/content-elements/base/h2/prototype/index.js index 077ccc2..2795cc5 100644 --- a/content-elements/base/h2/prototype/index.js +++ b/content-elements/base/h2/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} titlePartId * @param {string} titlePartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'title-h2-KNs10G', - elementLabel = 'Heading 2', - elementDescription = 'H2 heading', + /*elementLabel = 'Heading H2',*/ + elementLabel = 'H2 Überschrift', titlePartId = 'title-h2-part-vD6omt', - titlePartLabel = 'Heading 2' + /*titlePartLabel = 'Heading H2'*/ + titlePartLabel = 'H2 Überschrift' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.TEXT) .withStyleConfigs( require('../../../../configs/styles/text-color'), diff --git a/content-elements/base/h3/prototype/index.js b/content-elements/base/h3/prototype/index.js index 1f9c142..f418b7d 100644 --- a/content-elements/base/h3/prototype/index.js +++ b/content-elements/base/h3/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} titlePartId * @param {string} titlePartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'title-h3-gbnkTT', - elementLabel = 'Heading 3', - elementDescription = 'H3 heading', + /*elementLabel = 'Heading H3',*/ + elementLabel = 'H3 Überschrift', titlePartId = 'title-h3-part-mJ0yli', - titlePartLabel = 'Heading 3' + /*titlePartLabel = 'Heading H3'*/ + titlePartLabel = 'H3 Überschrift' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.TEXT) .withStyleConfigs( require('../../../../configs/styles/text-color'), diff --git a/content-elements/base/h4/prototype/index.js b/content-elements/base/h4/prototype/index.js index 9617118..98159e6 100644 --- a/content-elements/base/h4/prototype/index.js +++ b/content-elements/base/h4/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} titlePartId * @param {string} titlePartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'title-h4-CNboRc', - elementLabel = 'Heading 4', - elementDescription = 'H4 heading', + /*elementLabel = 'Heading H4',*/ + elementLabel = 'H4 Überschrift', titlePartId = 'title-h4-part-2TWXBi', - titlePartLabel = 'Heading 4' + /*titlePartLabel = 'Heading H4'*/ + titlePartLabel = 'H4 Überschrift' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.TEXT) .withStyleConfigs( require('../../../../configs/styles/text-color'), diff --git a/content-elements/base/h5/prototype/index.js b/content-elements/base/h5/prototype/index.js index 9c54613..63dac9b 100644 --- a/content-elements/base/h5/prototype/index.js +++ b/content-elements/base/h5/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} titlePartId * @param {string} titlePartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'title-h5-W7GGAn', - elementLabel = 'Heading 5', - elementDescription = 'H5 heading', + /*elementLabel = 'Heading H5',*/ + elementLabel = 'H5 Überschrift', titlePartId = 'title-h5-part-U3qcnw', - titlePartLabel = 'Heading 5' + /*titlePartLabel = 'Heading H5'*/ + titlePartLabel = 'H5 Überschrift' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.TEXT) .withStyleConfigs( require('../../../../configs/styles/text-color'), diff --git a/content-elements/base/html/prototype/index.js b/content-elements/base/html/prototype/index.js index 374e43f..88f239b 100644 --- a/content-elements/base/html/prototype/index.js +++ b/content-elements/base/html/prototype/index.js @@ -13,7 +13,8 @@ module.exports = ( elementId = 'html-VN5KXz', elementLabel = 'HTML', htmlPartId = 'html-part-OrXIAg', - htmlPartLabel = 'HTML source code' + /*htmlPartLabel = 'HTML source code'*/ + htmlPartLabel = 'HTML-Quellcode' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/news-snippet/prototype/index.js b/content-elements/base/news-snippet/prototype/index.js index 66b0115..568fc8a 100644 --- a/content-elements/base/news-snippet/prototype/index.js +++ b/content-elements/base/news-snippet/prototype/index.js @@ -13,11 +13,14 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'news-snippet-4E7jFg', - elementLabel = 'News snippet', + /*elementLabel = 'News snippet',*/ + elementLabel = 'News Snippet', newsPartId = 'news-snippet-part-Z6vBxS', - newsPartLabel = 'News snippet', + /*newsPartLabel = 'News snippet',*/ + newsPartLabel = 'News Snippet', btnPartId = 'news-snippet-part-btn-BplEx2', - btnPartLabel = 'Button text' + /*btnPartLabel = 'Button text'*/ + btnPartLabel = 'Button Text' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/social-media-follow/prototype/index.js b/content-elements/base/social-media-follow/prototype/index.js index 2c59821..28b8a81 100644 --- a/content-elements/base/social-media-follow/prototype/index.js +++ b/content-elements/base/social-media-follow/prototype/index.js @@ -11,9 +11,11 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'social-media-follow-2MlXWB', - elementLabel = 'Social media follow', + /*elementLabel = 'Social media follow',*/ + elementLabel = 'Social Media Follow', elementPartId = 'social-media-follow-part-6oLWxR', - elementPartLabel = 'Social media follow', + /*elementPartLabel = 'Social media follow',*/ + elementPartLabel = 'Social Media Follow', ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/social-media-share/prototype/index.js b/content-elements/base/social-media-share/prototype/index.js index 1f36008..756fc3a 100644 --- a/content-elements/base/social-media-share/prototype/index.js +++ b/content-elements/base/social-media-share/prototype/index.js @@ -13,9 +13,11 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'social-media-share-u9ppdj', - elementLabel = 'Social media share', + /*elementLabel = 'Social media share',*/ + elementLabel = 'Social Media Share', elementPartId = 'social-media-share-part-7duJql', - elementPartLabel = 'Social media share', + /*elementPartLabel = 'Social media share',*/ + elementPartLabel = 'Social Media Share', labelPartId = 'social-media-share-part-label-gVreZk', labelPartLabel = 'Label', ) => cx diff --git a/content-elements/base/table/prototype/index.js b/content-elements/base/table/prototype/index.js index 053dfa7..5ac3a7a 100644 --- a/content-elements/base/table/prototype/index.js +++ b/content-elements/base/table/prototype/index.js @@ -11,9 +11,11 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'table-FuXKu7', - elementLabel = 'Table', + /*elementLabel = 'Table',*/ + elementLabel = 'Tabelle', partId = 'table-part-STrydn', - partLabel = 'Table' + /*partLabel = 'Table'*/ + partLabel = 'Tabelle' ) => cx .contentElement .withFile(template) diff --git a/content-elements/base/video/prototype/index.js b/content-elements/base/video/prototype/index.js index f012f92..1f860f7 100644 --- a/content-elements/base/video/prototype/index.js +++ b/content-elements/base/video/prototype/index.js @@ -4,7 +4,6 @@ const {cx, Icon} = require('@bsi-cx/design-build'); * @param {string} template * @param {string} elementId * @param {string} elementLabel - * @param {string} elementDescription * @param {string} elementPartId * @param {string} elementPartLabel * @returns {ContentElement} @@ -12,16 +11,16 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'video-C4cbKm', - elementLabel = 'Video', - elementDescription = 'YouTube video', + /*elementLabel = 'YouTube video',*/ + elementLabel = 'YouTube Video', elementPartId = 'video-part-loPxhG', - elementPartLabel = 'YouTube video' + /*elementPartLabel = 'YouTube video'*/ + elementPartLabel = 'YouTube Video' ) => cx .contentElement .withFile(template) .withElementId(elementId) .withLabel(elementLabel) - .withDescription(elementDescription) .withIcon(Icon.VIDEO) .withParts( cx.part.video diff --git a/content-elements/form/checkbox/prototype/index.js b/content-elements/form/checkbox/prototype/index.js index cf8763d..09596d6 100644 --- a/content-elements/form/checkbox/prototype/index.js +++ b/content-elements/form/checkbox/prototype/index.js @@ -19,9 +19,11 @@ module.exports = ( elementPartId = 'checkbox-part-Nls88s', elementPartLabel = 'Checkbox', formTextPartId = 'checkbox-part-text-6ycJm4', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'checkbox-part-error-required-iYG8Ss', - errorRequiredPartLabel = 'Required error message' + /*errorRequiredPartLabel = 'Required error message'*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld' ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/form-container/index.js b/content-elements/form/form-container/index.js index bf64385..9ed1262 100644 --- a/content-elements/form/form-container/index.js +++ b/content-elements/form/form-container/index.js @@ -11,7 +11,8 @@ const element = cx.contentElement; module.exports = element; element.withFile(require('./template.twig')) .withElementId(`form-container-692qIu`) - .withLabel('Form') + /*.withLabel('Form')*/ + .withLabel('Formular') .withIcon(Icon.ONE_COLUMN) .withStyleConfigs( require('../../../configs/styles/form-width'), @@ -23,7 +24,8 @@ element.withFile(require('./template.twig')) .withParts( cx.part.form .withId('form-container-part-6eHZEX') - .withLabel('Form')) + /*.withLabel('Form'))*/ + .withLabel('Formular')) .withDropzones( cx.dropzone .withDropzone('form-container-dropzone-zsY6UI') diff --git a/content-elements/form/form-field-tel/prototype/index.js b/content-elements/form/form-field-tel/prototype/index.js index b584255..bae6db4 100644 --- a/content-elements/form/form-field-tel/prototype/index.js +++ b/content-elements/form/form-field-tel/prototype/index.js @@ -22,20 +22,28 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'form-field-tel-fKUxNS', - elementLabel = 'Phone number', - elementDescription = 'Normalized international phone number', + /*elementLabel = 'Phone number',*/ + elementLabel = 'Telefonnummer', + /*elementDescription = 'Normalized international phone number',*/ + elementDescription = 'Normalisierte internationale Telefonnummer', elementPartId = 'form-field-tel-part-L3Y3gC', - elementPartLabel = 'Phone number', + /*elementPartLabel = 'Phone number',*/ + elementPartLabel = 'Telefonnummer', countriesPartId = 'form-field-tel-part-countries-OGz4jf', - countriesPartLabel = 'Available countries', + /*countriesPartLabel = 'Available countries',*/ + countriesPartLabel = 'Verfügbare Länder', pinnedCountriesPartId = 'form-field-tel-part-pinned-BEWZhN', - pinnedCountriesPartLabel = 'Pinned countries', + /*pinnedCountriesPartLabel = 'Pinned countries',*/ + pinnedCountriesPartLabel = 'Angepinnte Länder', formTextPartId = 'form-field-tel-part-text-yXZUwb', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'form-field-tel-part-error-required-XKiYlP', - errorRequiredPartLabel = 'Required error message', + /*errorRequiredPartLabel = 'Required error message',*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld', errorInvalidPartId = 'form-field-tel-part-error-invalid-3XeP4R', - errorInvalidPartLabel = 'Invalid error message', + /*errorInvalidPartLabel = 'Invalid error message',*/ + errorInvalidPartLabel = 'Fehlermeldung bei ungültiger Eingabe', ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/form-field/prototype/index.js b/content-elements/form/form-field/prototype/index.js index 7083a1c..65f6857 100644 --- a/content-elements/form/form-field/prototype/index.js +++ b/content-elements/form/form-field/prototype/index.js @@ -18,16 +18,22 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'form-field-REEhtN', - elementLabel = 'Form field', - elementDescription = 'Text, e-mail, date/time, password, file, number, range', + /*elementLabel = 'Form field',*/ + elementLabel = 'Formularfeld', + /*elementDescription = 'Text, e-mail, date/time, password, file, number, range',*/ + elementDescription = 'Text, E-Mail, Datum/Uhrzeit, Passwort, Datei, Zahl, Slider', elementPartId = 'form-field-part-H72Mnu', - elementPartLabel = 'Form field', + /*elementPartLabel = 'Form field',*/ + elementPartLabel = 'Formularfeld', formTextPartId = 'form-field-part-text-T9yfhp', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'form-field-part-error-required-904DIx', - errorRequiredPartLabel = 'Required error message', + /*errorRequiredPartLabel = 'Required error message',*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld', errorInvalidPartId = 'form-field-part-error-invalid-5g1mUc', - errorInvalidPartLabel = 'Invalid error message', + /*errorInvalidPartLabel = 'Invalid error message',*/ + errorInvalidPartLabel = 'Fehlermeldung bei ungültiger Eingabe', ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/multi-column/prototype/index.js b/content-elements/form/multi-column/prototype/index.js index 91f5099..cbfb86f 100644 --- a/content-elements/form/multi-column/prototype/index.js +++ b/content-elements/form/multi-column/prototype/index.js @@ -13,7 +13,8 @@ const {formElements} = require('../../index'); module.exports = ( template = require('../template.twig'), elementId = 'multi-column-VxWXpr', - elementLabel = 'Multiple columns within form', + /*elementLabel = 'Multiple columns within form',*/ + elementLabel = 'Mehrspaltiges Formularelement', dropzoneId = 'multi-column-dropzone-olNcOu' ) => cx .contentElement diff --git a/content-elements/form/poll/prototype/index.js b/content-elements/form/poll/prototype/index.js index a76dd83..eaea04a 100644 --- a/content-elements/form/poll/prototype/index.js +++ b/content-elements/form/poll/prototype/index.js @@ -19,17 +19,23 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'poll-wni8em', - elementLabel = 'Poll', + /*elementLabel = 'Poll',*/ + elementLabel = 'Umfrage', elementPartId = 'poll-part-diJBU7', - elementPartLabel = 'Poll', + /*elementPartLabel = 'Poll',*/ + elementPartLabel = 'Umfrage', leftPartId = 'poll-part-left-fw2gb8', - leftPartLabel = 'Label on the left', + /*leftPartLabel = 'Label on the left',*/ + leftPartLabel = 'Label auf der linken Seite', rightPartId = 'poll-part-right-Cz7PuT', - rightPartLabel = 'Label on the right', + /*rightPartLabel = 'Label on the right',*/ + rightPartLabel = 'Label auf der rechten Seite', formTextPartId = 'poll-part-text-Xi7bOp', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'poll-part-error-required-lL6aMT', - errorRequiredPartLabel = 'Required error message' + /*errorRequiredPartLabel = 'Required error message'*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld' ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/radio/prototype/index.js b/content-elements/form/radio/prototype/index.js index eb9a610..212741d 100644 --- a/content-elements/form/radio/prototype/index.js +++ b/content-elements/form/radio/prototype/index.js @@ -15,13 +15,17 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'radio-O6XCY3', - elementLabel = 'Radio button', + /*elementLabel = 'Radio button',*/ + elementLabel = 'Radio Button', elementPartId = 'radio-part-I0iU7X', - elementPartLabel = 'Radio button', + /*elementPartLabel = 'Radio button',*/ + elementPartLabel = 'Radio Button', formTextPartId = 'radio-part-text-NyYl9g', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'radio-part-error-required-KCNwQh', - errorRequiredPartLabel = 'Required error message' + /*errorRequiredPartLabel = 'Required error message'*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld' ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/select/prototype/index.js b/content-elements/form/select/prototype/index.js index 007c186..20310aa 100644 --- a/content-elements/form/select/prototype/index.js +++ b/content-elements/form/select/prototype/index.js @@ -19,9 +19,11 @@ module.exports = ( elementPartId = 'select-part-XNh1St', elementPartLabel = 'Dropdown', formTextPartId = 'select-part-text-hSNRfA', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'select-part-error-required-6sq4M6', - errorRequiredPartLabel = 'Required error message' + /*errorRequiredPartLabel = 'Required error message'*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld' ) => cx .contentElement .withFile(template) diff --git a/content-elements/form/text-area/prototype/index.js b/content-elements/form/text-area/prototype/index.js index 07b3052..2effefa 100644 --- a/content-elements/form/text-area/prototype/index.js +++ b/content-elements/form/text-area/prototype/index.js @@ -15,13 +15,17 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'text-area-J5z17p', - elementLabel = 'Multiline text field', + /*elementLabel = 'Multiline text field',*/ + elementLabel = 'Mehrzeiliges Textfeld', elementPartId = 'text-area-part-61guvT', - elementPartLabel = 'Multiline text field', + /*elementPartLabel = 'Multiline text field',*/ + elementPartLabel = 'Mehrzeiliges Textfeld', formTextPartId = 'text-area-part-text-gFR3M5', - formTextPartLabel = 'Info text', + /*formTextPartLabel = 'Info text',*/ + formTextPartLabel = 'Info Text', errorRequiredPartId = 'text-area-part-error-required-ZPOyD8', - errorRequiredPartLabel = 'Required error message' + /*errorRequiredPartLabel = 'Required error message'*/ + errorRequiredPartLabel = 'Fehlermeldung bei leerem Pflichtfeld' ) => cx .contentElement .withFile(template) diff --git a/content-elements/layout/col-four/index.js b/content-elements/layout/col-four/index.js index 4375738..64d7131 100644 --- a/content-elements/layout/col-four/index.js +++ b/content-elements/layout/col-four/index.js @@ -9,7 +9,8 @@ const element = cx.contentElement; module.exports = element; element.withFile(require('./template.twig')) .withElementId('col-four-yFAGKM') - .withLabel('4 Columns') + /*.withLabel('4 Columns')*/ + .withLabel('4 Spalten') .withIcon(Icon.THREE_COLUMNS) .withStyleConfigs( require('../../../configs/styles/col-width'), diff --git a/content-elements/layout/col-one/index.js b/content-elements/layout/col-one/index.js index f353633..85e06a4 100644 --- a/content-elements/layout/col-one/index.js +++ b/content-elements/layout/col-one/index.js @@ -9,7 +9,8 @@ const element = cx.contentElement; module.exports = element; element.withElementId('col-one-l2ZclN') .withFile(require('./template.twig')) - .withLabel('1 Column') + /*.withLabel('1 Column')*/ + .withLabel('1 Spalte') .withIcon(Icon.ONE_COLUMN) .withStyleConfigs( require('../../../configs/styles/col-width'), diff --git a/content-elements/layout/col-three/index.js b/content-elements/layout/col-three/index.js index 2da311d..d36200c 100644 --- a/content-elements/layout/col-three/index.js +++ b/content-elements/layout/col-three/index.js @@ -9,7 +9,8 @@ const element = cx.contentElement; module.exports = element; element.withFile(require('./template.twig')) .withElementId('col-three-MEOl1p') - .withLabel('3 Columns') + /*.withLabel('3 Columns')*/ + .withLabel('3 Spalten') .withIcon(Icon.THREE_COLUMNS) .withStyleConfigs( require('../../../configs/styles/col-width'), diff --git a/content-elements/layout/col-two/index.js b/content-elements/layout/col-two/index.js index a65f5ce..e8ffa58 100644 --- a/content-elements/layout/col-two/index.js +++ b/content-elements/layout/col-two/index.js @@ -9,7 +9,8 @@ const element = cx.contentElement; module.exports = element; element.withFile(require('./template.twig')) .withElementId('col-two-ILRIL0') - .withLabel('2 Columns') + /*.withLabel('2 Columns')*/ + .withLabel('2 Spalten') .withIcon(Icon.TWO_COLUMNS) .withStyleConfigs( require('../../../configs/styles/col-width'), diff --git a/content-elements/layout/spacer/prototype/index.js b/content-elements/layout/spacer/prototype/index.js index cbb4d39..f6fdaed 100644 --- a/content-elements/layout/spacer/prototype/index.js +++ b/content-elements/layout/spacer/prototype/index.js @@ -9,7 +9,8 @@ const {cx, Icon} = require('@bsi-cx/design-build'); module.exports = ( template = require('../template.twig'), elementId = 'spacer-jarY9b', - elementLabel = 'Spacing', + /*elementLabel = 'Spacing',*/ + elementLabel = 'Abstand', ) => cx .contentElement .withFile(template) diff --git a/package-lock.json b/package-lock.json index 9954bff..458a92f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -451,9 +451,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.3.tgz", - "integrity": "sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz", + "integrity": "sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -997,9 +997,9 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.17.12.tgz", - "integrity": "sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz", + "integrity": "sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==", "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.17.12" @@ -1012,17 +1012,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.17.12.tgz", - "integrity": "sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.4.tgz", + "integrity": "sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==", "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-environment-visitor": "^7.18.2", "@babel/helper-function-name": "^7.17.9", "@babel/helper-optimise-call-expression": "^7.16.7", "@babel/helper-plugin-utils": "^7.17.12", - "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-replace-supers": "^7.18.2", "@babel/helper-split-export-declaration": "^7.16.7", "globals": "^11.1.0" }, @@ -1208,9 +1208,9 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.0.tgz", - "integrity": "sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.4.tgz", + "integrity": "sha512-lH2UaQaHVOAeYrUUuZ8i38o76J/FnO8vu21OE+tD1MyP9lxdZoSfz+pDbWkq46GogUrdrMz3tiz/FYGB+bVThg==", "dev": true, "dependencies": { "@babel/helper-hoist-variables": "^7.16.7", @@ -1734,9 +1734,9 @@ } }, "node_modules/@babel/types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", - "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.16.7", @@ -1758,10 +1758,10 @@ } }, "node_modules/@bsi-cx/design-build": { - "version": "1.8.2", - "resolved": "git+ssh://git@github.com/bsi-software/bsi-cx-design-build.git#22d3f5a92b529ea130d73fa81a63048e92b0c696", + "version": "1.9.2", + "resolved": "git+ssh://git@github.com/bsi-software/bsi-cx-design-build.git#0412ae02bd28690311c2ba3176e78812dd41aa6b", "dev": true, - "license": "ISC", + "license": "MIT", "dependencies": { "@babel/core": "^7.17.4", "@babel/plugin-transform-runtime": "^7.17.0", @@ -1977,6 +1977,25 @@ "postcss": "^8.3" } }, + "node_modules/@csstools/postcss-trigonometric-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.1.tgz", + "integrity": "sha512-G78CY/+GePc6dDCTUbwI6TTFQ5fs3N9POHhI6v0QzteGpf6ylARiJUNz9HrRKi4eVYBNXjae1W2766iUEFxHlw==", + "dev": true, + "dependencies": { + "postcss-value-parser": "^4.2.0" + }, + "engines": { + "node": "^14 || >=16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + }, + "peerDependencies": { + "postcss": "^8.4" + } + }, "node_modules/@csstools/postcss-unset-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.1.tgz", @@ -2050,6 +2069,30 @@ "node": ">=6.0.0" } }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.13", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", @@ -2241,9 +2284,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "17.0.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.35.tgz", - "integrity": "sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==", + "version": "17.0.38", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.38.tgz", + "integrity": "sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==", "dev": true }, "node_modules/@types/parse-json": { @@ -2937,7 +2980,7 @@ "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/bonjour-service": { @@ -3289,7 +3332,7 @@ "node_modules/compression/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/concat-map": { @@ -3369,7 +3412,7 @@ "node_modules/cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, "node_modules/copy-anything": { @@ -3659,12 +3702,12 @@ } }, "node_modules/cssnano": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.9.tgz", - "integrity": "sha512-hctQHIIeDrfMjq0bQhoVmRVaSeNNOGxkvkKVOcKpJzLr09wlRrZWH4GaYudp0aszpW8wJeaO5/yBmID9n7DNCg==", + "version": "5.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.10.tgz", + "integrity": "sha512-ACpnRgDg4m6CZD/+8SgnLcGCgy6DDGdkMbOawwdvVxNietTNLe/MtWcenp6qT0PRt5wzhGl6/cjMWCdhKXC9QA==", "dev": true, "dependencies": { - "cssnano-preset-default": "^5.2.9", + "cssnano-preset-default": "^5.2.10", "lilconfig": "^2.0.3", "yaml": "^1.10.2" }, @@ -3680,26 +3723,26 @@ } }, "node_modules/cssnano-preset-default": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.9.tgz", - "integrity": "sha512-/4qcQcAfFEg+gnXE5NxKmYJ9JcT+8S5SDuJCLYMDN8sM/ymZ+lgLXq5+ohx/7V2brUCkgW2OaoCzOdAN0zvhGw==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.10.tgz", + "integrity": "sha512-H8TJRhTjBKVOPltp9vr9El9I+IfYsOMhmXdK0LwdvwJcxYX9oWkY7ctacWusgPWAgQq1vt/WO8v+uqpfLnM7QA==", "dev": true, "dependencies": { "css-declaration-sorter": "^6.2.2", "cssnano-utils": "^3.1.0", "postcss-calc": "^8.2.3", "postcss-colormin": "^5.3.0", - "postcss-convert-values": "^5.1.1", - "postcss-discard-comments": "^5.1.1", + "postcss-convert-values": "^5.1.2", + "postcss-discard-comments": "^5.1.2", "postcss-discard-duplicates": "^5.1.0", "postcss-discard-empty": "^5.1.1", "postcss-discard-overridden": "^5.1.0", "postcss-merge-longhand": "^5.1.5", - "postcss-merge-rules": "^5.1.1", + "postcss-merge-rules": "^5.1.2", "postcss-minify-font-values": "^5.1.0", "postcss-minify-gradients": "^5.1.1", "postcss-minify-params": "^5.1.3", - "postcss-minify-selectors": "^5.2.0", + "postcss-minify-selectors": "^5.2.1", "postcss-normalize-charset": "^5.1.0", "postcss-normalize-display-values": "^5.1.0", "postcss-normalize-positions": "^5.1.0", @@ -3778,7 +3821,7 @@ "node_modules/defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", "dev": true, "dependencies": { "clone": "^1.0.2" @@ -3849,7 +3892,7 @@ "node_modules/dns-equal": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", "dev": true }, "node_modules/dns-packet": { @@ -3922,13 +3965,13 @@ "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.140", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.140.tgz", - "integrity": "sha512-NLz5va823QfJBYOO/hLV4AfU4Crmkl/6Hl2pH3qdJcmi0ySZ3YTWHxOlDm3uJOFBEPy3pIhu8gKQo6prQTWKKA==", + "version": "1.4.143", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.143.tgz", + "integrity": "sha512-2hIgvu0+pDfXIqmVmV5X6iwMjQ2KxDsWKwM+oI1fABEOy/Dqmll0QJRmIQ3rm+XaoUa/qKrmy5h7LSTFQ6Ldzg==", "dev": true }, "node_modules/emojis-list": { @@ -3943,7 +3986,7 @@ "node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "dev": true, "engines": { "node": ">= 0.8" @@ -4023,13 +4066,13 @@ "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "dev": true }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -4072,7 +4115,7 @@ "node_modules/esrever": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/esrever/-/esrever-0.2.0.tgz", - "integrity": "sha1-lunSj08bGnZ4TNXUkOquAQ50B7g=", + "integrity": "sha512-1e9YJt6yQkyekt2BUjTky7LZWWVyC2cIpgdnsTAvMcnzXIZvlW/fTMPkxBcZoYhgih4d+EC+iw+yv9GIkz7vrw==", "dev": true, "bin": { "esrever": "bin/esrever" @@ -4099,7 +4142,7 @@ "node_modules/etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "dev": true, "engines": { "node": ">= 0.6" @@ -4203,7 +4246,7 @@ "node_modules/express/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/express/node_modules/safe-buffer": { @@ -4373,7 +4416,7 @@ "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/find-cache-dir": { @@ -4452,7 +4495,7 @@ "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "dev": true, "engines": { "node": ">= 0.6" @@ -4478,7 +4521,7 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "node_modules/fsevents": { @@ -4651,7 +4694,7 @@ "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -4684,7 +4727,7 @@ "node_modules/hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, "dependencies": { "inherits": "^2.0.1", @@ -4726,13 +4769,13 @@ "node_modules/htmlspecialchars": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/htmlspecialchars/-/htmlspecialchars-1.0.5.tgz", - "integrity": "sha1-9DD4wdXzcJvnvrrqaW3ASCQwajA=", + "integrity": "sha512-gRSdRUTthlrkxtvTz3s98ly/OCU9guJTDm0EtQ5pMhmGYew5x/zwcDrt9KvEu+jy9bXNppAmzLzUTmCSJytNKQ==", "dev": true }, "node_modules/http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", "dev": true }, "node_modules/http-errors": { @@ -4840,7 +4883,7 @@ "node_modules/image-size": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, "optional": true, "bin": { @@ -4952,7 +4995,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -4991,7 +5034,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "node_modules/is-binary-path": { @@ -5036,7 +5079,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5069,7 +5112,7 @@ "node_modules/is-integer": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.7.tgz", - "integrity": "sha1-a96Bqs3feLZZtmKdYpytxRqIbVw=", + "integrity": "sha512-RPQc/s9yBHSvpi+hs9dYiJ2cuFeU6x3TyyIp8O2H6SKEltIvJOzRj9ToyvcStDvPR/pS4rxgr1oBFajQjZ2Szg==", "dev": true, "dependencies": { "is-finite": "^1.0.0" @@ -5141,19 +5184,19 @@ "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5242,7 +5285,7 @@ "node_modules/jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "optionalDependencies": { "graceful-fs": "^4.1.6" @@ -5315,7 +5358,7 @@ "node_modules/levenshtein": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/levenshtein/-/levenshtein-1.0.5.tgz", - "integrity": "sha1-ORFzepy1baNF0Aj1V4LG8TiXm6M=", + "integrity": "sha512-UQf1nnmxjl7O0+snDXj2YF2r74Gkya8ZpnegrUBYN9tikh2dtxV/ey8e07BO5wwo0i76yjOvbDhFHdcPEiH9aA==", "dev": true, "engines": [ "node >=0.2.0" @@ -5390,31 +5433,25 @@ "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, - "node_modules/lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", "dev": true }, "node_modules/lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", "dev": true }, "node_modules/lower-case": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=", + "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==", "dev": true }, "node_modules/lru-cache": { @@ -5469,16 +5506,16 @@ "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/memfs": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.3.tgz", - "integrity": "sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.4.tgz", + "integrity": "sha512-W4gHNUE++1oSJVn8Y68jPXi+mkx3fXR5ITE/Ubz6EQ3xRpCN5k2CQ4AUR8094Z7211F876TyoBACGsIveqgiGA==", "dev": true, "dependencies": { "fs-monkey": "1.0.3" @@ -5490,7 +5527,7 @@ "node_modules/merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", "dev": true }, "node_modules/merge-stream": { @@ -5511,7 +5548,7 @@ "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true, "engines": { "node": ">= 0.6" @@ -5778,7 +5815,7 @@ "node_modules/normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -5895,7 +5932,7 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" @@ -5936,7 +5973,7 @@ "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6054,7 +6091,7 @@ "node_modules/path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, "engines": { "node": ">=4" @@ -6063,7 +6100,7 @@ "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6087,7 +6124,7 @@ "node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, "node_modules/path-type": { @@ -6279,9 +6316,9 @@ } }, "node_modules/postcss-convert-values": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.1.tgz", - "integrity": "sha512-UjcYfl3wJJdcabGKk8lgetPvhi1Et7VDc3sYr9EyhNBeB00YD4vHgPBp+oMVoG/dDWCc6ASbmzPNV6jADTwh8Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz", + "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==", "dev": true, "dependencies": { "browserslist": "^4.20.3", @@ -6356,9 +6393,9 @@ } }, "node_modules/postcss-discard-comments": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", - "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", "dev": true, "engines": { "node": "^10 || ^12 || >=14.0" @@ -6607,9 +6644,9 @@ } }, "node_modules/postcss-merge-rules": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz", - "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz", + "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==", "dev": true, "dependencies": { "browserslist": "^4.16.6", @@ -6674,9 +6711,9 @@ } }, "node_modules/postcss-minify-selectors": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", - "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", "dev": true, "dependencies": { "postcss-selector-parser": "^6.0.5" @@ -6973,12 +7010,12 @@ } }, "node_modules/postcss-preset-env": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.6.0.tgz", - "integrity": "sha512-5cnzpSFZnQJOlBu85xn4Nnluy/WjIST/ugn+gOVcKnmFJ+GLtkfRhmJPo/TW9UDpG7oyA467kvDOO8mtcpOL4g==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.7.0.tgz", + "integrity": "sha512-2Q9YARQju+j2BVgAyDnW1pIWIMlaHZqbaGISPMmalznNlWcNFIZFQsJfRLXS+WHmHJDCmV7wIWpVf9JNKR4Elw==", "dev": true, "dependencies": { - "@csstools/postcss-cascade-layers": "^1.0.1", + "@csstools/postcss-cascade-layers": "^1.0.2", "@csstools/postcss-color-function": "^1.1.0", "@csstools/postcss-font-format-keywords": "^1.0.0", "@csstools/postcss-hwb-function": "^1.0.1", @@ -6988,16 +7025,17 @@ "@csstools/postcss-oklab-function": "^1.1.0", "@csstools/postcss-progressive-custom-properties": "^1.3.0", "@csstools/postcss-stepped-value-functions": "^1.0.0", + "@csstools/postcss-trigonometric-functions": "^1.0.0", "@csstools/postcss-unset-value": "^1.0.1", "autoprefixer": "^10.4.7", "browserslist": "^4.20.3", "css-blank-pseudo": "^3.0.3", "css-has-pseudo": "^3.0.4", "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^6.6.1", + "cssdb": "^6.6.2", "postcss-attribute-case-insensitive": "^5.0.0", "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.2", + "postcss-color-functional-notation": "^4.2.3", "postcss-color-hex-alpha": "^8.0.3", "postcss-color-rebeccapurple": "^7.0.2", "postcss-custom-media": "^8.0.0", @@ -7015,7 +7053,7 @@ "postcss-lab-function": "^4.2.0", "postcss-logical": "^5.0.4", "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.6", + "postcss-nesting": "^10.1.7", "postcss-opacity-percentage": "^1.1.2", "postcss-overflow-shorthand": "^3.0.3", "postcss-page-break": "^3.0.4", @@ -7399,7 +7437,7 @@ "node_modules/regjsparser/node_modules/jsesc": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true, "bin": { "jsesc": "bin/jsesc" @@ -7688,7 +7726,7 @@ "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/send/node_modules/ms": { @@ -7736,7 +7774,7 @@ "node_modules/serve-index/node_modules/depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true, "engines": { "node": ">= 0.6" @@ -7745,7 +7783,7 @@ "node_modules/serve-index/node_modules/http-errors": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "dev": true, "dependencies": { "depd": "~1.1.2", @@ -7760,13 +7798,13 @@ "node_modules/serve-index/node_modules/inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", "dev": true }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/serve-index/node_modules/setprototypeof": { @@ -8078,14 +8116,14 @@ } }, "node_modules/terser": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", - "integrity": "sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.0.tgz", + "integrity": "sha512-JC6qfIEkPBd9j1SMO3Pfn+A6w2kQV54tv+ABQLgZr7dA3k/DL/OBoYSWxzVpZev3J+bUHXfr55L8Mox7AaNo6g==", "dev": true, "dependencies": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.8.0-beta.0", "source-map-support": "~0.5.20" }, "bin": { @@ -8153,18 +8191,6 @@ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "node_modules/terser/node_modules/source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "dev": true, - "dependencies": { - "whatwg-url": "^7.0.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", @@ -8213,15 +8239,6 @@ "node": ">=0.6" } }, - "node_modules/tr46": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dev": true, - "dependencies": { - "punycode": "^2.1.0" - } - }, "node_modules/tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -8238,9 +8255,9 @@ } }, "node_modules/twig-lexer/node_modules/@types/node": { - "version": "12.20.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.52.tgz", - "integrity": "sha512-cfkwWw72849SNYp3Zx0IcIs25vABmFh73xicxhCkTcvtZQeIez15PpwQN8fY3RD7gv1Wrxlc9MEtfMORZDEsGw==", + "version": "12.20.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.54.tgz", + "integrity": "sha512-CFMnEPkSXWALI73t1oIWyb8QOmVrp6RruAqIx349sd+1ImaFwzlKcz55mwrx/yLyOyz1gkq/UKuNOigt27PXqg==", "dev": true }, "node_modules/twing": { @@ -8453,12 +8470,6 @@ "defaults": "^1.0.3" } }, - "node_modules/webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "dev": true - }, "node_modules/webpack": { "version": "5.72.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", @@ -8626,9 +8637,9 @@ } }, "node_modules/webpack-dev-server": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.0.tgz", - "integrity": "sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.1.tgz", + "integrity": "sha512-CTMfu2UMdR/4OOZVHRpdy84pNopOuigVIsRbGX3LVDMWNP8EUgC5mUBMErbwBlHTEX99ejZJpVqrir6EXAEajA==", "dev": true, "dependencies": { "@types/bonjour": "^3.5.9", @@ -8655,7 +8666,7 @@ "schema-utils": "^4.0.0", "selfsigned": "^2.0.1", "serve-index": "^1.9.1", - "sockjs": "^0.3.21", + "sockjs": "^0.3.24", "spdy": "^4.0.2", "webpack-dev-middleware": "^5.3.1", "ws": "^8.4.2" @@ -8796,17 +8807,6 @@ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" }, - "node_modules/whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dev": true, - "dependencies": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -9225,9 +9225,9 @@ } }, "@babel/parser": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.3.tgz", - "integrity": "sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz", + "integrity": "sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==", "dev": true }, "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { @@ -9582,26 +9582,26 @@ } }, "@babel/plugin-transform-block-scoping": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.17.12.tgz", - "integrity": "sha512-jw8XW/B1i7Lqwqj2CbrViPcZijSxfguBWZP2aN59NHgxUyO/OcO1mfdCxH13QhN5LbWhPkX+f+brKGhZTiqtZQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.4.tgz", + "integrity": "sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==", "dev": true, "requires": { "@babel/helper-plugin-utils": "^7.17.12" } }, "@babel/plugin-transform-classes": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.17.12.tgz", - "integrity": "sha512-cvO7lc7pZat6BsvH6l/EGaI8zpl8paICaoGk+7x7guvtfak/TbIf66nYmJOH13EuG0H+Xx3M+9LQDtSvZFKXKw==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.4.tgz", + "integrity": "sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==", "dev": true, "requires": { "@babel/helper-annotate-as-pure": "^7.16.7", - "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-environment-visitor": "^7.18.2", "@babel/helper-function-name": "^7.17.9", "@babel/helper-optimise-call-expression": "^7.16.7", "@babel/helper-plugin-utils": "^7.17.12", - "@babel/helper-replace-supers": "^7.16.7", + "@babel/helper-replace-supers": "^7.18.2", "@babel/helper-split-export-declaration": "^7.16.7", "globals": "^11.1.0" } @@ -9715,9 +9715,9 @@ } }, "@babel/plugin-transform-modules-systemjs": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.0.tgz", - "integrity": "sha512-vwKpxdHnlM5tIrRt/eA0bzfbi7gUBLN08vLu38np1nZevlPySRe6yvuATJB5F/WPJ+ur4OXwpVYq9+BsxqAQuQ==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.4.tgz", + "integrity": "sha512-lH2UaQaHVOAeYrUUuZ8i38o76J/FnO8vu21OE+tD1MyP9lxdZoSfz+pDbWkq46GogUrdrMz3tiz/FYGB+bVThg==", "dev": true, "requires": { "@babel/helper-hoist-variables": "^7.16.7", @@ -10085,9 +10085,9 @@ } }, "@babel/types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", - "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", + "version": "7.18.4", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz", + "integrity": "sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.16.7", @@ -10103,7 +10103,7 @@ } }, "@bsi-cx/design-build": { - "version": "git+ssh://git@github.com/bsi-software/bsi-cx-design-build.git#22d3f5a92b529ea130d73fa81a63048e92b0c696", + "version": "git+ssh://git@github.com/bsi-software/bsi-cx-design-build.git#0412ae02bd28690311c2ba3176e78812dd41aa6b", "dev": true, "from": "@bsi-cx/design-build@github:bsi-software/bsi-cx-design-build#semver:^1.0.0", "requires": { @@ -10234,6 +10234,15 @@ "postcss-value-parser": "^4.2.0" } }, + "@csstools/postcss-trigonometric-functions": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.1.tgz", + "integrity": "sha512-G78CY/+GePc6dDCTUbwI6TTFQ5fs3N9POHhI6v0QzteGpf6ylARiJUNz9HrRKi4eVYBNXjae1W2766iUEFxHlw==", + "dev": true, + "requires": { + "postcss-value-parser": "^4.2.0" + } + }, "@csstools/postcss-unset-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.1.tgz", @@ -10276,6 +10285,29 @@ "integrity": "sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==", "dev": true }, + "@jridgewell/source-map": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", + "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "dependencies": { + "@jridgewell/gen-mapping": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", + "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + } + } + }, "@jridgewell/sourcemap-codec": { "version": "1.4.13", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", @@ -10451,9 +10483,9 @@ "dev": true }, "@types/node": { - "version": "17.0.35", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.35.tgz", - "integrity": "sha512-vu1SrqBjbbZ3J6vwY17jBs8Sr/BKA+/a/WtjRG+whKg1iuLFOosq872EXS0eXWILdO36DHQQeku/ZcL6hz2fpg==", + "version": "17.0.38", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.38.tgz", + "integrity": "sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g==", "dev": true }, "@types/parse-json": { @@ -11019,7 +11051,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -11290,7 +11322,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -11348,7 +11380,7 @@ "cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, "copy-anything": { @@ -11542,37 +11574,37 @@ "dev": true }, "cssnano": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.9.tgz", - "integrity": "sha512-hctQHIIeDrfMjq0bQhoVmRVaSeNNOGxkvkKVOcKpJzLr09wlRrZWH4GaYudp0aszpW8wJeaO5/yBmID9n7DNCg==", + "version": "5.1.10", + "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.10.tgz", + "integrity": "sha512-ACpnRgDg4m6CZD/+8SgnLcGCgy6DDGdkMbOawwdvVxNietTNLe/MtWcenp6qT0PRt5wzhGl6/cjMWCdhKXC9QA==", "dev": true, "requires": { - "cssnano-preset-default": "^5.2.9", + "cssnano-preset-default": "^5.2.10", "lilconfig": "^2.0.3", "yaml": "^1.10.2" } }, "cssnano-preset-default": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.9.tgz", - "integrity": "sha512-/4qcQcAfFEg+gnXE5NxKmYJ9JcT+8S5SDuJCLYMDN8sM/ymZ+lgLXq5+ohx/7V2brUCkgW2OaoCzOdAN0zvhGw==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.10.tgz", + "integrity": "sha512-H8TJRhTjBKVOPltp9vr9El9I+IfYsOMhmXdK0LwdvwJcxYX9oWkY7ctacWusgPWAgQq1vt/WO8v+uqpfLnM7QA==", "dev": true, "requires": { "css-declaration-sorter": "^6.2.2", "cssnano-utils": "^3.1.0", "postcss-calc": "^8.2.3", "postcss-colormin": "^5.3.0", - "postcss-convert-values": "^5.1.1", - "postcss-discard-comments": "^5.1.1", + "postcss-convert-values": "^5.1.2", + "postcss-discard-comments": "^5.1.2", "postcss-discard-duplicates": "^5.1.0", "postcss-discard-empty": "^5.1.1", "postcss-discard-overridden": "^5.1.0", "postcss-merge-longhand": "^5.1.5", - "postcss-merge-rules": "^5.1.1", + "postcss-merge-rules": "^5.1.2", "postcss-minify-font-values": "^5.1.0", "postcss-minify-gradients": "^5.1.1", "postcss-minify-params": "^5.1.3", - "postcss-minify-selectors": "^5.2.0", + "postcss-minify-selectors": "^5.2.1", "postcss-normalize-charset": "^5.1.0", "postcss-normalize-display-values": "^5.1.0", "postcss-normalize-positions": "^5.1.0", @@ -11626,7 +11658,7 @@ "defaults": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", - "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "integrity": "sha512-s82itHOnYrN0Ib8r+z7laQz3sdE+4FP3d9Q7VLO7U+KRT+CR0GsWuyHxzdAY82I7cXv0G/twrqomTJLOssO5HA==", "dev": true, "requires": { "clone": "^1.0.2" @@ -11678,7 +11710,7 @@ "dns-equal": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", "dev": true }, "dns-packet": { @@ -11730,13 +11762,13 @@ "ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", "dev": true }, "electron-to-chromium": { - "version": "1.4.140", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.140.tgz", - "integrity": "sha512-NLz5va823QfJBYOO/hLV4AfU4Crmkl/6Hl2pH3qdJcmi0ySZ3YTWHxOlDm3uJOFBEPy3pIhu8gKQo6prQTWKKA==", + "version": "1.4.143", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.143.tgz", + "integrity": "sha512-2hIgvu0+pDfXIqmVmV5X6iwMjQ2KxDsWKwM+oI1fABEOy/Dqmll0QJRmIQ3rm+XaoUa/qKrmy5h7LSTFQ6Ldzg==", "dev": true }, "emojis-list": { @@ -11748,7 +11780,7 @@ "encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "dev": true }, "enhanced-resolve": { @@ -11807,13 +11839,13 @@ "escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "eslint-scope": { @@ -11846,7 +11878,7 @@ "esrever": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/esrever/-/esrever-0.2.0.tgz", - "integrity": "sha1-lunSj08bGnZ4TNXUkOquAQ50B7g=", + "integrity": "sha512-1e9YJt6yQkyekt2BUjTky7LZWWVyC2cIpgdnsTAvMcnzXIZvlW/fTMPkxBcZoYhgih4d+EC+iw+yv9GIkz7vrw==", "dev": true }, "estraverse": { @@ -11864,7 +11896,7 @@ "etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "dev": true }, "eventemitter3": { @@ -11953,7 +11985,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "safe-buffer": { @@ -12083,7 +12115,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -12134,7 +12166,7 @@ "fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "dev": true }, "fs-extra": { @@ -12157,7 +12189,7 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "fsevents": { @@ -12282,7 +12314,7 @@ "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "has-property-descriptors": { @@ -12303,7 +12335,7 @@ "hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", - "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, "requires": { "inherits": "^2.0.1", @@ -12347,13 +12379,13 @@ "htmlspecialchars": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/htmlspecialchars/-/htmlspecialchars-1.0.5.tgz", - "integrity": "sha1-9DD4wdXzcJvnvrrqaW3ASCQwajA=", + "integrity": "sha512-gRSdRUTthlrkxtvTz3s98ly/OCU9guJTDm0EtQ5pMhmGYew5x/zwcDrt9KvEu+jy9bXNppAmzLzUTmCSJytNKQ==", "dev": true }, "http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", - "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", "dev": true }, "http-errors": { @@ -12430,7 +12462,7 @@ "image-size": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", - "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, "optional": true }, @@ -12508,7 +12540,7 @@ "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "requires": { "once": "^1.3.0", @@ -12541,7 +12573,7 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "is-binary-path": { @@ -12571,7 +12603,7 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-finite": { @@ -12592,7 +12624,7 @@ "is-integer": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.7.tgz", - "integrity": "sha1-a96Bqs3feLZZtmKdYpytxRqIbVw=", + "integrity": "sha512-RPQc/s9yBHSvpi+hs9dYiJ2cuFeU6x3TyyIp8O2H6SKEltIvJOzRj9ToyvcStDvPR/pS4rxgr1oBFajQjZ2Szg==", "dev": true, "requires": { "is-finite": "^1.0.0" @@ -12643,19 +12675,19 @@ "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true }, "jest-worker": { @@ -12719,7 +12751,7 @@ "jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "requires": { "graceful-fs": "^4.1.6" @@ -12767,7 +12799,7 @@ "levenshtein": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/levenshtein/-/levenshtein-1.0.5.tgz", - "integrity": "sha1-ORFzepy1baNF0Aj1V4LG8TiXm6M=", + "integrity": "sha512-UQf1nnmxjl7O0+snDXj2YF2r74Gkya8ZpnegrUBYN9tikh2dtxV/ey8e07BO5wwo0i76yjOvbDhFHdcPEiH9aA==", "dev": true }, "lilconfig": { @@ -12824,31 +12856,25 @@ "lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true }, "lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=", - "dev": true - }, - "lodash.sortby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz", - "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", "dev": true }, "lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", - "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", "dev": true }, "lower-case": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha1-miyr0bno4K6ZOkv31YdcOcQujqw=", + "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==", "dev": true }, "lru-cache": { @@ -12893,13 +12919,13 @@ "media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "dev": true }, "memfs": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.3.tgz", - "integrity": "sha512-eivjfi7Ahr6eQTn44nvTnR60e4a1Fs1Via2kCR5lHo/kyNoiMWaXCNJ/GpSd0ilXas2JSOl9B5FTIhflXu0hlg==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.4.tgz", + "integrity": "sha512-W4gHNUE++1oSJVn8Y68jPXi+mkx3fXR5ITE/Ubz6EQ3xRpCN5k2CQ4AUR8094Z7211F876TyoBACGsIveqgiGA==", "dev": true, "requires": { "fs-monkey": "1.0.3" @@ -12908,7 +12934,7 @@ "merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", "dev": true }, "merge-stream": { @@ -12926,7 +12952,7 @@ "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true }, "micromatch": { @@ -13125,7 +13151,7 @@ "normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true }, "normalize-url": { @@ -13206,7 +13232,7 @@ "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "requires": { "wrappy": "1" @@ -13235,7 +13261,7 @@ "os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", "dev": true }, "p-limit": { @@ -13317,13 +13343,13 @@ "path-exists": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true }, "path-key": { @@ -13341,7 +13367,7 @@ "path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, "path-type": { @@ -13462,9 +13488,9 @@ } }, "postcss-convert-values": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.1.tgz", - "integrity": "sha512-UjcYfl3wJJdcabGKk8lgetPvhi1Et7VDc3sYr9EyhNBeB00YD4vHgPBp+oMVoG/dDWCc6ASbmzPNV6jADTwh8Q==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.2.tgz", + "integrity": "sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==", "dev": true, "requires": { "browserslist": "^4.20.3", @@ -13506,9 +13532,9 @@ } }, "postcss-discard-comments": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.1.tgz", - "integrity": "sha512-5JscyFmvkUxz/5/+TB3QTTT9Gi9jHkcn8dcmmuN68JQcv3aQg4y88yEHHhwFB52l/NkaJ43O0dbksGMAo49nfQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", + "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", "dev": true, "requires": {} }, @@ -13657,9 +13683,9 @@ } }, "postcss-merge-rules": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.1.tgz", - "integrity": "sha512-8wv8q2cXjEuCcgpIB1Xx1pIy8/rhMPIQqYKNzEdyx37m6gpq83mQQdCxgIkFgliyEnKvdwJf/C61vN4tQDq4Ww==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.2.tgz", + "integrity": "sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==", "dev": true, "requires": { "browserslist": "^4.16.6", @@ -13700,9 +13726,9 @@ } }, "postcss-minify-selectors": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.0.tgz", - "integrity": "sha512-vYxvHkW+iULstA+ctVNx0VoRAR4THQQRkG77o0oa4/mBS0OzGvvzLIvHDv/nNEM0crzN2WIyFU5X7wZhaUK3RA==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", + "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", "dev": true, "requires": { "postcss-selector-parser": "^6.0.5" @@ -13875,12 +13901,12 @@ } }, "postcss-preset-env": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.6.0.tgz", - "integrity": "sha512-5cnzpSFZnQJOlBu85xn4Nnluy/WjIST/ugn+gOVcKnmFJ+GLtkfRhmJPo/TW9UDpG7oyA467kvDOO8mtcpOL4g==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.7.0.tgz", + "integrity": "sha512-2Q9YARQju+j2BVgAyDnW1pIWIMlaHZqbaGISPMmalznNlWcNFIZFQsJfRLXS+WHmHJDCmV7wIWpVf9JNKR4Elw==", "dev": true, "requires": { - "@csstools/postcss-cascade-layers": "^1.0.1", + "@csstools/postcss-cascade-layers": "^1.0.2", "@csstools/postcss-color-function": "^1.1.0", "@csstools/postcss-font-format-keywords": "^1.0.0", "@csstools/postcss-hwb-function": "^1.0.1", @@ -13890,16 +13916,17 @@ "@csstools/postcss-oklab-function": "^1.1.0", "@csstools/postcss-progressive-custom-properties": "^1.3.0", "@csstools/postcss-stepped-value-functions": "^1.0.0", + "@csstools/postcss-trigonometric-functions": "^1.0.0", "@csstools/postcss-unset-value": "^1.0.1", "autoprefixer": "^10.4.7", "browserslist": "^4.20.3", "css-blank-pseudo": "^3.0.3", "css-has-pseudo": "^3.0.4", "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^6.6.1", + "cssdb": "^6.6.2", "postcss-attribute-case-insensitive": "^5.0.0", "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.2", + "postcss-color-functional-notation": "^4.2.3", "postcss-color-hex-alpha": "^8.0.3", "postcss-color-rebeccapurple": "^7.0.2", "postcss-custom-media": "^8.0.0", @@ -13917,7 +13944,7 @@ "postcss-lab-function": "^4.2.0", "postcss-logical": "^5.0.4", "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.6", + "postcss-nesting": "^10.1.7", "postcss-opacity-percentage": "^1.1.2", "postcss-overflow-shorthand": "^3.0.3", "postcss-page-break": "^3.0.4", @@ -14197,7 +14224,7 @@ "jsesc": { "version": "0.5.0", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", "dev": true } } @@ -14389,7 +14416,7 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -14438,13 +14465,13 @@ "depd": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true }, "http-errors": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "dev": true, "requires": { "depd": "~1.1.2", @@ -14456,13 +14483,13 @@ "inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", "dev": true }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "setprototypeof": { @@ -14701,14 +14728,14 @@ "dev": true }, "terser": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.13.1.tgz", - "integrity": "sha512-hn4WKOfwnwbYfe48NgrQjqNOH9jzLqRcIfbYytOXCOv46LBfWr9bDS17MQqOi+BWGD0sJK3Sj5NC/gJjiojaoA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.0.tgz", + "integrity": "sha512-JC6qfIEkPBd9j1SMO3Pfn+A6w2kQV54tv+ABQLgZr7dA3k/DL/OBoYSWxzVpZev3J+bUHXfr55L8Mox7AaNo6g==", "dev": true, "requires": { + "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", - "source-map": "~0.8.0-beta.0", "source-map-support": "~0.5.20" }, "dependencies": { @@ -14717,15 +14744,6 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true - }, - "source-map": { - "version": "0.8.0-beta.0", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", - "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==", - "dev": true, - "requires": { - "whatwg-url": "^7.0.0" - } } } }, @@ -14791,15 +14809,6 @@ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "dev": true }, - "tr46": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz", - "integrity": "sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk=", - "dev": true, - "requires": { - "punycode": "^2.1.0" - } - }, "tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", @@ -14816,9 +14825,9 @@ }, "dependencies": { "@types/node": { - "version": "12.20.52", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.52.tgz", - "integrity": "sha512-cfkwWw72849SNYp3Zx0IcIs25vABmFh73xicxhCkTcvtZQeIez15PpwQN8fY3RD7gv1Wrxlc9MEtfMORZDEsGw==", + "version": "12.20.54", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.54.tgz", + "integrity": "sha512-CFMnEPkSXWALI73t1oIWyb8QOmVrp6RruAqIx349sd+1ImaFwzlKcz55mwrx/yLyOyz1gkq/UKuNOigt27PXqg==", "dev": true } } @@ -14989,12 +14998,6 @@ "defaults": "^1.0.3" } }, - "webidl-conversions": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", - "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==", - "dev": true - }, "webpack": { "version": "5.72.1", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.72.1.tgz", @@ -15115,9 +15118,9 @@ } }, "webpack-dev-server": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.0.tgz", - "integrity": "sha512-+Nlb39iQSOSsFv0lWUuUTim3jDQO8nhK3E68f//J2r5rIcp4lULHXz2oZ0UVdEeWXEh5lSzYUlzarZhDAeAVQw==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.9.1.tgz", + "integrity": "sha512-CTMfu2UMdR/4OOZVHRpdy84pNopOuigVIsRbGX3LVDMWNP8EUgC5mUBMErbwBlHTEX99ejZJpVqrir6EXAEajA==", "dev": true, "requires": { "@types/bonjour": "^3.5.9", @@ -15144,7 +15147,7 @@ "schema-utils": "^4.0.0", "selfsigned": "^2.0.1", "serve-index": "^1.9.1", - "sockjs": "^0.3.21", + "sockjs": "^0.3.24", "spdy": "^4.0.2", "webpack-dev-middleware": "^5.3.1", "ws": "^8.4.2" @@ -15229,17 +15232,6 @@ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" }, - "whatwg-url": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz", - "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==", - "dev": true, - "requires": { - "lodash.sortby": "^4.7.0", - "tr46": "^1.0.1", - "webidl-conversions": "^4.0.2" - } - }, "which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", diff --git a/styles/properties.scss b/styles/properties.scss index 638857d..8605dcc 100644 --- a/styles/properties.scss +++ b/styles/properties.scss @@ -3,15 +3,9 @@ $primary: bsiProperty('primaryColor', #2F4E66); $secondary: bsiProperty('secondaryColor', #93C120); $tertiary: bsiProperty('tertiaryColor', #ee941c); -$primary-pastel: bsiProperty('primaryPastelColor', #7bacd1); -$secondary-pastel: bsiProperty('secondaryPastelColor', #bdd77f); -$tertiary-pastel: bsiProperty('tertiaryPastelColor', #e2ac64); $info: bsiProperty('infoColor', #6c757d); $dark: bsiProperty('darkColor', #383e42); $light: bsiProperty('lightColor', #ffffff); -$brown-light: bsiProperty('brownLightColor', #EAE3CF); -$brown-medium: bsiProperty('brownMediumColor', #ABA39A); -$brown-dark: bsiProperty('brownDarkColor', #827A6F); $valid: #198754; $invalid: #dc3545; diff --git a/styles/styles.scss b/styles/styles.scss index 271adea..5898a6e 100644 --- a/styles/styles.scss +++ b/styles/styles.scss @@ -63,7 +63,7 @@ } } - $colors: ("primary": $primary, "secondary": $secondary, "tertiary": $tertiary, "primary-pastel": $primary-pastel, "secondary-pastel": $secondary-pastel, "tertiary-pastel": $tertiary-pastel, "brown-light": $brown-light, "brown-medium": $brown-medium, "brown-dark": $brown-dark, "dark": $dark); + $colors: ("primary": $primary, "secondary": $secondary, "tertiary": $tertiary, "dark": $dark); @for $i from 10 through 100 { @if $i % 10 == 0 { $opacity-percentage: $i*1%;