@licklist/design 0.70.4 → 0.70.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 (169) 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 +3 -1
  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 +3 -2
  13. package/dist/calendar/utils/index.d.ts +8 -2
  14. package/dist/calendar/utils/index.d.ts.map +1 -1
  15. package/dist/calendar/utils/index.js +9 -21
  16. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.d.ts.map +1 -1
  17. package/dist/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.js +14 -0
  18. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  19. package/dist/date-time-button/DateContent.js +3 -3
  20. package/dist/date-time-button/DateTimeButton.d.ts +3 -1
  21. package/dist/date-time-button/DateTimeButton.d.ts.map +1 -1
  22. package/dist/date-time-button/DateTimeButton.js +2 -1
  23. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
  24. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  25. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
  26. package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
  27. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  28. package/dist/iframe/activity-card/ActivityCard.js +5 -3
  29. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  30. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
  31. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  32. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  33. package/dist/iframe/ryft/RyftPaymentForm.js +25 -12
  34. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  35. package/dist/iframe/ryft/utils/ryft-form.js +4 -5
  36. package/dist/layout/DropDown.d.ts +2 -1
  37. package/dist/layout/DropDown.d.ts.map +1 -1
  38. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  39. package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
  40. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  41. package/dist/product-set/form/ProductCategoriesControl.js +48 -2
  42. package/dist/product-set/form/ProductSetForm.d.ts +4 -1
  43. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  44. package/dist/product-set/form/ProductSetForm.js +1 -1
  45. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  46. package/dist/product-set/form/ProductZonesControl.js +0 -2
  47. package/dist/product-set/form/ProductsControl.js +1 -0
  48. package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
  49. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  50. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  51. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  52. package/dist/product-set/form/SubProductsControl.js +0 -3
  53. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  54. package/dist/product-set/form/VenueMapsControl.js +0 -3
  55. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  56. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  57. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
  58. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  59. package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
  60. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  61. package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
  62. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  63. package/dist/product-set/product/price/ProductPriceControl.js +3 -0
  64. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  65. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
  66. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  67. package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
  68. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  69. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
  70. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  71. package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
  72. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  73. package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
  74. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  75. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  76. package/dist/resource/form/components/CapacityControl.js +3 -0
  77. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  78. package/dist/resource/form/components/SortControl.js +3 -0
  79. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  80. package/dist/sales/booking/results/components/ResultCard.js +0 -2
  81. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  82. package/dist/sales/coupon/control/CouponFormControl.js +21 -0
  83. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  84. package/dist/setting/admin/PaymentFeeForm.js +16 -1
  85. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  86. package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
  87. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  88. package/dist/snippet/snippet-template/preview/Preview.js +7 -0
  89. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
  90. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  91. package/dist/sortable-tree/SortableTreeItem.js +10 -4
  92. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  93. package/dist/static/CurrencyNumberInput.js +3 -0
  94. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  95. package/dist/static/form-number-input/FormNumberInput.js +3 -0
  96. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  97. package/dist/static/number-input/NumberInput.js +3 -0
  98. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  99. package/dist/styles/date-time-button/DateTimeButton.scss +1 -1
  100. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  101. package/dist/styles/product-set/ProductSetForm.scss +22 -0
  102. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  103. package/dist/styles/sales/BookingFilter.scss +2 -3
  104. package/dist/styles/sales/BookingResults.scss +1 -1
  105. package/dist/styles/sales/BookingTabs.scss +26 -29
  106. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  107. package/dist/zone/form/components/GameDurationControl.js +3 -0
  108. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  109. package/dist/zone/form/components/SortControl.js +3 -0
  110. package/package.json +9 -7
  111. package/src/affiliate/form/AffiliateForm.tsx +1 -0
  112. package/src/assets/iframe/available.svg +4 -4
  113. package/src/auth/Login/LoginComponent.tsx +1 -1
  114. package/src/availability-indicator/AvailabilityIndicator.tsx +91 -16
  115. package/src/calendar/Calendar.tsx +2 -0
  116. package/src/calendar/components/CalendarDates/CalendarDates.tsx +3 -0
  117. package/src/calendar/utils/index.ts +17 -26
  118. package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +16 -1
  119. package/src/date-time-button/DateContent.tsx +3 -3
  120. package/src/date-time-button/DateTimeButton.tsx +4 -0
  121. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
  122. package/src/iframe/activity-card/ActivityCard.tsx +15 -2
  123. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
  124. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
  125. package/src/iframe/ryft/RyftPaymentForm.tsx +14 -3
  126. package/src/iframe/ryft/utils/ryft-form.ts +6 -5
  127. package/src/layout/DropDown.tsx +1 -1
  128. package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
  129. package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
  130. package/src/product-set/form/ProductSetForm.tsx +6 -2
  131. package/src/product-set/form/ProductZonesControl.tsx +1 -4
  132. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  133. package/src/product-set/form/SubProductsControl.tsx +0 -3
  134. package/src/product-set/form/VenueMapsControl.tsx +0 -3
  135. package/src/product-set/product/ProductControl.tsx +0 -1
  136. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
  137. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
  138. package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
  139. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
  140. package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
  141. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
  142. package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
  143. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
  144. package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
  145. package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
  146. package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
  147. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
  148. package/src/resource/form/components/CapacityControl.tsx +1 -0
  149. package/src/resource/form/components/SortControl.tsx +1 -0
  150. package/src/sales/booking/results/components/ResultCard.tsx +0 -2
  151. package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
  152. package/src/setting/admin/PaymentFeeForm.tsx +5 -0
  153. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
  154. package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
  155. package/src/sortable-tree/SortableTreeItem.tsx +6 -0
  156. package/src/static/CurrencyNumberInput.tsx +1 -0
  157. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  158. package/src/static/number-input/NumberInput.tsx +1 -0
  159. package/src/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  160. package/src/styles/date-time-button/DateTimeButton.scss +1 -1
  161. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  162. package/src/styles/product-set/ProductSetForm.scss +22 -0
  163. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
  164. package/src/styles/sales/BookingFilter.scss +2 -3
  165. package/src/styles/sales/BookingResults.scss +1 -1
  166. package/src/styles/sales/BookingTabs.scss +26 -29
  167. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  168. package/src/zone/form/components/SortControl.tsx +1 -0
  169. package/yarn.lock +125 -109
