@gem-sdk/core 1.17.10 → 1.18.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.
@@ -768,6 +768,8 @@ type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
768
768
  placeholder?: string;
769
769
  type: 'layout-segment';
770
770
  options: Option<T>[];
771
+ iconViewBox?: string;
772
+ enableItemBackground?: boolean;
771
773
  default?: T;
772
774
  };
773
775
  type LayoutSegmentControlType<T> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.17.10",
3
+ "version": "1.18.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",