@narmi/design_system 5.0.0-beta.0 → 5.0.0-beta.1
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 +21 -20
- package/dist/icons/style.css +1 -1
- package/dist/index.js +27 -27
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.css.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/dist/types/Accordion/index.d.ts +35 -0
- package/dist/types/Accordion/index.d.ts.map +1 -0
- package/dist/types/AccordionSet/index.d.ts +26 -0
- package/dist/types/AccordionSet/index.d.ts.map +1 -0
- package/dist/types/Alert/index.d.ts +1 -1
- package/dist/types/Alert/index.d.ts.map +1 -1
- package/dist/types/Button/index.d.ts +2 -1
- package/dist/types/Button/index.d.ts.map +1 -1
- package/dist/types/Checkbox/index.d.ts +3 -1
- package/dist/types/Checkbox/index.d.ts.map +1 -1
- package/dist/types/Chip/index.d.ts +4 -2
- package/dist/types/Chip/index.d.ts.map +1 -1
- package/dist/types/ContentCard/index.d.ts +3 -1
- package/dist/types/ContentCard/index.d.ts.map +1 -1
- package/dist/types/Dialog/index.d.ts +1 -1
- package/dist/types/Dialog/index.d.ts.map +1 -1
- package/dist/types/Radio/index.d.ts +3 -1
- package/dist/types/Radio/index.d.ts.map +1 -1
- package/dist/types/SeparatorList/index.d.ts.map +1 -1
- package/dist/types/Table/Cell.d.ts +1 -1
- package/dist/types/Table/Cell.d.ts.map +1 -1
- package/dist/types/Table/index.d.ts +1 -1
- package/dist/types/Table/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/types/Icon.types.d.ts +1 -1
- package/dist/types/types/Icon.types.d.ts.map +1 -1
- package/package.json +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.1",
|
|
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",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"dev": "npm run storybook"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"react": "^
|
|
38
|
-
"react-dom": "^
|
|
37
|
+
"react": "^18 || ^19",
|
|
38
|
+
"react-dom": "^18 || ^19"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@babel/cli": "^7.1.0",
|
|
@@ -46,7 +46,8 @@
|
|
|
46
46
|
"@babel/preset-react": "^7.14.5",
|
|
47
47
|
"@babel/preset-typescript": "^7.23.2",
|
|
48
48
|
"@commitlint/cli": "^19",
|
|
49
|
-
"@commitlint/config-conventional": "^
|
|
49
|
+
"@commitlint/config-conventional": "^20.0.0",
|
|
50
|
+
"@figma/code-connect": "^1.3.10",
|
|
50
51
|
"@mdx-js/mdx": "^3.1.0",
|
|
51
52
|
"@mdx-js/react": "^3.1.0",
|
|
52
53
|
"@semantic-release/changelog": "^6.0.0",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"@vitejs/plugin-react": "^5.0.4",
|
|
67
68
|
"babel-jest": "^30",
|
|
68
69
|
"babel-loader": "^8.2.2",
|
|
70
|
+
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
69
71
|
"chromatic": "^6",
|
|
70
72
|
"cli-table": "^0.3.11",
|
|
71
73
|
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
"react-dom": "^18.3.1",
|
|
96
98
|
"sass": "^1.45.0",
|
|
97
99
|
"sass-loader": "^12.1.0",
|
|
98
|
-
"semantic-release": "^
|
|
100
|
+
"semantic-release": "^25.0.1",
|
|
99
101
|
"storybook": "^9.1.13",
|
|
100
102
|
"style-dictionary": "^3.9.2",
|
|
101
103
|
"style-loader": "^0.23.1",
|