@licklist/design 0.66.8-dev.1 → 0.66.8-dev.2
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/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js +4 -3
- package/package.json +3 -3
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +5 -6
- package/src/product-set/form/ProductSetForm.tsx +1 -1
- package/yarn.lock +21 -21
package/dist/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.js
CHANGED
|
@@ -94,9 +94,10 @@ var HeaderContent = function(param) {
|
|
|
94
94
|
}),
|
|
95
95
|
showExpandButton && /*#__PURE__*/ jsx("div", {
|
|
96
96
|
className: "expand-button",
|
|
97
|
-
children: /*#__PURE__*/ jsx(
|
|
98
|
-
|
|
99
|
-
|
|
97
|
+
children: currentEventKey === ACCORDION_KEY ? /*#__PURE__*/ jsx(FaChevronUp, {
|
|
98
|
+
size: 16
|
|
99
|
+
}) : /*#__PURE__*/ jsx(FaChevronDown, {
|
|
100
|
+
size: 16
|
|
100
101
|
})
|
|
101
102
|
})
|
|
102
103
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.66.8-dev.
|
|
3
|
+
"version": "0.66.8-dev.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@licklist/core": "0.28.3-dev.5",
|
|
46
|
-
"@licklist/eslint-config": "0.5.
|
|
46
|
+
"@licklist/eslint-config": "0.5.5",
|
|
47
47
|
"@licklist/plugins": "0.30.4-dev.3",
|
|
48
48
|
"lodash": "4.17.21",
|
|
49
49
|
"luxon": "1.26.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
64
64
|
"@licklist/core": "0.28.3-dev.5",
|
|
65
|
-
"@licklist/eslint-config": "0.5.
|
|
65
|
+
"@licklist/eslint-config": "0.5.5",
|
|
66
66
|
"@licklist/plugins": "0.30.4-dev.3",
|
|
67
67
|
"@mdx-js/react": "1.6.22",
|
|
68
68
|
"@popperjs/core": "2.11.8",
|
package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx
CHANGED
|
@@ -111,12 +111,11 @@ const HeaderContent = ({
|
|
|
111
111
|
|
|
112
112
|
{showExpandButton && (
|
|
113
113
|
<div className="expand-button">
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
/>
|
|
114
|
+
{currentEventKey === ACCORDION_KEY ? (
|
|
115
|
+
<FaChevronUp size={16} />
|
|
116
|
+
) : (
|
|
117
|
+
<FaChevronDown size={16} />
|
|
118
|
+
)}
|
|
120
119
|
</div>
|
|
121
120
|
)}
|
|
122
121
|
</>
|
|
@@ -22,7 +22,7 @@ import { Step } from "../types";
|
|
|
22
22
|
import { ProductSetContextProvider, ProductSetLoadingContext } from "./context";
|
|
23
23
|
import { SelectItem } from "../../types/generic/SelectItem";
|
|
24
24
|
import { checkAvailableTimesErrors, getFilteredTemplates } from "../utils";
|
|
25
|
-
import { ErrorModal } from "
|
|
25
|
+
import { ErrorModal } from "../../iframe/order-process/components/ErrorModal";
|
|
26
26
|
|
|
27
27
|
export interface WithIsLoading {
|
|
28
28
|
isLoading: boolean;
|
package/yarn.lock
CHANGED
|
@@ -2599,7 +2599,7 @@ __metadata:
|
|
|
2599
2599
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2600
2600
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2601
2601
|
"@licklist/core": "npm:0.28.3-dev.5"
|
|
2602
|
-
"@licklist/eslint-config": "npm:0.5.
|
|
2602
|
+
"@licklist/eslint-config": "npm:0.5.5"
|
|
2603
2603
|
"@licklist/plugins": "npm:0.30.4-dev.3"
|
|
2604
2604
|
"@mdx-js/react": "npm:1.6.22"
|
|
2605
2605
|
"@popperjs/core": "npm:2.11.8"
|
|
@@ -2723,7 +2723,7 @@ __metadata:
|
|
|
2723
2723
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2724
2724
|
peerDependencies:
|
|
2725
2725
|
"@licklist/core": 0.28.3-dev.5
|
|
2726
|
-
"@licklist/eslint-config": 0.5.
|
|
2726
|
+
"@licklist/eslint-config": 0.5.5
|
|
2727
2727
|
"@licklist/plugins": 0.30.4-dev.3
|
|
2728
2728
|
lodash: 4.17.21
|
|
2729
2729
|
luxon: 1.26.0
|
|
@@ -2736,9 +2736,9 @@ __metadata:
|
|
|
2736
2736
|
languageName: unknown
|
|
2737
2737
|
linkType: soft
|
|
2738
2738
|
|
|
2739
|
-
"@licklist/eslint-config@npm:0.5.
|
|
2740
|
-
version: 0.5.
|
|
2741
|
-
resolution: "@licklist/eslint-config@npm:0.5.
|
|
2739
|
+
"@licklist/eslint-config@npm:0.5.5":
|
|
2740
|
+
version: 0.5.5
|
|
2741
|
+
resolution: "@licklist/eslint-config@npm:0.5.5"
|
|
2742
2742
|
dependencies:
|
|
2743
2743
|
"@typescript-eslint/eslint-plugin": "npm:5.8.1"
|
|
2744
2744
|
"@typescript-eslint/parser": "npm:5.8.1"
|
|
@@ -2751,7 +2751,7 @@ __metadata:
|
|
|
2751
2751
|
eslint-plugin-react: "npm:7.35.0"
|
|
2752
2752
|
eslint-plugin-react-hooks: "npm:4.6.0"
|
|
2753
2753
|
prettier: "npm:3.3.3"
|
|
2754
|
-
checksum: 10c0/
|
|
2754
|
+
checksum: 10c0/5a5c198d03b2c495df3f76408cb60fb71581f9675b0690c46182ac7da2ddaa8a49c7a44623fcd863b85fbff94399686e44f48bc36cd6bb466cb185f37916e409
|
|
2755
2755
|
languageName: node
|
|
2756
2756
|
linkType: hard
|
|
2757
2757
|
|
|
@@ -4961,11 +4961,11 @@ __metadata:
|
|
|
4961
4961
|
linkType: hard
|
|
4962
4962
|
|
|
4963
4963
|
"@swc/helpers@npm:^0.5.0":
|
|
4964
|
-
version: 0.5.
|
|
4965
|
-
resolution: "@swc/helpers@npm:0.5.
|
|
4964
|
+
version: 0.5.13
|
|
4965
|
+
resolution: "@swc/helpers@npm:0.5.13"
|
|
4966
4966
|
dependencies:
|
|
4967
4967
|
tslib: "npm:^2.4.0"
|
|
4968
|
-
checksum: 10c0/
|
|
4968
|
+
checksum: 10c0/b9df578401fc62405da9a6c31e79e447a2fd90f68b25b1daee12f2caf2821991bb89106f0397bc1acb4c4d84a8ce079d04b60b65f534496952e3bf8c9a52f40f
|
|
4969
4969
|
languageName: node
|
|
4970
4970
|
linkType: hard
|
|
4971
4971
|
|
|
@@ -10081,14 +10081,14 @@ __metadata:
|
|
|
10081
10081
|
linkType: hard
|
|
10082
10082
|
|
|
10083
10083
|
"eslint-module-utils@npm:^2.6.0":
|
|
10084
|
-
version: 2.
|
|
10085
|
-
resolution: "eslint-module-utils@npm:2.
|
|
10084
|
+
version: 2.9.0
|
|
10085
|
+
resolution: "eslint-module-utils@npm:2.9.0"
|
|
10086
10086
|
dependencies:
|
|
10087
10087
|
debug: "npm:^3.2.7"
|
|
10088
10088
|
peerDependenciesMeta:
|
|
10089
10089
|
eslint:
|
|
10090
10090
|
optional: true
|
|
10091
|
-
checksum: 10c0/
|
|
10091
|
+
checksum: 10c0/7c45c5b54402a969e99315890c10e9bf8c8bee16c7890573343af05dfa04566d61546585678c413e5228af0550e39461be47e35a8ff0d1863e113bdbb28d1d29
|
|
10092
10092
|
languageName: node
|
|
10093
10093
|
linkType: hard
|
|
10094
10094
|
|
|
@@ -15440,9 +15440,9 @@ __metadata:
|
|
|
15440
15440
|
linkType: hard
|
|
15441
15441
|
|
|
15442
15442
|
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1":
|
|
15443
|
-
version: 1.0
|
|
15444
|
-
resolution: "picocolors@npm:1.0
|
|
15445
|
-
checksum: 10c0/
|
|
15443
|
+
version: 1.1.0
|
|
15444
|
+
resolution: "picocolors@npm:1.1.0"
|
|
15445
|
+
checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023
|
|
15446
15446
|
languageName: node
|
|
15447
15447
|
linkType: hard
|
|
15448
15448
|
|
|
@@ -15717,13 +15717,13 @@ __metadata:
|
|
|
15717
15717
|
linkType: hard
|
|
15718
15718
|
|
|
15719
15719
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.39":
|
|
15720
|
-
version: 8.4.
|
|
15721
|
-
resolution: "postcss@npm:8.4.
|
|
15720
|
+
version: 8.4.44
|
|
15721
|
+
resolution: "postcss@npm:8.4.44"
|
|
15722
15722
|
dependencies:
|
|
15723
15723
|
nanoid: "npm:^3.3.7"
|
|
15724
15724
|
picocolors: "npm:^1.0.1"
|
|
15725
15725
|
source-map-js: "npm:^1.2.0"
|
|
15726
|
-
checksum: 10c0/
|
|
15726
|
+
checksum: 10c0/53c33338261a3d4f4198f8893e9dfe8b828d8d9186142ee85f02d228f04245c5bbe31239411a357a556ad20ed96f28db24d0921d63edc428fdc9133289371a1d
|
|
15727
15727
|
languageName: node
|
|
15728
15728
|
linkType: hard
|
|
15729
15729
|
|
|
@@ -16099,13 +16099,13 @@ __metadata:
|
|
|
16099
16099
|
linkType: hard
|
|
16100
16100
|
|
|
16101
16101
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.13.3, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0":
|
|
16102
|
-
version: 1.34.
|
|
16103
|
-
resolution: "prosemirror-view@npm:1.34.
|
|
16102
|
+
version: 1.34.2
|
|
16103
|
+
resolution: "prosemirror-view@npm:1.34.2"
|
|
16104
16104
|
dependencies:
|
|
16105
16105
|
prosemirror-model: "npm:^1.20.0"
|
|
16106
16106
|
prosemirror-state: "npm:^1.0.0"
|
|
16107
16107
|
prosemirror-transform: "npm:^1.1.0"
|
|
16108
|
-
checksum: 10c0/
|
|
16108
|
+
checksum: 10c0/dd111994f6eb0a235aa01f511651e8317551cd4acb96de240fa4ebdeebb0ed8db44bc5e2f4a22e465e816b0f71d2220fd71d81b4f6451d27e4e3d36b3413b276
|
|
16109
16109
|
languageName: node
|
|
16110
16110
|
linkType: hard
|
|
16111
16111
|
|