@muraldevkit/ui-toolkit 4.67.0-dev-OdGN.1 → 4.67.0
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.js +1 -1
- package/dist/styles/MrlContainer/module.scss +2 -2
- package/dist/styles/MrlFilterItem/module.scss +1 -1
- package/dist/styles/MrlKeystroke/module.scss +1 -1
- package/dist/styles/MrlLegacySelectItem/variables.scss +2 -2
- package/dist/styles/MrlSidebarNavItem/module.scss +1 -1
- package/dist/styles/MrlSwitchStandalone/module.scss +1 -1
- package/dist/styles/MrlTabGroup/module.scss +1 -1
- package/dist/styles/form/variables.scss +1 -1
- package/dist/styles.css +22 -22
- package/package.json +11 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "4.67.0
|
|
3
|
+
"version": "4.67.0",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"publish:local": "npm run build && npm pack",
|
|
28
28
|
"release": "npx semantic-release",
|
|
29
29
|
"test": "jest",
|
|
30
|
-
"test:scan": "npx test-storybook --maxWorkers=2",
|
|
31
30
|
"test:single": "jest $1",
|
|
32
31
|
"test:single:watch": "jest --watch $1",
|
|
33
32
|
"test:watch": "jest --watchAll",
|
|
@@ -42,13 +41,7 @@
|
|
|
42
41
|
"license": "https://www.mural.co/terms/developer-addendum",
|
|
43
42
|
"peerDependencies": {
|
|
44
43
|
"@tactivos/mural-shared": "2.8.0",
|
|
45
|
-
"lottie-web": "^5.9.6"
|
|
46
|
-
"react-router-dom": "^5 || ^6"
|
|
47
|
-
},
|
|
48
|
-
"peerDependenciesMeta": {
|
|
49
|
-
"react-router-dom": {
|
|
50
|
-
"optional": true
|
|
51
|
-
}
|
|
44
|
+
"lottie-web": "^5.9.6"
|
|
52
45
|
},
|
|
53
46
|
"devDependencies": {
|
|
54
47
|
"@babel/core": "7.21.4",
|
|
@@ -63,12 +56,11 @@
|
|
|
63
56
|
"@muraldevkit/ds-icons": "*",
|
|
64
57
|
"@muraldevkit/ds-icons-animated": "*",
|
|
65
58
|
"@muraldevkit/ds-pictograms": "*",
|
|
66
|
-
"@storybook/addon-a11y": "
|
|
67
|
-
"@storybook/addon-docs": "
|
|
68
|
-
"@storybook/addon-links": "
|
|
69
|
-
"@storybook/addon-webpack5-compiler-swc": "
|
|
70
|
-
"@storybook/react-webpack5": "
|
|
71
|
-
"@storybook/test-runner": "0.23.0",
|
|
59
|
+
"@storybook/addon-a11y": "10.4.6",
|
|
60
|
+
"@storybook/addon-docs": "10.4.6",
|
|
61
|
+
"@storybook/addon-links": "10.4.6",
|
|
62
|
+
"@storybook/addon-webpack5-compiler-swc": "4.0.3",
|
|
63
|
+
"@storybook/react-webpack5": "10.4.6",
|
|
72
64
|
"@testing-library/dom": "10.4.0",
|
|
73
65
|
"@testing-library/jest-dom": "5.16.5",
|
|
74
66
|
"@testing-library/react": "14.3.1",
|
|
@@ -79,9 +71,9 @@
|
|
|
79
71
|
"@types/path-browserify": "1.0.2",
|
|
80
72
|
"@types/react": "18.2.22",
|
|
81
73
|
"@types/react-dom": "18.2.7",
|
|
74
|
+
"@types/react-router-dom": "5.3.3",
|
|
82
75
|
"@typescript-eslint/eslint-plugin": "8.35.1",
|
|
83
76
|
"@typescript-eslint/parser": "8.35.1",
|
|
84
|
-
"axe-playwright": "1.2.3",
|
|
85
77
|
"babel-loader": "9.1.2",
|
|
86
78
|
"copy-webpack-plugin": "11.0.0",
|
|
87
79
|
"css-loader": "6.7.3",
|
|
@@ -93,7 +85,7 @@
|
|
|
93
85
|
"eslint-plugin-prettier": "5.5.1",
|
|
94
86
|
"eslint-plugin-react": "7.37.5",
|
|
95
87
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
96
|
-
"eslint-plugin-storybook": "
|
|
88
|
+
"eslint-plugin-storybook": "10.4.6",
|
|
97
89
|
"identity-obj-proxy": "3.0.0",
|
|
98
90
|
"jest": "29.5.0",
|
|
99
91
|
"jest-canvas-mock": "2.5.1",
|
|
@@ -104,13 +96,12 @@
|
|
|
104
96
|
"null-loader": "4.0.1",
|
|
105
97
|
"prettier": "3.6.2",
|
|
106
98
|
"react-markdown": "8.0.7",
|
|
107
|
-
"react-router-dom": "6.30.4",
|
|
108
99
|
"rimraf": "6.1.0",
|
|
109
100
|
"sass": "1.62.1",
|
|
110
101
|
"sass-loader": "13.2.2",
|
|
111
102
|
"semantic-release": "22.0.12",
|
|
112
103
|
"semantic-release-monorepo": "8.0.2",
|
|
113
|
-
"storybook": "
|
|
104
|
+
"storybook": "10.4.6",
|
|
114
105
|
"style-loader": "3.3.2",
|
|
115
106
|
"stylelint": "16.10.0",
|
|
116
107
|
"stylelint-config-standard": "36.0.1",
|
|
@@ -132,6 +123,7 @@
|
|
|
132
123
|
"path-browserify": "1.0.1",
|
|
133
124
|
"react": "18.2.0",
|
|
134
125
|
"react-dom": "18.2.0",
|
|
126
|
+
"react-router-dom": "5.3.4",
|
|
135
127
|
"react-select": "5.8.2"
|
|
136
128
|
},
|
|
137
129
|
"lint-staged": {
|