@gem-sdk/core 12.0.0-staging.13 → 12.0.0-staging.15
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.
- package/dist/types/index.d.ts +56 -0
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -36542,6 +36542,7 @@ type Background = {
|
|
|
36542
36542
|
width?: string | number;
|
|
36543
36543
|
height?: string | number;
|
|
36544
36544
|
};
|
|
36545
|
+
videoAlign?: 'top' | 'center' | 'bottom';
|
|
36545
36546
|
};
|
|
36546
36547
|
type BgSize = 'cover' | 'contain' | '100% 100%';
|
|
36547
36548
|
type BgRepeat$2 = 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
|
|
@@ -37337,6 +37338,7 @@ type BackgroundMedia = {
|
|
|
37337
37338
|
loop?: boolean;
|
|
37338
37339
|
lazyLoad?: boolean;
|
|
37339
37340
|
preload?: boolean;
|
|
37341
|
+
videoAlign?: 'top' | 'center' | 'bottom';
|
|
37340
37342
|
fallbackVideo?: Record<string, any> | undefined;
|
|
37341
37343
|
fallbackImage?: FallbackImageProps | undefined;
|
|
37342
37344
|
};
|
|
@@ -38385,6 +38387,15 @@ declare const filterAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
38385
38387
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
38386
38388
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
38387
38389
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
38390
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38391
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38392
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38393
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38394
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38395
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38396
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38397
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38398
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
38388
38399
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
38389
38400
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
38390
38401
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
|
@@ -40023,6 +40034,15 @@ declare const removeAttrInStyle: (style?: React.CSSProperties, filterKeys?: stri
|
|
|
40023
40034
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
40024
40035
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
40025
40036
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
40037
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40038
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40039
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40040
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40041
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40042
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40043
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40044
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40045
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
40026
40046
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
40027
40047
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
40028
40048
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
|
@@ -41662,6 +41682,15 @@ declare const removePaddingYInStyle: (style?: React.CSSProperties) => {
|
|
|
41662
41682
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
41663
41683
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
41664
41684
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
41685
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41686
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41687
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41688
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41689
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41690
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41691
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41692
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41693
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
41665
41694
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
41666
41695
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
41667
41696
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
|
@@ -43406,6 +43435,15 @@ declare const getResponsiveStyleShadow: (value?: any, styleAppliedFor?: ShadowSt
|
|
|
43406
43435
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
43407
43436
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
43408
43437
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
43438
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43439
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43440
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43441
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43442
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43443
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43444
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43445
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43446
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
43409
43447
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
43410
43448
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
43411
43449
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
|
@@ -45047,6 +45085,15 @@ declare const composeShadow: (shadowInput?: ObjectDevices<StateProp<ShadowProps>
|
|
|
45047
45085
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
45048
45086
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
45049
45087
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
45088
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45089
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45090
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45091
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45092
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45093
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45094
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45095
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45096
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
45050
45097
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
45051
45098
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
45052
45099
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
|
@@ -46743,6 +46790,15 @@ declare const composeTypographyStyle: (typo?: TypographySettingV2, typography?:
|
|
|
46743
46790
|
'--objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
46744
46791
|
'--hvr-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
46745
46792
|
'--focus-objf-mobile'?: csstype.Property.ObjectFit | undefined;
|
|
46793
|
+
'--objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46794
|
+
'--hvr-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46795
|
+
'--focus-objp'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46796
|
+
'--objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46797
|
+
'--hvr-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46798
|
+
'--focus-objp-tablet'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46799
|
+
'--objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46800
|
+
'--hvr-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46801
|
+
'--focus-objp-mobile'?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
46746
46802
|
'--op'?: csstype.Property.Opacity | undefined;
|
|
46747
46803
|
'--hvr-op'?: csstype.Property.Opacity | undefined;
|
|
46748
46804
|
'--focus-op'?: csstype.Property.Opacity | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "12.0.0-staging.
|
|
3
|
+
"version": "12.0.0-staging.15",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@gem-sdk/adapter-shopify": "12.0.0-staging.0",
|
|
31
|
-
"@gem-sdk/styles": "12.0.0-staging.
|
|
31
|
+
"@gem-sdk/styles": "12.0.0-staging.15",
|
|
32
32
|
"@types/classnames": "^2.3.1"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|