@licklist/design 0.71.4 → 0.71.5-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.
Files changed (149) hide show
  1. package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
  2. package/dist/auth/Login/LoginComponent.js +2 -1
  3. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts +7 -1
  4. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  5. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +10 -7
  6. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -1
  7. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -1
  8. package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
  9. package/dist/events/event-statistic-modal/utils/index.js +7 -1
  10. package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
  11. package/dist/events/event-venue-map/EventVenueMap.js +1 -0
  12. package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
  13. package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
  14. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  15. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
  16. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  17. package/dist/iframe/ryft/RyftPaymentForm.js +1 -1
  18. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  19. package/dist/iframe/ryft/utils/ryft-form.js +4 -5
  20. package/dist/layout/DropDown.d.ts +2 -1
  21. package/dist/layout/DropDown.d.ts.map +1 -1
  22. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  23. package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
  24. package/dist/product-set/control/ProductSetControl.d.ts +2 -0
  25. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  26. package/dist/product-set/control/ProductSetControl.js +5 -0
  27. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  28. package/dist/product-set/form/ProductCategoriesControl.js +49 -2
  29. package/dist/product-set/form/ProductSetForm.d.ts +6 -2
  30. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  31. package/dist/product-set/form/ProductSetForm.js +3 -2
  32. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  33. package/dist/product-set/form/ProductZonesControl.js +0 -2
  34. package/dist/product-set/form/ProductsControl.js +2 -0
  35. package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
  36. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  37. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  38. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  39. package/dist/product-set/form/SubProductsControl.js +0 -3
  40. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  41. package/dist/product-set/form/VenueMapsControl.js +0 -3
  42. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  43. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  44. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
  45. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  46. package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
  47. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  48. package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
  49. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  50. package/dist/product-set/product/price/ProductPriceControl.js +3 -0
  51. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  52. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
  53. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  54. package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
  55. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  56. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
  57. package/dist/product-set/product-category/ProductCategoryControl.d.ts +1 -0
  58. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  59. package/dist/product-set/product-category/ProductCategoryControl.js +19 -1
  60. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  61. package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
  62. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  63. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  64. package/dist/resource/form/components/CapacityControl.js +3 -0
  65. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  66. package/dist/resource/form/components/SortControl.js +3 -0
  67. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  68. package/dist/sales/booking/results/components/ResultCard.js +0 -2
  69. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  70. package/dist/sales/coupon/control/CouponFormControl.js +21 -0
  71. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  72. package/dist/setting/admin/PaymentFeeForm.js +16 -1
  73. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  74. package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
  75. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  76. package/dist/snippet/snippet-template/preview/Preview.js +6 -0
  77. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
  78. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  79. package/dist/sortable-tree/SortableTreeItem.js +10 -4
  80. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  81. package/dist/static/CurrencyNumberInput.js +3 -0
  82. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  83. package/dist/static/form-number-input/FormNumberInput.js +3 -0
  84. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  85. package/dist/static/number-input/NumberInput.js +3 -0
  86. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +1 -1
  87. package/dist/styles/iframe-events/Calendar.scss +1 -1
  88. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  89. package/dist/styles/product-set/ProductSetForm.scss +22 -0
  90. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  91. package/dist/styles/sales/BookingResults.scss +1 -1
  92. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  93. package/dist/zone/form/components/GameDurationControl.js +3 -0
  94. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  95. package/dist/zone/form/components/SortControl.js +3 -0
  96. package/package.json +8 -6
  97. package/src/affiliate/form/AffiliateForm.tsx +1 -0
  98. package/src/auth/Login/LoginComponent.tsx +1 -1
  99. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +42 -16
  100. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -1
  101. package/src/events/event-statistic-modal/utils/index.ts +11 -1
  102. package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
  103. package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
  104. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
  105. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
  106. package/src/iframe/ryft/RyftPaymentForm.tsx +1 -1
  107. package/src/iframe/ryft/utils/ryft-form.ts +6 -5
  108. package/src/layout/DropDown.tsx +1 -1
  109. package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
  110. package/src/product-set/control/ProductSetControl.tsx +5 -0
  111. package/src/product-set/form/ProductCategoriesControl.tsx +38 -1
  112. package/src/product-set/form/ProductSetForm.tsx +8 -2
  113. package/src/product-set/form/ProductZonesControl.tsx +1 -4
  114. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  115. package/src/product-set/form/SubProductsControl.tsx +0 -3
  116. package/src/product-set/form/VenueMapsControl.tsx +0 -3
  117. package/src/product-set/product/ProductControl.tsx +0 -1
  118. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
  119. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
  120. package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
  121. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
  122. package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
  123. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
  124. package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
  125. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
  126. package/src/product-set/product-category/ProductCategoryControl.tsx +17 -0
  127. package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
  128. package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
  129. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
  130. package/src/resource/form/components/CapacityControl.tsx +1 -0
  131. package/src/resource/form/components/SortControl.tsx +1 -0
  132. package/src/sales/booking/results/components/ResultCard.tsx +0 -2
  133. package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
  134. package/src/setting/admin/PaymentFeeForm.tsx +5 -0
  135. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
  136. package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
  137. package/src/sortable-tree/SortableTreeItem.tsx +6 -0
  138. package/src/static/CurrencyNumberInput.tsx +1 -0
  139. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  140. package/src/static/number-input/NumberInput.tsx +1 -0
  141. package/src/styles/availability-indicator/AvailabilityIndicator.scss +1 -1
  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/product-set/ProductSetForm.scss +22 -0
  145. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  146. package/src/styles/sales/BookingResults.scss +1 -1
  147. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  148. package/src/zone/form/components/SortControl.tsx +1 -0
  149. package/yarn.lock +149 -113
