@licklist/design 0.67.2-dev.5 → 0.67.2

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 (248) hide show
  1. package/.storybook/main.cjs +12 -15
  2. package/dist/assets/iframe/selectArrow.svg.js +17 -0
  3. package/dist/auth/Login/LoginComponent.js +1 -2
  4. package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
  5. package/dist/calendar/components/CalendarButtons/CalendarButtons.js +40 -35
  6. package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +1 -2
  7. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  8. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +3 -5
  9. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  10. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +6 -3
  11. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  12. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +1 -0
  13. package/dist/iframe/event/event-card/IframeEventCard.d.ts +1 -1
  14. package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
  15. package/dist/iframe/event/event-card/IframeEventCard.js +3 -9
  16. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  17. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +0 -2
  18. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  19. package/dist/layout/DropDown.d.ts +1 -2
  20. package/dist/layout/DropDown.d.ts.map +1 -1
  21. package/dist/layout/DropDownToggle.d.ts.map +1 -1
  22. package/dist/layout/DropDownToggle.js +0 -1
  23. package/dist/product-set/control/DateAndRecurrenceInput.d.ts +1 -1
  24. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  25. package/dist/product-set/control/DateAndRecurrenceInput.js +0 -1
  26. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  27. package/dist/product-set/control/DateInput.js +2 -2
  28. package/dist/product-set/control/ProductSetControl.d.ts +1 -1
  29. package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
  30. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  31. package/dist/product-set/form/ProductCategoriesControl.js +2 -48
  32. package/dist/product-set/form/ProductSetForm.d.ts +1 -4
  33. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  34. package/dist/product-set/form/ProductSetForm.js +2 -60
  35. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  36. package/dist/product-set/form/ProductZonesControl.js +2 -0
  37. package/dist/product-set/form/SelectCategoryModal.d.ts +0 -12
  38. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  39. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  40. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  41. package/dist/product-set/form/SubProductsControl.js +3 -0
  42. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  43. package/dist/product-set/form/VenueMapsControl.js +3 -0
  44. package/dist/provider/location-input/LocationInput.d.ts +1 -4
  45. package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
  46. package/dist/provider/location-input/LocationInput.js +2 -41
  47. package/dist/provider/location-input/index.d.ts +0 -1
  48. package/dist/provider/location-input/index.d.ts.map +1 -1
  49. package/dist/provider/provider-form/ProviderForm.d.ts +1 -3
  50. package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
  51. package/dist/provider/provider-form/ProviderForm.js +2 -4
  52. package/dist/provider/venue-form/VenueForm.d.ts +1 -3
  53. package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
  54. package/dist/provider/venue-form/VenueForm.js +2 -4
  55. package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
  56. package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +8 -4
  57. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +1 -3
  58. package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
  59. package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +3 -6
  60. package/dist/recurring-date-picker-input/utils.d.ts +0 -5
  61. package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
  62. package/dist/recurring-date-picker-input/utils.js +3 -75
  63. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  64. package/dist/sales/booking/results/components/ResultCard.js +2 -0
  65. package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
  66. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  67. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  68. package/dist/snippet/snippet-template/preview/Preview.js +0 -6
  69. package/dist/sortable-tree/SortableTreeItem.d.ts +1 -2
  70. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  71. package/dist/sortable-tree/SortableTreeItem.js +4 -10
  72. package/dist/styles/auth/AccessDenied.scss +1 -1
  73. package/dist/styles/back-button/BackButton.scss +24 -25
  74. package/dist/styles/back-button/_index.scss +1 -1
  75. package/dist/styles/company-user-form/UserForm.scss +7 -4
  76. package/dist/styles/company-user-form/_index.scss +1 -1
  77. package/dist/styles/custom-fields/CreateSortableListItem.scss +1 -2
  78. package/dist/styles/custom-fields/_index.scss +1 -1
  79. package/dist/styles/customers/Filter.scss +5 -5
  80. package/dist/styles/events/EditEventModal.scss +3 -1
  81. package/dist/styles/events/EventVenueMap.scss +7 -7
  82. package/dist/styles/form/Input.scss +1 -1
  83. package/dist/styles/header/Header.scss +1 -1
  84. package/dist/styles/header/elements/CompanySelector.scss +2 -2
  85. package/dist/styles/iframe-events/Calendar.scss +1 -0
  86. package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
  87. package/dist/styles/iframe-events/CategoryStepsForm.scss +7 -6
  88. package/dist/styles/iframe-events/Event.scss +4 -2
  89. package/dist/styles/iframe-events/EventForm.scss +54 -54
  90. package/dist/styles/iframe-events/EventNavigationFooter.scss +0 -1
  91. package/dist/styles/iframe-events/TicketDescription.scss +1 -1
  92. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  93. package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
  94. package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
  95. package/dist/styles/notification/Notification.scss +1 -1
  96. package/dist/styles/order-items-table/OrderItemsTable.scss +2 -1
  97. package/dist/styles/product-set/CreateProductSetItem.scss +13 -15
  98. package/dist/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  99. package/dist/styles/product-set/EditCategoryModal.scss +4 -4
  100. package/dist/styles/product-set/EditProductModal.scss +3 -3
  101. package/dist/styles/product-set/EditStepModal.scss +4 -4
  102. package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
  103. package/dist/styles/product-set/ProductSetForm.scss +2 -25
  104. package/dist/styles/product-set/TutorialGifCard.scss +1 -1
  105. package/dist/styles/product-set/_index.scss +2 -2
  106. package/dist/styles/report/ReportCard.scss +0 -1
  107. package/dist/styles/report/_index.scss +1 -1
  108. package/dist/styles/resources-blocking/_index.scss +0 -4
  109. package/dist/styles/sales/BookingFilter.scss +2 -2
  110. package/dist/styles/sales/BookingResults.scss +1 -1
  111. package/dist/styles/sales/BookingTabs.scss +5 -7
  112. package/dist/styles/sales/Filters.scss +4 -5
  113. package/dist/styles/sales/GuestProfile.scss +175 -170
  114. package/dist/styles/sales/LifeTimeSales.scss +1 -1
  115. package/dist/styles/sales/ManualBooking.scss +2 -4
  116. package/dist/styles/snippet-templates/_snippetVariables.scss +244 -63
  117. package/dist/styles/sortable-field/SortableField.scss +16 -16
  118. package/dist/styles/sortable-field/_index.scss +1 -1
  119. package/dist/styles/sortable-tree/Item.scss +4 -4
  120. package/dist/styles/table/Table.scss +1 -1
  121. package/dist/styles/themes/bookedit/_variables.scss +32 -10
  122. package/dist/styles/themes/licklist/_variables.scss +1 -1
  123. package/dist/styles/tiptap-editor/TiptapEditor.scss +10 -9
  124. package/dist/styles/tiptap-editor/_index.scss +1 -1
  125. package/dist/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  126. package/dist/styles/virtualized/_index.scss +1 -1
  127. package/dist/styles/zones/ZoneForm.scss +0 -1
  128. package/dist/styles/zones/ZoneRecurrencesControl.scss +8 -6
  129. package/dist/zone/form/ZoneForm.d.ts +2 -2
  130. package/dist/zone/form/ZoneForm.d.ts.map +1 -1
  131. package/dist/zone/form/ZoneForm.js +2 -3
  132. package/dist/zone/form/components/ZoneControl.d.ts +2 -2
  133. package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
  134. package/dist/zone/form/components/ZoneControl.js +2 -4
  135. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +4 -4
  136. package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
  137. package/dist/zone/form/components/ZoneRecurrencesControl.js +2 -4
  138. package/dist/zone/form/utils/dates.d.ts.map +1 -1
  139. package/package.json +8 -8
  140. package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
  141. package/src/auth/Login/LoginComponent.tsx +1 -1
  142. package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
  143. package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +28 -31
  144. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +5 -3
  145. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +4 -0
  146. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +1 -0
  147. package/src/header/elements/Elements.stories.tsx +1 -1
  148. package/src/help/popover/Popover.stories.tsx +1 -1
  149. package/src/iframe/event/event-card/IframeEventCard.tsx +2 -16
  150. package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
  151. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +0 -1
  152. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +0 -1
  153. package/src/layout/DropDown.tsx +1 -2
  154. package/src/layout/DropDownToggle.tsx +0 -2
  155. package/src/product-set/card/ProductSetCard.stories.tsx +1 -3
  156. package/src/product-set/control/DateAndRecurrenceInput.tsx +4 -3
  157. package/src/product-set/control/DateInput.tsx +1 -2
  158. package/src/product-set/control/ProductSetControl.tsx +1 -1
  159. package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
  160. package/src/product-set/form/ProductCategoriesControl.tsx +1 -37
  161. package/src/product-set/form/ProductSetForm.tsx +3 -22
  162. package/src/product-set/form/ProductZonesControl.tsx +7 -4
  163. package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
  164. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  165. package/src/product-set/form/SubProductsControl.tsx +3 -0
  166. package/src/product-set/form/VenueMapsControl.tsx +3 -0
  167. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
  168. package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
  169. package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
  170. package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
  171. package/src/provider/location-input/LocationInput.tsx +1 -36
  172. package/src/provider/location-input/index.ts +0 -1
  173. package/src/provider/provider-form/ProviderForm.tsx +1 -6
  174. package/src/provider/venue-form/VenueForm.tsx +1 -4
  175. package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +18 -4
  176. package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +4 -11
  177. package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +1 -12
  178. package/src/recurring-date-picker-input/utils.ts +1 -91
  179. package/src/sales/booking/results/components/ResultCard.tsx +2 -0
  180. package/src/setting/admin/AdminSetting.stories.tsx +0 -1
  181. package/src/setting/admin/AdminSettingForm.tsx +2 -2
  182. package/src/setting/system/SystemSetting.stories.tsx +1 -1
  183. package/src/snippet/snippet-template/preview/Preview.tsx +0 -6
  184. package/src/sortable-tree/SortableTreeItem.tsx +0 -6
  185. package/src/styles/auth/AccessDenied.scss +1 -1
  186. package/src/styles/back-button/BackButton.scss +24 -25
  187. package/src/styles/back-button/_index.scss +1 -1
  188. package/src/styles/company-user-form/UserForm.scss +7 -4
  189. package/src/styles/company-user-form/_index.scss +1 -1
  190. package/src/styles/custom-fields/CreateSortableListItem.scss +1 -2
  191. package/src/styles/custom-fields/_index.scss +1 -1
  192. package/src/styles/customers/Filter.scss +5 -5
  193. package/src/styles/events/EditEventModal.scss +3 -1
  194. package/src/styles/events/EventVenueMap.scss +7 -7
  195. package/src/styles/form/Input.scss +1 -1
  196. package/src/styles/header/Header.scss +1 -1
  197. package/src/styles/header/elements/CompanySelector.scss +2 -2
  198. package/src/styles/iframe-events/Calendar.scss +1 -0
  199. package/src/styles/iframe-events/CalendarSelect.scss +1 -1
  200. package/src/styles/iframe-events/CategoryStepsForm.scss +7 -6
  201. package/src/styles/iframe-events/Event.scss +4 -2
  202. package/src/styles/iframe-events/EventForm.scss +54 -54
  203. package/src/styles/iframe-events/EventNavigationFooter.scss +0 -1
  204. package/src/styles/iframe-events/TicketDescription.scss +1 -1
  205. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  206. package/src/styles/iframe-payments/PaymentForm.scss +1 -1
  207. package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
  208. package/src/styles/notification/Notification.scss +1 -1
  209. package/src/styles/order-items-table/OrderItemsTable.scss +2 -1
  210. package/src/styles/product-set/CreateProductSetItem.scss +13 -15
  211. package/src/styles/product-set/DateAndRecurrenceInput.scss +8 -6
  212. package/src/styles/product-set/EditCategoryModal.scss +4 -4
  213. package/src/styles/product-set/EditProductModal.scss +3 -3
  214. package/src/styles/product-set/EditStepModal.scss +4 -4
  215. package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
  216. package/src/styles/product-set/ProductSetForm.scss +2 -25
  217. package/src/styles/product-set/TutorialGifCard.scss +1 -1
  218. package/src/styles/product-set/_index.scss +2 -2
  219. package/src/styles/report/ReportCard.scss +0 -1
  220. package/src/styles/report/_index.scss +1 -1
  221. package/src/styles/resources-blocking/_index.scss +0 -4
  222. package/src/styles/sales/BookingFilter.scss +2 -2
  223. package/src/styles/sales/BookingResults.scss +1 -1
  224. package/src/styles/sales/BookingTabs.scss +5 -7
  225. package/src/styles/sales/Filters.scss +4 -5
  226. package/src/styles/sales/GuestProfile.scss +175 -170
  227. package/src/styles/sales/LifeTimeSales.scss +1 -1
  228. package/src/styles/sales/ManualBooking.scss +2 -4
  229. package/src/styles/snippet-templates/_snippetVariables.scss +244 -63
  230. package/src/styles/sortable-field/SortableField.scss +16 -16
  231. package/src/styles/sortable-field/_index.scss +1 -1
  232. package/src/styles/sortable-tree/Item.scss +4 -4
  233. package/src/styles/table/Table.scss +1 -1
  234. package/src/styles/themes/bookedit/_variables.scss +32 -10
  235. package/src/styles/themes/licklist/_variables.scss +1 -1
  236. package/src/styles/tiptap-editor/TiptapEditor.scss +10 -9
  237. package/src/styles/tiptap-editor/_index.scss +1 -1
  238. package/src/styles/venue-map-sets/VenueMapSetForm.scss +4 -5
  239. package/src/styles/virtualized/_index.scss +1 -1
  240. package/src/styles/zones/ZoneForm.scss +0 -1
  241. package/src/styles/zones/ZoneRecurrencesControl.scss +8 -6
  242. package/src/tiptap-editor/TipTapEditor.stories.tsx +4 -6
  243. package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +2 -5
  244. package/src/zone/form/ZoneForm.tsx +2 -3
  245. package/src/zone/form/components/ZoneControl.tsx +3 -3
  246. package/src/zone/form/components/ZoneRecurrencesControl.tsx +5 -7
  247. package/src/zone/form/utils/dates.ts +10 -9
  248. package/yarn.lock +141 -128
