@rijkshuisstijl-community/design-tokens 1.0.0-alpha.71 → 1.0.0-alpha.73
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 +3 -1
- package/dist/index.css +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +3 -1
- package/dist/index.json +3 -1
- package/dist/index.tokens.json +8 -0
- package/dist/root.css +3 -1
- package/dist/tokens.d.ts +9 -1
- package/dist/tokens.js +49 -1
- package/dist/variables.less +3 -1
- package/figma/figma.tokens.json +24 -2
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +14 -0
package/dist/_variables.scss
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
|
|
5
|
+
$todo-code-input-group-column-gap: 0.5rem;
|
|
6
|
+
$todo-code-input-size: 48px;
|
|
5
7
|
$rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
6
8
|
$rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
7
9
|
$rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
package/dist/index.css
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.rhc-theme {
|
|
7
|
+
--todo-code-input-group-column-gap: 0.5rem;
|
|
8
|
+
--todo-code-input-size: 48px;
|
|
7
9
|
--rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
8
10
|
--rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
9
11
|
--rhc-sub-nav-bar-content-padding-inline-start: 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 Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor : string;
|
|
@@ -1180,3 +1180,5 @@ export const rhcSubNavBarContentPaddingInlineEnd : string;
|
|
|
1180
1180
|
export const rhcSubNavBarContentPaddingInlineStart : string;
|
|
1181
1181
|
export const rhcSubNavBarContentMaxInlineSize : string;
|
|
1182
1182
|
export const rhcSubNavBarContentListRowGap : string;
|
|
1183
|
+
export const todoCodeInputSize : string;
|
|
1184
|
+
export const todoCodeInputGroupColumnGap : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const utrechtActionActivateCursor = "pointer";
|
|
@@ -1179,3 +1179,5 @@ export const rhcSubNavBarContentPaddingInlineEnd = "1rem";
|
|
|
1179
1179
|
export const rhcSubNavBarContentPaddingInlineStart = "1rem";
|
|
1180
1180
|
export const rhcSubNavBarContentMaxInlineSize = "1280px";
|
|
1181
1181
|
export const rhcSubNavBarContentListRowGap = "0.5rem";
|
|
1182
|
+
export const todoCodeInputSize = "48px";
|
|
1183
|
+
export const todoCodeInputGroupColumnGap = "0.5rem";
|
package/dist/index.json
CHANGED
|
@@ -1174,5 +1174,7 @@
|
|
|
1174
1174
|
"rhcSubNavBarContentPaddingInlineEnd": "1rem",
|
|
1175
1175
|
"rhcSubNavBarContentPaddingInlineStart": "1rem",
|
|
1176
1176
|
"rhcSubNavBarContentMaxInlineSize": "1280px",
|
|
1177
|
-
"rhcSubNavBarContentListRowGap": "0.5rem"
|
|
1177
|
+
"rhcSubNavBarContentListRowGap": "0.5rem",
|
|
1178
|
+
"todoCodeInputSize": "48px",
|
|
1179
|
+
"todoCodeInputGroupColumnGap": "0.5rem"
|
|
1178
1180
|
}
|
package/dist/index.tokens.json
CHANGED
package/dist/root.css
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
+
--todo-code-input-group-column-gap: 0.5rem;
|
|
8
|
+
--todo-code-input-size: 48px;
|
|
7
9
|
--rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
8
10
|
--rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
9
11
|
--rhc-sub-nav-bar-content-padding-inline-start: 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 Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -1850,5 +1850,13 @@ declare const tokens: {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
}
|
|
1852
1852
|
}
|
|
1853
|
+
},
|
|
1854
|
+
"todo": {
|
|
1855
|
+
"code-input": {
|
|
1856
|
+
"size": DesignToken
|
|
1857
|
+
},
|
|
1858
|
+
"code-input-group": {
|
|
1859
|
+
"column-gap": DesignToken
|
|
1860
|
+
}
|
|
1853
1861
|
}
|
|
1854
1862
|
}
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -27676,5 +27676,53 @@ module.exports = {
|
|
|
27676
27676
|
}
|
|
27677
27677
|
}
|
|
27678
27678
|
}
|
|
27679
|
+
},
|
|
27680
|
+
"todo": {
|
|
27681
|
+
"code-input": {
|
|
27682
|
+
"size": {
|
|
27683
|
+
"value": "48px",
|
|
27684
|
+
"type": "spacing",
|
|
27685
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
27686
|
+
"isSource": true,
|
|
27687
|
+
"original": {
|
|
27688
|
+
"value": "48px",
|
|
27689
|
+
"type": "spacing"
|
|
27690
|
+
},
|
|
27691
|
+
"name": "todoCodeInputSize",
|
|
27692
|
+
"attributes": {
|
|
27693
|
+
"category": "todo",
|
|
27694
|
+
"type": "code-input",
|
|
27695
|
+
"item": "size"
|
|
27696
|
+
},
|
|
27697
|
+
"path": [
|
|
27698
|
+
"todo",
|
|
27699
|
+
"code-input",
|
|
27700
|
+
"size"
|
|
27701
|
+
]
|
|
27702
|
+
}
|
|
27703
|
+
},
|
|
27704
|
+
"code-input-group": {
|
|
27705
|
+
"column-gap": {
|
|
27706
|
+
"value": "0.5rem",
|
|
27707
|
+
"type": "spacing",
|
|
27708
|
+
"filePath": "src/generated/figma.tokens.json",
|
|
27709
|
+
"isSource": true,
|
|
27710
|
+
"original": {
|
|
27711
|
+
"value": "0.5rem",
|
|
27712
|
+
"type": "spacing"
|
|
27713
|
+
},
|
|
27714
|
+
"name": "todoCodeInputGroupColumnGap",
|
|
27715
|
+
"attributes": {
|
|
27716
|
+
"category": "todo",
|
|
27717
|
+
"type": "code-input-group",
|
|
27718
|
+
"item": "column-gap"
|
|
27719
|
+
},
|
|
27720
|
+
"path": [
|
|
27721
|
+
"todo",
|
|
27722
|
+
"code-input-group",
|
|
27723
|
+
"column-gap"
|
|
27724
|
+
]
|
|
27725
|
+
}
|
|
27726
|
+
}
|
|
27679
27727
|
}
|
|
27680
27728
|
};
|
package/dist/variables.less
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 25 Nov 2024 11:02:02 GMT
|
|
4
4
|
|
|
5
|
+
@todo-code-input-group-column-gap: 0.5rem;
|
|
6
|
+
@todo-code-input-size: 48px;
|
|
5
7
|
@rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
|
|
6
8
|
@rhc-sub-nav-bar-content-max-inline-size: 1280px;
|
|
7
9
|
@rhc-sub-nav-bar-content-padding-inline-start: 1rem;
|
package/figma/figma.tokens.json
CHANGED
|
@@ -3004,6 +3004,26 @@
|
|
|
3004
3004
|
}
|
|
3005
3005
|
}
|
|
3006
3006
|
},
|
|
3007
|
+
"components/code-input-group": {
|
|
3008
|
+
"todo": {
|
|
3009
|
+
"code-input-group": {
|
|
3010
|
+
"column-gap": {
|
|
3011
|
+
"value": "{rhc.space.100}",
|
|
3012
|
+
"type": "spacing"
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
},
|
|
3017
|
+
"components/code-input": {
|
|
3018
|
+
"todo": {
|
|
3019
|
+
"code-input": {
|
|
3020
|
+
"size": {
|
|
3021
|
+
"value": "{rhc.size.target}",
|
|
3022
|
+
"type": "spacing"
|
|
3023
|
+
}
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3026
|
+
},
|
|
3007
3027
|
"components/counter-badge": {
|
|
3008
3028
|
"utrecht": {
|
|
3009
3029
|
"badge-counter": {
|
|
@@ -3336,7 +3356,7 @@
|
|
|
3336
3356
|
"components/file-input": {
|
|
3337
3357
|
"rhc": {
|
|
3338
3358
|
"file-input": {
|
|
3339
|
-
|
|
3359
|
+
"column-gap": {
|
|
3340
3360
|
"value": "{rhc.space.150}",
|
|
3341
3361
|
"type": "spacing"
|
|
3342
3362
|
},
|
|
@@ -6871,6 +6891,8 @@
|
|
|
6871
6891
|
"components/card",
|
|
6872
6892
|
"components/checkbox",
|
|
6873
6893
|
"components/checkbox-group",
|
|
6894
|
+
"components/code-input-group",
|
|
6895
|
+
"components/code-input",
|
|
6874
6896
|
"components/counter-badge",
|
|
6875
6897
|
"components/dot-badge",
|
|
6876
6898
|
"components/drawer",
|
|
@@ -6918,4 +6940,4 @@
|
|
|
6918
6940
|
"components/icon"
|
|
6919
6941
|
]
|
|
6920
6942
|
}
|
|
6921
|
-
}
|
|
6943
|
+
}
|
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.73",
|
|
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": "859207af652b3cfb9616092ee25a9e413e3dcb32"
|
|
37
37
|
}
|
|
@@ -5490,5 +5490,19 @@
|
|
|
5490
5490
|
}
|
|
5491
5491
|
}
|
|
5492
5492
|
}
|
|
5493
|
+
},
|
|
5494
|
+
"todo": {
|
|
5495
|
+
"code-input": {
|
|
5496
|
+
"size": {
|
|
5497
|
+
"value": "48px",
|
|
5498
|
+
"type": "spacing"
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
5501
|
+
"code-input-group": {
|
|
5502
|
+
"column-gap": {
|
|
5503
|
+
"value": "0.5rem",
|
|
5504
|
+
"type": "spacing"
|
|
5505
|
+
}
|
|
5506
|
+
}
|
|
5493
5507
|
}
|
|
5494
5508
|
}
|