@licklist/design 0.69.0 → 0.69.1-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/.prettierrc +5 -1
- package/dist/affiliate/form/AffiliateForm.d.ts.map +1 -1
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +35 -40
- package/dist/events/edit-event-modal/IntervalInput.js +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +26 -25
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +3 -2
- package/dist/iframe/activity-card/ActivityCard.d.ts +5 -4
- package/dist/iframe/activity-card/ActivityCard.d.ts.map +1 -1
- package/dist/iframe/activity-card/ActivityCard.js +52 -40
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/order-process/components/Timer/Timer.js +1 -1
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/layout/DropDown.d.ts +2 -1
- package/dist/layout/DropDown.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts +3 -1
- package/dist/modals/confirmation/ConfirmModal.d.ts.map +1 -1
- package/dist/modals/confirmation/ConfirmModal.js +172 -8
- package/dist/modals/dialog/Dialog.js +2 -2
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/card/ProductSetCard.d.ts +6 -2
- package/dist/product-set/card/ProductSetCard.d.ts.map +1 -1
- package/dist/product-set/card/ProductSetCard.js +30 -11
- 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 +4 -0
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +24 -3
- package/dist/product-set/control/ProductSetImageControl.d.ts +2 -0
- package/dist/product-set/control/ProductSetImageControl.d.ts.map +1 -0
- package/dist/product-set/control/ProductSetImageControl.js +279 -0
- package/dist/product-set/form/MobileFooter.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 +64 -1
- package/dist/product-set/form/ProductSetNameControl.d.ts +6 -0
- package/dist/product-set/form/ProductSetNameControl.d.ts.map +1 -0
- package/dist/product-set/form/ProductSetNameControl.js +35 -0
- package/dist/product-set/form/ProductZonesControl.d.ts.map +1 -1
- package/dist/product-set/form/ProductZonesControl.js +0 -2
- package/dist/product-set/form/SelectCategoryModal.d.ts +12 -0
- package/dist/product-set/form/SelectCategoryModal.d.ts.map +1 -1
- package/dist/product-set/form/SelectCategoryModal.js +1 -1
- package/dist/product-set/form/SubProductsControl.d.ts.map +1 -1
- package/dist/product-set/form/SubProductsControl.js +0 -3
- package/dist/product-set/form/VenueMapsControl.d.ts.map +1 -1
- package/dist/product-set/form/VenueMapsControl.js +0 -3
- package/dist/product-set/form/index.d.ts +1 -0
- package/dist/product-set/form/index.d.ts.map +1 -1
- package/dist/product-set/product/ProductControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/product-set/utils/index.d.ts +7 -0
- package/dist/product-set/utils/index.d.ts.map +1 -1
- package/dist/product-set/utils/index.js +10 -1
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +6 -4
- 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/root.css +51 -51
- 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/manual-booking/search-user/SearchUser.js +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/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/styles/activity-card/{GridActivitiesCard.scss → ActivitiesCard.scss} +19 -5
- package/dist/styles/activity-card/ListActivitiesCard.scss +12 -42
- package/dist/styles/activity-card/_index.scss +1 -1
- package/dist/styles/iframe-events/Calendar.scss +0 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/product-set/ProductSetForm.scss +22 -0
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.js +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +1 -1
- package/dist/typeahead/Typeahead.d.ts +5 -1
- package/dist/typeahead/Typeahead.d.ts.map +1 -1
- package/dist/typeahead/Typeahead.js +9 -2
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +6 -5
- package/postcss.config.cjs +2 -2
- package/src/affiliate/card/AffiliateCard.tsx +15 -15
- package/src/affiliate/form/AffiliateControl.tsx +8 -8
- package/src/affiliate/form/AffiliateForm.tsx +6 -5
- package/src/auth/AccessDenied/AccessDenied.tsx +8 -8
- package/src/auth/ChangePassword/ChangePasswordComponent.tsx +4 -4
- package/src/auth/ChangePassword/ChangePasswordFormComponent.tsx +14 -14
- package/src/auth/Layout/AuthNavComponent.tsx +6 -6
- package/src/auth/Layout/UserNavComponent.tsx +2 -2
- package/src/auth/Layout/UserNavDropDown.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +9 -9
- package/src/auth/Login/LoginFormComponent.tsx +15 -15
- package/src/auth/Logout/Logout.stories.tsx +2 -2
- package/src/auth/Register/BirthDateFormComponent.tsx +17 -17
- package/src/auth/Register/RegisterComponent.tsx +7 -7
- package/src/auth/Register/RegisterFormComponent.tsx +56 -56
- package/src/auth/ResetPassword/ResetPasswordComponent.tsx +3 -3
- package/src/auth/ResetPassword/ResetPasswordFormComponent.tsx +13 -13
- package/src/auth/Social/SocialCallbackComponent.tsx +3 -3
- package/src/auth/Social/SocialFormComponent.tsx +4 -4
- package/src/availability-indicator/AvailabilityIndicator.tsx +1 -1
- package/src/calendar/Calendar.tsx +2 -2
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +38 -37
- package/src/calendar/components/CalendarDates/CalendarDates.tsx +2 -2
- package/src/calendar/components/CalendarSelect/CalendarSelect.tsx +2 -2
- package/src/calendar/components/CalendarWeekdays/CalendarWeekdays.tsx +2 -2
- package/src/collapsible-input-group/CollapsibleInputGroup.tsx +6 -6
- package/src/custom-fields/CustomFields.stories.tsx +1 -1
- package/src/custom-fields/field/FieldItem.tsx +1 -1
- package/src/custom-fields/field/SelectFieldModal.tsx +4 -4
- package/src/custom-fields/field-set/components/CustomFieldSet/CustomFieldSet.tsx +8 -8
- package/src/custom-fields/forms/DropdownForm.tsx +16 -16
- package/src/custom-fields/forms/TextInputForm.tsx +6 -6
- package/src/customers/components/filter/CustomerFilter.tsx +3 -3
- package/src/date-time-button/DateContent.tsx +1 -1
- package/src/date-time-button/DateTimeButton.tsx +2 -2
- package/src/error/ErrorFallback.tsx +1 -1
- package/src/events/edit-event-modal/IntervalInput.tsx +15 -15
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.stories.tsx +2 -2
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +24 -24
- package/src/events/edit-event-modal/component/ProductSetShortForm/ProductSetShortForm.tsx +3 -3
- package/src/events/edit-event-modal/component/SaleDeadline/SaleDeadline.tsx +11 -11
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +85 -88
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +5 -5
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +2 -1
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.stories.tsx +1 -1
- package/src/events/edit-recurrent-event-modal/EditRecurrentEventModal.tsx +16 -16
- package/src/events/event-card/EventCard.stories.tsx +5 -5
- package/src/events/event-card/EventCard.tsx +30 -30
- package/src/events/event-card/EventCardSkeleton.tsx +10 -10
- package/src/events/event-statistic-modal/EventStatisticModal.stories.tsx +1 -1
- package/src/events/event-statistic-modal/EventStatisticModal.tsx +8 -8
- package/src/events/event-venue-map/components/Dropdown/Dropdown.tsx +1 -1
- package/src/events/event-venue-map/components/Dropdown/components/DropdownWrapper/DropdownWrapper.tsx +3 -3
- package/src/events/event-venue-map/components/Dropdown/components/ProductsControl/ProductsControl.tsx +5 -5
- package/src/events/event-venue-map/components/Dropdown/components/SelectControl/SelectControl.tsx +10 -10
- package/src/events/event-venue-map/components/MapPoint/components/DeleteIcon/DeleteIcon.tsx +1 -1
- package/src/events/event-venue-map/components/MapPoint/components/EditIcon/EditIcon.tsx +1 -1
- package/src/events/event-venue-map/components/MapPoint/components/PointIcon/PointIcon.tsx +2 -2
- package/src/events/event-venue-map/components/MapPoint/components/ProductIcon/ProductIcon.tsx +1 -1
- package/src/events/event-venue-map/components/Scrollbars/Scrollbars.tsx +5 -5
- package/src/events/event-venue-map/components/VenueMap/VenueMap.tsx +3 -3
- package/src/events/event-venue-map/components/ZoomButtons/ZoomButtons.tsx +4 -4
- package/src/file-upload/FilePreview.tsx +8 -8
- package/src/file-upload/FileUpload.tsx +8 -8
- package/src/header/BookeditHeader.tsx +1 -1
- package/src/header/Header.stories.tsx +16 -16
- package/src/header/Header.tsx +11 -11
- package/src/header/LicklistHeader.tsx +1 -1
- package/src/header/elements/CompanySelector.tsx +6 -6
- package/src/help/example/Example.tsx +12 -12
- package/src/help/popover/HelpPopover.tsx +5 -5
- package/src/iframe/activity-card/ActivityCard.tsx +38 -27
- package/src/iframe/back-button/BackButton.tsx +3 -3
- package/src/iframe/custom-fields/components/CustomDateField.stories.tsx +1 -1
- package/src/iframe/custom-fields/components/CustomDateField.tsx +7 -7
- package/src/iframe/event/event-booking-form/EventBookingForm.tsx +14 -14
- package/src/iframe/event/event-booking-products/EventBookingProducts.tsx +3 -3
- package/src/iframe/event/event-booking-products/components/AccordionItem/AccordionItem.tsx +10 -10
- package/src/iframe/event/event-booking-view/EventBookingView.tsx +1 -1
- package/src/iframe/event/event-card/IframeEventCard.stories.tsx +6 -6
- package/src/iframe/event/event-card/IframeEventCardSkeleton.tsx +20 -20
- package/src/iframe/event/event-card/IframeEventCards.stories.tsx +2 -2
- package/src/iframe/event/event-description/EventDescription.stories.tsx +3 -3
- package/src/iframe/event/event-description/EventDescription.tsx +10 -10
- package/src/iframe/event/event-navigation-footer/EventNavigationFooter.tsx +6 -6
- package/src/iframe/event/event-order-short-summary/EventOrderShortSummary.tsx +2 -2
- package/src/iframe/event/event-order-short-summary/components/Summary/Summary.tsx +4 -4
- package/src/iframe/event/event-order-summary/EventOrderSummary.stories.tsx +1 -1
- package/src/iframe/event/event-order-summary/EventOrderSummary.tsx +5 -5
- package/src/iframe/event/event-product-sets/EventProductSets.stories.tsx +1 -1
- package/src/iframe/event/event-product-sets/EventProductSets.tsx +1 -1
- package/src/iframe/event/event-product-sets/components/EventProductSet.tsx +1 -1
- package/src/iframe/event/event-step-venue-map-zones/EventStepVenueMapZones.tsx +1 -1
- package/src/iframe/event/event-step-venue-map-zones/components/EventStepVenueMapZone.tsx +3 -3
- package/src/iframe/event/event-tables/EventTables.stories.tsx +1 -1
- package/src/iframe/event/event-tables/EventTables.tsx +5 -5
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +4 -4
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.tsx +1 -1
- package/src/iframe/event/ticket-description/TicketDescription.stories.tsx +6 -6
- package/src/iframe/event/ticket-description/TicketDescription.tsx +7 -7
- package/src/iframe/external-modal/ExternalModal.tsx +7 -7
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.stories.tsx +8 -8
- package/src/iframe/order-process/components/BookingSummary/BookingSummary.tsx +23 -23
- package/src/iframe/order-process/components/BookingSummary/components/BookingSummaryAccordion/BookingSummaryAccordion.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/ProductSummary/ProductSummary.tsx +6 -6
- package/src/iframe/order-process/components/BookingSummary/components/ProductsByMenuStep/ProductsByMenuStep.tsx +3 -3
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/SummaryTotal.tsx +1 -1
- package/src/iframe/order-process/components/BookingSummary/components/SummaryTotal/components/SummaryTotalBlock.tsx +2 -2
- package/src/iframe/order-process/components/BookingSummary/components/ToggleHeader/ToggleHeader.tsx +9 -9
- package/src/iframe/order-process/components/BookingSummaryFooter/BookingSummaryFooter.tsx +3 -3
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.stories.tsx +5 -5
- package/src/iframe/order-process/components/CalendarStepsForm/CalendarStepsForm.tsx +3 -3
- package/src/iframe/order-process/components/CalendarStepsForm/components/Category.tsx +1 -1
- package/src/iframe/order-process/components/CalendarStepsForm/components/CategoryProductModal.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/CategoryProduct.tsx +7 -7
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.stories.tsx +1 -1
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +13 -4
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +3 -2
- package/src/iframe/order-process/components/ErrorModal/ErrorModal.tsx +8 -8
- package/src/iframe/order-process/components/NavigationFooter/NavigationFooter.tsx +4 -4
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.stories.tsx +1 -1
- package/src/iframe/order-process/components/NavigationSteps/NavigationSteps.tsx +6 -6
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.stories.tsx +2 -2
- package/src/iframe/order-process/components/PaymentCard/PaymentCard.tsx +9 -9
- package/src/iframe/order-process/components/Timer/Timer.stories.tsx +2 -2
- package/src/iframe/order-process/components/Timer/Timer.tsx +6 -6
- package/src/iframe/page/Page.stories.tsx +4 -4
- package/src/iframe/page/Page.tsx +1 -1
- package/src/iframe/page/components/PageBody/components/LeftBlock/LeftBlock.tsx +2 -2
- package/src/iframe/page/components/PageBody/components/RightBlock/RightBlock.tsx +2 -2
- package/src/iframe/page/components/PageHeader/PageHeader.tsx +6 -6
- package/src/iframe/payment/order-items-table/OrderItemsTable.stories.tsx +2 -2
- package/src/iframe/payment/order-items-table/OrderItemsTable.tsx +2 -2
- package/src/iframe/payment/order-items-table/hooks/useTableData.tsx +3 -3
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/iframe/payment/payment-form/PaymentForm.stories.tsx +5 -5
- package/src/iframe/payment/payment-form/PaymentForm.tsx +12 -12
- package/src/iframe/payment/payment-page/PaymentPage.tsx +5 -5
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.stories.tsx +2 -2
- package/src/iframe/payment/payment-status-header/PaymentStatusHeader.tsx +2 -2
- package/src/iframe/payment/payment-status-page/PaymentStatusComponent.stories.tsx +2 -2
- package/src/iframe/payment/payment-status-page/PaymentStatusPage.tsx +2 -2
- package/src/iframe/payment/status-body/StatusBody.tsx +3 -3
- package/src/iframe/powered-by/PoweredBy.tsx +4 -4
- package/src/iframe/ryft/RyftPaymentForm.tsx +12 -12
- package/src/image-radio-input/ImageRadioInput.tsx +5 -5
- package/src/layout/BackgroundVideoContainer.tsx +2 -2
- package/src/layout/Container.tsx +1 -1
- package/src/layout/DropDown.tsx +2 -1
- package/src/layout/DropDownToggle.tsx +1 -1
- package/src/layout/Layout.stories.tsx +5 -5
- package/src/logo/Logo.tsx +2 -2
- package/src/modals/confirmation/ConfirmModal.tsx +32 -16
- package/src/modals/dialog/Dialog.tsx +10 -10
- package/src/modals/fullscreen/FullscreenModal.tsx +10 -10
- package/src/modals/fullscreen/FulscreenModal.stories.tsx +2 -2
- package/src/notification/components/NotificationPlaceholders.tsx +5 -5
- package/src/notification/email-template/card/EmailTemplateCard.tsx +10 -10
- package/src/notification/email-template/control/EmailTemplateControl.tsx +30 -29
- package/src/notification/email-template/form/EmailTemplateForm.tsx +3 -3
- package/src/notification/send-email-template/SendEmailTemplateForm.tsx +11 -11
- package/src/notification/sms-template/card/SmsTemplateCard.tsx +9 -9
- package/src/notification/sms-template/control/SmsTemplateControl.tsx +15 -15
- package/src/notification/sms-template/form/SmsTemplateForm.tsx +1 -1
- package/src/number-of-people-input/components/RenderNumberOfPeopleInputComponent.tsx +6 -6
- package/src/product-set/card/ProductSetCard.tsx +63 -24
- package/src/product-set/control/DateAndRecurrenceInput.tsx +10 -10
- package/src/product-set/control/DateInput.tsx +12 -11
- package/src/product-set/control/ProductSetControl.stories.tsx +2 -2
- package/src/product-set/control/ProductSetControl.tsx +66 -72
- package/src/product-set/control/ProductSetImageControl.tsx +97 -0
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +1 -1
- package/src/product-set/control/ProductSetRecurrenceControl.tsx +10 -10
- package/src/product-set/control/ProductSetRecurrenceOverridesControl.tsx +9 -9
- package/src/product-set/control/TutorialGifCard.tsx +10 -10
- package/src/product-set/deposit-paid/ProductSetDepositPaid.stories.tsx +2 -2
- package/src/product-set/deposit-paid/ProductSetDepositPaidControl.tsx +9 -9
- package/src/product-set/elements/DeleteFieldButton.tsx +3 -3
- package/src/product-set/form/MobileFooter.tsx +3 -4
- package/src/product-set/form/ProductCategoriesControl.tsx +43 -7
- package/src/product-set/form/ProductSetForm.tsx +28 -6
- package/src/product-set/form/ProductSetFormPopover.tsx +4 -4
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- package/src/product-set/form/ProductZonesControl.tsx +5 -8
- package/src/product-set/form/ProductsControl.tsx +4 -4
- package/src/product-set/form/SelectCategoryModal.tsx +24 -24
- package/src/product-set/form/StepsControl.tsx +5 -5
- package/src/product-set/form/SubProductsControl.tsx +1 -4
- package/src/product-set/form/VenueMapSetModal.tsx +16 -16
- package/src/product-set/form/VenueMapsControl.tsx +9 -12
- package/src/product-set/form/index.ts +1 -0
- package/src/product-set/item/CreateProductSetItem.tsx +2 -2
- package/src/product-set/popover/ProductSetPopover.stories.tsx +7 -7
- package/src/product-set/popover/ProductSetPopover.tsx +5 -5
- package/src/product-set/product/Product.stories.tsx +4 -4
- package/src/product-set/product/ProductControl.tsx +19 -20
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +11 -11
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +11 -9
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -1
- package/src/product-set/product/deposit/ProductDepositControl.tsx +5 -4
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -1
- package/src/product-set/product/duration/ProductDurationControl.tsx +12 -10
- package/src/product-set/product/fixed-duration-fields/FixedDurationOptions.tsx +1 -1
- package/src/product-set/product/price/ProductPrice.stories.tsx +1 -1
- package/src/product-set/product/price/ProductPriceControl.tsx +5 -4
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +3 -3
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +12 -10
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +10 -8
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +4 -3
- package/src/product-set/product-category/ProductCategory.stories.tsx +4 -4
- package/src/product-set/product-category/ProductCategoryControl.tsx +31 -27
- package/src/product-set/product-zone/ProductZoneControl.tsx +7 -7
- package/src/product-set/step/Step.stories.tsx +1 -1
- package/src/product-set/step/StepControl.tsx +5 -5
- package/src/product-set/tabs/ProductSetTabs.stories.tsx +3 -3
- package/src/product-set/tabs/ProductSetTabs.tsx +1 -1
- package/src/product-set/utils/index.ts +11 -0
- package/src/provider/categories-input/CategoriesInput.tsx +9 -9
- package/src/provider/categories-input/CategoriesInputDescription.tsx +4 -4
- package/src/provider/company/user-form/UserForm.tsx +9 -9
- package/src/provider/location-input/LocationInput.tsx +11 -11
- package/src/provider/location-input/LocationInputDescription.tsx +1 -1
- package/src/provider/location-input/components/FormGroupControll.tsx +1 -1
- package/src/provider/provider-details-input/ProviderDetailsInput.tsx +18 -18
- package/src/provider/provider-form/ProviderForm.tsx +11 -11
- package/src/provider/provider-links-input/ProviderLinksInput.tsx +4 -4
- package/src/provider/venue-form/VenueForm.tsx +12 -12
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +13 -13
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +1 -1
- package/src/radio-card/RadioCard.tsx +3 -3
- package/src/recurrence-input/RecurrenceEndInput.tsx +13 -12
- package/src/recurrence-input/RecurrenceIntervalAndFrequencyInput.tsx +6 -6
- package/src/recurrence-input/RecurrenceMonthlyRepeatByInput.tsx +4 -4
- package/src/recurrence-input/RecurrenceWeekdaysInput.tsx +4 -4
- package/src/recurring-date-picker-input/DatePickerInput.tsx +3 -3
- package/src/recurring-date-picker-input/RecurrenceAndFrequencyInput.tsx +8 -8
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +13 -12
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +10 -10
- package/src/recurring-date-picker-input/RecurrenceMonthlyRepeatByInput.tsx +4 -4
- package/src/recurring-date-picker-input/RecurrenceWeekdaysInput.tsx +6 -6
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +4 -4
- package/src/recurring-date-picker-input/utils.ts +4 -4
- package/src/report/DataFieldsSelector/DataFieldsSelector.tsx +6 -6
- package/src/report/ReportRunnerModal/ReportRunnerModal.tsx +23 -23
- package/src/report/ReportTypeSelect/ReportTypeSelect.tsx +9 -9
- package/src/report/card/ReportCard.tsx +3 -3
- package/src/report/form/ReportForm.tsx +9 -9
- package/src/resource/form/ResourceForm.tsx +4 -4
- package/src/resource/form/components/CapacityControl.tsx +3 -2
- package/src/resource/form/components/NameControl.tsx +1 -1
- package/src/resource/form/components/SortControl.tsx +3 -2
- package/src/resource/form/components/ZoneControl.tsx +3 -3
- package/src/root.css +51 -51
- package/src/sales/booking/results/BookingResults.tsx +2 -2
- package/src/sales/booking/results/components/ResultCard.tsx +8 -10
- package/src/sales/coupon/control/CouponFormControl.tsx +31 -24
- package/src/sales/coupon/form/CouponFrom.tsx +3 -3
- package/src/sales/filters/SaleFilters.tsx +3 -3
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +12 -12
- package/src/sales/guest-profile/profile/Profile.tsx +6 -6
- package/src/sales/guest-profile/profile/components/ImageHolder/ImageHolder.tsx +1 -1
- package/src/sales/guest-profile/user-metrics/UserMetrics.tsx +34 -34
- package/src/sales/guest-profile/visited-providers/VisitedProviders.tsx +10 -10
- package/src/sales/life-time-sales/LifeTimeSalesChart.tsx +8 -8
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.stories.tsx +1 -1
- package/src/sales/manual-booking/number-input-horizontal/NumberInputHorizontal.tsx +3 -3
- package/src/sales/manual-booking/search-user/SearchUser.tsx +8 -8
- package/src/sales/manual-booking/select-date-type-control/SelectDateTypeControl.tsx +10 -10
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +13 -13
- package/src/sales/manual-booking/select-menu/SelectMenu.tsx +5 -5
- package/src/sales/manual-booking/select-menu/components/MenuButton.tsx +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +11 -11
- package/src/sales/modals/payment-modal/PaymentModal.tsx +10 -10
- package/src/sales/modals/refund-modal/RefundModal.stories.tsx +1 -1
- package/src/sales/modals/refund-modal/RefundModal.tsx +11 -11
- package/src/sales/notes/NotesTable.tsx +5 -5
- package/src/sales/notes/NotesTableRow.tsx +13 -13
- package/src/sales/notes/note-form/NoteForm.tsx +11 -11
- package/src/sales/payment-form/SalePaymentForm.tsx +5 -5
- package/src/sales/payment-form/components/RyftPayment/RyftPayment.tsx +9 -9
- package/src/sales/sales-and-views/SalesAndViewsChart.tsx +19 -19
- package/src/sales/source-of-sales/SourceOfSalesChart.tsx +9 -9
- package/src/sales/statistics-chart/StatisticsChart.tsx +4 -4
- package/src/setting/admin/AdminSettingForm.tsx +14 -14
- package/src/setting/admin/PaymentFeeForm.tsx +33 -28
- package/src/setting/dashboard/DashboardSettingForm.tsx +17 -16
- package/src/setting/dashboard/EventSettingForm.tsx +3 -3
- package/src/setting/dashboard/FinancialDataForm.tsx +5 -5
- package/src/setting/dashboard/OtherSettingForm.tsx +29 -29
- package/src/setting/dashboard/ProviderSettingForm.tsx +3 -3
- package/src/setting/dashboard/components/IpInput.tsx +10 -10
- package/src/setting/dashboard/payments/payments-form/PaymentsForm.tsx +8 -8
- package/src/setting/dashboard/payments/payments-modal/PaymentsModal.tsx +4 -4
- package/src/setting/dashboard/snippet-templates/card/SnippetTemplateCard.tsx +8 -8
- package/src/setting/dashboard/snippets/card/SnippetCard.tsx +16 -16
- package/src/setting/system/SystemSettingForm.tsx +8 -8
- package/src/sidebar/elements/Elements.stories.tsx +1 -1
- package/src/sidebar/elements/ReturnBack.tsx +3 -3
- package/src/slide-curtain/SlideCurtain.stories.tsx +1 -1
- package/src/slide-curtain/SlideCurtain.tsx +4 -4
- package/src/snippet/snippet-template/SnippetTemplate.tsx +3 -3
- package/src/snippet/snippet-template/context/snippetTemplate.tsx +2 -2
- package/src/snippet/snippet-template/control/PropertyControl.tsx +8 -8
- package/src/snippet/snippet-template/form/SnippetTemplateForm.tsx +7 -7
- package/src/snippet/snippet-template/preview/Preview.tsx +72 -66
- package/src/snippet/snippet-template/settings/SettingButton.tsx +2 -2
- package/src/sortable-fields/SortableFieldItem.tsx +2 -2
- package/src/sortable-list/CreateSortableListItem.tsx +3 -3
- package/src/sortable-tree/SortableTreeItem.stories.tsx +2 -2
- package/src/sortable-tree/SortableTreeItem.tsx +46 -40
- package/src/sorting-select/SortingSelect.tsx +4 -4
- package/src/static/CountryCodeSelect.tsx +4 -4
- package/src/static/CountrySelect.tsx +5 -5
- package/src/static/CurrencyNumberInput.tsx +6 -5
- package/src/static/RestrictedAccess.tsx +6 -6
- package/src/static/SocialButton.tsx +1 -1
- package/src/static/Static.stories.tsx +24 -24
- package/src/static/UserBadge.tsx +7 -7
- package/src/static/WarningMessage.tsx +2 -2
- package/src/static/date-range-input/DateRangeInput.stories.tsx +1 -1
- package/src/static/date-range-input/DateRangeInput.tsx +12 -12
- package/src/static/form-number-input/FormNumberInput.stories.tsx +1 -1
- package/src/static/form-number-input/FormNumberInput.tsx +5 -4
- package/src/static/images/Images.stories.tsx +1 -1
- package/src/static/loader/BlockLoader.tsx +2 -2
- package/src/static/loader/ButtonLoader.tsx +1 -1
- package/src/static/loader/Loader.stories.tsx +2 -2
- package/src/static/loader/PaymentLoader.tsx +4 -4
- package/src/static/loader/SnippetLoader.tsx +2 -2
- package/src/static/manual-date-picker/ManualDatePicker.tsx +9 -9
- package/src/static/number-input/NumberInput.tsx +7 -6
- package/src/static/switch/Switch.stories.tsx +3 -3
- package/src/static/switch/Switch.tsx +4 -4
- package/src/static/tabs/Tabs.tsx +1 -1
- package/src/static/text-expand/TextExpand.tsx +3 -3
- package/src/striped-static-table/StripedStaticTable.tsx +2 -2
- package/src/styles/activity-card/{GridActivitiesCard.scss → ActivitiesCard.scss} +19 -5
- package/src/styles/activity-card/ListActivitiesCard.scss +12 -42
- package/src/styles/activity-card/_index.scss +1 -1
- package/src/styles/iframe-events/Calendar.scss +0 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/product-set/ProductSetForm.scss +22 -0
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/table/FilterHelperComponent.tsx +10 -10
- package/src/table/MenuButton.tsx +1 -1
- package/src/table/PaginationHelperComponent.tsx +7 -7
- package/src/table/PerPageHelperComponent.tsx +5 -5
- package/src/table/ReactTableHelperComponent.tsx +1 -1
- package/src/table/TableHelperComponent.tsx +1 -1
- package/src/theme/Theme.stories.tsx +36 -36
- package/src/tiptap-editor/TipTapEditor.tsx +1 -1
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.tsx +21 -21
- package/src/tiptap-editor/TipTapMenu/components/TipTapMenuItem.tsx +2 -2
- package/src/tiptap-editor/TipTapMenu/extensions/constants.ts +2 -1
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +2 -2
- package/src/typeahead/Typeahead.stories.tsx +3 -3
- package/src/typeahead/Typeahead.tsx +15 -1
- package/src/typeahead-helper/TypeaheadHelperComponent.tsx +4 -4
- package/src/venue-map-sets/card/VenueMapSetCard.tsx +14 -14
- package/src/venue-map-sets/form/VenueMapSetForm.tsx +3 -3
- package/src/venue-map-sets/form/components/NameControl.tsx +1 -1
- package/src/venue-map-sets/form/components/VenueMapControl.tsx +8 -8
- package/src/venue-map-sets/form/components/VenueMapImageControl.tsx +5 -5
- package/src/venue-map-sets/form/components/VenueMapModal.tsx +16 -16
- package/src/venue-map-sets/form/components/VenueMapsControl.tsx +1 -1
- package/src/virtualized/components/VirtualizedGrid.tsx +1 -1
- package/src/zone/card/ZoneCard.tsx +14 -14
- package/src/zone/form/ZoneForm.tsx +3 -3
- package/src/zone/form/components/AvailableTimesControl.tsx +4 -4
- package/src/zone/form/components/DescriptionControl.tsx +2 -2
- package/src/zone/form/components/GameDurationControl.tsx +3 -2
- package/src/zone/form/components/NameControl.tsx +1 -1
- package/src/zone/form/components/SortControl.tsx +3 -2
- package/src/zone/form/components/ZoneControl.tsx +1 -1
- package/src/zone/form/components/ZoneImageControl.tsx +3 -3
- package/src/zone/form/components/ZoneRecurrenceControl.tsx +10 -10
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +10 -10
- package/src/zone/form/components/ZoneTypeControl.tsx +2 -2
- package/tailwind.config.js +3 -6
- package/yarn.lock +149 -283
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
package/yarn.lock
CHANGED
|
@@ -50,10 +50,10 @@ __metadata:
|
|
|
50
50
|
languageName: node
|
|
51
51
|
linkType: hard
|
|
52
52
|
|
|
53
|
-
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.7":
|
|
54
|
-
version: 7.25.
|
|
55
|
-
resolution: "@babel/compat-data@npm:7.25.
|
|
56
|
-
checksum: 10c0/
|
|
53
|
+
"@babel/compat-data@npm:^7.20.5, @babel/compat-data@npm:^7.22.6, @babel/compat-data@npm:^7.25.7, @babel/compat-data@npm:^7.25.8":
|
|
54
|
+
version: 7.25.8
|
|
55
|
+
resolution: "@babel/compat-data@npm:7.25.8"
|
|
56
|
+
checksum: 10c0/8b81c17580e5fb4cbb6a3c52079f8c283fc59c0c6bd2fe14cfcf9c44b32d2eaab71b02c5633e2c679f5896f73f8ac4036ba2e67a4c806e8f428e4b11f526d7f4
|
|
57
57
|
languageName: node
|
|
58
58
|
linkType: hard
|
|
59
59
|
|
|
@@ -82,8 +82,8 @@ __metadata:
|
|
|
82
82
|
linkType: hard
|
|
83
83
|
|
|
84
84
|
"@babel/core@npm:^7.1.0, @babel/core@npm:^7.12.10, @babel/core@npm:^7.12.3, @babel/core@npm:^7.21.3, @babel/core@npm:^7.24.5, @babel/core@npm:^7.7.5":
|
|
85
|
-
version: 7.25.
|
|
86
|
-
resolution: "@babel/core@npm:7.25.
|
|
85
|
+
version: 7.25.8
|
|
86
|
+
resolution: "@babel/core@npm:7.25.8"
|
|
87
87
|
dependencies:
|
|
88
88
|
"@ampproject/remapping": "npm:^2.2.0"
|
|
89
89
|
"@babel/code-frame": "npm:^7.25.7"
|
|
@@ -91,16 +91,16 @@ __metadata:
|
|
|
91
91
|
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
92
92
|
"@babel/helper-module-transforms": "npm:^7.25.7"
|
|
93
93
|
"@babel/helpers": "npm:^7.25.7"
|
|
94
|
-
"@babel/parser": "npm:^7.25.
|
|
94
|
+
"@babel/parser": "npm:^7.25.8"
|
|
95
95
|
"@babel/template": "npm:^7.25.7"
|
|
96
96
|
"@babel/traverse": "npm:^7.25.7"
|
|
97
|
-
"@babel/types": "npm:^7.25.
|
|
97
|
+
"@babel/types": "npm:^7.25.8"
|
|
98
98
|
convert-source-map: "npm:^2.0.0"
|
|
99
99
|
debug: "npm:^4.1.0"
|
|
100
100
|
gensync: "npm:^1.0.0-beta.2"
|
|
101
101
|
json5: "npm:^2.2.3"
|
|
102
102
|
semver: "npm:^6.3.1"
|
|
103
|
-
checksum: 10c0/
|
|
103
|
+
checksum: 10c0/8411ea506e6f7c8a39ab5c1524b00589fa3b087edb47389708f7fe07170929192171734666e3ea10b95a951643a531a6d09eedfe071572c9ea28516646265086
|
|
104
104
|
languageName: node
|
|
105
105
|
linkType: hard
|
|
106
106
|
|
|
@@ -261,7 +261,7 @@ __metadata:
|
|
|
261
261
|
languageName: node
|
|
262
262
|
linkType: hard
|
|
263
263
|
|
|
264
|
-
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.
|
|
264
|
+
"@babel/helper-plugin-utils@npm:^7.0.0, @babel/helper-plugin-utils@npm:^7.10.4, @babel/helper-plugin-utils@npm:^7.13.0, @babel/helper-plugin-utils@npm:^7.18.6, @babel/helper-plugin-utils@npm:^7.20.2, @babel/helper-plugin-utils@npm:^7.22.5, @babel/helper-plugin-utils@npm:^7.25.7, @babel/helper-plugin-utils@npm:^7.8.0":
|
|
265
265
|
version: 7.25.7
|
|
266
266
|
resolution: "@babel/helper-plugin-utils@npm:7.25.7"
|
|
267
267
|
checksum: 10c0/241f8cf3c5b7700e91cab7cfe5b432a3c710ae3cd5bb96dc554da536a6d25f5b9f000cc0c0917501ceb4f76ba92599ee3beb25e10adaf96be59f8df89a842faf
|
|
@@ -368,14 +368,14 @@ __metadata:
|
|
|
368
368
|
languageName: node
|
|
369
369
|
linkType: hard
|
|
370
370
|
|
|
371
|
-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.25.7":
|
|
372
|
-
version: 7.25.
|
|
373
|
-
resolution: "@babel/parser@npm:7.25.
|
|
371
|
+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.12.11, @babel/parser@npm:^7.12.7, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.3, @babel/parser@npm:^7.25.7, @babel/parser@npm:^7.25.8":
|
|
372
|
+
version: 7.25.8
|
|
373
|
+
resolution: "@babel/parser@npm:7.25.8"
|
|
374
374
|
dependencies:
|
|
375
|
-
"@babel/types": "npm:^7.25.
|
|
375
|
+
"@babel/types": "npm:^7.25.8"
|
|
376
376
|
bin:
|
|
377
377
|
parser: ./bin/babel-parser.js
|
|
378
|
-
checksum: 10c0/
|
|
378
|
+
checksum: 10c0/a1a13845b7e8dda4c970791814a4bbf60004969882f18f470e260ad822d2e1f8941948f851e9335895563610f240fa6c98481ce8019865e469502bbf21daafa4
|
|
379
379
|
languageName: node
|
|
380
380
|
linkType: hard
|
|
381
381
|
|
|
@@ -464,14 +464,13 @@ __metadata:
|
|
|
464
464
|
linkType: hard
|
|
465
465
|
|
|
466
466
|
"@babel/plugin-proposal-export-default-from@npm:^7.12.1":
|
|
467
|
-
version: 7.25.
|
|
468
|
-
resolution: "@babel/plugin-proposal-export-default-from@npm:7.25.
|
|
467
|
+
version: 7.25.8
|
|
468
|
+
resolution: "@babel/plugin-proposal-export-default-from@npm:7.25.8"
|
|
469
469
|
dependencies:
|
|
470
470
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
471
|
-
"@babel/plugin-syntax-export-default-from": "npm:^7.25.7"
|
|
472
471
|
peerDependencies:
|
|
473
472
|
"@babel/core": ^7.0.0-0
|
|
474
|
-
checksum: 10c0/
|
|
473
|
+
checksum: 10c0/aec7a35c8bcd2b6d0fa5b73c996dae521380ae3dcba8594df750d59123cf7c4c0d2e46930ee26e68614770f8aa450b93c41d122435cd13d5c8c3a19d42d31b35
|
|
475
474
|
languageName: node
|
|
476
475
|
linkType: hard
|
|
477
476
|
|
|
@@ -549,39 +548,6 @@ __metadata:
|
|
|
549
548
|
languageName: node
|
|
550
549
|
linkType: hard
|
|
551
550
|
|
|
552
|
-
"@babel/plugin-syntax-async-generators@npm:^7.8.4":
|
|
553
|
-
version: 7.8.4
|
|
554
|
-
resolution: "@babel/plugin-syntax-async-generators@npm:7.8.4"
|
|
555
|
-
dependencies:
|
|
556
|
-
"@babel/helper-plugin-utils": "npm:^7.8.0"
|
|
557
|
-
peerDependencies:
|
|
558
|
-
"@babel/core": ^7.0.0-0
|
|
559
|
-
checksum: 10c0/d13efb282838481348c71073b6be6245b35d4f2f964a8f71e4174f235009f929ef7613df25f8d2338e2d3e44bc4265a9f8638c6aaa136d7a61fe95985f9725c8
|
|
560
|
-
languageName: node
|
|
561
|
-
linkType: hard
|
|
562
|
-
|
|
563
|
-
"@babel/plugin-syntax-class-properties@npm:^7.12.13":
|
|
564
|
-
version: 7.12.13
|
|
565
|
-
resolution: "@babel/plugin-syntax-class-properties@npm:7.12.13"
|
|
566
|
-
dependencies:
|
|
567
|
-
"@babel/helper-plugin-utils": "npm:^7.12.13"
|
|
568
|
-
peerDependencies:
|
|
569
|
-
"@babel/core": ^7.0.0-0
|
|
570
|
-
checksum: 10c0/95168fa186416195280b1264fb18afcdcdcea780b3515537b766cb90de6ce042d42dd6a204a39002f794ae5845b02afb0fd4861a3308a861204a55e68310a120
|
|
571
|
-
languageName: node
|
|
572
|
-
linkType: hard
|
|
573
|
-
|
|
574
|
-
"@babel/plugin-syntax-class-static-block@npm:^7.14.5":
|
|
575
|
-
version: 7.14.5
|
|
576
|
-
resolution: "@babel/plugin-syntax-class-static-block@npm:7.14.5"
|
|
577
|
-
dependencies:
|
|
578
|
-
"@babel/helper-plugin-utils": "npm:^7.14.5"
|
|
579
|
-
peerDependencies:
|
|
580
|
-
"@babel/core": ^7.0.0-0
|
|
581
|
-
checksum: 10c0/4464bf9115f4a2d02ce1454411baf9cfb665af1da53709c5c56953e5e2913745b0fcce82982a00463d6facbdd93445c691024e310b91431a1e2f024b158f6371
|
|
582
|
-
languageName: node
|
|
583
|
-
linkType: hard
|
|
584
|
-
|
|
585
551
|
"@babel/plugin-syntax-decorators@npm:^7.25.7":
|
|
586
552
|
version: 7.25.7
|
|
587
553
|
resolution: "@babel/plugin-syntax-decorators@npm:7.25.7"
|
|
@@ -604,28 +570,6 @@ __metadata:
|
|
|
604
570
|
languageName: node
|
|
605
571
|
linkType: hard
|
|
606
572
|
|
|
607
|
-
"@babel/plugin-syntax-export-default-from@npm:^7.25.7":
|
|
608
|
-
version: 7.25.7
|
|
609
|
-
resolution: "@babel/plugin-syntax-export-default-from@npm:7.25.7"
|
|
610
|
-
dependencies:
|
|
611
|
-
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
612
|
-
peerDependencies:
|
|
613
|
-
"@babel/core": ^7.0.0-0
|
|
614
|
-
checksum: 10c0/490344179679e380f36349d937b2b5d31bfdbb41b011bbd0a4b5dcb07d0491c3cd69e0e3d01d98482be08e3411bd60c343d32b9cd137c899d7d6da3ff5e910d0
|
|
615
|
-
languageName: node
|
|
616
|
-
linkType: hard
|
|
617
|
-
|
|
618
|
-
"@babel/plugin-syntax-export-namespace-from@npm:^7.8.3":
|
|
619
|
-
version: 7.8.3
|
|
620
|
-
resolution: "@babel/plugin-syntax-export-namespace-from@npm:7.8.3"
|
|
621
|
-
dependencies:
|
|
622
|
-
"@babel/helper-plugin-utils": "npm:^7.8.3"
|
|
623
|
-
peerDependencies:
|
|
624
|
-
"@babel/core": ^7.0.0-0
|
|
625
|
-
checksum: 10c0/5100d658ba563829700cd8d001ddc09f4c0187b1a13de300d729c5b3e87503f75a6d6c99c1794182f7f1a9f546ee009df4f15a0ce36376e206ed0012fa7cdc24
|
|
626
|
-
languageName: node
|
|
627
|
-
linkType: hard
|
|
628
|
-
|
|
629
573
|
"@babel/plugin-syntax-flow@npm:^7.25.7":
|
|
630
574
|
version: 7.25.7
|
|
631
575
|
resolution: "@babel/plugin-syntax-flow@npm:7.25.7"
|
|
@@ -659,28 +603,6 @@ __metadata:
|
|
|
659
603
|
languageName: node
|
|
660
604
|
linkType: hard
|
|
661
605
|
|
|
662
|
-
"@babel/plugin-syntax-import-meta@npm:^7.10.4":
|
|
663
|
-
version: 7.10.4
|
|
664
|
-
resolution: "@babel/plugin-syntax-import-meta@npm:7.10.4"
|
|
665
|
-
dependencies:
|
|
666
|
-
"@babel/helper-plugin-utils": "npm:^7.10.4"
|
|
667
|
-
peerDependencies:
|
|
668
|
-
"@babel/core": ^7.0.0-0
|
|
669
|
-
checksum: 10c0/0b08b5e4c3128523d8e346f8cfc86824f0da2697b1be12d71af50a31aff7a56ceb873ed28779121051475010c28d6146a6bfea8518b150b71eeb4e46190172ee
|
|
670
|
-
languageName: node
|
|
671
|
-
linkType: hard
|
|
672
|
-
|
|
673
|
-
"@babel/plugin-syntax-json-strings@npm:^7.8.3":
|
|
674
|
-
version: 7.8.3
|
|
675
|
-
resolution: "@babel/plugin-syntax-json-strings@npm:7.8.3"
|
|
676
|
-
dependencies:
|
|
677
|
-
"@babel/helper-plugin-utils": "npm:^7.8.0"
|
|
678
|
-
peerDependencies:
|
|
679
|
-
"@babel/core": ^7.0.0-0
|
|
680
|
-
checksum: 10c0/e98f31b2ec406c57757d115aac81d0336e8434101c224edd9a5c93cefa53faf63eacc69f3138960c8b25401315af03df37f68d316c151c4b933136716ed6906e
|
|
681
|
-
languageName: node
|
|
682
|
-
linkType: hard
|
|
683
|
-
|
|
684
606
|
"@babel/plugin-syntax-jsx@npm:7.12.1":
|
|
685
607
|
version: 7.12.1
|
|
686
608
|
resolution: "@babel/plugin-syntax-jsx@npm:7.12.1"
|
|
@@ -703,17 +625,6 @@ __metadata:
|
|
|
703
625
|
languageName: node
|
|
704
626
|
linkType: hard
|
|
705
627
|
|
|
706
|
-
"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4":
|
|
707
|
-
version: 7.10.4
|
|
708
|
-
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
|
|
709
|
-
dependencies:
|
|
710
|
-
"@babel/helper-plugin-utils": "npm:^7.10.4"
|
|
711
|
-
peerDependencies:
|
|
712
|
-
"@babel/core": ^7.0.0-0
|
|
713
|
-
checksum: 10c0/2594cfbe29411ad5bc2ad4058de7b2f6a8c5b86eda525a993959438615479e59c012c14aec979e538d60a584a1a799b60d1b8942c3b18468cb9d99b8fd34cd0b
|
|
714
|
-
languageName: node
|
|
715
|
-
linkType: hard
|
|
716
|
-
|
|
717
628
|
"@babel/plugin-syntax-nullish-coalescing-operator@npm:^7.8.3":
|
|
718
629
|
version: 7.8.3
|
|
719
630
|
resolution: "@babel/plugin-syntax-nullish-coalescing-operator@npm:7.8.3"
|
|
@@ -725,17 +636,6 @@ __metadata:
|
|
|
725
636
|
languageName: node
|
|
726
637
|
linkType: hard
|
|
727
638
|
|
|
728
|
-
"@babel/plugin-syntax-numeric-separator@npm:^7.10.4":
|
|
729
|
-
version: 7.10.4
|
|
730
|
-
resolution: "@babel/plugin-syntax-numeric-separator@npm:7.10.4"
|
|
731
|
-
dependencies:
|
|
732
|
-
"@babel/helper-plugin-utils": "npm:^7.10.4"
|
|
733
|
-
peerDependencies:
|
|
734
|
-
"@babel/core": ^7.0.0-0
|
|
735
|
-
checksum: 10c0/c55a82b3113480942c6aa2fcbe976ff9caa74b7b1109ff4369641dfbc88d1da348aceb3c31b6ed311c84d1e7c479440b961906c735d0ab494f688bf2fd5b9bb9
|
|
736
|
-
languageName: node
|
|
737
|
-
linkType: hard
|
|
738
|
-
|
|
739
639
|
"@babel/plugin-syntax-object-rest-spread@npm:7.8.3, @babel/plugin-syntax-object-rest-spread@npm:^7.8.0, @babel/plugin-syntax-object-rest-spread@npm:^7.8.3":
|
|
740
640
|
version: 7.8.3
|
|
741
641
|
resolution: "@babel/plugin-syntax-object-rest-spread@npm:7.8.3"
|
|
@@ -747,17 +647,6 @@ __metadata:
|
|
|
747
647
|
languageName: node
|
|
748
648
|
linkType: hard
|
|
749
649
|
|
|
750
|
-
"@babel/plugin-syntax-optional-catch-binding@npm:^7.8.3":
|
|
751
|
-
version: 7.8.3
|
|
752
|
-
resolution: "@babel/plugin-syntax-optional-catch-binding@npm:7.8.3"
|
|
753
|
-
dependencies:
|
|
754
|
-
"@babel/helper-plugin-utils": "npm:^7.8.0"
|
|
755
|
-
peerDependencies:
|
|
756
|
-
"@babel/core": ^7.0.0-0
|
|
757
|
-
checksum: 10c0/27e2493ab67a8ea6d693af1287f7e9acec206d1213ff107a928e85e173741e1d594196f99fec50e9dde404b09164f39dec5864c767212154ffe1caa6af0bc5af
|
|
758
|
-
languageName: node
|
|
759
|
-
linkType: hard
|
|
760
|
-
|
|
761
650
|
"@babel/plugin-syntax-optional-chaining@npm:^7.8.3":
|
|
762
651
|
version: 7.8.3
|
|
763
652
|
resolution: "@babel/plugin-syntax-optional-chaining@npm:7.8.3"
|
|
@@ -769,28 +658,6 @@ __metadata:
|
|
|
769
658
|
languageName: node
|
|
770
659
|
linkType: hard
|
|
771
660
|
|
|
772
|
-
"@babel/plugin-syntax-private-property-in-object@npm:^7.14.5":
|
|
773
|
-
version: 7.14.5
|
|
774
|
-
resolution: "@babel/plugin-syntax-private-property-in-object@npm:7.14.5"
|
|
775
|
-
dependencies:
|
|
776
|
-
"@babel/helper-plugin-utils": "npm:^7.14.5"
|
|
777
|
-
peerDependencies:
|
|
778
|
-
"@babel/core": ^7.0.0-0
|
|
779
|
-
checksum: 10c0/69822772561706c87f0a65bc92d0772cea74d6bc0911537904a676d5ff496a6d3ac4e05a166d8125fce4a16605bace141afc3611074e170a994e66e5397787f3
|
|
780
|
-
languageName: node
|
|
781
|
-
linkType: hard
|
|
782
|
-
|
|
783
|
-
"@babel/plugin-syntax-top-level-await@npm:^7.14.5":
|
|
784
|
-
version: 7.14.5
|
|
785
|
-
resolution: "@babel/plugin-syntax-top-level-await@npm:7.14.5"
|
|
786
|
-
dependencies:
|
|
787
|
-
"@babel/helper-plugin-utils": "npm:^7.14.5"
|
|
788
|
-
peerDependencies:
|
|
789
|
-
"@babel/core": ^7.0.0-0
|
|
790
|
-
checksum: 10c0/14bf6e65d5bc1231ffa9def5f0ef30b19b51c218fcecaa78cd1bdf7939dfdf23f90336080b7f5196916368e399934ce5d581492d8292b46a2fb569d8b2da106f
|
|
791
|
-
languageName: node
|
|
792
|
-
linkType: hard
|
|
793
|
-
|
|
794
661
|
"@babel/plugin-syntax-typescript@npm:^7.25.7":
|
|
795
662
|
version: 7.25.7
|
|
796
663
|
resolution: "@babel/plugin-syntax-typescript@npm:7.25.7"
|
|
@@ -825,17 +692,16 @@ __metadata:
|
|
|
825
692
|
languageName: node
|
|
826
693
|
linkType: hard
|
|
827
694
|
|
|
828
|
-
"@babel/plugin-transform-async-generator-functions@npm:^7.25.
|
|
829
|
-
version: 7.25.
|
|
830
|
-
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.
|
|
695
|
+
"@babel/plugin-transform-async-generator-functions@npm:^7.25.8":
|
|
696
|
+
version: 7.25.8
|
|
697
|
+
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.25.8"
|
|
831
698
|
dependencies:
|
|
832
699
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
833
700
|
"@babel/helper-remap-async-to-generator": "npm:^7.25.7"
|
|
834
|
-
"@babel/plugin-syntax-async-generators": "npm:^7.8.4"
|
|
835
701
|
"@babel/traverse": "npm:^7.25.7"
|
|
836
702
|
peerDependencies:
|
|
837
703
|
"@babel/core": ^7.0.0-0
|
|
838
|
-
checksum: 10c0/
|
|
704
|
+
checksum: 10c0/1698d0757d3dc895047120346cdbe6d539dae4a7bb930caf958c3623e89c850d378d1ebd971a1a8b4cba39c8f001cd9c25a1d6f430099022ab1e87aeddb5dd88
|
|
839
705
|
languageName: node
|
|
840
706
|
linkType: hard
|
|
841
707
|
|
|
@@ -886,16 +752,15 @@ __metadata:
|
|
|
886
752
|
languageName: node
|
|
887
753
|
linkType: hard
|
|
888
754
|
|
|
889
|
-
"@babel/plugin-transform-class-static-block@npm:^7.25.
|
|
890
|
-
version: 7.25.
|
|
891
|
-
resolution: "@babel/plugin-transform-class-static-block@npm:7.25.
|
|
755
|
+
"@babel/plugin-transform-class-static-block@npm:^7.25.8":
|
|
756
|
+
version: 7.25.8
|
|
757
|
+
resolution: "@babel/plugin-transform-class-static-block@npm:7.25.8"
|
|
892
758
|
dependencies:
|
|
893
759
|
"@babel/helper-create-class-features-plugin": "npm:^7.25.7"
|
|
894
760
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
895
|
-
"@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
|
|
896
761
|
peerDependencies:
|
|
897
762
|
"@babel/core": ^7.12.0
|
|
898
|
-
checksum: 10c0/
|
|
763
|
+
checksum: 10c0/4f37853aef6920875022bbb2d7c6523218d9d718291464e2cacd9cc6f2c22d86a69948d8ea38f9248843bbfe9343f3fd18cf16b1615560124198bf999e3ba612
|
|
899
764
|
languageName: node
|
|
900
765
|
linkType: hard
|
|
901
766
|
|
|
@@ -973,15 +838,14 @@ __metadata:
|
|
|
973
838
|
languageName: node
|
|
974
839
|
linkType: hard
|
|
975
840
|
|
|
976
|
-
"@babel/plugin-transform-dynamic-import@npm:^7.25.
|
|
977
|
-
version: 7.25.
|
|
978
|
-
resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.
|
|
841
|
+
"@babel/plugin-transform-dynamic-import@npm:^7.25.8":
|
|
842
|
+
version: 7.25.8
|
|
843
|
+
resolution: "@babel/plugin-transform-dynamic-import@npm:7.25.8"
|
|
979
844
|
dependencies:
|
|
980
845
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
981
|
-
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
|
|
982
846
|
peerDependencies:
|
|
983
847
|
"@babel/core": ^7.0.0-0
|
|
984
|
-
checksum: 10c0/
|
|
848
|
+
checksum: 10c0/9726abc1b07771a9c1e3670908ac425d21e29f54c775d10ed7a4e2bc0a18e07600f70bbc531deba3fb3ff7f6763c189200593264c6f784dac583e653b66fe754
|
|
985
849
|
languageName: node
|
|
986
850
|
linkType: hard
|
|
987
851
|
|
|
@@ -997,15 +861,14 @@ __metadata:
|
|
|
997
861
|
languageName: node
|
|
998
862
|
linkType: hard
|
|
999
863
|
|
|
1000
|
-
"@babel/plugin-transform-export-namespace-from@npm:^7.25.
|
|
1001
|
-
version: 7.25.
|
|
1002
|
-
resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.
|
|
864
|
+
"@babel/plugin-transform-export-namespace-from@npm:^7.25.8":
|
|
865
|
+
version: 7.25.8
|
|
866
|
+
resolution: "@babel/plugin-transform-export-namespace-from@npm:7.25.8"
|
|
1003
867
|
dependencies:
|
|
1004
868
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1005
|
-
"@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
|
|
1006
869
|
peerDependencies:
|
|
1007
870
|
"@babel/core": ^7.0.0-0
|
|
1008
|
-
checksum: 10c0/
|
|
871
|
+
checksum: 10c0/8a2e1205dd727a96a9adef0e981d68c61b1c286480b9136e2aa67ce3e2c742be4f87feb9fb4c5548a401aba0953d43d66e9ec36a54dea6a7c15f1ee9345baf57
|
|
1009
872
|
languageName: node
|
|
1010
873
|
linkType: hard
|
|
1011
874
|
|
|
@@ -1046,15 +909,14 @@ __metadata:
|
|
|
1046
909
|
languageName: node
|
|
1047
910
|
linkType: hard
|
|
1048
911
|
|
|
1049
|
-
"@babel/plugin-transform-json-strings@npm:^7.25.
|
|
1050
|
-
version: 7.25.
|
|
1051
|
-
resolution: "@babel/plugin-transform-json-strings@npm:7.25.
|
|
912
|
+
"@babel/plugin-transform-json-strings@npm:^7.25.8":
|
|
913
|
+
version: 7.25.8
|
|
914
|
+
resolution: "@babel/plugin-transform-json-strings@npm:7.25.8"
|
|
1052
915
|
dependencies:
|
|
1053
916
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1054
|
-
"@babel/plugin-syntax-json-strings": "npm:^7.8.3"
|
|
1055
917
|
peerDependencies:
|
|
1056
918
|
"@babel/core": ^7.0.0-0
|
|
1057
|
-
checksum: 10c0/
|
|
919
|
+
checksum: 10c0/2a6cf69ebe8deebc39c56adae75d609e16786dc4cbd83577eefdc838bd89ca8974671d47e2669b8e65ef9b7ace427f7c2c5a9fc6aa09247b10e141d15fee81cf
|
|
1058
920
|
languageName: node
|
|
1059
921
|
linkType: hard
|
|
1060
922
|
|
|
@@ -1069,15 +931,14 @@ __metadata:
|
|
|
1069
931
|
languageName: node
|
|
1070
932
|
linkType: hard
|
|
1071
933
|
|
|
1072
|
-
"@babel/plugin-transform-logical-assignment-operators@npm:^7.25.
|
|
1073
|
-
version: 7.25.
|
|
1074
|
-
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.
|
|
934
|
+
"@babel/plugin-transform-logical-assignment-operators@npm:^7.25.8":
|
|
935
|
+
version: 7.25.8
|
|
936
|
+
resolution: "@babel/plugin-transform-logical-assignment-operators@npm:7.25.8"
|
|
1075
937
|
dependencies:
|
|
1076
938
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1077
|
-
"@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
|
|
1078
939
|
peerDependencies:
|
|
1079
940
|
"@babel/core": ^7.0.0-0
|
|
1080
|
-
checksum: 10c0/
|
|
941
|
+
checksum: 10c0/9adc2634c94b283b682fbf71bbec553bd8448196213491a0ef9ea167993c9c36dcb2fbefbd834e113cfed843a67290131bc99e463f8702043c3f4e3a99bb807e
|
|
1081
942
|
languageName: node
|
|
1082
943
|
linkType: hard
|
|
1083
944
|
|
|
@@ -1166,41 +1027,38 @@ __metadata:
|
|
|
1166
1027
|
languageName: node
|
|
1167
1028
|
linkType: hard
|
|
1168
1029
|
|
|
1169
|
-
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.25.
|
|
1170
|
-
version: 7.25.
|
|
1171
|
-
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.25.
|
|
1030
|
+
"@babel/plugin-transform-nullish-coalescing-operator@npm:^7.25.8":
|
|
1031
|
+
version: 7.25.8
|
|
1032
|
+
resolution: "@babel/plugin-transform-nullish-coalescing-operator@npm:7.25.8"
|
|
1172
1033
|
dependencies:
|
|
1173
1034
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1174
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
|
|
1175
1035
|
peerDependencies:
|
|
1176
1036
|
"@babel/core": ^7.0.0-0
|
|
1177
|
-
checksum: 10c0/
|
|
1037
|
+
checksum: 10c0/3cb7c44cffccae42e104755acb31b4f00bc27d8c88102ae6f30dca508832f98fa5b746bead0fc7c0c6ddcf83f336829be4b64245c6c7ce26b3ef591937ec54a4
|
|
1178
1038
|
languageName: node
|
|
1179
1039
|
linkType: hard
|
|
1180
1040
|
|
|
1181
|
-
"@babel/plugin-transform-numeric-separator@npm:^7.25.
|
|
1182
|
-
version: 7.25.
|
|
1183
|
-
resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.
|
|
1041
|
+
"@babel/plugin-transform-numeric-separator@npm:^7.25.8":
|
|
1042
|
+
version: 7.25.8
|
|
1043
|
+
resolution: "@babel/plugin-transform-numeric-separator@npm:7.25.8"
|
|
1184
1044
|
dependencies:
|
|
1185
1045
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1186
|
-
"@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
|
|
1187
1046
|
peerDependencies:
|
|
1188
1047
|
"@babel/core": ^7.0.0-0
|
|
1189
|
-
checksum: 10c0/
|
|
1048
|
+
checksum: 10c0/d23b3ebc50513f24510791ac2cad43e3c6ea08579f54dccfd4ed5e5d5084f02da0576ea42ea999fb51e1f94f42857cac96a1a29ac6728fc262fbe87ec966dc18
|
|
1190
1049
|
languageName: node
|
|
1191
1050
|
linkType: hard
|
|
1192
1051
|
|
|
1193
|
-
"@babel/plugin-transform-object-rest-spread@npm:^7.25.
|
|
1194
|
-
version: 7.25.
|
|
1195
|
-
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.
|
|
1052
|
+
"@babel/plugin-transform-object-rest-spread@npm:^7.25.8":
|
|
1053
|
+
version: 7.25.8
|
|
1054
|
+
resolution: "@babel/plugin-transform-object-rest-spread@npm:7.25.8"
|
|
1196
1055
|
dependencies:
|
|
1197
1056
|
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
1198
1057
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1199
|
-
"@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
|
|
1200
1058
|
"@babel/plugin-transform-parameters": "npm:^7.25.7"
|
|
1201
1059
|
peerDependencies:
|
|
1202
1060
|
"@babel/core": ^7.0.0-0
|
|
1203
|
-
checksum: 10c0/
|
|
1061
|
+
checksum: 10c0/058d5f5bb61068997fb78855011dd175d441da84717640852bbfd12a5919acf8d8c5a14c1debfe87d230f3f4c47c22fcad3d7fa1acd72e5e48b2fff93b6c1dd9
|
|
1204
1062
|
languageName: node
|
|
1205
1063
|
linkType: hard
|
|
1206
1064
|
|
|
@@ -1216,28 +1074,26 @@ __metadata:
|
|
|
1216
1074
|
languageName: node
|
|
1217
1075
|
linkType: hard
|
|
1218
1076
|
|
|
1219
|
-
"@babel/plugin-transform-optional-catch-binding@npm:^7.25.
|
|
1220
|
-
version: 7.25.
|
|
1221
|
-
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.
|
|
1077
|
+
"@babel/plugin-transform-optional-catch-binding@npm:^7.25.8":
|
|
1078
|
+
version: 7.25.8
|
|
1079
|
+
resolution: "@babel/plugin-transform-optional-catch-binding@npm:7.25.8"
|
|
1222
1080
|
dependencies:
|
|
1223
1081
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1224
|
-
"@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
|
|
1225
1082
|
peerDependencies:
|
|
1226
1083
|
"@babel/core": ^7.0.0-0
|
|
1227
|
-
checksum: 10c0/
|
|
1084
|
+
checksum: 10c0/f4360e62ca4aa998db31548d0ef06836d958bcb29dee58f5c62d0c29b6b2bff1b54871195bd032825fe3dd79a4fd8275e165148c8d4b57694bcf72135c8f7d24
|
|
1228
1085
|
languageName: node
|
|
1229
1086
|
linkType: hard
|
|
1230
1087
|
|
|
1231
|
-
"@babel/plugin-transform-optional-chaining@npm:^7.25.7":
|
|
1232
|
-
version: 7.25.
|
|
1233
|
-
resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.
|
|
1088
|
+
"@babel/plugin-transform-optional-chaining@npm:^7.25.7, @babel/plugin-transform-optional-chaining@npm:^7.25.8":
|
|
1089
|
+
version: 7.25.8
|
|
1090
|
+
resolution: "@babel/plugin-transform-optional-chaining@npm:7.25.8"
|
|
1234
1091
|
dependencies:
|
|
1235
1092
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1236
1093
|
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.25.7"
|
|
1237
|
-
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
|
|
1238
1094
|
peerDependencies:
|
|
1239
1095
|
"@babel/core": ^7.0.0-0
|
|
1240
|
-
checksum: 10c0/
|
|
1096
|
+
checksum: 10c0/a1cdbfc249619fa6b37e57f81600701281629d86a57e616b0c2b29816d0c43114a2296ce089564afd3aa7870c8aad62e907658ffef2c110662af14ee23d5247f
|
|
1241
1097
|
languageName: node
|
|
1242
1098
|
linkType: hard
|
|
1243
1099
|
|
|
@@ -1264,17 +1120,16 @@ __metadata:
|
|
|
1264
1120
|
languageName: node
|
|
1265
1121
|
linkType: hard
|
|
1266
1122
|
|
|
1267
|
-
"@babel/plugin-transform-private-property-in-object@npm:^7.25.
|
|
1268
|
-
version: 7.25.
|
|
1269
|
-
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.
|
|
1123
|
+
"@babel/plugin-transform-private-property-in-object@npm:^7.25.8":
|
|
1124
|
+
version: 7.25.8
|
|
1125
|
+
resolution: "@babel/plugin-transform-private-property-in-object@npm:7.25.8"
|
|
1270
1126
|
dependencies:
|
|
1271
1127
|
"@babel/helper-annotate-as-pure": "npm:^7.25.7"
|
|
1272
1128
|
"@babel/helper-create-class-features-plugin": "npm:^7.25.7"
|
|
1273
1129
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1274
|
-
"@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
|
|
1275
1130
|
peerDependencies:
|
|
1276
1131
|
"@babel/core": ^7.0.0-0
|
|
1277
|
-
checksum: 10c0/
|
|
1132
|
+
checksum: 10c0/61b5e3a4eb94caf38d6e9ff7bff1ac8927758141aaa4891036d3490866ecee53beaefd7893519fec42a4c55f33374a17fc0e49694cdaf95668082073f0fe4a79
|
|
1278
1133
|
languageName: node
|
|
1279
1134
|
linkType: hard
|
|
1280
1135
|
|
|
@@ -1513,10 +1368,10 @@ __metadata:
|
|
|
1513
1368
|
linkType: hard
|
|
1514
1369
|
|
|
1515
1370
|
"@babel/preset-env@npm:^7.12.11, @babel/preset-env@npm:^7.20.2":
|
|
1516
|
-
version: 7.25.
|
|
1517
|
-
resolution: "@babel/preset-env@npm:7.25.
|
|
1371
|
+
version: 7.25.8
|
|
1372
|
+
resolution: "@babel/preset-env@npm:7.25.8"
|
|
1518
1373
|
dependencies:
|
|
1519
|
-
"@babel/compat-data": "npm:^7.25.
|
|
1374
|
+
"@babel/compat-data": "npm:^7.25.8"
|
|
1520
1375
|
"@babel/helper-compilation-targets": "npm:^7.25.7"
|
|
1521
1376
|
"@babel/helper-plugin-utils": "npm:^7.25.7"
|
|
1522
1377
|
"@babel/helper-validator-option": "npm:^7.25.7"
|
|
@@ -1526,45 +1381,30 @@ __metadata:
|
|
|
1526
1381
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.25.7"
|
|
1527
1382
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.25.7"
|
|
1528
1383
|
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
|
|
1529
|
-
"@babel/plugin-syntax-async-generators": "npm:^7.8.4"
|
|
1530
|
-
"@babel/plugin-syntax-class-properties": "npm:^7.12.13"
|
|
1531
|
-
"@babel/plugin-syntax-class-static-block": "npm:^7.14.5"
|
|
1532
|
-
"@babel/plugin-syntax-dynamic-import": "npm:^7.8.3"
|
|
1533
|
-
"@babel/plugin-syntax-export-namespace-from": "npm:^7.8.3"
|
|
1534
1384
|
"@babel/plugin-syntax-import-assertions": "npm:^7.25.7"
|
|
1535
1385
|
"@babel/plugin-syntax-import-attributes": "npm:^7.25.7"
|
|
1536
|
-
"@babel/plugin-syntax-import-meta": "npm:^7.10.4"
|
|
1537
|
-
"@babel/plugin-syntax-json-strings": "npm:^7.8.3"
|
|
1538
|
-
"@babel/plugin-syntax-logical-assignment-operators": "npm:^7.10.4"
|
|
1539
|
-
"@babel/plugin-syntax-nullish-coalescing-operator": "npm:^7.8.3"
|
|
1540
|
-
"@babel/plugin-syntax-numeric-separator": "npm:^7.10.4"
|
|
1541
|
-
"@babel/plugin-syntax-object-rest-spread": "npm:^7.8.3"
|
|
1542
|
-
"@babel/plugin-syntax-optional-catch-binding": "npm:^7.8.3"
|
|
1543
|
-
"@babel/plugin-syntax-optional-chaining": "npm:^7.8.3"
|
|
1544
|
-
"@babel/plugin-syntax-private-property-in-object": "npm:^7.14.5"
|
|
1545
|
-
"@babel/plugin-syntax-top-level-await": "npm:^7.14.5"
|
|
1546
1386
|
"@babel/plugin-syntax-unicode-sets-regex": "npm:^7.18.6"
|
|
1547
1387
|
"@babel/plugin-transform-arrow-functions": "npm:^7.25.7"
|
|
1548
|
-
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.
|
|
1388
|
+
"@babel/plugin-transform-async-generator-functions": "npm:^7.25.8"
|
|
1549
1389
|
"@babel/plugin-transform-async-to-generator": "npm:^7.25.7"
|
|
1550
1390
|
"@babel/plugin-transform-block-scoped-functions": "npm:^7.25.7"
|
|
1551
1391
|
"@babel/plugin-transform-block-scoping": "npm:^7.25.7"
|
|
1552
1392
|
"@babel/plugin-transform-class-properties": "npm:^7.25.7"
|
|
1553
|
-
"@babel/plugin-transform-class-static-block": "npm:^7.25.
|
|
1393
|
+
"@babel/plugin-transform-class-static-block": "npm:^7.25.8"
|
|
1554
1394
|
"@babel/plugin-transform-classes": "npm:^7.25.7"
|
|
1555
1395
|
"@babel/plugin-transform-computed-properties": "npm:^7.25.7"
|
|
1556
1396
|
"@babel/plugin-transform-destructuring": "npm:^7.25.7"
|
|
1557
1397
|
"@babel/plugin-transform-dotall-regex": "npm:^7.25.7"
|
|
1558
1398
|
"@babel/plugin-transform-duplicate-keys": "npm:^7.25.7"
|
|
1559
1399
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "npm:^7.25.7"
|
|
1560
|
-
"@babel/plugin-transform-dynamic-import": "npm:^7.25.
|
|
1400
|
+
"@babel/plugin-transform-dynamic-import": "npm:^7.25.8"
|
|
1561
1401
|
"@babel/plugin-transform-exponentiation-operator": "npm:^7.25.7"
|
|
1562
|
-
"@babel/plugin-transform-export-namespace-from": "npm:^7.25.
|
|
1402
|
+
"@babel/plugin-transform-export-namespace-from": "npm:^7.25.8"
|
|
1563
1403
|
"@babel/plugin-transform-for-of": "npm:^7.25.7"
|
|
1564
1404
|
"@babel/plugin-transform-function-name": "npm:^7.25.7"
|
|
1565
|
-
"@babel/plugin-transform-json-strings": "npm:^7.25.
|
|
1405
|
+
"@babel/plugin-transform-json-strings": "npm:^7.25.8"
|
|
1566
1406
|
"@babel/plugin-transform-literals": "npm:^7.25.7"
|
|
1567
|
-
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.
|
|
1407
|
+
"@babel/plugin-transform-logical-assignment-operators": "npm:^7.25.8"
|
|
1568
1408
|
"@babel/plugin-transform-member-expression-literals": "npm:^7.25.7"
|
|
1569
1409
|
"@babel/plugin-transform-modules-amd": "npm:^7.25.7"
|
|
1570
1410
|
"@babel/plugin-transform-modules-commonjs": "npm:^7.25.7"
|
|
@@ -1572,15 +1412,15 @@ __metadata:
|
|
|
1572
1412
|
"@babel/plugin-transform-modules-umd": "npm:^7.25.7"
|
|
1573
1413
|
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.25.7"
|
|
1574
1414
|
"@babel/plugin-transform-new-target": "npm:^7.25.7"
|
|
1575
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.25.
|
|
1576
|
-
"@babel/plugin-transform-numeric-separator": "npm:^7.25.
|
|
1577
|
-
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.
|
|
1415
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "npm:^7.25.8"
|
|
1416
|
+
"@babel/plugin-transform-numeric-separator": "npm:^7.25.8"
|
|
1417
|
+
"@babel/plugin-transform-object-rest-spread": "npm:^7.25.8"
|
|
1578
1418
|
"@babel/plugin-transform-object-super": "npm:^7.25.7"
|
|
1579
|
-
"@babel/plugin-transform-optional-catch-binding": "npm:^7.25.
|
|
1580
|
-
"@babel/plugin-transform-optional-chaining": "npm:^7.25.
|
|
1419
|
+
"@babel/plugin-transform-optional-catch-binding": "npm:^7.25.8"
|
|
1420
|
+
"@babel/plugin-transform-optional-chaining": "npm:^7.25.8"
|
|
1581
1421
|
"@babel/plugin-transform-parameters": "npm:^7.25.7"
|
|
1582
1422
|
"@babel/plugin-transform-private-methods": "npm:^7.25.7"
|
|
1583
|
-
"@babel/plugin-transform-private-property-in-object": "npm:^7.25.
|
|
1423
|
+
"@babel/plugin-transform-private-property-in-object": "npm:^7.25.8"
|
|
1584
1424
|
"@babel/plugin-transform-property-literals": "npm:^7.25.7"
|
|
1585
1425
|
"@babel/plugin-transform-regenerator": "npm:^7.25.7"
|
|
1586
1426
|
"@babel/plugin-transform-reserved-words": "npm:^7.25.7"
|
|
@@ -1601,7 +1441,7 @@ __metadata:
|
|
|
1601
1441
|
semver: "npm:^6.3.1"
|
|
1602
1442
|
peerDependencies:
|
|
1603
1443
|
"@babel/core": ^7.0.0-0
|
|
1604
|
-
checksum: 10c0/
|
|
1444
|
+
checksum: 10c0/a45cd64ca082262998f6cf508b413ff8a9e967bf33e58337a1fe41c6c939a4c25cc73cd58387792c00d43905cf5fb0ea5ef88dfdc2addf2e8133743088c86c72
|
|
1605
1445
|
languageName: node
|
|
1606
1446
|
linkType: hard
|
|
1607
1447
|
|
|
@@ -1722,14 +1562,14 @@ __metadata:
|
|
|
1722
1562
|
languageName: node
|
|
1723
1563
|
linkType: hard
|
|
1724
1564
|
|
|
1725
|
-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.7, @babel/types@npm:^7.4.4":
|
|
1726
|
-
version: 7.25.
|
|
1727
|
-
resolution: "@babel/types@npm:7.25.
|
|
1565
|
+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.12.11, @babel/types@npm:^7.12.7, @babel/types@npm:^7.2.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.25.7, @babel/types@npm:^7.25.8, @babel/types@npm:^7.4.4":
|
|
1566
|
+
version: 7.25.8
|
|
1567
|
+
resolution: "@babel/types@npm:7.25.8"
|
|
1728
1568
|
dependencies:
|
|
1729
1569
|
"@babel/helper-string-parser": "npm:^7.25.7"
|
|
1730
1570
|
"@babel/helper-validator-identifier": "npm:^7.25.7"
|
|
1731
1571
|
to-fast-properties: "npm:^2.0.0"
|
|
1732
|
-
checksum: 10c0/
|
|
1572
|
+
checksum: 10c0/55ca2d6df6426c98db2769ce884ce5e9de83a512ea2dd7bcf56c811984dc14351cacf42932a723630c5afcff2455809323decd645820762182f10b7b5252b59f
|
|
1733
1573
|
languageName: node
|
|
1734
1574
|
linkType: hard
|
|
1735
1575
|
|
|
@@ -2613,9 +2453,35 @@ __metadata:
|
|
|
2613
2453
|
languageName: node
|
|
2614
2454
|
linkType: hard
|
|
2615
2455
|
|
|
2616
|
-
"@licklist/core@npm:0.
|
|
2617
|
-
version: 0.
|
|
2618
|
-
resolution: "@licklist/core@npm:0.
|
|
2456
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2457
|
+
version: 0.29.1-dev.2
|
|
2458
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2459
|
+
dependencies:
|
|
2460
|
+
"@sentry/browser": "npm:6.2.0"
|
|
2461
|
+
axios: "npm:0.26.0"
|
|
2462
|
+
i18next: "npm:19.4.5"
|
|
2463
|
+
luxon: "npm:3.5.0"
|
|
2464
|
+
react: "npm:17.0.2"
|
|
2465
|
+
react-dom: "npm:17.0.2"
|
|
2466
|
+
react-i18next: "npm:11.8.8"
|
|
2467
|
+
react-intl: "npm:6.6.8"
|
|
2468
|
+
uuid: "npm:9.0.0"
|
|
2469
|
+
wait-for-expect: "npm:3.0.2"
|
|
2470
|
+
peerDependencies:
|
|
2471
|
+
"@licklist/eslint-config": 0.5.5
|
|
2472
|
+
axios: 0.26.0
|
|
2473
|
+
luxon: 3.5.0
|
|
2474
|
+
react: 17.0.2
|
|
2475
|
+
react-dom: 17.0.2
|
|
2476
|
+
react-i18next: 11.8.8
|
|
2477
|
+
react-intl: 6.6.8
|
|
2478
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2479
|
+
languageName: node
|
|
2480
|
+
linkType: hard
|
|
2481
|
+
|
|
2482
|
+
"@licklist/core@npm:0.30.0-dev.0":
|
|
2483
|
+
version: 0.30.0-dev.0
|
|
2484
|
+
resolution: "@licklist/core@npm:0.30.0-dev.0"
|
|
2619
2485
|
dependencies:
|
|
2620
2486
|
"@sentry/browser": "npm:6.2.0"
|
|
2621
2487
|
axios: "npm:0.26.0"
|
|
@@ -2635,7 +2501,7 @@ __metadata:
|
|
|
2635
2501
|
react-dom: 17.0.2
|
|
2636
2502
|
react-i18next: 11.8.8
|
|
2637
2503
|
react-intl: 6.6.8
|
|
2638
|
-
checksum: 10c0/
|
|
2504
|
+
checksum: 10c0/0254119edd1b01abeb3cdce66d26a56098860bfb5e0a8ec1d98ac2da3eb28b1cb8f7b2315a07ca3bd905eb25c349d65a4a4dab44e53466968b1b50012eec10bd
|
|
2639
2505
|
languageName: node
|
|
2640
2506
|
linkType: hard
|
|
2641
2507
|
|
|
@@ -2650,9 +2516,9 @@ __metadata:
|
|
|
2650
2516
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2651
2517
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2652
2518
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2653
|
-
"@licklist/core": "npm:0.30.
|
|
2519
|
+
"@licklist/core": "npm:0.30.0-dev.0"
|
|
2654
2520
|
"@licklist/eslint-config": "npm:0.5.6"
|
|
2655
|
-
"@licklist/plugins": "npm:0.33.
|
|
2521
|
+
"@licklist/plugins": "npm:0.33.0-dev.0"
|
|
2656
2522
|
"@mantine/core": "npm:6.0.22"
|
|
2657
2523
|
"@mantine/hooks": "npm:6.0.22"
|
|
2658
2524
|
"@mdx-js/react": "npm:1.6.22"
|
|
@@ -2781,9 +2647,9 @@ __metadata:
|
|
|
2781
2647
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2782
2648
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2783
2649
|
peerDependencies:
|
|
2784
|
-
"@licklist/core": 0.30.
|
|
2650
|
+
"@licklist/core": 0.30.0-dev.0
|
|
2785
2651
|
"@licklist/eslint-config": 0.5.6
|
|
2786
|
-
"@licklist/plugins": 0.33.1
|
|
2652
|
+
"@licklist/plugins": 0.33.2-dev.1
|
|
2787
2653
|
lodash: 4.17.21
|
|
2788
2654
|
luxon: 3.5.0
|
|
2789
2655
|
react: 17.0.2
|
|
@@ -2813,11 +2679,11 @@ __metadata:
|
|
|
2813
2679
|
languageName: node
|
|
2814
2680
|
linkType: hard
|
|
2815
2681
|
|
|
2816
|
-
"@licklist/plugins@npm:0.33.
|
|
2817
|
-
version: 0.33.
|
|
2818
|
-
resolution: "@licklist/plugins@npm:0.33.
|
|
2682
|
+
"@licklist/plugins@npm:0.33.0-dev.0":
|
|
2683
|
+
version: 0.33.0-dev.0
|
|
2684
|
+
resolution: "@licklist/plugins@npm:0.33.0-dev.0"
|
|
2819
2685
|
dependencies:
|
|
2820
|
-
"@licklist/core": "npm:0.
|
|
2686
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2821
2687
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2822
2688
|
axios: "npm:0.26.0"
|
|
2823
2689
|
history: "npm:4.10.1"
|
|
@@ -2838,7 +2704,7 @@ __metadata:
|
|
|
2838
2704
|
rrule: "npm:2.6.8"
|
|
2839
2705
|
use-debounce: "npm:7.0.1"
|
|
2840
2706
|
peerDependencies:
|
|
2841
|
-
"@licklist/core": 0.
|
|
2707
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2842
2708
|
"@licklist/eslint-config": 0.5.6
|
|
2843
2709
|
axios: 0.26.0
|
|
2844
2710
|
lodash: 4.17.21
|
|
@@ -2850,7 +2716,7 @@ __metadata:
|
|
|
2850
2716
|
react-loader: 2.4.7
|
|
2851
2717
|
react-query: 3.34.12
|
|
2852
2718
|
react-router-dom: 5.2.0
|
|
2853
|
-
checksum: 10c0/
|
|
2719
|
+
checksum: 10c0/cdf57c38578b30926a323f0caf80a93c43fadc032dcd79d749de92ca6d7c3b47a8ac6bdf56547a56e0581094434ecd30880e5298161cb0fa97705e369ba799f1
|
|
2854
2720
|
languageName: node
|
|
2855
2721
|
linkType: hard
|
|
2856
2722
|
|
|
@@ -8191,9 +8057,9 @@ __metadata:
|
|
|
8191
8057
|
linkType: hard
|
|
8192
8058
|
|
|
8193
8059
|
"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.30001663":
|
|
8194
|
-
version: 1.0.
|
|
8195
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8196
|
-
checksum: 10c0/
|
|
8060
|
+
version: 1.0.30001668
|
|
8061
|
+
resolution: "caniuse-lite@npm:1.0.30001668"
|
|
8062
|
+
checksum: 10c0/247b3200aeec55038f3a11f3e6ab66f656c54d30df7b01d8d447efaba9af96ad3e17128da2ddd42ddc9cb6c286bac65b634a20955b3cc6619be7ca4601fddc8e
|
|
8197
8063
|
languageName: node
|
|
8198
8064
|
linkType: hard
|
|
8199
8065
|
|
|
@@ -9950,9 +9816,9 @@ __metadata:
|
|
|
9950
9816
|
linkType: hard
|
|
9951
9817
|
|
|
9952
9818
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9953
|
-
version: 1.5.
|
|
9954
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9955
|
-
checksum: 10c0/
|
|
9819
|
+
version: 1.5.36
|
|
9820
|
+
resolution: "electron-to-chromium@npm:1.5.36"
|
|
9821
|
+
checksum: 10c0/cd8d0de7801107f2b2744b5b18641c969a49b0503996cc1a586bb79d893020d0c4e916ac1935603eea65104b4fc1096bc339e0151531dca9e0f0ce0c1882e2d8
|
|
9956
9822
|
languageName: node
|
|
9957
9823
|
linkType: hard
|
|
9958
9824
|
|
|
@@ -14150,11 +14016,11 @@ __metadata:
|
|
|
14150
14016
|
linkType: hard
|
|
14151
14017
|
|
|
14152
14018
|
"magic-string@npm:^0.30.11, magic-string@npm:^0.30.5":
|
|
14153
|
-
version: 0.30.
|
|
14154
|
-
resolution: "magic-string@npm:0.30.
|
|
14019
|
+
version: 0.30.12
|
|
14020
|
+
resolution: "magic-string@npm:0.30.12"
|
|
14155
14021
|
dependencies:
|
|
14156
14022
|
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
14157
|
-
checksum: 10c0/
|
|
14023
|
+
checksum: 10c0/469f457d18af37dfcca8617086ea8a65bcd8b60ba8a1182cb024ce43e470ace3c9d1cb6bee58d3b311768fb16bc27bd50bdeebcaa63dadd0fd46cac4d2e11d5f
|
|
14158
14024
|
languageName: node
|
|
14159
14025
|
linkType: hard
|
|
14160
14026
|
|
|
@@ -14920,11 +14786,11 @@ __metadata:
|
|
|
14920
14786
|
linkType: hard
|
|
14921
14787
|
|
|
14922
14788
|
"nan@npm:^2.12.1":
|
|
14923
|
-
version: 2.
|
|
14924
|
-
resolution: "nan@npm:2.
|
|
14789
|
+
version: 2.22.0
|
|
14790
|
+
resolution: "nan@npm:2.22.0"
|
|
14925
14791
|
dependencies:
|
|
14926
14792
|
node-gyp: "npm:latest"
|
|
14927
|
-
checksum: 10c0/
|
|
14793
|
+
checksum: 10c0/d5d31aefdb218deba308d44867c5f432b4d3aabeb57c70a2b236d62652e9fee7044e5d5afd380d9fef022fe7ebb2f2d6c85ca3cbcac5031aaca3592c844526bb
|
|
14928
14794
|
languageName: node
|
|
14929
14795
|
linkType: hard
|
|
14930
14796
|
|
|
@@ -16835,13 +16701,13 @@ __metadata:
|
|
|
16835
16701
|
linkType: hard
|
|
16836
16702
|
|
|
16837
16703
|
"prosemirror-commands@npm:^1.0.0, prosemirror-commands@npm:^1.2.1, prosemirror-commands@npm:^1.3.1":
|
|
16838
|
-
version: 1.6.
|
|
16839
|
-
resolution: "prosemirror-commands@npm:1.6.
|
|
16704
|
+
version: 1.6.1
|
|
16705
|
+
resolution: "prosemirror-commands@npm:1.6.1"
|
|
16840
16706
|
dependencies:
|
|
16841
16707
|
prosemirror-model: "npm:^1.0.0"
|
|
16842
16708
|
prosemirror-state: "npm:^1.0.0"
|
|
16843
|
-
prosemirror-transform: "npm:^1.
|
|
16844
|
-
checksum: 10c0/
|
|
16709
|
+
prosemirror-transform: "npm:^1.10.2"
|
|
16710
|
+
checksum: 10c0/174bc65ef2b9cb9ca5c2bf036929decdb18ec3cd340a35c95a5b56b3d9479960c45af5e05ebf3624cd24b1e2dc0f5680c0ee5a8ffdd7635208d0bacbde58f8f8
|
|
16845
16711
|
languageName: node
|
|
16846
16712
|
linkType: hard
|
|
16847
16713
|
|
|
@@ -16990,12 +16856,12 @@ __metadata:
|
|
|
16990
16856
|
languageName: node
|
|
16991
16857
|
linkType: hard
|
|
16992
16858
|
|
|
16993
|
-
"prosemirror-transform@npm:^1.0.0, prosemirror-transform@npm:^1.1.0, prosemirror-transform@npm:^1.2.1, prosemirror-transform@npm:^1.3.3, prosemirror-transform@npm:^1.7.0, prosemirror-transform@npm:^1.7.3":
|
|
16994
|
-
version: 1.10.
|
|
16995
|
-
resolution: "prosemirror-transform@npm:1.10.
|
|
16859
|
+
"prosemirror-transform@npm:^1.0.0, prosemirror-transform@npm:^1.1.0, prosemirror-transform@npm:^1.10.2, prosemirror-transform@npm:^1.2.1, prosemirror-transform@npm:^1.3.3, prosemirror-transform@npm:^1.7.0, prosemirror-transform@npm:^1.7.3":
|
|
16860
|
+
version: 1.10.2
|
|
16861
|
+
resolution: "prosemirror-transform@npm:1.10.2"
|
|
16996
16862
|
dependencies:
|
|
16997
16863
|
prosemirror-model: "npm:^1.21.0"
|
|
16998
|
-
checksum: 10c0/
|
|
16864
|
+
checksum: 10c0/4b63879bab3faf4e266a58ae00760f20d87e1fc9a342788276cccba6bdd6cb7b5cfd089f17d975200c0715e07b503126aa752ffe42e8c50761369dc6ff920b05
|
|
16999
16865
|
languageName: node
|
|
17000
16866
|
linkType: hard
|
|
17001
16867
|
|
|
@@ -18009,15 +17875,15 @@ __metadata:
|
|
|
18009
17875
|
linkType: hard
|
|
18010
17876
|
|
|
18011
17877
|
"react-textarea-autosize@npm:^8.3.0":
|
|
18012
|
-
version: 8.5.
|
|
18013
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
17878
|
+
version: 8.5.4
|
|
17879
|
+
resolution: "react-textarea-autosize@npm:8.5.4"
|
|
18014
17880
|
dependencies:
|
|
18015
17881
|
"@babel/runtime": "npm:^7.20.13"
|
|
18016
17882
|
use-composed-ref: "npm:^1.3.0"
|
|
18017
17883
|
use-latest: "npm:^1.2.1"
|
|
18018
17884
|
peerDependencies:
|
|
18019
17885
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
18020
|
-
checksum: 10c0/
|
|
17886
|
+
checksum: 10c0/ea92fda2128983c1a8e84c74706ffb4b8bfa1a19c803d210868ec031c1ac3b8ceee8028766ef5d91017265da2bdccf6a85e5b6e5d553005e839f0c47e5758b43
|
|
18021
17887
|
languageName: node
|
|
18022
17888
|
linkType: hard
|
|
18023
17889
|
|