@mittwald/flow-design-tokens 0.1.0-alpha.50 → 0.1.0-alpha.53

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 Fri, 22 Mar 2024 12:22:12 GMT
3
+ * Generated on Mon, 25 Mar 2024 09:23:45 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-design-tokens",
3
- "version": "0.1.0-alpha.50",
3
+ "version": "0.1.0-alpha.53",
4
4
  "type": "module",
5
5
  "description": "The design tokens used in Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -17,8 +17,8 @@
17
17
  "devDependencies": {
18
18
  "@types/js-yaml": "^4.0.9",
19
19
  "js-yaml": "^4.1.0",
20
- "nx": "^18.1.1",
20
+ "nx": "^18.1.2",
21
21
  "style-dictionary": "^3.9.2"
22
22
  },
23
- "gitHead": "1101c1b89d5d2b2ed6c0e3ecab13e98cb4d24647"
23
+ "gitHead": "ef8dc4182179aadf3a2462bc80164ab5be59b4bc"
24
24
  }