@muraldevkit/ui-toolkit 4.30.0 → 4.31.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/form/select/MrlCreatableSelect/MrlCreatableSelect.d.ts +27 -0
- package/dist/components/form/select/MrlCreatableSelect/index.d.ts +1 -0
- package/dist/components/form/select/components/MrlSelectClearIndicator.d.ts +9 -0
- package/dist/components/form/select/components/index.d.ts +1 -0
- package/dist/components/form/select/index.d.ts +2 -0
- package/dist/components/form/select/utils/closeMenuOnScroll.d.ts +10 -0
- package/dist/components/form/select/utils/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +9 -0
- package/package.json +12 -13
|
@@ -6,3 +6,12 @@
|
|
|
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.31.1",
|
|
4
4
|
"description": "Mural's UI Toolkit",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -61,19 +61,18 @@
|
|
|
61
61
|
"@muraldevkit/ds-icons": "*",
|
|
62
62
|
"@muraldevkit/ds-icons-animated": "*",
|
|
63
63
|
"@muraldevkit/ds-pictograms": "*",
|
|
64
|
-
"@storybook/addon-a11y": "8.
|
|
65
|
-
"@storybook/addon-docs": "8.
|
|
66
|
-
"@storybook/addon-essentials": "8.
|
|
67
|
-
"@storybook/addon-interactions": "8.
|
|
68
|
-
"@storybook/addon-links": "8.
|
|
64
|
+
"@storybook/addon-a11y": "8.6.6",
|
|
65
|
+
"@storybook/addon-docs": "8.6.6",
|
|
66
|
+
"@storybook/addon-essentials": "8.6.6",
|
|
67
|
+
"@storybook/addon-interactions": "8.6.6",
|
|
68
|
+
"@storybook/addon-links": "8.6.6",
|
|
69
69
|
"@storybook/addon-webpack5-compiler-swc": "1.0.2",
|
|
70
|
-
"@storybook/blocks": "8.
|
|
71
|
-
"@storybook/manager-api": "8.
|
|
72
|
-
"@storybook/react": "8.
|
|
73
|
-
"@storybook/
|
|
74
|
-
"@storybook/test": "8.5.0",
|
|
70
|
+
"@storybook/blocks": "8.6.6",
|
|
71
|
+
"@storybook/manager-api": "8.6.6",
|
|
72
|
+
"@storybook/react-webpack5": "8.6.6",
|
|
73
|
+
"@storybook/test": "8.6.6",
|
|
75
74
|
"@storybook/test-runner": "0.17.0",
|
|
76
|
-
"@storybook/theming": "8.
|
|
75
|
+
"@storybook/theming": "8.6.6",
|
|
77
76
|
"@testing-library/dom": "10.4.0",
|
|
78
77
|
"@testing-library/jest-dom": "5.16.5",
|
|
79
78
|
"@testing-library/react": "12.1.2",
|
|
@@ -116,7 +115,7 @@
|
|
|
116
115
|
"sass-loader": "13.2.2",
|
|
117
116
|
"semantic-release": "19.0.5",
|
|
118
117
|
"semantic-release-monorepo": "7.0.5",
|
|
119
|
-
"storybook": "8.
|
|
118
|
+
"storybook": "8.6.6",
|
|
120
119
|
"style-loader": "3.3.2",
|
|
121
120
|
"stylelint": "16.10.0",
|
|
122
121
|
"stylelint-config-standard": "36.0.1",
|