package/yarn.lock CHANGED
@@ -2152,12 +2152,12 @@ __metadata:
2152
2152
  linkType: hard
2153
2153
 
2154
2154
  "@floating-ui/dom@npm:^1.2.1":
2155
- version: 1.6.11
2156
- resolution: "@floating-ui/dom@npm:1.6.11"
2155
+ version: 1.6.12
2156
+ resolution: "@floating-ui/dom@npm:1.6.12"
2157
2157
  dependencies:
2158
2158
  "@floating-ui/core": "npm:^1.6.0"
2159
2159
  "@floating-ui/utils": "npm:^0.2.8"
2160
- checksum: 10c0/02ef34a75a515543c772880338eea7b66724997bd5ec7cd58d26b50325709d46d480a306b84e7d5509d734434411a4bcf23af5680c2e461e6e6a8bf45d751df8
2160
+ checksum: 10c0/c67b39862175b175c6ac299ea970f17a22c7482cfdf3b1bc79313407bf0880188b022b878953fa69d3ce166ff2bd9ae57c86043e5dd800c262b470d877591b7d
2161
2161
  languageName: node
2162
2162
  linkType: hard
2163
2163
 
@@ -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.30.3":
2496
- version: 0.30.3
2497
- resolution: "@licklist/core@npm:0.30.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"
@@ -2506,6 +2508,7 @@ __metadata:
2506
2508
  react-intl: "npm:6.6.8"
2507
2509
  uuid: "npm:9.0.0"