package/yarn.lock CHANGED
@@ -1992,15 +1992,15 @@ __metadata:
1992
1992
  linkType: hard
1993
1993
 
1994
1994
  "@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.1":
1995
- version: 1.3.2
1996
- resolution: "@emotion/serialize@npm:1.3.2"
1995
+ version: 1.3.1
1996
+ resolution: "@emotion/serialize@npm:1.3.1"
1997
1997
  dependencies:
1998
1998
  "@emotion/hash": "npm:^0.9.2"
1999
1999
  "@emotion/memoize": "npm:^0.9.0"
2000
2000
  "@emotion/unitless": "npm:^0.10.0"
2001
- "@emotion/utils": "npm:^1.4.1"
2001
+ "@emotion/utils": "npm:^1.4.0"
2002
2002
  csstype: "npm:^3.0.2"
2003
- checksum: 10c0/b4873b643721d28b4450f9d77b71e6c8d0109e6825c54fc79e649d2fa438fe4080d2fa696ec8fda421b8e713fcd42306d6197b6121ddd2486ffab8e4b6311ce0
2003
+ checksum: 10c0/ac7158e2881b5f3f9ca1e4d865186d38623f997de888675297e0928b202d16273e43b0a19aa021c0b706edefae31118bc97c5fab095820109d09d502dbcf2092
2004
2004
  languageName: node
