@admin-layout/tailwind-design-pro 10.1.1-alpha.9 → 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 +306 -250
- package/lib/cdm-locales/en/settings.json +6 -1
- package/lib/cdm-locales/es/settings.json +6 -1
- 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.map +1 -1
- package/lib/components/Layout/BasicLayout/index.js +18 -28
- package/lib/components/Layout/BasicLayout/index.js.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/GlobalHeader/Header.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/Header.js +30 -31
- package/lib/components/Layout/GlobalHeader/Header.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/MainHeader.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/MainHeader.js +25 -27
- 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 +4 -4
- package/lib/components/Layout/GlobalHeader/OrganizationDropdown.js.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightMenu.d.ts.map +1 -1
- package/lib/components/Layout/GlobalHeader/RightMenu.js +13 -29
- 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 +7 -7
- package/lib/components/Layout/GlobalHeader/SearchBar.js.map +1 -1
- package/lib/components/Layout/Sidebar/Sidebar.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/Sidebar.js +32 -38
- package/lib/components/Layout/Sidebar/Sidebar.js.map +1 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.d.ts.map +1 -1
- package/lib/components/Layout/Sidebar/SidebarMenu.js +25 -32
- 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 +7 -3
- package/lib/components/Layout/TailwindLayout.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/SettingDrawer.d.ts.map +1 -1
- package/lib/components/SettingDrawer/SettingDrawer.js +8 -2
- package/lib/components/SettingDrawer/SettingDrawer.js.map +1 -1
- package/lib/components/UI/PropertyCard.d.ts.map +1 -1
- package/lib/components/UI/PropertyCard.js +73 -31
- package/lib/components/UI/PropertyCard.js.map +1 -1
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts +7 -3
- package/lib/components/UpdateSettingsResource/UpdateSettingsResource.server.d.ts.map +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +1 -1
- package/lib/compute.d.ts.map +1 -1
- 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/env-config.d.ts +3 -0
- package/lib/config/env-config.d.ts.map +1 -1
- package/lib/config/env-config.js +11 -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/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.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/styles/index-bk.css +443 -0
- 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/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/package.json +6 -4
- 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/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":"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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"}
|
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",
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@admin-layout/assets": "10.1.1-alpha.0",
|
|
25
|
-
"@admin-layout/client": "
|
|
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 React from 'react';
|
|
2
|
-
import { ThemeContextProps } from './types';
|
|
3
|
-
export declare const ThemeProviderTailwind: React.FC<{
|
|
4
|
-
settings: any;
|
|
5
|
-
children: React.ReactNode;
|
|
6
|
-
}>;
|
|
7
|
-
export declare const useTheme: () => ThemeContextProps;
|
|
8
|
-
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkE,MAAM,OAAO,CAAC;AAEvF,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAS5C,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,GAAG,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAuDxF,CAAC;AAEF,eAAO,MAAM,QAAQ,yBAAiC,CAAC"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {useState,useEffect,useMemo,createContext,useContext}from'react';import {themes}from'./themes/index.js';const ThemeContext = createContext({
|
|
2
|
-
themeName: 'default',
|
|
3
|
-
theme: themes.default,
|
|
4
|
-
isDarkMode: false,
|
|
5
|
-
toggleDarkMode: () => {}
|
|
6
|
-
});
|
|
7
|
-
const ThemeProviderTailwind = ({
|
|
8
|
-
settings,
|
|
9
|
-
children
|
|
10
|
-
}) => {
|
|
11
|
-
const {
|
|
12
|
-
theme,
|
|
13
|
-
themeType,
|
|
14
|
-
primaryColor,
|
|
15
|
-
fontFamily
|
|
16
|
-
} = settings;
|
|
17
|
-
const [isDarkMode, setIsDarkMode] = useState(false);
|
|
18
|
-
// Toggle dark mode
|
|
19
|
-
const toggleDarkMode = () => {
|
|
20
|
-
setIsDarkMode(!isDarkMode);
|
|
21
|
-
localStorage.setItem('darkMode', (!isDarkMode).toString());
|
|
22
|
-
};
|
|
23
|
-
// Toggle dark mode class on document
|
|
24
|
-
useEffect(() => {
|
|
25
|
-
if (settings?.navTheme === 'light') {
|
|
26
|
-
setIsDarkMode(false);
|
|
27
|
-
document.documentElement.classList.remove('dark');
|
|
28
|
-
} else if (settings?.navTheme === 'dark') {
|
|
29
|
-
document.documentElement.classList.add('dark');
|
|
30
|
-
setIsDarkMode(true);
|
|
31
|
-
} else {
|
|
32
|
-
setIsDarkMode(false);
|
|
33
|
-
document.documentElement.classList.remove('dark');
|
|
34
|
-
}
|
|
35
|
-
}, [settings?.navTheme]);
|
|
36
|
-
// Apply theme effects when component mounts and when theme settings change
|
|
37
|
-
useEffect(() => {
|
|
38
|
-
const selectedTheme = themes[theme] || themes.default;
|
|
39
|
-
// Apply font family to document
|
|
40
|
-
document.documentElement.style.setProperty('--font-family', fontFamily);
|
|
41
|
-
document.body.className = `font-sans ${isDarkMode ? 'dark' : ''}`;
|
|
42
|
-
// Apply theme-specific classes
|
|
43
|
-
document.body.dataset.theme = theme;
|
|
44
|
-
// Apply radius to all appropriate elements via CSS
|
|
45
|
-
const radius = selectedTheme.borderRadius.DEFAULT;
|
|
46
|
-
document.documentElement.style.setProperty('--radius', radius);
|
|
47
|
-
}, [theme, themeType, primaryColor, fontFamily, isDarkMode]);
|
|
48
|
-
// Memoize the context value to prevent unnecessary re-renders
|
|
49
|
-
const contextValue = useMemo(() => ({
|
|
50
|
-
themeName: theme,
|
|
51
|
-
theme: themes[theme] || themes.default,
|
|
52
|
-
isDarkMode,
|
|
53
|
-
toggleDarkMode
|
|
54
|
-
}), [theme, isDarkMode]);
|
|
55
|
-
return jsx(ThemeContext.Provider, {
|
|
56
|
-
value: contextValue,
|
|
57
|
-
children: children
|
|
58
|
-
});
|
|
59
|
-
};
|
|
60
|
-
const useTheme = () => useContext(ThemeContext);export{ThemeProviderTailwind,useTheme};//# sourceMappingURL=ThemeProvider.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.js","sources":["../../../src/components/ThemeProvider/ThemeProvider.tsx"],"sourcesContent":[null],"names":[],"mappings":"mJAIA,MAAM,YAAY,GAAG,aAAa,CAAoB;AAClD,EAAA,SAAA,EAAS,SAAW;OACf,EAAA,MAAQ,CAAA,OAAQ;AACrB,EAAA,UAAA,EAAU,KAAO;AACjB,EAAA,cAAA,EAAc,MAAO;AACxB,CAAA,CAAC;AAEW,MAAA,qBAAqB,GAA2D,CAAC;UAIpF;;MAGa;QACb;AACF,IAAA,KAAA;AACA,IAAA,SAAA;AACJ,IAAA,YAAE;IAEF;MACS,QAAC;AACN,EAAA,MAAA,CAAA,YAAc,aAAa,CAAA,GAAA,QAAU,CAAA,KAAA,CAAA;;;iBAGpC,CAAA,CAAA,UAAA,CAAA;AAAM,IAAA,YAAA,CAAI,QAAQ,UAAU,EAAK,CAAA,CAAA,UAAS,EAAA,QAAA,EAAA,CAAA;;;WAG1C,CAAA,MAAA;gBAAO,EAAA,QAAA,KAAA,OAAA,EAAA;mBACS,CAAA,KAAA,CAAC;cACN,CAAA,yBAAiB,CAAA,MAAU,CAAM,MAAC,CAAM;WACnD,IAAA,QAAA,EAAA,QAAA,KAAA,MAAA,EAAA;AACL,cAAI,CAAA,eAAqB,CAAA,SAAA,CAAA,GAAA,CAAA,MAAA,CAAA;MAEkD,aAAA,CAAA,IAAA,CAAA;KAClE,MAAA;mBACC,CAAA,KAAA,CAAA;cAE0B,CAAA,eAAA,CAAA,SAAA,CAAA,MAAA,CAAA,MAAA,CAAA;;AAEhC,GAAA,EAAA,CAAA,QAAA,EAAQ,QAAe,CAAA,CAAA;;WAGf,CAAA;UAE2C,aAAA,GAAA,MAAA,CAAA,KAAA,CAAA,IAAA,MAAA,CAAA,OAAA;AACnD;YACQ,CAAA,eAAgB,CAAA,KAAM,CAAA,WAAY,CAAA,eAAW,EAAQ,UAAE,CAAA;AACnE,IAAA,QAAS,CAAA,IAAW,CAAA,SAAc,GAAA,CAAA,UAAY,EAAA,UAAY,GAAA,MAAA,GAAG,EAAA,CAAA,CAAA;;AAG7D,IAAA,qBAAqB,CAAA,KAAA,GACd,KAAG;AACF;UACK,sBAAmB,CAAA,YAAc,CAAA,OAAA;YAC5B,CAAA,eAAA,CAAA,KAAA,CAAA,WAAA,CAAA,UAAA,EAAA,MAAA,CAAA;WACI,EAAA,SAAA,EAAA,YAAA,EAAA,UAAA,EAAA,UAAA,CAAA,CAAA;AACjB;QAIE,YAAa,GAAA,OAAS,CAAA,OAAA;AACjC,IAAE,SAAA,EAAA,KAAA;AAEF,IAAM,KAAO,EAAA,MAAA,CAAA,KAAW,CAAA,IAAK,MAAW,CAAA,OAAa;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeToggle.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAYlD,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import {jsx}from'react/jsx-runtime';import {useTheme}from'./ThemeProvider.js';const ThemeToggle = ({
|
|
2
|
-
className = ''
|
|
3
|
-
}) => {
|
|
4
|
-
const {
|
|
5
|
-
isDarkMode,
|
|
6
|
-
toggleDarkMode
|
|
7
|
-
} = useTheme();
|
|
8
|
-
return jsx("button", {
|
|
9
|
-
onClick: toggleDarkMode,
|
|
10
|
-
className: `rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary transition-colors ${className}`,
|
|
11
|
-
"aria-label": "Toggle dark mode",
|
|
12
|
-
children: isDarkMode ? jsx(SunIcon, {
|
|
13
|
-
className: "w-5 h-5"
|
|
14
|
-
}) : jsx(MoonIcon, {
|
|
15
|
-
className: "w-5 h-5"
|
|
16
|
-
})
|
|
17
|
-
});
|
|
18
|
-
};
|
|
19
|
-
// Simple Sun icon component
|
|
20
|
-
const SunIcon = ({
|
|
21
|
-
className
|
|
22
|
-
}) => jsx("svg", {
|
|
23
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
-
className: className,
|
|
25
|
-
fill: "none",
|
|
26
|
-
viewBox: "0 0 24 24",
|
|
27
|
-
stroke: "currentColor",
|
|
28
|
-
children: jsx("path", {
|
|
29
|
-
strokeLinecap: "round",
|
|
30
|
-
strokeLinejoin: "round",
|
|
31
|
-
strokeWidth: 2,
|
|
32
|
-
d: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"
|
|
33
|
-
})
|
|
34
|
-
});
|
|
35
|
-
// Simple Moon icon component
|
|
36
|
-
const MoonIcon = ({
|
|
37
|
-
className
|
|
38
|
-
}) => jsx("svg", {
|
|
39
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
-
className: className,
|
|
41
|
-
fill: "none",
|
|
42
|
-
viewBox: "0 0 24 24",
|
|
43
|
-
stroke: "currentColor",
|
|
44
|
-
children: jsx("path", {
|
|
45
|
-
strokeLinecap: "round",
|
|
46
|
-
strokeLinejoin: "round",
|
|
47
|
-
strokeWidth: 2,
|
|
48
|
-
d: "M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"
|
|
49
|
-
})
|
|
50
|
-
});export{ThemeToggle};//# sourceMappingURL=ThemeToggle.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeToggle.js","sources":["../../../src/components/ThemeProvider/ThemeToggle.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"8EAOa,MAAA,WAAW,GAA+B,CAAC;WAC9C;AAEN,CAAA,KAAA;AASJ,EAAE,MAAA;AAEF,IAA4B,UAAA;AAC5B,IAAM;AAWN,GAA6B,GAAA,QAAA,EAAA;AAC7B,EAAM,OAAAA,GAAA,CAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ThemeProvider/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,YAAY,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"airbnb.d.ts","sourceRoot":"","sources":["../../../../src/components/ThemeProvider/themes/airbnb.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,eAAO,MAAM,WAAW,EAAE,YAsLzB,CAAC"}
|