@licklist/design 0.67.6 → 0.68.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.storybook/main.cjs +15 -12
- package/dist/auth/Login/LoginComponent.js +2 -1
- package/dist/calendar/Calendar.d.ts +1 -1
- package/dist/calendar/Calendar.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.d.ts.map +1 -1
- package/dist/calendar/components/CalendarButtons/CalendarButtons.js +35 -40
- package/dist/calendar/utils/index.d.ts +2 -2
- package/dist/calendar/utils/index.d.ts.map +1 -1
- package/dist/calendar/utils/index.js +20 -4
- package/dist/events/edit-event-modal/IntervalInput.d.ts.map +1 -1
- package/dist/events/edit-event-modal/IntervalInput.js +7 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts +2 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/EditEventForm/EditEventForm.js +4 -4
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +27 -26
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts +2 -2
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.js +3 -3
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.d.ts.map +1 -1
- package/dist/events/edit-event-modal/utils/getDefaultProductSet.js +0 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.js +2 -0
- package/dist/iframe/payment/order-items-table/utils/paymentSummary.d.ts.map +1 -1
- package/dist/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/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/DateAndRecurrenceInput.d.ts +3 -2
- package/dist/product-set/control/DateAndRecurrenceInput.d.ts.map +1 -1
- package/dist/product-set/control/DateAndRecurrenceInput.js +3 -1
- 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 +3 -3
- package/dist/product-set/control/ProductSetControl.d.ts.map +1 -1
- package/dist/product-set/control/ProductSetControl.js +4 -16
- 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 +6 -2
- package/dist/product-set/form/ProductSetForm.d.ts.map +1 -1
- package/dist/product-set/form/ProductSetForm.js +65 -5
- 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/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/provider/location-input/LocationInput.d.ts +4 -1
- package/dist/provider/location-input/LocationInput.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInput.js +41 -2
- package/dist/provider/location-input/LocationInputDescription.d.ts +4 -1
- package/dist/provider/location-input/LocationInputDescription.d.ts.map +1 -1
- package/dist/provider/location-input/LocationInputDescription.js +27 -12
- package/dist/provider/location-input/index.d.ts +1 -0
- package/dist/provider/location-input/index.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.d.ts +3 -1
- package/dist/provider/provider-form/ProviderForm.d.ts.map +1 -1
- package/dist/provider/provider-form/ProviderForm.js +7 -3
- package/dist/provider/venue-form/VenueForm.d.ts +3 -1
- package/dist/provider/venue-form/VenueForm.d.ts.map +1 -1
- package/dist/provider/venue-form/VenueForm.js +7 -3
- package/dist/provider/working-hours-input/WorkingHoursInput.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInput.js +2 -2
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.d.ts.map +1 -1
- package/dist/provider/working-hours-input/WorkingHoursInputDescription.js +8 -14
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts +2 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.js +7 -13
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts +4 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/RecurringDatePickerInput.js +7 -3
- package/dist/recurring-date-picker-input/utils.d.ts +5 -0
- package/dist/recurring-date-picker-input/utils.d.ts.map +1 -1
- package/dist/recurring-date-picker-input/utils.js +83 -3
- package/dist/sales/booking/results/components/ResultCard.d.ts.map +1 -1
- package/dist/sales/booking/results/components/ResultCard.js +4 -7
- package/dist/sales/guest-profile/previous-bookings/PreviousBookings.js +1 -1
- package/dist/sales/manual-booking/formatDays.js +3 -3
- package/dist/sales/manual-booking/select-event/SelectEvent.d.ts.map +1 -1
- package/dist/sales/manual-booking/select-event/SelectEvent.js +3 -3
- package/dist/sales/manual-booking/summary/ManualBookingSummary.d.ts.map +1 -1
- package/dist/sales/manual-booking/summary/ManualBookingSummary.js +2 -2
- package/dist/sales/notes/NotesTableRow.js +3 -4
- package/dist/setting/admin/AdminSettingForm.d.ts +2 -2
- package/dist/setting/admin/AdminSettingForm.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.d.ts.map +1 -1
- package/dist/snippet/snippet-template/preview/Preview.js +6 -0
- package/dist/sortable-tree/SortableTreeItem.d.ts +2 -1
- package/dist/sortable-tree/SortableTreeItem.d.ts.map +1 -1
- package/dist/sortable-tree/SortableTreeItem.js +10 -4
- package/dist/styles/auth/AccessDenied.scss +1 -1
- package/dist/styles/back-button/BackButton.scss +25 -24
- package/dist/styles/back-button/_index.scss +1 -1
- package/dist/styles/company-user-form/UserForm.scss +4 -7
- package/dist/styles/company-user-form/_index.scss +1 -1
- package/dist/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/dist/styles/custom-fields/_index.scss +1 -1
- package/dist/styles/customers/Filter.scss +5 -5
- package/dist/styles/events/EditEventModal.scss +1 -3
- package/dist/styles/events/EventVenueMap.scss +7 -7
- package/dist/styles/form/Input.scss +1 -1
- package/dist/styles/header/Header.scss +1 -1
- package/dist/styles/header/elements/CompanySelector.scss +2 -2
- package/dist/styles/iframe-events/Calendar.scss +0 -1
- package/dist/styles/iframe-events/CalendarSelect.scss +1 -1
- package/dist/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/dist/styles/iframe-events/Event.scss +2 -4
- package/dist/styles/iframe-events/EventForm.scss +54 -54
- package/dist/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/dist/styles/iframe-events/TicketDescription.scss +1 -1
- package/dist/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/dist/styles/iframe-payments/PaymentForm.scss +1 -1
- package/dist/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/dist/styles/notification/Notification.scss +1 -1
- package/dist/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/dist/styles/product-set/CreateProductSetItem.scss +15 -13
- package/dist/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/dist/styles/product-set/EditCategoryModal.scss +4 -4
- package/dist/styles/product-set/EditProductModal.scss +3 -3
- package/dist/styles/product-set/EditStepModal.scss +4 -4
- package/dist/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/dist/styles/product-set/ProductSetForm.scss +25 -2
- package/dist/styles/product-set/TutorialGifCard.scss +1 -1
- package/dist/styles/product-set/_index.scss +2 -2
- package/dist/styles/report/ReportCard.scss +1 -0
- package/dist/styles/report/_index.scss +1 -1
- package/dist/styles/resources-blocking/_index.scss +4 -0
- package/dist/styles/sales/BookingFilter.scss +2 -2
- package/dist/styles/sales/BookingResults.scss +1 -1
- package/dist/styles/sales/BookingTabs.scss +7 -5
- package/dist/styles/sales/Filters.scss +5 -4
- package/dist/styles/sales/GuestProfile.scss +170 -175
- package/dist/styles/sales/LifeTimeSales.scss +1 -1
- package/dist/styles/sales/ManualBooking.scss +4 -2
- package/dist/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/dist/styles/sortable-field/SortableField.scss +16 -16
- package/dist/styles/sortable-field/_index.scss +1 -1
- package/dist/styles/sortable-tree/Item.scss +4 -4
- package/dist/styles/table/Table.scss +1 -1
- package/dist/styles/themes/bookedit/_variables.scss +10 -32
- package/dist/styles/themes/licklist/_variables.scss +1 -1
- package/dist/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/dist/styles/tiptap-editor/_index.scss +1 -1
- package/dist/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/dist/styles/virtualized/_index.scss +1 -1
- package/dist/styles/zones/ZoneForm.scss +1 -0
- package/dist/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/dist/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/ZoneForm.d.ts +3 -2
- package/dist/zone/form/ZoneForm.d.ts.map +1 -1
- package/dist/zone/form/ZoneForm.js +4 -2
- package/dist/zone/form/components/ZoneControl.d.ts +3 -2
- package/dist/zone/form/components/ZoneControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneControl.js +5 -2
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts +5 -4
- package/dist/zone/form/components/ZoneRecurrencesControl.d.ts.map +1 -1
- package/dist/zone/form/components/ZoneRecurrencesControl.js +5 -2
- package/dist/zone/form/utils/dates.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/auth/ChangePassword/ChangePassword.stories.tsx +1 -1
- package/src/auth/Login/LoginComponent.tsx +1 -1
- package/src/auth/ResetPassword/ResetPassword.stories.tsx +1 -1
- package/src/calendar/components/CalendarButtons/CalendarButtons.tsx +31 -28
- package/src/calendar/utils/index.ts +26 -4
- package/src/events/edit-event-modal/IntervalInput.tsx +8 -1
- package/src/events/edit-event-modal/component/EditEventForm/EditEventForm.tsx +3 -2
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +35 -37
- package/src/events/edit-event-modal/component/SelectEventProductSet/component/EditEventProductSet.tsx +3 -3
- package/src/events/edit-event-modal/utils/getDefaultProductSet.ts +0 -1
- package/src/header/elements/Elements.stories.tsx +1 -1
- package/src/help/popover/Popover.stories.tsx +1 -1
- package/src/iframe/event/event-venue-map/IframeEventVenueMap.stories.tsx +3 -3
- package/src/iframe/order-process/components/CategoryProduct/components/ProductQuantityInput/ProductQuantityInput.tsx +1 -0
- package/src/iframe/payment/order-items-table/utils/paymentSummary.tsx +1 -0
- package/src/layout/DropDown.tsx +2 -1
- package/src/modals/confirmation/ConfirmModal.tsx +19 -3
- package/src/product-set/card/ProductSetCard.stories.tsx +3 -1
- package/src/product-set/card/ProductSetCard.tsx +47 -8
- package/src/product-set/control/DateAndRecurrenceInput.tsx +6 -4
- package/src/product-set/control/DateInput.tsx +2 -1
- package/src/product-set/control/ProductSetControl.tsx +4 -15
- package/src/product-set/control/ProductSetRecurrenceControl.stories.tsx +2 -2
- package/src/product-set/form/ProductCategoriesControl.tsx +37 -1
- package/src/product-set/form/ProductSetForm.tsx +25 -3
- package/src/product-set/form/ProductSetNameControl.tsx +27 -0
- package/src/product-set/form/ProductZonesControl.tsx +4 -7
- package/src/product-set/form/SelectCategoryModal.stories.tsx +1 -1
- package/src/product-set/form/SelectCategoryModal.tsx +2 -2
- package/src/product-set/form/SubProductsControl.tsx +0 -3
- package/src/product-set/form/VenueMapsControl.tsx +0 -3
- package/src/product-set/form/index.ts +1 -0
- package/src/product-set/product/advanced-options/AdvancedOptions.tsx +5 -5
- package/src/product-set/product/booking-management/ProductBookingManagement.stories.tsx +1 -1
- package/src/product-set/product/quantity/ProductQuantity.stories.tsx +1 -1
- package/src/product-set/product-zone/ProductZoneControl.tsx +9 -9
- package/src/product-set/utils/index.ts +11 -0
- package/src/provider/location-input/LocationInput.tsx +36 -1
- package/src/provider/location-input/LocationInputDescription.tsx +23 -11
- package/src/provider/location-input/index.ts +1 -0
- package/src/provider/provider-form/ProviderForm.tsx +7 -2
- package/src/provider/venue-form/VenueForm.tsx +5 -2
- package/src/provider/working-hours-input/WorkingHoursInput.tsx +15 -6
- package/src/provider/working-hours-input/WorkingHoursInputDescription.tsx +11 -30
- package/src/recurring-date-picker-input/RecurrenceIntervalAndFrequencyInput.tsx +8 -22
- package/src/recurring-date-picker-input/RecurringDatePickerInput.stories.tsx +11 -4
- package/src/recurring-date-picker-input/RecurringDatePickerInput.tsx +17 -3
- package/src/recurring-date-picker-input/utils.ts +97 -1
- package/src/sales/booking/results/components/ResultCard.tsx +4 -10
- package/src/sales/guest-profile/previous-bookings/PreviousBookings.tsx +1 -1
- package/src/sales/manual-booking/formatDays.ts +3 -3
- package/src/sales/manual-booking/select-event/SelectEvent.tsx +2 -2
- package/src/sales/manual-booking/summary/ManualBookingSummary.tsx +2 -2
- package/src/sales/notes/NotesTableRow.tsx +3 -3
- package/src/setting/admin/AdminSetting.stories.tsx +1 -0
- package/src/setting/admin/AdminSettingForm.tsx +2 -2
- package/src/setting/system/SystemSetting.stories.tsx +1 -1
- package/src/snippet/snippet-template/preview/Preview.tsx +6 -0
- package/src/sortable-tree/SortableTreeItem.tsx +6 -0
- package/src/styles/auth/AccessDenied.scss +1 -1
- package/src/styles/back-button/BackButton.scss +25 -24
- package/src/styles/back-button/_index.scss +1 -1
- package/src/styles/company-user-form/UserForm.scss +4 -7
- package/src/styles/company-user-form/_index.scss +1 -1
- package/src/styles/custom-fields/CreateSortableListItem.scss +2 -1
- package/src/styles/custom-fields/_index.scss +1 -1
- package/src/styles/customers/Filter.scss +5 -5
- package/src/styles/events/EditEventModal.scss +1 -3
- package/src/styles/events/EventVenueMap.scss +7 -7
- package/src/styles/form/Input.scss +1 -1
- package/src/styles/header/Header.scss +1 -1
- package/src/styles/header/elements/CompanySelector.scss +2 -2
- package/src/styles/iframe-events/Calendar.scss +0 -1
- package/src/styles/iframe-events/CalendarSelect.scss +1 -1
- package/src/styles/iframe-events/CategoryStepsForm.scss +6 -7
- package/src/styles/iframe-events/Event.scss +2 -4
- package/src/styles/iframe-events/EventForm.scss +54 -54
- package/src/styles/iframe-events/EventNavigationFooter.scss +1 -0
- package/src/styles/iframe-events/TicketDescription.scss +1 -1
- package/src/styles/iframe-external-modal/IframeExternalModal.scss +2 -2
- package/src/styles/iframe-payments/PaymentForm.scss +1 -1
- package/src/styles/layout/BackgroundVideoContainer.scss +2 -2
- package/src/styles/notification/Notification.scss +1 -1
- package/src/styles/order-items-table/OrderItemsTable.scss +1 -2
- package/src/styles/product-set/CreateProductSetItem.scss +15 -13
- package/src/styles/product-set/DateAndRecurrenceInput.scss +6 -8
- package/src/styles/product-set/EditCategoryModal.scss +4 -4
- package/src/styles/product-set/EditProductModal.scss +3 -3
- package/src/styles/product-set/EditStepModal.scss +4 -4
- package/src/styles/product-set/EditVenueMapSetModal.scss +6 -6
- package/src/styles/product-set/ProductSetForm.scss +25 -2
- package/src/styles/product-set/TutorialGifCard.scss +1 -1
- package/src/styles/product-set/_index.scss +2 -2
- package/src/styles/report/ReportCard.scss +1 -0
- package/src/styles/report/_index.scss +1 -1
- package/src/styles/resources-blocking/_index.scss +4 -0
- package/src/styles/sales/BookingFilter.scss +2 -2
- package/src/styles/sales/BookingResults.scss +1 -1
- package/src/styles/sales/BookingTabs.scss +7 -5
- package/src/styles/sales/Filters.scss +5 -4
- package/src/styles/sales/GuestProfile.scss +170 -175
- package/src/styles/sales/LifeTimeSales.scss +1 -1
- package/src/styles/sales/ManualBooking.scss +4 -2
- package/src/styles/snippet-templates/_snippetVariables.scss +63 -244
- package/src/styles/sortable-field/SortableField.scss +16 -16
- package/src/styles/sortable-field/_index.scss +1 -1
- package/src/styles/sortable-tree/Item.scss +4 -4
- package/src/styles/table/Table.scss +1 -1
- package/src/styles/themes/bookedit/_variables.scss +10 -32
- package/src/styles/themes/licklist/_variables.scss +1 -1
- package/src/styles/tiptap-editor/TiptapEditor.scss +9 -10
- package/src/styles/tiptap-editor/_index.scss +1 -1
- package/src/styles/venue-map-sets/VenueMapSetForm.scss +5 -4
- package/src/styles/virtualized/_index.scss +1 -1
- package/src/styles/zones/ZoneForm.scss +1 -0
- package/src/styles/zones/ZoneRecurrencesControl.scss +6 -8
- package/src/tiptap-editor/TipTapEditor.stories.tsx +6 -4
- package/src/tiptap-editor/TipTapMenu/TipTapMenu.stories.tsx +5 -2
- package/src/typeahead/Typeahead.tsx +15 -1
- package/src/zone/form/ZoneForm.tsx +9 -2
- package/src/zone/form/components/ZoneControl.tsx +8 -3
- package/src/zone/form/components/ZoneRecurrencesControl.tsx +10 -5
- package/src/zone/form/utils/dates.ts +9 -10
- package/yarn.lock +55 -68
- package/dist/assets/iframe/selectArrow.svg.js +0 -17
|
@@ -21,6 +21,7 @@ export const Disabled: Story<TipTapEditorProps> = (args) => (
|
|
|
21
21
|
<TipTapEditor {...args} />
|
|
22
22
|
);
|
|
23
23
|
|
|
24
|
+
|
|
24
25
|
const content = `
|
|
25
26
|
<h2>
|
|
26
27
|
Hi there,
|
|
@@ -53,23 +54,24 @@ Default.args = {
|
|
|
53
54
|
viewMode: false,
|
|
54
55
|
content,
|
|
55
56
|
withEmoji: false,
|
|
56
|
-
}
|
|
57
|
+
}
|
|
57
58
|
|
|
58
59
|
WithEmoji.args = {
|
|
59
60
|
viewMode: false,
|
|
60
61
|
content,
|
|
61
62
|
withEmoji: true,
|
|
62
|
-
}
|
|
63
|
+
}
|
|
63
64
|
|
|
64
65
|
ViewMode.args = {
|
|
65
66
|
viewMode: true,
|
|
66
67
|
content,
|
|
67
68
|
withEmoji: true,
|
|
68
|
-
}
|
|
69
|
+
}
|
|
69
70
|
|
|
70
71
|
Disabled.args = {
|
|
71
72
|
viewMode: false,
|
|
72
73
|
content,
|
|
73
74
|
withEmoji: true,
|
|
74
75
|
disabled: true,
|
|
75
|
-
}
|
|
76
|
+
}
|
|
77
|
+
|
|
@@ -13,6 +13,7 @@ export default {
|
|
|
13
13
|
component: TipTapMenu,
|
|
14
14
|
} as Meta;
|
|
15
15
|
|
|
16
|
+
|
|
16
17
|
export const Default = () => {
|
|
17
18
|
const editor = useEditor({
|
|
18
19
|
extensions: [
|
|
@@ -25,7 +26,9 @@ export const Default = () => {
|
|
|
25
26
|
EmojiReplacer,
|
|
26
27
|
],
|
|
27
28
|
content: "",
|
|
28
|
-
})
|
|
29
|
+
})
|
|
29
30
|
|
|
30
|
-
return
|
|
31
|
+
return (
|
|
32
|
+
<TipTapMenu withEmoji editor={editor} />
|
|
33
|
+
);
|
|
31
34
|
};
|
|
@@ -12,10 +12,13 @@ export interface TypeaheadProps {
|
|
|
12
12
|
placeholder: string;
|
|
13
13
|
isRequired?: boolean;
|
|
14
14
|
name: string;
|
|
15
|
+
value?: TypeaheadOptions;
|
|
15
16
|
isMultipleChoise?: boolean;
|
|
16
17
|
noOptionsMessage: string;
|
|
17
18
|
isInvalid?: boolean;
|
|
18
19
|
isCouponForm?: boolean;
|
|
20
|
+
containerStyles?: CSSObjectWithLabel;
|
|
21
|
+
onChangeValue?: (value: TypeaheadOptions) => void;
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
function Typeahead({
|
|
@@ -24,6 +27,9 @@ function Typeahead({
|
|
|
24
27
|
isRequired = false,
|
|
25
28
|
isMultipleChoise,
|
|
26
29
|
name = "",
|
|
30
|
+
value,
|
|
31
|
+
onChangeValue,
|
|
32
|
+
containerStyles,
|
|
27
33
|
isCouponForm = false,
|
|
28
34
|
noOptionsMessage = "",
|
|
29
35
|
isInvalid,
|
|
@@ -53,15 +59,23 @@ function Typeahead({
|
|
|
53
59
|
render={({ field }) => (
|
|
54
60
|
<Select
|
|
55
61
|
placeholder={placeholder}
|
|
56
|
-
value={field.value}
|
|
62
|
+
value={value ?? field.value}
|
|
57
63
|
isMulti={isMultipleChoise}
|
|
58
64
|
styles={{
|
|
65
|
+
container: (base) => ({
|
|
66
|
+
...base,
|
|
67
|
+
...containerStyles,
|
|
68
|
+
}),
|
|
59
69
|
control: (base) => ({
|
|
60
70
|
...base,
|
|
61
71
|
...getStyle(),
|
|
62
72
|
}),
|
|
63
73
|
}}
|
|
64
74
|
onChange={(value) => {
|
|
75
|
+
if (onChangeValue) {
|
|
76
|
+
onChangeValue(value);
|
|
77
|
+
return;
|
|
78
|
+
}
|
|
65
79
|
field.onChange(value);
|
|
66
80
|
}}
|
|
67
81
|
options={options}
|
|
@@ -13,7 +13,8 @@ export type ZoneFormProps = {
|
|
|
13
13
|
onSubmit: (values: Partial<Zone>) => void;
|
|
14
14
|
serverErrors?: ServerError;
|
|
15
15
|
isLoading?: boolean;
|
|
16
|
-
workHours
|
|
16
|
+
workHours: WorkHour[] | undefined;
|
|
17
|
+
timeZone: string;
|
|
17
18
|
};
|
|
18
19
|
|
|
19
20
|
export type ZoneFormValues = Partial<Zone> & {
|
|
@@ -25,6 +26,8 @@ export const ZoneForm = ({
|
|
|
25
26
|
onSubmit,
|
|
26
27
|
serverErrors,
|
|
27
28
|
isLoading = false,
|
|
29
|
+
workHours,
|
|
30
|
+
timeZone,
|
|
28
31
|
}: ZoneFormProps) => {
|
|
29
32
|
const { t } = useTranslation("Design");
|
|
30
33
|
const form = useForm<ZoneFormValues>({
|
|
@@ -54,7 +57,11 @@ export const ZoneForm = ({
|
|
|
54
57
|
return (
|
|
55
58
|
<FormProvider {...form}>
|
|
56
59
|
<Form onSubmit={handleSubmit(onFormSubmit)}>
|
|
57
|
-
<ZoneControl
|
|
60
|
+
<ZoneControl
|
|
61
|
+
isLoading={isLoading}
|
|
62
|
+
workHours={workHours}
|
|
63
|
+
timeZone={timeZone}
|
|
64
|
+
/>
|
|
58
65
|
<Row>
|
|
59
66
|
<Col md={6} sm={12} />
|
|
60
67
|
<Col
|
|
@@ -10,15 +10,20 @@ import { GameDurationControl } from "./GameDurationControl";
|
|
|
10
10
|
|
|
11
11
|
export type ZoneControlProps = {
|
|
12
12
|
isLoading: boolean;
|
|
13
|
-
workHours
|
|
13
|
+
workHours: WorkHour[] | undefined;
|
|
14
|
+
timeZone: string;
|
|
14
15
|
};
|
|
15
16
|
|
|
16
|
-
export const ZoneControl = ({
|
|
17
|
+
export const ZoneControl = ({
|
|
18
|
+
isLoading,
|
|
19
|
+
workHours,
|
|
20
|
+
timeZone,
|
|
21
|
+
}: ZoneControlProps) => {
|
|
17
22
|
return (
|
|
18
23
|
<Row>
|
|
19
24
|
<Col md={6} sm={12} className="pr-5">
|
|
20
25
|
<NameControl isLoading={isLoading} />
|
|
21
|
-
<ZoneRecurrencesControl />
|
|
26
|
+
<ZoneRecurrencesControl workHours={workHours} timeZone={timeZone} />
|
|
22
27
|
<hr />
|
|
23
28
|
<Row>
|
|
24
29
|
<Col md={6} sm={6}>
|
|
@@ -25,12 +25,15 @@ export interface DateAndRecurrenceInputValues {
|
|
|
25
25
|
zoneRecurrences?: Partial<ZoneRecurrence>[];
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
workHours
|
|
30
|
-
|
|
28
|
+
type ZoneRecurrenceControlProps = {
|
|
29
|
+
workHours: WorkHour[] | undefined;
|
|
30
|
+
timeZone: string;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
export const ZoneRecurrencesControl = (
|
|
33
|
+
export const ZoneRecurrencesControl = ({
|
|
34
|
+
workHours,
|
|
35
|
+
timeZone,
|
|
36
|
+
}: ZoneRecurrenceControlProps) => {
|
|
34
37
|
const {
|
|
35
38
|
control,
|
|
36
39
|
register,
|
|
@@ -69,7 +72,7 @@ export const ZoneRecurrencesControl = () => {
|
|
|
69
72
|
clearEditState();
|
|
70
73
|
});
|
|
71
74
|
|
|
72
|
-
const popoverId = useId()
|
|
75
|
+
const popoverId = useId();
|
|
73
76
|
|
|
74
77
|
const { t } = useTranslation(["Design", "Validation"]);
|
|
75
78
|
|
|
@@ -166,6 +169,8 @@ export const ZoneRecurrencesControl = () => {
|
|
|
166
169
|
onChange={handleRecurringDateChange}
|
|
167
170
|
onDelete={handleDelete}
|
|
168
171
|
setInitialStartDateAfterSelect
|
|
172
|
+
workHours={workHours}
|
|
173
|
+
timeZone={timeZone}
|
|
169
174
|
/>
|
|
170
175
|
</Popover.Content>
|
|
171
176
|
</Popover>
|
|
@@ -53,18 +53,17 @@ export const getCheckboxesByWorkHours = (workHours?: WorkHour[]) => {
|
|
|
53
53
|
if (!workHours || !workHours.length)
|
|
54
54
|
return getTimeCheckboxRanges(DEFAULT_START_DAY_TIME, DEFAULT_END_DAY_TIME);
|
|
55
55
|
|
|
56
|
-
const providerWorkHoursByWeek = workHours.reduce
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
const providerWorkHoursByWeek = workHours.reduce<
|
|
57
|
+
{ start: string; end: string }[]
|
|
58
|
+
>((workHoursNextArray, currentWorkHour) => {
|
|
59
|
+
const { start, end } = currentWorkHour;
|
|
59
60
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
if (start && end) {
|
|
62
|
+
return [...workHoursNextArray, { start, end }];
|
|
63
|
+
}
|
|
63
64
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
[],
|
|
67
|
-
);
|
|
65
|
+
return workHoursNextArray;
|
|
66
|
+
}, []);
|
|
68
67
|
|
|
69
68
|
// If venue has filled only 1 work day from wee
|
|
70
69
|
// For another days we use default 00:00 and 23:59
|
package/yarn.lock
CHANGED
|
@@ -2398,18 +2398,6 @@ __metadata:
|
|
|
2398
2398
|
languageName: node
|
|
2399
2399
|
linkType: hard
|
|
2400
2400
|
|
|
2401
|
-
"@fortawesome/react-fontawesome@npm:0.1.9":
|
|
2402
|
-
version: 0.1.9
|
|
2403
|
-
resolution: "@fortawesome/react-fontawesome@npm:0.1.9"
|
|
2404
|
-
dependencies:
|
|
2405
|
-
prop-types: "npm:^15.7.2"
|
|
2406
|
-
peerDependencies:
|
|
2407
|
-
"@fortawesome/fontawesome-svg-core": ^1.2.20
|
|
2408
|
-
react: 16.x
|
|
2409
|
-
checksum: 10c0/063d93c40704a3f4dc7818c3bfbd07b2a55c2c68f1cd50e6ea2c54a90ce259ce58d45deb9b000ca6e5bbf64d7d026f4a57766b404cbb0aa36c7dcfc167f02233
|
|
2410
|
-
languageName: node
|
|
2411
|
-
linkType: hard
|
|
2412
|
-
|
|
2413
2401
|
"@gar/promisify@npm:^1.0.1":
|
|
2414
2402
|
version: 1.1.3
|
|
2415
2403
|
resolution: "@gar/promisify@npm:1.1.3"
|
|
@@ -2566,14 +2554,14 @@ __metadata:
|
|
|
2566
2554
|
languageName: node
|
|
2567
2555
|
linkType: hard
|
|
2568
2556
|
|
|
2569
|
-
"@licklist/core@npm:0.29.
|
|
2570
|
-
version: 0.29.
|
|
2571
|
-
resolution: "@licklist/core@npm:0.29.
|
|
2557
|
+
"@licklist/core@npm:0.29.1-dev.2":
|
|
2558
|
+
version: 0.29.1-dev.2
|
|
2559
|
+
resolution: "@licklist/core@npm:0.29.1-dev.2"
|
|
2572
2560
|
dependencies:
|
|
2573
2561
|
"@sentry/browser": "npm:6.2.0"
|
|
2574
2562
|
axios: "npm:0.26.0"
|
|
2575
2563
|
i18next: "npm:19.4.5"
|
|
2576
|
-
luxon: "npm:
|
|
2564
|
+
luxon: "npm:3.5.0"
|
|
2577
2565
|
react: "npm:17.0.2"
|
|
2578
2566
|
react-dom: "npm:17.0.2"
|
|
2579
2567
|
react-i18next: "npm:11.8.8"
|
|
@@ -2583,23 +2571,23 @@ __metadata:
|
|
|
2583
2571
|
peerDependencies:
|
|
2584
2572
|
"@licklist/eslint-config": 0.5.5
|
|
2585
2573
|
axios: 0.26.0
|
|
2586
|
-
luxon:
|
|
2574
|
+
luxon: 3.5.0
|
|
2587
2575
|
react: 17.0.2
|
|
2588
2576
|
react-dom: 17.0.2
|
|
2589
2577
|
react-i18next: 11.8.8
|
|
2590
2578
|
react-intl: 6.6.8
|
|
2591
|
-
checksum: 10c0/
|
|
2579
|
+
checksum: 10c0/cacb058eb075b8e42fe9135877aa90f5104b661a0a99addbadfe916604ee35d468d07f9ce4e349fad573015044977bf77821b92dc385bab23393bc4d72677c4f
|
|
2592
2580
|
languageName: node
|
|
2593
2581
|
linkType: hard
|
|
2594
2582
|
|
|
2595
|
-
"@licklist/core@npm:0.29.3":
|
|
2596
|
-
version: 0.29.3
|
|
2597
|
-
resolution: "@licklist/core@npm:0.29.3"
|
|
2583
|
+
"@licklist/core@npm:0.29.1-dev.3":
|
|
2584
|
+
version: 0.29.1-dev.3
|
|
2585
|
+
resolution: "@licklist/core@npm:0.29.1-dev.3"
|
|
2598
2586
|
dependencies:
|
|
2599
2587
|
"@sentry/browser": "npm:6.2.0"
|
|
2600
2588
|
axios: "npm:0.26.0"
|
|
2601
2589
|
i18next: "npm:19.4.5"
|
|
2602
|
-
luxon: "npm:
|
|
2590
|
+
luxon: "npm:3.5.0"
|
|
2603
2591
|
react: "npm:17.0.2"
|
|
2604
2592
|
react-dom: "npm:17.0.2"
|
|
2605
2593
|
react-i18next: "npm:11.8.8"
|
|
@@ -2609,12 +2597,12 @@ __metadata:
|
|
|
2609
2597
|
peerDependencies:
|
|
2610
2598
|
"@licklist/eslint-config": 0.5.5
|
|
2611
2599
|
axios: 0.26.0
|
|
2612
|
-
luxon:
|
|
2600
|
+
luxon: 3.5.0
|
|
2613
2601
|
react: 17.0.2
|
|
2614
2602
|
react-dom: 17.0.2
|
|
2615
2603
|
react-i18next: 11.8.8
|
|
2616
2604
|
react-intl: 6.6.8
|
|
2617
|
-
checksum: 10c0/
|
|
2605
|
+
checksum: 10c0/8a31309e88f15d193557a93c875d1fceeedde7be0e6a870b3a4d80a25dca7a445b23e1dd7878ca6ffd5b65cc71aa8a53127131e719bd4f37178833c83fc3b22e
|
|
2618
2606
|
languageName: node
|
|
2619
2607
|
linkType: hard
|
|
2620
2608
|
|
|
@@ -2629,10 +2617,9 @@ __metadata:
|
|
|
2629
2617
|
"@dnd-kit/utilities": "npm:2.0.0"
|
|
2630
2618
|
"@fortawesome/fontawesome-svg-core": "npm:1.2.34"
|
|
2631
2619
|
"@fortawesome/free-solid-svg-icons": "npm:5.15.2"
|
|
2632
|
-
"@
|
|
2633
|
-
"@licklist/core": "npm:0.29.3"
|
|
2620
|
+
"@licklist/core": "npm:0.29.1-dev.3"
|
|
2634
2621
|
"@licklist/eslint-config": "npm:0.5.5"
|
|
2635
|
-
"@licklist/plugins": "npm:0.32.0"
|
|
2622
|
+
"@licklist/plugins": "npm:0.32.0-dev.3"
|
|
2636
2623
|
"@mdx-js/react": "npm:1.6.22"
|
|
2637
2624
|
"@popperjs/core": "npm:2.11.8"
|
|
2638
2625
|
"@react-aria/utils": "npm:3.9.0"
|
|
@@ -2671,7 +2658,7 @@ __metadata:
|
|
|
2671
2658
|
"@tiptap/react": "npm:2.0.0-beta.109"
|
|
2672
2659
|
"@tiptap/suggestion": "npm:2.0.0-beta.92"
|
|
2673
2660
|
"@types/lodash": "npm:4.17.5"
|
|
2674
|
-
"@types/luxon": "npm:
|
|
2661
|
+
"@types/luxon": "npm:3.4.2"
|
|
2675
2662
|
"@types/mdx-js__react": "npm:1.5.3"
|
|
2676
2663
|
"@types/node": "npm:20.9.0"
|
|
2677
2664
|
"@types/react": "npm:17.0.80"
|
|
@@ -2708,7 +2695,7 @@ __metadata:
|
|
|
2708
2695
|
konva: "npm:6.0.0"
|
|
2709
2696
|
lint-staged: "npm:12.3.2"
|
|
2710
2697
|
lodash: "npm:4.17.21"
|
|
2711
|
-
luxon: "npm:
|
|
2698
|
+
luxon: "npm:3.5.0"
|
|
2712
2699
|
moment: "npm:2.29.1"
|
|
2713
2700
|
prettier: "npm:3.3.3"
|
|
2714
2701
|
react: "npm:17.0.2"
|
|
@@ -2754,11 +2741,11 @@ __metadata:
|
|
|
2754
2741
|
vite-plugin-svgr: "npm:4.2.0"
|
|
2755
2742
|
vite-tsconfig-paths: "npm:5.0.1"
|
|
2756
2743
|
peerDependencies:
|
|
2757
|
-
"@licklist/core": 0.29.3
|
|
2744
|
+
"@licklist/core": 0.29.1-dev.3
|
|
2758
2745
|
"@licklist/eslint-config": 0.5.5
|
|
2759
|
-
"@licklist/plugins": 0.32.0
|
|
2746
|
+
"@licklist/plugins": 0.32.0-dev.3
|
|
2760
2747
|
lodash: 4.17.21
|
|
2761
|
-
luxon:
|
|
2748
|
+
luxon: 3.5.0
|
|
2762
2749
|
react: 17.0.2
|
|
2763
2750
|
react-dom: 17.0.2
|
|
2764
2751
|
react-hook-form: 7.52.2
|
|
@@ -2787,17 +2774,17 @@ __metadata:
|
|
|
2787
2774
|
languageName: node
|
|
2788
2775
|
linkType: hard
|
|
2789
2776
|
|
|
2790
|
-
"@licklist/plugins@npm:0.32.0":
|
|
2791
|
-
version: 0.32.0
|
|
2792
|
-
resolution: "@licklist/plugins@npm:0.32.0"
|
|
2777
|
+
"@licklist/plugins@npm:0.32.0-dev.3":
|
|
2778
|
+
version: 0.32.0-dev.3
|
|
2779
|
+
resolution: "@licklist/plugins@npm:0.32.0-dev.3"
|
|
2793
2780
|
dependencies:
|
|
2794
|
-
"@licklist/core": "npm:0.29.
|
|
2781
|
+
"@licklist/core": "npm:0.29.1-dev.2"
|
|
2795
2782
|
"@ungap/url-search-params": "npm:0.2.2"
|
|
2796
2783
|
axios: "npm:0.26.0"
|
|
2797
2784
|
history: "npm:4.10.1"
|
|
2798
2785
|
laravel-echo: "npm:1.15.1"
|
|
2799
2786
|
lodash: "npm:4.17.21"
|
|
2800
|
-
luxon: "npm:
|
|
2787
|
+
luxon: "npm:3.5.0"
|
|
2801
2788
|
moment: "npm:2.27.0"
|
|
2802
2789
|
pusher-js: "npm:8.2.0"
|
|
2803
2790
|
react: "npm:17.0.2"
|
|
@@ -2812,11 +2799,11 @@ __metadata:
|
|
|
2812
2799
|
rrule: "npm:2.6.8"
|
|
2813
2800
|
use-debounce: "npm:7.0.1"
|
|
2814
2801
|
peerDependencies:
|
|
2815
|
-
"@licklist/core": 0.29.
|
|
2802
|
+
"@licklist/core": 0.29.1-dev.2
|
|
2816
2803
|
"@licklist/eslint-config": 0.5.5
|
|
2817
2804
|
axios: 0.26.0
|
|
2818
2805
|
lodash: 4.17.21
|
|
2819
|
-
luxon:
|
|
2806
|
+
luxon: 3.5.0
|
|
2820
2807
|
react: 17.0.2
|
|
2821
2808
|
react-dom: 17.0.2
|
|
2822
2809
|
react-hook-form: 7.52.2
|
|
@@ -2824,7 +2811,7 @@ __metadata:
|
|
|
2824
2811
|
react-loader: 2.4.7
|
|
2825
2812
|
react-query: 3.34.12
|
|
2826
2813
|
react-router-dom: 5.2.0
|
|
2827
|
-
checksum: 10c0/
|
|
2814
|
+
checksum: 10c0/a713a713d8f6d481245243a938f74874eb2ee531890807e1d5a1781a6150ddfac1c9558bc056bc809bbdb64f312129dec93dfac527a89037f6bf69eb6770fd4a
|
|
2828
2815
|
languageName: node
|
|
2829
2816
|
linkType: hard
|
|
2830
2817
|
|
|
@@ -5522,10 +5509,10 @@ __metadata:
|
|
|
5522
5509
|
languageName: node
|
|
5523
5510
|
linkType: hard
|
|
5524
5511
|
|
|
5525
|
-
"@types/luxon@npm:
|
|
5526
|
-
version:
|
|
5527
|
-
resolution: "@types/luxon@npm:
|
|
5528
|
-
checksum: 10c0/
|
|
5512
|
+
"@types/luxon@npm:3.4.2":
|
|
5513
|
+
version: 3.4.2
|
|
5514
|
+
resolution: "@types/luxon@npm:3.4.2"
|
|
5515
|
+
checksum: 10c0/d835467de3daf7e17ba78b50bb5a14efd94272439ca067990d71332a54b311544459c69623eddd243b511b28d70194c9591a9ee8cf9c038962c965f991affd7e
|
|
5529
5516
|
languageName: node
|
|
5530
5517
|
linkType: hard
|
|
5531
5518
|
|
|
@@ -6160,26 +6147,26 @@ __metadata:
|
|
|
6160
6147
|
languageName: node
|
|
6161
6148
|
linkType: hard
|
|
6162
6149
|
|
|
6163
|
-
"@vue/compiler-core@npm:3.5.
|
|
6164
|
-
version: 3.5.
|
|
6165
|
-
resolution: "@vue/compiler-core@npm:3.5.
|
|
6150
|
+
"@vue/compiler-core@npm:3.5.11":
|
|
6151
|
+
version: 3.5.11
|
|
6152
|
+
resolution: "@vue/compiler-core@npm:3.5.11"
|
|
6166
6153
|
dependencies:
|
|
6167
6154
|
"@babel/parser": "npm:^7.25.3"
|
|
6168
|
-
"@vue/shared": "npm:3.5.
|
|
6155
|
+
"@vue/shared": "npm:3.5.11"
|
|
6169
6156
|
entities: "npm:^4.5.0"
|
|
6170
6157
|
estree-walker: "npm:^2.0.2"
|
|
6171
6158
|
source-map-js: "npm:^1.2.0"
|
|
6172
|
-
checksum: 10c0/
|
|
6159
|
+
checksum: 10c0/1f6859dcbb12b59e2f53ddbf42f1d549cc0f871ab3bef5d913b4f1071764cd3e80f652df2815fec59b9cffda7022c0e774504efbaa72c97bccbceb97e8c91b18
|
|
6173
6160
|
languageName: node
|
|
6174
6161
|
linkType: hard
|
|
6175
6162
|
|
|
6176
6163
|
"@vue/compiler-dom@npm:^3.4.0":
|
|
6177
|
-
version: 3.5.
|
|
6178
|
-
resolution: "@vue/compiler-dom@npm:3.5.
|
|
6164
|
+
version: 3.5.11
|
|
6165
|
+
resolution: "@vue/compiler-dom@npm:3.5.11"
|
|
6179
6166
|
dependencies:
|
|
6180
|
-
"@vue/compiler-core": "npm:3.5.
|
|
6181
|
-
"@vue/shared": "npm:3.5.
|
|
6182
|
-
checksum: 10c0/
|
|
6167
|
+
"@vue/compiler-core": "npm:3.5.11"
|
|
6168
|
+
"@vue/shared": "npm:3.5.11"
|
|
6169
|
+
checksum: 10c0/41bb6bd370300ae8ff6d3bc468a20e467fd10338dc8eb056726ca4cef6a33067812dd11ed8813ffdc435357e8174cb05c5a1459853e3fe8bb9275bd2956e1efd
|
|
6183
6170
|
languageName: node
|
|
6184
6171
|
linkType: hard
|
|
6185
6172
|
|
|
@@ -6214,10 +6201,10 @@ __metadata:
|
|
|
6214
6201
|
languageName: node
|
|
6215
6202
|
linkType: hard
|
|
6216
6203
|
|
|
6217
|
-
"@vue/shared@npm:3.5.
|
|
6218
|
-
version: 3.5.
|
|
6219
|
-
resolution: "@vue/shared@npm:3.5.
|
|
6220
|
-
checksum: 10c0/
|
|
6204
|
+
"@vue/shared@npm:3.5.11, @vue/shared@npm:^3.4.0":
|
|
6205
|
+
version: 3.5.11
|
|
6206
|
+
resolution: "@vue/shared@npm:3.5.11"
|
|
6207
|
+
checksum: 10c0/9f39e183ff350729a463f3748465b3f4f86577ff6e60e65f74bd857376e326c0a41541a97fbf28d128381b2083636b56d8aded0b55791fd7b0e741fcb611a5e6
|
|
6221
6208
|
languageName: node
|
|
6222
6209
|
linkType: hard
|
|
6223
6210
|
|
|
@@ -7936,9 +7923,9 @@ __metadata:
|
|
|
7936
7923
|
linkType: hard
|
|
7937
7924
|
|
|
7938
7925
|
"caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663":
|
|
7939
|
-
version: 1.0.
|
|
7940
|
-
resolution: "caniuse-lite@npm:1.0.
|
|
7941
|
-
checksum: 10c0/
|
|
7926
|
+
version: 1.0.30001667
|
|
7927
|
+
resolution: "caniuse-lite@npm:1.0.30001667"
|
|
7928
|
+
checksum: 10c0/6bc8555a47603e1e76eaef9b185d6fdeeca7d9c20a283f7c32c971eb1b52ea3a80e6ec086920f088f06abe619240f1023a2d3a08b5b1f2f11df1475695e9f71c
|
|
7942
7929
|
languageName: node
|
|
7943
7930
|
linkType: hard
|
|
7944
7931
|
|
|
@@ -9590,9 +9577,9 @@ __metadata:
|
|
|
9590
9577
|
linkType: hard
|
|
9591
9578
|
|
|
9592
9579
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9593
|
-
version: 1.5.
|
|
9594
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9595
|
-
checksum: 10c0/
|
|
9580
|
+
version: 1.5.32
|
|
9581
|
+
resolution: "electron-to-chromium@npm:1.5.32"
|
|
9582
|
+
checksum: 10c0/d0c0c418fae6f7714fb6cfeb8f6a74a9504cf41ed6a4119d5388d94442ee224238c331bacc5917f2c89e3ffebd1b9f870ea5c0951c473ca7e58debef0f3e9137
|
|
9596
9583
|
languageName: node
|
|
9597
9584
|
linkType: hard
|
|
9598
9585
|
|
|
@@ -13756,10 +13743,10 @@ __metadata:
|
|
|
13756
13743
|
languageName: node
|
|
13757
13744
|
linkType: hard
|
|
13758
13745
|
|
|
13759
|
-
"luxon@npm:
|
|
13760
|
-
version:
|
|
13761
|
-
resolution: "luxon@npm:
|
|
13762
|
-
checksum: 10c0/
|
|
13746
|
+
"luxon@npm:3.5.0":
|
|
13747
|
+
version: 3.5.0
|
|
13748
|
+
resolution: "luxon@npm:3.5.0"
|
|
13749
|
+
checksum: 10c0/335789bba95077db831ef99894edadeb23023b3eb2137a1b56acd0d290082b691cf793143d69e30bc069ec95f0b49f36419f48e951c68014f19ffe12045e3494
|
|
13763
13750
|
languageName: node
|
|
13764
13751
|
linkType: hard
|
|
13765
13752
|
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
var _path;
|
|
4
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
5
|
-
const SvgSelectArrow = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
-
width: 12,
|
|
8
|
-
height: 12,
|
|
9
|
-
fill: "none"
|
|
10
|
-
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
fillRule: "evenodd",
|
|
13
|
-
d: "M.759 1.34A1 1 0 0 1 2.28.487l7.61 4.66a1 1 0 0 1 0 1.706l-7.61 4.66a1 1 0 0 1-1.522-.852z",
|
|
14
|
-
clipRule: "evenodd"
|
|
15
|
-
})));
|
|
16
|
-
|
|
17
|
-
export { SvgSelectArrow as ReactComponent };
|