@@ -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%;
@@ -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.32.0":
2470
- version: 0.32.0
2471
- resolution: "@licklist/core@npm:0.32.0"
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"
@@ -2490,7 +2490,35 @@ __metadata:
2490
2490
  react-i18next: 11.8.8
2491
2491
  react-intl: 6.6.8
2492
2492
  zustand: 3.7.2
2493
- checksum: 10c0/6f239b2483835a794447f4464ff2770b153a137361afa42a52a782b0d458523b356448db0aff45aaa475db78d3600a8cb94b97c2f669baaa1eb00aa43905631c
2493
+ checksum: 10c0/fcefd4631fbf3d116a36833b748fc9b557cae8b580acae4c1bd7d29f1665a42456b1109a3f80620f6f7244161f8260d6243680ff739a2a544221e1b7e4a01e57
2494
+ languageName: node
2495
+ linkType: hard
2496
+
2497
+ "@licklist/core@npm:0.31.2-dev.1":
2498
+ version: 0.31.2-dev.1
2499
+ resolution: "@licklist/core@npm:0.31.2-dev.1"
2500
+ dependencies:
2501
+ "@sentry/browser": "npm:6.2.0"
2502
+ axios: "npm:0.26.0"
2503
+ i18next: "npm:19.4.5"
2504
+ luxon: "npm:3.5.0"
2505
+ react: "npm:17.0.2"
2506
+ react-dom: "npm:17.0.2"
2507
+ react-i18next: "npm:11.8.8"
2508
+ react-intl: "npm:6.6.8"
2509
+ uuid: "npm:9.0.0"
2510
+ wait-for-expect: "npm:3.0.2"
2511
+ zustand: "npm:3.7.2"
2512
+ peerDependencies:
2513
+ "@licklist/eslint-config": 0.5.6
2514
+ axios: 0.26.0
2515
+ luxon: 3.5.0
2516
+ react: 17.0.2
2517
+ react-dom: 17.0.2
2518
+ react-i18next: 11.8.8
2519
+ react-intl: 6.6.8
2520
+ zustand: 3.7.2
2521
+ checksum: 10c0/bdc37fb4183f6df0c1d907b7f1c6300e4b62ba511d660dd9c8612b32692cca1c139752cfb2cca12bda00bafde3c4487301e7b6fa349aecfa2c67d3afb44600f8
2494
2522
  languageName: node