2005
2005
  linkType: hard
2006
2006
 
@@ -2083,10 +2083,10 @@ __metadata:
2083
2083
  languageName: node
2084
2084
  linkType: hard
2085
2085
 
2086
- "@emotion/utils@npm:^1.4.0, @emotion/utils@npm:^1.4.1":
2087
- version: 1.4.1
2088
- resolution: "@emotion/utils@npm:1.4.1"
2089
- checksum: 10c0/f4704e0bdf48062fd6eb9c64771c88f521aab1e108a48cb23d65b6438597c63a6945301cef4c43611e79e0e76a304ec5481c31025ea8f573d7ad5423d747602c
2086
+ "@emotion/utils@npm:^1.4.0":
2087
+ version: 1.4.0
2088
+ resolution: "@emotion/utils@npm:1.4.0"
2089
+ checksum: 10c0/b2ae698d6e935f4961a8349286b5b0a6117a16e179459cbf9c8d97d5daa7d96c99876b950f09b1a793d6b295713b2c8f89544bd8c3f26b8e4db60a218a0d4c42
2090
2090
  languageName: node
2091
2091
  linkType: hard
2092
2092
 
@@ -2405,6 +2405,18 @@ __metadata:
2405
2405
  languageName: node
2406
2406
  linkType: hard
