@licklist/design 0.71.2 → 0.71.4-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.
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +2 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/utils/index.js +7 -1
- package/dist/events/event-venue-map/EventVenueMap.d.ts.map +1 -1
- package/dist/events/event-venue-map/EventVenueMap.js +1 -0
- package/dist/events/event-venue-map/hooks/useCanvasSize.d.ts.map +1 -1
- package/dist/events/event-venue-map/hooks/useCanvasSize.js +11 -4
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +4 -5
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/form/ProductCategoriesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductCategoriesControl.js +48 -2
- package/dist/product-set/form/ProductSetForm.d.ts +4 -1
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +1 -1
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/ProductsControl.js +1 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +3 -0
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +3 -0
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +0 -2
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +21 -0
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +16 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/styles/availability-indicator/AvailabilityIndicator.scss +1 -1
- package/dist/styles/date-time-button/DateTimeButton.scss +1 -0
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +22 -0
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +6 -5
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/event-statistic-modal/utils/index.ts +11 -1
- package/src/events/event-venue-map/EventVenueMap.tsx +1 -0
- package/src/events/event-venue-map/hooks/useCanvasSize.ts +5 -1
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/ryft/utils/ryft-form.ts +6 -5
- package/src/layout/DropDown.tsx +1 -1
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +6 -2
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/product/ProductControl.tsx +0 -1
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
- package/src/product-set/product-zone/ProductZoneControl.tsx +1 -1
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/sales/booking/results/components/ResultCard.tsx +0 -2
- package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
- package/src/setting/admin/PaymentFeeForm.tsx +5 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +1 -1
- package/src/styles/date-time-button/DateTimeButton.scss +1 -0
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +22 -0
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +1 -3
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +138 -110
package/yarn.lock
CHANGED
|
@@ -2466,9 +2466,9 @@ __metadata:
|
|
|
2466
2466
|
languageName: node
|
|
2467
2467
|
linkType: hard
|
|
2468
2468
|
|
|
2469
|
-
"@licklist/core@npm:0.
|
|
2470
|
-
version: 0.
|
|
2471
|
-
resolution: "@licklist/core@npm:0.
|
|
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"
|
|
@@ -2490,7 +2490,35 @@ __metadata:
|
|
|
2490
2490
|
react-i18next: 11.8.8
|
|
2491
2491
|
react-intl: 6.6.8
|
|
2492
2492
|
zustand: 3.7.2
|
|
2493
|
-
checksum: 10c0/
|
|
2493
|
+
checksum: 10c0/fcefd4631fbf3d116a36833b748fc9b557cae8b580acae4c1bd7d29f1665a42456b1109a3f80620f6f7244161f8260d6243680ff739a2a544221e1b7e4a01e57
|
|
2494
|
+
languageName: node
|
|
2495
|
+
linkType: hard
|
|
2496
|
+
|
|
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"
|
|
2500
|
+
dependencies:
|
|
2501
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2502
|
+
axios: "npm:0.26.0"
|
|
2503
|
+
i18next: "npm:19.4.5"
|
|
2504
|
+
luxon: "npm:3.5.0"
|
|
2505
|
+
react: "npm:17.0.2"
|
|
2506
|
+
react-dom: "npm:17.0.2"
|
|
2507
|
+
react-i18next: "npm:11.8.8"
|
|
2508
|
+
react-intl: "npm:6.6.8"
|
|
2509
|
+
uuid: "npm:9.0.0"
|
|
2510
|
+
wait-for-expect: "npm:3.0.2"
|
|
2511
|
+
zustand: "npm:3.7.2"
|
|
2512
|
+
peerDependencies:
|
|
2513
|
+
"@licklist/eslint-config": 0.5.6
|
|
2514
|
+
axios: 0.26.0
|
|
2515
|
+
luxon: 3.5.0
|
|
2516
|
+
react: 17.0.2
|
|
2517
|
+
react-dom: 17.0.2
|
|
2518
|
+
react-i18next: 11.8.8
|
|
2519
|
+
react-intl: 6.6.8
|
|
2520
|
+
zustand: 3.7.2
|
|
2521
|
+
checksum: 10c0/2cba12fe6e2d18ea5cf882489e03f2fe68fc9fb36fde88fabe2deba61fad99fd2dd22e445e6d5c0506008d138ba4b64c7f5d0e92ce131ea41ec72c16269901ab
|
|
2494
2522
|
languageName: node
|
|
2495
2523
|
linkType: hard
|
|
2496
2524
|
|
|
@@ -2505,9 +2533,9 @@ __metadata:
|
|
|
2505
2533
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2506
2534
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2507
2535
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2508
|
-
"@licklist/core": "npm:0.
|
|
2536
|
+
"@licklist/core": "npm:0.31.1-dev.4"
|
|
2509
2537
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2510
|
-
"@licklist/plugins": "npm:0.
|
|
2538
|
+
"@licklist/plugins": "npm:0.34.0-dev.4"
|
|
2511
2539
|
"@mantine/core": "npm:6.0.22"
|
|
2512
2540
|
"@mantine/hooks": "npm:6.0.22"
|
|
2513
2541
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2636,9 +2664,9 @@ __metadata:
|
|
|
2636
2664
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2637
2665
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2638
2666
|
peerDependencies:
|
|
2639
|
-
"@licklist/core": 0.31.
|
|
2667
|
+
"@licklist/core": 0.31.1-dev.4
|
|
2640
2668
|
"@licklist/eslint-config": 0.5.6
|
|
2641
|
-
"@licklist/plugins": 0.34.0
|
|
2669
|
+
"@licklist/plugins": 0.34.0-dev.4
|
|
2642
2670
|
lodash: 4.17.21
|
|
2643
2671
|
luxon: 3.5.0
|
|
2644
2672
|
react: 17.0.2
|
|
@@ -2668,11 +2696,11 @@ __metadata:
|
|
|
2668
2696
|
languageName: node
|
|
2669
2697
|
linkType: hard
|
|
2670
2698
|
|
|
2671
|
-
"@licklist/plugins@npm:0.
|
|
2672
|
-
version: 0.
|
|
2673
|
-
resolution: "@licklist/plugins@npm:0.
|
|
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"
|
|
2674
2702
|
dependencies:
|
|
2675
|
-
"@licklist/core": "npm:0.
|
|
2703
|
+
"@licklist/core": "npm:0.31.0-dev.2"
|
|
2676
2704
|
axios: "npm:0.26.0"
|
|
2677
2705
|
history: "npm:4.10.1"
|
|
2678
2706
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2692,7 +2720,7 @@ __metadata:
|
|
|
2692
2720
|
rrule: "npm:2.6.8"
|
|
2693
2721
|
use-debounce: "npm:7.0.1"
|
|
2694
2722
|
peerDependencies:
|
|
2695
|
-
"@licklist/core": 0.
|
|
2723
|
+
"@licklist/core": 0.31.0-dev.2
|
|
2696
2724
|
"@licklist/eslint-config": 0.5.6
|
|
2697
2725
|
axios: 0.26.0
|
|
2698
2726
|
lodash: 4.17.21
|
|
@@ -2704,7 +2732,7 @@ __metadata:
|
|
|
2704
2732
|
react-loader: 2.4.7
|
|
2705
2733
|
react-query: 3.34.12
|
|
2706
2734
|
react-router-dom: 5.2.0
|
|
2707
|
-
checksum: 10c0/
|
|
2735
|
+
checksum: 10c0/6137e84298bd938f2b71dea58e68f6e6200e5f385c160f88728795bb847a5a5cff67da6454d1c96f7e1f56977c5497ce70ad0ef34a841b3372d410594388d461
|
|
2708
2736
|
languageName: node
|
|
2709
2737
|
linkType: hard
|
|
2710
2738
|
|
|
@@ -3288,128 +3316,128 @@ __metadata:
|
|
|
3288
3316
|
languageName: node
|
|
3289
3317
|
linkType: hard
|
|
3290
3318
|
|
|
3291
|
-
"@rollup/rollup-android-arm-eabi@npm:4.
|
|
3292
|
-
version: 4.
|
|
3293
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.
|
|
3319
|
+
"@rollup/rollup-android-arm-eabi@npm:4.26.0":
|
|
3320
|
+
version: 4.26.0
|
|
3321
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.26.0"
|
|
3294
3322
|
conditions: os=android & cpu=arm
|
|
3295
3323
|
languageName: node
|
|
3296
3324
|
linkType: hard
|
|
3297
3325
|
|
|
3298
|
-
"@rollup/rollup-android-arm64@npm:4.
|
|
3299
|
-
version: 4.
|
|
3300
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.
|
|
3326
|
+
"@rollup/rollup-android-arm64@npm:4.26.0":
|
|
3327
|
+
version: 4.26.0
|
|
3328
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.26.0"
|
|
3301
3329
|
conditions: os=android & cpu=arm64
|
|
3302
3330
|
languageName: node
|
|
3303
3331
|
linkType: hard
|
|
3304
3332
|
|
|
3305
|
-
"@rollup/rollup-darwin-arm64@npm:4.
|
|
3306
|
-
version: 4.
|
|
3307
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.
|
|
3333
|
+
"@rollup/rollup-darwin-arm64@npm:4.26.0":
|
|
3334
|
+
version: 4.26.0
|
|
3335
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.26.0"
|
|
3308
3336
|
conditions: os=darwin & cpu=arm64
|
|
3309
3337
|
languageName: node
|
|
3310
3338
|
linkType: hard
|
|
3311
3339
|
|
|
3312
|
-
"@rollup/rollup-darwin-x64@npm:4.
|
|
3313
|
-
version: 4.
|
|
3314
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.
|
|
3340
|
+
"@rollup/rollup-darwin-x64@npm:4.26.0":
|
|
3341
|
+
version: 4.26.0
|
|
3342
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.26.0"
|
|
3315
3343
|
conditions: os=darwin & cpu=x64
|
|
3316
3344
|
languageName: node
|
|
3317
3345
|
linkType: hard
|
|
3318
3346
|
|
|
3319
|
-
"@rollup/rollup-freebsd-arm64@npm:4.
|
|
3320
|
-
version: 4.
|
|
3321
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.
|
|
3347
|
+
"@rollup/rollup-freebsd-arm64@npm:4.26.0":
|
|
3348
|
+
version: 4.26.0
|
|
3349
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.26.0"
|
|
3322
3350
|
conditions: os=freebsd & cpu=arm64
|
|
3323
3351
|
languageName: node
|
|
3324
3352
|
linkType: hard
|
|
3325
3353
|
|
|
3326
|
-
"@rollup/rollup-freebsd-x64@npm:4.
|
|
3327
|
-
version: 4.
|
|
3328
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.
|
|
3354
|
+
"@rollup/rollup-freebsd-x64@npm:4.26.0":
|
|
3355
|
+
version: 4.26.0
|
|
3356
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.26.0"
|
|
3329
3357
|
conditions: os=freebsd & cpu=x64
|
|
3330
3358
|
languageName: node
|
|
3331
3359
|
linkType: hard
|
|
3332
3360
|
|
|
3333
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3334
|
-
version: 4.
|
|
3335
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.
|
|
3361
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0":
|
|
3362
|
+
version: 4.26.0
|
|
3363
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0"
|
|
3336
3364
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3337
3365
|
languageName: node
|
|
3338
3366
|
linkType: hard
|
|
3339
3367
|
|
|
3340
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3341
|
-
version: 4.
|
|
3342
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.
|
|
3368
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.26.0":
|
|
3369
|
+
version: 4.26.0
|
|
3370
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.26.0"
|
|
3343
3371
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3344
3372
|
languageName: node
|
|
3345
3373
|
linkType: hard
|
|
3346
3374
|
|
|
3347
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3348
|
-
version: 4.
|
|
3349
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.
|
|
3375
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.26.0":
|
|
3376
|
+
version: 4.26.0
|
|
3377
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.26.0"
|
|
3350
3378
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3351
3379
|
languageName: node
|
|
3352
3380
|
linkType: hard
|
|
3353
3381
|
|
|
3354
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3355
|
-
version: 4.
|
|
3356
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.
|
|
3382
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.26.0":
|
|
3383
|
+
version: 4.26.0
|
|
3384
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.26.0"
|
|
3357
3385
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3358
3386
|
languageName: node
|
|
3359
3387
|
linkType: hard
|
|
3360
3388
|
|
|
3361
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3362
|
-
version: 4.
|
|
3363
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.
|
|
3389
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0":
|
|
3390
|
+
version: 4.26.0
|
|
3391
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0"
|
|
3364
3392
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3365
3393
|
languageName: node
|
|
3366
3394
|
linkType: hard
|
|
3367
3395
|
|
|
3368
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3369
|
-
version: 4.
|
|
3370
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.
|
|
3396
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.26.0":
|
|
3397
|
+
version: 4.26.0
|
|
3398
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.26.0"
|
|
3371
3399
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3372
3400
|
languageName: node
|
|
3373
3401
|
linkType: hard
|
|
3374
3402
|
|
|
3375
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3376
|
-
version: 4.
|
|
3377
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.
|
|
3403
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.26.0":
|
|
3404
|
+
version: 4.26.0
|
|
3405
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.26.0"
|
|
3378
3406
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3379
3407
|
languageName: node
|
|
3380
3408
|
linkType: hard
|
|
3381
3409
|
|
|
3382
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3383
|
-
version: 4.
|
|
3384
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.
|
|
3410
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.26.0":
|
|
3411
|
+
version: 4.26.0
|
|
3412
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.26.0"
|
|
3385
3413
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3386
3414
|
languageName: node
|
|
3387
3415
|
linkType: hard
|
|
3388
3416
|
|
|
3389
|
-
"@rollup/rollup-linux-x64-musl@npm:4.
|
|
3390
|
-
version: 4.
|
|
3391
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.
|
|
3417
|
+
"@rollup/rollup-linux-x64-musl@npm:4.26.0":
|
|
3418
|
+
version: 4.26.0
|
|
3419
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.26.0"
|
|
3392
3420
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3393
3421
|
languageName: node
|
|
3394
3422
|
linkType: hard
|
|
3395
3423
|
|
|
3396
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3397
|
-
version: 4.
|
|
3398
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.
|
|
3424
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.26.0":
|
|
3425
|
+
version: 4.26.0
|
|
3426
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.26.0"
|
|
3399
3427
|
conditions: os=win32 & cpu=arm64
|
|
3400
3428
|
languageName: node
|
|
3401
3429
|
linkType: hard
|
|
3402
3430
|
|
|
3403
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3404
|
-
version: 4.
|
|
3405
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.
|
|
3431
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.26.0":
|
|
3432
|
+
version: 4.26.0
|
|
3433
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.26.0"
|
|
3406
3434
|
conditions: os=win32 & cpu=ia32
|
|
3407
3435
|
languageName: node
|
|
3408
3436
|
linkType: hard
|
|
3409
3437
|
|
|
3410
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3411
|
-
version: 4.
|
|
3412
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.
|
|
3438
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.26.0":
|
|
3439
|
+
version: 4.26.0
|
|
3440
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.26.0"
|
|
3413
3441
|
conditions: os=win32 & cpu=x64
|
|
3414
3442
|
languageName: node
|
|
3415
3443
|
linkType: hard
|
|
@@ -9816,9 +9844,9 @@ __metadata:
|
|
|
9816
9844
|
linkType: hard
|
|
9817
9845
|
|
|
9818
9846
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.41":
|
|
9819
|
-
version: 1.5.
|
|
9820
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9821
|
-
checksum: 10c0/
|
|
9847
|
+
version: 1.5.58
|
|
9848
|
+
resolution: "electron-to-chromium@npm:1.5.58"
|
|
9849
|
+
checksum: 10c0/a3f5544ef12a84a7046b297195d19937f396683be8f245e1569cb9a877afd59f3630c8de9bb07f57aee1e6cda564c1a80c7d0b2fd28effb70db1558ca4669996
|
|
9822
9850
|
languageName: node
|
|
9823
9851
|
linkType: hard
|
|
9824
9852
|
|
|
@@ -9832,8 +9860,8 @@ __metadata:
|
|
|
9832
9860
|
linkType: hard
|
|
9833
9861
|
|
|
9834
9862
|
"elliptic@npm:^6.5.3, elliptic@npm:^6.5.5":
|
|
9835
|
-
version: 6.6.
|
|
9836
|
-
resolution: "elliptic@npm:6.6.
|
|
9863
|
+
version: 6.6.1
|
|
9864
|
+
resolution: "elliptic@npm:6.6.1"
|
|
9837
9865
|
dependencies:
|
|
9838
9866
|
bn.js: "npm:^4.11.9"
|
|
9839
9867
|
brorand: "npm:^1.1.0"
|
|
@@ -9842,7 +9870,7 @@ __metadata:
|
|
|
9842
9870
|
inherits: "npm:^2.0.4"
|
|
9843
9871
|
minimalistic-assert: "npm:^1.0.1"
|
|
9844
9872
|
minimalistic-crypto-utils: "npm:^1.0.1"
|
|
9845
|
-
checksum: 10c0/
|
|
9873
|
+
checksum: 10c0/8b24ef782eec8b472053793ea1e91ae6bee41afffdfcb78a81c0a53b191e715cbe1292aa07165958a9bbe675bd0955142560b1a007ffce7d6c765bcaf951a867
|
|
9846
9874
|
languageName: node
|
|
9847
9875
|
linkType: hard
|
|
9848
9876
|
|
|
@@ -10026,8 +10054,8 @@ __metadata:
|
|
|
10026
10054
|
linkType: hard
|
|
10027
10055
|
|
|
10028
10056
|
"es-abstract@npm:^1.17.5, es-abstract@npm:^1.22.1, es-abstract@npm:^1.22.3, es-abstract@npm:^1.23.0, es-abstract@npm:^1.23.1, es-abstract@npm:^1.23.2, es-abstract@npm:^1.23.3":
|
|
10029
|
-
version: 1.23.
|
|
10030
|
-
resolution: "es-abstract@npm:1.23.
|
|
10057
|
+
version: 1.23.4
|
|
10058
|
+
resolution: "es-abstract@npm:1.23.4"
|
|
10031
10059
|
dependencies:
|
|
10032
10060
|
array-buffer-byte-length: "npm:^1.0.1"
|
|
10033
10061
|
arraybuffer.prototype.slice: "npm:^1.0.3"
|
|
@@ -10044,7 +10072,7 @@ __metadata:
|
|
|
10044
10072
|
function.prototype.name: "npm:^1.1.6"
|
|
10045
10073
|
get-intrinsic: "npm:^1.2.4"
|
|
10046
10074
|
get-symbol-description: "npm:^1.0.2"
|
|
10047
|
-
globalthis: "npm:^1.0.
|
|
10075
|
+
globalthis: "npm:^1.0.4"
|
|
10048
10076
|
gopd: "npm:^1.0.1"
|
|
10049
10077
|
has-property-descriptors: "npm:^1.0.2"
|
|
10050
10078
|
has-proto: "npm:^1.0.3"
|
|
@@ -10060,10 +10088,10 @@ __metadata:
|
|
|
10060
10088
|
is-string: "npm:^1.0.7"
|
|
10061
10089
|
is-typed-array: "npm:^1.1.13"
|
|
10062
10090
|
is-weakref: "npm:^1.0.2"
|
|
10063
|
-
object-inspect: "npm:^1.13.
|
|
10091
|
+
object-inspect: "npm:^1.13.3"
|
|
10064
10092
|
object-keys: "npm:^1.1.1"
|
|
10065
10093
|
object.assign: "npm:^4.1.5"
|
|
10066
|
-
regexp.prototype.flags: "npm:^1.5.
|
|
10094
|
+
regexp.prototype.flags: "npm:^1.5.3"
|
|
10067
10095
|
safe-array-concat: "npm:^1.1.2"
|
|
10068
10096
|
safe-regex-test: "npm:^1.0.3"
|
|
10069
10097
|
string.prototype.trim: "npm:^1.2.9"
|
|
@@ -10075,7 +10103,7 @@ __metadata:
|
|
|
10075
10103
|
typed-array-length: "npm:^1.0.6"
|
|
10076
10104
|
unbox-primitive: "npm:^1.0.2"
|
|
10077
10105
|
which-typed-array: "npm:^1.1.15"
|
|
10078
|
-
checksum: 10c0/
|
|
10106
|
+
checksum: 10c0/70c56ec479d57e63387f561bb50c80587f4a52010868787e3d4b4f95301edf5ba98d70ffd0ba56eb4722c48c578870ff2a8825236a948cfa483f76015d134acb
|
|
10079
10107
|
languageName: node
|
|
10080
10108
|
linkType: hard
|
|
10081
10109
|
|
|
@@ -14157,11 +14185,11 @@ __metadata:
|
|
|
14157
14185
|
linkType: hard
|
|
14158
14186
|
|
|
14159
14187
|
"markdown-to-jsx@npm:^7.1.3":
|
|
14160
|
-
version: 7.6.
|
|
14161
|
-
resolution: "markdown-to-jsx@npm:7.6.
|
|
14188
|
+
version: 7.6.2
|
|
14189
|
+
resolution: "markdown-to-jsx@npm:7.6.2"
|
|
14162
14190
|
peerDependencies:
|
|
14163
14191
|
react: ">= 0.14.0"
|
|
14164
|
-
checksum: 10c0/
|
|
14192
|
+
checksum: 10c0/e4c63c45d860a7fc0b07531bd058e9806ab61dba22c629ef7fc94dda438b35ea351284ea20850726fb5ef8cdfceb0aabbfa05696375d94d0c996cb691706c912
|
|
14165
14193
|
languageName: node
|
|
14166
14194
|
linkType: hard
|
|
14167
14195
|
|
|
@@ -15131,7 +15159,7 @@ __metadata:
|
|
|
15131
15159
|
languageName: node
|
|
15132
15160
|
linkType: hard
|
|
15133
15161
|
|
|
15134
|
-
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.1":
|
|
15162
|
+
"object-inspect@npm:^1.12.0, object-inspect@npm:^1.13.1, object-inspect@npm:^1.13.3":
|
|
15135
15163
|
version: 1.13.3
|
|
15136
15164
|
resolution: "object-inspect@npm:1.13.3"
|
|
15137
15165
|
checksum: 10c0/cc3f15213406be89ffdc54b525e115156086796a515410a8d390215915db9f23c8eab485a06f1297402f440a33715fe8f71a528c1dcbad6e1a3bcaf5a46921d4
|
|
@@ -17911,15 +17939,15 @@ __metadata:
|
|
|
17911
17939
|
linkType: hard
|
|
17912
17940
|
|
|
17913
17941
|
"react-textarea-autosize@npm:^8.3.0":
|
|
17914
|
-
version: 8.5.
|
|
17915
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
17942
|
+
version: 8.5.5
|
|
17943
|
+
resolution: "react-textarea-autosize@npm:8.5.5"
|
|
17916
17944
|
dependencies:
|
|
17917
17945
|
"@babel/runtime": "npm:^7.20.13"
|
|
17918
17946
|
use-composed-ref: "npm:^1.3.0"
|
|
17919
17947
|
use-latest: "npm:^1.2.1"
|
|
17920
17948
|
peerDependencies:
|
|
17921
17949
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
17922
|
-
checksum: 10c0/
|
|
17950
|
+
checksum: 10c0/d708a31b39a409d0246cd8afbd956ce51db58ce0b6411b9d4e1dc876ce93c329d20875933ce5d337662fdcd3699596966dc630149236fee2835d74e302404c98
|
|
17923
17951
|
languageName: node
|
|
17924
17952
|
linkType: hard
|
|
17925
17953
|
|
|
@@ -18258,7 +18286,7 @@ __metadata:
|
|
|
18258
18286
|
languageName: node
|
|
18259
18287
|
linkType: hard
|
|
18260
18288
|
|
|
18261
|
-
"regexp.prototype.flags@npm:^1.5.2":
|
|
18289
|
+
"regexp.prototype.flags@npm:^1.5.2, regexp.prototype.flags@npm:^1.5.3":
|
|
18262
18290
|
version: 1.5.3
|
|
18263
18291
|
resolution: "regexp.prototype.flags@npm:1.5.3"
|
|
18264
18292
|
dependencies:
|
|
@@ -18738,27 +18766,27 @@ __metadata:
|
|
|
18738
18766
|
linkType: hard
|
|
18739
18767
|
|
|
18740
18768
|
"rollup@npm:^4.13.0":
|
|
18741
|
-
version: 4.
|
|
18742
|
-
resolution: "rollup@npm:4.
|
|
18743
|
-
dependencies:
|
|
18744
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.
|
|
18745
|
-
"@rollup/rollup-android-arm64": "npm:4.
|
|
18746
|
-
"@rollup/rollup-darwin-arm64": "npm:4.
|
|
18747
|
-
"@rollup/rollup-darwin-x64": "npm:4.
|
|
18748
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.
|
|
18749
|
-
"@rollup/rollup-freebsd-x64": "npm:4.
|
|
18750
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.
|
|
18751
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.
|
|
18752
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.
|
|
18753
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.
|
|
18754
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.
|
|
18755
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.
|
|
18756
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.
|
|
18757
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.
|
|
18758
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.
|
|
18759
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.
|
|
18760
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.
|
|
18761
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.
|
|
18769
|
+
version: 4.26.0
|
|
18770
|
+
resolution: "rollup@npm:4.26.0"
|
|
18771
|
+
dependencies:
|
|
18772
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.26.0"
|
|
18773
|
+
"@rollup/rollup-android-arm64": "npm:4.26.0"
|
|
18774
|
+
"@rollup/rollup-darwin-arm64": "npm:4.26.0"
|
|
18775
|
+
"@rollup/rollup-darwin-x64": "npm:4.26.0"
|
|
18776
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.26.0"
|
|
18777
|
+
"@rollup/rollup-freebsd-x64": "npm:4.26.0"
|
|
18778
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.26.0"
|
|
18779
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.26.0"
|
|
18780
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.26.0"
|
|
18781
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.26.0"
|
|
18782
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.26.0"
|
|
18783
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.26.0"
|
|
18784
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.26.0"
|
|
18785
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.26.0"
|
|
18786
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.26.0"
|
|
18787
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.26.0"
|
|
18788
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.26.0"
|
|
18789
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.26.0"
|
|
18762
18790
|
"@types/estree": "npm:1.0.6"
|
|
18763
18791
|
fsevents: "npm:~2.3.2"
|
|
18764
18792
|
dependenciesMeta:
|
|
@@ -18802,7 +18830,7 @@ __metadata:
|
|
|
18802
18830
|
optional: true
|
|
18803
18831
|
bin:
|
|
18804
18832
|
rollup: dist/bin/rollup
|
|
18805
|
-
checksum: 10c0/
|
|
18833
|
+
checksum: 10c0/a4375787b95bc3b55d38bbb8dec5f6a63862b08369b9562a2d38efadd400ca42a79406b8f09670a0deb0cc9cd72cca1c0be317302190d1f7feff597003d951bc
|
|
18806
18834
|
languageName: node
|
|
18807
18835
|
linkType: hard
|
|
18808
18836
|
|