@dsn-starter-kit/design-tokens 1.0.0 → 1.0.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/dist/css/scoped/density-default.css +1 -1
- package/dist/css/scoped/density-information-dense.css +1 -1
- package/dist/css/scoped/wireframe-dark.css +1 -1
- package/dist/css/scoped/wireframe-light.css +1 -1
- package/dist/css/start-dark-default.css +14 -6
- package/dist/css/start-dark-information-dense.css +14 -6
- package/dist/css/start-light-default.css +14 -6
- package/dist/css/start-light-information-dense.css +14 -6
- package/dist/css/variables-dark.css +14 -6
- package/dist/css/variables.css +14 -6
- package/dist/css/wireframe-dark-default.css +13 -5
- package/dist/css/wireframe-dark-information-dense.css +13 -5
- package/dist/css/wireframe-light-default.css +13 -5
- package/dist/css/wireframe-light-information-dense.css +13 -5
- package/dist/js/start-dark-default.d.ts +8 -0
- package/dist/js/start-dark-default.js +165 -3
- package/dist/js/start-dark-information-dense.d.ts +8 -0
- package/dist/js/start-dark-information-dense.js +165 -3
- package/dist/js/start-light-default.d.ts +8 -0
- package/dist/js/start-light-default.js +165 -3
- package/dist/js/start-light-information-dense.d.ts +8 -0
- package/dist/js/start-light-information-dense.js +165 -3
- package/dist/js/tokens-dark.d.ts +8 -0
- package/dist/js/tokens-dark.js +165 -3
- package/dist/js/tokens.d.ts +8 -0
- package/dist/js/tokens.js +165 -3
- package/dist/js/wireframe-dark-default.d.ts +8 -0
- package/dist/js/wireframe-dark-default.js +165 -3
- package/dist/js/wireframe-dark-information-dense.d.ts +8 -0
- package/dist/js/wireframe-dark-information-dense.js +165 -3
- package/dist/js/wireframe-light-default.d.ts +8 -0
- package/dist/js/wireframe-light-default.js +165 -3
- package/dist/js/wireframe-light-information-dense.d.ts +8 -0
- package/dist/js/wireframe-light-information-dense.js +165 -3
- package/dist/json/start-dark-default.json +8 -0
- package/dist/json/start-dark-information-dense.json +8 -0
- package/dist/json/start-light-default.json +8 -0
- package/dist/json/start-light-information-dense.json +8 -0
- package/dist/json/tokens-dark.json +8 -0
- package/dist/json/tokens.json +8 -0
- package/dist/json/wireframe-dark-default.json +8 -0
- package/dist/json/wireframe-dark-information-dense.json +8 -0
- package/dist/json/wireframe-light-default.json +8 -0
- package/dist/json/wireframe-light-information-dense.json +8 -0
- package/dist/scss/_start-dark-default.scss +14 -6
- package/dist/scss/_start-dark-information-dense.scss +14 -6
- package/dist/scss/_start-light-default.scss +14 -6
- package/dist/scss/_start-light-information-dense.scss +14 -6
- package/dist/scss/_variables-dark.scss +14 -6
- package/dist/scss/_variables.scss +14 -6
- package/dist/scss/_wireframe-dark-default.scss +13 -5
- package/dist/scss/_wireframe-dark-information-dense.scss +13 -5
- package/dist/scss/_wireframe-light-default.scss +13 -5
- package/dist/scss/_wireframe-light-information-dense.scss +13 -5
- package/package.json +1 -1
|
@@ -556,6 +556,7 @@ export declare const DsnBreadcrumbNavigationLinkActiveTextDecorationLine: string
|
|
|
556
556
|
export declare const DsnBreadcrumbNavigationSeparatorColor: string;
|
|
557
557
|
export declare const DsnBreadcrumbNavigationSeparatorSize: string;
|
|
558
558
|
export declare const DsnBreadcrumbNavigationIconSize: string;
|
|
559
|
+
export declare const DsnBreakoutSectionBorderBlockWidth: string;
|
|
559
560
|
export declare const DsnButtonBorderRadius: string;
|
|
560
561
|
export declare const DsnButtonBorderWidth: string;
|
|
561
562
|
export declare const DsnButtonFontFamily: string;
|
|
@@ -902,6 +903,7 @@ export declare const DsnHeroBackgroundColorDefault: string;
|
|
|
902
903
|
export declare const DsnHeroBackgroundColorInverse: string;
|
|
903
904
|
export declare const DsnHeroColorDefault: string;
|
|
904
905
|
export declare const DsnHeroColorInverse: string;
|
|
906
|
+
export declare const DsnHeroBorderBlockWidth: string;
|
|
905
907
|
export declare const DsnHeroImageBlendColor: string;
|
|
906
908
|
export declare const DsnImageBorderRadius: string;
|
|
907
909
|
export declare const DsnImageCaptionColor: string;
|
|
@@ -1100,6 +1102,12 @@ export declare const DsnPopoverBodyPaddingInline: string;
|
|
|
1100
1102
|
export declare const DsnPopoverFooterPaddingBlockStart: string;
|
|
1101
1103
|
export declare const DsnPopoverFooterPaddingBlockEnd: string;
|
|
1102
1104
|
export declare const DsnPopoverFooterPaddingInline: string;
|
|
1105
|
+
export declare const DsnPreHeadingColor: string;
|
|
1106
|
+
export declare const DsnPreHeadingFontFamily: string;
|
|
1107
|
+
export declare const DsnPreHeadingFontSize: string;
|
|
1108
|
+
export declare const DsnPreHeadingFontWeight: string;
|
|
1109
|
+
export declare const DsnPreHeadingLineHeight: string;
|
|
1110
|
+
export declare const DsnPreHeadingMarginBlockEnd: string;
|
|
1103
1111
|
export declare const DsnProgressBarColorTrack: string;
|
|
1104
1112
|
export declare const DsnProgressBarColorFill: string;
|
|
1105
1113
|
export declare const DsnProgressBarBlockSize: string;
|
|
@@ -10907,6 +10907,29 @@ export default {
|
|
|
10907
10907
|
},
|
|
10908
10908
|
},
|
|
10909
10909
|
},
|
|
10910
|
+
"breakout-section": {
|
|
10911
|
+
"border-block-width": {
|
|
10912
|
+
$value: "2px",
|
|
10913
|
+
$type: "dimension",
|
|
10914
|
+
$description:
|
|
10915
|
+
"Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
|
|
10916
|
+
filePath: "src/tokens/components/breakout-section.json",
|
|
10917
|
+
isSource: true,
|
|
10918
|
+
original: {
|
|
10919
|
+
$value: "{dsn.border.width.thin}",
|
|
10920
|
+
$type: "dimension",
|
|
10921
|
+
$description:
|
|
10922
|
+
"Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
|
|
10923
|
+
},
|
|
10924
|
+
name: "DsnBreakoutSectionBorderBlockWidth",
|
|
10925
|
+
attributes: {
|
|
10926
|
+
category: "dsn",
|
|
10927
|
+
type: "breakout-section",
|
|
10928
|
+
item: "border-block-width",
|
|
10929
|
+
},
|
|
10930
|
+
path: ["dsn", "breakout-section", "border-block-width"],
|
|
10931
|
+
},
|
|
10932
|
+
},
|
|
10910
10933
|
button: {
|
|
10911
10934
|
"border-radius": {
|
|
10912
10935
|
$value: "4px",
|
|
@@ -18059,6 +18082,27 @@ export default {
|
|
|
18059
18082
|
path: ["dsn", "hero", "color", "inverse"],
|
|
18060
18083
|
},
|
|
18061
18084
|
},
|
|
18085
|
+
"border-block-width": {
|
|
18086
|
+
$value: "2px",
|
|
18087
|
+
$type: "dimension",
|
|
18088
|
+
$description:
|
|
18089
|
+
"Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
|
|
18090
|
+
filePath: "src/tokens/components/hero.json",
|
|
18091
|
+
isSource: true,
|
|
18092
|
+
original: {
|
|
18093
|
+
$value: "{dsn.border.width.thin}",
|
|
18094
|
+
$type: "dimension",
|
|
18095
|
+
$description:
|
|
18096
|
+
"Breedte van de transparante border-block op de Hero — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven",
|
|
18097
|
+
},
|
|
18098
|
+
name: "DsnHeroBorderBlockWidth",
|
|
18099
|
+
attributes: {
|
|
18100
|
+
category: "dsn",
|
|
18101
|
+
type: "hero",
|
|
18102
|
+
item: "border-block-width",
|
|
18103
|
+
},
|
|
18104
|
+
path: ["dsn", "hero", "border-block-width"],
|
|
18105
|
+
},
|
|
18062
18106
|
image: {
|
|
18063
18107
|
"blend-color": {
|
|
18064
18108
|
$value: "#000000",
|
|
@@ -22171,6 +22215,124 @@ export default {
|
|
|
22171
22215
|
},
|
|
22172
22216
|
},
|
|
22173
22217
|
},
|
|
22218
|
+
"pre-heading": {
|
|
22219
|
+
color: {
|
|
22220
|
+
$type: "color",
|
|
22221
|
+
$value: "#000000",
|
|
22222
|
+
$description: "Pre-heading text color",
|
|
22223
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22224
|
+
isSource: true,
|
|
22225
|
+
original: {
|
|
22226
|
+
$type: "color",
|
|
22227
|
+
$value: "{dsn.color.neutral.color-document}",
|
|
22228
|
+
$description: "Pre-heading text color",
|
|
22229
|
+
},
|
|
22230
|
+
name: "DsnPreHeadingColor",
|
|
22231
|
+
attributes: {
|
|
22232
|
+
category: "dsn",
|
|
22233
|
+
type: "pre-heading",
|
|
22234
|
+
item: "color",
|
|
22235
|
+
},
|
|
22236
|
+
path: ["dsn", "pre-heading", "color"],
|
|
22237
|
+
},
|
|
22238
|
+
"font-family": {
|
|
22239
|
+
$type: "fontFamily",
|
|
22240
|
+
$value: "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
22241
|
+
$description: "Pre-heading font family",
|
|
22242
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22243
|
+
isSource: true,
|
|
22244
|
+
original: {
|
|
22245
|
+
$type: "fontFamily",
|
|
22246
|
+
$value: "{dsn.text.font-family.default}",
|
|
22247
|
+
$description: "Pre-heading font family",
|
|
22248
|
+
},
|
|
22249
|
+
name: "DsnPreHeadingFontFamily",
|
|
22250
|
+
attributes: {
|
|
22251
|
+
category: "dsn",
|
|
22252
|
+
type: "pre-heading",
|
|
22253
|
+
item: "font-family",
|
|
22254
|
+
},
|
|
22255
|
+
path: ["dsn", "pre-heading", "font-family"],
|
|
22256
|
+
},
|
|
22257
|
+
"font-size": {
|
|
22258
|
+
$type: "fontSize",
|
|
22259
|
+
$value: "1rem",
|
|
22260
|
+
$description: "Pre-heading font size (same as body text)",
|
|
22261
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22262
|
+
isSource: true,
|
|
22263
|
+
original: {
|
|
22264
|
+
$type: "fontSize",
|
|
22265
|
+
$value: "{dsn.text.font-size.md}",
|
|
22266
|
+
$description: "Pre-heading font size (same as body text)",
|
|
22267
|
+
},
|
|
22268
|
+
name: "DsnPreHeadingFontSize",
|
|
22269
|
+
attributes: {
|
|
22270
|
+
category: "dsn",
|
|
22271
|
+
type: "pre-heading",
|
|
22272
|
+
item: "font-size",
|
|
22273
|
+
},
|
|
22274
|
+
path: ["dsn", "pre-heading", "font-size"],
|
|
22275
|
+
},
|
|
22276
|
+
"font-weight": {
|
|
22277
|
+
$type: "fontWeight",
|
|
22278
|
+
$value: "600",
|
|
22279
|
+
$description:
|
|
22280
|
+
"Pre-heading font weight (bold to distinguish from heading text)",
|
|
22281
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22282
|
+
isSource: true,
|
|
22283
|
+
original: {
|
|
22284
|
+
$type: "fontWeight",
|
|
22285
|
+
$value: "{dsn.text.font-weight.bold}",
|
|
22286
|
+
$description:
|
|
22287
|
+
"Pre-heading font weight (bold to distinguish from heading text)",
|
|
22288
|
+
},
|
|
22289
|
+
name: "DsnPreHeadingFontWeight",
|
|
22290
|
+
attributes: {
|
|
22291
|
+
category: "dsn",
|
|
22292
|
+
type: "pre-heading",
|
|
22293
|
+
item: "font-weight",
|
|
22294
|
+
},
|
|
22295
|
+
path: ["dsn", "pre-heading", "font-weight"],
|
|
22296
|
+
},
|
|
22297
|
+
"line-height": {
|
|
22298
|
+
$type: "lineHeight",
|
|
22299
|
+
$value: "1.4",
|
|
22300
|
+
$description: "Pre-heading line height",
|
|
22301
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22302
|
+
isSource: true,
|
|
22303
|
+
original: {
|
|
22304
|
+
$type: "lineHeight",
|
|
22305
|
+
$value: "{dsn.text.line-height.md}",
|
|
22306
|
+
$description: "Pre-heading line height",
|
|
22307
|
+
},
|
|
22308
|
+
name: "DsnPreHeadingLineHeight",
|
|
22309
|
+
attributes: {
|
|
22310
|
+
category: "dsn",
|
|
22311
|
+
type: "pre-heading",
|
|
22312
|
+
item: "line-height",
|
|
22313
|
+
},
|
|
22314
|
+
path: ["dsn", "pre-heading", "line-height"],
|
|
22315
|
+
},
|
|
22316
|
+
"margin-block-end": {
|
|
22317
|
+
$type: "spacing",
|
|
22318
|
+
$value: "calc(0.5rem * 0.25)",
|
|
22319
|
+
$description: "Space between pre-heading and heading text",
|
|
22320
|
+
filePath: "src/tokens/components/pre-heading.json",
|
|
22321
|
+
isSource: true,
|
|
22322
|
+
original: {
|
|
22323
|
+
$type: "spacing",
|
|
22324
|
+
$value: "{dsn.space.row.xs}",
|
|
22325
|
+
$description: "Space between pre-heading and heading text",
|
|
22326
|
+
},
|
|
22327
|
+
name: "DsnPreHeadingMarginBlockEnd",
|
|
22328
|
+
attributes: {
|
|
22329
|
+
category: "dsn",
|
|
22330
|
+
type: "pre-heading",
|
|
22331
|
+
item: "margin-block-end",
|
|
22332
|
+
},
|
|
22333
|
+
path: ["dsn", "pre-heading", "margin-block-end"],
|
|
22334
|
+
},
|
|
22335
|
+
},
|
|
22174
22336
|
"progress-bar": {
|
|
22175
22337
|
color: {
|
|
22176
22338
|
track: {
|
|
@@ -22197,14 +22359,14 @@ export default {
|
|
|
22197
22359
|
$value: "#000000",
|
|
22198
22360
|
$type: "color",
|
|
22199
22361
|
$description:
|
|
22200
|
-
"
|
|
22362
|
+
"Vulbalk — donkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
|
|
22201
22363
|
filePath: "src/tokens/components/progress-bar.json",
|
|
22202
22364
|
isSource: true,
|
|
22203
22365
|
original: {
|
|
22204
|
-
$value: "{dsn.color.accent-1.
|
|
22366
|
+
$value: "{dsn.color.accent-1-inverse.bg-default}",
|
|
22205
22367
|
$type: "color",
|
|
22206
22368
|
$description:
|
|
22207
|
-
"
|
|
22369
|
+
"Vulbalk — donkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track",
|
|
22208
22370
|
},
|
|
22209
22371
|
name: "DsnProgressBarColorFill",
|
|
22210
22372
|
attributes: {
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#8b8b8b",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#8faed2",
|
|
908
909
|
"DsnHeroColorDefault": "#8faed2",
|
|
909
910
|
"DsnHeroColorInverse": "#000000",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#f1f1f1",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#1d1d1d",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#8faed2",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#8b8b8b",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(0.875rem * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(0.875rem * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#8faed2",
|
|
908
909
|
"DsnHeroColorDefault": "#8faed2",
|
|
909
910
|
"DsnHeroColorInverse": "#000000",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#f1f1f1",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "1rem",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#1d1d1d",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#8faed2",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#636363",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#1b59a4",
|
|
908
909
|
"DsnHeroColorDefault": "#1b59a4",
|
|
909
910
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#636363",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#1b1b1b",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#f1f1f1",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#1b59a4",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#636363",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(0.875rem * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(0.875rem * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#1b59a4",
|
|
908
909
|
"DsnHeroColorDefault": "#1b59a4",
|
|
909
910
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#636363",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#1b1b1b",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "1rem",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#f1f1f1",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#1b59a4",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#8b8b8b",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#8faed2",
|
|
908
909
|
"DsnHeroColorDefault": "#8faed2",
|
|
909
910
|
"DsnHeroColorInverse": "#000000",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#8faed2",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#8b8b8b",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#f1f1f1",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#1d1d1d",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#8faed2",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
package/dist/json/tokens.json
CHANGED
|
@@ -561,6 +561,7 @@
|
|
|
561
561
|
"DsnBreadcrumbNavigationSeparatorColor": "#636363",
|
|
562
562
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
563
563
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.5)",
|
|
564
|
+
"DsnBreakoutSectionBorderBlockWidth": "1px",
|
|
564
565
|
"DsnButtonBorderRadius": "8px",
|
|
565
566
|
"DsnButtonBorderWidth": "1px",
|
|
566
567
|
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
@@ -907,6 +908,7 @@
|
|
|
907
908
|
"DsnHeroBackgroundColorInverse": "#1b59a4",
|
|
908
909
|
"DsnHeroColorDefault": "#1b59a4",
|
|
909
910
|
"DsnHeroColorInverse": "#ffffff",
|
|
911
|
+
"DsnHeroBorderBlockWidth": "1px",
|
|
910
912
|
"DsnHeroImageBlendColor": "#1b59a4",
|
|
911
913
|
"DsnImageBorderRadius": "8px",
|
|
912
914
|
"DsnImageCaptionColor": "#636363",
|
|
@@ -1105,6 +1107,12 @@
|
|
|
1105
1107
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
1108
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
1109
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1110
|
+
"DsnPreHeadingColor": "#1b1b1b",
|
|
1111
|
+
"DsnPreHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1112
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1113
|
+
"DsnPreHeadingFontWeight": "700",
|
|
1114
|
+
"DsnPreHeadingLineHeight": "1.5",
|
|
1115
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1108
1116
|
"DsnProgressBarColorTrack": "#f1f1f1",
|
|
1109
1117
|
"DsnProgressBarColorFill": "#1b59a4",
|
|
1110
1118
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
"DsnBreadcrumbNavigationSeparatorColor": "#ffffff",
|
|
558
558
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.4)",
|
|
559
559
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.4)",
|
|
560
|
+
"DsnBreakoutSectionBorderBlockWidth": "2px",
|
|
560
561
|
"DsnButtonBorderRadius": "4px",
|
|
561
562
|
"DsnButtonBorderWidth": "2px",
|
|
562
563
|
"DsnButtonFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
@@ -903,6 +904,7 @@
|
|
|
903
904
|
"DsnHeroBackgroundColorInverse": "#ffffff",
|
|
904
905
|
"DsnHeroColorDefault": "#ffffff",
|
|
905
906
|
"DsnHeroColorInverse": "#000000",
|
|
907
|
+
"DsnHeroBorderBlockWidth": "2px",
|
|
906
908
|
"DsnHeroImageBlendColor": "#ffffff",
|
|
907
909
|
"DsnImageBorderRadius": "4px",
|
|
908
910
|
"DsnImageCaptionColor": "#ffffff",
|
|
@@ -1101,6 +1103,12 @@
|
|
|
1101
1103
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1102
1104
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1103
1105
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1106
|
+
"DsnPreHeadingColor": "#ffffff",
|
|
1107
|
+
"DsnPreHeadingFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
1108
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1109
|
+
"DsnPreHeadingFontWeight": "600",
|
|
1110
|
+
"DsnPreHeadingLineHeight": "1.4",
|
|
1111
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1104
1112
|
"DsnProgressBarColorTrack": "#000000",
|
|
1105
1113
|
"DsnProgressBarColorFill": "#ffffff",
|
|
1106
1114
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
"DsnBreadcrumbNavigationSeparatorColor": "#ffffff",
|
|
558
558
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(0.875rem * 1.4)",
|
|
559
559
|
"DsnBreadcrumbNavigationIconSize": "calc(0.875rem * 1.4)",
|
|
560
|
+
"DsnBreakoutSectionBorderBlockWidth": "2px",
|
|
560
561
|
"DsnButtonBorderRadius": "4px",
|
|
561
562
|
"DsnButtonBorderWidth": "2px",
|
|
562
563
|
"DsnButtonFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
@@ -903,6 +904,7 @@
|
|
|
903
904
|
"DsnHeroBackgroundColorInverse": "#ffffff",
|
|
904
905
|
"DsnHeroColorDefault": "#ffffff",
|
|
905
906
|
"DsnHeroColorInverse": "#000000",
|
|
907
|
+
"DsnHeroBorderBlockWidth": "2px",
|
|
906
908
|
"DsnHeroImageBlendColor": "#ffffff",
|
|
907
909
|
"DsnImageBorderRadius": "4px",
|
|
908
910
|
"DsnImageCaptionColor": "#ffffff",
|
|
@@ -1101,6 +1103,12 @@
|
|
|
1101
1103
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1102
1104
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1103
1105
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1106
|
+
"DsnPreHeadingColor": "#ffffff",
|
|
1107
|
+
"DsnPreHeadingFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
1108
|
+
"DsnPreHeadingFontSize": "1rem",
|
|
1109
|
+
"DsnPreHeadingFontWeight": "600",
|
|
1110
|
+
"DsnPreHeadingLineHeight": "1.4",
|
|
1111
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1104
1112
|
"DsnProgressBarColorTrack": "#000000",
|
|
1105
1113
|
"DsnProgressBarColorFill": "#ffffff",
|
|
1106
1114
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
"DsnBreadcrumbNavigationSeparatorColor": "#000000",
|
|
558
558
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.4)",
|
|
559
559
|
"DsnBreadcrumbNavigationIconSize": "calc(clamp(0.875rem, 0.75rem + 0.25vw, 1.0625rem) * 1.4)",
|
|
560
|
+
"DsnBreakoutSectionBorderBlockWidth": "2px",
|
|
560
561
|
"DsnButtonBorderRadius": "4px",
|
|
561
562
|
"DsnButtonBorderWidth": "2px",
|
|
562
563
|
"DsnButtonFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
@@ -903,6 +904,7 @@
|
|
|
903
904
|
"DsnHeroBackgroundColorInverse": "#000000",
|
|
904
905
|
"DsnHeroColorDefault": "#000000",
|
|
905
906
|
"DsnHeroColorInverse": "#ffffff",
|
|
907
|
+
"DsnHeroBorderBlockWidth": "2px",
|
|
906
908
|
"DsnHeroImageBlendColor": "#000000",
|
|
907
909
|
"DsnImageBorderRadius": "4px",
|
|
908
910
|
"DsnImageCaptionColor": "#000000",
|
|
@@ -1101,6 +1103,12 @@
|
|
|
1101
1103
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1102
1104
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1103
1105
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1106
|
+
"DsnPreHeadingColor": "#000000",
|
|
1107
|
+
"DsnPreHeadingFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
1108
|
+
"DsnPreHeadingFontSize": "clamp(1rem, 0.875rem + 0.375vw, 1.28125rem)",
|
|
1109
|
+
"DsnPreHeadingFontWeight": "600",
|
|
1110
|
+
"DsnPreHeadingLineHeight": "1.4",
|
|
1111
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1104
1112
|
"DsnProgressBarColorTrack": "#ffffff",
|
|
1105
1113
|
"DsnProgressBarColorFill": "#000000",
|
|
1106
1114
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -557,6 +557,7 @@
|
|
|
557
557
|
"DsnBreadcrumbNavigationSeparatorColor": "#000000",
|
|
558
558
|
"DsnBreadcrumbNavigationSeparatorSize": "calc(0.875rem * 1.4)",
|
|
559
559
|
"DsnBreadcrumbNavigationIconSize": "calc(0.875rem * 1.4)",
|
|
560
|
+
"DsnBreakoutSectionBorderBlockWidth": "2px",
|
|
560
561
|
"DsnButtonBorderRadius": "4px",
|
|
561
562
|
"DsnButtonBorderWidth": "2px",
|
|
562
563
|
"DsnButtonFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
@@ -903,6 +904,7 @@
|
|
|
903
904
|
"DsnHeroBackgroundColorInverse": "#000000",
|
|
904
905
|
"DsnHeroColorDefault": "#000000",
|
|
905
906
|
"DsnHeroColorInverse": "#ffffff",
|
|
907
|
+
"DsnHeroBorderBlockWidth": "2px",
|
|
906
908
|
"DsnHeroImageBlendColor": "#000000",
|
|
907
909
|
"DsnImageBorderRadius": "4px",
|
|
908
910
|
"DsnImageCaptionColor": "#000000",
|
|
@@ -1101,6 +1103,12 @@
|
|
|
1101
1103
|
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1102
1104
|
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1103
1105
|
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1106
|
+
"DsnPreHeadingColor": "#000000",
|
|
1107
|
+
"DsnPreHeadingFontFamily": "'Comic Sans MS', 'Comic Sans', 'Comic Neue', cursive",
|
|
1108
|
+
"DsnPreHeadingFontSize": "1rem",
|
|
1109
|
+
"DsnPreHeadingFontWeight": "600",
|
|
1110
|
+
"DsnPreHeadingLineHeight": "1.4",
|
|
1111
|
+
"DsnPreHeadingMarginBlockEnd": "calc(0.5rem * 0.25)",
|
|
1104
1112
|
"DsnProgressBarColorTrack": "#ffffff",
|
|
1105
1113
|
"DsnProgressBarColorFill": "#000000",
|
|
1106
1114
|
"DsnProgressBarBlockSize": "8px",
|
|
@@ -614,6 +614,7 @@ $dsn-breadcrumb-navigation-item-padding-block: $dsn-space-block-sm; // Vertical
|
|
|
614
614
|
$dsn-breadcrumb-navigation-item-padding-inline: $dsn-space-none; // No horizontal padding on items
|
|
615
615
|
$dsn-breadcrumb-navigation-link-column-gap: $dsn-space-text-xs; // Gap between icon and link text
|
|
616
616
|
$dsn-breadcrumb-navigation-separator-color: $dsn-color-neutral-color-subtle; // Separator icon color
|
|
617
|
+
$dsn-breakout-section-border-block-width: $dsn-border-width-thin; // Breedte van de transparante border-block op de BreakoutSection — zichtbaar in forced-colors / High Contrast mode om de sectieafbakening aan te geven
|
|
617
618
|
$dsn-button-border-radius: $dsn-border-radius-md; // Button border radius
|
|
618
619
|
$dsn-button-border-width: $dsn-border-width-thin; // Button border width
|
|
619
620
|
$dsn-button-font-family: $dsn-text-font-family-default; // Button font family
|
|
@@ -852,6 +853,7 @@ $dsn-hero-background-color-default: $dsn-color-accent-1-bg-default; // Achtergro
|
|
|
852
853
|
$dsn-hero-background-color-inverse: $dsn-color-accent-1-inverse-bg-default; // Achtergrondkleur van de inverse Hero — donker blauw
|
|
853
854
|
$dsn-hero-color-default: $dsn-color-accent-1-color-default; // Tekstkleur in de standaard Hero
|
|
854
855
|
$dsn-hero-color-inverse: $dsn-color-accent-1-inverse-color-default; // Tekstkleur in de inverse Hero — lichte kleur op donkere achtergrond
|
|
856
|
+
$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
|
|
855
857
|
$dsn-hero-image-blend-color: $dsn-color-accent-1-inverse-bg-default; // Blendkleur voor de image-blend variant — zelfde als inverse achtergrond voor visuele samenhang
|
|
856
858
|
$dsn-image-border-radius: $dsn-border-radius-md; // Afgeronde hoeken van de afbeelding
|
|
857
859
|
$dsn-image-caption-color: $dsn-color-neutral-color-subtle; // Gedempte kleur voor bijschrift — bewust minder prominent dan bodytekst
|
|
@@ -1007,8 +1009,14 @@ $dsn-popover-body-padding-inline: $dsn-space-inline-xl; // Horizontale padding v
|
|
|
1007
1009
|
$dsn-popover-footer-padding-block-start: $dsn-space-block-xl; // Bovenkant padding van de footer (16px)
|
|
1008
1010
|
$dsn-popover-footer-padding-block-end: $dsn-space-block-xl; // Onderkant padding van de footer (16px)
|
|
1009
1011
|
$dsn-popover-footer-padding-inline: $dsn-space-inline-xl; // Horizontale padding van de footer (16px)
|
|
1012
|
+
$dsn-pre-heading-color: $dsn-color-neutral-color-document; // Pre-heading text color
|
|
1013
|
+
$dsn-pre-heading-font-family: $dsn-text-font-family-default; // Pre-heading font family
|
|
1014
|
+
$dsn-pre-heading-font-size: $dsn-text-font-size-md; // Pre-heading font size (same as body text)
|
|
1015
|
+
$dsn-pre-heading-font-weight: $dsn-text-font-weight-bold; // Pre-heading font weight (bold to distinguish from heading text)
|
|
1016
|
+
$dsn-pre-heading-line-height: $dsn-text-line-height-md; // Pre-heading line height
|
|
1017
|
+
$dsn-pre-heading-margin-block-end: $dsn-space-row-xs; // Space between pre-heading and heading text
|
|
1010
1018
|
$dsn-progress-bar-color-track: $dsn-color-neutral-bg-default; // Grijze achtergrondtrack
|
|
1011
|
-
$dsn-progress-bar-color-fill: $dsn-color-accent-1-
|
|
1019
|
+
$dsn-progress-bar-color-fill: $dsn-color-accent-1-inverse-bg-default; // Vulbalk — donkerblauwe inverse achtergrondkleur voor voldoende contrast op de lichte track
|
|
1012
1020
|
$dsn-progress-bar-border-radius: $dsn-border-radius-round; // Volledig afgerond (pill-vorm) voor zowel track als fill
|
|
1013
1021
|
$dsn-progress-bar-gap-header: $dsn-space-block-xs; // Ruimte tussen percentage-tekst en balk
|
|
1014
1022
|
$dsn-progress-bar-gap-footer: $dsn-space-block-xs; // Ruimte tussen balk en beschrijving
|
|
@@ -1186,13 +1194,13 @@ $dsn-checkbox-indeterminate-disabled-color: $dsn-form-control-disabled-color;
|
|
|
1186
1194
|
$dsn-checkbox-indeterminate-focus-border-color: $dsn-form-control-focus-border-color;
|
|
1187
1195
|
$dsn-container-elevated-box-shadow: $dsn-box-shadow-sm; // Lichte schaduw voor kaart-achtige containers (cards, panels)
|
|
1188
1196
|
$dsn-details-summary-color: $dsn-color-action-2-color-default; // Summary label color (follows Link via action-2)
|
|
1189
|
-
$dsn-details-
|
|
1197
|
+
$dsn-details-icon-size: $dsn-icon-size-md; // Chevron icon size
|
|
1190
1198
|
$dsn-drawer-box-shadow: $dsn-box-shadow-lg; // Schaduw van het zijpaneel — hoogste elevatie (lg)
|
|
1191
1199
|
$dsn-drawer-heading-color: $dsn-heading-color; // Kleur van de zijpaneel-heading
|
|
1192
1200
|
$dsn-date-input-icon-size: $dsn-button-size-small-icon-size; // Calendar icon size — matches the small button icon size
|
|
1193
1201
|
$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
|
|
1194
1202
|
$dsn-details-summary-hover-color: $dsn-color-action-2-color-hover; // Summary label color on hover
|
|
1195
|
-
$dsn-details-
|
|
1203
|
+
$dsn-details-summary-active-color: $dsn-color-action-2-color-active; // Summary label color on active
|
|
1196
1204
|
$dsn-file-input-color: $dsn-form-control-placeholder-color; // Subtle text color for filename / 'No file chosen' text
|
|
1197
1205
|
$dsn-file-input-font-family: $dsn-form-control-font-family; // File input font family
|
|
1198
1206
|
$dsn-file-input-font-size: $dsn-form-control-font-size; // File input font size
|
|
@@ -1329,8 +1337,6 @@ $dsn-checkbox-indeterminate-active-background-color: $dsn-form-control-active-ac
|
|
|
1329
1337
|
$dsn-checkbox-indeterminate-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1330
1338
|
$dsn-checkbox-indeterminate-focus-color: $dsn-form-control-focus-color;
|
|
1331
1339
|
$dsn-checkbox-indeterminate-hover-background-color: $dsn-form-control-hover-accent-color;
|
|
1332
|
-
$dsn-time-input-icon-size: $dsn-button-size-small-icon-size; // Clock icon size — matches the small button icon size
|
|
1333
|
-
$dsn-time-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-time-input-icon-size + $dsn-time-input-button-inset-inline-end + $dsn-time-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1334
1340
|
$dsn-radio-checked-background-color: $dsn-form-control-accent-color;
|
|
1335
1341
|
$dsn-radio-focus-background-color: $dsn-form-control-focus-background-color;
|
|
1336
1342
|
$dsn-radio-checked-active-background-color: $dsn-form-control-active-accent-color;
|
|
@@ -1343,9 +1349,11 @@ $dsn-text-area-focus-background-color: $dsn-form-control-focus-background-color;
|
|
|
1343
1349
|
$dsn-text-area-focus-box-shadow-color: $dsn-text-area-focus-border-color; // Text area focus box shadow color
|
|
1344
1350
|
$dsn-text-area-focus-color: $dsn-form-control-focus-color; // Text area focus text color
|
|
1345
1351
|
$dsn-text-area-hover-box-shadow-color: $dsn-text-area-border-color; // Text area hover box shadow color
|
|
1352
|
+
$dsn-text-input-invalid-box-shadow-color: $dsn-text-input-invalid-border-color; // Text input invalid box shadow color
|
|
1353
|
+
$dsn-time-input-icon-size: $dsn-button-size-small-icon-size; // Clock icon size — matches the small button icon size
|
|
1354
|
+
$dsn-time-input-padding-inline-end-with-icon: calc(($dsn-button-size-small-icon-only-padding * 2) + $dsn-time-input-icon-size + $dsn-time-input-button-inset-inline-end + $dsn-time-input-icon-gap); // Right padding when icon is present: (button-padding × 2) + icon-size + button-inset + gap
|
|
1346
1355
|
$dsn-text-area-invalid-box-shadow-color: $dsn-text-area-invalid-border-color; // Text area invalid box shadow color
|
|
1347
1356
|
$dsn-text-input-focus-background-color: $dsn-form-control-focus-background-color; // Text input focus background
|
|
1348
1357
|
$dsn-text-input-focus-box-shadow-color: $dsn-text-input-focus-border-color; // Text input focus box shadow color
|
|
1349
1358
|
$dsn-text-input-focus-color: $dsn-form-control-focus-color; // Text input focus text color
|
|
1350
1359
|
$dsn-text-input-hover-box-shadow-color: $dsn-text-input-border-color; // Text input hover box shadow color
|
|
1351
|
-
$dsn-text-input-invalid-box-shadow-color: $dsn-text-input-invalid-border-color; // Text input invalid box shadow color
|