2495
2523
  linkType: hard
2496
2524
 
@@ -2505,9 +2533,9 @@ __metadata:
2505
2533
  "@dnd-kit/utilities": "npm:2.0.0"
2506
2534
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2507
2535
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2508
- "@licklist/core": "npm:0.32.0"
2536
+ "@licklist/core": "npm:0.31.2-dev.1"
2509
2537
  "@licklist/eslint-config": "npm:0.5.6"
2510
- "@licklist/plugins": "npm:0.35.0"
2538
+ "@licklist/plugins": "npm:0.34.0-dev.4"
2511
2539
  "@mantine/core": "npm:6.0.22"
2512
2540
  "@mantine/hooks": "npm:6.0.22"
2513
2541
  "@mdx-js/react": "npm:1.6.22"
@@ -2636,9 +2664,9 @@ __metadata:
2636
2664
  vite-plugin-svgr: "npm:4.2.0"
2637
2665
  vite-tsconfig-paths: "npm:5.0.1"
2638
2666
  peerDependencies:
2639
- "@licklist/core": 0.32.1
2667
+ "@licklist/core": 0.31.1-dev.4
2640
2668
  "@licklist/eslint-config": 0.5.6
2641
- "@licklist/plugins": 0.34.0
2669
+ "@licklist/plugins": 0.34.0-dev.4
2642
2670
  lodash: 4.17.21
2643
2671
  luxon: 3.5.0
2644
2672
  react: 17.0.2
@@ -2668,11 +2696,11 @@ __metadata:
2668
2696
  languageName: node
2669
2697
  linkType: hard
2670
2698
 
2671
- "@licklist/plugins@npm:0.35.0":
2672
- version: 0.35.0
2673
- resolution: "@licklist/plugins@npm:0.35.0"
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"
2674
2702
  dependencies:
2675
- "@licklist/core": "npm:0.32.0"
2703
+ "@licklist/core": "npm:0.31.0-dev.2"
2676
2704
  axios: "npm:0.26.0"
2677
2705
  history: "npm:4.10.1"
2678
2706
  laravel-echo: "npm:1.15.1"
@@ -2692,7 +2720,7 @@ __metadata:
2692
2720
  rrule: "npm:2.6.8"
2693
2721
  use-debounce: "npm:7.0.1"
2694
2722
  peerDependencies:
2695
- "@licklist/core": 0.30.1
2723
+ "@licklist/core": 0.31.0-dev.2
2696
2724
  "@licklist/eslint-config": 0.5.6
2697
2725
  axios: 0.26.0
2698
2726
  lodash: 4.17.21
@@ -2704,7 +2732,7 @@ __metadata:
2704
2732
  react-loader: 2.4.7
2705
2733
  react-query: 3.34.12
2706
2734
  react-router-dom: 5.2.0
2707
- checksum: 10c0/bd1703bcdb5cb03d1e12e60b33c65b6031cb9e11026081092bd93895ee85855caed9ddb52526927e07dde128c15b700d585923ae7354a616e661534e46cd74f9
2735
+ checksum: 10c0/6137e84298bd938f2b71dea58e68f6e6200e5f385c160f88728795bb847a5a5cff67da6454d1c96f7e1f56977c5497ce70ad0ef34a841b3372d410594388d461
2708
2736
  languageName: node
2709
2737
  linkType: hard
2710
2738
 
@@ -3288,128 +3316,128 @@ __metadata:
3288
3316
  languageName: node
3289
3317
  linkType: hard
3290
3318
 
