@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.
- package/dist/auth/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -0
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/Router.d.ts.map +1 -1
- package/dist/auth/Router.js +2 -0
- package/dist/calendar/utils/index.d.ts +1 -1
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +3 -3
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.js +1 -0
- package/dist/index.js +1 -0
- package/dist/notification/email-template/card/EmailTemplateCard.d.ts.map +1 -1
- package/dist/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.d.ts +1 -1
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -0
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -0
- package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -0
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -0
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +1 -0
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +3 -1
- package/dist/static/date-range-input/utils/index.d.ts +1 -1
- package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
- package/dist/static/loader/FullScreenLoader.d.ts +8 -0
- package/dist/static/loader/FullScreenLoader.d.ts.map +1 -0
- package/dist/static/loader/FullScreenLoader.js +41 -0
- package/dist/static/loader/LoaderIndicator.d.ts +2 -3
- package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
- package/dist/static/loader/LoaderIndicator.js +4 -2
- package/dist/static/loader/index.d.ts +1 -0
- package/dist/static/loader/index.d.ts.map +1 -1
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +1 -4
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -1
- package/dist/styles/static/Loader.scss +9 -0
- package/package.json +5 -5
- package/src/auth/Layout/AuthNavComponent.tsx +4 -0
- package/src/auth/Login/LoginComponent.tsx +2 -0
- package/src/auth/Login/LoginFormComponent.tsx +2 -0
- package/src/auth/Register/RegisterComponent.tsx +2 -0
- package/src/auth/Register/RegisterFormComponent.tsx +4 -0
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +4 -0
- package/src/auth/Router.tsx +2 -0
- package/src/calendar/Calendar.stories.tsx +2 -2
- package/src/calendar/utils/index.ts +1 -1
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +9 -7
- package/src/events/event-card/utils.ts +10 -9
- package/src/events/event-statistic-modal/utils/index.ts +2 -1
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +13 -11
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +2 -2
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +1 -2
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +19 -20
- package/src/notification/email-template/card/EmailTemplateCard.tsx +2 -0
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +2 -0
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -4
- package/src/product-set/control/DateInput.tsx +3 -4
- package/src/product-set/form/VenueMapsControl.tsx +1 -1
- package/src/setting/admin/AdminSettingForm.tsx +4 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +2 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +1 -2
- package/src/static/date-range-input/utils/index.ts +1 -1
- package/src/static/loader/FullScreenLoader.tsx +16 -0
- package/src/static/loader/LoaderIndicator.tsx +6 -3
- package/src/static/loader/index.ts +1 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +1 -4
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -1
- package/src/styles/static/Loader.scss +9 -0
- 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.
|
|
2457
|
-
version: 0.32.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.32.
|
|
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/
|
|
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.
|
|
2495
|
+
"@licklist/core": "npm:0.32.12"
|
|
2524
2496
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2525
|
-
"@licklist/plugins": "npm:0.35.
|
|
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.
|
|
2626
|
+
"@licklist/core": 0.32.12
|
|
2655
2627
|
"@licklist/eslint-config": 0.5.6
|
|
2656
|
-
"@licklist/plugins": 0.35.
|
|
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.
|
|
2687
|
-
version: 0.35.
|
|
2688
|
-
resolution: "@licklist/plugins@npm:0.35.
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
3206
|
-
resolution: "@react-types/shared@npm:3.
|
|
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/
|
|
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.
|
|
6231
|
-
version: 2.4.
|
|
6232
|
-
resolution: "@volar/language-core@npm:2.4.
|
|
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.
|
|
6235
|
-
checksum: 10c0/
|
|
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.
|
|
6240
|
-
version: 2.4.
|
|
6241
|
-
resolution: "@volar/source-map@npm:2.4.
|
|
6242
|
-
checksum: 10c0/
|
|
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.
|
|
6248
|
-
resolution: "@volar/typescript@npm:2.4.
|
|
6219
|
+
version: 2.4.12
|
|
6220
|
+
resolution: "@volar/typescript@npm:2.4.12"
|
|
6249
6221
|
dependencies:
|
|
6250
|
-
"@volar/language-core": "npm:2.4.
|
|
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/
|
|
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.
|
|
9893
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9894
|
-
checksum: 10c0/
|
|
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
|
|