@uniformdev/design-system 20.25.1 → 20.25.2-alpha.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,6 +12430,20 @@ 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
+ };
12433
12447
 
12434
12448
  // src/components/ParameterInputs/ParameterRichText.tsx
12435
12449
  import { deepEqual as deepEqual2 } from "fast-equals";
package/dist/index.js CHANGED
@@ -14347,6 +14347,20 @@ 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
+ };
14350
14364
 
14351
14365
  // src/components/ParameterInputs/ParameterRichText.tsx
14352
14366
  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.1",
3
+ "version": "20.25.2-alpha.0+93d3ffc2f1",
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.1",
42
- "@uniformdev/richtext": "^20.25.1",
41
+ "@uniformdev/canvas": "^20.25.2-alpha.0+93d3ffc2f1",
42
+ "@uniformdev/richtext": "^20.25.2-alpha.0+93d3ffc2f1",
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": "ff2a3aff48b99c1b81865a082cec9bd72f56d2d3"
94
+ "gitHead": "93d3ffc2f1717d4ab6789d483ca7164f68a36b72"
95
95
  }