|
1 | | -export { typography } from './lib/typography.js'; |
2 | | -export type { Typography } from './lib/typography.js'; |
3 | | -export { space } from './lib/space.js'; |
4 | | -export type { Space } from './lib/space.js'; |
5 | | -export { radius } from './lib/radius.js'; |
6 | | -export type { Radius } from './lib/radius.js'; |
7 | | -export { shadows } from './lib/shadows.js'; |
8 | | -export type { Shadows } from './lib/shadows.js'; |
9 | | -export { colors } from './lib/colors.js'; |
10 | | -export type { Colors } from './lib/colors.js'; |
11 | | -export { surfaces } from './lib/surfaces.js'; |
12 | | -export type { Surfaces } from './lib/surfaces.js'; |
13 | | -export { tokens } from './lib/tokens.js'; |
14 | | -export type { Tokens } from './lib/tokens.js'; |
| 1 | +export { typography } from './lib/typography.ts'; |
| 2 | +export type { Typography } from './lib/typography.ts'; |
| 3 | +export { space } from './lib/space.ts'; |
| 4 | +export type { Space } from './lib/space.ts'; |
| 5 | +export { radius } from './lib/radius.ts'; |
| 6 | +export type { Radius } from './lib/radius.ts'; |
| 7 | +export { shadows } from './lib/shadows.ts'; |
| 8 | +export type { Shadows } from './lib/shadows.ts'; |
| 9 | +export { colors } from './lib/colors.ts'; |
| 10 | +export type { Colors } from './lib/colors.ts'; |
| 11 | +export { surfaces } from './lib/surfaces.ts'; |
| 12 | +export type { Surfaces } from './lib/surfaces.ts'; |
| 13 | +export { tokens } from './lib/tokens.ts'; |
| 14 | +export type { Tokens } from './lib/tokens.ts'; |
15 | 15 |
|
16 | 16 | // New theme-aware exports |
17 | | -export { baseTokens } from './lib/base.js'; |
18 | | -export type { BaseTokens } from './lib/base.js'; |
19 | | -export { lightOverrides } from './lib/light.js'; |
20 | | -export type { LightOverrides } from './lib/light.js'; |
21 | | -export { darkOverrides } from './lib/dark.js'; |
22 | | -export type { DarkOverrides } from './lib/dark.js'; |
23 | | -export type { Theme } from './lib/theme.js'; |
| 17 | +export { baseTokens } from './lib/base.ts'; |
| 18 | +export type { BaseTokens } from './lib/base.ts'; |
| 19 | +export { lightOverrides } from './lib/light.ts'; |
| 20 | +export type { LightOverrides } from './lib/light.ts'; |
| 21 | +export { darkOverrides } from './lib/dark.ts'; |
| 22 | +export type { DarkOverrides } from './lib/dark.ts'; |
| 23 | +export type { Theme } from './lib/theme.ts'; |
24 | 24 |
|
25 | | -export { cssVars } from './lib/css-vars.js'; |
26 | | -export type { CssVars } from './lib/css-vars.js'; |
| 25 | +export { cssVars } from './lib/css-vars.ts'; |
| 26 | +export type { CssVars } from './lib/css-vars.ts'; |
0 commit comments