2407
2407
 
2408
+ "@fortawesome/react-fontawesome@npm:0.1.9":
2409
+ version: 0.1.9
2410
+ resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
2411
+ dependencies:
2412
+ prop-types: "npm:^15.7.2"
2413
+ peerDependencies:
2414
+ "@fortawesome/fontawesome-svg-core": ^1.2.20
2415
+ react: 16.x
2416
+ checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
2417
+ languageName: node
2418
+ linkType: hard
2419
+
2408
2420
  "@gar/promisify@npm:^1.0.1":
2409
2421
  version: 1.1.3
2410
2422
  resolution: "@gar/promisify@npm:1.1.3"
@@ -2561,9 +2573,9 @@ __metadata:
2561
2573
  languageName: node
2562
2574
  linkType: hard
2563
2575
 
2564
- "@licklist/core@npm:0.28.3-dev.5":
2565
- version: 0.28.3-dev.5
2566
- resolution: "@licklist/core@npm:0.28.3-dev.5"
2576
+ "@licklist/core@npm:0.29.0":
2577
+ version: 0.29.0
2578
+ resolution: "@licklist/core@npm:0.29.0"
2567
2579
  dependencies:
2568
2580
  "@sentry/browser": "npm:6.2.0"
2569
2581
  axios: "npm:0.26.0"
@@ -2576,20 +2588,20 @@ __metadata:
2576
2588
  uuid: "npm:9.0.0"
2577
2589
  wait-for-expect: "npm:3.0.2"
2578
2590
  peerDependencies:
2579
- "@licklist/eslint-config": 0.5.4
2591
+ "@licklist/eslint-config": 0.5.5
2580
2592
  axios: 0.26.0
2581
2593
  luxon: 1.26.0
2582
2594
  react: 17.0.2
2583
2595
  react-dom: 17.0.2
2584
2596
  react-i18next: 11.8.8
2585
2597
  react-intl: 6.6.8
2586
- checksum: 10c0/fd69ac962342534493e959a6986f4ce1f462e43aa50d8effb892401cd0ec7dbab1bc782e9b1fe462c9fe197b4d3299562976acb8a191839414855f2a4a82cca9
2598
+ checksum: 10c0/bf197dd2f2c63f720fd7d8329c1dc02be894d356b749e0e05522bb4b9cb6ff76eeebb37c95ccea395e2f7d34b36f3eab14ecaba9d5c4c005abe1057901f0bedb
2587
2599
  languageName: node
2588
2600
  linkType: hard
2589
2601
 
2590
- "@licklist/core@npm:0.28.6-dev.3":
2591
- version: 0.28.6-dev.3
2592
- resolution: "@licklist/core@npm:0.28.6-dev.3"
2602
+ "@licklist/core@npm:0.29.1":
2603
+ version: 0.29.1
2604
+ resolution: "@licklist/core@npm:0.29.1"
2593
2605
  dependencies:
2594
2606
  "@sentry/browser": "npm:6.2.0"
2595
2607
  axios: "npm:0.26.0"
@@ -2609,7 +2621,7 @@ __metadata:
2609
2621
  react-dom: 17.0.2
2610
2622
  react-i18next: 11.8.8
2611
2623
  react-intl: 6.6.8
2612
- checksum: 10c0/f3a24b85a5bb36e4a291d01ec00d480b01ed03fa3009645ea89577d224ad566007fce7dc2cd1a53ad10e9f4d5a2e3397e70d3a941f67d541e419f3835bb50860
2624
+ checksum: 10c0/90bfe0a2c1c6b57e4900b59827252bc7e1745d67f659ae7b2ccb4a323f142f2296864bc8025f864c9106cabc3a1893c9b88753706558997bb7305e57fa886868
2613
2625
  languageName: node
2614
2626
  linkType: hard
2615
2627
 
@@ -2624,9 +2636,10 @@ __metadata:
2624
2636
  "@dnd-kit/utilities": "npm:2.0.0"
2625
2637
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2626
2638
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2627
- "@licklist/core": "npm:0.28.6-dev.3"
2639
+ "@fortawesome/react-fontawesome": "npm:0.1.9"
2640
+ "@licklist/core": "npm:0.29.1"
2628
2641
  "@licklist/eslint-config": "npm:0.5.5"
2629
- "@licklist/plugins": "npm:0.30.4-dev.3"
2642
+ "@licklist/plugins": "npm:0.32.0"
2630
2643
  "@mdx-js/react": "npm:1.6.22"
2631
2644
  "@popperjs/core": "npm:2.11.8"
2632
2645
  "@react-aria/utils": "npm:3.9.0"
@@ -2748,9 +2761,9 @@ __metadata:
2748
2761
  vite-plugin-svgr: "npm:4.2.0"
2749
2762
  vite-tsconfig-paths: "npm:5.0.1"
2750
2763
  peerDependencies:
2751
- "@licklist/core": 0.28.6-dev.3
2764
+ "@licklist/core": 0.29.1
2752
2765
  "@licklist/eslint-config": 0.5.5
2753
- "@licklist/plugins": 0.32.0-dev.0
2766
+ "@licklist/plugins": 0.32.0
2754
2767
  lodash: 4.17.21
