@licklist/design 0.70.9 → 0.70.10-dev.0

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 (175) hide show
  1. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  2. package/dist/assets/iframe/available.svg +4 -4
  3. package/dist/assets/iframe/available.svg.js +16 -18
  4. package/dist/auth/Login/LoginComponent.js +2 -1
  5. package/dist/availability-indicator/AvailabilityIndicator.d.ts +4 -2
  6. package/dist/availability-indicator/AvailabilityIndicator.d.ts.map +1 -1
  7. package/dist/availability-indicator/AvailabilityIndicator.js +112 -18
  8. package/dist/calendar/Calendar.d.ts +2 -0
  9. package/dist/calendar/Calendar.d.ts.map +1 -1
  10. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts +2 -2
  11. package/dist/calendar/components/CalendarDates/CalendarDates.d.ts.map +1 -1
  12. package/dist/calendar/components/CalendarDates/CalendarDates.js +12 -11
  13. package/dist/calendar/components/CalendarWeekdays/CalendarWeekdays.js +2 -3
  14. package/dist/calendar/utils/index.d.ts +8 -2
  15. package/dist/calendar/utils/index.d.ts.map +1 -1
  16. package/dist/calendar/utils/index.js +9 -21
  17. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  18. package/dist/date-time-button/DateContent.js +3 -3
  19. package/dist/date-time-button/DateTimeButton.d.ts +3 -1
  20. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  21. package/dist/date-time-button/DateTimeButton.js +5 -3
  22. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -1
  23. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  24. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
  25. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  26. package/dist/events/event-venue-map/EventVenueMap.js +1 -0
  27. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  28. package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
  29. package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
  30. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  31. package/dist/iframe/activity-card/ActivityCard.js +5 -3
  32. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  33. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
  34. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  35. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  36. package/dist/iframe/ryft/utils/ryft-form.js +4 -5
  37. package/dist/layout/DropDown.d.ts +2 -1
  38. package/dist/layout/DropDown.d.ts.map +1 -1
  39. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  40. package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
  41. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  42. package/dist/product-set/form/ProductCategoriesControl.js +48 -2
  43. package/dist/product-set/form/ProductSetForm.d.ts +4 -1
  44. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  45. package/dist/product-set/form/ProductSetForm.js +1 -1
  46. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  47. package/dist/product-set/form/ProductZonesControl.js +0 -2
  48. package/dist/product-set/form/ProductsControl.js +1 -0
  49. package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
  50. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  51. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  52. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  53. package/dist/product-set/form/SubProductsControl.js +0 -3
  54. package/dist/product-set/form/VenueMapSetModal.d.ts.map +1 -1
  55. package/dist/product-set/form/VenueMapSetModal.js +7 -7
  56. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  57. package/dist/product-set/form/VenueMapsControl.js +0 -3
  58. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  59. package/dist/product-set/product/advanced-options/AdvancedOptions.js +1 -0
  60. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  61. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
  62. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  63. package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
  64. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  65. package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
  66. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  67. package/dist/product-set/product/price/ProductPriceControl.js +3 -0
  68. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  69. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
  70. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  71. package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
  72. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  73. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
  74. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  75. package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
  76. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  77. package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
  78. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  79. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  80. package/dist/resource/form/components/CapacityControl.js +3 -0
  81. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  82. package/dist/resource/form/components/SortControl.js +3 -0
  83. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  84. package/dist/sales/booking/results/components/ResultCard.js +0 -2
  85. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  86. package/dist/sales/coupon/control/CouponFormControl.js +21 -0
  87. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  88. package/dist/setting/admin/PaymentFeeForm.js +16 -1
  89. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  90. package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
  91. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  92. package/dist/snippet/snippet-template/preview/Preview.js +8 -0
  93. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
  94. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  95. package/dist/sortable-tree/SortableTreeItem.js +10 -4
  96. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  97. package/dist/static/CurrencyNumberInput.js +3 -0
  98. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  99. package/dist/static/form-number-input/FormNumberInput.js +3 -0
  100. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  101. package/dist/static/number-input/NumberInput.js +3 -0
  102. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  103. package/dist/styles/date-time-button/DateTimeButton.scss +2 -1
  104. package/dist/styles/iframe-events/Calendar.scss +9 -12
  105. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  106. package/dist/styles/iframe-page/PageBody.scss +1 -0
  107. package/dist/styles/product-set/ProductSetForm.scss +22 -0
  108. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  109. package/dist/styles/sales/BookingResults.scss +1 -1
  110. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  111. package/dist/zone/form/components/GameDurationControl.js +3 -0
  112. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  113. package/dist/zone/form/components/SortControl.js +3 -0
  114. package/package.json +8 -6
  115. package/src/affiliate/form/AffiliateForm.tsx +1 -0
  116. package/src/assets/iframe/available.svg +4 -4
  117. package/src/auth/Login/LoginComponent.tsx +1 -1
  118. package/src/availability-indicator/AvailabilityIndicator.tsx +92 -17
  119. package/src/calendar/Calendar.tsx +2 -0
  120. package/src/calendar/components/CalendarDates/CalendarDates.tsx +5 -1
  121. package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +2 -2
  122. package/src/calendar/utils/index.ts +17 -26
  123. package/src/date-time-button/DateContent.tsx +3 -3
  124. package/src/date-time-button/DateTimeButton.tsx +7 -3
  125. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
  126. package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
  127. package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
  128. package/src/iframe/activity-card/ActivityCard.tsx +15 -2
  129. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
  130. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
  131. package/src/iframe/ryft/utils/ryft-form.ts +6 -5
  132. package/src/layout/DropDown.tsx +1 -1
  133. package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
  134. package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
  135. package/src/product-set/form/ProductSetForm.tsx +6 -2
  136. package/src/product-set/form/ProductZonesControl.tsx +1 -4
  137. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  138. package/src/product-set/form/SubProductsControl.tsx +0 -3
  139. package/src/product-set/form/VenueMapSetModal.tsx +8 -9
  140. package/src/product-set/form/VenueMapsControl.tsx +0 -3
  141. package/src/product-set/product/ProductControl.tsx +0 -1
  142. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
  143. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
  144. package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
  145. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
  146. package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
  147. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
  148. package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
  149. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
  150. package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
  151. package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
  152. package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
  153. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
  154. package/src/resource/form/components/CapacityControl.tsx +1 -0
  155. package/src/resource/form/components/SortControl.tsx +1 -0
  156. package/src/sales/booking/results/components/ResultCard.tsx +0 -2
  157. package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
  158. package/src/setting/admin/PaymentFeeForm.tsx +5 -0
  159. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
  160. package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
  161. package/src/sortable-tree/SortableTreeItem.tsx +6 -0
  162. package/src/static/CurrencyNumberInput.tsx +1 -0
  163. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  164. package/src/static/number-input/NumberInput.tsx +1 -0
  165. package/src/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  166. package/src/styles/date-time-button/DateTimeButton.scss +2 -1
  167. package/src/styles/iframe-events/Calendar.scss +9 -12
  168. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  169. package/src/styles/iframe-page/PageBody.scss +1 -0
  170. package/src/styles/product-set/ProductSetForm.scss +22 -0
  171. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  172. package/src/styles/sales/BookingResults.scss +1 -1
  173. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  174. package/src/zone/form/components/SortControl.tsx +1 -0
  175. package/yarn.lock +51 -38
