@rijkshuisstijl-community/design-tokens 1.0.0-alpha.59 → 1.0.0-alpha.61

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 Wed, 06 Nov 2024 10:56:01 GMT
3
+ // Generated on Thu, 07 Nov 2024 15:48:27 GMT
4
4
 
5
5
  $rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
6
6
  $rhc-sub-nav-bar-content-max-inline-size: 1280px;
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 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 Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 GMT
4
4
  */
5
5
 
6
6
  export const utrechtActionActivateCursor : string;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 GMT
4
4
  */
5
5
 
6
6
  export const utrechtActionActivateCursor = "pointer";
package/dist/root.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 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 Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 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 Wed, 06 Nov 2024 10:56:01 GMT
3
+ * Generated on Thu, 07 Nov 2024 15:48:27 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 06 Nov 2024 10:56:01 GMT
3
+ // Generated on Thu, 07 Nov 2024 15:48:27 GMT
4
4
 
5
5
  @rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
6
6
  @rhc-sub-nav-bar-content-max-inline-size: 1280px;
@@ -3533,7 +3533,7 @@
3533
3533
  "column-gap": {
3534
3534
  "value": "{rhc.space.100}",
3535
3535
  "type": "spacing"
3536
- },
3536
+ },
3537
3537
  "margin-block-end": {
3538
3538
  "value": "{rhc.space.0}",
3539
3539
  "type": "spacing"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rijkshuisstijl-community/design-tokens",
3
- "version": "1.0.0-alpha.59",
3
+ "version": "1.0.0-alpha.61",
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": "228f31253ba8eafecb5a2b463f95e8146688f378"
36
+ "gitHead": "282cb13f5c01ffa5147c13e5b8fec33afe159217"
37
37
  }