@rijkshuisstijl-community/design-tokens 1.0.0-alpha.7 → 1.0.0-alpha.9
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 -2
- package/dist/index.css +1 -1
- package/dist/index.d.ts +6 -4
- package/dist/index.js +2 -2
- package/dist/index.json +1 -1
- package/dist/index.tokens.json +1 -1
- package/dist/root.css +1 -1
- package/dist/tokens.d.ts +2 -2
- package/dist/tokens.js +2 -2
- package/dist/variables.less +2 -2
- package/package.json +4 -4
package/dist/_variables.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 29 Aug 2023 20:57:38 GMT
|
|
4
4
|
|
|
5
5
|
$rvo-select-padding-inline-start: 18px;
|
|
6
6
|
$rvo-select-padding-inline-end: 50px;
|
|
@@ -303,4 +303,4 @@ $utrecht-focus-inverse-outline-color: $basiselementen-color-wit;
|
|
|
303
303
|
$utrecht-focus-outline-color: $basiselementen-color-zwart;
|
|
304
304
|
$basiselementen-document-font-family: $basiselementen-font-sans-serif-font-family;
|
|
305
305
|
$basiselementen-document-color: $basiselementen-color-zwart;
|
|
306
|
-
$basiselementen-document-background-color: $basiselementen-color-wit;
|
|
306
|
+
$basiselementen-document-background-color: $basiselementen-color-wit;
|
package/dist/index.css
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 29 Aug 2023 20:57:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const basiselementenColorLogoblauw : string;
|
|
@@ -11,7 +11,8 @@ export const basiselementenColorLichtblauw : string;
|
|
|
11
11
|
export const basiselementenColorLichtblauwTint1 : string;
|
|
12
12
|
export const basiselementenColorLichtblauwTint2 : string;
|
|
13
13
|
export const basiselementenColorDonkerblauw : string;
|
|
14
|
-
|
|
14
|
+
/** 30% black (shade) of 'donkerblauw' */
|
|
15
|
+
export const basiselementenColorDonkerblauwShade1 : string;
|
|
15
16
|
export const basiselementenColorOranje : string;
|
|
16
17
|
export const basiselementenColorOranjeTint1 : string;
|
|
17
18
|
export const basiselementenColorOranjeTint2 : string;
|
|
@@ -52,7 +53,8 @@ export const utrechtActionBusyCursor : string;
|
|
|
52
53
|
export const utrechtActionDisabledCursor : string;
|
|
53
54
|
export const utrechtActionSubmitCursor : string;
|
|
54
55
|
export const utrechtFocusOutlineColor : string;
|
|
55
|
-
|
|
56
|
+
/** This is only for buttons. Form fields (input, select and textarea) and links do not have an offset */
|
|
57
|
+
export const utrechtFocusOutlineOffset : string;
|
|
56
58
|
export const utrechtFocusOutlineStyle : string;
|
|
57
59
|
export const utrechtFocusOutlineWidth : string;
|
|
58
60
|
export const utrechtFocusInverseOutlineColor : string;
|
|
@@ -304,4 +306,4 @@ export const rvoSelectOutlineOffset : string;
|
|
|
304
306
|
export const rvoSelectPaddingBlockEnd : string;
|
|
305
307
|
export const rvoSelectPaddingBlockStart : string;
|
|
306
308
|
export const rvoSelectPaddingInlineEnd : string;
|
|
307
|
-
export const rvoSelectPaddingInlineStart : string;
|
|
309
|
+
export const rvoSelectPaddingInlineStart : string;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 29 Aug 2023 20:57:37 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const basiselementenColorLogoblauw = "#154273";
|
|
@@ -304,4 +304,4 @@ export const rvoSelectOutlineOffset = "0";
|
|
|
304
304
|
export const rvoSelectPaddingBlockEnd = "9px";
|
|
305
305
|
export const rvoSelectPaddingBlockStart = "10px";
|
|
306
306
|
export const rvoSelectPaddingInlineEnd = "50px";
|
|
307
|
-
export const rvoSelectPaddingInlineStart = "18px";
|
|
307
|
+
export const rvoSelectPaddingInlineStart = "18px";
|
package/dist/index.json
CHANGED
package/dist/index.tokens.json
CHANGED
package/dist/root.css
CHANGED
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 29 Aug 2023 20:57:38 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export default tokens;
|
|
@@ -707,4 +707,4 @@ declare const tokens: {
|
|
|
707
707
|
"padding-inline-start": DesignToken
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
|
-
}
|
|
710
|
+
}
|
package/dist/tokens.js
CHANGED
package/dist/variables.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 29 Aug 2023 20:57:38 GMT
|
|
4
4
|
|
|
5
5
|
@rvo-select-padding-inline-start: 18px;
|
|
6
6
|
@rvo-select-padding-inline-end: 50px;
|
|
@@ -303,4 +303,4 @@
|
|
|
303
303
|
@utrecht-focus-outline-color: @basiselementen-color-zwart;
|
|
304
304
|
@basiselementen-document-font-family: @basiselementen-font-sans-serif-font-family;
|
|
305
305
|
@basiselementen-document-color: @basiselementen-color-zwart;
|
|
306
|
-
@basiselementen-document-background-color: @basiselementen-color-wit;
|
|
306
|
+
@basiselementen-document-background-color: @basiselementen-color-wit;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.9",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Example design tokens",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"chokidar-cli": "3.0.0",
|
|
29
29
|
"npm-run-all": "4.1.5",
|
|
30
|
-
"rimraf": "
|
|
31
|
-
"style-dictionary": "3.
|
|
30
|
+
"rimraf": "5.0.1",
|
|
31
|
+
"style-dictionary": "3.8.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "0ebb5b835053731c4c65b00901b4e4f2265527e3"
|
|
34
34
|
}
|