@uniformdev/context-ui 20.69.1-alpha.10 → 20.70.1-alpha.10
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 +4 -4
- package/package.json +10 -11
package/dist/index.js
CHANGED
|
@@ -29,8 +29,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
30
|
|
|
31
31
|
// src/index.ts
|
|
32
|
-
var
|
|
33
|
-
__export(
|
|
32
|
+
var index_exports = {};
|
|
33
|
+
__export(index_exports, {
|
|
34
34
|
AbTestSelector: () => AbTestSelector,
|
|
35
35
|
ContextData: () => ContextData,
|
|
36
36
|
CriteriaMatchMenu: () => CriteriaMatchMenu,
|
|
@@ -59,7 +59,7 @@ __export(src_exports, {
|
|
|
59
59
|
useValidateContextConfig: () => useValidateContextConfig,
|
|
60
60
|
validateContextConfig: () => validateContextConfig
|
|
61
61
|
});
|
|
62
|
-
module.exports = __toCommonJS(
|
|
62
|
+
module.exports = __toCommonJS(index_exports);
|
|
63
63
|
|
|
64
64
|
// ../../scripts/emotion-jsx-shim.js
|
|
65
65
|
var import_react = require("@emotion/react");
|
|
@@ -1892,7 +1892,7 @@ var useValidateContextConfig = (contextConfig) => {
|
|
|
1892
1892
|
};
|
|
1893
1893
|
|
|
1894
1894
|
// src/index.ts
|
|
1895
|
-
__reExport(
|
|
1895
|
+
__reExport(index_exports, require("@uniformdev/design-system"), module.exports);
|
|
1896
1896
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1897
1897
|
0 && (module.exports = {
|
|
1898
1898
|
AbTestSelector,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-ui",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.70.1-alpha.10+6e0ecaf156",
|
|
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",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"@emotion/react": "11.14.0",
|
|
29
29
|
"@hello-pangea/dnd": "18.0.1",
|
|
30
30
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.5.0/react-icons-all-files-5.5.0.tgz",
|
|
31
|
-
"@uniformdev/context": "20.
|
|
32
|
-
"@uniformdev/design-system": "20.
|
|
33
|
-
"immer": "
|
|
31
|
+
"@uniformdev/context": "20.70.1-alpha.10+6e0ecaf156",
|
|
32
|
+
"@uniformdev/design-system": "20.70.1-alpha.10+6e0ecaf156",
|
|
33
|
+
"immer": "11.1.8",
|
|
34
34
|
"react-select": "5.10.2",
|
|
35
|
-
"react-use": "17.6.
|
|
35
|
+
"react-use": "17.6.1",
|
|
36
36
|
"timeago.js": "4.0.2",
|
|
37
|
-
"uuid": "
|
|
37
|
+
"uuid": "11.1.1",
|
|
38
38
|
"yup": "0.32.11"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
@@ -42,10 +42,9 @@
|
|
|
42
42
|
"react-dom": ">=16.8"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@storybook/react": "10.
|
|
46
|
-
"@types/react": "19.2.
|
|
47
|
-
"@types/react-dom": "19.2.
|
|
48
|
-
"@types/uuid": "9.0.4",
|
|
45
|
+
"@storybook/react": "10.4.6",
|
|
46
|
+
"@types/react": "19.2.17",
|
|
47
|
+
"@types/react-dom": "19.2.3",
|
|
49
48
|
"react": "19.2.1",
|
|
50
49
|
"react-dom": "19.2.1"
|
|
51
50
|
},
|
|
@@ -55,5 +54,5 @@
|
|
|
55
54
|
"publishConfig": {
|
|
56
55
|
"access": "public"
|
|
57
56
|
},
|
|
58
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "6e0ecaf15691da45ddab84cc3ca11c4d048bbbdd"
|
|
59
58
|
}
|