@ikas/storefront 4.1.0 → 4.1.1

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
- import*as e from"react";import{observer as t}from"mobx-react-lite";import a from"./style.module.scss.js";import"@ikas/storefront-config";import{useTranslation as i}from"../../../../utils/i18n.js";var o=t((function(t){var o=t.title,r=t.children,c=i().t,s=e.useState(!1),n=s[0],m=s[1];return e.createElement("div",{className:a.ExpandableSection},e.createElement("div",{className:a.Top},e.createElement("div",{className:a.Title},o),e.createElement("div",{className:a.HideBtn,onClick:function(){return m(!n)}},c(n?"checkout-page:actions.hide":"checkout-page:actions.show"))),n&&!!r&&e.createElement("div",{className:a.Content},r))}));export{o as default};
1
+ import*as e from"react";import{observer as t}from"mobx-react-lite";import a from"./style.module.scss.js";import"@ikas/storefront-config";import{useTranslation as i}from"../../../../utils/i18n.js";var o=t((function(t){var o=t.title,r=t.children,c=i().t,s=e.useState(!1),n=s[0],m=s[1];return e.createElement("div",{className:a.ExpandableSection},e.createElement("div",{className:a.Top,onClick:function(){return m(!n)}},e.createElement("div",{className:a.Title},o),e.createElement("div",{className:a.HideBtn},c(n?"checkout-page:actions.hide":"checkout-page:actions.show"))),n&&!!r&&e.createElement("div",{className:a.Content},r))}));export{o as default};
@@ -1 +1 @@
1
- import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var n={ExpandableSection:"style-module_ExpandableSection__Q5p-E",Top:"style-module_Top__s93Gc",Title:"style-module_Title__8iUDa",HideBtn:"style-module_HideBtn__Q2c0N",Content:"style-module_Content__-qdRF"};e(".style-module_ExpandableSection__Q5p-E {\n border-bottom: 1px solid var(--checkout-border-color);\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc {\n padding: 24px 0;\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc .style-module_Title__8iUDa {\n font-weight: 600;\n font-size: 20px;\n line-height: 32px;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc .style-module_HideBtn__Q2c0N {\n font-size: 14px;\n cursor: pointer;\n user-select: none;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Content__-qdRF {\n padding-bottom: 24px;\n}");export{n as default};
1
+ import e from'./../../../../ext/style-inject/dist/style-inject.es.js';var n={ExpandableSection:"style-module_ExpandableSection__Q5p-E",Top:"style-module_Top__s93Gc",Title:"style-module_Title__8iUDa",HideBtn:"style-module_HideBtn__Q2c0N",Content:"style-module_Content__-qdRF"};e(".style-module_ExpandableSection__Q5p-E {\n border-bottom: 1px solid var(--checkout-border-color);\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc {\n padding: 24px 0;\n display: flex;\n justify-content: space-between;\n align-items: center;\n user-select: none;\n cursor: pointer;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc .style-module_Title__8iUDa {\n font-weight: 600;\n font-size: 20px;\n line-height: 32px;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Top__s93Gc .style-module_HideBtn__Q2c0N {\n font-size: 14px;\n user-select: none;\n}\n.style-module_ExpandableSection__Q5p-E .style-module_Content__-qdRF {\n padding-bottom: 24px;\n}");export{n as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "dependencies": {},
20
20
  "devDependencies": {
21
- "@ikas/storefront-api": "^4.1.0",
22
- "@ikas/storefront-config": "^4.1.0",
23
- "@ikas/storefront-model-functions": "^4.1.0",
24
- "@ikas/storefront-models": "^4.1.0",
25
- "@ikas/storefront-providers": "^4.1.0",
21
+ "@ikas/storefront-api": "^4.1.1",
22
+ "@ikas/storefront-config": "^4.1.1",
23
+ "@ikas/storefront-model-functions": "^4.1.1",
24
+ "@ikas/storefront-models": "^4.1.1",
25
+ "@ikas/storefront-providers": "^4.1.1",
26
26
  "@rollup/plugin-commonjs": "^22.0.0",
27
27
  "@rollup/plugin-json": "^4.1.0",
28
28
  "@rollup/plugin-node-resolve": "^13.3.0",
@@ -52,11 +52,11 @@
52
52
  "libphonenumber-js": "^1.10.6"
53
53
  },
54
54
  "peerDependencies": {
55
- "@ikas/storefront-api": "^4.1.0",
56
- "@ikas/storefront-config": "^4.1.0",
57
- "@ikas/storefront-model-functions": "^4.1.0",
58
- "@ikas/storefront-models": "^4.1.0",
59
- "@ikas/storefront-providers": "^4.1.0",
55
+ "@ikas/storefront-api": "^4.1.1",
56
+ "@ikas/storefront-config": "^4.1.1",
57
+ "@ikas/storefront-model-functions": "^4.1.1",
58
+ "@ikas/storefront-models": "^4.1.1",
59
+ "@ikas/storefront-providers": "^4.1.1",
60
60
  "mobx": "^6.1.3",
61
61
  "mobx-react-lite": "^3.1.5",
62
62
  "next": "12.2.0",