2755
2768
  luxon: 1.26.0
2756
2769
  react: 17.0.2
@@ -2781,11 +2794,11 @@ __metadata:
2781
2794
  languageName: node
2782
2795
  linkType: hard
2783
2796
 
2784
- "@licklist/plugins@npm:0.30.4-dev.3":
2785
- version: 0.30.4-dev.3
2786
- resolution: "@licklist/plugins@npm:0.30.4-dev.3"
2797
+ "@licklist/plugins@npm:0.32.0":
2798
+ version: 0.32.0
2799
+ resolution: "@licklist/plugins@npm:0.32.0"
2787
2800
  dependencies:
2788
- "@licklist/core": "npm:0.28.3-dev.5"
2801
+ "@licklist/core": "npm:0.29.0"
2789
2802
  "@ungap/url-search-params": "npm:0.2.2"
2790
2803
  axios: "npm:0.26.0"
2791
2804
  history: "npm:4.10.1"
@@ -2806,8 +2819,8 @@ __metadata:
2806
2819
  rrule: "npm:2.6.8"
2807
2820
  use-debounce: "npm:7.0.1"
2808
2821
  peerDependencies:
2809
- "@licklist/core": 0.28.3-dev.5
2810
- "@licklist/eslint-config": 0.5.4
2822
+ "@licklist/core": 0.29.0
2823
+ "@licklist/eslint-config": 0.5.5
2811
2824
  axios: 0.26.0
2812
2825
  lodash: 4.17.21
2813
2826
  luxon: 1.26.0
@@ -2818,7 +2831,7 @@ __metadata:
2818
2831
  react-loader: 2.4.7
2819
2832
  react-query: 3.34.12
2820
2833
  react-router-dom: 5.2.0
2821
- checksum: 10c0/3e13aabd58d2a69245d86522092528fd8f1f4c83c6ed2521882874e2912cc946e9dbc9f22643f77ce5b95755878efb0ed63186f24f53e5d80d33cf6c9d9837b3
2834
+ checksum: 10c0/b5fc01110148f64bcb819b7eb71cd716464342e9b81efe8668c7cd7ab6025590f9abcd8d007ec32be2512a7c09f4ca10d7db8ba56b374e0d12fc70199cf21d77
2822
2835
  languageName: node
2823
2836
  linkType: hard
2824
2837
 
@@ -3211,8 +3224,8 @@ __metadata:
3211
3224
  linkType: hard
3212
3225
 
3213
3226
  "@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.0.2, @rollup/pluginutils@npm:^5.0.5, @rollup/pluginutils@npm:^5.1.0":
3214
- version: 5.1.1
3215
- resolution: "@rollup/pluginutils@npm:5.1.1"
3227
+ version: 5.1.0
3228
+ resolution: "@rollup/pluginutils@npm:5.1.0"
3216
3229
  dependencies:
3217
3230
  "@types/estree": "npm:^1.0.0"
3218
3231
  estree-walker: "npm:^2.0.2"
@@ -3222,118 +3235,118 @@ __metadata:
3222
3235
  peerDependenciesMeta:
3223
3236
  rollup:
3224
3237
  optional: true
3225
- checksum: 10c0/433a8b0b67ef9a36fb909a63c5ffa03846e15b6547fec9d2b9e15510dd898de9d1ec3f574aae29749d0e757e269112121a859f204b37becc470f1404e862b1e2
3238
+ checksum: 10c0/c7bed15711f942d6fdd3470fef4105b73991f99a478605e13d41888963330a6f9e32be37e6ddb13f012bc7673ff5e54f06f59fd47109436c1c513986a8a7612d
3226
3239
  languageName: node
3227
3240
  linkType: hard
3228
3241
 
3229
- "@rollup/rollup-android-arm-eabi@npm:4.22.4":
3230
- version: 4.22.4
3231
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.4"
3242
+ "@rollup/rollup-android-arm-eabi@npm:4.22.0":
3243
+ version: 4.22.0
3244
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.0"
3232
3245
  conditions: os=android & cpu=arm
3233
3246
  languageName: node
3234
3247
  linkType: hard
3235
3248
 
3236
- "@rollup/rollup-android-arm64@npm:4.22.4":
3237
- version: 4.22.4
3238
- resolution: "@rollup/rollup-android-arm64@npm:4.22.4"
3249
+ "@rollup/rollup-android-arm64@npm:4.22.0":
3250
+ version: 4.22.0
3251
+ resolution: "@rollup/rollup-android-arm64@npm:4.22.0"
3239
3252
  conditions: os=android & cpu=arm64
3240
3253
  languageName: node
3241
3254
  linkType: hard
3242
3255
 
3243
- "@rollup/rollup-darwin-arm64@npm:4.22.4":
3244
- version: 4.22.4
3245
- resolution: "@rollup/rollup-darwin-arm64@npm:4.22.4"
3256
+ "@rollup/rollup-darwin-arm64@npm:4.22.0":
3257
+ version: 4.22.0
3258
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.22.0"
3246
3259
  conditions: os=darwin & cpu=arm64
3247
3260
  languageName: node
3248
3261
  linkType: hard
3249
3262
 
3250
- "@rollup/rollup-darwin-x64@npm:4.22.4":
3251
- version: 4.22.4
3252
- resolution: "@rollup/rollup-darwin-x64@npm:4.22.4"
3263
+ "@rollup/rollup-darwin-x64@npm:4.22.0":
3264
+ version: 4.22.0
3265
+ resolution: "@rollup/rollup-darwin-x64@npm:4.22.0"
3253
3266
  conditions: os=darwin & cpu=x64
