@trafilea/afrodita-components 7.19.3 → 7.19.5
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/build/es/components/gallery/components/ImageProductSlide/ImageProductSlide.js +1 -1
- package/build/es/components/gallery/components/ImageSmallPreview/ImageSmallPreview.js +1 -1
- package/build/es/components/gallery/components/ImageSmallPreview/styled.js +1 -1
- package/build/es/core/theme/theme.helpers.js +1 -1
- package/build/index.d.ts +1 -0
- package/build/lib/components/gallery/components/ImageProductSlide/ImageProductSlide.js +1 -1
- package/build/lib/components/gallery/components/ImageSmallPreview/ImageSmallPreview.js +1 -1
- package/build/lib/components/gallery/components/ImageSmallPreview/styled.js +1 -1
- package/build/lib/core/theme/theme.helpers.js +1 -1
- package/build/theme/revel.theme.d.ts +1 -0
- package/build/theme/shapermint.theme.d.ts +1 -0
- package/build/theme/shapermint.theme.js +14 -0
- package/build/theme/thebodcon.theme.d.ts +1 -0
- package/build/theme/thespadr.theme.d.ts +1 -0
- package/build/theme/truekind.theme.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as o}from"tslib";import{jsxs as i,Fragment as
|
|
1
|
+
import{__assign as o}from"tslib";import{jsxs as i,Fragment as t,jsx as d}from"react/jsx-runtime";import{useZoom as l}from"../../../organisms/ModalZoom/useZoom.js";import{ZoomButtonComponent as e}from"../../../organisms/ModalZoom/ZoomButton.js";import{Video as r}from"../../../molecules/Video/Video.js";import{Container as a,InnerImageZoomStyled as n,ImageStyled as s,TopTagContainer as m,BottomTagContainer as v,TopRightTagWrapper as c,TopRightTagContainer as h,ButtonSecondaryOutlineWrapper as u}from"./styled.js";var p=function(p){var g,z=p.content,b=p.topTag,y=p.topRightTag,f=p.bottomTag,j=p.testId,I=p.position,M=void 0===I?"vertical":I,V=p.borderRadiusVariant,R=p.ctaText,T=p.ctaAction,Z=p.hideCTA,w=p.withZoom,x=p.isRatioSquare,A=p.videoAutoplay,C=void 0!==A&&A,k=p.hideVideoControls,P=void 0!==k&&k,S=p.zoomOptions,q=null==z?void 0:z.url,B=null!==(g=null==z?void 0:z.isVideo)&&void 0!==g&&g,F=C||null==z?void 0:z.thumbnailUrl,H=P?{pointerEvents:"none"}:void 0,O=l((null==S?void 0:S.zoomModalId)||"zoom-modal-v1").handleZoomClick;return i(a,o({"data-testid":j,className:"stylefor".concat(M),borderRadiusVariant:V,position:M},{children:[!B&&i(t,{children:[w?d(n,{src:q,zoomSrc:(null==z?void 0:z.zoomUrl)||q,zoomType:(null==S?void 0:S.zoomModalId)?"click":"hover",imgAttributes:{alt:z.alt,style:{objectFit:"cover",objectPosition:"center"},loading:"eager",decoding:"sync",fetchpriority:"high"},width:"horizontal"==M?360:530,height:"horizontal"==M?480:720,hideHint:!0,isRatioSquare:x,afterZoomIn:(null==S?void 0:S.zoomModalId)?O:void 0},void 0):d(s,{width:"horizontal"==M?"360px":"530px",height:"auto",src:q,alt:z.alt,objectFit:"cover",loading:"eager",decoding:"sync",isRatioSquare:x,fetchPriority:"high"},void 0),d(m,o({borderRadiusVariant:V},{children:b}),void 0),d(v,o({isCTAHidden:Z},{children:f}),void 0),!!y&&d(c,{children:d(h,{children:y},void 0)},void 0)]},void 0),B&&d(r,{source:q,thumbnail:F,autoPlay:C,muted:!0,loop:!0,withProgressBar:!P,style:H,preload:"auto"},void 0),R&&T&&d("div",o({style:{display:Z?"none":"block"}},{children:d(u,{wide:!0,onClick:T,text:R},void 0)}),void 0),Boolean(null==S?void 0:S.zoomModalId)&&d(e,{modalId:(null==S?void 0:S.zoomModalId)||"zoom-modal-v1",showOnMobile:"v2"===(null==S?void 0:S.zoomVersion)},void 0)]}),void 0)};export{p as ImageProductSlide};
|
|
2
2
|
//# sourceMappingURL=ImageProductSlide.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{jsx as e}from"react/jsx-runtime";import{useTheme as r}from"../../../../core/theme/Theme.js";import{Image as o}from"./styled.js";var i=function(i){var t=i.imageUrl,a=i.alt,d=i.selected,m=void 0!==d&&d,l=i.className,s=i.borderRadiusVariant,n=i.previewImgBorderColor,c=i.isRatioSquare,
|
|
1
|
+
import{jsx as e}from"react/jsx-runtime";import{useTheme as r}from"../../../../core/theme/Theme.js";import{Image as o}from"./styled.js";var i=function(i){var t=i.imageUrl,a=i.alt,d=i.selected,m=void 0!==d&&d,l=i.className,s=i.borderRadiusVariant,n=i.previewImgBorderColor,c=i.isRatioSquare,h=i.loading,g=void 0===h?"eager":h,p=i.decoding,u=void 0===p?"auto":p,v=i.fetchPriority,f=r();return e(o,{className:l,src:t,alt:a,selected:m,theme:f,borderRadiusVariant:s,previewImgBorderColor:n,loading:g,decoding:u,width:f.component.gallery.thumbnail.desktop.width,height:f.component.gallery.thumbnail.desktop.height,isRatioSquare:c,fetchpriority:v},void 0)};export{i as ImageSmallPreview};
|
|
2
2
|
//# sourceMappingURL=ImageSmallPreview.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__makeTemplateObject as r}from"tslib";import n from"@emotion/styled";var
|
|
1
|
+
import{__makeTemplateObject as r}from"tslib";import o from"@emotion/is-prop-valid";import n from"@emotion/styled";var e,t=n("img",{shouldForwardProp:function(r){return"fetchpriority"===r||o(r)}})(e||(e=r(["\n ","\n\n width: ",";\n height: ",";\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ",";\n"],["\n ","\n\n width: ",";\n height: ",";\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ",";\n"])),(function(r){return r.borderRadiusVariant&&"\n border-radius: 20px;\n "}),(function(r){return r.theme.component.gallery.thumbnail.desktop.width}),(function(r){var o=r.isRatioSquare,n=r.theme;return o?n.component.gallery.thumbnail.desktop.width:n.component.gallery.thumbnail.desktop.height}),(function(r){var o=r.selected,n=r.theme,e=r.previewImgBorderColor;return o?"0.1rem solid ".concat(e||n.colors.shades[700].color):"inherit"}));export{t as Image};
|
|
2
2
|
//# sourceMappingURL=styled.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{__assign as n,__rest as t}from"tslib";var
|
|
1
|
+
import{__assign as n,__rest as t}from"tslib";var o=["typography","fonts"],r=function(t){var r={},e={};for(var i in a("-",r,n({},t),e),e){var f=e[i];f in r!=!1?r[i]=r[f]:delete r[i]}for(var u=0,l=o;u<l.length;u++){r[i=l[u]]=t[i]}return c(r,{})},c=function(n,t){for(var o in n){for(var r=t,c=o.replace(/^--/,"").split("-"),a=0;a<c.length;a++){var e=c[a],i=a===c.length-1,f=new RegExp("".concat(e,"-0[-\\w]*$")).test(o),u=i?n[o]:f?[]:{};e in r==!1&&(r[e]=u),r=r[e]}r=t}return t},a=function(n,t,r,c){for(var e in r){var i="$root"===e?n:"".concat(n,"-").concat(e),f=r[e];o.includes(e)||null!=f&&("object"==typeof f?a(i,t,f,c):("string"==typeof f&&f.startsWith("--")&&(c[i]=f),t[i]=f))}},e=function(n){return u("\n :root {\n ".concat(Object.entries(n).map((function(n){var t=n[0],o=n[1];return"".concat(t,": ").concat(o,";")})).join("\n"),"\n }\n "))},i=function(o){o.name;var r=o.fonts,c=void 0===r?{url:"",config:[]}:r,i=t(o,["name","fonts"]),u={},l={};for(var s in a("-",u,n({},i),l),l){var p=l[s];p in u!=!1?u[s]="var(".concat(p,")"):delete u[s]}return e(u)+f(c)},f=function(n){if(0===n.config.length)return"";var t=n.config.map((function(t){var o=['font-family: "'.concat(t.family,'"'),'src: url("'.concat(n.url,"/").concat(t.src,'") format("opentype")')];return t.weight&&o.push("font-weight: ".concat(t.weight)),t.stretch&&o.push("font-stretch: ".concat(t.stretch)),t.style&&o.push("font-style: ".concat(t.style)),t.display&&o.push("font-display: ".concat(t.display)),u("@font-face { ".concat(o.join(";\n"),"; }"))})).join("\n");return u("\n ".concat(t,'\n body, input {\n font-family: "').concat(n.config[0].family,'";\n }\n '))},u=function(n){return n.trim().replace(/\s+/g," ").replace(/\n/g,"")};export{r as applyVariablesIntoTheme,u as inline,e as stringify,f as transformFonts,i as transformThemeIntoVariables,a as transformToVariables,c as variablesToObject};
|
|
2
2
|
//# sourceMappingURL=theme.helpers.js.map
|
package/build/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var o=require("tslib"),i=require("react/jsx-runtime"),e=require("../../../organisms/ModalZoom/useZoom.js"),t=require("../../../organisms/ModalZoom/ZoomButton.js"),d=require("../../../molecules/Video/Video.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var o=require("tslib"),i=require("react/jsx-runtime"),e=require("../../../organisms/ModalZoom/useZoom.js"),t=require("../../../organisms/ModalZoom/ZoomButton.js"),d=require("../../../molecules/Video/Video.js"),r=require("./styled.js");exports.ImageProductSlide=function(a){var n,l=a.content,s=a.topTag,u=a.topRightTag,c=a.bottomTag,m=a.testId,v=a.position,h=void 0===v?"vertical":v,g=a.borderRadiusVariant,p=a.ctaText,j=a.ctaAction,x=a.hideCTA,y=a.withZoom,z=a.isRatioSquare,b=a.videoAutoplay,T=void 0!==b&&b,I=a.hideVideoControls,C=void 0!==I&&I,Z=a.zoomOptions,_=null==l?void 0:l.url,q=null!==(n=null==l?void 0:l.isVideo)&&void 0!==n&&n,M=T||null==l?void 0:l.thumbnailUrl,R=C?{pointerEvents:"none"}:void 0,V=e.useZoom((null==Z?void 0:Z.zoomModalId)||"zoom-modal-v1").handleZoomClick;return i.jsxs(r.Container,o.__assign({"data-testid":m,className:"stylefor".concat(h),borderRadiusVariant:g,position:h},{children:[!q&&i.jsxs(i.Fragment,{children:[y?i.jsx(r.InnerImageZoomStyled,{src:_,zoomSrc:(null==l?void 0:l.zoomUrl)||_,zoomType:(null==Z?void 0:Z.zoomModalId)?"click":"hover",imgAttributes:{alt:l.alt,style:{objectFit:"cover",objectPosition:"center"},loading:"eager",decoding:"sync",fetchpriority:"high"},width:"horizontal"==h?360:530,height:"horizontal"==h?480:720,hideHint:!0,isRatioSquare:z,afterZoomIn:(null==Z?void 0:Z.zoomModalId)?V:void 0},void 0):i.jsx(r.ImageStyled,{width:"horizontal"==h?"360px":"530px",height:"auto",src:_,alt:l.alt,objectFit:"cover",loading:"eager",decoding:"sync",isRatioSquare:z,fetchPriority:"high"},void 0),i.jsx(r.TopTagContainer,o.__assign({borderRadiusVariant:g},{children:s}),void 0),i.jsx(r.BottomTagContainer,o.__assign({isCTAHidden:x},{children:c}),void 0),!!u&&i.jsx(r.TopRightTagWrapper,{children:i.jsx(r.TopRightTagContainer,{children:u},void 0)},void 0)]},void 0),q&&i.jsx(d.Video,{source:_,thumbnail:M,autoPlay:T,muted:!0,loop:!0,withProgressBar:!C,style:R,preload:"auto"},void 0),p&&j&&i.jsx("div",o.__assign({style:{display:x?"none":"block"}},{children:i.jsx(r.ButtonSecondaryOutlineWrapper,{wide:!0,onClick:j,text:p},void 0)}),void 0),Boolean(null==Z?void 0:Z.zoomModalId)&&i.jsx(t.ZoomButtonComponent,{modalId:(null==Z?void 0:Z.zoomModalId)||"zoom-modal-v1",showOnMobile:"v2"===(null==Z?void 0:Z.zoomVersion)},void 0)]}),void 0)};
|
|
2
2
|
//# sourceMappingURL=ImageProductSlide.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("../../../../core/theme/Theme.js"),i=require("./styled.js");exports.ImageSmallPreview=function(
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),r=require("../../../../core/theme/Theme.js"),i=require("./styled.js");exports.ImageSmallPreview=function(t){var o=t.imageUrl,a=t.alt,d=t.selected,s=void 0!==d&&d,l=t.className,m=t.borderRadiusVariant,n=t.previewImgBorderColor,u=t.isRatioSquare,c=t.loading,g=void 0===c?"eager":c,h=t.decoding,p=void 0===h?"auto":h,v=t.fetchPriority,y=r.useTheme();return e.jsx(i.Image,{className:l,src:o,alt:a,selected:s,theme:y,borderRadiusVariant:m,previewImgBorderColor:n,loading:g,decoding:p,width:y.component.gallery.thumbnail.desktop.width,height:y.component.gallery.thumbnail.desktop.height,isRatioSquare:u,fetchpriority:v},void 0)};
|
|
2
2
|
//# sourceMappingURL=ImageSmallPreview.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib");function
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),r=require("@emotion/is-prop-valid"),t=require("@emotion/styled");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var o,i=n(r),u=n(t).default("img",{shouldForwardProp:function(e){return"fetchpriority"===e||i.default(e)}})(o||(o=e.__makeTemplateObject(["\n ","\n\n width: ",";\n height: ",";\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ",";\n"],["\n ","\n\n width: ",";\n height: ",";\n object-fit: cover;\n box-sizing: border-box;\n cursor: pointer;\n border: ",";\n"])),(function(e){return e.borderRadiusVariant&&"\n border-radius: 20px;\n "}),(function(e){return e.theme.component.gallery.thumbnail.desktop.width}),(function(e){var r=e.isRatioSquare,t=e.theme;return r?t.component.gallery.thumbnail.desktop.width:t.component.gallery.thumbnail.desktop.height}),(function(e){var r=e.selected,t=e.theme,n=e.previewImgBorderColor;return r?"0.1rem solid ".concat(n||t.colors.shades[700].color):"inherit"}));exports.Image=u;
|
|
2
2
|
//# sourceMappingURL=styled.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("tslib"),t=["typography","fonts"],r=function(n,t){for(var r in n){for(var
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var n=require("tslib"),t=["typography","fonts"],r=function(n,t){for(var r in n){for(var o=t,e=r.replace(/^--/,"").split("-"),a=0;a<e.length;a++){var c=e[a],i=a===e.length-1,s=new RegExp("".concat(c,"-0[-\\w]*$")).test(r),f=i?n[r]:s?[]:{};c in o==!1&&(o[c]=f),o=o[c]}o=t}return t},o=function(n,r,e,a){for(var c in e){var i="$root"===c?n:"".concat(n,"-").concat(c),s=e[c];t.includes(c)||null!=s&&("object"==typeof s?o(i,r,s,a):("string"==typeof s&&s.startsWith("--")&&(a[i]=s),r[i]=s))}},e=function(n){return c("\n :root {\n ".concat(Object.entries(n).map((function(n){var t=n[0],r=n[1];return"".concat(t,": ").concat(r,";")})).join("\n"),"\n }\n "))},a=function(n){if(0===n.config.length)return"";var t=n.config.map((function(t){var r=['font-family: "'.concat(t.family,'"'),'src: url("'.concat(n.url,"/").concat(t.src,'") format("opentype")')];return t.weight&&r.push("font-weight: ".concat(t.weight)),t.stretch&&r.push("font-stretch: ".concat(t.stretch)),t.style&&r.push("font-style: ".concat(t.style)),t.display&&r.push("font-display: ".concat(t.display)),c("@font-face { ".concat(r.join(";\n"),"; }"))})).join("\n");return c("\n ".concat(t,'\n body, input {\n font-family: "').concat(n.config[0].family,'";\n }\n '))},c=function(n){return n.trim().replace(/\s+/g," ").replace(/\n/g,"")};exports.applyVariablesIntoTheme=function(e){var a={},c={};for(var i in o("-",a,n.__assign({},e),c),c){var s=c[i];s in a!=!1?a[i]=a[s]:delete a[i]}for(var f=0,l=t;f<l.length;f++){a[i=l[f]]=e[i]}return r(a,{})},exports.inline=c,exports.stringify=e,exports.transformFonts=a,exports.transformThemeIntoVariables=function(t){t.name;var r=t.fonts,c=void 0===r?{url:"",config:[]}:r,i=n.__rest(t,["name","fonts"]),s={},f={};for(var l in o("-",s,n.__assign({},i),f),f){var p=f[l];p in s!=!1?s[l]="var(".concat(p,")"):delete s[l]}return e(s)+a(c)},exports.transformToVariables=o,exports.variablesToObject=r;
|
|
2
2
|
//# sourceMappingURL=theme.helpers.js.map
|
|
@@ -1278,6 +1278,7 @@ var shapermint = {
|
|
|
1278
1278
|
family: 'AvenirNextLTPro',
|
|
1279
1279
|
src: 'AvenirNextLTPro-Regular.woff2',
|
|
1280
1280
|
weight: 'normal',
|
|
1281
|
+
display: 'swap',
|
|
1281
1282
|
},
|
|
1282
1283
|
{
|
|
1283
1284
|
family: 'AvenirNextLTPro',
|
|
@@ -1285,22 +1286,26 @@ var shapermint = {
|
|
|
1285
1286
|
weight: 'normal',
|
|
1286
1287
|
stretch: 'condensed',
|
|
1287
1288
|
style: 'italic',
|
|
1289
|
+
display: 'swap',
|
|
1288
1290
|
},
|
|
1289
1291
|
{
|
|
1290
1292
|
family: 'AvenirNextLTPro',
|
|
1291
1293
|
src: 'AvenirNextLTPro-Demi.otf',
|
|
1292
1294
|
weight: 600,
|
|
1295
|
+
display: 'swap',
|
|
1293
1296
|
},
|
|
1294
1297
|
{
|
|
1295
1298
|
family: 'AvenirNextLTPro',
|
|
1296
1299
|
src: 'AvenirNextLTPro-Bold.otf',
|
|
1297
1300
|
weight: 700,
|
|
1301
|
+
display: 'swap',
|
|
1298
1302
|
},
|
|
1299
1303
|
{
|
|
1300
1304
|
family: 'AvenirNextLTPro',
|
|
1301
1305
|
src: 'AvenirNextLTPro-DemiCn.otf',
|
|
1302
1306
|
weight: 600,
|
|
1303
1307
|
stretch: 'condensed',
|
|
1308
|
+
display: 'swap',
|
|
1304
1309
|
},
|
|
1305
1310
|
{
|
|
1306
1311
|
family: 'AvenirNextLTPro',
|
|
@@ -1308,18 +1313,21 @@ var shapermint = {
|
|
|
1308
1313
|
weight: 600,
|
|
1309
1314
|
stretch: 'condensed',
|
|
1310
1315
|
style: 'italic',
|
|
1316
|
+
display: 'swap',
|
|
1311
1317
|
},
|
|
1312
1318
|
{
|
|
1313
1319
|
family: 'AvenirNextLTPro',
|
|
1314
1320
|
src: 'AvenirNextLTPro-DemiIt.otf',
|
|
1315
1321
|
weight: 600,
|
|
1316
1322
|
style: 'italic',
|
|
1323
|
+
display: 'swap',
|
|
1317
1324
|
},
|
|
1318
1325
|
{
|
|
1319
1326
|
family: 'AvenirNextLTPro',
|
|
1320
1327
|
src: 'AvenirNextLTPro-MediumCn.otf',
|
|
1321
1328
|
weight: 500,
|
|
1322
1329
|
stretch: 'condensed',
|
|
1330
|
+
display: 'swap',
|
|
1323
1331
|
},
|
|
1324
1332
|
{
|
|
1325
1333
|
family: 'AvenirNextLTPro',
|
|
@@ -1327,12 +1335,14 @@ var shapermint = {
|
|
|
1327
1335
|
weight: 500,
|
|
1328
1336
|
style: 'italic',
|
|
1329
1337
|
stretch: 'condensed',
|
|
1338
|
+
display: 'swap',
|
|
1330
1339
|
},
|
|
1331
1340
|
{
|
|
1332
1341
|
family: 'AvenirNextLTPro',
|
|
1333
1342
|
src: 'AvenirNextLTPro-UltLtCn.otf',
|
|
1334
1343
|
weight: 200,
|
|
1335
1344
|
stretch: 'condensed',
|
|
1345
|
+
display: 'swap',
|
|
1336
1346
|
},
|
|
1337
1347
|
{
|
|
1338
1348
|
family: 'AvenirNextLTPro',
|
|
@@ -1340,17 +1350,20 @@ var shapermint = {
|
|
|
1340
1350
|
weight: 200,
|
|
1341
1351
|
style: 'italic',
|
|
1342
1352
|
stretch: 'condensed',
|
|
1353
|
+
display: 'swap',
|
|
1343
1354
|
},
|
|
1344
1355
|
{
|
|
1345
1356
|
family: 'AvenirNextLTPro',
|
|
1346
1357
|
src: 'AvenirNextLTPro-Heavy.otf',
|
|
1347
1358
|
weight: '800 900',
|
|
1359
|
+
display: 'swap',
|
|
1348
1360
|
},
|
|
1349
1361
|
{
|
|
1350
1362
|
family: 'AvenirNextLTPro',
|
|
1351
1363
|
src: 'AvenirNextLTPro-HeavyCn.otf',
|
|
1352
1364
|
weight: '800 900',
|
|
1353
1365
|
stretch: 'condensed',
|
|
1366
|
+
display: 'swap',
|
|
1354
1367
|
},
|
|
1355
1368
|
{
|
|
1356
1369
|
family: 'AvenirNextLTPro',
|
|
@@ -1358,6 +1371,7 @@ var shapermint = {
|
|
|
1358
1371
|
weight: '800 900',
|
|
1359
1372
|
style: 'italic',
|
|
1360
1373
|
stretch: 'condensed',
|
|
1374
|
+
display: 'swap',
|
|
1361
1375
|
},
|
|
1362
1376
|
],
|
|
1363
1377
|
},
|
package/package.json
CHANGED