@arthurzakharov/ui-kit 1.2.3 → 1.2.4
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/assets/not-found-ampOPJmx.css +1 -0
- package/dist/components/certifications/certifications.component.d.ts +3 -2
- package/dist/components/certifications/certifications.component.js +16 -16
- package/dist/components/message-block/message-block.component.js +1 -1
- package/dist/components/not-found/not-found.component.d.ts +2 -1
- package/dist/components/not-found/not-found.component.js +21 -28
- package/dist/fonts/lato/black/lato-black-900.ttf +0 -0
- package/dist/fonts/lato/black/lato-black-900.woff +0 -0
- package/dist/fonts/lato/black/lato-black-900.woff2 +0 -0
- package/dist/fonts/lato/black/lato-google-black-900.ttf +0 -0
- package/dist/fonts/lato/black/lato-latin-black-900.ttf +0 -0
- package/dist/fonts/lato/black/lato-latin-black-900.woff +0 -0
- package/dist/fonts/lato/black/lato-latin-black-900.woff2 +0 -0
- package/dist/fonts/lato/bold/lato-bold-700.ttf +0 -0
- package/dist/fonts/lato/bold/lato-bold-700.woff +0 -0
- package/dist/fonts/lato/bold/lato-bold-700.woff2 +0 -0
- package/dist/fonts/lato/bold/lato-google-bold-700.ttf +0 -0
- package/dist/fonts/lato/bold/lato-latin-bold-700.ttf +0 -0
- package/dist/fonts/lato/bold/lato-latin-bold-700.woff +0 -0
- package/dist/fonts/lato/bold/lato-latin-bold-700.woff2 +0 -0
- package/dist/fonts/lato/light/lato-google-light-300.ttf +0 -0
- package/dist/fonts/lato/light/lato-latin-light-300.ttf +0 -0
- package/dist/fonts/lato/light/lato-latin-light-300.woff +0 -0
- package/dist/fonts/lato/light/lato-latin-light-300.woff2 +0 -0
- package/dist/fonts/lato/light/lato-light-300.ttf +0 -0
- package/dist/fonts/lato/light/lato-light-300.woff +0 -0
- package/dist/fonts/lato/light/lato-light-300.woff2 +0 -0
- package/dist/fonts/lato/regular/lato-google-regular-400.ttf +0 -0
- package/dist/fonts/lato/regular/lato-latin-regular-400.ttf +0 -0
- package/dist/fonts/lato/regular/lato-latin-regular-400.woff +0 -0
- package/dist/fonts/lato/regular/lato-latin-regular-400.woff2 +0 -0
- package/dist/fonts/lato/regular/lato-regular-400.ttf +0 -0
- package/dist/fonts/lato/regular/lato-regular-400.woff +0 -0
- package/dist/fonts/lato/regular/lato-regular-400.woff2 +0 -0
- package/dist/styles/fonts.css +67 -0
- package/dist/utils/types.d.ts +3 -0
- package/package.json +1 -1
- package/dist/assets/tag-create-CXB1HuBg.css +0 -1
- package/dist/components/tag/block.component.d.ts +0 -32
- package/dist/components/tag/block.component.js +0 -5
- package/dist/components/tag/css-variables-map.util.d.ts +0 -32
- package/dist/components/tag/css-variables-map.util.js +0 -35
- package/dist/components/tag/flex.component.d.ts +0 -127
- package/dist/components/tag/flex.component.js +0 -10
- package/dist/components/tag/inline-block.component.d.ts +0 -32
- package/dist/components/tag/inline-block.component.js +0 -5
- package/dist/components/tag/inline-flex.component.d.ts +0 -127
- package/dist/components/tag/inline-flex.component.js +0 -10
- package/dist/components/tag/inline.component.d.ts +0 -32
- package/dist/components/tag/inline.component.js +0 -5
- package/dist/components/tag/table.component.d.ts +0 -189
- package/dist/components/tag/table.component.js +0 -12
- package/dist/components/tag/tag-create.d.ts +0 -32
- package/dist/components/tag/tag-create.js +0 -79
- package/dist/components/tag/tag.types.d.ts +0 -61
- package/dist/components/tag/tag.types.js +0 -1
- package/dist/components/tag/use-mq.hook.d.ts +0 -6
- package/dist/components/tag/use-mq.hook.js +0 -9
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { FlexTagProps } from './tag.types';
|
|
2
|
-
export declare const Flex: {
|
|
3
|
-
Row: (props: FlexTagProps) => import('react').ReactElement<{
|
|
4
|
-
className: string;
|
|
5
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
6
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
7
|
-
mt: import('./tag.types').Space | undefined;
|
|
8
|
-
mb: import('./tag.types').Space | undefined;
|
|
9
|
-
ml: import('./tag.types').Space | undefined;
|
|
10
|
-
mr: import('./tag.types').Space | undefined;
|
|
11
|
-
p: import('./tag.types').Space | undefined;
|
|
12
|
-
px: import('./tag.types').Space | undefined;
|
|
13
|
-
py: import('./tag.types').Space | undefined;
|
|
14
|
-
pt: import('./tag.types').Space | undefined;
|
|
15
|
-
pb: import('./tag.types').Space | undefined;
|
|
16
|
-
pl: import('./tag.types').Space | undefined;
|
|
17
|
-
pr: import('./tag.types').Space | undefined;
|
|
18
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
19
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
20
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
21
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
22
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
23
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
24
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
25
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
26
|
-
g: import('./tag.types').Space | undefined;
|
|
27
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
28
|
-
style: import('react').CSSProperties | undefined;
|
|
29
|
-
dangerouslySetInnerHTML: {
|
|
30
|
-
__html: string;
|
|
31
|
-
} | null;
|
|
32
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
33
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
34
|
-
RowReverse: (props: FlexTagProps) => import('react').ReactElement<{
|
|
35
|
-
className: string;
|
|
36
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
37
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
38
|
-
mt: import('./tag.types').Space | undefined;
|
|
39
|
-
mb: import('./tag.types').Space | undefined;
|
|
40
|
-
ml: import('./tag.types').Space | undefined;
|
|
41
|
-
mr: import('./tag.types').Space | undefined;
|
|
42
|
-
p: import('./tag.types').Space | undefined;
|
|
43
|
-
px: import('./tag.types').Space | undefined;
|
|
44
|
-
py: import('./tag.types').Space | undefined;
|
|
45
|
-
pt: import('./tag.types').Space | undefined;
|
|
46
|
-
pb: import('./tag.types').Space | undefined;
|
|
47
|
-
pl: import('./tag.types').Space | undefined;
|
|
48
|
-
pr: import('./tag.types').Space | undefined;
|
|
49
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
50
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
51
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
52
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
53
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
54
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
55
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
56
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
57
|
-
g: import('./tag.types').Space | undefined;
|
|
58
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
59
|
-
style: import('react').CSSProperties | undefined;
|
|
60
|
-
dangerouslySetInnerHTML: {
|
|
61
|
-
__html: string;
|
|
62
|
-
} | null;
|
|
63
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
64
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
65
|
-
Column: (props: FlexTagProps) => import('react').ReactElement<{
|
|
66
|
-
className: string;
|
|
67
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
68
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
69
|
-
mt: import('./tag.types').Space | undefined;
|
|
70
|
-
mb: import('./tag.types').Space | undefined;
|
|
71
|
-
ml: import('./tag.types').Space | undefined;
|
|
72
|
-
mr: import('./tag.types').Space | undefined;
|
|
73
|
-
p: import('./tag.types').Space | undefined;
|
|
74
|
-
px: import('./tag.types').Space | undefined;
|
|
75
|
-
py: import('./tag.types').Space | undefined;
|
|
76
|
-
pt: import('./tag.types').Space | undefined;
|
|
77
|
-
pb: import('./tag.types').Space | undefined;
|
|
78
|
-
pl: import('./tag.types').Space | undefined;
|
|
79
|
-
pr: import('./tag.types').Space | undefined;
|
|
80
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
81
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
82
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
83
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
84
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
85
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
86
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
87
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
88
|
-
g: import('./tag.types').Space | undefined;
|
|
89
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
90
|
-
style: import('react').CSSProperties | undefined;
|
|
91
|
-
dangerouslySetInnerHTML: {
|
|
92
|
-
__html: string;
|
|
93
|
-
} | null;
|
|
94
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
95
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
96
|
-
ColumnReverse: (props: FlexTagProps) => import('react').ReactElement<{
|
|
97
|
-
className: string;
|
|
98
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
99
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
100
|
-
mt: import('./tag.types').Space | undefined;
|
|
101
|
-
mb: import('./tag.types').Space | undefined;
|
|
102
|
-
ml: import('./tag.types').Space | undefined;
|
|
103
|
-
mr: import('./tag.types').Space | undefined;
|
|
104
|
-
p: import('./tag.types').Space | undefined;
|
|
105
|
-
px: import('./tag.types').Space | undefined;
|
|
106
|
-
py: import('./tag.types').Space | undefined;
|
|
107
|
-
pt: import('./tag.types').Space | undefined;
|
|
108
|
-
pb: import('./tag.types').Space | undefined;
|
|
109
|
-
pl: import('./tag.types').Space | undefined;
|
|
110
|
-
pr: import('./tag.types').Space | undefined;
|
|
111
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
112
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
113
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
114
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
115
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
116
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
117
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
118
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
119
|
-
g: import('./tag.types').Space | undefined;
|
|
120
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
121
|
-
style: import('react').CSSProperties | undefined;
|
|
122
|
-
dangerouslySetInnerHTML: {
|
|
123
|
-
__html: string;
|
|
124
|
-
} | null;
|
|
125
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
126
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
127
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { tagCreate as o } from "./tag-create.js";
|
|
2
|
-
const x = {
|
|
3
|
-
Row: (e) => o({ ...e, d: "flex", fxd: "row" }),
|
|
4
|
-
RowReverse: (e) => o({ ...e, d: "flex", fxd: "row-reverse" }),
|
|
5
|
-
Column: (e) => o({ ...e, d: "flex", fxd: "column" }),
|
|
6
|
-
ColumnReverse: (e) => o({ ...e, d: "flex", fxd: "column-reverse" })
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
x as Flex
|
|
10
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { RegularTagProps } from './tag.types';
|
|
2
|
-
export declare const InlineBlock: (props: RegularTagProps) => import('react').ReactElement<{
|
|
3
|
-
className: string;
|
|
4
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
5
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
6
|
-
mt: import('./tag.types').Space | undefined;
|
|
7
|
-
mb: import('./tag.types').Space | undefined;
|
|
8
|
-
ml: import('./tag.types').Space | undefined;
|
|
9
|
-
mr: import('./tag.types').Space | undefined;
|
|
10
|
-
p: import('./tag.types').Space | undefined;
|
|
11
|
-
px: import('./tag.types').Space | undefined;
|
|
12
|
-
py: import('./tag.types').Space | undefined;
|
|
13
|
-
pt: import('./tag.types').Space | undefined;
|
|
14
|
-
pb: import('./tag.types').Space | undefined;
|
|
15
|
-
pl: import('./tag.types').Space | undefined;
|
|
16
|
-
pr: import('./tag.types').Space | undefined;
|
|
17
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
18
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
19
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
20
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
21
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
22
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
23
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
24
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
25
|
-
g: import('./tag.types').Space | undefined;
|
|
26
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
27
|
-
style: import('react').CSSProperties | undefined;
|
|
28
|
-
dangerouslySetInnerHTML: {
|
|
29
|
-
__html: string;
|
|
30
|
-
} | null;
|
|
31
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
32
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import { FlexTagProps } from './tag.types';
|
|
2
|
-
export declare const InlineFlex: {
|
|
3
|
-
Row: (props: FlexTagProps) => import('react').ReactElement<{
|
|
4
|
-
className: string;
|
|
5
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
6
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
7
|
-
mt: import('./tag.types').Space | undefined;
|
|
8
|
-
mb: import('./tag.types').Space | undefined;
|
|
9
|
-
ml: import('./tag.types').Space | undefined;
|
|
10
|
-
mr: import('./tag.types').Space | undefined;
|
|
11
|
-
p: import('./tag.types').Space | undefined;
|
|
12
|
-
px: import('./tag.types').Space | undefined;
|
|
13
|
-
py: import('./tag.types').Space | undefined;
|
|
14
|
-
pt: import('./tag.types').Space | undefined;
|
|
15
|
-
pb: import('./tag.types').Space | undefined;
|
|
16
|
-
pl: import('./tag.types').Space | undefined;
|
|
17
|
-
pr: import('./tag.types').Space | undefined;
|
|
18
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
19
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
20
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
21
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
22
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
23
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
24
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
25
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
26
|
-
g: import('./tag.types').Space | undefined;
|
|
27
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
28
|
-
style: import('react').CSSProperties | undefined;
|
|
29
|
-
dangerouslySetInnerHTML: {
|
|
30
|
-
__html: string;
|
|
31
|
-
} | null;
|
|
32
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
33
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
34
|
-
RowReverse: (props: FlexTagProps) => import('react').ReactElement<{
|
|
35
|
-
className: string;
|
|
36
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
37
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
38
|
-
mt: import('./tag.types').Space | undefined;
|
|
39
|
-
mb: import('./tag.types').Space | undefined;
|
|
40
|
-
ml: import('./tag.types').Space | undefined;
|
|
41
|
-
mr: import('./tag.types').Space | undefined;
|
|
42
|
-
p: import('./tag.types').Space | undefined;
|
|
43
|
-
px: import('./tag.types').Space | undefined;
|
|
44
|
-
py: import('./tag.types').Space | undefined;
|
|
45
|
-
pt: import('./tag.types').Space | undefined;
|
|
46
|
-
pb: import('./tag.types').Space | undefined;
|
|
47
|
-
pl: import('./tag.types').Space | undefined;
|
|
48
|
-
pr: import('./tag.types').Space | undefined;
|
|
49
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
50
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
51
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
52
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
53
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
54
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
55
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
56
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
57
|
-
g: import('./tag.types').Space | undefined;
|
|
58
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
59
|
-
style: import('react').CSSProperties | undefined;
|
|
60
|
-
dangerouslySetInnerHTML: {
|
|
61
|
-
__html: string;
|
|
62
|
-
} | null;
|
|
63
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
64
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
65
|
-
Column: (props: FlexTagProps) => import('react').ReactElement<{
|
|
66
|
-
className: string;
|
|
67
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
68
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
69
|
-
mt: import('./tag.types').Space | undefined;
|
|
70
|
-
mb: import('./tag.types').Space | undefined;
|
|
71
|
-
ml: import('./tag.types').Space | undefined;
|
|
72
|
-
mr: import('./tag.types').Space | undefined;
|
|
73
|
-
p: import('./tag.types').Space | undefined;
|
|
74
|
-
px: import('./tag.types').Space | undefined;
|
|
75
|
-
py: import('./tag.types').Space | undefined;
|
|
76
|
-
pt: import('./tag.types').Space | undefined;
|
|
77
|
-
pb: import('./tag.types').Space | undefined;
|
|
78
|
-
pl: import('./tag.types').Space | undefined;
|
|
79
|
-
pr: import('./tag.types').Space | undefined;
|
|
80
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
81
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
82
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
83
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
84
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
85
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
86
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
87
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
88
|
-
g: import('./tag.types').Space | undefined;
|
|
89
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
90
|
-
style: import('react').CSSProperties | undefined;
|
|
91
|
-
dangerouslySetInnerHTML: {
|
|
92
|
-
__html: string;
|
|
93
|
-
} | null;
|
|
94
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
95
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
96
|
-
ColumnReverse: (props: FlexTagProps) => import('react').ReactElement<{
|
|
97
|
-
className: string;
|
|
98
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
99
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
100
|
-
mt: import('./tag.types').Space | undefined;
|
|
101
|
-
mb: import('./tag.types').Space | undefined;
|
|
102
|
-
ml: import('./tag.types').Space | undefined;
|
|
103
|
-
mr: import('./tag.types').Space | undefined;
|
|
104
|
-
p: import('./tag.types').Space | undefined;
|
|
105
|
-
px: import('./tag.types').Space | undefined;
|
|
106
|
-
py: import('./tag.types').Space | undefined;
|
|
107
|
-
pt: import('./tag.types').Space | undefined;
|
|
108
|
-
pb: import('./tag.types').Space | undefined;
|
|
109
|
-
pl: import('./tag.types').Space | undefined;
|
|
110
|
-
pr: import('./tag.types').Space | undefined;
|
|
111
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
112
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
113
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
114
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
115
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
116
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
117
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
118
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
119
|
-
g: import('./tag.types').Space | undefined;
|
|
120
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
121
|
-
style: import('react').CSSProperties | undefined;
|
|
122
|
-
dangerouslySetInnerHTML: {
|
|
123
|
-
__html: string;
|
|
124
|
-
} | null;
|
|
125
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
126
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
127
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { tagCreate as n } from "./tag-create.js";
|
|
2
|
-
const o = {
|
|
3
|
-
Row: (e) => n({ ...e, d: "inline-flex", fxd: "row" }),
|
|
4
|
-
RowReverse: (e) => n({ ...e, d: "inline-flex", fxd: "row-reverse" }),
|
|
5
|
-
Column: (e) => n({ ...e, d: "inline-flex", fxd: "column" }),
|
|
6
|
-
ColumnReverse: (e) => n({ ...e, d: "inline-flex", fxd: "column-reverse" })
|
|
7
|
-
};
|
|
8
|
-
export {
|
|
9
|
-
o as InlineFlex
|
|
10
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { RegularTagProps } from './tag.types';
|
|
2
|
-
export declare const Inline: (props: RegularTagProps) => import('react').ReactElement<{
|
|
3
|
-
className: string;
|
|
4
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
5
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
6
|
-
mt: import('./tag.types').Space | undefined;
|
|
7
|
-
mb: import('./tag.types').Space | undefined;
|
|
8
|
-
ml: import('./tag.types').Space | undefined;
|
|
9
|
-
mr: import('./tag.types').Space | undefined;
|
|
10
|
-
p: import('./tag.types').Space | undefined;
|
|
11
|
-
px: import('./tag.types').Space | undefined;
|
|
12
|
-
py: import('./tag.types').Space | undefined;
|
|
13
|
-
pt: import('./tag.types').Space | undefined;
|
|
14
|
-
pb: import('./tag.types').Space | undefined;
|
|
15
|
-
pl: import('./tag.types').Space | undefined;
|
|
16
|
-
pr: import('./tag.types').Space | undefined;
|
|
17
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
18
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
19
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
20
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
21
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
22
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
23
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
24
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
25
|
-
g: import('./tag.types').Space | undefined;
|
|
26
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
27
|
-
style: import('react').CSSProperties | undefined;
|
|
28
|
-
dangerouslySetInnerHTML: {
|
|
29
|
-
__html: string;
|
|
30
|
-
} | null;
|
|
31
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
32
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
import { TableTagProps } from './tag.types';
|
|
2
|
-
export declare const Table: {
|
|
3
|
-
Main: (props: TableTagProps) => import('react').ReactElement<{
|
|
4
|
-
className: string;
|
|
5
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
6
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
7
|
-
mt: import('./tag.types').Space | undefined;
|
|
8
|
-
mb: import('./tag.types').Space | undefined;
|
|
9
|
-
ml: import('./tag.types').Space | undefined;
|
|
10
|
-
mr: import('./tag.types').Space | undefined;
|
|
11
|
-
p: import('./tag.types').Space | undefined;
|
|
12
|
-
px: import('./tag.types').Space | undefined;
|
|
13
|
-
py: import('./tag.types').Space | undefined;
|
|
14
|
-
pt: import('./tag.types').Space | undefined;
|
|
15
|
-
pb: import('./tag.types').Space | undefined;
|
|
16
|
-
pl: import('./tag.types').Space | undefined;
|
|
17
|
-
pr: import('./tag.types').Space | undefined;
|
|
18
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
19
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
20
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
21
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
22
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
23
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
24
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
25
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
26
|
-
g: import('./tag.types').Space | undefined;
|
|
27
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
28
|
-
style: import('react').CSSProperties | undefined;
|
|
29
|
-
dangerouslySetInnerHTML: {
|
|
30
|
-
__html: string;
|
|
31
|
-
} | null;
|
|
32
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
33
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
34
|
-
Head: (props: TableTagProps) => import('react').ReactElement<{
|
|
35
|
-
className: string;
|
|
36
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
37
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
38
|
-
mt: import('./tag.types').Space | undefined;
|
|
39
|
-
mb: import('./tag.types').Space | undefined;
|
|
40
|
-
ml: import('./tag.types').Space | undefined;
|
|
41
|
-
mr: import('./tag.types').Space | undefined;
|
|
42
|
-
p: import('./tag.types').Space | undefined;
|
|
43
|
-
px: import('./tag.types').Space | undefined;
|
|
44
|
-
py: import('./tag.types').Space | undefined;
|
|
45
|
-
pt: import('./tag.types').Space | undefined;
|
|
46
|
-
pb: import('./tag.types').Space | undefined;
|
|
47
|
-
pl: import('./tag.types').Space | undefined;
|
|
48
|
-
pr: import('./tag.types').Space | undefined;
|
|
49
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
50
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
51
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
52
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
53
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
54
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
55
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
56
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
57
|
-
g: import('./tag.types').Space | undefined;
|
|
58
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
59
|
-
style: import('react').CSSProperties | undefined;
|
|
60
|
-
dangerouslySetInnerHTML: {
|
|
61
|
-
__html: string;
|
|
62
|
-
} | null;
|
|
63
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
64
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
65
|
-
Body: (props: TableTagProps) => import('react').ReactElement<{
|
|
66
|
-
className: string;
|
|
67
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
68
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
69
|
-
mt: import('./tag.types').Space | undefined;
|
|
70
|
-
mb: import('./tag.types').Space | undefined;
|
|
71
|
-
ml: import('./tag.types').Space | undefined;
|
|
72
|
-
mr: import('./tag.types').Space | undefined;
|
|
73
|
-
p: import('./tag.types').Space | undefined;
|
|
74
|
-
px: import('./tag.types').Space | undefined;
|
|
75
|
-
py: import('./tag.types').Space | undefined;
|
|
76
|
-
pt: import('./tag.types').Space | undefined;
|
|
77
|
-
pb: import('./tag.types').Space | undefined;
|
|
78
|
-
pl: import('./tag.types').Space | undefined;
|
|
79
|
-
pr: import('./tag.types').Space | undefined;
|
|
80
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
81
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
82
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
83
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
84
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
85
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
86
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
87
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
88
|
-
g: import('./tag.types').Space | undefined;
|
|
89
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
90
|
-
style: import('react').CSSProperties | undefined;
|
|
91
|
-
dangerouslySetInnerHTML: {
|
|
92
|
-
__html: string;
|
|
93
|
-
} | null;
|
|
94
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
95
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
96
|
-
Row: (props: TableTagProps) => import('react').ReactElement<{
|
|
97
|
-
className: string;
|
|
98
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
99
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
100
|
-
mt: import('./tag.types').Space | undefined;
|
|
101
|
-
mb: import('./tag.types').Space | undefined;
|
|
102
|
-
ml: import('./tag.types').Space | undefined;
|
|
103
|
-
mr: import('./tag.types').Space | undefined;
|
|
104
|
-
p: import('./tag.types').Space | undefined;
|
|
105
|
-
px: import('./tag.types').Space | undefined;
|
|
106
|
-
py: import('./tag.types').Space | undefined;
|
|
107
|
-
pt: import('./tag.types').Space | undefined;
|
|
108
|
-
pb: import('./tag.types').Space | undefined;
|
|
109
|
-
pl: import('./tag.types').Space | undefined;
|
|
110
|
-
pr: import('./tag.types').Space | undefined;
|
|
111
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
112
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
113
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
114
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
115
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
116
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
117
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
118
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
119
|
-
g: import('./tag.types').Space | undefined;
|
|
120
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
121
|
-
style: import('react').CSSProperties | undefined;
|
|
122
|
-
dangerouslySetInnerHTML: {
|
|
123
|
-
__html: string;
|
|
124
|
-
} | null;
|
|
125
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
126
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
127
|
-
CellHead: (props: TableTagProps) => import('react').ReactElement<{
|
|
128
|
-
className: string;
|
|
129
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
130
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
131
|
-
mt: import('./tag.types').Space | undefined;
|
|
132
|
-
mb: import('./tag.types').Space | undefined;
|
|
133
|
-
ml: import('./tag.types').Space | undefined;
|
|
134
|
-
mr: import('./tag.types').Space | undefined;
|
|
135
|
-
p: import('./tag.types').Space | undefined;
|
|
136
|
-
px: import('./tag.types').Space | undefined;
|
|
137
|
-
py: import('./tag.types').Space | undefined;
|
|
138
|
-
pt: import('./tag.types').Space | undefined;
|
|
139
|
-
pb: import('./tag.types').Space | undefined;
|
|
140
|
-
pl: import('./tag.types').Space | undefined;
|
|
141
|
-
pr: import('./tag.types').Space | undefined;
|
|
142
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
143
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
144
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
145
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
146
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
147
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
148
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
149
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
150
|
-
g: import('./tag.types').Space | undefined;
|
|
151
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
152
|
-
style: import('react').CSSProperties | undefined;
|
|
153
|
-
dangerouslySetInnerHTML: {
|
|
154
|
-
__html: string;
|
|
155
|
-
} | null;
|
|
156
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
157
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
158
|
-
CellBody: (props: TableTagProps) => import('react').ReactElement<{
|
|
159
|
-
className: string;
|
|
160
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
161
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
162
|
-
mt: import('./tag.types').Space | undefined;
|
|
163
|
-
mb: import('./tag.types').Space | undefined;
|
|
164
|
-
ml: import('./tag.types').Space | undefined;
|
|
165
|
-
mr: import('./tag.types').Space | undefined;
|
|
166
|
-
p: import('./tag.types').Space | undefined;
|
|
167
|
-
px: import('./tag.types').Space | undefined;
|
|
168
|
-
py: import('./tag.types').Space | undefined;
|
|
169
|
-
pt: import('./tag.types').Space | undefined;
|
|
170
|
-
pb: import('./tag.types').Space | undefined;
|
|
171
|
-
pl: import('./tag.types').Space | undefined;
|
|
172
|
-
pr: import('./tag.types').Space | undefined;
|
|
173
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
174
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
175
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
176
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
177
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
178
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
179
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
180
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
181
|
-
g: import('./tag.types').Space | undefined;
|
|
182
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
183
|
-
style: import('react').CSSProperties | undefined;
|
|
184
|
-
dangerouslySetInnerHTML: {
|
|
185
|
-
__html: string;
|
|
186
|
-
} | null;
|
|
187
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
188
|
-
}, string | import('react').JSXElementConstructor<any>>;
|
|
189
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { tagCreate as a } from "./tag-create.js";
|
|
2
|
-
const l = {
|
|
3
|
-
Main: (t) => a({ ...t, d: "table", tag: "table" }),
|
|
4
|
-
Head: (t) => a({ ...t, d: "table-row-group", tag: "thead" }),
|
|
5
|
-
Body: (t) => a({ ...t, d: "table-row-group", tag: "tbody" }),
|
|
6
|
-
Row: (t) => a({ ...t, d: "table-row", tag: "tr" }),
|
|
7
|
-
CellHead: (t) => a({ ...t, d: "table-cell", tag: "th" }),
|
|
8
|
-
CellBody: (t) => a({ ...t, d: "table-cell", tag: "td" })
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
l as Table
|
|
12
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { Space, CreateProps } from './tag.types';
|
|
2
|
-
export declare const tagCreate: (props: CreateProps) => import('react').ReactElement<{
|
|
3
|
-
className: string;
|
|
4
|
-
d: ("flex" | "table" | "block" | "inline" | "table-cell" | "table-row" | "table-row-group" | "inline-block" | "inline-flex") | undefined;
|
|
5
|
-
pos: ("fixed" | "relative" | "absolute" | "static" | "sticky") | undefined;
|
|
6
|
-
mt: Space | undefined;
|
|
7
|
-
mb: Space | undefined;
|
|
8
|
-
ml: Space | undefined;
|
|
9
|
-
mr: Space | undefined;
|
|
10
|
-
p: Space | undefined;
|
|
11
|
-
px: Space | undefined;
|
|
12
|
-
py: Space | undefined;
|
|
13
|
-
pt: Space | undefined;
|
|
14
|
-
pb: Space | undefined;
|
|
15
|
-
pl: Space | undefined;
|
|
16
|
-
pr: Space | undefined;
|
|
17
|
-
fw: ("bold" | "light" | "regular" | "medium") | undefined;
|
|
18
|
-
fz: ("small" | "regular" | "large" | "extra-small" | "hl1" | "hl2" | "hl3" | "hl4" | "hl5") | undefined;
|
|
19
|
-
c: ("primary" | "secondary" | "accent-primary" | "accent-secondary") | undefined;
|
|
20
|
-
ta: ("center" | "left" | "right") | undefined;
|
|
21
|
-
td: ("line-through" | "overline" | "underline") | undefined;
|
|
22
|
-
fxd: ("row" | "column" | "column-reverse" | "row-reverse") | undefined;
|
|
23
|
-
ai: ("center" | "end" | "start" | "stretch") | undefined;
|
|
24
|
-
jc: ("center" | "end" | "start" | "space-between") | undefined;
|
|
25
|
-
g: Space | undefined;
|
|
26
|
-
va: ("bottom" | "top" | "middle") | undefined;
|
|
27
|
-
style: import('react').CSSProperties | undefined;
|
|
28
|
-
dangerouslySetInnerHTML: {
|
|
29
|
-
__html: string;
|
|
30
|
-
} | null;
|
|
31
|
-
children: number | boolean | import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>> | Iterable<import('react').ReactNode> | null | undefined;
|
|
32
|
-
}, string | import('react').JSXElementConstructor<any>>;
|