@licklist/design 0.69.5 → 0.69.6-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) 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/calendar/utils/index.d.ts +8 -2
  4. package/dist/calendar/utils/index.d.ts.map +1 -1
  5. package/dist/calendar/utils/index.js +9 -21
  6. package/dist/date-time-button/DateContent.d.ts.map +1 -1
  7. package/dist/date-time-button/DateContent.js +3 -3
  8. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
  9. package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +6 -6
  10. package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
  11. package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
  12. package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
  13. package/dist/events/event-card/utils.d.ts +1 -0
  14. package/dist/events/event-card/utils.d.ts.map +1 -1
  15. package/dist/events/event-card/utils.js +6 -2
  16. package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
  17. package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
  18. package/dist/iframe/activity-card/ActivityCard.js +8 -1
  19. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
  20. package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
  21. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
  22. package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
  23. package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
  24. package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
  25. package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
  26. package/dist/iframe/ryft/RyftPaymentForm.js +8 -2
  27. package/dist/iframe/ryft/utils/ryft-form.d.ts +2 -1
  28. package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
  29. package/dist/iframe/ryft/utils/ryft-form.js +20 -1
  30. package/dist/layout/DropDown.d.ts +2 -1
  31. package/dist/layout/DropDown.d.ts.map +1 -1
  32. package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
  33. package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
  34. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  35. package/dist/product-set/control/DateAndRecurrenceInput.js +4 -3
  36. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  37. package/dist/product-set/control/DateInput.js +2 -2
  38. package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
  39. package/dist/product-set/form/ProductCategoriesControl.js +48 -2
  40. package/dist/product-set/form/ProductSetForm.d.ts +4 -1
  41. package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
  42. package/dist/product-set/form/ProductSetForm.js +57 -2
  43. package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
  44. package/dist/product-set/form/ProductZonesControl.js +0 -2
  45. package/dist/product-set/form/ProductsControl.js +1 -0
  46. package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
  47. package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
  48. package/dist/product-set/form/SelectCategoryModal.js +1 -1
  49. package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
  50. package/dist/product-set/form/SubProductsControl.js +0 -3
  51. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  52. package/dist/product-set/form/VenueMapsControl.js +0 -3
  53. package/dist/product-set/product/ProductControl.d.ts.map +1 -1
  54. package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
  55. package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
  56. package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
  57. package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
  58. package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
  59. package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
  60. package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
  61. package/dist/product-set/product/price/ProductPriceControl.js +3 -0
  62. package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
  63. package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
  64. package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
  65. package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
  66. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
  67. package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
  68. package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
  69. package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
  70. package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
  71. package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
  72. package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
  73. package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
  74. package/dist/resource/form/components/CapacityControl.js +3 -0
  75. package/dist/resource/form/components/SortControl.d.ts.map +1 -1
  76. package/dist/resource/form/components/SortControl.js +3 -0
  77. package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
  78. package/dist/sales/booking/results/components/ResultCard.js +0 -2
  79. package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
  80. package/dist/sales/coupon/control/CouponFormControl.js +21 -0
  81. package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
  82. package/dist/setting/admin/PaymentFeeForm.js +16 -1
  83. package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
  84. package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
  85. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  86. package/dist/snippet/snippet-template/preview/Preview.js +6 -0
  87. package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
  88. package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
  89. package/dist/sortable-tree/SortableTreeItem.js +10 -4
  90. package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
  91. package/dist/static/CurrencyNumberInput.js +3 -0
  92. package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
  93. package/dist/static/form-number-input/FormNumberInput.js +3 -0
  94. package/dist/static/number-input/NumberInput.d.ts.map +1 -1
  95. package/dist/static/number-input/NumberInput.js +3 -0
  96. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  97. package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  98. package/dist/styles/product-set/ProductSetForm.scss +22 -0
  99. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +25 -0
  100. package/dist/styles/sales/BookingResults.scss +1 -1
  101. package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
  102. package/dist/zone/form/components/GameDurationControl.js +3 -0
  103. package/dist/zone/form/components/SortControl.d.ts.map +1 -1
  104. package/dist/zone/form/components/SortControl.js +3 -0
  105. package/package.json +9 -8
  106. package/src/affiliate/form/AffiliateForm.tsx +1 -0
  107. package/src/auth/Login/LoginComponent.tsx +1 -1
  108. package/src/calendar/utils/index.ts +17 -26
  109. package/src/date-time-button/DateContent.tsx +3 -3
  110. package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +12 -10
  111. package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
  112. package/src/events/event-card/utils.ts +5 -1
  113. package/src/iframe/activity-card/ActivityCard.tsx +6 -0
  114. package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
  115. package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
  116. package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
  117. package/src/iframe/ryft/RyftPaymentForm.tsx +9 -4
  118. package/src/iframe/ryft/utils/ryft-form.ts +28 -2
  119. package/src/layout/DropDown.tsx +1 -1
  120. package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
  121. package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -1
  122. package/src/product-set/control/DateInput.tsx +2 -1
  123. package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
  124. package/src/product-set/form/ProductSetForm.tsx +15 -3
  125. package/src/product-set/form/ProductZonesControl.tsx +1 -4
  126. package/src/product-set/form/SelectCategoryModal.tsx +2 -2
  127. package/src/product-set/form/SubProductsControl.tsx +0 -3
  128. package/src/product-set/form/VenueMapsControl.tsx +0 -3
  129. package/src/product-set/product/ProductControl.tsx +0 -1
  130. package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
  131. package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
  132. package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
  133. package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
  134. package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
  135. package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
  136. package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
  137. package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
  138. package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
  139. package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
  140. package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
  141. package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
  142. package/src/resource/form/components/CapacityControl.tsx +1 -0
  143. package/src/resource/form/components/SortControl.tsx +1 -0
  144. package/src/sales/booking/results/components/ResultCard.tsx +0 -2
  145. package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
  146. package/src/setting/admin/PaymentFeeForm.tsx +5 -0
  147. package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
  148. package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
  149. package/src/sortable-tree/SortableTreeItem.tsx +6 -0
  150. package/src/static/CurrencyNumberInput.tsx +1 -0
  151. package/src/static/form-number-input/FormNumberInput.tsx +1 -0
  152. package/src/static/number-input/NumberInput.tsx +1 -0
  153. package/src/styles/availability-indicator/AvailabilityIndicator.scss +9 -0
  154. package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
  155. package/src/styles/product-set/ProductSetForm.scss +22 -0
  156. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +25 -0
  157. package/src/styles/sales/BookingResults.scss +1 -1
  158. package/src/zone/form/components/GameDurationControl.tsx +1 -0
  159. package/src/zone/form/components/SortControl.tsx +1 -0
  160. package/yarn.lock +20 -54
