@uniformdev/context-ui 19.3.0 → 19.6.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 +2 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -1627,5 +1627,6 @@ __reExport(src_exports, require("@uniformdev/design-system"), module.exports);
|
|
|
1627
1627
|
useDimensionsDataContext,
|
|
1628
1628
|
useManifest,
|
|
1629
1629
|
useValidateContextConfig,
|
|
1630
|
-
validateContextConfig
|
|
1630
|
+
validateContextConfig,
|
|
1631
|
+
...require("@uniformdev/design-system")
|
|
1631
1632
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-ui",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.6.0",
|
|
4
4
|
"description": "React-based functionality and components for Uniform Context",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"document": "api-extractor run --local"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@emotion/react": "11.10.
|
|
35
|
-
"@uniformdev/context": "19.
|
|
36
|
-
"@uniformdev/design-system": "19.
|
|
34
|
+
"@emotion/react": "11.10.8",
|
|
35
|
+
"@uniformdev/context": "19.6.0",
|
|
36
|
+
"@uniformdev/design-system": "19.6.0",
|
|
37
37
|
"immer": "9.0.21",
|
|
38
38
|
"react-beautiful-dnd": "13.1.1",
|
|
39
39
|
"react-icons": "^4.7.1",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"react-dom": ">=16.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@babel/core": "7.21.
|
|
53
|
-
"@babel/preset-env": "7.21.
|
|
52
|
+
"@babel/core": "7.21.5",
|
|
53
|
+
"@babel/preset-env": "7.21.5",
|
|
54
54
|
"@babel/preset-react": "7.18.6",
|
|
55
55
|
"@emotion/babel-preset-css-prop": "11.10.0",
|
|
56
56
|
"@storybook/addon-controls": "6.5.16",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"postcss-import": "15.1.0",
|
|
68
68
|
"react": "18.2.0",
|
|
69
69
|
"react-dom": "18.2.0",
|
|
70
|
-
"webpack": "5.
|
|
70
|
+
"webpack": "5.81.0"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"/dist"
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "a14550dd1caa33fa1310ada642d06ce79bbe4eac"
|
|
79
79
|
}
|