@narmi/design_system 3.13.1 → 3.13.3
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/dist/index.d.ts +12 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +9 -0
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -3
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +22 -12
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": "3.13.
|
|
3
|
+
"version": "3.13.3",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"test": "jest",
|
|
22
22
|
"lint": "eslint \"./src/**\" \"./scripts/**\" \"./tokens/**\" --no-error-on-unmatched-pattern",
|
|
23
23
|
"release": "semantic-release",
|
|
24
|
-
"storybook": "
|
|
25
|
-
"build-storybook": "build
|
|
24
|
+
"storybook": "storybook dev -p 6006",
|
|
25
|
+
"build-storybook": "storybook build",
|
|
26
26
|
"chromatic": "npx chromatic --project-token $CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes",
|
|
27
27
|
"stats:components": "node ./scripts/component-adoption.mjs",
|
|
28
28
|
"stats:classes": "node ./scripts/class-adoption.mjs",
|
|
@@ -39,23 +39,28 @@
|
|
|
39
39
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
40
40
|
"@babel/preset-env": "^7.15.6",
|
|
41
41
|
"@babel/preset-react": "^7.14.5",
|
|
42
|
+
"@babel/preset-typescript": "^7.23.2",
|
|
42
43
|
"@commitlint/cli": "^13.2.0",
|
|
43
44
|
"@commitlint/config-conventional": "^13.2.0",
|
|
44
45
|
"@mdx-js/mdx": "^1.6.22",
|
|
45
46
|
"@mdx-js/react": "^1.6.22",
|
|
46
47
|
"@semantic-release/changelog": "^6.0.0",
|
|
47
48
|
"@semantic-release/git": "^10.0.0",
|
|
48
|
-
"@storybook/addon-a11y": "^
|
|
49
|
-
"@storybook/addon-actions": "^
|
|
50
|
-
"@storybook/addon-essentials": "^
|
|
51
|
-
"@storybook/addon-links": "^
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@storybook/react": "^
|
|
55
|
-
"@storybook/theming": "^
|
|
49
|
+
"@storybook/addon-a11y": "^7.5.2",
|
|
50
|
+
"@storybook/addon-actions": "^7.5.2",
|
|
51
|
+
"@storybook/addon-essentials": "^7.5.2",
|
|
52
|
+
"@storybook/addon-links": "^7.5.2",
|
|
53
|
+
"@storybook/addon-mdx-gfm": "^7.5.2",
|
|
54
|
+
"@storybook/react": "^7.5.2",
|
|
55
|
+
"@storybook/react-webpack5": "^7.5.2",
|
|
56
|
+
"@storybook/theming": "^7.5.2",
|
|
56
57
|
"@testing-library/jest-dom": "^5.15.0",
|
|
57
58
|
"@testing-library/react": "^12.1.2",
|
|
58
59
|
"@types/jest": "^27.0.2",
|
|
60
|
+
"@types/react": "^18.2.31",
|
|
61
|
+
"@types/react-dom": "^18.2.14",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
63
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
59
64
|
"babel-jest": "^26.6.3",
|
|
60
65
|
"babel-loader": "^8.2.2",
|
|
61
66
|
"chromatic": "^6",
|
|
@@ -65,10 +70,11 @@
|
|
|
65
70
|
"core-js": "^3.15.2",
|
|
66
71
|
"css": "^3.0.0",
|
|
67
72
|
"css-loader": "^6.2.0",
|
|
68
|
-
"eslint": "^8",
|
|
73
|
+
"eslint": "^8.52.0",
|
|
69
74
|
"eslint-plugin-jest": "^26.1.3",
|
|
70
75
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
71
76
|
"eslint-plugin-react": "^7.29.4",
|
|
77
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
72
78
|
"glob": "^7.2.0",
|
|
73
79
|
"html-webpack-plugin": "^5.3.1",
|
|
74
80
|
"husky": "^8.0.3",
|
|
@@ -82,13 +88,17 @@
|
|
|
82
88
|
"pretty-quick": "^3.1.0",
|
|
83
89
|
"prop-types": "^15.7.2",
|
|
84
90
|
"react": "^16",
|
|
91
|
+
"react-docgen-typescript-plugin": "^1.0.5",
|
|
85
92
|
"react-dom": "^16",
|
|
86
93
|
"sass": "^1.45.0",
|
|
87
94
|
"sass-loader": "^12.1.0",
|
|
88
95
|
"semantic-release": "^19.0.0",
|
|
96
|
+
"storybook": "^7.5.2",
|
|
89
97
|
"style-dictionary": "^3.7.1",
|
|
90
98
|
"style-loader": "^0.23.1",
|
|
91
99
|
"tinycolor2": "^1.4.2",
|
|
100
|
+
"ts-loader": "^9.5.0",
|
|
101
|
+
"typescript": "^5.2.2",
|
|
92
102
|
"use-clipboard-copy": "^0.2.0",
|
|
93
103
|
"watch": "^1.0.2",
|
|
94
104
|
"webpack": "^5.50.0",
|