@nurihaus/web-design-system 1.4.46 → 1.4.47

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/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@nurihaus/web-design-system",
3
- "version": "1.4.46",
4
- "private": false,
3
+ "version": "1.4.47",
5
4
  "description": "nurilounge-admin-design-system",
6
5
  "main": "dist/index.js",
7
6
  "types": "dist/index.d.ts",
@@ -68,6 +67,7 @@
68
67
  "webpack-dev-server": "^5.1.0"
69
68
  },
70
69
  "dependencies": {
70
+ "@nurihaus/design-tokens": "^0.2.4",
71
71
  "@svgr/webpack": "^8.1.0",
72
72
  "css-loader": "^7.1.2",
73
73
  "file-loader": "^6.2.0",
@@ -102,4 +102,4 @@ export const colors = {
102
102
  accentOrangeC2: '#c2410c',
103
103
  accentOrange9a: '#9a3412',
104
104
  accentOrange7c: '#7c2d12',
105
- } as const;
105
+ } as const;