@licklist/design 0.72.3 → 0.72.5

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 (84) hide show
  1. package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
  2. package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
  3. package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
  4. package/dist/auth/Logout/Logout.js +1 -0
  5. package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
  6. package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
  7. package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
  8. package/dist/auth/Router.d.ts.map +1 -1
  9. package/dist/auth/Router.js +2 -0
  10. package/dist/calendar/utils/index.d.ts +1 -1
  11. package/dist/calendar/utils/index.d.ts.map +1 -1
  12. package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
  13. package/dist/events/event-card/utils.d.ts.map +1 -1
  14. package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
  15. package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +1 -1
  16. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
  17. package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +3 -3
  18. package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
  19. package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
  20. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
  21. package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -2
  22. package/dist/iframe/ryft/RyftPaymentForm.js +1 -0
  23. package/dist/index.js +1 -0
  24. package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
  25. package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
  26. package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
  27. package/dist/product-set/control/DateInput.d.ts.map +1 -1
  28. package/dist/product-set/form/VenueMapsControl.d.ts +1 -1
  29. package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
  30. package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -0
  31. package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -0
  32. package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -0
  33. package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -0
  34. package/dist/sales/manual-booking/summary/ManualBookingSummary.js +1 -0
  35. package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
  36. package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
  37. package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
  38. package/dist/snippet/snippet-template/preview/Preview.js +3 -1
  39. package/dist/static/date-range-input/utils/index.d.ts +1 -1
  40. package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
  41. package/dist/static/loader/FullScreenLoader.d.ts +8 -0
  42. package/dist/static/loader/FullScreenLoader.d.ts.map +1 -0
  43. package/dist/static/loader/FullScreenLoader.js +41 -0
  44. package/dist/static/loader/LoaderIndicator.d.ts +2 -3
  45. package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
  46. package/dist/static/loader/LoaderIndicator.js +4 -2
  47. package/dist/static/loader/index.d.ts +1 -0
  48. package/dist/static/loader/index.d.ts.map +1 -1
  49. package/dist/styles/availability-indicator/AvailabilityIndicator.scss +1 -4
  50. package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -1
  51. package/dist/styles/static/Loader.scss +9 -0
  52. package/package.json +5 -5
  53. package/src/auth/Layout/AuthNavComponent.tsx +4 -0
  54. package/src/auth/Login/LoginComponent.tsx +2 -0
  55. package/src/auth/Login/LoginFormComponent.tsx +2 -0
  56. package/src/auth/Register/RegisterComponent.tsx +2 -0
  57. package/src/auth/Register/RegisterFormComponent.tsx +4 -0
  58. package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +4 -0
  59. package/src/auth/Router.tsx +2 -0
  60. package/src/calendar/Calendar.stories.tsx +2 -2
  61. package/src/calendar/utils/index.ts +1 -1
  62. package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +9 -7
  63. package/src/events/event-card/utils.ts +10 -9
  64. package/src/events/event-statistic-modal/utils/index.ts +2 -1
  65. package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +13 -11
  66. package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
  67. package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +1 -2
  68. package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +19 -20
  69. package/src/notification/email-template/card/EmailTemplateCard.tsx +2 -0
  70. package/src/notification/sms-template/card/SmsTemplateCard.tsx +2 -0
  71. package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -4
  72. package/src/product-set/control/DateInput.tsx +3 -4
  73. package/src/product-set/form/VenueMapsControl.tsx +1 -1
  74. package/src/setting/admin/AdminSettingForm.tsx +4 -0
  75. package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +2 -0
  76. package/src/snippet/snippet-template/preview/Preview.tsx +1 -2
  77. package/src/static/date-range-input/utils/index.ts +1 -1
  78. package/src/static/loader/FullScreenLoader.tsx +16 -0
  79. package/src/static/loader/LoaderIndicator.tsx +6 -3
  80. package/src/static/loader/index.ts +1 -0
  81. package/src/styles/availability-indicator/AvailabilityIndicator.scss +1 -4
  82. package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -1
  83. package/src/styles/static/Loader.scss +9 -0
  84. package/yarn.lock +33 -61