3291
- "@rollup/rollup-android-arm-eabi@npm:4.26.0":
3292
- version: 4.26.0
3293
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.26.0"
3319
+ "@rollup/rollup-android-arm-eabi@npm:4.27.2":
3320
+ version: 4.27.2
3321
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.27.2"
3294
3322
  conditions: os=android & cpu=arm
3295
3323
  languageName: node
3296
3324
  linkType: hard
3297
3325
 
3298
- "@rollup/rollup-android-arm64@npm:4.26.0":
3299
- version: 4.26.0
3300
- resolution: "@rollup/rollup-android-arm64@npm:4.26.0"
3326
+ "@rollup/rollup-android-arm64@npm:4.27.2":
3327
+ version: 4.27.2
3328
+ resolution: "@rollup/rollup-android-arm64@npm:4.27.2"
3301
3329
  conditions: os=android & cpu=arm64
3302
3330
  languageName: node
3303
3331
  linkType: hard
3304
3332
 
3305
- "@rollup/rollup-darwin-arm64@npm:4.26.0":
3306
- version: 4.26.0
3307
- resolution: "@rollup/rollup-darwin-arm64@npm:4.26.0"
3333
+ "@rollup/rollup-darwin-arm64@npm:4.27.2":
3334
+ version: 4.27.2
3335
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.27.2"
3308
3336
  conditions: os=darwin & cpu=arm64
3309
3337
  languageName: node
3310
3338
  linkType: hard
3311
3339
 
3312
- "@rollup/rollup-darwin-x64@npm:4.26.0":
3313
- version: 4.26.0
3314
- resolution: "@rollup/rollup-darwin-x64@npm:4.26.0"
3340
+ "@rollup/rollup-darwin-x64@npm:4.27.2":
3341
+ version: 4.27.2
3342
+ resolution: "@rollup/rollup-darwin-x64@npm:4.27.2"
3315
3343
  conditions: os=darwin & cpu=x64
3316
3344
  languageName: node
3317
3345
  linkType: hard
3318
3346
 
3319
- "@rollup/rollup-freebsd-arm64@npm:4.26.0":
3320
- version: 4.26.0
3321
- resolution: "@rollup/rollup-freebsd-arm64@npm:4.26.0"
3347
+ "@rollup/rollup-freebsd-arm64@npm:4.27.2":
3348
+ version: 4.27.2
3349
+ resolution: "@rollup/rollup-freebsd-arm64@npm:4.27.2"
3322
3350
  conditions: os=freebsd & cpu=arm64
3323
3351
  languageName: node
3324
3352
  linkType: hard
3325
3353
 
3326
- "@rollup/rollup-freebsd-x64@npm:4.26.0":
3327
- version: 4.26.0
3328
- resolution: "@rollup/rollup-freebsd-x64@npm:4.26.0"
3354
+ "@rollup/rollup-freebsd-x64@npm:4.27.2":
3355
+ version: 4.27.2
3356
+ resolution: "@rollup/rollup-freebsd-x64@npm:4.27.2"
3329
3357
  conditions: os=freebsd & cpu=x64
3330
3358
  languageName: node
3331
3359
  linkType: hard
3332
3360
 
3333
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0":
3334
- version: 4.26.0
3335
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0"
3361
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.27.2":
3362
+ version: 4.27.2
3363
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.27.2"
3336
3364
  conditions: os=linux & cpu=arm & libc=glibc
3337
3365
  languageName: node
3338
3366
  linkType: hard
3339
3367
 
3340
- "@rollup/rollup-linux-arm-musleabihf@npm:4.26.0":
3341
- version: 4.26.0
3342
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.26.0"
3368
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.27.2":
3369
+ version: 4.27.2
3370
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.27.2"
3343
3371
  conditions: os=linux & cpu=arm & libc=musl
3344
3372
  languageName: node
3345
3373
  linkType: hard