@@ -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}
@@ -4,6 +4,15 @@
4
4
  align-items: center;
5
5
  gap: 0.5rem;
6
6
  font-weight: 300;
7
+ width: 100%;
8
+
9
+
10
+ .indicator-label {
11
+ text-overflow: ellipsis;
12
+ white-space: nowrap;
13
+ overflow: hidden;
14
+ flex-shrink: 2;
15
+ }
7
16
 
8
17
  @include media-breakpoint-down(sm) {
9
18
  div {
@@ -79,7 +79,8 @@
79
79
 
80
80
  &.only-time-container {
81
81
  min-width: 5.3rem;
82
- max-width: 5.3rem;
82
+ max-width: 8.3rem;
83
+ flex-grow: 1;
83
84
  min-height: 2.75rem;
84
85
  border: 2px solid $snippet-calendar-disabled-button-border-color;
85
86
  }
@@ -72,23 +72,21 @@
72
72
  }
73
73
 
74
74
  .calendar-dates-wrapper {
75
- .calendar-weekdays,
76
75
  .calendar-dates {
77
76
  display: grid;
78
77
  grid-template-columns: repeat(7, auto);
79
78
  grid-gap: 0.5rem 1rem;
79
+ overflow-x: auto;
80
80
  }
81
81
 
82
- .calendar-weekdays {
83
- .calendar-weekday {
84
- display: flex;
85
- align-items: center;
86
- justify-content: center;
87
- font-size: 0.75rem;
88
- text-transform: uppercase;
89
- font-weight: 600;
90
- line-height: 1.3125rem;
91
- }
82
+ .calendar-weekday {
83
+ display: flex;
84
+ align-items: center;
85
+ justify-content: center;
86
+ font-size: 0.75rem;
87
+ text-transform: uppercase;
88
+ font-weight: 600;
89
+ line-height: 1.3125rem;
92
90
  }
93
91
 
94
92
  .calendar-dates {
@@ -191,7 +189,6 @@
191
189
  min-width: 20.75rem;
192
190
 
193
191
  .calendar-dates-wrapper {
194
- .calendar-weekdays,
195
192
  .calendar-dates {
196
193
  grid-gap: 0.5rem;
197
194
  }
@@ -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%;
@@ -19,6 +19,7 @@
19
19
  transition: $color-transition;
20
20
  color: $snippet-elements-body-color;
21
21
  min-height: calc(100vh - 6.5rem);
22
+ overflow-x: auto;
22
23
 
23
24
  @include media-breakpoint-down(sm) {
24
25
  min-height: calc(100svh - 6.5rem);
@@ -15,10 +15,12 @@
15
15
  height: 2.5rem;
16
16
  border-width: 2px;
17
17
  padding: 2px;
18
+
18
19
  label,
19
20
  .btn-switch-indicator {
20
21
  border-radius: 0.375rem !important;
21
22
  }
23
+
22
24
  label {
23
25
  height: 2rem;
24
26
  }
@@ -34,6 +36,7 @@
34
36
  margin-top: 1.5rem;
35
37
  margin-bottom: 1.5rem;
36
38
  }
39
+
37
40
  @include media-breakpoint-down(sm) {
38
41
  padding: 1.5rem 1rem;
39
42
  margin-top: 0.5rem;
@@ -59,10 +62,21 @@
59
62
  background-color: #ffdbdb;
60
63
  color: #d52902;
61
64
  }
65
+
62
66
  .category-badge {
63
67
  background-color: #e8f4f6;
64
68
  color: #1a93aa;
65
69
  }
70
+
71
+ .item-icon {
72
+ display: flex;
73
+ justify-items: center;
74
+ align-items: center;
75
+ font-size: 0.65rem;
76
+ padding: 0.2rem;
77
+ margin-right: 1rem;
78
+ }
79
+
66
80
  .product-badge {
67
81
  background-color: #e9f5ea;
68
82
  color: #269b36;
@@ -75,10 +89,12 @@
75
89
 
76
90
  .product-set-mobile-modal {
77
91
  margin: 0;
92
+
78
93
  .modal-content {
79
94
  border-radius: 1rem 1rem 0 0;
80
95
  border-width: 0;
81
96
  margin: 0;
97
+
82
98
  .modal-body {
83
99
  padding: 1rem 0;
84
100
  }
@@ -100,18 +116,22 @@
100
116
  font-weight: 600;
101
117
  font-size: 0.625rem;
102
118
  }
119
+
103
120
  .product-set-subtitle-dot {
104
121
  margin-right: 0.375rem;
105
122
  width: 0.375rem;
106
123
  height: 0.375rem;
107
124
  border-radius: 3px;
108
125
  }
126
+
109
127
  .product-set-subtitle-category-dot {
110
128
  background-color: #269b36;
111
129
  }
130
+
112
131
  .product-set-subtitle-step-dot {
113
132
  background-color: #1a93aa;
114
133
  }
134
+
115
135
  .product-set-subtitle-product-dot {
116
136
  background-color: #269b36;
117
137
  }
@@ -156,6 +176,7 @@
156
176
  justify-self: flex-end;
157
177
  align-items: flex-end;
158
178
  }
179
+
159
180
  .small-badge {
160
181
  font-size: 0.5rem;
161
182
  height: 1rem;
@@ -163,6 +184,7 @@
163
184
  padding: 0 0.2rem;
164
185
  margin-bottom: 0.2rem;
165
186
  }
187
+
166
188
  .product-set-save-btn-wrapper {
167
189
  padding-left: 0 !important;
168
190
  display: flex;
@@ -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
@@ -2466,9 +2466,9 @@ __metadata:
2466
2466
  languageName: node
2467
2467
  linkType: hard
2468
2468
 
2469
- "@licklist/core@npm:0.30.1":
2470
- version: 0.30.1
2471
- resolution: "@licklist/core@npm:0.30.1"
2469
+ "@licklist/core@npm:0.31.0-dev.2":
2470
+ version: 0.31.0-dev.2
2471
+ resolution: "@licklist/core@npm:0.31.0-dev.2"
2472
2472
  dependencies:
2473
2473
  "@sentry/browser": "npm:6.2.0"
2474
2474
  axios: "npm:0.26.0"
@@ -2480,6 +2480,7 @@ __metadata:
2480
2480
  react-intl: "npm:6.6.8"
2481
2481
  uuid: "npm:9.0.0"
2482
2482
  wait-for-expect: "npm:3.0.2"
2483
+ zustand: "npm:3.7.2"
2483
2484
  peerDependencies:
2484
2485
  "@licklist/eslint-config": 0.5.6
2485
2486
  axios: 0.26.0
@@ -2488,13 +2489,14 @@ __metadata:
2488
2489
  react-dom: 17.0.2
2489
2490
  react-i18next: 11.8.8
2490
2491
  react-intl: 6.6.8
2491
- checksum: 10c0/2b3ec4eebfffd120e188825beb607864dfc85ddc6f5cd834e6c7b99b0191171936da0299441f2a91721d70ebb196279b6b72d8e9ec37fc21d4f51f97400b8475
2492
+ zustand: 3.7.2
2493
+ checksum: 10c0/fcefd4631fbf3d116a36833b748fc9b557cae8b580acae4c1bd7d29f1665a42456b1109a3f80620f6f7244161f8260d6243680ff739a2a544221e1b7e4a01e57
2492
2494
  languageName: node
2493
2495
  linkType: hard
2494
2496
 
2495
- "@licklist/core@npm:0.31.3":
2496
- version: 0.31.3
2497
- resolution: "@licklist/core@npm:0.31.3"
2497
+ "@licklist/core@npm:0.31.1-dev.4":
2498
+ version: 0.31.1-dev.4
2499
+ resolution: "@licklist/core@npm:0.31.1-dev.4"
2498
2500
  dependencies:
2499
2501
  "@sentry/browser": "npm:6.2.0"
2500
2502
  axios: "npm:0.26.0"
@@ -2516,7 +2518,7 @@ __metadata:
2516
2518
  react-i18next: 11.8.8
2517
2519
  react-intl: 6.6.8
2518
2520
  zustand: 3.7.2
2519
- checksum: 10c0/614fc7baaf0ba650fd1bc2a012d929993dc3ec280b0cf4d5a37711f84f2c64e810d27cf645a7b127c0203cf83d969d49df493c7e41f9d0978b2a9217a2dd0fe8
2521
+ checksum: 10c0/2cba12fe6e2d18ea5cf882489e03f2fe68fc9fb36fde88fabe2deba61fad99fd2dd22e445e6d5c0506008d138ba4b64c7f5d0e92ce131ea41ec72c16269901ab
2520
2522
  languageName: node
2521
2523
  linkType: hard
2522
2524
 
@@ -2531,9 +2533,9 @@ __metadata:
2531
2533
  "@dnd-kit/utilities": "npm:2.0.0"
2532
2534
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2533
2535
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2534
- "@licklist/core": "npm:0.31.3"
2536
+ "@licklist/core": "npm:0.31.1-dev.4"
2535
2537
  "@licklist/eslint-config": "npm:0.5.6"
2536
- "@licklist/plugins": "npm:0.33.6"
2538
+ "@licklist/plugins": "npm:0.34.0-dev.4"
2537
2539
  "@mantine/core": "npm:6.0.22"
2538
2540
  "@mantine/hooks": "npm:6.0.22"
2539
2541
  "@mdx-js/react": "npm:1.6.22"
@@ -2662,9 +2664,9 @@ __metadata:
2662
2664
  vite-plugin-svgr: "npm:4.2.0"
2663
2665
  vite-tsconfig-paths: "npm:5.0.1"
2664
2666
  peerDependencies:
2665
- "@licklist/core": 0.30.3
2667
+ "@licklist/core": 0.31.1-dev.4
2666
2668
  "@licklist/eslint-config": 0.5.6
2667
- "@licklist/plugins": 0.33.6
2669
+ "@licklist/plugins": 0.34.0-dev.4
2668
2670
  lodash: 4.17.21
2669
2671
  luxon: 3.5.0
2670
2672
  react: 17.0.2
@@ -2694,11 +2696,11 @@ __metadata:
2694
2696
  languageName: node
2695
2697
  linkType: hard
2696
2698
 
2697
- "@licklist/plugins@npm:0.33.6":
2698
- version: 0.33.6
2699
- resolution: "@licklist/plugins@npm:0.33.6"
2699
+ "@licklist/plugins@npm:0.34.0-dev.4":
2700
+ version: 0.34.0-dev.4
2701
+ resolution: "@licklist/plugins@npm:0.34.0-dev.4"
2700
2702
  dependencies:
2701
- "@licklist/core": "npm:0.30.1"
2703
+ "@licklist/core": "npm:0.31.0-dev.2"
2702
2704
  axios: "npm:0.26.0"
2703
2705
  history: "npm:4.10.1"
2704
2706
  laravel-echo: "npm:1.15.1"
@@ -2718,7 +2720,7 @@ __metadata:
2718
2720
  rrule: "npm:2.6.8"
2719
2721
  use-debounce: "npm:7.0.1"
2720
2722
  peerDependencies:
2721
- "@licklist/core": 0.30.1
2723
+ "@licklist/core": 0.31.0-dev.2
2722
2724
  "@licklist/eslint-config": 0.5.6
2723
2725
  axios: 0.26.0
2724
2726
  lodash: 4.17.21
@@ -2730,7 +2732,7 @@ __metadata:
2730
2732
  react-loader: 2.4.7
2731
2733
  react-query: 3.34.12
2732
2734
  react-router-dom: 5.2.0
2733
- checksum: 10c0/e22d0c52eefb6e256a45062343700676b62839e440759ba1cdfe17c8a6320adf3f329adf2e1929cb63b0306ad01d99bb69a878717ec25db6027847d39f6dae67
2735
+ checksum: 10c0/6137e84298bd938f2b71dea58e68f6e6200e5f385c160f88728795bb847a5a5cff67da6454d1c96f7e1f56977c5497ce70ad0ef34a841b3372d410594388d461
2734
2736
  languageName: node
2735
2737
  linkType: hard
2736
2738
 
@@ -6222,30 +6224,30 @@ __metadata:
6222
6224
  languageName: node
6223
6225
  linkType: hard
6224
6226
 
6225
- "@volar/language-core@npm:2.4.8, @volar/language-core@npm:~2.4.0-alpha.18":
6226
- version: 2.4.8
6227
- resolution: "@volar/language-core@npm:2.4.8"
6227
+ "@volar/language-core@npm:2.4.9, @volar/language-core@npm:~2.4.0-alpha.18":
6228
+ version: 2.4.9
6229
+ resolution: "@volar/language-core@npm:2.4.9"
6228
6230
  dependencies:
6229
- "@volar/source-map": "npm:2.4.8"
6230
- checksum: 10c0/f2d2e29f09dfd5f44db4a94c2a64755ed9f7a7855e0f7e118ab59bff21a7e036079e83968a7c49495a11e0be0dcfed02a5547691849ee9414445c121d97aa221
6231
+ "@volar/source-map": "npm:2.4.9"
6232
+ checksum: 10c0/e516ab10f77990fa92d5f823afa776e00c29d1e085ddce30618486d9a49d30812ef7543fc110d6690ce6e771d14bff328c90e703de184ea76abbbb132dedc671
6231
6233
  languageName: node
6232
6234
  linkType: hard
6233
6235
 
6234
- "@volar/source-map@npm:2.4.8":
6235
- version: 2.4.8
6236
- resolution: "@volar/source-map@npm:2.4.8"
6237
- checksum: 10c0/aadab874105e53628d4480a5b6e8e01d3febca326fd822130186a42ebec8397ae6d396c7c3a6993aefe14b45598fe5db55f81b4bd2ebaaa75aad9b9435db68a6
6236
+ "@volar/source-map@npm:2.4.9":
6237
+ version: 2.4.9
6238
+ resolution: "@volar/source-map@npm:2.4.9"
6239
+ checksum: 10c0/c8fbd7cdbe8fee896ed1302143f43999051cf6ca1f36445efd5babcb79b5816517ece1279fbe701e79c664b57312167a32a60c282ec3893df9b7c678cd78b6aa
6238
6240
  languageName: node
6239
6241
  linkType: hard
6240
6242
 
6241
6243
  "@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
6242
- version: 2.4.8
6243
- resolution: "@volar/typescript@npm:2.4.8"
6244
+ version: 2.4.9
6245
+ resolution: "@volar/typescript@npm:2.4.9"
6244
6246
  dependencies:
6245
- "@volar/language-core": "npm:2.4.8"
6247
+ "@volar/language-core": "npm:2.4.9"
6246
6248
  path-browserify: "npm:^1.0.1"
6247
6249
  vscode-uri: "npm:^3.0.8"
6248
- checksum: 10c0/c1a21b21c53f3cdc7d59dfbe9f84bfbb479af01f0ea117b5b35466a41b1633c2058ce4c73645f7e98d7bb6c649dc6ba1d13e12be1c518e01b22352750892560a
6250
+ checksum: 10c0/ac7c987da701aeb5af498adfe3d37f84dcd76adf07fc9a964da6c0b985a7db65c5082f2f718989cf4158f0fb0a6bfc5e09bc1c3a8e2bfb281a96d43ed94836ab
6249
6251
  languageName: node
6250
6252
  linkType: hard
6251
6253
 
@@ -8071,9 +8073,9 @@ __metadata:
8071
8073
  linkType: hard
8072
8074
 
8073
8075
  "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.30001669":
8074
- version: 1.0.30001677
8075
- resolution: "caniuse-lite@npm:1.0.30001677"
8076
- checksum: 10c0/22b4aa738b213b5d0bc820c26ba23fa265ca90a5c59776e1a686b9ab6fff9120d0825fd920c0a601a4b65056ef40d01548405feb95c8dd6083255f50c71a0864
8076
+ version: 1.0.30001678
8077
+ resolution: "caniuse-lite@npm:1.0.30001678"
8078
+ checksum: 10c0/3209cc0f0b9683514916bed676d8f7965cae7faccaccb90f97c11fbdee32cd3f2f3b9cfec388ef400476299c3dd496fb1f8734c31c6199c4799b42813391517f
8077
8079
  languageName: node
8078
8080
  linkType: hard
8079
8081
 
@@ -8884,7 +8886,7 @@ __metadata:
8884
8886
  languageName: node
8885
8887
  linkType: hard
8886
8888
 
8887
- "cross-spawn@npm:7.0.3, cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
8889
+ "cross-spawn@npm:7.0.3":
8888
8890
  version: 7.0.3
8889
8891
  resolution: "cross-spawn@npm:7.0.3"
8890
8892
  dependencies:
@@ -8908,6 +8910,17 @@ __metadata:
8908
8910
  languageName: node
8909
8911
  linkType: hard
8910
8912
 
8913
+ "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
8914
+ version: 7.0.4
8915
+ resolution: "cross-spawn@npm:7.0.4"
8916
+ dependencies:
8917
+ path-key: "npm:^3.1.0"
8918
+ shebang-command: "npm:^2.0.0"
8919
+ which: "npm:^2.0.1"
8920
+ checksum: 10c0/04f6c70dcbdd156f53073f13730f71160dabb91c8dfbdb24a873f4580ad7ca4b73c062ddfaaa2ba46d0dac433856d0cc0a07ff7173cd5404fefde952e87c9dbf
8921
+ languageName: node
8922
+ linkType: hard
8923
+
8911
8924
  "crypto-browserify@npm:^3.11.0":
8912
8925
  version: 3.12.1
8913
8926
  resolution: "crypto-browserify@npm:3.12.1"
@@ -13702,9 +13715,9 @@ __metadata:
13702
13715
  linkType: hard
13703
13716
 
13704
13717
  "libphonenumber-js@npm:^1.9.11":
13705
- version: 1.11.12
13706
- resolution: "libphonenumber-js@npm:1.11.12"
13707
- checksum: 10c0/56fdf7ce107bd9d0329c47392d21649ee61b5ef210fa5926cb839506195d8482760982c9f75c207e97cf070be8ef2edc5a81db7cc3623f46990222945f4e0f65
13718
+ version: 1.11.13
13719
+ resolution: "libphonenumber-js@npm:1.11.13"
13720
+ checksum: 10c0/090fc0ec5b48cab16844ac41ff6b136e70917d2cc35f330307a0d7b0ad2681a47ba846ad45824d4052f416681e1c4dfd2741428d26432d5f8fb96d67c3b40345
13708
13721
  languageName: node
13709
13722
  linkType: hard
13710
13723