3254
3267
  languageName: node
3255
3268
  linkType: hard
3256
3269
 
3257
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4":
3258
- version: 4.22.4
3259
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4"
3270
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.0":
3271
+ version: 4.22.0
3272
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.0"
3260
3273
  conditions: os=linux & cpu=arm & libc=glibc
3261
3274
  languageName: node
3262
3275
  linkType: hard
3263
3276
 
3264
- "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4":
3265
- version: 4.22.4
3266
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4"
3277
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.22.0":
3278
+ version: 4.22.0
3279
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.0"
3267
3280
  conditions: os=linux & cpu=arm & libc=musl
3268
3281
  languageName: node
3269
3282
  linkType: hard
3270
3283
 
3271
- "@rollup/rollup-linux-arm64-gnu@npm:4.22.4":
3272
- version: 4.22.4
3273
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.4"
3284
+ "@rollup/rollup-linux-arm64-gnu@npm:4.22.0":
3285
+ version: 4.22.0
3286
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.0"
3274
3287
  conditions: os=linux & cpu=arm64 & libc=glibc
3275
3288
  languageName: node
3276
3289
  linkType: hard
3277
3290
 
3278
- "@rollup/rollup-linux-arm64-musl@npm:4.22.4":
3279
- version: 4.22.4
3280
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.4"
3291
+ "@rollup/rollup-linux-arm64-musl@npm:4.22.0":
3292
+ version: 4.22.0
3293
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.0"
3281
3294
  conditions: os=linux & cpu=arm64 & libc=musl
3282
3295
  languageName: node
3283
3296
  linkType: hard
3284
3297
 
3285
- "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4":
3286
- version: 4.22.4
3287
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4"
3298
+ "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.0":
3299
+ version: 4.22.0
3300
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.0"
3288
3301
  conditions: os=linux & cpu=ppc64 & libc=glibc
3289
3302
  languageName: node
3290
3303
  linkType: hard
3291
3304
 
3292
- "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4":
3293
- version: 4.22.4
3294
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4"
3305
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.22.0":
3306
+ version: 4.22.0
3307
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.0"
3295
3308
  conditions: os=linux & cpu=riscv64 & libc=glibc
3296
3309
  languageName: node
3297
3310
  linkType: hard
3298
3311
 
3299
- "@rollup/rollup-linux-s390x-gnu@npm:4.22.4":
3300
- version: 4.22.4
3301
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.4"
3312
+ "@rollup/rollup-linux-s390x-gnu@npm:4.22.0":
3313
+ version: 4.22.0
3314
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.0"
3302
3315
  conditions: os=linux & cpu=s390x & libc=glibc
3303
3316
  languageName: node
3304
3317
  linkType: hard
3305
3318
 
3306
- "@rollup/rollup-linux-x64-gnu@npm:4.22.4":
3307
- version: 4.22.4
3308
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.4"
3319
+ "@rollup/rollup-linux-x64-gnu@npm:4.22.0":
3320
+ version: 4.22.0
3321
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.0"
3309
3322
  conditions: os=linux & cpu=x64 & libc=glibc
3310
3323
  languageName: node
3311
3324
  linkType: hard
3312
3325
 
3313
- "@rollup/rollup-linux-x64-musl@npm:4.22.4":
3314
- version: 4.22.4
3315
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.4"
3326
+ "@rollup/rollup-linux-x64-musl@npm:4.22.0":
3327
+ version: 4.22.0
3328
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.0"
3316
3329
  conditions: os=linux & cpu=x64 & libc=musl
3317
3330
  languageName: node
3318
3331
  linkType: hard
3319
3332
 
3320
- "@rollup/rollup-win32-arm64-msvc@npm:4.22.4":
3321
- version: 4.22.4
3322
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.4"
3333
+ "@rollup/rollup-win32-arm64-msvc@npm:4.22.0":
3334
+ version: 4.22.0
3335
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.0"
3323
3336
  conditions: os=win32 & cpu=arm64
3324
3337
  languageName: node
3325
3338
  linkType: hard
3326
3339
 
3327
- "@rollup/rollup-win32-ia32-msvc@npm:4.22.4":
3328
- version: 4.22.4
3329
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.4"
3340
+ "@rollup/rollup-win32-ia32-msvc@npm:4.22.0":
3341
+ version: 4.22.0
3342
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.0"
3330
3343
  conditions: os=win32 & cpu=ia32
3331
3344
  languageName: node
3332
3345
  linkType: hard
3333
3346
 
3334
- "@rollup/rollup-win32-x64-msvc@npm:4.22.4":
3335
- version: 4.22.4
3336
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4"
3347
+ "@rollup/rollup-win32-x64-msvc@npm:4.22.0":
3348
+ version: 4.22.0
3349
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.0"
3337
3350
  conditions: os=win32 & cpu=x64
3338
3351
  languageName: node
3339
3352
  linkType: hard
@@ -5849,12 +5862,12 @@ __metadata:
5849
5862
  linkType: hard
5850
5863
 
5851
5864
  "@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
5852
- version: 18.3.8
5853
- resolution: "@types/react@npm:18.3.8"
5865
+ version: 18.3.7
5866
+ resolution: "@types/react@npm:18.3.7"
5854
5867
  dependencies:
5855
5868
  "@types/prop-types": "npm:*"
5856
5869
  csstype: "npm:^3.0.2"
