@uniformdev/context-ui 20.3.1-alpha.7 → 20.4.1-alpha.15

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 CHANGED
@@ -1312,6 +1312,7 @@ import { CgCloseO as CgCloseO2 } from "@react-icons/all-files/cg/CgCloseO";
1312
1312
  import {
1313
1313
  AddListButton as AddListButton3,
1314
1314
  Callout as Callout3,
1315
+ Heading as Heading2,
1315
1316
  Icon as Icon5,
1316
1317
  Input as Input2,
1317
1318
  InputInlineSelect,
@@ -1436,7 +1437,7 @@ var PersonalizationCriteriaStatic = ({
1436
1437
  fontSize: "var(--fs-md)",
1437
1438
  fontWeight: "var(--fw-bold)"
1438
1439
  },
1439
- children: "Personalize This"
1440
+ children: /* @__PURE__ */ jsx17(Heading2, { level: 5, withMarginBottom: false, children: "Personalization Variation" })
1440
1441
  }
1441
1442
  ) : null,
1442
1443
  (components == null ? void 0 : components.CustomVariantName) ? /* @__PURE__ */ jsx17(components.CustomVariantName, {}) : null,
package/dist/index.js CHANGED
@@ -1473,7 +1473,7 @@ var PersonalizationCriteriaStatic = ({
1473
1473
  fontSize: "var(--fs-md)",
1474
1474
  fontWeight: "var(--fw-bold)"
1475
1475
  },
1476
- children: "Personalize This"
1476
+ children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_design_system10.Heading, { level: 5, withMarginBottom: false, children: "Personalization Variation" })
1477
1477
  }
1478
1478
  ) : null,
1479
1479
  (components == null ? void 0 : components.CustomVariantName) ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(components.CustomVariantName, {}) : null,
package/dist/index.mjs CHANGED
@@ -1312,6 +1312,7 @@ import { CgCloseO as CgCloseO2 } from "@react-icons/all-files/cg/CgCloseO";
1312
1312
  import {
1313
1313
  AddListButton as AddListButton3,
1314
1314
  Callout as Callout3,
1315
+ Heading as Heading2,
1315
1316
  Icon as Icon5,
1316
1317
  Input as Input2,
1317
1318
  InputInlineSelect,
@@ -1436,7 +1437,7 @@ var PersonalizationCriteriaStatic = ({
1436
1437
  fontSize: "var(--fs-md)",
1437
1438
  fontWeight: "var(--fw-bold)"
1438
1439
  },
1439
- children: "Personalize This"
1440
+ children: /* @__PURE__ */ jsx17(Heading2, { level: 5, withMarginBottom: false, children: "Personalization Variation" })
1440
1441
  }
1441
1442
  ) : null,
1442
1443
  (components == null ? void 0 : components.CustomVariantName) ? /* @__PURE__ */ jsx17(components.CustomVariantName, {}) : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-ui",
3
- "version": "20.3.1-alpha.7+bede5bf489",
3
+ "version": "20.4.1-alpha.15+73b27bfcce",
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,8 +34,8 @@
34
34
  "dependencies": {
35
35
  "@emotion/react": "11.13.5",
36
36
  "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz",
37
- "@uniformdev/context": "20.3.1-alpha.7+bede5bf489",
38
- "@uniformdev/design-system": "20.3.1-alpha.7+bede5bf489",
37
+ "@uniformdev/context": "20.4.1-alpha.15+73b27bfcce",
38
+ "@uniformdev/design-system": "20.4.1-alpha.15+73b27bfcce",
39
39
  "immer": "10.1.1",
40
40
  "react-beautiful-dnd": "13.1.1",
41
41
  "react-select": "5.8.0",
@@ -76,5 +76,5 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "bede5bf4893bf814af6aba78a558e28efd9f5682"
79
+ "gitHead": "73b27bfcce749c31e7ab50bdc9bb86ac1294903d"
80
80
  }