2508
2510
  wait-for-expect: "npm:3.0.2"
2511
+ zustand: "npm:3.7.2"
2509
2512
  peerDependencies:
2510
2513
  "@licklist/eslint-config": 0.5.6
2511
2514
  axios: 0.26.0
@@ -2514,7 +2517,8 @@ __metadata:
2514
2517
  react-dom: 17.0.2
2515
2518
  react-i18next: 11.8.8
2516
2519
  react-intl: 6.6.8
2517
- checksum: 10c0/0c07f146b3be699955f19880cef83c7e5132727aace74ea36da2b1d33ea3b6c3b63d1de2439ed996723ed3c046b5611952bcdd76e0db74a629ce46a1b836f3fa
2520
+ zustand: 3.7.2
2521
+ checksum: 10c0/2cba12fe6e2d18ea5cf882489e03f2fe68fc9fb36fde88fabe2deba61fad99fd2dd22e445e6d5c0506008d138ba4b64c7f5d0e92ce131ea41ec72c16269901ab
2518
2522
  languageName: node
2519
2523
  linkType: hard
2520
2524
 
@@ -2529,9 +2533,9 @@ __metadata:
2529
2533
  "@dnd-kit/utilities": "npm:2.0.0"
2530
2534
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2531
2535
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2532
- "@licklist/core": "npm:0.30.3"
2536
+ "@licklist/core": "npm:0.31.1-dev.4"
2533
2537
  "@licklist/eslint-config": "npm:0.5.6"
2534
- "@licklist/plugins": "npm:0.33.6"
2538
+ "@licklist/plugins": "npm:0.34.0-dev.4"
2535
2539
  "@mantine/core": "npm:6.0.22"
2536
2540
  "@mantine/hooks": "npm:6.0.22"
2537
2541
  "@mdx-js/react": "npm:1.6.22"
@@ -2660,9 +2664,9 @@ __metadata:
2660
2664
  vite-plugin-svgr: "npm:4.2.0"
2661
2665
  vite-tsconfig-paths: "npm:5.0.1"
2662
2666
  peerDependencies:
2663
- "@licklist/core": 0.30.3
2667
+ "@licklist/core": 0.31.1-dev.4
2664
2668
  "@licklist/eslint-config": 0.5.6
2665
- "@licklist/plugins": 0.33.6
2669
+ "@licklist/plugins": 0.34.0-dev.4
2666
2670
  lodash: 4.17.21
2667
2671
  luxon: 3.5.0
2668
2672
  react: 17.0.2
@@ -2692,11 +2696,11 @@ __metadata:
2692
2696
  languageName: node
2693
2697
  linkType: hard
2694
2698
 
2695
- "@licklist/plugins@npm:0.33.6":
2696
- version: 0.33.6
2697
- 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"
2698
2702
  dependencies:
2699
- "@licklist/core": "npm:0.30.1"
2703
+ "@licklist/core": "npm:0.31.0-dev.2"
2700
2704
  axios: "npm:0.26.0"
2701
2705
  history: "npm:4.10.1"
2702
2706
  laravel-echo: "npm:1.15.1"
@@ -2716,7 +2720,7 @@ __metadata:
2716
2720
  rrule: "npm:2.6.8"
2717
2721
  use-debounce: "npm:7.0.1"
2718
2722
  peerDependencies:
2719
- "@licklist/core": 0.30.1
2723
+ "@licklist/core": 0.31.0-dev.2
2720
2724
  "@licklist/eslint-config": 0.5.6
2721
2725
  axios: 0.26.0
2722
2726
  lodash: 4.17.21
@@ -2728,7 +2732,7 @@ __metadata:
2728
2732
  react-loader: 2.4.7
2729
2733
  react-query: 3.34.12
2730
2734
  react-router-dom: 5.2.0