5857
- checksum: 10c0/367312c9fe276639ecb142265e090a4dd04bb39f8d718cbab546de3f1ddcfddeff415e1147d0fc40f734badaa7420b7b109d511bd4304b2c4c9c36164612fdf8
5870
+ checksum: 10c0/460f40eadf1fd035344b2ff9061d5c2314db9403f76d05fff7724c78543737c95829e1628567c63d27b542647867eca5b6f284dfd38f1d3b70754f32c4cbecb7
5858
5871
  languageName: node
5859
5872
  linkType: hard
5860
5873
 
@@ -6137,26 +6150,26 @@ __metadata:
6137
6150
  languageName: node
6138
6151
  linkType: hard
6139
6152
 
6140
- "@vue/compiler-core@npm:3.5.8":
6141
- version: 3.5.8
6142
- resolution: "@vue/compiler-core@npm:3.5.8"
6153
+ "@vue/compiler-core@npm:3.5.6":
6154
+ version: 3.5.6
6155
+ resolution: "@vue/compiler-core@npm:3.5.6"
6143
6156
  dependencies:
6144
6157
  "@babel/parser": "npm:^7.25.3"
6145
- "@vue/shared": "npm:3.5.8"
6158
+ "@vue/shared": "npm:3.5.6"
6146
6159
  entities: "npm:^4.5.0"
6147
6160
  estree-walker: "npm:^2.0.2"
6148
6161
  source-map-js: "npm:^1.2.0"
6149
- checksum: 10c0/e6b3bf55dc834ed67e8d41a063a9e909aff88baa9399578add9ec43b6cc933e77df926da12df8d99427a8098654e9cd1881e3d78be4ebccd340ec2c9529fef9c
6162
+ checksum: 10c0/ebc53b473ae10ee9bce79d5f5349656a824de3fc683b9fcc08a6dc6a6776f312508c61db81b225eaea814da9c12a2a62474e66762d25d33f3971492968fad71d
6150
6163
  languageName: node
6151
6164
  linkType: hard
6152
6165
 
6153
6166
  "@vue/compiler-dom@npm:^3.4.0":
6154
- version: 3.5.8
6155
- resolution: "@vue/compiler-dom@npm:3.5.8"
6167
+ version: 3.5.6
6168
+ resolution: "@vue/compiler-dom@npm:3.5.6"
6156
6169
  dependencies:
6157
- "@vue/compiler-core": "npm:3.5.8"
6158
- "@vue/shared": "npm:3.5.8"
6159
- checksum: 10c0/94904b5d62c7bccb12e63a659aae1e00ad841c3fc21fe0ae639c9e00ded587381e0f85edde953fa932799b5ed2cafa92c621d52c01914d1e2226a9410953daef
6170
+ "@vue/compiler-core": "npm:3.5.6"
6171
+ "@vue/shared": "npm:3.5.6"
6172
+ checksum: 10c0/8c55a8c7a9cdb7f2c24667365855425884292c787d47c12d2ef52279ffcf92041105c9b3feb3d45fec7480e7c14939009033753e12d5298904c12eb6025551f9
6160
6173
  languageName: node
6161
6174
  linkType: hard
6162
6175
 
@@ -6191,10 +6204,10 @@ __metadata:
6191
6204
  languageName: node
6192
6205
  linkType: hard
6193
6206
 
6194
- "@vue/shared@npm:3.5.8, @vue/shared@npm:^3.4.0":
6195
- version: 3.5.8
6196
- resolution: "@vue/shared@npm:3.5.8"
6197
- checksum: 10c0/69c6f5096d73e5e4b481d4359c9ac420414eaac9e2bcf330c81c6299077636a6c587afcbe19f207d7b0ac61925aa561e2a987c0bd36b989861b0b1f31ce2b41c
6207
+ "@vue/shared@npm:3.5.6, @vue/shared@npm:^3.4.0":
6208
+ version: 3.5.6
6209
+ resolution: "@vue/shared@npm:3.5.6"
6210
+ checksum: 10c0/5dedd25000b748fb394fff8b9e501a422436a3c03fc38f6ee2078a80d4c787d17b727a991e3ac585ee14bbdf60f9165784b2de0f20046fcca902643c5becfb9b
6198
6211
  languageName: node
6199
6212
  linkType: hard
6200
6213
 
@@ -7912,9 +7925,9 @@ __metadata:
7912
7925
  linkType: hard
7913
7926
 
7914
7927
  "caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646":
7915
- version: 1.0.30001663
7916
- resolution: "caniuse-lite@npm:1.0.30001663"
7917
- checksum: 10c0/6508e27bf7fdec657f26f318b1ab64ace6e1208ef9fedaf0975bc89046e0c683bfba837f108840ada1686ff09b8ffd01e05ac791dcf598b8f16eefb636875cf2
7928
+ version: 1.0.30001662
7929
+ resolution: "caniuse-lite@npm:1.0.30001662"
7930
+ checksum: 10c0/4af44610db30b9e63443d984be9d48ab93eef584609b3e87201c10972b9daff0b52674e3ed01f7b7b240460763428a3aa8ef7328d14b76ed31ed464203677007
7918
7931
  languageName: node
7919
7932
  linkType: hard
7920
7933
 
@@ -9566,9 +9579,9 @@ __metadata:
9566
9579
  linkType: hard
9567
9580
 
9568
9581
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.4":
9569
- version: 1.5.27
9570
- resolution: "electron-to-chromium@npm:1.5.27"
9571
- checksum: 10c0/4a057f469a01829884f2a51f3fc60af7e6a718b15009e4875df122fcdf13babea475ba029af1652a6875b4acfca730c48b13caac5d477d648e622699d3b662bf
9582
+ version: 1.5.25
9583
+ resolution: "electron-to-chromium@npm:1.5.25"
9584
+ checksum: 10c0/2ea818d22592754b902df70d48b82c5d9e3cc2a221d3d0c39d7a7967780601a5cebd5fa10628c6d0ba918582c268a20392279e8bee93edba2e499681056ae143
9572
9585
  languageName: node
