@uniformdev/context-ui 19.100.0 → 19.106.1-alpha.3
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.esm.js
CHANGED
|
@@ -1378,7 +1378,7 @@ var PersonalizationCriteriaStatic = ({
|
|
|
1378
1378
|
setValue(finalValue);
|
|
1379
1379
|
onRemoveCriteria == null ? void 0 : onRemoveCriteria(finalValue);
|
|
1380
1380
|
};
|
|
1381
|
-
return /* @__PURE__ */ jsxs9("fieldset", { className: "personalization-criteria", children: [
|
|
1381
|
+
return /* @__PURE__ */ jsxs9("fieldset", { className: "personalization-criteria", "data-testid": "personalization-panel", children: [
|
|
1382
1382
|
displayTitle ? (components == null ? void 0 : components.Title) ? /* @__PURE__ */ jsx17(components.Title, {}) : /* @__PURE__ */ jsx17(
|
|
1383
1383
|
"legend",
|
|
1384
1384
|
{
|
package/dist/index.js
CHANGED
|
@@ -1422,7 +1422,7 @@ var PersonalizationCriteriaStatic = ({
|
|
|
1422
1422
|
setValue(finalValue);
|
|
1423
1423
|
onRemoveCriteria == null ? void 0 : onRemoveCriteria(finalValue);
|
|
1424
1424
|
};
|
|
1425
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("fieldset", { className: "personalization-criteria", children: [
|
|
1425
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("fieldset", { className: "personalization-criteria", "data-testid": "personalization-panel", children: [
|
|
1426
1426
|
displayTitle ? (components == null ? void 0 : components.Title) ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(components.Title, {}) : /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1427
1427
|
"legend",
|
|
1428
1428
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -1378,7 +1378,7 @@ var PersonalizationCriteriaStatic = ({
|
|
|
1378
1378
|
setValue(finalValue);
|
|
1379
1379
|
onRemoveCriteria == null ? void 0 : onRemoveCriteria(finalValue);
|
|
1380
1380
|
};
|
|
1381
|
-
return /* @__PURE__ */ jsxs9("fieldset", { className: "personalization-criteria", children: [
|
|
1381
|
+
return /* @__PURE__ */ jsxs9("fieldset", { className: "personalization-criteria", "data-testid": "personalization-panel", children: [
|
|
1382
1382
|
displayTitle ? (components == null ? void 0 : components.Title) ? /* @__PURE__ */ jsx17(components.Title, {}) : /* @__PURE__ */ jsx17(
|
|
1383
1383
|
"legend",
|
|
1384
1384
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/context-ui",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.106.1-alpha.3+47677ea6f",
|
|
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",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@emotion/react": "11.11.3",
|
|
36
36
|
"@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v4.10.1/react-icons-all-files-4.10.1.tgz",
|
|
37
|
-
"@uniformdev/context": "19.
|
|
38
|
-
"@uniformdev/design-system": "19.
|
|
37
|
+
"@uniformdev/context": "19.106.1-alpha.3+47677ea6f",
|
|
38
|
+
"@uniformdev/design-system": "19.106.1-alpha.3+47677ea6f",
|
|
39
39
|
"immer": "10.0.3",
|
|
40
40
|
"react-beautiful-dnd": "13.1.1",
|
|
41
|
-
"react-select": "5.
|
|
41
|
+
"react-select": "5.8.0",
|
|
42
42
|
"react-use": "17.4.2",
|
|
43
43
|
"reakit": "1.3.11",
|
|
44
44
|
"timeago.js": "4.0.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "47677ea6fd6eb707bb30eb20dc67e42573e0516d"
|
|
77
77
|
}
|