@licklist/design 0.78.5-dev.19 → 0.78.5-dev.21

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.
Files changed (148) hide show
  1. package/dist/auth/ChangePassword/ChangePasswordComponent.d.ts.map +1 -1
  2. package/dist/auth/ChangePassword/ChangePasswordComponent.js +5 -4
  3. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  4. package/dist/auth/Login/LoginComponent.js +12 -7
  5. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  6. package/dist/auth/Register/RegisterComponent.js +5 -4
  7. package/dist/auth/ResetPassword/ResetPasswordComponent.d.ts.map +1 -1
  8. package/dist/auth/ResetPassword/ResetPasswordComponent.js +5 -4
  9. package/dist/auth/Social/SocialCallbackComponent.d.ts.map +1 -1
  10. package/dist/auth/Social/SocialCallbackComponent.js +5 -2
  11. package/dist/auth/Social/SocialFormComponent.d.ts.map +1 -1
  12. package/dist/auth/Social/SocialFormComponent.js +4 -4
  13. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  14. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +5 -4
  15. package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
  16. package/dist/events/edit-event-modal/IntervalInput.js +5 -1
  17. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +2 -1
  18. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  19. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +3 -2
  20. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -2
  21. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  22. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
  23. package/dist/events/event-card/EventCard.d.ts +1 -1
  24. package/dist/events/event-card/EventCard.d.ts.map +1 -1
  25. package/dist/events/event-card/EventCard.js +1 -1
  26. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +2 -1
  27. package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
  28. package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
  29. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
  30. package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
  31. package/dist/events/event-statistic-modal/hooks/useTableData.js +2 -1
  32. package/dist/events/event-statistic-modal/utils/index.js +3 -3
  33. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  34. package/dist/events/event-venue-map/EventVenueMap.js +1 -0
  35. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  36. package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
  37. package/dist/file-upload/FileUpload.d.ts.map +1 -1
  38. package/dist/file-upload/FileUpload.js +4 -4
  39. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -1
  40. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +4 -11
  41. package/dist/iframe/order-process/components/BookingSummary/utils/index.js +1 -1
  42. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  43. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
  44. package/dist/iframe/payment/payment-page/PaymentPage.js +8 -4
  45. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  46. package/dist/iframe/ryft/RyftPaymentForm.js +19 -45
  47. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  48. package/dist/iframe/ryft/utils/ryft-form.js +4 -5
  49. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  50. package/dist/notification/email-template/control/EmailTemplateControl.js +6 -3
  51. package/dist/product-set/control/ProductSetControl.js +2 -1
  52. package/dist/product-set/form/ProductSetForm.d.ts +4 -1
  53. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  54. package/dist/product-set/form/ProductSetForm.js +1 -1
  55. package/dist/product-set/form/ProductsControl.js +1 -0
  56. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  57. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
  58. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  59. package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
  60. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  61. package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
  62. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  63. package/dist/product-set/product/price/ProductPriceControl.js +3 -0
  64. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  65. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
  66. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  67. package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
  68. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  69. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
  70. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  71. package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
  72. package/dist/product-set/utils/index.d.ts +1 -1
  73. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  74. package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
  75. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  76. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  77. package/dist/resource/form/components/CapacityControl.js +3 -0
  78. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  79. package/dist/resource/form/components/SortControl.js +3 -0
  80. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  81. package/dist/sales/coupon/control/CouponFormControl.js +21 -0
  82. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  83. package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
  84. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  85. package/dist/static/CurrencyNumberInput.js +3 -0
  86. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  87. package/dist/static/form-number-input/FormNumberInput.js +3 -0
  88. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  89. package/dist/static/number-input/NumberInput.js +3 -0
  90. package/dist/styles/iframe-events/Calendar.scss +1 -1
  91. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  92. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  93. package/dist/styles/sales/BookingResults.scss +1 -1
  94. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  95. package/dist/zone/form/components/GameDurationControl.js +3 -0
  96. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  97. package/dist/zone/form/components/SortControl.js +3 -0
  98. package/package.json +7 -7
  99. package/src/auth/ChangePassword/ChangePasswordComponent.tsx +3 -4
  100. package/src/auth/Login/LoginComponent.tsx +8 -6
  101. package/src/auth/Register/RegisterComponent.tsx +3 -4
  102. package/src/auth/ResetPassword/ResetPasswordComponent.tsx +3 -4
  103. package/src/auth/Social/SocialCallbackComponent.tsx +3 -2
  104. package/src/auth/Social/SocialFormComponent.tsx +2 -3
  105. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +3 -4
  106. package/src/events/edit-event-modal/IntervalInput.tsx +4 -0
  107. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +12 -4
  108. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
  109. package/src/events/event-card/EventCard.tsx +10 -8
  110. package/src/events/event-statistic-modal/EventStatisticModal.tsx +3 -1
  111. package/src/events/event-statistic-modal/hooks/useTableData.tsx +2 -1
  112. package/src/events/event-statistic-modal/utils/index.ts +4 -4
  113. package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
  114. package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
  115. package/src/file-upload/FileUpload.tsx +2 -3
  116. package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +1 -5
  117. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
  118. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
  119. package/src/iframe/payment/payment-page/PaymentPage.tsx +6 -6
  120. package/src/iframe/ryft/RyftPaymentForm.tsx +25 -58
  121. package/src/iframe/ryft/utils/ryft-form.ts +6 -5
  122. package/src/notification/email-template/control/EmailTemplateControl.tsx +7 -6
  123. package/src/product-set/control/ProductSetControl.tsx +1 -1
  124. package/src/product-set/form/ProductSetForm.tsx +6 -2
  125. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
  126. package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
  127. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
  128. package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
  129. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
  130. package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
  131. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
  132. package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
  133. package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
  134. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
  135. package/src/resource/form/components/CapacityControl.tsx +1 -0
  136. package/src/resource/form/components/SortControl.tsx +1 -0
  137. package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
  138. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
  139. package/src/static/CurrencyNumberInput.tsx +1 -0
  140. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  141. package/src/static/number-input/NumberInput.tsx +1 -0
  142. package/src/styles/iframe-events/Calendar.scss +1 -1
  143. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  144. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  145. package/src/styles/sales/BookingResults.scss +1 -1
  146. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  147. package/src/zone/form/components/SortControl.tsx +1 -0
  148. package/yarn.lock +69 -70
