@rijkshuisstijl-community/design-tokens 1.0.0-alpha.22 → 1.0.0-alpha.24

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ // Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
 
5
5
  $rvo-select-padding-inline-start: 18px;
6
6
  $rvo-select-padding-inline-end: 50px;
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
  */
5
5
 
6
6
  .rhc-theme {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
  */
5
5
 
6
6
  export const basiselementenColorLogoblauw : string;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:41 GMT
4
4
  */
5
5
 
6
6
  export const basiselementenColorLogoblauw = "#154273";
package/dist/root.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
  */
5
5
 
6
6
  :root {
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
  */
5
5
 
6
6
  export default tokens;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ * Generated on Thu, 23 Nov 2023 15:02:41 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 23 Nov 2023 09:47:48 GMT
3
+ // Generated on Thu, 23 Nov 2023 15:02:42 GMT
4
4
 
5
5
  @rvo-select-padding-inline-start: 18px;
6
6
  @rvo-select-padding-inline-end: 50px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.22",
2
+ "version": "1.0.0-alpha.24",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Example design tokens",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
@@ -27,8 +27,8 @@
27
27
  "devDependencies": {
28
28
  "chokidar-cli": "3.0.0",
29
29
  "npm-run-all": "4.1.5",
30
- "rimraf": "5.0.1",
31
- "style-dictionary": "3.8.0"
30
+ "rimraf": "5.0.5",
31
+ "style-dictionary": "3.9.0"
32
32
  },
33
- "gitHead": "b5139219f54586c7b5dce89cff2fe598a3e04b5c"
33
+ "gitHead": "cea91e5de26822bf5a94b993a8d3c0805a60f33d"
34
34
  }