@muraldevkit/ui-toolkit 4.43.0 → 4.44.1-dev-mLyK.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/dist/components/avatar/MrlAvatar/MrlAvatar.d.ts +0 -1
- package/dist/components/form/hooks/useIsEditable.d.ts +5 -7
- package/dist/components/form/text-input/MrlEditableTextInput/MrlEditableTextInput.d.ts +0 -1
- package/dist/components/form/textarea/MrlEditableTextarea/MrlEditableTextarea.d.ts +0 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -9
- package/package.json +23 -27
|
@@ -6,12 +6,3 @@
|
|
|
6
6
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
7
7
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
|
-
/** @license React v16.13.1
|
|
11
|
-
* react-is.production.min.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muraldevkit/ui-toolkit",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.44.1-dev-mLyK.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
],
|
|
11
11
|
"scripts": {
|
|
12
12
|
"prebuild": "rimraf dist",
|
|
13
|
+
"analyze": "webpack --mode=production --analyze",
|
|
13
14
|
"build": "webpack --mode=production",
|
|
14
15
|
"compile": "storybook build",
|
|
15
16
|
"dev": "storybook dev -p 6006",
|
|
@@ -54,18 +55,12 @@
|
|
|
54
55
|
"@muraldevkit/ds-icons": "*",
|
|
55
56
|
"@muraldevkit/ds-icons-animated": "*",
|
|
56
57
|
"@muraldevkit/ds-pictograms": "*",
|
|
57
|
-
"@storybook/addon-a11y": "
|
|
58
|
-
"@storybook/addon-docs": "
|
|
59
|
-
"@storybook/addon-
|
|
60
|
-
"@storybook/addon-
|
|
61
|
-
"@storybook/
|
|
62
|
-
"@storybook/
|
|
63
|
-
"@storybook/blocks": "8.6.6",
|
|
64
|
-
"@storybook/manager-api": "8.6.6",
|
|
65
|
-
"@storybook/react-webpack5": "8.6.6",
|
|
66
|
-
"@storybook/test": "8.6.6",
|
|
67
|
-
"@storybook/test-runner": "0.17.0",
|
|
68
|
-
"@storybook/theming": "8.6.6",
|
|
58
|
+
"@storybook/addon-a11y": "9.0.15",
|
|
59
|
+
"@storybook/addon-docs": "9.0.15",
|
|
60
|
+
"@storybook/addon-links": "9.0.15",
|
|
61
|
+
"@storybook/addon-webpack5-compiler-swc": "3.0.0",
|
|
62
|
+
"@storybook/react-webpack5": "9.0.15",
|
|
63
|
+
"@storybook/test-runner": "0.23.0",
|
|
69
64
|
"@testing-library/dom": "10.4.0",
|
|
70
65
|
"@testing-library/jest-dom": "5.16.5",
|
|
71
66
|
"@testing-library/react": "12.1.2",
|
|
@@ -78,21 +73,21 @@
|
|
|
78
73
|
"@types/react": "18.2.22",
|
|
79
74
|
"@types/react-dom": "18.2.7",
|
|
80
75
|
"@types/react-router-dom": "5.3.3",
|
|
81
|
-
"@typescript-eslint/eslint-plugin": "
|
|
82
|
-
"@typescript-eslint/parser": "
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "8.35.1",
|
|
77
|
+
"@typescript-eslint/parser": "8.35.1",
|
|
83
78
|
"axe-playwright": "1.2.3",
|
|
84
79
|
"babel-loader": "9.1.2",
|
|
85
80
|
"copy-webpack-plugin": "11.0.0",
|
|
86
81
|
"css-loader": "6.7.3",
|
|
87
|
-
"eslint": "
|
|
88
|
-
"eslint-config-prettier": "
|
|
89
|
-
"eslint-plugin-import": "2.
|
|
90
|
-
"eslint-plugin-jsdoc": "
|
|
91
|
-
"eslint-plugin-jsx-a11y": "6.
|
|
92
|
-
"eslint-plugin-prettier": "
|
|
93
|
-
"eslint-plugin-react": "7.
|
|
94
|
-
"eslint-plugin-react-hooks": "
|
|
95
|
-
"eslint-plugin-storybook": "0.
|
|
82
|
+
"eslint": "8.57.1",
|
|
83
|
+
"eslint-config-prettier": "10.1.5",
|
|
84
|
+
"eslint-plugin-import": "2.32.0",
|
|
85
|
+
"eslint-plugin-jsdoc": "51.3.3",
|
|
86
|
+
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
87
|
+
"eslint-plugin-prettier": "5.5.1",
|
|
88
|
+
"eslint-plugin-react": "7.37.5",
|
|
89
|
+
"eslint-plugin-react-hooks": "5.2.0",
|
|
90
|
+
"eslint-plugin-storybook": "9.0.15",
|
|
96
91
|
"identity-obj-proxy": "3.0.0",
|
|
97
92
|
"jest": "29.5.0",
|
|
98
93
|
"jest-canvas-mock": "2.5.1",
|
|
@@ -101,14 +96,14 @@
|
|
|
101
96
|
"lint-staged": "13.2.2",
|
|
102
97
|
"mini-css-extract-plugin": "2.9.0",
|
|
103
98
|
"null-loader": "4.0.1",
|
|
104
|
-
"prettier": "
|
|
99
|
+
"prettier": "3.6.2",
|
|
105
100
|
"react-markdown": "8.0.7",
|
|
106
101
|
"rimraf": "5.0.0",
|
|
107
102
|
"sass": "1.62.1",
|
|
108
103
|
"sass-loader": "13.2.2",
|
|
109
104
|
"semantic-release": "19.0.5",
|
|
110
105
|
"semantic-release-monorepo": "7.0.5",
|
|
111
|
-
"storybook": "
|
|
106
|
+
"storybook": "9.0.15",
|
|
112
107
|
"style-loader": "3.3.2",
|
|
113
108
|
"stylelint": "16.10.0",
|
|
114
109
|
"stylelint-config-standard": "36.0.1",
|
|
@@ -118,7 +113,8 @@
|
|
|
118
113
|
"ts-jest": "29.1.0",
|
|
119
114
|
"ts-loader": "9.4.2",
|
|
120
115
|
"typescript": "5.0.4",
|
|
121
|
-
"webpack": "5.
|
|
116
|
+
"webpack": "5.100.2",
|
|
117
|
+
"webpack-bundle-analyzer": "4.10.2",
|
|
122
118
|
"webpack-cli": "5.0.1"
|
|
123
119
|
},
|
|
124
120
|
"dependencies": {
|