2731
- checksum: 10c0/e22d0c52eefb6e256a45062343700676b62839e440759ba1cdfe17c8a6320adf3f329adf2e1929cb63b0306ad01d99bb69a878717ec25db6027847d39f6dae67
2735
+ checksum: 10c0/6137e84298bd938f2b71dea58e68f6e6200e5f385c160f88728795bb847a5a5cff67da6454d1c96f7e1f56977c5497ce70ad0ef34a841b3372d410594388d461
2732
2736
  languageName: node
2733
2737
  linkType: hard
2734
2738
 
@@ -3312,128 +3316,128 @@ __metadata:
3312
3316
  languageName: node
3313
3317
  linkType: hard
3314
3318
 
3315
- "@rollup/rollup-android-arm-eabi@npm:4.24.2":
3316
- version: 4.24.2
3317
- resolution: "@rollup/rollup-android-arm-eabi@npm:4.24.2"
3319
+ "@rollup/rollup-android-arm-eabi@npm:4.24.3":
3320
+ version: 4.24.3
3321
+ resolution: "@rollup/rollup-android-arm-eabi@npm:4.24.3"
3318
3322
  conditions: os=android & cpu=arm
3319
3323
  languageName: node
3320
3324
  linkType: hard
3321
3325
 
3322
- "@rollup/rollup-android-arm64@npm:4.24.2":
3323
- version: 4.24.2
3324
- resolution: "@rollup/rollup-android-arm64@npm:4.24.2"
3326
+ "@rollup/rollup-android-arm64@npm:4.24.3":
3327
+ version: 4.24.3
3328
+ resolution: "@rollup/rollup-android-arm64@npm:4.24.3"
3325
3329
  conditions: os=android & cpu=arm64
3326
3330
  languageName: node
3327
3331
  linkType: hard
3328
3332
 
3329
- "@rollup/rollup-darwin-arm64@npm:4.24.2":
3330
- version: 4.24.2
3331
- resolution: "@rollup/rollup-darwin-arm64@npm:4.24.2"
3333
+ "@rollup/rollup-darwin-arm64@npm:4.24.3":
3334
+ version: 4.24.3
3335
+ resolution: "@rollup/rollup-darwin-arm64@npm:4.24.3"
3332
3336
  conditions: os=darwin & cpu=arm64
3333
3337
  languageName: node
3334
3338
  linkType: hard
3335
3339
 
3336
- "@rollup/rollup-darwin-x64@npm:4.24.2":
3337
- version: 4.24.2
3338
- resolution: "@rollup/rollup-darwin-x64@npm:4.24.2"
3340
+ "@rollup/rollup-darwin-x64@npm:4.24.3":
3341
+ version: 4.24.3
3342
+ resolution: "@rollup/rollup-darwin-x64@npm:4.24.3"
3339
3343
  conditions: os=darwin & cpu=x64
3340
3344
  languageName: node
3341
3345
  linkType: hard
3342
3346
 
3343
- "@rollup/rollup-freebsd-arm64@npm:4.24.2":
3344
- version: 4.24.2
3345
- resolution: "@rollup/rollup-freebsd-arm64@npm:4.24.2"
3347
+ "@rollup/rollup-freebsd-arm64@npm:4.24.3":
3348
+ version: 4.24.3
3349
+ resolution: "@rollup/rollup-freebsd-arm64@npm:4.24.3"
3346
3350
  conditions: os=freebsd & cpu=arm64
3347
3351
  languageName: node
3348
3352
  linkType: hard
3349
3353
 
3350
- "@rollup/rollup-freebsd-x64@npm:4.24.2":
3351
- version: 4.24.2
3352
- resolution: "@rollup/rollup-freebsd-x64@npm:4.24.2"
3354
+ "@rollup/rollup-freebsd-x64@npm:4.24.3":
3355
+ version: 4.24.3
3356
+ resolution: "@rollup/rollup-freebsd-x64@npm:4.24.3"
3353
3357
  conditions: os=freebsd & cpu=x64
3354
3358
  languageName: node
3355
3359
  linkType: hard
