@gem-sdk/core 1.14.0-next.72 → 1.14.0-next.76

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.
@@ -753,6 +753,8 @@ type Mapped<K, T> = NonNullable<T> extends ObjectDevices<infer U> ? {
753
753
  type: 'layout-segment';
754
754
  options: Option<T>[];
755
755
  devices?: ResponsiveConfig<U>;
756
+ iconViewBox?: string;
757
+ enableItemBackground?: boolean;
756
758
  } : {
757
759
  id: K;
758
760
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.14.0-next.72",
3
+ "version": "1.14.0-next.76",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",