@licklist/design 0.71.23 → 0.72.0-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/Layout/AuthNavComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/auth/Login/LoginFormComponent.d.ts.map +1 -1
- package/dist/auth/Logout/Logout.js +1 -0
- package/dist/auth/Register/RegisterComponent.d.ts.map +1 -1
- package/dist/auth/Register/RegisterFormComponent.d.ts.map +1 -1
- package/dist/auth/ResetPassword/ResetPasswordFormComponent.d.ts.map +1 -1
- package/dist/auth/Router.d.ts.map +1 -1
- package/dist/auth/Router.js +2 -0
- package/dist/calendar/utils/index.d.ts +1 -1
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts +3 -1
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +11 -4
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +3 -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 +20 -6
- package/dist/events/edit-event-modal/component/SaleDeadline/SaleDeadline.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -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/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts +5 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.d.ts.map +1 -1
- package/dist/events/edit-recurrent-event-modal/EditRecurrentEventModal.js +5 -3
- package/dist/events/event-card/utils.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts +2 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/EventStatisticModal.js +2 -2
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.d.ts.map +1 -1
- package/dist/events/event-statistic-modal/hooks/useTableData.js +2 -1
- package/dist/events/event-statistic-modal/utils/index.d.ts.map +1 -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/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts +18 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.js +295 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts +15 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.js +90 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts +14 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.js +404 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts +10 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.js +87 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts +2 -0
- package/dist/iframe/ProductWithModifierModal/ModifierSetModal/index.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/index.d.ts +2 -0
- package/dist/iframe/ProductWithModifierModal/index.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/utils.d.ts +5 -0
- package/dist/iframe/ProductWithModifierModal/utils.d.ts.map +1 -0
- package/dist/iframe/ProductWithModifierModal/utils.js +21 -0
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts +3 -1
- package/dist/iframe/event/ticket-description/TicketDescription.d.ts.map +1 -1
- package/dist/iframe/event/ticket-description/TicketDescription.js +10 -7
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/BookingSummary.js +2 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts +5 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.js +12 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.js +3 -3
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts +1 -0
- package/dist/iframe/order-process/components/BookingSummary/types/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts +4 -0
- package/dist/iframe/order-process/components/BookingSummary/utils/index.d.ts.map +1 -1
- package/dist/iframe/order-process/components/BookingSummary/utils/index.js +29 -2
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/CategoryProduct.js +106 -2
- 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 +3 -1
- 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 +95 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts +23 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.d.ts.map +1 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.js +62 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts +2 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.d.ts.map +1 -0
- package/dist/iframe/order-process/components/CategoryProduct/constants.js +4 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts +6 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.d.ts.map +1 -0
- package/dist/iframe/order-process/components/utils/useOnWindowUnmount.js +18 -0
- package/dist/iframe/page/components/PageBody/hooks/useResizePageBody.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/hooks/useTableData.js +83 -10
- package/dist/iframe/payment/order-items-table/utils/index.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/index.js +15 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.js +2 -2
- package/dist/iframe/payment/payment-page/PaymentPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-page/PaymentPage.js +4 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.d.ts.map +1 -1
- package/dist/iframe/payment/payment-status-page/PaymentStatusPage.js +2 -2
- package/dist/iframe/ryft/RyftPaymentForm.js +1 -0
- package/dist/iframe/ryft/utils/ryft-form.d.ts.map +1 -1
- package/dist/iframe/ryft/utils/ryft-form.js +4 -5
- package/dist/index.js +2 -1
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/notification/email-template/card/EmailTemplateCard.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/notification/sms-template/card/SmsTemplateCard.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateInput.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.d.ts +7 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +7 -5
- 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.d.ts.map +1 -1
- package/dist/product-set/form/ProductsControl.js +25 -5
- 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 +1 -1
- 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/context.d.ts +3 -1
- package/dist/product-set/form/context.d.ts.map +1 -1
- package/dist/product-set/form/context.js +2 -1
- package/dist/product-set/product/ProductControl.d.ts +8 -0
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.js +25 -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 +88 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +19 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurrence-input/RecurrenceInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceInput.js +7 -3
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/report/ReportRunnerModal/ReportRunnerModal.js +1 -0
- 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/sales/coupon/utils/index.d.ts +2 -1
- package/dist/sales/coupon/utils/index.d.ts.map +1 -1
- package/dist/sales/life-time-sales/LifeTimeSalesChart.js +1 -0
- package/dist/sales/manual-booking/select-event/SelectEvent.js +1 -0
- package/dist/sales/manual-booking/select-menu/SelectMenu.js +1 -0
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +1 -0
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/setting/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/setting/dashboard/snippet-templates/card/SnippetTemplateCard.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +3 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/date-range-input/utils/index.d.ts +1 -1
- package/dist/static/date-range-input/utils/index.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/loader/FullScreenLoader.d.ts +8 -0
- package/dist/static/loader/FullScreenLoader.d.ts.map +1 -0
- package/dist/static/loader/FullScreenLoader.js +41 -0
- package/dist/static/loader/LoaderIndicator.d.ts +2 -3
- package/dist/static/loader/LoaderIndicator.d.ts.map +1 -1
- package/dist/static/loader/LoaderIndicator.js +4 -2
- package/dist/static/loader/index.d.ts +1 -0
- package/dist/static/loader/index.d.ts.map +1 -1
- package/dist/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 -4
- package/dist/styles/date-time-button/DateTimeButton.scss +7 -0
- package/dist/styles/events/EditEventModal.scss +2 -0
- package/dist/styles/iframe-events/Calendar.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-page/Page.scss +16 -0
- package/dist/styles/iframe-page/PageBody.scss +4 -0
- package/dist/styles/modals/Modals.scss +16 -0
- package/dist/styles/product-set/EditProductSetElement.scss +1 -0
- package/dist/styles/product-set/ProductSetForm.scss +13 -3
- package/dist/styles/ryft-payment-form/RyftPaymentForm.scss +2 -4
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +6 -0
- package/dist/styles/static/Loader.scss +9 -0
- package/dist/styles/themes/bookedit/index.scss +19 -0
- 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 -6
- package/src/affiliate/form/AffiliateForm.tsx +1 -0
- package/src/auth/Layout/AuthNavComponent.tsx +4 -0
- package/src/auth/Login/LoginComponent.tsx +3 -1
- package/src/auth/Login/LoginFormComponent.tsx +2 -0
- package/src/auth/Register/RegisterComponent.tsx +2 -0
- package/src/auth/Register/RegisterFormComponent.tsx +4 -0
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +4 -0
- package/src/auth/Router.tsx +2 -0
- package/src/calendar/Calendar.stories.tsx +2 -2
- package/src/calendar/utils/index.ts +1 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +13 -3
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +24 -2
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +9 -7
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +9 -1
- package/src/events/event-card/utils.ts +10 -9
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +3 -1
- package/src/events/event-statistic-modal/hooks/useTableData.tsx +2 -1
- package/src/events/event-statistic-modal/utils/index.ts +2 -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/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetForm.tsx +212 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/ProductWithModifierSetModal.tsx +76 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ModifierSetControll.tsx +393 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/controll/ProductControll.tsx +98 -0
- package/src/iframe/ProductWithModifierModal/ModifierSetModal/index.ts +1 -0
- package/src/iframe/ProductWithModifierModal/index.ts +1 -0
- package/src/iframe/ProductWithModifierModal/utils.ts +29 -0
- package/src/iframe/event/ticket-description/TicketDescription.tsx +11 -4
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +2 -0
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +24 -2
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +13 -11
- package/src/iframe/order-process/components/BookingSummary/types/index.ts +1 -0
- package/src/iframe/order-process/components/BookingSummary/utils/index.ts +45 -4
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +155 -75
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +58 -1
- package/src/iframe/order-process/components/CategoryProduct/components/ProductWithModifier/ProductWithModifier.tsx +86 -0
- package/src/iframe/order-process/components/CategoryProduct/constants.ts +1 -0
- package/src/iframe/order-process/components/utils/useOnWindowUnmount.ts +25 -0
- package/src/iframe/page/components/PageBody/hooks/useResizePageBody.ts +1 -2
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +84 -14
- package/src/iframe/payment/order-items-table/utils/index.ts +23 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +3 -2
- package/src/iframe/payment/payment-page/PaymentPage.tsx +8 -10
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +19 -20
- package/src/iframe/ryft/utils/ryft-form.ts +6 -5
- package/src/layout/DropDown.tsx +1 -1
- package/src/notification/email-template/card/EmailTemplateCard.tsx +2 -0
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +2 -0
- package/src/product-set/control/DateAndRecurrenceInput.tsx +3 -4
- package/src/product-set/control/DateInput.tsx +3 -4
- package/src/product-set/form/ProductSetForm.tsx +17 -5
- package/src/product-set/form/ProductZonesControl.tsx +1 -4
- package/src/product-set/form/ProductsControl.tsx +33 -15
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +1 -4
- package/src/product-set/form/context.tsx +5 -0
- package/src/product-set/product/ProductControl.tsx +37 -2
- 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 +19 -0
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurrence-input/RecurrenceInput.tsx +9 -6
- 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/sales/coupon/utils/index.ts +5 -3
- package/src/setting/admin/AdminSettingForm.tsx +4 -0
- package/src/setting/admin/PaymentFeeForm.tsx +5 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +2 -0
- package/src/snippet/snippet-template/preview/Preview.tsx +1 -2
- package/src/sortable-tree/SortableTreeItem.tsx +1 -6
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/date-range-input/utils/index.ts +1 -1
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/loader/FullScreenLoader.tsx +16 -0
- package/src/static/loader/LoaderIndicator.tsx +6 -3
- package/src/static/loader/index.ts +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/styles/availability-indicator/AvailabilityIndicator.scss +1 -4
- package/src/styles/date-time-button/DateTimeButton.scss +7 -0
- package/src/styles/events/EditEventModal.scss +2 -0
- package/src/styles/iframe-events/Calendar.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-page/Page.scss +16 -0
- package/src/styles/iframe-page/PageBody.scss +4 -0
- package/src/styles/modals/Modals.scss +16 -0
- package/src/styles/product-set/EditProductSetElement.scss +1 -0
- package/src/styles/product-set/ProductSetForm.scss +13 -3
- package/src/styles/ryft-payment-form/RyftPaymentForm.scss +2 -4
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +6 -0
- package/src/styles/static/Loader.scss +9 -0
- package/src/styles/themes/bookedit/index.scss +19 -0
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/yarn.lock +201 -200
package/yarn.lock
CHANGED
|
@@ -2453,9 +2453,9 @@ __metadata:
|
|
|
2453
2453
|
languageName: node
|
|
2454
2454
|
linkType: hard
|
|
2455
2455
|
|
|
2456
|
-
"@licklist/core@npm:0.
|
|
2457
|
-
version: 0.
|
|
2458
|
-
resolution: "@licklist/core@npm:0.
|
|
2456
|
+
"@licklist/core@npm:0.31.2-dev.10":
|
|
2457
|
+
version: 0.31.2-dev.10
|
|
2458
|
+
resolution: "@licklist/core@npm:0.31.2-dev.10"
|
|
2459
2459
|
dependencies:
|
|
2460
2460
|
"@sentry/browser": "npm:6.2.0"
|
|
2461
2461
|
axios: "npm:0.26.0"
|
|
@@ -2477,13 +2477,13 @@ __metadata:
|
|
|
2477
2477
|
react-i18next: 11.8.8
|
|
2478
2478
|
react-intl: 6.6.8
|
|
2479
2479
|
zustand: 3.7.2
|
|
2480
|
-
checksum: 10c0/
|
|
2480
|
+
checksum: 10c0/ebd034a5275a13a637d0e7cba377a02ee087b9486c4b3061875e26574750237876e530be2fa71f7390c534544d7cc4982db739ee9a3f48ac41c8d19a5bfa4868
|
|
2481
2481
|
languageName: node
|
|
2482
2482
|
linkType: hard
|
|
2483
2483
|
|
|
2484
|
-
"@licklist/core@npm:0.
|
|
2485
|
-
version: 0.
|
|
2486
|
-
resolution: "@licklist/core@npm:0.
|
|
2484
|
+
"@licklist/core@npm:0.31.2-dev.14":
|
|
2485
|
+
version: 0.31.2-dev.14
|
|
2486
|
+
resolution: "@licklist/core@npm:0.31.2-dev.14"
|
|
2487
2487
|
dependencies:
|
|
2488
2488
|
"@sentry/browser": "npm:6.2.0"
|
|
2489
2489
|
axios: "npm:0.26.0"
|
|
@@ -2505,7 +2505,7 @@ __metadata:
|
|
|
2505
2505
|
react-i18next: 11.8.8
|
|
2506
2506
|
react-intl: 6.6.8
|
|
2507
2507
|
zustand: 3.7.2
|
|
2508
|
-
checksum: 10c0/
|
|
2508
|
+
checksum: 10c0/dad613fdee795b1a1ef6435a89cbe46c4fd54fc3a76012e72d6637fa46b7084b306c40528963cde4a36b84bd722489feee628c4f59e1d8204583a1cd7cc756ac
|
|
2509
2509
|
languageName: node
|
|
2510
2510
|
linkType: hard
|
|
2511
2511
|
|
|
@@ -2520,9 +2520,9 @@ __metadata:
|
|
|
2520
2520
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2521
2521
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2522
2522
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2523
|
-
"@licklist/core": "npm:0.
|
|
2523
|
+
"@licklist/core": "npm:0.31.2-dev.14"
|
|
2524
2524
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2525
|
-
"@licklist/plugins": "npm:0.35.
|
|
2525
|
+
"@licklist/plugins": "npm:0.35.1-dev.8"
|
|
2526
2526
|
"@mantine/core": "npm:6.0.22"
|
|
2527
2527
|
"@mantine/hooks": "npm:6.0.22"
|
|
2528
2528
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2651,9 +2651,9 @@ __metadata:
|
|
|
2651
2651
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2652
2652
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2653
2653
|
peerDependencies:
|
|
2654
|
-
"@licklist/core": 0.
|
|
2654
|
+
"@licklist/core": 0.31.2-dev.14
|
|
2655
2655
|
"@licklist/eslint-config": 0.5.6
|
|
2656
|
-
"@licklist/plugins": 0.35.
|
|
2656
|
+
"@licklist/plugins": 0.35.1-dev.8
|
|
2657
2657
|
lodash: 4.17.21
|
|
2658
2658
|
luxon: 3.5.0
|
|
2659
2659
|
react: 17.0.2
|
|
@@ -2683,11 +2683,11 @@ __metadata:
|
|
|
2683
2683
|
languageName: node
|
|
2684
2684
|
linkType: hard
|
|
2685
2685
|
|
|
2686
|
-
"@licklist/plugins@npm:0.35.
|
|
2687
|
-
version: 0.35.
|
|
2688
|
-
resolution: "@licklist/plugins@npm:0.35.
|
|
2686
|
+
"@licklist/plugins@npm:0.35.1-dev.8":
|
|
2687
|
+
version: 0.35.1-dev.8
|
|
2688
|
+
resolution: "@licklist/plugins@npm:0.35.1-dev.8"
|
|
2689
2689
|
dependencies:
|
|
2690
|
-
"@licklist/core": "npm:0.
|
|
2690
|
+
"@licklist/core": "npm:0.31.2-dev.10"
|
|
2691
2691
|
axios: "npm:0.26.0"
|
|
2692
2692
|
history: "npm:4.10.1"
|
|
2693
2693
|
laravel-echo: "npm:1.15.1"
|
|
@@ -2707,7 +2707,7 @@ __metadata:
|
|
|
2707
2707
|
rrule: "npm:2.6.8"
|
|
2708
2708
|
use-debounce: "npm:7.0.1"
|
|
2709
2709
|
peerDependencies:
|
|
2710
|
-
"@licklist/core": 0.
|
|
2710
|
+
"@licklist/core": 0.31.2-dev.10
|
|
2711
2711
|
"@licklist/eslint-config": 0.5.6
|
|
2712
2712
|
axios: 0.26.0
|
|
2713
2713
|
lodash: 4.17.21
|
|
@@ -2719,7 +2719,7 @@ __metadata:
|
|
|
2719
2719
|
react-loader: 2.4.7
|
|
2720
2720
|
react-query: 3.34.12
|
|
2721
2721
|
react-router-dom: 5.2.0
|
|
2722
|
-
checksum: 10c0/
|
|
2722
|
+
checksum: 10c0/fedc003fccb7e3464ad89983c6cb44347962586a39c43a8f22d84f71da53557cdf14fc64d44c80f3d1417ee65d8cce56c6382d530c94bdc2b1c636036f365046
|
|
2723
2723
|
languageName: node
|
|
2724
2724
|
linkType: hard
|
|
2725
2725
|
|
|
@@ -3303,135 +3303,135 @@ __metadata:
|
|
|
3303
3303
|
languageName: node
|
|
3304
3304
|
linkType: hard
|
|
3305
3305
|
|
|
3306
|
-
"@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3307
|
-
version: 4.34.
|
|
3308
|
-
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.
|
|
3306
|
+
"@rollup/rollup-android-arm-eabi@npm:4.34.9":
|
|
3307
|
+
version: 4.34.9
|
|
3308
|
+
resolution: "@rollup/rollup-android-arm-eabi@npm:4.34.9"
|
|
3309
3309
|
conditions: os=android & cpu=arm
|
|
3310
3310
|
languageName: node
|
|
3311
3311
|
linkType: hard
|
|
3312
3312
|
|
|
3313
|
-
"@rollup/rollup-android-arm64@npm:4.34.
|
|
3314
|
-
version: 4.34.
|
|
3315
|
-
resolution: "@rollup/rollup-android-arm64@npm:4.34.
|
|
3313
|
+
"@rollup/rollup-android-arm64@npm:4.34.9":
|
|
3314
|
+
version: 4.34.9
|
|
3315
|
+
resolution: "@rollup/rollup-android-arm64@npm:4.34.9"
|
|
3316
3316
|
conditions: os=android & cpu=arm64
|
|
3317
3317
|
languageName: node
|
|
3318
3318
|
linkType: hard
|
|
3319
3319
|
|
|
3320
|
-
"@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3321
|
-
version: 4.34.
|
|
3322
|
-
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.
|
|
3320
|
+
"@rollup/rollup-darwin-arm64@npm:4.34.9":
|
|
3321
|
+
version: 4.34.9
|
|
3322
|
+
resolution: "@rollup/rollup-darwin-arm64@npm:4.34.9"
|
|
3323
3323
|
conditions: os=darwin & cpu=arm64
|
|
3324
3324
|
languageName: node
|
|
3325
3325
|
linkType: hard
|
|
3326
3326
|
|
|
3327
|
-
"@rollup/rollup-darwin-x64@npm:4.34.
|
|
3328
|
-
version: 4.34.
|
|
3329
|
-
resolution: "@rollup/rollup-darwin-x64@npm:4.34.
|
|
3327
|
+
"@rollup/rollup-darwin-x64@npm:4.34.9":
|
|
3328
|
+
version: 4.34.9
|
|
3329
|
+
resolution: "@rollup/rollup-darwin-x64@npm:4.34.9"
|
|
3330
3330
|
conditions: os=darwin & cpu=x64
|
|
3331
3331
|
languageName: node
|
|
3332
3332
|
linkType: hard
|
|
3333
3333
|
|
|
3334
|
-
"@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3335
|
-
version: 4.34.
|
|
3336
|
-
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.
|
|
3334
|
+
"@rollup/rollup-freebsd-arm64@npm:4.34.9":
|
|
3335
|
+
version: 4.34.9
|
|
3336
|
+
resolution: "@rollup/rollup-freebsd-arm64@npm:4.34.9"
|
|
3337
3337
|
conditions: os=freebsd & cpu=arm64
|
|
3338
3338
|
languageName: node
|
|
3339
3339
|
linkType: hard
|
|
3340
3340
|
|
|
3341
|
-
"@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3342
|
-
version: 4.34.
|
|
3343
|
-
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.
|
|
3341
|
+
"@rollup/rollup-freebsd-x64@npm:4.34.9":
|
|
3342
|
+
version: 4.34.9
|
|
3343
|
+
resolution: "@rollup/rollup-freebsd-x64@npm:4.34.9"
|
|
3344
3344
|
conditions: os=freebsd & cpu=x64
|
|
3345
3345
|
languageName: node
|
|
3346
3346
|
linkType: hard
|
|
3347
3347
|
|
|
3348
|
-
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3349
|
-
version: 4.34.
|
|
3350
|
-
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.
|
|
3348
|
+
"@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9":
|
|
3349
|
+
version: 4.34.9
|
|
3350
|
+
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.34.9"
|
|
3351
3351
|
conditions: os=linux & cpu=arm & libc=glibc
|
|
3352
3352
|
languageName: node
|
|
3353
3353
|
linkType: hard
|
|
3354
3354
|
|
|
3355
|
-
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3356
|
-
version: 4.34.
|
|
3357
|
-
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.
|
|
3355
|
+
"@rollup/rollup-linux-arm-musleabihf@npm:4.34.9":
|
|
3356
|
+
version: 4.34.9
|
|
3357
|
+
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.34.9"
|
|
3358
3358
|
conditions: os=linux & cpu=arm & libc=musl
|
|
3359
3359
|
languageName: node
|
|
3360
3360
|
linkType: hard
|
|
3361
3361
|
|
|
3362
|
-
"@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3363
|
-
version: 4.34.
|
|
3364
|
-
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.
|
|
3362
|
+
"@rollup/rollup-linux-arm64-gnu@npm:4.34.9":
|
|
3363
|
+
version: 4.34.9
|
|
3364
|
+
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.34.9"
|
|
3365
3365
|
conditions: os=linux & cpu=arm64 & libc=glibc
|
|
3366
3366
|
languageName: node
|
|
3367
3367
|
linkType: hard
|
|
3368
3368
|
|
|
3369
|
-
"@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3370
|
-
version: 4.34.
|
|
3371
|
-
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.
|
|
3369
|
+
"@rollup/rollup-linux-arm64-musl@npm:4.34.9":
|
|
3370
|
+
version: 4.34.9
|
|
3371
|
+
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.34.9"
|
|
3372
3372
|
conditions: os=linux & cpu=arm64 & libc=musl
|
|
3373
3373
|
languageName: node
|
|
3374
3374
|
linkType: hard
|
|
3375
3375
|
|
|
3376
|
-
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3377
|
-
version: 4.34.
|
|
3378
|
-
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.
|
|
3376
|
+
"@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9":
|
|
3377
|
+
version: 4.34.9
|
|
3378
|
+
resolution: "@rollup/rollup-linux-loongarch64-gnu@npm:4.34.9"
|
|
3379
3379
|
conditions: os=linux & cpu=loong64 & libc=glibc
|
|
3380
3380
|
languageName: node
|
|
3381
3381
|
linkType: hard
|
|
3382
3382
|
|
|
3383
|
-
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3384
|
-
version: 4.34.
|
|
3385
|
-
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.
|
|
3383
|
+
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9":
|
|
3384
|
+
version: 4.34.9
|
|
3385
|
+
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.34.9"
|
|
3386
3386
|
conditions: os=linux & cpu=ppc64 & libc=glibc
|
|
3387
3387
|
languageName: node
|
|
3388
3388
|
linkType: hard
|
|
3389
3389
|
|
|
3390
|
-
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3391
|
-
version: 4.34.
|
|
3392
|
-
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.
|
|
3390
|
+
"@rollup/rollup-linux-riscv64-gnu@npm:4.34.9":
|
|
3391
|
+
version: 4.34.9
|
|
3392
|
+
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.34.9"
|
|
3393
3393
|
conditions: os=linux & cpu=riscv64 & libc=glibc
|
|
3394
3394
|
languageName: node
|
|
3395
3395
|
linkType: hard
|
|
3396
3396
|
|
|
3397
|
-
"@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3398
|
-
version: 4.34.
|
|
3399
|
-
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.
|
|
3397
|
+
"@rollup/rollup-linux-s390x-gnu@npm:4.34.9":
|
|
3398
|
+
version: 4.34.9
|
|
3399
|
+
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.34.9"
|
|
3400
3400
|
conditions: os=linux & cpu=s390x & libc=glibc
|
|
3401
3401
|
languageName: node
|
|
3402
3402
|
linkType: hard
|
|
3403
3403
|
|
|
3404
|
-
"@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3405
|
-
version: 4.34.
|
|
3406
|
-
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.
|
|
3404
|
+
"@rollup/rollup-linux-x64-gnu@npm:4.34.9":
|
|
3405
|
+
version: 4.34.9
|
|
3406
|
+
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.34.9"
|
|
3407
3407
|
conditions: os=linux & cpu=x64 & libc=glibc
|
|
3408
3408
|
languageName: node
|
|
3409
3409
|
linkType: hard
|
|
3410
3410
|
|
|
3411
|
-
"@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3412
|
-
version: 4.34.
|
|
3413
|
-
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.
|
|
3411
|
+
"@rollup/rollup-linux-x64-musl@npm:4.34.9":
|
|
3412
|
+
version: 4.34.9
|
|
3413
|
+
resolution: "@rollup/rollup-linux-x64-musl@npm:4.34.9"
|
|
3414
3414
|
conditions: os=linux & cpu=x64 & libc=musl
|
|
3415
3415
|
languageName: node
|
|
3416
3416
|
linkType: hard
|
|
3417
3417
|
|
|
3418
|
-
"@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3419
|
-
version: 4.34.
|
|
3420
|
-
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.
|
|
3418
|
+
"@rollup/rollup-win32-arm64-msvc@npm:4.34.9":
|
|
3419
|
+
version: 4.34.9
|
|
3420
|
+
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.34.9"
|
|
3421
3421
|
conditions: os=win32 & cpu=arm64
|
|
3422
3422
|
languageName: node
|
|
3423
3423
|
linkType: hard
|
|
3424
3424
|
|
|
3425
|
-
"@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3426
|
-
version: 4.34.
|
|
3427
|
-
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.
|
|
3425
|
+
"@rollup/rollup-win32-ia32-msvc@npm:4.34.9":
|
|
3426
|
+
version: 4.34.9
|
|
3427
|
+
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.34.9"
|
|
3428
3428
|
conditions: os=win32 & cpu=ia32
|
|
3429
3429
|
languageName: node
|
|
3430
3430
|
linkType: hard
|
|
3431
3431
|
|
|
3432
|
-
"@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3433
|
-
version: 4.34.
|
|
3434
|
-
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.
|
|
3432
|
+
"@rollup/rollup-win32-x64-msvc@npm:4.34.9":
|
|
3433
|
+
version: 4.34.9
|
|
3434
|
+
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.34.9"
|
|
3435
3435
|
conditions: os=win32 & cpu=x64
|
|
3436
3436
|
languageName: node
|
|
3437
3437
|
linkType: hard
|
|
@@ -5094,11 +5094,11 @@ __metadata:
|
|
|
5094
5094
|
linkType: hard
|
|
5095
5095
|
|
|
5096
5096
|
"@swc/types@npm:^0.1.9":
|
|
5097
|
-
version: 0.1.
|
|
5098
|
-
resolution: "@swc/types@npm:0.1.
|
|
5097
|
+
version: 0.1.19
|
|
5098
|
+
resolution: "@swc/types@npm:0.1.19"
|
|
5099
5099
|
dependencies:
|
|
5100
5100
|
"@swc/counter": "npm:^0.1.3"
|
|
5101
|
-
checksum: 10c0/
|
|
5101
|
+
checksum: 10c0/21b727d97d38f1bdbe9ef8fdf693bca19ebd5334ab32d7d2624a925d9adc8934935ad0f168cdbfd938b2f4b754a1fb7581f253bf47ab416177b6ac2c5c72578b
|
|
5102
5102
|
languageName: node
|
|
5103
5103
|
linkType: hard
|
|
5104
5104
|
|
|
@@ -5692,11 +5692,11 @@ __metadata:
|
|
|
5692
5692
|
linkType: hard
|
|
5693
5693
|
|
|
5694
5694
|
"@types/node@npm:*":
|
|
5695
|
-
version: 22.13.
|
|
5696
|
-
resolution: "@types/node@npm:22.13.
|
|
5695
|
+
version: 22.13.9
|
|
5696
|
+
resolution: "@types/node@npm:22.13.9"
|
|
5697
5697
|
dependencies:
|
|
5698
5698
|
undici-types: "npm:~6.20.0"
|
|
5699
|
-
checksum: 10c0/
|
|
5699
|
+
checksum: 10c0/eb6acd04169a076631dcaab712128d492cd17a1b3f10daae4a377f3d439c860c3cd3e32f4ef221671f56183b976ac7c4089f4193457314a88675ead4663438a4
|
|
5700
5700
|
languageName: node
|
|
5701
5701
|
linkType: hard
|
|
5702
5702
|
|
|
@@ -5964,11 +5964,11 @@ __metadata:
|
|
|
5964
5964
|
linkType: hard
|
|
5965
5965
|
|
|
5966
5966
|
"@types/react@npm:*, @types/react@npm:>=16.14.8, @types/react@npm:>=16.9.11":
|
|
5967
|
-
version: 19.0.
|
|
5968
|
-
resolution: "@types/react@npm:19.0.
|
|
5967
|
+
version: 19.0.10
|
|
5968
|
+
resolution: "@types/react@npm:19.0.10"
|
|
5969
5969
|
dependencies:
|
|
5970
5970
|
csstype: "npm:^3.0.2"
|
|
5971
|
-
checksum: 10c0/
|
|
5971
|
+
checksum: 10c0/41884cca21850c8b2d6578b172ca0ca4fff6021251a68532b19f2031ac23dc5a9222470208065f8d9985d367376047df2f49ece8d927f7d04cdc94922b1eb34b
|
|
5972
5972
|
languageName: node
|
|
5973
5973
|
linkType: hard
|
|
5974
5974
|
|
|
@@ -7831,7 +7831,7 @@ __metadata:
|
|
|
7831
7831
|
languageName: node
|
|
7832
7832
|
linkType: hard
|
|
7833
7833
|
|
|
7834
|
-
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.
|
|
7834
|
+
"browserslist@npm:^4.0.0, browserslist@npm:^4.12.0, browserslist@npm:^4.23.3, browserslist@npm:^4.24.0, browserslist@npm:^4.24.4":
|
|
7835
7835
|
version: 4.24.4
|
|
7836
7836
|
resolution: "browserslist@npm:4.24.4"
|
|
7837
7837
|
dependencies:
|
|
@@ -8010,7 +8010,7 @@ __metadata:
|
|
|
8010
8010
|
languageName: node
|
|
8011
8011
|
linkType: hard
|
|
8012
8012
|
|
|
8013
|
-
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1":
|
|
8013
|
+
"call-bind-apply-helpers@npm:^1.0.0, call-bind-apply-helpers@npm:^1.0.1, call-bind-apply-helpers@npm:^1.0.2":
|
|
8014
8014
|
version: 1.0.2
|
|
8015
8015
|
resolution: "call-bind-apply-helpers@npm:1.0.2"
|
|
8016
8016
|
dependencies:
|
|
@@ -8033,12 +8033,12 @@ __metadata:
|
|
|
8033
8033
|
linkType: hard
|
|
8034
8034
|
|
|
8035
8035
|
"call-bound@npm:^1.0.2, call-bound@npm:^1.0.3":
|
|
8036
|
-
version: 1.0.
|
|
8037
|
-
resolution: "call-bound@npm:1.0.
|
|
8036
|
+
version: 1.0.4
|
|
8037
|
+
resolution: "call-bound@npm:1.0.4"
|
|
8038
8038
|
dependencies:
|
|
8039
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
8040
|
-
get-intrinsic: "npm:^1.
|
|
8041
|
-
checksum: 10c0/
|
|
8039
|
+
call-bind-apply-helpers: "npm:^1.0.2"
|
|
8040
|
+
get-intrinsic: "npm:^1.3.0"
|
|
8041
|
+
checksum: 10c0/f4796a6a0941e71c766aea672f63b72bc61234c4f4964dc6d7606e3664c307e7d77845328a8f3359ce39ddb377fed67318f9ee203dea1d47e46165dcf2917644
|
|
8042
8042
|
languageName: node
|
|
8043
8043
|
linkType: hard
|
|
8044
8044
|
|
|
@@ -8100,9 +8100,9 @@ __metadata:
|
|
|
8100
8100
|
linkType: hard
|
|
8101
8101
|
|
|
8102
8102
|
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001688":
|
|
8103
|
-
version: 1.0.
|
|
8104
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8105
|
-
checksum: 10c0/
|
|
8103
|
+
version: 1.0.30001702
|
|
8104
|
+
resolution: "caniuse-lite@npm:1.0.30001702"
|
|
8105
|
+
checksum: 10c0/52d46f41a96d179fd4e387bb6b26898148c31b626ff9aba105d207d2b0f869c7cb32ac67a6e8e0aeba3f03f33145ccfbee237250dfb58dba8b6526b4dd395ac6
|
|
8106
8106
|
languageName: node
|
|
8107
8107
|
linkType: hard
|
|
8108
8108
|
|
|
@@ -8245,8 +8245,8 @@ __metadata:
|
|
|
8245
8245
|
linkType: hard
|
|
8246
8246
|
|
|
8247
8247
|
"chromatic@npm:^11.4.0":
|
|
8248
|
-
version: 11.
|
|
8249
|
-
resolution: "chromatic@npm:11.
|
|
8248
|
+
version: 11.27.0
|
|
8249
|
+
resolution: "chromatic@npm:11.27.0"
|
|
8250
8250
|
peerDependencies:
|
|
8251
8251
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8252
8252
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8259,7 +8259,7 @@ __metadata:
|
|
|
8259
8259
|
chroma: dist/bin.js
|
|
8260
8260
|
chromatic: dist/bin.js
|
|
8261
8261
|
chromatic-cli: dist/bin.js
|
|
8262
|
-
checksum: 10c0/
|
|
8262
|
+
checksum: 10c0/500c1a522a48b3ef9188d63693b2602128b4cd7b2b96e5cb5412cdc0e3b7ac2a33c30d8f55f7662de4111e1c7c70bcb970e86782700e02580881400bdd10419b
|
|
8263
8263
|
languageName: node
|
|
8264
8264
|
linkType: hard
|
|
8265
8265
|
|
|
@@ -8745,25 +8745,25 @@ __metadata:
|
|
|
8745
8745
|
linkType: hard
|
|
8746
8746
|
|
|
8747
8747
|
"core-js-compat@npm:^3.40.0, core-js-compat@npm:^3.8.1":
|
|
8748
|
-
version: 3.
|
|
8749
|
-
resolution: "core-js-compat@npm:3.
|
|
8748
|
+
version: 3.41.0
|
|
8749
|
+
resolution: "core-js-compat@npm:3.41.0"
|
|
8750
8750
|
dependencies:
|
|
8751
|
-
browserslist: "npm:^4.24.
|
|
8752
|
-
checksum: 10c0/
|
|
8751
|
+
browserslist: "npm:^4.24.4"
|
|
8752
|
+
checksum: 10c0/92d2c748d3dd1c4e3b6cee6b6683b9212db9bc0a6574d933781210daf3baaeb76334ed4636eb8935b45802aa8d9235ab604c9a262694e02a2fa17ad0f6976829
|
|
8753
8753
|
languageName: node
|
|
8754
8754
|
linkType: hard
|
|
8755
8755
|
|
|
8756
8756
|
"core-js-pure@npm:^3.30.2, core-js-pure@npm:^3.8.2":
|
|
8757
|
-
version: 3.
|
|
8758
|
-
resolution: "core-js-pure@npm:3.
|
|
8759
|
-
checksum: 10c0/
|
|
8757
|
+
version: 3.41.0
|
|
8758
|
+
resolution: "core-js-pure@npm:3.41.0"
|
|
8759
|
+
checksum: 10c0/d5003e91f167dd5670174d27bf313407325d0915454f41337510b89ba420f1d0d1b22d3b1793eb329b28e9273e951fb895eb574ecfc1ccc77ed6ad14af1c763b
|
|
8760
8760
|
languageName: node
|
|
8761
8761
|
linkType: hard
|
|
8762
8762
|
|
|
8763
8763
|
"core-js@npm:^3.0.4, core-js@npm:^3.6.5, core-js@npm:^3.8.2":
|
|
8764
|
-
version: 3.
|
|
8765
|
-
resolution: "core-js@npm:3.
|
|
8766
|
-
checksum: 10c0/
|
|
8764
|
+
version: 3.41.0
|
|
8765
|
+
resolution: "core-js@npm:3.41.0"
|
|
8766
|
+
checksum: 10c0/a29ed0b7fe81acf49d04ce5c17a1947166b1c15197327a5d12f95bbe84b46d60c3c13de701d808f41da06fa316285f3f55ce5903abc8d5642afc1eac4457afc8
|
|
8767
8767
|
languageName: node
|
|
8768
8768
|
linkType: hard
|
|
8769
8769
|
|
|
@@ -8818,9 +8818,9 @@ __metadata:
|
|
|
8818
8818
|
linkType: hard
|
|
8819
8819
|
|
|
8820
8820
|
"country-flag-icons@npm:^1.0.2":
|
|
8821
|
-
version: 1.5.
|
|
8822
|
-
resolution: "country-flag-icons@npm:1.5.
|
|
8823
|
-
checksum: 10c0/
|
|
8821
|
+
version: 1.5.18
|
|
8822
|
+
resolution: "country-flag-icons@npm:1.5.18"
|
|
8823
|
+
checksum: 10c0/99aa10f23521c81512da721885f91a419261ba2608020497b42b98ec4a2f33e26c8f9cad3a4d42a4f582018be8ade9ea67600768ffaa46746e325a6d5ba24a59
|
|
8824
8824
|
languageName: node
|
|
8825
8825
|
linkType: hard
|
|
8826
8826
|
|
|
@@ -8944,7 +8944,7 @@ __metadata:
|
|
|
8944
8944
|
languageName: node
|
|
8945
8945
|
linkType: hard
|
|
8946
8946
|
|
|
8947
|
-
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
|
|
8947
|
+
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6":
|
|
8948
8948
|
version: 7.0.6
|
|
8949
8949
|
resolution: "cross-spawn@npm:7.0.6"
|
|
8950
8950
|
dependencies:
|
|
@@ -9889,9 +9889,9 @@ __metadata:
|
|
|
9889
9889
|
linkType: hard
|
|
9890
9890
|
|
|
9891
9891
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.73":
|
|
9892
|
-
version: 1.5.
|
|
9893
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9894
|
-
checksum: 10c0/
|
|
9892
|
+
version: 1.5.112
|
|
9893
|
+
resolution: "electron-to-chromium@npm:1.5.112"
|
|
9894
|
+
checksum: 10c0/fc597268d6d3d7458b55141c436802a6c51078855f021823cdb380b80ad1a69e1c2899fdfc9cffa501d47feb3791ea6a75893fe802a608c7845e979a48f5ac25
|
|
9895
9895
|
languageName: node
|
|
9896
9896
|
linkType: hard
|
|
9897
9897
|
|
|
@@ -10219,7 +10219,7 @@ __metadata:
|
|
|
10219
10219
|
languageName: node
|
|
10220
10220
|
linkType: hard
|
|
10221
10221
|
|
|
10222
|
-
"es-object-atoms@npm:^1.0.0":
|
|
10222
|
+
"es-object-atoms@npm:^1.0.0, es-object-atoms@npm:^1.1.1":
|
|
10223
10223
|
version: 1.1.1
|
|
10224
10224
|
resolution: "es-object-atoms@npm:1.1.1"
|
|
10225
10225
|
dependencies:
|
|
@@ -11003,11 +11003,11 @@ __metadata:
|
|
|
11003
11003
|
linkType: hard
|
|
11004
11004
|
|
|
11005
11005
|
"fastq@npm:^1.6.0":
|
|
11006
|
-
version: 1.19.
|
|
11007
|
-
resolution: "fastq@npm:1.19.
|
|
11006
|
+
version: 1.19.1
|
|
11007
|
+
resolution: "fastq@npm:1.19.1"
|
|
11008
11008
|
dependencies:
|
|
11009
11009
|
reusify: "npm:^1.0.4"
|
|
11010
|
-
checksum: 10c0/
|
|
11010
|
+
checksum: 10c0/ebc6e50ac7048daaeb8e64522a1ea7a26e92b3cee5cd1c7f2316cdca81ba543aa40a136b53891446ea5c3a67ec215fbaca87ad405f102dd97012f62916905630
|
|
11011
11011
|
languageName: node
|
|
11012
11012
|
linkType: hard
|
|
11013
11013
|
|
|
@@ -11203,9 +11203,9 @@ __metadata:
|
|
|
11203
11203
|
linkType: hard
|
|
11204
11204
|
|
|
11205
11205
|
"flatted@npm:^3.2.9":
|
|
11206
|
-
version: 3.3.
|
|
11207
|
-
resolution: "flatted@npm:3.3.
|
|
11208
|
-
checksum: 10c0/
|
|
11206
|
+
version: 3.3.3
|
|
11207
|
+
resolution: "flatted@npm:3.3.3"
|
|
11208
|
+
checksum: 10c0/e957a1c6b0254aa15b8cce8533e24165abd98fadc98575db082b786b5da1b7d72062b81bfdcd1da2f4d46b6ed93bec2434e62333e9b4261d79ef2e75a10dd538
|
|
11209
11209
|
languageName: node
|
|
11210
11210
|
linkType: hard
|
|
11211
11211
|
|
|
@@ -11263,12 +11263,12 @@ __metadata:
|
|
|
11263
11263
|
linkType: hard
|
|
11264
11264
|
|
|
11265
11265
|
"foreground-child@npm:^3.1.0":
|
|
11266
|
-
version: 3.3.
|
|
11267
|
-
resolution: "foreground-child@npm:3.3.
|
|
11266
|
+
version: 3.3.1
|
|
11267
|
+
resolution: "foreground-child@npm:3.3.1"
|
|
11268
11268
|
dependencies:
|
|
11269
|
-
cross-spawn: "npm:^7.0.
|
|
11269
|
+
cross-spawn: "npm:^7.0.6"
|
|
11270
11270
|
signal-exit: "npm:^4.0.1"
|
|
11271
|
-
checksum: 10c0/
|
|
11271
|
+
checksum: 10c0/8986e4af2430896e65bc2788d6679067294d6aee9545daefc84923a0a4b399ad9c7a3ea7bd8c0b2b80fdf4a92de4c69df3f628233ff3224260e9c1541a9e9ed3
|
|
11272
11272
|
languageName: node
|
|
11273
11273
|
linkType: hard
|
|
11274
11274
|
|
|
@@ -11319,13 +11319,14 @@ __metadata:
|
|
|
11319
11319
|
linkType: hard
|
|
11320
11320
|
|
|
11321
11321
|
"form-data@npm:^4.0.0":
|
|
11322
|
-
version: 4.0.
|
|
11323
|
-
resolution: "form-data@npm:4.0.
|
|
11322
|
+
version: 4.0.2
|
|
11323
|
+
resolution: "form-data@npm:4.0.2"
|
|
11324
11324
|
dependencies:
|
|
11325
11325
|
asynckit: "npm:^0.4.0"
|
|
11326
11326
|
combined-stream: "npm:^1.0.8"
|
|
11327
|
+
es-set-tostringtag: "npm:^2.1.0"
|
|
11327
11328
|
mime-types: "npm:^2.1.12"
|
|
11328
|
-
checksum: 10c0/
|
|
11329
|
+
checksum: 10c0/e534b0cf025c831a0929bf4b9bbe1a9a6b03e273a8161f9947286b9b13bf8fb279c6944aae0070c4c311100c6d6dbb815cd955dc217728caf73fad8dc5b8ee9c
|
|
11329
11330
|
languageName: node
|
|
11330
11331
|
linkType: hard
|
|
11331
11332
|
|
|
@@ -11606,21 +11607,21 @@ __metadata:
|
|
|
11606
11607
|
languageName: node
|
|
11607
11608
|
linkType: hard
|
|
11608
11609
|
|
|
11609
|
-
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7":
|
|
11610
|
-
version: 1.
|
|
11611
|
-
resolution: "get-intrinsic@npm:1.
|
|
11610
|
+
"get-intrinsic@npm:^1.1.3, get-intrinsic@npm:^1.2.1, get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0":
|
|
11611
|
+
version: 1.3.0
|
|
11612
|
+
resolution: "get-intrinsic@npm:1.3.0"
|
|
11612
11613
|
dependencies:
|
|
11613
|
-
call-bind-apply-helpers: "npm:^1.0.
|
|
11614
|
+
call-bind-apply-helpers: "npm:^1.0.2"
|
|
11614
11615
|
es-define-property: "npm:^1.0.1"
|
|
11615
11616
|
es-errors: "npm:^1.3.0"
|
|
11616
|
-
es-object-atoms: "npm:^1.
|
|
11617
|
+
es-object-atoms: "npm:^1.1.1"
|
|
11617
11618
|
function-bind: "npm:^1.1.2"
|
|
11618
|
-
get-proto: "npm:^1.0.
|
|
11619
|
+
get-proto: "npm:^1.0.1"
|
|
11619
11620
|
gopd: "npm:^1.2.0"
|
|
11620
11621
|
has-symbols: "npm:^1.1.0"
|
|
11621
11622
|
hasown: "npm:^2.0.2"
|
|
11622
11623
|
math-intrinsics: "npm:^1.1.0"
|
|
11623
|
-
checksum: 10c0/
|
|
11624
|
+
checksum: 10c0/52c81808af9a8130f581e6a6a83e1ba4a9f703359e7a438d1369a5267a25412322f03dcbd7c549edaef0b6214a0630a28511d7df0130c93cfd380f4fa0b5b66a
|
|
11624
11625
|
languageName: node
|
|
11625
11626
|
linkType: hard
|
|
11626
11627
|
|
|
@@ -13803,9 +13804,9 @@ __metadata:
|
|
|
13803
13804
|
linkType: hard
|
|
13804
13805
|
|
|
13805
13806
|
"libphonenumber-js@npm:^1.9.11":
|
|
13806
|
-
version: 1.
|
|
13807
|
-
resolution: "libphonenumber-js@npm:1.
|
|
13808
|
-
checksum: 10c0/
|
|
13807
|
+
version: 1.12.4
|
|
13808
|
+
resolution: "libphonenumber-js@npm:1.12.4"
|
|
13809
|
+
checksum: 10c0/cb05e89278f69aace9347682ae9f7f8f65e2d791442ea1cd09a2a89da889f7038f219cb82472d2f73513ca681d564e4c3036b06c5ad0508116635bc9d453a26c
|
|
13809
13810
|
languageName: node
|
|
13810
13811
|
linkType: hard
|
|
13811
13812
|
|
|
@@ -14272,11 +14273,11 @@ __metadata:
|
|
|
14272
14273
|
linkType: hard
|
|
14273
14274
|
|
|
14274
14275
|
"markdown-to-jsx@npm:^7.1.3":
|
|
14275
|
-
version: 7.7.
|
|
14276
|
-
resolution: "markdown-to-jsx@npm:7.7.
|
|
14276
|
+
version: 7.7.4
|
|
14277
|
+
resolution: "markdown-to-jsx@npm:7.7.4"
|
|
14277
14278
|
peerDependencies:
|
|
14278
14279
|
react: ">= 0.14.0"
|
|
14279
|
-
checksum: 10c0/
|
|
14280
|
+
checksum: 10c0/692323e3cb5573ecce5f1f40c3b1a8d67bca40f2b4907ec266c23e7dffa2dcab466f738ea6569f8a5e6234ddcdccacbfeeb97b5e2f647b94bf29fa441f0083be
|
|
14280
14281
|
languageName: node
|
|
14281
14282
|
linkType: hard
|
|
14282
14283
|
|
|
@@ -14707,8 +14708,8 @@ __metadata:
|
|
|
14707
14708
|
linkType: hard
|
|
14708
14709
|
|
|
14709
14710
|
"minipass-fetch@npm:^4.0.0":
|
|
14710
|
-
version: 4.0.
|
|
14711
|
-
resolution: "minipass-fetch@npm:4.0.
|
|
14711
|
+
version: 4.0.1
|
|
14712
|
+
resolution: "minipass-fetch@npm:4.0.1"
|
|
14712
14713
|
dependencies:
|
|
14713
14714
|
encoding: "npm:^0.1.13"
|
|
14714
14715
|
minipass: "npm:^7.0.3"
|
|
@@ -14717,7 +14718,7 @@ __metadata:
|
|
|
14717
14718
|
dependenciesMeta:
|
|
14718
14719
|
encoding:
|
|
14719
14720
|
optional: true
|
|
14720
|
-
checksum: 10c0/
|
|
14721
|
+
checksum: 10c0/a3147b2efe8e078c9bf9d024a0059339c5a09c5b1dded6900a219c218cc8b1b78510b62dae556b507304af226b18c3f1aeb1d48660283602d5b6586c399eed5c
|
|
14721
14722
|
languageName: node
|
|
14722
14723
|
linkType: hard
|
|
14723
14724
|
|
|
@@ -14928,11 +14929,11 @@ __metadata:
|
|
|
14928
14929
|
linkType: hard
|
|
14929
14930
|
|
|
14930
14931
|
"nan@npm:^2.12.1":
|
|
14931
|
-
version: 2.22.
|
|
14932
|
-
resolution: "nan@npm:2.22.
|
|
14932
|
+
version: 2.22.2
|
|
14933
|
+
resolution: "nan@npm:2.22.2"
|
|
14933
14934
|
dependencies:
|
|
14934
14935
|
node-gyp: "npm:latest"
|
|
14935
|
-
checksum: 10c0/
|
|
14936
|
+
checksum: 10c0/971f963b8120631880fa47a389c71b00cadc1c1b00ef8f147782a3f4387d4fc8195d0695911272d57438c11562fb27b24c4ae5f8c05d5e4eeb4478ba51bb73c5
|
|
14936
14937
|
languageName: node
|
|
14937
14938
|
linkType: hard
|
|
14938
14939
|
|
|
@@ -16639,13 +16640,13 @@ __metadata:
|
|
|
16639
16640
|
linkType: hard
|
|
16640
16641
|
|
|
16641
16642
|
"postcss@npm:^8.2.6, postcss@npm:^8.4.23, postcss@npm:^8.4.39":
|
|
16642
|
-
version: 8.5.
|
|
16643
|
-
resolution: "postcss@npm:8.5.
|
|
16643
|
+
version: 8.5.3
|
|
16644
|
+
resolution: "postcss@npm:8.5.3"
|
|
16644
16645
|
dependencies:
|
|
16645
16646
|
nanoid: "npm:^3.3.8"
|
|
16646
16647
|
picocolors: "npm:^1.1.1"
|
|
16647
16648
|
source-map-js: "npm:^1.2.1"
|
|
16648
|
-
checksum: 10c0/
|
|
16649
|
+
checksum: 10c0/b75510d7b28c3ab728c8733dd01538314a18c52af426f199a3c9177e63eb08602a3938bfb66b62dc01350b9aed62087eabbf229af97a1659eb8d3513cec823b3
|
|
16649
16650
|
languageName: node
|
|
16650
16651
|
linkType: hard
|
|
16651
16652
|
|
|
@@ -16906,13 +16907,13 @@ __metadata:
|
|
|
16906
16907
|
linkType: hard
|
|
16907
16908
|
|
|
16908
16909
|
"prosemirror-commands@npm:^1.0.0, prosemirror-commands@npm:^1.2.1, prosemirror-commands@npm:^1.3.1":
|
|
16909
|
-
version: 1.
|
|
16910
|
-
resolution: "prosemirror-commands@npm:1.
|
|
16910
|
+
version: 1.7.0
|
|
16911
|
+
resolution: "prosemirror-commands@npm:1.7.0"
|
|
16911
16912
|
dependencies:
|
|
16912
16913
|
prosemirror-model: "npm:^1.0.0"
|
|
16913
16914
|
prosemirror-state: "npm:^1.0.0"
|
|
16914
16915
|
prosemirror-transform: "npm:^1.10.2"
|
|
16915
|
-
checksum: 10c0/
|
|
16916
|
+
checksum: 10c0/b0c522bc1e54c11553d17f15616019245c8d493eb67069ebfd2afc8dd3d9c02ed8e3f484fc30ed98101795a3ea2284ca8da3015bbc50fa4f626cbd76696ddb53
|
|
16916
16917
|
languageName: node
|
|
16917
16918
|
linkType: hard
|
|
16918
16919
|
|
|
@@ -17013,13 +17014,13 @@ __metadata:
|
|
|
17013
17014
|
linkType: hard
|
|
17014
17015
|
|
|
17015
17016
|
"prosemirror-schema-list@npm:^1.1.6, prosemirror-schema-list@npm:^1.2.2":
|
|
17016
|
-
version: 1.5.
|
|
17017
|
-
resolution: "prosemirror-schema-list@npm:1.5.
|
|
17017
|
+
version: 1.5.1
|
|
17018
|
+
resolution: "prosemirror-schema-list@npm:1.5.1"
|
|
17018
17019
|
dependencies:
|
|
17019
17020
|
prosemirror-model: "npm:^1.0.0"
|
|
17020
17021
|
prosemirror-state: "npm:^1.0.0"
|
|
17021
17022
|
prosemirror-transform: "npm:^1.7.3"
|
|
17022
|
-
checksum: 10c0/
|
|
17023
|
+
checksum: 10c0/e6fd27446bc90556a9797f6ca0cb54e7db53cc7c20fbf633b7d0f4709c45accfa2f3a0f6575fe47aa83cb75781a9b773198d236a44db9d8eef2802a1501e4301
|
|
17023
17024
|
languageName: node
|
|
17024
17025
|
linkType: hard
|
|
17025
17026
|
|
|
@@ -17062,22 +17063,22 @@ __metadata:
|
|
|
17062
17063
|
linkType: hard
|
|
17063
17064
|
|
|
17064
17065
|
"prosemirror-transform@npm:^1.0.0, prosemirror-transform@npm:^1.1.0, prosemirror-transform@npm:^1.10.2, prosemirror-transform@npm:^1.3.3, prosemirror-transform@npm:^1.7.0, prosemirror-transform@npm:^1.7.3":
|
|
17065
|
-
version: 1.10.
|
|
17066
|
-
resolution: "prosemirror-transform@npm:1.10.
|
|
17066
|
+
version: 1.10.3
|
|
17067
|
+
resolution: "prosemirror-transform@npm:1.10.3"
|
|
17067
17068
|
dependencies:
|
|
17068
17069
|
prosemirror-model: "npm:^1.21.0"
|
|
17069
|
-
checksum: 10c0/
|
|
17070
|
+
checksum: 10c0/736630453cbc3c19c4e0146fe99cbd15df7738686bf77415195498a6efcbec7bb11f64b20cbe27cbbb91a0d92f88981fcf9174a8d48b52308652910a5a7f7473
|
|
17070
17071
|
languageName: node
|
|
17071
17072
|
linkType: hard
|
|
17072
17073
|
|
|
17073
17074
|
"prosemirror-view@npm:^1.0.0, prosemirror-view@npm:^1.1.0, prosemirror-view@npm:^1.23.6, prosemirror-view@npm:^1.27.0, prosemirror-view@npm:^1.28.2, prosemirror-view@npm:^1.31.0, prosemirror-view@npm:^1.37.2":
|
|
17074
|
-
version: 1.38.
|
|
17075
|
-
resolution: "prosemirror-view@npm:1.38.
|
|
17075
|
+
version: 1.38.1
|
|
17076
|
+
resolution: "prosemirror-view@npm:1.38.1"
|
|
17076
17077
|
dependencies:
|
|
17077
17078
|
prosemirror-model: "npm:^1.20.0"
|
|
17078
17079
|
prosemirror-state: "npm:^1.0.0"
|
|
17079
17080
|
prosemirror-transform: "npm:^1.1.0"
|
|
17080
|
-
checksum: 10c0/
|
|
17081
|
+
checksum: 10c0/495833857047a1bb5d8bd88f91b3bfa92e5ba726bb9488e062db2fc2d5d9e01ff9c305aa1a1af3272f7fa763ffc6ac5935841df98b8cb28856228877af42b278
|
|
17081
17082
|
languageName: node
|
|
17082
17083
|
linkType: hard
|
|
17083
17084
|
|
|
@@ -17376,13 +17377,13 @@ __metadata:
|
|
|
17376
17377
|
linkType: hard
|
|
17377
17378
|
|
|
17378
17379
|
"react-confetti@npm:^6.1.0":
|
|
17379
|
-
version: 6.
|
|
17380
|
-
resolution: "react-confetti@npm:6.
|
|
17380
|
+
version: 6.4.0
|
|
17381
|
+
resolution: "react-confetti@npm:6.4.0"
|
|
17381
17382
|
dependencies:
|
|
17382
17383
|
tween-functions: "npm:^1.2.0"
|
|
17383
17384
|
peerDependencies:
|
|
17384
17385
|
react: ^16.3.0 || ^17.0.1 || ^18.0.0 || ^19.0.0
|
|
17385
|
-
checksum: 10c0/
|
|
17386
|
+
checksum: 10c0/a0e1bfc826cc086e13c18f2f8997e1825025be8ea80f5b1ffdd4871babe89a6876eac99f43525d4d4cbf141fab2a9372f5d51d19fa5995b64e77e6717ac4b286
|
|
17386
17387
|
languageName: node
|
|
17387
17388
|
linkType: hard
|
|
17388
17389
|
|
|
@@ -17532,9 +17533,9 @@ __metadata:
|
|
|
17532
17533
|
linkType: hard
|
|
17533
17534
|
|
|
17534
17535
|
"react-error-overlay@npm:^6.0.9":
|
|
17535
|
-
version: 6.0
|
|
17536
|
-
resolution: "react-error-overlay@npm:6.0
|
|
17537
|
-
checksum: 10c0/
|
|
17536
|
+
version: 6.1.0
|
|
17537
|
+
resolution: "react-error-overlay@npm:6.1.0"
|
|
17538
|
+
checksum: 10c0/2b52308b9e489dfaa25df85c7ed5c200371bc214245161a0833b729f9c6b1a2e591e1d1e07c3d3859ffa19b84a386c219d93df9ba13d819be34c20f40e71a555
|
|
17538
17539
|
languageName: node
|
|
17539
17540
|
linkType: hard
|
|
17540
17541
|
|
|
@@ -18768,9 +18769,9 @@ __metadata:
|
|
|
18768
18769
|
linkType: hard
|
|
18769
18770
|
|
|
18770
18771
|
"reusify@npm:^1.0.4":
|
|
18771
|
-
version: 1.0
|
|
18772
|
-
resolution: "reusify@npm:1.0
|
|
18773
|
-
checksum: 10c0/
|
|
18772
|
+
version: 1.1.0
|
|
18773
|
+
resolution: "reusify@npm:1.1.0"
|
|
18774
|
+
checksum: 10c0/4eff0d4a5f9383566c7d7ec437b671cc51b25963bd61bf127c3f3d3f68e44a026d99b8d2f1ad344afff8d278a8fe70a8ea092650a716d22287e8bef7126bb2fa
|
|
18774
18775
|
languageName: node
|
|
18775
18776
|
linkType: hard
|
|
18776
18777
|
|
|
@@ -18927,28 +18928,28 @@ __metadata:
|
|
|
18927
18928
|
linkType: hard
|
|
18928
18929
|
|
|
18929
18930
|
"rollup@npm:^4.13.0":
|
|
18930
|
-
version: 4.34.
|
|
18931
|
-
resolution: "rollup@npm:4.34.
|
|
18932
|
-
dependencies:
|
|
18933
|
-
"@rollup/rollup-android-arm-eabi": "npm:4.34.
|
|
18934
|
-
"@rollup/rollup-android-arm64": "npm:4.34.
|
|
18935
|
-
"@rollup/rollup-darwin-arm64": "npm:4.34.
|
|
18936
|
-
"@rollup/rollup-darwin-x64": "npm:4.34.
|
|
18937
|
-
"@rollup/rollup-freebsd-arm64": "npm:4.34.
|
|
18938
|
-
"@rollup/rollup-freebsd-x64": "npm:4.34.
|
|
18939
|
-
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.
|
|
18940
|
-
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.
|
|
18941
|
-
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.
|
|
18942
|
-
"@rollup/rollup-linux-arm64-musl": "npm:4.34.
|
|
18943
|
-
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.
|
|
18944
|
-
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.
|
|
18945
|
-
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.
|
|
18946
|
-
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.
|
|
18947
|
-
"@rollup/rollup-linux-x64-gnu": "npm:4.34.
|
|
18948
|
-
"@rollup/rollup-linux-x64-musl": "npm:4.34.
|
|
18949
|
-
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.
|
|
18950
|
-
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.
|
|
18951
|
-
"@rollup/rollup-win32-x64-msvc": "npm:4.34.
|
|
18931
|
+
version: 4.34.9
|
|
18932
|
+
resolution: "rollup@npm:4.34.9"
|
|
18933
|
+
dependencies:
|
|
18934
|
+
"@rollup/rollup-android-arm-eabi": "npm:4.34.9"
|
|
18935
|
+
"@rollup/rollup-android-arm64": "npm:4.34.9"
|
|
18936
|
+
"@rollup/rollup-darwin-arm64": "npm:4.34.9"
|
|
18937
|
+
"@rollup/rollup-darwin-x64": "npm:4.34.9"
|
|
18938
|
+
"@rollup/rollup-freebsd-arm64": "npm:4.34.9"
|
|
18939
|
+
"@rollup/rollup-freebsd-x64": "npm:4.34.9"
|
|
18940
|
+
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.34.9"
|
|
18941
|
+
"@rollup/rollup-linux-arm-musleabihf": "npm:4.34.9"
|
|
18942
|
+
"@rollup/rollup-linux-arm64-gnu": "npm:4.34.9"
|
|
18943
|
+
"@rollup/rollup-linux-arm64-musl": "npm:4.34.9"
|
|
18944
|
+
"@rollup/rollup-linux-loongarch64-gnu": "npm:4.34.9"
|
|
18945
|
+
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.34.9"
|
|
18946
|
+
"@rollup/rollup-linux-riscv64-gnu": "npm:4.34.9"
|
|
18947
|
+
"@rollup/rollup-linux-s390x-gnu": "npm:4.34.9"
|
|
18948
|
+
"@rollup/rollup-linux-x64-gnu": "npm:4.34.9"
|
|
18949
|
+
"@rollup/rollup-linux-x64-musl": "npm:4.34.9"
|
|
18950
|
+
"@rollup/rollup-win32-arm64-msvc": "npm:4.34.9"
|
|
18951
|
+
"@rollup/rollup-win32-ia32-msvc": "npm:4.34.9"
|
|
18952
|
+
"@rollup/rollup-win32-x64-msvc": "npm:4.34.9"
|
|
18952
18953
|
"@types/estree": "npm:1.0.6"
|
|
18953
18954
|
fsevents: "npm:~2.3.2"
|
|
18954
18955
|
dependenciesMeta:
|
|
@@ -18994,7 +18995,7 @@ __metadata:
|
|
|
18994
18995
|
optional: true
|
|
18995
18996
|
bin:
|
|
18996
18997
|
rollup: dist/bin/rollup
|
|
18997
|
-
checksum: 10c0/
|
|
18998
|
+
checksum: 10c0/dd0be1f7c4f8a93040026be13ecc39259fb55313db0dac7eafd97a3ac01ab4584e6b1a8afd86b0259dcf391699d5560a678abe6c0729af0aa4f2d5df70f05c8c
|
|
18998
18999
|
languageName: node
|
|
18999
19000
|
linkType: hard
|
|
19000
19001
|
|
|
@@ -19053,11 +19054,11 @@ __metadata:
|
|
|
19053
19054
|
linkType: hard
|
|
19054
19055
|
|
|
19055
19056
|
"rxjs@npm:^7.5.5":
|
|
19056
|
-
version: 7.8.
|
|
19057
|
-
resolution: "rxjs@npm:7.8.
|
|
19057
|
+
version: 7.8.2
|
|
19058
|
+
resolution: "rxjs@npm:7.8.2"
|
|
19058
19059
|
dependencies:
|
|
19059
19060
|
tslib: "npm:^2.1.0"
|
|
19060
|
-
checksum: 10c0/
|
|
19061
|
+
checksum: 10c0/1fcd33d2066ada98ba8f21fcbbcaee9f0b271de1d38dc7f4e256bfbc6ffcdde68c8bfb69093de7eeb46f24b1fb820620bf0223706cff26b4ab99a7ff7b2e2c45
|
|
19061
19062
|
languageName: node
|
|
19062
19063
|
linkType: hard
|
|
19063
19064
|
|
|
@@ -21362,8 +21363,8 @@ __metadata:
|
|
|
21362
21363
|
linkType: hard
|
|
21363
21364
|
|
|
21364
21365
|
"update-browserslist-db@npm:^1.1.1":
|
|
21365
|
-
version: 1.1.
|
|
21366
|
-
resolution: "update-browserslist-db@npm:1.1.
|
|
21366
|
+
version: 1.1.3
|
|
21367
|
+
resolution: "update-browserslist-db@npm:1.1.3"
|
|
21367
21368
|
dependencies:
|
|
21368
21369
|
escalade: "npm:^3.2.0"
|
|
21369
21370
|
picocolors: "npm:^1.1.1"
|
|
@@ -21371,7 +21372,7 @@ __metadata:
|
|
|
21371
21372
|
browserslist: ">= 4.21.0"
|
|
21372
21373
|
bin:
|
|
21373
21374
|
update-browserslist-db: cli.js
|
|
21374
|
-
checksum: 10c0/
|
|
21375
|
+
checksum: 10c0/682e8ecbf9de474a626f6462aa85927936cdd256fe584c6df2508b0df9f7362c44c957e9970df55dfe44d3623807d26316ea2c7d26b80bb76a16c56c37233c32
|
|
21375
21376
|
languageName: node
|
|
21376
21377
|
linkType: hard
|
|
21377
21378
|
|