@dsn-starter-kit/design-tokens 2.0.0 → 3.1.0
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/dist/css/scoped/density-default.css +1 -1
- package/dist/css/scoped/density-information-dense.css +1 -1
- package/dist/css/scoped/start-light-hero-image.css +1 -1
- package/dist/css/scoped/wireframe-dark.css +1 -1
- package/dist/css/scoped/wireframe-light-hero-image.css +1 -1
- package/dist/css/scoped/wireframe-light.css +1 -1
- package/dist/css/start-dark-default.css +16 -4
- package/dist/css/start-dark-information-dense.css +16 -4
- package/dist/css/start-light-default.css +16 -4
- package/dist/css/start-light-information-dense.css +16 -4
- package/dist/css/variables-dark.css +16 -4
- package/dist/css/variables.css +16 -4
- package/dist/css/wireframe-dark-default.css +12 -0
- package/dist/css/wireframe-dark-information-dense.css +12 -0
- package/dist/css/wireframe-light-default.css +12 -0
- package/dist/css/wireframe-light-information-dense.css +12 -0
- package/dist/js/start-dark-default.d.ts +26 -0
- package/dist/js/start-dark-default.js +1621 -0
- package/dist/js/start-dark-information-dense.d.ts +26 -0
- package/dist/js/start-dark-information-dense.js +1621 -0
- package/dist/js/start-light-default.d.ts +26 -0
- package/dist/js/start-light-default.js +1621 -0
- package/dist/js/start-light-information-dense.d.ts +26 -0
- package/dist/js/start-light-information-dense.js +1621 -0
- package/dist/js/tokens-dark.cjs +36699 -0
- package/dist/js/tokens-dark.d.cts +1393 -0
- package/dist/js/tokens-dark.d.ts +26 -0
- package/dist/js/tokens-dark.js +1621 -0
- package/dist/js/tokens.cjs +36699 -0
- package/dist/js/tokens.d.cts +1393 -0
- package/dist/js/tokens.d.ts +26 -0
- package/dist/js/tokens.js +1621 -0
- package/dist/js/wireframe-dark-default.d.ts +26 -0
- package/dist/js/wireframe-dark-default.js +1617 -0
- package/dist/js/wireframe-dark-information-dense.d.ts +26 -0
- package/dist/js/wireframe-dark-information-dense.js +1617 -0
- package/dist/js/wireframe-light-default.d.ts +26 -0
- package/dist/js/wireframe-light-default.js +1617 -0
- package/dist/js/wireframe-light-information-dense.d.ts +26 -0
- package/dist/js/wireframe-light-information-dense.js +1617 -0
- package/dist/json/start-dark-default.json +12 -0
- package/dist/json/start-dark-information-dense.json +12 -0
- package/dist/json/start-light-default.json +12 -0
- package/dist/json/start-light-information-dense.json +12 -0
- package/dist/json/tokens-dark.json +12 -0
- package/dist/json/tokens.json +12 -0
- package/dist/json/wireframe-dark-default.json +12 -0
- package/dist/json/wireframe-dark-information-dense.json +12 -0
- package/dist/json/wireframe-light-default.json +12 -0
- package/dist/json/wireframe-light-information-dense.json +12 -0
- package/dist/scss/_start-dark-default.scss +16 -4
- package/dist/scss/_start-dark-information-dense.scss +16 -4
- package/dist/scss/_start-light-default.scss +16 -4
- package/dist/scss/_start-light-information-dense.scss +16 -4
- package/dist/scss/_variables-dark.scss +16 -4
- package/dist/scss/_variables.scss +16 -4
- package/dist/scss/_wireframe-dark-default.scss +12 -0
- package/dist/scss/_wireframe-dark-information-dense.scss +12 -0
- package/dist/scss/_wireframe-light-default.scss +12 -0
- package/dist/scss/_wireframe-light-information-dense.scss +12 -0
- package/package.json +27 -12
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#111111",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#000000",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
914
|
+
"DsnIconListColor": "#f1f1f1",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#8faed2",
|
|
923
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
915
927
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#111111",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#000000",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
914
|
+
"DsnIconListColor": "#f1f1f1",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "1rem",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#8faed2",
|
|
923
|
+
"DsnIconListIconSize": "calc(1rem * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
915
927
|
"DsnImageCaptionFontSize": "0.875rem",
|
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#fcfcfc",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
914
|
+
"DsnIconListColor": "#1b1b1b",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#1b59a4",
|
|
923
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#636363",
|
|
915
927
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#fcfcfc",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
914
|
+
"DsnIconListColor": "#1b1b1b",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "1rem",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#1b59a4",
|
|
923
|
+
"DsnIconListIconSize": "calc(1rem * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#636363",
|
|
915
927
|
"DsnImageCaptionFontSize": "0.875rem",
|
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#111111",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#000000",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
914
|
+
"DsnIconListColor": "#f1f1f1",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#8faed2",
|
|
923
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
915
927
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
package/dist/json/tokens.json
CHANGED
|
@@ -798,6 +798,7 @@
|
|
|
798
798
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
799
799
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
800
800
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
801
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
801
802
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
802
803
|
"DsnDrawerZIndex": "500",
|
|
803
804
|
"DsnDrawerBackgroundColor": "#fcfcfc",
|
|
@@ -910,6 +911,17 @@
|
|
|
910
911
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
912
|
"DsnHeroBorderBlockWidth": "1px",
|
|
912
913
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
914
|
+
"DsnIconListColor": "#1b1b1b",
|
|
915
|
+
"DsnIconListFontFamily": "IBM Plex Sans, sans-serif",
|
|
916
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
917
|
+
"DsnIconListFontWeight": "400",
|
|
918
|
+
"DsnIconListLineHeight": "1.5",
|
|
919
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
920
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
921
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
922
|
+
"DsnIconListIconColor": "#1b59a4",
|
|
923
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.5)",
|
|
924
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
913
925
|
"DsnImageBorderRadius": "8px",
|
|
914
926
|
"DsnImageCaptionColor": "#636363",
|
|
915
927
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
|
@@ -794,6 +794,7 @@
|
|
|
794
794
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
795
795
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
796
796
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
797
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
797
798
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
798
799
|
"DsnDrawerZIndex": "500",
|
|
799
800
|
"DsnDrawerBackgroundColor": "#000000",
|
|
@@ -906,6 +907,17 @@
|
|
|
906
907
|
"DsnHeroColorInverse": "#000000",
|
|
907
908
|
"DsnHeroBorderBlockWidth": "2px",
|
|
908
909
|
"DsnHeroImageBlendColor": "#ffffff",
|
|
910
|
+
"DsnIconListColor": "#ffffff",
|
|
911
|
+
"DsnIconListFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
912
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
913
|
+
"DsnIconListFontWeight": "400",
|
|
914
|
+
"DsnIconListLineHeight": "1.4",
|
|
915
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
916
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
917
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
918
|
+
"DsnIconListIconColor": "#ffffff",
|
|
919
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.4)",
|
|
920
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
909
921
|
"DsnImageBorderRadius": "4px",
|
|
910
922
|
"DsnImageCaptionColor": "#ffffff",
|
|
911
923
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
|
@@ -794,6 +794,7 @@
|
|
|
794
794
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
795
795
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
796
796
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
797
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
797
798
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
798
799
|
"DsnDrawerZIndex": "500",
|
|
799
800
|
"DsnDrawerBackgroundColor": "#000000",
|
|
@@ -906,6 +907,17 @@
|
|
|
906
907
|
"DsnHeroColorInverse": "#000000",
|
|
907
908
|
"DsnHeroBorderBlockWidth": "2px",
|
|
908
909
|
"DsnHeroImageBlendColor": "#ffffff",
|
|
910
|
+
"DsnIconListColor": "#ffffff",
|
|
911
|
+
"DsnIconListFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
912
|
+
"DsnIconListFontSize": "1rem",
|
|
913
|
+
"DsnIconListFontWeight": "400",
|
|
914
|
+
"DsnIconListLineHeight": "1.4",
|
|
915
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
916
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
917
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
918
|
+
"DsnIconListIconColor": "#ffffff",
|
|
919
|
+
"DsnIconListIconSize": "calc(1rem * 1.4)",
|
|
920
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
909
921
|
"DsnImageBorderRadius": "4px",
|
|
910
922
|
"DsnImageCaptionColor": "#ffffff",
|
|
911
923
|
"DsnImageCaptionFontSize": "0.875rem",
|
|
@@ -794,6 +794,7 @@
|
|
|
794
794
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
795
795
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
796
796
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
797
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
797
798
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
798
799
|
"DsnDrawerZIndex": "500",
|
|
799
800
|
"DsnDrawerBackgroundColor": "#ffffff",
|
|
@@ -906,6 +907,17 @@
|
|
|
906
907
|
"DsnHeroColorInverse": "#ffffff",
|
|
907
908
|
"DsnHeroBorderBlockWidth": "2px",
|
|
908
909
|
"DsnHeroImageBlendColor": "#000000",
|
|
910
|
+
"DsnIconListColor": "#000000",
|
|
911
|
+
"DsnIconListFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
912
|
+
"DsnIconListFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
913
|
+
"DsnIconListFontWeight": "400",
|
|
914
|
+
"DsnIconListLineHeight": "1.4",
|
|
915
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
916
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
917
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
918
|
+
"DsnIconListIconColor": "#000000",
|
|
919
|
+
"DsnIconListIconSize": "calc(clamp(1rem, 0.875rem + 0.375vw, 1.28125rem) * 1.4)",
|
|
920
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
909
921
|
"DsnImageBorderRadius": "4px",
|
|
910
922
|
"DsnImageCaptionColor": "#000000",
|
|
911
923
|
"DsnImageCaptionFontSize": "clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem)",
|
|
@@ -794,6 +794,7 @@
|
|
|
794
794
|
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
795
795
|
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
796
796
|
"DsnDotBadgePulseDuration": "1500ms",
|
|
797
|
+
"DsnDotBadgePulseIterationCount": "3",
|
|
797
798
|
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
798
799
|
"DsnDrawerZIndex": "500",
|
|
799
800
|
"DsnDrawerBackgroundColor": "#ffffff",
|
|
@@ -906,6 +907,17 @@
|
|
|
906
907
|
"DsnHeroColorInverse": "#ffffff",
|
|
907
908
|
"DsnHeroBorderBlockWidth": "2px",
|
|
908
909
|
"DsnHeroImageBlendColor": "#000000",
|
|
910
|
+
"DsnIconListColor": "#000000",
|
|
911
|
+
"DsnIconListFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
912
|
+
"DsnIconListFontSize": "1rem",
|
|
913
|
+
"DsnIconListFontWeight": "400",
|
|
914
|
+
"DsnIconListLineHeight": "1.4",
|
|
915
|
+
"DsnIconListMaxInlineSize": "65ch",
|
|
916
|
+
"DsnIconListGap": "calc(0.5rem * 0.5)",
|
|
917
|
+
"DsnIconListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
918
|
+
"DsnIconListIconColor": "#000000",
|
|
919
|
+
"DsnIconListIconSize": "calc(1rem * 1.4)",
|
|
920
|
+
"DsnIconListIconGap": "calc(0.5rem * 1)",
|
|
909
921
|
"DsnImageBorderRadius": "4px",
|
|
910
922
|
"DsnImageCaptionColor": "#000000",
|
|
911
923
|
"DsnImageCaptionFontSize": "0.875rem",
|
|
@@ -320,6 +320,7 @@ $dsn-dot-badge-size: 0.5rem; // Diameter van de dot (8px)
|
|
|
320
320
|
$dsn-dot-badge-inset-block-start: 0.25rem; // Verticale offset — dot zit 0.25rem binnen de bovenrand van de parent
|
|
321
321
|
$dsn-dot-badge-inset-inline-end: 0.25rem; // Horizontale offset — dot zit 0.25rem binnen de rechterrand van de parent
|
|
322
322
|
$dsn-dot-badge-pulse-duration: 1500ms; // Duur van de pulse-animatie — bewust hoger dan transition.duration.slower (500ms): dit is een herhalende ambient animatie, geen UI-transition
|
|
323
|
+
$dsn-dot-badge-pulse-iteration-count: 3; // Aantal herhalingen van de pulse-animatie — 3 × 1500ms = 4500ms, bewust onder de 5 seconden van WCAG 2.2.2 Pauzeren, stoppen, verbergen
|
|
323
324
|
$dsn-drawer-max-width: 25rem; // Maximale breedte van het zijpaneel (400px)
|
|
324
325
|
$dsn-drawer-min-gap: 3rem; // Minimale zichtbare ruimte van de achtergrondpagina naast het zijpaneel (48px)
|
|
325
326
|
$dsn-file-box-shadow: none; // Geen schaduw standaard — zelfde als Card
|
|
@@ -857,6 +858,16 @@ $dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de
|
|
|
857
858
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero
|
|
858
859
|
$dsn-hero-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
859
860
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant
|
|
861
|
+
$dsn-icon-list-color: $dsn-color-neutral-color-document; // Icon list text color
|
|
862
|
+
$dsn-icon-list-font-family: $dsn-text-font-family-default; // Icon list font family
|
|
863
|
+
$dsn-icon-list-font-size: $dsn-text-font-size-md; // Icon list font size
|
|
864
|
+
$dsn-icon-list-font-weight: $dsn-text-font-weight-default; // Icon list font weight
|
|
865
|
+
$dsn-icon-list-line-height: $dsn-text-line-height-md; // Icon list line height
|
|
866
|
+
$dsn-icon-list-max-inline-size: $dsn-text-max-inline-size; // Icon list max width for readability
|
|
867
|
+
$dsn-icon-list-gap: $dsn-space-row-sm; // Space between list items
|
|
868
|
+
$dsn-icon-list-margin-block-end: $dsn-space-row-lg; // Icon list bottom margin
|
|
869
|
+
$dsn-icon-list-icon-color: $dsn-color-accent-1-color-default; // Default icon color, same as the UnorderedList marker color
|
|
870
|
+
$dsn-icon-list-icon-gap: $dsn-space-text-md; // Space between icon and text
|
|
860
871
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
861
872
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
862
873
|
$dsn-image-caption-font-size: $dsn-text-font-size-sm; // Iets kleiner dan bodytekst om hiërarchie te markeren
|
|
@@ -1204,14 +1215,13 @@ $dsn-checkbox-indeterminate-disabled-border-color: $dsn-form-control-disabled-bo
|
|
|
1204
1215
|
$dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
1205
1216
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1206
1217
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1218
|
+
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1207
1219
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Kleur van het summary-label (volgt Link via action-2)
|
|
1220
|
+
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1221
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1208
1222
|
$dsn-details-icon-size: $dsn-icon-size-md; // Grootte van het chevron-icoon
|
|
1209
1223
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1210
1224
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1211
|
-
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1212
|
-
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1213
|
-
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1214
|
-
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1215
1225
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtiele tekstkleur voor de bestandsnaam / 'Geen bestand gekozen'-tekst
|
|
1216
1226
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // Font-familie van het bestandsinvoerveld
|
|
1217
1227
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // Font-size van het bestandsinvoerveld
|
|
@@ -1223,6 +1233,7 @@ $dsn-file-media-icon-size: $dsn-icon-size-md;
|
|
|
1223
1233
|
$dsn-file-status-icon-size: $dsn-icon-size-md;
|
|
1224
1234
|
$dsn-form-field-error-message-icon-size: $dsn-icon-size-md; // Icoongrootte van de foutmelding
|
|
1225
1235
|
$dsn-form-field-status-icon-size: $dsn-icon-size-md; // Icoongrootte voor positive en warning varianten
|
|
1236
|
+
$dsn-icon-list-icon-size: $dsn-icon-size-md; // Icon size equal to one line height, scales with the fluid type scale
|
|
1226
1237
|
$dsn-link-color: $dsn-color-action-2-color-default; // Tekstkleur van de link
|
|
1227
1238
|
$dsn-link-icon-size: $dsn-icon-size-md; // Icoongrootte van de link
|
|
1228
1239
|
$dsn-link-text-decoration-color: $dsn-color-action-2-color-default; // Kleur van de onderstreping van de link
|
|
@@ -1349,6 +1360,7 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1349
1360
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1350
1361
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1351
1362
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1363
|
+
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1352
1364
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1353
1365
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1354
1366
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|
|
@@ -320,6 +320,7 @@ $dsn-dot-badge-size: 0.5rem; // Diameter van de dot (8px)
|
|
|
320
320
|
$dsn-dot-badge-inset-block-start: 0.25rem; // Verticale offset — dot zit 0.25rem binnen de bovenrand van de parent
|
|
321
321
|
$dsn-dot-badge-inset-inline-end: 0.25rem; // Horizontale offset — dot zit 0.25rem binnen de rechterrand van de parent
|
|
322
322
|
$dsn-dot-badge-pulse-duration: 1500ms; // Duur van de pulse-animatie — bewust hoger dan transition.duration.slower (500ms): dit is een herhalende ambient animatie, geen UI-transition
|
|
323
|
+
$dsn-dot-badge-pulse-iteration-count: 3; // Aantal herhalingen van de pulse-animatie — 3 × 1500ms = 4500ms, bewust onder de 5 seconden van WCAG 2.2.2 Pauzeren, stoppen, verbergen
|
|
323
324
|
$dsn-drawer-max-width: 25rem; // Maximale breedte van het zijpaneel (400px)
|
|
324
325
|
$dsn-drawer-min-gap: 3rem; // Minimale zichtbare ruimte van de achtergrondpagina naast het zijpaneel (48px)
|
|
325
326
|
$dsn-file-box-shadow: none; // Geen schaduw standaard — zelfde als Card
|
|
@@ -857,6 +858,16 @@ $dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de
|
|
|
857
858
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero
|
|
858
859
|
$dsn-hero-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
859
860
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant
|
|
861
|
+
$dsn-icon-list-color: $dsn-color-neutral-color-document; // Icon list text color
|
|
862
|
+
$dsn-icon-list-font-family: $dsn-text-font-family-default; // Icon list font family
|
|
863
|
+
$dsn-icon-list-font-size: $dsn-text-font-size-md; // Icon list font size
|
|
864
|
+
$dsn-icon-list-font-weight: $dsn-text-font-weight-default; // Icon list font weight
|
|
865
|
+
$dsn-icon-list-line-height: $dsn-text-line-height-md; // Icon list line height
|
|
866
|
+
$dsn-icon-list-max-inline-size: $dsn-text-max-inline-size; // Icon list max width for readability
|
|
867
|
+
$dsn-icon-list-gap: $dsn-space-row-sm; // Space between list items
|
|
868
|
+
$dsn-icon-list-margin-block-end: $dsn-space-row-lg; // Icon list bottom margin
|
|
869
|
+
$dsn-icon-list-icon-color: $dsn-color-accent-1-color-default; // Default icon color, same as the UnorderedList marker color
|
|
870
|
+
$dsn-icon-list-icon-gap: $dsn-space-text-md; // Space between icon and text
|
|
860
871
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
861
872
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
862
873
|
$dsn-image-caption-font-size: $dsn-text-font-size-sm; // Iets kleiner dan bodytekst om hiërarchie te markeren
|
|
@@ -1204,14 +1215,13 @@ $dsn-checkbox-indeterminate-disabled-border-color: $dsn-form-control-disabled-bo
|
|
|
1204
1215
|
$dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
1205
1216
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1206
1217
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1218
|
+
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1207
1219
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Kleur van het summary-label (volgt Link via action-2)
|
|
1220
|
+
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1221
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1208
1222
|
$dsn-details-icon-size: $dsn-icon-size-md; // Grootte van het chevron-icoon
|
|
1209
1223
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1210
1224
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1211
|
-
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1212
|
-
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1213
|
-
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1214
|
-
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1215
1225
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtiele tekstkleur voor de bestandsnaam / 'Geen bestand gekozen'-tekst
|
|
1216
1226
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // Font-familie van het bestandsinvoerveld
|
|
1217
1227
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // Font-size van het bestandsinvoerveld
|
|
@@ -1223,6 +1233,7 @@ $dsn-file-media-icon-size: $dsn-icon-size-md;
|
|
|
1223
1233
|
$dsn-file-status-icon-size: $dsn-icon-size-md;
|
|
1224
1234
|
$dsn-form-field-error-message-icon-size: $dsn-icon-size-md; // Icoongrootte van de foutmelding
|
|
1225
1235
|
$dsn-form-field-status-icon-size: $dsn-icon-size-md; // Icoongrootte voor positive en warning varianten
|
|
1236
|
+
$dsn-icon-list-icon-size: $dsn-icon-size-md; // Icon size equal to one line height, scales with the fluid type scale
|
|
1226
1237
|
$dsn-link-color: $dsn-color-action-2-color-default; // Tekstkleur van de link
|
|
1227
1238
|
$dsn-link-icon-size: $dsn-icon-size-md; // Icoongrootte van de link
|
|
1228
1239
|
$dsn-link-text-decoration-color: $dsn-color-action-2-color-default; // Kleur van de onderstreping van de link
|
|
@@ -1349,6 +1360,7 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1349
1360
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1350
1361
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1351
1362
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1363
|
+
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1352
1364
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1353
1365
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1354
1366
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|
|
@@ -320,6 +320,7 @@ $dsn-dot-badge-size: 0.5rem; // Diameter van de dot (8px)
|
|
|
320
320
|
$dsn-dot-badge-inset-block-start: 0.25rem; // Verticale offset — dot zit 0.25rem binnen de bovenrand van de parent
|
|
321
321
|
$dsn-dot-badge-inset-inline-end: 0.25rem; // Horizontale offset — dot zit 0.25rem binnen de rechterrand van de parent
|
|
322
322
|
$dsn-dot-badge-pulse-duration: 1500ms; // Duur van de pulse-animatie — bewust hoger dan transition.duration.slower (500ms): dit is een herhalende ambient animatie, geen UI-transition
|
|
323
|
+
$dsn-dot-badge-pulse-iteration-count: 3; // Aantal herhalingen van de pulse-animatie — 3 × 1500ms = 4500ms, bewust onder de 5 seconden van WCAG 2.2.2 Pauzeren, stoppen, verbergen
|
|
323
324
|
$dsn-drawer-max-width: 25rem; // Maximale breedte van het zijpaneel (400px)
|
|
324
325
|
$dsn-drawer-min-gap: 3rem; // Minimale zichtbare ruimte van de achtergrondpagina naast het zijpaneel (48px)
|
|
325
326
|
$dsn-file-box-shadow: none; // Geen schaduw standaard — zelfde als Card
|
|
@@ -857,6 +858,16 @@ $dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de
|
|
|
857
858
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero
|
|
858
859
|
$dsn-hero-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
859
860
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant
|
|
861
|
+
$dsn-icon-list-color: $dsn-color-neutral-color-document; // Icon list text color
|
|
862
|
+
$dsn-icon-list-font-family: $dsn-text-font-family-default; // Icon list font family
|
|
863
|
+
$dsn-icon-list-font-size: $dsn-text-font-size-md; // Icon list font size
|
|
864
|
+
$dsn-icon-list-font-weight: $dsn-text-font-weight-default; // Icon list font weight
|
|
865
|
+
$dsn-icon-list-line-height: $dsn-text-line-height-md; // Icon list line height
|
|
866
|
+
$dsn-icon-list-max-inline-size: $dsn-text-max-inline-size; // Icon list max width for readability
|
|
867
|
+
$dsn-icon-list-gap: $dsn-space-row-sm; // Space between list items
|
|
868
|
+
$dsn-icon-list-margin-block-end: $dsn-space-row-lg; // Icon list bottom margin
|
|
869
|
+
$dsn-icon-list-icon-color: $dsn-color-accent-1-color-default; // Default icon color, same as the UnorderedList marker color
|
|
870
|
+
$dsn-icon-list-icon-gap: $dsn-space-text-md; // Space between icon and text
|
|
860
871
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
861
872
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
862
873
|
$dsn-image-caption-font-size: $dsn-text-font-size-sm; // Iets kleiner dan bodytekst om hiërarchie te markeren
|
|
@@ -1204,14 +1215,13 @@ $dsn-checkbox-indeterminate-disabled-border-color: $dsn-form-control-disabled-bo
|
|
|
1204
1215
|
$dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
1205
1216
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1206
1217
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1218
|
+
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1207
1219
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Kleur van het summary-label (volgt Link via action-2)
|
|
1220
|
+
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1221
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1208
1222
|
$dsn-details-icon-size: $dsn-icon-size-md; // Grootte van het chevron-icoon
|
|
1209
1223
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1210
1224
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1211
|
-
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1212
|
-
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1213
|
-
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1214
|
-
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1215
1225
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtiele tekstkleur voor de bestandsnaam / 'Geen bestand gekozen'-tekst
|
|
1216
1226
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // Font-familie van het bestandsinvoerveld
|
|
1217
1227
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // Font-size van het bestandsinvoerveld
|
|
@@ -1223,6 +1233,7 @@ $dsn-file-media-icon-size: $dsn-icon-size-md;
|
|
|
1223
1233
|
$dsn-file-status-icon-size: $dsn-icon-size-md;
|
|
1224
1234
|
$dsn-form-field-error-message-icon-size: $dsn-icon-size-md; // Icoongrootte van de foutmelding
|
|
1225
1235
|
$dsn-form-field-status-icon-size: $dsn-icon-size-md; // Icoongrootte voor positive en warning varianten
|
|
1236
|
+
$dsn-icon-list-icon-size: $dsn-icon-size-md; // Icon size equal to one line height, scales with the fluid type scale
|
|
1226
1237
|
$dsn-link-color: $dsn-color-action-2-color-default; // Tekstkleur van de link
|
|
1227
1238
|
$dsn-link-icon-size: $dsn-icon-size-md; // Icoongrootte van de link
|
|
1228
1239
|
$dsn-link-text-decoration-color: $dsn-color-action-2-color-default; // Kleur van de onderstreping van de link
|
|
@@ -1349,6 +1360,7 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1349
1360
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1350
1361
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1351
1362
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1363
|
+
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1352
1364
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1353
1365
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1354
1366
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|
|
@@ -320,6 +320,7 @@ $dsn-dot-badge-size: 0.5rem; // Diameter van de dot (8px)
|
|
|
320
320
|
$dsn-dot-badge-inset-block-start: 0.25rem; // Verticale offset — dot zit 0.25rem binnen de bovenrand van de parent
|
|
321
321
|
$dsn-dot-badge-inset-inline-end: 0.25rem; // Horizontale offset — dot zit 0.25rem binnen de rechterrand van de parent
|
|
322
322
|
$dsn-dot-badge-pulse-duration: 1500ms; // Duur van de pulse-animatie — bewust hoger dan transition.duration.slower (500ms): dit is een herhalende ambient animatie, geen UI-transition
|
|
323
|
+
$dsn-dot-badge-pulse-iteration-count: 3; // Aantal herhalingen van de pulse-animatie — 3 × 1500ms = 4500ms, bewust onder de 5 seconden van WCAG 2.2.2 Pauzeren, stoppen, verbergen
|
|
323
324
|
$dsn-drawer-max-width: 25rem; // Maximale breedte van het zijpaneel (400px)
|
|
324
325
|
$dsn-drawer-min-gap: 3rem; // Minimale zichtbare ruimte van de achtergrondpagina naast het zijpaneel (48px)
|
|
325
326
|
$dsn-file-box-shadow: none; // Geen schaduw standaard — zelfde als Card
|
|
@@ -857,6 +858,16 @@ $dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de
|
|
|
857
858
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero
|
|
858
859
|
$dsn-hero-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
859
860
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant
|
|
861
|
+
$dsn-icon-list-color: $dsn-color-neutral-color-document; // Icon list text color
|
|
862
|
+
$dsn-icon-list-font-family: $dsn-text-font-family-default; // Icon list font family
|
|
863
|
+
$dsn-icon-list-font-size: $dsn-text-font-size-md; // Icon list font size
|
|
864
|
+
$dsn-icon-list-font-weight: $dsn-text-font-weight-default; // Icon list font weight
|
|
865
|
+
$dsn-icon-list-line-height: $dsn-text-line-height-md; // Icon list line height
|
|
866
|
+
$dsn-icon-list-max-inline-size: $dsn-text-max-inline-size; // Icon list max width for readability
|
|
867
|
+
$dsn-icon-list-gap: $dsn-space-row-sm; // Space between list items
|
|
868
|
+
$dsn-icon-list-margin-block-end: $dsn-space-row-lg; // Icon list bottom margin
|
|
869
|
+
$dsn-icon-list-icon-color: $dsn-color-accent-1-color-default; // Default icon color, same as the UnorderedList marker color
|
|
870
|
+
$dsn-icon-list-icon-gap: $dsn-space-text-md; // Space between icon and text
|
|
860
871
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
861
872
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
862
873
|
$dsn-image-caption-font-size: $dsn-text-font-size-sm; // Iets kleiner dan bodytekst om hiërarchie te markeren
|
|
@@ -1204,14 +1215,13 @@ $dsn-checkbox-indeterminate-disabled-border-color: $dsn-form-control-disabled-bo
|
|
|
1204
1215
|
$dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
1205
1216
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1206
1217
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1218
|
+
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1207
1219
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Kleur van het summary-label (volgt Link via action-2)
|
|
1220
|
+
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1221
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1208
1222
|
$dsn-details-icon-size: $dsn-icon-size-md; // Grootte van het chevron-icoon
|
|
1209
1223
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1210
1224
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1211
|
-
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1212
|
-
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1213
|
-
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1214
|
-
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1215
1225
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtiele tekstkleur voor de bestandsnaam / 'Geen bestand gekozen'-tekst
|
|
1216
1226
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // Font-familie van het bestandsinvoerveld
|
|
1217
1227
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // Font-size van het bestandsinvoerveld
|
|
@@ -1223,6 +1233,7 @@ $dsn-file-media-icon-size: $dsn-icon-size-md;
|
|
|
1223
1233
|
$dsn-file-status-icon-size: $dsn-icon-size-md;
|
|
1224
1234
|
$dsn-form-field-error-message-icon-size: $dsn-icon-size-md; // Icoongrootte van de foutmelding
|
|
1225
1235
|
$dsn-form-field-status-icon-size: $dsn-icon-size-md; // Icoongrootte voor positive en warning varianten
|
|
1236
|
+
$dsn-icon-list-icon-size: $dsn-icon-size-md; // Icon size equal to one line height, scales with the fluid type scale
|
|
1226
1237
|
$dsn-link-color: $dsn-color-action-2-color-default; // Tekstkleur van de link
|
|
1227
1238
|
$dsn-link-icon-size: $dsn-icon-size-md; // Icoongrootte van de link
|
|
1228
1239
|
$dsn-link-text-decoration-color: $dsn-color-action-2-color-default; // Kleur van de onderstreping van de link
|
|
@@ -1349,6 +1360,7 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1349
1360
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1350
1361
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1351
1362
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1363
|
+
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1352
1364
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1353
1365
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1354
1366
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|
|
@@ -320,6 +320,7 @@ $dsn-dot-badge-size: 0.5rem; // Diameter van de dot (8px)
|
|
|
320
320
|
$dsn-dot-badge-inset-block-start: 0.25rem; // Verticale offset — dot zit 0.25rem binnen de bovenrand van de parent
|
|
321
321
|
$dsn-dot-badge-inset-inline-end: 0.25rem; // Horizontale offset — dot zit 0.25rem binnen de rechterrand van de parent
|
|
322
322
|
$dsn-dot-badge-pulse-duration: 1500ms; // Duur van de pulse-animatie — bewust hoger dan transition.duration.slower (500ms): dit is een herhalende ambient animatie, geen UI-transition
|
|
323
|
+
$dsn-dot-badge-pulse-iteration-count: 3; // Aantal herhalingen van de pulse-animatie — 3 × 1500ms = 4500ms, bewust onder de 5 seconden van WCAG 2.2.2 Pauzeren, stoppen, verbergen
|
|
323
324
|
$dsn-drawer-max-width: 25rem; // Maximale breedte van het zijpaneel (400px)
|
|
324
325
|
$dsn-drawer-min-gap: 3rem; // Minimale zichtbare ruimte van de achtergrondpagina naast het zijpaneel (48px)
|
|
325
326
|
$dsn-file-box-shadow: none; // Geen schaduw standaard — zelfde als Card
|
|
@@ -857,6 +858,16 @@ $dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de
|
|
|
857
858
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero
|
|
858
859
|
$dsn-hero-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
859
860
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant
|
|
861
|
+
$dsn-icon-list-color: $dsn-color-neutral-color-document; // Icon list text color
|
|
862
|
+
$dsn-icon-list-font-family: $dsn-text-font-family-default; // Icon list font family
|
|
863
|
+
$dsn-icon-list-font-size: $dsn-text-font-size-md; // Icon list font size
|
|
864
|
+
$dsn-icon-list-font-weight: $dsn-text-font-weight-default; // Icon list font weight
|
|
865
|
+
$dsn-icon-list-line-height: $dsn-text-line-height-md; // Icon list line height
|
|
866
|
+
$dsn-icon-list-max-inline-size: $dsn-text-max-inline-size; // Icon list max width for readability
|
|
867
|
+
$dsn-icon-list-gap: $dsn-space-row-sm; // Space between list items
|
|
868
|
+
$dsn-icon-list-margin-block-end: $dsn-space-row-lg; // Icon list bottom margin
|
|
869
|
+
$dsn-icon-list-icon-color: $dsn-color-accent-1-color-default; // Default icon color, same as the UnorderedList marker color
|
|
870
|
+
$dsn-icon-list-icon-gap: $dsn-space-text-md; // Space between icon and text
|
|
860
871
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
861
872
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
862
873
|
$dsn-image-caption-font-size: $dsn-text-font-size-sm; // Iets kleiner dan bodytekst om hiërarchie te markeren
|
|
@@ -1204,14 +1215,13 @@ $dsn-checkbox-indeterminate-disabled-border-color: $dsn-form-control-disabled-bo
|
|
|
1204
1215
|
$dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
1205
1216
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1206
1217
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1218
|
+
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1207
1219
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Kleur van het summary-label (volgt Link via action-2)
|
|
1220
|
+
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1221
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1208
1222
|
$dsn-details-icon-size: $dsn-icon-size-md; // Grootte van het chevron-icoon
|
|
1209
1223
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1210
1224
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1211
|
-
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1212
|
-
$dsn-date-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-date-input-icon-size + $dsn-date-input-button-inset-inline-end + $dsn-date-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1213
|
-
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Kleur van het summary-label op hover
|
|
1214
|
-
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Kleur van het summary-label op active
|
|
1215
1225
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtiele tekstkleur voor de bestandsnaam / 'Geen bestand gekozen'-tekst
|
|
1216
1226
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // Font-familie van het bestandsinvoerveld
|
|
1217
1227
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // Font-size van het bestandsinvoerveld
|
|
@@ -1223,6 +1233,7 @@ $dsn-file-media-icon-size: $dsn-icon-size-md;
|
|
|
1223
1233
|
$dsn-file-status-icon-size: $dsn-icon-size-md;
|
|
1224
1234
|
$dsn-form-field-error-message-icon-size: $dsn-icon-size-md; // Icoongrootte van de foutmelding
|
|
1225
1235
|
$dsn-form-field-status-icon-size: $dsn-icon-size-md; // Icoongrootte voor positive en warning varianten
|
|
1236
|
+
$dsn-icon-list-icon-size: $dsn-icon-size-md; // Icon size equal to one line height, scales with the fluid type scale
|
|
1226
1237
|
$dsn-link-color: $dsn-color-action-2-color-default; // Tekstkleur van de link
|
|
1227
1238
|
$dsn-link-icon-size: $dsn-icon-size-md; // Icoongrootte van de link
|
|
1228
1239
|
$dsn-link-text-decoration-color: $dsn-color-action-2-color-default; // Kleur van de onderstreping van de link
|
|
@@ -1349,6 +1360,7 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1349
1360
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1350
1361
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1351
1362
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1363
|
+
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1352
1364
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1353
1365
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1354
1366
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|