9573
9586
  linkType: hard
9574
9587
 
@@ -13440,9 +13453,9 @@ __metadata:
13440
13453
  linkType: hard
13441
13454
 
13442
13455
  "libphonenumber-js@npm:^1.9.11":
13443
- version: 1.11.9
13444
- resolution: "libphonenumber-js@npm:1.11.9"
13445
- checksum: 10c0/7aeed9c37ca32e4c0b2ffea0d945964b5ecf09e1c2419e1fa47638654c9098670877bee4deff0b7a1a77546e2580e0c0255dba5b459e19da78b9e8f7af21aea0
13456
+ version: 1.11.8
13457
+ resolution: "libphonenumber-js@npm:1.11.8"
13458
+ checksum: 10c0/6128c25429b4d01dd60d668084d6015cf56f798e464ad625e0abe28cf3d52f046966f0c6bd21295ba154170416e85ab674f436f7b0cc132bf82cfe16beab230c
13446
13459
  languageName: node
13447
13460
  linkType: hard
13448
13461
 
@@ -16143,13 +16156,13 @@ __metadata:
16143
16156
  linkType: hard
16144
16157
 
16145
16158
  "prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.13.3, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0":
16146
- version: 1.34.3
16147
- resolution: "prosemirror-view@npm:1.34.3"
16159
+ version: 1.34.2
16160
+ resolution: "prosemirror-view@npm:1.34.2"
16148
16161
  dependencies:
16149
16162
  prosemirror-model: "npm:^1.20.0"
16150
16163
  prosemirror-state: "npm:^1.0.0"
16151
16164
  prosemirror-transform: "npm:^1.1.0"
16152
- checksum: 10c0/f08a9eeb6988e2180ec19989bb11c11db02c37952d1ab8b3ae8c7c1ebf9ce143725855bfa8cee59e4819aab3c9045ef5721cc90e69353f8fd81b7bb3a1c4ea03
16165
+ checksum: 10c0/dd111994f6eb0a235aa01f511651e8317551cd4acb96de240fa4ebdeebb0ed8db44bc5e2f4a22e465e816b0f71d2220fd71d81b4f6451d27e4e3d36b3413b276
16153
16166
  languageName: node
16154
16167
  linkType: hard
16155
16168
 
@@ -17898,25 +17911,25 @@ __metadata:
17898
17911
  linkType: hard
17899
17912
 
17900
17913
  "rollup@npm:^4.13.0":
17901
- version: 4.22.4
17902
- resolution: "rollup@npm:4.22.4"
17903
- dependencies:
17904
- "@rollup/rollup-android-arm-eabi": "npm:4.22.4"
17905
- "@rollup/rollup-android-arm64": "npm:4.22.4"
17906
- "@rollup/rollup-darwin-arm64": "npm:4.22.4"
17907
- "@rollup/rollup-darwin-x64": "npm:4.22.4"
17908
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4"
17909
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4"
17910
- "@rollup/rollup-linux-arm64-gnu": "npm:4.22.4"
17911
- "@rollup/rollup-linux-arm64-musl": "npm:4.22.4"
17912
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4"
17913
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4"
17914
- "@rollup/rollup-linux-s390x-gnu": "npm:4.22.4"
17915
- "@rollup/rollup-linux-x64-gnu": "npm:4.22.4"
17916
- "@rollup/rollup-linux-x64-musl": "npm:4.22.4"
17917
- "@rollup/rollup-win32-arm64-msvc": "npm:4.22.4"
17918
- "@rollup/rollup-win32-ia32-msvc": "npm:4.22.4"
17919
- "@rollup/rollup-win32-x64-msvc": "npm:4.22.4"
17914
+ version: 4.22.0
17915
+ resolution: "rollup@npm:4.22.0"
17916
+ dependencies:
17917
+ "@rollup/rollup-android-arm-eabi": "npm:4.22.0"
17918
+ "@rollup/rollup-android-arm64": "npm:4.22.0"
17919
+ "@rollup/rollup-darwin-arm64": "npm:4.22.0"
17920
+ "@rollup/rollup-darwin-x64": "npm:4.22.0"
17921
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.0"
17922
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.0"
17923
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.22.0"
17924
+ "@rollup/rollup-linux-arm64-musl": "npm:4.22.0"
17925
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.0"
17926
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.0"
17927
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.22.0"
17928
+ "@rollup/rollup-linux-x64-gnu": "npm:4.22.0"
17929
+ "@rollup/rollup-linux-x64-musl": "npm:4.22.0"
17930
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.22.0"
17931
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.22.0"
17932
+ "@rollup/rollup-win32-x64-msvc": "npm:4.22.0"
17920
17933
  "@types/estree": "npm:1.0.5"
17921
17934
  fsevents: "npm:~2.3.2"
17922
17935
  dependenciesMeta:
@@ -17956,7 +17969,7 @@ __metadata:
17956
17969
  optional: true
17957
17970
  bin:
17958
17971
  rollup: dist/bin/rollup
17959
- checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32
17972
+ checksum: 10c0/8dd70e7f8d1f8f1a40328634ced7438daca5a7da113d60881bc743a8a601f23d6922488b33754f47c8acea29fda1b3085040ff261f9ee6820cfb4370b4a89528
17960
17973
  languageName: node
17961
17974
  linkType: hard
17962
17975