@utrecht/design-tokens 6.2.0 → 6.2.1
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/CHANGELOG.md +6 -0
- package/build-stylelint.mjs +1 -2
- package/dist/_mixin-theme.scss +9 -9
- package/dist/_mixin.scss +9 -9
- package/dist/_variables.scss +9 -9
- package/dist/dark/_mixin-theme.scss +9 -9
- package/dist/dark/_mixin.scss +9 -9
- package/dist/dark/_variables.scss +9 -9
- package/dist/dark/index.cjs +9 -9
- package/dist/dark/index.css +9 -9
- package/dist/dark/index.d.ts +9 -9
- package/dist/dark/index.json +60 -20
- package/dist/dark/index.mjs +9 -9
- package/dist/dark/index.tokens.json +13 -13
- package/dist/dark/list.json +60 -20
- package/dist/dark/list.mjs +60 -20
- package/dist/dark/property.css +6 -2
- package/dist/dark/theme-prince-xml.css +9 -9
- package/dist/dark/tokens.cjs +165 -125
- package/dist/dark/tokens.d.ts +11 -11
- package/dist/dark/tokens.json +193 -153
- package/dist/dark/variables.cjs +9 -9
- package/dist/dark/variables.d.ts +9 -9
- package/dist/dark/variables.less +9 -9
- package/dist/dark/variables.mjs +9 -9
- package/dist/index.cjs +9 -9
- package/dist/index.css +18 -18
- package/dist/index.d.ts +9 -9
- package/dist/index.json +60 -20
- package/dist/index.mjs +9 -9
- package/dist/index.tokens.json +13 -13
- package/dist/list.json +60 -20
- package/dist/list.mjs +60 -20
- package/dist/property.css +6 -2
- package/dist/theme-prince-xml.css +9 -9
- package/dist/tokens.cjs +165 -125
- package/dist/tokens.d.ts +11 -11
- package/dist/tokens.json +193 -153
- package/dist/variables.cjs +9 -9
- package/dist/variables.d.ts +9 -9
- package/dist/variables.less +9 -9
- package/dist/variables.mjs +9 -9
- package/package.json +4 -5
- package/stylelint.config.mjs +10 -0
- package/.stylelintrc.json +0 -10
package/dist/dark/variables.mjs
CHANGED
|
@@ -470,6 +470,7 @@ export const utrechtSpaceColumn2xl = "28px"; // Extra Large 2
|
|
|
470
470
|
export const utrechtSpaceColumn3xl = "32px"; // Extra Large 3
|
|
471
471
|
export const utrechtSpaceColumn4xl = "48px"; // Extra Large 4
|
|
472
472
|
export const utrechtSpaceColumn5xl = "64px"; // Extra Large 5
|
|
473
|
+
export const utrechtTextboxBorderBottomWidth = "3px";
|
|
473
474
|
export const utrechtDataListMarginBlockEnd = "16px";
|
|
474
475
|
export const utrechtDataListMarginBlockStart = "16px";
|
|
475
476
|
export const utrechtDataListItemKeyFontWeight = "700";
|
|
@@ -848,6 +849,10 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
|
|
|
848
849
|
export const utrechtOrderedListItemMarginBlockStart = "0.25em";
|
|
849
850
|
export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
|
|
850
851
|
export const utrechtOrderedListItemPaddingInlineStart = "0";
|
|
852
|
+
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
853
|
+
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
854
|
+
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
855
|
+
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
851
856
|
export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
|
|
852
857
|
export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
|
|
853
858
|
export const utrechtPageBodyContentPaddingBlockStart = "0";
|
|
@@ -855,20 +860,16 @@ export const utrechtPageBodyContentPaddingBlockEnd = "1em";
|
|
|
855
860
|
export const utrechtPageBodyContentPaddingInlineStart = "2em";
|
|
856
861
|
export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
|
|
857
862
|
export const utrechtPageBodyContentMaxInlineSize = "1184px";
|
|
858
|
-
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
859
|
-
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
860
|
-
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
861
|
-
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
862
863
|
export const utrechtPageContentPaddingBlockStart = "2em";
|
|
863
864
|
export const utrechtPageContentPaddingBlockEnd = "2em";
|
|
864
865
|
export const utrechtPageFooterColor = "hsl(0 0% 100%)";
|
|
865
866
|
export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
|
|
866
867
|
export const utrechtPageFooterBackgroundImage =
|
|
867
868
|
"linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
|
|
869
|
+
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
868
870
|
export const utrechtPageFooterContentPaddingBlockEnd = "48px";
|
|
869
871
|
export const utrechtPageFooterContentPaddingBlockStart = "48px";
|
|
870
872
|
export const utrechtPageFooterContentMaxInlineSize = "1184px";
|
|
871
|
-
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
872
873
|
export const utrechtPageHeaderPaddingBlockStart = "0";
|
|
873
874
|
export const utrechtPageHeaderPaddingBlockEnd = "0";
|
|
874
875
|
export const utrechtPageHeaderPaddingInlineStart = "0";
|
|
@@ -877,10 +878,10 @@ export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
|
|
|
877
878
|
export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
|
|
878
879
|
export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
|
|
879
880
|
export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
|
|
880
|
-
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
881
|
-
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
882
|
-
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
883
881
|
export const utrechtPageHeaderContentPaddingInline = "2em";
|
|
882
|
+
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
883
|
+
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
884
|
+
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
884
885
|
export const utrechtPageBackgroundColor = "hsl(0 0% 15%)";
|
|
885
886
|
export const utrechtPageColor = "hsl(0 0% 95%)";
|
|
886
887
|
export const utrechtPageMarginInlineStart = "2em";
|
|
@@ -1100,7 +1101,6 @@ export const utrechtTableRowAlternateEvenColor = "hsl(0 0% 0%)";
|
|
|
1100
1101
|
export const utrechtTextareaBorderBlockEndWidth = "3px";
|
|
1101
1102
|
export const utrechtTextareaBorderBottomWidth = "3px";
|
|
1102
1103
|
export const utrechtTextareaLineHeight = "1.5";
|
|
1103
|
-
export const utrechtTextboxBorderBottomWidth = "3px";
|
|
1104
1104
|
export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
|
|
1105
1105
|
export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
|
|
1106
1106
|
export const utrechtTooltipBorderRadius = "0";
|
package/dist/index.cjs
CHANGED
|
@@ -418,6 +418,7 @@ module.exports = {
|
|
|
418
418
|
utrechtSpaceColumn3xl: "32px",
|
|
419
419
|
utrechtSpaceColumn4xl: "48px",
|
|
420
420
|
utrechtSpaceColumn5xl: "64px",
|
|
421
|
+
utrechtTextboxBorderBottomWidth: "3px",
|
|
421
422
|
utrechtDataListMarginBlockEnd: "16px",
|
|
422
423
|
utrechtDataListMarginBlockStart: "16px",
|
|
423
424
|
utrechtDataListItemKeyFontWeight: "700",
|
|
@@ -782,6 +783,10 @@ module.exports = {
|
|
|
782
783
|
utrechtOrderedListItemMarginBlockStart: "0.25em",
|
|
783
784
|
utrechtOrderedListItemMarginBlockEnd: "0.25em",
|
|
784
785
|
utrechtOrderedListItemPaddingInlineStart: "0",
|
|
786
|
+
utrechtPageBodyPaddingBlockStart: "0",
|
|
787
|
+
utrechtPageBodyPaddingBlockEnd: "0",
|
|
788
|
+
utrechtPageBodyPaddingInlineStart: "0",
|
|
789
|
+
utrechtPageBodyPaddingInlineEnd: "0",
|
|
785
790
|
utrechtPageBodyContentBackgroundColor: "hsl(0 0% 100%)",
|
|
786
791
|
utrechtPageBodyContentColor: "hsl(0 0% 0%)",
|
|
787
792
|
utrechtPageBodyContentPaddingBlockStart: "0",
|
|
@@ -789,20 +794,16 @@ module.exports = {
|
|
|
789
794
|
utrechtPageBodyContentPaddingInlineStart: "2em",
|
|
790
795
|
utrechtPageBodyContentPaddingInlineEnd: "2.4em",
|
|
791
796
|
utrechtPageBodyContentMaxInlineSize: "1184px",
|
|
792
|
-
utrechtPageBodyPaddingInlineEnd: "0",
|
|
793
|
-
utrechtPageBodyPaddingInlineStart: "0",
|
|
794
|
-
utrechtPageBodyPaddingBlockEnd: "0",
|
|
795
|
-
utrechtPageBodyPaddingBlockStart: "0",
|
|
796
797
|
utrechtPageContentPaddingBlockStart: "2em",
|
|
797
798
|
utrechtPageContentPaddingBlockEnd: "2em",
|
|
798
799
|
utrechtPageFooterColor: "hsl(0 0% 100%)",
|
|
799
800
|
utrechtPageFooterBackgroundColor: "hsl(0 100% 40%)",
|
|
800
801
|
utrechtPageFooterBackgroundImage:
|
|
801
802
|
"linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
803
|
+
utrechtPageFooterContentPaddingInline: "28px",
|
|
802
804
|
utrechtPageFooterContentPaddingBlockEnd: "48px",
|
|
803
805
|
utrechtPageFooterContentPaddingBlockStart: "48px",
|
|
804
806
|
utrechtPageFooterContentMaxInlineSize: "1184px",
|
|
805
|
-
utrechtPageFooterContentPaddingInline: "28px",
|
|
806
807
|
utrechtPageHeaderPaddingBlockStart: "0",
|
|
807
808
|
utrechtPageHeaderPaddingBlockEnd: "0",
|
|
808
809
|
utrechtPageHeaderPaddingInlineStart: "0",
|
|
@@ -811,10 +812,10 @@ module.exports = {
|
|
|
811
812
|
utrechtPageHeaderContentColor: "hsl(0 0% 0%)",
|
|
812
813
|
utrechtPageHeaderContentPaddingBlockStart: "1.8em",
|
|
813
814
|
utrechtPageHeaderContentPaddingBlockEnd: "1em",
|
|
814
|
-
utrechtPageHeaderContentPaddingInlineStart: "2em",
|
|
815
|
-
utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
|
|
816
|
-
utrechtPageHeaderContentMaxInlineSize: "1184px",
|
|
817
815
|
utrechtPageHeaderContentPaddingInline: "2em",
|
|
816
|
+
utrechtPageHeaderContentMaxInlineSize: "1184px",
|
|
817
|
+
utrechtPageHeaderContentPaddingInlineEnd: "2.4em",
|
|
818
|
+
utrechtPageHeaderContentPaddingInlineStart: "2em",
|
|
818
819
|
utrechtPageBackgroundColor: "hsl(0 0% 100%)",
|
|
819
820
|
utrechtPageColor: "hsl(0 0% 0%)",
|
|
820
821
|
utrechtPageMarginInlineStart: "2em",
|
|
@@ -1025,7 +1026,6 @@ module.exports = {
|
|
|
1025
1026
|
utrechtTextareaBorderBlockEndWidth: "3px",
|
|
1026
1027
|
utrechtTextareaBorderBottomWidth: "3px",
|
|
1027
1028
|
utrechtTextareaLineHeight: "1.5",
|
|
1028
|
-
utrechtTextboxBorderBottomWidth: "3px",
|
|
1029
1029
|
utrechtTooltipBackgroundColor: "hsl(0 0% 100%)",
|
|
1030
1030
|
utrechtTooltipBorderColor: "hsl(0 0% 40%)",
|
|
1031
1031
|
utrechtTooltipBorderRadius: "0",
|
package/dist/index.css
CHANGED
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
--utrecht-space-column-3xl: 32px; /** Extra Large 3 */
|
|
169
169
|
--utrecht-space-column-4xl: 48px; /** Extra Large 4 */
|
|
170
170
|
--utrecht-space-column-5xl: 64px; /** Extra Large 5 */
|
|
171
|
+
--utrecht-textbox-border-bottom-width: 3px;
|
|
171
172
|
--utrecht-data-list-rows-column-min-inline-size: 25ch;
|
|
172
173
|
--utrecht-data-list-rows-column-inline-size: 80%;
|
|
173
174
|
--utrecht-document-line-height: 1.4;
|
|
@@ -288,15 +289,15 @@
|
|
|
288
289
|
--utrecht-ordered-list-item-margin-block-start: 0.25em;
|
|
289
290
|
--utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
290
291
|
--utrecht-ordered-list-item-padding-inline-start: 0;
|
|
292
|
+
--utrecht-page-body-padding-block-start: 0;
|
|
293
|
+
--utrecht-page-body-padding-block-end: 0;
|
|
294
|
+
--utrecht-page-body-padding-inline-start: 0;
|
|
295
|
+
--utrecht-page-body-padding-inline-end: 0;
|
|
291
296
|
--utrecht-page-body-content-padding-block-start: 0;
|
|
292
297
|
--utrecht-page-body-content-padding-block-end: 1em;
|
|
293
298
|
--utrecht-page-body-content-padding-inline-start: 2em;
|
|
294
299
|
--utrecht-page-body-content-padding-inline-end: 2.4em;
|
|
295
300
|
--utrecht-page-body-content-max-inline-size: 1184px;
|
|
296
|
-
--utrecht-page-body-padding-inline-end: 0;
|
|
297
|
-
--utrecht-page-body-padding-inline-start: 0;
|
|
298
|
-
--utrecht-page-body-padding-block-end: 0;
|
|
299
|
-
--utrecht-page-body-padding-block-start: 0;
|
|
300
301
|
--utrecht-page-content-padding-block-start: 2em;
|
|
301
302
|
--utrecht-page-content-padding-block-end: 2em;
|
|
302
303
|
--utrecht-page-footer-content-max-inline-size: 1184px;
|
|
@@ -306,10 +307,10 @@
|
|
|
306
307
|
--utrecht-page-header-padding-inline-end: 0;
|
|
307
308
|
--utrecht-page-header-content-padding-block-start: 1.8em;
|
|
308
309
|
--utrecht-page-header-content-padding-block-end: 1em;
|
|
309
|
-
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
310
|
-
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
311
|
-
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
312
310
|
--utrecht-page-header-content-padding-inline: 2em;
|
|
311
|
+
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
312
|
+
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
313
|
+
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
313
314
|
--utrecht-page-margin-inline-start: 2em;
|
|
314
315
|
--utrecht-page-margin-inline-end: 2em;
|
|
315
316
|
--utrecht-page-max-inline-size: 1184px;
|
|
@@ -370,7 +371,6 @@
|
|
|
370
371
|
--utrecht-table-cell-icon-size: 1em;
|
|
371
372
|
--utrecht-textarea-border-block-end-width: 3px;
|
|
372
373
|
--utrecht-textarea-border-bottom-width: 3px;
|
|
373
|
-
--utrecht-textbox-border-bottom-width: 3px;
|
|
374
374
|
--utrecht-tooltip-border-radius: 0;
|
|
375
375
|
--utrecht-tooltip-border-width: 1px;
|
|
376
376
|
--utrecht-toptask-link-line-height: 1.2;
|
|
@@ -918,9 +918,9 @@
|
|
|
918
918
|
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
919
919
|
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
920
920
|
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);
|
|
921
|
+
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
921
922
|
--utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
|
|
922
923
|
--utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
|
|
923
|
-
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
924
924
|
--utrecht-page-header-content-background-color: var(--utrecht-color-white);
|
|
925
925
|
--utrecht-page-header-content-color: var(--utrecht-color-black);
|
|
926
926
|
--utrecht-page-background-color: var(--utrecht-color-white);
|
|
@@ -1460,6 +1460,7 @@
|
|
|
1460
1460
|
--utrecht-space-column-3xl: 32px; /** Extra Large 3 */
|
|
1461
1461
|
--utrecht-space-column-4xl: 48px; /** Extra Large 4 */
|
|
1462
1462
|
--utrecht-space-column-5xl: 64px; /** Extra Large 5 */
|
|
1463
|
+
--utrecht-textbox-border-bottom-width: 3px;
|
|
1463
1464
|
--utrecht-data-list-rows-column-min-inline-size: 25ch;
|
|
1464
1465
|
--utrecht-data-list-rows-column-inline-size: 80%;
|
|
1465
1466
|
--utrecht-document-line-height: 1.4;
|
|
@@ -1581,15 +1582,15 @@
|
|
|
1581
1582
|
--utrecht-ordered-list-item-margin-block-start: 0.25em;
|
|
1582
1583
|
--utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
1583
1584
|
--utrecht-ordered-list-item-padding-inline-start: 0;
|
|
1585
|
+
--utrecht-page-body-padding-block-start: 0;
|
|
1586
|
+
--utrecht-page-body-padding-block-end: 0;
|
|
1587
|
+
--utrecht-page-body-padding-inline-start: 0;
|
|
1588
|
+
--utrecht-page-body-padding-inline-end: 0;
|
|
1584
1589
|
--utrecht-page-body-content-padding-block-start: 0;
|
|
1585
1590
|
--utrecht-page-body-content-padding-block-end: 1em;
|
|
1586
1591
|
--utrecht-page-body-content-padding-inline-start: 2em;
|
|
1587
1592
|
--utrecht-page-body-content-padding-inline-end: 2.4em;
|
|
1588
1593
|
--utrecht-page-body-content-max-inline-size: 1184px;
|
|
1589
|
-
--utrecht-page-body-padding-inline-end: 0;
|
|
1590
|
-
--utrecht-page-body-padding-inline-start: 0;
|
|
1591
|
-
--utrecht-page-body-padding-block-end: 0;
|
|
1592
|
-
--utrecht-page-body-padding-block-start: 0;
|
|
1593
1594
|
--utrecht-page-content-padding-block-start: 2em;
|
|
1594
1595
|
--utrecht-page-content-padding-block-end: 2em;
|
|
1595
1596
|
--utrecht-page-footer-content-max-inline-size: 1184px;
|
|
@@ -1599,10 +1600,10 @@
|
|
|
1599
1600
|
--utrecht-page-header-padding-inline-end: 0;
|
|
1600
1601
|
--utrecht-page-header-content-padding-block-start: 1.8em;
|
|
1601
1602
|
--utrecht-page-header-content-padding-block-end: 1em;
|
|
1602
|
-
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
1603
|
-
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
1604
|
-
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
1605
1603
|
--utrecht-page-header-content-padding-inline: 2em;
|
|
1604
|
+
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
1605
|
+
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
1606
|
+
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
1606
1607
|
--utrecht-page-margin-inline-start: 2em;
|
|
1607
1608
|
--utrecht-page-margin-inline-end: 2em;
|
|
1608
1609
|
--utrecht-page-max-inline-size: 1184px;
|
|
@@ -1663,7 +1664,6 @@
|
|
|
1663
1664
|
--utrecht-table-cell-icon-size: 1em;
|
|
1664
1665
|
--utrecht-textarea-border-block-end-width: 3px;
|
|
1665
1666
|
--utrecht-textarea-border-bottom-width: 3px;
|
|
1666
|
-
--utrecht-textbox-border-bottom-width: 3px;
|
|
1667
1667
|
--utrecht-tooltip-border-radius: 0;
|
|
1668
1668
|
--utrecht-tooltip-border-width: 1px;
|
|
1669
1669
|
--utrecht-toptask-link-line-height: 1.2;
|
|
@@ -2208,9 +2208,9 @@
|
|
|
2208
2208
|
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
2209
2209
|
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
2210
2210
|
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);
|
|
2211
|
+
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
2211
2212
|
--utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
|
|
2212
2213
|
--utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
|
|
2213
|
-
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
2214
2214
|
--utrecht-page-header-content-background-color: var(--utrecht-color-white);
|
|
2215
2215
|
--utrecht-page-header-content-color: var(--utrecht-color-black);
|
|
2216
2216
|
--utrecht-page-background-color: var(--utrecht-color-grey-15);
|
package/dist/index.d.ts
CHANGED
|
@@ -481,6 +481,7 @@ export const utrechtSpaceColumn3xl: string;
|
|
|
481
481
|
export const utrechtSpaceColumn4xl: string;
|
|
482
482
|
/** Extra Large 5 */
|
|
483
483
|
export const utrechtSpaceColumn5xl: string;
|
|
484
|
+
export const utrechtTextboxBorderBottomWidth: string;
|
|
484
485
|
export const utrechtDataListMarginBlockEnd: string;
|
|
485
486
|
export const utrechtDataListMarginBlockStart: string;
|
|
486
487
|
export const utrechtDataListItemKeyFontWeight: string;
|
|
@@ -851,6 +852,10 @@ export const utrechtOrderedListPaddingInlineStart: string;
|
|
|
851
852
|
export const utrechtOrderedListItemMarginBlockStart: string;
|
|
852
853
|
export const utrechtOrderedListItemMarginBlockEnd: string;
|
|
853
854
|
export const utrechtOrderedListItemPaddingInlineStart: number;
|
|
855
|
+
export const utrechtPageBodyPaddingBlockStart: number;
|
|
856
|
+
export const utrechtPageBodyPaddingBlockEnd: number;
|
|
857
|
+
export const utrechtPageBodyPaddingInlineStart: number;
|
|
858
|
+
export const utrechtPageBodyPaddingInlineEnd: number;
|
|
854
859
|
export const utrechtPageBodyContentBackgroundColor: string;
|
|
855
860
|
export const utrechtPageBodyContentColor: string;
|
|
856
861
|
export const utrechtPageBodyContentPaddingBlockStart: number;
|
|
@@ -858,19 +863,15 @@ export const utrechtPageBodyContentPaddingBlockEnd: string;
|
|
|
858
863
|
export const utrechtPageBodyContentPaddingInlineStart: string;
|
|
859
864
|
export const utrechtPageBodyContentPaddingInlineEnd: string;
|
|
860
865
|
export const utrechtPageBodyContentMaxInlineSize: string;
|
|
861
|
-
export const utrechtPageBodyPaddingInlineEnd: string;
|
|
862
|
-
export const utrechtPageBodyPaddingInlineStart: string;
|
|
863
|
-
export const utrechtPageBodyPaddingBlockEnd: string;
|
|
864
|
-
export const utrechtPageBodyPaddingBlockStart: string;
|
|
865
866
|
export const utrechtPageContentPaddingBlockStart: string;
|
|
866
867
|
export const utrechtPageContentPaddingBlockEnd: string;
|
|
867
868
|
export const utrechtPageFooterColor: string;
|
|
868
869
|
export const utrechtPageFooterBackgroundColor: string;
|
|
869
870
|
export const utrechtPageFooterBackgroundImage: string;
|
|
871
|
+
export const utrechtPageFooterContentPaddingInline: string;
|
|
870
872
|
export const utrechtPageFooterContentPaddingBlockEnd: string;
|
|
871
873
|
export const utrechtPageFooterContentPaddingBlockStart: string;
|
|
872
874
|
export const utrechtPageFooterContentMaxInlineSize: string;
|
|
873
|
-
export const utrechtPageFooterContentPaddingInline: string;
|
|
874
875
|
export const utrechtPageHeaderPaddingBlockStart: number;
|
|
875
876
|
export const utrechtPageHeaderPaddingBlockEnd: number;
|
|
876
877
|
export const utrechtPageHeaderPaddingInlineStart: number;
|
|
@@ -879,10 +880,10 @@ export const utrechtPageHeaderContentBackgroundColor: string;
|
|
|
879
880
|
export const utrechtPageHeaderContentColor: string;
|
|
880
881
|
export const utrechtPageHeaderContentPaddingBlockStart: string;
|
|
881
882
|
export const utrechtPageHeaderContentPaddingBlockEnd: string;
|
|
882
|
-
export const utrechtPageHeaderContentPaddingInlineStart: string;
|
|
883
|
-
export const utrechtPageHeaderContentPaddingInlineEnd: string;
|
|
884
|
-
export const utrechtPageHeaderContentMaxInlineSize: string;
|
|
885
883
|
export const utrechtPageHeaderContentPaddingInline: string;
|
|
884
|
+
export const utrechtPageHeaderContentMaxInlineSize: string;
|
|
885
|
+
export const utrechtPageHeaderContentPaddingInlineEnd: string;
|
|
886
|
+
export const utrechtPageHeaderContentPaddingInlineStart: string;
|
|
886
887
|
export const utrechtPageBackgroundColor: string;
|
|
887
888
|
export const utrechtPageColor: string;
|
|
888
889
|
export const utrechtPageMarginInlineStart: string;
|
|
@@ -1093,7 +1094,6 @@ export const utrechtTableRowAlternateEvenColor: string;
|
|
|
1093
1094
|
export const utrechtTextareaBorderBlockEndWidth: string;
|
|
1094
1095
|
export const utrechtTextareaBorderBottomWidth: string;
|
|
1095
1096
|
export const utrechtTextareaLineHeight: string;
|
|
1096
|
-
export const utrechtTextboxBorderBottomWidth: string;
|
|
1097
1097
|
export const utrechtTooltipBackgroundColor: string;
|
|
1098
1098
|
export const utrechtTooltipBorderColor: string;
|
|
1099
1099
|
export const utrechtTooltipBorderRadius: number;
|
package/dist/index.json
CHANGED
|
@@ -23686,10 +23686,20 @@
|
|
|
23686
23686
|
},
|
|
23687
23687
|
{
|
|
23688
23688
|
"key": "{utrecht.page-body.padding-block-end}",
|
|
23689
|
+
"$extensions": {
|
|
23690
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23691
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23692
|
+
},
|
|
23693
|
+
"$type": "dimension",
|
|
23689
23694
|
"$value": "0",
|
|
23690
23695
|
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
23691
23696
|
"isSource": true,
|
|
23692
23697
|
"original": {
|
|
23698
|
+
"$extensions": {
|
|
23699
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23700
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23701
|
+
},
|
|
23702
|
+
"$type": "dimension",
|
|
23693
23703
|
"$value": "0",
|
|
23694
23704
|
"key": "{utrecht.page-body.padding-block-end}"
|
|
23695
23705
|
},
|
|
@@ -23703,10 +23713,20 @@
|
|
|
23703
23713
|
},
|
|
23704
23714
|
{
|
|
23705
23715
|
"key": "{utrecht.page-body.padding-block-start}",
|
|
23716
|
+
"$extensions": {
|
|
23717
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23718
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23719
|
+
},
|
|
23720
|
+
"$type": "dimension",
|
|
23706
23721
|
"$value": "0",
|
|
23707
23722
|
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
23708
23723
|
"isSource": true,
|
|
23709
23724
|
"original": {
|
|
23725
|
+
"$extensions": {
|
|
23726
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23727
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23728
|
+
},
|
|
23729
|
+
"$type": "dimension",
|
|
23710
23730
|
"$value": "0",
|
|
23711
23731
|
"key": "{utrecht.page-body.padding-block-start}"
|
|
23712
23732
|
},
|
|
@@ -23720,10 +23740,20 @@
|
|
|
23720
23740
|
},
|
|
23721
23741
|
{
|
|
23722
23742
|
"key": "{utrecht.page-body.padding-inline-end}",
|
|
23743
|
+
"$extensions": {
|
|
23744
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23745
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23746
|
+
},
|
|
23747
|
+
"$type": "dimension",
|
|
23723
23748
|
"$value": "0",
|
|
23724
23749
|
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
23725
23750
|
"isSource": true,
|
|
23726
23751
|
"original": {
|
|
23752
|
+
"$extensions": {
|
|
23753
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23754
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23755
|
+
},
|
|
23756
|
+
"$type": "dimension",
|
|
23727
23757
|
"$value": "0",
|
|
23728
23758
|
"key": "{utrecht.page-body.padding-inline-end}"
|
|
23729
23759
|
},
|
|
@@ -23737,10 +23767,20 @@
|
|
|
23737
23767
|
},
|
|
23738
23768
|
{
|
|
23739
23769
|
"key": "{utrecht.page-body.padding-inline-start}",
|
|
23770
|
+
"$extensions": {
|
|
23771
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23772
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23773
|
+
},
|
|
23774
|
+
"$type": "dimension",
|
|
23740
23775
|
"$value": "0",
|
|
23741
23776
|
"filePath": "src/component/utrecht/page-body.tokens.json",
|
|
23742
23777
|
"isSource": true,
|
|
23743
23778
|
"original": {
|
|
23779
|
+
"$extensions": {
|
|
23780
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
23781
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
23782
|
+
},
|
|
23783
|
+
"$type": "dimension",
|
|
23744
23784
|
"$value": "0",
|
|
23745
23785
|
"key": "{utrecht.page-body.padding-inline-start}"
|
|
23746
23786
|
},
|
|
@@ -23990,10 +24030,20 @@
|
|
|
23990
24030
|
},
|
|
23991
24031
|
{
|
|
23992
24032
|
"key": "{utrecht.page-footer.content.padding-inline}",
|
|
24033
|
+
"$extensions": {
|
|
24034
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24035
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
24036
|
+
},
|
|
24037
|
+
"$type": "dimension",
|
|
23993
24038
|
"$value": "28px",
|
|
23994
24039
|
"filePath": "src/component/utrecht/page-footer.tokens.json",
|
|
23995
24040
|
"isSource": true,
|
|
23996
24041
|
"original": {
|
|
24042
|
+
"$extensions": {
|
|
24043
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24044
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
24045
|
+
},
|
|
24046
|
+
"$type": "dimension",
|
|
23997
24047
|
"$value": "{utrecht.space.inline.2xl}",
|
|
23998
24048
|
"key": "{utrecht.page-footer.content.padding-inline}"
|
|
23999
24049
|
},
|
|
@@ -24138,10 +24188,20 @@
|
|
|
24138
24188
|
},
|
|
24139
24189
|
{
|
|
24140
24190
|
"key": "{utrecht.page-header.content.padding-inline}",
|
|
24191
|
+
"$extensions": {
|
|
24192
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24193
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
24194
|
+
},
|
|
24195
|
+
"$type": "dimension",
|
|
24141
24196
|
"$value": "2em",
|
|
24142
24197
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
24143
24198
|
"isSource": true,
|
|
24144
24199
|
"original": {
|
|
24200
|
+
"$extensions": {
|
|
24201
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24202
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
24203
|
+
},
|
|
24204
|
+
"$type": "dimension",
|
|
24145
24205
|
"$value": "2em",
|
|
24146
24206
|
"key": "{utrecht.page-header.content.padding-inline}"
|
|
24147
24207
|
},
|
|
@@ -24156,21 +24216,11 @@
|
|
|
24156
24216
|
},
|
|
24157
24217
|
{
|
|
24158
24218
|
"key": "{utrecht.page-header.content.padding-inline-end}",
|
|
24159
|
-
"$extensions": {
|
|
24160
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24161
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
24162
|
-
},
|
|
24163
|
-
"$type": "dimension",
|
|
24164
24219
|
"$value": "2.4em",
|
|
24165
24220
|
"$comment": "Legacy design token",
|
|
24166
24221
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
24167
24222
|
"isSource": true,
|
|
24168
24223
|
"original": {
|
|
24169
|
-
"$extensions": {
|
|
24170
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24171
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
24172
|
-
},
|
|
24173
|
-
"$type": "dimension",
|
|
24174
24224
|
"$value": "2.4em",
|
|
24175
24225
|
"$comment": "Legacy design token",
|
|
24176
24226
|
"key": "{utrecht.page-header.content.padding-inline-end}"
|
|
@@ -24186,21 +24236,11 @@
|
|
|
24186
24236
|
},
|
|
24187
24237
|
{
|
|
24188
24238
|
"key": "{utrecht.page-header.content.padding-inline-start}",
|
|
24189
|
-
"$extensions": {
|
|
24190
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24191
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
24192
|
-
},
|
|
24193
|
-
"$type": "dimension",
|
|
24194
24239
|
"$value": "2em",
|
|
24195
24240
|
"$comment": "Legacy design token",
|
|
24196
24241
|
"filePath": "src/component/utrecht/page-header.tokens.json",
|
|
24197
24242
|
"isSource": true,
|
|
24198
24243
|
"original": {
|
|
24199
|
-
"$extensions": {
|
|
24200
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24201
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
24202
|
-
},
|
|
24203
|
-
"$type": "dimension",
|
|
24204
24244
|
"$value": "2em",
|
|
24205
24245
|
"$comment": "Legacy design token",
|
|
24206
24246
|
"key": "{utrecht.page-header.content.padding-inline-start}"
|
package/dist/index.mjs
CHANGED
|
@@ -457,6 +457,7 @@ export const utrechtSpaceColumn2xl = "28px"; // Extra Large 2
|
|
|
457
457
|
export const utrechtSpaceColumn3xl = "32px"; // Extra Large 3
|
|
458
458
|
export const utrechtSpaceColumn4xl = "48px"; // Extra Large 4
|
|
459
459
|
export const utrechtSpaceColumn5xl = "64px"; // Extra Large 5
|
|
460
|
+
export const utrechtTextboxBorderBottomWidth = "3px";
|
|
460
461
|
export const utrechtDataListMarginBlockEnd = "16px";
|
|
461
462
|
export const utrechtDataListMarginBlockStart = "16px";
|
|
462
463
|
export const utrechtDataListItemKeyFontWeight = "700";
|
|
@@ -835,6 +836,10 @@ export const utrechtOrderedListPaddingInlineStart = "28.8px";
|
|
|
835
836
|
export const utrechtOrderedListItemMarginBlockStart = "0.25em";
|
|
836
837
|
export const utrechtOrderedListItemMarginBlockEnd = "0.25em";
|
|
837
838
|
export const utrechtOrderedListItemPaddingInlineStart = "0";
|
|
839
|
+
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
840
|
+
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
841
|
+
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
842
|
+
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
838
843
|
export const utrechtPageBodyContentBackgroundColor = "hsl(0 0% 100%)";
|
|
839
844
|
export const utrechtPageBodyContentColor = "hsl(0 0% 0%)";
|
|
840
845
|
export const utrechtPageBodyContentPaddingBlockStart = "0";
|
|
@@ -842,20 +847,16 @@ export const utrechtPageBodyContentPaddingBlockEnd = "1em";
|
|
|
842
847
|
export const utrechtPageBodyContentPaddingInlineStart = "2em";
|
|
843
848
|
export const utrechtPageBodyContentPaddingInlineEnd = "2.4em";
|
|
844
849
|
export const utrechtPageBodyContentMaxInlineSize = "1184px";
|
|
845
|
-
export const utrechtPageBodyPaddingInlineEnd = "0";
|
|
846
|
-
export const utrechtPageBodyPaddingInlineStart = "0";
|
|
847
|
-
export const utrechtPageBodyPaddingBlockEnd = "0";
|
|
848
|
-
export const utrechtPageBodyPaddingBlockStart = "0";
|
|
849
850
|
export const utrechtPageContentPaddingBlockStart = "2em";
|
|
850
851
|
export const utrechtPageContentPaddingBlockEnd = "2em";
|
|
851
852
|
export const utrechtPageFooterColor = "hsl(0 0% 100%)";
|
|
852
853
|
export const utrechtPageFooterBackgroundColor = "hsl(0 100% 40%)";
|
|
853
854
|
export const utrechtPageFooterBackgroundImage =
|
|
854
855
|
"linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);";
|
|
856
|
+
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
855
857
|
export const utrechtPageFooterContentPaddingBlockEnd = "48px";
|
|
856
858
|
export const utrechtPageFooterContentPaddingBlockStart = "48px";
|
|
857
859
|
export const utrechtPageFooterContentMaxInlineSize = "1184px";
|
|
858
|
-
export const utrechtPageFooterContentPaddingInline = "28px";
|
|
859
860
|
export const utrechtPageHeaderPaddingBlockStart = "0";
|
|
860
861
|
export const utrechtPageHeaderPaddingBlockEnd = "0";
|
|
861
862
|
export const utrechtPageHeaderPaddingInlineStart = "0";
|
|
@@ -864,10 +865,10 @@ export const utrechtPageHeaderContentBackgroundColor = "hsl(0 0% 100%)";
|
|
|
864
865
|
export const utrechtPageHeaderContentColor = "hsl(0 0% 0%)";
|
|
865
866
|
export const utrechtPageHeaderContentPaddingBlockStart = "1.8em";
|
|
866
867
|
export const utrechtPageHeaderContentPaddingBlockEnd = "1em";
|
|
867
|
-
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
868
|
-
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
869
|
-
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
870
868
|
export const utrechtPageHeaderContentPaddingInline = "2em";
|
|
869
|
+
export const utrechtPageHeaderContentMaxInlineSize = "1184px";
|
|
870
|
+
export const utrechtPageHeaderContentPaddingInlineEnd = "2.4em";
|
|
871
|
+
export const utrechtPageHeaderContentPaddingInlineStart = "2em";
|
|
871
872
|
export const utrechtPageBackgroundColor = "hsl(0 0% 100%)";
|
|
872
873
|
export const utrechtPageColor = "hsl(0 0% 0%)";
|
|
873
874
|
export const utrechtPageMarginInlineStart = "2em";
|
|
@@ -1085,7 +1086,6 @@ export const utrechtTableRowAlternateEvenColor = "hsl(0 0% 0%)";
|
|
|
1085
1086
|
export const utrechtTextareaBorderBlockEndWidth = "3px";
|
|
1086
1087
|
export const utrechtTextareaBorderBottomWidth = "3px";
|
|
1087
1088
|
export const utrechtTextareaLineHeight = "1.5";
|
|
1088
|
-
export const utrechtTextboxBorderBottomWidth = "3px";
|
|
1089
1089
|
export const utrechtTooltipBackgroundColor = "hsl(0 0% 100%)";
|
|
1090
1090
|
export const utrechtTooltipBorderColor = "hsl(0 0% 40%)";
|
|
1091
1091
|
export const utrechtTooltipBorderRadius = "0";
|
package/dist/index.tokens.json
CHANGED
|
@@ -735,6 +735,9 @@
|
|
|
735
735
|
"5xl": "64px"
|
|
736
736
|
}
|
|
737
737
|
},
|
|
738
|
+
"textbox": {
|
|
739
|
+
"border-bottom-width": "3px"
|
|
740
|
+
},
|
|
738
741
|
"data-list": {
|
|
739
742
|
"margin-block-end": "16px",
|
|
740
743
|
"margin-block-start": "16px",
|
|
@@ -1398,6 +1401,10 @@
|
|
|
1398
1401
|
}
|
|
1399
1402
|
},
|
|
1400
1403
|
"page-body": {
|
|
1404
|
+
"padding-block-start": "0",
|
|
1405
|
+
"padding-block-end": "0",
|
|
1406
|
+
"padding-inline-start": "0",
|
|
1407
|
+
"padding-inline-end": "0",
|
|
1401
1408
|
"content": {
|
|
1402
1409
|
"background-color": "hsl(0 0% 100%)",
|
|
1403
1410
|
"color": "hsl(0 0% 0%)",
|
|
@@ -1406,11 +1413,7 @@
|
|
|
1406
1413
|
"padding-inline-start": "2em",
|
|
1407
1414
|
"padding-inline-end": "2.4em",
|
|
1408
1415
|
"max-inline-size": "1184px"
|
|
1409
|
-
}
|
|
1410
|
-
"padding-inline-end": "0",
|
|
1411
|
-
"padding-inline-start": "0",
|
|
1412
|
-
"padding-block-end": "0",
|
|
1413
|
-
"padding-block-start": "0"
|
|
1416
|
+
}
|
|
1414
1417
|
},
|
|
1415
1418
|
"page-content": {
|
|
1416
1419
|
"padding-block-start": "2em",
|
|
@@ -1421,10 +1424,10 @@
|
|
|
1421
1424
|
"background-color": "hsl(0 100% 40%)",
|
|
1422
1425
|
"background-image": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
1423
1426
|
"content": {
|
|
1427
|
+
"padding-inline": "28px",
|
|
1424
1428
|
"padding-block-end": "48px",
|
|
1425
1429
|
"padding-block-start": "48px",
|
|
1426
|
-
"max-inline-size": "1184px"
|
|
1427
|
-
"padding-inline": "28px"
|
|
1430
|
+
"max-inline-size": "1184px"
|
|
1428
1431
|
}
|
|
1429
1432
|
},
|
|
1430
1433
|
"page-header": {
|
|
@@ -1437,10 +1440,10 @@
|
|
|
1437
1440
|
"color": "hsl(0 0% 0%)",
|
|
1438
1441
|
"padding-block-start": "1.8em",
|
|
1439
1442
|
"padding-block-end": "1em",
|
|
1440
|
-
"padding-inline
|
|
1441
|
-
"padding-inline-end": "2.4em",
|
|
1443
|
+
"padding-inline": "2em",
|
|
1442
1444
|
"max-inline-size": "1184px",
|
|
1443
|
-
"padding-inline": "
|
|
1445
|
+
"padding-inline-end": "2.4em",
|
|
1446
|
+
"padding-inline-start": "2em"
|
|
1444
1447
|
}
|
|
1445
1448
|
},
|
|
1446
1449
|
"page": {
|
|
@@ -1801,9 +1804,6 @@
|
|
|
1801
1804
|
"border-bottom-width": "3px",
|
|
1802
1805
|
"line-height": "1.5"
|
|
1803
1806
|
},
|
|
1804
|
-
"textbox": {
|
|
1805
|
-
"border-bottom-width": "3px"
|
|
1806
|
-
},
|
|
1807
1807
|
"tooltip": {
|
|
1808
1808
|
"background-color": "hsl(0 0% 100%)",
|
|
1809
1809
|
"border-color": "hsl(0 0% 40%)",
|