package/yarn.lock CHANGED
@@ -2453,9 +2453,9 @@ __metadata:
2453
2453
  languageName: node
2454
2454
  linkType: hard
2455
2455
 
2456
- "@licklist/core@npm:0.30.1":
2457
- version: 0.30.1
2458
- resolution: "@licklist/core@npm:0.30.1"
2456
+ "@licklist/core@npm:0.30.5-dev.0":
2457
+ version: 0.30.5-dev.0
2458
+ resolution: "@licklist/core@npm:0.30.5-dev.0"
2459
2459
  dependencies:
2460
2460
  "@sentry/browser": "npm:6.2.0"
2461
2461
  axios: "npm:0.26.0"
@@ -2475,33 +2475,7 @@ __metadata:
2475
2475
  react-dom: 17.0.2
2476
2476
  react-i18next: 11.8.8
2477
2477
  react-intl: 6.6.8
2478
- checksum: 10c0/2b3ec4eebfffd120e188825beb607864dfc85ddc6f5cd834e6c7b99b0191171936da0299441f2a91721d70ebb196279b6b72d8e9ec37fc21d4f51f97400b8475
2479
- languageName: node
2480
- linkType: hard
2481
-
2482
- "@licklist/core@npm:0.30.3":
2483
- version: 0.30.3
2484
- resolution: "@licklist/core@npm:0.30.3"
2485
- dependencies:
2486
- "@sentry/browser": "npm:6.2.0"
2487
- axios: "npm:0.26.0"
2488
- i18next: "npm:19.4.5"
2489
- luxon: "npm:3.5.0"
2490
- react: "npm:17.0.2"
2491
- react-dom: "npm:17.0.2"
2492
- react-i18next: "npm:11.8.8"
2493
- react-intl: "npm:6.6.8"
2494
- uuid: "npm:9.0.0"
2495
- wait-for-expect: "npm:3.0.2"
2496
- peerDependencies:
2497
- "@licklist/eslint-config": 0.5.6
2498
- axios: 0.26.0
2499
- luxon: 3.5.0
2500
- react: 17.0.2
2501
- react-dom: 17.0.2
2502
- react-i18next: 11.8.8
2503
- react-intl: 6.6.8
2504
- checksum: 10c0/0c07f146b3be699955f19880cef83c7e5132727aace74ea36da2b1d33ea3b6c3b63d1de2439ed996723ed3c046b5611952bcdd76e0db74a629ce46a1b836f3fa
2478
+ checksum: 10c0/0ee67d6fe61b5db44e45d390428012c3829983ad5d0e3e835deb7f69b5f3cf9d429f82c8ce1b4d89cefcd251e11b16e3a429a5045933c7592b5df20682abb3af
2505
2479
  languageName: node
