nve-designsystem 4.3.0 → 4.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/chunks/chunk.2PCBEMQZ.js +4 -4
- package/chunks/chunk.36O46B5H.js +2 -2
- package/chunks/chunk.4TUIT776.js +1 -1
- package/chunks/chunk.5JY5FUCG.js +325 -344
- package/chunks/chunk.5P45LHIX.js +2 -2
- package/chunks/chunk.6CTB5ZDJ.js +16 -4
- package/chunks/chunk.B4BZKR24.js +2 -2
- package/chunks/chunk.D5YQDJ7X.js +3 -3
- package/chunks/chunk.EA437WHD.js +1 -1
- package/chunks/chunk.GI7VDIWX.js +1 -1
- package/chunks/chunk.GMYPQTFK.js +1 -1
- package/chunks/chunk.HVTXQL7M.js +3 -3
- package/chunks/chunk.IKV4VH3T.js +3 -3
- package/chunks/chunk.IVVHNXMC.js +2 -2
- package/chunks/chunk.JHOXTQXA.js +3 -3
- package/chunks/chunk.JXOKFADN.js +3 -3
- package/chunks/chunk.K7JGTRV7.js +1 -1
- package/chunks/chunk.KPLQLAWP.js +3 -3
- package/chunks/chunk.LD4M4QGE.js +1 -1
- package/chunks/chunk.MSKEYBDI.js +3 -3
- package/chunks/chunk.NYIIDP5N.js +1 -1
- package/chunks/chunk.RWUUFNUL.js +2 -2
- package/chunks/chunk.SAPQLUO4.js +4 -4
- package/chunks/chunk.SI4ACBFK.js +1 -1
- package/chunks/chunk.TP2GB2HO.js +4 -4
- package/chunks/chunk.UDWRA64J.js +3 -3
- package/chunks/chunk.URTPIBTY.js +3 -3
- package/chunks/chunk.VESXC477.js +1 -1
- package/chunks/chunk.XA43ZQPC.js +3 -3
- package/chunks/chunk.XQ2OKYYA.js +3 -3
- package/chunks/chunk.XZNBUGX7.js +1 -1
- package/chunks/chunk.YHLNUJ7P.js +2 -2
- package/chunks/chunk.ZH2AND3P.js +8 -8
- package/chunks/chunk.ZL53POKZ.js +2 -2
- package/chunks/class-map.js +3 -3
- package/chunks/decorate.js +11 -11
- package/chunks/directive-helpers.js +3 -3
- package/chunks/if-defined.js +1 -1
- package/chunks/lit.js +88 -86
- package/chunks/live.js +8 -8
- package/chunks/nve-alert.component.js +9 -9
- package/chunks/nve-carousel-item.component.js +1 -1
- package/chunks/nve-checkbox-group.component.js +7 -7
- package/chunks/nve-label.component.js +1 -1
- package/chunks/nve-warning-level.component.js +4 -4
- package/chunks/ref.js +4 -4
- package/chunks/shoelace.js +771 -771
- package/chunks/static-html.js +4 -4
- package/chunks/unsafe-html.js +1 -1
- package/components/nve-accordion/nve-accordion.component.js +1 -1
- package/components/nve-badge/nve-badge.component.js +1 -1
- package/components/nve-carousel-thumbnail/nve-carousel-thumbnail.component.js +1 -1
- package/components/nve-combobox/nve-combobox.component.js +1 -1
- package/components/nve-darkmode-switch/nve-darkmode-switch.component.js +3 -2
- package/components/nve-icon/nve-icon.component.js +1 -1
- package/components/nve-link-card/nve-link-card.component.js +6 -6
- package/components/nve-message-card/nve-message-card.component.js +1 -1
- package/components/nve-navigation-card/nve-navigation-card.component.js +8 -8
- package/components/nve-paragraph/nve-paragraph.component.js +1 -1
- package/components/nve-stepper/nve-step/nve-step.component.js +21 -21
- package/components/nve-stepper/nve-stepper-mobile.component.js +1 -1
- package/components/nve-stepper/nve-stepper.component.js +1 -1
- package/components/nve-switch/nve-switch.component.js +1 -1
- package/components/nve-tab/nve-tab.component.js +1 -1
- package/components/nve-tab-group/nve-tab-group.component.js +6 -6
- package/components/nve-tab-panel/nve-tab-panel.component.js +1 -1
- package/components/nve-tag/nve-tag.component.js +6 -6
- package/components/nve-textarea/nve-textarea.component.js +12 -12
- package/css/nve.css +54 -45
- package/css/nve_dark.css +16 -7
- package/css/rme.css +54 -45
- package/css/rme_dark.css +16 -7
- package/css/varsom.css +54 -45
- package/css/varsom_dark.css +16 -7
- package/custom-elements.json +1 -1
- package/nve-designsystem.d.ts +1 -1
- package/package.json +8 -5
package/css/nve_dark.css
CHANGED
|
@@ -112,6 +112,15 @@
|
|
|
112
112
|
--color-shades-functional-red-999: #411616;
|
|
113
113
|
--color-shades-functional-red-000: #ffebee;
|
|
114
114
|
--color-shades-functional-red-050: #ffd8de;
|
|
115
|
+
--color-shades-functional-danger-100: #ffb8b8;
|
|
116
|
+
--color-shades-functional-danger-200: #ff8f8f;
|
|
117
|
+
--color-shades-functional-danger-400: #ff3333;
|
|
118
|
+
--color-shades-functional-danger-600: #e50000;
|
|
119
|
+
--color-shades-functional-danger-800: #b20000;
|
|
120
|
+
--color-shades-functional-danger-900: #800000;
|
|
121
|
+
--color-shades-functional-danger-999: #4d0000;
|
|
122
|
+
--color-shades-functional-danger-050: #ffd6d6;
|
|
123
|
+
--color-shades-functional-danger-000: #ffebeb;
|
|
115
124
|
--color-shades-functional-orange-100: #ffe3c2;
|
|
116
125
|
--color-shades-functional-orange-150: #ffd9ad;
|
|
117
126
|
--color-shades-functional-orange-200: #ffc98a;
|
|
@@ -253,7 +262,7 @@
|
|
|
253
262
|
--box-shadow-none: 0 0 0 0 rgba(0,0,0,0);
|
|
254
263
|
--box-shadow-soft: -59px 104px 33px 0 rgba(0,0,0,0.00), -38px 67px 31px 0 rgba(0,0,0,0.00), -21px 37px 26px 0 rgba(0,0,0,0.01), -9px 17px 19px 0 rgba(0,0,0,0.02), -2px 4px 11px 0 rgba(0,0,0,0.03);
|
|
255
264
|
--box-shadow-hard: -45px 80px 26px 0 rgba(0,0,0,0.00), -29px 51px 23px 0 rgba(0,0,0,0.01), -16px 29px 20px 0 rgba(0,0,0,0.02), -7px 13px 15px 0 rgba(0,0,0,0.03), -2px 3px 8px 0 rgba(0,0,0,0.04);
|
|
256
|
-
--box-shadow-header: 0 4px
|
|
265
|
+
--box-shadow-header: 0 4px 32px 0 rgba(0,0,0,0.02);
|
|
257
266
|
--box-shadow-dropdown: 0 54px 15px 0 rgba(0,0,0,0.00), 0 35px 14px 0 rgba(0,0,0,0.00), 0 19px 12px 0 rgba(0,0,0,0.02), 0 9px 9px 0 rgba(0,0,0,0.03), 0 2px 5px 0 rgba(0,0,0,0.03);
|
|
258
267
|
--boolean-brand-nve: true;
|
|
259
268
|
--boolean-brand-varsom: false;
|
|
@@ -389,18 +398,18 @@
|
|
|
389
398
|
--color-dangerlevel-background-default-level1: var(--color-shades-functional-green-500);
|
|
390
399
|
--color-dangerlevel-background-default-level2: var(--color-shades-functional-yellow-500);
|
|
391
400
|
--color-dangerlevel-background-default-level3: var(--color-shades-functional-orange-400);
|
|
392
|
-
--color-dangerlevel-background-default-level4: var(--color-shades-functional-
|
|
393
|
-
--color-dangerlevel-background-default-level5: var(--color-shades-functional-
|
|
401
|
+
--color-dangerlevel-background-default-level4: var(--color-shades-functional-danger-400);
|
|
402
|
+
--color-dangerlevel-background-default-level5: var(--color-shades-functional-danger-900);
|
|
394
403
|
--color-dangerlevel-background-mute-level1: var(--color-shades-functional-green-150);
|
|
395
404
|
--color-dangerlevel-background-mute-level2: var(--color-shades-functional-yellow-200);
|
|
396
405
|
--color-dangerlevel-background-mute-level3: var(--color-shades-functional-orange-150);
|
|
397
|
-
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-
|
|
398
|
-
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-
|
|
406
|
+
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-danger-050);
|
|
407
|
+
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-danger-200);
|
|
399
408
|
--color-dangerlevel-background-subtle-level1: var(--color-shades-functional-green-100);
|
|
400
409
|
--color-dangerlevel-background-subtle-level2: var(--color-shades-functional-yellow-100);
|
|
401
410
|
--color-dangerlevel-background-subtle-level3: var(--color-shades-functional-orange-050);
|
|
402
|
-
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-
|
|
403
|
-
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-
|
|
411
|
+
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-danger-000);
|
|
412
|
+
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-danger-200);
|
|
404
413
|
--color-dangerlevel-foreground-default-level1: var(--color-shades-functional-neutralgrey-999);
|
|
405
414
|
--color-dangerlevel-foreground-default-level2: var(--color-shades-functional-neutralgrey-999);
|
|
406
415
|
--color-dangerlevel-foreground-default-level3: var(--color-shades-functional-neutralgrey-999);
|
package/css/rme.css
CHANGED
|
@@ -112,6 +112,15 @@
|
|
|
112
112
|
--color-shades-functional-red-999: #411616;
|
|
113
113
|
--color-shades-functional-red-000: #ffebee;
|
|
114
114
|
--color-shades-functional-red-050: #ffd8de;
|
|
115
|
+
--color-shades-functional-danger-100: #ffb8b8;
|
|
116
|
+
--color-shades-functional-danger-200: #ff8f8f;
|
|
117
|
+
--color-shades-functional-danger-400: #ff3333;
|
|
118
|
+
--color-shades-functional-danger-600: #e50000;
|
|
119
|
+
--color-shades-functional-danger-800: #b20000;
|
|
120
|
+
--color-shades-functional-danger-900: #800000;
|
|
121
|
+
--color-shades-functional-danger-999: #4d0000;
|
|
122
|
+
--color-shades-functional-danger-050: #ffd6d6;
|
|
123
|
+
--color-shades-functional-danger-000: #ffebeb;
|
|
115
124
|
--color-shades-functional-orange-100: #ffe3c2;
|
|
116
125
|
--color-shades-functional-orange-150: #ffd9ad;
|
|
117
126
|
--color-shades-functional-orange-200: #ffc98a;
|
|
@@ -253,7 +262,7 @@
|
|
|
253
262
|
--box-shadow-none: 0 0 0 0 rgba(0,0,0,0);
|
|
254
263
|
--box-shadow-soft: -59px 104px 33px 0 rgba(0,0,0,0.00), -38px 67px 31px 0 rgba(0,0,0,0.00), -21px 37px 26px 0 rgba(0,0,0,0.01), -9px 17px 19px 0 rgba(0,0,0,0.02), -2px 4px 11px 0 rgba(0,0,0,0.03);
|
|
255
264
|
--box-shadow-hard: -45px 80px 26px 0 rgba(0,0,0,0.00), -29px 51px 23px 0 rgba(0,0,0,0.01), -16px 29px 20px 0 rgba(0,0,0,0.02), -7px 13px 15px 0 rgba(0,0,0,0.03), -2px 3px 8px 0 rgba(0,0,0,0.04);
|
|
256
|
-
--box-shadow-header: 0 4px
|
|
265
|
+
--box-shadow-header: 0 4px 32px 0 rgba(0,0,0,0.02);
|
|
257
266
|
--box-shadow-dropdown: 0 54px 15px 0 rgba(0,0,0,0.00), 0 35px 14px 0 rgba(0,0,0,0.00), 0 19px 12px 0 rgba(0,0,0,0.02), 0 9px 9px 0 rgba(0,0,0,0.03), 0 2px 5px 0 rgba(0,0,0,0.03);
|
|
258
267
|
--boolean-brand-nve: false;
|
|
259
268
|
--boolean-brand-varsom: false;
|
|
@@ -389,18 +398,18 @@
|
|
|
389
398
|
--color-dangerlevel-background-default-level1: var(--color-shades-functional-green-500);
|
|
390
399
|
--color-dangerlevel-background-default-level2: var(--color-shades-functional-yellow-500);
|
|
391
400
|
--color-dangerlevel-background-default-level3: var(--color-shades-functional-orange-400);
|
|
392
|
-
--color-dangerlevel-background-default-level4: var(--color-shades-functional-
|
|
393
|
-
--color-dangerlevel-background-default-level5: var(--color-shades-functional-
|
|
401
|
+
--color-dangerlevel-background-default-level4: var(--color-shades-functional-danger-400);
|
|
402
|
+
--color-dangerlevel-background-default-level5: var(--color-shades-functional-danger-900);
|
|
394
403
|
--color-dangerlevel-background-mute-level1: var(--color-shades-functional-green-150);
|
|
395
404
|
--color-dangerlevel-background-mute-level2: var(--color-shades-functional-yellow-200);
|
|
396
405
|
--color-dangerlevel-background-mute-level3: var(--color-shades-functional-orange-150);
|
|
397
|
-
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-
|
|
398
|
-
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-
|
|
406
|
+
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-danger-050);
|
|
407
|
+
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-danger-200);
|
|
399
408
|
--color-dangerlevel-background-subtle-level1: var(--color-shades-functional-green-100);
|
|
400
409
|
--color-dangerlevel-background-subtle-level2: var(--color-shades-functional-yellow-100);
|
|
401
410
|
--color-dangerlevel-background-subtle-level3: var(--color-shades-functional-orange-050);
|
|
402
|
-
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-
|
|
403
|
-
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-
|
|
411
|
+
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-danger-000);
|
|
412
|
+
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-danger-200);
|
|
404
413
|
--color-dangerlevel-foreground-default-level1: var(--color-shades-functional-neutralgrey-999);
|
|
405
414
|
--color-dangerlevel-foreground-default-level2: var(--color-shades-functional-neutralgrey-999);
|
|
406
415
|
--color-dangerlevel-foreground-default-level3: var(--color-shades-functional-neutralgrey-999);
|
|
@@ -660,48 +669,48 @@
|
|
|
660
669
|
--sizing-fixed-sizing-2x-large: var(--dimension-14x);
|
|
661
670
|
--sizing-fixed-sizing-3x-large: var(--dimension-16x);
|
|
662
671
|
--typography-heading-x-large: var(--font-weight-semibold) var(--font-size-3x-large)/var(--line-height-0) var(--font-family-primary-family);
|
|
663
|
-
--typography-heading-large: var(--font-weight-semibold) var(--font-size-2x-large)/
|
|
672
|
+
--typography-heading-large: var(--font-weight-semibold) var(--font-size-2x-large)/1.2 var(--font-family-primary-family);
|
|
664
673
|
--typography-heading-medium: var(--font-weight-semibold) var(--font-size-x-large)/var(--line-height-2) var(--font-family-primary-family);
|
|
665
|
-
--typography-heading-small: var(--font-weight-semibold) var(--font-size-large)/
|
|
666
|
-
--typography-heading-x-small: var(--font-weight-semibold) var(--font-size-medium)/
|
|
667
|
-
--typography-subheading-large: var(--font-weight-regular) var(--font-size-2x-large)/
|
|
674
|
+
--typography-heading-small: var(--font-weight-semibold) var(--font-size-large)/1.3 var(--font-family-primary-family);
|
|
675
|
+
--typography-heading-x-small: var(--font-weight-semibold) var(--font-size-medium)/1.3 var(--font-family-primary-family);
|
|
676
|
+
--typography-subheading-large: var(--font-weight-regular) var(--font-size-2x-large)/1.2 var(--font-family-primary-family);
|
|
668
677
|
--typography-subheading-medium: var(--font-weight-regular) var(--font-size-x-large)/var(--line-height-2) var(--font-family-primary-family);
|
|
669
|
-
--typography-subheading-small: var(--font-weight-regular) var(--font-size-large)/
|
|
670
|
-
--typography-lead-large-regular: var(--font-weight-regular) var(--font-size-large)/
|
|
671
|
-
--typography-lead-large-semibold: var(--font-weight-semibold) var(--font-size-large)/
|
|
672
|
-
--typography-lead-medium-regular: var(--font-weight-regular) var(--font-size-medium)/
|
|
673
|
-
--typography-lead-medium-semibold: var(--font-weight-semibold) var(--font-size-medium)/
|
|
678
|
+
--typography-subheading-small: var(--font-weight-regular) var(--font-size-large)/1.3 var(--font-family-primary-family);
|
|
679
|
+
--typography-lead-large-regular: var(--font-weight-regular) var(--font-size-large)/1.4 var(--font-family-primary-family);
|
|
680
|
+
--typography-lead-large-semibold: var(--font-weight-semibold) var(--font-size-large)/1.4 var(--font-family-primary-family);
|
|
681
|
+
--typography-lead-medium-regular: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
682
|
+
--typography-lead-medium-semibold: var(--font-weight-semibold) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
674
683
|
--font-size-small: var(--dimension-4-5x); /** 16 px */
|
|
675
|
-
--typography-lead-small-regular: var(--font-weight-regular) var(--font-size-small)/
|
|
676
|
-
--typography-lead-small-semibold: var(--font-weight-semibold) var(--font-size-small)/
|
|
677
|
-
--typography-body-large: var(--font-weight-regular) var(--font-size-medium)/
|
|
678
|
-
--typography-body-large-underline: var(--font-weight-regular) var(--font-size-medium)/
|
|
679
|
-
--typography-body-medium: var(--font-weight-regular) var(--font-size-small)/
|
|
680
|
-
--typography-body-medium-underline: var(--font-weight-regular) var(--font-size-small)/
|
|
681
|
-
--typography-body-small: var(--font-weight-regular) var(--font-size-x-small)/
|
|
682
|
-
--typography-body-small-underline: var(--font-weight-regular) var(--font-size-x-small)/
|
|
683
|
-
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
684
|
-
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
685
|
-
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/
|
|
686
|
-
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/
|
|
687
|
-
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/
|
|
688
|
-
--typography-body-compact-medium-underline-compact: var(--font-weight-regular) var(--font-size-small)/
|
|
689
|
-
--typography-body-compact-small-compact: var(--font-weight-regular) var(--font-size-x-small)/
|
|
690
|
-
--typography-body-compact-small-underline-compact: var(--font-weight-regular) var(--font-size-x-small)/
|
|
691
|
-
--typography-body-compact-x-small-compact: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
692
|
-
--typography-body-compact-x-small-underline-compact: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
693
|
-
--typography-detailtext-caption: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
694
|
-
--typography-detailtext-caps-large: var(--font-weight-semibold) var(--font-size-medium)/
|
|
695
|
-
--typography-detailtext-caps-small: var(--font-weight-semibold) var(--font-size-x-small)/
|
|
696
|
-
--typography-label-large: var(--font-weight-semibold) var(--font-size-medium)/
|
|
697
|
-
--typography-label-large-light: var(--font-weight-regular) var(--font-size-medium)/
|
|
698
|
-
--typography-label-medium: var(--font-weight-semibold) var(--font-size-small)/
|
|
699
|
-
--typography-label-medium-light: var(--font-weight-regular) var(--font-size-small)/
|
|
700
|
-
--typography-label-small: var(--font-weight-semibold) var(--font-size-x-small)/
|
|
701
|
-
--typography-label-small-light: var(--font-weight-regular) var(--font-size-x-small)/
|
|
684
|
+
--typography-lead-small-regular: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
685
|
+
--typography-lead-small-semibold: var(--font-weight-semibold) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
686
|
+
--typography-body-large: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
687
|
+
--typography-body-large-underline: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
688
|
+
--typography-body-medium: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
689
|
+
--typography-body-medium-underline: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
690
|
+
--typography-body-small: var(--font-weight-regular) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
691
|
+
--typography-body-small-underline: var(--font-weight-regular) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
692
|
+
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
693
|
+
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
694
|
+
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/1.2 var(--font-family-primary-family);
|
|
695
|
+
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/1.2 var(--font-family-primary-family);
|
|
696
|
+
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/1.2 var(--font-family-primary-family);
|
|
697
|
+
--typography-body-compact-medium-underline-compact: var(--font-weight-regular) var(--font-size-small)/1.2 var(--font-family-primary-family);
|
|
698
|
+
--typography-body-compact-small-compact: var(--font-weight-regular) var(--font-size-x-small)/1.2 var(--font-family-primary-family);
|
|
699
|
+
--typography-body-compact-small-underline-compact: var(--font-weight-regular) var(--font-size-x-small)/1.2 var(--font-family-primary-family);
|
|
700
|
+
--typography-body-compact-x-small-compact: var(--font-weight-regular) var(--font-size-2x-small)/1.2 var(--font-family-primary-family);
|
|
701
|
+
--typography-body-compact-x-small-underline-compact: var(--font-weight-regular) var(--font-size-2x-small)/1.2 var(--font-family-primary-family);
|
|
702
|
+
--typography-detailtext-caption: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
703
|
+
--typography-detailtext-caps-large: var(--font-weight-semibold) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
704
|
+
--typography-detailtext-caps-small: var(--font-weight-semibold) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
705
|
+
--typography-label-large: var(--font-weight-semibold) var(--font-size-medium)/1.1 var(--font-family-primary-family);
|
|
706
|
+
--typography-label-large-light: var(--font-weight-regular) var(--font-size-medium)/1.1 var(--font-family-primary-family);
|
|
707
|
+
--typography-label-medium: var(--font-weight-semibold) var(--font-size-small)/1.1 var(--font-family-primary-family);
|
|
708
|
+
--typography-label-medium-light: var(--font-weight-regular) var(--font-size-small)/1.1 var(--font-family-primary-family);
|
|
709
|
+
--typography-label-small: var(--font-weight-semibold) var(--font-size-x-small)/1.1 var(--font-family-primary-family);
|
|
710
|
+
--typography-label-small-light: var(--font-weight-regular) var(--font-size-x-small)/1.1 var(--font-family-primary-family);
|
|
702
711
|
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
|
|
703
|
-
--typography-label-x-small: var(--font-weight-semibold) var(--font-size-2x-small)/
|
|
704
|
-
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
712
|
+
--typography-label-x-small: var(--font-weight-semibold) var(--font-size-2x-small)/1.1 var(--font-family-primary-family);
|
|
713
|
+
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/1.1 var(--font-family-primary-family);
|
|
705
714
|
--font-size-x-small: var(--dimension-4x); /** 14 px */
|
|
706
715
|
--font-size-medium: var(--dimension-5x); /** 18 px */
|
|
707
716
|
--font-size-large: var(--dimension-6x); /** 20 px */
|
package/css/rme_dark.css
CHANGED
|
@@ -112,6 +112,15 @@
|
|
|
112
112
|
--color-shades-functional-red-999: #411616;
|
|
113
113
|
--color-shades-functional-red-000: #ffebee;
|
|
114
114
|
--color-shades-functional-red-050: #ffd8de;
|
|
115
|
+
--color-shades-functional-danger-100: #ffb8b8;
|
|
116
|
+
--color-shades-functional-danger-200: #ff8f8f;
|
|
117
|
+
--color-shades-functional-danger-400: #ff3333;
|
|
118
|
+
--color-shades-functional-danger-600: #e50000;
|
|
119
|
+
--color-shades-functional-danger-800: #b20000;
|
|
120
|
+
--color-shades-functional-danger-900: #800000;
|
|
121
|
+
--color-shades-functional-danger-999: #4d0000;
|
|
122
|
+
--color-shades-functional-danger-050: #ffd6d6;
|
|
123
|
+
--color-shades-functional-danger-000: #ffebeb;
|
|
115
124
|
--color-shades-functional-orange-100: #ffe3c2;
|
|
116
125
|
--color-shades-functional-orange-150: #ffd9ad;
|
|
117
126
|
--color-shades-functional-orange-200: #ffc98a;
|
|
@@ -253,7 +262,7 @@
|
|
|
253
262
|
--box-shadow-none: 0 0 0 0 rgba(0,0,0,0);
|
|
254
263
|
--box-shadow-soft: -59px 104px 33px 0 rgba(0,0,0,0.00), -38px 67px 31px 0 rgba(0,0,0,0.00), -21px 37px 26px 0 rgba(0,0,0,0.01), -9px 17px 19px 0 rgba(0,0,0,0.02), -2px 4px 11px 0 rgba(0,0,0,0.03);
|
|
255
264
|
--box-shadow-hard: -45px 80px 26px 0 rgba(0,0,0,0.00), -29px 51px 23px 0 rgba(0,0,0,0.01), -16px 29px 20px 0 rgba(0,0,0,0.02), -7px 13px 15px 0 rgba(0,0,0,0.03), -2px 3px 8px 0 rgba(0,0,0,0.04);
|
|
256
|
-
--box-shadow-header: 0 4px
|
|
265
|
+
--box-shadow-header: 0 4px 32px 0 rgba(0,0,0,0.02);
|
|
257
266
|
--box-shadow-dropdown: 0 54px 15px 0 rgba(0,0,0,0.00), 0 35px 14px 0 rgba(0,0,0,0.00), 0 19px 12px 0 rgba(0,0,0,0.02), 0 9px 9px 0 rgba(0,0,0,0.03), 0 2px 5px 0 rgba(0,0,0,0.03);
|
|
258
267
|
--boolean-brand-nve: false;
|
|
259
268
|
--boolean-brand-varsom: false;
|
|
@@ -389,18 +398,18 @@
|
|
|
389
398
|
--color-dangerlevel-background-default-level1: var(--color-shades-functional-green-500);
|
|
390
399
|
--color-dangerlevel-background-default-level2: var(--color-shades-functional-yellow-500);
|
|
391
400
|
--color-dangerlevel-background-default-level3: var(--color-shades-functional-orange-400);
|
|
392
|
-
--color-dangerlevel-background-default-level4: var(--color-shades-functional-
|
|
393
|
-
--color-dangerlevel-background-default-level5: var(--color-shades-functional-
|
|
401
|
+
--color-dangerlevel-background-default-level4: var(--color-shades-functional-danger-400);
|
|
402
|
+
--color-dangerlevel-background-default-level5: var(--color-shades-functional-danger-900);
|
|
394
403
|
--color-dangerlevel-background-mute-level1: var(--color-shades-functional-green-150);
|
|
395
404
|
--color-dangerlevel-background-mute-level2: var(--color-shades-functional-yellow-200);
|
|
396
405
|
--color-dangerlevel-background-mute-level3: var(--color-shades-functional-orange-150);
|
|
397
|
-
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-
|
|
398
|
-
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-
|
|
406
|
+
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-danger-050);
|
|
407
|
+
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-danger-200);
|
|
399
408
|
--color-dangerlevel-background-subtle-level1: var(--color-shades-functional-green-100);
|
|
400
409
|
--color-dangerlevel-background-subtle-level2: var(--color-shades-functional-yellow-100);
|
|
401
410
|
--color-dangerlevel-background-subtle-level3: var(--color-shades-functional-orange-050);
|
|
402
|
-
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-
|
|
403
|
-
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-
|
|
411
|
+
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-danger-000);
|
|
412
|
+
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-danger-200);
|
|
404
413
|
--color-dangerlevel-foreground-default-level1: var(--color-shades-functional-neutralgrey-999);
|
|
405
414
|
--color-dangerlevel-foreground-default-level2: var(--color-shades-functional-neutralgrey-999);
|
|
406
415
|
--color-dangerlevel-foreground-default-level3: var(--color-shades-functional-neutralgrey-999);
|
package/css/varsom.css
CHANGED
|
@@ -112,6 +112,15 @@
|
|
|
112
112
|
--color-shades-functional-red-999: #411616;
|
|
113
113
|
--color-shades-functional-red-000: #ffebee;
|
|
114
114
|
--color-shades-functional-red-050: #ffd8de;
|
|
115
|
+
--color-shades-functional-danger-100: #ffb8b8;
|
|
116
|
+
--color-shades-functional-danger-200: #ff8f8f;
|
|
117
|
+
--color-shades-functional-danger-400: #ff3333;
|
|
118
|
+
--color-shades-functional-danger-600: #e50000;
|
|
119
|
+
--color-shades-functional-danger-800: #b20000;
|
|
120
|
+
--color-shades-functional-danger-900: #800000;
|
|
121
|
+
--color-shades-functional-danger-999: #4d0000;
|
|
122
|
+
--color-shades-functional-danger-050: #ffd6d6;
|
|
123
|
+
--color-shades-functional-danger-000: #ffebeb;
|
|
115
124
|
--color-shades-functional-orange-100: #ffe3c2;
|
|
116
125
|
--color-shades-functional-orange-150: #ffd9ad;
|
|
117
126
|
--color-shades-functional-orange-200: #ffc98a;
|
|
@@ -253,7 +262,7 @@
|
|
|
253
262
|
--box-shadow-none: 0 0 0 0 rgba(0,0,0,0);
|
|
254
263
|
--box-shadow-soft: -59px 104px 33px 0 rgba(0,0,0,0.00), -38px 67px 31px 0 rgba(0,0,0,0.00), -21px 37px 26px 0 rgba(0,0,0,0.01), -9px 17px 19px 0 rgba(0,0,0,0.02), -2px 4px 11px 0 rgba(0,0,0,0.03);
|
|
255
264
|
--box-shadow-hard: -45px 80px 26px 0 rgba(0,0,0,0.00), -29px 51px 23px 0 rgba(0,0,0,0.01), -16px 29px 20px 0 rgba(0,0,0,0.02), -7px 13px 15px 0 rgba(0,0,0,0.03), -2px 3px 8px 0 rgba(0,0,0,0.04);
|
|
256
|
-
--box-shadow-header: 0 4px
|
|
265
|
+
--box-shadow-header: 0 4px 32px 0 rgba(0,0,0,0.02);
|
|
257
266
|
--box-shadow-dropdown: 0 54px 15px 0 rgba(0,0,0,0.00), 0 35px 14px 0 rgba(0,0,0,0.00), 0 19px 12px 0 rgba(0,0,0,0.02), 0 9px 9px 0 rgba(0,0,0,0.03), 0 2px 5px 0 rgba(0,0,0,0.03);
|
|
258
267
|
--boolean-brand-nve: false;
|
|
259
268
|
--boolean-brand-varsom: true;
|
|
@@ -389,18 +398,18 @@
|
|
|
389
398
|
--color-dangerlevel-background-default-level1: var(--color-shades-functional-green-500);
|
|
390
399
|
--color-dangerlevel-background-default-level2: var(--color-shades-functional-yellow-500);
|
|
391
400
|
--color-dangerlevel-background-default-level3: var(--color-shades-functional-orange-400);
|
|
392
|
-
--color-dangerlevel-background-default-level4: var(--color-shades-functional-
|
|
393
|
-
--color-dangerlevel-background-default-level5: var(--color-shades-functional-
|
|
401
|
+
--color-dangerlevel-background-default-level4: var(--color-shades-functional-danger-400);
|
|
402
|
+
--color-dangerlevel-background-default-level5: var(--color-shades-functional-danger-900);
|
|
394
403
|
--color-dangerlevel-background-mute-level1: var(--color-shades-functional-green-150);
|
|
395
404
|
--color-dangerlevel-background-mute-level2: var(--color-shades-functional-yellow-200);
|
|
396
405
|
--color-dangerlevel-background-mute-level3: var(--color-shades-functional-orange-150);
|
|
397
|
-
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-
|
|
398
|
-
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-
|
|
406
|
+
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-danger-050);
|
|
407
|
+
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-danger-200);
|
|
399
408
|
--color-dangerlevel-background-subtle-level1: var(--color-shades-functional-green-100);
|
|
400
409
|
--color-dangerlevel-background-subtle-level2: var(--color-shades-functional-yellow-100);
|
|
401
410
|
--color-dangerlevel-background-subtle-level3: var(--color-shades-functional-orange-050);
|
|
402
|
-
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-
|
|
403
|
-
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-
|
|
411
|
+
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-danger-000);
|
|
412
|
+
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-danger-200);
|
|
404
413
|
--color-dangerlevel-foreground-default-level1: var(--color-shades-functional-neutralgrey-999);
|
|
405
414
|
--color-dangerlevel-foreground-default-level2: var(--color-shades-functional-neutralgrey-999);
|
|
406
415
|
--color-dangerlevel-foreground-default-level3: var(--color-shades-functional-neutralgrey-999);
|
|
@@ -660,48 +669,48 @@
|
|
|
660
669
|
--sizing-fixed-sizing-2x-large: var(--dimension-14x);
|
|
661
670
|
--sizing-fixed-sizing-3x-large: var(--dimension-16x);
|
|
662
671
|
--typography-heading-x-large: var(--font-weight-semibold) var(--font-size-3x-large)/var(--line-height-0) var(--font-family-primary-family);
|
|
663
|
-
--typography-heading-large: var(--font-weight-semibold) var(--font-size-2x-large)/
|
|
672
|
+
--typography-heading-large: var(--font-weight-semibold) var(--font-size-2x-large)/1.2 var(--font-family-primary-family);
|
|
664
673
|
--typography-heading-medium: var(--font-weight-semibold) var(--font-size-x-large)/var(--line-height-2) var(--font-family-primary-family);
|
|
665
|
-
--typography-heading-small: var(--font-weight-semibold) var(--font-size-large)/
|
|
666
|
-
--typography-heading-x-small: var(--font-weight-semibold) var(--font-size-medium)/
|
|
667
|
-
--typography-subheading-large: var(--font-weight-regular) var(--font-size-2x-large)/
|
|
674
|
+
--typography-heading-small: var(--font-weight-semibold) var(--font-size-large)/1.3 var(--font-family-primary-family);
|
|
675
|
+
--typography-heading-x-small: var(--font-weight-semibold) var(--font-size-medium)/1.3 var(--font-family-primary-family);
|
|
676
|
+
--typography-subheading-large: var(--font-weight-regular) var(--font-size-2x-large)/1.2 var(--font-family-primary-family);
|
|
668
677
|
--typography-subheading-medium: var(--font-weight-regular) var(--font-size-x-large)/var(--line-height-2) var(--font-family-primary-family);
|
|
669
|
-
--typography-subheading-small: var(--font-weight-regular) var(--font-size-large)/
|
|
670
|
-
--typography-lead-large-regular: var(--font-weight-regular) var(--font-size-large)/
|
|
671
|
-
--typography-lead-large-semibold: var(--font-weight-semibold) var(--font-size-large)/
|
|
672
|
-
--typography-lead-medium-regular: var(--font-weight-regular) var(--font-size-medium)/
|
|
673
|
-
--typography-lead-medium-semibold: var(--font-weight-semibold) var(--font-size-medium)/
|
|
678
|
+
--typography-subheading-small: var(--font-weight-regular) var(--font-size-large)/1.3 var(--font-family-primary-family);
|
|
679
|
+
--typography-lead-large-regular: var(--font-weight-regular) var(--font-size-large)/1.4 var(--font-family-primary-family);
|
|
680
|
+
--typography-lead-large-semibold: var(--font-weight-semibold) var(--font-size-large)/1.4 var(--font-family-primary-family);
|
|
681
|
+
--typography-lead-medium-regular: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
682
|
+
--typography-lead-medium-semibold: var(--font-weight-semibold) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
674
683
|
--font-size-small: var(--dimension-4-5x); /** 16 px */
|
|
675
|
-
--typography-lead-small-regular: var(--font-weight-regular) var(--font-size-small)/
|
|
676
|
-
--typography-lead-small-semibold: var(--font-weight-semibold) var(--font-size-small)/
|
|
677
|
-
--typography-body-large: var(--font-weight-regular) var(--font-size-medium)/
|
|
678
|
-
--typography-body-large-underline: var(--font-weight-regular) var(--font-size-medium)/
|
|
679
|
-
--typography-body-medium: var(--font-weight-regular) var(--font-size-small)/
|
|
680
|
-
--typography-body-medium-underline: var(--font-weight-regular) var(--font-size-small)/
|
|
681
|
-
--typography-body-small: var(--font-weight-regular) var(--font-size-x-small)/
|
|
682
|
-
--typography-body-small-underline: var(--font-weight-regular) var(--font-size-x-small)/
|
|
683
|
-
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
684
|
-
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
685
|
-
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/
|
|
686
|
-
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/
|
|
687
|
-
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/
|
|
688
|
-
--typography-body-compact-medium-underline-compact: var(--font-weight-regular) var(--font-size-small)/
|
|
689
|
-
--typography-body-compact-small-compact: var(--font-weight-regular) var(--font-size-x-small)/
|
|
690
|
-
--typography-body-compact-small-underline-compact: var(--font-weight-regular) var(--font-size-x-small)/
|
|
691
|
-
--typography-body-compact-x-small-compact: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
692
|
-
--typography-body-compact-x-small-underline-compact: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
693
|
-
--typography-detailtext-caption: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
694
|
-
--typography-detailtext-caps-large: var(--font-weight-semibold) var(--font-size-medium)/
|
|
695
|
-
--typography-detailtext-caps-small: var(--font-weight-semibold) var(--font-size-x-small)/
|
|
696
|
-
--typography-label-large: var(--font-weight-semibold) var(--font-size-medium)/
|
|
697
|
-
--typography-label-large-light: var(--font-weight-regular) var(--font-size-medium)/
|
|
698
|
-
--typography-label-medium: var(--font-weight-semibold) var(--font-size-small)/
|
|
699
|
-
--typography-label-medium-light: var(--font-weight-regular) var(--font-size-small)/
|
|
700
|
-
--typography-label-small: var(--font-weight-semibold) var(--font-size-x-small)/
|
|
701
|
-
--typography-label-small-light: var(--font-weight-regular) var(--font-size-x-small)/
|
|
684
|
+
--typography-lead-small-regular: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
685
|
+
--typography-lead-small-semibold: var(--font-weight-semibold) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
686
|
+
--typography-body-large: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
687
|
+
--typography-body-large-underline: var(--font-weight-regular) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
688
|
+
--typography-body-medium: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
689
|
+
--typography-body-medium-underline: var(--font-weight-regular) var(--font-size-small)/1.5 var(--font-family-primary-family);
|
|
690
|
+
--typography-body-small: var(--font-weight-regular) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
691
|
+
--typography-body-small-underline: var(--font-weight-regular) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
692
|
+
--typography-body-x-small: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
693
|
+
--typography-body-x-small-underline: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
694
|
+
--typography-body-compact-large-compact: var(--font-weight-regular) var(--font-size-medium)/1.2 var(--font-family-primary-family);
|
|
695
|
+
--typography-body-compact-large-underline-compact: var(--font-weight-regular) var(--font-size-medium)/1.2 var(--font-family-primary-family);
|
|
696
|
+
--typography-body-compact-medium-compact: var(--font-weight-regular) var(--font-size-small)/1.2 var(--font-family-primary-family);
|
|
697
|
+
--typography-body-compact-medium-underline-compact: var(--font-weight-regular) var(--font-size-small)/1.2 var(--font-family-primary-family);
|
|
698
|
+
--typography-body-compact-small-compact: var(--font-weight-regular) var(--font-size-x-small)/1.2 var(--font-family-primary-family);
|
|
699
|
+
--typography-body-compact-small-underline-compact: var(--font-weight-regular) var(--font-size-x-small)/1.2 var(--font-family-primary-family);
|
|
700
|
+
--typography-body-compact-x-small-compact: var(--font-weight-regular) var(--font-size-2x-small)/1.2 var(--font-family-primary-family);
|
|
701
|
+
--typography-body-compact-x-small-underline-compact: var(--font-weight-regular) var(--font-size-2x-small)/1.2 var(--font-family-primary-family);
|
|
702
|
+
--typography-detailtext-caption: var(--font-weight-regular) var(--font-size-2x-small)/1.5 var(--font-family-primary-family);
|
|
703
|
+
--typography-detailtext-caps-large: var(--font-weight-semibold) var(--font-size-medium)/1.5 var(--font-family-primary-family);
|
|
704
|
+
--typography-detailtext-caps-small: var(--font-weight-semibold) var(--font-size-x-small)/1.5 var(--font-family-primary-family);
|
|
705
|
+
--typography-label-large: var(--font-weight-semibold) var(--font-size-medium)/1.1 var(--font-family-primary-family);
|
|
706
|
+
--typography-label-large-light: var(--font-weight-regular) var(--font-size-medium)/1.1 var(--font-family-primary-family);
|
|
707
|
+
--typography-label-medium: var(--font-weight-semibold) var(--font-size-small)/1.1 var(--font-family-primary-family);
|
|
708
|
+
--typography-label-medium-light: var(--font-weight-regular) var(--font-size-small)/1.1 var(--font-family-primary-family);
|
|
709
|
+
--typography-label-small: var(--font-weight-semibold) var(--font-size-x-small)/1.1 var(--font-family-primary-family);
|
|
710
|
+
--typography-label-small-light: var(--font-weight-regular) var(--font-size-x-small)/1.1 var(--font-family-primary-family);
|
|
702
711
|
--font-size-2x-small: var(--dimension-3-5x); /** 12 px */
|
|
703
|
-
--typography-label-x-small: var(--font-weight-semibold) var(--font-size-2x-small)/
|
|
704
|
-
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/
|
|
712
|
+
--typography-label-x-small: var(--font-weight-semibold) var(--font-size-2x-small)/1.1 var(--font-family-primary-family);
|
|
713
|
+
--typography-label-x-small-light: var(--font-weight-regular) var(--font-size-2x-small)/1.1 var(--font-family-primary-family);
|
|
705
714
|
--font-size-x-small: var(--dimension-4x); /** 14 px */
|
|
706
715
|
--font-size-medium: var(--dimension-5x); /** 18 px */
|
|
707
716
|
--font-size-large: var(--dimension-6x); /** 20 px */
|
package/css/varsom_dark.css
CHANGED
|
@@ -112,6 +112,15 @@
|
|
|
112
112
|
--color-shades-functional-red-999: #411616;
|
|
113
113
|
--color-shades-functional-red-000: #ffebee;
|
|
114
114
|
--color-shades-functional-red-050: #ffd8de;
|
|
115
|
+
--color-shades-functional-danger-100: #ffb8b8;
|
|
116
|
+
--color-shades-functional-danger-200: #ff8f8f;
|
|
117
|
+
--color-shades-functional-danger-400: #ff3333;
|
|
118
|
+
--color-shades-functional-danger-600: #e50000;
|
|
119
|
+
--color-shades-functional-danger-800: #b20000;
|
|
120
|
+
--color-shades-functional-danger-900: #800000;
|
|
121
|
+
--color-shades-functional-danger-999: #4d0000;
|
|
122
|
+
--color-shades-functional-danger-050: #ffd6d6;
|
|
123
|
+
--color-shades-functional-danger-000: #ffebeb;
|
|
115
124
|
--color-shades-functional-orange-100: #ffe3c2;
|
|
116
125
|
--color-shades-functional-orange-150: #ffd9ad;
|
|
117
126
|
--color-shades-functional-orange-200: #ffc98a;
|
|
@@ -253,7 +262,7 @@
|
|
|
253
262
|
--box-shadow-none: 0 0 0 0 rgba(0,0,0,0);
|
|
254
263
|
--box-shadow-soft: -59px 104px 33px 0 rgba(0,0,0,0.00), -38px 67px 31px 0 rgba(0,0,0,0.00), -21px 37px 26px 0 rgba(0,0,0,0.01), -9px 17px 19px 0 rgba(0,0,0,0.02), -2px 4px 11px 0 rgba(0,0,0,0.03);
|
|
255
264
|
--box-shadow-hard: -45px 80px 26px 0 rgba(0,0,0,0.00), -29px 51px 23px 0 rgba(0,0,0,0.01), -16px 29px 20px 0 rgba(0,0,0,0.02), -7px 13px 15px 0 rgba(0,0,0,0.03), -2px 3px 8px 0 rgba(0,0,0,0.04);
|
|
256
|
-
--box-shadow-header: 0 4px
|
|
265
|
+
--box-shadow-header: 0 4px 32px 0 rgba(0,0,0,0.02);
|
|
257
266
|
--box-shadow-dropdown: 0 54px 15px 0 rgba(0,0,0,0.00), 0 35px 14px 0 rgba(0,0,0,0.00), 0 19px 12px 0 rgba(0,0,0,0.02), 0 9px 9px 0 rgba(0,0,0,0.03), 0 2px 5px 0 rgba(0,0,0,0.03);
|
|
258
267
|
--boolean-brand-nve: false;
|
|
259
268
|
--boolean-brand-varsom: true;
|
|
@@ -389,18 +398,18 @@
|
|
|
389
398
|
--color-dangerlevel-background-default-level1: var(--color-shades-functional-green-500);
|
|
390
399
|
--color-dangerlevel-background-default-level2: var(--color-shades-functional-yellow-500);
|
|
391
400
|
--color-dangerlevel-background-default-level3: var(--color-shades-functional-orange-400);
|
|
392
|
-
--color-dangerlevel-background-default-level4: var(--color-shades-functional-
|
|
393
|
-
--color-dangerlevel-background-default-level5: var(--color-shades-functional-
|
|
401
|
+
--color-dangerlevel-background-default-level4: var(--color-shades-functional-danger-400);
|
|
402
|
+
--color-dangerlevel-background-default-level5: var(--color-shades-functional-danger-900);
|
|
394
403
|
--color-dangerlevel-background-mute-level1: var(--color-shades-functional-green-150);
|
|
395
404
|
--color-dangerlevel-background-mute-level2: var(--color-shades-functional-yellow-200);
|
|
396
405
|
--color-dangerlevel-background-mute-level3: var(--color-shades-functional-orange-150);
|
|
397
|
-
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-
|
|
398
|
-
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-
|
|
406
|
+
--color-dangerlevel-background-mute-level4: var(--color-shades-functional-danger-050);
|
|
407
|
+
--color-dangerlevel-background-mute-level5: var(--color-shades-functional-danger-200);
|
|
399
408
|
--color-dangerlevel-background-subtle-level1: var(--color-shades-functional-green-100);
|
|
400
409
|
--color-dangerlevel-background-subtle-level2: var(--color-shades-functional-yellow-100);
|
|
401
410
|
--color-dangerlevel-background-subtle-level3: var(--color-shades-functional-orange-050);
|
|
402
|
-
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-
|
|
403
|
-
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-
|
|
411
|
+
--color-dangerlevel-background-subtle-level4: var(--color-shades-functional-danger-000);
|
|
412
|
+
--color-dangerlevel-background-subtle-level5: var(--color-shades-functional-danger-200);
|
|
404
413
|
--color-dangerlevel-foreground-default-level1: var(--color-shades-functional-neutralgrey-999);
|
|
405
414
|
--color-dangerlevel-foreground-default-level2: var(--color-shades-functional-neutralgrey-999);
|
|
406
415
|
--color-dangerlevel-foreground-default-level3: var(--color-shades-functional-neutralgrey-999);
|
package/custom-elements.json
CHANGED
|
@@ -2316,7 +2316,7 @@
|
|
|
2316
2316
|
"tagNameWithoutPrefix": "icon",
|
|
2317
2317
|
"tagName": "nve-icon",
|
|
2318
2318
|
"customElement": true,
|
|
2319
|
-
"jsDoc": "/**\n * Et ikon.\n * Vi bruker ikoner fra Material Symbols, men det er også mulig å bruke ikoner fra eget repo
|
|
2319
|
+
"jsDoc": "/**\n * Et ikon.\n * Vi bruker ikoner fra Material Symbols, men det er også mulig å bruke ikoner fra eget repo.\n * Vi anbefaler å bruke Material-ikonene.\n * Strektykkelsen skal være 400, uavhengig av ikonets størrelse, og kun stilene Sharp og Outlined skal brukes.\n * Fill-stilen bør unngås, da den fyller hele ikonet med farge i stedet for å bruke kun konturer\n * @see https://fonts.google.com/icons\n * @csspart icon - Selve ikon span-element.\n * @cssproperty --icon-size - Størrelse på ikonet. 16px er standard.\n */",
|
|
2320
2320
|
"modulePath": "src/components/nve-icon/nve-icon.component.ts"
|
|
2321
2321
|
}
|
|
2322
2322
|
],
|
package/nve-designsystem.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Alle komponenter som er tilgjengelige, i alfabetisk rekkefølge. */
|
|
2
|
-
/** Denne filen blir genererert av
|
|
2
|
+
/** Denne filen blir genererert av pnpm run add-component */
|
|
3
3
|
export { default as NveAccordion } from './components/nve-accordion/nve-accordion.component';
|
|
4
4
|
export { default as NveAccordionItem } from './components/nve-accordion-item/nve-accordion-item.component';
|
|
5
5
|
export { default as NveAlert } from './components/nve-alert/nve-alert.component';
|
package/package.json
CHANGED
|
@@ -11,8 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"homepage": "https://github.com/NVE/Designsystem/",
|
|
14
|
-
"version": "4.
|
|
14
|
+
"version": "4.4.2",
|
|
15
15
|
"customElements": "dist/custom-elements.json",
|
|
16
|
+
"engines": {
|
|
17
|
+
"node": "^24.16.0"
|
|
18
|
+
},
|
|
16
19
|
"exports": {
|
|
17
20
|
".": {
|
|
18
21
|
"import": "./nve-designsystem.js",
|
|
@@ -28,15 +31,14 @@
|
|
|
28
31
|
},
|
|
29
32
|
"type": "module",
|
|
30
33
|
"types": "nve-designsystem.d.ts",
|
|
31
|
-
"scripts": {},
|
|
32
34
|
"dependencies": {
|
|
33
35
|
"@shoelace-style/shoelace": "^2.20.1",
|
|
34
36
|
"fontfaceobserver": "^2.3.0",
|
|
35
|
-
"lit": "^3.3.
|
|
37
|
+
"lit": "^3.3.3"
|
|
36
38
|
},
|
|
37
39
|
"devDependencies": {},
|
|
38
40
|
"optionalDependencies": {
|
|
39
|
-
"@rollup/rollup-linux-x64-gnu": "^4.
|
|
41
|
+
"@rollup/rollup-linux-x64-gnu": "^4.61.1"
|
|
40
42
|
},
|
|
41
43
|
"config": {
|
|
42
44
|
"commitizen": {
|
|
@@ -53,5 +55,6 @@
|
|
|
53
55
|
"typescript-eslint": "8.59.3"
|
|
54
56
|
},
|
|
55
57
|
"koa": "2.16.4"
|
|
56
|
-
}
|
|
58
|
+
},
|
|
59
|
+
"scripts": {}
|
|
57
60
|
}
|