@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
package/lib/tailwindConfig.d.ts
CHANGED
|
@@ -1,42 +1,100 @@
|
|
|
1
1
|
export declare const themeConfig: {
|
|
2
2
|
colors: {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
light: string;
|
|
12
|
-
dark: string;
|
|
3
|
+
border: string;
|
|
4
|
+
input: string;
|
|
5
|
+
ring: string;
|
|
6
|
+
background: string;
|
|
7
|
+
foreground: string;
|
|
8
|
+
primary: {
|
|
9
|
+
DEFAULT: string;
|
|
10
|
+
foreground: string;
|
|
13
11
|
};
|
|
12
|
+
secondary: {
|
|
13
|
+
DEFAULT: string;
|
|
14
|
+
foreground: string;
|
|
15
|
+
};
|
|
16
|
+
destructive: {
|
|
17
|
+
DEFAULT: string;
|
|
18
|
+
foreground: string;
|
|
19
|
+
};
|
|
20
|
+
muted: {
|
|
21
|
+
DEFAULT: string;
|
|
22
|
+
foreground: string;
|
|
23
|
+
};
|
|
24
|
+
accent: {
|
|
25
|
+
DEFAULT: string;
|
|
26
|
+
foreground: string;
|
|
27
|
+
};
|
|
28
|
+
popover: {
|
|
29
|
+
DEFAULT: string;
|
|
30
|
+
foreground: string;
|
|
31
|
+
};
|
|
32
|
+
card: {
|
|
33
|
+
DEFAULT: string;
|
|
34
|
+
foreground: string;
|
|
35
|
+
};
|
|
36
|
+
sidebar: {
|
|
37
|
+
DEFAULT: string;
|
|
38
|
+
foreground: string;
|
|
39
|
+
primary: string;
|
|
40
|
+
'primary-foreground': string;
|
|
41
|
+
accent: string;
|
|
42
|
+
'accent-foreground': string;
|
|
43
|
+
border: string;
|
|
44
|
+
ring: string;
|
|
45
|
+
};
|
|
46
|
+
brand: {
|
|
47
|
+
primary: string;
|
|
48
|
+
secondary: string;
|
|
49
|
+
accent: string;
|
|
50
|
+
};
|
|
51
|
+
success: string;
|
|
52
|
+
warning: string;
|
|
53
|
+
error: string;
|
|
54
|
+
info: string;
|
|
14
55
|
};
|
|
15
|
-
|
|
16
|
-
primary: string;
|
|
17
|
-
secondary: string;
|
|
18
|
-
|
|
56
|
+
backgroundImage: {
|
|
57
|
+
'gradient-primary': string;
|
|
58
|
+
'gradient-secondary': string;
|
|
59
|
+
'gradient-brand': string;
|
|
19
60
|
};
|
|
20
|
-
|
|
61
|
+
boxShadow: {
|
|
21
62
|
sm: string;
|
|
22
|
-
DEFAULT: string;
|
|
23
63
|
md: string;
|
|
24
64
|
lg: string;
|
|
25
65
|
xl: string;
|
|
26
|
-
'2xl': string;
|
|
27
|
-
full: string;
|
|
28
66
|
};
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
67
|
+
transitionProperty: {
|
|
68
|
+
colors: string;
|
|
69
|
+
transform: string;
|
|
70
|
+
all: string;
|
|
33
71
|
};
|
|
34
|
-
|
|
35
|
-
sm: string;
|
|
36
|
-
DEFAULT: string;
|
|
37
|
-
md: string;
|
|
72
|
+
borderRadius: {
|
|
38
73
|
lg: string;
|
|
39
|
-
|
|
74
|
+
md: string;
|
|
75
|
+
sm: string;
|
|
76
|
+
};
|
|
77
|
+
keyframes: {
|
|
78
|
+
'accordion-down': {
|
|
79
|
+
from: {
|
|
80
|
+
height: string;
|
|
81
|
+
};
|
|
82
|
+
to: {
|
|
83
|
+
height: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
'accordion-up': {
|
|
87
|
+
from: {
|
|
88
|
+
height: string;
|
|
89
|
+
};
|
|
90
|
+
to: {
|
|
91
|
+
height: string;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
animation: {
|
|
96
|
+
'accordion-down': string;
|
|
97
|
+
'accordion-up': string;
|
|
40
98
|
};
|
|
41
99
|
};
|
|
42
100
|
//# sourceMappingURL=tailwindConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwindConfig.d.ts","sourceRoot":"","sources":["../src/tailwindConfig.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tailwindConfig.d.ts","sourceRoot":"","sources":["../src/tailwindConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGvB,CAAC"}
|
package/lib/tailwindConfig.js
CHANGED
|
@@ -1,23 +1,101 @@
|
|
|
1
|
-
import {themes}from'./components/ThemeProvider/themes/index.js';// Get active theme - can be replaced with dynamic theme selection from your app state
|
|
2
|
-
const activeTheme = themes.spotify;
|
|
3
|
-
// Default spacing and theme from Tailwind
|
|
4
1
|
const themeConfig = {
|
|
5
2
|
colors: {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
3
|
+
border: 'hsl(var(--border))',
|
|
4
|
+
input: 'hsl(var(--input))',
|
|
5
|
+
ring: 'hsl(var(--ring))',
|
|
6
|
+
background: 'hsl(var(--background))',
|
|
7
|
+
foreground: 'hsl(var(--foreground))',
|
|
8
|
+
primary: {
|
|
9
|
+
DEFAULT: 'hsl(var(--primary))',
|
|
10
|
+
foreground: 'hsl(var(--primary-foreground))'
|
|
11
|
+
},
|
|
12
|
+
secondary: {
|
|
13
|
+
DEFAULT: 'hsl(var(--secondary))',
|
|
14
|
+
foreground: 'hsl(var(--secondary-foreground))'
|
|
15
|
+
},
|
|
16
|
+
destructive: {
|
|
17
|
+
DEFAULT: 'hsl(var(--destructive))',
|
|
18
|
+
foreground: 'hsl(var(--destructive-foreground))'
|
|
19
|
+
},
|
|
20
|
+
muted: {
|
|
21
|
+
DEFAULT: 'hsl(var(--muted))',
|
|
22
|
+
foreground: 'hsl(var(--muted-foreground))'
|
|
23
|
+
},
|
|
24
|
+
accent: {
|
|
25
|
+
DEFAULT: 'hsl(var(--accent))',
|
|
26
|
+
foreground: 'hsl(var(--accent-foreground))'
|
|
27
|
+
},
|
|
28
|
+
popover: {
|
|
29
|
+
DEFAULT: 'hsl(var(--popover))',
|
|
30
|
+
foreground: 'hsl(var(--popover-foreground))'
|
|
31
|
+
},
|
|
32
|
+
card: {
|
|
33
|
+
DEFAULT: 'hsl(var(--card))',
|
|
34
|
+
foreground: 'hsl(var(--card-foreground))'
|
|
35
|
+
},
|
|
36
|
+
sidebar: {
|
|
37
|
+
DEFAULT: 'hsl(var(--sidebar-background))',
|
|
38
|
+
foreground: 'hsl(var(--sidebar-foreground))',
|
|
39
|
+
primary: 'hsl(var(--sidebar-primary))',
|
|
40
|
+
'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
|
|
41
|
+
accent: 'hsl(var(--sidebar-accent))',
|
|
42
|
+
'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
|
|
43
|
+
border: 'hsl(var(--sidebar-border))',
|
|
44
|
+
ring: 'hsl(var(--sidebar-ring))'
|
|
45
|
+
},
|
|
46
|
+
// Brand colors
|
|
47
|
+
brand: {
|
|
48
|
+
primary: 'hsl(var(--brand-primary))',
|
|
49
|
+
secondary: 'hsl(var(--brand-secondary))',
|
|
50
|
+
accent: 'hsl(var(--brand-accent))'
|
|
51
|
+
},
|
|
52
|
+
// Semantic colors
|
|
53
|
+
success: 'hsl(var(--success))',
|
|
54
|
+
warning: 'hsl(var(--warning))',
|
|
55
|
+
error: 'hsl(var(--error))',
|
|
56
|
+
info: 'hsl(var(--info))'
|
|
14
57
|
},
|
|
15
|
-
|
|
16
|
-
primary:
|
|
17
|
-
secondary:
|
|
18
|
-
|
|
58
|
+
backgroundImage: {
|
|
59
|
+
'gradient-primary': 'var(--gradient-primary)',
|
|
60
|
+
'gradient-secondary': 'var(--gradient-secondary)',
|
|
61
|
+
'gradient-brand': 'var(--gradient-brand)'
|
|
19
62
|
},
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
63
|
+
boxShadow: {
|
|
64
|
+
sm: 'var(--shadow-sm)',
|
|
65
|
+
md: 'var(--shadow-md)',
|
|
66
|
+
lg: 'var(--shadow-lg)',
|
|
67
|
+
xl: 'var(--shadow-xl)'
|
|
68
|
+
},
|
|
69
|
+
transitionProperty: {
|
|
70
|
+
colors: 'var(--transition-colors)',
|
|
71
|
+
transform: 'var(--transition-transform)',
|
|
72
|
+
all: 'var(--transition-all)'
|
|
73
|
+
},
|
|
74
|
+
borderRadius: {
|
|
75
|
+
lg: 'var(--radius)',
|
|
76
|
+
md: 'calc(var(--radius) - 2px)',
|
|
77
|
+
sm: 'calc(var(--radius) - 4px)'
|
|
78
|
+
},
|
|
79
|
+
keyframes: {
|
|
80
|
+
'accordion-down': {
|
|
81
|
+
from: {
|
|
82
|
+
height: '0'
|
|
83
|
+
},
|
|
84
|
+
to: {
|
|
85
|
+
height: 'var(--radix-accordion-content-height)'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
'accordion-up': {
|
|
89
|
+
from: {
|
|
90
|
+
height: 'var(--radix-accordion-content-height)'
|
|
91
|
+
},
|
|
92
|
+
to: {
|
|
93
|
+
height: '0'
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
animation: {
|
|
98
|
+
'accordion-down': 'accordion-down 0.2s ease-out',
|
|
99
|
+
'accordion-up': 'accordion-up 0.2s ease-out'
|
|
100
|
+
}
|
|
23
101
|
};export{themeConfig};//# sourceMappingURL=tailwindConfig.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwindConfig.js","sources":["../src/tailwindConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tailwindConfig.js","sources":["../src/tailwindConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAO,MAAM,WAAW,GAAG;AACvB,EAAA,MAAA,EAAM;AACF,IAAA,MAAA,EAAA,oBAAQ;AACR,IAAA,KAAA,EAAA,mBAAO;AACP,IAAA,IAAA,EAAA,kBAAM;AACN,IAAA,UAAA,EAAA,wBAAY;AACZ,IAAA,UAAA,EAAA,wBAAY;AACZ,IAAA,OAAA,EAAA;AACI,MAAA,OAAA,EAAA,qBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,SAAA,EAAA;AACI,MAAA,OAAA,EAAA,uBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,WAAA,EAAA;AACI,MAAA,OAAA,EAAA,yBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,KAAA,EAAA;AACI,MAAA,OAAA,EAAA,mBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,MAAA,EAAA;AACI,MAAA,OAAA,EAAA,oBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,OAAA,EAAA;AACI,MAAA,OAAA,EAAA,qBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,IAAA,EAAA;AACI,MAAA,OAAA,EAAA,kBAAS;AACT,MAAA,UAAA,EAAA;AACH,KAAA;AACD,IAAA,OAAA,EAAA;AACI,MAAA,OAAA,EAAA,gCAAS;AACT,MAAA,UAAA,EAAA,gCAAY;AACZ,MAAA,OAAA,EAAA,6BAAS;AACT,MAAA,oBAAA,EAAA,wCAAsB;AACtB,MAAA,MAAA,EAAA,4BAAQ;AACR,MAAA,mBAAA,EAAA,uCAAqB;AACrB,MAAA,MAAA,EAAA,4BAAQ;AACR,MAAA,IAAA,EAAA;AACH,KAAA;;AAED,IAAA,KAAA,EAAA;AACI,MAAA,OAAA,EAAA,2BAAS;AACT,MAAA,SAAA,EAAA,6BAAW;AACX,MAAA,MAAA,EAAA;AACH,KAAA;;AAED,IAAA,OAAA,EAAA,qBAAS;AACT,IAAA,OAAA,EAAA,qBAAS;AACT,IAAA,KAAA,EAAA,mBAAO;AACP,IAAA,IAAA,EAAA;AACH,GAAA;AACD,EAAA,eAAA,EAAe;AACX,IAAA,kBAAA,EAAA,yBAAoB;AACpB,IAAA,oBAAA,EAAA,2BAAsB;AACtB,IAAA,gBAAA,EAAA;AACH,GAAA;AACD,EAAA,SAAA,EAAS;AACL,IAAA,EAAA,EAAA,kBAAI;AACJ,IAAA,EAAA,EAAA,kBAAI;AACJ,IAAA,EAAA,EAAA,kBAAI;AACJ,IAAA,EAAA,EAAA;AACH,GAAA;AACD,EAAA,kBAAA,EAAkB;AACd,IAAA,MAAA,EAAA,0BAAQ;AACR,IAAA,SAAA,EAAA,6BAAW;AACX,IAAA,GAAA,EAAA;AACH,GAAA;AACD,EAAA,YAAA,EAAY;AACR,IAAA,EAAA,EAAA,eAAI;AACJ,IAAA,EAAA,EAAA,2BAAI;AACJ,IAAA,EAAA,EAAA;AACH,GAAA;AACD,EAAA,SAAA,EAAS;AACL,IAAA,gBAAA,EAAA;AACI,MAAA,IAAA,EAAA;AACI,QAAA,MAAA,EAAA;AACH,OAAA;AACD,MAAA,EAAA,EAAA;AACI,QAAA,MAAA,EAAA;AACH;AACJ,KAAA;AACD,IAAA,cAAA,EAAA;AACI,MAAA,IAAA,EAAA;AACI,QAAA,MAAA,EAAA;AACH,OAAA;AACD,MAAA,EAAA,EAAA;AACI,QAAA,MAAA,EAAA;AACH;AACJ;AACJ,GAAA;AACD,EAAA,SAAA,EAAS;AACL,IAAA,gBAAA,EAAA,8BAAkB;AAClB,IAAA,cAAA,EAAA;AACH;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics-utils.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/analytics-utils.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configOverrides.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/configOverrides.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/menu.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectors.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/selectors.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settingsMachine.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/settingsMachine.test.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settingsUtils.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/settingsUtils.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export interface GA4EventParams {
|
|
2
|
+
page_location?: string;
|
|
3
|
+
page_referrer?: string;
|
|
4
|
+
page_title?: string;
|
|
5
|
+
user_id?: string;
|
|
6
|
+
search_term?: string;
|
|
7
|
+
currency?: string;
|
|
8
|
+
value?: number;
|
|
9
|
+
items?: Array<{
|
|
10
|
+
item_id: string;
|
|
11
|
+
item_name: string;
|
|
12
|
+
item_category?: string;
|
|
13
|
+
price?: number;
|
|
14
|
+
quantity?: number;
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>;
|
|
17
|
+
[key: string]: any;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Helper function to format property data for GA4 item tracking
|
|
21
|
+
*/
|
|
22
|
+
export declare const formatPropertyForGA4: (property: any) => GA4EventParams["items"][0];
|
|
23
|
+
/**
|
|
24
|
+
* Helper function to create standard GA4 page view event params
|
|
25
|
+
*/
|
|
26
|
+
export declare const createPageViewParams: (pageTitle: string, additionalParams?: GA4EventParams) => GA4EventParams;
|
|
27
|
+
/**
|
|
28
|
+
* Helper function to create standard GA4 search event params
|
|
29
|
+
*/
|
|
30
|
+
export declare const createSearchParams: (searchTerm: string, additionalParams?: GA4EventParams) => GA4EventParams;
|
|
31
|
+
/**
|
|
32
|
+
* Helper function to track user engagement events
|
|
33
|
+
*/
|
|
34
|
+
export declare const trackUserEngagement: (analytics: any, eventName: string, params?: GA4EventParams) => void;
|
|
35
|
+
/**
|
|
36
|
+
* Helper function to track property views
|
|
37
|
+
*/
|
|
38
|
+
export declare const trackPropertyView: (analytics: any, property: any) => void;
|
|
39
|
+
/**
|
|
40
|
+
* Helper function to track property searches
|
|
41
|
+
*/
|
|
42
|
+
export declare const trackPropertySearch: (analytics: any, searchTerm: string, filters?: Record<string, any>) => void;
|
|
43
|
+
//# sourceMappingURL=analytics-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics-utils.d.ts","sourceRoot":"","sources":["../../src/utils/analytics-utils.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,cAAc;IAE3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IAGpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,WAAW,CAAC,EAAE,MAAM,CAAC;IAGrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;QACV,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACtB,CAAC,CAAC;IAGH,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,UAAU,GAAG,KAAG,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,CAU7E,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,WAAW,MAAM,EAAE,mBAAmB,cAAc,KAAG,cAO3F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,YAAY,MAAM,EAAE,mBAAmB,cAAc,KAAG,cAK1F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAW,GAAG,EAAE,WAAW,MAAM,EAAE,SAAS,cAAc,SAK7F,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAAI,WAAW,GAAG,EAAE,UAAU,GAAG,SAG9D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,WAAW,GAAG,EAAE,YAAY,MAAM,EAAE,UAAU,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,SAIpG,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { GA4EventParams } from './analytics-utils';
|
|
2
|
+
/**
|
|
3
|
+
* Initialize Google Analytics
|
|
4
|
+
* @param {string} measurementId - Google Analytics measurement ID (GA4)
|
|
5
|
+
*/
|
|
6
|
+
export declare const initGA: (measurementId: string) => void;
|
|
7
|
+
/**
|
|
8
|
+
* Track a GA4 standard event
|
|
9
|
+
* @param {string} eventName - GA4 event name
|
|
10
|
+
* @param {GA4EventParams} eventParams - Event parameters
|
|
11
|
+
*/
|
|
12
|
+
export declare const trackGA4Event: (eventName: string, eventParams?: GA4EventParams) => void;
|
|
13
|
+
/**
|
|
14
|
+
* Check if Google Analytics is initialized
|
|
15
|
+
* @returns {boolean} Whether GA is initialized
|
|
16
|
+
*/
|
|
17
|
+
export declare const isGAInitialized: () => boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Track page views
|
|
20
|
+
* @param {string} path - URL path to track
|
|
21
|
+
* @param {string} title - Page title
|
|
22
|
+
*/
|
|
23
|
+
export declare const trackPageView: (path: string, title?: string) => void;
|
|
24
|
+
/**
|
|
25
|
+
* Track events
|
|
26
|
+
* @param {string} category - Event category
|
|
27
|
+
* @param {string} action - Event action
|
|
28
|
+
* @param {string} label - Event label (optional)
|
|
29
|
+
* @param {number} value - Event value (optional)
|
|
30
|
+
*/
|
|
31
|
+
export declare const trackEvent: (category: string, action: string, label?: string, value?: number) => void;
|
|
32
|
+
/**
|
|
33
|
+
* Track exception events
|
|
34
|
+
* @param {string} description - Error description
|
|
35
|
+
* @param {boolean} fatal - Whether the error was fatal
|
|
36
|
+
*/
|
|
37
|
+
export declare const trackException: (description: string, fatal?: boolean) => void;
|
|
38
|
+
/**
|
|
39
|
+
* Track user properties
|
|
40
|
+
* @param {Record<string, string | number | boolean>} properties - User properties to track
|
|
41
|
+
*/
|
|
42
|
+
export declare const setUserProperties: (properties: Record<string, string | number | boolean>) => void;
|
|
43
|
+
/**
|
|
44
|
+
* Set user ID for cross-device tracking
|
|
45
|
+
* @param {string} userId - User ID
|
|
46
|
+
*/
|
|
47
|
+
export declare const setUserId: (userId: string) => void;
|
|
48
|
+
//# sourceMappingURL=analytics.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics.d.ts","sourceRoot":"","sources":["../../src/utils/analytics.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAInD;;;GAGG;AACH,eAAO,MAAM,MAAM,GAAI,eAAe,MAAM,KAAG,IAmF9C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,WAAW,MAAM,EAAE,cAAc,cAAc,KAAG,IAiB/E,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,QAAO,OAElC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,MAAM,EAAE,QAAQ,MAAM,KAAG,IAsB5D,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,UAAU,GAAI,UAAU,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,EAAE,QAAQ,MAAM,KAAG,IA0B7F,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc,GAAI,aAAa,MAAM,EAAE,QAAO,OAAe,KAAG,IAmB5E,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,YAAY,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,KAAG,IAiBzF,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,GAAI,QAAQ,MAAM,KAAG,IAsB1C,CAAC"}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Configuration Override System
|
|
3
|
+
*
|
|
4
|
+
* This module implements a VS Code-style configuration override pattern.
|
|
5
|
+
* Instead of deeply nested route and device-specific settings, we use a nested
|
|
6
|
+
* structure with context keys for overrides.
|
|
7
|
+
*
|
|
8
|
+
* ## Pattern
|
|
9
|
+
*
|
|
10
|
+
* Base configuration:
|
|
11
|
+
* ```
|
|
12
|
+
* uilayout.regions.header.showLogo = true
|
|
13
|
+
* ```
|
|
14
|
+
*
|
|
15
|
+
* Override for specific route and device:
|
|
16
|
+
* ```
|
|
17
|
+
* [route=/dashboard][device=mobile]: {
|
|
18
|
+
* uilayout: {
|
|
19
|
+
* regions: {
|
|
20
|
+
* header: {
|
|
21
|
+
* showLogo: false
|
|
22
|
+
* }
|
|
23
|
+
* }
|
|
24
|
+
* }
|
|
25
|
+
* }
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Benefits
|
|
29
|
+
*
|
|
30
|
+
* 1. **Flat Schema**: Configuration schema is defined once, not duplicated per route/device
|
|
31
|
+
* 2. **Clear Inheritance**: Easy to see what's overridden and what uses defaults
|
|
32
|
+
* 3. **Flexibility**: Can add new context dimensions (e.g., [user=admin], [theme=dark])
|
|
33
|
+
* 4. **Database Friendly**: Nested structure is natural for MongoDB
|
|
34
|
+
* 5. **Type Safe**: TypeScript can enforce config keys
|
|
35
|
+
*
|
|
36
|
+
* ## Usage in MongoDB
|
|
37
|
+
*
|
|
38
|
+
* ```json
|
|
39
|
+
* {
|
|
40
|
+
* "uiSettings": {
|
|
41
|
+
* "uilayout": {
|
|
42
|
+
* "regions": {
|
|
43
|
+
* "header": {
|
|
44
|
+
* "showLogo": true
|
|
45
|
+
* }
|
|
46
|
+
* }
|
|
47
|
+
* },
|
|
48
|
+
* "[route=/dashboard][device=mobile]": {
|
|
49
|
+
* "uilayout": {
|
|
50
|
+
* "regions": {
|
|
51
|
+
* "header": {
|
|
52
|
+
* "showLogo": false
|
|
53
|
+
* }
|
|
54
|
+
* }
|
|
55
|
+
* }
|
|
56
|
+
* }
|
|
57
|
+
* }
|
|
58
|
+
* }
|
|
59
|
+
* ```
|
|
60
|
+
*/
|
|
61
|
+
export interface OverrideContext {
|
|
62
|
+
route?: string;
|
|
63
|
+
device?: 'desktop' | 'mobile';
|
|
64
|
+
theme?: string;
|
|
65
|
+
user?: string;
|
|
66
|
+
[key: string]: string | undefined;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Parse multiple bracket pattern into array of identifiers
|
|
70
|
+
* Supports both single bracket [/route.mobile] and multiple bracket [/route][mobile] patterns
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* parseMultipleBracketIdentifiers("[/dashboard][mobile]")
|
|
74
|
+
* // Returns: ['/dashboard', 'mobile']
|
|
75
|
+
*
|
|
76
|
+
* parseMultipleBracketIdentifiers("[mobile]")
|
|
77
|
+
* // Returns: ['mobile']
|
|
78
|
+
*
|
|
79
|
+
* parseMultipleBracketIdentifiers("[/dashboard.mobile]") // Backward compatibility
|
|
80
|
+
* // Returns: ['/dashboard', 'mobile']
|
|
81
|
+
*/
|
|
82
|
+
export declare function parseMultipleBracketIdentifiers(overrideKey: string): string[];
|
|
83
|
+
/**
|
|
84
|
+
* Build multiple bracket pattern from identifiers array
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* buildMultipleBracketKey(['/dashboard', 'mobile'])
|
|
88
|
+
* // Returns: "[/dashboard][mobile]"
|
|
89
|
+
*
|
|
90
|
+
* buildMultipleBracketKey(['mobile'])
|
|
91
|
+
* // Returns: "[mobile]"
|
|
92
|
+
*/
|
|
93
|
+
export declare function buildMultipleBracketKey(identifiers: string[]): string;
|
|
94
|
+
/**
|
|
95
|
+
* Build multiple bracket pattern from context object
|
|
96
|
+
* Uses the new multiple bracket format: [/route][device]
|
|
97
|
+
*
|
|
98
|
+
* @example
|
|
99
|
+
* buildMultipleBracketKeyFromContext({ route: '/dashboard', device: 'mobile' })
|
|
100
|
+
* // Returns: "[/dashboard][mobile]"
|
|
101
|
+
*
|
|
102
|
+
* buildMultipleBracketKeyFromContext({ device: 'mobile' })
|
|
103
|
+
* // Returns: "[mobile]"
|
|
104
|
+
*/
|
|
105
|
+
export declare function buildMultipleBracketKeyFromContext(context: OverrideContext): string;
|
|
106
|
+
/**
|
|
107
|
+
* Convert multiple bracket pattern to context object
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* multipleBracketToContext("[/dashboard][mobile]")
|
|
111
|
+
* // Returns: { route: '/dashboard', device: 'mobile' }
|
|
112
|
+
*/
|
|
113
|
+
export declare function multipleBracketToContext(overrideKey: string): OverrideContext;
|
|
114
|
+
/**
|
|
115
|
+
* Convert a dot-notation path to a nested object
|
|
116
|
+
* @example
|
|
117
|
+
* setNestedValue({}, 'uilayout.regions.header.showLogo', false)
|
|
118
|
+
* // Returns: { uilayout: { regions: { header: { showLogo: false } } } }
|
|
119
|
+
*/
|
|
120
|
+
export declare function setNestedValue(obj: any, path: string, value: any): any;
|
|
121
|
+
/**
|
|
122
|
+
* Get a value from a nested object using dot notation
|
|
123
|
+
* @example
|
|
124
|
+
* getNestedValue({ uilayout: { regions: { header: { showLogo: false } } } }, 'uilayout.regions.header.showLogo')
|
|
125
|
+
* // Returns: false
|
|
126
|
+
*/
|
|
127
|
+
export declare function getNestedValue(obj: any, path: string, defaultValue?: any): any;
|
|
128
|
+
/**
|
|
129
|
+
* Deep merge two objects
|
|
130
|
+
*/
|
|
131
|
+
export declare function deepMerge(target: any, source: any): any;
|
|
132
|
+
/**
|
|
133
|
+
* Build an override context key from context
|
|
134
|
+
*
|
|
135
|
+
* Format: [route][device] or [route] or [device]
|
|
136
|
+
*
|
|
137
|
+
* @example
|
|
138
|
+
* buildOverrideKey({ route: '/dashboard', device: 'mobile' })
|
|
139
|
+
* // Returns: "[/dashboard][mobile]"
|
|
140
|
+
*
|
|
141
|
+
* buildOverrideKey({ route: '/dashboard' })
|
|
142
|
+
* // Returns: "[/dashboard]"
|
|
143
|
+
*
|
|
144
|
+
* buildOverrideKey({ device: 'mobile' })
|
|
145
|
+
* // Returns: "[mobile]"
|
|
146
|
+
*/
|
|
147
|
+
export declare function buildOverrideKey(context: OverrideContext): string;
|
|
148
|
+
/**
|
|
149
|
+
* Parse an override key into its components
|
|
150
|
+
* Supports both new multiple bracket format and legacy dot notation
|
|
151
|
+
*
|
|
152
|
+
* @example
|
|
153
|
+
* parseOverrideKey("[/dashboard][mobile]") // New format
|
|
154
|
+
* // Returns: { route: '/dashboard', device: 'mobile' }
|
|
155
|
+
*
|
|
156
|
+
* parseOverrideKey("[/dashboard.mobile]") // Legacy format
|
|
157
|
+
* // Returns: { route: '/dashboard', device: 'mobile' }
|
|
158
|
+
*
|
|
159
|
+
* parseOverrideKey("[/dashboard]")
|
|
160
|
+
* // Returns: { route: '/dashboard' }
|
|
161
|
+
*
|
|
162
|
+
* parseOverrideKey("[mobile]")
|
|
163
|
+
* // Returns: { device: 'mobile' }
|
|
164
|
+
*
|
|
165
|
+
* parseOverrideKey("[.mobile]") // Legacy device-only format
|
|
166
|
+
* // Returns: { device: 'mobile' }
|
|
167
|
+
*/
|
|
168
|
+
export declare function parseOverrideKey(overrideKey: string): OverrideContext;
|
|
169
|
+
/**
|
|
170
|
+
* Get a configuration value with override support
|
|
171
|
+
*
|
|
172
|
+
* Priority:
|
|
173
|
+
* 1. Most specific override (all context matches)
|
|
174
|
+
* 2. Partial overrides (some context matches)
|
|
175
|
+
* 3. Base configuration value
|
|
176
|
+
* 4. Default value
|
|
177
|
+
*
|
|
178
|
+
* Works with nested storage where overrides are stored as:
|
|
179
|
+
* { "[route=/dashboard][device=mobile]": { uilayout: { regions: { header: { showLogo: false } } } } }
|
|
180
|
+
*/
|
|
181
|
+
export declare function getConfigValue<T = any>(settings: any, configKey: string, context: OverrideContext, defaultValue?: T): T;
|
|
182
|
+
/**
|
|
183
|
+
* Set a configuration value as an override
|
|
184
|
+
*
|
|
185
|
+
* Returns the context key and nested value structure.
|
|
186
|
+
* The service layer will merge this into the settings object.
|
|
187
|
+
*
|
|
188
|
+
* @example
|
|
189
|
+
* const result = setConfigOverride('regions.header.showLogo', false, { route: '/dashboard', device: 'mobile' });
|
|
190
|
+
* // Returns: {
|
|
191
|
+
* // contextKey: '[device=mobile][route=/dashboard]',
|
|
192
|
+
* // path: 'uilayout.regions.header.showLogo',
|
|
193
|
+
* // value: false,
|
|
194
|
+
* // nestedValue: { uilayout: { regions: { header: { showLogo: false } } } }
|
|
195
|
+
* // }
|
|
196
|
+
*/
|
|
197
|
+
export declare function setConfigOverride(configKey: string, value: any, context: OverrideContext): {
|
|
198
|
+
contextKey: string;
|
|
199
|
+
path: string;
|
|
200
|
+
value: any;
|
|
201
|
+
nestedValue: any;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Get all overrides for a specific context
|
|
205
|
+
* Works with nested storage format
|
|
206
|
+
*/
|
|
207
|
+
export declare function getContextOverrides(settings: any, context: OverrideContext): Record<string, any>;
|
|
208
|
+
/**
|
|
209
|
+
* Remove all overrides for a specific context
|
|
210
|
+
* Returns the context key to remove from settings
|
|
211
|
+
*/
|
|
212
|
+
export declare function clearContextOverrides(settings: any, context: OverrideContext): string | null;
|
|
213
|
+
//# sourceMappingURL=configOverrides.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configOverrides.d.ts","sourceRoot":"","sources":["../../src/utils/configOverrides.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2DG;AAEH,MAAM,WAAW,eAAe;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACrC;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,+BAA+B,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CA2C7E;AAED;;;;;;;;;GASG;AACH,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,EAAE,GAAG,MAAM,CAMrE;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,kCAAkC,CAAC,OAAO,EAAE,eAAe,GAAG,MAAM,CAqBnF;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,WAAW,EAAE,MAAM,GAAG,eAAe,CAoB7E;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,GAAG,CAiBtE;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,GAAG,GAAG,GAAG,CAY9E;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,GAAG,GAAG,CAkBvD;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,eAAe,GAAG,MAAM,CAyBjE;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,eAAe,CAiDrE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,cAAc,CAAC,CAAC,GAAG,GAAG,EAClC,QAAQ,EAAE,GAAG,EACb,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,eAAe,EACxB,YAAY,CAAC,EAAE,CAAC,GACjB,CAAC,CAoEH;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,iBAAiB,CAC7B,SAAS,EAAE,MAAM,EACjB,KAAK,EAAE,GAAG,EACV,OAAO,EAAE,eAAe,GACzB;IACC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,WAAW,EAAE,GAAG,CAAC;CACpB,CAWA;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAShG;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,GAAG,EAAE,OAAO,EAAE,eAAe,GAAG,MAAM,GAAG,IAAI,CAQ5F"}
|