mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 17:09:30 +08:00
221 lines
4.6 KiB
Text
221 lines
4.6 KiB
Text
export { c as colors } from './colors-f2b5968c.js';
|
|
export { t as theme } from './default-0fe8c7f8.js';
|
|
import { T as Theme } from './types-9e30040a.js';
|
|
export { T as Theme, a as ThemeAnimation } from './types-9e30040a.js';
|
|
|
|
declare const blur: {
|
|
DEFAULT: string;
|
|
'0': string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
};
|
|
declare const dropShadow: {
|
|
DEFAULT: string[];
|
|
sm: string;
|
|
md: string[];
|
|
lg: string[];
|
|
xl: string[];
|
|
'2xl': string;
|
|
none: string;
|
|
};
|
|
|
|
declare const fontFamily: {
|
|
sans: string;
|
|
serif: string;
|
|
mono: string;
|
|
};
|
|
declare const fontSize: Theme['fontSize'];
|
|
declare const textIndent: Theme['textIndent'];
|
|
declare const textStrokeWidth: Theme['textStrokeWidth'];
|
|
declare const textShadow: Theme['textShadow'];
|
|
declare const lineHeight: Theme['lineHeight'];
|
|
declare const letterSpacing: Theme['letterSpacing'];
|
|
declare const wordSpacing: Theme['wordSpacing'];
|
|
|
|
declare const breakpoints: {
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
};
|
|
declare const verticalBreakpoints: {
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
};
|
|
declare const lineWidth: {
|
|
DEFAULT: string;
|
|
none: string;
|
|
};
|
|
declare const spacing: {
|
|
DEFAULT: string;
|
|
none: string;
|
|
xs: string;
|
|
sm: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
'8xl': string;
|
|
'9xl': string;
|
|
};
|
|
declare const duration: {
|
|
DEFAULT: string;
|
|
none: string;
|
|
75: string;
|
|
100: string;
|
|
150: string;
|
|
200: string;
|
|
300: string;
|
|
500: string;
|
|
700: string;
|
|
1000: string;
|
|
};
|
|
declare const borderRadius: {
|
|
DEFAULT: string;
|
|
none: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
full: string;
|
|
};
|
|
declare const boxShadow: {
|
|
DEFAULT: string[];
|
|
none: string;
|
|
sm: string;
|
|
md: string[];
|
|
lg: string[];
|
|
xl: string[];
|
|
'2xl': string;
|
|
inner: string;
|
|
};
|
|
declare const easing: {
|
|
DEFAULT: string;
|
|
linear: string;
|
|
in: string;
|
|
out: string;
|
|
'in-out': string;
|
|
};
|
|
declare const ringWidth: {
|
|
DEFAULT: string;
|
|
none: string;
|
|
};
|
|
|
|
declare const baseSize: {
|
|
xs: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
prose: string;
|
|
};
|
|
declare const width: {
|
|
screen: string;
|
|
xs: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
prose: string;
|
|
auto: string;
|
|
};
|
|
declare const maxWidth: {
|
|
screen: string;
|
|
xs: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
prose: string;
|
|
none: string;
|
|
};
|
|
declare const height: {
|
|
screen: string;
|
|
xs: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
prose: string;
|
|
auto: string;
|
|
};
|
|
declare const maxHeight: {
|
|
screen: string;
|
|
xs: string;
|
|
sm: string;
|
|
md: string;
|
|
lg: string;
|
|
xl: string;
|
|
'2xl': string;
|
|
'3xl': string;
|
|
'4xl': string;
|
|
'5xl': string;
|
|
'6xl': string;
|
|
'7xl': string;
|
|
prose: string;
|
|
none: string;
|
|
};
|
|
|
|
declare const preflightBase: {
|
|
'--un-ring-inset': string;
|
|
'--un-ring-offset-width': string;
|
|
'--un-ring-offset-color': string;
|
|
'--un-ring-width': string;
|
|
'--un-ring-color': string;
|
|
'--un-shadow': string;
|
|
'--un-ring-offset-shadow': string;
|
|
'--un-ring-shadow': string;
|
|
'--un-shadow-inset': string;
|
|
'--un-rotate': number;
|
|
'--un-rotate-x': number;
|
|
'--un-rotate-y': number;
|
|
'--un-rotate-z': number;
|
|
'--un-scale-x': number;
|
|
'--un-scale-y': number;
|
|
'--un-scale-z': number;
|
|
'--un-skew-x': number;
|
|
'--un-skew-y': number;
|
|
'--un-translate-x': number;
|
|
'--un-translate-y': number;
|
|
'--un-translate-z': number;
|
|
};
|
|
|
|
export { baseSize, blur, borderRadius, boxShadow, breakpoints, dropShadow, duration, easing, fontFamily, fontSize, height, letterSpacing, lineHeight, lineWidth, maxHeight, maxWidth, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing };
|