2506
2480
  linkType: hard
2507
2481
 
@@ -2516,9 +2490,9 @@ __metadata:
2516
2490
  "@dnd-kit/utilities": "npm:2.0.0"
2517
2491
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2518
2492
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2519
- "@licklist/core": "npm:0.30.3"
2493
+ "@licklist/core": "npm:0.30.5-dev.0"
2520
2494
  "@licklist/eslint-config": "npm:0.5.6"
2521
- "@licklist/plugins": "npm:0.33.4"
2495
+ "@licklist/plugins": "npm:0.33.4-dev.0"
2522
2496
  "@mantine/core": "npm:6.0.22"
2523
2497
  "@mantine/hooks": "npm:6.0.22"
2524
2498
  "@mdx-js/react": "npm:1.6.22"
@@ -2583,7 +2557,6 @@ __metadata:
2583
2557
  clsx: "npm:1.1.1"
2584
2558
  css-loader: "npm:5.1.1"
2585
2559
  cssnano: "npm:7.0.6"
2586
- date-fns: "npm:2.29.3"
2587
2560
  emojibase: "npm:6.1.0"
2588
2561
  emojibase-data: "npm:7.0.1"
2589
2562
  emojibase-regex: "npm:6.0.1"
@@ -2647,9 +2620,9 @@ __metadata:
2647
2620
  vite-plugin-svgr: "npm:4.2.0"
2648
2621
  vite-tsconfig-paths: "npm:5.0.1"
2649
2622
  peerDependencies:
2650
- "@licklist/core": 0.30.3
2623
+ "@licklist/core": 0.30.5-dev.0
2651
2624
  "@licklist/eslint-config": 0.5.6
2652
- "@licklist/plugins": 0.33.4
2625
+ "@licklist/plugins": 0.33.4-dev.0
2653
2626
  lodash: 4.17.21
2654
2627
  luxon: 3.5.0
2655
2628
  react: 17.0.2
@@ -2679,11 +2652,11 @@ __metadata:
2679
2652
  languageName: node
2680
2653
  linkType: hard
2681
2654
 
2682
- "@licklist/plugins@npm:0.33.4":
2683
- version: 0.33.4
2684
- resolution: "@licklist/plugins@npm:0.33.4"
2655
+ "@licklist/plugins@npm:0.33.4-dev.0":
2656
+ version: 0.33.4-dev.0
2657
+ resolution: "@licklist/plugins@npm:0.33.4-dev.0"
2685
2658
  dependencies:
2686
- "@licklist/core": "npm:0.30.1"
2659
+ "@licklist/core": "npm:0.30.5-dev.0"
2687
2660
  axios: "npm:0.26.0"
2688
2661
  history: "npm:4.10.1"
2689
2662
  laravel-echo: "npm:1.15.1"
@@ -2703,7 +2676,7 @@ __metadata:
2703
2676
  rrule: "npm:2.6.8"
2704
2677
  use-debounce: "npm:7.0.1"
