thread-ui 0.9.0 → 0.10.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 +6 -0
- package/dist/components/data-display/filter-controls/variants/filter-controls.js +1 -1
- package/dist/components/data-display/filter-controls/variants/filter-controls.js.map +1 -1
- package/dist/components/data-display/filter-controls/variants/inline-filter-controls.js +1 -1
- package/dist/components/data-display/filter-controls/variants/inline-filter-controls.js.map +1 -1
- package/dist/components/data-display/sort-controls/sort-controls.js +1 -1
- package/dist/components/data-display/sort-controls/sort-controls.js.map +1 -1
- package/dist/components/form-elements/form-label/form-label.js +1 -1
- package/dist/components/form-elements/form-label/form-label.js.map +1 -1
- package/dist/components/media/image-panel/image-panel.js +1 -1
- package/dist/components/media/image-panel/image-panel.js.map +1 -1
- package/dist/components/media/media-card/media-card.js +22 -5
- package/dist/components/media/media-card/media-card.js.map +1 -1
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.js +2 -4
- package/dist/components/navigation/nav-menu/components/nav-link/nav-link.js.map +1 -1
- package/dist/components/typography/body/body.types.d.ts +29 -0
- package/dist/components/typography/body/body.types.js +2 -0
- package/dist/components/typography/body/body.types.js.map +1 -0
- package/dist/components/typography/body/list.d.ts +15 -0
- package/dist/components/typography/body/list.js +47 -0
- package/dist/components/typography/body/list.js.map +1 -0
- package/dist/components/typography/body/text.d.ts +12 -0
- package/dist/components/typography/body/text.js +29 -0
- package/dist/components/typography/body/text.js.map +1 -0
- package/dist/components/typography/code/code.d.ts +2 -0
- package/dist/components/typography/code/code.js +22 -0
- package/dist/components/typography/code/code.js.map +1 -0
- package/dist/components/typography/code/code.types.d.ts +7 -0
- package/dist/components/typography/code/code.types.js +2 -0
- package/dist/components/typography/code/code.types.js.map +1 -0
- package/dist/components/typography/heading/heading.d.ts +38 -0
- package/dist/components/typography/heading/heading.js +53 -0
- package/dist/components/typography/heading/heading.js.map +1 -0
- package/dist/components/typography/heading/heading.types.d.ts +13 -0
- package/dist/components/typography/heading/heading.types.js +2 -0
- package/dist/components/typography/heading/heading.types.js.map +1 -0
- package/dist/components/typography/heading/render-heading.d.ts +16 -0
- package/dist/components/typography/heading/render-heading.js +52 -0
- package/dist/components/typography/heading/render-heading.js.map +1 -0
- package/dist/components/typography/index.d.ts +8 -2
- package/dist/components/typography/index.js +4 -1
- package/dist/components/typography/index.js.map +1 -1
- package/dist/components/typography/page-header/page-header.js +5 -8
- package/dist/components/typography/page-header/page-header.js.map +1 -1
- package/dist/components/typography/shared-utils/get-presentation-styles.d.ts +2 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js +27 -0
- package/dist/components/typography/shared-utils/get-presentation-styles.js.map +1 -0
- package/dist/components/typography/shared-utils/get-typography-styles.d.ts +3 -0
- package/dist/components/typography/shared-utils/get-typography-styles.js +55 -0
- package/dist/components/typography/shared-utils/get-typography-styles.js.map +1 -0
- package/dist/components/typography/typography.d.ts +55 -22
- package/dist/components/typography/typography.js +197 -127
- package/dist/components/typography/typography.js.map +1 -1
- package/dist/components/typography/typography.types.d.ts +21 -0
- package/dist/components/typography/typography.types.js +2 -0
- package/dist/components/typography/typography.types.js.map +1 -0
- package/dist/styled-system/styles.css +1 -1
- package/dist/styled-system/tokens/index.js +477 -353
- package/dist/styled-system/tokens/tokens.d.ts +19 -19
- package/dist/styles/panda.css +1 -1
- package/dist/styles/theme.css +36 -0
- package/dist/theme/css-name-configurations/theme-css-names.d.ts +53 -0
- package/dist/theme/css-name-configurations/theme-css-names.js +51 -0
- package/dist/theme/css-name-configurations/theme-css-names.js.map +1 -1
- package/dist/theme/default-theme.js +52 -0
- package/dist/theme/default-theme.js.map +1 -1
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/index.js +1 -0
- package/dist/theme/index.js.map +1 -1
- package/dist/theme/theme-typography-system.d.ts +10 -0
- package/dist/theme/theme-typography-system.js +51 -0
- package/dist/theme/theme-typography-system.js.map +1 -0
- package/dist/types/theme/theme.types.d.ts +89 -7
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.d.ts +12 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.js +13 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.js.map +1 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.js +2 -0
- package/dist/utils/theme-utilities/get-resolved-typography-values/index.js.map +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.d.ts +11 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.js +34 -0
- package/dist/utils/theme-utilities/get-text-color-styles/get-text-color-styles.js.map +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.d.ts +1 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.js +2 -0
- package/dist/utils/theme-utilities/get-text-color-styles/index.js.map +1 -0
- package/dist/utils/theme-utilities/index.d.ts +2 -0
- package/dist/utils/theme-utilities/index.js +2 -0
- package/dist/utils/theme-utilities/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -80,6 +80,16 @@ export const DefaultThreadTheme = {
|
|
|
80
80
|
xl: '1280',
|
|
81
81
|
xxl: '1536',
|
|
82
82
|
},
|
|
83
|
+
spacing: {
|
|
84
|
+
none: '0px',
|
|
85
|
+
xxs: '4px',
|
|
86
|
+
xs: '8px',
|
|
87
|
+
sm: '12px',
|
|
88
|
+
md: '16px',
|
|
89
|
+
lg: '24px',
|
|
90
|
+
xl: '32px',
|
|
91
|
+
xxl: '40px',
|
|
92
|
+
},
|
|
83
93
|
zIndex: {
|
|
84
94
|
base: '0',
|
|
85
95
|
sticky: '100',
|
|
@@ -99,6 +109,48 @@ export const DefaultThreadTheme = {
|
|
|
99
109
|
md: '1px',
|
|
100
110
|
lg: '1.5px',
|
|
101
111
|
},
|
|
112
|
+
// Typograpghy
|
|
113
|
+
typography: {
|
|
114
|
+
fontFamilies: {
|
|
115
|
+
body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif",
|
|
116
|
+
heading: "ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif",
|
|
117
|
+
mono: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
|
|
118
|
+
},
|
|
119
|
+
fontSizes: {
|
|
120
|
+
heading: {
|
|
121
|
+
sm: '1.25rem', // H3
|
|
122
|
+
md: '1.5rem', // H2
|
|
123
|
+
lg: '2rem', // H1
|
|
124
|
+
xl: '3rem', // Title
|
|
125
|
+
},
|
|
126
|
+
body: {
|
|
127
|
+
xxs: '0.625rem',
|
|
128
|
+
xs: '0.75rem',
|
|
129
|
+
sm: '0.875rem',
|
|
130
|
+
md: '1rem', // body default
|
|
131
|
+
lg: '1.125rem',
|
|
132
|
+
xl: '1.25rem', // caps at heading.sm
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
fontWeights: {
|
|
136
|
+
regular: '400',
|
|
137
|
+
medium: '500',
|
|
138
|
+
semibold: '600',
|
|
139
|
+
bold: '700',
|
|
140
|
+
},
|
|
141
|
+
lineHeights: {
|
|
142
|
+
tighter: '1.1', // hero/display - very large text only
|
|
143
|
+
tight: '1.3', // headings (current value)
|
|
144
|
+
normal: '1.5', // body (current value, W3C standard)
|
|
145
|
+
loose: '1.7', // long-form reading
|
|
146
|
+
looser: '2.0', // callouts, marketing copy
|
|
147
|
+
},
|
|
148
|
+
letterSpacings: {
|
|
149
|
+
tight: '-0.02em', // display tightening
|
|
150
|
+
normal: '0', // default
|
|
151
|
+
wide: '0.05em', // labels, all-caps, eyebrows
|
|
152
|
+
},
|
|
153
|
+
},
|
|
102
154
|
// Dark Mode Colors
|
|
103
155
|
darkMode: {
|
|
104
156
|
// Dark Mode Surface Colors
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-theme.js","sourceRoot":"","sources":["../../src/theme/default-theme.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"default-theme.js","sourceRoot":"","sources":["../../src/theme/default-theme.ts"],"names":[],"mappings":"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"}
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ export { ThreadTheme } from './thread-theme';
|
|
|
2
2
|
export { ThreadScript } from './thread-script';
|
|
3
3
|
export { ThemeProvider, useThemeMode } from './theme-provider';
|
|
4
4
|
export { SurfaceLayerMap } from './theme-surface-system';
|
|
5
|
+
export { TypographyRoles } from './theme-typography-system';
|
package/dist/theme/index.js
CHANGED
|
@@ -2,4 +2,5 @@ export { ThreadTheme } from './thread-theme';
|
|
|
2
2
|
export { ThreadScript } from './thread-script';
|
|
3
3
|
export { ThemeProvider, useThemeMode } from './theme-provider';
|
|
4
4
|
export { SurfaceLayerMap } from './theme-surface-system';
|
|
5
|
+
export { TypographyRoles } from './theme-typography-system';
|
|
5
6
|
//# sourceMappingURL=index.js.map
|
package/dist/theme/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CompleteFontSizeOptions, FontFamilyOptions, FontWeightOptions, LetterSpacingOptions, LineHeightOptions, SpacingScaleOptions, TypographyRoleOptions } from '../types';
|
|
2
|
+
export type TypographyRole = {
|
|
3
|
+
fontFamily: FontFamilyOptions;
|
|
4
|
+
fontSize: CompleteFontSizeOptions;
|
|
5
|
+
fontWeight: FontWeightOptions;
|
|
6
|
+
lineHeight: LineHeightOptions;
|
|
7
|
+
letterSpacing: LetterSpacingOptions;
|
|
8
|
+
marginBottom: SpacingScaleOptions;
|
|
9
|
+
};
|
|
10
|
+
export declare const TypographyRoles: Record<TypographyRoleOptions, TypographyRole>;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export const TypographyRoles = {
|
|
2
|
+
title: {
|
|
3
|
+
fontFamily: 'heading',
|
|
4
|
+
fontSize: 'heading.xl',
|
|
5
|
+
fontWeight: 'bold',
|
|
6
|
+
lineHeight: 'tight',
|
|
7
|
+
letterSpacing: 'tight',
|
|
8
|
+
marginBottom: 'xxl',
|
|
9
|
+
},
|
|
10
|
+
h1: {
|
|
11
|
+
fontFamily: 'heading',
|
|
12
|
+
fontSize: 'heading.lg',
|
|
13
|
+
fontWeight: 'bold',
|
|
14
|
+
lineHeight: 'tight',
|
|
15
|
+
letterSpacing: 'normal',
|
|
16
|
+
marginBottom: 'xl',
|
|
17
|
+
},
|
|
18
|
+
h2: {
|
|
19
|
+
fontFamily: 'heading',
|
|
20
|
+
fontSize: 'heading.md',
|
|
21
|
+
fontWeight: 'bold',
|
|
22
|
+
lineHeight: 'tight',
|
|
23
|
+
letterSpacing: 'normal',
|
|
24
|
+
marginBottom: 'lg',
|
|
25
|
+
},
|
|
26
|
+
h3: {
|
|
27
|
+
fontFamily: 'heading',
|
|
28
|
+
fontSize: 'heading.sm',
|
|
29
|
+
fontWeight: 'bold',
|
|
30
|
+
lineHeight: 'tight',
|
|
31
|
+
letterSpacing: 'normal',
|
|
32
|
+
marginBottom: 'md',
|
|
33
|
+
},
|
|
34
|
+
body: {
|
|
35
|
+
fontFamily: 'body',
|
|
36
|
+
fontSize: 'body.md',
|
|
37
|
+
fontWeight: 'regular',
|
|
38
|
+
lineHeight: 'normal',
|
|
39
|
+
letterSpacing: 'normal',
|
|
40
|
+
marginBottom: 'sm',
|
|
41
|
+
},
|
|
42
|
+
code: {
|
|
43
|
+
fontFamily: 'mono',
|
|
44
|
+
fontSize: 'body.sm',
|
|
45
|
+
fontWeight: 'regular',
|
|
46
|
+
lineHeight: 'normal',
|
|
47
|
+
letterSpacing: 'normal',
|
|
48
|
+
marginBottom: 'none',
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=theme-typography-system.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"theme-typography-system.js","sourceRoot":"","sources":["../../src/theme/theme-typography-system.ts"],"names":[],"mappings":"AAmBA,MAAM,CAAC,MAAM,eAAe,GAAkD;IAC7E,KAAK,EAAE;QACN,UAAU,EAAE,SAAS;QACrB,QAAQ,EAAE,YAAY;QACtB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,OAAO;QACnB,aAAa,EAAE,OAAO;QACtB,YAAY,EAAE,KAAK;KACnB;IACD,EAAE,EAAE;QACH,UAAU,EAAE,SAAS;QACrB,QAAQ,EAAE,YAAY;QACtB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,OAAO;QACnB,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,IAAI;KAClB;IACD,EAAE,EAAE;QACH,UAAU,EAAE,SAAS;QACrB,QAAQ,EAAE,YAAY;QACtB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,OAAO;QACnB,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,IAAI;KAClB;IACD,EAAE,EAAE;QACH,UAAU,EAAE,SAAS;QACrB,QAAQ,EAAE,YAAY;QACtB,UAAU,EAAE,MAAM;QAClB,UAAU,EAAE,OAAO;QACnB,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,IAAI;KAClB;IACD,IAAI,EAAE;QACL,UAAU,EAAE,MAAM;QAClB,QAAQ,EAAE,SAAS;QACnB,UAAU,EAAE,SAAS;QACrB,UAAU,EAAE,QAAQ;QACpB,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,IAAI;KAClB;IACD,IAAI,EAAE;QACL,UAAU,EAAE,MAAM;QAClB,QAAQ,EAAE,SAAS;QACnB,UAAU,EAAE,SAAS;QACrB,UAAU,EAAE,QAAQ;QACpB,aAAa,EAAE,QAAQ;QACvB,YAAY,EAAE,MAAM;KACpB;CACD,CAAC"}
|
|
@@ -24,20 +24,28 @@ export type UtilitySizes = {
|
|
|
24
24
|
};
|
|
25
25
|
/** Key union of the base size scale */
|
|
26
26
|
export type UtilitySizeOptions = Prettify<keyof UtilitySizes>;
|
|
27
|
-
type
|
|
28
|
-
xxs: string;
|
|
27
|
+
type ExtendedSmallSizes = {
|
|
29
28
|
xs: string;
|
|
30
29
|
};
|
|
31
|
-
type
|
|
30
|
+
type FullSmallSizes = ExtendedSmallSizes & {
|
|
31
|
+
xxs: string;
|
|
32
|
+
};
|
|
33
|
+
type ExtendedLargeSizes = {
|
|
32
34
|
xl: string;
|
|
35
|
+
};
|
|
36
|
+
type FullLargeSizes = ExtendedLargeSizes & {
|
|
33
37
|
xxl: string;
|
|
34
38
|
};
|
|
35
|
-
/**
|
|
36
|
-
export type
|
|
39
|
+
/** Extended size scale including extra small and extra large steps */
|
|
40
|
+
export type ExtendedUtilitySizes = Prettify<ExtendedSmallSizes & UtilitySizes & ExtendedLargeSizes>;
|
|
41
|
+
/** Key union of the extended size scale */
|
|
42
|
+
export type ExtendedUtilitySizesOptions = Prettify<keyof ExtendedUtilitySizes>;
|
|
43
|
+
/** Full size scale including extra-extra small and extra-extra large steps */
|
|
44
|
+
export type FullUtilitySizes = Prettify<FullSmallSizes & UtilitySizes & FullLargeSizes>;
|
|
37
45
|
/** Key union of the full expanded size scale */
|
|
38
|
-
export type
|
|
46
|
+
export type FullUtilitySizeOptions = Prettify<keyof FullUtilitySizes>;
|
|
39
47
|
/** Size scale extended with responsive breakpoint steps */
|
|
40
|
-
export type BreakpointOptions = Omit<
|
|
48
|
+
export type BreakpointOptions = Omit<FullUtilitySizes, keyof FullSmallSizes>;
|
|
41
49
|
/** Surface Hierarchy and Layer Colors */
|
|
42
50
|
export type SurfaceColors = {
|
|
43
51
|
canvas: string;
|
|
@@ -110,8 +118,81 @@ export type NeutralPalette = {
|
|
|
110
118
|
black: string;
|
|
111
119
|
gray: ColorShades;
|
|
112
120
|
};
|
|
121
|
+
/** Font family stacks for heading, body, and monospace text */
|
|
122
|
+
export type FontFamilies = {
|
|
123
|
+
body: string;
|
|
124
|
+
heading: string;
|
|
125
|
+
mono: string;
|
|
126
|
+
};
|
|
127
|
+
/** Font Family Options */
|
|
128
|
+
export type FontFamilyOptions = Prettify<keyof FontFamilies>;
|
|
129
|
+
/** Body text size scale */
|
|
130
|
+
export type BodyFontSizes = Prettify<FullSmallSizes & UtilitySizes & ExtendedLargeSizes>;
|
|
131
|
+
/** Key union of body font size steps */
|
|
132
|
+
export type BodyFontSizeOptions = Prettify<keyof BodyFontSizes>;
|
|
133
|
+
/** Heading size scale (1.25rem → 3rem) */
|
|
134
|
+
export type HeadingFontSizes = Prettify<UtilitySizes & ExtendedLargeSizes>;
|
|
135
|
+
/** Key union of heading font size steps */
|
|
136
|
+
export type HeadingFontSizeOptions = Prettify<keyof HeadingFontSizes>;
|
|
137
|
+
/** Standard Theme Spacing Scale */
|
|
138
|
+
export type SpacingScale = Prettify<{
|
|
139
|
+
none: string;
|
|
140
|
+
} & FullUtilitySizes>;
|
|
141
|
+
/** Em-based margin ratios for typography roles */
|
|
142
|
+
export type SpacingScaleOptions = Prettify<keyof SpacingScale>;
|
|
143
|
+
/** Combined font size scales */
|
|
144
|
+
export type ThemeFontSizes = Prettify<{
|
|
145
|
+
heading: HeadingFontSizes;
|
|
146
|
+
body: BodyFontSizes;
|
|
147
|
+
}>;
|
|
148
|
+
/** Dot-notation keys for all font sizes (e.g. "heading.sm" | "body.xs") */
|
|
149
|
+
export type CompleteFontSizeOptions = {
|
|
150
|
+
[K in keyof ThemeFontSizes]: `${K & string}.${keyof ThemeFontSizes[K] & string}`;
|
|
151
|
+
}[keyof ThemeFontSizes];
|
|
152
|
+
/** Font weight scale */
|
|
153
|
+
export type FontWeights = {
|
|
154
|
+
regular: string;
|
|
155
|
+
medium: string;
|
|
156
|
+
semibold: string;
|
|
157
|
+
bold: string;
|
|
158
|
+
};
|
|
159
|
+
/** Key union of font weight options */
|
|
160
|
+
export type FontWeightOptions = Prettify<keyof FontWeights>;
|
|
161
|
+
/** Line height scale */
|
|
162
|
+
export type LineHeights = {
|
|
163
|
+
tighter: string;
|
|
164
|
+
tight: string;
|
|
165
|
+
normal: string;
|
|
166
|
+
loose: string;
|
|
167
|
+
looser: string;
|
|
168
|
+
};
|
|
169
|
+
/** Key union of line height steps */
|
|
170
|
+
export type LineHeightOptions = Prettify<keyof LineHeights>;
|
|
171
|
+
/** Letter spacing scale */
|
|
172
|
+
export type LetterSpacings = {
|
|
173
|
+
tight: string;
|
|
174
|
+
normal: string;
|
|
175
|
+
wide: string;
|
|
176
|
+
};
|
|
177
|
+
/** Key union of letter spacing steps */
|
|
178
|
+
export type LetterSpacingOptions = Prettify<keyof LetterSpacings>;
|
|
179
|
+
/** Typography Heading Role Options */
|
|
180
|
+
export type HeadingRoleOptions = 'title' | 'h1' | 'h2' | 'h3';
|
|
181
|
+
/** Typography Body Role Options */
|
|
182
|
+
export type BodyRoleOptions = 'body' | 'code';
|
|
183
|
+
/** Typography Roles */
|
|
184
|
+
export type TypographyRoleOptions = Prettify<HeadingRoleOptions | BodyRoleOptions>;
|
|
185
|
+
/** Typography Configurations */
|
|
186
|
+
export type TypographyConfiguration = Prettify<{
|
|
187
|
+
fontFamilies: FontFamilies;
|
|
188
|
+
fontSizes: ThemeFontSizes;
|
|
189
|
+
fontWeights: FontWeights;
|
|
190
|
+
lineHeights: LineHeights;
|
|
191
|
+
letterSpacings: LetterSpacings;
|
|
192
|
+
}>;
|
|
113
193
|
/** Theme Layout Configuration */
|
|
114
194
|
export type ThemeLayout = {
|
|
195
|
+
spacing: SpacingScale;
|
|
115
196
|
breakpoints: BreakpointOptions;
|
|
116
197
|
};
|
|
117
198
|
/** Base Border Configuration */
|
|
@@ -123,6 +204,7 @@ export type ThemeBorders = {
|
|
|
123
204
|
export type Theme = Prettify<ThemePalette & StatusPalette & NeutralPalette & ThemeLayout & ThemeBorders & ScrimColors & ModeColors & {
|
|
124
205
|
zIndex: ZIndexScale;
|
|
125
206
|
shadow: ShadowScale;
|
|
207
|
+
typography: TypographyConfiguration;
|
|
126
208
|
}>;
|
|
127
209
|
/** Complete theme including dark mode surface and text overrides */
|
|
128
210
|
export type ThemeConfigFull = Prettify<Theme & {
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TypographyRole } from '../../../theme/theme-typography-system';
|
|
2
|
+
import { CompleteFontSizeOptions, FontFamilyOptions, FontWeightOptions, LetterSpacingOptions, LineHeightOptions, SpacingScaleOptions, TypographyRoleOptions } from '../../../types';
|
|
3
|
+
export type ResolvedTypographyValuesProps = {
|
|
4
|
+
role: TypographyRoleOptions;
|
|
5
|
+
fontFamily?: FontFamilyOptions;
|
|
6
|
+
fontSize?: CompleteFontSizeOptions;
|
|
7
|
+
fontWeight?: FontWeightOptions;
|
|
8
|
+
lineHeight?: LineHeightOptions;
|
|
9
|
+
letterSpacing?: LetterSpacingOptions;
|
|
10
|
+
marginBottom?: SpacingScaleOptions;
|
|
11
|
+
};
|
|
12
|
+
export declare const getResolvedTypographyValues: ({ role, fontFamily, fontSize, fontWeight, lineHeight, letterSpacing, marginBottom, }: ResolvedTypographyValuesProps) => TypographyRole;
|
package/dist/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TypographyRoles } from '../../../theme/theme-typography-system';
|
|
2
|
+
export const getResolvedTypographyValues = ({ role, fontFamily, fontSize, fontWeight, lineHeight, letterSpacing, marginBottom, }) => {
|
|
3
|
+
const defaults = TypographyRoles[role];
|
|
4
|
+
return {
|
|
5
|
+
fontFamily: fontFamily ?? defaults.fontFamily,
|
|
6
|
+
fontSize: fontSize ?? defaults.fontSize,
|
|
7
|
+
fontWeight: fontWeight ?? defaults.fontWeight,
|
|
8
|
+
lineHeight: lineHeight ?? defaults.lineHeight,
|
|
9
|
+
letterSpacing: letterSpacing ?? defaults.letterSpacing,
|
|
10
|
+
marginBottom: marginBottom ?? defaults.marginBottom,
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=get-resolved-typography-values.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-resolved-typography-values.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-resolved-typography-values/get-resolved-typography-values.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,iCAAiC,CAAC;AAqBlF,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC,EAC3C,IAAI,EACJ,UAAU,EACV,QAAQ,EACR,UAAU,EACV,UAAU,EACV,aAAa,EACb,YAAY,GACmB,EAAkB,EAAE;IACnD,MAAM,QAAQ,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC;IAEvC,OAAO;QACN,UAAU,EAAE,UAAU,IAAI,QAAQ,CAAC,UAAU;QAC7C,QAAQ,EAAE,QAAQ,IAAI,QAAQ,CAAC,QAAQ;QACvC,UAAU,EAAE,UAAU,IAAI,QAAQ,CAAC,UAAU;QAC7C,UAAU,EAAE,UAAU,IAAI,QAAQ,CAAC,UAAU;QAC7C,aAAa,EAAE,aAAa,IAAI,QAAQ,CAAC,aAAa;QACtD,YAAY,EAAE,YAAY,IAAI,QAAQ,CAAC,YAAY;KACnD,CAAC;AACH,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './get-resolved-typography-values';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-resolved-typography-values/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ColoredTextOptions } from '../../../types';
|
|
2
|
+
/**
|
|
3
|
+
* Typography color CVA. Maps `ColoredTextOptions` values to Panda semantic text color tokens.
|
|
4
|
+
*
|
|
5
|
+
* Variant keys mirror the semantic text token names plus any color-shade aliases used
|
|
6
|
+
* across the system. Update this when `ColoredTextOptions` changes.
|
|
7
|
+
*
|
|
8
|
+
* @example
|
|
9
|
+
* <p className={getTextColorStyles({ color: 'secondary' })}>...</p>
|
|
10
|
+
*/
|
|
11
|
+
export declare const getTextColorStyles: (color: ColoredTextOptions) => string;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { cva } from '../../../styled-system/css';
|
|
2
|
+
const styles = cva({
|
|
3
|
+
variants: {
|
|
4
|
+
color: {
|
|
5
|
+
standard: { color: 'text.standard' },
|
|
6
|
+
'text-secondary': { color: 'text.secondary' },
|
|
7
|
+
disabled: { color: 'text.disabled' },
|
|
8
|
+
accent: { color: 'text.accent' },
|
|
9
|
+
inverted: { color: 'text.inverted' },
|
|
10
|
+
black: { color: 'black' },
|
|
11
|
+
primary: { color: 'primary.main' },
|
|
12
|
+
secondary: { color: 'secondary.main' },
|
|
13
|
+
tertiary: { color: 'tertiary.main' },
|
|
14
|
+
gray: { color: 'gray.main' },
|
|
15
|
+
success: { color: 'success.main' },
|
|
16
|
+
info: { color: 'info.main' },
|
|
17
|
+
error: { color: 'error.main' },
|
|
18
|
+
warning: { color: 'warning.main' },
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
/**
|
|
23
|
+
* Typography color CVA. Maps `ColoredTextOptions` values to Panda semantic text color tokens.
|
|
24
|
+
*
|
|
25
|
+
* Variant keys mirror the semantic text token names plus any color-shade aliases used
|
|
26
|
+
* across the system. Update this when `ColoredTextOptions` changes.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* <p className={getTextColorStyles({ color: 'secondary' })}>...</p>
|
|
30
|
+
*/
|
|
31
|
+
export const getTextColorStyles = (color) => {
|
|
32
|
+
return styles({ color });
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=get-text-color-styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-text-color-styles.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-text-color-styles/get-text-color-styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,qBAAqB,CAAC;AAG1C,MAAM,MAAM,GAAG,GAAG,CAAC;IAClB,QAAQ,EAAE;QACT,KAAK,EAAE;YACN,QAAQ,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE;YACpC,gBAAgB,EAAE,EAAE,KAAK,EAAE,gBAAgB,EAAE;YAC7C,QAAQ,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE;YACpC,MAAM,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE;YAChC,QAAQ,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE;YACpC,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE;YACzB,OAAO,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE;YAClC,SAAS,EAAE,EAAE,KAAK,EAAE,gBAAgB,EAAE;YACtC,QAAQ,EAAE,EAAE,KAAK,EAAE,eAAe,EAAE;YACpC,IAAI,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE;YAC5B,OAAO,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE;YAClC,IAAI,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE;YAC5B,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,EAAE;YAC9B,OAAO,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE;SAClC;KACD;CACD,CAAC,CAAC;AAEH;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,KAAyB,EAAE,EAAE;IAC/D,OAAO,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC;AAC1B,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './get-text-color-styles';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/utils/theme-utilities/get-text-color-styles/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC"}
|
|
@@ -5,4 +5,6 @@ export * from './get-utility-font-size';
|
|
|
5
5
|
export * from './get-utility-icon-size';
|
|
6
6
|
export * from './get-utility-size-value';
|
|
7
7
|
export * from './get-resolved-layer-values';
|
|
8
|
+
export * from './get-resolved-typography-values';
|
|
9
|
+
export * from './get-text-color-styles';
|
|
8
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/theme-utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,6BAA6B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/utils/theme-utilities/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AAEzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,yBAAyB,CAAC"}
|