@narmi/design_system 6.16.4 → 6.16.5
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/README.md +2 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/rgbColors.scss +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.scss +1 -1
- package/dist/tokens/js/colors.esm.js +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.esm.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +6 -8
package/dist/tokens/js/colors.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "6.16.
|
|
3
|
+
"version": "6.16.5",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"style": "dist/style.css",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"@testing-library/user-event": "^14.6.1",
|
|
69
69
|
"@types/react": "^18.2.31",
|
|
70
70
|
"@types/react-dom": "^18.2.14",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
72
|
-
"@typescript-eslint/parser": "^
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "^8.50.1",
|
|
72
|
+
"@typescript-eslint/parser": "^8.50.1",
|
|
73
73
|
"@vitejs/plugin-react": "^5.0.4",
|
|
74
74
|
"@vitest/coverage-v8": "^4.1.2",
|
|
75
75
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
@@ -78,8 +78,9 @@
|
|
|
78
78
|
"conventional-changelog-conventionalcommits": "^9.3.0",
|
|
79
79
|
"core-js": "^3.15.2",
|
|
80
80
|
"css": "^3.0.0",
|
|
81
|
-
"eslint": "^8.
|
|
81
|
+
"eslint": "^8.57.1",
|
|
82
82
|
"eslint-plugin-compat": "^6.0.1",
|
|
83
|
+
"eslint-plugin-json": "^3.1.0",
|
|
83
84
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
84
85
|
"eslint-plugin-react": "^7.29.4",
|
|
85
86
|
"eslint-plugin-storybook": "^10.4.5",
|
|
@@ -101,9 +102,7 @@
|
|
|
101
102
|
"typescript": "^5.2.2",
|
|
102
103
|
"use-clipboard-copy": "^0.2.0",
|
|
103
104
|
"vite": "^8.0.16",
|
|
104
|
-
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
105
105
|
"vite-plugin-dts": "^4.5.4",
|
|
106
|
-
"vite-plugin-libcss": "^1.1.2",
|
|
107
106
|
"vitest": "^4.1.2"
|
|
108
107
|
},
|
|
109
108
|
"author": "@narmi",
|
|
@@ -115,7 +114,6 @@
|
|
|
115
114
|
"classcat": "^5.0.3",
|
|
116
115
|
"dompurify": "^3.4.1",
|
|
117
116
|
"downshift": "^9",
|
|
118
|
-
"eslint-plugin-json": "^3.1.0",
|
|
119
117
|
"flatpickr": "^4.6.12",
|
|
120
118
|
"marked": "^15.0.12",
|
|
121
119
|
"raf-schd": "^4.0.3",
|
|
@@ -128,7 +126,7 @@
|
|
|
128
126
|
"tar": "7.5.10",
|
|
129
127
|
"handlebars": "^4.7.9",
|
|
130
128
|
"lodash": "^4.18.0",
|
|
131
|
-
"undici": "
|
|
129
|
+
"undici": ">=6.27.0"
|
|
132
130
|
},
|
|
133
131
|
"repository": {
|
|
134
132
|
"type": "git",
|