package/yarn.lock CHANGED
@@ -2453,9 +2453,9 @@ __metadata:
2453
2453
  languageName: node
2454
2454
  linkType: hard
2455
2455
 
2456
- "@licklist/core@npm:0.32.10":
2457
- version: 0.32.10
2458
- resolution: "@licklist/core@npm:0.32.10"
2456
+ "@licklist/core@npm:0.32.12":
2457
+ version: 0.32.12
2458
+ resolution: "@licklist/core@npm:0.32.12"
2459
2459
  dependencies:
2460
2460
  "@sentry/browser": "npm:6.2.0"
2461
2461
  axios: "npm:0.26.0"
@@ -2477,35 +2477,7 @@ __metadata:
2477
2477
  react-i18next: 11.8.8
2478
2478
  react-intl: 6.6.8
2479
2479
  zustand: 3.7.2
2480
- checksum: 10c0/7c0b0bae3c81bb88b9e4e660c4657f2ea3cb82edd6ce2b5d2846f4265cb60363484c7e128f422227609331d9cac79667a9619b55b27418f69e2b0b554490ff1a
2481
- languageName: node
2482
- linkType: hard
2483
-
2484
- "@licklist/core@npm:0.32.11":
2485
- version: 0.32.11
2486
- resolution: "@licklist/core@npm:0.32.11"
2487
- dependencies:
2488
- "@sentry/browser": "npm:6.2.0"
2489
- axios: "npm:0.26.0"
2490
- i18next: "npm:19.4.5"
2491
- luxon: "npm:3.5.0"
2492
- react: "npm:17.0.2"
2493
- react-dom: "npm:17.0.2"
2494
- react-i18next: "npm:11.8.8"
2495
- react-intl: "npm:6.6.8"
2496
- uuid: "npm:9.0.0"
2497
- wait-for-expect: "npm:3.0.2"
2498
- zustand: "npm:3.7.2"
2499
- peerDependencies:
2500
- "@licklist/eslint-config": 0.5.6
2501
- axios: 0.26.0
2502
- luxon: 3.5.0
2503
- react: 17.0.2
2504
- react-dom: 17.0.2
2505
- react-i18next: 11.8.8
2506
- react-intl: 6.6.8
2507
- zustand: 3.7.2
2508
- checksum: 10c0/6555b3ef6a6d5907a6978b08fcde5f0e4d16992fda5afe725ed7dfc34a606032722937edc2471e1dd2a68ce7c85aa93983eea6543c1a74fd1f78ed92c9f8041b
2480
+ checksum: 10c0/a3f2ad9000bd665afcc794ab02a4bd14e558807127036c2ead0453ee3b21810fded1c71aff1fc0317f8547cc5ad6ac419ac77badf661ad5c371928ef05e4f7fe
2509
2481
  languageName: node
2510
2482
  linkType: hard
2511
2483
 
@@ -2520,9 +2492,9 @@ __metadata:
2520
2492
  "@dnd-kit/utilities": "npm:2.0.0"
2521
2493
  "@fortawesome/fontawesome-svg-core": "npm:1.2.34"
2522
2494
  "@fortawesome/free-solid-svg-icons": "npm:5.15.2"
2523
- "@licklist/core": "npm:0.32.11"
2495
+ "@licklist/core": "npm:0.32.12"
2524
2496
  "@licklist/eslint-config": "npm:0.5.6"
2525
- "@licklist/plugins": "npm:0.35.9"
2497
+ "@licklist/plugins": "npm:0.35.10"
2526
2498
  "@mantine/core": "npm:6.0.22"
2527
2499
  "@mantine/hooks": "npm:6.0.22"
2528
2500
  "@mdx-js/react": "npm:1.6.22"
@@ -2651,9 +2623,9 @@ __metadata:
2651
2623
  vite-plugin-svgr: "npm:4.2.0"
2652
2624
  vite-tsconfig-paths: "npm:5.0.1"
