@admin-layout/tailwind-design-pro 10.1.1-alpha.9 → 11.2.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +376 -250
- package/lib/cdm-locales/en/menu.json +2 -1
- package/lib/cdm-locales/en/settings.json +6 -1
- package/lib/cdm-locales/es/menu.json +2 -1
- package/lib/cdm-locales/es/settings.json +6 -1
- package/lib/cdm-locales/index.d.ts +2 -0
- package/lib/cdm-locales/index.d.ts.map +1 -0
- package/lib/cdm-locales/index.ts +1 -0
- package/lib/components/LanguageMenu/LanguageMenu.d.ts +2 -1
- package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
- package/lib/components/LanguageMenu/LanguageMenu.js +40 -61
- package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
- package/lib/components/Layout/BasicLayout/index.d.ts +6 -5
- package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
- package/lib/components/Layout/BasicLayout/index.js +255 -175
- package/lib/components/Layout/BasicLayout/index.js.map +1 -1
- package/lib/components/Layout/BasicLayout/utils.d.ts +4 -2
- package/lib/components/Layout/BasicLayout/utils.d.ts.map +1 -1
- package/lib/components/Layout/BasicLayout/utils.js +80 -109
- package/lib/components/Layout/BasicLayout/utils.js.map +1 -1
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts.map +1 -1
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js +28 -38
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js.map +1 -1
- package/lib/components/Layout/GlobalFooter/Copyright.d.ts +2 -1
- package/lib/components/Layout/GlobalFooter/Copyright.d.ts.map +1 -1
- package/lib/components/Layout/GlobalFooter/Footer.d.ts +2 -1
- package/lib/components/Layout/GlobalFooter/Footer.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/Header.d.ts +0 -1
- package/lib/components/Layout/GlobalHeader/Header.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/Header.js +82 -66
- package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/MainHeader.d.ts +0 -2
- package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/MainHeader.js +119 -162
- package/lib/components/Layout/GlobalHeader/MainHeader.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js +26 -30
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightContent.d.ts +1 -0
- package/lib/components/Layout/GlobalHeader/RightContent.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightContent.js +82 -19
- package/lib/components/Layout/GlobalHeader/RightContent.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightMenu.js +116 -158
- package/lib/components/Layout/GlobalHeader/RightMenu.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/SearchBar.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/SearchBar.js +36 -45
- package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/index.d.ts +0 -1
- package/lib/components/Layout/GlobalHeader/index.d.ts.map +1 -1
- package/lib/components/Layout/ProTailwindLayout.d.ts +2 -2
- package/lib/components/Layout/ProTailwindLayout.d.ts.map +1 -1
- package/lib/components/Layout/ProTailwindLayout.js +70 -9
- package/lib/components/Layout/ProTailwindLayout.js.map +1 -1
- package/lib/components/Layout/Sidebar/BottomMenu.d.ts +4 -0
- package/lib/components/Layout/Sidebar/BottomMenu.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/BottomMenu.js +294 -0
- package/lib/components/Layout/Sidebar/BottomMenu.js.map +1 -0
- package/lib/components/Layout/Sidebar/Divider.d.ts +2 -1
- package/lib/components/Layout/Sidebar/Divider.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/Divider.js +26 -28
- package/lib/components/Layout/Sidebar/Divider.js.map +1 -1
- package/lib/components/Layout/Sidebar/DynamicIcon.d.ts +1 -1
- package/lib/components/Layout/Sidebar/DynamicIcon.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/DynamicIcon.js +10 -11
- package/lib/components/Layout/Sidebar/DynamicIcon.js.map +1 -1
- package/lib/components/Layout/Sidebar/MainSidebar.d.ts +5 -0
- package/lib/components/Layout/Sidebar/MainSidebar.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/MainSidebar.js +224 -0
- package/lib/components/Layout/Sidebar/MainSidebar.js.map +1 -0
- package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts +6 -0
- package/lib/components/Layout/Sidebar/MainSidebarMenu.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/MainSidebarMenu.js +451 -0
- package/lib/components/Layout/Sidebar/MainSidebarMenu.js.map +1 -0
- package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts +4 -0
- package/lib/components/Layout/Sidebar/PerplexSidebar.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/PerplexSidebar.js +254 -0
- package/lib/components/Layout/Sidebar/PerplexSidebar.js.map +1 -0
- package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts +4 -0
- package/lib/components/Layout/Sidebar/PerplexSidebarMenu.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js +318 -0
- package/lib/components/Layout/Sidebar/PerplexSidebarMenu.js.map +1 -0
- package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
- package/lib/components/Layout/TailwindLayout.js +37 -20
- package/lib/components/Layout/TailwindLayout.js.map +1 -1
- package/lib/components/Layout/getPageTitle.js.map +1 -1
- package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts +3 -2
- package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/AdditionalSettings.js +2 -2
- package/lib/components/Layout/slot-fill/AdditionalSettings.js.map +1 -1
- package/lib/components/Layout/slot-fill/Footer.d.ts +3 -2
- package/lib/components/Layout/slot-fill/Footer.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/Footer.js +2 -2
- package/lib/components/Layout/slot-fill/Footer.js.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderNotice.d.ts +3 -2
- package/lib/components/Layout/slot-fill/HeaderNotice.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderNotice.js +7 -0
- package/lib/components/Layout/slot-fill/HeaderNotice.js.map +1 -0
- package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts +2 -1
- package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderSearchBar.js +2 -2
- package/lib/components/Layout/slot-fill/HeaderSearchBar.js.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts +2 -1
- package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderSearchButton.js +2 -2
- package/lib/components/Layout/slot-fill/HeaderSearchButton.js.map +1 -1
- package/lib/components/Layout/slot-fill/Logo.d.ts +5 -0
- package/lib/components/Layout/slot-fill/Logo.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/Logo.js +7 -0
- package/lib/components/Layout/slot-fill/Logo.js.map +1 -0
- package/lib/components/Layout/slot-fill/RightContent.d.ts +2 -1
- package/lib/components/Layout/slot-fill/RightContent.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/RightContent.js +2 -2
- package/lib/components/Layout/slot-fill/RightContent.js.map +1 -1
- package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts +5 -0
- package/lib/components/Layout/slot-fill/SideMenuLogo.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/SideMenuLogo.js +7 -0
- package/lib/components/Layout/slot-fill/SideMenuLogo.js.map +1 -0
- package/lib/components/Layout/slot-fill/index.d.ts +2 -0
- package/lib/components/Layout/slot-fill/index.d.ts.map +1 -1
- package/lib/components/Layout/util.js +1 -1
- package/lib/components/Layout/util.js.map +1 -1
- package/lib/components/SettingDrawer/SettingDrawer.d.ts +2 -2
- package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
- package/lib/components/SettingDrawer/SettingDrawer.js +190 -499
- package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts +8 -0
- package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js +21 -0
- package/lib/components/SettingDrawer/components/ApplyToAllRoutesToggle.js.map +1 -0
- package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts +4 -0
- package/lib/components/SettingDrawer/components/CheckBoxTheme.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/CheckBoxTheme.js +119 -0
- package/lib/components/SettingDrawer/components/CheckBoxTheme.js.map +1 -0
- package/lib/components/SettingDrawer/components/DeviceTabs.d.ts +8 -0
- package/lib/components/SettingDrawer/components/DeviceTabs.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/DeviceTabs.js +74 -0
- package/lib/components/SettingDrawer/components/DeviceTabs.js.map +1 -0
- package/lib/components/SettingDrawer/components/InvitationSettings.d.ts +4 -0
- package/lib/components/SettingDrawer/components/InvitationSettings.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/InvitationSettings.js +72 -0
- package/lib/components/SettingDrawer/components/InvitationSettings.js.map +1 -0
- package/lib/components/SettingDrawer/components/LayoutChange.d.ts +4 -0
- package/lib/components/SettingDrawer/components/LayoutChange.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/LayoutChange.js +111 -0
- package/lib/components/SettingDrawer/components/LayoutChange.js.map +1 -0
- package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts +21 -0
- package/lib/components/SettingDrawer/components/MenuVisibilitySettings.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js +106 -0
- package/lib/components/SettingDrawer/components/MenuVisibilitySettings.js.map +1 -0
- package/lib/components/SettingDrawer/components/NavigationsModes.d.ts +4 -0
- package/lib/components/SettingDrawer/components/NavigationsModes.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/NavigationsModes.js +322 -0
- package/lib/components/SettingDrawer/components/NavigationsModes.js.map +1 -0
- package/lib/components/SettingDrawer/components/RegionalSettings.d.ts +4 -0
- package/lib/components/SettingDrawer/components/RegionalSettings.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/RegionalSettings.js +519 -0
- package/lib/components/SettingDrawer/components/RegionalSettings.js.map +1 -0
- package/lib/components/SettingDrawer/components/SettingsActions.d.ts +13 -0
- package/lib/components/SettingDrawer/components/SettingsActions.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/SettingsActions.js +42 -0
- package/lib/components/SettingDrawer/components/SettingsActions.js.map +1 -0
- package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts +5 -0
- package/lib/components/SettingDrawer/components/SettingsDrawerHeader.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js +22 -0
- package/lib/components/SettingDrawer/components/SettingsDrawerHeader.js.map +1 -0
- package/lib/components/SettingDrawer/components/Switch.d.ts +4 -0
- package/lib/components/SettingDrawer/components/Switch.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/Switch.js +20 -0
- package/lib/components/SettingDrawer/components/Switch.js.map +1 -0
- package/lib/components/SettingDrawer/components/ThemeColor.d.ts +4 -0
- package/lib/components/SettingDrawer/components/ThemeColor.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/ThemeColor.js +45 -0
- package/lib/components/SettingDrawer/components/ThemeColor.js.map +1 -0
- package/lib/components/SettingDrawer/components/ThemeSelector.d.ts +4 -0
- package/lib/components/SettingDrawer/components/ThemeSelector.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/ThemeSelector.js +16 -0
- package/lib/components/SettingDrawer/components/ThemeSelector.js.map +1 -0
- package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts +4 -0
- package/lib/components/SettingDrawer/components/WebFontsSelector.d.ts.map +1 -0
- package/lib/components/SettingDrawer/components/WebFontsSelector.js +22 -0
- package/lib/components/SettingDrawer/components/WebFontsSelector.js.map +1 -0
- package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts +18 -0
- package/lib/components/SettingDrawer/hooks/useSettingsOperations.d.ts.map +1 -0
- package/lib/components/SettingDrawer/hooks/useSettingsOperations.js +115 -0
- package/lib/components/SettingDrawer/hooks/useSettingsOperations.js.map +1 -0
- package/lib/components/SettingDrawer/utils/constants.d.ts +11 -0
- package/lib/components/SettingDrawer/utils/constants.d.ts.map +1 -0
- package/lib/components/SettingDrawer/utils/constants.js +77 -0
- package/lib/components/SettingDrawer/utils/constants.js.map +1 -0
- package/lib/components/SettingDrawer/utils/helper.d.ts +37 -0
- package/lib/components/SettingDrawer/utils/helper.d.ts.map +1 -0
- package/lib/components/SettingDrawer/utils/helper.js +154 -0
- package/lib/components/SettingDrawer/utils/helper.js.map +1 -0
- package/lib/components/SettingDrawer/utils/transformers.d.ts +15 -0
- package/lib/components/SettingDrawer/utils/transformers.d.ts.map +1 -0
- package/lib/components/SettingDrawer/utils/transformers.js +73 -0
- package/lib/components/SettingDrawer/utils/transformers.js.map +1 -0
- package/lib/components/SettingDrawer/{types.d.ts → utils/types.d.ts} +14 -0
- package/lib/components/SettingDrawer/utils/types.d.ts.map +1 -0
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +13 -4
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js +97 -4
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.js.map +1 -1
- package/lib/components/index.d.ts +0 -2
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/typings.d.ts +20 -6
- package/lib/components/typings.d.ts.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +10 -2
- package/lib/compute.js.map +1 -1
- package/lib/config/analytics-config.d.ts +59 -0
- package/lib/config/analytics-config.d.ts.map +1 -0
- package/lib/config/constants.js.map +1 -1
- package/lib/config/env-config.d.ts +6 -0
- package/lib/config/env-config.d.ts.map +1 -1
- package/lib/config/env-config.js +21 -1
- package/lib/config/env-config.js.map +1 -1
- package/lib/config/index.d.ts +3 -0
- package/lib/config/index.d.ts.map +1 -0
- package/lib/helpers/DynamicIcon.d.ts +1 -1
- package/lib/helpers/DynamicIcon.d.ts.map +1 -1
- package/lib/helpers/DynamicIcon.js +16 -17
- package/lib/helpers/DynamicIcon.js.map +1 -1
- package/lib/hooks/index.d.ts +0 -3
- package/lib/hooks/index.d.ts.map +1 -1
- package/lib/hooks/useMediaQuery.js.map +1 -1
- package/lib/hooks/useScrollThreshold.js.map +1 -1
- package/lib/hooks/useTailwindTheme.js.map +1 -1
- package/lib/icons.d.ts +2 -0
- package/lib/icons.d.ts.map +1 -1
- package/lib/icons.js +4 -2
- package/lib/icons.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/machines/selectors.d.ts +118 -0
- package/lib/machines/selectors.d.ts.map +1 -0
- package/lib/machines/settingsMachine.d.ts +25 -2
- package/lib/machines/settingsMachine.d.ts.map +1 -1
- package/lib/machines/settingsMachine.js +133 -168
- package/lib/machines/settingsMachine.js.map +1 -1
- package/lib/machines/types.d.ts +107 -9
- package/lib/machines/types.d.ts.map +1 -1
- package/lib/machines/types.js.map +1 -1
- package/lib/module.js.map +1 -1
- package/lib/redux/searchReducer.d.ts +1 -1
- package/lib/redux/searchReducer.d.ts.map +1 -1
- package/lib/redux/searchReducer.js.map +1 -1
- package/lib/routes.json +9 -1
- package/lib/styles/index.css +602 -372
- package/lib/tailwindConfig.d.ts +85 -27
- package/lib/tailwindConfig.d.ts.map +1 -1
- package/lib/tailwindConfig.js +96 -18
- package/lib/tailwindConfig.js.map +1 -1
- package/lib/utils/__tests__/analytics-utils.test.d.ts +2 -0
- package/lib/utils/__tests__/analytics-utils.test.d.ts.map +1 -0
- package/lib/utils/__tests__/configOverrides.test.d.ts +2 -0
- package/lib/utils/__tests__/configOverrides.test.d.ts.map +1 -0
- package/lib/utils/__tests__/menu.test.d.ts +2 -0
- package/lib/utils/__tests__/menu.test.d.ts.map +1 -0
- package/lib/utils/__tests__/selectors.test.d.ts +2 -0
- package/lib/utils/__tests__/selectors.test.d.ts.map +1 -0
- package/lib/utils/__tests__/settingsMachine.test.d.ts +2 -0
- package/lib/utils/__tests__/settingsMachine.test.d.ts.map +1 -0
- package/lib/utils/__tests__/settingsUtils.test.d.ts +2 -0
- package/lib/utils/__tests__/settingsUtils.test.d.ts.map +1 -0
- package/lib/utils/analytics-utils.d.ts +43 -0
- package/lib/utils/analytics-utils.d.ts.map +1 -0
- package/lib/utils/analytics.d.ts +48 -0
- package/lib/utils/analytics.d.ts.map +1 -0
- package/lib/utils/configOverrides.d.ts +213 -0
- package/lib/utils/configOverrides.d.ts.map +1 -0
- package/lib/utils/configOverrides.js +91 -0
- package/lib/utils/configOverrides.js.map +1 -0
- package/lib/utils/isBrowser/index.js.map +1 -1
- package/lib/utils/settingsUtils.d.ts +20 -0
- package/lib/utils/settingsUtils.d.ts.map +1 -0
- package/lib/utils/settingsUtils.js +74 -0
- package/lib/utils/settingsUtils.js.map +1 -0
- package/lib/utils/utils/index.js.map +1 -1
- package/package.json +7 -15
- package/lib/components/Layout/GlobalHeader/Logo.d.ts +0 -4
- package/lib/components/Layout/GlobalHeader/Logo.d.ts.map +0 -1
- package/lib/components/Layout/GlobalHeader/Logo.js +0 -141
- package/lib/components/Layout/GlobalHeader/Logo.js.map +0 -1
- package/lib/components/Layout/Sidebar/Sidebar.d.ts +0 -5
- package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +0 -1
- package/lib/components/Layout/Sidebar/Sidebar.js +0 -186
- package/lib/components/Layout/Sidebar/Sidebar.js.map +0 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.d.ts +0 -4
- package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +0 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.js +0 -183
- package/lib/components/Layout/Sidebar/SidebarMenu.js.map +0 -1
- package/lib/components/SettingDrawer/CheckBoxTheme.d.ts +0 -3
- package/lib/components/SettingDrawer/CheckBoxTheme.d.ts.map +0 -1
- package/lib/components/SettingDrawer/CheckBoxTheme.js +0 -123
- package/lib/components/SettingDrawer/CheckBoxTheme.js.map +0 -1
- package/lib/components/SettingDrawer/LayoutChange.d.ts +0 -3
- package/lib/components/SettingDrawer/LayoutChange.d.ts.map +0 -1
- package/lib/components/SettingDrawer/LayoutChange.js +0 -123
- package/lib/components/SettingDrawer/LayoutChange.js.map +0 -1
- package/lib/components/SettingDrawer/NavigationsModes.d.ts +0 -3
- package/lib/components/SettingDrawer/NavigationsModes.d.ts.map +0 -1
- package/lib/components/SettingDrawer/NavigationsModes.js +0 -289
- package/lib/components/SettingDrawer/NavigationsModes.js.map +0 -1
- package/lib/components/SettingDrawer/RegionalSettings.d.ts +0 -3
- package/lib/components/SettingDrawer/RegionalSettings.d.ts.map +0 -1
- package/lib/components/SettingDrawer/RegionalSettings.js +0 -740
- package/lib/components/SettingDrawer/RegionalSettings.js.map +0 -1
- package/lib/components/SettingDrawer/Switch/index.d.ts +0 -3
- package/lib/components/SettingDrawer/Switch/index.d.ts.map +0 -1
- package/lib/components/SettingDrawer/Switch/index.js +0 -22
- package/lib/components/SettingDrawer/Switch/index.js.map +0 -1
- package/lib/components/SettingDrawer/ThemeColor.d.ts +0 -3
- package/lib/components/SettingDrawer/ThemeColor.d.ts.map +0 -1
- package/lib/components/SettingDrawer/ThemeColor.js +0 -35
- package/lib/components/SettingDrawer/ThemeColor.js.map +0 -1
- package/lib/components/SettingDrawer/ThemeSelector.d.ts +0 -3
- package/lib/components/SettingDrawer/ThemeSelector.d.ts.map +0 -1
- package/lib/components/SettingDrawer/ThemeSelector.js +0 -18
- package/lib/components/SettingDrawer/ThemeSelector.js.map +0 -1
- package/lib/components/SettingDrawer/WebFontsSelector.d.ts +0 -3
- package/lib/components/SettingDrawer/WebFontsSelector.d.ts.map +0 -1
- package/lib/components/SettingDrawer/WebFontsSelector.js +0 -24
- package/lib/components/SettingDrawer/WebFontsSelector.js.map +0 -1
- package/lib/components/SettingDrawer/types.d.ts.map +0 -1
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +0 -8
- package/lib/components/ThemeProvider/ThemeProvider.d.ts.map +0 -1
- package/lib/components/ThemeProvider/ThemeProvider.js +0 -60
- package/lib/components/ThemeProvider/ThemeProvider.js.map +0 -1
- package/lib/components/ThemeProvider/ThemeToggle.d.ts +0 -7
- package/lib/components/ThemeProvider/ThemeToggle.d.ts.map +0 -1
- package/lib/components/ThemeProvider/ThemeToggle.js +0 -50
- package/lib/components/ThemeProvider/ThemeToggle.js.map +0 -1
- package/lib/components/ThemeProvider/index.d.ts +0 -4
- package/lib/components/ThemeProvider/index.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/airbnb.d.ts +0 -3
- package/lib/components/ThemeProvider/themes/airbnb.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/airbnb.js +0 -186
- package/lib/components/ThemeProvider/themes/airbnb.js.map +0 -1
- package/lib/components/ThemeProvider/themes/default.d.ts +0 -3
- package/lib/components/ThemeProvider/themes/default.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/default.js +0 -183
- package/lib/components/ThemeProvider/themes/default.js.map +0 -1
- package/lib/components/ThemeProvider/themes/github.d.ts +0 -3
- package/lib/components/ThemeProvider/themes/github.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/github.js +0 -190
- package/lib/components/ThemeProvider/themes/github.js.map +0 -1
- package/lib/components/ThemeProvider/themes/index.d.ts +0 -15
- package/lib/components/ThemeProvider/themes/index.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/index.js +0 -7
- package/lib/components/ThemeProvider/themes/index.js.map +0 -1
- package/lib/components/ThemeProvider/themes/slack.d.ts +0 -3
- package/lib/components/ThemeProvider/themes/slack.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/slack.js +0 -188
- package/lib/components/ThemeProvider/themes/slack.js.map +0 -1
- package/lib/components/ThemeProvider/themes/spotify.d.ts +0 -3
- package/lib/components/ThemeProvider/themes/spotify.d.ts.map +0 -1
- package/lib/components/ThemeProvider/themes/spotify.js +0 -189
- package/lib/components/ThemeProvider/themes/spotify.js.map +0 -1
- package/lib/components/ThemeProvider/types.d.ts +0 -112
- package/lib/components/ThemeProvider/types.d.ts.map +0 -1
- package/lib/components/UI/CardList.d.ts +0 -61
- package/lib/components/UI/CardList.d.ts.map +0 -1
- package/lib/components/UI/CardList.js +0 -43
- package/lib/components/UI/CardList.js.map +0 -1
- package/lib/components/UI/CategoriesTypeList.d.ts +0 -29
- package/lib/components/UI/CategoriesTypeList.d.ts.map +0 -1
- package/lib/components/UI/CategoriesTypeList.js +0 -140
- package/lib/components/UI/CategoriesTypeList.js.map +0 -1
- package/lib/components/UI/LazyLoadingGoogleMarker.d.ts +0 -83
- package/lib/components/UI/LazyLoadingGoogleMarker.d.ts.map +0 -1
- package/lib/components/UI/LazyLoadingGoogleMarker.js +0 -107
- package/lib/components/UI/LazyLoadingGoogleMarker.js.map +0 -1
- package/lib/components/UI/Pagination.d.ts +0 -6
- package/lib/components/UI/Pagination.d.ts.map +0 -1
- package/lib/components/UI/Pagination.js +0 -59
- package/lib/components/UI/Pagination.js.map +0 -1
- package/lib/components/UI/ParamSearchResultContainer.d.ts +0 -99
- package/lib/components/UI/ParamSearchResultContainer.d.ts.map +0 -1
- package/lib/components/UI/ParamSearchResultContainer.js +0 -120
- package/lib/components/UI/ParamSearchResultContainer.js.map +0 -1
- package/lib/components/UI/PropertyCard.d.ts +0 -24
- package/lib/components/UI/PropertyCard.d.ts.map +0 -1
- package/lib/components/UI/PropertyCard.js +0 -375
- package/lib/components/UI/PropertyCard.js.map +0 -1
- package/lib/components/UI/PropertyCardOnMap.d.ts +0 -10
- package/lib/components/UI/PropertyCardOnMap.d.ts.map +0 -1
- package/lib/components/UI/PropertyCardOnMap.js +0 -108
- package/lib/components/UI/PropertyCardOnMap.js.map +0 -1
- package/lib/components/UI/VehicleCard/PricePopover.d.ts +0 -8
- package/lib/components/UI/VehicleCard/PricePopover.d.ts.map +0 -1
- package/lib/components/UI/VehicleCard/PricePopover.js +0 -98
- package/lib/components/UI/VehicleCard/PricePopover.js.map +0 -1
- package/lib/components/UI/VehicleCard/VehicleBadge.d.ts +0 -7
- package/lib/components/UI/VehicleCard/VehicleBadge.d.ts.map +0 -1
- package/lib/components/UI/VehicleCard/VehicleFeature.d.ts +0 -9
- package/lib/components/UI/VehicleCard/VehicleFeature.d.ts.map +0 -1
- package/lib/components/UI/VehicleCard/VehicleFeature.js +0 -23
- package/lib/components/UI/VehicleCard/VehicleFeature.js.map +0 -1
- package/lib/components/UI/VehicleCard/types.d.ts +0 -59
- package/lib/components/UI/VehicleCard/types.d.ts.map +0 -1
- package/lib/components/UI/VehicleCard.d.ts +0 -15
- package/lib/components/UI/VehicleCard.d.ts.map +0 -1
- package/lib/components/UI/VehicleCard.js +0 -166
- package/lib/components/UI/VehicleCard.js.map +0 -1
- package/lib/components/UI/VehicleCardList.d.ts +0 -14
- package/lib/components/UI/VehicleCardList.d.ts.map +0 -1
- package/lib/components/UI/VehicleCardList.js +0 -38
- package/lib/components/UI/VehicleCardList.js.map +0 -1
- package/lib/components/UI/VehicleParamSearchResultContainer.d.ts +0 -90
- package/lib/components/UI/VehicleParamSearchResultContainer.d.ts.map +0 -1
- package/lib/components/UI/icons/LocationIcon.d.ts +0 -7
- package/lib/components/UI/icons/LocationIcon.d.ts.map +0 -1
- package/lib/components/UI/icons/LocationIcon.js +0 -18
- package/lib/components/UI/icons/LocationIcon.js.map +0 -1
- package/lib/components/UI/icons/index.d.ts +0 -2
- package/lib/components/UI/icons/index.d.ts.map +0 -1
- package/lib/components/UI/index.d.ts +0 -10
- package/lib/components/UI/index.d.ts.map +0 -1
- package/lib/components/typings.js +0 -6
- package/lib/components/typings.js.map +0 -1
- package/lib/hooks/use-get-current-lat-long.d.ts +0 -18
- package/lib/hooks/use-get-current-lat-long.d.ts.map +0 -1
- package/lib/hooks/use-get-current-lat-long.js +0 -29
- package/lib/hooks/use-get-current-lat-long.js.map +0 -1
- package/lib/hooks/useWindowSize.d.ts +0 -6
- package/lib/hooks/useWindowSize.d.ts.map +0 -1
- package/lib/hooks/useWindowSize.js +0 -20
- package/lib/hooks/useWindowSize.js.map +0 -1
- package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts +0 -6
- package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts.map +0 -1
- package/lib/middlewares/bookingCarRentalMiddleware.d.ts +0 -6
- package/lib/middlewares/bookingCarRentalMiddleware.d.ts.map +0 -1
- package/lib/middlewares/bookingDatasourcesMiddleware.d.ts +0 -7
- package/lib/middlewares/bookingDatasourcesMiddleware.d.ts.map +0 -1
- package/lib/middlewares/datasourcesMiddleware.d.ts +0 -6
- package/lib/middlewares/datasourcesMiddleware.d.ts.map +0 -1
- package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts +0 -7
- package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts.map +0 -1
|
@@ -1,375 +0,0 @@
|
|
|
1
|
-
import {jsx,Fragment,jsxs}from'react/jsx-runtime';import {useMemo,useState,useEffect,useCallback}from'react';import {BsHeart}from'@react-icons/all-files/bs/BsHeart.js';import {BsStarFill}from'@react-icons/all-files/bs/BsStarFill.js';import {FaUserAlt}from'@react-icons/all-files/fa/FaUserAlt.js';import {useTranslation}from'react-i18next';import {WithAuthentication}from'@adminide-stack/user-auth0-browser/lib/index.component.js';import {Splide,SplideSlide}from'@cdmbase/react-splide';import {useLocation}from'@remix-run/react';import {format}from'date-fns';import {startCase}from'lodash-es';import {useTailwindTheme}from'../../hooks/useTailwindTheme.js';import {useGetCurrentLongLat}from'../../hooks/use-get-current-lat-long.js';import {LocationIcon}from'./icons/LocationIcon.js';import {renderDynamicIcon}from'../../helpers/DynamicIcon.js';import {config}from'../../config/env-config.js';const convertHotelName = name => {
|
|
2
|
-
return name.toLowerCase().replace(/[^a-z0-9\s-]/g, '').replace(/[\s-]+/g, '-').replace(/-+/g, '-');
|
|
3
|
-
};
|
|
4
|
-
const generateHref = (room, from, to, adults, children) => {
|
|
5
|
-
switch (room.__typename) {
|
|
6
|
-
case 'AirbnbProperty':
|
|
7
|
-
return `https://www.airbnb.com/rooms/${room.id}?check_in=${from}&check_out=${to}&guests=${adults + children || 1}`;
|
|
8
|
-
case 'BookingProperty':
|
|
9
|
-
return `https://www.booking.com/hotel/${room.address.city.state.country.id}/${convertHotelName(room.name)}.html`;
|
|
10
|
-
case 'PricelineProperty':
|
|
11
|
-
const propertyId = room.metadata?.id_t;
|
|
12
|
-
const cityId = room?.metadata?.city?.id || '';
|
|
13
|
-
const checkInDate = typeof from === 'string' ? from : format(new Date(from), 'yyyyMMdd');
|
|
14
|
-
const checkOutDate = typeof to === 'string' ? to : format(new Date(to), 'yyyyMMdd');
|
|
15
|
-
const roomCount = 1;
|
|
16
|
-
const adultCount = adults;
|
|
17
|
-
return `https://www.priceline.com/relax/at/${propertyId}/from/${checkInDate}/to/${checkOutDate}/rooms/${roomCount}/adults/${adultCount}?cityId=${cityId}&cur=USD&psl=${propertyId}`;
|
|
18
|
-
default:
|
|
19
|
-
return `/property/${room.id}`;
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
const DealCard = ({
|
|
23
|
-
site,
|
|
24
|
-
price
|
|
25
|
-
}) => jsxs("div", {
|
|
26
|
-
className: "flex flex-col items-center p-2 rounded-md",
|
|
27
|
-
children: [jsx("span", {
|
|
28
|
-
className: "text-xs font-bold text-gray-700",
|
|
29
|
-
children: site
|
|
30
|
-
}), jsx("span", {
|
|
31
|
-
className: "text-base font-bold text-black",
|
|
32
|
-
children: typeof price === 'number' ? price.toLocaleString() : price
|
|
33
|
-
})]
|
|
34
|
-
});
|
|
35
|
-
function calculateDuration(checkIn, checkOut) {
|
|
36
|
-
const checkInDate = new Date(checkIn);
|
|
37
|
-
const checkOutDate = new Date(checkOut);
|
|
38
|
-
const duration = Math.ceil((checkOutDate.getTime() - checkInDate.getTime()) / (1000 * 60 * 60 * 24));
|
|
39
|
-
return duration;
|
|
40
|
-
}
|
|
41
|
-
function formatDuration(days) {
|
|
42
|
-
if (days < 7) {
|
|
43
|
-
return `${days} ${days === 1 ? 'day' : 'days'}`;
|
|
44
|
-
} else {
|
|
45
|
-
const weeks = Math.floor(days / 7);
|
|
46
|
-
const remainingDays = days % 7;
|
|
47
|
-
let result = `${weeks} ${weeks === 1 ? 'week' : 'weeks'}`;
|
|
48
|
-
if (remainingDays > 0) {
|
|
49
|
-
result += `, ${remainingDays} ${remainingDays === 1 ? 'day' : 'days'}`;
|
|
50
|
-
}
|
|
51
|
-
return result;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
const PropertyCard = ({
|
|
55
|
-
item,
|
|
56
|
-
isSaved,
|
|
57
|
-
setFocus,
|
|
58
|
-
setBlur,
|
|
59
|
-
handleLike,
|
|
60
|
-
likeBtnLoading,
|
|
61
|
-
categoryTypes,
|
|
62
|
-
authenticated,
|
|
63
|
-
extraIcons = [],
|
|
64
|
-
...props
|
|
65
|
-
}) => {
|
|
66
|
-
const images = useMemo(() => item?.images?.data.map(({
|
|
67
|
-
url
|
|
68
|
-
}) => ({
|
|
69
|
-
src: url
|
|
70
|
-
})), [item]);
|
|
71
|
-
const [didLike, setDidLike] = useState(false);
|
|
72
|
-
useMemo(() => item?.totalReview == 0 ? 0 : item?.totalStar / item?.totalReview || 0, [item]);
|
|
73
|
-
const {
|
|
74
|
-
isDark,
|
|
75
|
-
grayColor
|
|
76
|
-
} = useTailwindTheme();
|
|
77
|
-
const {
|
|
78
|
-
t
|
|
79
|
-
} = useTranslation(['common', 'property-types']);
|
|
80
|
-
const types = useMemo(() => categoryTypes?.filter(type => item?.types?.includes(type.id)), [item, categoryTypes]);
|
|
81
|
-
const {
|
|
82
|
-
fetchCurrentLatLong,
|
|
83
|
-
location} = useGetCurrentLongLat();
|
|
84
|
-
const locationUrl = useLocation();
|
|
85
|
-
const params = new URLSearchParams(locationUrl.search);
|
|
86
|
-
const checkIn = params.get('checkIn') || params.get('from') || '';
|
|
87
|
-
const checkOut = params.get('checkOut') || params.get('to') || '';
|
|
88
|
-
const duration = calculateDuration(checkIn, checkOut);
|
|
89
|
-
const formattedDuration = formatDuration(duration);
|
|
90
|
-
useEffect(() => {
|
|
91
|
-
fetchCurrentLatLong();
|
|
92
|
-
}, []);
|
|
93
|
-
const getPriceType = useCallback(room => {
|
|
94
|
-
const type = room.preferences?.property?.pricing?.option?.priceType;
|
|
95
|
-
if (type === 'HOUR') {
|
|
96
|
-
return t('property.hr');
|
|
97
|
-
}
|
|
98
|
-
return t('property.night');
|
|
99
|
-
}, [t]);
|
|
100
|
-
useCallback(address => {
|
|
101
|
-
if (!location || !address) return null;
|
|
102
|
-
if (typeof window !== 'undefined' && window.google && window.google.maps && window.google.maps.LatLng) {
|
|
103
|
-
const point1 = new window.google.maps.LatLng(location.latitude, location.longitude);
|
|
104
|
-
const point2 = new window.google.maps.LatLng(address.latitude_around, address.longitude_around);
|
|
105
|
-
if (window.google.maps.geometry && window.google.maps.geometry.spherical) {
|
|
106
|
-
const distance = window.google.maps.geometry.spherical.computeDistanceBetween(point1, point2);
|
|
107
|
-
const distanceInMiles = distance * 0.000621371;
|
|
108
|
-
return Math.floor(distanceInMiles);
|
|
109
|
-
} else {
|
|
110
|
-
console.error('Google Maps geometry library is not loaded.');
|
|
111
|
-
return null;
|
|
112
|
-
}
|
|
113
|
-
} else {
|
|
114
|
-
return null;
|
|
115
|
-
}
|
|
116
|
-
}, [location]);
|
|
117
|
-
const searchParams = new URLSearchParams(window.location.search);
|
|
118
|
-
const adults = parseInt(searchParams.get('adults') || '0', 10) || 1;
|
|
119
|
-
const children = parseInt(searchParams.get('children') || '0', 10);
|
|
120
|
-
const amenities = item?.preferences?.property?.amenities;
|
|
121
|
-
const displayedIcons = amenities ? Object.entries(amenities)?.flatMap(([key, value]) => {
|
|
122
|
-
const enabledAmenities = Object.entries(value ?? {})?.filter(([key1, value1]) => value1?.enable && value1?.icon);
|
|
123
|
-
const displayedAmenities = enabledAmenities.slice(0, 8);
|
|
124
|
-
return displayedAmenities.length > 0 ? displayedAmenities.map(([key1, value1]) => renderDynamicIcon({
|
|
125
|
-
name: value1.icon,
|
|
126
|
-
style: {
|
|
127
|
-
iconColor: grayColor,
|
|
128
|
-
w: '20px',
|
|
129
|
-
h: '20px'
|
|
130
|
-
}
|
|
131
|
-
})) : [];
|
|
132
|
-
}) : [];
|
|
133
|
-
const LikeButton = () => jsx(Fragment, {
|
|
134
|
-
children: likeBtnLoading ? jsx("div", {
|
|
135
|
-
className: "w-12 h-12 border-4 border-t-blue-500 rounded-full animate-spin border-gray-200"
|
|
136
|
-
}) : jsx("button", {
|
|
137
|
-
className: `w-7 h-9.5 rounded-full flex items-center justify-center ${didLike ? 'bg-blue-400' : isDark ? 'bg-gray-800' : 'bg-white'}`,
|
|
138
|
-
onClick: () => handleLike(item.id),
|
|
139
|
-
"aria-label": "Select as your favourite",
|
|
140
|
-
children: jsx(BsHeart, {
|
|
141
|
-
className: isDark ? 'text-white' : 'text-gray-800'
|
|
142
|
-
})
|
|
143
|
-
})
|
|
144
|
-
});
|
|
145
|
-
WithAuthentication(LikeButton);
|
|
146
|
-
return jsx(Fragment, {
|
|
147
|
-
children: jsxs("div", {
|
|
148
|
-
className: "flex flex-row p-2 relative max-w-[370px]",
|
|
149
|
-
onMouseEnter: () => setFocus(item.id),
|
|
150
|
-
onMouseLeave: () => setBlur(item.id),
|
|
151
|
-
...props,
|
|
152
|
-
children: [item?.status === 'pending' && jsxs(Fragment, {
|
|
153
|
-
children: [jsx("div", {
|
|
154
|
-
className: "absolute w-full h-full bg-black bg-opacity-60 rounded-2xl z-10"
|
|
155
|
-
}), jsx("div", {
|
|
156
|
-
className: "absolute left-1/2 top-1/2 transform -translate-x-1/2 translate-y-1/2 text-white z-20",
|
|
157
|
-
children: jsx("p", {
|
|
158
|
-
className: "text-lg font-normal",
|
|
159
|
-
children: t('property.coming_soon')
|
|
160
|
-
})
|
|
161
|
-
})]
|
|
162
|
-
}), jsx("div", {
|
|
163
|
-
className: "w-full max-w-[100%] border border-solid border-gray-200 rounded-2xl overflow-hidden shadow-md transition-all duration-300 hover:transform hover:-translate-y-1 hover:shadow-lg",
|
|
164
|
-
children: jsxs("div", {
|
|
165
|
-
className: "w-full h-full flex flex-col justify-between space-y-4",
|
|
166
|
-
children: [jsxs("div", {
|
|
167
|
-
className: "relative w-full h-full rounded-xl",
|
|
168
|
-
children: [jsx("div", {
|
|
169
|
-
className: "absolute top-2 left-2 bg-green-600 text-white px-3 py-1 rounded-md text-sm font-bold shadow-md z-10",
|
|
170
|
-
children: "Breakfast included"
|
|
171
|
-
}), jsxs(Splide, {
|
|
172
|
-
"aria-label": "Property Images",
|
|
173
|
-
options: {
|
|
174
|
-
type: 'slide',
|
|
175
|
-
drag: 'free',
|
|
176
|
-
perPage: 1,
|
|
177
|
-
perMove: 1,
|
|
178
|
-
lazyLoad: 'sequential',
|
|
179
|
-
wheel: true,
|
|
180
|
-
releaseWheel: true,
|
|
181
|
-
pagination: false,
|
|
182
|
-
speed: 800
|
|
183
|
-
},
|
|
184
|
-
children: [jsx("div", {
|
|
185
|
-
className: "absolute top-2.5 right-2.5 z-10",
|
|
186
|
-
children: jsx(LikeButton, {})
|
|
187
|
-
}), images.map((image, i) => jsx(SplideSlide, {
|
|
188
|
-
children: jsx("a", {
|
|
189
|
-
href: generateHref(item, checkIn, checkOut, adults, children),
|
|
190
|
-
target: "_blank",
|
|
191
|
-
rel: "noopener noreferrer",
|
|
192
|
-
children: jsx("div", {
|
|
193
|
-
className: "w-full h-full rounded-xl",
|
|
194
|
-
children: jsx("img", {
|
|
195
|
-
src: image.src,
|
|
196
|
-
className: "rounded-xl h-[250px] w-full max-w-full object-cover cursor-pointer transition-all duration-500 hover:brightness-50",
|
|
197
|
-
loading: "lazy",
|
|
198
|
-
alt: `Property ${i + 1}`
|
|
199
|
-
}, 'image_' + i)
|
|
200
|
-
}, 'sliderImage_' + i)
|
|
201
|
-
})
|
|
202
|
-
}, 'sliderslide_' + i))]
|
|
203
|
-
})]
|
|
204
|
-
}), jsxs("div", {
|
|
205
|
-
className: "w-full px-4 flex flex-col pt-2",
|
|
206
|
-
children: [jsxs("div", {
|
|
207
|
-
className: "flex flex-wrap items-center space-x-2 mb-2",
|
|
208
|
-
children: [jsxs("span", {
|
|
209
|
-
className: "text-sm font-medium",
|
|
210
|
-
children: [t('property.property_type'), ":"]
|
|
211
|
-
}), types?.map((item, index) => jsx("span", {
|
|
212
|
-
className: "bg-gray-100 text-gray-800 text-xs px-2 py-1 rounded-full capitalize",
|
|
213
|
-
children: t(`property-types:${item.description}`)
|
|
214
|
-
}, index))]
|
|
215
|
-
}), jsx("h3", {
|
|
216
|
-
className: "text-lg font-medium mb-2 line-clamp-2",
|
|
217
|
-
children: item?.title
|
|
218
|
-
}), item?.address && item?.address.city && item?.address.city.state && jsxs("div", {
|
|
219
|
-
className: "flex items-center text-sm text-gray-500 mb-2",
|
|
220
|
-
children: [jsx(LocationIcon, {
|
|
221
|
-
w: "16px",
|
|
222
|
-
h: "20px"
|
|
223
|
-
}), jsxs("span", {
|
|
224
|
-
className: "truncate",
|
|
225
|
-
children: [item?.address.city.name + ', ' + item?.address.city.state.name, item?.address?.number ? ' · ' + item?.address?.number : '']
|
|
226
|
-
})]
|
|
227
|
-
}), displayedIcons.length > 0 && jsx("div", {
|
|
228
|
-
className: "flex space-x-3 mt-2 mb-3",
|
|
229
|
-
children: displayedIcons
|
|
230
|
-
}), jsxs("div", {
|
|
231
|
-
className: "flex flex-wrap space-x-2 mt-1 mb-3",
|
|
232
|
-
children: [item?.preferences?.property?.booking?.policy?.instantBookingEnabled && jsx("span", {
|
|
233
|
-
className: "bg-blue-100 text-blue-800 px-2 py-1 rounded-md text-xs capitalize",
|
|
234
|
-
children: t('property.instant_book')
|
|
235
|
-
}), item?.preferences?.property?.booking?.policy?.cancellation && jsx("span", {
|
|
236
|
-
className: "bg-green-100 text-green-800 px-2 py-1 rounded-md text-xs capitalize",
|
|
237
|
-
children: t('property.cancellation_policy')
|
|
238
|
-
})]
|
|
239
|
-
}), jsxs("div", {
|
|
240
|
-
className: "flex items-center mb-4",
|
|
241
|
-
children: [jsx(FaUserAlt, {
|
|
242
|
-
className: "text-gray-500"
|
|
243
|
-
}), jsxs("span", {
|
|
244
|
-
className: "text-sm text-gray-600 ml-2",
|
|
245
|
-
children: [item?.preferences?.property?.boarding?.maxPeople, " ", t('property.guests')]
|
|
246
|
-
})]
|
|
247
|
-
})]
|
|
248
|
-
}), config.ENABLE_PROPERTY_PRICE_COMPARISON && jsx("div", {
|
|
249
|
-
className: "px-4 w-full",
|
|
250
|
-
children: jsxs("div", {
|
|
251
|
-
className: "w-fit flex gap-4",
|
|
252
|
-
children: [jsx("hr", {
|
|
253
|
-
className: "w-full border-t border-gray-200"
|
|
254
|
-
}), jsxs("div", {
|
|
255
|
-
className: "flex flex-row",
|
|
256
|
-
children: [jsx(DealCard, {
|
|
257
|
-
site: "Vio.com",
|
|
258
|
-
price: 41387
|
|
259
|
-
}), jsx(DealCard, {
|
|
260
|
-
site: "Expedia.com",
|
|
261
|
-
price: 46369
|
|
262
|
-
}), jsx(DealCard, {
|
|
263
|
-
site: "More Deals",
|
|
264
|
-
price: 'View all'
|
|
265
|
-
})]
|
|
266
|
-
}), jsx("hr", {
|
|
267
|
-
className: "w-full border-t border-gray-200"
|
|
268
|
-
})]
|
|
269
|
-
})
|
|
270
|
-
}), jsxs("div", {
|
|
271
|
-
className: "flex flex-col sm:flex-row px-4 pb-4 w-full justify-between items-start sm:items-center",
|
|
272
|
-
children: [jsxs("div", {
|
|
273
|
-
className: "flex flex-col space-y-1 mb-3 sm:mb-0 w-full sm:w-auto",
|
|
274
|
-
children: [jsxs("div", {
|
|
275
|
-
className: "flex items-center",
|
|
276
|
-
children: [jsx(BsStarFill, {
|
|
277
|
-
className: "text-yellow-500 w-3 h-3 mr-1"
|
|
278
|
-
}), jsxs("span", {
|
|
279
|
-
className: "text-[0.832rem] font-bold text-gray-600",
|
|
280
|
-
children: [item?.reviewsOverview ? item.reviewsOverview.rating : 0, " (", item.reviewsOverview ? item.reviewsOverview.ratingCount : 0, ' ', t('property.reviews'), ")"]
|
|
281
|
-
})]
|
|
282
|
-
}), item?.__typename && jsxs("span", {
|
|
283
|
-
className: "text-[0.832rem] text-gray-500",
|
|
284
|
-
children: ["Booking through ", startCase(item.__typename.replace('Property', ''))]
|
|
285
|
-
})]
|
|
286
|
-
}), jsxs("div", {
|
|
287
|
-
className: "flex flex-col items-end space-y-2 w-full sm:w-auto",
|
|
288
|
-
children: [jsxs("div", {
|
|
289
|
-
className: "flex flex-col items-end space-y-1 w-full",
|
|
290
|
-
children: [jsxs("span", {
|
|
291
|
-
className: "text-[0.688rem] text-gray-500 text-right w-full",
|
|
292
|
-
children: [formattedDuration, ", ", adults + children, ' ', adults + children === 1 ? 'guest' : 'guests']
|
|
293
|
-
}), jsxs("div", {
|
|
294
|
-
className: "flex flex-col items-end space-y-0 w-full",
|
|
295
|
-
children: [item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.total !== item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.totalBeforeDiscount && jsxs("div", {
|
|
296
|
-
className: "flex items-center group relative",
|
|
297
|
-
children: [jsx("span", {
|
|
298
|
-
className: "text-xs text-gray-500",
|
|
299
|
-
children: "from"
|
|
300
|
-
}), jsx("span", {
|
|
301
|
-
className: "text-sm font-semibold text-gray-500 line-through ml-1 cursor-help hover:text-gray-600 group-hover:text-gray-600",
|
|
302
|
-
children: item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.totalBeforeDiscount
|
|
303
|
-
}), jsx("div", {
|
|
304
|
-
className: "hidden group-hover:block absolute top-0 right-0 transform -translate-y-full mt-2 w-[300px] shadow-lg bg-white rounded-md p-4 z-50",
|
|
305
|
-
children: jsxs("div", {
|
|
306
|
-
className: "flex flex-col space-y-2",
|
|
307
|
-
children: [item.preferences?.property?.pricing?.price?.price_breakdown?.details?.discounts?.items.map((charge, index) => jsxs("div", {
|
|
308
|
-
className: "flex flex-col",
|
|
309
|
-
children: [jsxs("div", {
|
|
310
|
-
className: "flex justify-between",
|
|
311
|
-
children: [jsx("span", {
|
|
312
|
-
className: "mr-4",
|
|
313
|
-
children: charge.name
|
|
314
|
-
}), jsx("span", {
|
|
315
|
-
className: "font-medium",
|
|
316
|
-
children: charge?.amount_rounded
|
|
317
|
-
})]
|
|
318
|
-
}), charge.details && jsx("span", {
|
|
319
|
-
className: "text-sm font-normal",
|
|
320
|
-
children: charge?.details
|
|
321
|
-
})]
|
|
322
|
-
}, index)), jsxs("div", {
|
|
323
|
-
className: "flex justify-between pt-2 border-t border-gray-200 font-bold",
|
|
324
|
-
children: [jsx("span", {
|
|
325
|
-
children: "Total discount"
|
|
326
|
-
}), jsx("span", {
|
|
327
|
-
children: item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.savings
|
|
328
|
-
})]
|
|
329
|
-
})]
|
|
330
|
-
})
|
|
331
|
-
})]
|
|
332
|
-
}), jsxs("div", {
|
|
333
|
-
className: "relative group",
|
|
334
|
-
children: [jsx("span", {
|
|
335
|
-
className: "text-2xl font-semibold text-right underline cursor-help",
|
|
336
|
-
children: item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.total
|
|
337
|
-
}), jsxs("div", {
|
|
338
|
-
className: "hidden group-hover:block absolute bottom-0 right-0 transform translate-y-full mt-2 w-[300px] shadow-lg bg-white rounded-md z-50",
|
|
339
|
-
children: [jsx("div", {
|
|
340
|
-
className: "font-bold border-b border-gray-200 p-3 text-center",
|
|
341
|
-
children: "Price breakdown"
|
|
342
|
-
}), jsx("div", {
|
|
343
|
-
className: "p-4",
|
|
344
|
-
children: jsx("div", {
|
|
345
|
-
className: "flex flex-col space-y-2",
|
|
346
|
-
children: item.preferences?.property?.pricing?.price?.price_breakdown?.details?.charges?.items?.map((item, index) => jsxs("div", {
|
|
347
|
-
className: "flex justify-between",
|
|
348
|
-
children: [jsx("span", {
|
|
349
|
-
children: item.name
|
|
350
|
-
}), jsx("span", {
|
|
351
|
-
children: item?.amount_rounded
|
|
352
|
-
})]
|
|
353
|
-
}, index))
|
|
354
|
-
})
|
|
355
|
-
})]
|
|
356
|
-
})]
|
|
357
|
-
})]
|
|
358
|
-
}), jsxs("span", {
|
|
359
|
-
className: "text-xs text-gray-500 text-right w-full",
|
|
360
|
-
children: [item?.preferences?.property?.pricing?.price?.price_breakdown?.details?.pricing?.basePrice?.perNight, ' ', "per ", getPriceType(item)]
|
|
361
|
-
})]
|
|
362
|
-
}), jsx("button", {
|
|
363
|
-
className: "bg-blue-500 hover:bg-blue-600 text-white font-semibold py-2 px-4 rounded w-full",
|
|
364
|
-
onClick: () => {
|
|
365
|
-
window.open(generateHref(item, checkIn, checkOut, adults, children), '_blank');
|
|
366
|
-
},
|
|
367
|
-
children: "View deal"
|
|
368
|
-
})]
|
|
369
|
-
})]
|
|
370
|
-
})]
|
|
371
|
-
})
|
|
372
|
-
})]
|
|
373
|
-
}, item.id)
|
|
374
|
-
});
|
|
375
|
-
};export{PropertyCard};//# sourceMappingURL=PropertyCard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PropertyCard.js","sources":["../../../src/components/UI/PropertyCard.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { Options } from '@cdmbase/react-splide';
|
|
2
|
-
type PropertyCardOnMapProps = {
|
|
3
|
-
room: any;
|
|
4
|
-
isSaved: boolean;
|
|
5
|
-
sliderOptions?: Options;
|
|
6
|
-
className?: string;
|
|
7
|
-
};
|
|
8
|
-
export declare const PropertyCardOnMap: ({ room, isSaved, sliderOptions, className, ...props }: PropertyCardOnMapProps) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=PropertyCardOnMap.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PropertyCardOnMap.d.ts","sourceRoot":"","sources":["../../../src/components/UI/PropertyCardOnMap.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,OAAO,EAAuB,MAAM,uBAAuB,CAAC;AAIrE,KAAK,sBAAsB,GAAG;IAC1B,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,OAAO,CAAC;IACjB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,uDAM/B,sBAAsB,4CA0FxB,CAAC"}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {useMemo,useState,useEffect}from'react';import {useTranslation}from'react-i18next';import {Link}from'@remix-run/react';import {BsStarFill}from'@react-icons/all-files/bs/BsStarFill.js';import {Splide,SplideSlide}from'@cdmbase/react-splide';import {useLayoutSettings}from'@admin-layout/client';const PropertyCardOnMap = ({
|
|
2
|
-
room,
|
|
3
|
-
isSaved,
|
|
4
|
-
sliderOptions = {},
|
|
5
|
-
className = '',
|
|
6
|
-
...props
|
|
7
|
-
}) => {
|
|
8
|
-
const images = useMemo(() => room?.images?.data.map(({
|
|
9
|
-
url
|
|
10
|
-
}) => ({
|
|
11
|
-
src: url
|
|
12
|
-
})), [room]);
|
|
13
|
-
const {
|
|
14
|
-
t
|
|
15
|
-
} = useTranslation();
|
|
16
|
-
const {
|
|
17
|
-
settings
|
|
18
|
-
} = useLayoutSettings();
|
|
19
|
-
const [star, setStar] = useState(0);
|
|
20
|
-
useEffect(() => {
|
|
21
|
-
let temp = room?.totalReview == 0 ? 0 : room?.totalStar / room?.totalReview;
|
|
22
|
-
setStar(temp);
|
|
23
|
-
}, [room?.totalReview, room?.totalStar]);
|
|
24
|
-
// const { color, grayColor } = useColorTheme();
|
|
25
|
-
return jsxs("div", {
|
|
26
|
-
className: `flex flex-col flex-wrap mt-4 ${className}`,
|
|
27
|
-
children: [jsx("div", {
|
|
28
|
-
className: "w-full",
|
|
29
|
-
children: jsxs(Splide, {
|
|
30
|
-
"aria-label": t('property.property_images'),
|
|
31
|
-
options: {
|
|
32
|
-
type: 'loop',
|
|
33
|
-
drag: 'free',
|
|
34
|
-
height: '230px',
|
|
35
|
-
perPage: 1,
|
|
36
|
-
perMove: 1,
|
|
37
|
-
wheel: true,
|
|
38
|
-
releaseWheel: true,
|
|
39
|
-
pagination: false,
|
|
40
|
-
speed: 500,
|
|
41
|
-
...sliderOptions
|
|
42
|
-
},
|
|
43
|
-
children: [images && images.length == 0 && jsx(SplideSlide, {
|
|
44
|
-
children: jsx("div", {
|
|
45
|
-
className: "w-full h-full",
|
|
46
|
-
children: jsx("img", {
|
|
47
|
-
src: room.thumbnailUrl,
|
|
48
|
-
className: "w-full h-full object-cover cursor-pointer transition-all duration-500 hover:brightness-50",
|
|
49
|
-
loading: "lazy",
|
|
50
|
-
alt: room.title || 'Property'
|
|
51
|
-
})
|
|
52
|
-
})
|
|
53
|
-
}), images.map((image, i) => {
|
|
54
|
-
return jsx(SplideSlide, {
|
|
55
|
-
children: jsx(Link, {
|
|
56
|
-
to: '/property/' + room.id,
|
|
57
|
-
className: "w-full",
|
|
58
|
-
children: jsx("div", {
|
|
59
|
-
className: "w-full h-full",
|
|
60
|
-
children: jsx("img", {
|
|
61
|
-
src: image.src,
|
|
62
|
-
className: "w-full h-full object-cover cursor-pointer transition-all duration-500 hover:brightness-50",
|
|
63
|
-
loading: "lazy",
|
|
64
|
-
alt: room.title || 'Property'
|
|
65
|
-
})
|
|
66
|
-
})
|
|
67
|
-
})
|
|
68
|
-
}, 'sliderImage1_' + i);
|
|
69
|
-
})]
|
|
70
|
-
})
|
|
71
|
-
}), jsxs("div", {
|
|
72
|
-
className: "w-full flex flex-col mt-2",
|
|
73
|
-
children: [jsx("div", {
|
|
74
|
-
className: "font-semibold text-sm",
|
|
75
|
-
style: {
|
|
76
|
-
color: settings?.primaryColor
|
|
77
|
-
},
|
|
78
|
-
children: room?.title
|
|
79
|
-
}), jsxs("div", {
|
|
80
|
-
className: "flex flex-row justify-between",
|
|
81
|
-
children: [jsxs("div", {
|
|
82
|
-
className: "flex flex-col",
|
|
83
|
-
children: [jsx("div", {
|
|
84
|
-
className: "mt-1 flex text-[9px] font-semibold",
|
|
85
|
-
style: {
|
|
86
|
-
color: settings?.primaryColor
|
|
87
|
-
},
|
|
88
|
-
children: room?.address && room?.address.city && room?.address.city.state ? room?.address.city.name + ', ' + room?.address.city.state.name : ''
|
|
89
|
-
}), jsxs("div", {
|
|
90
|
-
className: "flex items-center",
|
|
91
|
-
children: [jsx(BsStarFill, {
|
|
92
|
-
className: "text-yellow-500 w-3 h-3 mr-1"
|
|
93
|
-
}), jsxs("span", {
|
|
94
|
-
className: "text-[0.832rem] font-bold",
|
|
95
|
-
style: {
|
|
96
|
-
color: settings?.secondaryColor
|
|
97
|
-
},
|
|
98
|
-
children: [room?.reviewsOverview ? room.reviewsOverview.rating : 0, " (", room.reviewsOverview ? room.reviewsOverview.ratingCount : 0, " ", t('property.reviews'), ")"]
|
|
99
|
-
})]
|
|
100
|
-
})]
|
|
101
|
-
}), jsx("div", {
|
|
102
|
-
className: "text-lg font-bold mt-auto mb-[-2px]",
|
|
103
|
-
children: room.preferences?.property?.pricing?.price?.price_breakdown?.details?.pricing?.finalPrice?.total
|
|
104
|
-
})]
|
|
105
|
-
})]
|
|
106
|
-
})]
|
|
107
|
-
});
|
|
108
|
-
};export{PropertyCardOnMap};//# sourceMappingURL=PropertyCardOnMap.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PropertyCardOnMap.js","sources":["../../../src/components/UI/PropertyCardOnMap.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"0VAkBa,iBAAiB,GAAG,CAAC;AAO9B,EAAA,IAAA;AACA,EAAA,OAAA;AACA,EAAA,aAAgB,GAAA,EAAA;WAET,GAAI,EAAA;KACF;;QAEL,MAAO,GAAK,OAAE,CAAA,MAAA,IAAA,EAAA,MAAA,EAAA,IAAA,CAAA,GAAA,CAAA,CAAA;IAClB;SAEgD;IAEhD,GAAO,EAAA;AAMa,GAAA,CAAA,CAAA,EAAA,CAAA,IAAA,CAAA,CAAA;AACA,EAAA,MAAA;AACA,IAAA;AACA,GAAA,GAAA,cAAA,EAAA;AACA,EAAA,MAAA;AACA,IAAA;AACA,GAAA,GAAA,iBAAA,EAAA;AACA,EAAA,MAAA,CAAA,IAAA,EAAA,OAAA,CAAA,GAAA,QAAU,EAAE,CAAK;AACjB,EAAA,SAAA,CAAA,MAAA;AACA,IAAA,IAAA,IAAA,GAAA,IAAA,EAAA,WAAgB,IAAA,CAAA,GAAA,CAAA,GAAA,IAAA,EAAA,SAAA,GAAA,IAAA,EAAA,WAAA;;6BAgBT,EAAA,SACF,CAAA,CAAA;AAaT;AAWY,EAAA,OAAAA,IAAA,CAAA,KAAA,EAAA;6CACC;AAaD,IAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AAOhC,MAAE,SAAA,EAAA,QAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PricePopover.d.ts","sourceRoot":"","sources":["../../../../src/components/UI/VehicleCard/PricePopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,UAAU,iBAAiB;IACvB,OAAO,EAAE,UAAU,CAAC;CACvB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAyF7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
import {jsxs,Fragment,jsx}from'react/jsx-runtime';import {useState,useRef,useEffect}from'react';import {BiTag}from'@react-icons/all-files/bi/BiTag.js';const PricePopover = ({
|
|
2
|
-
pricing
|
|
3
|
-
}) => {
|
|
4
|
-
const [position, setPosition] = useState({
|
|
5
|
-
top: 0,
|
|
6
|
-
left: 0
|
|
7
|
-
});
|
|
8
|
-
const popoverRef = useRef(null);
|
|
9
|
-
const triggerRef = useRef(null);
|
|
10
|
-
useEffect(() => {
|
|
11
|
-
const updatePosition = () => {
|
|
12
|
-
if (!popoverRef.current || !triggerRef.current) return;
|
|
13
|
-
const trigger = triggerRef.current.getBoundingClientRect();
|
|
14
|
-
const popover = popoverRef.current.getBoundingClientRect();
|
|
15
|
-
const viewport = {
|
|
16
|
-
width: window.innerWidth,
|
|
17
|
-
height: window.innerHeight
|
|
18
|
-
};
|
|
19
|
-
let top = trigger.bottom + 8;
|
|
20
|
-
let left = trigger.left;
|
|
21
|
-
if (top + popover.height > viewport.height) {
|
|
22
|
-
top = trigger.top - popover.height - 8;
|
|
23
|
-
}
|
|
24
|
-
if (left + popover.width > viewport.width) {
|
|
25
|
-
left = viewport.width - popover.width - 16;
|
|
26
|
-
}
|
|
27
|
-
left = Math.max(16, left);
|
|
28
|
-
setPosition({
|
|
29
|
-
top,
|
|
30
|
-
left
|
|
31
|
-
});
|
|
32
|
-
};
|
|
33
|
-
updatePosition();
|
|
34
|
-
window.addEventListener('scroll', updatePosition);
|
|
35
|
-
window.addEventListener('resize', updatePosition);
|
|
36
|
-
return () => {
|
|
37
|
-
window.removeEventListener('scroll', updatePosition);
|
|
38
|
-
window.removeEventListener('resize', updatePosition);
|
|
39
|
-
};
|
|
40
|
-
}, []);
|
|
41
|
-
return jsxs(Fragment, {
|
|
42
|
-
children: [jsx("div", {
|
|
43
|
-
ref: triggerRef,
|
|
44
|
-
className: "absolute inset-0"
|
|
45
|
-
}), jsx("div", {
|
|
46
|
-
ref: popoverRef,
|
|
47
|
-
style: {
|
|
48
|
-
top: position.top,
|
|
49
|
-
left: position.left,
|
|
50
|
-
position: 'fixed'
|
|
51
|
-
},
|
|
52
|
-
className: "invisible group-hover:visible opacity-0 group-hover:opacity-100 transition-all duration-200 bg-white rounded-lg shadow-xl border border-gray-100 p-4 min-w-[280px] z-50",
|
|
53
|
-
children: jsxs("div", {
|
|
54
|
-
className: "flex flex-col gap-3",
|
|
55
|
-
children: [jsxs("div", {
|
|
56
|
-
className: "flex items-center justify-between text-[15px]",
|
|
57
|
-
children: [jsx("span", {
|
|
58
|
-
className: "text-gray-600",
|
|
59
|
-
children: "Base rate"
|
|
60
|
-
}), jsxs("span", {
|
|
61
|
-
className: "font-medium",
|
|
62
|
-
children: [pricing.currency, " ", pricing.amount]
|
|
63
|
-
})]
|
|
64
|
-
}), pricing.discount && jsxs("div", {
|
|
65
|
-
className: "flex items-center justify-between text-green-600",
|
|
66
|
-
children: [jsxs("div", {
|
|
67
|
-
className: "flex items-center",
|
|
68
|
-
children: [jsx(BiTag, {
|
|
69
|
-
className: "h-4 w-4 mr-1"
|
|
70
|
-
}), jsx("span", {
|
|
71
|
-
children: "Discount"
|
|
72
|
-
})]
|
|
73
|
-
}), jsxs("span", {
|
|
74
|
-
children: ["-", pricing.discount]
|
|
75
|
-
})]
|
|
76
|
-
}), jsx("div", {
|
|
77
|
-
className: "border-t border-gray-200 mt-1 pt-3",
|
|
78
|
-
children: jsxs("div", {
|
|
79
|
-
className: "flex items-center justify-between",
|
|
80
|
-
children: [jsxs("span", {
|
|
81
|
-
className: "font-medium text-[15px]",
|
|
82
|
-
children: ["Total ", pricing.period && `(${pricing.period})`]
|
|
83
|
-
}), jsxs("div", {
|
|
84
|
-
className: "text-right",
|
|
85
|
-
children: [jsxs("span", {
|
|
86
|
-
className: "text-xl font-semibold",
|
|
87
|
-
children: [pricing.currency, " ", pricing.amount]
|
|
88
|
-
}), pricing.beforeTaxes && jsx("div", {
|
|
89
|
-
className: "text-sm text-gray-500",
|
|
90
|
-
children: "before taxes"
|
|
91
|
-
})]
|
|
92
|
-
})]
|
|
93
|
-
})
|
|
94
|
-
})]
|
|
95
|
-
})
|
|
96
|
-
})]
|
|
97
|
-
});
|
|
98
|
-
};export{PricePopover as default};//# sourceMappingURL=PricePopover.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PricePopover.js","sources":["../../../../src/components/UI/VehicleCard/PricePopover.tsx"],"sourcesContent":[null],"names":[],"mappings":"uJAQA,MAAM,YAAY,GAAgC,CAAC;AAC/C,EAAA;AACA,CAAA,KAAA;AACA,EAAA,MAAA,CAAA,qBAA0C,CAAA,GAAI,QAAE,CAAA;IAEhD,GAAS,EAAA,CAAA;QACL,EAAM;;kBACqD,GAAA,MAAA,CAAA,IAAA,CAAA;kBAEjD,GAAA,OAAU,IAAU,CAAA;YAC1B,MAAM;AACN,IAAA,MAAA,iBAAiB,MAAA;qBACR,CAAA,OAAQ,IAAW,CAAA,UAAA,CAAA,OAAA,EAAA;mBAClB,GAAA,UAAoB,CAAA,OAAA,CAAA,qBAAA,EAAA;mBAC5B,GAAA,UAAA,CAAA,OAAA,CAAA,qBAAA,EAAA;AAEF,MAAA,MAAA,QAAU,GAAA;AACV,QAAA,KAAA,EAAA,MAAQ,CAAA;cAEJ,EAAA,MAAM,CAAA;;aAET,GAAA,OAAA,CAAA,MAAA,GAAA,CAAA;cAEG,GAAA,OAAO,CAAA,IAAA;gBACP,OAAO,CAAQ,MAAA,GAAM,eAAW,EAAA;cACnC,OAAA,CAAA,GAAA,GAAA,OAAA,CAAA,MAAA,GAAA,CAAA;;AAID,MAAA,IAAA,IAAA,GAAA,OAAY,CAAE,QAAS,QAAI,CAAA,KAAA,EAAA;AAC/B,QAAA,IAAE,GAAA,QAAA,CAAA,KAAA,GAAA,OAAA,CAAA,KAAA,GAAA,EAAA;AAEF;AACA,MAAA,IAAA,GAAA,IAAuB,CAAA,GAAA,CAAA,EAAA,EAAA,IAAA,CAAA;AACvB,MAAA,WAAuB,CAAA;AAEvB,QAAA,GAAA;AACI,QAAA;AACA,OAAA,CAAA;AACJ,KAAA;IACJ,cAAO,EAAA;AAEP,IAAA,MAAA,CAAO,gBAEC,CAAA,QAAA,EAAA,cAAA,CAAA;2BAIqB,CAAA,QAAI,EAAA,cAAA,CAAA;;AAEjB,MAAA,MAAA,CAAA,mBAAiB,CAAA,QAAA,EAAA,cAAA,CAAA;AACpB,MAAA,MAAA,CAAA,mBACkL,CAAA,QAAA,EAAA,cAAA,CAAA;AAqCnM,KAAE;AAEF,GAAA,EAAA,EAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleBadge.d.ts","sourceRoot":"","sources":["../../../../src/components/UI/VehicleCard/VehicleBadge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,cAAc;IACpB,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAY1C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
interface CardFeatureProps {
|
|
3
|
-
icon: ReactNode;
|
|
4
|
-
label: string;
|
|
5
|
-
iconColor?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const VehicleFeature: React.FC<CardFeatureProps>;
|
|
8
|
-
export default VehicleFeature;
|
|
9
|
-
//# sourceMappingURL=VehicleFeature.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VehicleFeature.d.ts","sourceRoot":"","sources":["../../../../src/components/UI/VehicleCard/VehicleFeature.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,UAAU,gBAAgB;IACtB,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAiB9C,CAAC;AAEF,eAAe,cAAc,CAAC"}
|