@licklist/design 0.67.2 → 0.67.3-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/.storybook/main.cjs +15 -12
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/Calendar.d.ts +1 -1
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +35 -40
- package/dist/calendar/utils/index.d.ts +2 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +20 -4
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +2 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.js +5 -3
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +3 -6
- 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/iframe/event/event-card/IframeEventCard.d.ts +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.d.ts.map +1 -1
- package/dist/iframe/event/event-card/IframeEventCard.js +9 -3
- 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/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.d.ts.map +1 -1
- package/dist/layout/DropDownToggle.js +1 -0
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +1 -0
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.js +2 -2
- package/dist/product-set/control/ProductSetControl.d.ts +1 -1
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- 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 +60 -2
- 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/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/provider/location-input/LocationInput.d.ts +4 -1
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +41 -2
- package/dist/provider/location-input/LocationInputDescription.d.ts +4 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +27 -12
- package/dist/provider/location-input/index.d.ts +1 -0
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +3 -1
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +7 -3
- package/dist/provider/venue-form/VenueForm.d.ts +3 -1
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +7 -3
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +4 -8
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +3 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +6 -3
- package/dist/recurring-date-picker-input/utils.d.ts +5 -0
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +75 -3
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +4 -7
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
- package/dist/sales/manual-booking/formatDays.js +3 -3
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
- package/dist/sales/notes/NotesTableRow.js +3 -4
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.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 +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/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +25 -24
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +4 -7
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/events/EditEventModal.scss +1 -3
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -1
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +0 -1
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/dist/styles/iframe-events/Event.scss +2 -4
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/dist/styles/product-set/CreateProductSetItem.scss +15 -13
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/ProductSetForm.scss +25 -2
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +2 -2
- package/dist/styles/report/ReportCard.scss +1 -0
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +4 -0
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/BookingTabs.scss +7 -5
- package/dist/styles/sales/Filters.scss +5 -4
- package/dist/styles/sales/GuestProfile.scss +170 -175
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +4 -2
- package/dist/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +10 -32
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneForm.scss +1 -0
- package/dist/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/dist/zone/form/ZoneForm.d.ts +2 -2
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +3 -2
- package/dist/zone/form/components/ZoneControl.d.ts +2 -2
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +4 -2
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +4 -4
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +4 -2
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +31 -28
- package/src/calendar/utils/index.ts +26 -4
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +3 -5
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +0 -4
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/header/elements/Elements.stories.tsx +1 -1
- package/src/help/popover/Popover.stories.tsx +1 -1
- package/src/iframe/event/event-card/IframeEventCard.tsx +16 -2
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
- 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/layout/DropDown.tsx +2 -1
- package/src/layout/DropDownToggle.tsx +2 -0
- package/src/product-set/card/ProductSetCard.stories.tsx +3 -1
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -4
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/control/ProductSetControl.tsx +1 -1
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +22 -3
- package/src/product-set/form/ProductZonesControl.tsx +4 -7
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
- 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/advanced-options/AdvancedOptions.tsx +5 -5
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
- package/src/provider/location-input/LocationInput.tsx +36 -1
- package/src/provider/location-input/LocationInputDescription.tsx +23 -11
- package/src/provider/location-input/index.ts +1 -0
- package/src/provider/provider-form/ProviderForm.tsx +7 -2
- package/src/provider/venue-form/VenueForm.tsx +5 -2
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +4 -18
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +11 -4
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +12 -1
- package/src/recurring-date-picker-input/utils.ts +91 -1
- package/src/sales/booking/results/components/ResultCard.tsx +4 -10
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
- package/src/sales/manual-booking/formatDays.ts +3 -3
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
- package/src/sales/notes/NotesTableRow.tsx +3 -3
- package/src/setting/admin/AdminSetting.stories.tsx +1 -0
- package/src/setting/admin/AdminSettingForm.tsx +2 -2
- package/src/setting/system/SystemSetting.stories.tsx +1 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/back-button/BackButton.scss +25 -24
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +4 -7
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/src/styles/custom-fields/_index.scss +1 -1
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/events/EditEventModal.scss +1 -3
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/form/Input.scss +1 -1
- package/src/styles/header/Header.scss +1 -1
- package/src/styles/header/elements/CompanySelector.scss +2 -2
- package/src/styles/iframe-events/Calendar.scss +0 -1
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/src/styles/iframe-events/Event.scss +2 -4
- package/src/styles/iframe-events/EventForm.scss +54 -54
- package/src/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/notification/Notification.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/src/styles/product-set/CreateProductSetItem.scss +15 -13
- package/src/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/ProductSetForm.scss +25 -2
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +2 -2
- package/src/styles/report/ReportCard.scss +1 -0
- package/src/styles/report/_index.scss +1 -1
- package/src/styles/resources-blocking/_index.scss +4 -0
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/BookingTabs.scss +7 -5
- package/src/styles/sales/Filters.scss +5 -4
- package/src/styles/sales/GuestProfile.scss +170 -175
- package/src/styles/sales/LifeTimeSales.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +4 -2
- package/src/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +4 -4
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +10 -32
- package/src/styles/themes/licklist/_variables.scss +1 -1
- package/src/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneForm.scss +1 -0
- package/src/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/src/tiptap-editor/TipTapEditor.stories.tsx +6 -4
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +5 -2
- package/src/zone/form/ZoneForm.tsx +3 -2
- package/src/zone/form/components/ZoneControl.tsx +3 -3
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +7 -5
- package/src/zone/form/utils/dates.ts +9 -10
- package/yarn.lock +187 -201
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
package/yarn.lock
CHANGED
|
@@ -1992,15 +1992,15 @@ __metadata:
|
|
|
1992
1992
|
linkType: hard
|
|
1993
1993
|
|
|
1994
1994
|
"@emotion/serialize@npm:^1.2.0, @emotion/serialize@npm:^1.3.1":
|
|
1995
|
-
version: 1.3.
|
|
1996
|
-
resolution: "@emotion/serialize@npm:1.3.
|
|
1995
|
+
version: 1.3.2
|
|
1996
|
+
resolution: "@emotion/serialize@npm:1.3.2"
|
|
1997
1997
|
dependencies:
|
|
1998
1998
|
"@emotion/hash": "npm:^0.9.2"
|
|
1999
1999
|
"@emotion/memoize": "npm:^0.9.0"
|
|
2000
2000
|
"@emotion/unitless": "npm:^0.10.0"
|
|
2001
|
-
"@emotion/utils": "npm:^1.4.
|
|
2001
|
+
"@emotion/utils": "npm:^1.4.1"
|
|
2002
2002
|
csstype: "npm:^3.0.2"
|
|
2003
|
-
checksum: 10c0/
|
|
2003
|
+
checksum: 10c0/b4873b643721d28b4450f9d77b71e6c8d0109e6825c54fc79e649d2fa438fe4080d2fa696ec8fda421b8e713fcd42306d6197b6121ddd2486ffab8e4b6311ce0
|
|
2004
2004
|
languageName: node
|
|
2005
2005
|
linkType: hard
|
|
2006
2006
|
|
|
@@ -2083,10 +2083,10 @@ __metadata:
|
|
|
2083
2083
|
languageName: node
|
|
2084
2084
|
linkType: hard
|
|
2085
2085
|
|
|
2086
|
-
"@emotion/utils@npm:^1.4.0":
|
|
2087
|
-
version: 1.4.
|
|
2088
|
-
resolution: "@emotion/utils@npm:1.4.
|
|
2089
|
-
checksum: 10c0/
|
|
2086
|
+
"@emotion/utils@npm:^1.4.0, @emotion/utils@npm:^1.4.1":
|
|
2087
|
+
version: 1.4.1
|
|
2088
|
+
resolution: "@emotion/utils@npm:1.4.1"
|
|
2089
|
+
checksum: 10c0/f4704e0bdf48062fd6eb9c64771c88f521aab1e108a48cb23d65b6438597c63a6945301cef4c43611e79e0e76a304ec5481c31025ea8f573d7ad5423d747602c
|
|
2090
2090
|
languageName: node
|
|
2091
2091
|
linkType: hard
|
|
2092
2092
|
|
|
@@ -2405,18 +2405,6 @@ __metadata:
|
|
|
2405
2405
|
languageName: node
|
|
2406
2406
|
linkType: hard
|
|
2407
2407
|
|
|
2408
|
-
"@fortawesome/react-fontawesome@npm:0.1.9":
|
|
2409
|
-
version: 0.1.9
|
|
2410
|
-
resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
|
|
2411
|
-
dependencies:
|
|
2412
|
-
prop-types: "npm:^15.7.2"
|
|
2413
|
-
peerDependencies:
|
|
2414
|
-
"@fortawesome/fontawesome-svg-core": ^1.2.20
|
|
2415
|
-
react: 16.x
|
|
2416
|
-
checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
|
|
2417
|
-
languageName: node
|
|
2418
|
-
linkType: hard
|
|
2419
|
-
|
|
2420
2408
|
"@gar/promisify@npm:^1.0.1":
|
|
2421
2409
|
version: 1.1.3
|
|
2422
2410
|
resolution: "@gar/promisify@npm:1.1.3"
|
|
@@ -2573,14 +2561,14 @@ __metadata:
|
|
|
2573
2561
|
languageName: node
|
|
2574
2562
|
linkType: hard
|
|
2575
2563
|
|
|
2576
|
-
"@licklist/core@npm:0.29.
|
|
2577
|
-
version: 0.29.
|
|
2578
|
-
resolution: "@licklist/core@npm:0.29.
|
|
2564
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2565
|
+
version: 0.29.1-dev.2
|
|
2566
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2579
2567
|
dependencies:
|
|
2580
2568
|
"@sentry/browser": "npm:6.2.0"
|
|
2581
2569
|
axios: "npm:0.26.0"
|
|
2582
2570
|
i18next: "npm:19.4.5"
|
|
2583
|
-
luxon: "npm:
|
|
2571
|
+
luxon: "npm:3.5.0"
|
|
2584
2572
|
react: "npm:17.0.2"
|
|
2585
2573
|
react-dom: "npm:17.0.2"
|
|
2586
2574
|
react-i18next: "npm:11.8.8"
|
|
@@ -2590,38 +2578,12 @@ __metadata:
|
|
|
2590
2578
|
peerDependencies:
|
|
2591
2579
|
"@licklist/eslint-config": 0.5.5
|
|
2592
2580
|
axios: 0.26.0
|
|
2593
|
-
luxon:
|
|
2581
|
+
luxon: 3.5.0
|
|
2594
2582
|
react: 17.0.2
|
|
2595
2583
|
react-dom: 17.0.2
|
|
2596
2584
|
react-i18next: 11.8.8
|
|
2597
2585
|
react-intl: 6.6.8
|
|
2598
|
-
checksum: 10c0/
|
|
2599
|
-
languageName: node
|
|
2600
|
-
linkType: hard
|
|
2601
|
-
|
|
2602
|
-
"@licklist/core@npm:0.29.1":
|
|
2603
|
-
version: 0.29.1
|
|
2604
|
-
resolution: "@licklist/core@npm:0.29.1"
|
|
2605
|
-
dependencies:
|
|
2606
|
-
"@sentry/browser": "npm:6.2.0"
|
|
2607
|
-
axios: "npm:0.26.0"
|
|
2608
|
-
i18next: "npm:19.4.5"
|
|
2609
|
-
luxon: "npm:1.26.0"
|
|
2610
|
-
react: "npm:17.0.2"
|
|
2611
|
-
react-dom: "npm:17.0.2"
|
|
2612
|
-
react-i18next: "npm:11.8.8"
|
|
2613
|
-
react-intl: "npm:6.6.8"
|
|
2614
|
-
uuid: "npm:9.0.0"
|
|
2615
|
-
wait-for-expect: "npm:3.0.2"
|
|
2616
|
-
peerDependencies:
|
|
2617
|
-
"@licklist/eslint-config": 0.5.5
|
|
2618
|
-
axios: 0.26.0
|
|
2619
|
-
luxon: 1.26.0
|
|
2620
|
-
react: 17.0.2
|
|
2621
|
-
react-dom: 17.0.2
|
|
2622
|
-
react-i18next: 11.8.8
|
|
2623
|
-
react-intl: 6.6.8
|
|
2624
|
-
checksum: 10c0/90bfe0a2c1c6b57e4900b59827252bc7e1745d67f659ae7b2ccb4a323f142f2296864bc8025f864c9106cabc3a1893c9b88753706558997bb7305e57fa886868
|
|
2586
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2625
2587
|
languageName: node
|
|
2626
2588
|
linkType: hard
|
|
2627
2589
|
|
|
@@ -2636,10 +2598,9 @@ __metadata:
|
|
|
2636
2598
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2637
2599
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2638
2600
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2639
|
-
"@
|
|
2640
|
-
"@licklist/core": "npm:0.29.1"
|
|
2601
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2641
2602
|
"@licklist/eslint-config": "npm:0.5.5"
|
|
2642
|
-
"@licklist/plugins": "npm:0.32.0"
|
|
2603
|
+
"@licklist/plugins": "npm:0.32.0-dev.3"
|
|
2643
2604
|
"@mdx-js/react": "npm:1.6.22"
|
|
2644
2605
|
"@popperjs/core": "npm:2.11.8"
|
|
2645
2606
|
"@react-aria/utils": "npm:3.9.0"
|
|
@@ -2678,7 +2639,7 @@ __metadata:
|
|
|
2678
2639
|
"@tiptap/react": "npm:2.0.0-beta.109"
|
|
2679
2640
|
"@tiptap/suggestion": "npm:2.0.0-beta.92"
|
|
2680
2641
|
"@types/lodash": "npm:4.17.5"
|
|
2681
|
-
"@types/luxon": "npm:
|
|
2642
|
+
"@types/luxon": "npm:3.4.2"
|
|
2682
2643
|
"@types/mdx-js__react": "npm:1.5.3"
|
|
2683
2644
|
"@types/node": "npm:20.9.0"
|
|
2684
2645
|
"@types/react": "npm:17.0.80"
|
|
@@ -2715,7 +2676,7 @@ __metadata:
|
|
|
2715
2676
|
konva: "npm:6.0.0"
|
|
2716
2677
|
lint-staged: "npm:12.3.2"
|
|
2717
2678
|
lodash: "npm:4.17.21"
|
|
2718
|
-
luxon: "npm:
|
|
2679
|
+
luxon: "npm:3.5.0"
|
|
2719
2680
|
moment: "npm:2.29.1"
|
|
2720
2681
|
prettier: "npm:3.3.3"
|
|
2721
2682
|
react: "npm:17.0.2"
|
|
@@ -2761,11 +2722,11 @@ __metadata:
|
|
|
2761
2722
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2762
2723
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2763
2724
|
peerDependencies:
|
|
2764
|
-
"@licklist/core": 0.29.1
|
|
2725
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2765
2726
|
"@licklist/eslint-config": 0.5.5
|
|
2766
|
-
"@licklist/plugins": 0.32.0
|
|
2727
|
+
"@licklist/plugins": 0.32.0-dev.3
|
|
2767
2728
|
lodash: 4.17.21
|
|
2768
|
-
luxon:
|
|
2729
|
+
luxon: 3.5.0
|
|
2769
2730
|
react: 17.0.2
|
|
2770
2731
|
react-dom: 17.0.2
|
|
2771
2732
|
react-hook-form: 7.52.2
|
|
@@ -2794,17 +2755,17 @@ __metadata:
|
|
|
2794
2755
|
languageName: node
|
|
2795
2756
|
linkType: hard
|
|
2796
2757
|
|
|
2797
|
-
"@licklist/plugins@npm:0.32.0":
|
|
2798
|
-
version: 0.32.0
|
|
2799
|
-
resolution: "@licklist/plugins@npm:0.32.0"
|
|
2758
|
+
"@licklist/plugins@npm:0.32.0-dev.3":
|
|
2759
|
+
version: 0.32.0-dev.3
|
|
2760
|
+
resolution: "@licklist/plugins@npm:0.32.0-dev.3"
|
|
2800
2761
|
dependencies:
|
|
2801
|
-
"@licklist/core": "npm:0.29.
|
|
2762
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2802
2763
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2803
2764
|
axios: "npm:0.26.0"
|
|
2804
2765
|
history: "npm:4.10.1"
|
|
2805
2766
|
laravel-echo: "npm:1.15.1"
|
|
2806
2767
|
lodash: "npm:4.17.21"
|
|
2807
|
-
luxon: "npm:
|
|
2768
|
+
luxon: "npm:3.5.0"
|
|
2808
2769
|
moment: "npm:2.27.0"
|
|
2809
2770
|
pusher-js: "npm:8.2.0"
|
|
2810
2771
|
react: "npm:17.0.2"
|
|
@@ -2819,11 +2780,11 @@ __metadata:
|
|
|
2819
2780
|
rrule: "npm:2.6.8"
|
|
2820
2781
|
use-debounce: "npm:7.0.1"
|
|
2821
2782
|
peerDependencies:
|
|
2822
|
-
"@licklist/core": 0.29.
|
|
2783
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2823
2784
|
"@licklist/eslint-config": 0.5.5
|
|
2824
2785
|
axios: 0.26.0
|
|
2825
2786
|
lodash: 4.17.21
|
|
2826
|
-
luxon:
|
|
2787
|
+
luxon: 3.5.0
|
|
2827
2788
|
react: 17.0.2
|
|
2828
2789
|
react-dom: 17.0.2
|
|
2829
2790
|
react-hook-form: 7.52.2
|
|
@@ -2831,7 +2792,7 @@ __metadata:
|
|
|
2831
2792
|
react-loader: 2.4.7
|
|
2832
2793
|
react-query: 3.34.12
|
|
2833
2794
|
react-router-dom: 5.2.0
|
|
2834
|
-
checksum: 10c0/
|
|
2795
|
+
checksum: 10c0/a713a713d8f6d481245243a938f74874eb2ee531890807e1d5a1781a6150ddfac1c9558bc056bc809bbdb64f312129dec93dfac527a89037f6bf69eb6770fd4a
|
|
2835
2796
|
languageName: node
|
|
2836
2797
|
linkType: hard
|
|
2837
2798
|
|
|
@@ -3224,8 +3185,8 @@ __metadata:
|
|
|
3224
3185
|
linkType: hard
|
|
3225
3186
|
|
|
3226
3187
|
"@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.0.2, @rollup/pluginutils@npm:^5.0.5, @rollup/pluginutils@npm:^5.1.0":
|
|
3227
|
-
version: 5.1.
|
|
3228
|
-
resolution: "@rollup/pluginutils@npm:5.1.
|
|
3188
|
+
version: 5.1.2
|
|
3189
|
+
resolution: "@rollup/pluginutils@npm:5.1.2"
|
|
3229
3190
|
dependencies:
|
|
3230
3191
|
"@types/estree": "npm:^1.0.0"
|
|
3231
3192
|
estree-walker: "npm:^2.0.2"
|
|
@@ -3235,118 +3196,118 @@ __metadata:
|
|
|
3235
3196
|
peerDependenciesMeta:
|
|
3236
3197
|
rollup:
|
|
3237
3198
|
optional: true
|
|
3238
|
-
checksum: 10c0/
|
|
3199
|
+
checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836
|
|
3239
3200
|
languageName: node
|
|
3240
3201
|
linkType: hard
|
|
3241
3202
|
|
|
3242
|
-
"@rollup/rollup-android-arm-eabi@npm:4.22.
|
|
3243
|
-
version: 4.22.
|
|
3244
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.
|
|
3203
|
+
"@rollup/rollup-android-arm-eabi@npm:4.22.4":
|
|
3204
|
+
version: 4.22.4
|
|
3205
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.4"
|
|
3245
3206
|
conditions: os=android & cpu=arm
|
|
3246
3207
|
languageName: node
|
|
3247
3208
|
linkType: hard
|
|
3248
3209
|
|
|
3249
|
-
"@rollup/rollup-android-arm64@npm:4.22.
|
|
3250
|
-
version: 4.22.
|
|
3251
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.22.
|
|
3210
|
+
"@rollup/rollup-android-arm64@npm:4.22.4":
|
|
3211
|
+
version: 4.22.4
|
|
3212
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.22.4"
|
|
3252
3213
|
conditions: os=android & cpu=arm64
|
|
3253
3214
|
languageName: node
|
|
3254
3215
|
linkType: hard
|
|
3255
3216
|
|
|
3256
|
-
"@rollup/rollup-darwin-arm64@npm:4.22.
|
|
3257
|
-
version: 4.22.
|
|
3258
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.22.
|
|
3217
|
+
"@rollup/rollup-darwin-arm64@npm:4.22.4":
|
|
3218
|
+
version: 4.22.4
|
|
3219
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.22.4"
|
|
3259
3220
|
conditions: os=darwin & cpu=arm64
|
|
3260
3221
|
languageName: node
|
|
3261
3222
|
linkType: hard
|
|
3262
3223
|
|
|
3263
|
-
"@rollup/rollup-darwin-x64@npm:4.22.
|
|
3264
|
-
version: 4.22.
|
|
3265
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.22.
|
|
3224
|
+
"@rollup/rollup-darwin-x64@npm:4.22.4":
|
|
3225
|
+
version: 4.22.4
|
|
3226
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.22.4"
|
|
3266
3227
|
conditions: os=darwin & cpu=x64
|
|
3267
3228
|
languageName: node
|
|
3268
3229
|
linkType: hard
|
|
3269
3230
|
|
|
3270
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.
|
|
3271
|
-
version: 4.22.
|
|
3272
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.
|
|
3231
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4":
|
|
3232
|
+
version: 4.22.4
|
|
3233
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4"
|
|
3273
3234
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3274
3235
|
languageName: node
|
|
3275
3236
|
linkType: hard
|
|
3276
3237
|
|
|
3277
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.22.
|
|
3278
|
-
version: 4.22.
|
|
3279
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.
|
|
3238
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.22.4":
|
|
3239
|
+
version: 4.22.4
|
|
3240
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4"
|
|
3280
3241
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3281
3242
|
languageName: node
|
|
3282
3243
|
linkType: hard
|
|
3283
3244
|
|
|
3284
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.22.
|
|
3285
|
-
version: 4.22.
|
|
3286
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.
|
|
3245
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.22.4":
|
|
3246
|
+
version: 4.22.4
|
|
3247
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.4"
|
|
3287
3248
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3288
3249
|
languageName: node
|
|
3289
3250
|
linkType: hard
|
|
3290
3251
|
|
|
3291
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.22.
|
|
3292
|
-
version: 4.22.
|
|
3293
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.
|
|
3252
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.22.4":
|
|
3253
|
+
version: 4.22.4
|
|
3254
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.4"
|
|
3294
3255
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3295
3256
|
languageName: node
|
|
3296
3257
|
linkType: hard
|
|
3297
3258
|
|
|
3298
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.
|
|
3299
|
-
version: 4.22.
|
|
3300
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.
|
|
3259
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4":
|
|
3260
|
+
version: 4.22.4
|
|
3261
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4"
|
|
3301
3262
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3302
3263
|
languageName: node
|
|
3303
3264
|
linkType: hard
|
|
3304
3265
|
|
|
3305
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.22.
|
|
3306
|
-
version: 4.22.
|
|
3307
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.
|
|
3266
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.22.4":
|
|
3267
|
+
version: 4.22.4
|
|
3268
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4"
|
|
3308
3269
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3309
3270
|
languageName: node
|
|
3310
3271
|
linkType: hard
|
|
3311
3272
|
|
|
3312
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.22.
|
|
3313
|
-
version: 4.22.
|
|
3314
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.
|
|
3273
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.22.4":
|
|
3274
|
+
version: 4.22.4
|
|
3275
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.4"
|
|
3315
3276
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3316
3277
|
languageName: node
|
|
3317
3278
|
linkType: hard
|
|
3318
3279
|
|
|
3319
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.22.
|
|
3320
|
-
version: 4.22.
|
|
3321
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.
|
|
3280
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.22.4":
|
|
3281
|
+
version: 4.22.4
|
|
3282
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.4"
|
|
3322
3283
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3323
3284
|
languageName: node
|
|
3324
3285
|
linkType: hard
|
|
3325
3286
|
|
|
3326
|
-
"@rollup/rollup-linux-x64-musl@npm:4.22.
|
|
3327
|
-
version: 4.22.
|
|
3328
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.
|
|
3287
|
+
"@rollup/rollup-linux-x64-musl@npm:4.22.4":
|
|
3288
|
+
version: 4.22.4
|
|
3289
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.4"
|
|
3329
3290
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3330
3291
|
languageName: node
|
|
3331
3292
|
linkType: hard
|
|
3332
3293
|
|
|
3333
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.22.
|
|
3334
|
-
version: 4.22.
|
|
3335
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.
|
|
3294
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.22.4":
|
|
3295
|
+
version: 4.22.4
|
|
3296
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.4"
|
|
3336
3297
|
conditions: os=win32 & cpu=arm64
|
|
3337
3298
|
languageName: node
|
|
3338
3299
|
linkType: hard
|
|
3339
3300
|
|
|
3340
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.22.
|
|
3341
|
-
version: 4.22.
|
|
3342
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.
|
|
3301
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.22.4":
|
|
3302
|
+
version: 4.22.4
|
|
3303
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.4"
|
|
3343
3304
|
conditions: os=win32 & cpu=ia32
|
|
3344
3305
|
languageName: node
|
|
3345
3306
|
linkType: hard
|
|
3346
3307
|
|
|
3347
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.22.
|
|
3348
|
-
version: 4.22.
|
|
3349
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.
|
|
3308
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.22.4":
|
|
3309
|
+
version: 4.22.4
|
|
3310
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4"
|
|
3350
3311
|
conditions: os=win32 & cpu=x64
|
|
3351
3312
|
languageName: node
|
|
3352
3313
|
linkType: hard
|
|
@@ -5090,14 +5051,14 @@ __metadata:
|
|
|
5090
5051
|
linkType: hard
|
|
5091
5052
|
|
|
5092
5053
|
"@tiptap/extension-bubble-menu@npm:^2.0.0-beta.56":
|
|
5093
|
-
version: 2.7.
|
|
5094
|
-
resolution: "@tiptap/extension-bubble-menu@npm:2.7.
|
|
5054
|
+
version: 2.7.3
|
|
5055
|
+
resolution: "@tiptap/extension-bubble-menu@npm:2.7.3"
|
|
5095
5056
|
dependencies:
|
|
5096
5057
|
tippy.js: "npm:^6.3.7"
|
|
5097
5058
|
peerDependencies:
|
|
5098
5059
|
"@tiptap/core": ^2.7.0
|
|
5099
5060
|
"@tiptap/pm": ^2.7.0
|
|
5100
|
-
checksum: 10c0/
|
|
5061
|
+
checksum: 10c0/179aac09db5479697229514958232ace39167ad903f6fb5561ecb773dfc773bb66b58d7c79a9924ce48398d7eddd1d15f2ec06cb1a7b0109754574cf853e5861
|
|
5101
5062
|
languageName: node
|
|
5102
5063
|
linkType: hard
|
|
5103
5064
|
|
|
@@ -5120,14 +5081,14 @@ __metadata:
|
|
|
5120
5081
|
linkType: hard
|
|
5121
5082
|
|
|
5122
5083
|
"@tiptap/extension-floating-menu@npm:^2.0.0-beta.51":
|
|
5123
|
-
version: 2.7.
|
|
5124
|
-
resolution: "@tiptap/extension-floating-menu@npm:2.7.
|
|
5084
|
+
version: 2.7.3
|
|
5085
|
+
resolution: "@tiptap/extension-floating-menu@npm:2.7.3"
|
|
5125
5086
|
dependencies:
|
|
5126
5087
|
tippy.js: "npm:^6.3.7"
|
|
5127
5088
|
peerDependencies:
|
|
5128
5089
|
"@tiptap/core": ^2.7.0
|
|
5129
5090
|
"@tiptap/pm": ^2.7.0
|
|
5130
|
-
checksum: 10c0/
|
|
5091
|
+
checksum: 10c0/1a40ba4aa8fb8bbbe34140f7c330eaa6fa496803159dc66f645fbe2e28bf96991f3d64fef6de0d46a62be9635bdccfadac3801bef72cb35d6dfc1c0f7296e9a9
|
|
5131
5092
|
languageName: node
|
|
5132
5093
|
linkType: hard
|
|
5133
5094
|
|
|
@@ -5522,6 +5483,13 @@ __metadata:
|
|
|
5522
5483
|
languageName: node
|
|
5523
5484
|
linkType: hard
|
|
5524
5485
|
|
|
5486
|
+
"@types/linkify-it@npm:^5":
|
|
5487
|
+
version: 5.0.0
|
|
5488
|
+
resolution: "@types/linkify-it@npm:5.0.0"
|
|
5489
|
+
checksum: 10c0/7bbbf45b9dde17bf3f184fee585aef0e7342f6954f0377a24e4ff42ab5a85d5b806aaa5c8d16e2faf2a6b87b2d94467a196b7d2b85c9c7de2f0eaac5487aaab8
|
|
5490
|
+
languageName: node
|
|
5491
|
+
linkType: hard
|
|
5492
|
+
|
|
5525
5493
|
"@types/lodash@npm:4.17.5":
|
|
5526
5494
|
version: 4.17.5
|
|
5527
5495
|
resolution: "@types/lodash@npm:4.17.5"
|
|
@@ -5529,10 +5497,20 @@ __metadata:
|
|
|
5529
5497
|
languageName: node
|
|
5530
5498
|
linkType: hard
|
|
5531
5499
|
|
|
5532
|
-
"@types/luxon@npm:
|
|
5533
|
-
version:
|
|
5534
|
-
resolution: "@types/luxon@npm:
|
|
5535
|
-
checksum: 10c0/
|
|
5500
|
+
"@types/luxon@npm:3.4.2":
|
|
5501
|
+
version: 3.4.2
|
|
5502
|
+
resolution: "@types/luxon@npm:3.4.2"
|
|
5503
|
+
checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
|
|
5504
|
+
languageName: node
|
|
5505
|
+
linkType: hard
|
|
5506
|
+
|
|
5507
|
+
"@types/markdown-it@npm:^14.0.0":
|
|
5508
|
+
version: 14.1.2
|
|
5509
|
+
resolution: "@types/markdown-it@npm:14.1.2"
|
|
5510
|
+
dependencies:
|
|
5511
|
+
"@types/linkify-it": "npm:^5"
|
|
5512
|
+
"@types/mdurl": "npm:^2"
|
|
5513
|
+
checksum: 10c0/34f709f0476bd4e7b2ba7c3341072a6d532f1f4cb6f70aef371e403af8a08a7c372ba6907ac426bc618d356dab660c5b872791ff6c1ead80c483e0d639c6f127
|
|
5536
5514
|
languageName: node
|
|
5537
5515
|
linkType: hard
|
|
5538
5516
|
|
|
@@ -5554,6 +5532,13 @@ __metadata:
|
|
|
5554
5532
|
languageName: node
|
|
5555
5533
|
linkType: hard
|
|
5556
5534
|
|
|
5535
|
+
"@types/mdurl@npm:^2":
|
|
5536
|
+
version: 2.0.0
|
|
5537
|
+
resolution: "@types/mdurl@npm:2.0.0"
|
|
5538
|
+
checksum: 10c0/cde7bb571630ed1ceb3b92a28f7b59890bb38b8f34cd35326e2df43eebfc74985e6aa6fd4184e307393bad8a9e0783a519a3f9d13c8e03788c0f98e5ec869c5e
|
|
5539
|
+
languageName: node
|
|
5540
|
+
linkType: hard
|
|
5541
|
+
|
|
5557
5542
|
"@types/mdx-js__react@npm:1.5.3":
|
|
5558
5543
|
version: 1.5.3
|
|
5559
5544
|
resolution: "@types/mdx-js__react@npm:1.5.3"
|
|
@@ -5590,11 +5575,11 @@ __metadata:
|
|
|
5590
5575
|
linkType: hard
|
|
5591
5576
|
|
|
5592
5577
|
"@types/node@npm:*":
|
|
5593
|
-
version: 22.
|
|
5594
|
-
resolution: "@types/node@npm:22.
|
|
5578
|
+
version: 22.7.2
|
|
5579
|
+
resolution: "@types/node@npm:22.7.2"
|
|
5595
5580
|
dependencies:
|
|
5596
5581
|
undici-types: "npm:~6.19.2"
|
|
5597
|
-
checksum: 10c0/
|
|
5582
|
+
checksum: 10c0/987e4df034e4af0ce76b938c2c0d94373da376b228f1c93081a661c77e682795c599bcad47c93c70a25b8ea443587137cf23088fb7f62ef442955f13046eae3d
|
|
5598
5583
|
languageName: node
|
|
5599
5584
|
linkType: hard
|
|
5600
5585
|
|
|
@@ -5862,12 +5847,12 @@ __metadata:
|
|
|
5862
5847
|
linkType: hard
|
|
5863
5848
|
|
|
5864
5849
|
"@types/react@npm:*, @types/react@npm:16 || 17 || 18, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5865
|
-
version: 18.3.
|
|
5866
|
-
resolution: "@types/react@npm:18.3.
|
|
5850
|
+
version: 18.3.9
|
|
5851
|
+
resolution: "@types/react@npm:18.3.9"
|
|
5867
5852
|
dependencies:
|
|
5868
5853
|
"@types/prop-types": "npm:*"
|
|
5869
5854
|
csstype: "npm:^3.0.2"
|
|
5870
|
-
checksum: 10c0/
|
|
5855
|
+
checksum: 10c0/a92b8e061d0c833e096254782c56a802316593f4a907fb834b557cabe848a0829b9eb6056404ea239eb4d5ec5ac7b7724309761516c0a7a277916fa04dd4f805
|
|
5871
5856
|
languageName: node
|
|
5872
5857
|
linkType: hard
|
|
5873
5858
|
|
|
@@ -6150,26 +6135,26 @@ __metadata:
|
|
|
6150
6135
|
languageName: node
|
|
6151
6136
|
linkType: hard
|
|
6152
6137
|
|
|
6153
|
-
"@vue/compiler-core@npm:3.5.
|
|
6154
|
-
version: 3.5.
|
|
6155
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6138
|
+
"@vue/compiler-core@npm:3.5.8":
|
|
6139
|
+
version: 3.5.8
|
|
6140
|
+
resolution: "@vue/compiler-core@npm:3.5.8"
|
|
6156
6141
|
dependencies:
|
|
6157
6142
|
"@babel/parser": "npm:^7.25.3"
|
|
6158
|
-
"@vue/shared": "npm:3.5.
|
|
6143
|
+
"@vue/shared": "npm:3.5.8"
|
|
6159
6144
|
entities: "npm:^4.5.0"
|
|
6160
6145
|
estree-walker: "npm:^2.0.2"
|
|
6161
6146
|
source-map-js: "npm:^1.2.0"
|
|
6162
|
-
checksum: 10c0/
|
|
6147
|
+
checksum: 10c0/e6b3bf55dc834ed67e8d41a063a9e909aff88baa9399578add9ec43b6cc933e77df926da12df8d99427a8098654e9cd1881e3d78be4ebccd340ec2c9529fef9c
|
|
6163
6148
|
languageName: node
|
|
6164
6149
|
linkType: hard
|
|
6165
6150
|
|
|
6166
6151
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6167
|
-
version: 3.5.
|
|
6168
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6152
|
+
version: 3.5.8
|
|
6153
|
+
resolution: "@vue/compiler-dom@npm:3.5.8"
|
|
6169
6154
|
dependencies:
|
|
6170
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6171
|
-
"@vue/shared": "npm:3.5.
|
|
6172
|
-
checksum: 10c0/
|
|
6155
|
+
"@vue/compiler-core": "npm:3.5.8"
|
|
6156
|
+
"@vue/shared": "npm:3.5.8"
|
|
6157
|
+
checksum: 10c0/94904b5d62c7bccb12e63a659aae1e00ad841c3fc21fe0ae639c9e00ded587381e0f85edde953fa932799b5ed2cafa92c621d52c01914d1e2226a9410953daef
|
|
6173
6158
|
languageName: node
|
|
6174
6159
|
linkType: hard
|
|
6175
6160
|
|
|
@@ -6204,10 +6189,10 @@ __metadata:
|
|
|
6204
6189
|
languageName: node
|
|
6205
6190
|
linkType: hard
|
|
6206
6191
|
|
|
6207
|
-
"@vue/shared@npm:3.5.
|
|
6208
|
-
version: 3.5.
|
|
6209
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6210
|
-
checksum: 10c0/
|
|
6192
|
+
"@vue/shared@npm:3.5.8, @vue/shared@npm:^3.4.0":
|
|
6193
|
+
version: 3.5.8
|
|
6194
|
+
resolution: "@vue/shared@npm:3.5.8"
|
|
6195
|
+
checksum: 10c0/69c6f5096d73e5e4b481d4359c9ac420414eaac9e2bcf330c81c6299077636a6c587afcbe19f207d7b0ac61925aa561e2a987c0bd36b989861b0b1f31ce2b41c
|
|
6211
6196
|
languageName: node
|
|
6212
6197
|
linkType: hard
|
|
6213
6198
|
|
|
@@ -7681,16 +7666,16 @@ __metadata:
|
|
|
7681
7666
|
linkType: hard
|
|
7682
7667
|
|
|
7683
7668
|
"browserslist@npm:^4.12.0, browserslist@npm:^4.23.1, browserslist@npm:^4.23.3":
|
|
7684
|
-
version: 4.
|
|
7685
|
-
resolution: "browserslist@npm:4.
|
|
7669
|
+
version: 4.24.0
|
|
7670
|
+
resolution: "browserslist@npm:4.24.0"
|
|
7686
7671
|
dependencies:
|
|
7687
|
-
caniuse-lite: "npm:^1.0.
|
|
7688
|
-
electron-to-chromium: "npm:^1.5.
|
|
7672
|
+
caniuse-lite: "npm:^1.0.30001663"
|
|
7673
|
+
electron-to-chromium: "npm:^1.5.28"
|
|
7689
7674
|
node-releases: "npm:^2.0.18"
|
|
7690
7675
|
update-browserslist-db: "npm:^1.1.0"
|
|
7691
7676
|
bin:
|
|
7692
7677
|
browserslist: cli.js
|
|
7693
|
-
checksum: 10c0/
|
|
7678
|
+
checksum: 10c0/95e76ad522753c4c470427f6e3c8a4bb5478ff448841e22b3d3e53f89ecaf17b6984666d6c7e715c370f1e7fa0cf684f42e34e554236a8b2fab38ea76b9e4c52
|
|
7694
7679
|
languageName: node
|
|
7695
7680
|
linkType: hard
|
|
7696
7681
|
|
|
@@ -7924,10 +7909,10 @@ __metadata:
|
|
|
7924
7909
|
languageName: node
|
|
7925
7910
|
linkType: hard
|
|
7926
7911
|
|
|
7927
|
-
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.
|
|
7928
|
-
version: 1.0.
|
|
7929
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
7930
|
-
checksum: 10c0/
|
|
7912
|
+
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663":
|
|
7913
|
+
version: 1.0.30001664
|
|
7914
|
+
resolution: "caniuse-lite@npm:1.0.30001664"
|
|
7915
|
+
checksum: 10c0/db2b431aba41a585191ab1e4d40da0ad349ff32400edac2a167bf6bf92dbf9c704eab03dc60fb89e882ce02478d61c3036b2b1bdce8edf9b2aabda5608bae05e
|
|
7931
7916
|
languageName: node
|
|
7932
7917
|
linkType: hard
|
|
7933
7918
|
|
|
@@ -8063,8 +8048,8 @@ __metadata:
|
|
|
8063
8048
|
linkType: hard
|
|
8064
8049
|
|
|
8065
8050
|
"chromatic@npm:^11.4.0":
|
|
8066
|
-
version: 11.10.
|
|
8067
|
-
resolution: "chromatic@npm:11.10.
|
|
8051
|
+
version: 11.10.4
|
|
8052
|
+
resolution: "chromatic@npm:11.10.4"
|
|
8068
8053
|
peerDependencies:
|
|
8069
8054
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8070
8055
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8077,7 +8062,7 @@ __metadata:
|
|
|
8077
8062
|
chroma: dist/bin.js
|
|
8078
8063
|
chromatic: dist/bin.js
|
|
8079
8064
|
chromatic-cli: dist/bin.js
|
|
8080
|
-
checksum: 10c0/
|
|
8065
|
+
checksum: 10c0/b14b43f7ded1c6536fd2b0edf0d5d2da1a0f36083d14a87ce0c069db83f7c4896b483238164199976343748b5b846640b6914dcf523b9e9e698145fe74f52bcd
|
|
8081
8066
|
languageName: node
|
|
8082
8067
|
linkType: hard
|
|
8083
8068
|
|
|
@@ -9578,10 +9563,10 @@ __metadata:
|
|
|
9578
9563
|
languageName: node
|
|
9579
9564
|
linkType: hard
|
|
9580
9565
|
|
|
9581
|
-
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.
|
|
9582
|
-
version: 1.5.
|
|
9583
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9584
|
-
checksum: 10c0/
|
|
9566
|
+
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9567
|
+
version: 1.5.29
|
|
9568
|
+
resolution: "electron-to-chromium@npm:1.5.29"
|
|
9569
|
+
checksum: 10c0/ae4849f1fe8d756d30c6f5f992803d8550a98b38a30aecc7d9776858cf229ad05b12cb9f7675f0a89330a077d16e28388cfe394fdd9d0828ffe860c8568c95c2
|
|
9585
9570
|
languageName: node
|
|
9586
9571
|
linkType: hard
|
|
9587
9572
|
|
|
@@ -10145,14 +10130,14 @@ __metadata:
|
|
|
10145
10130
|
linkType: hard
|
|
10146
10131
|
|
|
10147
10132
|
"eslint-module-utils@npm:^2.6.0":
|
|
10148
|
-
version: 2.11.
|
|
10149
|
-
resolution: "eslint-module-utils@npm:2.11.
|
|
10133
|
+
version: 2.11.1
|
|
10134
|
+
resolution: "eslint-module-utils@npm:2.11.1"
|
|
10150
10135
|
dependencies:
|
|
10151
10136
|
debug: "npm:^3.2.7"
|
|
10152
10137
|
peerDependenciesMeta:
|
|
10153
10138
|
eslint:
|
|
10154
10139
|
optional: true
|
|
10155
|
-
checksum: 10c0/
|
|
10140
|
+
checksum: 10c0/d1c23397eddc42a7824de08348095483bc270a4a3222bc0d54a76382c6411111c33e44a0a1819489e1e209d9e4721de2a8438e7ca4e6fe6be32ff818af9b11b4
|
|
10156
10141
|
languageName: node
|
|
10157
10142
|
linkType: hard
|
|
10158
10143
|
|
|
@@ -13453,9 +13438,9 @@ __metadata:
|
|
|
13453
13438
|
linkType: hard
|
|
13454
13439
|
|
|
13455
13440
|
"libphonenumber-js@npm:^1.9.11":
|
|
13456
|
-
version: 1.11.
|
|
13457
|
-
resolution: "libphonenumber-js@npm:1.11.
|
|
13458
|
-
checksum: 10c0/
|
|
13441
|
+
version: 1.11.9
|
|
13442
|
+
resolution: "libphonenumber-js@npm:1.11.9"
|
|
13443
|
+
checksum: 10c0/7aeed9c37ca32e4c0b2ffea0d945964b5ecf09e1c2419e1fa47638654c9098670877bee4deff0b7a1a77546e2580e0c0255dba5b459e19da78b9e8f7af21aea0
|
|
13459
13444
|
languageName: node
|
|
13460
13445
|
linkType: hard
|
|
13461
13446
|
|
|
@@ -13754,10 +13739,10 @@ __metadata:
|
|
|
13754
13739
|
languageName: node
|
|
13755
13740
|
linkType: hard
|
|
13756
13741
|
|
|
13757
|
-
"luxon@npm:
|
|
13758
|
-
version:
|
|
13759
|
-
resolution: "luxon@npm:
|
|
13760
|
-
checksum: 10c0/
|
|
13742
|
+
"luxon@npm:3.5.0":
|
|
13743
|
+
version: 3.5.0
|
|
13744
|
+
resolution: "luxon@npm:3.5.0"
|
|
13745
|
+
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
|
|
13761
13746
|
languageName: node
|
|
13762
13747
|
linkType: hard
|
|
13763
13748
|
|
|
@@ -16058,12 +16043,13 @@ __metadata:
|
|
|
16058
16043
|
linkType: hard
|
|
16059
16044
|
|
|
16060
16045
|
"prosemirror-markdown@npm:^1.10.1":
|
|
16061
|
-
version: 1.13.
|
|
16062
|
-
resolution: "prosemirror-markdown@npm:1.13.
|
|
16046
|
+
version: 1.13.1
|
|
16047
|
+
resolution: "prosemirror-markdown@npm:1.13.1"
|
|
16063
16048
|
dependencies:
|
|
16049
|
+
"@types/markdown-it": "npm:^14.0.0"
|
|
16064
16050
|
markdown-it: "npm:^14.0.0"
|
|
16065
16051
|
prosemirror-model: "npm:^1.20.0"
|
|
16066
|
-
checksum: 10c0/
|
|
16052
|
+
checksum: 10c0/518cad5d4e7b1c1b2abf43995c837392b76b9f7757e814de42885a20d427dfaa2308be6fea39828ae65225a768976cb914825f78138850a282b06ba571aaea3d
|
|
16067
16053
|
languageName: node
|
|
16068
16054
|
linkType: hard
|
|
16069
16055
|
|
|
@@ -16156,13 +16142,13 @@ __metadata:
|
|
|
16156
16142
|
linkType: hard
|
|
16157
16143
|
|
|
16158
16144
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.13.3, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0":
|
|
16159
|
-
version: 1.34.
|
|
16160
|
-
resolution: "prosemirror-view@npm:1.34.
|
|
16145
|
+
version: 1.34.3
|
|
16146
|
+
resolution: "prosemirror-view@npm:1.34.3"
|
|
16161
16147
|
dependencies:
|
|
16162
16148
|
prosemirror-model: "npm:^1.20.0"
|
|
16163
16149
|
prosemirror-state: "npm:^1.0.0"
|
|
16164
16150
|
prosemirror-transform: "npm:^1.1.0"
|
|
16165
|
-
checksum: 10c0/
|
|
16151
|
+
checksum: 10c0/f08a9eeb6988e2180ec19989bb11c11db02c37952d1ab8b3ae8c7c1ebf9ce143725855bfa8cee59e4819aab3c9045ef5721cc90e69353f8fd81b7bb3a1c4ea03
|
|
16166
16152
|
languageName: node
|
|
16167
16153
|
linkType: hard
|
|
16168
16154
|
|
|
@@ -17911,25 +17897,25 @@ __metadata:
|
|
|
17911
17897
|
linkType: hard
|
|
17912
17898
|
|
|
17913
17899
|
"rollup@npm:^4.13.0":
|
|
17914
|
-
version: 4.22.
|
|
17915
|
-
resolution: "rollup@npm:4.22.
|
|
17916
|
-
dependencies:
|
|
17917
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.22.
|
|
17918
|
-
"@rollup/rollup-android-arm64": "npm:4.22.
|
|
17919
|
-
"@rollup/rollup-darwin-arm64": "npm:4.22.
|
|
17920
|
-
"@rollup/rollup-darwin-x64": "npm:4.22.
|
|
17921
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.
|
|
17922
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.
|
|
17923
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.
|
|
17924
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.22.
|
|
17925
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.
|
|
17926
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.
|
|
17927
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.
|
|
17928
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.22.
|
|
17929
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.22.
|
|
17930
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.
|
|
17931
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.
|
|
17932
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.22.
|
|
17900
|
+
version: 4.22.4
|
|
17901
|
+
resolution: "rollup@npm:4.22.4"
|
|
17902
|
+
dependencies:
|
|
17903
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.22.4"
|
|
17904
|
+
"@rollup/rollup-android-arm64": "npm:4.22.4"
|
|
17905
|
+
"@rollup/rollup-darwin-arm64": "npm:4.22.4"
|
|
17906
|
+
"@rollup/rollup-darwin-x64": "npm:4.22.4"
|
|
17907
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4"
|
|
17908
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4"
|
|
17909
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.4"
|
|
17910
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.22.4"
|
|
17911
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4"
|
|
17912
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4"
|
|
17913
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.4"
|
|
17914
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.22.4"
|
|
17915
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.22.4"
|
|
17916
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.4"
|
|
17917
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.4"
|
|
17918
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.22.4"
|
|
17933
17919
|
"@types/estree": "npm:1.0.5"
|
|
17934
17920
|
fsevents: "npm:~2.3.2"
|
|
17935
17921
|
dependenciesMeta:
|
|
@@ -17969,7 +17955,7 @@ __metadata:
|
|
|
17969
17955
|
optional: true
|
|
17970
17956
|
bin:
|
|
17971
17957
|
rollup: dist/bin/rollup
|
|
17972
|
-
checksum: 10c0/
|
|
17958
|
+
checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32
|
|
17973
17959
|
languageName: node
|
|
17974
17960
|
linkType: hard
|
|
17975
17961
|
|