3346
3374
 
3347
- "@rollup/rollup-linux-arm64-gnu@npm:4.26.0":
3348
- version: 4.26.0
3349
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.26.0"
3375
+ "@rollup/rollup-linux-arm64-gnu@npm:4.27.2":
3376
+ version: 4.27.2
3377
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.27.2"
3350
3378
  conditions: os=linux & cpu=arm64 & libc=glibc
3351
3379
  languageName: node
3352
3380
  linkType: hard
3353
3381
 
3354
- "@rollup/rollup-linux-arm64-musl@npm:4.26.0":
3355
- version: 4.26.0
3356
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.26.0"
3382
+ "@rollup/rollup-linux-arm64-musl@npm:4.27.2":
3383
+ version: 4.27.2
3384
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.27.2"
3357
3385
  conditions: os=linux & cpu=arm64 & libc=musl
3358
3386
  languageName: node
3359
3387
  linkType: hard
3360
3388
 
3361
- "@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0":
3362
- version: 4.26.0
3363
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0"
3389
+ "@rollup/rollup-linux-powerpc64le-gnu@npm:4.27.2":
3390
+ version: 4.27.2
3391
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.27.2"
3364
3392
  conditions: os=linux & cpu=ppc64 & libc=glibc
3365
3393
  languageName: node
3366
3394
  linkType: hard
3367
3395
 
3368
- "@rollup/rollup-linux-riscv64-gnu@npm:4.26.0":
3369
- version: 4.26.0
3370
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.26.0"
3396
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.27.2":
3397
+ version: 4.27.2
3398
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.27.2"
3371
3399
  conditions: os=linux & cpu=riscv64 & libc=glibc
3372
3400
  languageName: node
3373
3401
  linkType: hard
3374
3402
 
3375
- "@rollup/rollup-linux-s390x-gnu@npm:4.26.0":
3376
- version: 4.26.0
3377
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.26.0"
3403
+ "@rollup/rollup-linux-s390x-gnu@npm:4.27.2":
3404
+ version: 4.27.2
3405
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.27.2"
3378
3406
  conditions: os=linux & cpu=s390x & libc=glibc
3379
3407
  languageName: node
3380
3408
  linkType: hard
3381
3409
 
3382
- "@rollup/rollup-linux-x64-gnu@npm:4.26.0":
3383
- version: 4.26.0
3384
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.26.0"
3410
+ "@rollup/rollup-linux-x64-gnu@npm:4.27.2":
3411
+ version: 4.27.2
3412
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.27.2"
3385
3413
  conditions: os=linux & cpu=x64 & libc=glibc
3386
3414
  languageName: node
3387
3415
  linkType: hard
3388
3416
 
3389
- "@rollup/rollup-linux-x64-musl@npm:4.26.0":
3390
- version: 4.26.0
3391
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.26.0"
3417
+ "@rollup/rollup-linux-x64-musl@npm:4.27.2":
3418
+ version: 4.27.2
3419
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.27.2"
3392
3420
  conditions: os=linux & cpu=x64 & libc=musl
3393
3421
  languageName: node
3394
3422
  linkType: hard
3395
3423
 
3396
- "@rollup/rollup-win32-arm64-msvc@npm:4.26.0":
3397
- version: 4.26.0
3398
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.26.0"
3424
+ "@rollup/rollup-win32-arm64-msvc@npm:4.27.2":
3425
+ version: 4.27.2
3426
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.27.2"
3399
3427
  conditions: os=win32 & cpu=arm64
3400
3428
  languageName: node
3401
3429
  linkType: hard
3402
3430
 
3403
- "@rollup/rollup-win32-ia32-msvc@npm:4.26.0":
3404
- version: 4.26.0
3405
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.26.0"
3431
+ "@rollup/rollup-win32-ia32-msvc@npm:4.27.2":
3432
+ version: 4.27.2
3433
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.27.2"
3406
3434
  conditions: os=win32 & cpu=ia32
