@licklist/design 0.69.5 → 0.69.6-dev.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.
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/utils/index.d.ts +8 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +9 -21
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +3 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +6 -6
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/events/event-card/EventCard.js +2 -2
- package/dist/events/event-card/utils.d.ts +3 -2
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +14 -14
- package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +8 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +8 -2
- package/dist/iframe/ryft/utils/ryft-form.d.ts +2 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +20 -1
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +4 -3
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +6 -5
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +48 -2
- package/dist/product-set/form/ProductSetForm.d.ts +4 -1
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +57 -2
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/ProductsControl.js +1 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +3 -0
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +3 -0
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +21 -0
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +16 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +22 -0
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +25 -0
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +9 -8
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/calendar/utils/index.ts +17 -26
- package/src/date-time-button/DateContent.tsx +3 -3
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +12 -10
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/event-card/EventCard.tsx +2 -2
- package/src/events/event-card/utils.ts +16 -21
- package/src/iframe/activity-card/ActivityCard.tsx +6 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/ryft/RyftPaymentForm.tsx +9 -4
- package/src/iframe/ryft/utils/ryft-form.ts +28 -2
- package/src/layout/DropDown.tsx +1 -1
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -1
- package/src/product-set/control/DateInput.tsx +5 -2
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +15 -3
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/product/ProductControl.tsx +0 -1
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
- package/src/setting/admin/PaymentFeeForm.tsx +5 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +22 -0
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +25 -0
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +31 -58
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
.navigation {
|
|
16
16
|
display: block;
|
|
17
|
+
|
|
17
18
|
@include media-breakpoint-down(sm) {
|
|
18
19
|
padding: 0;
|
|
19
20
|
}
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
margin-left: 0;
|
|
24
25
|
height: calc(100vh - 2rem);
|
|
25
26
|
max-height: calc(100vh - 1rem);
|
|
27
|
+
|
|
26
28
|
@include media-breakpoint-down(sm) {
|
|
27
29
|
width: calc(100% - 2rem);
|
|
28
30
|
max-width: unset;
|
|
@@ -69,9 +71,11 @@
|
|
|
69
71
|
.left-block {
|
|
70
72
|
min-height: 100%;
|
|
71
73
|
}
|
|
74
|
+
|
|
72
75
|
.right-block {
|
|
73
76
|
margin: 0 auto;
|
|
74
77
|
width: 100%;
|
|
78
|
+
|
|
75
79
|
.children-wrapper {
|
|
76
80
|
.accordion {
|
|
77
81
|
.collapse {
|
|
@@ -85,6 +89,7 @@
|
|
|
85
89
|
}
|
|
86
90
|
}
|
|
87
91
|
}
|
|
92
|
+
|
|
88
93
|
::-webkit-scrollbar {
|
|
89
94
|
display: none;
|
|
90
95
|
scrollbar-width: none;
|
|
@@ -97,6 +102,13 @@
|
|
|
97
102
|
}
|
|
98
103
|
|
|
99
104
|
.ryft-payment-form {
|
|
105
|
+
.form-disable-box {
|
|
106
|
+
display: none;
|
|
107
|
+
position: absolute;
|
|
108
|
+
width: 100%;
|
|
109
|
+
height: 100%;
|
|
110
|
+
}
|
|
111
|
+
|
|
100
112
|
.submit-button-wrapper {
|
|
101
113
|
margin: -1rem 0 1rem;
|
|
102
114
|
|
|
@@ -104,15 +116,18 @@
|
|
|
104
116
|
width: 100%;
|
|
105
117
|
}
|
|
106
118
|
}
|
|
119
|
+
|
|
107
120
|
#mobile-pay-divider-container {
|
|
108
121
|
display: flex;
|
|
109
122
|
position: relative;
|
|
110
123
|
margin-bottom: 1rem;
|
|
124
|
+
|
|
111
125
|
#mobile-pay-divider-text {
|
|
112
126
|
margin-right: 1rem;
|
|
113
127
|
font-size: 0.875rem;
|
|
114
128
|
font-weight: 600;
|
|
115
129
|
}
|
|
130
|
+
|
|
116
131
|
#mobile-pay-divider {
|
|
117
132
|
width: 100%;
|
|
118
133
|
border-bottom: 1px #dfdfdf solid;
|
|
@@ -125,6 +140,7 @@
|
|
|
125
140
|
border: none;
|
|
126
141
|
margin-bottom: 0.5rem;
|
|
127
142
|
text-align: left;
|
|
143
|
+
|
|
128
144
|
:first-child {
|
|
129
145
|
font-size: 1rem;
|
|
130
146
|
font-weight: 600;
|
|
@@ -135,14 +151,17 @@
|
|
|
135
151
|
margin-bottom: 0.5rem;
|
|
136
152
|
}
|
|
137
153
|
}
|
|
154
|
+
|
|
138
155
|
.ryft-pay-grid {
|
|
139
156
|
display: flex;
|
|
140
157
|
flex-direction: column;
|
|
158
|
+
|
|
141
159
|
.apple-pay-button {
|
|
142
160
|
height: 2.5rem;
|
|
143
161
|
margin-top: 1rem;
|
|
144
162
|
}
|
|
145
163
|
}
|
|
164
|
+
|
|
146
165
|
.mobile-pay-title {
|
|
147
166
|
display: block;
|
|
148
167
|
font-weight: 600;
|
|
@@ -157,9 +176,14 @@
|
|
|
157
176
|
|
|
158
177
|
@include media-breakpoint-up(md) {
|
|
159
178
|
.ryft-payment-form,
|
|
179
|
+
.form-disable-box {
|
|
180
|
+
height: 50%;
|
|
181
|
+
top: 15rem;
|
|
182
|
+
}
|
|
160
183
|
.iframe-payment-form {
|
|
161
184
|
position: relative;
|
|
162
185
|
max-height: 300px !important;
|
|
186
|
+
|
|
163
187
|
.submit-button-wrapper {
|
|
164
188
|
max-width: 15.5rem;
|
|
165
189
|
}
|
|
@@ -171,6 +195,7 @@
|
|
|
171
195
|
max-width: 15.5rem;
|
|
172
196
|
margin-bottom: 1rem;
|
|
173
197
|
}
|
|
198
|
+
|
|
174
199
|
.ryft-pay-apple-pay-button {
|
|
175
200
|
border-radius: 0.25rem;
|
|
176
201
|
}
|
package/yarn.lock
CHANGED
|
@@ -2453,9 +2453,9 @@ __metadata:
|
|
|
2453
2453
|
languageName: node
|
|
2454
2454
|
linkType: hard
|
|
2455
2455
|
|
|
2456
|
-
"@licklist/core@npm:0.30.
|
|
2457
|
-
version: 0.30.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.30.
|
|
2456
|
+
"@licklist/core@npm:0.30.5-dev.0":
|
|
2457
|
+
version: 0.30.5-dev.0
|
|
2458
|
+
resolution: "@licklist/core@npm:0.30.5-dev.0"
|
|
2459
2459
|
dependencies:
|
|
2460
2460
|
"@sentry/browser": "npm:6.2.0"
|
|
2461
2461
|
axios: "npm:0.26.0"
|
|
@@ -2475,33 +2475,7 @@ __metadata:
|
|
|
2475
2475
|
react-dom: 17.0.2
|
|
2476
2476
|
react-i18next: 11.8.8
|
|
2477
2477
|
react-intl: 6.6.8
|
|
2478
|
-
checksum: 10c0/
|
|
2479
|
-
languageName: node
|
|
2480
|
-
linkType: hard
|
|
2481
|
-
|
|
2482
|
-
"@licklist/core@npm:0.30.3":
|
|
2483
|
-
version: 0.30.3
|
|
2484
|
-
resolution: "@licklist/core@npm:0.30.3"
|
|
2485
|
-
dependencies:
|
|
2486
|
-
"@sentry/browser": "npm:6.2.0"
|
|
2487
|
-
axios: "npm:0.26.0"
|
|
2488
|
-
i18next: "npm:19.4.5"
|
|
2489
|
-
luxon: "npm:3.5.0"
|
|
2490
|
-
react: "npm:17.0.2"
|
|
2491
|
-
react-dom: "npm:17.0.2"
|
|
2492
|
-
react-i18next: "npm:11.8.8"
|
|
2493
|
-
react-intl: "npm:6.6.8"
|
|
2494
|
-
uuid: "npm:9.0.0"
|
|
2495
|
-
wait-for-expect: "npm:3.0.2"
|
|
2496
|
-
peerDependencies:
|
|
2497
|
-
"@licklist/eslint-config": 0.5.6
|
|
2498
|
-
axios: 0.26.0
|
|
2499
|
-
luxon: 3.5.0
|
|
2500
|
-
react: 17.0.2
|
|
2501
|
-
react-dom: 17.0.2
|
|
2502
|
-
react-i18next: 11.8.8
|
|
2503
|
-
react-intl: 6.6.8
|
|
2504
|
-
checksum: 10c0/0c07f146b3be699955f19880cef83c7e5132727aace74ea36da2b1d33ea3b6c3b63d1de2439ed996723ed3c046b5611952bcdd76e0db74a629ce46a1b836f3fa
|
|
2478
|
+
checksum: 10c0/0ee67d6fe61b5db44e45d390428012c3829983ad5d0e3e835deb7f69b5f3cf9d429f82c8ce1b4d89cefcd251e11b16e3a429a5045933c7592b5df20682abb3af
|
|
2505
2479
|
languageName: node
|
|
2506
2480
|
linkType: hard
|
|
2507
2481
|
|
|
@@ -2516,9 +2490,9 @@ __metadata:
|
|
|
2516
2490
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2517
2491
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2518
2492
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2519
|
-
"@licklist/core": "npm:0.30.
|
|
2493
|
+
"@licklist/core": "npm:0.30.5-dev.0"
|
|
2520
2494
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2521
|
-
"@licklist/plugins": "npm:0.33.4"
|
|
2495
|
+
"@licklist/plugins": "npm:0.33.4-dev.0"
|
|
2522
2496
|
"@mantine/core": "npm:6.0.22"
|
|
2523
2497
|
"@mantine/hooks": "npm:6.0.22"
|
|
2524
2498
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2583,7 +2557,6 @@ __metadata:
|
|
|
2583
2557
|
clsx: "npm:1.1.1"
|
|
2584
2558
|
css-loader: "npm:5.1.1"
|
|
2585
2559
|
cssnano: "npm:7.0.6"
|
|
2586
|
-
date-fns: "npm:2.29.3"
|
|
2587
2560
|
emojibase: "npm:6.1.0"
|
|
2588
2561
|
emojibase-data: "npm:7.0.1"
|
|
2589
2562
|
emojibase-regex: "npm:6.0.1"
|
|
@@ -2647,9 +2620,9 @@ __metadata:
|
|
|
2647
2620
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2648
2621
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2649
2622
|
peerDependencies:
|
|
2650
|
-
"@licklist/core": 0.30.
|
|
2623
|
+
"@licklist/core": 0.30.5-dev.0
|
|
2651
2624
|
"@licklist/eslint-config": 0.5.6
|
|
2652
|
-
"@licklist/plugins": 0.33.4
|
|
2625
|
+
"@licklist/plugins": 0.33.4-dev.0
|
|
2653
2626
|
lodash: 4.17.21
|
|
2654
2627
|
luxon: 3.5.0
|
|
2655
2628
|
react: 17.0.2
|
|
@@ -2679,11 +2652,11 @@ __metadata:
|
|
|
2679
2652
|
languageName: node
|
|
2680
2653
|
linkType: hard
|
|
2681
2654
|
|
|
2682
|
-
"@licklist/plugins@npm:0.33.4":
|
|
2683
|
-
version: 0.33.4
|
|
2684
|
-
resolution: "@licklist/plugins@npm:0.33.4"
|
|
2655
|
+
"@licklist/plugins@npm:0.33.4-dev.0":
|
|
2656
|
+
version: 0.33.4-dev.0
|
|
2657
|
+
resolution: "@licklist/plugins@npm:0.33.4-dev.0"
|
|
2685
2658
|
dependencies:
|
|
2686
|
-
"@licklist/core": "npm:0.30.
|
|
2659
|
+
"@licklist/core": "npm:0.30.5-dev.0"
|
|
2687
2660
|
axios: "npm:0.26.0"
|
|
2688
2661
|
history: "npm:4.10.1"
|
|
2689
2662
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2703,7 +2676,7 @@ __metadata:
|
|
|
2703
2676
|
rrule: "npm:2.6.8"
|
|
2704
2677
|
use-debounce: "npm:7.0.1"
|
|
2705
2678
|
peerDependencies:
|
|
2706
|
-
"@licklist/core": 0.30.
|
|
2679
|
+
"@licklist/core": 0.30.5-dev.0
|
|
2707
2680
|
"@licklist/eslint-config": 0.5.6
|
|
2708
2681
|
axios: 0.26.0
|
|
2709
2682
|
lodash: 4.17.21
|
|
@@ -2715,7 +2688,7 @@ __metadata:
|
|
|
2715
2688
|
react-loader: 2.4.7
|
|
2716
2689
|
react-query: 3.34.12
|
|
2717
2690
|
react-router-dom: 5.2.0
|
|
2718
|
-
checksum: 10c0/
|
|
2691
|
+
checksum: 10c0/b1996a0b6f44dba6a8861aa9772ebc930459f2830d7a07f61ba0cbca67fe023b00104839b44aee016c145d416608ce73f427113394d6a49b6a5bd3bd45af30ba
|
|
2719
2692
|
languageName: node
|
|
2720
2693
|
linkType: hard
|
|
2721
2694
|
|
|
@@ -5667,11 +5640,11 @@ __metadata:
|
|
|
5667
5640
|
linkType: hard
|
|
5668
5641
|
|
|
5669
5642
|
"@types/node@npm:*":
|
|
5670
|
-
version: 22.7.
|
|
5671
|
-
resolution: "@types/node@npm:22.7.
|
|
5643
|
+
version: 22.7.7
|
|
5644
|
+
resolution: "@types/node@npm:22.7.7"
|
|
5672
5645
|
dependencies:
|
|
5673
5646
|
undici-types: "npm:~6.19.2"
|
|
5674
|
-
checksum: 10c0/
|
|
5647
|
+
checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65
|
|
5675
5648
|
languageName: node
|
|
5676
5649
|
linkType: hard
|
|
5677
5650
|
|
|
@@ -8187,8 +8160,8 @@ __metadata:
|
|
|
8187
8160
|
linkType: hard
|
|
8188
8161
|
|
|
8189
8162
|
"chromatic@npm:^11.4.0":
|
|
8190
|
-
version: 11.12.
|
|
8191
|
-
resolution: "chromatic@npm:11.12.
|
|
8163
|
+
version: 11.12.6
|
|
8164
|
+
resolution: "chromatic@npm:11.12.6"
|
|
8192
8165
|
peerDependencies:
|
|
8193
8166
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8194
8167
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8201,7 +8174,7 @@ __metadata:
|
|
|
8201
8174
|
chroma: dist/bin.js
|
|
8202
8175
|
chromatic: dist/bin.js
|
|
8203
8176
|
chromatic-cli: dist/bin.js
|
|
8204
|
-
checksum: 10c0/
|
|
8177
|
+
checksum: 10c0/7d161c52bc239ac6e8380f9a64533dd3792819d8f103d0083a805d5c9ece0844787eedd45c19c41e69d0ef0a3756051fa3e5c1f2fc9630d60f2ada4d5452e929
|
|
8205
8178
|
languageName: node
|
|
8206
8179
|
linkType: hard
|
|
8207
8180
|
|
|
@@ -9264,13 +9237,6 @@ __metadata:
|
|
|
9264
9237
|
languageName: node
|
|
9265
9238
|
linkType: hard
|
|
9266
9239
|
|
|
9267
|
-
"date-fns@npm:2.29.3":
|
|
9268
|
-
version: 2.29.3
|
|
9269
|
-
resolution: "date-fns@npm:2.29.3"
|
|
9270
|
-
checksum: 10c0/aa9128c876ef69a05988029d6aa3d7e5c47a1e978f18b77b48126683d1a2e6605a16c3f5293ca9f4ca790d0755b5061fcea5b469f097871cd53f6590a5c1adc4
|
|
9271
|
-
languageName: node
|
|
9272
|
-
linkType: hard
|
|
9273
|
-
|
|
9274
9240
|
"date-fns@npm:^2.16.1":
|
|
9275
9241
|
version: 2.30.0
|
|
9276
9242
|
resolution: "date-fns@npm:2.30.0"
|
|
@@ -9808,9 +9774,9 @@ __metadata:
|
|
|
9808
9774
|
linkType: hard
|
|
9809
9775
|
|
|
9810
9776
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9811
|
-
version: 1.5.
|
|
9812
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9813
|
-
checksum: 10c0/
|
|
9777
|
+
version: 1.5.41
|
|
9778
|
+
resolution: "electron-to-chromium@npm:1.5.41"
|
|
9779
|
+
checksum: 10c0/97b82383963029e6ed0bd7a71eb527f640c8cf658c9e43c776b0257b3c65e366590ac54135683a21e4474a156b8be78717d6e94d3c1def84b69f92bf48f2390f
|
|
9814
9780
|
languageName: node
|
|
9815
9781
|
linkType: hard
|
|
9816
9782
|
|
|
@@ -14858,13 +14824,20 @@ __metadata:
|
|
|
14858
14824
|
languageName: node
|
|
14859
14825
|
linkType: hard
|
|
14860
14826
|
|
|
14861
|
-
"negotiator@npm:0.6.3
|
|
14827
|
+
"negotiator@npm:0.6.3":
|
|
14862
14828
|
version: 0.6.3
|
|
14863
14829
|
resolution: "negotiator@npm:0.6.3"
|
|
14864
14830
|
checksum: 10c0/3ec9fd413e7bf071c937ae60d572bc67155262068ed522cf4b3be5edbe6ddf67d095ec03a3a14ebf8fc8e95f8e1d61be4869db0dbb0de696f6b837358bd43fc2
|
|
14865
14831
|
languageName: node
|
|
14866
14832
|
linkType: hard
|
|
14867
14833
|
|
|
14834
|
+
"negotiator@npm:^0.6.3":
|
|
14835
|
+
version: 0.6.4
|
|
14836
|
+
resolution: "negotiator@npm:0.6.4"
|
|
14837
|
+
checksum: 10c0/3e677139c7fb7628a6f36335bf11a885a62c21d5390204590a1a214a5631fcbe5ea74ef6a610b60afe84b4d975cbe0566a23f20ee17c77c73e74b80032108dea
|
|
14838
|
+
languageName: node
|
|
14839
|
+
linkType: hard
|
|
14840
|
+
|
|
14868
14841
|
"neo-async@npm:^2.5.0, neo-async@npm:^2.6.1, neo-async@npm:^2.6.2":
|
|
14869
14842
|
version: 2.6.2
|
|
14870
14843
|
resolution: "neo-async@npm:2.6.2"
|