3356
3360
 
3357
- "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.2":
3358
- version: 4.24.2
3359
- resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.2"
3361
+ "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.3":
3362
+ version: 4.24.3
3363
+ resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.24.3"
3360
3364
  conditions: os=linux & cpu=arm & libc=glibc
3361
3365
  languageName: node
3362
3366
  linkType: hard
3363
3367
 
3364
- "@rollup/rollup-linux-arm-musleabihf@npm:4.24.2":
3365
- version: 4.24.2
3366
- resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.2"
3368
+ "@rollup/rollup-linux-arm-musleabihf@npm:4.24.3":
3369
+ version: 4.24.3
3370
+ resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.24.3"
3367
3371
  conditions: os=linux & cpu=arm & libc=musl
3368
3372
  languageName: node
3369
3373
  linkType: hard
3370
3374
 
3371
- "@rollup/rollup-linux-arm64-gnu@npm:4.24.2":
3372
- version: 4.24.2
3373
- resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.2"
3375
+ "@rollup/rollup-linux-arm64-gnu@npm:4.24.3":
3376
+ version: 4.24.3
3377
+ resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.24.3"
3374
3378
  conditions: os=linux & cpu=arm64 & libc=glibc
3375
3379
  languageName: node
3376
3380
  linkType: hard
3377
3381
 
3378
- "@rollup/rollup-linux-arm64-musl@npm:4.24.2":
3379
- version: 4.24.2
3380
- resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.2"
3382
+ "@rollup/rollup-linux-arm64-musl@npm:4.24.3":
3383
+ version: 4.24.3
3384
+ resolution: "@rollup/rollup-linux-arm64-musl@npm:4.24.3"
3381
3385
  conditions: os=linux & cpu=arm64 & libc=musl
3382
3386
  languageName: node
3383
3387
  linkType: hard
3384
3388
 
3385
- "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.2":
3386
- version: 4.24.2
3387
- resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.2"
3389
+ "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.3":
3390
+ version: 4.24.3
3391
+ resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.24.3"
3388
3392
  conditions: os=linux & cpu=ppc64 & libc=glibc
3389
3393
  languageName: node
3390
3394
  linkType: hard
3391
3395
 
3392
- "@rollup/rollup-linux-riscv64-gnu@npm:4.24.2":
3393
- version: 4.24.2
3394
- resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.2"
3396
+ "@rollup/rollup-linux-riscv64-gnu@npm:4.24.3":
3397
+ version: 4.24.3
3398
+ resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.24.3"
3395
3399
  conditions: os=linux & cpu=riscv64 & libc=glibc
3396
3400
  languageName: node
3397
3401
  linkType: hard
3398
3402
 
3399
- "@rollup/rollup-linux-s390x-gnu@npm:4.24.2":
3400
- version: 4.24.2
3401
- resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.2"
3403
+ "@rollup/rollup-linux-s390x-gnu@npm:4.24.3":
3404
+ version: 4.24.3
3405
+ resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.24.3"
3402
3406
  conditions: os=linux & cpu=s390x & libc=glibc
3403
3407
  languageName: node
3404
3408
  linkType: hard
3405
3409
 
3406
- "@rollup/rollup-linux-x64-gnu@npm:4.24.2":
3407
- version: 4.24.2
3408
- resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.2"
3410
+ "@rollup/rollup-linux-x64-gnu@npm:4.24.3":
3411
+ version: 4.24.3
3412
+ resolution: "@rollup/rollup-linux-x64-gnu@npm:4.24.3"
3409
3413
  conditions: os=linux & cpu=x64 & libc=glibc
3410
3414
  languageName: node
3411
3415
  linkType: hard
3412
3416
 
3413
- "@rollup/rollup-linux-x64-musl@npm:4.24.2":
3414
- version: 4.24.2
3415
- resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.2"
3417
+ "@rollup/rollup-linux-x64-musl@npm:4.24.3":
3418
+ version: 4.24.3
3419
+ resolution: "@rollup/rollup-linux-x64-musl@npm:4.24.3"
3416
3420
  conditions: os=linux & cpu=x64 & libc=musl
