@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
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __create = Object.create;
|
|
3
2
|
var __defProp = Object.defineProperty;
|
|
4
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
5
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var
|
|
7
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
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() {
|
|
9
14
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
15
|
};
|
|
11
|
-
var __export = (target, all) => {
|
|
12
|
-
for (var name in all)
|
|
13
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
14
|
-
};
|
|
15
16
|
var __copyProps = (to, from, except, desc) => {
|
|
16
17
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
17
18
|
for (let key of __getOwnPropNames(from))
|
|
@@ -28,11 +29,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
29
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
29
30
|
mod
|
|
30
31
|
));
|
|
31
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
32
32
|
|
|
33
33
|
// node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs
|
|
34
34
|
var require_interop_require_wildcard = __commonJS({
|
|
35
|
-
"node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs"(
|
|
35
|
+
"node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs"(exports) {
|
|
36
36
|
"use strict";
|
|
37
37
|
function _getRequireWildcardCache(nodeInterop) {
|
|
38
38
|
if (typeof WeakMap !== "function") return null;
|
|
@@ -60,15 +60,15 @@ var require_interop_require_wildcard = __commonJS({
|
|
|
60
60
|
if (cache) cache.set(obj, newObj);
|
|
61
61
|
return newObj;
|
|
62
62
|
}
|
|
63
|
-
|
|
63
|
+
exports._ = _interop_require_wildcard;
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
// node_modules/next/dist/shared/lib/router/utils/querystring.js
|
|
68
68
|
var require_querystring = __commonJS({
|
|
69
|
-
"node_modules/next/dist/shared/lib/router/utils/querystring.js"(
|
|
69
|
+
"node_modules/next/dist/shared/lib/router/utils/querystring.js"(exports) {
|
|
70
70
|
"use strict";
|
|
71
|
-
Object.defineProperty(
|
|
71
|
+
Object.defineProperty(exports, "__esModule", {
|
|
72
72
|
value: true
|
|
73
73
|
});
|
|
74
74
|
function _export(target, all) {
|
|
@@ -77,7 +77,7 @@ var require_querystring = __commonJS({
|
|
|
77
77
|
get: all[name]
|
|
78
78
|
});
|
|
79
79
|
}
|
|
80
|
-
_export(
|
|
80
|
+
_export(exports, {
|
|
81
81
|
assign: function() {
|
|
82
82
|
return assign;
|
|
83
83
|
},
|
|
@@ -147,9 +147,9 @@ var require_querystring = __commonJS({
|
|
|
147
147
|
|
|
148
148
|
// node_modules/next/dist/shared/lib/router/utils/format-url.js
|
|
149
149
|
var require_format_url = __commonJS({
|
|
150
|
-
"node_modules/next/dist/shared/lib/router/utils/format-url.js"(
|
|
150
|
+
"node_modules/next/dist/shared/lib/router/utils/format-url.js"(exports) {
|
|
151
151
|
"use strict";
|
|
152
|
-
Object.defineProperty(
|
|
152
|
+
Object.defineProperty(exports, "__esModule", {
|
|
153
153
|
value: true
|
|
154
154
|
});
|
|
155
155
|
function _export(target, all) {
|
|
@@ -158,7 +158,7 @@ var require_format_url = __commonJS({
|
|
|
158
158
|
get: all[name]
|
|
159
159
|
});
|
|
160
160
|
}
|
|
161
|
-
_export(
|
|
161
|
+
_export(exports, {
|
|
162
162
|
formatUrl: function() {
|
|
163
163
|
return formatUrl;
|
|
164
164
|
},
|
|
@@ -236,12 +236,12 @@ var require_format_url = __commonJS({
|
|
|
236
236
|
|
|
237
237
|
// node_modules/next/dist/shared/lib/router/utils/omit.js
|
|
238
238
|
var require_omit = __commonJS({
|
|
239
|
-
"node_modules/next/dist/shared/lib/router/utils/omit.js"(
|
|
239
|
+
"node_modules/next/dist/shared/lib/router/utils/omit.js"(exports) {
|
|
240
240
|
"use strict";
|
|
241
|
-
Object.defineProperty(
|
|
241
|
+
Object.defineProperty(exports, "__esModule", {
|
|
242
242
|
value: true
|
|
243
243
|
});
|
|
244
|
-
Object.defineProperty(
|
|
244
|
+
Object.defineProperty(exports, "omit", {
|
|
245
245
|
enumerable: true,
|
|
246
246
|
get: function() {
|
|
247
247
|
return omit;
|
|
@@ -261,9 +261,9 @@ var require_omit = __commonJS({
|
|
|
261
261
|
|
|
262
262
|
// node_modules/next/dist/shared/lib/utils.js
|
|
263
263
|
var require_utils = __commonJS({
|
|
264
|
-
"node_modules/next/dist/shared/lib/utils.js"(
|
|
264
|
+
"node_modules/next/dist/shared/lib/utils.js"(exports) {
|
|
265
265
|
"use strict";
|
|
266
|
-
Object.defineProperty(
|
|
266
|
+
Object.defineProperty(exports, "__esModule", {
|
|
267
267
|
value: true
|
|
268
268
|
});
|
|
269
269
|
function _export(target, all) {
|
|
@@ -272,7 +272,7 @@ var require_utils = __commonJS({
|
|
|
272
272
|
get: all[name]
|
|
273
273
|
});
|
|
274
274
|
}
|
|
275
|
-
_export(
|
|
275
|
+
_export(exports, {
|
|
276
276
|
DecodeError: function() {
|
|
277
277
|
return DecodeError;
|
|
278
278
|
},
|
|
@@ -451,12 +451,12 @@ var require_utils = __commonJS({
|
|
|
451
451
|
|
|
452
452
|
// node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js
|
|
453
453
|
var require_remove_trailing_slash = __commonJS({
|
|
454
|
-
"node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"(
|
|
454
|
+
"node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js"(exports) {
|
|
455
455
|
"use strict";
|
|
456
|
-
Object.defineProperty(
|
|
456
|
+
Object.defineProperty(exports, "__esModule", {
|
|
457
457
|
value: true
|
|
458
458
|
});
|
|
459
|
-
Object.defineProperty(
|
|
459
|
+
Object.defineProperty(exports, "removeTrailingSlash", {
|
|
460
460
|
enumerable: true,
|
|
461
461
|
get: function() {
|
|
462
462
|
return removeTrailingSlash;
|
|
@@ -470,12 +470,12 @@ var require_remove_trailing_slash = __commonJS({
|
|
|
470
470
|
|
|
471
471
|
// node_modules/next/dist/shared/lib/router/utils/parse-path.js
|
|
472
472
|
var require_parse_path = __commonJS({
|
|
473
|
-
"node_modules/next/dist/shared/lib/router/utils/parse-path.js"(
|
|
473
|
+
"node_modules/next/dist/shared/lib/router/utils/parse-path.js"(exports) {
|
|
474
474
|
"use strict";
|
|
475
|
-
Object.defineProperty(
|
|
475
|
+
Object.defineProperty(exports, "__esModule", {
|
|
476
476
|
value: true
|
|
477
477
|
});
|
|
478
|
-
Object.defineProperty(
|
|
478
|
+
Object.defineProperty(exports, "parsePath", {
|
|
479
479
|
enumerable: true,
|
|
480
480
|
get: function() {
|
|
481
481
|
return parsePath;
|
|
@@ -503,12 +503,12 @@ var require_parse_path = __commonJS({
|
|
|
503
503
|
|
|
504
504
|
// node_modules/next/dist/client/normalize-trailing-slash.js
|
|
505
505
|
var require_normalize_trailing_slash = __commonJS({
|
|
506
|
-
"node_modules/next/dist/client/normalize-trailing-slash.js"(
|
|
506
|
+
"node_modules/next/dist/client/normalize-trailing-slash.js"(exports, module) {
|
|
507
507
|
"use strict";
|
|
508
|
-
Object.defineProperty(
|
|
508
|
+
Object.defineProperty(exports, "__esModule", {
|
|
509
509
|
value: true
|
|
510
510
|
});
|
|
511
|
-
Object.defineProperty(
|
|
511
|
+
Object.defineProperty(exports, "normalizePathTrailingSlash", {
|
|
512
512
|
enumerable: true,
|
|
513
513
|
get: function() {
|
|
514
514
|
return normalizePathTrailingSlash;
|
|
@@ -532,22 +532,22 @@ var require_normalize_trailing_slash = __commonJS({
|
|
|
532
532
|
}
|
|
533
533
|
return "" + (0, _removetrailingslash.removeTrailingSlash)(pathname) + query + hash;
|
|
534
534
|
};
|
|
535
|
-
if ((typeof
|
|
536
|
-
Object.defineProperty(
|
|
537
|
-
Object.assign(
|
|
538
|
-
|
|
535
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
536
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
537
|
+
Object.assign(exports.default, exports);
|
|
538
|
+
module.exports = exports.default;
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
541
|
});
|
|
542
542
|
|
|
543
543
|
// node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js
|
|
544
544
|
var require_path_has_prefix = __commonJS({
|
|
545
|
-
"node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"(
|
|
545
|
+
"node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js"(exports) {
|
|
546
546
|
"use strict";
|
|
547
|
-
Object.defineProperty(
|
|
547
|
+
Object.defineProperty(exports, "__esModule", {
|
|
548
548
|
value: true
|
|
549
549
|
});
|
|
550
|
-
Object.defineProperty(
|
|
550
|
+
Object.defineProperty(exports, "pathHasPrefix", {
|
|
551
551
|
enumerable: true,
|
|
552
552
|
get: function() {
|
|
553
553
|
return pathHasPrefix;
|
|
@@ -566,12 +566,12 @@ var require_path_has_prefix = __commonJS({
|
|
|
566
566
|
|
|
567
567
|
// node_modules/next/dist/client/has-base-path.js
|
|
568
568
|
var require_has_base_path = __commonJS({
|
|
569
|
-
"node_modules/next/dist/client/has-base-path.js"(
|
|
569
|
+
"node_modules/next/dist/client/has-base-path.js"(exports, module) {
|
|
570
570
|
"use strict";
|
|
571
|
-
Object.defineProperty(
|
|
571
|
+
Object.defineProperty(exports, "__esModule", {
|
|
572
572
|
value: true
|
|
573
573
|
});
|
|
574
|
-
Object.defineProperty(
|
|
574
|
+
Object.defineProperty(exports, "hasBasePath", {
|
|
575
575
|
enumerable: true,
|
|
576
576
|
get: function() {
|
|
577
577
|
return hasBasePath;
|
|
@@ -582,22 +582,22 @@ var require_has_base_path = __commonJS({
|
|
|
582
582
|
function hasBasePath(path) {
|
|
583
583
|
return (0, _pathhasprefix.pathHasPrefix)(path, basePath);
|
|
584
584
|
}
|
|
585
|
-
if ((typeof
|
|
586
|
-
Object.defineProperty(
|
|
587
|
-
Object.assign(
|
|
588
|
-
|
|
585
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
586
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
587
|
+
Object.assign(exports.default, exports);
|
|
588
|
+
module.exports = exports.default;
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
});
|
|
592
592
|
|
|
593
593
|
// node_modules/next/dist/shared/lib/router/utils/is-local-url.js
|
|
594
594
|
var require_is_local_url = __commonJS({
|
|
595
|
-
"node_modules/next/dist/shared/lib/router/utils/is-local-url.js"(
|
|
595
|
+
"node_modules/next/dist/shared/lib/router/utils/is-local-url.js"(exports) {
|
|
596
596
|
"use strict";
|
|
597
|
-
Object.defineProperty(
|
|
597
|
+
Object.defineProperty(exports, "__esModule", {
|
|
598
598
|
value: true
|
|
599
599
|
});
|
|
600
|
-
Object.defineProperty(
|
|
600
|
+
Object.defineProperty(exports, "isLocalURL", {
|
|
601
601
|
enumerable: true,
|
|
602
602
|
get: function() {
|
|
603
603
|
return isLocalURL;
|
|
@@ -620,9 +620,9 @@ var require_is_local_url = __commonJS({
|
|
|
620
620
|
|
|
621
621
|
// node_modules/next/dist/shared/lib/router/utils/sorted-routes.js
|
|
622
622
|
var require_sorted_routes = __commonJS({
|
|
623
|
-
"node_modules/next/dist/shared/lib/router/utils/sorted-routes.js"(
|
|
623
|
+
"node_modules/next/dist/shared/lib/router/utils/sorted-routes.js"(exports) {
|
|
624
624
|
"use strict";
|
|
625
|
-
Object.defineProperty(
|
|
625
|
+
Object.defineProperty(exports, "__esModule", {
|
|
626
626
|
value: true
|
|
627
627
|
});
|
|
628
628
|
function _export(target, all) {
|
|
@@ -631,7 +631,7 @@ var require_sorted_routes = __commonJS({
|
|
|
631
631
|
get: all[name]
|
|
632
632
|
});
|
|
633
633
|
}
|
|
634
|
-
_export(
|
|
634
|
+
_export(exports, {
|
|
635
635
|
getSortedRouteObjects: function() {
|
|
636
636
|
return getSortedRouteObjects;
|
|
637
637
|
},
|
|
@@ -830,12 +830,12 @@ var require_sorted_routes = __commonJS({
|
|
|
830
830
|
|
|
831
831
|
// node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js
|
|
832
832
|
var require_ensure_leading_slash = __commonJS({
|
|
833
|
-
"node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js"(
|
|
833
|
+
"node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js"(exports) {
|
|
834
834
|
"use strict";
|
|
835
|
-
Object.defineProperty(
|
|
835
|
+
Object.defineProperty(exports, "__esModule", {
|
|
836
836
|
value: true
|
|
837
837
|
});
|
|
838
|
-
Object.defineProperty(
|
|
838
|
+
Object.defineProperty(exports, "ensureLeadingSlash", {
|
|
839
839
|
enumerable: true,
|
|
840
840
|
get: function() {
|
|
841
841
|
return ensureLeadingSlash;
|
|
@@ -849,9 +849,9 @@ var require_ensure_leading_slash = __commonJS({
|
|
|
849
849
|
|
|
850
850
|
// node_modules/next/dist/shared/lib/segment.js
|
|
851
851
|
var require_segment = __commonJS({
|
|
852
|
-
"node_modules/next/dist/shared/lib/segment.js"(
|
|
852
|
+
"node_modules/next/dist/shared/lib/segment.js"(exports) {
|
|
853
853
|
"use strict";
|
|
854
|
-
Object.defineProperty(
|
|
854
|
+
Object.defineProperty(exports, "__esModule", {
|
|
855
855
|
value: true
|
|
856
856
|
});
|
|
857
857
|
function _export(target, all) {
|
|
@@ -860,7 +860,7 @@ var require_segment = __commonJS({
|
|
|
860
860
|
get: all[name]
|
|
861
861
|
});
|
|
862
862
|
}
|
|
863
|
-
_export(
|
|
863
|
+
_export(exports, {
|
|
864
864
|
DEFAULT_SEGMENT_KEY: function() {
|
|
865
865
|
return DEFAULT_SEGMENT_KEY;
|
|
866
866
|
},
|
|
@@ -898,9 +898,9 @@ var require_segment = __commonJS({
|
|
|
898
898
|
|
|
899
899
|
// node_modules/next/dist/shared/lib/router/utils/app-paths.js
|
|
900
900
|
var require_app_paths = __commonJS({
|
|
901
|
-
"node_modules/next/dist/shared/lib/router/utils/app-paths.js"(
|
|
901
|
+
"node_modules/next/dist/shared/lib/router/utils/app-paths.js"(exports) {
|
|
902
902
|
"use strict";
|
|
903
|
-
Object.defineProperty(
|
|
903
|
+
Object.defineProperty(exports, "__esModule", {
|
|
904
904
|
value: true
|
|
905
905
|
});
|
|
906
906
|
function _export(target, all) {
|
|
@@ -909,7 +909,7 @@ var require_app_paths = __commonJS({
|
|
|
909
909
|
get: all[name]
|
|
910
910
|
});
|
|
911
911
|
}
|
|
912
|
-
_export(
|
|
912
|
+
_export(exports, {
|
|
913
913
|
normalizeAppPath: function() {
|
|
914
914
|
return normalizeAppPath;
|
|
915
915
|
},
|
|
@@ -948,9 +948,9 @@ var require_app_paths = __commonJS({
|
|
|
948
948
|
|
|
949
949
|
// node_modules/next/dist/shared/lib/router/utils/interception-routes.js
|
|
950
950
|
var require_interception_routes = __commonJS({
|
|
951
|
-
"node_modules/next/dist/shared/lib/router/utils/interception-routes.js"(
|
|
951
|
+
"node_modules/next/dist/shared/lib/router/utils/interception-routes.js"(exports) {
|
|
952
952
|
"use strict";
|
|
953
|
-
Object.defineProperty(
|
|
953
|
+
Object.defineProperty(exports, "__esModule", {
|
|
954
954
|
value: true
|
|
955
955
|
});
|
|
956
956
|
function _export(target, all) {
|
|
@@ -959,7 +959,7 @@ var require_interception_routes = __commonJS({
|
|
|
959
959
|
get: all[name]
|
|
960
960
|
});
|
|
961
961
|
}
|
|
962
|
-
_export(
|
|
962
|
+
_export(exports, {
|
|
963
963
|
INTERCEPTION_ROUTE_MARKERS: function() {
|
|
964
964
|
return INTERCEPTION_ROUTE_MARKERS;
|
|
965
965
|
},
|
|
@@ -1047,12 +1047,12 @@ var require_interception_routes = __commonJS({
|
|
|
1047
1047
|
|
|
1048
1048
|
// node_modules/next/dist/shared/lib/router/utils/is-dynamic.js
|
|
1049
1049
|
var require_is_dynamic = __commonJS({
|
|
1050
|
-
"node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"(
|
|
1050
|
+
"node_modules/next/dist/shared/lib/router/utils/is-dynamic.js"(exports) {
|
|
1051
1051
|
"use strict";
|
|
1052
|
-
Object.defineProperty(
|
|
1052
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1053
1053
|
value: true
|
|
1054
1054
|
});
|
|
1055
|
-
Object.defineProperty(
|
|
1055
|
+
Object.defineProperty(exports, "isDynamicRoute", {
|
|
1056
1056
|
enumerable: true,
|
|
1057
1057
|
get: function() {
|
|
1058
1058
|
return isDynamicRoute;
|
|
@@ -1076,9 +1076,9 @@ var require_is_dynamic = __commonJS({
|
|
|
1076
1076
|
|
|
1077
1077
|
// node_modules/next/dist/shared/lib/router/utils/index.js
|
|
1078
1078
|
var require_utils2 = __commonJS({
|
|
1079
|
-
"node_modules/next/dist/shared/lib/router/utils/index.js"(
|
|
1079
|
+
"node_modules/next/dist/shared/lib/router/utils/index.js"(exports) {
|
|
1080
1080
|
"use strict";
|
|
1081
|
-
Object.defineProperty(
|
|
1081
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1082
1082
|
value: true
|
|
1083
1083
|
});
|
|
1084
1084
|
function _export(target, all) {
|
|
@@ -1087,7 +1087,7 @@ var require_utils2 = __commonJS({
|
|
|
1087
1087
|
get: all[name]
|
|
1088
1088
|
});
|
|
1089
1089
|
}
|
|
1090
|
-
_export(
|
|
1090
|
+
_export(exports, {
|
|
1091
1091
|
getSortedRouteObjects: function() {
|
|
1092
1092
|
return _sortedroutes.getSortedRouteObjects;
|
|
1093
1093
|
},
|
|
@@ -1105,12 +1105,12 @@ var require_utils2 = __commonJS({
|
|
|
1105
1105
|
|
|
1106
1106
|
// node_modules/next/dist/shared/lib/router/utils/route-matcher.js
|
|
1107
1107
|
var require_route_matcher = __commonJS({
|
|
1108
|
-
"node_modules/next/dist/shared/lib/router/utils/route-matcher.js"(
|
|
1108
|
+
"node_modules/next/dist/shared/lib/router/utils/route-matcher.js"(exports) {
|
|
1109
1109
|
"use strict";
|
|
1110
|
-
Object.defineProperty(
|
|
1110
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1111
1111
|
value: true
|
|
1112
1112
|
});
|
|
1113
|
-
Object.defineProperty(
|
|
1113
|
+
Object.defineProperty(exports, "getRouteMatcher", {
|
|
1114
1114
|
enumerable: true,
|
|
1115
1115
|
get: function() {
|
|
1116
1116
|
return getRouteMatcher;
|
|
@@ -1152,9 +1152,9 @@ var require_route_matcher = __commonJS({
|
|
|
1152
1152
|
|
|
1153
1153
|
// node_modules/next/dist/lib/constants.js
|
|
1154
1154
|
var require_constants = __commonJS({
|
|
1155
|
-
"node_modules/next/dist/lib/constants.js"(
|
|
1155
|
+
"node_modules/next/dist/lib/constants.js"(exports) {
|
|
1156
1156
|
"use strict";
|
|
1157
|
-
Object.defineProperty(
|
|
1157
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1158
1158
|
value: true
|
|
1159
1159
|
});
|
|
1160
1160
|
function _export(target, all) {
|
|
@@ -1163,7 +1163,7 @@ var require_constants = __commonJS({
|
|
|
1163
1163
|
get: all[name]
|
|
1164
1164
|
});
|
|
1165
1165
|
}
|
|
1166
|
-
_export(
|
|
1166
|
+
_export(exports, {
|
|
1167
1167
|
ACTION_SUFFIX: function() {
|
|
1168
1168
|
return ACTION_SUFFIX;
|
|
1169
1169
|
},
|
|
@@ -1487,12 +1487,12 @@ var require_constants = __commonJS({
|
|
|
1487
1487
|
|
|
1488
1488
|
// node_modules/next/dist/shared/lib/escape-regexp.js
|
|
1489
1489
|
var require_escape_regexp = __commonJS({
|
|
1490
|
-
"node_modules/next/dist/shared/lib/escape-regexp.js"(
|
|
1490
|
+
"node_modules/next/dist/shared/lib/escape-regexp.js"(exports) {
|
|
1491
1491
|
"use strict";
|
|
1492
|
-
Object.defineProperty(
|
|
1492
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1493
1493
|
value: true
|
|
1494
1494
|
});
|
|
1495
|
-
Object.defineProperty(
|
|
1495
|
+
Object.defineProperty(exports, "escapeStringRegexp", {
|
|
1496
1496
|
enumerable: true,
|
|
1497
1497
|
get: function() {
|
|
1498
1498
|
return escapeStringRegexp;
|
|
@@ -1511,9 +1511,9 @@ var require_escape_regexp = __commonJS({
|
|
|
1511
1511
|
|
|
1512
1512
|
// node_modules/next/dist/shared/lib/router/utils/route-regex.js
|
|
1513
1513
|
var require_route_regex = __commonJS({
|
|
1514
|
-
"node_modules/next/dist/shared/lib/router/utils/route-regex.js"(
|
|
1514
|
+
"node_modules/next/dist/shared/lib/router/utils/route-regex.js"(exports) {
|
|
1515
1515
|
"use strict";
|
|
1516
|
-
Object.defineProperty(
|
|
1516
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1517
1517
|
value: true
|
|
1518
1518
|
});
|
|
1519
1519
|
function _export(target, all) {
|
|
@@ -1522,7 +1522,7 @@ var require_route_regex = __commonJS({
|
|
|
1522
1522
|
get: all[name]
|
|
1523
1523
|
});
|
|
1524
1524
|
}
|
|
1525
|
-
_export(
|
|
1525
|
+
_export(exports, {
|
|
1526
1526
|
getNamedMiddlewareRegex: function() {
|
|
1527
1527
|
return getNamedMiddlewareRegex;
|
|
1528
1528
|
},
|
|
@@ -1739,12 +1739,12 @@ var require_route_regex = __commonJS({
|
|
|
1739
1739
|
|
|
1740
1740
|
// node_modules/next/dist/shared/lib/router/utils/interpolate-as.js
|
|
1741
1741
|
var require_interpolate_as = __commonJS({
|
|
1742
|
-
"node_modules/next/dist/shared/lib/router/utils/interpolate-as.js"(
|
|
1742
|
+
"node_modules/next/dist/shared/lib/router/utils/interpolate-as.js"(exports) {
|
|
1743
1743
|
"use strict";
|
|
1744
|
-
Object.defineProperty(
|
|
1744
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1745
1745
|
value: true
|
|
1746
1746
|
});
|
|
1747
|
-
Object.defineProperty(
|
|
1747
|
+
Object.defineProperty(exports, "interpolateAs", {
|
|
1748
1748
|
enumerable: true,
|
|
1749
1749
|
get: function() {
|
|
1750
1750
|
return interpolateAs;
|
|
@@ -1795,12 +1795,12 @@ var require_interpolate_as = __commonJS({
|
|
|
1795
1795
|
|
|
1796
1796
|
// node_modules/next/dist/client/resolve-href.js
|
|
1797
1797
|
var require_resolve_href = __commonJS({
|
|
1798
|
-
"node_modules/next/dist/client/resolve-href.js"(
|
|
1798
|
+
"node_modules/next/dist/client/resolve-href.js"(exports, module) {
|
|
1799
1799
|
"use strict";
|
|
1800
|
-
Object.defineProperty(
|
|
1800
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1801
1801
|
value: true
|
|
1802
1802
|
});
|
|
1803
|
-
Object.defineProperty(
|
|
1803
|
+
Object.defineProperty(exports, "resolveHref", {
|
|
1804
1804
|
enumerable: true,
|
|
1805
1805
|
get: function() {
|
|
1806
1806
|
return resolveHref;
|
|
@@ -1861,22 +1861,22 @@ var require_resolve_href = __commonJS({
|
|
|
1861
1861
|
] : urlAsString;
|
|
1862
1862
|
}
|
|
1863
1863
|
}
|
|
1864
|
-
if ((typeof
|
|
1865
|
-
Object.defineProperty(
|
|
1866
|
-
Object.assign(
|
|
1867
|
-
|
|
1864
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
1865
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
1866
|
+
Object.assign(exports.default, exports);
|
|
1867
|
+
module.exports = exports.default;
|
|
1868
1868
|
}
|
|
1869
1869
|
}
|
|
1870
1870
|
});
|
|
1871
1871
|
|
|
1872
1872
|
// node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js
|
|
1873
1873
|
var require_add_path_prefix = __commonJS({
|
|
1874
|
-
"node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"(
|
|
1874
|
+
"node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js"(exports) {
|
|
1875
1875
|
"use strict";
|
|
1876
|
-
Object.defineProperty(
|
|
1876
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1877
1877
|
value: true
|
|
1878
1878
|
});
|
|
1879
|
-
Object.defineProperty(
|
|
1879
|
+
Object.defineProperty(exports, "addPathPrefix", {
|
|
1880
1880
|
enumerable: true,
|
|
1881
1881
|
get: function() {
|
|
1882
1882
|
return addPathPrefix;
|
|
@@ -1895,12 +1895,12 @@ var require_add_path_prefix = __commonJS({
|
|
|
1895
1895
|
|
|
1896
1896
|
// node_modules/next/dist/shared/lib/router/utils/add-locale.js
|
|
1897
1897
|
var require_add_locale = __commonJS({
|
|
1898
|
-
"node_modules/next/dist/shared/lib/router/utils/add-locale.js"(
|
|
1898
|
+
"node_modules/next/dist/shared/lib/router/utils/add-locale.js"(exports) {
|
|
1899
1899
|
"use strict";
|
|
1900
|
-
Object.defineProperty(
|
|
1900
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1901
1901
|
value: true
|
|
1902
1902
|
});
|
|
1903
|
-
Object.defineProperty(
|
|
1903
|
+
Object.defineProperty(exports, "addLocale", {
|
|
1904
1904
|
enumerable: true,
|
|
1905
1905
|
get: function() {
|
|
1906
1906
|
return addLocale;
|
|
@@ -1922,12 +1922,12 @@ var require_add_locale = __commonJS({
|
|
|
1922
1922
|
|
|
1923
1923
|
// node_modules/next/dist/client/add-locale.js
|
|
1924
1924
|
var require_add_locale2 = __commonJS({
|
|
1925
|
-
"node_modules/next/dist/client/add-locale.js"(
|
|
1925
|
+
"node_modules/next/dist/client/add-locale.js"(exports, module) {
|
|
1926
1926
|
"use strict";
|
|
1927
|
-
Object.defineProperty(
|
|
1927
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1928
1928
|
value: true
|
|
1929
1929
|
});
|
|
1930
|
-
Object.defineProperty(
|
|
1930
|
+
Object.defineProperty(exports, "addLocale", {
|
|
1931
1931
|
enumerable: true,
|
|
1932
1932
|
get: function() {
|
|
1933
1933
|
return addLocale;
|
|
@@ -1943,40 +1943,40 @@ var require_add_locale2 = __commonJS({
|
|
|
1943
1943
|
}
|
|
1944
1944
|
return path;
|
|
1945
1945
|
};
|
|
1946
|
-
if ((typeof
|
|
1947
|
-
Object.defineProperty(
|
|
1948
|
-
Object.assign(
|
|
1949
|
-
|
|
1946
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
1947
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
1948
|
+
Object.assign(exports.default, exports);
|
|
1949
|
+
module.exports = exports.default;
|
|
1950
1950
|
}
|
|
1951
1951
|
}
|
|
1952
1952
|
});
|
|
1953
1953
|
|
|
1954
1954
|
// node_modules/@swc/helpers/cjs/_interop_require_default.cjs
|
|
1955
1955
|
var require_interop_require_default = __commonJS({
|
|
1956
|
-
"node_modules/@swc/helpers/cjs/_interop_require_default.cjs"(
|
|
1956
|
+
"node_modules/@swc/helpers/cjs/_interop_require_default.cjs"(exports) {
|
|
1957
1957
|
"use strict";
|
|
1958
1958
|
function _interop_require_default(obj) {
|
|
1959
1959
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
1960
1960
|
}
|
|
1961
|
-
|
|
1961
|
+
exports._ = _interop_require_default;
|
|
1962
1962
|
}
|
|
1963
1963
|
});
|
|
1964
1964
|
|
|
1965
1965
|
// node_modules/next/dist/shared/lib/router-context.shared-runtime.js
|
|
1966
1966
|
var require_router_context_shared_runtime = __commonJS({
|
|
1967
|
-
"node_modules/next/dist/shared/lib/router-context.shared-runtime.js"(
|
|
1967
|
+
"node_modules/next/dist/shared/lib/router-context.shared-runtime.js"(exports) {
|
|
1968
1968
|
"use strict";
|
|
1969
|
-
Object.defineProperty(
|
|
1969
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1970
1970
|
value: true
|
|
1971
1971
|
});
|
|
1972
|
-
Object.defineProperty(
|
|
1972
|
+
Object.defineProperty(exports, "RouterContext", {
|
|
1973
1973
|
enumerable: true,
|
|
1974
1974
|
get: function() {
|
|
1975
1975
|
return RouterContext;
|
|
1976
1976
|
}
|
|
1977
1977
|
});
|
|
1978
1978
|
var _interop_require_default = require_interop_require_default();
|
|
1979
|
-
var _react = /* @__PURE__ */ _interop_require_default._(
|
|
1979
|
+
var _react = /* @__PURE__ */ _interop_require_default._(__require("react"));
|
|
1980
1980
|
var RouterContext = _react.default.createContext(null);
|
|
1981
1981
|
if (process.env.NODE_ENV !== "production") {
|
|
1982
1982
|
RouterContext.displayName = "RouterContext";
|
|
@@ -1986,9 +1986,9 @@ var require_router_context_shared_runtime = __commonJS({
|
|
|
1986
1986
|
|
|
1987
1987
|
// node_modules/next/dist/client/request-idle-callback.js
|
|
1988
1988
|
var require_request_idle_callback = __commonJS({
|
|
1989
|
-
"node_modules/next/dist/client/request-idle-callback.js"(
|
|
1989
|
+
"node_modules/next/dist/client/request-idle-callback.js"(exports, module) {
|
|
1990
1990
|
"use strict";
|
|
1991
|
-
Object.defineProperty(
|
|
1991
|
+
Object.defineProperty(exports, "__esModule", {
|
|
1992
1992
|
value: true
|
|
1993
1993
|
});
|
|
1994
1994
|
function _export(target, all) {
|
|
@@ -1997,7 +1997,7 @@ var require_request_idle_callback = __commonJS({
|
|
|
1997
1997
|
get: all[name]
|
|
1998
1998
|
});
|
|
1999
1999
|
}
|
|
2000
|
-
_export(
|
|
2000
|
+
_export(exports, {
|
|
2001
2001
|
cancelIdleCallback: function() {
|
|
2002
2002
|
return cancelIdleCallback;
|
|
2003
2003
|
},
|
|
@@ -2019,28 +2019,28 @@ var require_request_idle_callback = __commonJS({
|
|
|
2019
2019
|
var cancelIdleCallback = typeof self !== "undefined" && self.cancelIdleCallback && self.cancelIdleCallback.bind(window) || function(id) {
|
|
2020
2020
|
return clearTimeout(id);
|
|
2021
2021
|
};
|
|
2022
|
-
if ((typeof
|
|
2023
|
-
Object.defineProperty(
|
|
2024
|
-
Object.assign(
|
|
2025
|
-
|
|
2022
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2023
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2024
|
+
Object.assign(exports.default, exports);
|
|
2025
|
+
module.exports = exports.default;
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
2028
|
});
|
|
2029
2029
|
|
|
2030
2030
|
// node_modules/next/dist/client/use-intersection.js
|
|
2031
2031
|
var require_use_intersection = __commonJS({
|
|
2032
|
-
"node_modules/next/dist/client/use-intersection.js"(
|
|
2032
|
+
"node_modules/next/dist/client/use-intersection.js"(exports, module) {
|
|
2033
2033
|
"use strict";
|
|
2034
|
-
Object.defineProperty(
|
|
2034
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2035
2035
|
value: true
|
|
2036
2036
|
});
|
|
2037
|
-
Object.defineProperty(
|
|
2037
|
+
Object.defineProperty(exports, "useIntersection", {
|
|
2038
2038
|
enumerable: true,
|
|
2039
2039
|
get: function() {
|
|
2040
2040
|
return useIntersection;
|
|
2041
2041
|
}
|
|
2042
2042
|
});
|
|
2043
|
-
var _react =
|
|
2043
|
+
var _react = __require("react");
|
|
2044
2044
|
var _requestidlecallback = require_request_idle_callback();
|
|
2045
2045
|
var hasIntersectionObserver = typeof IntersectionObserver === "function";
|
|
2046
2046
|
var observers = /* @__PURE__ */ new Map();
|
|
@@ -2135,22 +2135,22 @@ var require_use_intersection = __commonJS({
|
|
|
2135
2135
|
resetVisible
|
|
2136
2136
|
];
|
|
2137
2137
|
}
|
|
2138
|
-
if ((typeof
|
|
2139
|
-
Object.defineProperty(
|
|
2140
|
-
Object.assign(
|
|
2141
|
-
|
|
2138
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2139
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2140
|
+
Object.assign(exports.default, exports);
|
|
2141
|
+
module.exports = exports.default;
|
|
2142
2142
|
}
|
|
2143
2143
|
}
|
|
2144
2144
|
});
|
|
2145
2145
|
|
|
2146
2146
|
// node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js
|
|
2147
2147
|
var require_normalize_locale_path = __commonJS({
|
|
2148
|
-
"node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"(
|
|
2148
|
+
"node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js"(exports) {
|
|
2149
2149
|
"use strict";
|
|
2150
|
-
Object.defineProperty(
|
|
2150
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2151
2151
|
value: true
|
|
2152
2152
|
});
|
|
2153
|
-
Object.defineProperty(
|
|
2153
|
+
Object.defineProperty(exports, "normalizeLocalePath", {
|
|
2154
2154
|
enumerable: true,
|
|
2155
2155
|
get: function() {
|
|
2156
2156
|
return normalizeLocalePath;
|
|
@@ -2188,12 +2188,12 @@ var require_normalize_locale_path = __commonJS({
|
|
|
2188
2188
|
|
|
2189
2189
|
// node_modules/next/dist/client/normalize-locale-path.js
|
|
2190
2190
|
var require_normalize_locale_path2 = __commonJS({
|
|
2191
|
-
"node_modules/next/dist/client/normalize-locale-path.js"(
|
|
2191
|
+
"node_modules/next/dist/client/normalize-locale-path.js"(exports, module) {
|
|
2192
2192
|
"use strict";
|
|
2193
|
-
Object.defineProperty(
|
|
2193
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2194
2194
|
value: true
|
|
2195
2195
|
});
|
|
2196
|
-
Object.defineProperty(
|
|
2196
|
+
Object.defineProperty(exports, "normalizeLocalePath", {
|
|
2197
2197
|
enumerable: true,
|
|
2198
2198
|
get: function() {
|
|
2199
2199
|
return normalizeLocalePath;
|
|
@@ -2208,22 +2208,22 @@ var require_normalize_locale_path2 = __commonJS({
|
|
|
2208
2208
|
detectedLocale: void 0
|
|
2209
2209
|
};
|
|
2210
2210
|
};
|
|
2211
|
-
if ((typeof
|
|
2212
|
-
Object.defineProperty(
|
|
2213
|
-
Object.assign(
|
|
2214
|
-
|
|
2211
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2212
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2213
|
+
Object.assign(exports.default, exports);
|
|
2214
|
+
module.exports = exports.default;
|
|
2215
2215
|
}
|
|
2216
2216
|
}
|
|
2217
2217
|
});
|
|
2218
2218
|
|
|
2219
2219
|
// node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js
|
|
2220
2220
|
var require_detect_domain_locale = __commonJS({
|
|
2221
|
-
"node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"(
|
|
2221
|
+
"node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js"(exports) {
|
|
2222
2222
|
"use strict";
|
|
2223
|
-
Object.defineProperty(
|
|
2223
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2224
2224
|
value: true
|
|
2225
2225
|
});
|
|
2226
|
-
Object.defineProperty(
|
|
2226
|
+
Object.defineProperty(exports, "detectDomainLocale", {
|
|
2227
2227
|
enumerable: true,
|
|
2228
2228
|
get: function() {
|
|
2229
2229
|
return detectDomainLocale;
|
|
@@ -2247,12 +2247,12 @@ var require_detect_domain_locale = __commonJS({
|
|
|
2247
2247
|
|
|
2248
2248
|
// node_modules/next/dist/client/detect-domain-locale.js
|
|
2249
2249
|
var require_detect_domain_locale2 = __commonJS({
|
|
2250
|
-
"node_modules/next/dist/client/detect-domain-locale.js"(
|
|
2250
|
+
"node_modules/next/dist/client/detect-domain-locale.js"(exports, module) {
|
|
2251
2251
|
"use strict";
|
|
2252
|
-
Object.defineProperty(
|
|
2252
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2253
2253
|
value: true
|
|
2254
2254
|
});
|
|
2255
|
-
Object.defineProperty(
|
|
2255
|
+
Object.defineProperty(exports, "detectDomainLocale", {
|
|
2256
2256
|
enumerable: true,
|
|
2257
2257
|
get: function() {
|
|
2258
2258
|
return detectDomainLocale;
|
|
@@ -2266,22 +2266,22 @@ var require_detect_domain_locale2 = __commonJS({
|
|
|
2266
2266
|
return require_detect_domain_locale().detectDomainLocale(...args);
|
|
2267
2267
|
}
|
|
2268
2268
|
};
|
|
2269
|
-
if ((typeof
|
|
2270
|
-
Object.defineProperty(
|
|
2271
|
-
Object.assign(
|
|
2272
|
-
|
|
2269
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2270
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2271
|
+
Object.assign(exports.default, exports);
|
|
2272
|
+
module.exports = exports.default;
|
|
2273
2273
|
}
|
|
2274
2274
|
}
|
|
2275
2275
|
});
|
|
2276
2276
|
|
|
2277
2277
|
// node_modules/next/dist/client/get-domain-locale.js
|
|
2278
2278
|
var require_get_domain_locale = __commonJS({
|
|
2279
|
-
"node_modules/next/dist/client/get-domain-locale.js"(
|
|
2279
|
+
"node_modules/next/dist/client/get-domain-locale.js"(exports, module) {
|
|
2280
2280
|
"use strict";
|
|
2281
|
-
Object.defineProperty(
|
|
2281
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2282
2282
|
value: true
|
|
2283
2283
|
});
|
|
2284
|
-
Object.defineProperty(
|
|
2284
|
+
Object.defineProperty(exports, "getDomainLocale", {
|
|
2285
2285
|
enumerable: true,
|
|
2286
2286
|
get: function() {
|
|
2287
2287
|
return getDomainLocale;
|
|
@@ -2305,22 +2305,22 @@ var require_get_domain_locale = __commonJS({
|
|
|
2305
2305
|
return false;
|
|
2306
2306
|
}
|
|
2307
2307
|
}
|
|
2308
|
-
if ((typeof
|
|
2309
|
-
Object.defineProperty(
|
|
2310
|
-
Object.assign(
|
|
2311
|
-
|
|
2308
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2309
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2310
|
+
Object.assign(exports.default, exports);
|
|
2311
|
+
module.exports = exports.default;
|
|
2312
2312
|
}
|
|
2313
2313
|
}
|
|
2314
2314
|
});
|
|
2315
2315
|
|
|
2316
2316
|
// node_modules/next/dist/client/add-base-path.js
|
|
2317
2317
|
var require_add_base_path = __commonJS({
|
|
2318
|
-
"node_modules/next/dist/client/add-base-path.js"(
|
|
2318
|
+
"node_modules/next/dist/client/add-base-path.js"(exports, module) {
|
|
2319
2319
|
"use strict";
|
|
2320
|
-
Object.defineProperty(
|
|
2320
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2321
2321
|
value: true
|
|
2322
2322
|
});
|
|
2323
|
-
Object.defineProperty(
|
|
2323
|
+
Object.defineProperty(exports, "addBasePath", {
|
|
2324
2324
|
enumerable: true,
|
|
2325
2325
|
get: function() {
|
|
2326
2326
|
return addBasePath;
|
|
@@ -2332,28 +2332,28 @@ var require_add_base_path = __commonJS({
|
|
|
2332
2332
|
function addBasePath(path, required) {
|
|
2333
2333
|
return (0, _normalizetrailingslash.normalizePathTrailingSlash)(process.env.__NEXT_MANUAL_CLIENT_BASE_PATH && !required ? path : (0, _addpathprefix.addPathPrefix)(path, basePath));
|
|
2334
2334
|
}
|
|
2335
|
-
if ((typeof
|
|
2336
|
-
Object.defineProperty(
|
|
2337
|
-
Object.assign(
|
|
2338
|
-
|
|
2335
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2336
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2337
|
+
Object.assign(exports.default, exports);
|
|
2338
|
+
module.exports = exports.default;
|
|
2339
2339
|
}
|
|
2340
2340
|
}
|
|
2341
2341
|
});
|
|
2342
2342
|
|
|
2343
2343
|
// node_modules/next/dist/client/use-merged-ref.js
|
|
2344
2344
|
var require_use_merged_ref = __commonJS({
|
|
2345
|
-
"node_modules/next/dist/client/use-merged-ref.js"(
|
|
2345
|
+
"node_modules/next/dist/client/use-merged-ref.js"(exports, module) {
|
|
2346
2346
|
"use strict";
|
|
2347
|
-
Object.defineProperty(
|
|
2347
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2348
2348
|
value: true
|
|
2349
2349
|
});
|
|
2350
|
-
Object.defineProperty(
|
|
2350
|
+
Object.defineProperty(exports, "useMergedRef", {
|
|
2351
2351
|
enumerable: true,
|
|
2352
2352
|
get: function() {
|
|
2353
2353
|
return useMergedRef;
|
|
2354
2354
|
}
|
|
2355
2355
|
});
|
|
2356
|
-
var _react =
|
|
2356
|
+
var _react = __require("react");
|
|
2357
2357
|
function useMergedRef(refA, refB) {
|
|
2358
2358
|
const cleanupA = (0, _react.useRef)(null);
|
|
2359
2359
|
const cleanupB = (0, _react.useRef)(null);
|
|
@@ -2397,22 +2397,22 @@ var require_use_merged_ref = __commonJS({
|
|
|
2397
2397
|
};
|
|
2398
2398
|
}
|
|
2399
2399
|
}
|
|
2400
|
-
if ((typeof
|
|
2401
|
-
Object.defineProperty(
|
|
2402
|
-
Object.assign(
|
|
2403
|
-
|
|
2400
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2401
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2402
|
+
Object.assign(exports.default, exports);
|
|
2403
|
+
module.exports = exports.default;
|
|
2404
2404
|
}
|
|
2405
2405
|
}
|
|
2406
2406
|
});
|
|
2407
2407
|
|
|
2408
2408
|
// node_modules/next/dist/shared/lib/utils/error-once.js
|
|
2409
2409
|
var require_error_once = __commonJS({
|
|
2410
|
-
"node_modules/next/dist/shared/lib/utils/error-once.js"(
|
|
2410
|
+
"node_modules/next/dist/shared/lib/utils/error-once.js"(exports) {
|
|
2411
2411
|
"use strict";
|
|
2412
|
-
Object.defineProperty(
|
|
2412
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2413
2413
|
value: true
|
|
2414
2414
|
});
|
|
2415
|
-
Object.defineProperty(
|
|
2415
|
+
Object.defineProperty(exports, "errorOnce", {
|
|
2416
2416
|
enumerable: true,
|
|
2417
2417
|
get: function() {
|
|
2418
2418
|
return errorOnce;
|
|
@@ -2434,10 +2434,10 @@ var require_error_once = __commonJS({
|
|
|
2434
2434
|
|
|
2435
2435
|
// node_modules/next/dist/client/link.js
|
|
2436
2436
|
var require_link = __commonJS({
|
|
2437
|
-
"node_modules/next/dist/client/link.js"(
|
|
2438
|
-
"use strict";
|
|
2437
|
+
"node_modules/next/dist/client/link.js"(exports, module) {
|
|
2439
2438
|
"use client";
|
|
2440
|
-
|
|
2439
|
+
"use strict";
|
|
2440
|
+
Object.defineProperty(exports, "__esModule", {
|
|
2441
2441
|
value: true
|
|
2442
2442
|
});
|
|
2443
2443
|
function _export(target, all) {
|
|
@@ -2446,7 +2446,7 @@ var require_link = __commonJS({
|
|
|
2446
2446
|
get: all[name]
|
|
2447
2447
|
});
|
|
2448
2448
|
}
|
|
2449
|
-
_export(
|
|
2449
|
+
_export(exports, {
|
|
2450
2450
|
default: function() {
|
|
2451
2451
|
return _default;
|
|
2452
2452
|
},
|
|
@@ -2455,8 +2455,8 @@ var require_link = __commonJS({
|
|
|
2455
2455
|
}
|
|
2456
2456
|
});
|
|
2457
2457
|
var _interop_require_wildcard = require_interop_require_wildcard();
|
|
2458
|
-
var _jsxruntime =
|
|
2459
|
-
var _react = /* @__PURE__ */ _interop_require_wildcard._(
|
|
2458
|
+
var _jsxruntime = __require("react/jsx-runtime");
|
|
2459
|
+
var _react = /* @__PURE__ */ _interop_require_wildcard._(__require("react"));
|
|
2460
2460
|
var _resolvehref = require_resolve_href();
|
|
2461
2461
|
var _islocalurl = require_is_local_url();
|
|
2462
2462
|
var _formaturl = require_format_url();
|
|
@@ -2823,47 +2823,40 @@ var require_link = __commonJS({
|
|
|
2823
2823
|
return (0, _react.useContext)(LinkStatusContext);
|
|
2824
2824
|
};
|
|
2825
2825
|
var _default = Link2;
|
|
2826
|
-
if ((typeof
|
|
2827
|
-
Object.defineProperty(
|
|
2828
|
-
Object.assign(
|
|
2829
|
-
|
|
2826
|
+
if ((typeof exports.default === "function" || typeof exports.default === "object" && exports.default !== null) && typeof exports.default.__esModule === "undefined") {
|
|
2827
|
+
Object.defineProperty(exports.default, "__esModule", { value: true });
|
|
2828
|
+
Object.assign(exports.default, exports);
|
|
2829
|
+
module.exports = exports.default;
|
|
2830
2830
|
}
|
|
2831
2831
|
}
|
|
2832
2832
|
});
|
|
2833
2833
|
|
|
2834
2834
|
// node_modules/next/link.js
|
|
2835
2835
|
var require_link2 = __commonJS({
|
|
2836
|
-
"node_modules/next/link.js"(
|
|
2837
|
-
|
|
2838
|
-
module2.exports = require_link();
|
|
2836
|
+
"node_modules/next/link.js"(exports, module) {
|
|
2837
|
+
module.exports = require_link();
|
|
2839
2838
|
}
|
|
2840
2839
|
});
|
|
2841
2840
|
|
|
2842
2841
|
// src/components/layout-and-navigation/BreadCrumb.tsx
|
|
2843
|
-
var
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
});
|
|
2847
|
-
module.exports = __toCommonJS(BreadCrumb_exports);
|
|
2848
|
-
var import_link = __toESM(require_link2(), 1);
|
|
2849
|
-
var import_clsx = __toESM(require("clsx"), 1);
|
|
2850
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
2842
|
+
var import_link = __toESM(require_link2());
|
|
2843
|
+
import clsx from "clsx";
|
|
2844
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2851
2845
|
var BreadCrumb = ({ crumbs, linkClassName, containerClassName }) => {
|
|
2852
2846
|
const color = "text-description";
|
|
2853
|
-
return /* @__PURE__ */
|
|
2854
|
-
/* @__PURE__ */
|
|
2847
|
+
return /* @__PURE__ */ jsx("div", { className: clsx("row gap-x-0", containerClassName), children: crumbs.map((crumb, index) => /* @__PURE__ */ jsxs("div", { children: [
|
|
2848
|
+
/* @__PURE__ */ jsx(
|
|
2855
2849
|
import_link.default,
|
|
2856
2850
|
{
|
|
2857
2851
|
href: crumb.link,
|
|
2858
|
-
className: (
|
|
2852
|
+
className: clsx(linkClassName, { [`${color} hover:brightness-60`]: index !== crumbs.length - 1 }),
|
|
2859
2853
|
children: crumb.display
|
|
2860
2854
|
}
|
|
2861
2855
|
),
|
|
2862
|
-
index !== crumbs.length - 1 && /* @__PURE__ */
|
|
2856
|
+
index !== crumbs.length - 1 && /* @__PURE__ */ jsx("span", { className: clsx(`px-1`, color), children: "/" })
|
|
2863
2857
|
] }, index)) });
|
|
2864
2858
|
};
|
|
2865
|
-
|
|
2866
|
-
0 && (module.exports = {
|
|
2859
|
+
export {
|
|
2867
2860
|
BreadCrumb
|
|
2868
|
-
}
|
|
2869
|
-
//# sourceMappingURL=BreadCrumb.
|
|
2861
|
+
};
|
|
2862
|
+
//# sourceMappingURL=BreadCrumb.mjs.map
|