@rijkshuisstijl-community/design-tokens 1.0.0-alpha.44 → 1.0.0-alpha.46
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/_variables.scss +19 -1
- package/dist/index.css +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +19 -1
- package/dist/index.json +19 -1
- package/dist/index.tokens.json +36 -2
- package/dist/root.css +19 -1
- package/dist/tokens.d.ts +37 -3
- package/dist/tokens.js +419 -1
- package/dist/variables.less +19 -1
- package/figma/figma.tokens.json +121 -29
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +88 -0
package/dist/_variables.scss
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 31 Oct 2024
|
|
3
|
+
// Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
|
|
5
|
+
$rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
6
|
+
$rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
7
|
+
$rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
|
8
|
+
$rhc-sub-nav-bar-content-padding-inline-end: 1rem;
|
|
9
|
+
$rhc-sub-nav-bar-inline-size: 100%;
|
|
10
|
+
$rhc-sub-nav-bar-padding-block-start: 2rem;
|
|
11
|
+
$rhc-sub-nav-bar-padding-block-end: 2rem;
|
|
12
|
+
$rhc-sub-nav-bar-column-width: 375px;
|
|
13
|
+
$rhc-sub-nav-bar-column-gap: 0.5rem;
|
|
14
|
+
$rhc-sub-nav-bar-background-color: #f2f4f6;
|
|
5
15
|
$rhc-space-700: 3.5rem;
|
|
6
16
|
$rhc-space-600: 3rem;
|
|
7
17
|
$rhc-space-500: 2.5rem;
|
|
@@ -270,10 +280,16 @@ $rhc-page-footer-padding-block-start: 2.5rem;
|
|
|
270
280
|
$rhc-page-footer-border-block-start-style: solid;
|
|
271
281
|
$rhc-page-footer-border-block-start-color: #154273;
|
|
272
282
|
$rhc-page-footer-border-block-start-width: 2px;
|
|
283
|
+
$rhc-page-footer-content-padding-inline-end: 1rem;
|
|
284
|
+
$rhc-page-footer-content-padding-inline-start: 1rem;
|
|
285
|
+
$rhc-page-footer-content-max-inline-size: 1280px;
|
|
273
286
|
$rhc-page-footer-column-title-margin-block-end: 0.75rem;
|
|
274
287
|
$rhc-page-footer-column-width: 200px;
|
|
275
288
|
$rhc-page-footer-column-gap: 1.5rem;
|
|
289
|
+
$rhc-form-field-checkbox-option-margin-block-end: 0;
|
|
276
290
|
$rhc-form-field-checkbox-option-column-gap: 0.5rem;
|
|
291
|
+
$rhc-form-field-radio-option-input-margin-block-start: 0.25rem;
|
|
292
|
+
$rhc-form-field-radio-option-label-margin-block-end: 0;
|
|
277
293
|
$rhc-form-field-radio-option-row-gap: 0.5rem;
|
|
278
294
|
$rhc-form-field-radio-option-font-weight: 400;
|
|
279
295
|
$rhc-form-field-radio-option-column-gap: 0.5rem;
|
|
@@ -359,7 +375,9 @@ $rhc-nav-bar-icon-size: 24px;
|
|
|
359
375
|
$rhc-nav-bar-icon-active-color: #fff;
|
|
360
376
|
$rhc-nav-bar-icon-color: #154273;
|
|
361
377
|
$rhc-nav-bar-content-column-gap: 1rem;
|
|
378
|
+
$rhc-nav-bar-container-inline-size: 100%;
|
|
362
379
|
$rhc-nav-bar-padding-inline: 1rem;
|
|
380
|
+
$rhc-nav-bar-max-inline-size: 1280px;
|
|
363
381
|
$rhc-nav-bar-border-block-end-width: 1px;
|
|
364
382
|
$rhc-navigation-list-item-padding-inline: 1rem;
|
|
365
383
|
$rhc-navigation-list-item-padding-block: 0.75rem;
|
package/dist/index.css
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
7
|
+
--rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
8
|
+
--rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
9
|
+
--rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
|
10
|
+
--rhc-sub-nav-bar-content-padding-inline-end: 1rem;
|
|
11
|
+
--rhc-sub-nav-bar-inline-size: 100%;
|
|
12
|
+
--rhc-sub-nav-bar-padding-block-start: 2rem;
|
|
13
|
+
--rhc-sub-nav-bar-padding-block-end: 2rem;
|
|
14
|
+
--rhc-sub-nav-bar-column-width: 375px;
|
|
15
|
+
--rhc-sub-nav-bar-column-gap: 0.5rem;
|
|
16
|
+
--rhc-sub-nav-bar-background-color: #f2f4f6;
|
|
7
17
|
--rhc-space-700: 3.5rem;
|
|
8
18
|
--rhc-space-600: 3rem;
|
|
9
19
|
--rhc-space-500: 2.5rem;
|
|
@@ -272,10 +282,16 @@
|
|
|
272
282
|
--rhc-page-footer-border-block-start-style: solid;
|
|
273
283
|
--rhc-page-footer-border-block-start-color: #154273;
|
|
274
284
|
--rhc-page-footer-border-block-start-width: 2px;
|
|
285
|
+
--rhc-page-footer-content-padding-inline-end: 1rem;
|
|
286
|
+
--rhc-page-footer-content-padding-inline-start: 1rem;
|
|
287
|
+
--rhc-page-footer-content-max-inline-size: 1280px;
|
|
275
288
|
--rhc-page-footer-column-title-margin-block-end: 0.75rem;
|
|
276
289
|
--rhc-page-footer-column-width: 200px;
|
|
277
290
|
--rhc-page-footer-column-gap: 1.5rem;
|
|
291
|
+
--rhc-form-field-checkbox-option-margin-block-end: 0;
|
|
278
292
|
--rhc-form-field-checkbox-option-column-gap: 0.5rem;
|
|
293
|
+
--rhc-form-field-radio-option-input-margin-block-start: 0.25rem;
|
|
294
|
+
--rhc-form-field-radio-option-label-margin-block-end: 0;
|
|
279
295
|
--rhc-form-field-radio-option-row-gap: 0.5rem;
|
|
280
296
|
--rhc-form-field-radio-option-font-weight: 400;
|
|
281
297
|
--rhc-form-field-radio-option-column-gap: 0.5rem;
|
|
@@ -361,7 +377,9 @@
|
|
|
361
377
|
--rhc-nav-bar-icon-active-color: #fff;
|
|
362
378
|
--rhc-nav-bar-icon-color: #154273;
|
|
363
379
|
--rhc-nav-bar-content-column-gap: 1rem;
|
|
380
|
+
--rhc-nav-bar-container-inline-size: 100%;
|
|
364
381
|
--rhc-nav-bar-padding-inline: 1rem;
|
|
382
|
+
--rhc-nav-bar-max-inline-size: 1280px;
|
|
365
383
|
--rhc-nav-bar-border-block-end-width: 1px;
|
|
366
384
|
--rhc-navigation-list-item-padding-inline: 1rem;
|
|
367
385
|
--rhc-navigation-list-item-padding-block: 0.75rem;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor : string;
|
|
@@ -757,7 +757,9 @@ export const rhcNavigationListItemMinHeight : string;
|
|
|
757
757
|
export const rhcNavigationListItemPaddingBlock : string;
|
|
758
758
|
export const rhcNavigationListItemPaddingInline : string;
|
|
759
759
|
export const rhcNavBarBorderBlockEndWidth : string;
|
|
760
|
+
export const rhcNavBarMaxInlineSize : string;
|
|
760
761
|
export const rhcNavBarPaddingInline : string;
|
|
762
|
+
export const rhcNavBarContainerInlineSize : string;
|
|
761
763
|
export const rhcNavBarContentColumnGap : string;
|
|
762
764
|
export const rhcNavBarIconColor : string;
|
|
763
765
|
export const rhcNavBarIconActiveColor : string;
|
|
@@ -843,10 +845,16 @@ export const rhcHeroInlineSize : string;
|
|
|
843
845
|
export const rhcFormFieldRadioOptionColumnGap : string;
|
|
844
846
|
export const rhcFormFieldRadioOptionFontWeight : number;
|
|
845
847
|
export const rhcFormFieldRadioOptionRowGap : string;
|
|
848
|
+
export const rhcFormFieldRadioOptionLabelMarginBlockEnd : number;
|
|
849
|
+
export const rhcFormFieldRadioOptionInputMarginBlockStart : string;
|
|
846
850
|
export const rhcFormFieldCheckboxOptionColumnGap : string;
|
|
851
|
+
export const rhcFormFieldCheckboxOptionMarginBlockEnd : number;
|
|
847
852
|
export const rhcPageFooterColumnGap : string;
|
|
848
853
|
export const rhcPageFooterColumnWidth : string;
|
|
849
854
|
export const rhcPageFooterColumnTitleMarginBlockEnd : string;
|
|
855
|
+
export const rhcPageFooterContentMaxInlineSize : string;
|
|
856
|
+
export const rhcPageFooterContentPaddingInlineStart : string;
|
|
857
|
+
export const rhcPageFooterContentPaddingInlineEnd : string;
|
|
850
858
|
export const rhcPageFooterBorderBlockStartWidth : string;
|
|
851
859
|
export const rhcPageFooterBorderBlockStartColor : string;
|
|
852
860
|
export const rhcPageFooterBorderBlockStartStyle : string;
|
|
@@ -1115,3 +1123,13 @@ export const rhcSpace400 : string;
|
|
|
1115
1123
|
export const rhcSpace500 : string;
|
|
1116
1124
|
export const rhcSpace600 : string;
|
|
1117
1125
|
export const rhcSpace700 : string;
|
|
1126
|
+
export const rhcSubNavBarBackgroundColor : string;
|
|
1127
|
+
export const rhcSubNavBarColumnGap : string;
|
|
1128
|
+
export const rhcSubNavBarColumnWidth : string;
|
|
1129
|
+
export const rhcSubNavBarPaddingBlockEnd : string;
|
|
1130
|
+
export const rhcSubNavBarPaddingBlockStart : string;
|
|
1131
|
+
export const rhcSubNavBarInlineSize : string;
|
|
1132
|
+
export const rhcSubNavBarContentPaddingInlineEnd : string;
|
|
1133
|
+
export const rhcSubNavBarContentPaddingInlineStart : string;
|
|
1134
|
+
export const rhcSubNavBarContentMaxInlineSize : string;
|
|
1135
|
+
export const rhcSubNavBarContentListRowGap : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor = "pointer";
|
|
@@ -756,7 +756,9 @@ export const rhcNavigationListItemMinHeight = "48px";
|
|
|
756
756
|
export const rhcNavigationListItemPaddingBlock = "0.75rem";
|
|
757
757
|
export const rhcNavigationListItemPaddingInline = "1rem";
|
|
758
758
|
export const rhcNavBarBorderBlockEndWidth = "1px";
|
|
759
|
+
export const rhcNavBarMaxInlineSize = "1280px";
|
|
759
760
|
export const rhcNavBarPaddingInline = "1rem";
|
|
761
|
+
export const rhcNavBarContainerInlineSize = "100%";
|
|
760
762
|
export const rhcNavBarContentColumnGap = "1rem";
|
|
761
763
|
export const rhcNavBarIconColor = "#154273";
|
|
762
764
|
export const rhcNavBarIconActiveColor = "#fff";
|
|
@@ -842,10 +844,16 @@ export const rhcHeroInlineSize = "100%";
|
|
|
842
844
|
export const rhcFormFieldRadioOptionColumnGap = "0.5rem";
|
|
843
845
|
export const rhcFormFieldRadioOptionFontWeight = 400;
|
|
844
846
|
export const rhcFormFieldRadioOptionRowGap = "0.5rem";
|
|
847
|
+
export const rhcFormFieldRadioOptionLabelMarginBlockEnd = 0;
|
|
848
|
+
export const rhcFormFieldRadioOptionInputMarginBlockStart = "0.25rem";
|
|
845
849
|
export const rhcFormFieldCheckboxOptionColumnGap = "0.5rem";
|
|
850
|
+
export const rhcFormFieldCheckboxOptionMarginBlockEnd = 0;
|
|
846
851
|
export const rhcPageFooterColumnGap = "1.5rem";
|
|
847
852
|
export const rhcPageFooterColumnWidth = "200px";
|
|
848
853
|
export const rhcPageFooterColumnTitleMarginBlockEnd = "0.75rem";
|
|
854
|
+
export const rhcPageFooterContentMaxInlineSize = "1280px";
|
|
855
|
+
export const rhcPageFooterContentPaddingInlineStart = "1rem";
|
|
856
|
+
export const rhcPageFooterContentPaddingInlineEnd = "1rem";
|
|
849
857
|
export const rhcPageFooterBorderBlockStartWidth = "2px";
|
|
850
858
|
export const rhcPageFooterBorderBlockStartColor = "#154273";
|
|
851
859
|
export const rhcPageFooterBorderBlockStartStyle = "solid";
|
|
@@ -1114,3 +1122,13 @@ export const rhcSpace400 = "2rem";
|
|
|
1114
1122
|
export const rhcSpace500 = "2.5rem";
|
|
1115
1123
|
export const rhcSpace600 = "3rem";
|
|
1116
1124
|
export const rhcSpace700 = "3.5rem";
|
|
1125
|
+
export const rhcSubNavBarBackgroundColor = "#f2f4f6";
|
|
1126
|
+
export const rhcSubNavBarColumnGap = "0.5rem";
|
|
1127
|
+
export const rhcSubNavBarColumnWidth = "375px";
|
|
1128
|
+
export const rhcSubNavBarPaddingBlockEnd = "2rem";
|
|
1129
|
+
export const rhcSubNavBarPaddingBlockStart = "2rem";
|
|
1130
|
+
export const rhcSubNavBarInlineSize = "100%";
|
|
1131
|
+
export const rhcSubNavBarContentPaddingInlineEnd = "1rem";
|
|
1132
|
+
export const rhcSubNavBarContentPaddingInlineStart = "1rem";
|
|
1133
|
+
export const rhcSubNavBarContentMaxInlineSize = "1280px";
|
|
1134
|
+
export const rhcSubNavBarContentListRowGap = "0.5rem";
|
package/dist/index.json
CHANGED
|
@@ -752,7 +752,9 @@
|
|
|
752
752
|
"rhcNavigationListItemPaddingBlock": "0.75rem",
|
|
753
753
|
"rhcNavigationListItemPaddingInline": "1rem",
|
|
754
754
|
"rhcNavBarBorderBlockEndWidth": "1px",
|
|
755
|
+
"rhcNavBarMaxInlineSize": "1280px",
|
|
755
756
|
"rhcNavBarPaddingInline": "1rem",
|
|
757
|
+
"rhcNavBarContainerInlineSize": "100%",
|
|
756
758
|
"rhcNavBarContentColumnGap": "1rem",
|
|
757
759
|
"rhcNavBarIconColor": "#154273",
|
|
758
760
|
"rhcNavBarIconActiveColor": "#fff",
|
|
@@ -838,10 +840,16 @@
|
|
|
838
840
|
"rhcFormFieldRadioOptionColumnGap": "0.5rem",
|
|
839
841
|
"rhcFormFieldRadioOptionFontWeight": 400,
|
|
840
842
|
"rhcFormFieldRadioOptionRowGap": "0.5rem",
|
|
843
|
+
"rhcFormFieldRadioOptionLabelMarginBlockEnd": 0,
|
|
844
|
+
"rhcFormFieldRadioOptionInputMarginBlockStart": "0.25rem",
|
|
841
845
|
"rhcFormFieldCheckboxOptionColumnGap": "0.5rem",
|
|
846
|
+
"rhcFormFieldCheckboxOptionMarginBlockEnd": 0,
|
|
842
847
|
"rhcPageFooterColumnGap": "1.5rem",
|
|
843
848
|
"rhcPageFooterColumnWidth": "200px",
|
|
844
849
|
"rhcPageFooterColumnTitleMarginBlockEnd": "0.75rem",
|
|
850
|
+
"rhcPageFooterContentMaxInlineSize": "1280px",
|
|
851
|
+
"rhcPageFooterContentPaddingInlineStart": "1rem",
|
|
852
|
+
"rhcPageFooterContentPaddingInlineEnd": "1rem",
|
|
845
853
|
"rhcPageFooterBorderBlockStartWidth": "2px",
|
|
846
854
|
"rhcPageFooterBorderBlockStartColor": "#154273",
|
|
847
855
|
"rhcPageFooterBorderBlockStartStyle": "solid",
|
|
@@ -1109,5 +1117,15 @@
|
|
|
1109
1117
|
"rhcSpace400": "2rem",
|
|
1110
1118
|
"rhcSpace500": "2.5rem",
|
|
1111
1119
|
"rhcSpace600": "3rem",
|
|
1112
|
-
"rhcSpace700": "3.5rem"
|
|
1120
|
+
"rhcSpace700": "3.5rem",
|
|
1121
|
+
"rhcSubNavBarBackgroundColor": "#f2f4f6",
|
|
1122
|
+
"rhcSubNavBarColumnGap": "0.5rem",
|
|
1123
|
+
"rhcSubNavBarColumnWidth": "375px",
|
|
1124
|
+
"rhcSubNavBarPaddingBlockEnd": "2rem",
|
|
1125
|
+
"rhcSubNavBarPaddingBlockStart": "2rem",
|
|
1126
|
+
"rhcSubNavBarInlineSize": "100%",
|
|
1127
|
+
"rhcSubNavBarContentPaddingInlineEnd": "1rem",
|
|
1128
|
+
"rhcSubNavBarContentPaddingInlineStart": "1rem",
|
|
1129
|
+
"rhcSubNavBarContentMaxInlineSize": "1280px",
|
|
1130
|
+
"rhcSubNavBarContentListRowGap": "0.5rem"
|
|
1113
1131
|
}
|
package/dist/index.tokens.json
CHANGED
|
@@ -1163,7 +1163,11 @@
|
|
|
1163
1163
|
},
|
|
1164
1164
|
"nav-bar": {
|
|
1165
1165
|
"border-block-end-width": "1px",
|
|
1166
|
+
"max-inline-size": "1280px",
|
|
1166
1167
|
"padding-inline": "1rem",
|
|
1168
|
+
"container": {
|
|
1169
|
+
"inline-size": "100%"
|
|
1170
|
+
},
|
|
1167
1171
|
"content": {
|
|
1168
1172
|
"column-gap": "1rem"
|
|
1169
1173
|
},
|
|
@@ -1300,10 +1304,19 @@
|
|
|
1300
1304
|
"form-field-radio-option": {
|
|
1301
1305
|
"column-gap": "0.5rem",
|
|
1302
1306
|
"font-weight": 400,
|
|
1303
|
-
"row-gap": "0.5rem"
|
|
1307
|
+
"row-gap": "0.5rem",
|
|
1308
|
+
"label": {
|
|
1309
|
+
"margin-block-end": 0
|
|
1310
|
+
},
|
|
1311
|
+
"input": {
|
|
1312
|
+
"margin": {
|
|
1313
|
+
"block-start": "0.25rem"
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1304
1316
|
},
|
|
1305
1317
|
"form-field-checkbox-option": {
|
|
1306
|
-
"column-gap": "0.5rem"
|
|
1318
|
+
"column-gap": "0.5rem",
|
|
1319
|
+
"margin-block-end": 0
|
|
1307
1320
|
},
|
|
1308
1321
|
"page-footer": {
|
|
1309
1322
|
"column-gap": "1.5rem",
|
|
@@ -1313,6 +1326,11 @@
|
|
|
1313
1326
|
"margin-block-end": "0.75rem"
|
|
1314
1327
|
}
|
|
1315
1328
|
},
|
|
1329
|
+
"content": {
|
|
1330
|
+
"max-inline-size": "1280px",
|
|
1331
|
+
"padding-inline-start": "1rem",
|
|
1332
|
+
"padding-inline-end": "1rem"
|
|
1333
|
+
},
|
|
1316
1334
|
"border": {
|
|
1317
1335
|
"block-start": {
|
|
1318
1336
|
"width": "2px",
|
|
@@ -1717,6 +1735,22 @@
|
|
|
1717
1735
|
"500": "2.5rem",
|
|
1718
1736
|
"600": "3rem",
|
|
1719
1737
|
"700": "3.5rem"
|
|
1738
|
+
},
|
|
1739
|
+
"sub-nav-bar": {
|
|
1740
|
+
"background-color": "#f2f4f6",
|
|
1741
|
+
"column-gap": "0.5rem",
|
|
1742
|
+
"column-width": "375px",
|
|
1743
|
+
"padding-block-end": "2rem",
|
|
1744
|
+
"padding-block-start": "2rem",
|
|
1745
|
+
"inline-size": "100%",
|
|
1746
|
+
"content": {
|
|
1747
|
+
"padding-inline-end": "1rem",
|
|
1748
|
+
"padding-inline-start": "1rem",
|
|
1749
|
+
"max-inline-size": "1280px",
|
|
1750
|
+
"list": {
|
|
1751
|
+
"row-gap": "0.5rem"
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1720
1754
|
}
|
|
1721
1755
|
}
|
|
1722
1756
|
}
|
package/dist/root.css
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
8
|
+
--rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
9
|
+
--rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
|
10
|
+
--rhc-sub-nav-bar-content-padding-inline-end: 1rem;
|
|
11
|
+
--rhc-sub-nav-bar-inline-size: 100%;
|
|
12
|
+
--rhc-sub-nav-bar-padding-block-start: 2rem;
|
|
13
|
+
--rhc-sub-nav-bar-padding-block-end: 2rem;
|
|
14
|
+
--rhc-sub-nav-bar-column-width: 375px;
|
|
15
|
+
--rhc-sub-nav-bar-column-gap: 0.5rem;
|
|
16
|
+
--rhc-sub-nav-bar-background-color: #f2f4f6;
|
|
7
17
|
--rhc-space-700: 3.5rem;
|
|
8
18
|
--rhc-space-600: 3rem;
|
|
9
19
|
--rhc-space-500: 2.5rem;
|
|
@@ -272,10 +282,16 @@
|
|
|
272
282
|
--rhc-page-footer-border-block-start-style: solid;
|
|
273
283
|
--rhc-page-footer-border-block-start-color: #154273;
|
|
274
284
|
--rhc-page-footer-border-block-start-width: 2px;
|
|
285
|
+
--rhc-page-footer-content-padding-inline-end: 1rem;
|
|
286
|
+
--rhc-page-footer-content-padding-inline-start: 1rem;
|
|
287
|
+
--rhc-page-footer-content-max-inline-size: 1280px;
|
|
275
288
|
--rhc-page-footer-column-title-margin-block-end: 0.75rem;
|
|
276
289
|
--rhc-page-footer-column-width: 200px;
|
|
277
290
|
--rhc-page-footer-column-gap: 1.5rem;
|
|
291
|
+
--rhc-form-field-checkbox-option-margin-block-end: 0;
|
|
278
292
|
--rhc-form-field-checkbox-option-column-gap: 0.5rem;
|
|
293
|
+
--rhc-form-field-radio-option-input-margin-block-start: 0.25rem;
|
|
294
|
+
--rhc-form-field-radio-option-label-margin-block-end: 0;
|
|
279
295
|
--rhc-form-field-radio-option-row-gap: 0.5rem;
|
|
280
296
|
--rhc-form-field-radio-option-font-weight: 400;
|
|
281
297
|
--rhc-form-field-radio-option-column-gap: 0.5rem;
|
|
@@ -361,7 +377,9 @@
|
|
|
361
377
|
--rhc-nav-bar-icon-active-color: #fff;
|
|
362
378
|
--rhc-nav-bar-icon-color: #154273;
|
|
363
379
|
--rhc-nav-bar-content-column-gap: 1rem;
|
|
380
|
+
--rhc-nav-bar-container-inline-size: 100%;
|
|
364
381
|
--rhc-nav-bar-padding-inline: 1rem;
|
|
382
|
+
--rhc-nav-bar-max-inline-size: 1280px;
|
|
365
383
|
--rhc-nav-bar-border-block-end-width: 1px;
|
|
366
384
|
--rhc-navigation-list-item-padding-inline: 1rem;
|
|
367
385
|
--rhc-navigation-list-item-padding-block: 0.75rem;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -1186,7 +1186,11 @@ declare const tokens: {
|
|
|
1186
1186
|
},
|
|
1187
1187
|
"nav-bar": {
|
|
1188
1188
|
"border-block-end-width": DesignToken,
|
|
1189
|
+
"max-inline-size": DesignToken,
|
|
1189
1190
|
"padding-inline": DesignToken,
|
|
1191
|
+
"container": {
|
|
1192
|
+
"inline-size": DesignToken
|
|
1193
|
+
},
|
|
1190
1194
|
"content": {
|
|
1191
1195
|
"column-gap": DesignToken
|
|
1192
1196
|
},
|
|
@@ -1323,10 +1327,19 @@ declare const tokens: {
|
|
|
1323
1327
|
"form-field-radio-option": {
|
|
1324
1328
|
"column-gap": DesignToken,
|
|
1325
1329
|
"font-weight": DesignToken,
|
|
1326
|
-
"row-gap": DesignToken
|
|
1330
|
+
"row-gap": DesignToken,
|
|
1331
|
+
"label": {
|
|
1332
|
+
"margin-block-end": DesignToken
|
|
1333
|
+
},
|
|
1334
|
+
"input": {
|
|
1335
|
+
"margin": {
|
|
1336
|
+
"block-start": DesignToken
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1327
1339
|
},
|
|
1328
1340
|
"form-field-checkbox-option": {
|
|
1329
|
-
"column-gap": DesignToken
|
|
1341
|
+
"column-gap": DesignToken,
|
|
1342
|
+
"margin-block-end": DesignToken
|
|
1330
1343
|
},
|
|
1331
1344
|
"page-footer": {
|
|
1332
1345
|
"column-gap": DesignToken,
|
|
@@ -1336,6 +1349,11 @@ declare const tokens: {
|
|
|
1336
1349
|
"margin-block-end": DesignToken
|
|
1337
1350
|
}
|
|
1338
1351
|
},
|
|
1352
|
+
"content": {
|
|
1353
|
+
"max-inline-size": DesignToken,
|
|
1354
|
+
"padding-inline-start": DesignToken,
|
|
1355
|
+
"padding-inline-end": DesignToken
|
|
1356
|
+
},
|
|
1339
1357
|
"border": {
|
|
1340
1358
|
"block-start": {
|
|
1341
1359
|
"width": DesignToken,
|
|
@@ -1740,6 +1758,22 @@ declare const tokens: {
|
|
|
1740
1758
|
"500": DesignToken,
|
|
1741
1759
|
"600": DesignToken,
|
|
1742
1760
|
"700": DesignToken
|
|
1761
|
+
},
|
|
1762
|
+
"sub-nav-bar": {
|
|
1763
|
+
"background-color": DesignToken,
|
|
1764
|
+
"column-gap": DesignToken,
|
|
1765
|
+
"column-width": DesignToken,
|
|
1766
|
+
"padding-block-end": DesignToken,
|
|
1767
|
+
"padding-block-start": DesignToken,
|
|
1768
|
+
"inline-size": DesignToken,
|
|
1769
|
+
"content": {
|
|
1770
|
+
"padding-inline-end": DesignToken,
|
|
1771
|
+
"padding-inline-start": DesignToken,
|
|
1772
|
+
"max-inline-size": DesignToken,
|
|
1773
|
+
"list": {
|
|
1774
|
+
"row-gap": DesignToken
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1743
1777
|
}
|
|
1744
1778
|
}
|
|
1745
1779
|
}
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu, 31 Oct 2024
|
|
3
|
+
* Generated on Thu, 31 Oct 2024 15:37:42 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -17584,6 +17584,27 @@ module.exports = {
|
|
|
17584
17584
|
"border-block-end-width"
|
|
17585
17585
|
]
|
|
17586
17586
|
},
|
|
17587
|
+
"max-inline-size": {
|
|
17588
|
+
"value": "1280px",
|
|
17589
|
+
"type": "sizing",
|
|
17590
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
17591
|
+
"isSource": true,
|
|
17592
|
+
"original": {
|
|
17593
|
+
"value": "1280px",
|
|
17594
|
+
"type": "sizing"
|
|
17595
|
+
},
|
|
17596
|
+
"name": "rhcNavBarMaxInlineSize",
|
|
17597
|
+
"attributes": {
|
|
17598
|
+
"category": "rhc",
|
|
17599
|
+
"type": "nav-bar",
|
|
17600
|
+
"item": "max-inline-size"
|
|
17601
|
+
},
|
|
17602
|
+
"path": [
|
|
17603
|
+
"rhc",
|
|
17604
|
+
"nav-bar",
|
|
17605
|
+
"max-inline-size"
|
|
17606
|
+
]
|
|
17607
|
+
},
|
|
17587
17608
|
"padding-inline": {
|
|
17588
17609
|
"value": "1rem",
|
|
17589
17610
|
"type": "spacing",
|
|
@@ -17605,6 +17626,31 @@ module.exports = {
|
|
|
17605
17626
|
"padding-inline"
|
|
17606
17627
|
]
|
|
17607
17628
|
},
|
|
17629
|
+
"container": {
|
|
17630
|
+
"inline-size": {
|
|
17631
|
+
"value": "100%",
|
|
17632
|
+
"type": "sizing",
|
|
17633
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
17634
|
+
"isSource": true,
|
|
17635
|
+
"original": {
|
|
17636
|
+
"value": "100%",
|
|
17637
|
+
"type": "sizing"
|
|
17638
|
+
},
|
|
17639
|
+
"name": "rhcNavBarContainerInlineSize",
|
|
17640
|
+
"attributes": {
|
|
17641
|
+
"category": "rhc",
|
|
17642
|
+
"type": "nav-bar",
|
|
17643
|
+
"item": "container",
|
|
17644
|
+
"subitem": "inline-size"
|
|
17645
|
+
},
|
|
17646
|
+
"path": [
|
|
17647
|
+
"rhc",
|
|
17648
|
+
"nav-bar",
|
|
17649
|
+
"container",
|
|
17650
|
+
"inline-size"
|
|
17651
|
+
]
|
|
17652
|
+
}
|
|
17653
|
+
},
|
|
17608
17654
|
"content": {
|
|
17609
17655
|
"column-gap": {
|
|
17610
17656
|
"value": "1rem",
|
|
@@ -19599,6 +19645,60 @@ module.exports = {
|
|
|
19599
19645
|
"form-field-radio-option",
|
|
19600
19646
|
"row-gap"
|
|
19601
19647
|
]
|
|
19648
|
+
},
|
|
19649
|
+
"label": {
|
|
19650
|
+
"margin-block-end": {
|
|
19651
|
+
"value": 0,
|
|
19652
|
+
"type": "spacing",
|
|
19653
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19654
|
+
"isSource": true,
|
|
19655
|
+
"original": {
|
|
19656
|
+
"value": 0,
|
|
19657
|
+
"type": "spacing"
|
|
19658
|
+
},
|
|
19659
|
+
"name": "rhcFormFieldRadioOptionLabelMarginBlockEnd",
|
|
19660
|
+
"attributes": {
|
|
19661
|
+
"category": "rhc",
|
|
19662
|
+
"type": "form-field-radio-option",
|
|
19663
|
+
"item": "label",
|
|
19664
|
+
"subitem": "margin-block-end"
|
|
19665
|
+
},
|
|
19666
|
+
"path": [
|
|
19667
|
+
"rhc",
|
|
19668
|
+
"form-field-radio-option",
|
|
19669
|
+
"label",
|
|
19670
|
+
"margin-block-end"
|
|
19671
|
+
]
|
|
19672
|
+
}
|
|
19673
|
+
},
|
|
19674
|
+
"input": {
|
|
19675
|
+
"margin": {
|
|
19676
|
+
"block-start": {
|
|
19677
|
+
"value": "0.25rem",
|
|
19678
|
+
"type": "spacing",
|
|
19679
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19680
|
+
"isSource": true,
|
|
19681
|
+
"original": {
|
|
19682
|
+
"value": "0.25rem",
|
|
19683
|
+
"type": "spacing"
|
|
19684
|
+
},
|
|
19685
|
+
"name": "rhcFormFieldRadioOptionInputMarginBlockStart",
|
|
19686
|
+
"attributes": {
|
|
19687
|
+
"category": "rhc",
|
|
19688
|
+
"type": "form-field-radio-option",
|
|
19689
|
+
"item": "input",
|
|
19690
|
+
"subitem": "margin",
|
|
19691
|
+
"state": "block-start"
|
|
19692
|
+
},
|
|
19693
|
+
"path": [
|
|
19694
|
+
"rhc",
|
|
19695
|
+
"form-field-radio-option",
|
|
19696
|
+
"input",
|
|
19697
|
+
"margin",
|
|
19698
|
+
"block-start"
|
|
19699
|
+
]
|
|
19700
|
+
}
|
|
19701
|
+
}
|
|
19602
19702
|
}
|
|
19603
19703
|
},
|
|
19604
19704
|
"form-field-checkbox-option": {
|
|
@@ -19622,6 +19722,27 @@ module.exports = {
|
|
|
19622
19722
|
"form-field-checkbox-option",
|
|
19623
19723
|
"column-gap"
|
|
19624
19724
|
]
|
|
19725
|
+
},
|
|
19726
|
+
"margin-block-end": {
|
|
19727
|
+
"value": 0,
|
|
19728
|
+
"type": "spacing",
|
|
19729
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19730
|
+
"isSource": true,
|
|
19731
|
+
"original": {
|
|
19732
|
+
"value": 0,
|
|
19733
|
+
"type": "spacing"
|
|
19734
|
+
},
|
|
19735
|
+
"name": "rhcFormFieldCheckboxOptionMarginBlockEnd",
|
|
19736
|
+
"attributes": {
|
|
19737
|
+
"category": "rhc",
|
|
19738
|
+
"type": "form-field-checkbox-option",
|
|
19739
|
+
"item": "margin-block-end"
|
|
19740
|
+
},
|
|
19741
|
+
"path": [
|
|
19742
|
+
"rhc",
|
|
19743
|
+
"form-field-checkbox-option",
|
|
19744
|
+
"margin-block-end"
|
|
19745
|
+
]
|
|
19625
19746
|
}
|
|
19626
19747
|
},
|
|
19627
19748
|
"page-footer": {
|
|
@@ -19696,6 +19817,77 @@ module.exports = {
|
|
|
19696
19817
|
}
|
|
19697
19818
|
}
|
|
19698
19819
|
},
|
|
19820
|
+
"content": {
|
|
19821
|
+
"max-inline-size": {
|
|
19822
|
+
"value": "1280px",
|
|
19823
|
+
"type": "sizing",
|
|
19824
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19825
|
+
"isSource": true,
|
|
19826
|
+
"original": {
|
|
19827
|
+
"value": "1280px",
|
|
19828
|
+
"type": "sizing"
|
|
19829
|
+
},
|
|
19830
|
+
"name": "rhcPageFooterContentMaxInlineSize",
|
|
19831
|
+
"attributes": {
|
|
19832
|
+
"category": "rhc",
|
|
19833
|
+
"type": "page-footer",
|
|
19834
|
+
"item": "content",
|
|
19835
|
+
"subitem": "max-inline-size"
|
|
19836
|
+
},
|
|
19837
|
+
"path": [
|
|
19838
|
+
"rhc",
|
|
19839
|
+
"page-footer",
|
|
19840
|
+
"content",
|
|
19841
|
+
"max-inline-size"
|
|
19842
|
+
]
|
|
19843
|
+
},
|
|
19844
|
+
"padding-inline-start": {
|
|
19845
|
+
"value": "1rem",
|
|
19846
|
+
"type": "spacing",
|
|
19847
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19848
|
+
"isSource": true,
|
|
19849
|
+
"original": {
|
|
19850
|
+
"value": "1rem",
|
|
19851
|
+
"type": "spacing"
|
|
19852
|
+
},
|
|
19853
|
+
"name": "rhcPageFooterContentPaddingInlineStart",
|
|
19854
|
+
"attributes": {
|
|
19855
|
+
"category": "rhc",
|
|
19856
|
+
"type": "page-footer",
|
|
19857
|
+
"item": "content",
|
|
19858
|
+
"subitem": "padding-inline-start"
|
|
19859
|
+
},
|
|
19860
|
+
"path": [
|
|
19861
|
+
"rhc",
|
|
19862
|
+
"page-footer",
|
|
19863
|
+
"content",
|
|
19864
|
+
"padding-inline-start"
|
|
19865
|
+
]
|
|
19866
|
+
},
|
|
19867
|
+
"padding-inline-end": {
|
|
19868
|
+
"value": "1rem",
|
|
19869
|
+
"type": "spacing",
|
|
19870
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
19871
|
+
"isSource": true,
|
|
19872
|
+
"original": {
|
|
19873
|
+
"value": "1rem",
|
|
19874
|
+
"type": "spacing"
|
|
19875
|
+
},
|
|
19876
|
+
"name": "rhcPageFooterContentPaddingInlineEnd",
|
|
19877
|
+
"attributes": {
|
|
19878
|
+
"category": "rhc",
|
|
19879
|
+
"type": "page-footer",
|
|
19880
|
+
"item": "content",
|
|
19881
|
+
"subitem": "padding-inline-end"
|
|
19882
|
+
},
|
|
19883
|
+
"path": [
|
|
19884
|
+
"rhc",
|
|
19885
|
+
"page-footer",
|
|
19886
|
+
"content",
|
|
19887
|
+
"padding-inline-end"
|
|
19888
|
+
]
|
|
19889
|
+
}
|
|
19890
|
+
},
|
|
19699
19891
|
"border": {
|
|
19700
19892
|
"block-start": {
|
|
19701
19893
|
"width": {
|
|
@@ -26158,6 +26350,232 @@ module.exports = {
|
|
|
26158
26350
|
"700"
|
|
26159
26351
|
]
|
|
26160
26352
|
}
|
|
26353
|
+
},
|
|
26354
|
+
"sub-nav-bar": {
|
|
26355
|
+
"background-color": {
|
|
26356
|
+
"value": "#f2f4f6",
|
|
26357
|
+
"type": "color",
|
|
26358
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26359
|
+
"isSource": true,
|
|
26360
|
+
"original": {
|
|
26361
|
+
"value": "#f2f4f6",
|
|
26362
|
+
"type": "color"
|
|
26363
|
+
},
|
|
26364
|
+
"name": "rhcSubNavBarBackgroundColor",
|
|
26365
|
+
"attributes": {
|
|
26366
|
+
"category": "rhc",
|
|
26367
|
+
"type": "sub-nav-bar",
|
|
26368
|
+
"item": "background-color"
|
|
26369
|
+
},
|
|
26370
|
+
"path": [
|
|
26371
|
+
"rhc",
|
|
26372
|
+
"sub-nav-bar",
|
|
26373
|
+
"background-color"
|
|
26374
|
+
]
|
|
26375
|
+
},
|
|
26376
|
+
"column-gap": {
|
|
26377
|
+
"value": "0.5rem",
|
|
26378
|
+
"type": "spacing",
|
|
26379
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26380
|
+
"isSource": true,
|
|
26381
|
+
"original": {
|
|
26382
|
+
"value": "0.5rem",
|
|
26383
|
+
"type": "spacing"
|
|
26384
|
+
},
|
|
26385
|
+
"name": "rhcSubNavBarColumnGap",
|
|
26386
|
+
"attributes": {
|
|
26387
|
+
"category": "rhc",
|
|
26388
|
+
"type": "sub-nav-bar",
|
|
26389
|
+
"item": "column-gap"
|
|
26390
|
+
},
|
|
26391
|
+
"path": [
|
|
26392
|
+
"rhc",
|
|
26393
|
+
"sub-nav-bar",
|
|
26394
|
+
"column-gap"
|
|
26395
|
+
]
|
|
26396
|
+
},
|
|
26397
|
+
"column-width": {
|
|
26398
|
+
"value": "375px",
|
|
26399
|
+
"type": "sizing",
|
|
26400
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26401
|
+
"isSource": true,
|
|
26402
|
+
"original": {
|
|
26403
|
+
"value": "375px",
|
|
26404
|
+
"type": "sizing"
|
|
26405
|
+
},
|
|
26406
|
+
"name": "rhcSubNavBarColumnWidth",
|
|
26407
|
+
"attributes": {
|
|
26408
|
+
"category": "rhc",
|
|
26409
|
+
"type": "sub-nav-bar",
|
|
26410
|
+
"item": "column-width"
|
|
26411
|
+
},
|
|
26412
|
+
"path": [
|
|
26413
|
+
"rhc",
|
|
26414
|
+
"sub-nav-bar",
|
|
26415
|
+
"column-width"
|
|
26416
|
+
]
|
|
26417
|
+
},
|
|
26418
|
+
"padding-block-end": {
|
|
26419
|
+
"value": "2rem",
|
|
26420
|
+
"type": "spacing",
|
|
26421
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26422
|
+
"isSource": true,
|
|
26423
|
+
"original": {
|
|
26424
|
+
"value": "2rem",
|
|
26425
|
+
"type": "spacing"
|
|
26426
|
+
},
|
|
26427
|
+
"name": "rhcSubNavBarPaddingBlockEnd",
|
|
26428
|
+
"attributes": {
|
|
26429
|
+
"category": "rhc",
|
|
26430
|
+
"type": "sub-nav-bar",
|
|
26431
|
+
"item": "padding-block-end"
|
|
26432
|
+
},
|
|
26433
|
+
"path": [
|
|
26434
|
+
"rhc",
|
|
26435
|
+
"sub-nav-bar",
|
|
26436
|
+
"padding-block-end"
|
|
26437
|
+
]
|
|
26438
|
+
},
|
|
26439
|
+
"padding-block-start": {
|
|
26440
|
+
"value": "2rem",
|
|
26441
|
+
"type": "spacing",
|
|
26442
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26443
|
+
"isSource": true,
|
|
26444
|
+
"original": {
|
|
26445
|
+
"value": "2rem",
|
|
26446
|
+
"type": "spacing"
|
|
26447
|
+
},
|
|
26448
|
+
"name": "rhcSubNavBarPaddingBlockStart",
|
|
26449
|
+
"attributes": {
|
|
26450
|
+
"category": "rhc",
|
|
26451
|
+
"type": "sub-nav-bar",
|
|
26452
|
+
"item": "padding-block-start"
|
|
26453
|
+
},
|
|
26454
|
+
"path": [
|
|
26455
|
+
"rhc",
|
|
26456
|
+
"sub-nav-bar",
|
|
26457
|
+
"padding-block-start"
|
|
26458
|
+
]
|
|
26459
|
+
},
|
|
26460
|
+
"inline-size": {
|
|
26461
|
+
"value": "100%",
|
|
26462
|
+
"type": "sizing",
|
|
26463
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26464
|
+
"isSource": true,
|
|
26465
|
+
"original": {
|
|
26466
|
+
"value": "100%",
|
|
26467
|
+
"type": "sizing"
|
|
26468
|
+
},
|
|
26469
|
+
"name": "rhcSubNavBarInlineSize",
|
|
26470
|
+
"attributes": {
|
|
26471
|
+
"category": "rhc",
|
|
26472
|
+
"type": "sub-nav-bar",
|
|
26473
|
+
"item": "inline-size"
|
|
26474
|
+
},
|
|
26475
|
+
"path": [
|
|
26476
|
+
"rhc",
|
|
26477
|
+
"sub-nav-bar",
|
|
26478
|
+
"inline-size"
|
|
26479
|
+
]
|
|
26480
|
+
},
|
|
26481
|
+
"content": {
|
|
26482
|
+
"padding-inline-end": {
|
|
26483
|
+
"value": "1rem",
|
|
26484
|
+
"type": "spacing",
|
|
26485
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26486
|
+
"isSource": true,
|
|
26487
|
+
"original": {
|
|
26488
|
+
"value": "1rem",
|
|
26489
|
+
"type": "spacing"
|
|
26490
|
+
},
|
|
26491
|
+
"name": "rhcSubNavBarContentPaddingInlineEnd",
|
|
26492
|
+
"attributes": {
|
|
26493
|
+
"category": "rhc",
|
|
26494
|
+
"type": "sub-nav-bar",
|
|
26495
|
+
"item": "content",
|
|
26496
|
+
"subitem": "padding-inline-end"
|
|
26497
|
+
},
|
|
26498
|
+
"path": [
|
|
26499
|
+
"rhc",
|
|
26500
|
+
"sub-nav-bar",
|
|
26501
|
+
"content",
|
|
26502
|
+
"padding-inline-end"
|
|
26503
|
+
]
|
|
26504
|
+
},
|
|
26505
|
+
"padding-inline-start": {
|
|
26506
|
+
"value": "1rem",
|
|
26507
|
+
"type": "spacing",
|
|
26508
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26509
|
+
"isSource": true,
|
|
26510
|
+
"original": {
|
|
26511
|
+
"value": "1rem",
|
|
26512
|
+
"type": "spacing"
|
|
26513
|
+
},
|
|
26514
|
+
"name": "rhcSubNavBarContentPaddingInlineStart",
|
|
26515
|
+
"attributes": {
|
|
26516
|
+
"category": "rhc",
|
|
26517
|
+
"type": "sub-nav-bar",
|
|
26518
|
+
"item": "content",
|
|
26519
|
+
"subitem": "padding-inline-start"
|
|
26520
|
+
},
|
|
26521
|
+
"path": [
|
|
26522
|
+
"rhc",
|
|
26523
|
+
"sub-nav-bar",
|
|
26524
|
+
"content",
|
|
26525
|
+
"padding-inline-start"
|
|
26526
|
+
]
|
|
26527
|
+
},
|
|
26528
|
+
"max-inline-size": {
|
|
26529
|
+
"value": "1280px",
|
|
26530
|
+
"type": "sizing",
|
|
26531
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26532
|
+
"isSource": true,
|
|
26533
|
+
"original": {
|
|
26534
|
+
"value": "1280px",
|
|
26535
|
+
"type": "sizing"
|
|
26536
|
+
},
|
|
26537
|
+
"name": "rhcSubNavBarContentMaxInlineSize",
|
|
26538
|
+
"attributes": {
|
|
26539
|
+
"category": "rhc",
|
|
26540
|
+
"type": "sub-nav-bar",
|
|
26541
|
+
"item": "content",
|
|
26542
|
+
"subitem": "max-inline-size"
|
|
26543
|
+
},
|
|
26544
|
+
"path": [
|
|
26545
|
+
"rhc",
|
|
26546
|
+
"sub-nav-bar",
|
|
26547
|
+
"content",
|
|
26548
|
+
"max-inline-size"
|
|
26549
|
+
]
|
|
26550
|
+
},
|
|
26551
|
+
"list": {
|
|
26552
|
+
"row-gap": {
|
|
26553
|
+
"value": "0.5rem",
|
|
26554
|
+
"type": "spacing",
|
|
26555
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
26556
|
+
"isSource": true,
|
|
26557
|
+
"original": {
|
|
26558
|
+
"value": "0.5rem",
|
|
26559
|
+
"type": "spacing"
|
|
26560
|
+
},
|
|
26561
|
+
"name": "rhcSubNavBarContentListRowGap",
|
|
26562
|
+
"attributes": {
|
|
26563
|
+
"category": "rhc",
|
|
26564
|
+
"type": "sub-nav-bar",
|
|
26565
|
+
"item": "content",
|
|
26566
|
+
"subitem": "list",
|
|
26567
|
+
"state": "row-gap"
|
|
26568
|
+
},
|
|
26569
|
+
"path": [
|
|
26570
|
+
"rhc",
|
|
26571
|
+
"sub-nav-bar",
|
|
26572
|
+
"content",
|
|
26573
|
+
"list",
|
|
26574
|
+
"row-gap"
|
|
26575
|
+
]
|
|
26576
|
+
}
|
|
26577
|
+
}
|
|
26578
|
+
}
|
|
26161
26579
|
}
|
|
26162
26580
|
}
|
|
26163
26581
|
};
|
package/dist/variables.less
CHANGED
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Thu, 31 Oct 2024
|
|
3
|
+
// Generated on Thu, 31 Oct 2024 15:37:43 GMT
|
|
4
4
|
|
|
5
|
+
@rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
6
|
+
@rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
7
|
+
@rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
|
8
|
+
@rhc-sub-nav-bar-content-padding-inline-end: 1rem;
|
|
9
|
+
@rhc-sub-nav-bar-inline-size: 100%;
|
|
10
|
+
@rhc-sub-nav-bar-padding-block-start: 2rem;
|
|
11
|
+
@rhc-sub-nav-bar-padding-block-end: 2rem;
|
|
12
|
+
@rhc-sub-nav-bar-column-width: 375px;
|
|
13
|
+
@rhc-sub-nav-bar-column-gap: 0.5rem;
|
|
14
|
+
@rhc-sub-nav-bar-background-color: #f2f4f6;
|
|
5
15
|
@rhc-space-700: 3.5rem;
|
|
6
16
|
@rhc-space-600: 3rem;
|
|
7
17
|
@rhc-space-500: 2.5rem;
|
|
@@ -270,10 +280,16 @@
|
|
|
270
280
|
@rhc-page-footer-border-block-start-style: solid;
|
|
271
281
|
@rhc-page-footer-border-block-start-color: #154273;
|
|
272
282
|
@rhc-page-footer-border-block-start-width: 2px;
|
|
283
|
+
@rhc-page-footer-content-padding-inline-end: 1rem;
|
|
284
|
+
@rhc-page-footer-content-padding-inline-start: 1rem;
|
|
285
|
+
@rhc-page-footer-content-max-inline-size: 1280px;
|
|
273
286
|
@rhc-page-footer-column-title-margin-block-end: 0.75rem;
|
|
274
287
|
@rhc-page-footer-column-width: 200px;
|
|
275
288
|
@rhc-page-footer-column-gap: 1.5rem;
|
|
289
|
+
@rhc-form-field-checkbox-option-margin-block-end: 0;
|
|
276
290
|
@rhc-form-field-checkbox-option-column-gap: 0.5rem;
|
|
291
|
+
@rhc-form-field-radio-option-input-margin-block-start: 0.25rem;
|
|
292
|
+
@rhc-form-field-radio-option-label-margin-block-end: 0;
|
|
277
293
|
@rhc-form-field-radio-option-row-gap: 0.5rem;
|
|
278
294
|
@rhc-form-field-radio-option-font-weight: 400;
|
|
279
295
|
@rhc-form-field-radio-option-column-gap: 0.5rem;
|
|
@@ -359,7 +375,9 @@
|
|
|
359
375
|
@rhc-nav-bar-icon-active-color: #fff;
|
|
360
376
|
@rhc-nav-bar-icon-color: #154273;
|
|
361
377
|
@rhc-nav-bar-content-column-gap: 1rem;
|
|
378
|
+
@rhc-nav-bar-container-inline-size: 100%;
|
|
362
379
|
@rhc-nav-bar-padding-inline: 1rem;
|
|
380
|
+
@rhc-nav-bar-max-inline-size: 1280px;
|
|
363
381
|
@rhc-nav-bar-border-block-end-width: 1px;
|
|
364
382
|
@rhc-navigation-list-item-padding-inline: 1rem;
|
|
365
383
|
@rhc-navigation-list-item-padding-block: 0.75rem;
|
package/figma/figma.tokens.json
CHANGED
|
@@ -3240,41 +3240,55 @@
|
|
|
3240
3240
|
}
|
|
3241
3241
|
}
|
|
3242
3242
|
},
|
|
3243
|
-
"
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3243
|
+
"content": {
|
|
3244
|
+
"max-inline-size": {
|
|
3245
|
+
"value": "1280px",
|
|
3246
|
+
"type": "sizing"
|
|
3247
|
+
},
|
|
3248
|
+
"padding-inline-start": {
|
|
3249
|
+
"value": "{rhc.space.200}",
|
|
3250
|
+
"type": "spacing"
|
|
3251
|
+
},
|
|
3252
|
+
"padding-inline-end": {
|
|
3253
|
+
"value": "{rhc.space.200}",
|
|
3254
|
+
"type": "spacing"
|
|
3255
|
+
}
|
|
3258
3256
|
},
|
|
3259
|
-
"
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3257
|
+
"border": {
|
|
3258
|
+
"block-start": {
|
|
3259
|
+
"width": {
|
|
3260
|
+
"value": "{rhc.border-width.m}",
|
|
3261
|
+
"type": "borderWidth"
|
|
3263
3262
|
},
|
|
3264
|
-
"
|
|
3265
|
-
|
|
3266
|
-
|
|
3263
|
+
"color": {
|
|
3264
|
+
"value": "{rhc.color.primary.500}",
|
|
3265
|
+
"type": "color"
|
|
3267
3266
|
},
|
|
3268
|
-
"
|
|
3269
|
-
|
|
3270
|
-
|
|
3267
|
+
"style": {
|
|
3268
|
+
"value": "solid",
|
|
3269
|
+
"type": "borderStyle"
|
|
3271
3270
|
}
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"padding": {
|
|
3274
|
+
"block-start": {
|
|
3275
|
+
"value": "{rhc.space.500}",
|
|
3276
|
+
"type": "spacing"
|
|
3277
|
+
},
|
|
3278
|
+
"block-end": {
|
|
3279
|
+
"value": "{rhc.space.500}",
|
|
3280
|
+
"type": "spacing"
|
|
3281
|
+
},
|
|
3282
|
+
"inline-start": {
|
|
3283
|
+
"value": "{rhc.space.500}",
|
|
3284
|
+
"type": "spacing"
|
|
3285
|
+
}
|
|
3272
3286
|
},
|
|
3273
3287
|
"flex": {
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3288
|
+
"direction": {
|
|
3289
|
+
"value": "row",
|
|
3290
|
+
"type": "flexDirection"
|
|
3291
|
+
}
|
|
3278
3292
|
}
|
|
3279
3293
|
}
|
|
3280
3294
|
}
|
|
@@ -3319,6 +3333,10 @@
|
|
|
3319
3333
|
"column-gap": {
|
|
3320
3334
|
"value": "{rhc.space.100}",
|
|
3321
3335
|
"type": "spacing"
|
|
3336
|
+
},
|
|
3337
|
+
"margin-block-end": {
|
|
3338
|
+
"value": "{rhc.space.0}",
|
|
3339
|
+
"type": "spacing"
|
|
3322
3340
|
}
|
|
3323
3341
|
}
|
|
3324
3342
|
}
|
|
@@ -3469,6 +3487,20 @@
|
|
|
3469
3487
|
"row-gap": {
|
|
3470
3488
|
"value": "{rhc.space.100}",
|
|
3471
3489
|
"type": "spacing"
|
|
3490
|
+
},
|
|
3491
|
+
"label": {
|
|
3492
|
+
"margin-block-end": {
|
|
3493
|
+
"value": "{rhc.space.0}",
|
|
3494
|
+
"type": "spacing"
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
"input": {
|
|
3498
|
+
"margin": {
|
|
3499
|
+
"block-start": {
|
|
3500
|
+
"value": "{rhc.space.50}",
|
|
3501
|
+
"type": "spacing"
|
|
3502
|
+
}
|
|
3503
|
+
}
|
|
3472
3504
|
}
|
|
3473
3505
|
}
|
|
3474
3506
|
}
|
|
@@ -4233,10 +4265,20 @@
|
|
|
4233
4265
|
"value": "{rhc.border-width.default}",
|
|
4234
4266
|
"type": "borderWidth"
|
|
4235
4267
|
},
|
|
4268
|
+
"max-inline-size": {
|
|
4269
|
+
"value": "1280px",
|
|
4270
|
+
"type": "sizing"
|
|
4271
|
+
},
|
|
4236
4272
|
"padding-inline": {
|
|
4237
4273
|
"value": "{rhc.space.200}",
|
|
4238
4274
|
"type": "spacing"
|
|
4239
4275
|
},
|
|
4276
|
+
"container": {
|
|
4277
|
+
"inline-size": {
|
|
4278
|
+
"value": "100%",
|
|
4279
|
+
"type": "sizing"
|
|
4280
|
+
}
|
|
4281
|
+
},
|
|
4240
4282
|
"content": {
|
|
4241
4283
|
"column-gap": {
|
|
4242
4284
|
"value": "{rhc.space.200}",
|
|
@@ -5603,6 +5645,56 @@
|
|
|
5603
5645
|
}
|
|
5604
5646
|
}
|
|
5605
5647
|
},
|
|
5648
|
+
"components/sub-nav-bar": {
|
|
5649
|
+
"rhc": {
|
|
5650
|
+
"sub-nav-bar": {
|
|
5651
|
+
"background-color": {
|
|
5652
|
+
"value": "#f2f4f6",
|
|
5653
|
+
"type": "color"
|
|
5654
|
+
},
|
|
5655
|
+
"column-gap": {
|
|
5656
|
+
"value": "{rhc.space.100}",
|
|
5657
|
+
"type": "spacing"
|
|
5658
|
+
},
|
|
5659
|
+
"column-width": {
|
|
5660
|
+
"value": "375px",
|
|
5661
|
+
"type": "sizing"
|
|
5662
|
+
},
|
|
5663
|
+
"padding-block-end": {
|
|
5664
|
+
"value": "{rhc.space.400}",
|
|
5665
|
+
"type": "spacing"
|
|
5666
|
+
},
|
|
5667
|
+
"padding-block-start": {
|
|
5668
|
+
"value": "{rhc.space.400}",
|
|
5669
|
+
"type": "spacing"
|
|
5670
|
+
},
|
|
5671
|
+
"inline-size": {
|
|
5672
|
+
"value": "100%",
|
|
5673
|
+
"type": "sizing"
|
|
5674
|
+
},
|
|
5675
|
+
"content": {
|
|
5676
|
+
"padding-inline-end": {
|
|
5677
|
+
"value": "{rhc.space.200}",
|
|
5678
|
+
"type": "spacing"
|
|
5679
|
+
},
|
|
5680
|
+
"padding-inline-start": {
|
|
5681
|
+
"value": "{rhc.space.200}",
|
|
5682
|
+
"type": "spacing"
|
|
5683
|
+
},
|
|
5684
|
+
"max-inline-size": {
|
|
5685
|
+
"value": "1280px",
|
|
5686
|
+
"type": "sizing"
|
|
5687
|
+
},
|
|
5688
|
+
"list": {
|
|
5689
|
+
"row-gap": {
|
|
5690
|
+
"value": "{rhc.space.100}",
|
|
5691
|
+
"type": "spacing"
|
|
5692
|
+
}
|
|
5693
|
+
}
|
|
5694
|
+
}
|
|
5695
|
+
}
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5606
5698
|
"components/summary-list": {
|
|
5607
5699
|
"todo": {
|
|
5608
5700
|
"summary-list": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/design-tokens",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.46",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Example design tokens",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"style-dictionary": "3.9.2",
|
|
34
34
|
"token-transformer": "0.0.33"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "6f8e17fb54e27ab8ef27111ecaaf3aebaafba4c1"
|
|
37
37
|
}
|
|
@@ -3441,10 +3441,20 @@
|
|
|
3441
3441
|
"value": "1px",
|
|
3442
3442
|
"type": "borderWidth"
|
|
3443
3443
|
},
|
|
3444
|
+
"max-inline-size": {
|
|
3445
|
+
"value": "1280px",
|
|
3446
|
+
"type": "sizing"
|
|
3447
|
+
},
|
|
3444
3448
|
"padding-inline": {
|
|
3445
3449
|
"value": "1rem",
|
|
3446
3450
|
"type": "spacing"
|
|
3447
3451
|
},
|
|
3452
|
+
"container": {
|
|
3453
|
+
"inline-size": {
|
|
3454
|
+
"value": "100%",
|
|
3455
|
+
"type": "sizing"
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3448
3458
|
"content": {
|
|
3449
3459
|
"column-gap": {
|
|
3450
3460
|
"value": "1rem",
|
|
@@ -3836,12 +3846,30 @@
|
|
|
3836
3846
|
"row-gap": {
|
|
3837
3847
|
"value": "0.5rem",
|
|
3838
3848
|
"type": "spacing"
|
|
3849
|
+
},
|
|
3850
|
+
"label": {
|
|
3851
|
+
"margin-block-end": {
|
|
3852
|
+
"value": 0,
|
|
3853
|
+
"type": "spacing"
|
|
3854
|
+
}
|
|
3855
|
+
},
|
|
3856
|
+
"input": {
|
|
3857
|
+
"margin": {
|
|
3858
|
+
"block-start": {
|
|
3859
|
+
"value": "0.25rem",
|
|
3860
|
+
"type": "spacing"
|
|
3861
|
+
}
|
|
3862
|
+
}
|
|
3839
3863
|
}
|
|
3840
3864
|
},
|
|
3841
3865
|
"form-field-checkbox-option": {
|
|
3842
3866
|
"column-gap": {
|
|
3843
3867
|
"value": "0.5rem",
|
|
3844
3868
|
"type": "spacing"
|
|
3869
|
+
},
|
|
3870
|
+
"margin-block-end": {
|
|
3871
|
+
"value": 0,
|
|
3872
|
+
"type": "spacing"
|
|
3845
3873
|
}
|
|
3846
3874
|
},
|
|
3847
3875
|
"page-footer": {
|
|
@@ -3861,6 +3889,20 @@
|
|
|
3861
3889
|
}
|
|
3862
3890
|
}
|
|
3863
3891
|
},
|
|
3892
|
+
"content": {
|
|
3893
|
+
"max-inline-size": {
|
|
3894
|
+
"value": "1280px",
|
|
3895
|
+
"type": "sizing"
|
|
3896
|
+
},
|
|
3897
|
+
"padding-inline-start": {
|
|
3898
|
+
"value": "1rem",
|
|
3899
|
+
"type": "spacing"
|
|
3900
|
+
},
|
|
3901
|
+
"padding-inline-end": {
|
|
3902
|
+
"value": "1rem",
|
|
3903
|
+
"type": "spacing"
|
|
3904
|
+
}
|
|
3905
|
+
},
|
|
3864
3906
|
"border": {
|
|
3865
3907
|
"block-start": {
|
|
3866
3908
|
"width": {
|
|
@@ -5185,6 +5227,52 @@
|
|
|
5185
5227
|
"value": "3.5rem",
|
|
5186
5228
|
"type": "spacing"
|
|
5187
5229
|
}
|
|
5230
|
+
},
|
|
5231
|
+
"sub-nav-bar": {
|
|
5232
|
+
"background-color": {
|
|
5233
|
+
"value": "#f2f4f6",
|
|
5234
|
+
"type": "color"
|
|
5235
|
+
},
|
|
5236
|
+
"column-gap": {
|
|
5237
|
+
"value": "0.5rem",
|
|
5238
|
+
"type": "spacing"
|
|
5239
|
+
},
|
|
5240
|
+
"column-width": {
|
|
5241
|
+
"value": "375px",
|
|
5242
|
+
"type": "sizing"
|
|
5243
|
+
},
|
|
5244
|
+
"padding-block-end": {
|
|
5245
|
+
"value": "2rem",
|
|
5246
|
+
"type": "spacing"
|
|
5247
|
+
},
|
|
5248
|
+
"padding-block-start": {
|
|
5249
|
+
"value": "2rem",
|
|
5250
|
+
"type": "spacing"
|
|
5251
|
+
},
|
|
5252
|
+
"inline-size": {
|
|
5253
|
+
"value": "100%",
|
|
5254
|
+
"type": "sizing"
|
|
5255
|
+
},
|
|
5256
|
+
"content": {
|
|
5257
|
+
"padding-inline-end": {
|
|
5258
|
+
"value": "1rem",
|
|
5259
|
+
"type": "spacing"
|
|
5260
|
+
},
|
|
5261
|
+
"padding-inline-start": {
|
|
5262
|
+
"value": "1rem",
|
|
5263
|
+
"type": "spacing"
|
|
5264
|
+
},
|
|
5265
|
+
"max-inline-size": {
|
|
5266
|
+
"value": "1280px",
|
|
5267
|
+
"type": "sizing"
|
|
5268
|
+
},
|
|
5269
|
+
"list": {
|
|
5270
|
+
"row-gap": {
|
|
5271
|
+
"value": "0.5rem",
|
|
5272
|
+
"type": "spacing"
|
|
5273
|
+
}
|
|
5274
|
+
}
|
|
5275
|
+
}
|
|
5188
5276
|
}
|
|
5189
5277
|
}
|
|
5190
5278
|
}
|