@tenerife.music/ui 0.0.7 → 1.0.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 +168 -136
- package/dist/ThemeProvider-CaUX_Jam.cjs +2 -0
- package/dist/ThemeProvider-ltuW-773.js +1227 -0
- package/dist/animation/index.d.ts +9 -0
- package/dist/animation/index.d.ts.map +1 -0
- package/dist/animation/presets.d.ts +304 -0
- package/dist/animation/presets.d.ts.map +1 -0
- package/dist/animation/tas.d.ts +80 -0
- package/dist/animation/tas.d.ts.map +1 -0
- package/dist/animation/types.d.ts +106 -0
- package/dist/animation/types.d.ts.map +1 -0
- package/dist/animation/utils.d.ts +7 -0
- package/dist/animation/utils.d.ts.map +1 -0
- package/dist/brand-C5R2semX.js +45 -0
- package/dist/brand-DQb18Frh.cjs +2 -0
- package/dist/components/SectionBuilder.d.ts +37 -0
- package/dist/components/SectionBuilder.d.ts.map +1 -0
- package/dist/components/SectionBuilder.presets.d.ts +229 -0
- package/dist/components/SectionBuilder.presets.d.ts.map +1 -0
- package/dist/components/SectionBuilder.types.d.ts +327 -0
- package/dist/components/SectionBuilder.types.d.ts.map +1 -0
- package/dist/components/admin/Dashboard.d.ts.map +1 -1
- package/dist/components/admin/UserManagement.d.ts.map +1 -1
- package/dist/components/auth/LoginForm.d.ts.map +1 -1
- package/dist/components/auth/ProfileCard.d.ts.map +1 -1
- package/dist/components/auth/RegisterForm.d.ts.map +1 -1
- package/dist/components/cards/EventCard.d.ts +32 -31
- package/dist/components/cards/EventCard.d.ts.map +1 -1
- package/dist/components/cards/VenueCard.d.ts +32 -33
- package/dist/components/cards/VenueCard.d.ts.map +1 -1
- package/dist/components/controls/LanguageSelector.d.ts.map +1 -1
- package/dist/components/data/List.d.ts.map +1 -1
- package/dist/components/data/Table.d.ts +2 -2
- package/dist/components/data/Table.d.ts.map +1 -1
- package/dist/components/data/Timeline.d.ts.map +1 -1
- package/dist/components/feedback/Alert.d.ts +1 -1
- package/dist/components/feedback/Alert.d.ts.map +1 -1
- package/dist/components/feedback/ConsentBanner.d.ts.map +1 -1
- package/dist/components/feedback/Progress.d.ts.map +1 -1
- package/dist/components/feedback/Skeleton.d.ts.map +1 -1
- package/dist/components/filters/DateRangePicker.d.ts.map +1 -1
- package/dist/components/filters/FilterBar.d.ts +14 -1
- package/dist/components/filters/FilterBar.d.ts.map +1 -1
- package/dist/components/filters/FilterSelect.d.ts +2 -2
- package/dist/components/filters/FilterSelect.d.ts.map +1 -1
- package/dist/components/filters/PriceRangeSlider.d.ts.map +1 -1
- package/dist/components/filters/SearchFilters.d.ts.map +1 -1
- package/dist/components/filters/SearchInput.d.ts +1 -1
- package/dist/components/filters/SearchInput.d.ts.map +1 -1
- package/dist/components/filters/types.d.ts +9 -9
- package/dist/components/filters/types.d.ts.map +1 -1
- package/dist/components/forms/FormInput.d.ts +3 -7
- package/dist/components/forms/FormInput.d.ts.map +1 -1
- package/dist/components/forms/FormSelect.d.ts.map +1 -1
- package/dist/components/forms/FormTextarea.d.ts +2 -6
- package/dist/components/forms/FormTextarea.d.ts.map +1 -1
- package/dist/components/icons/TrendingIcon.d.ts.map +1 -1
- package/dist/components/image/Image.d.ts +4 -4
- package/dist/components/image/Image.d.ts.map +1 -1
- package/dist/components/layout/Box.d.ts +90 -0
- package/dist/components/layout/Box.d.ts.map +1 -0
- package/dist/components/layout/Container.d.ts +2 -2
- package/dist/components/layout/Container.d.ts.map +1 -1
- package/dist/components/layout/Flex.d.ts +27 -6
- package/dist/components/layout/Flex.d.ts.map +1 -1
- package/dist/components/layout/Footer.d.ts.map +1 -1
- package/dist/components/layout/Grid.d.ts +43 -4
- package/dist/components/layout/Grid.d.ts.map +1 -1
- package/dist/components/layout/ModeHero.d.ts.map +1 -1
- package/dist/components/layout/Navbar.d.ts +2 -2
- package/dist/components/layout/Navbar.d.ts.map +1 -1
- package/dist/components/layout/Section.d.ts +2 -2
- package/dist/components/layout/Section.d.ts.map +1 -1
- package/dist/components/layout/Stack.d.ts +21 -4
- package/dist/components/layout/Stack.d.ts.map +1 -1
- package/dist/components/layout/index.d.ts +15 -0
- package/dist/components/layout/index.d.ts.map +1 -0
- package/dist/components/layout/layout.types.d.ts +92 -0
- package/dist/components/layout/layout.types.d.ts.map +1 -0
- package/dist/components/menus/DropdownMenu.d.ts +2 -2
- package/dist/components/menus/DropdownMenu.d.ts.map +1 -1
- package/dist/components/menus/NavigationMenu.d.ts +2 -2
- package/dist/components/menus/NavigationMenu.d.ts.map +1 -1
- package/dist/components/menus/Tabs.d.ts +2 -2
- package/dist/components/menus/Tabs.d.ts.map +1 -1
- package/dist/components/modals/ConfirmDialog.d.ts +2 -2
- package/dist/components/modals/ConfirmDialog.d.ts.map +1 -1
- package/dist/components/modals/CustomDialog.d.ts +1 -2
- package/dist/components/modals/CustomDialog.d.ts.map +1 -1
- package/dist/components/modals/Modal.d.ts +2 -2
- package/dist/components/modals/Modal.d.ts.map +1 -1
- package/dist/components/modals/ModalProvider.d.ts +2 -2
- package/dist/components/modals/ModalProvider.d.ts.map +1 -1
- package/dist/components/modals/SimpleModal.d.ts +3 -2
- package/dist/components/modals/SimpleModal.d.ts.map +1 -1
- package/dist/components/navigation/Breadcrumbs.d.ts +1 -0
- package/dist/components/navigation/Breadcrumbs.d.ts.map +1 -1
- package/dist/components/navigation/Pagination.d.ts +1 -0
- package/dist/components/navigation/Pagination.d.ts.map +1 -1
- package/dist/components/overlays/OverlayPortal.d.ts +3 -3
- package/dist/components/overlays/OverlayPortal.d.ts.map +1 -1
- package/dist/components/overlays/Popover.d.ts +11 -11
- package/dist/components/overlays/Popover.d.ts.map +1 -1
- package/dist/components/overlays/Tooltip.d.ts +9 -9
- package/dist/components/overlays/Tooltip.d.ts.map +1 -1
- package/dist/components/primitives/Badge.d.ts +1 -1
- package/dist/components/primitives/Badge.d.ts.map +1 -1
- package/dist/components/primitives/Button.d.ts +1 -1
- package/dist/components/primitives/Button.d.ts.map +1 -1
- package/dist/components/primitives/Card.d.ts +1 -1
- package/dist/components/primitives/Card.d.ts.map +1 -1
- package/dist/components/primitives/Divider.d.ts.map +1 -1
- package/dist/components/primitives/Link.d.ts +4 -2
- package/dist/components/primitives/Link.d.ts.map +1 -1
- package/dist/components/primitives/ThemeSwitch.d.ts +2 -2
- package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -1
- package/dist/components/primitives/Typography.d.ts +4 -4
- package/dist/components/primitives/Typography.d.ts.map +1 -1
- package/dist/components/search/SearchBar.d.ts.map +1 -1
- package/dist/components/sections/ArticlesSection.d.ts +14 -4
- package/dist/components/sections/ArticlesSection.d.ts.map +1 -1
- package/dist/components/sections/CTASection.d.ts +38 -0
- package/dist/components/sections/CTASection.d.ts.map +1 -0
- package/dist/components/sections/FeatureSection.d.ts +34 -0
- package/dist/components/sections/FeatureSection.d.ts.map +1 -0
- package/dist/components/sections/HeroSection.d.ts +28 -0
- package/dist/components/sections/HeroSection.d.ts.map +1 -0
- package/dist/components/sections/TrendingSection.d.ts +19 -3
- package/dist/components/sections/TrendingSection.d.ts.map +1 -1
- package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -1
- package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -1
- package/dist/components/toasts/Toast.d.ts +2 -2
- package/dist/components/toasts/Toast.d.ts.map +1 -1
- package/dist/components/toasts/ToastProvider.d.ts +3 -3
- package/dist/components/toasts/ToastProvider.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +4 -2
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/card.d.ts +1 -1
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/dialog.d.ts +2 -2
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/input.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +1 -1
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/toast.d.ts +3 -3
- package/dist/components/ui/toast.d.ts.map +1 -1
- package/dist/components/ui/toaster.d.ts.map +1 -1
- package/dist/components/ui/tooltip.d.ts +2 -2
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/dark-Cvoy1uFT.js +30 -0
- package/dist/dark-OOhiqt1q.cjs +2 -0
- package/dist/default-BKgH1D9-.js +8 -0
- package/dist/default-Ddg7Haf2.cjs +2 -0
- package/dist/hooks/use-toast.d.ts +3 -3
- package/dist/hooks/use-toast.d.ts.map +1 -1
- package/dist/hooks/useDebounce.d.ts +20 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts +5 -5
- package/dist/hooks/useModal.d.ts.map +1 -1
- package/dist/hooks/useToast.d.ts +2 -2
- package/dist/hooks/useToast.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +41 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4303 -2807
- package/dist/lib/a11y.d.ts +16 -0
- package/dist/lib/a11y.d.ts.map +1 -0
- package/dist/lib/responsive-props.d.ts +64 -0
- package/dist/lib/responsive-props.d.ts.map +1 -0
- package/dist/motion-4SRNkZlz.cjs +2 -0
- package/dist/motion-CuHacXY1.js +722 -0
- package/dist/preset.cjs +1 -1
- package/dist/preset.d.ts.map +1 -1
- package/dist/preset.mjs +1 -1
- package/dist/radius-CAu4qr9R.js +185 -0
- package/dist/radius-Cz6tayZG.cjs +2 -0
- package/dist/test/animation-utils.d.ts +60 -0
- package/dist/test/animation-utils.d.ts.map +1 -0
- package/dist/theme/ThemeProvider.d.ts +56 -0
- package/dist/theme/ThemeProvider.d.ts.map +1 -0
- package/dist/theme/applyMode.d.ts +41 -1
- package/dist/theme/applyMode.d.ts.map +1 -1
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.d.ts +5 -1
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.mjs +237 -97
- package/dist/theme/loader.d.ts +64 -0
- package/dist/theme/loader.d.ts.map +1 -0
- package/dist/theme/motion.d.ts.map +1 -1
- package/dist/theme/registry.d.ts +71 -0
- package/dist/theme/registry.d.ts.map +1 -0
- package/dist/theme/schema.d.ts +125 -0
- package/dist/theme/schema.d.ts.map +1 -0
- package/dist/theme/typography.d.ts.map +1 -1
- package/dist/themes/brand.d.ts +7 -0
- package/dist/themes/brand.d.ts.map +1 -0
- package/dist/themes/brand_engine.d.ts +102 -0
- package/dist/themes/brand_engine.d.ts.map +1 -0
- package/dist/themes/dark.d.ts +7 -0
- package/dist/themes/dark.d.ts.map +1 -0
- package/dist/themes/default.d.ts +7 -0
- package/dist/themes/default.d.ts.map +1 -0
- package/dist/themes/index.d.ts +25 -0
- package/dist/themes/index.d.ts.map +1 -0
- package/dist/themes/minimal.d.ts +7 -0
- package/dist/themes/minimal.d.ts.map +1 -0
- package/dist/themes/neon.d.ts +7 -0
- package/dist/themes/neon.d.ts.map +1 -0
- package/dist/themes/types.d.ts +279 -0
- package/dist/themes/types.d.ts.map +1 -0
- package/dist/tokens/colors.d.ts +260 -38
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/css-variables.d.ts +271 -0
- package/dist/tokens/css-variables.d.ts.map +1 -0
- package/dist/tokens/index.cjs +4 -1
- package/dist/tokens/index.d.ts +4 -1
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.mjs +770 -168
- package/dist/tokens/motion.d.ts +435 -0
- package/dist/tokens/motion.d.ts.map +1 -0
- package/dist/tokens/radius.d.ts +130 -2
- package/dist/tokens/radius.d.ts.map +1 -1
- package/dist/tokens/shadows.d.ts +172 -0
- package/dist/tokens/shadows.d.ts.map +1 -0
- package/dist/tokens/spacing.d.ts +155 -1
- package/dist/tokens/spacing.d.ts.map +1 -1
- package/dist/tokens/typography.d.ts +285 -21
- package/dist/tokens/typography.d.ts.map +1 -1
- package/package.json +66 -18
- package/dist/radius-CuOZD6Mk.cjs +0 -2
- package/dist/radius-NOytgRst.js +0 -22
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../../src/themes/brand.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,aAoCxB,CAAC"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { Mode } from '../tokens/colors';
|
|
2
|
+
import { BrandPackage, BrandTheme, BrandValidationResult } from './types';
|
|
3
|
+
/**
|
|
4
|
+
* Validate brand package structure
|
|
5
|
+
*
|
|
6
|
+
* @param brand - Brand package to validate
|
|
7
|
+
* @returns Validation result
|
|
8
|
+
*/
|
|
9
|
+
export declare function validateBrand(brand: unknown): BrandValidationResult;
|
|
10
|
+
/**
|
|
11
|
+
* Register a brand package
|
|
12
|
+
*
|
|
13
|
+
* @param brand - Brand package to register
|
|
14
|
+
* @param options - Registration options
|
|
15
|
+
*/
|
|
16
|
+
export declare function registerBrand(brand: BrandPackage, options?: {
|
|
17
|
+
enabled?: boolean;
|
|
18
|
+
loader?: () => Promise<{
|
|
19
|
+
default: BrandPackage;
|
|
20
|
+
}>;
|
|
21
|
+
}): void;
|
|
22
|
+
/**
|
|
23
|
+
* Get brand by ID
|
|
24
|
+
*
|
|
25
|
+
* @param brandId - Brand identifier
|
|
26
|
+
* @returns Brand package or undefined
|
|
27
|
+
*/
|
|
28
|
+
export declare function getBrand(brandId: string): BrandPackage | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Check if brand exists and is enabled
|
|
31
|
+
*
|
|
32
|
+
* @param brandId - Brand identifier
|
|
33
|
+
* @returns Whether brand exists and is enabled
|
|
34
|
+
*/
|
|
35
|
+
export declare function brandExists(brandId: string): boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Load brand package
|
|
38
|
+
* Supports lazy loading via loader function
|
|
39
|
+
*
|
|
40
|
+
* @param brandId - Brand identifier
|
|
41
|
+
* @returns Brand package
|
|
42
|
+
*/
|
|
43
|
+
export declare function loadBrand(brandId: string): Promise<BrandPackage>;
|
|
44
|
+
/**
|
|
45
|
+
* Get all registered brand IDs
|
|
46
|
+
*
|
|
47
|
+
* @returns Array of brand IDs
|
|
48
|
+
*/
|
|
49
|
+
export declare function getAllBrandIds(): string[];
|
|
50
|
+
/**
|
|
51
|
+
* Get all registered brands
|
|
52
|
+
*
|
|
53
|
+
* @returns Array of brand packages
|
|
54
|
+
*/
|
|
55
|
+
export declare function getAllBrands(): BrandPackage[];
|
|
56
|
+
/**
|
|
57
|
+
* Get active brand
|
|
58
|
+
*
|
|
59
|
+
* @returns Active brand package or null
|
|
60
|
+
*/
|
|
61
|
+
export declare function getActiveBrand(): BrandPackage | null;
|
|
62
|
+
/**
|
|
63
|
+
* Get active brand namespace
|
|
64
|
+
*
|
|
65
|
+
* @returns Active brand namespace or null
|
|
66
|
+
*/
|
|
67
|
+
export declare function getActiveBrandNamespace(): string | null;
|
|
68
|
+
/**
|
|
69
|
+
* Set active brand
|
|
70
|
+
* This function is called by the theme system when a brand is applied
|
|
71
|
+
*
|
|
72
|
+
* @param brand - Brand package to set as active
|
|
73
|
+
*/
|
|
74
|
+
export declare function setActiveBrand(brand: BrandPackage | null): void;
|
|
75
|
+
/**
|
|
76
|
+
* Clear active brand
|
|
77
|
+
*/
|
|
78
|
+
export declare function clearActiveBrand(): void;
|
|
79
|
+
/**
|
|
80
|
+
* Get brand theme for a specific mode
|
|
81
|
+
*
|
|
82
|
+
* @param brand - Brand package
|
|
83
|
+
* @param mode - Theme mode (day or night)
|
|
84
|
+
* @returns Brand theme or undefined
|
|
85
|
+
*/
|
|
86
|
+
export declare function getBrandTheme(brand: BrandPackage, mode: Mode): BrandTheme | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* Apply brand overrides to document
|
|
89
|
+
* This function applies CSS variables with brand namespace isolation
|
|
90
|
+
*
|
|
91
|
+
* @param brand - Brand package to apply
|
|
92
|
+
* @param mode - Theme mode (day or night)
|
|
93
|
+
*/
|
|
94
|
+
export declare function applyBrandOverrides(brand: BrandPackage, mode: Mode): void;
|
|
95
|
+
/**
|
|
96
|
+
* Remove brand overrides from document
|
|
97
|
+
* Cleans up all brand-specific CSS variables
|
|
98
|
+
*
|
|
99
|
+
* @param namespace - Brand namespace to remove
|
|
100
|
+
*/
|
|
101
|
+
export declare function removeBrandOverrides(namespace: string): void;
|
|
102
|
+
//# sourceMappingURL=brand_engine.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brand_engine.d.ts","sourceRoot":"","sources":["../../src/themes/brand_engine.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AA2C/E;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,OAAO,GAAG,qBAAqB,CAyGnE;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,KAAK,EAAE,YAAY,EACnB,OAAO,CAAC,EAAE;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,OAAO,CAAC;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE,CAAC,CAAA;CAAE,GACjF,IAAI,CAiCN;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAMlE;AAED;;;;;GAKG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAGpD;AAED;;;;;;GAMG;AACH,wBAAsB,SAAS,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAwCtE;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,MAAM,EAAE,CAIzC;AAED;;;;GAIG;AACH,wBAAgB,YAAY,IAAI,YAAY,EAAE,CAI7C;AAED;;;;GAIG;AACH,wBAAgB,cAAc,IAAI,YAAY,GAAG,IAAI,CAEpD;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,IAAI,MAAM,GAAG,IAAI,CAEvD;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,YAAY,GAAG,IAAI,GAAG,IAAI,CAG/D;AAED;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,IAAI,CAGvC;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,UAAU,GAAG,SAAS,CAErF;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,GAAG,IAAI,CAsMzE;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CA8B5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dark.d.ts","sourceRoot":"","sources":["../../src/themes/dark.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,aAoBvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"default.d.ts","sourceRoot":"","sources":["../../src/themes/default.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,aAG1B,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Theme Overrides Export
|
|
3
|
+
*
|
|
4
|
+
* Exports all theme configurations and utilities.
|
|
5
|
+
*/
|
|
6
|
+
export { brandTheme } from './brand';
|
|
7
|
+
export { darkTheme } from './dark';
|
|
8
|
+
export { defaultTheme } from './default';
|
|
9
|
+
export * from './types';
|
|
10
|
+
export { minimalBrand } from './minimal';
|
|
11
|
+
export { neonBrand } from './neon';
|
|
12
|
+
export * from './brand_engine';
|
|
13
|
+
/**
|
|
14
|
+
* All available themes
|
|
15
|
+
*/
|
|
16
|
+
export declare const themes: {
|
|
17
|
+
readonly default: () => Promise<import('./types').ThemeOverride>;
|
|
18
|
+
readonly dark: () => Promise<import('./types').ThemeOverride>;
|
|
19
|
+
readonly brand: () => Promise<import('./types').ThemeOverride>;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Get theme by name
|
|
23
|
+
*/
|
|
24
|
+
export declare function getTheme(name: "default" | "dark" | "brand"): Promise<import('./types').ThemeOverride>;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/themes/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,cAAc,gBAAgB,CAAC;AAE/B;;GAEG;AACH,eAAO,MAAM,MAAM;;;;CAIT,CAAC;AAEX;;GAEG;AACH,wBAAsB,QAAQ,CAAC,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,4CAMhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"minimal.d.ts","sourceRoot":"","sources":["../../src/themes/minimal.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,YAgS1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"neon.d.ts","sourceRoot":"","sources":["../../src/themes/neon.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,YAwSvB,CAAC"}
|
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
import { ColorScale, ColorTokens, SemanticColors, SurfaceColors, TextColors } from '../tokens/colors';
|
|
2
|
+
import { BorderRadius, componentRadius } from '../tokens/radius';
|
|
3
|
+
import { accentColoredShadows, elevationShadows, focusRings, glowEffects, primaryColoredShadows } from '../tokens/shadows';
|
|
4
|
+
import { SemanticSpacing } from '../tokens/spacing';
|
|
5
|
+
import { FontFamily, FontSize, FontWeight, LetterSpacing, LineHeight, TextStyle } from '../tokens/typography';
|
|
6
|
+
/**
|
|
7
|
+
* Typography override configuration
|
|
8
|
+
*/
|
|
9
|
+
export interface TypographyOverrides {
|
|
10
|
+
/**
|
|
11
|
+
* Override font families
|
|
12
|
+
*/
|
|
13
|
+
fontFamily?: Partial<Record<FontFamily, string[]>>;
|
|
14
|
+
/**
|
|
15
|
+
* Override font sizes
|
|
16
|
+
*/
|
|
17
|
+
fontSize?: Partial<Record<FontSize, string | [string, {
|
|
18
|
+
lineHeight: string;
|
|
19
|
+
letterSpacing: string;
|
|
20
|
+
}]>>;
|
|
21
|
+
/**
|
|
22
|
+
* Override font weights
|
|
23
|
+
*/
|
|
24
|
+
fontWeight?: Partial<Record<FontWeight, string>>;
|
|
25
|
+
/**
|
|
26
|
+
* Override line heights
|
|
27
|
+
*/
|
|
28
|
+
lineHeight?: Partial<Record<LineHeight, string>>;
|
|
29
|
+
/**
|
|
30
|
+
* Override letter spacing
|
|
31
|
+
*/
|
|
32
|
+
letterSpacing?: Partial<Record<LetterSpacing, string>>;
|
|
33
|
+
/**
|
|
34
|
+
* Override text styles
|
|
35
|
+
*/
|
|
36
|
+
textStyles?: Partial<Record<TextStyle, {
|
|
37
|
+
fontFamily?: string;
|
|
38
|
+
fontSize?: string;
|
|
39
|
+
fontWeight?: string;
|
|
40
|
+
lineHeight?: string;
|
|
41
|
+
letterSpacing?: string;
|
|
42
|
+
}>>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Spacing override configuration
|
|
46
|
+
*/
|
|
47
|
+
export interface SpacingOverrides {
|
|
48
|
+
/**
|
|
49
|
+
* Override semantic spacing tokens
|
|
50
|
+
*/
|
|
51
|
+
semanticSpacing?: Partial<Record<SemanticSpacing, string>>;
|
|
52
|
+
/**
|
|
53
|
+
* Override layout spacing tokens
|
|
54
|
+
*/
|
|
55
|
+
layoutSpacing?: Partial<{
|
|
56
|
+
section?: Partial<Record<string, string>>;
|
|
57
|
+
container?: Partial<Record<string, string>>;
|
|
58
|
+
grid?: Partial<Record<string, string>>;
|
|
59
|
+
stack?: Partial<Record<string, string>>;
|
|
60
|
+
component?: Partial<Record<string, string>>;
|
|
61
|
+
}>;
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Shadow override configuration
|
|
65
|
+
*/
|
|
66
|
+
export interface ShadowOverrides {
|
|
67
|
+
/**
|
|
68
|
+
* Override elevation shadows
|
|
69
|
+
*/
|
|
70
|
+
elevationShadows?: Partial<Record<keyof typeof elevationShadows, string>>;
|
|
71
|
+
/**
|
|
72
|
+
* Override primary colored shadows
|
|
73
|
+
*/
|
|
74
|
+
primaryColoredShadows?: Partial<Record<keyof typeof primaryColoredShadows, string>>;
|
|
75
|
+
/**
|
|
76
|
+
* Override accent colored shadows
|
|
77
|
+
*/
|
|
78
|
+
accentColoredShadows?: Partial<Record<keyof typeof accentColoredShadows, string>>;
|
|
79
|
+
/**
|
|
80
|
+
* Override glow effects
|
|
81
|
+
*/
|
|
82
|
+
glowEffects?: Partial<Record<keyof typeof glowEffects, string>>;
|
|
83
|
+
/**
|
|
84
|
+
* Override focus rings
|
|
85
|
+
*/
|
|
86
|
+
focusRings?: Partial<Record<keyof typeof focusRings, string>>;
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Radius override configuration
|
|
90
|
+
*/
|
|
91
|
+
export interface RadiusOverrides {
|
|
92
|
+
/**
|
|
93
|
+
* Override border radius scale
|
|
94
|
+
*/
|
|
95
|
+
borderRadius?: Partial<Record<BorderRadius, string>>;
|
|
96
|
+
/**
|
|
97
|
+
* Override component-specific radius
|
|
98
|
+
*/
|
|
99
|
+
componentRadius?: Partial<{
|
|
100
|
+
button?: Partial<Record<keyof typeof componentRadius.button, string>>;
|
|
101
|
+
card?: Partial<Record<keyof typeof componentRadius.card, string>>;
|
|
102
|
+
input?: Partial<Record<keyof typeof componentRadius.input, string>>;
|
|
103
|
+
badge?: Partial<Record<keyof typeof componentRadius.badge, string>>;
|
|
104
|
+
avatar?: Partial<Record<keyof typeof componentRadius.avatar, string>>;
|
|
105
|
+
modal?: Partial<Record<keyof typeof componentRadius.modal, string>>;
|
|
106
|
+
tooltip?: Partial<Record<keyof typeof componentRadius.tooltip, string>>;
|
|
107
|
+
toast?: Partial<Record<keyof typeof componentRadius.toast, string>>;
|
|
108
|
+
chip?: Partial<Record<keyof typeof componentRadius.chip, string>>;
|
|
109
|
+
image?: Partial<Record<keyof typeof componentRadius.image, string>>;
|
|
110
|
+
}>;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Theme override configuration
|
|
114
|
+
* Allows partial overrides of token subsets
|
|
115
|
+
*/
|
|
116
|
+
export interface ThemeOverride {
|
|
117
|
+
/**
|
|
118
|
+
* Theme name
|
|
119
|
+
*/
|
|
120
|
+
name: string;
|
|
121
|
+
/**
|
|
122
|
+
* Theme description
|
|
123
|
+
*/
|
|
124
|
+
description?: string;
|
|
125
|
+
/**
|
|
126
|
+
* Override primary color scale
|
|
127
|
+
*/
|
|
128
|
+
primaryColors?: Partial<ColorScale>;
|
|
129
|
+
/**
|
|
130
|
+
* Override accent color scale
|
|
131
|
+
*/
|
|
132
|
+
accentColors?: Partial<ColorScale>;
|
|
133
|
+
/**
|
|
134
|
+
* Override secondary color scale
|
|
135
|
+
*/
|
|
136
|
+
secondaryColors?: Partial<ColorScale>;
|
|
137
|
+
/**
|
|
138
|
+
* Override base and related color tokens (for day mode)
|
|
139
|
+
* Uses ColorTokens to allow primary/accent overrides in addition to base colors.
|
|
140
|
+
*/
|
|
141
|
+
baseColorsDay?: Partial<ColorTokens>;
|
|
142
|
+
/**
|
|
143
|
+
* Override base and related color tokens (for night mode)
|
|
144
|
+
* Uses ColorTokens to allow primary/accent overrides in addition to base colors.
|
|
145
|
+
*/
|
|
146
|
+
baseColorsNight?: Partial<ColorTokens>;
|
|
147
|
+
/**
|
|
148
|
+
* Override surface colors (for day mode)
|
|
149
|
+
*/
|
|
150
|
+
surfaceColorsDay?: Partial<SurfaceColors>;
|
|
151
|
+
/**
|
|
152
|
+
* Override surface colors (for night mode)
|
|
153
|
+
*/
|
|
154
|
+
surfaceColorsNight?: Partial<SurfaceColors>;
|
|
155
|
+
/**
|
|
156
|
+
* Override semantic colors (for day mode)
|
|
157
|
+
*/
|
|
158
|
+
semanticColorsDay?: Partial<SemanticColors>;
|
|
159
|
+
/**
|
|
160
|
+
* Override semantic colors (for night mode)
|
|
161
|
+
*/
|
|
162
|
+
semanticColorsNight?: Partial<SemanticColors>;
|
|
163
|
+
/**
|
|
164
|
+
* Override text colors (for day mode)
|
|
165
|
+
*/
|
|
166
|
+
textColorsDay?: Partial<TextColors>;
|
|
167
|
+
/**
|
|
168
|
+
* Override text colors (for night mode)
|
|
169
|
+
*/
|
|
170
|
+
textColorsNight?: Partial<TextColors>;
|
|
171
|
+
}
|
|
172
|
+
/**
|
|
173
|
+
* Brand override configuration
|
|
174
|
+
* Extends ThemeOverride with additional token overrides
|
|
175
|
+
*/
|
|
176
|
+
export interface BrandOverride extends ThemeOverride {
|
|
177
|
+
/**
|
|
178
|
+
* Override typography tokens
|
|
179
|
+
*/
|
|
180
|
+
typography?: Partial<TypographyOverrides>;
|
|
181
|
+
/**
|
|
182
|
+
* Override spacing tokens
|
|
183
|
+
*/
|
|
184
|
+
spacing?: Partial<SpacingOverrides>;
|
|
185
|
+
/**
|
|
186
|
+
* Override shadow tokens
|
|
187
|
+
*/
|
|
188
|
+
shadows?: Partial<ShadowOverrides>;
|
|
189
|
+
/**
|
|
190
|
+
* Override radius tokens
|
|
191
|
+
*/
|
|
192
|
+
radius?: Partial<RadiusOverrides>;
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* Brand theme configuration
|
|
196
|
+
* Represents a single theme variant within a brand package
|
|
197
|
+
*/
|
|
198
|
+
export interface BrandTheme {
|
|
199
|
+
/**
|
|
200
|
+
* Theme identifier (e.g., "neon-day", "neon-night")
|
|
201
|
+
*/
|
|
202
|
+
id: string;
|
|
203
|
+
/**
|
|
204
|
+
* Theme name (e.g., "Neon Day", "Neon Night")
|
|
205
|
+
*/
|
|
206
|
+
name: string;
|
|
207
|
+
/**
|
|
208
|
+
* Theme description
|
|
209
|
+
*/
|
|
210
|
+
description?: string;
|
|
211
|
+
/**
|
|
212
|
+
* Theme mode (day or night)
|
|
213
|
+
*/
|
|
214
|
+
mode: "day" | "night";
|
|
215
|
+
/**
|
|
216
|
+
* Theme overrides
|
|
217
|
+
*/
|
|
218
|
+
overrides: BrandOverride;
|
|
219
|
+
}
|
|
220
|
+
/**
|
|
221
|
+
* Brand package configuration
|
|
222
|
+
* Represents a complete brand package with multiple theme variants
|
|
223
|
+
*/
|
|
224
|
+
export interface BrandPackage {
|
|
225
|
+
/**
|
|
226
|
+
* Brand identifier (e.g., "neon", "minimal")
|
|
227
|
+
*/
|
|
228
|
+
id: string;
|
|
229
|
+
/**
|
|
230
|
+
* Brand name (e.g., "Neon", "Minimal")
|
|
231
|
+
*/
|
|
232
|
+
name: string;
|
|
233
|
+
/**
|
|
234
|
+
* Brand description
|
|
235
|
+
*/
|
|
236
|
+
description?: string;
|
|
237
|
+
/**
|
|
238
|
+
* Brand namespace for CSS variable isolation (e.g., "neon", "minimal")
|
|
239
|
+
*/
|
|
240
|
+
namespace: string;
|
|
241
|
+
/**
|
|
242
|
+
* Brand version (semver)
|
|
243
|
+
*/
|
|
244
|
+
version?: string;
|
|
245
|
+
/**
|
|
246
|
+
* Brand author (optional)
|
|
247
|
+
*/
|
|
248
|
+
author?: string;
|
|
249
|
+
/**
|
|
250
|
+
* Preview image URL (optional)
|
|
251
|
+
*/
|
|
252
|
+
previewImage?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Theme variants within this brand
|
|
255
|
+
*/
|
|
256
|
+
themes: BrandTheme[];
|
|
257
|
+
}
|
|
258
|
+
/**
|
|
259
|
+
* Brand validation result
|
|
260
|
+
*/
|
|
261
|
+
export interface BrandValidationResult {
|
|
262
|
+
/**
|
|
263
|
+
* Whether brand is valid
|
|
264
|
+
*/
|
|
265
|
+
valid: boolean;
|
|
266
|
+
/**
|
|
267
|
+
* Validation errors
|
|
268
|
+
*/
|
|
269
|
+
errors: string[];
|
|
270
|
+
/**
|
|
271
|
+
* Validation warnings
|
|
272
|
+
*/
|
|
273
|
+
warnings: string[];
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* Theme name type
|
|
277
|
+
*/
|
|
278
|
+
export type ThemeName = "default" | "dark" | "brand";
|
|
279
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/themes/types.ts"],"names":[],"mappings":"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"}
|