@@ -221,6 +221,7 @@ export function ProductCategoryControl({
221
221
  step={1}
222
222
  value={value === null ? '' : value}
223
223
  onChange={onChange}
224
+ onWheel={(event) => event.currentTarget.blur()}
224
225
  isInvalid={HookFormService.isInvalid<ProductSetFormValues>(
225
226
  `${fieldNamePrefix}.minSubItems` as const,
226
227
  errors,
@@ -293,6 +294,7 @@ export function ProductCategoryControl({
293
294
  name={name}
294
295
  value={value === null ? '' : value}
295
296
  onChange={onChange}
297
+ onWheel={(event) => event.currentTarget.blur()}
296
298
  isInvalid={HookFormService.isInvalid<ProductSetFormValues>(
297
299
  `${fieldNamePrefix}.maxSubItems` as const,
298
300
  errors,
@@ -353,6 +355,7 @@ export function ProductCategoryControl({
353
355
  min={0}
354
356
  step={1}
355
357
  type='number'
358
+ onWheel={(event) => event.currentTarget.blur()}
356
359
  disabled={isOverride}
357
360
  isInvalid={HookFormService.isInvalid<ProductSetFormValues>(
358
361
  `${fieldNamePrefix}.overallQuantity`,
@@ -543,6 +546,7 @@ export function ProductCategoryControl({
543
546
  step={1}
544
547
  value={value}
545
548
  onChange={onChange}
549
+ onWheel={(event) => event.currentTarget.blur()}
546
550
  isInvalid={HookFormService.isInvalid<ProductSetFormValues>(
547
551
  `${fieldNamePrefix}.remainderExpireAfter` as const,
548
552
  errors,
@@ -109,6 +109,7 @@ function RecurrenceEndInput({
109
109
  type='number'
110
110
  min={1}
111
111
  max={500}
112
+ onWheel={(event) => event.currentTarget.blur()}
112
113
  disabled={disabled || !count || count === 500}
113
114
  aria-label='Occurrence count'
114
115
  value={count ?? defaultOccurrences[frequency]}
@@ -91,6 +91,7 @@ function RecurrenceEndInput({
91
91
  type='number'
92
92
  min={1}
93
93
  max={500}
94
+ onWheel={(event) => event.currentTarget.blur()}
94
95
  disabled={disabled || !count || count === 500}
95
96
  aria-label='Occurrence count'
96
97
  value={count ?? defaultOccurrences[frequency]}
@@ -27,6 +27,7 @@ export const CapacityControl = ({ isLoading }: CapacityControlProps) => {
27
27
  required: true,
28
28
  min: 1,
29
29
  })}
30
+ onWheel={(event) => event.currentTarget.blur()}
30
31
  placeholder={t('Design:capacity')}
31
32
  isInvalid={Boolean(errors.capacity)}
32
33
  disabled={isLoading}
@@ -27,6 +27,7 @@ export const SortControl = ({ isLoading }: SortControlProps) => {
27
27
  required: false,
28
28
  min: 1,
29
29
  })}
30
+ onWheel={(event) => event.currentTarget.blur()}
30
31
  placeholder={t('Design:ordering')}
31
32
  isInvalid={Boolean(errors.sort)}
32
33
  disabled={isLoading}
@@ -179,6 +179,7 @@ export const CouponFormControl = ({
179
179
  <Form.Label>{t('Design:discount')}</Form.Label>
180
180
  <Form.Control
181
181
  type='number'
182
+ onWheel={(event) => event.currentTarget.blur()}
182
183
  isInvalid={errors.discount !== undefined}
183
184
  {...register('discount', {
184
185
  required: t('Validation:fieldRequired', {
@@ -316,6 +317,7 @@ export const CouponFormControl = ({
316
317
  <Form.Control
317
318
  {...register('totalCoupons')}
318
319
  type='number'
320
+ onWheel={(event) => event.currentTarget.blur()}
319
321
  isInvalid={errors.totalCoupons !== undefined}
320
322
  disabled={isLoading}
321
323
  />
@@ -330,6 +332,7 @@ export const CouponFormControl = ({
330
332
  <Form.Control
331
333
  type='number'
332
334
  {...register('usesPerUser')}
335
+ onWheel={(event) => event.currentTarget.blur()}
333
336
  disabled={isLoading}
334
337
  />
335
338
  </Form.Group>
@@ -342,6 +345,7 @@ export const CouponFormControl = ({
342
345
  <Form.Control
343
346
  type='number'
344
347
  {...register('useAgain')}
348
+ onWheel={(event) => event.currentTarget.blur()}
345
349
  disabled={isLoading}
346
350
  />
347
351
  <Form.Text className='text-muted'>
@@ -355,6 +359,7 @@ export const CouponFormControl = ({
355
359
  <Form.Control
356
360
  type='number'
357
361
  {...register('usesPerUserDay')}
362
+ onWheel={(event) => event.currentTarget.blur()}
358
363
  disabled={isLoading}
359
364
  />
360
365
  <Form.Text className='text-muted'>
@@ -370,6 +375,7 @@ export const CouponFormControl = ({
370
375
  <Form.Control
371
376
  type='number'
372
377
  {...register('minAmount')}
378
+ onWheel={(event) => event.currentTarget.blur()}
373
379
  disabled={isLoading}
374
380
  />
375
381
  <Form.Text className='text-muted'>
@@ -383,6 +389,7 @@ export const CouponFormControl = ({
383
389
  <Form.Control
384
390
  type='number'
385
391
  {...register('maxAmount')}
392
+ onWheel={(event) => event.currentTarget.blur()}
386
393
  disabled={isLoading}
387
394
  />
388
395
  <Form.Text className='text-muted'>
@@ -178,6 +178,7 @@ export const DashboardSettingForm = ({
178
178
  <Form.Label>{t('metaPixelId')}</Form.Label>
179
179
  <Form.Control
180
180
  type='number'
181
+ onWheel={(event) => event.currentTarget.blur()}
181
182
  {...register('metaPixelId', {
182
183
  minLength: {
183
184
  value: 15,
@@ -45,6 +45,7 @@ export const CurrencyNumberInput = forwardRef<
45
45
  disabled={disabled}
46
46
  value={value}
47
47
  onChange={onChange}
48
+ onWheel={(event) => event.currentTarget.blur()}
48
49
  ref={ref}
49
50
  {...props}
50
51
  />
@@ -75,6 +75,7 @@ export const FormNumberInput = ({
75
75
  type='number'
76
76
  step={step}
77
77
  disabled={disabled}
78
+ onWheel={(event) => event.currentTarget.blur()}
78
79
  isInvalid={HookFormService.isInvalid(fieldName, errors)}
79
80
  {...field}
80
81
  onChange={(event) => {
@@ -49,6 +49,7 @@ export function NumberInput({
49
49
  <div className={inputWrapperClasses}>
50
50
  <FormControl
51
51
  type='number'
52
+ onWheel={(event) => event.currentTarget.blur()}
52
53
  onChange={(e) => onChange(Number(e.target.value))}
53
54
  value={value}
54
55
  min={min}
@@ -74,7 +74,7 @@
74
74
  .calendar-dates-wrapper {
75
75
  .calendar-dates {
76
76
  display: grid;
77
- grid-template-columns: repeat(7, 1fr);
77
+ grid-template-columns: repeat(7, auto);
78
78
  grid-gap: 0.5rem 1rem;
79
79
  overflow-x: auto;
80
80
  }
@@ -15,7 +15,7 @@ body[bkdt-scrollable='false'] .bkdt-mask {
15
15
  left: 0;
16
16
  width: 100%;
17
17
  height: 100%;
18
- z-index: 1000000;
18
+ z-index: 2147483646;
19
19
  background-color: rgba(0, 0, 0, 0.5);
20
20
  display: none;
21
21
  }
@@ -24,7 +24,7 @@ body[bkdt-scrollable='false'] .bkdt-mask {
24
24
  position: fixed;
25
25
  top: 0;
26
26
  left: 0;
27
- z-index: 1000001;
27
+ z-index: 2147483647;
28
28
  display: none;
29
29
  width: 100%;
30
30
  height: 100%;
@@ -102,7 +102,6 @@
102
102
  }
103
103
 
104
104
  .ryft-payment-form {
105
-
106
105
  .form-disable-box {
107
106
  display: none;
108
107
  position: absolute;
@@ -184,7 +183,6 @@
184
183
  }
185
184
 
186
185
  @include media-breakpoint-up(md) {
187
-
188
186
  .ryft-payment-form,
189
187
  .form-disable-box {
190
188
  height: 50%;
@@ -213,4 +211,4 @@
213
211
  .divider {
214
212
  display: none !important;
215
213
  }
216
- }
214
+ }
@@ -5,7 +5,7 @@
5
5
  flex-wrap: wrap;
6
6
 
7
7
  .result-card {
8
- height: 14.25rem;
8
+ height: 14rem;
9
9
  border: 1px solid $gray-400;
10
10
  max-width: calc(50% - 0.75rem);
11
11
  flex: 0 0 calc(50% - 0.75rem);
@@ -29,6 +29,7 @@ export const GameDurationControl = ({
29
29
  required: false,
30
30
  min: 1,
31
31
  })}
32
+ onWheel={(event) => event.currentTarget.blur()}
32
33
  placeholder={t('Design:duration')}
33
34
  isInvalid={Boolean(errors.defaultDuration)}
34
35
  disabled={isLoading}
@@ -27,6 +27,7 @@ export const SortControl = ({ isLoading }: SortControlProps) => {
27
27
  required: false,
28
28
  min: 1,
29
29
  })}
30
+ onWheel={(event) => event.currentTarget.blur()}
30
31
  placeholder={t('Design:ordering')}
31
32
  isInvalid={Boolean(errors.sort)}
32
33
  disabled={isLoading}
package/yarn.lock CHANGED
@@ -2442,9 +2442,9 @@ __metadata:
2442
2442
  languageName: node
2443
2443
  linkType: hard
2444
2444
 
2445
- "@licklist/core@npm:0.36.3-stage.0":
2446
- version: 0.36.3-stage.0
2447
- resolution: "@licklist/core@npm:0.36.3-stage.0"
2445
+ "@licklist/core@npm:0.36.1-dev.6":
2446
+ version: 0.36.1-dev.6
2447
+ resolution: "@licklist/core@npm:0.36.1-dev.6"
2448
2448
  dependencies:
2449
2449
  "@sentry/browser": "npm:6.2.0"
2450
2450
  axios: "npm:0.26.0"
@@ -2467,7 +2467,7 @@ __metadata:
2467
2467
  react-i18next: 15.6.1
2468
2468
  react-intl: 7.1.11
2469
2469
  zustand: 3.7.2
2470
- checksum: 10c0/d5f50af7f4c97b2d24c5ba42c83b69df1f14fdbab5c0ae66296c89a6881de6b347d9e489a63d5fb4d0c1af58d376cb4043194e06a6a8ca04f20983d7b8a3d5bb
2470
+ checksum: 10c0/2ca27b4c17c820b1ea4bfc66c2b3ab0b7d8cc3202a631060065717e557f61363bd2f6c90af040ae629de8ad369f5be870fc8734be7247ccdb299867727e8e5af
2471
2471
  languageName: node
2472
2472
  linkType: hard
2473
2473
 
@@ -2482,9 +2482,9 @@ __metadata:
2482
2482
  "@dnd-kit/utilities": "npm:2.0.0"
2483
2483
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2484
2484
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2485
- "@licklist/core": "npm:0.36.3-stage.0"
2485
+ "@licklist/core": "npm:0.36.1-dev.6"
2486
2486
  "@licklist/eslint-config": "npm:0.5.6"
2487
- "@licklist/plugins": "npm:0.36.4-stage.5"
2487
+ "@licklist/plugins": "npm:0.36.4-dev.8"
2488
2488
  "@mantine/core": "npm:6.0.22"
2489
2489
  "@mantine/hooks": "npm:6.0.22"
2490
2490
  "@mdx-js/react": "npm:1.6.22"
@@ -2546,7 +2546,6 @@ __metadata:
2546
2546
  babel-loader: "npm:8.2.2"
2547
2547
  bootstrap: "npm:4.6.0"
2548
2548
  bootstrap-social: "npm:5.1.1"
2549
- clsx: "npm:2.1.1"
2550
2549
  css-loader: "npm:5.1.1"
2551
2550
  cssnano: "npm:7.0.6"
2552
2551
  date-fns: "npm:2.29.3"
@@ -2613,9 +2612,9 @@ __metadata:
2613
2612
  vite-plugin-svgr: "npm:4.2.0"
2614
2613
  vite-tsconfig-paths: "npm:5.0.1"
2615
2614
  peerDependencies:
2616
- "@licklist/core": 0.36.3-stage.0
2615
+ "@licklist/core": 0.36.1-dev.6
2617
2616
  "@licklist/eslint-config": 0.5.6
2618
- "@licklist/plugins": 0.36.4-stage.4
2617
+ "@licklist/plugins": 0.36.4-dev.9
2619
2618
  clsx: 2.1.1
2620
2619
  i18next: 25.3.2
2621
2620
  lodash: 4.17.21
@@ -2648,13 +2647,12 @@ __metadata:
2648
2647
  languageName: node
2649
2648
  linkType: hard
2650
2649
 
2651
- "@licklist/plugins@npm:0.36.4-stage.5":
2652
- version: 0.36.4-stage.5
2653
- resolution: "@licklist/plugins@npm:0.36.4-stage.5"
2650
+ "@licklist/plugins@npm:0.36.4-dev.8":
2651
+ version: 0.36.4-dev.8
2652
+ resolution: "@licklist/plugins@npm:0.36.4-dev.8"
2654
2653
  dependencies:
2655
- "@licklist/core": "npm:0.36.3-stage.0"
2654
+ "@licklist/core": "npm:0.36.1-dev.6"
2656
2655
  axios: "npm:0.26.0"
2657
- clsx: "npm:2.1.1"
2658
2656
  history: "npm:4.10.1"
2659
2657
  i18next: "npm:25.3.2"
2660
2658
  laravel-echo: "npm:1.15.1"
@@ -2675,7 +2673,7 @@ __metadata:
2675
2673
  tailwind-merge: "npm:3.1.0"
2676
2674
  use-debounce: "npm:7.0.1"
2677
2675
  peerDependencies:
2678
- "@licklist/core": 0.36.3-stage.0
2676
+ "@licklist/core": 0.36.1-dev.6
2679
2677
  "@licklist/eslint-config": 0.5.6
2680
2678
  axios: 0.26.0
2681
2679
  clsx: 2.1.1
@@ -2689,7 +2687,7 @@ __metadata:
2689
2687
  react-loader: 2.4.7
2690
2688
  react-query: 3.34.12
2691
2689
  react-router-dom: 6.30.1
2692
- checksum: 10c0/210373891b44f447e024babd68a495fc0f7d40e4dba9681542fee929b1491fe6632dca94658273023457b71e27dcffd64d45154e5cd9d13df019af257c992c0b
2690
+ checksum: 10c0/a89cdce0c3dc53a763eb7d4c909acd08c278a6fffe9b6a83034b755b4c4e26da1bafc95be22129bf064be5e74098ca8484b0a773d2dbf3a2a8d08723c449ed9b
2693
2691
  languageName: node
2694
2692
  linkType: hard
2695
2693
 
@@ -6215,26 +6213,26 @@ __metadata:
6215
6213
  languageName: node
6216
6214
  linkType: hard
6217
6215
 
6218
- "@vue/compiler-core@npm:3.5.21":
6219
- version: 3.5.21
6220
- resolution: "@vue/compiler-core@npm:3.5.21"
6216
+ "@vue/compiler-core@npm:3.5.22":
6217
+ version: 3.5.22
6218
+ resolution: "@vue/compiler-core@npm:3.5.22"
6221
6219
  dependencies:
6222
- "@babel/parser": "npm:^7.28.3"
6223
- "@vue/shared": "npm:3.5.21"
6220
+ "@babel/parser": "npm:^7.28.4"
6221
+ "@vue/shared": "npm:3.5.22"
6224
6222
  entities: "npm:^4.5.0"
6225
6223
  estree-walker: "npm:^2.0.2"
6226
6224
  source-map-js: "npm:^1.2.1"
6227
- checksum: 10c0/b8fa1003551815a27381fb242cf4e52cbb22571009506be91264e288a6b69c24a9d31f8aa76087fffce44d56a71f742953c765d32e55c5b4defd97be904b45b1
6225
+ checksum: 10c0/7575fdef8d2b69aa9a7f55ba237abe0ab86a855dba1048dc32b32e2e5212a66410f922603b1191a8fbbf6e0caee7efab0cea705516304eeb1108d3819a10b092
6228
6226
  languageName: node
6229
6227
  linkType: hard
6230
6228
 
6231
6229
  "@vue/compiler-dom@npm:^3.4.0":
6232
- version: 3.5.21
6233
- resolution: "@vue/compiler-dom@npm:3.5.21"
6230
+ version: 3.5.22
6231
+ resolution: "@vue/compiler-dom@npm:3.5.22"
6234
6232
  dependencies:
6235
- "@vue/compiler-core": "npm:3.5.21"
6236
- "@vue/shared": "npm:3.5.21"
6237
- checksum: 10c0/84c5eb1a99f2c73dfc5596bce3ce3672b30712393b4399e5906d391939e85c0e0c756e344e8d8fdd4b853186fd9ae64786927ecf8b76e12ad47b783c92bcbe55
6233
+ "@vue/compiler-core": "npm:3.5.22"
6234
+ "@vue/shared": "npm:3.5.22"
6235
+ checksum: 10c0/f853e7533a6e2f51321b5ce258c6ed2bdac8a294e833a61e87b00d3fdd36cd39e1045c03027c31d85f518422062e50085f1358a37d104ccf0866bc174a5c7b9a
6238
6236
  languageName: node
6239
6237
  linkType: hard
6240
6238
 
@@ -6269,10 +6267,10 @@ __metadata:
6269
6267
  languageName: node
6270
6268
  linkType: hard
6271
6269
 
6272
- "@vue/shared@npm:3.5.21, @vue/shared@npm:^3.4.0":
6273
- version: 3.5.21
6274
- resolution: "@vue/shared@npm:3.5.21"
6275
- checksum: 10c0/fbaf2e973d232ccd6d9afd3440510e2436c5e918f6634eb3e0f95d148041f7b9347bcb349db6265f2ee92e5ffd0e6751bdc649698c52f9179b45d93f68473706
6270
+ "@vue/shared@npm:3.5.22, @vue/shared@npm:^3.4.0":
6271
+ version: 3.5.22
6272
+ resolution: "@vue/shared@npm:3.5.22"
6273
+ checksum: 10c0/5866eab1dd6caa949f4ae2da2a7bac69612b35e316a298785279fb4de101bfe89a3572db56448aa35023b01d069b80a664be4fe22847ce5e5fbc1990e5970ec5
6276
6274
  languageName: node
6277
6275
  linkType: hard
6278
6276
 
@@ -7764,8 +7762,8 @@ __metadata:
7764
7762
  linkType: hard
7765
7763
 
7766
7764
  "browserify-sign@npm:^4.2.3":
7767
- version: 4.2.4
7768
- resolution: "browserify-sign@npm:4.2.4"
7765
+ version: 4.2.5
7766
+ resolution: "browserify-sign@npm:4.2.5"
7769
7767
  dependencies:
7770
7768
  bn.js: "npm:^5.2.2"
7771
7769
  browserify-rsa: "npm:^4.1.1"
@@ -7773,10 +7771,10 @@ __metadata:
7773
7771
  create-hmac: "npm:^1.1.7"
7774
7772
  elliptic: "npm:^6.6.1"
7775
7773
  inherits: "npm:^2.0.4"
7776
- parse-asn1: "npm:^5.1.7"
7774
+ parse-asn1: "npm:^5.1.9"
7777
7775
  readable-stream: "npm:^2.3.8"
7778
7776
  safe-buffer: "npm:^5.2.1"
7779
- checksum: 10c0/ed83fc86a07c21941a1f76be089ad8a2eea7664f0aacd345bb3363b29db0740a085b0b94c2008702903204498565781813b2e01dbc7b4edc011595f2854339d9
7777
+ checksum: 10c0/6192f9696934bbba58932d098face34c2ab9cac09feed826618b86b8c00a897dab7324cd9aa7d6cb1597064f197264ad72fa5418d4d52bf3c8f9b9e0e124655e
7780
7778
  languageName: node
7781
7779
  linkType: hard
7782
7780
 
@@ -8073,9 +8071,9 @@ __metadata:
8073
8071
  linkType: hard
8074
8072
 
8075
8073
  "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.30001741":
8076
- version: 1.0.30001743
8077
- resolution: "caniuse-lite@npm:1.0.30001743"
8078
- checksum: 10c0/1bd730ca10d881a1ca9f55ce864d34c3b18501718c03976e0d3419f4694b715159e13fdef6d58ad47b6d2445d315940f3a01266658876828c820a3331aac021d
8074
+ version: 1.0.30001745
8075
+ resolution: "caniuse-lite@npm:1.0.30001745"
8076
+ checksum: 10c0/646ca4b57baaa7a835cf7204c8a257490ee8e36364c04638212e3750c5e8ef45c39f352307e6205114487bcc179d42f5216f6dac146641b16a60b20b29d6f2a6
8079
8077
  languageName: node
8080
8078
  linkType: hard
8081
8079
 
@@ -8251,12 +8249,13 @@ __metadata:
8251
8249
  linkType: hard
8252
8250
 
8253
8251
  "cipher-base@npm:^1.0.0, cipher-base@npm:^1.0.1, cipher-base@npm:^1.0.3":
8254
- version: 1.0.6
8255
- resolution: "cipher-base@npm:1.0.6"
8252
+ version: 1.0.7
8253
+ resolution: "cipher-base@npm:1.0.7"
8256
8254
  dependencies:
8257
8255
  inherits: "npm:^2.0.4"
8258
8256
  safe-buffer: "npm:^5.2.1"
8259
- checksum: 10c0/f73268e0ee6585800875d9748f2a2377ae7c2c3375cba346f75598ac6f6bc3a25dec56e984a168ced1a862529ffffe615363f750c40349039d96bd30fba0fca8
8257
+ to-buffer: "npm:^1.2.2"
8258
+ checksum: 10c0/53c5046a9d9b60c586479b8f13fde263c3f905e13f11e8e04c7a311ce399c91d9c3ec96642332e0de077d356e1014ee12bba96f74fbaad0de750f49122258836
8260
8259
  languageName: node
8261
8260
  linkType: hard
8262
8261
 
@@ -8374,13 +8373,6 @@ __metadata:
8374
8373
  languageName: node
8375
8374
  linkType: hard
8376
8375
 
8377
- "clsx@npm:2.1.1, clsx@npm:^2.0.0, clsx@npm:^2.1.1":
8378
- version: 2.1.1
8379
- resolution: "clsx@npm:2.1.1"
8380
- checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839
8381
- languageName: node
8382
- linkType: hard
8383
-
8384
8376
  "clsx@npm:^1.0.4, clsx@npm:^1.1.1, clsx@npm:^1.2.1":
8385
8377
  version: 1.2.1
8386
8378
  resolution: "clsx@npm:1.2.1"
@@ -8388,6 +8380,13 @@ __metadata:
8388
8380
  languageName: node
8389
8381
  linkType: hard
8390
8382
 
8383
+ "clsx@npm:^2.0.0, clsx@npm:^2.1.1":
8384
+ version: 2.1.1
8385
+ resolution: "clsx@npm:2.1.1"
8386
+ checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839
8387
+ languageName: node
8388
+ linkType: hard
8389
+
8391
8390
  "code-point-at@npm:^1.0.0":
8392
8391
  version: 1.1.0
8393
8392
  resolution: "code-point-at@npm:1.1.0"
@@ -9886,9 +9885,9 @@ __metadata:
9886
9885
  linkType: hard
9887
9886
 
9888
9887
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.218":
9889
- version: 1.5.222
9890
- resolution: "electron-to-chromium@npm:1.5.222"
9891
- checksum: 10c0/a81eb8d2b171236884faf9b5dd382c66d9250283032cb89a3e555d788bf3956f7f4f6bf7bf30b3daf9e5c945ef837bfcd1be21b3f41cfe186ed2f25da13c9af3
9888
+ version: 1.5.223
9889
+ resolution: "electron-to-chromium@npm:1.5.223"
9890
+ checksum: 10c0/1c07c34b6d8eca9b5a587e9a7ffdb4502d9cd346cf7a0446b5bbf9056395b06f3d95774c7b221b8060184771ac536f4653a06811dd4ea5c20a1a071349e84120
9892
9891
  languageName: node
9893
9892
  linkType: hard
9894
9893
 
@@ -13808,9 +13807,9 @@ __metadata:
13808
13807
  linkType: hard
13809
13808
 
13810
13809
  "libphonenumber-js@npm:^1.9.11":
13811
- version: 1.12.18
13812
- resolution: "libphonenumber-js@npm:1.12.18"
13813
- checksum: 10c0/f52de47c938aa48a01a05ae6c60e12be95ce548bb3df6a8e7e02f5ef62a27f978f2edc977ecc4458bddeb6a3712dffd77a1492c3fc7de3e1f4eda5facf20deeb
13810
+ version: 1.12.22
13811
+ resolution: "libphonenumber-js@npm:1.12.22"
13812
+ checksum: 10c0/e7b126f11cec4b68c909b2907cbdf53324e718cddf916a5e9ccb47de3d82678d26af03da7e95e4525425ee11747d540e608f80a92b4d54f9150d71cc820ee5ef
13814
13813
  languageName: node
13815
13814
  linkType: hard
13816
13815
 
@@ -15665,16 +15664,16 @@ __metadata:
15665
15664
  languageName: node
15666
15665
  linkType: hard
15667
15666
 
15668
- "parse-asn1@npm:^5.0.0, parse-asn1@npm:^5.1.7":
15669
- version: 5.1.8
15670
- resolution: "parse-asn1@npm:5.1.8"
15667
+ "parse-asn1@npm:^5.0.0, parse-asn1@npm:^5.1.9":
15668
+ version: 5.1.9
15669
+ resolution: "parse-asn1@npm:5.1.9"
15671
15670
  dependencies:
15672
15671
  asn1.js: "npm:^4.10.1"
15673
15672
  browserify-aes: "npm:^1.2.0"
15674
15673
  evp_bytestokey: "npm:^1.0.3"
15675
- pbkdf2: "npm:^3.1.3"
15674
+ pbkdf2: "npm:^3.1.5"
15676
15675
  safe-buffer: "npm:^5.2.1"
15677
- checksum: 10c0/3343672ccb029f18ce308aed6745c62f38cfefd368aa5d644872c6301e5c5129b4a4848c1600c50ea7b60484c2521919bbf27cb30f47311372db9901cced506b
15676
+ checksum: 10c0/6dfe27c121be3d63ebbf95f03d2ae0a07dd716d44b70b0bd3458790a822a80de05361c62147271fd7b845dcc2d37755d9c9c393064a3438fe633779df0bc07e7
15678
15677
  languageName: node
15679
15678
  linkType: hard
15680
15679
 
@@ -15884,9 +15883,9 @@ __metadata:
15884
15883
  languageName: node
15885
15884
  linkType: hard
15886
15885
 
15887
- "pbkdf2@npm:^3.1.2, pbkdf2@npm:^3.1.3":
15888
- version: 3.1.4
15889
- resolution: "pbkdf2@npm:3.1.4"
15886
+ "pbkdf2@npm:^3.1.2, pbkdf2@npm:^3.1.5":
15887
+ version: 3.1.5
15888
+ resolution: "pbkdf2@npm:3.1.5"
15890
15889
  dependencies:
15891
15890
  create-hash: "npm:^1.2.0"
15892
15891
  create-hmac: "npm:^1.1.7"
@@ -15894,7 +15893,7 @@ __metadata:
15894
15893
  safe-buffer: "npm:^5.2.1"
15895
15894
  sha.js: "npm:^2.4.12"
15896
15895
  to-buffer: "npm:^1.2.1"
15897
- checksum: 10c0/4b1cf014f00d6e1005b25a6ffd30b3a45c3ae75d6a13b8d4a35765dffd9dd11f40499c7895385980a607a80669aadc5f4b5fc3d0450db9753f572e4e97c16dd7
15896
+ checksum: 10c0/ea42e8695e49417eefabb19a08ab19a602cc6cc72d2df3f109c39309600230dee3083a6f678d5d42fe035d6ae780038b80ace0e68f9792ee2839bf081fe386f3
15898
15897
  languageName: node
15899
15898
  linkType: hard
15900
15899
 
@@ -20439,15 +20438,15 @@ __metadata:
20439
20438
  linkType: hard
20440
20439
 
20441
20440
  "tar@npm:^7.4.3":
20442
- version: 7.4.4
20443
- resolution: "tar@npm:7.4.4"
20441
+ version: 7.5.1
20442
+ resolution: "tar@npm:7.5.1"
20444
20443
  dependencies:
20445
20444
  "@isaacs/fs-minipass": "npm:^4.0.0"
20446
20445
  chownr: "npm:^3.0.0"
20447
20446
  minipass: "npm:^7.1.2"
20448
20447
  minizlib: "npm:^3.1.0"
20449
20448
  yallist: "npm:^5.0.0"
20450
- checksum: 10c0/2db46a140095488ed3244ac748f8e4f9362223b212bcae7859840dd9fd9891bc713f243d122906ce2f28eb64b49fa8cefc13cbdda24e66e8f2a5936a7c392b06
20449
+ checksum: 10c0/0dad0596a61586180981133b20c32cfd93c5863c5b7140d646714e6ea8ec84583b879e5dc3928a4d683be6e6109ad7ea3de1cf71986d5194f81b3a016c8858c9
20451
20450
  languageName: node
20452
20451
  linkType: hard
20453
20452
 
@@ -20662,14 +20661,14 @@ __metadata:
20662
20661
  languageName: node
20663
20662
  linkType: hard
20664
20663
 
20665
- "to-buffer@npm:^1.2.0, to-buffer@npm:^1.2.1":
20666
- version: 1.2.1
20667
- resolution: "to-buffer@npm:1.2.1"
20664
+ "to-buffer@npm:^1.2.0, to-buffer@npm:^1.2.1, to-buffer@npm:^1.2.2":
20665
+ version: 1.2.2
20666
+ resolution: "to-buffer@npm:1.2.2"
20668
20667
  dependencies:
20669
20668
  isarray: "npm:^2.0.5"
20670
20669
  safe-buffer: "npm:^5.2.1"
20671
20670
  typed-array-buffer: "npm:^1.0.3"
20672
- checksum: 10c0/bbf07a2a7d6ff9e3ffe503c689176c7149cf3ec25887ce7c4aa5c4841a8845cc71121cd7b4a4769957f823b3f31dbf6b1be6e0a5955798ad864bf2245ee8b5e4
20671
+ checksum: 10c0/56bc56352f14a2c4a0ab6277c5fc19b51e9534882b98eb068b39e14146591e62fa5b06bf70f7fed1626230463d7e60dca81e815096656e5e01c195c593873d12
20673
20672
  languageName: node
20674
20673
  linkType: hard
20675
20674