@licklist/design 0.69.4 → 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.
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/utils/index.d.ts +8 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +9 -21
- package/dist/date-time-button/DateContent.d.ts.map +1 -1
- package/dist/date-time-button/DateContent.js +3 -3
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +3 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +31 -28
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +14 -2
- 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-card/utils.d.ts +1 -0
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-card/utils.js +6 -2
- package/dist/iframe/activity-card/ActivityCard.d.ts +3 -1
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +8 -1
- 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/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.d.ts +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.d.ts.map +1 -1
- package/dist/iframe/ryft/RyftPaymentForm.js +8 -2
- package/dist/iframe/ryft/utils/ryft-form.d.ts +2 -1
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +20 -1
- package/dist/index.js +1 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +3 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +172 -8
- 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/card/ProductSetCard.d.ts +6 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +20 -11
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +4 -3
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- 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 +64 -1
- package/dist/product-set/form/ProductSetNameControl.d.ts +6 -0
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductSetNameControl.js +35 -0
- 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/form/index.d.ts +1 -0
- package/dist/product-set/form/index.d.ts.map +1 -1
- 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/product-set/utils/index.d.ts +7 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +10 -1
- 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 +9 -0
- 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 +25 -0
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/typeahead/Typeahead.d.ts +5 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +9 -2
- 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 +8 -7
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/calendar/utils/index.ts +17 -26
- package/src/date-time-button/DateContent.tsx +3 -3
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -0
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +88 -85
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +11 -1
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/event-card/utils.ts +5 -1
- package/src/iframe/activity-card/ActivityCard.tsx +6 -0
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/ryft/RyftPaymentForm.tsx +9 -4
- package/src/iframe/ryft/utils/ryft-form.ts +28 -2
- package/src/layout/DropDown.tsx +1 -1
- package/src/modals/confirmation/ConfirmModal.tsx +19 -3
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/card/ProductSetCard.tsx +32 -6
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -1
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +24 -2
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- 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/form/index.ts +1 -0
- 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/product-set/utils/index.ts +11 -0
- 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 +9 -0
- 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 +25 -0
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/typeahead/Typeahead.tsx +15 -1
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +20 -62
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.
|
|
2457
|
-
version: 0.30.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.30.
|
|
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/
|
|
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.
|
|
2493
|
+
"@licklist/core": "npm:0.30.5-dev.0"
|
|
2520
2494
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2521
|
-
"@licklist/plugins": "npm:0.33.
|
|
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.
|
|
2623
|
+
"@licklist/core": 0.30.5-dev.0
|
|
2651
2624
|
"@licklist/eslint-config": 0.5.6
|
|
2652
|
-
"@licklist/plugins": 0.33.
|
|
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,12 +2652,11 @@ __metadata:
|
|
|
2679
2652
|
languageName: node
|
|
2680
2653
|
linkType: hard
|
|
2681
2654
|
|
|
2682
|
-
"@licklist/plugins@npm:0.33.
|
|
2683
|
-
version: 0.33.
|
|
2684
|
-
resolution: "@licklist/plugins@npm:0.33.
|
|
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.
|
|
2687
|
-
"@ungap/url-search-params": "npm:0.2.2"
|
|
2659
|
+
"@licklist/core": "npm:0.30.5-dev.0"
|
|
2688
2660
|
axios: "npm:0.26.0"
|
|
2689
2661
|
history: "npm:4.10.1"
|
|
2690
2662
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2704,7 +2676,7 @@ __metadata:
|
|
|
2704
2676
|
rrule: "npm:2.6.8"
|
|
2705
2677
|
use-debounce: "npm:7.0.1"
|
|
2706
2678
|
peerDependencies:
|
|
2707
|
-
"@licklist/core": 0.30.
|
|
2679
|
+
"@licklist/core": 0.30.5-dev.0
|
|
2708
2680
|
"@licklist/eslint-config": 0.5.6
|
|
2709
2681
|
axios: 0.26.0
|
|
2710
2682
|
lodash: 4.17.21
|
|
@@ -2716,7 +2688,7 @@ __metadata:
|
|
|
2716
2688
|
react-loader: 2.4.7
|
|
2717
2689
|
react-query: 3.34.12
|
|
2718
2690
|
react-router-dom: 5.2.0
|
|
2719
|
-
checksum: 10c0/
|
|
2691
|
+
checksum: 10c0/b1996a0b6f44dba6a8861aa9772ebc930459f2830d7a07f61ba0cbca67fe023b00104839b44aee016c145d416608ce73f427113394d6a49b6a5bd3bd45af30ba
|
|
2720
2692
|
languageName: node
|
|
2721
2693
|
linkType: hard
|
|
2722
2694
|
|
|
@@ -6179,13 +6151,6 @@ __metadata:
|
|
|
6179
6151
|
languageName: node
|
|
6180
6152
|
linkType: hard
|
|
6181
6153
|
|
|
6182
|
-
"@ungap/url-search-params@npm:0.2.2":
|
|
6183
|
-
version: 0.2.2
|
|
6184
|
-
resolution: "@ungap/url-search-params@npm:0.2.2"
|
|
6185
|
-
checksum: 10c0/0ee84b8eff65b8f2af187d8487226c6358da2bd4f9036dea317fb5859c03dfbe1799864ade13127ba3d0b7069187c56a37596481983812e62929d8103e071690
|
|
6186
|
-
languageName: node
|
|
6187
|
-
linkType: hard
|
|
6188
|
-
|
|
6189
6154
|
"@vitejs/plugin-react@npm:4.3.1":
|
|
6190
6155
|
version: 4.3.1
|
|
6191
6156
|
resolution: "@vitejs/plugin-react@npm:4.3.1"
|
|
@@ -8195,8 +8160,8 @@ __metadata:
|
|
|
8195
8160
|
linkType: hard
|
|
8196
8161
|
|
|
8197
8162
|
"chromatic@npm:^11.4.0":
|
|
8198
|
-
version: 11.12.
|
|
8199
|
-
resolution: "chromatic@npm:11.12.
|
|
8163
|
+
version: 11.12.6
|
|
8164
|
+
resolution: "chromatic@npm:11.12.6"
|
|
8200
8165
|
peerDependencies:
|
|
8201
8166
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8202
8167
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8209,7 +8174,7 @@ __metadata:
|
|
|
8209
8174
|
chroma: dist/bin.js
|
|
8210
8175
|
chromatic: dist/bin.js
|
|
8211
8176
|
chromatic-cli: dist/bin.js
|
|
8212
|
-
checksum: 10c0/
|
|
8177
|
+
checksum: 10c0/7d161c52bc239ac6e8380f9a64533dd3792819d8f103d0083a805d5c9ece0844787eedd45c19c41e69d0ef0a3756051fa3e5c1f2fc9630d60f2ada4d5452e929
|
|
8213
8178
|
languageName: node
|
|
8214
8179
|
linkType: hard
|
|
8215
8180
|
|
|
@@ -9272,13 +9237,6 @@ __metadata:
|
|
|
9272
9237
|
languageName: node
|
|
9273
9238
|
linkType: hard
|
|
9274
9239
|
|
|
9275
|
-
"date-fns@npm:2.29.3":
|
|
9276
|
-
version: 2.29.3
|
|
9277
|
-
resolution: "date-fns@npm:2.29.3"
|
|
9278
|
-
checksum: 10c0/aa9128c876ef69a05988029d6aa3d7e5c47a1e978f18b77b48126683d1a2e6605a16c3f5293ca9f4ca790d0755b5061fcea5b469f097871cd53f6590a5c1adc4
|
|
9279
|
-
languageName: node
|
|
9280
|
-
linkType: hard
|
|
9281
|
-
|
|
9282
9240
|
"date-fns@npm:^2.16.1":
|
|
9283
9241
|
version: 2.30.0
|
|
9284
9242
|
resolution: "date-fns@npm:2.30.0"
|
|
@@ -9816,9 +9774,9 @@ __metadata:
|
|
|
9816
9774
|
linkType: hard
|
|
9817
9775
|
|
|
9818
9776
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9819
|
-
version: 1.5.
|
|
9820
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9821
|
-
checksum: 10c0/
|
|
9777
|
+
version: 1.5.41
|
|
9778
|
+
resolution: "electron-to-chromium@npm:1.5.41"
|
|
9779
|
+
checksum: 10c0/97b82383963029e6ed0bd7a71eb527f640c8cf658c9e43c776b0257b3c65e366590ac54135683a21e4474a156b8be78717d6e94d3c1def84b69f92bf48f2390f
|
|
9822
9780
|
languageName: node
|
|
9823
9781
|
linkType: hard
|
|
9824
9782
|
|