@ovotech/element-native 3.3.2-canary-71b07de-141 → 3.3.2
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/Accordion/Accordion.js +5 -5
- package/dist/components/Accordion/styles.d.ts +3 -4
- package/dist/components/Accordion/styles.js +2 -2
- package/dist/components/ActionList/styled.d.ts +5 -5
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Card/Card.d.ts +1 -1
- package/dist/components/DataTable/styles.d.ts +11 -11
- package/dist/components/DateField/DateField.js +2 -2
- package/dist/components/DescriptionList/styled.d.ts +1 -1
- package/dist/components/ErrorText/ErrorText.d.ts +1 -1
- package/dist/components/Grid/Col.d.ts +1 -1
- package/dist/components/Grid/Row.d.ts +1 -1
- package/dist/components/Heading/Heading.d.ts +6 -0
- package/dist/components/{Heading1/Heading1.js → Heading/Heading.js} +35 -2
- package/dist/components/Heading/index.d.ts +1 -0
- package/dist/components/Heading/index.js +8 -0
- package/dist/components/HintText/HintText.d.ts +1 -1
- package/dist/components/{CurrencyInput → Input}/CurrencyInput.d.ts +1 -1
- package/dist/components/{CurrencyInput → Input}/CurrencyInput.js +1 -1
- package/dist/components/{EmailInput → Input}/EmailInput.js +1 -1
- package/dist/components/{NumberInput → Input}/NumberInput.js +1 -1
- package/dist/components/{PasswordInput → Input}/PasswordInput.js +1 -1
- package/dist/components/{PasswordInput → Input}/PasswordInput.styled.d.ts +1 -1
- package/dist/components/{PhoneInput → Input}/PhoneInput.d.ts +2 -1
- package/dist/components/{PhoneInput → Input}/PhoneInput.js +3 -2
- package/dist/components/{TextInput → Input}/TextInput.js +1 -1
- package/dist/components/{TextareaInput → Input}/TextareaInput.d.ts +1 -1
- package/dist/components/{TextareaInput → Input}/TextareaInput.js +1 -1
- package/dist/components/Input/index.d.ts +7 -0
- package/dist/components/Input/index.js +17 -0
- package/dist/components/LabelText/LabelText.d.ts +1 -1
- package/dist/components/List/List.d.ts +241 -7
- package/dist/components/List/List.js +92 -45
- package/dist/components/Margin/Margin.d.ts +1 -1
- package/dist/components/NavHeader/NavHeader.d.ts +14 -7
- package/dist/components/NavHeader/NavHeader.js +48 -39
- package/dist/components/NavHeader/index.d.ts +1 -1
- package/dist/components/Notification/Notification.d.ts +2 -2
- package/dist/components/SelectField/Select.d.ts +1 -1
- package/dist/components/SelectField/Select.js +4 -5
- package/dist/components/{Em/Em.d.ts → SkeletonLoading/Skeleton.d.ts} +2 -2
- package/dist/components/{LineThrough/LineThrough.js → SkeletonLoading/Skeleton.js} +2 -2
- package/dist/components/{SkeletonCTA → SkeletonLoading}/SkeletonCTA.js +5 -4
- package/dist/components/{SkeletonCircle → SkeletonLoading}/SkeletonCircle.js +4 -3
- package/dist/components/{SkeletonHeading → SkeletonLoading}/SkeletonHeading.js +5 -4
- package/dist/components/{SkeletonText → SkeletonLoading}/SkeletonText.js +5 -4
- package/dist/components/SkeletonLoading/index.d.ts +5 -0
- package/dist/components/SkeletonLoading/index.js +21 -0
- package/dist/components/SubLabelText/SubLabelText.d.ts +1 -1
- package/dist/components/{List/styled.d.ts → Text/Text.d.ts} +446 -662
- package/dist/components/Text/Text.js +93 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/Text/index.js +10 -0
- package/dist/components/{CurrencyField → TextField}/CurrencyField.js +1 -1
- package/dist/components/{EmailField → TextField}/EmailField.js +1 -1
- package/dist/components/{NumberField → TextField}/NumberField.js +1 -1
- package/dist/components/{PasswordField → TextField}/PasswordField.js +1 -1
- package/dist/components/{PhoneField → TextField}/PhoneField.js +1 -1
- package/dist/components/TextField/TelField.d.ts +14 -0
- package/dist/components/TextField/TelField.js +38 -0
- package/dist/components/TextField/TextField.js +1 -1
- package/dist/components/{TextareaField → TextField}/TextareaField.js +1 -1
- package/dist/components/TextField/index.d.ts +7 -0
- package/dist/components/TextField/index.js +15 -1
- package/dist/components/index.d.ts +4 -28
- package/dist/components/index.js +4 -28
- package/dist/esm/components/Accordion/Accordion.js +3 -3
- package/dist/esm/components/Accordion/styles.js +2 -2
- package/dist/esm/components/DateField/DateField.js +1 -1
- package/dist/esm/components/Heading/Heading.js +74 -0
- package/dist/esm/components/Heading/index.js +1 -0
- package/dist/esm/components/{CurrencyInput → Input}/CurrencyInput.js +1 -1
- package/dist/esm/components/{EmailInput → Input}/EmailInput.js +1 -1
- package/dist/esm/components/{NumberInput → Input}/NumberInput.js +1 -1
- package/dist/esm/components/{PasswordInput → Input}/PasswordInput.js +1 -1
- package/dist/esm/components/{PhoneInput → Input}/PhoneInput.js +3 -2
- package/dist/esm/components/{TextInput → Input}/TextInput.js +1 -1
- package/dist/esm/components/{TextareaInput → Input}/TextareaInput.js +1 -1
- package/dist/esm/components/Input/index.js +7 -0
- package/dist/esm/components/List/List.js +65 -41
- package/dist/esm/components/NavHeader/NavHeader.js +50 -41
- package/dist/esm/components/SelectField/Select.js +1 -2
- package/dist/esm/components/{LineThrough/LineThrough.js → SkeletonLoading/Skeleton.js} +1 -1
- package/dist/esm/components/{SkeletonCTA → SkeletonLoading}/SkeletonCTA.js +4 -3
- package/dist/esm/components/{SkeletonCircle → SkeletonLoading}/SkeletonCircle.js +4 -3
- package/dist/esm/components/{SkeletonHeading → SkeletonLoading}/SkeletonHeading.js +4 -3
- package/dist/esm/components/{SkeletonText → SkeletonLoading}/SkeletonText.js +4 -3
- package/dist/esm/components/SkeletonLoading/index.js +5 -0
- package/dist/esm/components/Text/Text.js +66 -0
- package/dist/esm/components/Text/index.js +1 -0
- package/dist/esm/components/{CurrencyField → TextField}/CurrencyField.js +1 -1
- package/dist/esm/components/{EmailField → TextField}/EmailField.js +1 -1
- package/dist/esm/components/{NumberField → TextField}/NumberField.js +1 -1
- package/dist/esm/components/{PasswordField → TextField}/PasswordField.js +1 -1
- package/dist/esm/components/{PhoneField → TextField}/PhoneField.js +1 -1
- package/dist/esm/components/TextField/TelField.js +35 -0
- package/dist/esm/components/TextField/TextField.js +1 -1
- package/dist/esm/components/{TextareaField → TextField}/TextareaField.js +1 -1
- package/dist/esm/components/TextField/index.js +7 -0
- package/dist/esm/components/index.js +4 -28
- package/dist/styled.native.d.ts +6 -6
- package/package.json +3 -5
- package/dist/components/ActionCard/ActionCard.d.ts +0 -19
- package/dist/components/ActionCard/ActionCard.js +0 -115
- package/dist/components/ActionCard/CloseIconShape.d.ts +0 -3
- package/dist/components/ActionCard/CloseIconShape.js +0 -52
- package/dist/components/ActionCard/IndicatorIconShape.d.ts +0 -3
- package/dist/components/ActionCard/IndicatorIconShape.js +0 -52
- package/dist/components/ActionCard/index.d.ts +0 -1
- package/dist/components/ActionCard/index.js +0 -5
- package/dist/components/CurrencyField/index.d.ts +0 -1
- package/dist/components/CurrencyField/index.js +0 -5
- package/dist/components/CurrencyInput/index.d.ts +0 -1
- package/dist/components/CurrencyInput/index.js +0 -5
- package/dist/components/Em/Em.js +0 -13
- package/dist/components/Em/index.d.ts +0 -1
- package/dist/components/Em/index.js +0 -5
- package/dist/components/EmailField/index.d.ts +0 -1
- package/dist/components/EmailField/index.js +0 -5
- package/dist/components/EmailInput/index.d.ts +0 -1
- package/dist/components/EmailInput/index.js +0 -5
- package/dist/components/Heading1/Heading1.d.ts +0 -3
- package/dist/components/Heading1/index.d.ts +0 -1
- package/dist/components/Heading1/index.js +0 -5
- package/dist/components/Heading2/Heading2.d.ts +0 -3
- package/dist/components/Heading2/Heading2.js +0 -71
- package/dist/components/Heading2/index.d.ts +0 -1
- package/dist/components/Heading2/index.js +0 -5
- package/dist/components/Heading3/Heading3.d.ts +0 -3
- package/dist/components/Heading3/Heading3.js +0 -71
- package/dist/components/Heading3/index.d.ts +0 -1
- package/dist/components/Heading3/index.js +0 -5
- package/dist/components/Heading4/Heading4.d.ts +0 -3
- package/dist/components/Heading4/Heading4.js +0 -71
- package/dist/components/Heading4/index.d.ts +0 -1
- package/dist/components/Heading4/index.js +0 -5
- package/dist/components/LineThrough/LineThrough.d.ts +0 -228
- package/dist/components/LineThrough/index.d.ts +0 -1
- package/dist/components/LineThrough/index.js +0 -5
- package/dist/components/List/styled.js +0 -70
- package/dist/components/NavHeader/IconButton.d.ts +0 -13
- package/dist/components/NavHeader/IconButton.js +0 -31
- package/dist/components/NavHeader/NavHeader.styles.d.ts +0 -1833
- package/dist/components/NavHeader/NavHeader.styles.js +0 -72
- package/dist/components/NumberField/index.d.ts +0 -1
- package/dist/components/NumberField/index.js +0 -5
- package/dist/components/NumberInput/index.d.ts +0 -1
- package/dist/components/NumberInput/index.js +0 -5
- package/dist/components/P/P.d.ts +0 -239
- package/dist/components/P/P.js +0 -38
- package/dist/components/P/index.d.ts +0 -1
- package/dist/components/P/index.js +0 -5
- package/dist/components/PasswordField/index.d.ts +0 -1
- package/dist/components/PasswordField/index.js +0 -5
- package/dist/components/PasswordInput/index.d.ts +0 -1
- package/dist/components/PasswordInput/index.js +0 -5
- package/dist/components/PhoneField/index.d.ts +0 -1
- package/dist/components/PhoneField/index.js +0 -5
- package/dist/components/PhoneInput/index.d.ts +0 -1
- package/dist/components/PhoneInput/index.js +0 -5
- package/dist/components/SkeletonAnimation/index.d.ts +0 -1
- package/dist/components/SkeletonAnimation/index.js +0 -5
- package/dist/components/SkeletonCTA/index.d.ts +0 -1
- package/dist/components/SkeletonCTA/index.js +0 -5
- package/dist/components/SkeletonCircle/index.d.ts +0 -1
- package/dist/components/SkeletonCircle/index.js +0 -5
- package/dist/components/SkeletonHeading/index.d.ts +0 -1
- package/dist/components/SkeletonHeading/index.js +0 -5
- package/dist/components/SkeletonText/index.d.ts +0 -1
- package/dist/components/SkeletonText/index.js +0 -5
- package/dist/components/Small/Small.d.ts +0 -239
- package/dist/components/Small/Small.js +0 -38
- package/dist/components/Small/index.d.ts +0 -1
- package/dist/components/Small/index.js +0 -5
- package/dist/components/Strong/Strong.d.ts +0 -228
- package/dist/components/Strong/Strong.js +0 -11
- package/dist/components/Strong/index.d.ts +0 -1
- package/dist/components/Strong/index.js +0 -5
- package/dist/components/TextGroup/TextGroup.d.ts +0 -3
- package/dist/components/TextGroup/TextGroup.js +0 -47
- package/dist/components/TextGroup/index.d.ts +0 -1
- package/dist/components/TextGroup/index.js +0 -5
- package/dist/components/TextInput/index.d.ts +0 -1
- package/dist/components/TextInput/index.js +0 -5
- package/dist/components/TextareaField/index.d.ts +0 -1
- package/dist/components/TextareaField/index.js +0 -5
- package/dist/components/TextareaInput/index.d.ts +0 -1
- package/dist/components/TextareaInput/index.js +0 -5
- package/dist/esm/components/ActionCard/ActionCard.js +0 -85
- package/dist/esm/components/ActionCard/CloseIconShape.js +0 -22
- package/dist/esm/components/ActionCard/IndicatorIconShape.js +0 -22
- package/dist/esm/components/ActionCard/index.js +0 -1
- package/dist/esm/components/CurrencyField/index.js +0 -1
- package/dist/esm/components/CurrencyInput/index.js +0 -1
- package/dist/esm/components/Em/Em.js +0 -7
- package/dist/esm/components/Em/index.js +0 -1
- package/dist/esm/components/EmailField/index.js +0 -1
- package/dist/esm/components/EmailInput/index.js +0 -1
- package/dist/esm/components/Heading1/Heading1.js +0 -44
- package/dist/esm/components/Heading1/index.js +0 -1
- package/dist/esm/components/Heading2/Heading2.js +0 -44
- package/dist/esm/components/Heading2/index.js +0 -1
- package/dist/esm/components/Heading3/Heading3.js +0 -44
- package/dist/esm/components/Heading3/index.js +0 -1
- package/dist/esm/components/Heading4/Heading4.js +0 -44
- package/dist/esm/components/Heading4/index.js +0 -1
- package/dist/esm/components/LineThrough/index.js +0 -1
- package/dist/esm/components/List/styled.js +0 -44
- package/dist/esm/components/NavHeader/IconButton.js +0 -27
- package/dist/esm/components/NavHeader/NavHeader.styles.js +0 -43
- package/dist/esm/components/NumberField/index.js +0 -1
- package/dist/esm/components/NumberInput/index.js +0 -1
- package/dist/esm/components/P/P.js +0 -12
- package/dist/esm/components/P/index.js +0 -1
- package/dist/esm/components/PasswordField/index.js +0 -1
- package/dist/esm/components/PasswordInput/index.js +0 -1
- package/dist/esm/components/PhoneField/index.js +0 -1
- package/dist/esm/components/PhoneInput/index.js +0 -1
- package/dist/esm/components/SkeletonAnimation/index.js +0 -1
- package/dist/esm/components/SkeletonCTA/index.js +0 -1
- package/dist/esm/components/SkeletonCircle/index.js +0 -1
- package/dist/esm/components/SkeletonHeading/index.js +0 -1
- package/dist/esm/components/SkeletonText/index.js +0 -1
- package/dist/esm/components/Small/Small.js +0 -12
- package/dist/esm/components/Small/index.js +0 -1
- package/dist/esm/components/Strong/Strong.js +0 -5
- package/dist/esm/components/Strong/index.js +0 -1
- package/dist/esm/components/TextGroup/TextGroup.js +0 -43
- package/dist/esm/components/TextGroup/index.js +0 -1
- package/dist/esm/components/TextInput/index.js +0 -1
- package/dist/esm/components/TextareaField/index.js +0 -1
- package/dist/esm/components/TextareaInput/index.js +0 -1
- /package/dist/{hooks/use-layout.d.ts → components/Accordion/hooks.d.ts} +0 -0
- /package/dist/{hooks/use-layout.js → components/Accordion/hooks.js} +0 -0
- /package/dist/components/{EmailInput → Input}/EmailInput.d.ts +0 -0
- /package/dist/components/{NumberInput → Input}/NumberInput.d.ts +0 -0
- /package/dist/components/{PasswordInput → Input}/PasswordInput.d.ts +0 -0
- /package/dist/components/{PasswordInput → Input}/PasswordInput.styled.js +0 -0
- /package/dist/components/{PasswordInput → Input}/PasswordVisibilityToggle.d.ts +0 -0
- /package/dist/components/{PasswordInput → Input}/PasswordVisibilityToggle.js +0 -0
- /package/dist/components/{TextInput → Input}/TextInput.d.ts +0 -0
- /package/dist/components/{SkeletonAnimation → SkeletonLoading}/SkeletonAnimation.d.ts +0 -0
- /package/dist/components/{SkeletonAnimation → SkeletonLoading}/SkeletonAnimation.js +0 -0
- /package/dist/components/{SkeletonCTA → SkeletonLoading}/SkeletonCTA.d.ts +0 -0
- /package/dist/components/{SkeletonCircle → SkeletonLoading}/SkeletonCircle.d.ts +0 -0
- /package/dist/components/{SkeletonHeading → SkeletonLoading}/SkeletonHeading.d.ts +0 -0
- /package/dist/components/{SkeletonText → SkeletonLoading}/SkeletonText.d.ts +0 -0
- /package/dist/components/{CurrencyField → TextField}/CurrencyField.d.ts +0 -0
- /package/dist/components/{EmailField → TextField}/EmailField.d.ts +0 -0
- /package/dist/components/{NumberField → TextField}/NumberField.d.ts +0 -0
- /package/dist/components/{PasswordField → TextField}/PasswordField.d.ts +0 -0
- /package/dist/components/{PhoneField → TextField}/PhoneField.d.ts +0 -0
- /package/dist/components/{TextareaField → TextField}/TextareaField.d.ts +0 -0
- /package/dist/esm/{hooks/use-layout.js → components/Accordion/hooks.js} +0 -0
- /package/dist/esm/components/{PasswordInput → Input}/PasswordInput.styled.js +0 -0
- /package/dist/esm/components/{PasswordInput → Input}/PasswordVisibilityToggle.js +0 -0
- /package/dist/esm/components/{SkeletonAnimation → SkeletonLoading}/SkeletonAnimation.js +0 -0
|
@@ -1,701 +1,486 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ViewProps } from 'react-native';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
};
|
|
54
|
-
warning: {
|
|
55
|
-
border: string;
|
|
56
|
-
surface: string;
|
|
57
|
-
surfaceEmphasis: string;
|
|
58
|
-
message: string;
|
|
59
|
-
messageOnEmphasis: string;
|
|
60
|
-
};
|
|
61
|
-
error: {
|
|
62
|
-
border: string;
|
|
63
|
-
surface: string;
|
|
64
|
-
surfaceEmphasis: string;
|
|
65
|
-
message: string;
|
|
66
|
-
messageOnEmphasis: string;
|
|
67
|
-
};
|
|
68
|
-
info: {
|
|
69
|
-
border: string;
|
|
70
|
-
surface: string;
|
|
71
|
-
surfaceEmphasis: string;
|
|
72
|
-
message: string;
|
|
73
|
-
messageOnEmphasis: string;
|
|
74
|
-
};
|
|
75
|
-
data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
76
|
-
};
|
|
77
|
-
component: {
|
|
78
|
-
heading1: {
|
|
79
|
-
fontFamily: string;
|
|
80
|
-
fontWeight: string | number;
|
|
81
|
-
fontSize: {
|
|
82
|
-
small: string | number;
|
|
83
|
-
large: string | number;
|
|
84
|
-
};
|
|
85
|
-
lineHeight: {
|
|
86
|
-
small: string | number;
|
|
87
|
-
large: string | number;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
heading2: {
|
|
91
|
-
fontFamily: string;
|
|
92
|
-
fontWeight: string | number;
|
|
93
|
-
fontSize: {
|
|
94
|
-
small: string | number;
|
|
95
|
-
large: string | number;
|
|
96
|
-
};
|
|
97
|
-
lineHeight: {
|
|
98
|
-
small: string | number;
|
|
99
|
-
large: string | number;
|
|
100
|
-
};
|
|
101
|
-
};
|
|
102
|
-
heading3: {
|
|
103
|
-
fontFamily: string;
|
|
104
|
-
fontWeight: string | number;
|
|
105
|
-
fontSize: {
|
|
106
|
-
small: string | number;
|
|
107
|
-
large: string | number;
|
|
108
|
-
};
|
|
109
|
-
lineHeight: {
|
|
110
|
-
small: string | number;
|
|
111
|
-
large: string | number;
|
|
112
|
-
};
|
|
113
|
-
};
|
|
114
|
-
heading4: {
|
|
115
|
-
fontFamily: string;
|
|
116
|
-
fontWeight: string | number;
|
|
117
|
-
fontSize: {
|
|
118
|
-
small: string | number;
|
|
119
|
-
large: string | number;
|
|
120
|
-
};
|
|
121
|
-
lineHeight: {
|
|
122
|
-
small: string | number;
|
|
123
|
-
large: string | number;
|
|
124
|
-
};
|
|
125
|
-
};
|
|
126
|
-
lead: {
|
|
127
|
-
fontFamily: string;
|
|
128
|
-
fontWeight: string | number;
|
|
129
|
-
fontSize: {
|
|
130
|
-
small: string | number;
|
|
131
|
-
large: string | number;
|
|
132
|
-
};
|
|
133
|
-
lineHeight: {
|
|
134
|
-
small: string | number;
|
|
135
|
-
large: string | number;
|
|
136
|
-
};
|
|
137
|
-
};
|
|
138
|
-
body: {
|
|
139
|
-
fontFamily: string;
|
|
140
|
-
fontWeight: string | number;
|
|
141
|
-
fontSize: {
|
|
142
|
-
small: string | number;
|
|
143
|
-
large: string | number;
|
|
144
|
-
};
|
|
145
|
-
lineHeight: {
|
|
146
|
-
small: string | number;
|
|
147
|
-
large: string | number;
|
|
148
|
-
};
|
|
149
|
-
};
|
|
150
|
-
small: {
|
|
151
|
-
fontFamily: string;
|
|
152
|
-
fontWeight: string | number;
|
|
153
|
-
fontSize: {
|
|
154
|
-
small: string | number;
|
|
155
|
-
large: string | number;
|
|
156
|
-
};
|
|
157
|
-
lineHeight: {
|
|
158
|
-
small: string | number;
|
|
159
|
-
large: string | number;
|
|
160
|
-
};
|
|
161
|
-
};
|
|
162
|
-
label: {
|
|
163
|
-
fontFamily: string;
|
|
164
|
-
fontWeight: string | number;
|
|
165
|
-
fontSize: {
|
|
166
|
-
small: string | number;
|
|
167
|
-
large: string | number;
|
|
168
|
-
};
|
|
169
|
-
lineHeight: {
|
|
170
|
-
small: string | number;
|
|
171
|
-
large: string | number;
|
|
172
|
-
};
|
|
173
|
-
};
|
|
174
|
-
cta: {
|
|
175
|
-
primary: {
|
|
176
|
-
message: string;
|
|
1
|
+
import { PropsWithChildren } from 'react';
|
|
2
|
+
import { Text, ViewProps } from 'react-native';
|
|
3
|
+
export declare const P: import("react").ForwardRefExoticComponent<Pick<Omit<{
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
[x: number]: any;
|
|
6
|
+
[x: symbol]: any;
|
|
7
|
+
} & {
|
|
8
|
+
theme?: {
|
|
9
|
+
core: {
|
|
10
|
+
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
11
|
+
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
12
|
+
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
13
|
+
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
14
|
+
space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
15
|
+
transition: Record<"medium" | "slow" | "fast", string>;
|
|
16
|
+
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
17
|
+
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
18
|
+
lightest: string;
|
|
19
|
+
lighter: string;
|
|
20
|
+
light: string;
|
|
21
|
+
base: string;
|
|
22
|
+
dark: string;
|
|
23
|
+
darker: string;
|
|
24
|
+
darkest: string;
|
|
25
|
+
}> & {
|
|
26
|
+
brand: Record<string, string>;
|
|
27
|
+
};
|
|
28
|
+
fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
|
|
29
|
+
native: string;
|
|
30
|
+
web: string;
|
|
31
|
+
}>;
|
|
32
|
+
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
33
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
34
|
+
small: string | number;
|
|
35
|
+
large: string | number;
|
|
36
|
+
}>;
|
|
37
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
38
|
+
small: string | number;
|
|
39
|
+
large: string | number;
|
|
40
|
+
}>;
|
|
41
|
+
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
42
|
+
};
|
|
43
|
+
semantic: {
|
|
44
|
+
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
45
|
+
message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
|
|
46
|
+
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
47
|
+
focus: Record<"surface" | "outline" | "hover", string>;
|
|
48
|
+
inverted: Record<"surface" | "border", string> & {
|
|
49
|
+
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
50
|
+
};
|
|
51
|
+
success: {
|
|
52
|
+
border: string;
|
|
177
53
|
surface: string;
|
|
178
|
-
|
|
179
|
-
surfaceHover: string;
|
|
180
|
-
messageFocused: string;
|
|
181
|
-
surfaceFocused: string;
|
|
182
|
-
outlineFocused: string;
|
|
183
|
-
backgroundFocused: string;
|
|
184
|
-
};
|
|
185
|
-
secondary: {
|
|
54
|
+
surfaceEmphasis: string;
|
|
186
55
|
message: string;
|
|
187
|
-
|
|
188
|
-
messageHover: string;
|
|
189
|
-
surfaceHover: string;
|
|
190
|
-
messageFocused: string;
|
|
191
|
-
surfaceFocused: string;
|
|
192
|
-
outlineFocused: string;
|
|
193
|
-
backgroundFocused: string;
|
|
56
|
+
messageOnEmphasis: string;
|
|
194
57
|
};
|
|
195
|
-
|
|
196
|
-
|
|
58
|
+
warning: {
|
|
59
|
+
border: string;
|
|
197
60
|
surface: string;
|
|
198
|
-
|
|
199
|
-
surfaceHover: string;
|
|
200
|
-
messageFocused: string;
|
|
201
|
-
surfaceFocused: string;
|
|
202
|
-
outlineFocused: string;
|
|
203
|
-
backgroundFocused: string;
|
|
204
|
-
};
|
|
205
|
-
};
|
|
206
|
-
badge: {
|
|
207
|
-
variants: {
|
|
208
|
-
red: {
|
|
209
|
-
foreground: string;
|
|
210
|
-
background: string;
|
|
211
|
-
};
|
|
212
|
-
orange: {
|
|
213
|
-
foreground: string;
|
|
214
|
-
background: string;
|
|
215
|
-
};
|
|
216
|
-
yellow: {
|
|
217
|
-
foreground: string;
|
|
218
|
-
background: string;
|
|
219
|
-
};
|
|
220
|
-
green: {
|
|
221
|
-
foreground: string;
|
|
222
|
-
background: string;
|
|
223
|
-
};
|
|
224
|
-
blue: {
|
|
225
|
-
foreground: string;
|
|
226
|
-
background: string;
|
|
227
|
-
};
|
|
228
|
-
};
|
|
229
|
-
};
|
|
230
|
-
};
|
|
231
|
-
}, ViewProps & {
|
|
232
|
-
visible?: boolean | undefined;
|
|
233
|
-
} & Breakpoints, never>;
|
|
234
|
-
export declare const StyledBullet: import("styled-components").StyledComponent<typeof import("react-native").Text, {
|
|
235
|
-
core: {
|
|
236
|
-
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
237
|
-
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
238
|
-
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
239
|
-
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
240
|
-
space: Record<0 | 2 | 1 | 3 | 4 | 5 | 10 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
241
|
-
transition: Record<"medium" | "slow" | "fast", string>;
|
|
242
|
-
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
243
|
-
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
244
|
-
lightest: string;
|
|
245
|
-
lighter: string;
|
|
246
|
-
light: string;
|
|
247
|
-
base: string;
|
|
248
|
-
dark: string;
|
|
249
|
-
darker: string;
|
|
250
|
-
darkest: string;
|
|
251
|
-
}> & {
|
|
252
|
-
brand: Record<string, string>;
|
|
253
|
-
};
|
|
254
|
-
fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
|
|
255
|
-
native: string;
|
|
256
|
-
web: string;
|
|
257
|
-
}>;
|
|
258
|
-
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
259
|
-
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
260
|
-
small: string | number;
|
|
261
|
-
large: string | number;
|
|
262
|
-
}>;
|
|
263
|
-
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
264
|
-
small: string | number;
|
|
265
|
-
large: string | number;
|
|
266
|
-
}>;
|
|
267
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
268
|
-
};
|
|
269
|
-
semantic: {
|
|
270
|
-
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
271
|
-
message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
|
|
272
|
-
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
273
|
-
focus: Record<"surface" | "outline" | "hover", string>;
|
|
274
|
-
inverted: Record<"surface" | "border", string> & {
|
|
275
|
-
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
276
|
-
};
|
|
277
|
-
success: {
|
|
278
|
-
border: string;
|
|
279
|
-
surface: string;
|
|
280
|
-
surfaceEmphasis: string;
|
|
281
|
-
message: string;
|
|
282
|
-
messageOnEmphasis: string;
|
|
283
|
-
};
|
|
284
|
-
warning: {
|
|
285
|
-
border: string;
|
|
286
|
-
surface: string;
|
|
287
|
-
surfaceEmphasis: string;
|
|
288
|
-
message: string;
|
|
289
|
-
messageOnEmphasis: string;
|
|
290
|
-
};
|
|
291
|
-
error: {
|
|
292
|
-
border: string;
|
|
293
|
-
surface: string;
|
|
294
|
-
surfaceEmphasis: string;
|
|
295
|
-
message: string;
|
|
296
|
-
messageOnEmphasis: string;
|
|
297
|
-
};
|
|
298
|
-
info: {
|
|
299
|
-
border: string;
|
|
300
|
-
surface: string;
|
|
301
|
-
surfaceEmphasis: string;
|
|
302
|
-
message: string;
|
|
303
|
-
messageOnEmphasis: string;
|
|
304
|
-
};
|
|
305
|
-
data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
306
|
-
};
|
|
307
|
-
component: {
|
|
308
|
-
heading1: {
|
|
309
|
-
fontFamily: string;
|
|
310
|
-
fontWeight: string | number;
|
|
311
|
-
fontSize: {
|
|
312
|
-
small: string | number;
|
|
313
|
-
large: string | number;
|
|
314
|
-
};
|
|
315
|
-
lineHeight: {
|
|
316
|
-
small: string | number;
|
|
317
|
-
large: string | number;
|
|
318
|
-
};
|
|
319
|
-
};
|
|
320
|
-
heading2: {
|
|
321
|
-
fontFamily: string;
|
|
322
|
-
fontWeight: string | number;
|
|
323
|
-
fontSize: {
|
|
324
|
-
small: string | number;
|
|
325
|
-
large: string | number;
|
|
326
|
-
};
|
|
327
|
-
lineHeight: {
|
|
328
|
-
small: string | number;
|
|
329
|
-
large: string | number;
|
|
330
|
-
};
|
|
331
|
-
};
|
|
332
|
-
heading3: {
|
|
333
|
-
fontFamily: string;
|
|
334
|
-
fontWeight: string | number;
|
|
335
|
-
fontSize: {
|
|
336
|
-
small: string | number;
|
|
337
|
-
large: string | number;
|
|
338
|
-
};
|
|
339
|
-
lineHeight: {
|
|
340
|
-
small: string | number;
|
|
341
|
-
large: string | number;
|
|
342
|
-
};
|
|
343
|
-
};
|
|
344
|
-
heading4: {
|
|
345
|
-
fontFamily: string;
|
|
346
|
-
fontWeight: string | number;
|
|
347
|
-
fontSize: {
|
|
348
|
-
small: string | number;
|
|
349
|
-
large: string | number;
|
|
350
|
-
};
|
|
351
|
-
lineHeight: {
|
|
352
|
-
small: string | number;
|
|
353
|
-
large: string | number;
|
|
354
|
-
};
|
|
355
|
-
};
|
|
356
|
-
lead: {
|
|
357
|
-
fontFamily: string;
|
|
358
|
-
fontWeight: string | number;
|
|
359
|
-
fontSize: {
|
|
360
|
-
small: string | number;
|
|
361
|
-
large: string | number;
|
|
362
|
-
};
|
|
363
|
-
lineHeight: {
|
|
364
|
-
small: string | number;
|
|
365
|
-
large: string | number;
|
|
366
|
-
};
|
|
367
|
-
};
|
|
368
|
-
body: {
|
|
369
|
-
fontFamily: string;
|
|
370
|
-
fontWeight: string | number;
|
|
371
|
-
fontSize: {
|
|
372
|
-
small: string | number;
|
|
373
|
-
large: string | number;
|
|
374
|
-
};
|
|
375
|
-
lineHeight: {
|
|
376
|
-
small: string | number;
|
|
377
|
-
large: string | number;
|
|
378
|
-
};
|
|
379
|
-
};
|
|
380
|
-
small: {
|
|
381
|
-
fontFamily: string;
|
|
382
|
-
fontWeight: string | number;
|
|
383
|
-
fontSize: {
|
|
384
|
-
small: string | number;
|
|
385
|
-
large: string | number;
|
|
386
|
-
};
|
|
387
|
-
lineHeight: {
|
|
388
|
-
small: string | number;
|
|
389
|
-
large: string | number;
|
|
390
|
-
};
|
|
391
|
-
};
|
|
392
|
-
label: {
|
|
393
|
-
fontFamily: string;
|
|
394
|
-
fontWeight: string | number;
|
|
395
|
-
fontSize: {
|
|
396
|
-
small: string | number;
|
|
397
|
-
large: string | number;
|
|
398
|
-
};
|
|
399
|
-
lineHeight: {
|
|
400
|
-
small: string | number;
|
|
401
|
-
large: string | number;
|
|
402
|
-
};
|
|
403
|
-
};
|
|
404
|
-
cta: {
|
|
405
|
-
primary: {
|
|
61
|
+
surfaceEmphasis: string;
|
|
406
62
|
message: string;
|
|
407
|
-
|
|
408
|
-
messageHover: string;
|
|
409
|
-
surfaceHover: string;
|
|
410
|
-
messageFocused: string;
|
|
411
|
-
surfaceFocused: string;
|
|
412
|
-
outlineFocused: string;
|
|
413
|
-
backgroundFocused: string;
|
|
63
|
+
messageOnEmphasis: string;
|
|
414
64
|
};
|
|
415
|
-
|
|
416
|
-
|
|
65
|
+
error: {
|
|
66
|
+
border: string;
|
|
417
67
|
surface: string;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
message: string;
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
red: {
|
|
439
|
-
foreground: string;
|
|
440
|
-
background: string;
|
|
441
|
-
};
|
|
442
|
-
orange: {
|
|
443
|
-
foreground: string;
|
|
444
|
-
background: string;
|
|
68
|
+
surfaceEmphasis: string;
|
|
69
|
+
message: string;
|
|
70
|
+
messageOnEmphasis: string;
|
|
71
|
+
};
|
|
72
|
+
info: {
|
|
73
|
+
border: string;
|
|
74
|
+
surface: string;
|
|
75
|
+
surfaceEmphasis: string;
|
|
76
|
+
message: string;
|
|
77
|
+
messageOnEmphasis: string;
|
|
78
|
+
};
|
|
79
|
+
data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
80
|
+
};
|
|
81
|
+
component: {
|
|
82
|
+
heading1: {
|
|
83
|
+
fontFamily: string;
|
|
84
|
+
fontWeight: string | number;
|
|
85
|
+
fontSize: {
|
|
86
|
+
small: string | number;
|
|
87
|
+
large: string | number;
|
|
445
88
|
};
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
89
|
+
lineHeight: {
|
|
90
|
+
small: string | number;
|
|
91
|
+
large: string | number;
|
|
449
92
|
};
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
93
|
+
};
|
|
94
|
+
heading2: {
|
|
95
|
+
fontFamily: string;
|
|
96
|
+
fontWeight: string | number;
|
|
97
|
+
fontSize: {
|
|
98
|
+
small: string | number;
|
|
99
|
+
large: string | number;
|
|
453
100
|
};
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
101
|
+
lineHeight: {
|
|
102
|
+
small: string | number;
|
|
103
|
+
large: string | number;
|
|
457
104
|
};
|
|
458
105
|
};
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
471
|
-
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
472
|
-
lightest: string;
|
|
473
|
-
lighter: string;
|
|
474
|
-
light: string;
|
|
475
|
-
base: string;
|
|
476
|
-
dark: string;
|
|
477
|
-
darker: string;
|
|
478
|
-
darkest: string;
|
|
479
|
-
}> & {
|
|
480
|
-
brand: Record<string, string>;
|
|
481
|
-
};
|
|
482
|
-
fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
|
|
483
|
-
native: string;
|
|
484
|
-
web: string;
|
|
485
|
-
}>;
|
|
486
|
-
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
487
|
-
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
488
|
-
small: string | number;
|
|
489
|
-
large: string | number;
|
|
490
|
-
}>;
|
|
491
|
-
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
492
|
-
small: string | number;
|
|
493
|
-
large: string | number;
|
|
494
|
-
}>;
|
|
495
|
-
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
496
|
-
};
|
|
497
|
-
semantic: {
|
|
498
|
-
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
499
|
-
message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
|
|
500
|
-
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
501
|
-
focus: Record<"surface" | "outline" | "hover", string>;
|
|
502
|
-
inverted: Record<"surface" | "border", string> & {
|
|
503
|
-
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
504
|
-
};
|
|
505
|
-
success: {
|
|
506
|
-
border: string;
|
|
507
|
-
surface: string;
|
|
508
|
-
surfaceEmphasis: string;
|
|
509
|
-
message: string;
|
|
510
|
-
messageOnEmphasis: string;
|
|
511
|
-
};
|
|
512
|
-
warning: {
|
|
513
|
-
border: string;
|
|
514
|
-
surface: string;
|
|
515
|
-
surfaceEmphasis: string;
|
|
516
|
-
message: string;
|
|
517
|
-
messageOnEmphasis: string;
|
|
518
|
-
};
|
|
519
|
-
error: {
|
|
520
|
-
border: string;
|
|
521
|
-
surface: string;
|
|
522
|
-
surfaceEmphasis: string;
|
|
523
|
-
message: string;
|
|
524
|
-
messageOnEmphasis: string;
|
|
525
|
-
};
|
|
526
|
-
info: {
|
|
527
|
-
border: string;
|
|
528
|
-
surface: string;
|
|
529
|
-
surfaceEmphasis: string;
|
|
530
|
-
message: string;
|
|
531
|
-
messageOnEmphasis: string;
|
|
532
|
-
};
|
|
533
|
-
data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
534
|
-
};
|
|
535
|
-
component: {
|
|
536
|
-
heading1: {
|
|
537
|
-
fontFamily: string;
|
|
538
|
-
fontWeight: string | number;
|
|
539
|
-
fontSize: {
|
|
540
|
-
small: string | number;
|
|
541
|
-
large: string | number;
|
|
106
|
+
heading3: {
|
|
107
|
+
fontFamily: string;
|
|
108
|
+
fontWeight: string | number;
|
|
109
|
+
fontSize: {
|
|
110
|
+
small: string | number;
|
|
111
|
+
large: string | number;
|
|
112
|
+
};
|
|
113
|
+
lineHeight: {
|
|
114
|
+
small: string | number;
|
|
115
|
+
large: string | number;
|
|
116
|
+
};
|
|
542
117
|
};
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
118
|
+
heading4: {
|
|
119
|
+
fontFamily: string;
|
|
120
|
+
fontWeight: string | number;
|
|
121
|
+
fontSize: {
|
|
122
|
+
small: string | number;
|
|
123
|
+
large: string | number;
|
|
124
|
+
};
|
|
125
|
+
lineHeight: {
|
|
126
|
+
small: string | number;
|
|
127
|
+
large: string | number;
|
|
128
|
+
};
|
|
546
129
|
};
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
130
|
+
lead: {
|
|
131
|
+
fontFamily: string;
|
|
132
|
+
fontWeight: string | number;
|
|
133
|
+
fontSize: {
|
|
134
|
+
small: string | number;
|
|
135
|
+
large: string | number;
|
|
136
|
+
};
|
|
137
|
+
lineHeight: {
|
|
138
|
+
small: string | number;
|
|
139
|
+
large: string | number;
|
|
140
|
+
};
|
|
554
141
|
};
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
142
|
+
body: {
|
|
143
|
+
fontFamily: string;
|
|
144
|
+
fontWeight: string | number;
|
|
145
|
+
fontSize: {
|
|
146
|
+
small: string | number;
|
|
147
|
+
large: string | number;
|
|
148
|
+
};
|
|
149
|
+
lineHeight: {
|
|
150
|
+
small: string | number;
|
|
151
|
+
large: string | number;
|
|
152
|
+
};
|
|
558
153
|
};
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
154
|
+
small: {
|
|
155
|
+
fontFamily: string;
|
|
156
|
+
fontWeight: string | number;
|
|
157
|
+
fontSize: {
|
|
158
|
+
small: string | number;
|
|
159
|
+
large: string | number;
|
|
160
|
+
};
|
|
161
|
+
lineHeight: {
|
|
162
|
+
small: string | number;
|
|
163
|
+
large: string | number;
|
|
164
|
+
};
|
|
566
165
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
166
|
+
label: {
|
|
167
|
+
fontFamily: string;
|
|
168
|
+
fontWeight: string | number;
|
|
169
|
+
fontSize: {
|
|
170
|
+
small: string | number;
|
|
171
|
+
large: string | number;
|
|
172
|
+
};
|
|
173
|
+
lineHeight: {
|
|
174
|
+
small: string | number;
|
|
175
|
+
large: string | number;
|
|
176
|
+
};
|
|
570
177
|
};
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
178
|
+
cta: {
|
|
179
|
+
primary: {
|
|
180
|
+
message: string;
|
|
181
|
+
surface: string;
|
|
182
|
+
messageHover: string;
|
|
183
|
+
surfaceHover: string;
|
|
184
|
+
messageFocused: string;
|
|
185
|
+
surfaceFocused: string;
|
|
186
|
+
outlineFocused: string;
|
|
187
|
+
backgroundFocused: string;
|
|
188
|
+
};
|
|
189
|
+
secondary: {
|
|
190
|
+
message: string;
|
|
191
|
+
surface: string;
|
|
192
|
+
messageHover: string;
|
|
193
|
+
surfaceHover: string;
|
|
194
|
+
messageFocused: string;
|
|
195
|
+
surfaceFocused: string;
|
|
196
|
+
outlineFocused: string;
|
|
197
|
+
backgroundFocused: string;
|
|
198
|
+
};
|
|
199
|
+
destructive: {
|
|
200
|
+
message: string;
|
|
201
|
+
surface: string;
|
|
202
|
+
messageHover: string;
|
|
203
|
+
surfaceHover: string;
|
|
204
|
+
messageFocused: string;
|
|
205
|
+
surfaceFocused: string;
|
|
206
|
+
outlineFocused: string;
|
|
207
|
+
backgroundFocused: string;
|
|
208
|
+
};
|
|
578
209
|
};
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
210
|
+
badge: {
|
|
211
|
+
variants: {
|
|
212
|
+
red: {
|
|
213
|
+
foreground: string;
|
|
214
|
+
background: string;
|
|
215
|
+
};
|
|
216
|
+
orange: {
|
|
217
|
+
foreground: string;
|
|
218
|
+
background: string;
|
|
219
|
+
};
|
|
220
|
+
yellow: {
|
|
221
|
+
foreground: string;
|
|
222
|
+
background: string;
|
|
223
|
+
};
|
|
224
|
+
green: {
|
|
225
|
+
foreground: string;
|
|
226
|
+
background: string;
|
|
227
|
+
};
|
|
228
|
+
blue: {
|
|
229
|
+
foreground: string;
|
|
230
|
+
background: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
582
233
|
};
|
|
583
234
|
};
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
235
|
+
} | undefined;
|
|
236
|
+
} & {
|
|
237
|
+
as?: string | import("react").ComponentType<any> | undefined;
|
|
238
|
+
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
239
|
+
}, import("../../hooks").BreakpointNames>, string | number | symbol> & import("react").RefAttributes<Text>>;
|
|
240
|
+
export declare const Small: import("react").ForwardRefExoticComponent<Pick<Omit<{
|
|
241
|
+
[x: string]: any;
|
|
242
|
+
[x: number]: any;
|
|
243
|
+
[x: symbol]: any;
|
|
244
|
+
} & {
|
|
245
|
+
theme?: {
|
|
246
|
+
core: {
|
|
247
|
+
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
248
|
+
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
249
|
+
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
250
|
+
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
251
|
+
space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
252
|
+
transition: Record<"medium" | "slow" | "fast", string>;
|
|
253
|
+
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
254
|
+
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
255
|
+
lightest: string;
|
|
256
|
+
lighter: string;
|
|
257
|
+
light: string;
|
|
258
|
+
base: string;
|
|
259
|
+
dark: string;
|
|
260
|
+
darker: string;
|
|
261
|
+
darkest: string;
|
|
262
|
+
}> & {
|
|
263
|
+
brand: Record<string, string>;
|
|
264
|
+
};
|
|
265
|
+
fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
|
|
266
|
+
native: string;
|
|
267
|
+
web: string;
|
|
268
|
+
}>;
|
|
269
|
+
fontWeight: Record<"bold" | "book" | "black", string | number>;
|
|
270
|
+
fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
271
|
+
small: string | number;
|
|
272
|
+
large: string | number;
|
|
273
|
+
}>;
|
|
274
|
+
lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
|
|
275
|
+
small: string | number;
|
|
276
|
+
large: string | number;
|
|
277
|
+
}>;
|
|
278
|
+
letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
|
|
279
|
+
};
|
|
280
|
+
semantic: {
|
|
281
|
+
surface: Record<"base" | "cutout" | "elevated", string>;
|
|
282
|
+
message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
|
|
283
|
+
border: Record<"graphic" | "differentiated" | "functional", string>;
|
|
284
|
+
focus: Record<"surface" | "outline" | "hover", string>;
|
|
285
|
+
inverted: Record<"surface" | "border", string> & {
|
|
286
|
+
message: Record<"base" | "link" | "secondary" | "branded", string>;
|
|
287
|
+
};
|
|
288
|
+
success: {
|
|
289
|
+
border: string;
|
|
290
|
+
surface: string;
|
|
291
|
+
surfaceEmphasis: string;
|
|
292
|
+
message: string;
|
|
293
|
+
messageOnEmphasis: string;
|
|
590
294
|
};
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
295
|
+
warning: {
|
|
296
|
+
border: string;
|
|
297
|
+
surface: string;
|
|
298
|
+
surfaceEmphasis: string;
|
|
299
|
+
message: string;
|
|
300
|
+
messageOnEmphasis: string;
|
|
594
301
|
};
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
large: string | number;
|
|
302
|
+
error: {
|
|
303
|
+
border: string;
|
|
304
|
+
surface: string;
|
|
305
|
+
surfaceEmphasis: string;
|
|
306
|
+
message: string;
|
|
307
|
+
messageOnEmphasis: string;
|
|
602
308
|
};
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
309
|
+
info: {
|
|
310
|
+
border: string;
|
|
311
|
+
surface: string;
|
|
312
|
+
surfaceEmphasis: string;
|
|
313
|
+
message: string;
|
|
314
|
+
messageOnEmphasis: string;
|
|
606
315
|
};
|
|
316
|
+
data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
|
|
607
317
|
};
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
318
|
+
component: {
|
|
319
|
+
heading1: {
|
|
320
|
+
fontFamily: string;
|
|
321
|
+
fontWeight: string | number;
|
|
322
|
+
fontSize: {
|
|
323
|
+
small: string | number;
|
|
324
|
+
large: string | number;
|
|
325
|
+
};
|
|
326
|
+
lineHeight: {
|
|
327
|
+
small: string | number;
|
|
328
|
+
large: string | number;
|
|
329
|
+
};
|
|
614
330
|
};
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
331
|
+
heading2: {
|
|
332
|
+
fontFamily: string;
|
|
333
|
+
fontWeight: string | number;
|
|
334
|
+
fontSize: {
|
|
335
|
+
small: string | number;
|
|
336
|
+
large: string | number;
|
|
337
|
+
};
|
|
338
|
+
lineHeight: {
|
|
339
|
+
small: string | number;
|
|
340
|
+
large: string | number;
|
|
341
|
+
};
|
|
618
342
|
};
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
343
|
+
heading3: {
|
|
344
|
+
fontFamily: string;
|
|
345
|
+
fontWeight: string | number;
|
|
346
|
+
fontSize: {
|
|
347
|
+
small: string | number;
|
|
348
|
+
large: string | number;
|
|
349
|
+
};
|
|
350
|
+
lineHeight: {
|
|
351
|
+
small: string | number;
|
|
352
|
+
large: string | number;
|
|
353
|
+
};
|
|
626
354
|
};
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
355
|
+
heading4: {
|
|
356
|
+
fontFamily: string;
|
|
357
|
+
fontWeight: string | number;
|
|
358
|
+
fontSize: {
|
|
359
|
+
small: string | number;
|
|
360
|
+
large: string | number;
|
|
361
|
+
};
|
|
362
|
+
lineHeight: {
|
|
363
|
+
small: string | number;
|
|
364
|
+
large: string | number;
|
|
365
|
+
};
|
|
630
366
|
};
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
367
|
+
lead: {
|
|
368
|
+
fontFamily: string;
|
|
369
|
+
fontWeight: string | number;
|
|
370
|
+
fontSize: {
|
|
371
|
+
small: string | number;
|
|
372
|
+
large: string | number;
|
|
373
|
+
};
|
|
374
|
+
lineHeight: {
|
|
375
|
+
small: string | number;
|
|
376
|
+
large: string | number;
|
|
377
|
+
};
|
|
642
378
|
};
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
379
|
+
body: {
|
|
380
|
+
fontFamily: string;
|
|
381
|
+
fontWeight: string | number;
|
|
382
|
+
fontSize: {
|
|
383
|
+
small: string | number;
|
|
384
|
+
large: string | number;
|
|
385
|
+
};
|
|
386
|
+
lineHeight: {
|
|
387
|
+
small: string | number;
|
|
388
|
+
large: string | number;
|
|
389
|
+
};
|
|
652
390
|
};
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
391
|
+
small: {
|
|
392
|
+
fontFamily: string;
|
|
393
|
+
fontWeight: string | number;
|
|
394
|
+
fontSize: {
|
|
395
|
+
small: string | number;
|
|
396
|
+
large: string | number;
|
|
397
|
+
};
|
|
398
|
+
lineHeight: {
|
|
399
|
+
small: string | number;
|
|
400
|
+
large: string | number;
|
|
401
|
+
};
|
|
662
402
|
};
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
403
|
+
label: {
|
|
404
|
+
fontFamily: string;
|
|
405
|
+
fontWeight: string | number;
|
|
406
|
+
fontSize: {
|
|
407
|
+
small: string | number;
|
|
408
|
+
large: string | number;
|
|
669
409
|
};
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
410
|
+
lineHeight: {
|
|
411
|
+
small: string | number;
|
|
412
|
+
large: string | number;
|
|
673
413
|
};
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
414
|
+
};
|
|
415
|
+
cta: {
|
|
416
|
+
primary: {
|
|
417
|
+
message: string;
|
|
418
|
+
surface: string;
|
|
419
|
+
messageHover: string;
|
|
420
|
+
surfaceHover: string;
|
|
421
|
+
messageFocused: string;
|
|
422
|
+
surfaceFocused: string;
|
|
423
|
+
outlineFocused: string;
|
|
424
|
+
backgroundFocused: string;
|
|
677
425
|
};
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
426
|
+
secondary: {
|
|
427
|
+
message: string;
|
|
428
|
+
surface: string;
|
|
429
|
+
messageHover: string;
|
|
430
|
+
surfaceHover: string;
|
|
431
|
+
messageFocused: string;
|
|
432
|
+
surfaceFocused: string;
|
|
433
|
+
outlineFocused: string;
|
|
434
|
+
backgroundFocused: string;
|
|
681
435
|
};
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
436
|
+
destructive: {
|
|
437
|
+
message: string;
|
|
438
|
+
surface: string;
|
|
439
|
+
messageHover: string;
|
|
440
|
+
surfaceHover: string;
|
|
441
|
+
messageFocused: string;
|
|
442
|
+
surfaceFocused: string;
|
|
443
|
+
outlineFocused: string;
|
|
444
|
+
backgroundFocused: string;
|
|
445
|
+
};
|
|
446
|
+
};
|
|
447
|
+
badge: {
|
|
448
|
+
variants: {
|
|
449
|
+
red: {
|
|
450
|
+
foreground: string;
|
|
451
|
+
background: string;
|
|
452
|
+
};
|
|
453
|
+
orange: {
|
|
454
|
+
foreground: string;
|
|
455
|
+
background: string;
|
|
456
|
+
};
|
|
457
|
+
yellow: {
|
|
458
|
+
foreground: string;
|
|
459
|
+
background: string;
|
|
460
|
+
};
|
|
461
|
+
green: {
|
|
462
|
+
foreground: string;
|
|
463
|
+
background: string;
|
|
464
|
+
};
|
|
465
|
+
blue: {
|
|
466
|
+
foreground: string;
|
|
467
|
+
background: string;
|
|
468
|
+
};
|
|
685
469
|
};
|
|
686
470
|
};
|
|
687
471
|
};
|
|
688
|
-
};
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
472
|
+
} | undefined;
|
|
473
|
+
} & {
|
|
474
|
+
as?: string | import("react").ComponentType<any> | undefined;
|
|
475
|
+
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
476
|
+
}, import("../../hooks").BreakpointNames>, string | number | symbol> & import("react").RefAttributes<Text>>;
|
|
477
|
+
export declare const Strong: import("styled-components").StyledComponent<typeof import("react-native").Text, {
|
|
693
478
|
core: {
|
|
694
479
|
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
695
480
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
696
481
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
697
482
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
698
|
-
space: Record<0 | 2 | 1 | 3 | 4 |
|
|
483
|
+
space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
699
484
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
700
485
|
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
701
486
|
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
@@ -916,16 +701,14 @@ export declare const StyledOlItem: import("styled-components").StyledComponent<t
|
|
|
916
701
|
};
|
|
917
702
|
};
|
|
918
703
|
};
|
|
919
|
-
}, {
|
|
920
|
-
|
|
921
|
-
}, never>;
|
|
922
|
-
export declare const StyledList: import("styled-components").StyledComponent<typeof import("react-native").View, {
|
|
704
|
+
}, {}, never>;
|
|
705
|
+
export declare const Em: import("styled-components").StyledComponent<typeof import("react-native").Text, {
|
|
923
706
|
core: {
|
|
924
707
|
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
925
708
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
926
709
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
927
710
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
928
|
-
space: Record<0 | 2 | 1 | 3 | 4 |
|
|
711
|
+
space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
929
712
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
930
713
|
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
931
714
|
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
@@ -1146,14 +929,14 @@ export declare const StyledList: import("styled-components").StyledComponent<typ
|
|
|
1146
929
|
};
|
|
1147
930
|
};
|
|
1148
931
|
};
|
|
1149
|
-
},
|
|
1150
|
-
export declare const
|
|
932
|
+
}, {}, never>;
|
|
933
|
+
export declare const LineThrough: import("styled-components").StyledComponent<typeof import("react-native").Text, {
|
|
1151
934
|
core: {
|
|
1152
935
|
radius: Record<"small" | "medium" | "large" | "max", string>;
|
|
1153
936
|
borderWidth: Record<"small" | "medium" | "large", string>;
|
|
1154
937
|
breakpoint: Record<"small" | "medium" | "large", string | number>;
|
|
1155
938
|
mediaQuery: Record<"small" | "medium" | "large", string>;
|
|
1156
|
-
space: Record<0 | 2 | 1 | 3 | 4 |
|
|
939
|
+
space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
|
|
1157
940
|
transition: Record<"medium" | "slow" | "fast", string>;
|
|
1158
941
|
opacity: Record<"solid" | "transparent" | "translucent", string | number>;
|
|
1159
942
|
color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
|
|
@@ -1374,4 +1157,5 @@ export declare const StyledLi: import("styled-components").StyledComponent<typeo
|
|
|
1374
1157
|
};
|
|
1375
1158
|
};
|
|
1376
1159
|
};
|
|
1377
|
-
},
|
|
1160
|
+
}, {}, never>;
|
|
1161
|
+
export declare const TextGroup: ({ children, ...rest }: PropsWithChildren<ViewProps>) => JSX.Element;
|