@admin-layout/tailwind-design-pro 11.0.4-alpha.4 → 12.0.16-alpha.0
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 +401 -1
- package/lib/cdm-locales/en/settings.json +40 -1
- package/lib/cdm-locales/es/settings.json +42 -3
- package/lib/components/LanguageMenu/LanguageMenu.d.ts.map +1 -1
- package/lib/components/LanguageMenu/LanguageMenu.js +8 -18
- package/lib/components/LanguageMenu/LanguageMenu.js.map +1 -1
- package/lib/components/Layout/BasicLayout/index.d.ts +1 -8
- package/lib/components/Layout/BasicLayout/index.d.ts.map +1 -1
- package/lib/components/Layout/BasicLayout/index.js +140 -64
- package/lib/components/Layout/BasicLayout/index.js.map +1 -1
- package/lib/components/Layout/BasicLayout/utils.d.ts.map +1 -1
- package/lib/components/Layout/BasicLayout/utils.js +1 -14
- package/lib/components/Layout/BasicLayout/utils.js.map +1 -1
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts +1 -8
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.d.ts.map +1 -1
- package/lib/components/Layout/GlobalFooter/BottomMenuDropdown.js.map +1 -1
- package/lib/components/Layout/GlobalFooter/Copyright.d.ts.map +1 -1
- package/lib/components/Layout/GlobalFooter/Footer.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/Header.d.ts +1 -14
- package/lib/components/Layout/GlobalHeader/Header.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/Header.js +78 -53
- package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/Logo.d.ts +4 -0
- package/lib/components/Layout/GlobalHeader/Logo.d.ts.map +1 -0
- package/lib/components/Layout/GlobalHeader/Logo.js +141 -0
- package/lib/components/Layout/GlobalHeader/Logo.js.map +1 -0
- package/lib/components/Layout/GlobalHeader/MainHeader.d.ts +6 -0
- package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -0
- package/lib/components/Layout/GlobalHeader/MainHeader.js +228 -0
- package/lib/components/Layout/GlobalHeader/MainHeader.js.map +1 -0
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts +1 -12
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js +4 -4
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightContent.d.ts +2 -16
- package/lib/components/Layout/GlobalHeader/RightContent.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightContent.js +23 -0
- package/lib/components/Layout/GlobalHeader/RightContent.js.map +1 -0
- package/lib/components/Layout/GlobalHeader/RightMenu.d.ts +4 -0
- package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -0
- package/lib/components/Layout/GlobalHeader/RightMenu.js +274 -0
- package/lib/components/Layout/GlobalHeader/RightMenu.js.map +1 -0
- package/lib/components/Layout/GlobalHeader/SearchBar.d.ts +9 -0
- package/lib/components/Layout/GlobalHeader/SearchBar.d.ts.map +1 -0
- package/lib/components/Layout/GlobalHeader/SearchBar.js +118 -0
- package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -0
- package/lib/components/Layout/GlobalHeader/index.d.ts +4 -0
- package/lib/components/Layout/GlobalHeader/index.d.ts.map +1 -0
- package/lib/components/Layout/ProTailwindLayout.d.ts +2 -0
- package/lib/components/Layout/ProTailwindLayout.d.ts.map +1 -1
- package/lib/components/Layout/ProTailwindLayout.js +7 -3
- package/lib/components/Layout/ProTailwindLayout.js.map +1 -1
- package/lib/components/Layout/Sidebar/Divider.d.ts +1 -31
- package/lib/components/Layout/Sidebar/Divider.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/Divider.js.map +1 -1
- package/lib/components/Layout/Sidebar/DynamicIcon.d.ts +5 -0
- package/lib/components/Layout/Sidebar/DynamicIcon.d.ts.map +1 -0
- package/lib/components/Layout/Sidebar/DynamicIcon.js +51 -0
- package/lib/components/Layout/Sidebar/DynamicIcon.js.map +1 -0
- package/lib/components/Layout/Sidebar/Sidebar.d.ts +1 -11
- package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/Sidebar.js +117 -78
- package/lib/components/Layout/Sidebar/Sidebar.js.map +1 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.d.ts +3 -5
- package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.js +132 -45
- package/lib/components/Layout/Sidebar/SidebarMenu.js.map +1 -1
- package/lib/components/Layout/TailwindLayout.d.ts.map +1 -1
- package/lib/components/Layout/TailwindLayout.js +34 -14
- package/lib/components/Layout/TailwindLayout.js.map +1 -1
- package/lib/components/Layout/getPageTitle.d.ts +1 -16
- package/lib/components/Layout/getPageTitle.d.ts.map +1 -1
- package/lib/components/Layout/getPageTitle.js +1 -1
- package/lib/components/Layout/getPageTitle.js.map +1 -1
- package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts +4 -0
- package/lib/components/Layout/slot-fill/AdditionalSettings.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/AdditionalSettings.js +7 -0
- package/lib/components/Layout/slot-fill/AdditionalSettings.js.map +1 -0
- package/lib/components/Layout/slot-fill/Footer.d.ts +1 -1
- package/lib/components/Layout/slot-fill/Footer.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/Footer.js +6 -6
- package/lib/components/Layout/slot-fill/Footer.js.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderNotice.d.ts.map +1 -1
- package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts +3 -0
- package/lib/components/Layout/slot-fill/HeaderSearchBar.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/HeaderSearchBar.js +6 -0
- package/lib/components/Layout/slot-fill/HeaderSearchBar.js.map +1 -0
- package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts +3 -0
- package/lib/components/Layout/slot-fill/HeaderSearchButton.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/HeaderSearchButton.js +6 -0
- package/lib/components/Layout/slot-fill/HeaderSearchButton.js.map +1 -0
- package/lib/components/Layout/slot-fill/RightContent.d.ts +3 -0
- package/lib/components/Layout/slot-fill/RightContent.d.ts.map +1 -0
- package/lib/components/Layout/slot-fill/RightContent.js +6 -0
- package/lib/components/Layout/slot-fill/RightContent.js.map +1 -0
- package/lib/components/Layout/slot-fill/index.d.ts +4 -0
- package/lib/components/Layout/slot-fill/index.d.ts.map +1 -1
- package/lib/components/Layout/util.d.ts.map +1 -1
- package/lib/components/Layout/util.js +12 -0
- package/lib/components/Layout/util.js.map +1 -0
- package/lib/components/SettingDrawer/CheckBoxTheme.d.ts +1 -6
- package/lib/components/SettingDrawer/CheckBoxTheme.d.ts.map +1 -1
- package/lib/components/SettingDrawer/CheckBoxTheme.js +106 -31
- package/lib/components/SettingDrawer/CheckBoxTheme.js.map +1 -1
- package/lib/components/SettingDrawer/InvitationSettings.d.ts +3 -0
- package/lib/components/SettingDrawer/InvitationSettings.d.ts.map +1 -0
- package/lib/components/SettingDrawer/InvitationSettings.js +79 -0
- package/lib/components/SettingDrawer/InvitationSettings.js.map +1 -0
- package/lib/components/SettingDrawer/LayoutChange.d.ts +2 -6
- package/lib/components/SettingDrawer/LayoutChange.d.ts.map +1 -1
- package/lib/components/SettingDrawer/LayoutChange.js +84 -30
- package/lib/components/SettingDrawer/LayoutChange.js.map +1 -1
- package/lib/components/SettingDrawer/NavigationsModes.d.ts +3 -0
- package/lib/components/SettingDrawer/NavigationsModes.d.ts.map +1 -0
- package/lib/components/SettingDrawer/NavigationsModes.js +289 -0
- package/lib/components/SettingDrawer/NavigationsModes.js.map +1 -0
- package/lib/components/SettingDrawer/RegionalSettings.d.ts +1 -6
- package/lib/components/SettingDrawer/RegionalSettings.d.ts.map +1 -1
- package/lib/components/SettingDrawer/RegionalSettings.js +696 -51
- package/lib/components/SettingDrawer/RegionalSettings.js.map +1 -1
- package/lib/components/SettingDrawer/SettingDrawer.d.ts +2 -25
- package/lib/components/SettingDrawer/SettingDrawer.d.ts.map +1 -1
- package/lib/components/SettingDrawer/SettingDrawer.js +249 -113
- package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/SettingDrawer/Switch/index.d.ts +2 -8
- package/lib/components/SettingDrawer/Switch/index.d.ts.map +1 -1
- package/lib/components/SettingDrawer/Switch/index.js +17 -34
- package/lib/components/SettingDrawer/Switch/index.js.map +1 -1
- package/lib/components/SettingDrawer/ThemeColor.d.ts +1 -6
- package/lib/components/SettingDrawer/ThemeColor.d.ts.map +1 -1
- package/lib/components/SettingDrawer/ThemeColor.js +3 -0
- package/lib/components/SettingDrawer/ThemeColor.js.map +1 -1
- package/lib/components/SettingDrawer/ThemeSelector.d.ts +3 -0
- package/lib/components/SettingDrawer/ThemeSelector.d.ts.map +1 -0
- package/lib/components/SettingDrawer/ThemeSelector.js +18 -0
- package/lib/components/SettingDrawer/ThemeSelector.js.map +1 -0
- package/lib/components/SettingDrawer/WebFontsSelector.d.ts +3 -0
- package/lib/components/SettingDrawer/WebFontsSelector.d.ts.map +1 -0
- package/lib/components/SettingDrawer/WebFontsSelector.js +24 -0
- package/lib/components/SettingDrawer/WebFontsSelector.js.map +1 -0
- package/lib/components/SettingDrawer/types.d.ts +91 -0
- package/lib/components/SettingDrawer/types.d.ts.map +1 -0
- package/lib/components/UI/CardList.d.ts +61 -0
- package/lib/components/UI/CardList.d.ts.map +1 -0
- package/lib/components/UI/CardList.js +43 -0
- package/lib/components/UI/CardList.js.map +1 -0
- package/lib/components/UI/CategoriesTypeList.d.ts +29 -0
- package/lib/components/UI/CategoriesTypeList.d.ts.map +1 -0
- package/lib/components/UI/CategoriesTypeList.js +140 -0
- package/lib/components/UI/CategoriesTypeList.js.map +1 -0
- package/lib/components/UI/LazyLoadingGoogleMarker.d.ts +83 -0
- package/lib/components/UI/LazyLoadingGoogleMarker.d.ts.map +1 -0
- package/lib/components/UI/LazyLoadingGoogleMarker.js +107 -0
- package/lib/components/UI/LazyLoadingGoogleMarker.js.map +1 -0
- package/lib/components/UI/Pagination.d.ts +6 -0
- package/lib/components/UI/Pagination.d.ts.map +1 -0
- package/lib/components/UI/Pagination.js +59 -0
- package/lib/components/UI/Pagination.js.map +1 -0
- package/lib/components/UI/ParamSearchResultContainer.d.ts +99 -0
- package/lib/components/UI/ParamSearchResultContainer.d.ts.map +1 -0
- package/lib/components/UI/ParamSearchResultContainer.js +120 -0
- package/lib/components/UI/ParamSearchResultContainer.js.map +1 -0
- package/lib/components/UI/PropertyCard.d.ts +24 -0
- package/lib/components/UI/PropertyCard.d.ts.map +1 -0
- package/lib/components/UI/PropertyCard.js +417 -0
- package/lib/components/UI/PropertyCard.js.map +1 -0
- package/lib/components/UI/PropertyCardOnMap.d.ts +10 -0
- package/lib/components/UI/PropertyCardOnMap.d.ts.map +1 -0
- package/lib/components/UI/PropertyCardOnMap.js +108 -0
- package/lib/components/UI/PropertyCardOnMap.js.map +1 -0
- package/lib/components/UI/VehicleCard/PricePopover.d.ts +8 -0
- package/lib/components/UI/VehicleCard/PricePopover.d.ts.map +1 -0
- package/lib/components/UI/VehicleCard/PricePopover.js +98 -0
- package/lib/components/UI/VehicleCard/PricePopover.js.map +1 -0
- package/lib/components/UI/VehicleCard/VehicleBadge.d.ts +7 -0
- package/lib/components/UI/VehicleCard/VehicleBadge.d.ts.map +1 -0
- package/lib/components/UI/VehicleCard/VehicleFeature.d.ts +9 -0
- package/lib/components/UI/VehicleCard/VehicleFeature.d.ts.map +1 -0
- package/lib/components/UI/VehicleCard/VehicleFeature.js +23 -0
- package/lib/components/UI/VehicleCard/VehicleFeature.js.map +1 -0
- package/lib/components/UI/VehicleCard/types.d.ts +59 -0
- package/lib/components/UI/VehicleCard/types.d.ts.map +1 -0
- package/lib/components/UI/VehicleCard.d.ts +15 -0
- package/lib/components/UI/VehicleCard.d.ts.map +1 -0
- package/lib/components/UI/VehicleCard.js +166 -0
- package/lib/components/UI/VehicleCard.js.map +1 -0
- package/lib/components/UI/VehicleCardList.d.ts +14 -0
- package/lib/components/UI/VehicleCardList.d.ts.map +1 -0
- package/lib/components/UI/VehicleCardList.js +38 -0
- package/lib/components/UI/VehicleCardList.js.map +1 -0
- package/lib/components/UI/VehicleParamSearchResultContainer.d.ts +90 -0
- package/lib/components/UI/VehicleParamSearchResultContainer.d.ts.map +1 -0
- package/lib/components/UI/icons/LocationIcon.d.ts +7 -0
- package/lib/components/UI/icons/LocationIcon.d.ts.map +1 -0
- package/lib/components/UI/icons/LocationIcon.js +18 -0
- package/lib/components/UI/icons/LocationIcon.js.map +1 -0
- package/lib/components/UI/icons/index.d.ts +2 -0
- package/lib/components/UI/icons/index.d.ts.map +1 -0
- package/lib/components/UI/index.d.ts +10 -0
- package/lib/components/UI/index.d.ts.map +1 -0
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +11 -1
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
- package/lib/components/index.d.ts +3 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/index.js +1 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/typings.d.ts +139 -49
- package/lib/components/typings.d.ts.map +1 -1
- package/lib/components/typings.js +6 -0
- package/lib/components/typings.js.map +1 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +6 -4
- 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.d.ts +8 -0
- package/lib/config/constants.d.ts.map +1 -0
- package/lib/config/constants.js +32 -0
- package/lib/config/constants.js.map +1 -0
- package/lib/config/env-config.d.ts +18 -0
- package/lib/config/env-config.d.ts.map +1 -1
- package/lib/config/env-config.js +76 -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 +7 -4
- package/lib/helpers/DynamicIcon.d.ts.map +1 -1
- package/lib/helpers/DynamicIcon.js +51 -0
- package/lib/helpers/DynamicIcon.js.map +1 -0
- package/lib/hooks/index.d.ts +6 -0
- package/lib/hooks/index.d.ts.map +1 -0
- package/lib/hooks/use-get-current-lat-long.d.ts +18 -0
- package/lib/hooks/use-get-current-lat-long.d.ts.map +1 -0
- package/lib/hooks/use-get-current-lat-long.js +29 -0
- package/lib/hooks/use-get-current-lat-long.js.map +1 -0
- package/lib/hooks/useMediaQuery.d.ts +14 -0
- package/lib/hooks/useMediaQuery.d.ts.map +1 -0
- package/lib/hooks/useMediaQuery.js +48 -0
- package/lib/hooks/useMediaQuery.js.map +1 -0
- package/lib/hooks/useScrollThreshold.d.ts +12 -0
- package/lib/hooks/useScrollThreshold.d.ts.map +1 -0
- package/lib/hooks/useScrollThreshold.js +60 -0
- package/lib/hooks/useScrollThreshold.js.map +1 -0
- package/lib/hooks/useTailwindTheme.d.ts +34 -0
- package/lib/hooks/useTailwindTheme.d.ts.map +1 -0
- package/lib/hooks/useTailwindTheme.js +82 -0
- package/lib/hooks/useTailwindTheme.js.map +1 -0
- package/lib/hooks/useWindowSize.d.ts +6 -0
- package/lib/hooks/useWindowSize.d.ts.map +1 -0
- package/lib/hooks/useWindowSize.js +20 -0
- package/lib/hooks/useWindowSize.js.map +1 -0
- package/lib/icons.d.ts +16 -0
- package/lib/icons.d.ts.map +1 -0
- package/lib/icons.js +12 -0
- package/lib/icons.js.map +1 -0
- package/lib/index.d.ts +2 -3
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/machines/settingsMachine.d.ts +6 -0
- package/lib/machines/settingsMachine.d.ts.map +1 -0
- package/lib/machines/settingsMachine.js +206 -0
- package/lib/machines/settingsMachine.js.map +1 -0
- package/lib/machines/types.d.ts +174 -0
- package/lib/machines/types.d.ts.map +1 -0
- package/lib/machines/types.js +5 -0
- package/lib/machines/types.js.map +1 -0
- package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts +6 -0
- package/lib/middlewares/airbnbDatasourcesMiddleware.d.ts.map +1 -0
- package/lib/middlewares/bookingCarRentalMiddleware.d.ts +6 -0
- package/lib/middlewares/bookingCarRentalMiddleware.d.ts.map +1 -0
- package/lib/middlewares/bookingDatasourcesMiddleware.d.ts +7 -0
- package/lib/middlewares/bookingDatasourcesMiddleware.d.ts.map +1 -0
- package/lib/middlewares/datasourcesMiddleware.d.ts +6 -0
- package/lib/middlewares/datasourcesMiddleware.d.ts.map +1 -0
- package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts +7 -0
- package/lib/middlewares/pricelineDatasourcesMiddleware.d.ts.map +1 -0
- package/lib/module.d.ts +0 -1
- package/lib/module.d.ts.map +1 -1
- package/lib/module.js +14 -15
- package/lib/module.js.map +1 -1
- package/lib/redux/index.d.ts +2 -0
- package/lib/redux/index.d.ts.map +1 -0
- package/lib/redux/searchReducer.d.ts +42 -0
- package/lib/redux/searchReducer.d.ts.map +1 -0
- package/lib/redux/searchReducer.js +64 -0
- package/lib/redux/searchReducer.js.map +1 -0
- package/lib/routes.json +1 -0
- package/lib/styles/index-bk.css +443 -0
- package/lib/styles/index.css +667 -45
- package/lib/tailwindConfig.d.ts +100 -0
- package/lib/tailwindConfig.d.ts.map +1 -0
- package/lib/tailwindConfig.js +101 -0
- package/lib/tailwindConfig.js.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/formateCarData.d.ts +2 -0
- package/lib/utils/formateCarData.d.ts.map +1 -0
- package/lib/utils/menu.d.ts.map +1 -1
- package/lib/utils/test-utils.d.ts.map +1 -1
- package/lib/utils/utils/index.d.ts.map +1 -1
- package/package.json +7 -5
- package/lib/components/Layout/GlobalFooter/Copyright.js +0 -8
- package/lib/components/Layout/GlobalFooter/Copyright.js.map +0 -1
- package/lib/components/Layout/GlobalFooter/Footer.js +0 -22
- package/lib/components/Layout/GlobalFooter/Footer.js.map +0 -1
- package/lib/components/defaultSettings.d.ts +0 -4
- package/lib/components/defaultSettings.d.ts.map +0 -1
- package/lib/components/defaultSettings.js +0 -14
- package/lib/components/defaultSettings.js.map +0 -1
- package/lib/utils/index.d.ts +0 -2
- package/lib/utils/index.d.ts.map +0 -1
- package/lib/utils/index.js +0 -13
- package/lib/utils/index.js.map +0 -1
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export declare const themeConfig: {
|
|
2
|
+
colors: {
|
|
3
|
+
border: string;
|
|
4
|
+
input: string;
|
|
5
|
+
ring: string;
|
|
6
|
+
background: string;
|
|
7
|
+
foreground: string;
|
|
8
|
+
primary: {
|
|
9
|
+
DEFAULT: string;
|
|
10
|
+
foreground: string;
|
|
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;
|
|
55
|
+
};
|
|
56
|
+
backgroundImage: {
|
|
57
|
+
'gradient-primary': string;
|
|
58
|
+
'gradient-secondary': string;
|
|
59
|
+
'gradient-brand': string;
|
|
60
|
+
};
|
|
61
|
+
boxShadow: {
|
|
62
|
+
sm: string;
|
|
63
|
+
md: string;
|
|
64
|
+
lg: string;
|
|
65
|
+
xl: string;
|
|
66
|
+
};
|
|
67
|
+
transitionProperty: {
|
|
68
|
+
colors: string;
|
|
69
|
+
transform: string;
|
|
70
|
+
all: string;
|
|
71
|
+
};
|
|
72
|
+
borderRadius: {
|
|
73
|
+
lg: string;
|
|
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;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=tailwindConfig.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tailwindConfig.d.ts","sourceRoot":"","sources":["../src/tailwindConfig.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoGvB,CAAC"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
const themeConfig = {
|
|
2
|
+
colors: {
|
|
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))'
|
|
57
|
+
},
|
|
58
|
+
backgroundImage: {
|
|
59
|
+
'gradient-primary': 'var(--gradient-primary)',
|
|
60
|
+
'gradient-secondary': 'var(--gradient-secondary)',
|
|
61
|
+
'gradient-brand': 'var(--gradient-brand)'
|
|
62
|
+
},
|
|
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
|
+
}
|
|
101
|
+
};export{themeConfig};//# sourceMappingURL=tailwindConfig.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tailwindConfig.js","sources":["../src/tailwindConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"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"}
|
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"formateCarData.d.ts","sourceRoot":"","sources":["../../src/utils/formateCarData.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,GAAI,MAAM,GAAG,QAehD,CAAC"}
|
package/lib/utils/menu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/utils/menu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../src/utils/menu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,GAAI,qBAAgB,EAAE,iBAAY,QAU9B,CAAC;AAElC,eAAO,MAAM,iBAAiB,GAAI,qBAAgB,EAAE,mBAAc,QAWjC,CAAC;AAElC,eAAO,MAAM,eAAe,GAAI,qBAAgB,EAAE,iBAAY,QAQ7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/utils/test-utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../src/utils/test-utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,GAAU,SAAS,GAAG,EAAE,aAAS,kBAMpE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAM,MAAY,qBAM1C,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,eAAO,MAAM,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/utils/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C,eAAO,MAAM,uBAAuB,GAAU,SAAS,GAAG,EAAE,aAAS,kBAMpE,CAAC;AAEF,eAAO,MAAM,QAAQ,GAAI,OAAM,MAAY,qBAM1C,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,GAAG,MAAM,EAAE,GAAG,MAAM,SAMhD,CAAC;AAIF,wBAAgB,oBAAoB,CAChC,OAAO,EAAE;IAAE,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAAE,EAC3C,UAAU,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE;;EAmDrD;AAED,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-design-pro",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.16-alpha.0",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -21,8 +21,10 @@
|
|
|
21
21
|
"watch": "yarn build:lib:watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@admin-layout/assets": "
|
|
25
|
-
"@admin-layout/client": "
|
|
24
|
+
"@admin-layout/assets": "10.1.1-alpha.0",
|
|
25
|
+
"@admin-layout/client": "12.0.16-alpha.0",
|
|
26
|
+
"@admin-layout/tailwind-ui": "12.0.16-alpha.0",
|
|
27
|
+
"@cdmbase/react-splide": "^0.7.12",
|
|
26
28
|
"@types/react-copy-to-clipboard": "^4.3.0",
|
|
27
29
|
"base-64": "^0.1.0",
|
|
28
30
|
"identicon.js": "^2.3.1",
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
"use-merge-value": "^1.0.2"
|
|
38
40
|
},
|
|
39
41
|
"devDependencies": {
|
|
40
|
-
"@adminide-stack/extension-api": "^
|
|
42
|
+
"@adminide-stack/extension-api": "^12.0.4-alpha.11",
|
|
41
43
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
42
44
|
"@tailwindcss/forms": "^0.5.4",
|
|
43
45
|
"@tailwindcss/typography": "^0.5.9",
|
|
@@ -61,5 +63,5 @@
|
|
|
61
63
|
"typescript": {
|
|
62
64
|
"definition": "lib/index.d.ts"
|
|
63
65
|
},
|
|
64
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "13b6399435ba738671b6feea9adf84a12c256d69"
|
|
65
67
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import {jsxs}from'react/jsx-runtime';const Copyright = ({
|
|
2
|
-
title
|
|
3
|
-
}) => jsxs("div", {
|
|
4
|
-
style: {
|
|
5
|
-
color: '#555353'
|
|
6
|
-
},
|
|
7
|
-
children: ["Copyright \u00A9 ", new Date().getFullYear(), " ", title, " All rights reserved."]
|
|
8
|
-
});export{Copyright as default};//# sourceMappingURL=Copyright.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Copyright.js","sources":["../../../../src/components/Layout/GlobalFooter/Copyright.tsx"],"sourcesContent":[null],"names":[],"mappings":"qCAEA,MAAM,SAAS,GAAG,CAAC;AAMnB,EAAA;;;;;;"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {Link}from'@remix-run/react';import Copyright from'./Copyright.js';const GlobalFooter = ({
|
|
2
|
-
settings,
|
|
3
|
-
active
|
|
4
|
-
}) => {
|
|
5
|
-
const {
|
|
6
|
-
title
|
|
7
|
-
} = settings;
|
|
8
|
-
if (!active) return null;
|
|
9
|
-
return jsxs("footer", {
|
|
10
|
-
className: "py-6 text-center",
|
|
11
|
-
children: [jsx("div", {
|
|
12
|
-
className: "my-8",
|
|
13
|
-
children: jsx(Link, {
|
|
14
|
-
to: "#",
|
|
15
|
-
className: "text-gray-600 hover:text-gray-800 transition-colors",
|
|
16
|
-
children: "Privacy Policy"
|
|
17
|
-
})
|
|
18
|
-
}), jsx(Copyright, {
|
|
19
|
-
title: title
|
|
20
|
-
})]
|
|
21
|
-
});
|
|
22
|
-
};export{GlobalFooter};//# sourceMappingURL=Footer.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Footer.js","sources":["../../../../src/components/Layout/GlobalFooter/Footer.tsx"],"sourcesContent":[null],"names":[],"mappings":"mHAIa,MAAA,YAAY,GAAG,CAAC;AACzB,EAAA,QAAM;AAEN,EAAA;AAAa,CAAA,KAAA;AAEb,EAAA,MAAA;AAUJ,IAAE;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaultSettings.d.ts","sourceRoot":"","sources":["../../src/components/defaultSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAE9F,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,CAAC;AAElE,eAAO,MAAM,eAAe,EAAE,WAa7B,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
const defaultSettings = {
|
|
2
|
-
navTheme: 'dark',
|
|
3
|
-
layout: 'side',
|
|
4
|
-
contentWidth: 'Fluid',
|
|
5
|
-
fixedHeader: false,
|
|
6
|
-
fixSiderbar: false,
|
|
7
|
-
menu: {
|
|
8
|
-
locale: false
|
|
9
|
-
},
|
|
10
|
-
headerHeight: 48,
|
|
11
|
-
title: 'CDMBase LLC',
|
|
12
|
-
iconfontUrl: '',
|
|
13
|
-
primaryColor: '#1890ff'
|
|
14
|
-
};export{defaultSettings};//# sourceMappingURL=defaultSettings.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaultSettings.js","sources":["../../src/components/defaultSettings.ts"],"sourcesContent":[null],"names":[],"mappings":"AAIa,MAAA,eAAe,GAAgB;AACxC,EAAA,QAAA,EAAQ,MAAQ;AAChB,EAAA,MAAA,EAAM,MAAQ;AACd,EAAA,YAAA,EAAY,OAAS;AACrB,EAAA,WAAA,EAAW,KAAO;AAClB,EAAA,WAAA,EAAW,KAAO;AAClB,EAAA,IAAA,EAAI;AACA,IAAA,MAAA,EAAA;AACH,GAAA;AACD,EAAA,YAAA,EAAY,EAAE;AACd,EAAA,KAAA,EAAK,aAAe;AACpB,EAAA,WAAA,EAAW,EAAE;AACb,EAAA,YAAA,EAAY;"}
|
package/lib/utils/index.d.ts
DELETED
package/lib/utils/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,YAapC,CAAC"}
|
package/lib/utils/index.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import {getScreenClassName}from'@ant-design/pro-utils/lib/useMediaQuery/index.js';const changeProLayoutClassName = () => {
|
|
2
|
-
const colSize = getScreenClassName();
|
|
3
|
-
const screenClassName = `screen-${colSize}`;
|
|
4
|
-
const elProLayout = document.querySelector('.ant-design-pro.ant-pro-layout');
|
|
5
|
-
if (elProLayout) {
|
|
6
|
-
let className = elProLayout.className;
|
|
7
|
-
if (!className.includes(' screen-')) {
|
|
8
|
-
className = className.replace(' ant-pro-layout ', ` ant-pro-layout ${screenClassName} `);
|
|
9
|
-
elProLayout.className = className;
|
|
10
|
-
console.log('Added screen class name', screenClassName);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
};export{changeProLayoutClassName};//# sourceMappingURL=index.js.map
|
package/lib/utils/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/utils/index.ts"],"sourcesContent":[null],"names":[],"mappings":"kFAEO,MAAM,wBAAwB,GAAG,MAAK;AACzC,EAAA,MAAA,OAAa,GAAA,kBAAqB,EAAA;AAClC,EAAA,MAAA,eAAqB,GAAA,CAAA,OAAa,EAAA,OAAA,CAAA,CAAO;QAEnC,WAAA,WAAsB,CAAA,8CAAe,CAAA;MACvC,WAAA,EAAW;AACX,IAAA,IAAA,SAAa,GAAA,WAAc,CAAA;QAC3B,CAAI,kBAAW,CAAA,UAAmB,CAAA,EAAA;eACrB,GAAA,SAAY,CAAA,OAAQ,CAAA,kBAAmB,EAAA,CAAA,gBAAqB,EAAA,eAAA,CAAA,CAAA,CAAA,CAAA;AACrE,MAAA,WAAA,CAAA,SAAY,GAAA,SAAY;AACxB,MAAA,OAAA,CAAA,GAAA,CAAA,0CAAuC,CAAA;;;AAGnD"}
|