@rijkshuisstijl-community/design-tokens 1.0.0-alpha.40 → 1.0.0-alpha.42
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 +6 -5
- package/dist/index.css +6 -5
- package/dist/index.d.ts +6 -5
- package/dist/index.js +6 -5
- package/dist/index.json +5 -4
- package/dist/index.tokens.json +5 -2
- package/dist/root.css +6 -5
- package/dist/tokens.d.ts +5 -2
- package/dist/tokens.js +39 -16
- package/dist/variables.less +6 -5
- package/figma/figma.tokens.json +11 -3
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +8 -2
package/dist/_variables.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
|
|
5
5
|
$rhc-space-700: 3.5rem;
|
|
6
6
|
$rhc-space-600: 3rem;
|
|
@@ -300,6 +300,7 @@ $rhc-icon-only-button-padding-inline-start: 0.75rem;
|
|
|
300
300
|
$rhc-icon-only-button-padding-inline-end: 0.75rem;
|
|
301
301
|
$rhc-icon-only-button-padding-block-start: 0.75rem;
|
|
302
302
|
$rhc-icon-only-button-padding-block-end: 0.75rem;
|
|
303
|
+
$rhc-link-list-text-decoration: None;
|
|
303
304
|
$rhc-link-list-card-padding-inline-end: 1.5rem;
|
|
304
305
|
$rhc-link-list-card-padding-inline-start: 1.5rem;
|
|
305
306
|
$rhc-link-list-card-row-gap: 1rem;
|
|
@@ -316,10 +317,10 @@ $rhc-logo-title-padding-block-start: 3.125rem;
|
|
|
316
317
|
$rhc-logo-title-font-size: 0.913rem;
|
|
317
318
|
$rhc-logo-title-line-height: 1.063rem;
|
|
318
319
|
$rhc-logo-title-font-weight: 600;
|
|
319
|
-
$rhc-logo-
|
|
320
|
-
$rhc-logo-
|
|
321
|
-
$rhc-logo-
|
|
322
|
-
$rhc-logo-
|
|
320
|
+
$rhc-logo-image-color: #154273;
|
|
321
|
+
$rhc-logo-image-block-size: 96px;
|
|
322
|
+
$rhc-logo-image-inline-size: 48px;
|
|
323
|
+
$rhc-logo-image-background-color: #fff;
|
|
323
324
|
$rhc-message-list-item-heading-color: #154273;
|
|
324
325
|
$rhc-message-list-item-label-line-height: 150%;
|
|
325
326
|
$rhc-message-list-item-label-font-weight: 700;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
@@ -302,6 +302,7 @@
|
|
|
302
302
|
--rhc-icon-only-button-padding-inline-end: 0.75rem;
|
|
303
303
|
--rhc-icon-only-button-padding-block-start: 0.75rem;
|
|
304
304
|
--rhc-icon-only-button-padding-block-end: 0.75rem;
|
|
305
|
+
--rhc-link-list-text-decoration: None;
|
|
305
306
|
--rhc-link-list-card-padding-inline-end: 1.5rem;
|
|
306
307
|
--rhc-link-list-card-padding-inline-start: 1.5rem;
|
|
307
308
|
--rhc-link-list-card-row-gap: 1rem;
|
|
@@ -318,10 +319,10 @@
|
|
|
318
319
|
--rhc-logo-title-font-size: 0.913rem;
|
|
319
320
|
--rhc-logo-title-line-height: 1.063rem;
|
|
320
321
|
--rhc-logo-title-font-weight: 600;
|
|
321
|
-
--rhc-logo-
|
|
322
|
-
--rhc-logo-
|
|
323
|
-
--rhc-logo-
|
|
324
|
-
--rhc-logo-
|
|
322
|
+
--rhc-logo-image-color: #154273;
|
|
323
|
+
--rhc-logo-image-block-size: 96px;
|
|
324
|
+
--rhc-logo-image-inline-size: 48px;
|
|
325
|
+
--rhc-logo-image-background-color: #fff;
|
|
325
326
|
--rhc-message-list-item-heading-color: #154273;
|
|
326
327
|
--rhc-message-list-item-label-line-height: 150%;
|
|
327
328
|
--rhc-message-list-item-label-font-weight: 700;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor : string;
|
|
@@ -796,10 +796,10 @@ export const rhcMessageListItemLabelFontSize : string;
|
|
|
796
796
|
export const rhcMessageListItemLabelFontWeight : number;
|
|
797
797
|
export const rhcMessageListItemLabelLineHeight : string;
|
|
798
798
|
export const rhcMessageListItemHeadingColor : string;
|
|
799
|
-
export const
|
|
800
|
-
export const
|
|
801
|
-
export const
|
|
802
|
-
export const
|
|
799
|
+
export const rhcLogoImageBackgroundColor : string;
|
|
800
|
+
export const rhcLogoImageInlineSize : string;
|
|
801
|
+
export const rhcLogoImageBlockSize : string;
|
|
802
|
+
export const rhcLogoImageColor : string;
|
|
803
803
|
export const rhcLogoTitleFontWeight : number;
|
|
804
804
|
export const rhcLogoTitleLineHeight : string;
|
|
805
805
|
export const rhcLogoTitleFontSize : string;
|
|
@@ -816,6 +816,7 @@ export const rhcLinkListCardPaddingBlockEnd : string;
|
|
|
816
816
|
export const rhcLinkListCardRowGap : string;
|
|
817
817
|
export const rhcLinkListCardPaddingInlineStart : string;
|
|
818
818
|
export const rhcLinkListCardPaddingInlineEnd : string;
|
|
819
|
+
export const rhcLinkListTextDecoration : string;
|
|
819
820
|
export const rhcIconOnlyButtonPaddingBlockEnd : string;
|
|
820
821
|
export const rhcIconOnlyButtonPaddingBlockStart : string;
|
|
821
822
|
export const rhcIconOnlyButtonPaddingInlineEnd : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor = "pointer";
|
|
@@ -795,10 +795,10 @@ export const rhcMessageListItemLabelFontSize = "1.25rem";
|
|
|
795
795
|
export const rhcMessageListItemLabelFontWeight = 700;
|
|
796
796
|
export const rhcMessageListItemLabelLineHeight = "150%";
|
|
797
797
|
export const rhcMessageListItemHeadingColor = "#154273";
|
|
798
|
-
export const
|
|
799
|
-
export const
|
|
800
|
-
export const
|
|
801
|
-
export const
|
|
798
|
+
export const rhcLogoImageBackgroundColor = "#fff";
|
|
799
|
+
export const rhcLogoImageInlineSize = "48px";
|
|
800
|
+
export const rhcLogoImageBlockSize = "96px";
|
|
801
|
+
export const rhcLogoImageColor = "#154273";
|
|
802
802
|
export const rhcLogoTitleFontWeight = 600;
|
|
803
803
|
export const rhcLogoTitleLineHeight = "1.063rem";
|
|
804
804
|
export const rhcLogoTitleFontSize = "0.913rem";
|
|
@@ -815,6 +815,7 @@ export const rhcLinkListCardPaddingBlockEnd = "1.5rem";
|
|
|
815
815
|
export const rhcLinkListCardRowGap = "1rem";
|
|
816
816
|
export const rhcLinkListCardPaddingInlineStart = "1.5rem";
|
|
817
817
|
export const rhcLinkListCardPaddingInlineEnd = "1.5rem";
|
|
818
|
+
export const rhcLinkListTextDecoration = "None";
|
|
818
819
|
export const rhcIconOnlyButtonPaddingBlockEnd = "0.75rem";
|
|
819
820
|
export const rhcIconOnlyButtonPaddingBlockStart = "0.75rem";
|
|
820
821
|
export const rhcIconOnlyButtonPaddingInlineEnd = "0.75rem";
|
package/dist/index.json
CHANGED
|
@@ -791,10 +791,10 @@
|
|
|
791
791
|
"rhcMessageListItemLabelFontWeight": 700,
|
|
792
792
|
"rhcMessageListItemLabelLineHeight": "150%",
|
|
793
793
|
"rhcMessageListItemHeadingColor": "#154273",
|
|
794
|
-
"
|
|
795
|
-
"
|
|
796
|
-
"
|
|
797
|
-
"
|
|
794
|
+
"rhcLogoImageBackgroundColor": "#fff",
|
|
795
|
+
"rhcLogoImageInlineSize": "48px",
|
|
796
|
+
"rhcLogoImageBlockSize": "96px",
|
|
797
|
+
"rhcLogoImageColor": "#154273",
|
|
798
798
|
"rhcLogoTitleFontWeight": 600,
|
|
799
799
|
"rhcLogoTitleLineHeight": "1.063rem",
|
|
800
800
|
"rhcLogoTitleFontSize": "0.913rem",
|
|
@@ -811,6 +811,7 @@
|
|
|
811
811
|
"rhcLinkListCardRowGap": "1rem",
|
|
812
812
|
"rhcLinkListCardPaddingInlineStart": "1.5rem",
|
|
813
813
|
"rhcLinkListCardPaddingInlineEnd": "1.5rem",
|
|
814
|
+
"rhcLinkListTextDecoration": "None",
|
|
814
815
|
"rhcIconOnlyButtonPaddingBlockEnd": "0.75rem",
|
|
815
816
|
"rhcIconOnlyButtonPaddingBlockStart": "0.75rem",
|
|
816
817
|
"rhcIconOnlyButtonPaddingInlineEnd": "0.75rem",
|
package/dist/index.tokens.json
CHANGED
|
@@ -1232,8 +1232,8 @@
|
|
|
1232
1232
|
}
|
|
1233
1233
|
},
|
|
1234
1234
|
"logo": {
|
|
1235
|
-
"
|
|
1236
|
-
"background-color": "#
|
|
1235
|
+
"image": {
|
|
1236
|
+
"background-color": "#fff",
|
|
1237
1237
|
"inline-size": "48px",
|
|
1238
1238
|
"block-size": "96px",
|
|
1239
1239
|
"color": "#154273"
|
|
@@ -1261,6 +1261,9 @@
|
|
|
1261
1261
|
"padding-inline-start": "1.5rem",
|
|
1262
1262
|
"padding-inline-end": "1.5rem"
|
|
1263
1263
|
},
|
|
1264
|
+
"link-list": {
|
|
1265
|
+
"text-decoration": "None"
|
|
1266
|
+
},
|
|
1264
1267
|
"icon-only-button": {
|
|
1265
1268
|
"padding-block-end": "0.75rem",
|
|
1266
1269
|
"padding-block-start": "0.75rem",
|
package/dist/root.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -302,6 +302,7 @@
|
|
|
302
302
|
--rhc-icon-only-button-padding-inline-end: 0.75rem;
|
|
303
303
|
--rhc-icon-only-button-padding-block-start: 0.75rem;
|
|
304
304
|
--rhc-icon-only-button-padding-block-end: 0.75rem;
|
|
305
|
+
--rhc-link-list-text-decoration: None;
|
|
305
306
|
--rhc-link-list-card-padding-inline-end: 1.5rem;
|
|
306
307
|
--rhc-link-list-card-padding-inline-start: 1.5rem;
|
|
307
308
|
--rhc-link-list-card-row-gap: 1rem;
|
|
@@ -318,10 +319,10 @@
|
|
|
318
319
|
--rhc-logo-title-font-size: 0.913rem;
|
|
319
320
|
--rhc-logo-title-line-height: 1.063rem;
|
|
320
321
|
--rhc-logo-title-font-weight: 600;
|
|
321
|
-
--rhc-logo-
|
|
322
|
-
--rhc-logo-
|
|
323
|
-
--rhc-logo-
|
|
324
|
-
--rhc-logo-
|
|
322
|
+
--rhc-logo-image-color: #154273;
|
|
323
|
+
--rhc-logo-image-block-size: 96px;
|
|
324
|
+
--rhc-logo-image-inline-size: 48px;
|
|
325
|
+
--rhc-logo-image-background-color: #fff;
|
|
325
326
|
--rhc-message-list-item-heading-color: #154273;
|
|
326
327
|
--rhc-message-list-item-label-line-height: 150%;
|
|
327
328
|
--rhc-message-list-item-label-font-weight: 700;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -1255,7 +1255,7 @@ declare const tokens: {
|
|
|
1255
1255
|
}
|
|
1256
1256
|
},
|
|
1257
1257
|
"logo": {
|
|
1258
|
-
"
|
|
1258
|
+
"image": {
|
|
1259
1259
|
"background-color": DesignToken,
|
|
1260
1260
|
"inline-size": DesignToken,
|
|
1261
1261
|
"block-size": DesignToken,
|
|
@@ -1284,6 +1284,9 @@ declare const tokens: {
|
|
|
1284
1284
|
"padding-inline-start": DesignToken,
|
|
1285
1285
|
"padding-inline-end": DesignToken
|
|
1286
1286
|
},
|
|
1287
|
+
"link-list": {
|
|
1288
|
+
"text-decoration": DesignToken
|
|
1289
|
+
},
|
|
1287
1290
|
"icon-only-button": {
|
|
1288
1291
|
"padding-block-end": DesignToken,
|
|
1289
1292
|
"padding-block-start": DesignToken,
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -18535,27 +18535,27 @@ module.exports = {
|
|
|
18535
18535
|
}
|
|
18536
18536
|
},
|
|
18537
18537
|
"logo": {
|
|
18538
|
-
"
|
|
18538
|
+
"image": {
|
|
18539
18539
|
"background-color": {
|
|
18540
|
-
"value": "#
|
|
18540
|
+
"value": "#fff",
|
|
18541
18541
|
"type": "color",
|
|
18542
18542
|
"filePath": "src/generated/figma.tokens.json",
|
|
18543
18543
|
"isSource": true,
|
|
18544
18544
|
"original": {
|
|
18545
|
-
"value": "#
|
|
18545
|
+
"value": "#fff",
|
|
18546
18546
|
"type": "color"
|
|
18547
18547
|
},
|
|
18548
|
-
"name": "
|
|
18548
|
+
"name": "rhcLogoImageBackgroundColor",
|
|
18549
18549
|
"attributes": {
|
|
18550
18550
|
"category": "rhc",
|
|
18551
18551
|
"type": "logo",
|
|
18552
|
-
"item": "
|
|
18552
|
+
"item": "image",
|
|
18553
18553
|
"subitem": "background-color"
|
|
18554
18554
|
},
|
|
18555
18555
|
"path": [
|
|
18556
18556
|
"rhc",
|
|
18557
18557
|
"logo",
|
|
18558
|
-
"
|
|
18558
|
+
"image",
|
|
18559
18559
|
"background-color"
|
|
18560
18560
|
]
|
|
18561
18561
|
},
|
|
@@ -18568,17 +18568,17 @@ module.exports = {
|
|
|
18568
18568
|
"value": "48px",
|
|
18569
18569
|
"type": "sizing"
|
|
18570
18570
|
},
|
|
18571
|
-
"name": "
|
|
18571
|
+
"name": "rhcLogoImageInlineSize",
|
|
18572
18572
|
"attributes": {
|
|
18573
18573
|
"category": "rhc",
|
|
18574
18574
|
"type": "logo",
|
|
18575
|
-
"item": "
|
|
18575
|
+
"item": "image",
|
|
18576
18576
|
"subitem": "inline-size"
|
|
18577
18577
|
},
|
|
18578
18578
|
"path": [
|
|
18579
18579
|
"rhc",
|
|
18580
18580
|
"logo",
|
|
18581
|
-
"
|
|
18581
|
+
"image",
|
|
18582
18582
|
"inline-size"
|
|
18583
18583
|
]
|
|
18584
18584
|
},
|
|
@@ -18591,17 +18591,17 @@ module.exports = {
|
|
|
18591
18591
|
"value": "96px",
|
|
18592
18592
|
"type": "sizing"
|
|
18593
18593
|
},
|
|
18594
|
-
"name": "
|
|
18594
|
+
"name": "rhcLogoImageBlockSize",
|
|
18595
18595
|
"attributes": {
|
|
18596
18596
|
"category": "rhc",
|
|
18597
18597
|
"type": "logo",
|
|
18598
|
-
"item": "
|
|
18598
|
+
"item": "image",
|
|
18599
18599
|
"subitem": "block-size"
|
|
18600
18600
|
},
|
|
18601
18601
|
"path": [
|
|
18602
18602
|
"rhc",
|
|
18603
18603
|
"logo",
|
|
18604
|
-
"
|
|
18604
|
+
"image",
|
|
18605
18605
|
"block-size"
|
|
18606
18606
|
]
|
|
18607
18607
|
},
|
|
@@ -18614,17 +18614,17 @@ module.exports = {
|
|
|
18614
18614
|
"value": "#154273",
|
|
18615
18615
|
"type": "color"
|
|
18616
18616
|
},
|
|
18617
|
-
"name": "
|
|
18617
|
+
"name": "rhcLogoImageColor",
|
|
18618
18618
|
"attributes": {
|
|
18619
18619
|
"category": "rhc",
|
|
18620
18620
|
"type": "logo",
|
|
18621
|
-
"item": "
|
|
18621
|
+
"item": "image",
|
|
18622
18622
|
"subitem": "color"
|
|
18623
18623
|
},
|
|
18624
18624
|
"path": [
|
|
18625
18625
|
"rhc",
|
|
18626
18626
|
"logo",
|
|
18627
|
-
"
|
|
18627
|
+
"image",
|
|
18628
18628
|
"color"
|
|
18629
18629
|
]
|
|
18630
18630
|
}
|
|
@@ -18986,6 +18986,29 @@ module.exports = {
|
|
|
18986
18986
|
]
|
|
18987
18987
|
}
|
|
18988
18988
|
},
|
|
18989
|
+
"link-list": {
|
|
18990
|
+
"text-decoration": {
|
|
18991
|
+
"value": "None",
|
|
18992
|
+
"type": "textDecoration",
|
|
18993
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
18994
|
+
"isSource": true,
|
|
18995
|
+
"original": {
|
|
18996
|
+
"value": "None",
|
|
18997
|
+
"type": "textDecoration"
|
|
18998
|
+
},
|
|
18999
|
+
"name": "rhcLinkListTextDecoration",
|
|
19000
|
+
"attributes": {
|
|
19001
|
+
"category": "rhc",
|
|
19002
|
+
"type": "link-list",
|
|
19003
|
+
"item": "text-decoration"
|
|
19004
|
+
},
|
|
19005
|
+
"path": [
|
|
19006
|
+
"rhc",
|
|
19007
|
+
"link-list",
|
|
19008
|
+
"text-decoration"
|
|
19009
|
+
]
|
|
19010
|
+
}
|
|
19011
|
+
},
|
|
18989
19012
|
"icon-only-button": {
|
|
18990
19013
|
"padding-block-end": {
|
|
18991
19014
|
"value": "0.75rem",
|
package/dist/variables.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 30 Oct 2024 12:18:46 GMT
|
|
4
4
|
|
|
5
5
|
@rhc-space-700: 3.5rem;
|
|
6
6
|
@rhc-space-600: 3rem;
|
|
@@ -300,6 +300,7 @@
|
|
|
300
300
|
@rhc-icon-only-button-padding-inline-end: 0.75rem;
|
|
301
301
|
@rhc-icon-only-button-padding-block-start: 0.75rem;
|
|
302
302
|
@rhc-icon-only-button-padding-block-end: 0.75rem;
|
|
303
|
+
@rhc-link-list-text-decoration: None;
|
|
303
304
|
@rhc-link-list-card-padding-inline-end: 1.5rem;
|
|
304
305
|
@rhc-link-list-card-padding-inline-start: 1.5rem;
|
|
305
306
|
@rhc-link-list-card-row-gap: 1rem;
|
|
@@ -316,10 +317,10 @@
|
|
|
316
317
|
@rhc-logo-title-font-size: 0.913rem;
|
|
317
318
|
@rhc-logo-title-line-height: 1.063rem;
|
|
318
319
|
@rhc-logo-title-font-weight: 600;
|
|
319
|
-
@rhc-logo-
|
|
320
|
-
@rhc-logo-
|
|
321
|
-
@rhc-logo-
|
|
322
|
-
@rhc-logo-
|
|
320
|
+
@rhc-logo-image-color: #154273;
|
|
321
|
+
@rhc-logo-image-block-size: 96px;
|
|
322
|
+
@rhc-logo-image-inline-size: 48px;
|
|
323
|
+
@rhc-logo-image-background-color: #fff;
|
|
323
324
|
@rhc-message-list-item-heading-color: #154273;
|
|
324
325
|
@rhc-message-list-item-label-line-height: 150%;
|
|
325
326
|
@rhc-message-list-item-label-font-weight: 700;
|
package/figma/figma.tokens.json
CHANGED
|
@@ -3904,6 +3904,14 @@
|
|
|
3904
3904
|
}
|
|
3905
3905
|
}
|
|
3906
3906
|
}
|
|
3907
|
+
},
|
|
3908
|
+
"rhc": {
|
|
3909
|
+
"link-list": {
|
|
3910
|
+
"text-decoration": {
|
|
3911
|
+
"value": "None",
|
|
3912
|
+
"type": "textDecoration"
|
|
3913
|
+
}
|
|
3914
|
+
}
|
|
3907
3915
|
}
|
|
3908
3916
|
},
|
|
3909
3917
|
"components/link-list-card": {
|
|
@@ -3939,9 +3947,9 @@
|
|
|
3939
3947
|
"components/logo": {
|
|
3940
3948
|
"rhc": {
|
|
3941
3949
|
"logo": {
|
|
3942
|
-
"
|
|
3950
|
+
"image": {
|
|
3943
3951
|
"background-color": {
|
|
3944
|
-
"value": "{rhc.color.
|
|
3952
|
+
"value": "{rhc.color.wit}",
|
|
3945
3953
|
"type": "color"
|
|
3946
3954
|
},
|
|
3947
3955
|
"inline-size": {
|
|
@@ -6597,4 +6605,4 @@
|
|
|
6597
6605
|
"components/icon"
|
|
6598
6606
|
]
|
|
6599
6607
|
}
|
|
6600
|
-
}
|
|
6608
|
+
}
|
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.42",
|
|
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": "d03cef659fa7ca05f5e935bbce58c00eccd987ba"
|
|
37
37
|
}
|
|
@@ -3627,9 +3627,9 @@
|
|
|
3627
3627
|
}
|
|
3628
3628
|
},
|
|
3629
3629
|
"logo": {
|
|
3630
|
-
"
|
|
3630
|
+
"image": {
|
|
3631
3631
|
"background-color": {
|
|
3632
|
-
"value": "#
|
|
3632
|
+
"value": "#fff",
|
|
3633
3633
|
"type": "color"
|
|
3634
3634
|
},
|
|
3635
3635
|
"inline-size": {
|
|
@@ -3716,6 +3716,12 @@
|
|
|
3716
3716
|
"type": "spacing"
|
|
3717
3717
|
}
|
|
3718
3718
|
},
|
|
3719
|
+
"link-list": {
|
|
3720
|
+
"text-decoration": {
|
|
3721
|
+
"value": "None",
|
|
3722
|
+
"type": "textDecoration"
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3719
3725
|
"icon-only-button": {
|
|
3720
3726
|
"padding-block-end": {
|
|
3721
3727
|
"value": "0.75rem",
|