@licklist/design 0.69.1 → 0.69.2
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/events/edit-event-modal/IntervalInput.js +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +2 -2
- package/dist/iframe/order-process/components/Timer/Timer.js +1 -1
- package/dist/modals/dialog/Dialog.js +2 -2
- package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +6 -4
- package/dist/root.css +51 -51
- package/dist/sales/manual-booking/search-user/SearchUser.js +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/package.json +2 -2
- 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 +5 -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 +8 -8
- 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/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 +16 -16
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +5 -5
- 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 +6 -6
- 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 +4 -4
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +2 -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/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/Layout.stories.tsx +5 -5
- package/src/logo/Logo.tsx +2 -2
- package/src/modals/confirmation/ConfirmModal.tsx +13 -13
- 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 +29 -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 +18 -18
- package/src/product-set/control/DateAndRecurrenceInput.tsx +10 -10
- package/src/product-set/control/DateInput.tsx +10 -10
- package/src/product-set/control/ProductSetControl.stories.tsx +2 -2
- package/src/product-set/control/ProductSetControl.tsx +23 -23
- 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 +6 -6
- package/src/product-set/form/ProductSetForm.tsx +4 -4
- package/src/product-set/form/ProductSetFormPopover.tsx +4 -4
- package/src/product-set/form/ProductZonesControl.tsx +4 -4
- package/src/product-set/form/ProductsControl.tsx +4 -4
- package/src/product-set/form/SelectCategoryModal.tsx +22 -22
- package/src/product-set/form/StepsControl.tsx +5 -5
- package/src/product-set/form/SubProductsControl.tsx +1 -1
- package/src/product-set/form/VenueMapSetModal.tsx +16 -16
- package/src/product-set/form/VenueMapsControl.tsx +9 -9
- 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 -19
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +10 -10
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +9 -9
- package/src/product-set/product/deposit/ProductDeposit.stories.tsx +1 -1
- package/src/product-set/product/deposit/ProductDepositControl.tsx +4 -4
- package/src/product-set/product/duration/ProductDurationControl.stories.tsx +1 -1
- package/src/product-set/product/duration/ProductDurationControl.tsx +10 -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 +4 -4
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +3 -3
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +10 -10
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +8 -8
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +3 -3
- package/src/product-set/product-category/ProductCategory.stories.tsx +4 -4
- package/src/product-set/product-category/ProductCategoryControl.tsx +27 -27
- package/src/product-set/product-zone/ProductZoneControl.tsx +6 -6
- 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/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 +12 -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 +12 -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 +2 -2
- package/src/resource/form/components/NameControl.tsx +1 -1
- package/src/resource/form/components/SortControl.tsx +2 -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 -8
- package/src/sales/coupon/control/CouponFormControl.tsx +24 -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 +28 -28
- package/src/setting/dashboard/DashboardSettingForm.tsx +16 -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 +66 -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 +40 -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 +5 -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 +4 -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 +6 -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/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-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 +2 -2
- package/src/zone/form/components/NameControl.tsx +1 -1
- package/src/zone/form/components/SortControl.tsx +2 -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 +40 -40
|
@@ -22,7 +22,7 @@ export const SortControl = ({ isLoading }: SortControlProps) => {
|
|
|
22
22
|
<Form.Group controlId={nameId}>
|
|
23
23
|
<Form.Label>{t('Design:ordering')}</Form.Label>
|
|
24
24
|
<Form.Control
|
|
25
|
-
type=
|
|
25
|
+
type='number'
|
|
26
26
|
{...register('sort', {
|
|
27
27
|
required: false,
|
|
28
28
|
min: 1,
|
|
@@ -31,7 +31,7 @@ export const SortControl = ({ isLoading }: SortControlProps) => {
|
|
|
31
31
|
isInvalid={Boolean(errors.sort)}
|
|
32
32
|
disabled={isLoading}
|
|
33
33
|
/>
|
|
34
|
-
<Form.Control.Feedback type=
|
|
34
|
+
<Form.Control.Feedback type='invalid'>
|
|
35
35
|
{HookFormService.hasError(errors.sort, 'required') &&
|
|
36
36
|
t('Validation:fieldRequired', {
|
|
37
37
|
attribute: t('Design:ordering'),
|
|
@@ -20,7 +20,7 @@ export const ZoneControl = ({
|
|
|
20
20
|
timeZone,
|
|
21
21
|
}: ZoneControlProps) => (
|
|
22
22
|
<Row>
|
|
23
|
-
<Col md={6} sm={12} className=
|
|
23
|
+
<Col md={6} sm={12} className='pr-5'>
|
|
24
24
|
<NameControl isLoading={isLoading} />
|
|
25
25
|
<ZoneRecurrencesControl workHours={workHours} timeZone={timeZone} />
|
|
26
26
|
<hr />
|
|
@@ -78,7 +78,7 @@ export const ZoneImageControl = ({
|
|
|
78
78
|
}, [images])
|
|
79
79
|
|
|
80
80
|
return (
|
|
81
|
-
<Form.Group controlId=
|
|
81
|
+
<Form.Group controlId='name'>
|
|
82
82
|
<Form.Control
|
|
83
83
|
isInvalid={HookFormService.isInvalid('image', errors)}
|
|
84
84
|
hidden
|
|
@@ -86,7 +86,7 @@ export const ZoneImageControl = ({
|
|
|
86
86
|
<FileUpload
|
|
87
87
|
onFilesChange={onFilesChange}
|
|
88
88
|
allowedExtensions={['jpeg', 'jpg', 'png']}
|
|
89
|
-
subTitle=
|
|
89
|
+
subTitle='.jpeg .jpg .png'
|
|
90
90
|
enablePreview
|
|
91
91
|
onFileRemove={onImageRemove}
|
|
92
92
|
defaultFiles={images}
|
|
@@ -95,7 +95,7 @@ export const ZoneImageControl = ({
|
|
|
95
95
|
title={t('Design:addImage')}
|
|
96
96
|
disabled={isLoading}
|
|
97
97
|
/>
|
|
98
|
-
<Form.Control.Feedback type=
|
|
98
|
+
<Form.Control.Feedback type='invalid'>
|
|
99
99
|
{HookFormService.getErrors('image', errors)}
|
|
100
100
|
</Form.Control.Feedback>
|
|
101
101
|
</Form.Group>
|
|
@@ -28,7 +28,7 @@ export const ZoneRecurrenceControl = ({
|
|
|
28
28
|
|
|
29
29
|
return (
|
|
30
30
|
<div
|
|
31
|
-
className=
|
|
31
|
+
className='sortable-tree-root'
|
|
32
32
|
style={{
|
|
33
33
|
transform: CSS.Translate.toString(transform),
|
|
34
34
|
transition,
|
|
@@ -36,16 +36,16 @@ export const ZoneRecurrenceControl = ({
|
|
|
36
36
|
{...attributes}
|
|
37
37
|
{...listeners}
|
|
38
38
|
ref={setNodeRef}
|
|
39
|
-
role=
|
|
39
|
+
role='button'
|
|
40
40
|
tabIndex={0}
|
|
41
41
|
>
|
|
42
42
|
<div
|
|
43
43
|
key={zoneRecurrence.rrule}
|
|
44
|
-
className=
|
|
44
|
+
className='zone-recurrence d-flex flex-column mr-0 mb-3 p-3 px-4 flex-grow-1'
|
|
45
45
|
>
|
|
46
|
-
<span className=
|
|
47
|
-
<FaCalendar size={16} className=
|
|
48
|
-
<span className=
|
|
46
|
+
<span className='d-flex flex-row align-items-center'>
|
|
47
|
+
<FaCalendar size={16} className='zone-recurrence-icon-calendar' />
|
|
48
|
+
<span className='zone-recurrence-title d-flex flex-grow-1'>
|
|
49
49
|
{t('from')}{' '}
|
|
50
50
|
{formatDate(zoneRecurrence.startDate, {
|
|
51
51
|
dateStyle: 'medium',
|
|
@@ -57,16 +57,16 @@ export const ZoneRecurrenceControl = ({
|
|
|
57
57
|
</span>
|
|
58
58
|
|
|
59
59
|
<div
|
|
60
|
-
className=
|
|
61
|
-
role=
|
|
60
|
+
className='d-inline-flex'
|
|
61
|
+
role='button'
|
|
62
62
|
tabIndex={0}
|
|
63
63
|
onClick={() => onEdit(zoneRecurrence)}
|
|
64
64
|
onKeyDown={() => onEdit(zoneRecurrence)}
|
|
65
65
|
>
|
|
66
|
-
<FaEllipsisH size={16} className=
|
|
66
|
+
<FaEllipsisH size={16} className='zone-recurrence-icon-more' />
|
|
67
67
|
</div>
|
|
68
68
|
</span>
|
|
69
|
-
<span className=
|
|
69
|
+
<span className='zone-recurrence-description'>
|
|
70
70
|
{getHumanReadableDate(zoneRecurrence)}
|
|
71
71
|
</span>
|
|
72
72
|
</div>
|
|
@@ -157,8 +157,8 @@ export const ZoneRecurrencesControl = ({
|
|
|
157
157
|
<OverlayTrigger
|
|
158
158
|
show={isDatePopoverVisible}
|
|
159
159
|
overlay={
|
|
160
|
-
<Popover id={popoverId} className=
|
|
161
|
-
<Popover.Content className=
|
|
160
|
+
<Popover id={popoverId} className='rounded'>
|
|
161
|
+
<Popover.Content className='shadow-lg rounded' ref={popoverRef}>
|
|
162
162
|
<RecurringDatePickerInput
|
|
163
163
|
defaultValues={editState.values}
|
|
164
164
|
onChange={handleRecurringDateChange}
|
|
@@ -170,11 +170,11 @@ export const ZoneRecurrencesControl = ({
|
|
|
170
170
|
</Popover.Content>
|
|
171
171
|
</Popover>
|
|
172
172
|
}
|
|
173
|
-
trigger=
|
|
174
|
-
placement=
|
|
173
|
+
trigger='click'
|
|
174
|
+
placement='bottom'
|
|
175
175
|
popperConfig={{ modifiers: [sameWidthPopperModifier] }}
|
|
176
176
|
>
|
|
177
|
-
<div className=
|
|
177
|
+
<div className='zone-recurrences'>
|
|
178
178
|
<DndContext onDragEnd={handleOnDragEnd}>
|
|
179
179
|
<SortableContext
|
|
180
180
|
items={
|
|
@@ -194,18 +194,18 @@ export const ZoneRecurrencesControl = ({
|
|
|
194
194
|
</DndContext>
|
|
195
195
|
|
|
196
196
|
<div
|
|
197
|
-
className=
|
|
198
|
-
role=
|
|
197
|
+
className='zone-recurrence-icon-wrapper'
|
|
198
|
+
role='button'
|
|
199
199
|
tabIndex={0}
|
|
200
200
|
onClick={handleOnAdd}
|
|
201
201
|
onKeyDown={handleOnAdd}
|
|
202
202
|
>
|
|
203
|
-
<FaPlusCircle size={16} className=
|
|
203
|
+
<FaPlusCircle size={16} className='zone-recurrence-icon-add mr-2' />
|
|
204
204
|
{t('addDates')}
|
|
205
205
|
</div>
|
|
206
206
|
|
|
207
207
|
<Form.Control
|
|
208
|
-
type=
|
|
208
|
+
type='hidden'
|
|
209
209
|
{...register('zoneRecurrences', {
|
|
210
210
|
required: {
|
|
211
211
|
value: true,
|
|
@@ -217,7 +217,7 @@ export const ZoneRecurrencesControl = ({
|
|
|
217
217
|
})}
|
|
218
218
|
/>
|
|
219
219
|
|
|
220
|
-
<div className=
|
|
220
|
+
<div className='manual-form-error'>
|
|
221
221
|
{errors.zoneRecurrences?.message}
|
|
222
222
|
</div>
|
|
223
223
|
</div>
|
|
@@ -25,7 +25,7 @@ export const ZoneTypeControl = ({ isLoading }: ZoneTypeControlProps) => {
|
|
|
25
25
|
<Form.Group controlId={nameId}>
|
|
26
26
|
<Form.Label>{t('Design:zoneType')}</Form.Label>
|
|
27
27
|
<Form.Control
|
|
28
|
-
as=
|
|
28
|
+
as='select'
|
|
29
29
|
{...register('type', {
|
|
30
30
|
required: true,
|
|
31
31
|
})}
|
|
@@ -39,7 +39,7 @@ export const ZoneTypeControl = ({ isLoading }: ZoneTypeControlProps) => {
|
|
|
39
39
|
</option>
|
|
40
40
|
))}
|
|
41
41
|
</Form.Control>
|
|
42
|
-
<Form.Control.Feedback type=
|
|
42
|
+
<Form.Control.Feedback type='invalid'>
|
|
43
43
|
{HookFormService.hasError(errors.type, 'required') &&
|
|
44
44
|
t('Validation:fieldRequired', {
|
|
45
45
|
attribute: t('Design:name'),
|
package/tailwind.config.js
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
/** @type {import('tailwindcss').Config} */
|
|
2
2
|
export default {
|
|
3
|
-
darkMode: [
|
|
4
|
-
prefix:
|
|
3
|
+
darkMode: ['class'],
|
|
4
|
+
prefix: 'tw-',
|
|
5
5
|
// @TODO: remove this after removing bootstrap from a project
|
|
6
6
|
corePlugins: {
|
|
7
7
|
preflight: false,
|
|
8
8
|
},
|
|
9
|
-
content: [
|
|
10
|
-
"./src/**/*.{ts,tsx}",
|
|
11
|
-
],
|
|
9
|
+
content: ['./src/**/*.{ts,tsx}'],
|
|
12
10
|
theme: {
|
|
13
11
|
extend: {},
|
|
14
12
|
},
|
|
15
13
|
plugins: [],
|
|
16
14
|
}
|
|
17
|
-
|
package/yarn.lock
CHANGED
|
@@ -6202,26 +6202,26 @@ __metadata:
|
|
|
6202
6202
|
languageName: node
|
|
6203
6203
|
linkType: hard
|
|
6204
6204
|
|
|
6205
|
-
"@vue/compiler-core@npm:3.5.
|
|
6206
|
-
version: 3.5.
|
|
6207
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6205
|
+
"@vue/compiler-core@npm:3.5.12":
|
|
6206
|
+
version: 3.5.12
|
|
6207
|
+
resolution: "@vue/compiler-core@npm:3.5.12"
|
|
6208
6208
|
dependencies:
|
|
6209
6209
|
"@babel/parser": "npm:^7.25.3"
|
|
6210
|
-
"@vue/shared": "npm:3.5.
|
|
6210
|
+
"@vue/shared": "npm:3.5.12"
|
|
6211
6211
|
entities: "npm:^4.5.0"
|
|
6212
6212
|
estree-walker: "npm:^2.0.2"
|
|
6213
6213
|
source-map-js: "npm:^1.2.0"
|
|
6214
|
-
checksum: 10c0/
|
|
6214
|
+
checksum: 10c0/7f004b96330c00dc5b94f436be05ce3b196818a8bb1bfeb8f137aba0691deedd20c53e4aa05de830150578af6106e9f306b1fdf973f2db8470e59e81f0fc3a0f
|
|
6215
6215
|
languageName: node
|
|
6216
6216
|
linkType: hard
|
|
6217
6217
|
|
|
6218
6218
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6219
|
-
version: 3.5.
|
|
6220
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6219
|
+
version: 3.5.12
|
|
6220
|
+
resolution: "@vue/compiler-dom@npm:3.5.12"
|
|
6221
6221
|
dependencies:
|
|
6222
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6223
|
-
"@vue/shared": "npm:3.5.
|
|
6224
|
-
checksum: 10c0/
|
|
6222
|
+
"@vue/compiler-core": "npm:3.5.12"
|
|
6223
|
+
"@vue/shared": "npm:3.5.12"
|
|
6224
|
+
checksum: 10c0/48a67cd28c25e94dccff3c1e18bf2f79b073e486a856e5b30661e89e50d08cd49ababc43de94626c948da77c8dad859909e32d3ab678079e90dfa5d3e1ddc344
|
|
6225
6225
|
languageName: node
|
|
6226
6226
|
linkType: hard
|
|
6227
6227
|
|
|
@@ -6256,10 +6256,10 @@ __metadata:
|
|
|
6256
6256
|
languageName: node
|
|
6257
6257
|
linkType: hard
|
|
6258
6258
|
|
|
6259
|
-
"@vue/shared@npm:3.5.
|
|
6260
|
-
version: 3.5.
|
|
6261
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6262
|
-
checksum: 10c0/
|
|
6259
|
+
"@vue/shared@npm:3.5.12, @vue/shared@npm:^3.4.0":
|
|
6260
|
+
version: 3.5.12
|
|
6261
|
+
resolution: "@vue/shared@npm:3.5.12"
|
|
6262
|
+
checksum: 10c0/48f94406c42921901b21a57a7ebb401bbceb497152baf0554e5d5a11cbaa79958f966042e9d95614c0b02e8681b7e1b6c010fcb8b28c6bda1b090f2ddd7540d8
|
|
6263
6263
|
languageName: node
|
|
6264
6264
|
linkType: hard
|
|
6265
6265
|
|
|
@@ -8031,9 +8031,9 @@ __metadata:
|
|
|
8031
8031
|
linkType: hard
|
|
8032
8032
|
|
|
8033
8033
|
"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":
|
|
8034
|
-
version: 1.0.
|
|
8035
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
8036
|
-
checksum: 10c0/
|
|
8034
|
+
version: 1.0.30001668
|
|
8035
|
+
resolution: "caniuse-lite@npm:1.0.30001668"
|
|
8036
|
+
checksum: 10c0/247b3200aeec55038f3a11f3e6ab66f656c54d30df7b01d8d447efaba9af96ad3e17128da2ddd42ddc9cb6c286bac65b634a20955b3cc6619be7ca4601fddc8e
|
|
8037
8037
|
languageName: node
|
|
8038
8038
|
linkType: hard
|
|
8039
8039
|
|
|
@@ -9790,9 +9790,9 @@ __metadata:
|
|
|
9790
9790
|
linkType: hard
|
|
9791
9791
|
|
|
9792
9792
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9793
|
-
version: 1.5.
|
|
9794
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9795
|
-
checksum: 10c0/
|
|
9793
|
+
version: 1.5.36
|
|
9794
|
+
resolution: "electron-to-chromium@npm:1.5.36"
|
|
9795
|
+
checksum: 10c0/cd8d0de7801107f2b2744b5b18641c969a49b0503996cc1a586bb79d893020d0c4e916ac1935603eea65104b4fc1096bc339e0151531dca9e0f0ce0c1882e2d8
|
|
9796
9796
|
languageName: node
|
|
9797
9797
|
linkType: hard
|
|
9798
9798
|
|
|
@@ -13990,11 +13990,11 @@ __metadata:
|
|
|
13990
13990
|
linkType: hard
|
|
13991
13991
|
|
|
13992
13992
|
"magic-string@npm:^0.30.11, magic-string@npm:^0.30.5":
|
|
13993
|
-
version: 0.30.
|
|
13994
|
-
resolution: "magic-string@npm:0.30.
|
|
13993
|
+
version: 0.30.12
|
|
13994
|
+
resolution: "magic-string@npm:0.30.12"
|
|
13995
13995
|
dependencies:
|
|
13996
13996
|
"@jridgewell/sourcemap-codec": "npm:^1.5.0"
|
|
13997
|
-
checksum: 10c0/
|
|
13997
|
+
checksum: 10c0/469f457d18af37dfcca8617086ea8a65bcd8b60ba8a1182cb024ce43e470ace3c9d1cb6bee58d3b311768fb16bc27bd50bdeebcaa63dadd0fd46cac4d2e11d5f
|
|
13998
13998
|
languageName: node
|
|
13999
13999
|
linkType: hard
|
|
14000
14000
|
|
|
@@ -14760,11 +14760,11 @@ __metadata:
|
|
|
14760
14760
|
linkType: hard
|
|
14761
14761
|
|
|
14762
14762
|
"nan@npm:^2.12.1":
|
|
14763
|
-
version: 2.
|
|
14764
|
-
resolution: "nan@npm:2.
|
|
14763
|
+
version: 2.22.0
|
|
14764
|
+
resolution: "nan@npm:2.22.0"
|
|
14765
14765
|
dependencies:
|
|
14766
14766
|
node-gyp: "npm:latest"
|
|
14767
|
-
checksum: 10c0/
|
|
14767
|
+
checksum: 10c0/d5d31aefdb218deba308d44867c5f432b4d3aabeb57c70a2b236d62652e9fee7044e5d5afd380d9fef022fe7ebb2f2d6c85ca3cbcac5031aaca3592c844526bb
|
|
14768
14768
|
languageName: node
|
|
14769
14769
|
linkType: hard
|
|
14770
14770
|
|
|
@@ -16675,13 +16675,13 @@ __metadata:
|
|
|
16675
16675
|
linkType: hard
|
|
16676
16676
|
|
|
16677
16677
|
"prosemirror-commands@npm:^1.0.0, prosemirror-commands@npm:^1.2.1, prosemirror-commands@npm:^1.3.1":
|
|
16678
|
-
version: 1.6.
|
|
16679
|
-
resolution: "prosemirror-commands@npm:1.6.
|
|
16678
|
+
version: 1.6.1
|
|
16679
|
+
resolution: "prosemirror-commands@npm:1.6.1"
|
|
16680
16680
|
dependencies:
|
|
16681
16681
|
prosemirror-model: "npm:^1.0.0"
|
|
16682
16682
|
prosemirror-state: "npm:^1.0.0"
|
|
16683
|
-
prosemirror-transform: "npm:^1.
|
|
16684
|
-
checksum: 10c0/
|
|
16683
|
+
prosemirror-transform: "npm:^1.10.2"
|
|
16684
|
+
checksum: 10c0/174bc65ef2b9cb9ca5c2bf036929decdb18ec3cd340a35c95a5b56b3d9479960c45af5e05ebf3624cd24b1e2dc0f5680c0ee5a8ffdd7635208d0bacbde58f8f8
|
|
16685
16685
|
languageName: node
|
|
16686
16686
|
linkType: hard
|
|
16687
16687
|
|
|
@@ -16830,12 +16830,12 @@ __metadata:
|
|
|
16830
16830
|
languageName: node
|
|
16831
16831
|
linkType: hard
|
|
16832
16832
|
|
|
16833
|
-
"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":
|
|
16834
|
-
version: 1.10.
|
|
16835
|
-
resolution: "prosemirror-transform@npm:1.10.
|
|
16833
|
+
"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":
|
|
16834
|
+
version: 1.10.2
|
|
16835
|
+
resolution: "prosemirror-transform@npm:1.10.2"
|
|
16836
16836
|
dependencies:
|
|
16837
16837
|
prosemirror-model: "npm:^1.21.0"
|
|
16838
|
-
checksum: 10c0/
|
|
16838
|
+
checksum: 10c0/4b63879bab3faf4e266a58ae00760f20d87e1fc9a342788276cccba6bdd6cb7b5cfd089f17d975200c0715e07b503126aa752ffe42e8c50761369dc6ff920b05
|
|
16839
16839
|
languageName: node
|
|
16840
16840
|
linkType: hard
|
|
16841
16841
|
|
|
@@ -17849,15 +17849,15 @@ __metadata:
|
|
|
17849
17849
|
linkType: hard
|
|
17850
17850
|
|
|
17851
17851
|
"react-textarea-autosize@npm:^8.3.0":
|
|
17852
|
-
version: 8.5.
|
|
17853
|
-
resolution: "react-textarea-autosize@npm:8.5.
|
|
17852
|
+
version: 8.5.4
|
|
17853
|
+
resolution: "react-textarea-autosize@npm:8.5.4"
|
|
17854
17854
|
dependencies:
|
|
17855
17855
|
"@babel/runtime": "npm:^7.20.13"
|
|
17856
17856
|
use-composed-ref: "npm:^1.3.0"
|
|
17857
17857
|
use-latest: "npm:^1.2.1"
|
|
17858
17858
|
peerDependencies:
|
|
17859
17859
|
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
17860
|
-
checksum: 10c0/
|
|
17860
|
+
checksum: 10c0/ea92fda2128983c1a8e84c74706ffb4b8bfa1a19c803d210868ec031c1ac3b8ceee8028766ef5d91017265da2bdccf6a85e5b6e5d553005e839f0c47e5758b43
|
|
17861
17861
|
languageName: node
|
|
17862
17862
|
linkType: hard
|
|
17863
17863
|
|
|
@@ -21860,11 +21860,11 @@ __metadata:
|
|
|
21860
21860
|
linkType: hard
|
|
21861
21861
|
|
|
21862
21862
|
"yaml@npm:^2.3.4":
|
|
21863
|
-
version: 2.
|
|
21864
|
-
resolution: "yaml@npm:2.
|
|
21863
|
+
version: 2.6.0
|
|
21864
|
+
resolution: "yaml@npm:2.6.0"
|
|
21865
21865
|
bin:
|
|
21866
21866
|
yaml: bin.mjs
|
|
21867
|
-
checksum: 10c0/
|
|
21867
|
+
checksum: 10c0/9e74cdb91cc35512a1c41f5ce509b0e93cc1d00eff0901e4ba831ee75a71ddf0845702adcd6f4ee6c811319eb9b59653248462ab94fa021ab855543a75396ceb
|
|
21868
21868
|
languageName: node
|
|
21869
21869
|
linkType: hard
|
|
21870
21870
|
|