@jetshop/template-trend 5.12.4 → 5.13.0
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/.linaria-cache/packages/ui/Pagination/usePagination.linaria.css +1 -0
- package/package.json +5 -5
- package/schema.graphql +12 -0
- package/.linaria-cache/packages/template-trend/src/components/StartPage/CategoryList.linaria.css +0 -7
- package/.linaria-cache/packages/ui/Modal/TargetWrapper.linaria.css +0 -1
- package/.vscode/launch.json +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.PaginationWrapper_p1arddu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/template-trend",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "react-scripts build",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@jetshop/core": "^5.
|
|
48
|
+
"@jetshop/core": "^5.13.0",
|
|
49
49
|
"@jetshop/flight-shortcodes": "^2.0.10",
|
|
50
|
-
"@jetshop/intl": "^5.
|
|
51
|
-
"@jetshop/react-scripts": "^5.
|
|
52
|
-
"@jetshop/ui": "^5.
|
|
50
|
+
"@jetshop/intl": "^5.13.0",
|
|
51
|
+
"@jetshop/react-scripts": "^5.13.0",
|
|
52
|
+
"@jetshop/ui": "^5.13.0",
|
|
53
53
|
"@react-google-maps/api": "~1.7.0",
|
|
54
54
|
"prop-types": "^15.6.2",
|
|
55
55
|
"react": "^16.9.0",
|
package/schema.graphql
CHANGED
|
@@ -624,6 +624,11 @@ input CustomerUpdateDeliveryAddressInput {
|
|
|
624
624
|
addressName: String
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
+
input CustomerUpdateExternalAttribute {
|
|
628
|
+
name: String
|
|
629
|
+
value: String
|
|
630
|
+
}
|
|
631
|
+
|
|
627
632
|
input CustomerUpdateInput {
|
|
628
633
|
pid: String
|
|
629
634
|
organizationNumber: String
|
|
@@ -631,6 +636,7 @@ input CustomerUpdateInput {
|
|
|
631
636
|
deliveryAddresses: [CustomerUpdateDeliveryAddressInput]
|
|
632
637
|
preferences: CustomerUpdatePreferenceInput
|
|
633
638
|
consents: [CustomerUpdateConsentInput]
|
|
639
|
+
externalAttributes: [CustomerUpdateExternalAttribute]
|
|
634
640
|
dynamicContent: String
|
|
635
641
|
}
|
|
636
642
|
|
|
@@ -2061,6 +2067,11 @@ input SignUpDeliveryAddressInput {
|
|
|
2061
2067
|
addressName: String
|
|
2062
2068
|
}
|
|
2063
2069
|
|
|
2070
|
+
input SignUpExternalAttribute {
|
|
2071
|
+
name: String
|
|
2072
|
+
value: String
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2064
2075
|
input SignUpInput {
|
|
2065
2076
|
type: CustomerType!
|
|
2066
2077
|
pid: String
|
|
@@ -2074,6 +2085,7 @@ input SignUpInput {
|
|
|
2074
2085
|
deliveryAddresses: [SignUpDeliveryAddressInput]
|
|
2075
2086
|
preferences: SignUpPreferencesInput
|
|
2076
2087
|
consents: [SignUpConsentInput]
|
|
2088
|
+
externalAttributes: [SignUpExternalAttribute]
|
|
2077
2089
|
dynamicContent: String
|
|
2078
2090
|
priceListAccessCode: String
|
|
2079
2091
|
}
|
package/.linaria-cache/packages/template-trend/src/components/StartPage/CategoryList.linaria.css
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
.ScrollWrapper_s140peh{margin:0 -1.5rem;padding:0 1.5rem 3rem;}@media (max-width:49.99rem){.ScrollWrapper_s140peh{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;}}@media (max-width:39.99rem){.ScrollWrapper_s140peh{margin:0 0;padding:0 1rem 3rem;}}
|
|
2
|
-
.CategoriesWrapper_c1o22ktz{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;margin-right:-0.5rem;margin-left:-0.5rem;}.CategoriesWrapper_c1o22ktz:hover > a > div{opacity:0.8;}@media (max-width:49.99rem){.CategoriesWrapper_c1o22ktz > a{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:160px;}}
|
|
3
|
-
.CategoryCard_c11pqhux{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#ffffff;box-shadow:4px 8px 32px rgba(0,0,0,0.1);-webkit-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;width:100%;height:100%;position:relative;}
|
|
4
|
-
.CardPaddingWrapper_c1l548id{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-items:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:50%;padding-left:0.5rem;padding-right:0.5rem;max-width:16rem;-webkit-text-decoration:none;text-decoration:none;}@media (min-width:50rem){.CardPaddingWrapper_c1l548id{width:33.33333333333333%;}}@media (min-width:64rem){.CardPaddingWrapper_c1l548id{width:20%;}}.CardPaddingWrapper_c1l548id:hover > div,.CardPaddingWrapper_c1l548id:focus > div,.CardPaddingWrapper_c1l548id:active > div{opacity:1 !important;box-shadow:4px 8px 32px rgba(0,0,0,0.1), 4px 8px 40px rgba(0,0,0,0.1);-webkit-transform:translate(0,-2px);-ms-transform:translate(0,-2px);transform:translate(0,-2px);-webkit-transition-duration:100ms;transition-duration:100ms;z-index:2;}
|
|
5
|
-
.CategoryName_cmpnef6{text-align:center;font-weight:bold;font-size:16px;text-transform:uppercase;color:#000;-webkit-text-decoration:none;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:3rem;}@media (min-width:50rem){.CategoryName_cmpnef6{height:5rem;}}
|
|
6
|
-
.CategoriesHeader_cmtbqnf{margin-bottom:1rem;font-size:24px;}@media (max-width:39.99rem){.CategoriesHeader_cmtbqnf{font-size:18px;margin-left:1rem;}}
|
|
7
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.preventBodyScrollStyle_p1lthaoa{overflow:hidden;}
|