2653
2625
  peerDependencies:
2654
- "@licklist/core": 0.32.11
2626
+ "@licklist/core": 0.32.12
2655
2627
  "@licklist/eslint-config": 0.5.6
2656
- "@licklist/plugins": 0.35.9
2628
+ "@licklist/plugins": 0.35.10
2657
2629
  lodash: 4.17.21
2658
2630
  luxon: 3.5.0
2659
2631
  react: 17.0.2
@@ -2683,11 +2655,11 @@ __metadata:
2683
2655
  languageName: node
2684
2656
  linkType: hard
2685
2657
 
2686
- "@licklist/plugins@npm:0.35.9":
2687
- version: 0.35.9
2688
- resolution: "@licklist/plugins@npm:0.35.9"
2658
+ "@licklist/plugins@npm:0.35.10":
2659
+ version: 0.35.10
2660
+ resolution: "@licklist/plugins@npm:0.35.10"
2689
2661
  dependencies:
2690
- "@licklist/core": "npm:0.32.10"
2662
+ "@licklist/core": "npm:0.32.12"
2691
2663
  axios: "npm:0.26.0"
2692
2664
  history: "npm:4.10.1"
2693
2665
  laravel-echo: "npm:1.15.1"
@@ -2707,7 +2679,7 @@ __metadata:
2707
2679
  rrule: "npm:2.6.8"
2708
2680
  use-debounce: "npm:7.0.1"
2709
2681
  peerDependencies:
2710
- "@licklist/core": 0.32.10
2682
+ "@licklist/core": 0.32.12
2711
2683
  "@licklist/eslint-config": 0.5.6
2712
2684
  axios: 0.26.0
2713
2685
  lodash: 4.17.21
@@ -2719,7 +2691,7 @@ __metadata:
2719
2691
  react-loader: 2.4.7
2720
2692
  react-query: 3.34.12
2721
2693
  react-router-dom: 5.2.0
2722
- checksum: 10c0/a298001b55a22e93667f0f5095010b65c1fed745ed2ce8cbb2c7ea2f534301dbb9e7924f97b394bfdf4d8aec9339ea575575964e28301974e6aaf31fe371c725
2694
+ checksum: 10c0/2bdd1cad9e15d1442b93ca5d8649d89ce9ef08c77c4be7426daecfc04e3cc22771a6cd97bb8716f2a194655c0d2ee910a6080582914fd94c26f4193a0973d426
2723
2695
  languageName: node
2724
2696
  linkType: hard
2725
2697
 
@@ -3202,11 +3174,11 @@ __metadata:
3202
3174
  linkType: hard
3203
3175
 
3204
3176
  "@react-types/shared@npm:^3.9.0":
3205
- version: 3.27.0
3206
- resolution: "@react-types/shared@npm:3.27.0"
3177
+ version: 3.28.0
3178
+ resolution: "@react-types/shared@npm:3.28.0"
3207
3179
  peerDependencies:
3208
3180
  react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1
3209
- checksum: 10c0/7d710d776dcb6a832d3dc5ec281a81cd00a5b5aec1ecfcf7799c73bdb62c8739e574e29dafe04f7710a0ea568e4e11621091658a9c73d3191e1b0f5f3ff21f95
3181
+ checksum: 10c0/d5dbba060c9b3204bb6d6db1fec4c7d8b56a185ce000fe0676a136b07a2655885a9db3cd3e6b30564f1761bf91de12fb36ba869bc90152c865bebec8ce8e3b0a
3210
3182
  languageName: node
3211
3183
  linkType: hard
3212
3184
 
@@ -6227,30 +6199,30 @@ __metadata:
6227
6199
  languageName: node
6228
6200
  linkType: hard
6229
6201
 
6230
- "@volar/language-core@npm:2.4.11, @volar/language-core@npm:~2.4.0-alpha.18":
6231
- version: 2.4.11
6232
- resolution: "@volar/language-core@npm:2.4.11"
6202
+ "@volar/language-core@npm:2.4.12, @volar/language-core@npm:~2.4.0-alpha.18":
6203
+ version: 2.4.12
6204
+ resolution: "@volar/language-core@npm:2.4.12"
6233
6205
  dependencies:
