@gem-sdk/core 17.0.0-staging.26 → 17.0.0-staging.28
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.devicesMapping={desktop:"",tablet:"-tablet",mobile:"-mobile"},exports.layoutComponent=["Row","Section","Product","HeroBanner","CollectionBanner"],exports.stateMapping={normal:"",hover:"-hvr",focus:"-focus"};
|
|
1
|
+
"use strict";exports.devicesMapping={desktop:"",tablet:"-tablet",mobile:"-mobile"},exports.layoutComponent=["Row","Section","Product","HeroBanner","CollectionBanner"],exports.stateMapping={normal:"",hover:"-hvr",focus:"-focus",active:"-active"};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let e={normal:"",hover:"-hvr",focus:"-focus"},o={desktop:"",tablet:"-tablet",mobile:"-mobile"},t=["Row","Section","Product","HeroBanner","CollectionBanner"];export{o as devicesMapping,t as layoutComponent,e as stateMapping};
|
|
1
|
+
let e={normal:"",hover:"-hvr",focus:"-focus",active:"-active"},o={desktop:"",tablet:"-tablet",mobile:"-mobile"},t=["Row","Section","Product","HeroBanner","CollectionBanner"];export{o as devicesMapping,t as layoutComponent,e as stateMapping};
|
package/dist/types/index.d.ts
CHANGED
|
@@ -44762,6 +44762,7 @@ type SettingUIControl = {
|
|
|
44762
44762
|
label?: LabelWithLang;
|
|
44763
44763
|
conditionDisplay?: string;
|
|
44764
44764
|
conditionEnable?: string;
|
|
44765
|
+
hiddenOnMobile?: boolean;
|
|
44765
44766
|
options?: {
|
|
44766
44767
|
fullWidth?: boolean;
|
|
44767
44768
|
onlyShowInTags?: string[];
|
|
@@ -44863,6 +44864,7 @@ type SettingUIToggleSettings = {
|
|
|
44863
44864
|
} & SettingUIControl & SettingUIToggleGroup;
|
|
44864
44865
|
type SettingUIMessageConfig = {
|
|
44865
44866
|
type: 'success' | 'error' | 'warning' | 'info';
|
|
44867
|
+
hiddenOnMobile?: boolean;
|
|
44866
44868
|
closable?: boolean;
|
|
44867
44869
|
title?: string;
|
|
44868
44870
|
message?: string;
|
|
@@ -44879,6 +44881,7 @@ type SettingUIGroup = {
|
|
|
44879
44881
|
disableToggle?: boolean;
|
|
44880
44882
|
conditionDisplay?: string;
|
|
44881
44883
|
conditionEnable?: string;
|
|
44884
|
+
hiddenOnMobile?: boolean;
|
|
44882
44885
|
controls?: SettingUIControl[];
|
|
44883
44886
|
moreSettings?: SettingUIMoreSetting;
|
|
44884
44887
|
toggleSettings?: SettingUIToggleSettings[];
|
|
@@ -54972,7 +54975,7 @@ declare const useSwatches: () => {
|
|
|
54972
54975
|
};
|
|
54973
54976
|
declare const usePageType: () => PublishedThemePageType$1;
|
|
54974
54977
|
declare const useStoreFront: () => {
|
|
54975
|
-
provider: "
|
|
54978
|
+
provider: "BIGCOMMERCE" | "SHOPIFY" | undefined;
|
|
54976
54979
|
storefrontToken: string | undefined;
|
|
54977
54980
|
storefrontUrl: string | undefined;
|
|
54978
54981
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/core",
|
|
3
|
-
"version": "17.0.0-staging.
|
|
3
|
+
"version": "17.0.0-staging.28",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@gem-sdk/adapter-shopify": "17.0.0-staging.26",
|
|
32
|
-
"@gem-sdk/styles": "17.0.0-staging.
|
|
32
|
+
"@gem-sdk/styles": "17.0.0-staging.28",
|
|
33
33
|
"@types/classnames": "^2.3.1"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|