@uniformdev/design-system 20.25.2-alpha.0 → 20.26.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/esm/index.js CHANGED
@@ -12430,20 +12430,6 @@ var getLabelForElement = (type) => {
12430
12430
  const element = richTextBuiltInElements.find((element2) => element2.type === type);
12431
12431
  return (_a = element == null ? void 0 : element.label) != null ? _a : type;
12432
12432
  };
12433
- var defaultParameterConfiguration = {
12434
- required: false,
12435
- formatting: {
12436
- builtIn: richTextBuiltInFormats.map((format) => format.type)
12437
- },
12438
- elements: {
12439
- builtIn: richTextBuiltInElements.map((element) => element.type)
12440
- },
12441
- elementsConfig: {
12442
- asset: {
12443
- allowedTypes: ["image"]
12444
- }
12445
- }
12446
- };
12447
12433
 
12448
12434
  // src/components/ParameterInputs/ParameterRichText.tsx
12449
12435
  import { deepEqual as deepEqual2 } from "fast-equals";
package/dist/index.js CHANGED
@@ -14347,20 +14347,6 @@ var getLabelForElement = (type) => {
14347
14347
  const element = richTextBuiltInElements.find((element2) => element2.type === type);
14348
14348
  return (_a = element == null ? void 0 : element.label) != null ? _a : type;
14349
14349
  };
14350
- var defaultParameterConfiguration = {
14351
- required: false,
14352
- formatting: {
14353
- builtIn: richTextBuiltInFormats.map((format) => format.type)
14354
- },
14355
- elements: {
14356
- builtIn: richTextBuiltInElements.map((element) => element.type)
14357
- },
14358
- elementsConfig: {
14359
- asset: {
14360
- allowedTypes: ["image"]
14361
- }
14362
- }
14363
- };
14364
14350
 
14365
14351
  // src/components/ParameterInputs/ParameterRichText.tsx
14366
14352
  var import_fast_equals2 = require("fast-equals");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "20.25.2-alpha.0+93d3ffc2f1",
3
+ "version": "20.26.0",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "exports": {
@@ -38,8 +38,8 @@
38
38
  "@storybook/theming": "^8.3.3",
39
39
  "@types/react": "18.3.11",
40
40
  "@types/react-dom": "18.3.1",
41
- "@uniformdev/canvas": "^20.25.2-alpha.0+93d3ffc2f1",
42
- "@uniformdev/richtext": "^20.25.2-alpha.0+93d3ffc2f1",
41
+ "@uniformdev/canvas": "^20.26.0",
42
+ "@uniformdev/richtext": "^20.26.0",
43
43
  "@vitest/coverage-v8": "^3.1.2",
44
44
  "autoprefixer": "10.4.21",
45
45
  "hygen": "6.2.11",
@@ -91,5 +91,5 @@
91
91
  "publishConfig": {
92
92
  "access": "public"
93
93
  },
94
- "gitHead": "93d3ffc2f1717d4ab6789d483ca7164f68a36b72"
94
+ "gitHead": "ef00de53951dbf1bc894c099aabd1252a670dee3"
95
95
  }