@licklist/design 0.69.2 → 0.69.3-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/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +3 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +53 -24
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -0
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +3 -2
- package/dist/iframe/activity-card/ActivityCard.d.ts +5 -4
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +52 -40
- 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/index.js +1 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +3 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +172 -8
- 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/card/ProductSetCard.d.ts +6 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +30 -11
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- package/dist/product-set/control/ProductSetControl.d.ts +4 -0
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +30 -3
- package/dist/product-set/control/ProductSetImageControl.d.ts +2 -0
- package/dist/product-set/control/ProductSetImageControl.d.ts.map +1 -0
- package/dist/product-set/control/ProductSetImageControl.js +279 -0
- 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 +64 -1
- package/dist/product-set/form/ProductSetNameControl.d.ts +6 -0
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductSetNameControl.js +35 -0
- 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/form/index.d.ts +1 -0
- package/dist/product-set/form/index.d.ts.map +1 -1
- 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/product-set/utils/index.d.ts +7 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +10 -1
- 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/activity-card/{GridActivitiesCard.scss → ActivitiesCard.scss} +19 -5
- package/dist/styles/activity-card/ListActivitiesCard.scss +12 -42
- package/dist/styles/activity-card/_index.scss +1 -1
- 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 +28 -1
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/typeahead/Typeahead.d.ts +5 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +9 -2
- 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 +8 -6
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -2
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +91 -86
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +2 -1
- package/src/iframe/activity-card/ActivityCard.tsx +35 -24
- 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 +13 -5
- package/src/iframe/ryft/utils/ryft-form.ts +26 -2
- package/src/layout/DropDown.tsx +1 -1
- package/src/modals/confirmation/ConfirmModal.tsx +19 -3
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/card/ProductSetCard.tsx +47 -8
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/control/ProductSetControl.tsx +52 -52
- package/src/product-set/control/ProductSetImageControl.tsx +97 -0
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +24 -2
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- 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/form/index.ts +1 -0
- 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/product-set/utils/index.ts +11 -0
- 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/activity-card/{GridActivitiesCard.scss → ActivitiesCard.scss} +19 -5
- package/src/styles/activity-card/ListActivitiesCard.scss +12 -42
- package/src/styles/activity-card/_index.scss +1 -1
- 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 +28 -1
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/typeahead/Typeahead.tsx +15 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +61 -35
|
@@ -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,14 @@
|
|
|
97
102
|
}
|
|
98
103
|
|
|
99
104
|
.ryft-payment-form {
|
|
105
|
+
|
|
106
|
+
.form-disable-box {
|
|
107
|
+
display: none;
|
|
108
|
+
position: absolute;
|
|
109
|
+
width: 100%;
|
|
110
|
+
height: 100%;
|
|
111
|
+
}
|
|
112
|
+
|
|
100
113
|
.submit-button-wrapper {
|
|
101
114
|
margin: -1rem 0 1rem;
|
|
102
115
|
|
|
@@ -104,15 +117,18 @@
|
|
|
104
117
|
width: 100%;
|
|
105
118
|
}
|
|
106
119
|
}
|
|
120
|
+
|
|
107
121
|
#mobile-pay-divider-container {
|
|
108
122
|
display: flex;
|
|
109
123
|
position: relative;
|
|
110
124
|
margin-bottom: 1rem;
|
|
125
|
+
|
|
111
126
|
#mobile-pay-divider-text {
|
|
112
127
|
margin-right: 1rem;
|
|
113
128
|
font-size: 0.875rem;
|
|
114
129
|
font-weight: 600;
|
|
115
130
|
}
|
|
131
|
+
|
|
116
132
|
#mobile-pay-divider {
|
|
117
133
|
width: 100%;
|
|
118
134
|
border-bottom: 1px #dfdfdf solid;
|
|
@@ -125,6 +141,7 @@
|
|
|
125
141
|
border: none;
|
|
126
142
|
margin-bottom: 0.5rem;
|
|
127
143
|
text-align: left;
|
|
144
|
+
|
|
128
145
|
:first-child {
|
|
129
146
|
font-size: 1rem;
|
|
130
147
|
font-weight: 600;
|
|
@@ -135,14 +152,17 @@
|
|
|
135
152
|
margin-bottom: 0.5rem;
|
|
136
153
|
}
|
|
137
154
|
}
|
|
155
|
+
|
|
138
156
|
.ryft-pay-grid {
|
|
139
157
|
display: flex;
|
|
140
158
|
flex-direction: column;
|
|
159
|
+
|
|
141
160
|
.apple-pay-button {
|
|
142
161
|
height: 2.5rem;
|
|
143
162
|
margin-top: 1rem;
|
|
144
163
|
}
|
|
145
164
|
}
|
|
165
|
+
|
|
146
166
|
.mobile-pay-title {
|
|
147
167
|
display: block;
|
|
148
168
|
font-weight: 600;
|
|
@@ -156,10 +176,16 @@
|
|
|
156
176
|
}
|
|
157
177
|
|
|
158
178
|
@include media-breakpoint-up(md) {
|
|
179
|
+
|
|
159
180
|
.ryft-payment-form,
|
|
181
|
+
.form-disable-box {
|
|
182
|
+
height: 50%;
|
|
183
|
+
top: 15rem;
|
|
184
|
+
}
|
|
160
185
|
.iframe-payment-form {
|
|
161
186
|
position: relative;
|
|
162
187
|
max-height: 300px !important;
|
|
188
|
+
|
|
163
189
|
.submit-button-wrapper {
|
|
164
190
|
max-width: 15.5rem;
|
|
165
191
|
}
|
|
@@ -171,6 +197,7 @@
|
|
|
171
197
|
max-width: 15.5rem;
|
|
172
198
|
margin-bottom: 1rem;
|
|
173
199
|
}
|
|
200
|
+
|
|
174
201
|
.ryft-pay-apple-pay-button {
|
|
175
202
|
border-radius: 0.25rem;
|
|
176
203
|
}
|
|
@@ -178,4 +205,4 @@
|
|
|
178
205
|
.divider {
|
|
179
206
|
display: none !important;
|
|
180
207
|
}
|
|
181
|
-
}
|
|
208
|
+
}
|
|
@@ -12,10 +12,13 @@ export interface TypeaheadProps {
|
|
|
12
12
|
placeholder: string
|
|
13
13
|
isRequired?: boolean
|
|
14
14
|
name: string
|
|
15
|
+
value?: TypeaheadOptions
|
|
15
16
|
isMultipleChoise?: boolean
|
|
16
17
|
noOptionsMessage: string
|
|
17
18
|
isInvalid?: boolean
|
|
18
19
|
isCouponForm?: boolean
|
|
20
|
+
containerStyles?: CSSObjectWithLabel
|
|
21
|
+
onChangeValue?: (value: TypeaheadOptions) => void
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
function Typeahead({
|
|
@@ -24,6 +27,9 @@ function Typeahead({
|
|
|
24
27
|
isRequired = false,
|
|
25
28
|
isMultipleChoise,
|
|
26
29
|
name = '',
|
|
30
|
+
value,
|
|
31
|
+
onChangeValue,
|
|
32
|
+
containerStyles,
|
|
27
33
|
isCouponForm = false,
|
|
28
34
|
noOptionsMessage = '',
|
|
29
35
|
isInvalid,
|
|
@@ -53,15 +59,23 @@ function Typeahead({
|
|
|
53
59
|
render={({ field }) => (
|
|
54
60
|
<Select
|
|
55
61
|
placeholder={placeholder}
|
|
56
|
-
value={field.value}
|
|
62
|
+
value={value ?? field.value}
|
|
57
63
|
isMulti={isMultipleChoise}
|
|
58
64
|
styles={{
|
|
65
|
+
container: (base) => ({
|
|
66
|
+
...base,
|
|
67
|
+
...containerStyles,
|
|
68
|
+
}),
|
|
59
69
|
control: (base) => ({
|
|
60
70
|
...base,
|
|
61
71
|
...getStyle(),
|
|
62
72
|
}),
|
|
63
73
|
}}
|
|
64
74
|
onChange={(value) => {
|
|
75
|
+
if (onChangeValue) {
|
|
76
|
+
onChangeValue(value)
|
|
77
|
+
return
|
|
78
|
+
}
|
|
65
79
|
field.onChange(value)
|
|
66
80
|
}}
|
|
67
81
|
options={options}
|
package/yarn.lock
CHANGED
|
@@ -2453,9 +2453,35 @@ __metadata:
|
|
|
2453
2453
|
languageName: node
|
|
2454
2454
|
linkType: hard
|
|
2455
2455
|
|
|
2456
|
-
"@licklist/core@npm:0.
|
|
2457
|
-
version: 0.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.
|
|
2456
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2457
|
+
version: 0.29.1-dev.2
|
|
2458
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2459
|
+
dependencies:
|
|
2460
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2461
|
+
axios: "npm:0.26.0"
|
|
2462
|
+
i18next: "npm:19.4.5"
|
|
2463
|
+
luxon: "npm:3.5.0"
|
|
2464
|
+
react: "npm:17.0.2"
|
|
2465
|
+
react-dom: "npm:17.0.2"
|
|
2466
|
+
react-i18next: "npm:11.8.8"
|
|
2467
|
+
react-intl: "npm:6.6.8"
|
|
2468
|
+
uuid: "npm:9.0.0"
|
|
2469
|
+
wait-for-expect: "npm:3.0.2"
|
|
2470
|
+
peerDependencies:
|
|
2471
|
+
"@licklist/eslint-config": 0.5.5
|
|
2472
|
+
axios: 0.26.0
|
|
2473
|
+
luxon: 3.5.0
|
|
2474
|
+
react: 17.0.2
|
|
2475
|
+
react-dom: 17.0.2
|
|
2476
|
+
react-i18next: 11.8.8
|
|
2477
|
+
react-intl: 6.6.8
|
|
2478
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2479
|
+
languageName: node
|
|
2480
|
+
linkType: hard
|
|
2481
|
+
|
|
2482
|
+
"@licklist/core@npm:0.30.0-dev.0":
|
|
2483
|
+
version: 0.30.0-dev.0
|
|
2484
|
+
resolution: "@licklist/core@npm:0.30.0-dev.0"
|
|
2459
2485
|
dependencies:
|
|
2460
2486
|
"@sentry/browser": "npm:6.2.0"
|
|
2461
2487
|
axios: "npm:0.26.0"
|
|
@@ -2475,7 +2501,7 @@ __metadata:
|
|
|
2475
2501
|
react-dom: 17.0.2
|
|
2476
2502
|
react-i18next: 11.8.8
|
|
2477
2503
|
react-intl: 6.6.8
|
|
2478
|
-
checksum: 10c0/
|
|
2504
|
+
checksum: 10c0/0254119edd1b01abeb3cdce66d26a56098860bfb5e0a8ec1d98ac2da3eb28b1cb8f7b2315a07ca3bd905eb25c349d65a4a4dab44e53466968b1b50012eec10bd
|
|
2479
2505
|
languageName: node
|
|
2480
2506
|
linkType: hard
|
|
2481
2507
|
|
|
@@ -2490,9 +2516,9 @@ __metadata:
|
|
|
2490
2516
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2491
2517
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2492
2518
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2493
|
-
"@licklist/core": "npm:0.30.
|
|
2519
|
+
"@licklist/core": "npm:0.30.0-dev.0"
|
|
2494
2520
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2495
|
-
"@licklist/plugins": "npm:0.33.
|
|
2521
|
+
"@licklist/plugins": "npm:0.33.0-dev.0"
|
|
2496
2522
|
"@mantine/core": "npm:6.0.22"
|
|
2497
2523
|
"@mantine/hooks": "npm:6.0.22"
|
|
2498
2524
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2621,9 +2647,9 @@ __metadata:
|
|
|
2621
2647
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2622
2648
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2623
2649
|
peerDependencies:
|
|
2624
|
-
"@licklist/core": 0.30.
|
|
2650
|
+
"@licklist/core": 0.30.0-dev.0
|
|
2625
2651
|
"@licklist/eslint-config": 0.5.6
|
|
2626
|
-
"@licklist/plugins": 0.33.1
|
|
2652
|
+
"@licklist/plugins": 0.33.2-dev.1
|
|
2627
2653
|
lodash: 4.17.21
|
|
2628
2654
|
luxon: 3.5.0
|
|
2629
2655
|
react: 17.0.2
|
|
@@ -2653,11 +2679,11 @@ __metadata:
|
|
|
2653
2679
|
languageName: node
|
|
2654
2680
|
linkType: hard
|
|
2655
2681
|
|
|
2656
|
-
"@licklist/plugins@npm:0.33.
|
|
2657
|
-
version: 0.33.
|
|
2658
|
-
resolution: "@licklist/plugins@npm:0.33.
|
|
2682
|
+
"@licklist/plugins@npm:0.33.0-dev.0":
|
|
2683
|
+
version: 0.33.0-dev.0
|
|
2684
|
+
resolution: "@licklist/plugins@npm:0.33.0-dev.0"
|
|
2659
2685
|
dependencies:
|
|
2660
|
-
"@licklist/core": "npm:0.
|
|
2686
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2661
2687
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2662
2688
|
axios: "npm:0.26.0"
|
|
2663
2689
|
history: "npm:4.10.1"
|
|
@@ -2678,7 +2704,7 @@ __metadata:
|
|
|
2678
2704
|
rrule: "npm:2.6.8"
|
|
2679
2705
|
use-debounce: "npm:7.0.1"
|
|
2680
2706
|
peerDependencies:
|
|
2681
|
-
"@licklist/core": 0.
|
|
2707
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2682
2708
|
"@licklist/eslint-config": 0.5.6
|
|
2683
2709
|
axios: 0.26.0
|
|
2684
2710
|
lodash: 4.17.21
|
|
@@ -2690,7 +2716,7 @@ __metadata:
|
|
|
2690
2716
|
react-loader: 2.4.7
|
|
2691
2717
|
react-query: 3.34.12
|
|
2692
2718
|
react-router-dom: 5.2.0
|
|
2693
|
-
checksum: 10c0/
|
|
2719
|
+
checksum: 10c0/cdf57c38578b30926a323f0caf80a93c43fadc032dcd79d749de92ca6d7c3b47a8ac6bdf56547a56e0581094434ecd30880e5298161cb0fa97705e369ba799f1
|
|
2694
2720
|
languageName: node
|
|
2695
2721
|
linkType: hard
|
|
2696
2722
|
|
|
@@ -6552,11 +6578,11 @@ __metadata:
|
|
|
6552
6578
|
linkType: hard
|
|
6553
6579
|
|
|
6554
6580
|
"acorn@npm:^8.12.1, acorn@npm:^8.5.0, acorn@npm:^8.8.2":
|
|
6555
|
-
version: 8.
|
|
6556
|
-
resolution: "acorn@npm:8.
|
|
6581
|
+
version: 8.13.0
|
|
6582
|
+
resolution: "acorn@npm:8.13.0"
|
|
6557
6583
|
bin:
|
|
6558
6584
|
acorn: bin/acorn
|
|
6559
|
-
checksum: 10c0/
|
|
6585
|
+
checksum: 10c0/f35dd53d68177c90699f4c37d0bb205b8abe036d955d0eb011ddb7f14a81e6fd0f18893731c457c1b5bd96754683f4c3d80d9a5585ddecaa53cdf84e0b3d68f7
|
|
6560
6586
|
languageName: node
|
|
6561
6587
|
linkType: hard
|
|
6562
6588
|
|
|
@@ -8031,9 +8057,9 @@ __metadata:
|
|
|
8031
8057
|
linkType: hard
|
|
8032
8058
|
|
|
8033
8059
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001663":
|
|
8034
|
-
version: 1.0.
|
|
8035
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8036
|
-
checksum: 10c0/
|
|
8060
|
+
version: 1.0.30001669
|
|
8061
|
+
resolution: "caniuse-lite@npm:1.0.30001669"
|
|
8062
|
+
checksum: 10c0/f125f23440d3dbb6c25ffb8d55f4ce48af36a84d0932b152b3b74f143a4170cbe92e02b0a9676209c86609bf7bf34119ff10cc2bc7c1b7ea40e936cc16598408
|
|
8037
8063
|
languageName: node
|
|
8038
8064
|
linkType: hard
|
|
8039
8065
|
|
|
@@ -9790,9 +9816,9 @@ __metadata:
|
|
|
9790
9816
|
linkType: hard
|
|
9791
9817
|
|
|
9792
9818
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9793
|
-
version: 1.5.
|
|
9794
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9795
|
-
checksum: 10c0/
|
|
9819
|
+
version: 1.5.39
|
|
9820
|
+
resolution: "electron-to-chromium@npm:1.5.39"
|
|
9821
|
+
checksum: 10c0/36364f9c68a7d20c54b020fe81cabf3e6022b7feb91f63695dd1039612cac031cc98bbcc0c3ba957f1876dde89853ba48407c590a4227fd13616a028ac1a0944
|
|
9796
9822
|
languageName: node
|
|
9797
9823
|
linkType: hard
|
|
9798
9824
|
|
|
@@ -10884,9 +10910,9 @@ __metadata:
|
|
|
10884
10910
|
linkType: hard
|
|
10885
10911
|
|
|
10886
10912
|
"fast-uri@npm:^3.0.1":
|
|
10887
|
-
version: 3.0.
|
|
10888
|
-
resolution: "fast-uri@npm:3.0.
|
|
10889
|
-
checksum: 10c0/
|
|
10913
|
+
version: 3.0.3
|
|
10914
|
+
resolution: "fast-uri@npm:3.0.3"
|
|
10915
|
+
checksum: 10c0/4b2c5ce681a062425eae4f15cdc8fc151fd310b2f69b1f96680677820a8b49c3cd6e80661a406e19d50f0c40a3f8bffdd458791baf66f4a879d80be28e10a320
|
|
10890
10916
|
languageName: node
|
|
10891
10917
|
linkType: hard
|
|
10892
10918
|
|
|
@@ -14139,12 +14165,12 @@ __metadata:
|
|
|
14139
14165
|
linkType: hard
|
|
14140
14166
|
|
|
14141
14167
|
"match-sorter@npm:^6.0.2":
|
|
14142
|
-
version: 6.
|
|
14143
|
-
resolution: "match-sorter@npm:6.
|
|
14168
|
+
version: 6.4.0
|
|
14169
|
+
resolution: "match-sorter@npm:6.4.0"
|
|
14144
14170
|
dependencies:
|
|
14145
14171
|
"@babel/runtime": "npm:^7.23.8"
|
|
14146
14172
|
remove-accents: "npm:0.5.0"
|
|
14147
|
-
checksum: 10c0/
|
|
14173
|
+
checksum: 10c0/2b8ea3933416d16570888e4ca44c67d7deeccb0a378852e14ee6eebcf52e9a1df3ca1279cbf3f5bcae02edab28304c3bd1199d1782ff2a148448bfc0b314242e
|
|
14148
14174
|
languageName: node
|
|
14149
14175
|
linkType: hard
|
|
14150
14176
|
|
|
@@ -20233,8 +20259,8 @@ __metadata:
|
|
|
20233
20259
|
linkType: hard
|
|
20234
20260
|
|
|
20235
20261
|
"terser@npm:^5.3.4":
|
|
20236
|
-
version: 5.
|
|
20237
|
-
resolution: "terser@npm:5.
|
|
20262
|
+
version: 5.35.0
|
|
20263
|
+
resolution: "terser@npm:5.35.0"
|
|
20238
20264
|
dependencies:
|
|
20239
20265
|
"@jridgewell/source-map": "npm:^0.3.3"
|
|
20240
20266
|
acorn: "npm:^8.8.2"
|
|
@@ -20242,7 +20268,7 @@ __metadata:
|
|
|
20242
20268
|
source-map-support: "npm:~0.5.20"
|
|
20243
20269
|
bin:
|
|
20244
20270
|
terser: bin/terser
|
|
20245
|
-
checksum: 10c0/
|
|
20271
|
+
checksum: 10c0/c9899d23c2d1548329d5b5717cb0cfaae5cfa26e6c4930daebc7a4dc00658c3ca44c06626777a9d09f03b2b13338921769c0eb56b6ad8560d705a375425129d6
|
|
20246
20272
|
languageName: node
|
|
20247
20273
|
linkType: hard
|
|
20248
20274
|
|
|
@@ -20520,9 +20546,9 @@ __metadata:
|
|
|
20520
20546
|
linkType: hard
|
|
20521
20547
|
|
|
20522
20548
|
"tslib@npm:^2, tslib@npm:^2.0.0, tslib@npm:^2.0.1, tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0":
|
|
20523
|
-
version: 2.
|
|
20524
|
-
resolution: "tslib@npm:2.
|
|
20525
|
-
checksum: 10c0/
|
|
20549
|
+
version: 2.8.0
|
|
20550
|
+
resolution: "tslib@npm:2.8.0"
|
|
20551
|
+
checksum: 10c0/31e4d14dc1355e9b89e4d3c893a18abb7f90b6886b089c2da91224d0a7752c79f3ddc41bc1aa0a588ac895bd97bb99c5bc2bfdb2f86de849f31caeb3ba79bbe5
|
|
20526
20552
|
languageName: node
|
|
20527
20553
|
linkType: hard
|
|
20528
20554
|
|