3407
3435
  languageName: node
3408
3436
  linkType: hard
3409
3437
 
3410
- "@rollup/rollup-win32-x64-msvc@npm:4.26.0":
3411
- version: 4.26.0
3412
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.26.0"
3438
+ "@rollup/rollup-win32-x64-msvc@npm:4.27.2":
3439
+ version: 4.27.2
3440
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.27.2"
3413
3441
  conditions: os=win32 & cpu=x64
3414
3442
  languageName: node
3415
3443
  linkType: hard
@@ -6223,26 +6251,26 @@ __metadata:
6223
6251
  languageName: node
6224
6252
  linkType: hard
6225
6253
 
6226
- "@vue/compiler-core@npm:3.5.12":
6227
- version: 3.5.12
6228
- resolution: "@vue/compiler-core@npm:3.5.12"
6254
+ "@vue/compiler-core@npm:3.5.13":
6255
+ version: 3.5.13
6256
+ resolution: "@vue/compiler-core@npm:3.5.13"
6229
6257
  dependencies:
6230
6258
  "@babel/parser": "npm:^7.25.3"
6231
- "@vue/shared": "npm:3.5.12"
6259
+ "@vue/shared": "npm:3.5.13"
6232
6260
  entities: "npm:^4.5.0"
6233
6261
  estree-walker: "npm:^2.0.2"
6234
6262
  source-map-js: "npm:^1.2.0"
6235
- checksum: 10c0/7f004b96330c00dc5b94f436be05ce3b196818a8bb1bfeb8f137aba0691deedd20c53e4aa05de830150578af6106e9f306b1fdf973f2db8470e59e81f0fc3a0f
6263
+ checksum: 10c0/b89f3e3ca92c3177ae449ada1480df13d99b5b3b2cdcf3202fd37dc30f294a1db1f473209f8bae9233e2d338632219d39b2bfa6941d158cea55255e4b0b30f90
6236
6264
  languageName: node
6237
6265
  linkType: hard
6238
6266
 
6239
6267
  "@vue/compiler-dom@npm:^3.4.0":
6240
- version: 3.5.12
6241
- resolution: "@vue/compiler-dom@npm:3.5.12"
6268
+ version: 3.5.13
6269
+ resolution: "@vue/compiler-dom@npm:3.5.13"
6242
6270
  dependencies:
6243
- "@vue/compiler-core": "npm:3.5.12"
6244
- "@vue/shared": "npm:3.5.12"
6245
- checksum: 10c0/48a67cd28c25e94dccff3c1e18bf2f79b073e486a856e5b30661e89e50d08cd49ababc43de94626c948da77c8dad859909e32d3ab678079e90dfa5d3e1ddc344
6271
+ "@vue/compiler-core": "npm:3.5.13"
6272
+ "@vue/shared": "npm:3.5.13"
6273
+ checksum: 10c0/8f424a71883c9ef4abdd125d2be8d12dd8cf94ba56089245c88734b1f87c65e10597816070ba2ea0a297a2f66dc579f39275a9a53ef5664c143a12409612cd72
6246
6274
  languageName: node
6247
6275
  linkType: hard
6248
6276
 
@@ -6277,10 +6305,10 @@ __metadata:
6277
6305
  languageName: node
6278
6306
  linkType: hard
6279
6307
 
6280
- "@vue/shared@npm:3.5.12, @vue/shared@npm:^3.4.0":
6281
- version: 3.5.12
6282
- resolution: "@vue/shared@npm:3.5.12"
6283
- checksum: 10c0/48f94406c42921901b21a57a7ebb401bbceb497152baf0554e5d5a11cbaa79958f966042e9d95614c0b02e8681b7e1b6c010fcb8b28c6bda1b090f2ddd7540d8
6308
+ "@vue/shared@npm:3.5.13, @vue/shared@npm:^3.4.0":
6309
+ version: 3.5.13
6310
+ resolution: "@vue/shared@npm:3.5.13"
6311
+ checksum: 10c0/2c940ef907116f1c2583ca1d7733984e5705983ab07054c4e72f1d95eb0f7bdf4d01efbdaee1776c2008f79595963f44e98fced057f5957d86d57b70028f5025
6284
6312
  languageName: node