2705
2678
  peerDependencies:
2706
- "@licklist/core": 0.30.1
2679
+ "@licklist/core": 0.30.5-dev.0
2707
2680
  "@licklist/eslint-config": 0.5.6
2708
2681
  axios: 0.26.0
2709
2682
  lodash: 4.17.21
@@ -2715,7 +2688,7 @@ __metadata:
2715
2688
  react-loader: 2.4.7
2716
2689
  react-query: 3.34.12
2717
2690
  react-router-dom: 5.2.0
2718
- checksum: 10c0/d5be4b905709545cd7e936f19e84ad0b28b4b7ffcec3950366715dc4a4ca1a6fe023368cb6a348017626c1081b408d60261050141cee56666578afa1a35cb213
2691
+ checksum: 10c0/b1996a0b6f44dba6a8861aa9772ebc930459f2830d7a07f61ba0cbca67fe023b00104839b44aee016c145d416608ce73f427113394d6a49b6a5bd3bd45af30ba
2719
2692
  languageName: node
2720
2693
  linkType: hard
2721
2694
 
@@ -8187,8 +8160,8 @@ __metadata:
8187
8160
  linkType: hard
8188
8161
 
8189
8162
  "chromatic@npm:^11.4.0":
8190
- version: 11.12.5
8191
- resolution: "chromatic@npm:11.12.5"
8163
+ version: 11.12.6
8164
+ resolution: "chromatic@npm:11.12.6"
8192
8165
  peerDependencies:
8193
8166
  "@chromatic-com/cypress": ^0.*.* || ^1.0.0
8194
8167
  "@chromatic-com/playwright": ^0.*.* || ^1.0.0
@@ -8201,7 +8174,7 @@ __metadata:
8201
8174
  chroma: dist/bin.js
8202
8175
  chromatic: dist/bin.js
8203
8176
  chromatic-cli: dist/bin.js
8204
- checksum: 10c0/4a083e4b12ebd0e1f04f944fef66c8345d0895e4c42e253cc4726328b13207553d860fbd5955804fbea806ae06a58d88f8ef845e6c90ce8ce2bc62f5660a3c8e
8177
+ checksum: 10c0/7d161c52bc239ac6e8380f9a64533dd3792819d8f103d0083a805d5c9ece0844787eedd45c19c41e69d0ef0a3756051fa3e5c1f2fc9630d60f2ada4d5452e929
8205
8178
  languageName: node
8206
8179
  linkType: hard
8207
8180
 
@@ -9264,13 +9237,6 @@ __metadata:
9264
9237
  languageName: node
9265
9238
  linkType: hard
9266
9239
 
9267
- "date-fns@npm:2.29.3":
9268
- version: 2.29.3
9269
- resolution: "date-fns@npm:2.29.3"
9270
- checksum: 10c0/aa9128c876ef69a05988029d6aa3d7e5c47a1e978f18b77b48126683d1a2e6605a16c3f5293ca9f4ca790d0755b5061fcea5b469f097871cd53f6590a5c1adc4
9271
- languageName: node
9272
- linkType: hard
9273
-
9274
9240
  "date-fns@npm:^2.16.1":
9275
9241
  version: 2.30.0
9276
9242
  resolution: "date-fns@npm:2.30.0"
@@ -9808,9 +9774,9 @@ __metadata:
9808
9774
  linkType: hard
9809
9775
 
9810
9776
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
9811
- version: 1.5.40
9812
- resolution: "electron-to-chromium@npm:1.5.40"
9813
- checksum: 10c0/3f97360627cf179b344a7d45b3d12fd3f18f1287529d9835a8e802c7a3b99f09e326b4ed3097be1b135e45a33e8497e758b0c101e38e5bb405eaa6aa887eca82
9777
+ version: 1.5.41
9778
+ resolution: "electron-to-chromium@npm:1.5.41"
9779
+ checksum: 10c0/97b82383963029e6ed0bd7a71eb527f640c8cf658c9e43c776b0257b3c65e366590ac54135683a21e4474a156b8be78717d6e94d3c1def84b69f92bf48f2390f
9814
9780
  languageName: node
9815
9781
  linkType: hard
9816
9782