3417
3421
  languageName: node
3418
3422
  linkType: hard
3419
3423
 
3420
- "@rollup/rollup-win32-arm64-msvc@npm:4.24.2":
3421
- version: 4.24.2
3422
- resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.2"
3424
+ "@rollup/rollup-win32-arm64-msvc@npm:4.24.3":
3425
+ version: 4.24.3
3426
+ resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.24.3"
3423
3427
  conditions: os=win32 & cpu=arm64
3424
3428
  languageName: node
3425
3429
  linkType: hard
3426
3430
 
3427
- "@rollup/rollup-win32-ia32-msvc@npm:4.24.2":
3428
- version: 4.24.2
3429
- resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.2"
3431
+ "@rollup/rollup-win32-ia32-msvc@npm:4.24.3":
3432
+ version: 4.24.3
3433
+ resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.24.3"
3430
3434
  conditions: os=win32 & cpu=ia32
3431
3435
  languageName: node
3432
3436
  linkType: hard
3433
3437
 
3434
- "@rollup/rollup-win32-x64-msvc@npm:4.24.2":
3435
- version: 4.24.2
3436
- resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.2"
3438
+ "@rollup/rollup-win32-x64-msvc@npm:4.24.3":
3439
+ version: 4.24.3
3440
+ resolution: "@rollup/rollup-win32-x64-msvc@npm:4.24.3"
3437
3441
  conditions: os=win32 & cpu=x64
3438
3442
  languageName: node
3439
3443
  linkType: hard
@@ -5694,11 +5698,11 @@ __metadata:
5694
5698
  linkType: hard
5695
5699
 
5696
5700
  "@types/node@npm:*":
5697
- version: 22.8.2
5698
- resolution: "@types/node@npm:22.8.2"
5701
+ version: 22.8.4
5702
+ resolution: "@types/node@npm:22.8.4"
5699
5703
  dependencies:
5700
5704
  undici-types: "npm:~6.19.8"
5701
- checksum: 10c0/c6fa6c54c23e61015cace1517c4101602cae0ff3c4f6604f6cdb89875143921830e5602cabe8b4f90f90363451687a0497f1d07d30be8104fee758d6d44c90ac
5705
+ checksum: 10c0/f88d030480630194a9168772462ec09b2d86454f34368c46d2b7fda5dc6e14594b1576fcc5c35cc53b57a4d1e8dd2865a85ae81f34ded0d1af753a0f5d294c25
5702
5706
  languageName: node
5703
5707
  linkType: hard
5704
5708
 
@@ -8076,9 +8080,9 @@ __metadata:
8076
8080
  linkType: hard
8077
8081
 
8078
8082
  "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":
8079
- version: 1.0.30001674
8080
- resolution: "caniuse-lite@npm:1.0.30001674"
8081
- checksum: 10c0/6ec4170fb5274f074fdfa6f372c40245fe94f5984df705ddc133c55f2c662eb4af5a4900441a24ef7e4f31e1dac338b7af4ce7a304ffc432958331c953e3f45f
8083
+ version: 1.0.30001675
8084
+ resolution: "caniuse-lite@npm:1.0.30001675"
8085
+ checksum: 10c0/95196bb508a35fa4e2bd1cb2458450cc73a71ed6aea034cd7e8831d569d4f6a2a78d63de75b5a00af5ef4dbf3f1c26b5841d270cb71556fdcd34c3b84c1b164f
8082
8086
  languageName: node
8083
8087
  linkType: hard
8084
8088
 
@@ -8214,8 +8218,8 @@ __metadata:
8214
8218
  linkType: hard
8215
8219
 
8216
8220
  "chromatic@npm:^11.4.0":