6234
- "@volar/source-map": "npm:2.4.11"
6235
- checksum: 10c0/ccc5de0c28b4186dc99ff9856b2ac2318ee1818480af3ca406f3c09d42b19b6df8698b525f6cf0fed368332fc76659cd4433fb38e6a55a85c7cefc97d665ccf8
6206
+ "@volar/source-map": "npm:2.4.12"
6207
+ checksum: 10c0/060978fe9fcd08b39dddf0dd41283d7b615491aab19634f69ecad72a2a7f111972b2137ed24777f58fd52f4f76d122b91d9bf9aaf5f7261ebb316dd63733c4e0
6236
6208
  languageName: node
6237
6209
  linkType: hard
6238
6210
 
6239
- "@volar/source-map@npm:2.4.11":
6240
- version: 2.4.11
6241
- resolution: "@volar/source-map@npm:2.4.11"
6242
- checksum: 10c0/8e5badf9f67d669679c48fe32258e082d823523ca2807438d38c0aac6c52b84d43580c8921b559fc5a27c0c7457ffcba569e60de7a597851690dec04ed77c5fc
6211
+ "@volar/source-map@npm:2.4.12":
6212
+ version: 2.4.12
6213
+ resolution: "@volar/source-map@npm:2.4.12"
6214
+ checksum: 10c0/433b5d6a9f1e1df1c7410d2dfca43e9c880f4688dde13323ee1c8d2f36cec7dce3e0549d444038384c279c0e1cf9a2764b401278bbfdf1ecfa427092c84fb944
6243
6215
  languageName: node
6244
6216
  linkType: hard
6245
6217
 
6246
6218
  "@volar/typescript@npm:^2.3.4, @volar/typescript@npm:~2.4.0-alpha.18":
6247
- version: 2.4.11
6248
- resolution: "@volar/typescript@npm:2.4.11"
6219
+ version: 2.4.12
6220
+ resolution: "@volar/typescript@npm:2.4.12"
6249
6221
  dependencies:
6250
- "@volar/language-core": "npm:2.4.11"
6222
+ "@volar/language-core": "npm:2.4.12"
6251
6223
  path-browserify: "npm:^1.0.1"
6252
6224
  vscode-uri: "npm:^3.0.8"
6253
- checksum: 10c0/bca9bda9c8c95fd06672b834d1804810fdad496e15ee8e2099f76de74fa529d835f342afb6b976e6e3bc4599a3bbbfd007a842694fe1300cf6286783b827f917
6225
+ checksum: 10c0/fa08dccecc1c41b1b44aa9d4582e75d67c484cc6366075fc84de5e4611b6d7f6fed72a30bad0794a6b3f16003c49a19b5cd1759b79ae4b1c6bc9c8aa4012e413
6254
6226
  languageName: node
6255
6227
  linkType: hard
6256
6228
 
@@ -9889,9 +9861,9 @@ __metadata:
9889
9861
  linkType: hard
9890
9862
 
9891
9863
  "electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
9892
- version: 1.5.112
9893
- resolution: "electron-to-chromium@npm:1.5.112"
9894
- checksum: 10c0/fc597268d6d3d7458b55141c436802a6c51078855f021823cdb380b80ad1a69e1c2899fdfc9cffa501d47feb3791ea6a75893fe802a608c7845e979a48f5ac25
9864
+ version: 1.5.113
9865
+ resolution: "electron-to-chromium@npm:1.5.113"
9866
+ checksum: 10c0/837fe2fd26adbc4f3ad8e758d14067a14f636f9c2923b5ded8adb93426bbe3fdc83b48ddf9f2cf03be31b5becb0c31144db19c823b696fd52a7bc4583f4bde00
9895
9867
  languageName: node
9896
9868
  linkType: hard
9897
9869