@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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RegionalSettings.js","sources":["../../../src/components/SettingDrawer/RegionalSettings.tsx"],"sourcesContent":[null],"names":["_jsxs","_Fragment","_jsx"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/SettingDrawer/Switch/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,wBAAgB,MAAM,CAAC,EAAE,KAAa,EAAE,QAAQ,EAAE,SAAc,EAAE,EAAE,WAAW,2CAuB9E"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';function Switch({
|
|
2
|
-
value = false,
|
|
3
|
-
onChange,
|
|
4
|
-
className = ''
|
|
5
|
-
}) {
|
|
6
|
-
const handleClick = () => {
|
|
7
|
-
onChange?.(!value);
|
|
8
|
-
};
|
|
9
|
-
return jsxs("button", {
|
|
10
|
-
type: "button",
|
|
11
|
-
role: "switch",
|
|
12
|
-
"aria-checked": value,
|
|
13
|
-
className: `relative inline-flex h-6 w-11 items-center rounded-full transition-colors focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2 ${value ? 'bg-indigo-600' : 'bg-gray-200'} ${className}`,
|
|
14
|
-
onClick: handleClick,
|
|
15
|
-
children: [jsx("span", {
|
|
16
|
-
className: "sr-only",
|
|
17
|
-
children: "Toggle switch"
|
|
18
|
-
}), jsx("span", {
|
|
19
|
-
className: `inline-block h-4 w-4 transform rounded-full bg-white transition-transform ${value ? 'translate-x-6' : 'translate-x-1'}`
|
|
20
|
-
})]
|
|
21
|
-
});
|
|
22
|
-
}export{Switch};//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../src/components/SettingDrawer/Switch/index.tsx"],"sourcesContent":[null],"names":[],"mappings":"yCAGgB,SAAA,MAAM,CAAC;OACb,GAAA,KAAA;AACF,EAAA,QAAA;AACJ,EAAA,SAAE,GAAA;;AAoBN,EAAC,MAAA,WAAA,GAAA,MAAA;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeColor.d.ts","sourceRoot":"","sources":["../../../src/components/SettingDrawer/ThemeColor.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,gBAAgB,2CAwCzD"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';function ThemeColor(props) {
|
|
2
|
-
const {
|
|
3
|
-
color,
|
|
4
|
-
changeSetting,
|
|
5
|
-
settings
|
|
6
|
-
} = props;
|
|
7
|
-
if (!color || color.length < 1) {
|
|
8
|
-
return null;
|
|
9
|
-
}
|
|
10
|
-
return jsx("div", {
|
|
11
|
-
className: "flex flex-row space-x-2",
|
|
12
|
-
children: color.map((item, index) => {
|
|
13
|
-
return jsx("div", {
|
|
14
|
-
className: "w-5 h-5 rounded cursor-pointer shadow-sm pl-1 flex items-center justify-center",
|
|
15
|
-
style: {
|
|
16
|
-
backgroundColor: item.color
|
|
17
|
-
},
|
|
18
|
-
onClick: () => {
|
|
19
|
-
changeSetting('primaryColor', item.color);
|
|
20
|
-
},
|
|
21
|
-
children: settings?.primaryColor === item.color ? jsx("svg", {
|
|
22
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
-
className: "h-4 w-4 text-white mb-1",
|
|
24
|
-
viewBox: "0 0 20 20",
|
|
25
|
-
fill: "currentColor",
|
|
26
|
-
children: jsx("path", {
|
|
27
|
-
fillRule: "evenodd",
|
|
28
|
-
d: "M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z",
|
|
29
|
-
clipRule: "evenodd"
|
|
30
|
-
})
|
|
31
|
-
}) : ''
|
|
32
|
-
}, index);
|
|
33
|
-
})
|
|
34
|
-
});
|
|
35
|
-
}export{ThemeColor as default};//# sourceMappingURL=ThemeColor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeColor.js","sources":["../../../src/components/SettingDrawer/ThemeColor.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"oCAGwB,SAAA,UAAU,CAAC,KAAuB,EAAA;QAChD;IAEN,KAAK;AACD,IAAA;IACJ;AAEA,GAAA,GAAA,KAAO;AAGK,EAAA,IAAA,CAAA,KAAA,IAAA,KAGQ,CAAA,MAAA,GAAA,CAAA,EAAA;AAGI,IAAA,OAAA,IAAA;;SAqBfA,GACC,CACT,KAAC,EAAA;AACN,IAAC,SAAA,EAAA,yBAAA;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeSelector.d.ts","sourceRoot":"","sources":["../../../src/components/SettingDrawer/ThemeSelector.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,wBAAgB,aAAa,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAgB7E"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';function ThemeSelector({
|
|
2
|
-
value,
|
|
3
|
-
onChange,
|
|
4
|
-
options
|
|
5
|
-
}) {
|
|
6
|
-
return jsx("div", {
|
|
7
|
-
className: "relative",
|
|
8
|
-
children: jsx("select", {
|
|
9
|
-
value: value,
|
|
10
|
-
onChange: e => onChange(e.target.value),
|
|
11
|
-
className: "w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-200",
|
|
12
|
-
children: options.map(option => jsx("option", {
|
|
13
|
-
value: option.key,
|
|
14
|
-
children: option.title
|
|
15
|
-
}, option.key))
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
}export{ThemeSelector};//# sourceMappingURL=ThemeSelector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeSelector.js","sources":["../../../src/components/SettingDrawer/ThemeSelector.tsx"],"sourcesContent":[null],"names":[],"mappings":"oCAGM,SAAU,aAAa,CAAC;AAC1B,EAAA,KAAA;AAeJ,EAAC,QAAA;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WebFontsSelector.d.ts","sourceRoot":"","sources":["../../../src/components/SettingDrawer/WebFontsSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAEhD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAiB5D,CAAC"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';const WebFontsSelector = ({
|
|
2
|
-
value,
|
|
3
|
-
onChange,
|
|
4
|
-
options
|
|
5
|
-
}) => {
|
|
6
|
-
return jsx("div", {
|
|
7
|
-
className: "relative",
|
|
8
|
-
children: jsx("select", {
|
|
9
|
-
value: value,
|
|
10
|
-
onChange: e => onChange(e.target.value),
|
|
11
|
-
className: "w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 text-left shadow-sm focus:border-indigo-500 focus:outline-none focus:ring-1 focus:ring-indigo-500 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-200",
|
|
12
|
-
style: {
|
|
13
|
-
fontFamily: value
|
|
14
|
-
},
|
|
15
|
-
children: options.map(option => jsx("option", {
|
|
16
|
-
value: option.key,
|
|
17
|
-
style: {
|
|
18
|
-
fontFamily: option.key
|
|
19
|
-
},
|
|
20
|
-
children: option.title
|
|
21
|
-
}, option.key))
|
|
22
|
-
})
|
|
23
|
-
});
|
|
24
|
-
};export{WebFontsSelector};//# sourceMappingURL=WebFontsSelector.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WebFontsSelector.js","sources":["../../../src/components/SettingDrawer/WebFontsSelector.tsx"],"sourcesContent":[null],"names":[],"mappings":"oCAEO,MAAM,gBAAgB,GAAoC,CAAC;AAC9D,EAAA,KAAA;AAgBJ,EAAE,QAAA;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/SettingDrawer/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,MAAM,WAAW,WAAW;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,KAAK,IAAI,CAAC;IACrE,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;IAChC,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IAC/B,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,KAAK,IAAI,CAAC;IACrE,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC,WAAW,GAAG,GAAG,CAAC,CAAC;IACtC,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,KAAK,IAAI,CAAC;IACrE,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,kBAAkB,CAAC,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,GAAG;IAC7C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,oBAAoB,CAAC,EAAE,MAAM,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IAClD,gBAAgB,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,CAAC,EAAE,kBAAkB,CAAC,iBAAiB,GAAG,WAAW,CAAC,CAAC;IAC/D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC/C,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,kBAAkB,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IACtE,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,SAAS,CAAC,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC7D,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACrC;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;QACV,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC,CAAC;IACH,aAAa,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,GAAG,KAAK,IAAI,CAAC;IACrE,QAAQ,CAAC,EAAE,GAAG,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,kBAAkB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,OAAO,EAAE,KAAK,CAAC;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;CACN;AAED,MAAM,WAAW,qBAAqB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,OAAO,EAAE,KAAK,CAAC;QACX,GAAG,EAAE,MAAM,CAAC;QACZ,KAAK,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;CACN"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ThemeContextProps } from './types';
|
|
3
|
-
export declare const ThemeProviderTailwind: React.FC<{
|
|
4
|
-
settings: any;
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
}>;
|
|
7
|
-
export declare const useTheme: () => ThemeContextProps;
|
|
8
|
-
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkE,MAAM,OAAO,CAAC;AAEvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAS5C,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,GAAG,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAuDxF,CAAC;AAEF,eAAO,MAAM,QAAQ,yBAAiC,CAAC"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {useState,useEffect,useMemo,createContext,useContext}from'react';import {themes}from'./themes/index.js';const ThemeContext = createContext({
|
|
2
|
-
themeName: 'default',
|
|
3
|
-
theme: themes.default,
|
|
4
|
-
isDarkMode: false,
|
|
5
|
-
toggleDarkMode: () => {}
|
|
6
|
-
});
|
|
7
|
-
const ThemeProviderTailwind = ({
|
|
8
|
-
settings,
|
|
9
|
-
children
|
|
10
|
-
}) => {
|
|
11
|
-
const {
|
|
12
|
-
theme,
|
|
13
|
-
themeType,
|
|
14
|
-
primaryColor,
|
|
15
|
-
fontFamily
|
|
16
|
-
} = settings;
|
|
17
|
-
const [isDarkMode, setIsDarkMode] = useState(false);
|
|
18
|
-
// Toggle dark mode
|
|
19
|
-
const toggleDarkMode = () => {
|
|
20
|
-
setIsDarkMode(!isDarkMode);
|
|
21
|
-
localStorage.setItem('darkMode', (!isDarkMode).toString());
|
|
22
|
-
};
|
|
23
|
-
// Toggle dark mode class on document
|
|
24
|
-
useEffect(() => {
|
|
25
|
-
if (settings?.navTheme === 'light') {
|
|
26
|
-
setIsDarkMode(false);
|
|
27
|
-
document.documentElement.classList.remove('dark');
|
|
28
|
-
} else if (settings?.navTheme === 'dark') {
|
|
29
|
-
document.documentElement.classList.add('dark');
|
|
30
|
-
setIsDarkMode(true);
|
|
31
|
-
} else {
|
|
32
|
-
setIsDarkMode(false);
|
|
33
|
-
document.documentElement.classList.remove('dark');
|
|
34
|
-
}
|
|
35
|
-
}, [settings?.navTheme]);
|
|
36
|
-
// Apply theme effects when component mounts and when theme settings change
|
|
37
|
-
useEffect(() => {
|
|
38
|
-
const selectedTheme = themes[theme] || themes.default;
|
|
39
|
-
// Apply font family to document
|
|
40
|
-
document.documentElement.style.setProperty('--font-family', fontFamily);
|
|
41
|
-
document.body.className = `font-sans ${isDarkMode ? 'dark' : ''}`;
|
|
42
|
-
// Apply theme-specific classes
|
|
43
|
-
document.body.dataset.theme = theme;
|
|
44
|
-
// Apply radius to all appropriate elements via CSS
|
|
45
|
-
const radius = selectedTheme.borderRadius.DEFAULT;
|
|
46
|
-
document.documentElement.style.setProperty('--radius', radius);
|
|
47
|
-
}, [theme, themeType, primaryColor, fontFamily, isDarkMode]);
|
|
48
|
-
// Memoize the context value to prevent unnecessary re-renders
|
|
49
|
-
const contextValue = useMemo(() => ({
|
|
50
|
-
themeName: theme,
|
|
51
|
-
theme: themes[theme] || themes.default,
|
|
52
|
-
isDarkMode,
|
|
53
|
-
toggleDarkMode
|
|
54
|
-
}), [theme, isDarkMode]);
|
|
55
|
-
return jsx(ThemeContext.Provider, {
|
|
56
|
-
value: contextValue,
|
|
57
|
-
children: children
|
|
58
|
-
});
|
|
59
|
-
};
|
|
60
|
-
const useTheme = () => useContext(ThemeContext);export{ThemeProviderTailwind,useTheme};//# sourceMappingURL=ThemeProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.js","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"sourcesContent":[null],"names":[],"mappings":"mJAIA,MAAM,YAAY,GAAG,aAAa,CAAoB;AAClD,EAAA,SAAA,EAAS,SAAW;OACf,EAAA,MAAQ,CAAA,OAAQ;AACrB,EAAA,UAAA,EAAU,KAAO;AACjB,EAAA,cAAA,EAAc,MAAO;AACxB,CAAA,CAAC;AAEW,MAAA,qBAAqB,GAA2D,CAAC;UAIpF;;MAGa;QACb;AACF,IAAA,KAAA;AACA,IAAA,SAAA;AACJ,IAAA,YAAE;IAEF;MACS,QAAC;AACN,EAAA,MAAA,CAAA,YAAc,aAAa,CAAA,GAAA,QAAU,CAAA,KAAA,CAAA;;;iBAGpC,CAAA,CAAA,UAAA,CAAA;AAAM,IAAA,YAAA,CAAI,QAAQ,UAAU,EAAK,CAAA,CAAA,UAAS,EAAA,QAAA,EAAA,CAAA;;;WAG1C,CAAA,MAAA;gBAAO,EAAA,QAAA,KAAA,OAAA,EAAA;mBACS,CAAA,KAAA,CAAC;cACN,CAAA,yBAAiB,CAAA,MAAU,CAAM,MAAC,CAAM;WACnD,IAAA,QAAA,EAAA,QAAA,KAAA,MAAA,EAAA;AACL,cAAI,CAAA,eAAqB,CAAA,SAAA,CAAA,GAAA,CAAA,MAAA,CAAA;MAEkD,aAAA,CAAA,IAAA,CAAA;KAClE,MAAA;mBACC,CAAA,KAAA,CAAA;cAE0B,CAAA,eAAA,CAAA,SAAA,CAAA,MAAA,CAAA,MAAA,CAAA;;AAEhC,GAAA,EAAA,CAAA,QAAA,EAAQ,QAAe,CAAA,CAAA;;WAGf,CAAA;UAE2C,aAAA,GAAA,MAAA,CAAA,KAAA,CAAA,IAAA,MAAA,CAAA,OAAA;AACnD;YACQ,CAAA,eAAgB,CAAA,KAAM,CAAA,WAAY,CAAA,eAAW,EAAQ,UAAE,CAAA;AACnE,IAAA,QAAS,CAAA,IAAW,CAAA,SAAc,GAAA,CAAA,UAAY,EAAA,UAAY,GAAA,MAAA,GAAG,EAAA,CAAA,CAAA;;AAG7D,IAAA,qBAAqB,CAAA,KAAA,GACd,KAAG;AACF;UACK,sBAAmB,CAAA,YAAc,CAAA,OAAA;YAC5B,CAAA,eAAA,CAAA,KAAA,CAAA,WAAA,CAAA,UAAA,EAAA,MAAA,CAAA;WACI,EAAA,SAAA,EAAA,YAAA,EAAA,UAAA,EAAA,UAAA,CAAA,CAAA;AACjB;QAIE,YAAa,GAAA,OAAS,CAAA,OAAA;AACjC,IAAE,SAAA,EAAA,KAAA;AAEF,IAAM,KAAO,EAAA,MAAA,CAAA,KAAW,CAAA,IAAK,MAAW,CAAA,OAAa;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeToggle.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {useTheme}from'./ThemeProvider.js';const ThemeToggle = ({
|
|
2
|
-
className = ''
|
|
3
|
-
}) => {
|
|
4
|
-
const {
|
|
5
|
-
isDarkMode,
|
|
6
|
-
toggleDarkMode
|
|
7
|
-
} = useTheme();
|
|
8
|
-
return jsx("button", {
|
|
9
|
-
onClick: toggleDarkMode,
|
|
10
|
-
className: `rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition-colors ${className}`,
|
|
11
|
-
"aria-label": "Toggle dark mode",
|
|
12
|
-
children: isDarkMode ? jsx(SunIcon, {
|
|
13
|
-
className: "w-5 h-5"
|
|
14
|
-
}) : jsx(MoonIcon, {
|
|
15
|
-
className: "w-5 h-5"
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
};
|
|
19
|
-
// Simple Sun icon component
|
|
20
|
-
const SunIcon = ({
|
|
21
|
-
className
|
|
22
|
-
}) => jsx("svg", {
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
className: className,
|
|
25
|
-
fill: "none",
|
|
26
|
-
viewBox: "0 0 24 24",
|
|
27
|
-
stroke: "currentColor",
|
|
28
|
-
children: jsx("path", {
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round",
|
|
31
|
-
strokeWidth: 2,
|
|
32
|
-
d: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"
|
|
33
|
-
})
|
|
34
|
-
});
|
|
35
|
-
// Simple Moon icon component
|
|
36
|
-
const MoonIcon = ({
|
|
37
|
-
className
|
|
38
|
-
}) => jsx("svg", {
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
className: className,
|
|
41
|
-
fill: "none",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
stroke: "currentColor",
|
|
44
|
-
children: jsx("path", {
|
|
45
|
-
strokeLinecap: "round",
|
|
46
|
-
strokeLinejoin: "round",
|
|
47
|
-
strokeWidth: 2,
|
|
48
|
-
d: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"
|
|
49
|
-
})
|
|
50
|
-
});export{ThemeToggle};//# sourceMappingURL=ThemeToggle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeToggle.js","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"8EAOa,MAAA,WAAW,GAA+B,CAAC;WAC9C;AAEN,CAAA,KAAA;AASJ,EAAE,MAAA;AAEF,IAA4B,UAAA;AAC5B,IAAM;AAWN,GAA6B,GAAA,QAAA,EAAA;AAC7B,EAAM,OAAAA,GAAA,CAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"airbnb.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/airbnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,WAAW,EAAE,YAsLzB,CAAC"}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
// Airbnb-inspired theme
|
|
2
|
-
const airbnbTheme = {
|
|
3
|
-
name: 'airbnb',
|
|
4
|
-
colors: {
|
|
5
|
-
primary: {
|
|
6
|
-
50: '#fff5f5',
|
|
7
|
-
100: '#ffe0e0',
|
|
8
|
-
200: '#ffc2c2',
|
|
9
|
-
300: '#ff9b9b',
|
|
10
|
-
400: '#ff6b6b',
|
|
11
|
-
500: '#ff5a5f',
|
|
12
|
-
// Airbnb primary red
|
|
13
|
-
600: '#e63e3e',
|
|
14
|
-
700: '#c53030',
|
|
15
|
-
800: '#9b2c2c',
|
|
16
|
-
900: '#742a28',
|
|
17
|
-
950: '#451312'
|
|
18
|
-
},
|
|
19
|
-
secondary: {
|
|
20
|
-
50: '#f8fafc',
|
|
21
|
-
100: '#f1f5f9',
|
|
22
|
-
200: '#e2e8f0',
|
|
23
|
-
300: '#cbd5e1',
|
|
24
|
-
400: '#94a3b8',
|
|
25
|
-
500: '#64748b',
|
|
26
|
-
600: '#475569',
|
|
27
|
-
700: '#334155',
|
|
28
|
-
800: '#1e293b',
|
|
29
|
-
900: '#0f172a',
|
|
30
|
-
950: '#020617'
|
|
31
|
-
},
|
|
32
|
-
accent: {
|
|
33
|
-
50: '#eefbf3',
|
|
34
|
-
100: '#d6f5e3',
|
|
35
|
-
200: '#b0eaca',
|
|
36
|
-
300: '#7dd8a8',
|
|
37
|
-
400: '#4ac282',
|
|
38
|
-
500: '#00A699',
|
|
39
|
-
// Airbnb teal
|
|
40
|
-
600: '#17866c',
|
|
41
|
-
700: '#156b58',
|
|
42
|
-
800: '#155545',
|
|
43
|
-
900: '#134639',
|
|
44
|
-
950: '#07271f'
|
|
45
|
-
},
|
|
46
|
-
success: {
|
|
47
|
-
50: '#f0fdf4',
|
|
48
|
-
100: '#dcfce7',
|
|
49
|
-
200: '#bbf7d0',
|
|
50
|
-
300: '#86efac',
|
|
51
|
-
400: '#4ade80',
|
|
52
|
-
500: '#22c55e',
|
|
53
|
-
600: '#16a34a',
|
|
54
|
-
700: '#15803d',
|
|
55
|
-
800: '#166534',
|
|
56
|
-
900: '#14532d',
|
|
57
|
-
950: '#052e16'
|
|
58
|
-
},
|
|
59
|
-
warning: {
|
|
60
|
-
50: '#fffbeb',
|
|
61
|
-
100: '#fef3c7',
|
|
62
|
-
200: '#fde68a',
|
|
63
|
-
300: '#fcd34d',
|
|
64
|
-
400: '#fbbf24',
|
|
65
|
-
500: '#f59e0b',
|
|
66
|
-
600: '#d97706',
|
|
67
|
-
700: '#b45309',
|
|
68
|
-
800: '#92400e',
|
|
69
|
-
900: '#78350f',
|
|
70
|
-
950: '#451a03'
|
|
71
|
-
},
|
|
72
|
-
error: {
|
|
73
|
-
50: '#fef2f2',
|
|
74
|
-
100: '#fee2e2',
|
|
75
|
-
200: '#fecaca',
|
|
76
|
-
300: '#fca5a5',
|
|
77
|
-
400: '#f87171',
|
|
78
|
-
500: '#ef4444',
|
|
79
|
-
600: '#dc2626',
|
|
80
|
-
700: '#b91c1c',
|
|
81
|
-
800: '#991b1b',
|
|
82
|
-
900: '#7f1d1d',
|
|
83
|
-
950: '#450a0a'
|
|
84
|
-
},
|
|
85
|
-
neutral: {
|
|
86
|
-
50: '#fafafa',
|
|
87
|
-
100: '#f5f5f5',
|
|
88
|
-
200: '#e5e5e5',
|
|
89
|
-
300: '#d4d4d4',
|
|
90
|
-
400: '#a3a3a3',
|
|
91
|
-
500: '#737373',
|
|
92
|
-
600: '#525252',
|
|
93
|
-
700: '#404040',
|
|
94
|
-
800: '#262626',
|
|
95
|
-
900: '#171717',
|
|
96
|
-
950: '#0a0a0a'
|
|
97
|
-
},
|
|
98
|
-
background: {
|
|
99
|
-
light: '#ffffff',
|
|
100
|
-
dark: '#1e1e1e'
|
|
101
|
-
},
|
|
102
|
-
text: {
|
|
103
|
-
light: {
|
|
104
|
-
primary: '#222222',
|
|
105
|
-
secondary: '#717171',
|
|
106
|
-
tertiary: '#999999'
|
|
107
|
-
},
|
|
108
|
-
dark: {
|
|
109
|
-
primary: '#ffffff',
|
|
110
|
-
secondary: '#e0e0e0',
|
|
111
|
-
tertiary: '#a0a0a0'
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
borderRadius: {
|
|
116
|
-
sm: '4px',
|
|
117
|
-
DEFAULT: '8px',
|
|
118
|
-
md: '12px',
|
|
119
|
-
lg: '16px',
|
|
120
|
-
xl: '24px',
|
|
121
|
-
'2xl': '32px',
|
|
122
|
-
full: '9999px'
|
|
123
|
-
},
|
|
124
|
-
fontFamily: {
|
|
125
|
-
sans: ['Circular', '-apple-system', 'BlinkMacSystemFont', 'Roboto', 'Helvetica Neue', 'sans-serif'],
|
|
126
|
-
serif: ['Georgia', 'Cambria', 'Times New Roman', 'Times', 'serif'],
|
|
127
|
-
mono: ['SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', 'monospace']
|
|
128
|
-
},
|
|
129
|
-
boxShadow: {
|
|
130
|
-
sm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)',
|
|
131
|
-
DEFAULT: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
|
|
132
|
-
md: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',
|
|
133
|
-
lg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)',
|
|
134
|
-
xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)'
|
|
135
|
-
},
|
|
136
|
-
typography: {
|
|
137
|
-
headings: {
|
|
138
|
-
fontWeight: '700',
|
|
139
|
-
lineHeight: '1.2',
|
|
140
|
-
letterSpacing: '-0.025em'
|
|
141
|
-
},
|
|
142
|
-
body: {
|
|
143
|
-
fontWeight: '400',
|
|
144
|
-
lineHeight: '1.5',
|
|
145
|
-
letterSpacing: '0'
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
// Component specific styling
|
|
149
|
-
components: {
|
|
150
|
-
buttons: {
|
|
151
|
-
primary: {
|
|
152
|
-
background: '#FF5A5F',
|
|
153
|
-
text: '#FFFFFF',
|
|
154
|
-
hoverBackground: '#FF7E82',
|
|
155
|
-
hoverText: '#FFFFFF',
|
|
156
|
-
borderRadius: '8px',
|
|
157
|
-
padding: '12px 24px',
|
|
158
|
-
fontWeight: '600'
|
|
159
|
-
},
|
|
160
|
-
secondary: {
|
|
161
|
-
background: '#FFFFFF',
|
|
162
|
-
text: '#222222',
|
|
163
|
-
border: '1px solid #DDDDDD',
|
|
164
|
-
hoverBackground: '#F7F7F7',
|
|
165
|
-
hoverText: '#222222',
|
|
166
|
-
borderRadius: '8px',
|
|
167
|
-
padding: '12px 24px',
|
|
168
|
-
fontWeight: '600'
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
cards: {
|
|
172
|
-
borderRadius: '12px',
|
|
173
|
-
padding: '24px',
|
|
174
|
-
shadow: '0 6px 16px rgba(0, 0, 0, 0.12)',
|
|
175
|
-
border: '1px solid #DDDDDD'
|
|
176
|
-
},
|
|
177
|
-
inputs: {
|
|
178
|
-
borderRadius: '8px',
|
|
179
|
-
borderColor: '#DDDDDD',
|
|
180
|
-
focusBorderColor: '#FF5A5F',
|
|
181
|
-
padding: '12px 16px',
|
|
182
|
-
fontSize: '16px',
|
|
183
|
-
lineHeight: '1.5'
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
};export{airbnbTheme};//# sourceMappingURL=airbnb.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"airbnb.js","sources":["../../../../src/components/ThemeProvider/themes/airbnb.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/default.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,YAAY,EAAE,YA8L1B,CAAC"}
|