@gem-sdk/core 1.49.0 → 1.49.1-staging.12

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.
@@ -71,16 +71,7 @@ const postPurchaseWrapElements = [
71
71
  'PostPurchaseProductOffer'
72
72
  ];
73
73
  const ableGenerateContentElements = [
74
- 'Section',
75
- 'Row',
76
- 'Text',
77
- 'Heading',
78
- 'Accordion',
79
- 'Product',
80
- 'HeroBanner',
81
- 'IconList',
82
- 'IconListV2',
83
- 'AdvancedList'
74
+ 'Section'
84
75
  ];
85
76
 
86
77
  exports.ableGenerateContentElements = ableGenerateContentElements;
@@ -69,16 +69,7 @@ const postPurchaseWrapElements = [
69
69
  'PostPurchaseProductOffer'
70
70
  ];
71
71
  const ableGenerateContentElements = [
72
- 'Section',
73
- 'Row',
74
- 'Text',
75
- 'Heading',
76
- 'Accordion',
77
- 'Product',
78
- 'HeroBanner',
79
- 'IconList',
80
- 'IconListV2',
81
- 'AdvancedList'
72
+ 'Section'
82
73
  ];
83
74
 
84
75
  export { ableGenerateContentElements, customRenderChildren, disableWrap, excludeApplyStyle, postPurchaseRequiredElements, postPurchaseWrapElements };
@@ -29766,6 +29766,15 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
29766
29766
  '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
29767
29767
  '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
29768
29768
  '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
29769
+ '--gr'?: csstype.Property.GridRow | undefined;
29770
+ '--hvr-gr'?: csstype.Property.GridRow | undefined;
29771
+ '--focus-gr'?: csstype.Property.GridRow | undefined;
29772
+ '--gr-tablet'?: csstype.Property.GridRow | undefined;
29773
+ '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
29774
+ '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
29775
+ '--gr-mobile'?: csstype.Property.GridRow | undefined;
29776
+ '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
29777
+ '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
29769
29778
  '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
29770
29779
  '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
29771
29780
  '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
@@ -31261,6 +31270,15 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
31261
31270
  '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
31262
31271
  '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
31263
31272
  '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
31273
+ '--gr'?: csstype.Property.GridRow | undefined;
31274
+ '--hvr-gr'?: csstype.Property.GridRow | undefined;
31275
+ '--focus-gr'?: csstype.Property.GridRow | undefined;
31276
+ '--gr-tablet'?: csstype.Property.GridRow | undefined;
31277
+ '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
31278
+ '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
31279
+ '--gr-mobile'?: csstype.Property.GridRow | undefined;
31280
+ '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
31281
+ '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
31264
31282
  '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
31265
31283
  '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
31266
31284
  '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
@@ -32756,6 +32774,15 @@ declare const filterCornerInStyle: (style?: React.CSSProperties) => {
32756
32774
  '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
32757
32775
  '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
32758
32776
  '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
32777
+ '--gr'?: csstype.Property.GridRow | undefined;
32778
+ '--hvr-gr'?: csstype.Property.GridRow | undefined;
32779
+ '--focus-gr'?: csstype.Property.GridRow | undefined;
32780
+ '--gr-tablet'?: csstype.Property.GridRow | undefined;
32781
+ '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
32782
+ '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
32783
+ '--gr-mobile'?: csstype.Property.GridRow | undefined;
32784
+ '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
32785
+ '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
32759
32786
  '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
32760
32787
  '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
32761
32788
  '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
@@ -34251,6 +34278,15 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
34251
34278
  '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
34252
34279
  '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
34253
34280
  '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
34281
+ '--gr'?: csstype.Property.GridRow | undefined;
34282
+ '--hvr-gr'?: csstype.Property.GridRow | undefined;
34283
+ '--focus-gr'?: csstype.Property.GridRow | undefined;
34284
+ '--gr-tablet'?: csstype.Property.GridRow | undefined;
34285
+ '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
34286
+ '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
34287
+ '--gr-mobile'?: csstype.Property.GridRow | undefined;
34288
+ '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
34289
+ '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
34254
34290
  '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
34255
34291
  '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
34256
34292
  '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
@@ -35884,6 +35920,15 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
35884
35920
  '--gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35885
35921
  '--hvr-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35886
35922
  '--focus-gg-mobile'?: csstype.Property.GridGap<string | number> | undefined;
35923
+ '--gr'?: csstype.Property.GridRow | undefined;
35924
+ '--hvr-gr'?: csstype.Property.GridRow | undefined;
35925
+ '--focus-gr'?: csstype.Property.GridRow | undefined;
35926
+ '--gr-tablet'?: csstype.Property.GridRow | undefined;
35927
+ '--hvr-gr-tablet'?: csstype.Property.GridRow | undefined;
35928
+ '--focus-gr-tablet'?: csstype.Property.GridRow | undefined;
35929
+ '--gr-mobile'?: csstype.Property.GridRow | undefined;
35930
+ '--hvr-gr-mobile'?: csstype.Property.GridRow | undefined;
35931
+ '--focus-gr-mobile'?: csstype.Property.GridRow | undefined;
35887
35932
  '--gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35888
35933
  '--hvr-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
35889
35934
  '--focus-gtc'?: csstype.Property.GridTemplateColumns<string | number> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.49.0",
3
+ "version": "1.49.1-staging.12",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.49.0",
31
- "@gem-sdk/styles": "1.49.0",
30
+ "@gem-sdk/adapter-shopify": "1.47.0",
31
+ "@gem-sdk/styles": "1.49.0-staging.9",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {