@uniformdev/canvas 19.118.1-alpha.0 → 19.118.1-alpha.10

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.d.mts CHANGED
@@ -13582,6 +13582,8 @@ type CompositionDeleteParameters = Api['delete']['requestBody']['content']['appl
13582
13582
  type ComponentParameter<TValue = unknown> = Omit<SharedComponents['ComponentParameter'], 'value'> & {
13583
13583
  /** The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
13584
13584
  value?: TValue;
13585
+ /** The type of the localizable parameter */
13586
+ locales?: Record<string, TValue>;
13585
13587
  };
13586
13588
  /** Parameter which stores blocks of entry types */
13587
13589
  type ComponentParameterBlock = Omit<ComponentParameter<BlockValue>, 'type'> & {
package/dist/index.d.ts CHANGED
@@ -13582,6 +13582,8 @@ type CompositionDeleteParameters = Api['delete']['requestBody']['content']['appl
13582
13582
  type ComponentParameter<TValue = unknown> = Omit<SharedComponents['ComponentParameter'], 'value'> & {
13583
13583
  /** The type of the parameter. Determines how it is displayed when editing, and tells the consumer how to process it. */
13584
13584
  value?: TValue;
13585
+ /** The type of the localizable parameter */
13586
+ locales?: Record<string, TValue>;
13585
13587
  };
13586
13588
  /** Parameter which stores blocks of entry types */
13587
13589
  type ComponentParameterBlock = Omit<ComponentParameter<BlockValue>, 'type'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.118.1-alpha.0+cf7370c980",
3
+ "version": "19.118.1-alpha.10+578491e54b",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.118.1-alpha.0+cf7370c980",
42
- "@uniformdev/context": "19.118.1-alpha.0+cf7370c980",
41
+ "@uniformdev/assets": "19.118.1-alpha.10+578491e54b",
42
+ "@uniformdev/context": "19.118.1-alpha.10+578491e54b",
43
43
  "immer": "10.0.3"
44
44
  },
45
45
  "files": [
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "cf7370c9807feb6b6a19764c8c3c82c62eaa8315"
51
+ "gitHead": "578491e54b389231b3508d7ff92507d9f71d4c60"
52
52
  }