@gem-sdk/core 1.14.0 → 1.14.1

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.
@@ -739,6 +739,8 @@ type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
739
739
  type: 'layout-segment';
740
740
  options: Option<T>[];
741
741
  devices?: ResponsiveConfig<U>;
742
+ iconViewBox?: string;
743
+ enableItemBackground?: boolean;
742
744
  } : {
743
745
  id: K;
744
746
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",