@tenerife.music/ui 0.0.3
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/LICENSE +27 -0
- package/README.md +197 -0
- package/dist/components/admin/Dashboard.d.ts +7 -0
- package/dist/components/admin/Dashboard.d.ts.map +1 -0
- package/dist/components/admin/UserManagement.d.ts +7 -0
- package/dist/components/admin/UserManagement.d.ts.map +1 -0
- package/dist/components/auth/LoginForm.d.ts +7 -0
- package/dist/components/auth/LoginForm.d.ts.map +1 -0
- package/dist/components/auth/ProfileCard.d.ts +10 -0
- package/dist/components/auth/ProfileCard.d.ts.map +1 -0
- package/dist/components/auth/RegisterForm.d.ts +7 -0
- package/dist/components/auth/RegisterForm.d.ts.map +1 -0
- package/dist/components/cards/EventCard.d.ts +35 -0
- package/dist/components/cards/EventCard.d.ts.map +1 -0
- package/dist/components/cards/VenueCard.d.ts +36 -0
- package/dist/components/cards/VenueCard.d.ts.map +1 -0
- package/dist/components/controls/LanguageSelector.d.ts +16 -0
- package/dist/components/controls/LanguageSelector.d.ts.map +1 -0
- package/dist/components/data/List.d.ts +13 -0
- package/dist/components/data/List.d.ts.map +1 -0
- package/dist/components/data/Table.d.ts +15 -0
- package/dist/components/data/Table.d.ts.map +1 -0
- package/dist/components/data/Timeline.d.ts +14 -0
- package/dist/components/data/Timeline.d.ts.map +1 -0
- package/dist/components/feedback/Alert.d.ts +10 -0
- package/dist/components/feedback/Alert.d.ts.map +1 -0
- package/dist/components/feedback/ConsentBanner.d.ts +7 -0
- package/dist/components/feedback/ConsentBanner.d.ts.map +1 -0
- package/dist/components/feedback/Progress.d.ts +9 -0
- package/dist/components/feedback/Progress.d.ts.map +1 -0
- package/dist/components/feedback/Skeleton.d.ts +7 -0
- package/dist/components/feedback/Skeleton.d.ts.map +1 -0
- package/dist/components/filters/DateRangePicker.d.ts +19 -0
- package/dist/components/filters/DateRangePicker.d.ts.map +1 -0
- package/dist/components/filters/FilterBar.d.ts +21 -0
- package/dist/components/filters/FilterBar.d.ts.map +1 -0
- package/dist/components/filters/FilterSelect.d.ts +24 -0
- package/dist/components/filters/FilterSelect.d.ts.map +1 -0
- package/dist/components/filters/PriceRangeSlider.d.ts +21 -0
- package/dist/components/filters/PriceRangeSlider.d.ts.map +1 -0
- package/dist/components/filters/SearchFilters.d.ts +11 -0
- package/dist/components/filters/SearchFilters.d.ts.map +1 -0
- package/dist/components/filters/SearchInput.d.ts +17 -0
- package/dist/components/filters/SearchInput.d.ts.map +1 -0
- package/dist/components/filters/types.d.ts +49 -0
- package/dist/components/filters/types.d.ts.map +1 -0
- package/dist/components/forms/FormInput.d.ts +16 -0
- package/dist/components/forms/FormInput.d.ts.map +1 -0
- package/dist/components/forms/FormSelect.d.ts +18 -0
- package/dist/components/forms/FormSelect.d.ts.map +1 -0
- package/dist/components/forms/FormTextarea.d.ts +15 -0
- package/dist/components/forms/FormTextarea.d.ts.map +1 -0
- package/dist/components/icons/TrendingIcon.d.ts +7 -0
- package/dist/components/icons/TrendingIcon.d.ts.map +1 -0
- package/dist/components/layout/Container.d.ts +11 -0
- package/dist/components/layout/Container.d.ts.map +1 -0
- package/dist/components/layout/Flex.d.ts +14 -0
- package/dist/components/layout/Flex.d.ts.map +1 -0
- package/dist/components/layout/Footer.d.ts +10 -0
- package/dist/components/layout/Footer.d.ts.map +1 -0
- package/dist/components/layout/Grid.d.ts +13 -0
- package/dist/components/layout/Grid.d.ts.map +1 -0
- package/dist/components/layout/ModeHero.d.ts +11 -0
- package/dist/components/layout/ModeHero.d.ts.map +1 -0
- package/dist/components/layout/Navbar.d.ts +10 -0
- package/dist/components/layout/Navbar.d.ts.map +1 -0
- package/dist/components/layout/Section.d.ts +11 -0
- package/dist/components/layout/Section.d.ts.map +1 -0
- package/dist/components/layout/Stack.d.ts +12 -0
- package/dist/components/layout/Stack.d.ts.map +1 -0
- package/dist/components/menus/DropdownMenu.d.ts +28 -0
- package/dist/components/menus/DropdownMenu.d.ts.map +1 -0
- package/dist/components/menus/NavigationMenu.d.ts +13 -0
- package/dist/components/menus/NavigationMenu.d.ts.map +1 -0
- package/dist/components/menus/Tabs.d.ts +8 -0
- package/dist/components/menus/Tabs.d.ts.map +1 -0
- package/dist/components/modals/ConfirmDialog.d.ts +23 -0
- package/dist/components/modals/ConfirmDialog.d.ts.map +1 -0
- package/dist/components/modals/CustomDialog.d.ts +12 -0
- package/dist/components/modals/CustomDialog.d.ts.map +1 -0
- package/dist/components/modals/Modal.d.ts +20 -0
- package/dist/components/modals/Modal.d.ts.map +1 -0
- package/dist/components/modals/ModalProvider.d.ts +17 -0
- package/dist/components/modals/ModalProvider.d.ts.map +1 -0
- package/dist/components/modals/SimpleModal.d.ts +11 -0
- package/dist/components/modals/SimpleModal.d.ts.map +1 -0
- package/dist/components/navigation/Breadcrumbs.d.ts +12 -0
- package/dist/components/navigation/Breadcrumbs.d.ts.map +1 -0
- package/dist/components/navigation/Pagination.d.ts +10 -0
- package/dist/components/navigation/Pagination.d.ts.map +1 -0
- package/dist/components/overlays/OverlayPortal.d.ts +23 -0
- package/dist/components/overlays/OverlayPortal.d.ts.map +1 -0
- package/dist/components/overlays/Popover.d.ts +31 -0
- package/dist/components/overlays/Popover.d.ts.map +1 -0
- package/dist/components/overlays/Tooltip.d.ts +29 -0
- package/dist/components/overlays/Tooltip.d.ts.map +1 -0
- package/dist/components/primitives/Badge.d.ts +10 -0
- package/dist/components/primitives/Badge.d.ts.map +1 -0
- package/dist/components/primitives/Button.d.ts +2 -0
- package/dist/components/primitives/Button.d.ts.map +1 -0
- package/dist/components/primitives/Card.d.ts +2 -0
- package/dist/components/primitives/Card.d.ts.map +1 -0
- package/dist/components/primitives/Divider.d.ts +8 -0
- package/dist/components/primitives/Divider.d.ts.map +1 -0
- package/dist/components/primitives/Input.d.ts +5 -0
- package/dist/components/primitives/Input.d.ts.map +1 -0
- package/dist/components/primitives/Label.d.ts +2 -0
- package/dist/components/primitives/Label.d.ts.map +1 -0
- package/dist/components/primitives/Link.d.ts +12 -0
- package/dist/components/primitives/Link.d.ts.map +1 -0
- package/dist/components/primitives/ThemeSwitch.d.ts +9 -0
- package/dist/components/primitives/ThemeSwitch.d.ts.map +1 -0
- package/dist/components/primitives/Typography.d.ts +21 -0
- package/dist/components/primitives/Typography.d.ts.map +1 -0
- package/dist/components/search/SearchBar.d.ts +11 -0
- package/dist/components/search/SearchBar.d.ts.map +1 -0
- package/dist/components/sections/ArticlesSection.d.ts +16 -0
- package/dist/components/sections/ArticlesSection.d.ts.map +1 -0
- package/dist/components/sections/TrendingSection.d.ts +10 -0
- package/dist/components/sections/TrendingSection.d.ts.map +1 -0
- package/dist/components/skeletons/EventCardSkeleton.d.ts +7 -0
- package/dist/components/skeletons/EventCardSkeleton.d.ts.map +1 -0
- package/dist/components/skeletons/VenueCardSkeleton.d.ts +7 -0
- package/dist/components/skeletons/VenueCardSkeleton.d.ts.map +1 -0
- package/dist/components/toasts/Toast.d.ts +13 -0
- package/dist/components/toasts/Toast.d.ts.map +1 -0
- package/dist/components/toasts/ToastProvider.d.ts +27 -0
- package/dist/components/toasts/ToastProvider.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/toast.d.ts +16 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/hooks/use-toast.d.ts +45 -0
- package/dist/hooks/use-toast.d.ts.map +1 -0
- package/dist/hooks/useModal.d.ts +20 -0
- package/dist/hooks/useModal.d.ts.map +1 -0
- package/dist/hooks/useToast.d.ts +27 -0
- package/dist/hooks/useToast.d.ts.map +1 -0
- package/dist/index.cjs +2 -0
- package/dist/index.d.ts +68 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.mjs +4520 -0
- package/dist/lib/utils.d.ts +9 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/styles.css +1 -0
- package/dist/test/setup.d.ts +1 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/dist/theme/applyMode.d.ts +3 -0
- package/dist/theme/applyMode.d.ts.map +1 -0
- package/dist/theme/colors.d.ts +71 -0
- package/dist/theme/colors.d.ts.map +1 -0
- package/dist/theme/index.d.ts +5 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/motion.d.ts +128 -0
- package/dist/theme/motion.d.ts.map +1 -0
- package/dist/theme/spacing.d.ts +35 -0
- package/dist/theme/spacing.d.ts.map +1 -0
- package/dist/theme/typography.d.ts +46 -0
- package/dist/theme/typography.d.ts.map +1 -0
- package/dist/tokens/colors.d.ts +71 -0
- package/dist/tokens/colors.d.ts.map +1 -0
- package/dist/tokens/index.d.ts +5 -0
- package/dist/tokens/index.d.ts.map +1 -0
- package/dist/tokens/radius.d.ts +13 -0
- package/dist/tokens/radius.d.ts.map +1 -0
- package/dist/tokens/spacing.d.ts +39 -0
- package/dist/tokens/spacing.d.ts.map +1 -0
- package/dist/tokens/typography.d.ts +79 -0
- package/dist/tokens/typography.d.ts.map +1 -0
- package/package.json +122 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ClassValue } from 'clsx';
|
|
2
|
+
export declare function cn(...inputs: ClassValue[]): string;
|
|
3
|
+
export declare function formatDate(date: Date | string | number): string;
|
|
4
|
+
export declare function formatTime(date: Date | string | number): string;
|
|
5
|
+
export declare function formatDateTime(date: Date | string | number): string;
|
|
6
|
+
export declare function generateId(): string;
|
|
7
|
+
export declare function debounce<T extends (...args: any[]) => any>(func: T, wait: number): (...args: Parameters<T>) => void;
|
|
8
|
+
export declare function throttle<T extends (...args: any[]) => any>(func: T, limit: number): (...args: Parameters<T>) => void;
|
|
9
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAM/D;AAED,wBAAgB,UAAU,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAM/D;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAEnE;AAED,wBAAgB,UAAU,IAAI,MAAM,CAEnC;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxD,IAAI,EAAE,CAAC,EACP,IAAI,EAAE,MAAM,GACX,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CAMlC;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,EACxD,IAAI,EAAE,CAAC,EACP,KAAK,EAAE,MAAM,GACZ,CAAC,GAAG,IAAI,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,IAAI,CASlC"}
|
package/dist/styles.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{--background: 0 0% 100%;--foreground: 0 0% 9%;--card: 0 0% 100%;--card-foreground: 0 0% 9%;--popover: 0 0% 100%;--popover-foreground: 0 0% 9%;--primary: 0 0% 9%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 96.1%;--secondary-foreground: 0 0% 9%;--muted: 0 0% 96.1%;--muted-foreground: 0 0% 45.1%;--accent: 0 0% 96.1%;--accent-foreground: 0 0% 9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 0 0% 89.8%;--input: 0 0% 89.8%;--ring: 0 0% 3.9%;--radius: .5rem;--tm-primary: 173 100% 37%;--tm-primary-foreground: 0 0% 100%;--tm-secondary: 0 0% 95.7%;--tm-secondary-foreground: 0 0% 6.7%;--tm-accent: 0 0% 89.8%;--tm-accent-foreground: 0 0% 6.7%}html[data-mode=day],[data-theme=day]{--background: 0 0% 100%;--foreground: 0 0% 9%;--tm-primary: 173 100% 37%}html[data-mode=night],[data-theme=night]{--background: 240 10% 3.9%;--foreground: 0 0% 89.8%;--card: 240 10% 3.9%;--card-foreground: 0 0% 89.8%;--popover: 240 10% 5.1%;--popover-foreground: 0 0% 89.8%;--primary: 0 0% 98%;--primary-foreground: 0 0% 9%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--tm-primary: 259 70% 67%;--tm-primary-foreground: 0 0% 100%;--tm-secondary: 240 3.7% 15.9%;--tm-secondary-foreground: 0 0% 98%;--tm-accent: 240 3.7% 15.9%;--tm-accent-foreground: 0 0% 98%}*{border-color:hsl(var(--border))}body{color:hsl(var(--foreground));background:hsl(var(--background))}*{transition:background-color .2s ease,border-color .2s ease,color .2s ease}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:hsl(var(--muted))}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--accent-foreground))}::selection{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=setup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/test/setup.ts"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applyMode.d.ts","sourceRoot":"","sources":["../../src/theme/applyMode.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AAyB5C,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,IAAI,QAsC3C"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export type Mode = "day" | "night";
|
|
2
|
+
export type ColorTokens = {
|
|
3
|
+
background: string;
|
|
4
|
+
foreground: string;
|
|
5
|
+
card: string;
|
|
6
|
+
cardForeground: string;
|
|
7
|
+
popover: string;
|
|
8
|
+
popoverForeground: string;
|
|
9
|
+
primary: string;
|
|
10
|
+
primaryForeground: string;
|
|
11
|
+
secondary: string;
|
|
12
|
+
secondaryForeground: string;
|
|
13
|
+
muted: string;
|
|
14
|
+
mutedForeground: string;
|
|
15
|
+
accent: string;
|
|
16
|
+
accentForeground: string;
|
|
17
|
+
destructive: string;
|
|
18
|
+
destructiveForeground: string;
|
|
19
|
+
border: string;
|
|
20
|
+
input: string;
|
|
21
|
+
ring: string;
|
|
22
|
+
chart1: string;
|
|
23
|
+
chart2: string;
|
|
24
|
+
chart3: string;
|
|
25
|
+
chart4: string;
|
|
26
|
+
chart5: string;
|
|
27
|
+
};
|
|
28
|
+
export declare const cssVariableColorTokens: Record<Mode, ColorTokens>;
|
|
29
|
+
export declare const tailwindThemeColors: {
|
|
30
|
+
background: string;
|
|
31
|
+
foreground: string;
|
|
32
|
+
card: {
|
|
33
|
+
DEFAULT: string;
|
|
34
|
+
foreground: string;
|
|
35
|
+
};
|
|
36
|
+
popover: {
|
|
37
|
+
DEFAULT: string;
|
|
38
|
+
foreground: string;
|
|
39
|
+
};
|
|
40
|
+
primary: {
|
|
41
|
+
DEFAULT: string;
|
|
42
|
+
foreground: string;
|
|
43
|
+
};
|
|
44
|
+
secondary: {
|
|
45
|
+
DEFAULT: string;
|
|
46
|
+
foreground: string;
|
|
47
|
+
};
|
|
48
|
+
muted: {
|
|
49
|
+
DEFAULT: string;
|
|
50
|
+
foreground: string;
|
|
51
|
+
};
|
|
52
|
+
accent: {
|
|
53
|
+
DEFAULT: string;
|
|
54
|
+
foreground: string;
|
|
55
|
+
};
|
|
56
|
+
destructive: {
|
|
57
|
+
DEFAULT: string;
|
|
58
|
+
foreground: string;
|
|
59
|
+
};
|
|
60
|
+
border: string;
|
|
61
|
+
input: string;
|
|
62
|
+
ring: string;
|
|
63
|
+
chart: {
|
|
64
|
+
1: string;
|
|
65
|
+
2: string;
|
|
66
|
+
3: string;
|
|
67
|
+
4: string;
|
|
68
|
+
5: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/theme/colors.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,IAAI,EAAE,WAAW,CAqD5D,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
export declare const durations: {
|
|
2
|
+
instant: string;
|
|
3
|
+
fast: string;
|
|
4
|
+
normal: string;
|
|
5
|
+
slow: string;
|
|
6
|
+
slower: string;
|
|
7
|
+
slowest: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const easings: {
|
|
10
|
+
linear: string;
|
|
11
|
+
in: string;
|
|
12
|
+
out: string;
|
|
13
|
+
inOut: string;
|
|
14
|
+
bounce: string;
|
|
15
|
+
elastic: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const transitions: {
|
|
18
|
+
fast: string;
|
|
19
|
+
normal: string;
|
|
20
|
+
slow: string;
|
|
21
|
+
bounce: string;
|
|
22
|
+
elastic: string;
|
|
23
|
+
};
|
|
24
|
+
export declare const animations: {
|
|
25
|
+
fadeIn: {
|
|
26
|
+
from: {
|
|
27
|
+
opacity: number;
|
|
28
|
+
};
|
|
29
|
+
to: {
|
|
30
|
+
opacity: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
fadeOut: {
|
|
34
|
+
from: {
|
|
35
|
+
opacity: number;
|
|
36
|
+
};
|
|
37
|
+
to: {
|
|
38
|
+
opacity: number;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
slideInUp: {
|
|
42
|
+
from: {
|
|
43
|
+
transform: string;
|
|
44
|
+
opacity: number;
|
|
45
|
+
};
|
|
46
|
+
to: {
|
|
47
|
+
transform: string;
|
|
48
|
+
opacity: number;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
slideInDown: {
|
|
52
|
+
from: {
|
|
53
|
+
transform: string;
|
|
54
|
+
opacity: number;
|
|
55
|
+
};
|
|
56
|
+
to: {
|
|
57
|
+
transform: string;
|
|
58
|
+
opacity: number;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
slideInLeft: {
|
|
62
|
+
from: {
|
|
63
|
+
transform: string;
|
|
64
|
+
opacity: number;
|
|
65
|
+
};
|
|
66
|
+
to: {
|
|
67
|
+
transform: string;
|
|
68
|
+
opacity: number;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
slideInRight: {
|
|
72
|
+
from: {
|
|
73
|
+
transform: string;
|
|
74
|
+
opacity: number;
|
|
75
|
+
};
|
|
76
|
+
to: {
|
|
77
|
+
transform: string;
|
|
78
|
+
opacity: number;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
scaleIn: {
|
|
82
|
+
from: {
|
|
83
|
+
transform: string;
|
|
84
|
+
opacity: number;
|
|
85
|
+
};
|
|
86
|
+
to: {
|
|
87
|
+
transform: string;
|
|
88
|
+
opacity: number;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
scaleOut: {
|
|
92
|
+
from: {
|
|
93
|
+
transform: string;
|
|
94
|
+
opacity: number;
|
|
95
|
+
};
|
|
96
|
+
to: {
|
|
97
|
+
transform: string;
|
|
98
|
+
opacity: number;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
spin: {
|
|
102
|
+
from: {
|
|
103
|
+
transform: string;
|
|
104
|
+
};
|
|
105
|
+
to: {
|
|
106
|
+
transform: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
pulse: {
|
|
110
|
+
"0%, 100%": {
|
|
111
|
+
opacity: number;
|
|
112
|
+
};
|
|
113
|
+
"50%": {
|
|
114
|
+
opacity: number;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
bounce: {
|
|
118
|
+
"0%, 100%": {
|
|
119
|
+
transform: string;
|
|
120
|
+
animationTimingFunction: string;
|
|
121
|
+
};
|
|
122
|
+
"50%": {
|
|
123
|
+
transform: string;
|
|
124
|
+
animationTimingFunction: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
//# sourceMappingURL=motion.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../src/theme/motion.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS;;;;;;;CAOrB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;CAOnB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;CAMvB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6CtB,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export type SpacingScale = {
|
|
2
|
+
none: string;
|
|
3
|
+
xs: string;
|
|
4
|
+
sm: string;
|
|
5
|
+
md: string;
|
|
6
|
+
lg: string;
|
|
7
|
+
xl: string;
|
|
8
|
+
"2xl": string;
|
|
9
|
+
"3xl": string;
|
|
10
|
+
"4xl": string;
|
|
11
|
+
"5xl": string;
|
|
12
|
+
};
|
|
13
|
+
export declare const spacing: SpacingScale;
|
|
14
|
+
export declare const borderRadius: {
|
|
15
|
+
none: string;
|
|
16
|
+
sm: string;
|
|
17
|
+
base: string;
|
|
18
|
+
md: string;
|
|
19
|
+
lg: string;
|
|
20
|
+
xl: string;
|
|
21
|
+
"2xl": string;
|
|
22
|
+
"3xl": string;
|
|
23
|
+
full: string;
|
|
24
|
+
};
|
|
25
|
+
export declare const shadows: {
|
|
26
|
+
none: string;
|
|
27
|
+
sm: string;
|
|
28
|
+
base: string;
|
|
29
|
+
md: string;
|
|
30
|
+
lg: string;
|
|
31
|
+
xl: string;
|
|
32
|
+
"2xl": string;
|
|
33
|
+
inner: string;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=spacing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/theme/spacing.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,YAWrB,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;;;;CAUxB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;;;;;;CASnB,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export type FontScale = {
|
|
2
|
+
xs: string;
|
|
3
|
+
sm: string;
|
|
4
|
+
base: string;
|
|
5
|
+
lg: string;
|
|
6
|
+
xl: string;
|
|
7
|
+
"2xl": string;
|
|
8
|
+
"3xl": string;
|
|
9
|
+
"4xl": string;
|
|
10
|
+
"5xl": string;
|
|
11
|
+
"6xl": string;
|
|
12
|
+
};
|
|
13
|
+
export declare const fontFamilies: {
|
|
14
|
+
sans: string;
|
|
15
|
+
serif: string;
|
|
16
|
+
mono: string;
|
|
17
|
+
};
|
|
18
|
+
export declare const fontSizes: FontScale;
|
|
19
|
+
export declare const fontWeights: {
|
|
20
|
+
thin: string;
|
|
21
|
+
extralight: string;
|
|
22
|
+
light: string;
|
|
23
|
+
normal: string;
|
|
24
|
+
medium: string;
|
|
25
|
+
semibold: string;
|
|
26
|
+
bold: string;
|
|
27
|
+
extrabold: string;
|
|
28
|
+
black: string;
|
|
29
|
+
};
|
|
30
|
+
export declare const lineHeights: {
|
|
31
|
+
none: string;
|
|
32
|
+
tight: string;
|
|
33
|
+
snug: string;
|
|
34
|
+
normal: string;
|
|
35
|
+
relaxed: string;
|
|
36
|
+
loose: string;
|
|
37
|
+
};
|
|
38
|
+
export declare const letterSpacings: {
|
|
39
|
+
tighter: string;
|
|
40
|
+
tight: string;
|
|
41
|
+
normal: string;
|
|
42
|
+
wide: string;
|
|
43
|
+
wider: string;
|
|
44
|
+
widest: string;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/theme/typography.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,YAAY;;;;CAmCxB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,SAWvB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;CAUvB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;CAOvB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;CAO1B,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
export type Mode = "day" | "night";
|
|
2
|
+
export type ColorTokens = {
|
|
3
|
+
background: string;
|
|
4
|
+
foreground: string;
|
|
5
|
+
card: string;
|
|
6
|
+
cardForeground: string;
|
|
7
|
+
popover: string;
|
|
8
|
+
popoverForeground: string;
|
|
9
|
+
primary: string;
|
|
10
|
+
primaryForeground: string;
|
|
11
|
+
secondary: string;
|
|
12
|
+
secondaryForeground: string;
|
|
13
|
+
muted: string;
|
|
14
|
+
mutedForeground: string;
|
|
15
|
+
accent: string;
|
|
16
|
+
accentForeground: string;
|
|
17
|
+
destructive: string;
|
|
18
|
+
destructiveForeground: string;
|
|
19
|
+
border: string;
|
|
20
|
+
input: string;
|
|
21
|
+
ring: string;
|
|
22
|
+
chart1: string;
|
|
23
|
+
chart2: string;
|
|
24
|
+
chart3: string;
|
|
25
|
+
chart4: string;
|
|
26
|
+
chart5: string;
|
|
27
|
+
};
|
|
28
|
+
export declare const cssVariableColorTokens: Record<Mode, ColorTokens>;
|
|
29
|
+
export declare const tailwindThemeColors: {
|
|
30
|
+
background: string;
|
|
31
|
+
foreground: string;
|
|
32
|
+
card: {
|
|
33
|
+
DEFAULT: string;
|
|
34
|
+
foreground: string;
|
|
35
|
+
};
|
|
36
|
+
popover: {
|
|
37
|
+
DEFAULT: string;
|
|
38
|
+
foreground: string;
|
|
39
|
+
};
|
|
40
|
+
primary: {
|
|
41
|
+
DEFAULT: string;
|
|
42
|
+
foreground: string;
|
|
43
|
+
};
|
|
44
|
+
secondary: {
|
|
45
|
+
DEFAULT: string;
|
|
46
|
+
foreground: string;
|
|
47
|
+
};
|
|
48
|
+
muted: {
|
|
49
|
+
DEFAULT: string;
|
|
50
|
+
foreground: string;
|
|
51
|
+
};
|
|
52
|
+
accent: {
|
|
53
|
+
DEFAULT: string;
|
|
54
|
+
foreground: string;
|
|
55
|
+
};
|
|
56
|
+
destructive: {
|
|
57
|
+
DEFAULT: string;
|
|
58
|
+
foreground: string;
|
|
59
|
+
};
|
|
60
|
+
border: string;
|
|
61
|
+
input: string;
|
|
62
|
+
ring: string;
|
|
63
|
+
chart: {
|
|
64
|
+
1: string;
|
|
65
|
+
2: string;
|
|
66
|
+
3: string;
|
|
67
|
+
4: string;
|
|
68
|
+
5: string;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=colors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/tokens/colors.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,OAAO,CAAC;AAEnC,MAAM,MAAM,WAAW,GAAG;IAExB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IAGnB,IAAI,EAAE,MAAM,CAAC;IACb,cAAc,EAAE,MAAM,CAAC;IAGvB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAG1B,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,MAAM,CAAC;IAG1B,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB,EAAE,MAAM,CAAC;IAG5B,KAAK,EAAE,MAAM,CAAC;IACd,eAAe,EAAE,MAAM,CAAC;IAGxB,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IAGzB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAG9B,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IAGb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,MAAM,CAAC,IAAI,EAAE,WAAW,CAqD5D,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyC/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tokens/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const borderRadius: {
|
|
2
|
+
readonly none: "0px";
|
|
3
|
+
readonly sm: "0.125rem";
|
|
4
|
+
readonly DEFAULT: "0.25rem";
|
|
5
|
+
readonly md: "0.375rem";
|
|
6
|
+
readonly lg: "0.5rem";
|
|
7
|
+
readonly xl: "0.75rem";
|
|
8
|
+
readonly "2xl": "1rem";
|
|
9
|
+
readonly "3xl": "1.5rem";
|
|
10
|
+
readonly full: "9999px";
|
|
11
|
+
};
|
|
12
|
+
export type BorderRadius = keyof typeof borderRadius;
|
|
13
|
+
//# sourceMappingURL=radius.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radius.d.ts","sourceRoot":"","sources":["../../src/tokens/radius.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY;;;;;;;;;;CAUf,CAAC;AAEX,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,YAAY,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const spacing: {
|
|
2
|
+
readonly px: "1px";
|
|
3
|
+
readonly 0: "0px";
|
|
4
|
+
readonly 0.5: "0.125rem";
|
|
5
|
+
readonly 1: "0.25rem";
|
|
6
|
+
readonly 1.5: "0.375rem";
|
|
7
|
+
readonly 2: "0.5rem";
|
|
8
|
+
readonly 2.5: "0.625rem";
|
|
9
|
+
readonly 3: "0.75rem";
|
|
10
|
+
readonly 3.5: "0.875rem";
|
|
11
|
+
readonly 4: "1rem";
|
|
12
|
+
readonly 5: "1.25rem";
|
|
13
|
+
readonly 6: "1.5rem";
|
|
14
|
+
readonly 7: "1.75rem";
|
|
15
|
+
readonly 8: "2rem";
|
|
16
|
+
readonly 9: "2.25rem";
|
|
17
|
+
readonly 10: "2.5rem";
|
|
18
|
+
readonly 11: "2.75rem";
|
|
19
|
+
readonly 12: "3rem";
|
|
20
|
+
readonly 14: "3.5rem";
|
|
21
|
+
readonly 16: "4rem";
|
|
22
|
+
readonly 20: "5rem";
|
|
23
|
+
readonly 24: "6rem";
|
|
24
|
+
readonly 28: "7rem";
|
|
25
|
+
readonly 32: "8rem";
|
|
26
|
+
readonly 36: "9rem";
|
|
27
|
+
readonly 40: "10rem";
|
|
28
|
+
readonly 44: "11rem";
|
|
29
|
+
readonly 48: "12rem";
|
|
30
|
+
readonly 52: "13rem";
|
|
31
|
+
readonly 56: "14rem";
|
|
32
|
+
readonly 60: "15rem";
|
|
33
|
+
readonly 64: "16rem";
|
|
34
|
+
readonly 72: "18rem";
|
|
35
|
+
readonly 80: "20rem";
|
|
36
|
+
readonly 96: "24rem";
|
|
37
|
+
};
|
|
38
|
+
export type Spacing = keyof typeof spacing;
|
|
39
|
+
//# sourceMappingURL=spacing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/tokens/spacing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCV,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,OAAO,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
export declare const fontFamily: {
|
|
2
|
+
readonly sans: readonly ["ui-sans-serif", "system-ui", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"];
|
|
3
|
+
readonly serif: readonly ["ui-serif", "Georgia", "Cambria", "Times New Roman", "Times", "serif"];
|
|
4
|
+
readonly mono: readonly ["ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"];
|
|
5
|
+
};
|
|
6
|
+
export declare const fontSize: {
|
|
7
|
+
readonly xs: readonly ["0.75rem", {
|
|
8
|
+
readonly lineHeight: "1rem";
|
|
9
|
+
}];
|
|
10
|
+
readonly sm: readonly ["0.875rem", {
|
|
11
|
+
readonly lineHeight: "1.25rem";
|
|
12
|
+
}];
|
|
13
|
+
readonly base: readonly ["1rem", {
|
|
14
|
+
readonly lineHeight: "1.5rem";
|
|
15
|
+
}];
|
|
16
|
+
readonly lg: readonly ["1.125rem", {
|
|
17
|
+
readonly lineHeight: "1.75rem";
|
|
18
|
+
}];
|
|
19
|
+
readonly xl: readonly ["1.25rem", {
|
|
20
|
+
readonly lineHeight: "1.75rem";
|
|
21
|
+
}];
|
|
22
|
+
readonly "2xl": readonly ["1.5rem", {
|
|
23
|
+
readonly lineHeight: "2rem";
|
|
24
|
+
}];
|
|
25
|
+
readonly "3xl": readonly ["1.875rem", {
|
|
26
|
+
readonly lineHeight: "2.25rem";
|
|
27
|
+
}];
|
|
28
|
+
readonly "4xl": readonly ["2.25rem", {
|
|
29
|
+
readonly lineHeight: "2.5rem";
|
|
30
|
+
}];
|
|
31
|
+
readonly "5xl": readonly ["3rem", {
|
|
32
|
+
readonly lineHeight: "1";
|
|
33
|
+
}];
|
|
34
|
+
readonly "6xl": readonly ["3.75rem", {
|
|
35
|
+
readonly lineHeight: "1";
|
|
36
|
+
}];
|
|
37
|
+
readonly "7xl": readonly ["4.5rem", {
|
|
38
|
+
readonly lineHeight: "1";
|
|
39
|
+
}];
|
|
40
|
+
readonly "8xl": readonly ["6rem", {
|
|
41
|
+
readonly lineHeight: "1";
|
|
42
|
+
}];
|
|
43
|
+
readonly "9xl": readonly ["8rem", {
|
|
44
|
+
readonly lineHeight: "1";
|
|
45
|
+
}];
|
|
46
|
+
};
|
|
47
|
+
export declare const fontWeight: {
|
|
48
|
+
readonly thin: "100";
|
|
49
|
+
readonly extralight: "200";
|
|
50
|
+
readonly light: "300";
|
|
51
|
+
readonly normal: "400";
|
|
52
|
+
readonly medium: "500";
|
|
53
|
+
readonly semibold: "600";
|
|
54
|
+
readonly bold: "700";
|
|
55
|
+
readonly extrabold: "800";
|
|
56
|
+
readonly black: "900";
|
|
57
|
+
};
|
|
58
|
+
export declare const letterSpacing: {
|
|
59
|
+
readonly tighter: "-0.05em";
|
|
60
|
+
readonly tight: "-0.025em";
|
|
61
|
+
readonly normal: "0em";
|
|
62
|
+
readonly wide: "0.025em";
|
|
63
|
+
readonly wider: "0.05em";
|
|
64
|
+
readonly widest: "0.1em";
|
|
65
|
+
};
|
|
66
|
+
export declare const lineHeight: {
|
|
67
|
+
readonly none: "1";
|
|
68
|
+
readonly tight: "1.25";
|
|
69
|
+
readonly snug: "1.375";
|
|
70
|
+
readonly normal: "1.5";
|
|
71
|
+
readonly relaxed: "1.625";
|
|
72
|
+
readonly loose: "2";
|
|
73
|
+
};
|
|
74
|
+
export type FontFamily = keyof typeof fontFamily;
|
|
75
|
+
export type FontSize = keyof typeof fontSize;
|
|
76
|
+
export type FontWeight = keyof typeof fontWeight;
|
|
77
|
+
export type LetterSpacing = keyof typeof letterSpacing;
|
|
78
|
+
export type LineHeight = keyof typeof lineHeight;
|
|
79
|
+
//# sourceMappingURL=typography.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/tokens/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;CAmCb,CAAC;AAEX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcX,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;;;;CAUb,CAAC;AAEX,eAAO,MAAM,aAAa;;;;;;;CAOhB,CAAC;AAEX,eAAO,MAAM,UAAU;;;;;;;CAOb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,UAAU,CAAC;AACjD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAC7C,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,UAAU,CAAC;AACjD,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC;AACvD,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,UAAU,CAAC"}
|