@gem-sdk/core 1.58.0-dev.93 → 1.58.0-dev.96

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.
@@ -120,7 +120,9 @@ function composeAdvanceStyle(data, tag, pageType) {
120
120
  'Image',
121
121
  'Button',
122
122
  'HeroBanner',
123
- 'ImageComparison'
123
+ 'ImageComparison',
124
+ 'Countdown',
125
+ 'Video'
124
126
  ];
125
127
  const productElements = [
126
128
  'ProductTitle',
@@ -118,7 +118,9 @@ function composeAdvanceStyle(data, tag, pageType) {
118
118
  'Image',
119
119
  'Button',
120
120
  'HeroBanner',
121
- 'ImageComparison'
121
+ 'ImageComparison',
122
+ 'Countdown',
123
+ 'Video'
122
124
  ];
123
125
  const productElements = [
124
126
  'ProductTitle',
@@ -9087,6 +9087,7 @@ type ComponentSetting<P extends BaseProps> = {
9087
9087
  image?: string;
9088
9088
  icon?: string;
9089
9089
  settings?: Setting<P>[];
9090
+ settingsV2?: Setting<P>[];
9090
9091
  advanced?: Record<string, any>;
9091
9092
  rootOverride?: Record<string, any>;
9092
9093
  init?: InitComponentType[] | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-dev.93",
3
+ "version": "1.58.0-dev.96",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",