@ikas/storefront 0.1.24-alpha.4 → 0.1.24-alpha.6
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/index.css +9 -4
- package/build/index.es.css +9 -4
- package/build/index.es.js +15479 -15281
- package/build/index.js +15388 -15189
- package/build/models/data/cart/index.d.ts +1 -0
- package/build/models/data/order/index.d.ts +1 -2
- package/build/models/data/order/line-item/index.d.ts +1 -0
- package/build/models/data/order-transaction/index.d.ts +1 -0
- package/build/models/data/product/variant/price/index.d.ts +1 -0
- package/build/utils/currency.d.ts +6 -0
- package/package.json +1 -1
package/build/index.css
CHANGED
|
@@ -589,9 +589,13 @@
|
|
|
589
589
|
padding-bottom: 0; }
|
|
590
590
|
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 .style-module_LoginCta__2sZZF {
|
|
591
591
|
display: none; } }
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
592
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
|
|
593
|
+
position: sticky;
|
|
594
|
+
top: 0;
|
|
595
|
+
z-index: 10; }
|
|
596
|
+
@media only screen and (min-width: 1000px) {
|
|
597
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
|
|
598
|
+
display: none; } }
|
|
595
599
|
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_RowPB__3M7Tz {
|
|
596
600
|
padding-bottom: 16px; }
|
|
597
601
|
@media only screen and (max-width: 1000px) {
|
|
@@ -1085,7 +1089,8 @@
|
|
|
1085
1089
|
transition: height .3s ease-in-out; }
|
|
1086
1090
|
@media only screen and (max-width: 1000px) {
|
|
1087
1091
|
.style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
|
|
1088
|
-
padding: 0 24px;
|
|
1092
|
+
padding: 0 24px;
|
|
1093
|
+
box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2); } }
|
|
1089
1094
|
|
|
1090
1095
|
.style-module_CartSummary__30RcF .style-module_Details__3-X_i {
|
|
1091
1096
|
overflow: hidden; }
|
package/build/index.es.css
CHANGED
|
@@ -589,9 +589,13 @@
|
|
|
589
589
|
padding-bottom: 0; }
|
|
590
590
|
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_Header__1vfF1 .style-module_LoginText__3FSC9 .style-module_LoginCta__2sZZF {
|
|
591
591
|
display: none; } }
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
592
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
|
|
593
|
+
position: sticky;
|
|
594
|
+
top: 0;
|
|
595
|
+
z-index: 10; }
|
|
596
|
+
@media only screen and (min-width: 1000px) {
|
|
597
|
+
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_MobileCartSummary__3NrcP {
|
|
598
|
+
display: none; } }
|
|
595
599
|
.style-module_CheckoutPage__A_f2V .style-module_Left__2dWz6 .style-module_RowPB__3M7Tz {
|
|
596
600
|
padding-bottom: 16px; }
|
|
597
601
|
@media only screen and (max-width: 1000px) {
|
|
@@ -1085,7 +1089,8 @@
|
|
|
1085
1089
|
transition: height .3s ease-in-out; }
|
|
1086
1090
|
@media only screen and (max-width: 1000px) {
|
|
1087
1091
|
.style-module_CartSummary__30RcF .style-module_DetailsContainer__FBBIP {
|
|
1088
|
-
padding: 0 24px;
|
|
1092
|
+
padding: 0 24px;
|
|
1093
|
+
box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2); } }
|
|
1089
1094
|
|
|
1090
1095
|
.style-module_CartSummary__30RcF .style-module_Details__3-X_i {
|
|
1091
1096
|
overflow: hidden; }
|