@helpwave/hightide 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coloring/{shading.d.cts → shading.d.mts} +1 -1
- package/dist/coloring/shading.js +14 -3329
- package/dist/coloring/shading.js.map +1 -1
- package/dist/coloring/shading.mjs +47 -0
- package/dist/coloring/shading.mjs.map +1 -0
- package/dist/coloring/types.js +26 -2
- package/dist/coloring/types.js.map +1 -1
- package/dist/coloring/types.mjs +6 -0
- package/dist/coloring/{types.cjs.map → types.mjs.map} +1 -1
- package/dist/components/branding/HelpwaveBadge.js +59 -25
- package/dist/components/branding/HelpwaveBadge.js.map +1 -1
- package/dist/components/branding/HelpwaveBadge.mjs +122 -0
- package/dist/components/branding/HelpwaveBadge.mjs.map +1 -0
- package/dist/components/date/{DatePicker.d.cts → DatePicker.d.mts} +5 -5
- package/dist/components/date/DatePicker.js +119 -83
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/{DatePicker.cjs → DatePicker.mjs} +85 -120
- package/dist/components/date/DatePicker.mjs.map +1 -0
- package/dist/components/date/{DayPicker.d.cts → DayPicker.d.mts} +1 -1
- package/dist/components/date/DayPicker.js +55 -18
- package/dist/components/date/DayPicker.js.map +1 -1
- package/dist/components/date/{DayPicker.cjs → DayPicker.mjs} +19 -57
- package/dist/components/date/DayPicker.mjs.map +1 -0
- package/dist/components/date/{TimeDisplay.d.cts → TimeDisplay.d.mts} +2 -2
- package/dist/components/date/TimeDisplay.js +35 -9
- package/dist/components/date/TimeDisplay.js.map +1 -1
- package/dist/components/date/{TimeDisplay.cjs → TimeDisplay.mjs} +10 -37
- package/dist/components/date/TimeDisplay.mjs.map +1 -0
- package/dist/components/date/TimePicker.js +57 -22
- package/dist/components/date/TimePicker.js.map +1 -1
- package/dist/components/date/{TimePicker.cjs → TimePicker.mjs} +23 -59
- package/dist/components/date/TimePicker.mjs.map +1 -0
- package/dist/components/date/{YearMonthPicker.d.cts → YearMonthPicker.d.mts} +1 -1
- package/dist/components/date/YearMonthPicker.d.ts +1 -1
- package/dist/components/date/YearMonthPicker.js +73 -38
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/{YearMonthPicker.cjs → YearMonthPicker.mjs} +39 -75
- package/dist/components/date/YearMonthPicker.mjs.map +1 -0
- package/dist/components/dialogs/{ConfirmDialog.d.cts → ConfirmDialog.d.mts} +4 -4
- package/dist/components/dialogs/ConfirmDialog.js +98 -62
- package/dist/components/dialogs/ConfirmDialog.js.map +1 -1
- package/dist/components/dialogs/{ConfirmDialog.cjs → ConfirmDialog.mjs} +63 -100
- package/dist/components/dialogs/ConfirmDialog.mjs.map +1 -0
- package/dist/components/icons-and-geometry/Avatar.js +47 -10
- package/dist/components/icons-and-geometry/Avatar.js.map +1 -1
- package/dist/components/icons-and-geometry/Avatar.mjs +81 -0
- package/dist/components/icons-and-geometry/{Avatar.cjs.map → Avatar.mjs.map} +1 -1
- package/dist/components/icons-and-geometry/Circle.js +40 -6
- package/dist/components/icons-and-geometry/Circle.js.map +1 -1
- package/dist/components/icons-and-geometry/Circle.mjs +27 -0
- package/dist/components/icons-and-geometry/{Circle.cjs.map → Circle.mjs.map} +1 -1
- package/dist/components/icons-and-geometry/Helpwave.js +38 -14
- package/dist/components/icons-and-geometry/Helpwave.js.map +1 -1
- package/dist/components/icons-and-geometry/Helpwave.mjs +75 -0
- package/dist/components/icons-and-geometry/{Helpwave.cjs.map → Helpwave.mjs.map} +1 -1
- package/dist/components/icons-and-geometry/Ring.js +74 -37
- package/dist/components/icons-and-geometry/Ring.js.map +1 -1
- package/dist/components/icons-and-geometry/{Ring.cjs → Ring.mjs} +38 -76
- package/dist/components/icons-and-geometry/{Ring.cjs.map → Ring.mjs.map} +1 -1
- package/dist/components/icons-and-geometry/Tag.js +28 -4
- package/dist/components/icons-and-geometry/Tag.js.map +1 -1
- package/dist/components/icons-and-geometry/Tag.mjs +22 -0
- package/dist/components/icons-and-geometry/{Tag.cjs.map → Tag.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/BreadCrumb.js +195 -191
- package/dist/components/layout-and-navigation/BreadCrumb.js.map +1 -1
- package/dist/components/layout-and-navigation/{BreadCrumb.cjs → BreadCrumb.mjs} +191 -198
- package/dist/components/layout-and-navigation/{BreadCrumb.cjs.map → BreadCrumb.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/Carousel.js +68 -34
- package/dist/components/layout-and-navigation/Carousel.js.map +1 -1
- package/dist/components/layout-and-navigation/{Carousel.cjs → Carousel.mjs} +35 -70
- package/dist/components/layout-and-navigation/{Carousel.cjs.map → Carousel.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/Chip.js +43 -8
- package/dist/components/layout-and-navigation/Chip.js.map +1 -1
- package/dist/components/layout-and-navigation/Chip.mjs +69 -0
- package/dist/components/layout-and-navigation/{Chip.cjs.map → Chip.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/DividerInserter.js +39 -5
- package/dist/components/layout-and-navigation/DividerInserter.js.map +1 -1
- package/dist/components/layout-and-navigation/DividerInserter.mjs +25 -0
- package/dist/components/layout-and-navigation/{DividerInserter.cjs.map → DividerInserter.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/Expandable.js +52 -17
- package/dist/components/layout-and-navigation/Expandable.js.map +1 -1
- package/dist/components/layout-and-navigation/Expandable.mjs +81 -0
- package/dist/components/layout-and-navigation/Expandable.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{FAQSection.d.cts → FAQSection.d.mts} +1 -1
- package/dist/components/layout-and-navigation/FAQSection.js +75 -41
- package/dist/components/layout-and-navigation/FAQSection.js.map +1 -1
- package/dist/components/layout-and-navigation/{FAQSection.cjs → FAQSection.mjs} +42 -77
- package/dist/components/layout-and-navigation/FAQSection.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{MarkdownInterpreter.d.cts → MarkdownInterpreter.d.mts} +1 -1
- package/dist/components/layout-and-navigation/MarkdownInterpreter.d.ts +1 -1
- package/dist/components/layout-and-navigation/MarkdownInterpreter.js +43 -18
- package/dist/components/layout-and-navigation/MarkdownInterpreter.js.map +1 -1
- package/dist/components/layout-and-navigation/{MarkdownInterpreter.cjs → MarkdownInterpreter.mjs} +19 -45
- package/dist/components/layout-and-navigation/{MarkdownInterpreter.cjs.map → MarkdownInterpreter.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/{Overlay.d.cts → Overlay.d.mts} +3 -3
- package/dist/components/layout-and-navigation/Overlay.d.ts +1 -1
- package/dist/components/layout-and-navigation/Overlay.js +91 -54
- package/dist/components/layout-and-navigation/Overlay.js.map +1 -1
- package/dist/components/layout-and-navigation/{Overlay.cjs → Overlay.mjs} +55 -93
- package/dist/components/layout-and-navigation/Overlay.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{Pagination.d.cts → Pagination.d.mts} +2 -2
- package/dist/components/layout-and-navigation/Pagination.js +53 -19
- package/dist/components/layout-and-navigation/Pagination.js.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.mjs +82 -0
- package/dist/components/layout-and-navigation/Pagination.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{SearchableList.d.cts → SearchableList.d.mts} +2 -2
- package/dist/components/layout-and-navigation/SearchableList.js +76 -42
- package/dist/components/layout-and-navigation/SearchableList.js.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.mjs +252 -0
- package/dist/components/layout-and-navigation/SearchableList.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{StepperBar.d.cts → StepperBar.d.mts} +3 -3
- package/dist/components/layout-and-navigation/StepperBar.d.ts +1 -1
- package/dist/components/layout-and-navigation/StepperBar.js +69 -34
- package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
- package/dist/components/layout-and-navigation/{StepperBar.cjs → StepperBar.mjs} +35 -71
- package/dist/components/layout-and-navigation/StepperBar.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{Table.d.cts → Table.d.mts} +4 -4
- package/dist/components/layout-and-navigation/Table.d.ts +3 -3
- package/dist/components/layout-and-navigation/Table.js +111 -68
- package/dist/components/layout-and-navigation/Table.js.map +1 -1
- package/dist/components/layout-and-navigation/{Table.cjs → Table.mjs} +69 -113
- package/dist/components/layout-and-navigation/Table.mjs.map +1 -0
- package/dist/components/layout-and-navigation/{TextImage.d.cts → TextImage.d.mts} +2 -2
- package/dist/components/layout-and-navigation/TextImage.js +54 -18
- package/dist/components/layout-and-navigation/TextImage.js.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.mjs +101 -0
- package/dist/components/layout-and-navigation/TextImage.mjs.map +1 -0
- package/dist/components/layout-and-navigation/Tile.js +42 -8
- package/dist/components/layout-and-navigation/Tile.js.map +1 -1
- package/dist/components/layout-and-navigation/Tile.mjs +23 -0
- package/dist/components/layout-and-navigation/{Tile.cjs.map → Tile.mjs.map} +1 -1
- package/dist/components/layout-and-navigation/VerticalDivider.js +33 -9
- package/dist/components/layout-and-navigation/VerticalDivider.js.map +1 -1
- package/dist/components/layout-and-navigation/VerticalDivider.mjs +56 -0
- package/dist/components/layout-and-navigation/{VerticalDivider.cjs.map → VerticalDivider.mjs.map} +1 -1
- package/dist/components/loading-states/{ErrorComponent.d.cts → ErrorComponent.d.mts} +2 -2
- package/dist/components/loading-states/ErrorComponent.js +46 -12
- package/dist/components/loading-states/ErrorComponent.js.map +1 -1
- package/dist/components/loading-states/ErrorComponent.mjs +68 -0
- package/dist/components/loading-states/ErrorComponent.mjs.map +1 -0
- package/dist/components/loading-states/{LoadingAndErrorComponent.d.cts → LoadingAndErrorComponent.d.mts} +5 -5
- package/dist/components/loading-states/LoadingAndErrorComponent.d.ts +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.js +68 -34
- package/dist/components/loading-states/LoadingAndErrorComponent.js.map +1 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs +194 -0
- package/dist/components/loading-states/LoadingAndErrorComponent.mjs.map +1 -0
- package/dist/components/loading-states/{LoadingAnimation.d.cts → LoadingAnimation.d.mts} +2 -2
- package/dist/components/loading-states/LoadingAnimation.js +59 -23
- package/dist/components/loading-states/LoadingAnimation.js.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.mjs +139 -0
- package/dist/components/loading-states/LoadingAnimation.mjs.map +1 -0
- package/dist/components/loading-states/{LoadingButton.d.cts → LoadingButton.d.mts} +1 -1
- package/dist/components/loading-states/LoadingButton.js +62 -28
- package/dist/components/loading-states/LoadingButton.js.map +1 -1
- package/dist/components/loading-states/{LoadingButton.cjs → LoadingButton.mjs} +29 -64
- package/dist/components/loading-states/LoadingButton.mjs.map +1 -0
- package/dist/components/loading-states/ProgressIndicator.js +30 -6
- package/dist/components/loading-states/ProgressIndicator.js.map +1 -1
- package/dist/components/loading-states/ProgressIndicator.mjs +59 -0
- package/dist/components/loading-states/{ProgressIndicator.cjs.map → ProgressIndicator.mjs.map} +1 -1
- package/dist/components/modals/{ConfirmModal.d.cts → ConfirmModal.d.mts} +4 -4
- package/dist/components/modals/ConfirmModal.js +99 -63
- package/dist/components/modals/ConfirmModal.js.map +1 -1
- package/dist/components/modals/{ConfirmModal.cjs → ConfirmModal.mjs} +64 -101
- package/dist/components/modals/ConfirmModal.mjs.map +1 -0
- package/dist/components/modals/{DiscardChangesModal.d.cts → DiscardChangesModal.d.mts} +5 -5
- package/dist/components/modals/DiscardChangesModal.js +101 -65
- package/dist/components/modals/DiscardChangesModal.js.map +1 -1
- package/dist/components/modals/{DiscardChangesModal.cjs → DiscardChangesModal.mjs} +66 -103
- package/dist/components/modals/DiscardChangesModal.mjs.map +1 -0
- package/dist/components/modals/{InputModal.d.cts → InputModal.d.mts} +7 -7
- package/dist/components/modals/InputModal.js +124 -88
- package/dist/components/modals/InputModal.js.map +1 -1
- package/dist/components/modals/{InputModal.cjs → InputModal.mjs} +89 -126
- package/dist/components/modals/InputModal.mjs.map +1 -0
- package/dist/components/modals/{LanguageModal.d.cts → LanguageModal.d.mts} +3 -3
- package/dist/components/modals/LanguageModal.js +130 -95
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/{LanguageModal.cjs → LanguageModal.mjs} +95 -133
- package/dist/components/modals/LanguageModal.mjs.map +1 -0
- package/dist/components/modals/{ThemeModal.d.cts → ThemeModal.d.mts} +4 -4
- package/dist/components/modals/ThemeModal.js +134 -99
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/{ThemeModal.cjs → ThemeModal.mjs} +99 -137
- package/dist/components/modals/ThemeModal.mjs.map +1 -0
- package/dist/components/properties/{CheckboxProperty.d.cts → CheckboxProperty.d.mts} +3 -3
- package/dist/components/properties/CheckboxProperty.js +87 -53
- package/dist/components/properties/CheckboxProperty.js.map +1 -1
- package/dist/components/properties/{CheckboxProperty.cjs → CheckboxProperty.mjs} +54 -89
- package/dist/components/properties/CheckboxProperty.mjs.map +1 -0
- package/dist/components/properties/{DateProperty.d.cts → DateProperty.d.mts} +3 -3
- package/dist/components/properties/DateProperty.js +94 -60
- package/dist/components/properties/DateProperty.js.map +1 -1
- package/dist/components/properties/{DateProperty.cjs → DateProperty.mjs} +61 -96
- package/dist/components/properties/DateProperty.mjs.map +1 -0
- package/dist/components/properties/{MultiSelectProperty.d.cts → MultiSelectProperty.d.mts} +5 -5
- package/dist/components/properties/MultiSelectProperty.js +157 -123
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/{MultiSelectProperty.cjs → MultiSelectProperty.mjs} +124 -159
- package/dist/components/properties/MultiSelectProperty.mjs.map +1 -0
- package/dist/components/properties/{NumberProperty.d.cts → NumberProperty.d.mts} +3 -3
- package/dist/components/properties/NumberProperty.js +95 -61
- package/dist/components/properties/NumberProperty.js.map +1 -1
- package/dist/components/properties/{NumberProperty.cjs → NumberProperty.mjs} +62 -97
- package/dist/components/properties/NumberProperty.mjs.map +1 -0
- package/dist/components/properties/{PropertyBase.d.cts → PropertyBase.d.mts} +2 -2
- package/dist/components/properties/PropertyBase.js +63 -29
- package/dist/components/properties/PropertyBase.js.map +1 -1
- package/dist/components/properties/PropertyBase.mjs +188 -0
- package/dist/components/properties/PropertyBase.mjs.map +1 -0
- package/dist/components/properties/{SelectProperty.d.cts → SelectProperty.d.mts} +5 -5
- package/dist/components/properties/SelectProperty.js +119 -86
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/{SelectProperty.cjs → SelectProperty.mjs} +86 -122
- package/dist/components/properties/SelectProperty.mjs.map +1 -0
- package/dist/components/properties/{TextProperty.d.cts → TextProperty.d.mts} +3 -3
- package/dist/components/properties/TextProperty.js +92 -58
- package/dist/components/properties/TextProperty.js.map +1 -1
- package/dist/components/properties/{TextProperty.cjs → TextProperty.mjs} +59 -94
- package/dist/components/properties/TextProperty.mjs.map +1 -0
- package/dist/components/user-action/Button.js +67 -28
- package/dist/components/user-action/Button.js.map +1 -1
- package/dist/components/user-action/{Button.cjs → Button.mjs} +29 -69
- package/dist/components/user-action/{Button.cjs.map → Button.mjs.map} +1 -1
- package/dist/components/user-action/{Checkbox.d.cts → Checkbox.d.mts} +1 -1
- package/dist/components/user-action/Checkbox.js +58 -23
- package/dist/components/user-action/Checkbox.js.map +1 -1
- package/dist/components/user-action/Checkbox.mjs +122 -0
- package/dist/components/user-action/Checkbox.mjs.map +1 -0
- package/dist/components/user-action/{DateAndTimePicker.d.cts → DateAndTimePicker.d.mts} +7 -7
- package/dist/components/user-action/DateAndTimePicker.js +142 -107
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/{DateAndTimePicker.cjs → DateAndTimePicker.mjs} +109 -143
- package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -0
- package/dist/components/user-action/{Input.d.cts → Input.d.mts} +1 -1
- package/dist/components/user-action/Input.js +62 -26
- package/dist/components/user-action/Input.js.map +1 -1
- package/dist/components/user-action/Input.mjs +186 -0
- package/dist/components/user-action/Input.mjs.map +1 -0
- package/dist/components/user-action/Label.js +39 -5
- package/dist/components/user-action/Label.js.map +1 -1
- package/dist/components/user-action/Label.mjs +21 -0
- package/dist/components/user-action/{Label.cjs.map → Label.mjs.map} +1 -1
- package/dist/components/user-action/Menu.js +54 -19
- package/dist/components/user-action/Menu.js.map +1 -1
- package/dist/components/user-action/Menu.mjs +127 -0
- package/dist/components/user-action/Menu.mjs.map +1 -0
- package/dist/components/user-action/{MultiSelect.d.cts → MultiSelect.d.mts} +3 -3
- package/dist/components/user-action/MultiSelect.js +118 -84
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/{MultiSelect.cjs → MultiSelect.mjs} +85 -120
- package/dist/components/user-action/MultiSelect.mjs.map +1 -0
- package/dist/components/user-action/ScrollPicker.js +50 -16
- package/dist/components/user-action/ScrollPicker.js.map +1 -1
- package/dist/components/user-action/{ScrollPicker.cjs → ScrollPicker.mjs} +17 -52
- package/dist/components/user-action/ScrollPicker.mjs.map +1 -0
- package/dist/components/user-action/{Select.d.cts → Select.d.mts} +2 -2
- package/dist/components/user-action/Select.d.ts +1 -1
- package/dist/components/user-action/Select.js +88 -53
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/{Select.cjs → Select.mjs} +53 -91
- package/dist/components/user-action/Select.mjs.map +1 -0
- package/dist/components/user-action/{Textarea.d.cts → Textarea.d.mts} +1 -1
- package/dist/components/user-action/Textarea.js +60 -25
- package/dist/components/user-action/Textarea.js.map +1 -1
- package/dist/components/user-action/Textarea.mjs +163 -0
- package/dist/components/user-action/Textarea.mjs.map +1 -0
- package/dist/components/user-action/ToggleableInput.js +61 -26
- package/dist/components/user-action/ToggleableInput.js.map +1 -1
- package/dist/components/user-action/ToggleableInput.mjs +156 -0
- package/dist/components/user-action/ToggleableInput.mjs.map +1 -0
- package/dist/components/user-action/Tooltip.js +41 -15
- package/dist/components/user-action/Tooltip.js.map +1 -1
- package/dist/components/user-action/{Tooltip.cjs → Tooltip.mjs} +16 -43
- package/dist/components/user-action/Tooltip.mjs.map +1 -0
- package/dist/css/globals.css +33 -24
- package/dist/css/uncompiled/globals.css +19 -7
- package/dist/hooks/useHoverState.js +31 -7
- package/dist/hooks/useHoverState.js.map +1 -1
- package/dist/hooks/useHoverState.mjs +47 -0
- package/dist/hooks/{useHoverState.cjs.map → useHoverState.mjs.map} +1 -1
- package/dist/hooks/useLocalStorage.js +31 -7
- package/dist/hooks/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLocalStorage.mjs +58 -0
- package/dist/hooks/{useLocalStorage.cjs.map → useLocalStorage.mjs.map} +1 -1
- package/dist/hooks/useOutsideClick.js +28 -4
- package/dist/hooks/useOutsideClick.js.map +1 -1
- package/dist/hooks/useOutsideClick.mjs +23 -0
- package/dist/hooks/{useOutsideClick.cjs.map → useOutsideClick.mjs.map} +1 -1
- package/dist/hooks/useSaveDelay.js +30 -6
- package/dist/hooks/useSaveDelay.js.map +1 -1
- package/dist/hooks/useSaveDelay.mjs +43 -0
- package/dist/hooks/{useSaveDelay.cjs.map → useSaveDelay.mjs.map} +1 -1
- package/dist/{index.d.cts → index.d.mts} +78 -78
- package/dist/index.js +1038 -885
- package/dist/index.js.map +1 -1
- package/dist/{index.cjs → index.mjs} +886 -1038
- package/dist/index.mjs.map +1 -0
- package/dist/localization/{LanguageProvider.d.cts → LanguageProvider.d.mts} +1 -1
- package/dist/localization/LanguageProvider.js +43 -16
- package/dist/localization/LanguageProvider.js.map +1 -1
- package/dist/localization/{LanguageProvider.cjs → LanguageProvider.mjs} +17 -45
- package/dist/localization/LanguageProvider.mjs.map +1 -0
- package/dist/localization/{useTranslation.d.cts → useTranslation.d.mts} +1 -1
- package/dist/localization/useTranslation.js +33 -7
- package/dist/localization/useTranslation.js.map +1 -1
- package/dist/localization/useTranslation.mjs +42 -0
- package/dist/localization/useTranslation.mjs.map +1 -0
- package/dist/localization/util.js +26 -2
- package/dist/localization/util.js.map +1 -1
- package/dist/localization/util.mjs +16 -0
- package/dist/localization/{util.cjs.map → util.mjs.map} +1 -1
- package/dist/theming/{useTheme.d.cts → useTheme.d.mts} +2 -2
- package/dist/theming/useTheme.js +37 -10
- package/dist/theming/useTheme.js.map +1 -1
- package/dist/theming/useTheme.mjs +48 -0
- package/dist/theming/useTheme.mjs.map +1 -0
- package/dist/util/array.js +32 -2
- package/dist/util/array.js.map +1 -1
- package/dist/util/{array.cjs → array.mjs} +3 -34
- package/dist/util/{array.cjs.map → array.mjs.map} +1 -1
- package/dist/util/builder.js +26 -2
- package/dist/util/builder.js.map +1 -1
- package/dist/util/builder.mjs +9 -0
- package/dist/util/{builder.cjs.map → builder.mjs.map} +1 -1
- package/dist/util/date.js +39 -2
- package/dist/util/date.js.map +1 -1
- package/dist/util/{date.cjs → date.mjs} +3 -41
- package/dist/util/date.mjs.map +1 -0
- package/dist/util/easeFunctions.js +28 -2
- package/dist/util/easeFunctions.js.map +1 -1
- package/dist/util/easeFunctions.mjs +36 -0
- package/dist/util/easeFunctions.mjs.map +1 -0
- package/dist/util/emailValidation.js +26 -2
- package/dist/util/emailValidation.js.map +1 -1
- package/dist/util/emailValidation.mjs +8 -0
- package/dist/util/{emailValidation.cjs.map → emailValidation.mjs.map} +1 -1
- package/dist/util/loopingArray.js +26 -2
- package/dist/util/loopingArray.js.map +1 -1
- package/dist/util/{loopingArray.cjs → loopingArray.mjs} +3 -28
- package/dist/util/{loopingArray.cjs.map → loopingArray.mjs.map} +1 -1
- package/dist/util/math.js +26 -2
- package/dist/util/math.js.map +1 -1
- package/dist/util/math.mjs +8 -0
- package/dist/util/{math.cjs.map → math.mjs.map} +1 -1
- package/dist/util/news.d.mts +101 -0
- package/dist/util/news.d.ts +54 -54
- package/dist/util/news.js +39 -12
- package/dist/util/news.js.map +1 -1
- package/dist/util/news.mjs +49 -0
- package/dist/util/news.mjs.map +1 -0
- package/dist/util/noop.d.mts +3 -0
- package/dist/util/noop.d.ts +1 -1
- package/dist/util/noop.js +26 -2
- package/dist/util/noop.js.map +1 -1
- package/dist/util/noop.mjs +6 -0
- package/dist/util/noop.mjs.map +1 -0
- package/dist/util/simpleSearch.js +29 -2
- package/dist/util/simpleSearch.js.map +1 -1
- package/dist/util/simpleSearch.mjs +26 -0
- package/dist/util/{simpleSearch.cjs.map → simpleSearch.mjs.map} +1 -1
- package/dist/util/storage.js +27 -2
- package/dist/util/storage.js.map +1 -1
- package/dist/util/storage.mjs +38 -0
- package/dist/util/{storage.cjs.map → storage.mjs.map} +1 -1
- package/dist/util/types.js +17 -0
- package/dist/util/types.js.map +1 -1
- package/dist/util/types.mjs +1 -0
- package/dist/util/types.mjs.map +1 -0
- package/package.json +5 -7
- package/dist/coloring/shading.cjs +0 -3402
- package/dist/coloring/shading.cjs.map +0 -1
- package/dist/coloring/types.cjs +0 -31
- package/dist/components/branding/HelpwaveBadge.cjs +0 -157
- package/dist/components/branding/HelpwaveBadge.cjs.map +0 -1
- package/dist/components/date/DatePicker.cjs.map +0 -1
- package/dist/components/date/DayPicker.cjs.map +0 -1
- package/dist/components/date/TimeDisplay.cjs.map +0 -1
- package/dist/components/date/TimePicker.cjs.map +0 -1
- package/dist/components/date/YearMonthPicker.cjs.map +0 -1
- package/dist/components/dialogs/ConfirmDialog.cjs.map +0 -1
- package/dist/components/icons-and-geometry/Avatar.cjs +0 -119
- package/dist/components/icons-and-geometry/Circle.cjs +0 -62
- package/dist/components/icons-and-geometry/Helpwave.cjs +0 -100
- package/dist/components/icons-and-geometry/Tag.cjs +0 -47
- package/dist/components/layout-and-navigation/Chip.cjs +0 -105
- package/dist/components/layout-and-navigation/DividerInserter.cjs +0 -60
- package/dist/components/layout-and-navigation/Expandable.cjs +0 -117
- package/dist/components/layout-and-navigation/Expandable.cjs.map +0 -1
- package/dist/components/layout-and-navigation/FAQSection.cjs.map +0 -1
- package/dist/components/layout-and-navigation/Overlay.cjs.map +0 -1
- package/dist/components/layout-and-navigation/Pagination.cjs +0 -117
- package/dist/components/layout-and-navigation/Pagination.cjs.map +0 -1
- package/dist/components/layout-and-navigation/SearchableList.cjs +0 -287
- package/dist/components/layout-and-navigation/SearchableList.cjs.map +0 -1
- package/dist/components/layout-and-navigation/StepperBar.cjs.map +0 -1
- package/dist/components/layout-and-navigation/Table.cjs.map +0 -1
- package/dist/components/layout-and-navigation/TextImage.cjs +0 -138
- package/dist/components/layout-and-navigation/TextImage.cjs.map +0 -1
- package/dist/components/layout-and-navigation/Tile.cjs +0 -58
- package/dist/components/layout-and-navigation/VerticalDivider.cjs +0 -81
- package/dist/components/loading-states/ErrorComponent.cjs +0 -103
- package/dist/components/loading-states/ErrorComponent.cjs.map +0 -1
- package/dist/components/loading-states/LoadingAndErrorComponent.cjs +0 -229
- package/dist/components/loading-states/LoadingAndErrorComponent.cjs.map +0 -1
- package/dist/components/loading-states/LoadingAnimation.cjs +0 -176
- package/dist/components/loading-states/LoadingAnimation.cjs.map +0 -1
- package/dist/components/loading-states/LoadingButton.cjs.map +0 -1
- package/dist/components/loading-states/ProgressIndicator.cjs +0 -84
- package/dist/components/modals/ConfirmModal.cjs.map +0 -1
- package/dist/components/modals/DiscardChangesModal.cjs.map +0 -1
- package/dist/components/modals/InputModal.cjs.map +0 -1
- package/dist/components/modals/LanguageModal.cjs.map +0 -1
- package/dist/components/modals/ThemeModal.cjs.map +0 -1
- package/dist/components/properties/CheckboxProperty.cjs.map +0 -1
- package/dist/components/properties/DateProperty.cjs.map +0 -1
- package/dist/components/properties/MultiSelectProperty.cjs.map +0 -1
- package/dist/components/properties/NumberProperty.cjs.map +0 -1
- package/dist/components/properties/PropertyBase.cjs +0 -223
- package/dist/components/properties/PropertyBase.cjs.map +0 -1
- package/dist/components/properties/SelectProperty.cjs.map +0 -1
- package/dist/components/properties/TextProperty.cjs.map +0 -1
- package/dist/components/user-action/Checkbox.cjs +0 -158
- package/dist/components/user-action/Checkbox.cjs.map +0 -1
- package/dist/components/user-action/DateAndTimePicker.cjs.map +0 -1
- package/dist/components/user-action/Input.cjs +0 -223
- package/dist/components/user-action/Input.cjs.map +0 -1
- package/dist/components/user-action/Label.cjs +0 -56
- package/dist/components/user-action/Menu.cjs +0 -163
- package/dist/components/user-action/Menu.cjs.map +0 -1
- package/dist/components/user-action/MultiSelect.cjs.map +0 -1
- package/dist/components/user-action/ScrollPicker.cjs.map +0 -1
- package/dist/components/user-action/Select.cjs.map +0 -1
- package/dist/components/user-action/Textarea.cjs +0 -199
- package/dist/components/user-action/Textarea.cjs.map +0 -1
- package/dist/components/user-action/ToggleableInput.cjs +0 -192
- package/dist/components/user-action/ToggleableInput.cjs.map +0 -1
- package/dist/components/user-action/Tooltip.cjs.map +0 -1
- package/dist/hooks/useHoverState.cjs +0 -72
- package/dist/hooks/useLocalStorage.cjs +0 -83
- package/dist/hooks/useOutsideClick.cjs +0 -48
- package/dist/hooks/useSaveDelay.cjs +0 -68
- package/dist/index.cjs.map +0 -1
- package/dist/localization/LanguageProvider.cjs.map +0 -1
- package/dist/localization/useTranslation.cjs +0 -69
- package/dist/localization/useTranslation.cjs.map +0 -1
- package/dist/localization/util.cjs +0 -41
- package/dist/theming/useTheme.cjs +0 -76
- package/dist/theming/useTheme.cjs.map +0 -1
- package/dist/util/builder.cjs +0 -34
- package/dist/util/date.cjs.map +0 -1
- package/dist/util/easeFunctions.cjs +0 -63
- package/dist/util/easeFunctions.cjs.map +0 -1
- package/dist/util/emailValidation.cjs +0 -33
- package/dist/util/math.cjs +0 -33
- package/dist/util/news.cjs +0 -77
- package/dist/util/news.cjs.map +0 -1
- package/dist/util/news.d.cts +0 -101
- package/dist/util/noop.cjs +0 -31
- package/dist/util/noop.cjs.map +0 -1
- package/dist/util/noop.d.cts +0 -3
- package/dist/util/simpleSearch.cjs +0 -54
- package/dist/util/storage.cjs +0 -64
- package/dist/util/types.cjs +0 -19
- package/dist/util/types.cjs.map +0 -1
- /package/dist/coloring/{types.d.cts → types.d.mts} +0 -0
- /package/dist/components/branding/{HelpwaveBadge.d.cts → HelpwaveBadge.d.mts} +0 -0
- /package/dist/components/date/{TimePicker.d.cts → TimePicker.d.mts} +0 -0
- /package/dist/components/icons-and-geometry/{Avatar.d.cts → Avatar.d.mts} +0 -0
- /package/dist/components/icons-and-geometry/{Circle.d.cts → Circle.d.mts} +0 -0
- /package/dist/components/icons-and-geometry/{Helpwave.d.cts → Helpwave.d.mts} +0 -0
- /package/dist/components/icons-and-geometry/{Ring.d.cts → Ring.d.mts} +0 -0
- /package/dist/components/icons-and-geometry/{Tag.d.cts → Tag.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{BreadCrumb.d.cts → BreadCrumb.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{Carousel.d.cts → Carousel.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{Chip.d.cts → Chip.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{DividerInserter.d.cts → DividerInserter.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{Expandable.d.cts → Expandable.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{Tile.d.cts → Tile.d.mts} +0 -0
- /package/dist/components/layout-and-navigation/{VerticalDivider.d.cts → VerticalDivider.d.mts} +0 -0
- /package/dist/components/loading-states/{ProgressIndicator.d.cts → ProgressIndicator.d.mts} +0 -0
- /package/dist/components/user-action/{Button.d.cts → Button.d.mts} +0 -0
- /package/dist/components/user-action/{Label.d.cts → Label.d.mts} +0 -0
- /package/dist/components/user-action/{Menu.d.cts → Menu.d.mts} +0 -0
- /package/dist/components/user-action/{ScrollPicker.d.cts → ScrollPicker.d.mts} +0 -0
- /package/dist/components/user-action/{ToggleableInput.d.cts → ToggleableInput.d.mts} +0 -0
- /package/dist/components/user-action/{Tooltip.d.cts → Tooltip.d.mts} +0 -0
- /package/dist/hooks/{useHoverState.d.cts → useHoverState.d.mts} +0 -0
- /package/dist/hooks/{useLocalStorage.d.cts → useLocalStorage.d.mts} +0 -0
- /package/dist/hooks/{useOutsideClick.d.cts → useOutsideClick.d.mts} +0 -0
- /package/dist/hooks/{useSaveDelay.d.cts → useSaveDelay.d.mts} +0 -0
- /package/dist/localization/{util.d.cts → util.d.mts} +0 -0
- /package/dist/util/{array.d.cts → array.d.mts} +0 -0
- /package/dist/util/{builder.d.cts → builder.d.mts} +0 -0
- /package/dist/util/{date.d.cts → date.d.mts} +0 -0
- /package/dist/util/{easeFunctions.d.cts → easeFunctions.d.mts} +0 -0
- /package/dist/util/{emailValidation.d.cts → emailValidation.d.mts} +0 -0
- /package/dist/util/{loopingArray.d.cts → loopingArray.d.mts} +0 -0
- /package/dist/util/{math.d.cts → math.d.mts} +0 -0
- /package/dist/util/{simpleSearch.d.cts → simpleSearch.d.mts} +0 -0
- /package/dist/util/{storage.d.cts → storage.d.mts} +0 -0
- /package/dist/util/{types.d.cts → types.d.mts} +0 -0
|
@@ -4,15 +4,13 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
6
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var
|
|
8
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
9
|
-
}) : x)(function(x) {
|
|
10
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
11
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
12
|
-
});
|
|
13
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
7
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
14
8
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
15
9
|
};
|
|
10
|
+
var __export = (target, all) => {
|
|
11
|
+
for (var name in all)
|
|
12
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
|
+
};
|
|
16
14
|
var __copyProps = (to, from, except, desc) => {
|
|
17
15
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
18
16
|
for (let key of __getOwnPropNames(from))
|
|
@@ -29,10 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
27
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
30
28
|
mod
|
|
31
29
|
));
|
|
30
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
32
31
|
|
|
33
32
|
// node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs
|
|
34
33
|
var require_interop_require_wildcard = __commonJS({
|
|
35
|
-
"node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs"(
|
|
34
|
+
"node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs"(exports2) {
|
|
36
35
|
"use strict";
|
|
37
36
|
function _getRequireWildcardCache(nodeInterop) {
|
|
38
37
|
if (typeof WeakMap !== "function") return null;
|
|
@@ -60,15 +59,15 @@ var require_interop_require_wildcard = __commonJS({
|
|
|
60
59
|
if (cache) cache.set(obj, newObj);
|
|
61
60
|
return newObj;
|
|
62
61
|
}
|
|
63
|
-
|
|
62
|
+
exports2._ = _interop_require_wildcard;
|
|
64
63
|
}
|
|
65
64
|
});
|
|
66
65
|
|
|
67
66
|
// node_modules/next/dist/shared/lib/router/utils/querystring.js
|
|
68
67
|
var require_querystring = __commonJS({
|
|
69
|
-
"node_modules/next/dist/shared/lib/router/utils/querystring.js"(
|
|
68
|
+
"node_modules/next/dist/shared/lib/router/utils/querystring.js"(exports2) {
|
|
70
69
|
"use strict";
|
|
71
|
-
Object.defineProperty(
|
|
70
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
72
71
|
value: true
|
|
73
72
|
});
|
|
74
73
|
function _export(target, all) {
|
|
@@ -77,7 +76,7 @@ var require_querystring = __commonJS({
|
|
|
77
76
|
get: all[name]
|
|
78
77
|
});
|
|
79
78
|
}
|
|
80
|
-
_export(
|
|
79
|
+
_export(exports2, {
|
|
81
80
|
assign: function() {
|
|
82
81
|
return assign;
|
|
83
82
|
},
|
|
@@ -147,9 +146,9 @@ var require_querystring = __commonJS({
|
|
|
147
146
|
|
|
148
147
|
// node_modules/next/dist/shared/lib/router/utils/format-url.js
|
|
149
148
|
var require_format_url = __commonJS({
|
|
150
|
-
"node_modules/next/dist/shared/lib/router/utils/format-url.js"(
|
|
149
|
+
"node_modules/next/dist/shared/lib/router/utils/format-url.js"(exports2) {
|
|
151
150
|
"use strict";
|
|
152
|
-
Object.defineProperty(
|
|
151
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
153
152
|
value: true
|
|
154
153
|
});
|
|
155
154
|
function _export(target, all) {
|
|
@@ -158,7 +157,7 @@ var require_format_url = __commonJS({
|
|
|
158
157
|
get: all[name]
|
|
159
158
|
});
|
|
160
159
|
}
|
|
161
|
-
_export(
|
|
160
|
+
_export(exports2, {
|
|
162
161
|
formatUrl: function() {
|
|
163
162
|
return formatUrl;
|
|
164
163
|
},
|
|
@@ -236,12 +235,12 @@ var require_format_url = __commonJS({
|
|
|
236
235
|
|
|
237
236
|
// node_modules/next/dist/shared/lib/router/utils/omit.js
|
|
238
237
|
var require_omit = __commonJS({
|
|
239
|
-
"node_modules/next/dist/shared/lib/router/utils/omit.js"(
|
|
238
|
+
"node_modules/next/dist/shared/lib/router/utils/omit.js"(exports2) {
|
|
240
239
|
"use strict";
|
|
241
|
-
Object.defineProperty(
|
|
240
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
242
241
|
value: true
|
|
243
242
|
});
|
|
244
|
-
Object.defineProperty(
|
|
243
|
+
Object.defineProperty(exports2, "omit", {
|
|
245
244
|
enumerable: true,
|
|
246
245
|
get: function() {
|
|
247
246
|
return omit;
|
|
@@ -261,9 +260,9 @@ var require_omit = __commonJS({
|
|
|
261
260
|
|
|
262
261
|
// node_modules/next/dist/shared/lib/utils.js
|
|
263
262
|
var require_utils = __commonJS({
|
|
264
|
-
"node_modules/next/dist/shared/lib/utils.js"(
|
|
263
|
+
"node_modules/next/dist/shared/lib/utils.js"(exports2) {
|
|
265
264
|
"use strict";
|
|
266
|
-
Object.defineProperty(
|
|
265
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
267
266
|
value: true
|
|
268
267
|
});
|
|
269
268
|
function _export(target, all) {
|
|
@@ -272,7 +271,7 @@ var require_utils = __commonJS({
|
|
|
272
271
|
get: all[name]
|
|
273
272
|
});
|
|
274
273
|
}
|
|
275
|
-
_export(
|
|
274
|
+
_export(exports2, {
|
|
276
275
|
DecodeError: function() {
|
|
277
276
|
return DecodeError;
|
|
278
277
|
},
|
|
@@ -451,12 +450,12 @@ var require_utils = __commonJS({
|
|
|
451
450
|
|
|
452
451
|
// node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js
|
|
453
452
|
var require_remove_trailing_slash = __commonJS({
|
|
454
|
-
"node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"(
|
|
453
|
+
"node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"(exports2) {
|
|
455
454
|
"use strict";
|
|
456
|
-
Object.defineProperty(
|
|
455
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
457
456
|
value: true
|
|
458
457
|
});
|
|
459
|
-
Object.defineProperty(
|
|
458
|
+
Object.defineProperty(exports2, "removeTrailingSlash", {
|
|
460
459
|
enumerable: true,
|
|
461
460
|
get: function() {
|
|
462
461
|
return removeTrailingSlash;
|
|
@@ -470,12 +469,12 @@ var require_remove_trailing_slash = __commonJS({
|
|
|
470
469
|
|
|
471
470
|
// node_modules/next/dist/shared/lib/router/utils/parse-path.js
|
|
472
471
|
var require_parse_path = __commonJS({
|
|
473
|
-
"node_modules/next/dist/shared/lib/router/utils/parse-path.js"(
|
|
472
|
+
"node_modules/next/dist/shared/lib/router/utils/parse-path.js"(exports2) {
|
|
474
473
|
"use strict";
|
|
475
|
-
Object.defineProperty(
|
|
474
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
476
475
|
value: true
|
|
477
476
|
});
|
|
478
|
-
Object.defineProperty(
|
|
477
|
+
Object.defineProperty(exports2, "parsePath", {
|
|
479
478
|
enumerable: true,
|
|
480
479
|
get: function() {
|
|
481
480
|
return parsePath;
|
|
@@ -503,12 +502,12 @@ var require_parse_path = __commonJS({
|
|
|
503
502
|
|
|
504
503
|
// node_modules/next/dist/client/normalize-trailing-slash.js
|
|
505
504
|
var require_normalize_trailing_slash = __commonJS({
|
|
506
|
-
"node_modules/next/dist/client/normalize-trailing-slash.js"(
|
|
505
|
+
"node_modules/next/dist/client/normalize-trailing-slash.js"(exports2, module2) {
|
|
507
506
|
"use strict";
|
|
508
|
-
Object.defineProperty(
|
|
507
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
509
508
|
value: true
|
|
510
509
|
});
|
|
511
|
-
Object.defineProperty(
|
|
510
|
+
Object.defineProperty(exports2, "normalizePathTrailingSlash", {
|
|
512
511
|
enumerable: true,
|
|
513
512
|
get: function() {
|
|
514
513
|
return normalizePathTrailingSlash;
|
|
@@ -532,22 +531,22 @@ var require_normalize_trailing_slash = __commonJS({
|
|
|
532
531
|
}
|
|
533
532
|
return "" + (0, _removetrailingslash.removeTrailingSlash)(pathname) + query + hash;
|
|
534
533
|
};
|
|
535
|
-
if ((typeof
|
|
536
|
-
Object.defineProperty(
|
|
537
|
-
Object.assign(
|
|
538
|
-
|
|
534
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
535
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
536
|
+
Object.assign(exports2.default, exports2);
|
|
537
|
+
module2.exports = exports2.default;
|
|
539
538
|
}
|
|
540
539
|
}
|
|
541
540
|
});
|
|
542
541
|
|
|
543
542
|
// node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js
|
|
544
543
|
var require_path_has_prefix = __commonJS({
|
|
545
|
-
"node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"(
|
|
544
|
+
"node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"(exports2) {
|
|
546
545
|
"use strict";
|
|
547
|
-
Object.defineProperty(
|
|
546
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
548
547
|
value: true
|
|
549
548
|
});
|
|
550
|
-
Object.defineProperty(
|
|
549
|
+
Object.defineProperty(exports2, "pathHasPrefix", {
|
|
551
550
|
enumerable: true,
|
|
552
551
|
get: function() {
|
|
553
552
|
return pathHasPrefix;
|
|
@@ -566,12 +565,12 @@ var require_path_has_prefix = __commonJS({
|
|
|
566
565
|
|
|
567
566
|
// node_modules/next/dist/client/has-base-path.js
|
|
568
567
|
var require_has_base_path = __commonJS({
|
|
569
|
-
"node_modules/next/dist/client/has-base-path.js"(
|
|
568
|
+
"node_modules/next/dist/client/has-base-path.js"(exports2, module2) {
|
|
570
569
|
"use strict";
|
|
571
|
-
Object.defineProperty(
|
|
570
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
572
571
|
value: true
|
|
573
572
|
});
|
|
574
|
-
Object.defineProperty(
|
|
573
|
+
Object.defineProperty(exports2, "hasBasePath", {
|
|
575
574
|
enumerable: true,
|
|
576
575
|
get: function() {
|
|
577
576
|
return hasBasePath;
|
|
@@ -582,22 +581,22 @@ var require_has_base_path = __commonJS({
|
|
|
582
581
|
function hasBasePath(path) {
|
|
583
582
|
return (0, _pathhasprefix.pathHasPrefix)(path, basePath);
|
|
584
583
|
}
|
|
585
|
-
if ((typeof
|
|
586
|
-
Object.defineProperty(
|
|
587
|
-
Object.assign(
|
|
588
|
-
|
|
584
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
585
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
586
|
+
Object.assign(exports2.default, exports2);
|
|
587
|
+
module2.exports = exports2.default;
|
|
589
588
|
}
|
|
590
589
|
}
|
|
591
590
|
});
|
|
592
591
|
|
|
593
592
|
// node_modules/next/dist/shared/lib/router/utils/is-local-url.js
|
|
594
593
|
var require_is_local_url = __commonJS({
|
|
595
|
-
"node_modules/next/dist/shared/lib/router/utils/is-local-url.js"(
|
|
594
|
+
"node_modules/next/dist/shared/lib/router/utils/is-local-url.js"(exports2) {
|
|
596
595
|
"use strict";
|
|
597
|
-
Object.defineProperty(
|
|
596
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
598
597
|
value: true
|
|
599
598
|
});
|
|
600
|
-
Object.defineProperty(
|
|
599
|
+
Object.defineProperty(exports2, "isLocalURL", {
|
|
601
600
|
enumerable: true,
|
|
602
601
|
get: function() {
|
|
603
602
|
return isLocalURL;
|
|
@@ -620,9 +619,9 @@ var require_is_local_url = __commonJS({
|
|
|
620
619
|
|
|
621
620
|
// node_modules/next/dist/shared/lib/router/utils/sorted-routes.js
|
|
622
621
|
var require_sorted_routes = __commonJS({
|
|
623
|
-
"node_modules/next/dist/shared/lib/router/utils/sorted-routes.js"(
|
|
622
|
+
"node_modules/next/dist/shared/lib/router/utils/sorted-routes.js"(exports2) {
|
|
624
623
|
"use strict";
|
|
625
|
-
Object.defineProperty(
|
|
624
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
626
625
|
value: true
|
|
627
626
|
});
|
|
628
627
|
function _export(target, all) {
|
|
@@ -631,7 +630,7 @@ var require_sorted_routes = __commonJS({
|
|
|
631
630
|
get: all[name]
|
|
632
631
|
});
|
|
633
632
|
}
|
|
634
|
-
_export(
|
|
633
|
+
_export(exports2, {
|
|
635
634
|
getSortedRouteObjects: function() {
|
|
636
635
|
return getSortedRouteObjects;
|
|
637
636
|
},
|
|
@@ -830,12 +829,12 @@ var require_sorted_routes = __commonJS({
|
|
|
830
829
|
|
|
831
830
|
// node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js
|
|
832
831
|
var require_ensure_leading_slash = __commonJS({
|
|
833
|
-
"node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js"(
|
|
832
|
+
"node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js"(exports2) {
|
|
834
833
|
"use strict";
|
|
835
|
-
Object.defineProperty(
|
|
834
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
836
835
|
value: true
|
|
837
836
|
});
|
|
838
|
-
Object.defineProperty(
|
|
837
|
+
Object.defineProperty(exports2, "ensureLeadingSlash", {
|
|
839
838
|
enumerable: true,
|
|
840
839
|
get: function() {
|
|
841
840
|
return ensureLeadingSlash;
|
|
@@ -849,9 +848,9 @@ var require_ensure_leading_slash = __commonJS({
|
|
|
849
848
|
|
|
850
849
|
// node_modules/next/dist/shared/lib/segment.js
|
|
851
850
|
var require_segment = __commonJS({
|
|
852
|
-
"node_modules/next/dist/shared/lib/segment.js"(
|
|
851
|
+
"node_modules/next/dist/shared/lib/segment.js"(exports2) {
|
|
853
852
|
"use strict";
|
|
854
|
-
Object.defineProperty(
|
|
853
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
855
854
|
value: true
|
|
856
855
|
});
|
|
857
856
|
function _export(target, all) {
|
|
@@ -860,7 +859,7 @@ var require_segment = __commonJS({
|
|
|
860
859
|
get: all[name]
|
|
861
860
|
});
|
|
862
861
|
}
|
|
863
|
-
_export(
|
|
862
|
+
_export(exports2, {
|
|
864
863
|
DEFAULT_SEGMENT_KEY: function() {
|
|
865
864
|
return DEFAULT_SEGMENT_KEY;
|
|
866
865
|
},
|
|
@@ -898,9 +897,9 @@ var require_segment = __commonJS({
|
|
|
898
897
|
|
|
899
898
|
// node_modules/next/dist/shared/lib/router/utils/app-paths.js
|
|
900
899
|
var require_app_paths = __commonJS({
|
|
901
|
-
"node_modules/next/dist/shared/lib/router/utils/app-paths.js"(
|
|
900
|
+
"node_modules/next/dist/shared/lib/router/utils/app-paths.js"(exports2) {
|
|
902
901
|
"use strict";
|
|
903
|
-
Object.defineProperty(
|
|
902
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
904
903
|
value: true
|
|
905
904
|
});
|
|
906
905
|
function _export(target, all) {
|
|
@@ -909,7 +908,7 @@ var require_app_paths = __commonJS({
|
|
|
909
908
|
get: all[name]
|
|
910
909
|
});
|
|
911
910
|
}
|
|
912
|
-
_export(
|
|
911
|
+
_export(exports2, {
|
|
913
912
|
normalizeAppPath: function() {
|
|
914
913
|
return normalizeAppPath;
|
|
915
914
|
},
|
|
@@ -948,9 +947,9 @@ var require_app_paths = __commonJS({
|
|
|
948
947
|
|
|
949
948
|
// node_modules/next/dist/shared/lib/router/utils/interception-routes.js
|
|
950
949
|
var require_interception_routes = __commonJS({
|
|
951
|
-
"node_modules/next/dist/shared/lib/router/utils/interception-routes.js"(
|
|
950
|
+
"node_modules/next/dist/shared/lib/router/utils/interception-routes.js"(exports2) {
|
|
952
951
|
"use strict";
|
|
953
|
-
Object.defineProperty(
|
|
952
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
954
953
|
value: true
|
|
955
954
|
});
|
|
956
955
|
function _export(target, all) {
|
|
@@ -959,7 +958,7 @@ var require_interception_routes = __commonJS({
|
|
|
959
958
|
get: all[name]
|
|
960
959
|
});
|
|
961
960
|
}
|
|
962
|
-
_export(
|
|
961
|
+
_export(exports2, {
|
|
963
962
|
INTERCEPTION_ROUTE_MARKERS: function() {
|
|
964
963
|
return INTERCEPTION_ROUTE_MARKERS;
|
|
965
964
|
},
|
|
@@ -1047,12 +1046,12 @@ var require_interception_routes = __commonJS({
|
|
|
1047
1046
|
|
|
1048
1047
|
// node_modules/next/dist/shared/lib/router/utils/is-dynamic.js
|
|
1049
1048
|
var require_is_dynamic = __commonJS({
|
|
1050
|
-
"node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"(
|
|
1049
|
+
"node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"(exports2) {
|
|
1051
1050
|
"use strict";
|
|
1052
|
-
Object.defineProperty(
|
|
1051
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1053
1052
|
value: true
|
|
1054
1053
|
});
|
|
1055
|
-
Object.defineProperty(
|
|
1054
|
+
Object.defineProperty(exports2, "isDynamicRoute", {
|
|
1056
1055
|
enumerable: true,
|
|
1057
1056
|
get: function() {
|
|
1058
1057
|
return isDynamicRoute;
|
|
@@ -1076,9 +1075,9 @@ var require_is_dynamic = __commonJS({
|
|
|
1076
1075
|
|
|
1077
1076
|
// node_modules/next/dist/shared/lib/router/utils/index.js
|
|
1078
1077
|
var require_utils2 = __commonJS({
|
|
1079
|
-
"node_modules/next/dist/shared/lib/router/utils/index.js"(
|
|
1078
|
+
"node_modules/next/dist/shared/lib/router/utils/index.js"(exports2) {
|
|
1080
1079
|
"use strict";
|
|
1081
|
-
Object.defineProperty(
|
|
1080
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1082
1081
|
value: true
|
|
1083
1082
|
});
|
|
1084
1083
|
function _export(target, all) {
|
|
@@ -1087,7 +1086,7 @@ var require_utils2 = __commonJS({
|
|
|
1087
1086
|
get: all[name]
|
|
1088
1087
|
});
|
|
1089
1088
|
}
|
|
1090
|
-
_export(
|
|
1089
|
+
_export(exports2, {
|
|
1091
1090
|
getSortedRouteObjects: function() {
|
|
1092
1091
|
return _sortedroutes.getSortedRouteObjects;
|
|
1093
1092
|
},
|
|
@@ -1105,12 +1104,12 @@ var require_utils2 = __commonJS({
|
|
|
1105
1104
|
|
|
1106
1105
|
// node_modules/next/dist/shared/lib/router/utils/route-matcher.js
|
|
1107
1106
|
var require_route_matcher = __commonJS({
|
|
1108
|
-
"node_modules/next/dist/shared/lib/router/utils/route-matcher.js"(
|
|
1107
|
+
"node_modules/next/dist/shared/lib/router/utils/route-matcher.js"(exports2) {
|
|
1109
1108
|
"use strict";
|
|
1110
|
-
Object.defineProperty(
|
|
1109
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1111
1110
|
value: true
|
|
1112
1111
|
});
|
|
1113
|
-
Object.defineProperty(
|
|
1112
|
+
Object.defineProperty(exports2, "getRouteMatcher", {
|
|
1114
1113
|
enumerable: true,
|
|
1115
1114
|
get: function() {
|
|
1116
1115
|
return getRouteMatcher;
|
|
@@ -1152,9 +1151,9 @@ var require_route_matcher = __commonJS({
|
|
|
1152
1151
|
|
|
1153
1152
|
// node_modules/next/dist/lib/constants.js
|
|
1154
1153
|
var require_constants = __commonJS({
|
|
1155
|
-
"node_modules/next/dist/lib/constants.js"(
|
|
1154
|
+
"node_modules/next/dist/lib/constants.js"(exports2) {
|
|
1156
1155
|
"use strict";
|
|
1157
|
-
Object.defineProperty(
|
|
1156
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1158
1157
|
value: true
|
|
1159
1158
|
});
|
|
1160
1159
|
function _export(target, all) {
|
|
@@ -1163,7 +1162,7 @@ var require_constants = __commonJS({
|
|
|
1163
1162
|
get: all[name]
|
|
1164
1163
|
});
|
|
1165
1164
|
}
|
|
1166
|
-
_export(
|
|
1165
|
+
_export(exports2, {
|
|
1167
1166
|
ACTION_SUFFIX: function() {
|
|
1168
1167
|
return ACTION_SUFFIX;
|
|
1169
1168
|
},
|
|
@@ -1487,12 +1486,12 @@ var require_constants = __commonJS({
|
|
|
1487
1486
|
|
|
1488
1487
|
// node_modules/next/dist/shared/lib/escape-regexp.js
|
|
1489
1488
|
var require_escape_regexp = __commonJS({
|
|
1490
|
-
"node_modules/next/dist/shared/lib/escape-regexp.js"(
|
|
1489
|
+
"node_modules/next/dist/shared/lib/escape-regexp.js"(exports2) {
|
|
1491
1490
|
"use strict";
|
|
1492
|
-
Object.defineProperty(
|
|
1491
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1493
1492
|
value: true
|
|
1494
1493
|
});
|
|
1495
|
-
Object.defineProperty(
|
|
1494
|
+
Object.defineProperty(exports2, "escapeStringRegexp", {
|
|
1496
1495
|
enumerable: true,
|
|
1497
1496
|
get: function() {
|
|
1498
1497
|
return escapeStringRegexp;
|
|
@@ -1511,9 +1510,9 @@ var require_escape_regexp = __commonJS({
|
|
|
1511
1510
|
|
|
1512
1511
|
// node_modules/next/dist/shared/lib/router/utils/route-regex.js
|
|
1513
1512
|
var require_route_regex = __commonJS({
|
|
1514
|
-
"node_modules/next/dist/shared/lib/router/utils/route-regex.js"(
|
|
1513
|
+
"node_modules/next/dist/shared/lib/router/utils/route-regex.js"(exports2) {
|
|
1515
1514
|
"use strict";
|
|
1516
|
-
Object.defineProperty(
|
|
1515
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1517
1516
|
value: true
|
|
1518
1517
|
});
|
|
1519
1518
|
function _export(target, all) {
|
|
@@ -1522,7 +1521,7 @@ var require_route_regex = __commonJS({
|
|
|
1522
1521
|
get: all[name]
|
|
1523
1522
|
});
|
|
1524
1523
|
}
|
|
1525
|
-
_export(
|
|
1524
|
+
_export(exports2, {
|
|
1526
1525
|
getNamedMiddlewareRegex: function() {
|
|
1527
1526
|
return getNamedMiddlewareRegex;
|
|
1528
1527
|
},
|
|
@@ -1739,12 +1738,12 @@ var require_route_regex = __commonJS({
|
|
|
1739
1738
|
|
|
1740
1739
|
// node_modules/next/dist/shared/lib/router/utils/interpolate-as.js
|
|
1741
1740
|
var require_interpolate_as = __commonJS({
|
|
1742
|
-
"node_modules/next/dist/shared/lib/router/utils/interpolate-as.js"(
|
|
1741
|
+
"node_modules/next/dist/shared/lib/router/utils/interpolate-as.js"(exports2) {
|
|
1743
1742
|
"use strict";
|
|
1744
|
-
Object.defineProperty(
|
|
1743
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1745
1744
|
value: true
|
|
1746
1745
|
});
|
|
1747
|
-
Object.defineProperty(
|
|
1746
|
+
Object.defineProperty(exports2, "interpolateAs", {
|
|
1748
1747
|
enumerable: true,
|
|
1749
1748
|
get: function() {
|
|
1750
1749
|
return interpolateAs;
|
|
@@ -1795,12 +1794,12 @@ var require_interpolate_as = __commonJS({
|
|
|
1795
1794
|
|
|
1796
1795
|
// node_modules/next/dist/client/resolve-href.js
|
|
1797
1796
|
var require_resolve_href = __commonJS({
|
|
1798
|
-
"node_modules/next/dist/client/resolve-href.js"(
|
|
1797
|
+
"node_modules/next/dist/client/resolve-href.js"(exports2, module2) {
|
|
1799
1798
|
"use strict";
|
|
1800
|
-
Object.defineProperty(
|
|
1799
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1801
1800
|
value: true
|
|
1802
1801
|
});
|
|
1803
|
-
Object.defineProperty(
|
|
1802
|
+
Object.defineProperty(exports2, "resolveHref", {
|
|
1804
1803
|
enumerable: true,
|
|
1805
1804
|
get: function() {
|
|
1806
1805
|
return resolveHref;
|
|
@@ -1861,22 +1860,22 @@ var require_resolve_href = __commonJS({
|
|
|
1861
1860
|
] : urlAsString;
|
|
1862
1861
|
}
|
|
1863
1862
|
}
|
|
1864
|
-
if ((typeof
|
|
1865
|
-
Object.defineProperty(
|
|
1866
|
-
Object.assign(
|
|
1867
|
-
|
|
1863
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
1864
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
1865
|
+
Object.assign(exports2.default, exports2);
|
|
1866
|
+
module2.exports = exports2.default;
|
|
1868
1867
|
}
|
|
1869
1868
|
}
|
|
1870
1869
|
});
|
|
1871
1870
|
|
|
1872
1871
|
// node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js
|
|
1873
1872
|
var require_add_path_prefix = __commonJS({
|
|
1874
|
-
"node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"(
|
|
1873
|
+
"node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"(exports2) {
|
|
1875
1874
|
"use strict";
|
|
1876
|
-
Object.defineProperty(
|
|
1875
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1877
1876
|
value: true
|
|
1878
1877
|
});
|
|
1879
|
-
Object.defineProperty(
|
|
1878
|
+
Object.defineProperty(exports2, "addPathPrefix", {
|
|
1880
1879
|
enumerable: true,
|
|
1881
1880
|
get: function() {
|
|
1882
1881
|
return addPathPrefix;
|
|
@@ -1895,12 +1894,12 @@ var require_add_path_prefix = __commonJS({
|
|
|
1895
1894
|
|
|
1896
1895
|
// node_modules/next/dist/shared/lib/router/utils/add-locale.js
|
|
1897
1896
|
var require_add_locale = __commonJS({
|
|
1898
|
-
"node_modules/next/dist/shared/lib/router/utils/add-locale.js"(
|
|
1897
|
+
"node_modules/next/dist/shared/lib/router/utils/add-locale.js"(exports2) {
|
|
1899
1898
|
"use strict";
|
|
1900
|
-
Object.defineProperty(
|
|
1899
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1901
1900
|
value: true
|
|
1902
1901
|
});
|
|
1903
|
-
Object.defineProperty(
|
|
1902
|
+
Object.defineProperty(exports2, "addLocale", {
|
|
1904
1903
|
enumerable: true,
|
|
1905
1904
|
get: function() {
|
|
1906
1905
|
return addLocale;
|
|
@@ -1922,12 +1921,12 @@ var require_add_locale = __commonJS({
|
|
|
1922
1921
|
|
|
1923
1922
|
// node_modules/next/dist/client/add-locale.js
|
|
1924
1923
|
var require_add_locale2 = __commonJS({
|
|
1925
|
-
"node_modules/next/dist/client/add-locale.js"(
|
|
1924
|
+
"node_modules/next/dist/client/add-locale.js"(exports2, module2) {
|
|
1926
1925
|
"use strict";
|
|
1927
|
-
Object.defineProperty(
|
|
1926
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1928
1927
|
value: true
|
|
1929
1928
|
});
|
|
1930
|
-
Object.defineProperty(
|
|
1929
|
+
Object.defineProperty(exports2, "addLocale", {
|
|
1931
1930
|
enumerable: true,
|
|
1932
1931
|
get: function() {
|
|
1933
1932
|
return addLocale;
|
|
@@ -1943,40 +1942,40 @@ var require_add_locale2 = __commonJS({
|
|
|
1943
1942
|
}
|
|
1944
1943
|
return path;
|
|
1945
1944
|
};
|
|
1946
|
-
if ((typeof
|
|
1947
|
-
Object.defineProperty(
|
|
1948
|
-
Object.assign(
|
|
1949
|
-
|
|
1945
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
1946
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
1947
|
+
Object.assign(exports2.default, exports2);
|
|
1948
|
+
module2.exports = exports2.default;
|
|
1950
1949
|
}
|
|
1951
1950
|
}
|
|
1952
1951
|
});
|
|
1953
1952
|
|
|
1954
1953
|
// node_modules/@swc/helpers/cjs/_interop_require_default.cjs
|
|
1955
1954
|
var require_interop_require_default = __commonJS({
|
|
1956
|
-
"node_modules/@swc/helpers/cjs/_interop_require_default.cjs"(
|
|
1955
|
+
"node_modules/@swc/helpers/cjs/_interop_require_default.cjs"(exports2) {
|
|
1957
1956
|
"use strict";
|
|
1958
1957
|
function _interop_require_default(obj) {
|
|
1959
1958
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
1960
1959
|
}
|
|
1961
|
-
|
|
1960
|
+
exports2._ = _interop_require_default;
|
|
1962
1961
|
}
|
|
1963
1962
|
});
|
|
1964
1963
|
|
|
1965
1964
|
// node_modules/next/dist/shared/lib/router-context.shared-runtime.js
|
|
1966
1965
|
var require_router_context_shared_runtime = __commonJS({
|
|
1967
|
-
"node_modules/next/dist/shared/lib/router-context.shared-runtime.js"(
|
|
1966
|
+
"node_modules/next/dist/shared/lib/router-context.shared-runtime.js"(exports2) {
|
|
1968
1967
|
"use strict";
|
|
1969
|
-
Object.defineProperty(
|
|
1968
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1970
1969
|
value: true
|
|
1971
1970
|
});
|
|
1972
|
-
Object.defineProperty(
|
|
1971
|
+
Object.defineProperty(exports2, "RouterContext", {
|
|
1973
1972
|
enumerable: true,
|
|
1974
1973
|
get: function() {
|
|
1975
1974
|
return RouterContext;
|
|
1976
1975
|
}
|
|
1977
1976
|
});
|
|
1978
1977
|
var _interop_require_default = require_interop_require_default();
|
|
1979
|
-
var _react = /* @__PURE__ */ _interop_require_default._(
|
|
1978
|
+
var _react = /* @__PURE__ */ _interop_require_default._(require("react"));
|
|
1980
1979
|
var RouterContext = _react.default.createContext(null);
|
|
1981
1980
|
if (process.env.NODE_ENV !== "production") {
|
|
1982
1981
|
RouterContext.displayName = "RouterContext";
|
|
@@ -1986,9 +1985,9 @@ var require_router_context_shared_runtime = __commonJS({
|
|
|
1986
1985
|
|
|
1987
1986
|
// node_modules/next/dist/client/request-idle-callback.js
|
|
1988
1987
|
var require_request_idle_callback = __commonJS({
|
|
1989
|
-
"node_modules/next/dist/client/request-idle-callback.js"(
|
|
1988
|
+
"node_modules/next/dist/client/request-idle-callback.js"(exports2, module2) {
|
|
1990
1989
|
"use strict";
|
|
1991
|
-
Object.defineProperty(
|
|
1990
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
1992
1991
|
value: true
|
|
1993
1992
|
});
|
|
1994
1993
|
function _export(target, all) {
|
|
@@ -1997,7 +1996,7 @@ var require_request_idle_callback = __commonJS({
|
|
|
1997
1996
|
get: all[name]
|
|
1998
1997
|
});
|
|
1999
1998
|
}
|
|
2000
|
-
_export(
|
|
1999
|
+
_export(exports2, {
|
|
2001
2000
|
cancelIdleCallback: function() {
|
|
2002
2001
|
return cancelIdleCallback;
|
|
2003
2002
|
},
|
|
@@ -2019,28 +2018,28 @@ var require_request_idle_callback = __commonJS({
|
|
|
2019
2018
|
var cancelIdleCallback = typeof self !== "undefined" && self.cancelIdleCallback && self.cancelIdleCallback.bind(window) || function(id) {
|
|
2020
2019
|
return clearTimeout(id);
|
|
2021
2020
|
};
|
|
2022
|
-
if ((typeof
|
|
2023
|
-
Object.defineProperty(
|
|
2024
|
-
Object.assign(
|
|
2025
|
-
|
|
2021
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2022
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2023
|
+
Object.assign(exports2.default, exports2);
|
|
2024
|
+
module2.exports = exports2.default;
|
|
2026
2025
|
}
|
|
2027
2026
|
}
|
|
2028
2027
|
});
|
|
2029
2028
|
|
|
2030
2029
|
// node_modules/next/dist/client/use-intersection.js
|
|
2031
2030
|
var require_use_intersection = __commonJS({
|
|
2032
|
-
"node_modules/next/dist/client/use-intersection.js"(
|
|
2031
|
+
"node_modules/next/dist/client/use-intersection.js"(exports2, module2) {
|
|
2033
2032
|
"use strict";
|
|
2034
|
-
Object.defineProperty(
|
|
2033
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2035
2034
|
value: true
|
|
2036
2035
|
});
|
|
2037
|
-
Object.defineProperty(
|
|
2036
|
+
Object.defineProperty(exports2, "useIntersection", {
|
|
2038
2037
|
enumerable: true,
|
|
2039
2038
|
get: function() {
|
|
2040
2039
|
return useIntersection;
|
|
2041
2040
|
}
|
|
2042
2041
|
});
|
|
2043
|
-
var _react =
|
|
2042
|
+
var _react = require("react");
|
|
2044
2043
|
var _requestidlecallback = require_request_idle_callback();
|
|
2045
2044
|
var hasIntersectionObserver = typeof IntersectionObserver === "function";
|
|
2046
2045
|
var observers = /* @__PURE__ */ new Map();
|
|
@@ -2135,22 +2134,22 @@ var require_use_intersection = __commonJS({
|
|
|
2135
2134
|
resetVisible
|
|
2136
2135
|
];
|
|
2137
2136
|
}
|
|
2138
|
-
if ((typeof
|
|
2139
|
-
Object.defineProperty(
|
|
2140
|
-
Object.assign(
|
|
2141
|
-
|
|
2137
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2138
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2139
|
+
Object.assign(exports2.default, exports2);
|
|
2140
|
+
module2.exports = exports2.default;
|
|
2142
2141
|
}
|
|
2143
2142
|
}
|
|
2144
2143
|
});
|
|
2145
2144
|
|
|
2146
2145
|
// node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js
|
|
2147
2146
|
var require_normalize_locale_path = __commonJS({
|
|
2148
|
-
"node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"(
|
|
2147
|
+
"node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"(exports2) {
|
|
2149
2148
|
"use strict";
|
|
2150
|
-
Object.defineProperty(
|
|
2149
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2151
2150
|
value: true
|
|
2152
2151
|
});
|
|
2153
|
-
Object.defineProperty(
|
|
2152
|
+
Object.defineProperty(exports2, "normalizeLocalePath", {
|
|
2154
2153
|
enumerable: true,
|
|
2155
2154
|
get: function() {
|
|
2156
2155
|
return normalizeLocalePath;
|
|
@@ -2188,12 +2187,12 @@ var require_normalize_locale_path = __commonJS({
|
|
|
2188
2187
|
|
|
2189
2188
|
// node_modules/next/dist/client/normalize-locale-path.js
|
|
2190
2189
|
var require_normalize_locale_path2 = __commonJS({
|
|
2191
|
-
"node_modules/next/dist/client/normalize-locale-path.js"(
|
|
2190
|
+
"node_modules/next/dist/client/normalize-locale-path.js"(exports2, module2) {
|
|
2192
2191
|
"use strict";
|
|
2193
|
-
Object.defineProperty(
|
|
2192
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2194
2193
|
value: true
|
|
2195
2194
|
});
|
|
2196
|
-
Object.defineProperty(
|
|
2195
|
+
Object.defineProperty(exports2, "normalizeLocalePath", {
|
|
2197
2196
|
enumerable: true,
|
|
2198
2197
|
get: function() {
|
|
2199
2198
|
return normalizeLocalePath;
|
|
@@ -2208,22 +2207,22 @@ var require_normalize_locale_path2 = __commonJS({
|
|
|
2208
2207
|
detectedLocale: void 0
|
|
2209
2208
|
};
|
|
2210
2209
|
};
|
|
2211
|
-
if ((typeof
|
|
2212
|
-
Object.defineProperty(
|
|
2213
|
-
Object.assign(
|
|
2214
|
-
|
|
2210
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2211
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2212
|
+
Object.assign(exports2.default, exports2);
|
|
2213
|
+
module2.exports = exports2.default;
|
|
2215
2214
|
}
|
|
2216
2215
|
}
|
|
2217
2216
|
});
|
|
2218
2217
|
|
|
2219
2218
|
// node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js
|
|
2220
2219
|
var require_detect_domain_locale = __commonJS({
|
|
2221
|
-
"node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"(
|
|
2220
|
+
"node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"(exports2) {
|
|
2222
2221
|
"use strict";
|
|
2223
|
-
Object.defineProperty(
|
|
2222
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2224
2223
|
value: true
|
|
2225
2224
|
});
|
|
2226
|
-
Object.defineProperty(
|
|
2225
|
+
Object.defineProperty(exports2, "detectDomainLocale", {
|
|
2227
2226
|
enumerable: true,
|
|
2228
2227
|
get: function() {
|
|
2229
2228
|
return detectDomainLocale;
|
|
@@ -2247,12 +2246,12 @@ var require_detect_domain_locale = __commonJS({
|
|
|
2247
2246
|
|
|
2248
2247
|
// node_modules/next/dist/client/detect-domain-locale.js
|
|
2249
2248
|
var require_detect_domain_locale2 = __commonJS({
|
|
2250
|
-
"node_modules/next/dist/client/detect-domain-locale.js"(
|
|
2249
|
+
"node_modules/next/dist/client/detect-domain-locale.js"(exports2, module2) {
|
|
2251
2250
|
"use strict";
|
|
2252
|
-
Object.defineProperty(
|
|
2251
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2253
2252
|
value: true
|
|
2254
2253
|
});
|
|
2255
|
-
Object.defineProperty(
|
|
2254
|
+
Object.defineProperty(exports2, "detectDomainLocale", {
|
|
2256
2255
|
enumerable: true,
|
|
2257
2256
|
get: function() {
|
|
2258
2257
|
return detectDomainLocale;
|
|
@@ -2266,22 +2265,22 @@ var require_detect_domain_locale2 = __commonJS({
|
|
|
2266
2265
|
return require_detect_domain_locale().detectDomainLocale(...args);
|
|
2267
2266
|
}
|
|
2268
2267
|
};
|
|
2269
|
-
if ((typeof
|
|
2270
|
-
Object.defineProperty(
|
|
2271
|
-
Object.assign(
|
|
2272
|
-
|
|
2268
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2269
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2270
|
+
Object.assign(exports2.default, exports2);
|
|
2271
|
+
module2.exports = exports2.default;
|
|
2273
2272
|
}
|
|
2274
2273
|
}
|
|
2275
2274
|
});
|
|
2276
2275
|
|
|
2277
2276
|
// node_modules/next/dist/client/get-domain-locale.js
|
|
2278
2277
|
var require_get_domain_locale = __commonJS({
|
|
2279
|
-
"node_modules/next/dist/client/get-domain-locale.js"(
|
|
2278
|
+
"node_modules/next/dist/client/get-domain-locale.js"(exports2, module2) {
|
|
2280
2279
|
"use strict";
|
|
2281
|
-
Object.defineProperty(
|
|
2280
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2282
2281
|
value: true
|
|
2283
2282
|
});
|
|
2284
|
-
Object.defineProperty(
|
|
2283
|
+
Object.defineProperty(exports2, "getDomainLocale", {
|
|
2285
2284
|
enumerable: true,
|
|
2286
2285
|
get: function() {
|
|
2287
2286
|
return getDomainLocale;
|
|
@@ -2305,22 +2304,22 @@ var require_get_domain_locale = __commonJS({
|
|
|
2305
2304
|
return false;
|
|
2306
2305
|
}
|
|
2307
2306
|
}
|
|
2308
|
-
if ((typeof
|
|
2309
|
-
Object.defineProperty(
|
|
2310
|
-
Object.assign(
|
|
2311
|
-
|
|
2307
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2308
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2309
|
+
Object.assign(exports2.default, exports2);
|
|
2310
|
+
module2.exports = exports2.default;
|
|
2312
2311
|
}
|
|
2313
2312
|
}
|
|
2314
2313
|
});
|
|
2315
2314
|
|
|
2316
2315
|
// node_modules/next/dist/client/add-base-path.js
|
|
2317
2316
|
var require_add_base_path = __commonJS({
|
|
2318
|
-
"node_modules/next/dist/client/add-base-path.js"(
|
|
2317
|
+
"node_modules/next/dist/client/add-base-path.js"(exports2, module2) {
|
|
2319
2318
|
"use strict";
|
|
2320
|
-
Object.defineProperty(
|
|
2319
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2321
2320
|
value: true
|
|
2322
2321
|
});
|
|
2323
|
-
Object.defineProperty(
|
|
2322
|
+
Object.defineProperty(exports2, "addBasePath", {
|
|
2324
2323
|
enumerable: true,
|
|
2325
2324
|
get: function() {
|
|
2326
2325
|
return addBasePath;
|
|
@@ -2332,28 +2331,28 @@ var require_add_base_path = __commonJS({
|
|
|
2332
2331
|
function addBasePath(path, required) {
|
|
2333
2332
|
return (0, _normalizetrailingslash.normalizePathTrailingSlash)(process.env.__NEXT_MANUAL_CLIENT_BASE_PATH && !required ? path : (0, _addpathprefix.addPathPrefix)(path, basePath));
|
|
2334
2333
|
}
|
|
2335
|
-
if ((typeof
|
|
2336
|
-
Object.defineProperty(
|
|
2337
|
-
Object.assign(
|
|
2338
|
-
|
|
2334
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2335
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2336
|
+
Object.assign(exports2.default, exports2);
|
|
2337
|
+
module2.exports = exports2.default;
|
|
2339
2338
|
}
|
|
2340
2339
|
}
|
|
2341
2340
|
});
|
|
2342
2341
|
|
|
2343
2342
|
// node_modules/next/dist/client/use-merged-ref.js
|
|
2344
2343
|
var require_use_merged_ref = __commonJS({
|
|
2345
|
-
"node_modules/next/dist/client/use-merged-ref.js"(
|
|
2344
|
+
"node_modules/next/dist/client/use-merged-ref.js"(exports2, module2) {
|
|
2346
2345
|
"use strict";
|
|
2347
|
-
Object.defineProperty(
|
|
2346
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2348
2347
|
value: true
|
|
2349
2348
|
});
|
|
2350
|
-
Object.defineProperty(
|
|
2349
|
+
Object.defineProperty(exports2, "useMergedRef", {
|
|
2351
2350
|
enumerable: true,
|
|
2352
2351
|
get: function() {
|
|
2353
2352
|
return useMergedRef;
|
|
2354
2353
|
}
|
|
2355
2354
|
});
|
|
2356
|
-
var _react =
|
|
2355
|
+
var _react = require("react");
|
|
2357
2356
|
function useMergedRef(refA, refB) {
|
|
2358
2357
|
const cleanupA = (0, _react.useRef)(null);
|
|
2359
2358
|
const cleanupB = (0, _react.useRef)(null);
|
|
@@ -2397,22 +2396,22 @@ var require_use_merged_ref = __commonJS({
|
|
|
2397
2396
|
};
|
|
2398
2397
|
}
|
|
2399
2398
|
}
|
|
2400
|
-
if ((typeof
|
|
2401
|
-
Object.defineProperty(
|
|
2402
|
-
Object.assign(
|
|
2403
|
-
|
|
2399
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2400
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2401
|
+
Object.assign(exports2.default, exports2);
|
|
2402
|
+
module2.exports = exports2.default;
|
|
2404
2403
|
}
|
|
2405
2404
|
}
|
|
2406
2405
|
});
|
|
2407
2406
|
|
|
2408
2407
|
// node_modules/next/dist/shared/lib/utils/error-once.js
|
|
2409
2408
|
var require_error_once = __commonJS({
|
|
2410
|
-
"node_modules/next/dist/shared/lib/utils/error-once.js"(
|
|
2409
|
+
"node_modules/next/dist/shared/lib/utils/error-once.js"(exports2) {
|
|
2411
2410
|
"use strict";
|
|
2412
|
-
Object.defineProperty(
|
|
2411
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2413
2412
|
value: true
|
|
2414
2413
|
});
|
|
2415
|
-
Object.defineProperty(
|
|
2414
|
+
Object.defineProperty(exports2, "errorOnce", {
|
|
2416
2415
|
enumerable: true,
|
|
2417
2416
|
get: function() {
|
|
2418
2417
|
return errorOnce;
|
|
@@ -2434,10 +2433,10 @@ var require_error_once = __commonJS({
|
|
|
2434
2433
|
|
|
2435
2434
|
// node_modules/next/dist/client/link.js
|
|
2436
2435
|
var require_link = __commonJS({
|
|
2437
|
-
"node_modules/next/dist/client/link.js"(
|
|
2438
|
-
"use strict";
|
|
2436
|
+
"node_modules/next/dist/client/link.js"(exports2, module2) {
|
|
2439
2437
|
"use client";
|
|
2440
|
-
|
|
2438
|
+
"use strict";
|
|
2439
|
+
Object.defineProperty(exports2, "__esModule", {
|
|
2441
2440
|
value: true
|
|
2442
2441
|
});
|
|
2443
2442
|
function _export(target, all) {
|
|
@@ -2446,7 +2445,7 @@ var require_link = __commonJS({
|
|
|
2446
2445
|
get: all[name]
|
|
2447
2446
|
});
|
|
2448
2447
|
}
|
|
2449
|
-
_export(
|
|
2448
|
+
_export(exports2, {
|
|
2450
2449
|
default: function() {
|
|
2451
2450
|
return _default;
|
|
2452
2451
|
},
|
|
@@ -2455,8 +2454,8 @@ var require_link = __commonJS({
|
|
|
2455
2454
|
}
|
|
2456
2455
|
});
|
|
2457
2456
|
var _interop_require_wildcard = require_interop_require_wildcard();
|
|
2458
|
-
var _jsxruntime =
|
|
2459
|
-
var _react = /* @__PURE__ */ _interop_require_wildcard._(
|
|
2457
|
+
var _jsxruntime = require("react/jsx-runtime");
|
|
2458
|
+
var _react = /* @__PURE__ */ _interop_require_wildcard._(require("react"));
|
|
2460
2459
|
var _resolvehref = require_resolve_href();
|
|
2461
2460
|
var _islocalurl = require_is_local_url();
|
|
2462
2461
|
var _formaturl = require_format_url();
|
|
@@ -2823,41 +2822,46 @@ var require_link = __commonJS({
|
|
|
2823
2822
|
return (0, _react.useContext)(LinkStatusContext);
|
|
2824
2823
|
};
|
|
2825
2824
|
var _default = Link2;
|
|
2826
|
-
if ((typeof
|
|
2827
|
-
Object.defineProperty(
|
|
2828
|
-
Object.assign(
|
|
2829
|
-
|
|
2825
|
+
if ((typeof exports2.default === "function" || typeof exports2.default === "object" && exports2.default !== null) && typeof exports2.default.__esModule === "undefined") {
|
|
2826
|
+
Object.defineProperty(exports2.default, "__esModule", { value: true });
|
|
2827
|
+
Object.assign(exports2.default, exports2);
|
|
2828
|
+
module2.exports = exports2.default;
|
|
2830
2829
|
}
|
|
2831
2830
|
}
|
|
2832
2831
|
});
|
|
2833
2832
|
|
|
2834
2833
|
// node_modules/next/link.js
|
|
2835
2834
|
var require_link2 = __commonJS({
|
|
2836
|
-
"node_modules/next/link.js"(
|
|
2837
|
-
|
|
2838
|
-
module.exports = require_link();
|
|
2835
|
+
"node_modules/next/link.js"(exports2, module2) {
|
|
2836
|
+
module2.exports = require_link();
|
|
2839
2837
|
}
|
|
2840
2838
|
});
|
|
2841
2839
|
|
|
2842
2840
|
// src/components/layout-and-navigation/BreadCrumb.tsx
|
|
2843
|
-
var
|
|
2844
|
-
|
|
2845
|
-
|
|
2841
|
+
var BreadCrumb_exports = {};
|
|
2842
|
+
__export(BreadCrumb_exports, {
|
|
2843
|
+
BreadCrumb: () => BreadCrumb
|
|
2844
|
+
});
|
|
2845
|
+
module.exports = __toCommonJS(BreadCrumb_exports);
|
|
2846
|
+
var import_link = __toESM(require_link2());
|
|
2847
|
+
var import_clsx = __toESM(require("clsx"));
|
|
2848
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
2846
2849
|
var BreadCrumb = ({ crumbs, linkClassName, containerClassName }) => {
|
|
2847
2850
|
const color = "text-description";
|
|
2848
|
-
return /* @__PURE__ */ jsx("div", { className:
|
|
2849
|
-
/* @__PURE__ */ jsx(
|
|
2851
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { className: (0, import_clsx.default)("row gap-x-0", containerClassName), children: crumbs.map((crumb, index) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { children: [
|
|
2852
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2850
2853
|
import_link.default,
|
|
2851
2854
|
{
|
|
2852
2855
|
href: crumb.link,
|
|
2853
|
-
className:
|
|
2856
|
+
className: (0, import_clsx.default)(linkClassName, { [`${color} hover:brightness-60`]: index !== crumbs.length - 1 }),
|
|
2854
2857
|
children: crumb.display
|
|
2855
2858
|
}
|
|
2856
2859
|
),
|
|
2857
|
-
index !== crumbs.length - 1 && /* @__PURE__ */ jsx("span", { className:
|
|
2860
|
+
index !== crumbs.length - 1 && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: (0, import_clsx.default)(`px-1`, color), children: "/" })
|
|
2858
2861
|
] }, index)) });
|
|
2859
2862
|
};
|
|
2860
|
-
export
|
|
2863
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
2864
|
+
0 && (module.exports = {
|
|
2861
2865
|
BreadCrumb
|
|
2862
|
-
};
|
|
2866
|
+
});
|
|
2863
2867
|
//# sourceMappingURL=BreadCrumb.js.map
|