6285
6313
  linkType: hard
6286
6314
 
@@ -9816,9 +9844,9 @@ __metadata:
9816
9844
  linkType: hard
9817
9845
 
9818
9846
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.41":
9819
- version: 1.5.58
9820
- resolution: "electron-to-chromium@npm:1.5.58"
9821
- checksum: 10c0/a3f5544ef12a84a7046b297195d19937f396683be8f245e1569cb9a877afd59f3630c8de9bb07f57aee1e6cda564c1a80c7d0b2fd28effb70db1558ca4669996
9847
+ version: 1.5.62
9848
+ resolution: "electron-to-chromium@npm:1.5.62"
9849
+ checksum: 10c0/93dc628f0359df0cae475cf5e91fa0cf357611f14da7cf15c28fe92f89dede7def20c04b24787e6166181ae582b060d02b252e906d7ec84020485579a95bc8e9
9822
9850
  languageName: node
9823
9851
  linkType: hard
9824
9852
 
@@ -10026,8 +10054,8 @@ __metadata:
10026
10054
  linkType: hard
10027
10055
 
10028
10056
  "es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.1, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3":
10029
- version: 1.23.4
10030
- resolution: "es-abstract@npm:1.23.4"
10057
+ version: 1.23.5
10058
+ resolution: "es-abstract@npm:1.23.5"
10031
10059
  dependencies:
10032
10060
  array-buffer-byte-length: "npm:^1.0.1"
10033
10061
  arraybuffer.prototype.slice: "npm:^1.0.3"
@@ -10075,7 +10103,7 @@ __metadata:
10075
10103
  typed-array-length: "npm:^1.0.6"
10076
10104
  unbox-primitive: "npm:^1.0.2"
10077
10105
  which-typed-array: "npm:^1.1.15"
10078
- checksum: 10c0/70c56ec479d57e63387f561bb50c80587f4a52010868787e3d4b4f95301edf5ba98d70ffd0ba56eb4722c48c578870ff2a8825236a948cfa483f76015d134acb
10106
+ checksum: 10c0/1f6f91da9cf7ee2c81652d57d3046621d598654d1d1b05c1578bafe5c4c2d3d69513901679bdca2de589f620666ec21de337e4935cec108a4ed0871d5ef04a5d
10079
10107
  languageName: node
10080
10108
  linkType: hard
10081
10109
 
@@ -12522,11 +12550,19 @@ __metadata:
12522
12550
  linkType: hard
12523
12551
 
12524
12552
  "input-format@npm:^0.3.5":
12525
- version: 0.3.10
12526
- resolution: "input-format@npm:0.3.10"
12553
+ version: 0.3.11
12554
+ resolution: "input-format@npm:0.3.11"
12527
12555
  dependencies:
12528
12556
  prop-types: "npm:^15.8.1"
12529
- checksum: 10c0/371b03593f272766e546d137dbc3c7f48ce57f1fa03f2d15c83eaa9f72f3e0160f4d2c92c363609ef1e8df4b3110fe2f1060931f1fb2252ad2c69202d47335f2
12557
+ peerDependencies:
12558
+ react: ^18.1.0
12559
+ react-dom: ^18.1.0
12560
+ peerDependenciesMeta:
12561
+ react:
12562
+ optional: true
12563
+ react-dom:
12564
+ optional: true
12565
+ checksum: 10c0/6b285de008ff6b1cfe66d836a69ccd716bce2a942ea386307614a10a113e9eefe0970d1dc9a8f2a358d2cb75eb39b6b8b8cd2c007631adcd452e6d9305a04555
12530
12566
  languageName: node