8217
- version: 11.16.1
8218
- resolution: "chromatic@npm:11.16.1"
8221
+ version: 11.16.3
8222
+ resolution: "chromatic@npm:11.16.3"
8219
8223
  peerDependencies:
8220
8224
  "@chromatic-com/cypress": ^0.*.* || ^1.0.0
8221
8225
  "@chromatic-com/playwright": ^0.*.* || ^1.0.0
@@ -8228,7 +8232,7 @@ __metadata:
8228
8232
  chroma: dist/bin.js
8229
8233
  chromatic: dist/bin.js
8230
8234
  chromatic-cli: dist/bin.js
8231
- checksum: 10c0/bd0b5ba68d44a9947677690e9fc72bcf76c4b4069580ed763900befd207e20baad22f45a9a1e46468ddeb6f0f867a33ee37149041c66991d088ca2cfb8c3fa42
8235
+ checksum: 10c0/407e8c78ea8cea7a47ea427fe76380d5033dc3be3928b5d3537b81aa0f617db4944d7c1a377705e83900b6bb78ca6d7cbeb55ea4ebf2154f0739c15fc605b3b5
8232
8236
  languageName: node
8233
8237
  linkType: hard
8234
8238
 
@@ -16864,15 +16868,15 @@ __metadata:
16864
16868
  linkType: hard
16865
16869
 
16866
16870
  "prosemirror-tables@npm:^1.3.0":
16867
- version: 1.6.0
16868
- resolution: "prosemirror-tables@npm:1.6.0"
16871
+ version: 1.6.1
16872
+ resolution: "prosemirror-tables@npm:1.6.1"
16869
16873
  dependencies:
16870
16874
  prosemirror-keymap: "npm:^1.1.2"
16871
16875
  prosemirror-model: "npm:^1.8.1"
16872
16876
  prosemirror-state: "npm:^1.3.1"
16873
16877
  prosemirror-transform: "npm:^1.2.1"
16874
16878
  prosemirror-view: "npm:^1.13.3"
16875
- checksum: 10c0/f84bd03b29eaa2d76c01e01948cfc6aba6bacc73680f87c4e332dab382ad15ee244bd26e2dc7f5473af6ad5404ae9f71e647fef2bacac28617c98d2c629bd5bd
16879
+ checksum: 10c0/a42e33a30f39fdaf546c078bdaa1dfe91d3d2a28d24caca381fb79b6fe4762347d913e2a1d042b9e125d89ce9cabdecf2399e7eb555a63743860f88c537cff22
16876
16880
  languageName: node
16877
16881
  linkType: hard
16878
16882
 
@@ -18736,27 +18740,27 @@ __metadata:
18736
18740
  linkType: hard
18737
18741
 
18738
18742
  "rollup@npm:^4.13.0":
