x-runtime-lib 0.6.30 → 0.6.31

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.
@@ -87,7 +87,7 @@ type ZPropSwitch = {
87
87
  } & ZPropBase;
88
88
  type ZPropSelect = {
89
89
  ui: 'select';
90
- items: ZItem[];
90
+ items: 'axisTypeItemsV1' | 'borderStyleItemsV1' | 'btnVariantItemsV1' | 'colorModeItemsV1' | 'densityItemsV1' | 'flexCrossAlignItemsV1' | 'flexDirectionItemsV1' | 'flexMainAlignItemsV1' | 'flexWrapItemsV1' | 'themeColorItemsV1';
91
91
  readonly?: boolean;
92
92
  default: string;
93
93
  } & ZPropBase;
@@ -98,7 +98,7 @@ type ZPropColorPicker = {
98
98
  } & ZPropBase;
99
99
  type ZPropMultiTypes = {
100
100
  ui: 'multiTypes';
101
- types: ZType[];
101
+ types: 'borderWidthTypesV1' | 'leftRightTypesV1' | 'marginTypesV1' | 'paddingTypesV1' | 'sizeTypesV1' | 'tableColumnAlignTypesV1' | 'topBottomTypesV1';
102
102
  readonly?: boolean;
103
103
  default: string | undefined;
104
104
  } & ZPropBase;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.6.30",
4
+ "version": "0.6.31",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",