12531
12567
  linkType: hard
12532
12568
 
@@ -18738,27 +18774,27 @@ __metadata:
18738
18774
  linkType: hard
18739
18775
 
18740
18776
  "rollup@npm:^4.13.0":
18741
- version: 4.26.0
18742
- resolution: "rollup@npm:4.26.0"
18743
- dependencies:
18744
- "@rollup/rollup-android-arm-eabi": "npm:4.26.0"
18745
- "@rollup/rollup-android-arm64": "npm:4.26.0"
18746
- "@rollup/rollup-darwin-arm64": "npm:4.26.0"
18747
- "@rollup/rollup-darwin-x64": "npm:4.26.0"
18748
- "@rollup/rollup-freebsd-arm64": "npm:4.26.0"
18749
- "@rollup/rollup-freebsd-x64": "npm:4.26.0"
18750
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.26.0"
18751
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.26.0"
18752
- "@rollup/rollup-linux-arm64-gnu": "npm:4.26.0"
18753
- "@rollup/rollup-linux-arm64-musl": "npm:4.26.0"
18754
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.26.0"
18755
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.26.0"
18756
- "@rollup/rollup-linux-s390x-gnu": "npm:4.26.0"
18757
- "@rollup/rollup-linux-x64-gnu": "npm:4.26.0"
18758
- "@rollup/rollup-linux-x64-musl": "npm:4.26.0"
18759
- "@rollup/rollup-win32-arm64-msvc": "npm:4.26.0"
18760
- "@rollup/rollup-win32-ia32-msvc": "npm:4.26.0"
18761
- "@rollup/rollup-win32-x64-msvc": "npm:4.26.0"
18777
+ version: 4.27.2
18778
+ resolution: "rollup@npm:4.27.2"
18779
+ dependencies:
18780
+ "@rollup/rollup-android-arm-eabi": "npm:4.27.2"
18781
+ "@rollup/rollup-android-arm64": "npm:4.27.2"
18782
+ "@rollup/rollup-darwin-arm64": "npm:4.27.2"
18783
+ "@rollup/rollup-darwin-x64": "npm:4.27.2"
18784
+ "@rollup/rollup-freebsd-arm64": "npm:4.27.2"
18785
+ "@rollup/rollup-freebsd-x64": "npm:4.27.2"
18786
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.27.2"
18787
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.27.2"
18788
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.27.2"
18789
+ "@rollup/rollup-linux-arm64-musl": "npm:4.27.2"
18790
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.27.2"
18791
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.27.2"
18792
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.27.2"
18793
+ "@rollup/rollup-linux-x64-gnu": "npm:4.27.2"
18794
+ "@rollup/rollup-linux-x64-musl": "npm:4.27.2"
18795
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.27.2"
18796
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.27.2"
18797
+ "@rollup/rollup-win32-x64-msvc": "npm:4.27.2"
18762
18798
  "@types/estree": "npm:1.0.6"
18763
18799
  fsevents: "npm:~2.3.2"
18764
18800
  dependenciesMeta:
@@ -18802,7 +18838,7 @@ __metadata:
18802
18838
  optional: true
18803
18839
  bin:
18804
18840
  rollup: dist/bin/rollup
18805
- checksum: 10c0/a4375787b95bc3b55d38bbb8dec5f6a63862b08369b9562a2d38efadd400ca42a79406b8f09670a0deb0cc9cd72cca1c0be317302190d1f7feff597003d951bc
18841
+ checksum: 10c0/563c43d064b7af64156621b52997d2c8a4609774dea4deb06c0fbc1f18450f1b65036404224e81a6bbc80a316a558452151fe9be2214b1898aa66bdd93209496
18806
18842
  languageName: node
18807
18843
  linkType: hard
18808
18844