@gem-sdk/core 1.14.0-dev.401 → 1.14.0-dev.410

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.
@@ -454,7 +454,7 @@ type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
454
454
  active?: boolean;
455
455
  };
456
456
  placeholder?: string;
457
- type: 'segment';
457
+ type: 'segment' | 'accordion:segment';
458
458
  options: Option$2<T>[];
459
459
  iconCustom?: boolean;
460
460
  devices?: ResponsiveConfig<U>;
@@ -475,7 +475,7 @@ type Mapped$3<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
475
475
  active?: boolean;
476
476
  };
477
477
  placeholder?: string;
478
- type: 'segment';
478
+ type: 'segment' | 'accordion:segment';
479
479
  options: Option$2<T>[];
480
480
  iconCustom?: boolean;
481
481
  default?: T;
@@ -949,7 +949,7 @@ type ChildIconType<T> = SharedControlType<T> & {
949
949
  };
950
950
 
951
951
  type DropdownInput<T> = SharedControlType<T> & {
952
- type: 'dropdown:input';
952
+ type: 'dropdown:input' | 'accordion:dropdown:input';
953
953
  hideUnit?: boolean;
954
954
  inputType?: 'text' | 'number';
955
955
  displayOptions?: {
@@ -962,7 +962,6 @@ type DropdownInput<T> = SharedControlType<T> & {
962
962
 
963
963
  type Dropdown<T> = SharedControlType<T> & {
964
964
  type: 'dropdown';
965
- inputType?: 'text';
966
965
  displayOptions?: {
967
966
  label: string;
968
967
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-dev.401",
3
+ "version": "1.14.0-dev.410",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",