@gem-sdk/components 17.0.0-dev.93 → 17.0.0-dev.94
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/cjs/product/components/product-variants/ProductVariants.liquid.js +21 -21
- package/dist/cjs/product/components/product-variants/common/const.js +1 -1
- package/dist/esm/product/components/product-variants/ProductVariants.liquid.js +25 -25
- package/dist/esm/product/components/product-variants/common/const.js +1 -1
- package/package.json +2 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("../../../text/components/Text.liquid.js"),i=require("./components/variants/index.liquid.js"),s=require("./components/dropdown-swatches/Dropdown.liquid.js"),a=require("./components/dropdown-group/DropdownGroup.liquid.js"),o=require("../../../helpers.js"),n=require("./utils/mappingVariantStyles.js"),r=require("@gem-sdk/system"),p=require("./common/main/getAttr.js"),l=require("./common/main/styles.js"),d=require("./common/main/classes.js"),u=require("./common/main/getData.js"),c=require("./common/variants/classes.js"),m=require("../../helpers/function.js"),v=require("./common/variants/styles.js"),f=require("./OptionVariantsNewFormat.liquid.js"),
|
|
2
|
-
${r.LiquidFor("value in values",i.default({id:"{{option.name | escape | handleize}}-{{value | escape | handleize}}",variantKey:"{{option.name | escape}}-{{option.position}}-{{ forloop.index }}",showAsSwatches:
|
|
3
|
-
${r.LiquidIf(t?'type == "dropdown"':"false",s.default({...
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@gem-sdk/core"),t=require("../../../text/components/Text.liquid.js"),i=require("./components/variants/index.liquid.js"),s=require("./components/dropdown-swatches/Dropdown.liquid.js"),a=require("./components/dropdown-group/DropdownGroup.liquid.js"),o=require("../../../helpers.js"),n=require("./utils/mappingVariantStyles.js"),r=require("@gem-sdk/system"),p=require("./common/main/getAttr.js"),l=require("./common/main/styles.js"),d=require("./common/main/classes.js"),u=require("./common/main/getData.js"),c=require("./common/variants/classes.js"),m=require("../../helpers/function.js"),v=require("./common/variants/styles.js"),f=require("./common/const.js"),g=require("./OptionVariantsNewFormat.liquid.js"),_=require("./OptionVariantsOldFormat.liquid.js");const $={desktop:!0,tablet:!0,mobile:!0};exports.default=q=>{let{builderProps:y,styles:h,setting:j,advanced:S}=q,{align:L,swatchItemWidth:O,dropdownItemWidth:w,swatchSpacing:V,optionTypo:b,marginBottom:P}=h??{},{label:D,optionType:I,showAsSwatches:N,layout:x,hasPreSelected:A}=j??{},C=S?.d??$,{uid:E}=y??{},T=()=>{let t={};return e.DEVICES.forEach(i=>{let s=e.getResponsiveValueByScreen(O,i);t[i]="auto"===s}),t},F=()=>{let t={};return e.DEVICES.forEach(e=>{t[e]=w?.[e]==="fill"}),t},G=j?.variantPresets?n.mappingVariantStyles(j?.variantPresets,h):[],k=G?.map(e=>(e.presets={[e.optionType]:e.presets[e.optionType]},e)),W={...j,variantPresets:k},z=e=>{let t={"'":"'",'"':"""},i=e;for(let s in t)e.indexOf(s)>=0&&(i=i.replaceAll(s,t[s]));return i},M=({showDropdown:t,isRenderDefault:a,typeOfOption:o})=>e.template`
|
|
2
|
+
${r.LiquidFor("value in values",i.default({id:"{{option.name | escape | handleize}}-{{value | escape | handleize}}",variantKey:"{{option.name | escape}}-{{option.position}}-{{ forloop.index }}",showAsSwatches:N,uid:E,name:"{{option.name | escape}}",value:{label:"{{value | escape}}"},checked:A?"{%- if option.selected_value == value -%}true{% else %}false{%- endif -%}":"false",optionPosition:"rootForloop",typeOfOption:o,activeClass:A?"{%- if option.selected_value == value -%}option-item-active{%- endif -%}":"",...h,...W,swatchAutoWidth:T(),optionTypo:b,isRenderDefault:a}))}
|
|
3
|
+
${r.LiquidIf(t?'type == "dropdown"':"false",s.default({...h,...W,swatchAutoWidth:F(),optionTypo:b}))}`,R=j?.variantPresets?.map(e=>({name:z(e.optionName),type:e.optionType})).map(e=>`${e.name}($1)${e.type}`).join("($2)").toString(),J={renderVariantItem:M,variantPresetsLiquid:R??""},U=r.createClass(d.getVariantOptionGroupClass(L)),B=r.createStyle(l.getVariantOptionGroupStyle(V,V)),H=u.getTextVariantTitleData(q,"Liquid"),K=r.createClass(c.getWrapVariantOptionClass(x,L)),Q=r.createClass(d.getWrapDropdownClass(L)),Y=u.getDropdownGroupData(q),X=r.createAttr(p.getAttrs({uid:E,hasPreSelected:A,cssClass:S?.cssClass})),Z=r.createStyle(l.getWrapperStyle(q)),ee=r.createClass({"gp-flex gp-flex-col !gp-ml-0":!0});return e.template`
|
|
4
4
|
${r.Liquid("{%- assign total_combinations = 1 -%}")}
|
|
5
5
|
${r.LiquidFor("option in product.options_with_values","{%- assign total_combinations = total_combinations | times: option.values.size -%}")}
|
|
6
6
|
<gp-product-variants
|
|
7
7
|
${X}
|
|
8
8
|
gp-data='{
|
|
9
|
-
"setting":${JSON.stringify(
|
|
10
|
-
"styles":${JSON.stringify(
|
|
9
|
+
"setting":${JSON.stringify(W)?.replaceAll("'","'")},
|
|
10
|
+
"styles":${JSON.stringify(h)},
|
|
11
11
|
"variants":{{product.variants | json | escape}},
|
|
12
12
|
"optionsWithValues": {{product.options_with_values | json | escape}},
|
|
13
13
|
"variantSelected": {{ variant | json | escape }},
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"productId": {{product.id | json | escape}},
|
|
18
18
|
"productUrl": {{product.url | json | escape}},
|
|
19
19
|
"productHandle": {{product.handle | json | escape}},
|
|
20
|
-
"displayState": ${JSON.stringify(
|
|
20
|
+
"displayState": ${JSON.stringify(C)},
|
|
21
21
|
"totalVariantCombinations": {{total_combinations}},
|
|
22
22
|
"firstAvailableVariant": {{product.selected_or_first_available_variant | json | escape}}
|
|
23
23
|
}
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
${r.Liquid("{%- assign options = product.options_with_values -%}")}
|
|
27
27
|
${r.Liquid("{%- assign variants = product.variants -%}")}
|
|
28
28
|
${r.LiquidIf("options.size == 0 or options.size == 1 and variants.size == 1 and variants[0].title == 'Default Title' and variants[0].option1 == 'Default Title'","<div></div>",e.template`<div
|
|
29
|
-
class="${
|
|
30
|
-
style="${
|
|
29
|
+
class="${ee}"
|
|
30
|
+
style="${Z}"
|
|
31
31
|
>
|
|
32
|
-
${r.If("groupOption"===
|
|
33
|
-
<div className="${
|
|
34
|
-
${a.default(
|
|
32
|
+
${r.If("groupOption"===I,`
|
|
33
|
+
<div className="${Q}">
|
|
34
|
+
${a.default(Y)}
|
|
35
35
|
</div>
|
|
36
36
|
`,e.template`
|
|
37
|
-
${r.Liquid(`{%- assign presets = "${
|
|
38
|
-
${r.Liquid(`{% assign hiddenPresetOptions = "${
|
|
37
|
+
${r.Liquid(`{%- assign presets = "${j?.variantPresets?.map(e=>`${z(e.optionName)}($2)${e.optionType}`).join("($1)")}" | split: '($1)' -%}`)}
|
|
38
|
+
${r.Liquid(`{% assign hiddenPresetOptions = "${j?.variantPresets?.filter(e=>!!e?.hide)?.map(e=>e.optionName).join(",")}" | split: ',' %}`)}
|
|
39
39
|
|
|
40
40
|
${r.Liquid(`{% assign all_option_names = options | map: 'name' %}
|
|
41
41
|
{% assign filtered_options_string = '' %}
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
${r.LiquidFor("option in options",`
|
|
66
66
|
<div
|
|
67
67
|
option-name="{{option.name | escape}}"
|
|
68
|
-
class="${
|
|
69
|
-
style="${m.getStyleOfObject(v.getMarginBottomStyle(
|
|
68
|
+
class="${K} ${r.LiquidIf("hiddenPresetOptions contains option.name","gp-hidden")}"
|
|
69
|
+
style="${m.getStyleOfObject(v.getMarginBottomStyle(P))}${f.PRODUCT_VARIANT_OPTION_MINW_STYLE}${r.Liquid("{% if forloop.last or option.name == last_option_name %}--mb:0;--mb-mobile:0;--mb-tablet:0;{% endif %}")}"
|
|
70
70
|
>
|
|
71
71
|
${r.Liquid("{%- assign showVariantClass = 'variant-display' -%}")}
|
|
72
72
|
${r.Liquid("{%- assign optionName = option.name -%}")}
|
|
@@ -74,10 +74,10 @@
|
|
|
74
74
|
${r.Liquid("{%- assign presetDetail = preset | split: '($2)' -%}")}
|
|
75
75
|
${r.LiquidIf("presetDetail[1] == 'dropdown' and presetDetail[0] == optionName",`${r.Liquid("{%- assign showVariantClass = '' -%}")} ${r.Liquid("{%- break -%}")}`)}
|
|
76
76
|
`)}
|
|
77
|
-
${r.If(
|
|
77
|
+
${r.If(D,t.default(H)," ")}
|
|
78
78
|
<div
|
|
79
79
|
variant-option-name="{{option.name | escape}}"
|
|
80
|
-
class="${
|
|
80
|
+
class="${U}"
|
|
81
81
|
style="${m.getStyleOfObject(B)}"
|
|
82
82
|
>
|
|
83
83
|
${r.Liquid("{%- assign values = option.values -%}")}
|
|
@@ -91,10 +91,10 @@
|
|
|
91
91
|
{%- assign selectedValue = variant.option3 -%}
|
|
92
92
|
{%- endif -%}
|
|
93
93
|
`)}
|
|
94
|
-
${r.If(!
|
|
95
|
-
${r.If(
|
|
96
|
-
${r.LiquidIf("shop.metafields.GEMPAGES.swatchesJSONFormat and shop.metafields.GEMPAGES.swatchesJSONFormat != blank",
|
|
97
|
-
`,
|
|
94
|
+
${r.If(!A,r.Liquid("{%- assign selectedValue = null -%}"),"")}
|
|
95
|
+
${r.If(N,e.template`
|
|
96
|
+
${r.LiquidIf("shop.metafields.GEMPAGES.swatchesJSONFormat and shop.metafields.GEMPAGES.swatchesJSONFormat != blank",g.renderOptionValuesNewFormatSwatches(J),_.renderOptionValuesOld(J))}
|
|
97
|
+
`,M({showDropdown:!1,isRenderDefault:!0,typeOfOption:"optionType"}))}
|
|
98
98
|
</div>
|
|
99
99
|
</div>`)}
|
|
100
100
|
`)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";exports.OPTION_VALUES_DELIMITER="|||";
|
|
1
|
+
"use strict";exports.OPTION_VALUES_DELIMITER="|||",exports.PRODUCT_VARIANT_OPTION_MINW_STYLE="--minw-tablet:unset;--minw-mobile:unset;";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import{template as e,baseAssetURL as t,isLocalEnv as
|
|
2
|
-
${f("value in values",n({id:"{{option.name | escape | handleize}}-{{value | escape | handleize}}",variantKey:"{{option.name | escape}}-{{option.position}}-{{ forloop.index }}",showAsSwatches:
|
|
3
|
-
${$(t?'type == "dropdown"':"false",r({...
|
|
1
|
+
import{template as e,baseAssetURL as t,isLocalEnv as o,DEVICES as i,getResponsiveValueByScreen as s}from"@gem-sdk/core";import a from"../../../text/components/Text.liquid.js";import n from"./components/variants/index.liquid.js";import r from"./components/dropdown-swatches/Dropdown.liquid.js";import p from"./components/dropdown-group/DropdownGroup.liquid.js";import{getSettingPreloadData as l}from"../../../helpers.js";import{mappingVariantStyles as d}from"./utils/mappingVariantStyles.js";import{createClass as m,createStyle as c,createAttr as u,Liquid as v,LiquidFor as f,LiquidIf as $,If as g}from"@gem-sdk/system";import{getAttrs as _}from"./common/main/getAttr.js";import{getVariantOptionGroupStyle as h,getWrapperStyle as y}from"./common/main/styles.js";import{getVariantOptionGroupClass as j,getWrapDropdownClass as w}from"./common/main/classes.js";import{getTextVariantTitleData as b,getDropdownGroupData as S}from"./common/main/getData.js";import{getWrapVariantOptionClass as P}from"./common/variants/classes.js";import{getStyleOfObject as O}from"../../helpers/function.js";import{getMarginBottomStyle as x}from"./common/variants/styles.js";import{PRODUCT_VARIANT_OPTION_MINW_STYLE as V}from"./common/const.js";import{renderOptionValuesNewFormatSwatches as N}from"./OptionVariantsNewFormat.liquid.js";import{renderOptionValuesOld as A}from"./OptionVariantsOldFormat.liquid.js";let q={desktop:!0,tablet:!0,mobile:!0},D=D=>{let{builderProps:E,styles:T,setting:k,advanced:F}=D,{align:G,swatchItemWidth:z,dropdownItemWidth:C,swatchSpacing:J,optionTypo:I,marginBottom:M}=T??{},{label:W,optionType:L,showAsSwatches:R,layout:H,hasPreSelected:K}=k??{},Q=F?.d??q,{uid:U}=E??{},B=()=>{let e={};return i.forEach(t=>{let o=s(z,t);e[t]="auto"===o}),e},X=()=>{let e={};return i.forEach(t=>{e[t]=C?.[t]==="fill"}),e},Y=k?.variantPresets?d(k?.variantPresets,T):[],Z=Y?.map(e=>(e.presets={[e.optionType]:e.presets[e.optionType]},e)),ee={...k,variantPresets:Z},et=e=>{let t={"'":"'",'"':"""},o=e;for(let i in t)e.indexOf(i)>=0&&(o=o.replaceAll(i,t[i]));return o},eo=({showDropdown:t,isRenderDefault:o,typeOfOption:i})=>e`
|
|
2
|
+
${f("value in values",n({id:"{{option.name | escape | handleize}}-{{value | escape | handleize}}",variantKey:"{{option.name | escape}}-{{option.position}}-{{ forloop.index }}",showAsSwatches:R,uid:U,name:"{{option.name | escape}}",value:{label:"{{value | escape}}"},checked:K?"{%- if option.selected_value == value -%}true{% else %}false{%- endif -%}":"false",optionPosition:"rootForloop",typeOfOption:i,activeClass:K?"{%- if option.selected_value == value -%}option-item-active{%- endif -%}":"",...T,...ee,swatchAutoWidth:B(),optionTypo:I,isRenderDefault:o}))}
|
|
3
|
+
${$(t?'type == "dropdown"':"false",r({...T,...ee,swatchAutoWidth:X(),optionTypo:I}))}`,ei=k?.variantPresets?.map(e=>({name:et(e.optionName),type:e.optionType})).map(e=>`${e.name}($1)${e.type}`).join("($2)").toString(),es={renderVariantItem:eo,variantPresetsLiquid:ei??""},ea=m(j(G)),en=c(h(J,J)),er=b(D,"Liquid"),ep=m(P(H,G)),el=m(w(G)),ed=S(D),em=u(_({uid:U,hasPreSelected:K,cssClass:F?.cssClass})),ec=c(y(D)),eu=m({"gp-flex gp-flex-col !gp-ml-0":!0});return e`
|
|
4
4
|
${v("{%- assign total_combinations = 1 -%}")}
|
|
5
5
|
${f("option in product.options_with_values","{%- assign total_combinations = total_combinations | times: option.values.size -%}")}
|
|
6
6
|
<gp-product-variants
|
|
7
|
-
${
|
|
7
|
+
${em}
|
|
8
8
|
gp-data='{
|
|
9
|
-
"setting":${JSON.stringify(
|
|
10
|
-
"styles":${JSON.stringify(
|
|
9
|
+
"setting":${JSON.stringify(ee)?.replaceAll("'","'")},
|
|
10
|
+
"styles":${JSON.stringify(T)},
|
|
11
11
|
"variants":{{product.variants | json | escape}},
|
|
12
12
|
"optionsWithValues": {{product.options_with_values | json | escape}},
|
|
13
13
|
"variantSelected": {{ variant | json | escape }},
|
|
@@ -17,7 +17,7 @@ import{template as e,baseAssetURL as t,isLocalEnv as i,DEVICES as s,getResponsiv
|
|
|
17
17
|
"productId": {{product.id | json | escape}},
|
|
18
18
|
"productUrl": {{product.url | json | escape}},
|
|
19
19
|
"productHandle": {{product.handle | json | escape}},
|
|
20
|
-
"displayState": ${JSON.stringify(
|
|
20
|
+
"displayState": ${JSON.stringify(Q)},
|
|
21
21
|
"totalVariantCombinations": {{total_combinations}},
|
|
22
22
|
"firstAvailableVariant": {{product.selected_or_first_available_variant | json | escape}}
|
|
23
23
|
}
|
|
@@ -26,16 +26,16 @@ import{template as e,baseAssetURL as t,isLocalEnv as i,DEVICES as s,getResponsiv
|
|
|
26
26
|
${v("{%- assign options = product.options_with_values -%}")}
|
|
27
27
|
${v("{%- assign variants = product.variants -%}")}
|
|
28
28
|
${$("options.size == 0 or options.size == 1 and variants.size == 1 and variants[0].title == 'Default Title' and variants[0].option1 == 'Default Title'","<div></div>",e`<div
|
|
29
|
-
class="${
|
|
30
|
-
style="${
|
|
29
|
+
class="${eu}"
|
|
30
|
+
style="${ec}"
|
|
31
31
|
>
|
|
32
|
-
${g("groupOption"===
|
|
33
|
-
<div className="${
|
|
34
|
-
${p(
|
|
32
|
+
${g("groupOption"===L,`
|
|
33
|
+
<div className="${el}">
|
|
34
|
+
${p(ed)}
|
|
35
35
|
</div>
|
|
36
36
|
`,e`
|
|
37
|
-
${v(`{%- assign presets = "${
|
|
38
|
-
${v(`{% assign hiddenPresetOptions = "${
|
|
37
|
+
${v(`{%- assign presets = "${k?.variantPresets?.map(e=>`${et(e.optionName)}($2)${e.optionType}`).join("($1)")}" | split: '($1)' -%}`)}
|
|
38
|
+
${v(`{% assign hiddenPresetOptions = "${k?.variantPresets?.filter(e=>!!e?.hide)?.map(e=>e.optionName).join(",")}" | split: ',' %}`)}
|
|
39
39
|
|
|
40
40
|
${v(`{% assign all_option_names = options | map: 'name' %}
|
|
41
41
|
{% assign filtered_options_string = '' %}
|
|
@@ -65,8 +65,8 @@ import{template as e,baseAssetURL as t,isLocalEnv as i,DEVICES as s,getResponsiv
|
|
|
65
65
|
${f("option in options",`
|
|
66
66
|
<div
|
|
67
67
|
option-name="{{option.name | escape}}"
|
|
68
|
-
class="${
|
|
69
|
-
style="${O(x(
|
|
68
|
+
class="${ep} ${$("hiddenPresetOptions contains option.name","gp-hidden")}"
|
|
69
|
+
style="${O(x(M))}${V}${v("{% if forloop.last or option.name == last_option_name %}--mb:0;--mb-mobile:0;--mb-tablet:0;{% endif %}")}"
|
|
70
70
|
>
|
|
71
71
|
${v("{%- assign showVariantClass = 'variant-display' -%}")}
|
|
72
72
|
${v("{%- assign optionName = option.name -%}")}
|
|
@@ -74,11 +74,11 @@ import{template as e,baseAssetURL as t,isLocalEnv as i,DEVICES as s,getResponsiv
|
|
|
74
74
|
${v("{%- assign presetDetail = preset | split: '($2)' -%}")}
|
|
75
75
|
${$("presetDetail[1] == 'dropdown' and presetDetail[0] == optionName",`${v("{%- assign showVariantClass = '' -%}")} ${v("{%- break -%}")}`)}
|
|
76
76
|
`)}
|
|
77
|
-
${g(
|
|
77
|
+
${g(W,a(er)," ")}
|
|
78
78
|
<div
|
|
79
79
|
variant-option-name="{{option.name | escape}}"
|
|
80
|
-
class="${
|
|
81
|
-
style="${O(
|
|
80
|
+
class="${ea}"
|
|
81
|
+
style="${O(en)}"
|
|
82
82
|
>
|
|
83
83
|
${v("{%- assign values = option.values -%}")}
|
|
84
84
|
${v("{%- assign rootForloop = forloop.index0 -%}")}
|
|
@@ -91,15 +91,15 @@ import{template as e,baseAssetURL as t,isLocalEnv as i,DEVICES as s,getResponsiv
|
|
|
91
91
|
{%- assign selectedValue = variant.option3 -%}
|
|
92
92
|
{%- endif -%}
|
|
93
93
|
`)}
|
|
94
|
-
${g(!
|
|
95
|
-
${g(
|
|
96
|
-
${$("shop.metafields.GEMPAGES.swatchesJSONFormat and shop.metafields.GEMPAGES.swatchesJSONFormat != blank",
|
|
97
|
-
`,
|
|
94
|
+
${g(!K,v("{%- assign selectedValue = null -%}"),"")}
|
|
95
|
+
${g(R,e`
|
|
96
|
+
${$("shop.metafields.GEMPAGES.swatchesJSONFormat and shop.metafields.GEMPAGES.swatchesJSONFormat != blank",N(es),A(es))}
|
|
97
|
+
`,eo({showDropdown:!1,isRenderDefault:!0,typeOfOption:"optionType"}))}
|
|
98
98
|
</div>
|
|
99
99
|
</div>`)}
|
|
100
100
|
`)}
|
|
101
101
|
</div>`)}
|
|
102
102
|
</gp-product-variants>
|
|
103
103
|
|
|
104
|
-
${(()=>{let e=
|
|
105
|
-
`};export{
|
|
104
|
+
${(()=>{let e=o?"{{ 'gp-product-variant-v7-5.js' | asset_url }}":`${t}/assets-v2/gp-product-variant-v7-5.js?v={{ shop.metafields.GEMPAGES.ASSETS_VERSION }}`;return`<script ${l('class="gps-link" delay',"src")}="${e}" defer="defer"></script>`})()}
|
|
105
|
+
`};export{D as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
let
|
|
1
|
+
let e="|||",t="--minw-tablet:unset;--minw-mobile:unset;";export{e as OPTION_VALUES_DELIMITER,t as PRODUCT_VARIANT_OPTION_MINW_STYLE};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gem-sdk/components",
|
|
3
|
-
"version": "17.0.0-dev.
|
|
3
|
+
"version": "17.0.0-dev.94",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"i18n:extract": "rollup -c ./scripts/rollup.config.settings.mjs && node ./scripts/translate/extract-texts-to-locales.js && node ./scripts/translate/en-keys-usage.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@gem-sdk/core": "17.0.0-dev.
|
|
29
|
+
"@gem-sdk/core": "17.0.0-dev.94",
|
|
30
30
|
"@gem-sdk/styles": "17.0.0-dev.93",
|
|
31
31
|
"@gem-sdk/system": "17.0.0-dev.93",
|
|
32
32
|
"@types/react-transition-group": "^4.4.12",
|