@uniformdev/context-ui 18.18.1-alpha.12 → 18.19.1-alpha.7

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
@@ -1402,6 +1402,7 @@ async function validate(value, contextData) {
1402
1402
  then: yup.string().required("Choose a score or dimension")
1403
1403
  })
1404
1404
  },
1405
+ // wat? https://stackoverflow.com/questions/63342947/yup-cyclic-dependency-two-fields-mutually-requiring-each-other
1405
1406
  ["rDim", "r"]
1406
1407
  );
1407
1408
  try {
package/dist/index.js CHANGED
@@ -19,6 +19,10 @@ var __copyProps = (to, from, except, desc) => {
19
19
  };
20
20
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
21
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
22
26
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
23
27
  mod
24
28
  ));
@@ -1449,6 +1453,7 @@ async function validate(value, contextData) {
1449
1453
  then: yup.string().required("Choose a score or dimension")
1450
1454
  })
1451
1455
  },
1456
+ // wat? https://stackoverflow.com/questions/63342947/yup-cyclic-dependency-two-fields-mutually-requiring-each-other
1452
1457
  ["rDim", "r"]
1453
1458
  );
1454
1459
  try {
package/dist/index.mjs CHANGED
@@ -1402,6 +1402,7 @@ async function validate(value, contextData) {
1402
1402
  then: yup.string().required("Choose a score or dimension")
1403
1403
  })
1404
1404
  },
1405
+ // wat? https://stackoverflow.com/questions/63342947/yup-cyclic-dependency-two-fields-mutually-requiring-each-other
1405
1406
  ["rDim", "r"]
1406
1407
  );
1407
1408
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/context-ui",
3
- "version": "18.18.1-alpha.12+e9f4d7eda",
3
+ "version": "18.19.1-alpha.7+b4918b2f5",
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",
@@ -27,12 +27,13 @@
27
27
  "storybook": "pnpm build && start-storybook -p 9011 -c ./.storybook",
28
28
  "deploy": "run-s deploy:storybook deploy:netlify",
29
29
  "deploy:storybook": "pnpm build && pnpm build-storybook -o ./out",
30
- "deploy:netlify": "tsx ../../scripts/deploy-to-netlify.ts"
30
+ "deploy:netlify": "tsx ../../scripts/deploy-to-netlify.ts",
31
+ "document": "api-extractor run --local"
31
32
  },
32
33
  "dependencies": {
33
34
  "@emotion/react": "11.10.5",
34
- "@uniformdev/context": "18.18.1-alpha.12+e9f4d7eda",
35
- "@uniformdev/design-system": "18.18.1-alpha.12+e9f4d7eda",
35
+ "@uniformdev/context": "18.19.1-alpha.7+b4918b2f5",
36
+ "@uniformdev/design-system": "18.19.1-alpha.7+b4918b2f5",
36
37
  "immer": "9.0.19",
37
38
  "react-beautiful-dnd": "13.1.1",
38
39
  "react-icons": "^4.7.1",
@@ -60,7 +61,7 @@
60
61
  "@storybook/react": "6.5.16",
61
62
  "@types/react": "18.0.28",
62
63
  "@types/react-beautiful-dnd": "13.1.3",
63
- "@types/uuid": "9.0.0",
64
+ "@types/uuid": "9.0.1",
64
65
  "autoprefixer": "10.4.13",
65
66
  "postcss": "8.4.21",
66
67
  "postcss-import": "15.1.0",
@@ -74,5 +75,5 @@
74
75
  "publishConfig": {
75
76
  "access": "public"
76
77
  },
77
- "gitHead": "e9f4d7eda7b1b425205d0be4ec736ebd5dbaed4d"
78
+ "gitHead": "b4918b2f547ebb0b889528bbbacbc930cbb66694"
78
79
  }