@a-type/ui 6.0.17 → 6.0.18
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/dist/components/typography/typography.d.ts +4 -1
- package/dist/components/typography/typography.js +4 -1
- package/dist/components/typography/typography.js.map +1 -1
- package/dist/components/typography/typography.module.css +19 -0
- package/package.json +1 -1
- package/src/components/typography/typography.module.css +19 -0
- package/src/components/typography/typography.tsx +9 -0
|
@@ -6,10 +6,13 @@ export interface TypographyProps extends useRender.ComponentProps<'span'> {
|
|
|
6
6
|
strikethrough?: boolean;
|
|
7
7
|
bold?: boolean;
|
|
8
8
|
thin?: boolean;
|
|
9
|
+
normal?: boolean;
|
|
10
|
+
uppercase?: boolean;
|
|
9
11
|
truncate?: boolean;
|
|
10
12
|
dim?: boolean;
|
|
13
|
+
color?: 'neutral' | 'main' | 'attention' | 'success';
|
|
11
14
|
}
|
|
12
|
-
export declare function Text({ emphasis, italic, underline, strikethrough, render, className, bold, thin, truncate, dim, ...rest }: TypographyProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
15
|
+
export declare function Text({ emphasis, italic, underline, strikethrough, render, className, bold, thin, truncate, dim, color, normal, uppercase, ...rest }: TypographyProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
13
16
|
export declare const Heading: import("react").FunctionComponent<TypographyProps>;
|
|
14
17
|
export declare const HeroText: import("react").FunctionComponent<TypographyProps>;
|
|
15
18
|
export declare const P: (props: TypographyProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -16,7 +16,7 @@ import { withClassName } from '../../hooks/withClassName.js';
|
|
|
16
16
|
import { withProps } from '../../hooks/withProps.js';
|
|
17
17
|
import cls from './typography.module.css';
|
|
18
18
|
export function Text(_a) {
|
|
19
|
-
var { emphasis, italic, underline, strikethrough, render, className, bold, thin, truncate, dim } = _a, rest = __rest(_a, ["emphasis", "italic", "underline", "strikethrough", "render", "className", "bold", "thin", "truncate", "dim"]);
|
|
19
|
+
var { emphasis, italic, underline, strikethrough, render, className, bold, thin, truncate, dim, color, normal, uppercase } = _a, rest = __rest(_a, ["emphasis", "italic", "underline", "strikethrough", "render", "className", "bold", "thin", "truncate", "dim", "color", "normal", "uppercase"]);
|
|
20
20
|
return useRender({
|
|
21
21
|
render,
|
|
22
22
|
defaultTagName: 'span',
|
|
@@ -30,6 +30,9 @@ export function Text(_a) {
|
|
|
30
30
|
thin: thin ? true : undefined,
|
|
31
31
|
truncate: truncate ? true : undefined,
|
|
32
32
|
dim: dim ? true : undefined,
|
|
33
|
+
color: color ? color : undefined,
|
|
34
|
+
normal: normal ? true : undefined,
|
|
35
|
+
uppercase: uppercase ? true : undefined,
|
|
33
36
|
},
|
|
34
37
|
});
|
|
35
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.js","sourceRoot":"","sources":["../../../src/components/typography/typography.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,GAAG,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"typography.js","sourceRoot":"","sources":["../../../src/components/typography/typography.tsx"],"names":[],"mappings":"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"}
|
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
&[data-thin] {
|
|
32
32
|
font-weight: var(--m-text-weight-thin);
|
|
33
33
|
}
|
|
34
|
+
&[data-normal] {
|
|
35
|
+
font-weight: var(--m-text-weight-normal);
|
|
36
|
+
}
|
|
37
|
+
&[data-uppercase] {
|
|
38
|
+
text-transform: uppercase;
|
|
39
|
+
}
|
|
34
40
|
&[data-truncate] {
|
|
35
41
|
overflow: hidden;
|
|
36
42
|
text-overflow: ellipsis;
|
|
@@ -40,6 +46,19 @@
|
|
|
40
46
|
&[data-dim] {
|
|
41
47
|
@apply --mx-fg(var(--m-color-neutral-heavy));
|
|
42
48
|
}
|
|
49
|
+
|
|
50
|
+
&[data-color='neutral'] {
|
|
51
|
+
@apply --mx-fg(var(--m-color-neutral-ink));
|
|
52
|
+
}
|
|
53
|
+
&[data-color='main'] {
|
|
54
|
+
@apply --mx-fg(var(--m-color-main-heavy));
|
|
55
|
+
}
|
|
56
|
+
&[data-color='attention'] {
|
|
57
|
+
@apply --mx-fg(var(--m-color-palette-attention-heavy));
|
|
58
|
+
}
|
|
59
|
+
&[data-color='success'] {
|
|
60
|
+
@apply --mx-fg(var(--m-color-palette-success-heavy));
|
|
61
|
+
}
|
|
43
62
|
}
|
|
44
63
|
|
|
45
64
|
@layer components {
|
package/package.json
CHANGED
|
@@ -31,6 +31,12 @@
|
|
|
31
31
|
&[data-thin] {
|
|
32
32
|
font-weight: var(--m-text-weight-thin);
|
|
33
33
|
}
|
|
34
|
+
&[data-normal] {
|
|
35
|
+
font-weight: var(--m-text-weight-normal);
|
|
36
|
+
}
|
|
37
|
+
&[data-uppercase] {
|
|
38
|
+
text-transform: uppercase;
|
|
39
|
+
}
|
|
34
40
|
&[data-truncate] {
|
|
35
41
|
overflow: hidden;
|
|
36
42
|
text-overflow: ellipsis;
|
|
@@ -40,6 +46,19 @@
|
|
|
40
46
|
&[data-dim] {
|
|
41
47
|
@apply --mx-fg(var(--m-color-neutral-heavy));
|
|
42
48
|
}
|
|
49
|
+
|
|
50
|
+
&[data-color='neutral'] {
|
|
51
|
+
@apply --mx-fg(var(--m-color-neutral-ink));
|
|
52
|
+
}
|
|
53
|
+
&[data-color='main'] {
|
|
54
|
+
@apply --mx-fg(var(--m-color-main-heavy));
|
|
55
|
+
}
|
|
56
|
+
&[data-color='attention'] {
|
|
57
|
+
@apply --mx-fg(var(--m-color-palette-attention-heavy));
|
|
58
|
+
}
|
|
59
|
+
&[data-color='success'] {
|
|
60
|
+
@apply --mx-fg(var(--m-color-palette-success-heavy));
|
|
61
|
+
}
|
|
43
62
|
}
|
|
44
63
|
|
|
45
64
|
@layer components {
|
|
@@ -11,8 +11,11 @@ export interface TypographyProps extends useRender.ComponentProps<'span'> {
|
|
|
11
11
|
strikethrough?: boolean;
|
|
12
12
|
bold?: boolean;
|
|
13
13
|
thin?: boolean;
|
|
14
|
+
normal?: boolean;
|
|
15
|
+
uppercase?: boolean;
|
|
14
16
|
truncate?: boolean;
|
|
15
17
|
dim?: boolean;
|
|
18
|
+
color?: 'neutral' | 'main' | 'attention' | 'success';
|
|
16
19
|
}
|
|
17
20
|
|
|
18
21
|
export function Text({
|
|
@@ -26,6 +29,9 @@ export function Text({
|
|
|
26
29
|
thin,
|
|
27
30
|
truncate,
|
|
28
31
|
dim,
|
|
32
|
+
color,
|
|
33
|
+
normal,
|
|
34
|
+
uppercase,
|
|
29
35
|
...rest
|
|
30
36
|
}: TypographyProps) {
|
|
31
37
|
return useRender({
|
|
@@ -44,6 +50,9 @@ export function Text({
|
|
|
44
50
|
thin: thin ? true : undefined,
|
|
45
51
|
truncate: truncate ? true : undefined,
|
|
46
52
|
dim: dim ? true : undefined,
|
|
53
|
+
color: color ? color : undefined,
|
|
54
|
+
normal: normal ? true : undefined,
|
|
55
|
+
uppercase: uppercase ? true : undefined,
|
|
47
56
|
},
|
|
48
57
|
});
|
|
49
58
|
}
|