18739
- version: 4.24.2
18740
- resolution: "rollup@npm:4.24.2"
18741
- dependencies:
18742
- "@rollup/rollup-android-arm-eabi": "npm:4.24.2"
18743
- "@rollup/rollup-android-arm64": "npm:4.24.2"
18744
- "@rollup/rollup-darwin-arm64": "npm:4.24.2"
18745
- "@rollup/rollup-darwin-x64": "npm:4.24.2"
18746
- "@rollup/rollup-freebsd-arm64": "npm:4.24.2"
18747
- "@rollup/rollup-freebsd-x64": "npm:4.24.2"
18748
- "@rollup/rollup-linux-arm-gnueabihf": "npm:4.24.2"
18749
- "@rollup/rollup-linux-arm-musleabihf": "npm:4.24.2"
18750
- "@rollup/rollup-linux-arm64-gnu": "npm:4.24.2"
18751
- "@rollup/rollup-linux-arm64-musl": "npm:4.24.2"
18752
- "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.24.2"
18753
- "@rollup/rollup-linux-riscv64-gnu": "npm:4.24.2"
18754
- "@rollup/rollup-linux-s390x-gnu": "npm:4.24.2"
18755
- "@rollup/rollup-linux-x64-gnu": "npm:4.24.2"
18756
- "@rollup/rollup-linux-x64-musl": "npm:4.24.2"
18757
- "@rollup/rollup-win32-arm64-msvc": "npm:4.24.2"
18758
- "@rollup/rollup-win32-ia32-msvc": "npm:4.24.2"
18759
- "@rollup/rollup-win32-x64-msvc": "npm:4.24.2"
18743
+ version: 4.24.3
18744
+ resolution: "rollup@npm:4.24.3"
18745
+ dependencies:
18746
+ "@rollup/rollup-android-arm-eabi": "npm:4.24.3"
18747
+ "@rollup/rollup-android-arm64": "npm:4.24.3"
18748
+ "@rollup/rollup-darwin-arm64": "npm:4.24.3"
18749
+ "@rollup/rollup-darwin-x64": "npm:4.24.3"
18750
+ "@rollup/rollup-freebsd-arm64": "npm:4.24.3"
18751
+ "@rollup/rollup-freebsd-x64": "npm:4.24.3"
18752
+ "@rollup/rollup-linux-arm-gnueabihf": "npm:4.24.3"
18753
+ "@rollup/rollup-linux-arm-musleabihf": "npm:4.24.3"
18754
+ "@rollup/rollup-linux-arm64-gnu": "npm:4.24.3"
18755
+ "@rollup/rollup-linux-arm64-musl": "npm:4.24.3"
18756
+ "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.24.3"
18757
+ "@rollup/rollup-linux-riscv64-gnu": "npm:4.24.3"
18758
+ "@rollup/rollup-linux-s390x-gnu": "npm:4.24.3"
18759
+ "@rollup/rollup-linux-x64-gnu": "npm:4.24.3"
18760
+ "@rollup/rollup-linux-x64-musl": "npm:4.24.3"
18761
+ "@rollup/rollup-win32-arm64-msvc": "npm:4.24.3"
18762
+ "@rollup/rollup-win32-ia32-msvc": "npm:4.24.3"
18763
+ "@rollup/rollup-win32-x64-msvc": "npm:4.24.3"
18760
18764
  "@types/estree": "npm:1.0.6"
18761
18765
  fsevents: "npm:~2.3.2"
18762
18766
  dependenciesMeta:
@@ -18800,7 +18804,7 @@ __metadata:
18800
18804
  optional: true
18801
18805
  bin:
18802
18806
  rollup: dist/bin/rollup
18803
- checksum: 10c0/265de71cf6c20854514f0be1727fab3e615aa4afde2431f705c6f535182976c645703d2a21b4d25648a0212fb26a4043f892a83bba4d73c9ea965271a2f4a50e
18807
+ checksum: 10c0/32425475db7a0bcb8937f92488ee8e48f7adaff711b5b5c52d86d37114c9f21fe756e21a91312d12d30da146d33d8478a11dfeb6249dbecc54fbfcc78da46005
18804
18808
  languageName: node
18805
18809
  linkType: hard
18806
18810
 
@@ -21956,6 +21960,18 @@ __metadata:
21956
21960
  languageName: node
21957
21961
  linkType: hard
21958
21962
 
21963
+ "zustand@npm:3.7.2":
21964
+ version: 3.7.2
21965
+ resolution: "zustand@npm:3.7.2"
21966
+ peerDependencies:
21967
+ react: ">=16.8"
21968
+ peerDependenciesMeta:
21969
+ react:
21970
+ optional: true
21971
+ checksum: 10c0/6a56185ca67080c252dfe96039da02094cfd780bd7a45768708105f114dea39ae9abc80ffaa7f3f6104e6490db325bd443b857ab5eab8ebf9a697318cd163bb6
21972
+ languageName: node
21973
+ linkType: hard
21974
+
21959
21975
  "zwitch@npm:^1.0.0":
21960
21976
  version: 1.0.5
21961
21977
  resolution: "zwitch@npm:1.0.5"