@rijkshuisstijl-community/design-tokens 1.0.0-alpha.41 → 1.0.0-alpha.43
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 +2 -1
- package/dist/index.css +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/index.json +1 -0
- package/dist/index.tokens.json +3 -0
- package/dist/root.css +2 -1
- package/dist/tokens.d.ts +4 -1
- package/dist/tokens.js +24 -1
- package/dist/variables.less +2 -1
- package/figma/figma.tokens.json +9 -1
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +6 -0
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 13:28:29 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;
|
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 13:28:29 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;
|
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 13:28:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor : 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 13:28:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor = "pointer";
|
|
@@ -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
|
@@ -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
|
@@ -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 13:28:29 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;
|
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 13:28:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -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 13:28:29 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -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 13:28:29 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;
|
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": {
|
|
@@ -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.43",
|
|
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": "3fc922adfeaf327a79e320f44b7d4b444a551d37"
|
|
37
37
|
}
|