@granto-umbrella/umbrella-components 3.0.32 → 3.0.33
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/package.json +4 -5
- package/src/components/atoms/DatePickerInput/DatePicker.styles.ts +75 -75
- package/src/components/atoms/DatePickerInput/DatePickerInput.tsx +154 -154
- package/src/components/atoms/DropDownMenu/DropdownMenu.styles.tsx +106 -106
- package/src/components/atoms/ErrorMessage/ErrorMessage.styles.tsx +1 -1
- package/src/components/atoms/Footer/Footer.styles.tsx +1 -1
- package/src/components/atoms/GenericContainer/GenericContainer.styles.tsx +1 -1
- package/src/components/atoms/Input/Input.tsx +80 -80
- package/src/components/atoms/Input/Input.types.ts +21 -21
- package/src/components/atoms/Label/Label.styles.ts +16 -16
- package/src/components/atoms/Loading/Loading.styles.tsx +1 -1
- package/src/components/atoms/Loading/index.tsx +1 -1
- package/src/components/atoms/LogoContainer/LogoContainer.styles.tsx +1 -1
- package/src/components/atoms/ModalAviso/ModalAviso.styles.tsx +1 -1
- package/src/components/atoms/MultiSelect/index.tsx +1 -1
- package/src/components/atoms/RadioButton/RadioButton.types.ts +9 -9
- package/src/components/atoms/ResendLink/index.tsx +2 -1
- package/src/components/atoms/Select/Select.types.ts +19 -19
- package/src/components/atoms/Skeleton/Skeleton.styles.ts +32 -32
- package/src/components/atoms/Skeleton/Skeleton.tsx +43 -43
- package/src/components/atoms/Skeleton/Skeleton.types.ts +13 -13
- package/src/components/atoms/Subtitle/Subtitle.styles.tsx +21 -21
- package/src/components/atoms/Switch/Switch.styles.ts +59 -59
- package/src/components/atoms/Switch/Switch.types.ts +7 -7
- package/src/components/atoms/TabBar/TabBar.tsx +24 -24
- package/src/components/atoms/TabBar/TabBar.types.ts +11 -11
- package/src/components/atoms/Text/Text.styles.tsx +18 -6
- package/src/components/atoms/Text/Text.tsx +9 -4
- package/src/components/atoms/Text/Text.types.ts +2 -1
- package/src/components/atoms/Textarea/Textarea.types.ts +7 -7
- package/src/components/atoms/Title/Title.styles.tsx +17 -17
- package/src/components/molecules/BannerAjuda/BannerAjuda.types.ts +5 -5
- package/src/components/molecules/ButtonGroup/ButtonGroup.tsx +27 -27
- package/src/components/molecules/CodeInputContainer/CodeInputContainer.tsx +32 -32
- package/src/components/molecules/HighlightsCard/HighlightsCard.tsx +1 -1
- package/src/components/molecules/InsuranceCard/InsuranceCard.styles.tsx +1 -1
- package/src/components/molecules/InsuranceCard/InsuranceCard.tsx +455 -455
- package/src/components/molecules/InsuranceCard/InsuranceCard.types.ts +41 -41
- package/src/components/molecules/ResultsChart/ResultsChart.styles.tsx +26 -26
- package/src/components/molecules/TimeLine/TimeLine.mapper.ts +69 -69
- package/src/components/molecules/TimeLine/TimeLine.styles.ts +154 -154
- package/src/components/molecules/TimeLine/TimeLine.tsx +96 -96
- package/src/components/molecules/TimeLine/TimeLine.types.ts +124 -124
- package/src/components/organisms/AlertDialog/AlertDialog.types.ts +14 -14
- package/src/components/organisms/Navbar/Navbar.styles.tsx +1 -1
- package/src/components/organisms/Navbar/Navbar.tsx +118 -118
- package/src/components/organisms/Navbar/Navbar.types.ts +34 -34
- package/src/components/organisms/TimelineModal/TimelineModal.styles.ts +49 -49
- package/src/components/organisms/TimelineModal/TimelineModal.tsx +49 -49
- package/src/index.ts +157 -157
- package/src/styles/tokens/colors.ts +296 -296
- package/src/styles/tokens/typography.ts +161 -161
- package/src/types/colors.types.ts +21 -21
- package/src/types/sizes.types.ts +4 -4
|
@@ -1,296 +1,296 @@
|
|
|
1
|
-
export const primitiveColors = {
|
|
2
|
-
base: {
|
|
3
|
-
white: '#ffffff',
|
|
4
|
-
black: '#000000',
|
|
5
|
-
},
|
|
6
|
-
gray: {
|
|
7
|
-
100: '#f7f7f7',
|
|
8
|
-
200: '#f0f0f0',
|
|
9
|
-
300: '#e3e3e3',
|
|
10
|
-
400: '#cfcfcf',
|
|
11
|
-
500: '#b7b7b7',
|
|
12
|
-
600: '#9b9b9b',
|
|
13
|
-
700: '#7f7f7f',
|
|
14
|
-
800: '#606060',
|
|
15
|
-
900: '#464646',
|
|
16
|
-
1000: '#333333',
|
|
17
|
-
1100: '#1d1d1d',
|
|
18
|
-
1200: '#0f0f0f',
|
|
19
|
-
1300: '#070707',
|
|
20
|
-
},
|
|
21
|
-
purple: {
|
|
22
|
-
100: '#cdb7f4',
|
|
23
|
-
200: '#b899ee',
|
|
24
|
-
300: '#a37ce8',
|
|
25
|
-
400: '#8e5fe0',
|
|
26
|
-
500: '#7943d9',
|
|
27
|
-
600: '#662ccb',
|
|
28
|
-
700: '#5828ac',
|
|
29
|
-
800: '#492290',
|
|
30
|
-
900: '#3b1c73',
|
|
31
|
-
1000: '#2c1557',
|
|
32
|
-
1100: '#1e0f3b',
|
|
33
|
-
1200: '#100820',
|
|
34
|
-
1300: '#020104',
|
|
35
|
-
},
|
|
36
|
-
green: {
|
|
37
|
-
100: '#bef4b7',
|
|
38
|
-
200: '#a3ee99',
|
|
39
|
-
300: '#88e87c',
|
|
40
|
-
400: '#6de05f',
|
|
41
|
-
500: '#53d943',
|
|
42
|
-
600: '#3dcb2c',
|
|
43
|
-
700: '#35ac28',
|
|
44
|
-
800: '#2b9022',
|
|
45
|
-
900: '#21731c',
|
|
46
|
-
1000: '#185715',
|
|
47
|
-
1100: '#103b0f',
|
|
48
|
-
1200: '#082008',
|
|
49
|
-
1300: '#010401',
|
|
50
|
-
},
|
|
51
|
-
red: {
|
|
52
|
-
100: '#f4b7b8',
|
|
53
|
-
200: '#ee999a',
|
|
54
|
-
300: '#e87c7d',
|
|
55
|
-
400: '#e05f60',
|
|
56
|
-
500: '#d94344',
|
|
57
|
-
600: '#cb2c2d',
|
|
58
|
-
700: '#ac2828',
|
|
59
|
-
800: '#902222',
|
|
60
|
-
900: '#731c1c',
|
|
61
|
-
1000: '#571515',
|
|
62
|
-
1100: '#3b0f0f',
|
|
63
|
-
1200: '#200808',
|
|
64
|
-
1300: '#040101',
|
|
65
|
-
},
|
|
66
|
-
blue: {
|
|
67
|
-
100: '#b7c1f4',
|
|
68
|
-
200: '#99a7ee',
|
|
69
|
-
300: '#7c8de8',
|
|
70
|
-
400: '#5f73e0',
|
|
71
|
-
500: '#435ad9',
|
|
72
|
-
600: '#2c45cb',
|
|
73
|
-
700: '#283cac',
|
|
74
|
-
800: '#223690',
|
|
75
|
-
900: '#1c2e73',
|
|
76
|
-
1000: '#152557',
|
|
77
|
-
1100: '#0f1b3b',
|
|
78
|
-
1200: '#080f20',
|
|
79
|
-
1300: '#010204',
|
|
80
|
-
},
|
|
81
|
-
orange: {
|
|
82
|
-
100: '#f4d1b7',
|
|
83
|
-
200: '#eebd99',
|
|
84
|
-
300: '#e8aa7c',
|
|
85
|
-
400: '#e0975f',
|
|
86
|
-
500: '#d98343',
|
|
87
|
-
600: '#cb712c',
|
|
88
|
-
700: '#ac6128',
|
|
89
|
-
800: '#904f22',
|
|
90
|
-
900: '#733f1c',
|
|
91
|
-
1000: '#572e15',
|
|
92
|
-
1100: '#3b1f0f',
|
|
93
|
-
1200: '#201008',
|
|
94
|
-
1300: '#040201',
|
|
95
|
-
},
|
|
96
|
-
yellow: {
|
|
97
|
-
100: '#f4f3b7',
|
|
98
|
-
200: '#eeed99',
|
|
99
|
-
300: '#e8e67c',
|
|
100
|
-
400: '#e0df5f',
|
|
101
|
-
500: '#d9d843',
|
|
102
|
-
600: '#cbcb2c',
|
|
103
|
-
700: '#acac28',
|
|
104
|
-
800: '#909022',
|
|
105
|
-
900: '#73731c',
|
|
106
|
-
1000: '#575715',
|
|
107
|
-
1100: '#3b3b0f',
|
|
108
|
-
1200: '#202008',
|
|
109
|
-
1300: '#040401',
|
|
110
|
-
},
|
|
111
|
-
};
|
|
112
|
-
|
|
113
|
-
export const semanticColors = {
|
|
114
|
-
base: {
|
|
115
|
-
background: primitiveColors.base.white,
|
|
116
|
-
text: primitiveColors.base.black,
|
|
117
|
-
},
|
|
118
|
-
neutral: {
|
|
119
|
-
100: primitiveColors.gray[100],
|
|
120
|
-
200: primitiveColors.gray[200],
|
|
121
|
-
300: primitiveColors.gray[300],
|
|
122
|
-
400: primitiveColors.gray[400],
|
|
123
|
-
500: primitiveColors.gray[500],
|
|
124
|
-
600: primitiveColors.gray[600],
|
|
125
|
-
700: primitiveColors.gray[700],
|
|
126
|
-
},
|
|
127
|
-
branding: {
|
|
128
|
-
surface: {
|
|
129
|
-
disabled: primitiveColors.purple[100],
|
|
130
|
-
enabled: primitiveColors.purple[700],
|
|
131
|
-
hover: primitiveColors.purple[800],
|
|
132
|
-
pressed: primitiveColors.purple[1000],
|
|
133
|
-
},
|
|
134
|
-
border: {
|
|
135
|
-
disabled: primitiveColors.purple[100],
|
|
136
|
-
enabled: primitiveColors.purple[700],
|
|
137
|
-
hover: primitiveColors.purple[800],
|
|
138
|
-
pressed: primitiveColors.purple[1000],
|
|
139
|
-
},
|
|
140
|
-
text: {
|
|
141
|
-
accent: {
|
|
142
|
-
disabled: primitiveColors.purple[100],
|
|
143
|
-
enabled: primitiveColors.purple[700],
|
|
144
|
-
hover: primitiveColors.purple[800],
|
|
145
|
-
pressed: primitiveColors.purple[1000],
|
|
146
|
-
},
|
|
147
|
-
onSurfaceAccent: {
|
|
148
|
-
enabled: primitiveColors.base.white,
|
|
149
|
-
},
|
|
150
|
-
},
|
|
151
|
-
},
|
|
152
|
-
success: {
|
|
153
|
-
surface: {
|
|
154
|
-
feedback: primitiveColors.green[100],
|
|
155
|
-
},
|
|
156
|
-
text: {
|
|
157
|
-
feedback: {
|
|
158
|
-
strong: primitiveColors.green[1100],
|
|
159
|
-
accent: primitiveColors.green[700],
|
|
160
|
-
},
|
|
161
|
-
},
|
|
162
|
-
},
|
|
163
|
-
danger: {
|
|
164
|
-
surface: {
|
|
165
|
-
enabled: primitiveColors.red[600],
|
|
166
|
-
hover: primitiveColors.red[700],
|
|
167
|
-
pressed: primitiveColors.red[900],
|
|
168
|
-
disabled: primitiveColors.red[100],
|
|
169
|
-
},
|
|
170
|
-
text: {
|
|
171
|
-
enabled: primitiveColors.red[600],
|
|
172
|
-
hover: primitiveColors.red[700],
|
|
173
|
-
pressed: primitiveColors.red[900],
|
|
174
|
-
disabled: primitiveColors.red[100],
|
|
175
|
-
onSurface: primitiveColors.base.white,
|
|
176
|
-
feedback: {
|
|
177
|
-
strong: primitiveColors.red[1100],
|
|
178
|
-
accent: primitiveColors.red[700],
|
|
179
|
-
},
|
|
180
|
-
},
|
|
181
|
-
border: {
|
|
182
|
-
enabled: primitiveColors.red[600],
|
|
183
|
-
hover: primitiveColors.red[700],
|
|
184
|
-
pressed: primitiveColors.red[900],
|
|
185
|
-
disabled: primitiveColors.red[100],
|
|
186
|
-
},
|
|
187
|
-
},
|
|
188
|
-
warning: {
|
|
189
|
-
surface: {
|
|
190
|
-
feedback: primitiveColors.yellow[100],
|
|
191
|
-
pills: {
|
|
192
|
-
supply: primitiveColors.orange[200],
|
|
193
|
-
},
|
|
194
|
-
},
|
|
195
|
-
text: {
|
|
196
|
-
feedback: {
|
|
197
|
-
strong: primitiveColors.yellow[1100],
|
|
198
|
-
},
|
|
199
|
-
pills: {
|
|
200
|
-
supply: primitiveColors.orange[1000],
|
|
201
|
-
},
|
|
202
|
-
},
|
|
203
|
-
},
|
|
204
|
-
border: {
|
|
205
|
-
feedback: primitiveColors.yellow[900],
|
|
206
|
-
},
|
|
207
|
-
info: {
|
|
208
|
-
surface: {
|
|
209
|
-
feedback: primitiveColors.blue[100],
|
|
210
|
-
pills: {
|
|
211
|
-
tradicional: primitiveColors.blue[100],
|
|
212
|
-
},
|
|
213
|
-
},
|
|
214
|
-
text: {
|
|
215
|
-
feedback: {
|
|
216
|
-
strong: primitiveColors.blue[1100],
|
|
217
|
-
},
|
|
218
|
-
pills: {
|
|
219
|
-
tradicional: primitiveColors.blue[1000],
|
|
220
|
-
},
|
|
221
|
-
},
|
|
222
|
-
border: {
|
|
223
|
-
feedback: primitiveColors.blue[900],
|
|
224
|
-
},
|
|
225
|
-
},
|
|
226
|
-
global: {
|
|
227
|
-
foreground: {
|
|
228
|
-
default: primitiveColors.gray[100],
|
|
229
|
-
},
|
|
230
|
-
|
|
231
|
-
surface: {
|
|
232
|
-
default: primitiveColors.base.white,
|
|
233
|
-
overlay: 'rgba(0, 0, 0, 0.5)',
|
|
234
|
-
disabled: primitiveColors.gray[200],
|
|
235
|
-
danger: {
|
|
236
|
-
enabled: primitiveColors.red[600],
|
|
237
|
-
hover: primitiveColors.red[700],
|
|
238
|
-
pressed: primitiveColors.red[900],
|
|
239
|
-
disabled: primitiveColors.red[100],
|
|
240
|
-
},
|
|
241
|
-
status: {
|
|
242
|
-
online: primitiveColors.green[600],
|
|
243
|
-
notification: primitiveColors.red[600],
|
|
244
|
-
offline: primitiveColors.gray[600],
|
|
245
|
-
},
|
|
246
|
-
},
|
|
247
|
-
|
|
248
|
-
status: {
|
|
249
|
-
online: primitiveColors.green[600],
|
|
250
|
-
notification: primitiveColors.red[600],
|
|
251
|
-
offline: primitiveColors.gray[600],
|
|
252
|
-
},
|
|
253
|
-
text: {
|
|
254
|
-
default: {
|
|
255
|
-
enabled: primitiveColors.base.black,
|
|
256
|
-
},
|
|
257
|
-
onSurface: {
|
|
258
|
-
subtitle: primitiveColors.gray[500],
|
|
259
|
-
enabled: primitiveColors.gray[800],
|
|
260
|
-
},
|
|
261
|
-
subtitle: {
|
|
262
|
-
enabled: primitiveColors.gray[700],
|
|
263
|
-
},
|
|
264
|
-
feedback: {
|
|
265
|
-
error: primitiveColors.red[100],
|
|
266
|
-
info: primitiveColors.blue[100],
|
|
267
|
-
success: primitiveColors.green[100],
|
|
268
|
-
warning: primitiveColors.yellow[100],
|
|
269
|
-
strong: {
|
|
270
|
-
error: primitiveColors.red[1100],
|
|
271
|
-
info: primitiveColors.blue[1100],
|
|
272
|
-
success: primitiveColors.green[1100],
|
|
273
|
-
warning: primitiveColors.yellow[1100],
|
|
274
|
-
},
|
|
275
|
-
},
|
|
276
|
-
},
|
|
277
|
-
border: {
|
|
278
|
-
default: primitiveColors.gray[200],
|
|
279
|
-
medium: primitiveColors.gray[400],
|
|
280
|
-
strong: primitiveColors.gray[700],
|
|
281
|
-
disabled: primitiveColors.gray[300],
|
|
282
|
-
feedback: {
|
|
283
|
-
error: primitiveColors.red[900],
|
|
284
|
-
info: primitiveColors.blue[900],
|
|
285
|
-
success: primitiveColors.green[900],
|
|
286
|
-
warning: primitiveColors.yellow[900],
|
|
287
|
-
},
|
|
288
|
-
danger: {
|
|
289
|
-
enabled: primitiveColors.red[600],
|
|
290
|
-
hover: primitiveColors.red[700],
|
|
291
|
-
pressed: primitiveColors.red[900],
|
|
292
|
-
disabled: primitiveColors.red[100],
|
|
293
|
-
},
|
|
294
|
-
},
|
|
295
|
-
},
|
|
296
|
-
};
|
|
1
|
+
export const primitiveColors = {
|
|
2
|
+
base: {
|
|
3
|
+
white: '#ffffff',
|
|
4
|
+
black: '#000000',
|
|
5
|
+
},
|
|
6
|
+
gray: {
|
|
7
|
+
100: '#f7f7f7',
|
|
8
|
+
200: '#f0f0f0',
|
|
9
|
+
300: '#e3e3e3',
|
|
10
|
+
400: '#cfcfcf',
|
|
11
|
+
500: '#b7b7b7',
|
|
12
|
+
600: '#9b9b9b',
|
|
13
|
+
700: '#7f7f7f',
|
|
14
|
+
800: '#606060',
|
|
15
|
+
900: '#464646',
|
|
16
|
+
1000: '#333333',
|
|
17
|
+
1100: '#1d1d1d',
|
|
18
|
+
1200: '#0f0f0f',
|
|
19
|
+
1300: '#070707',
|
|
20
|
+
},
|
|
21
|
+
purple: {
|
|
22
|
+
100: '#cdb7f4',
|
|
23
|
+
200: '#b899ee',
|
|
24
|
+
300: '#a37ce8',
|
|
25
|
+
400: '#8e5fe0',
|
|
26
|
+
500: '#7943d9',
|
|
27
|
+
600: '#662ccb',
|
|
28
|
+
700: '#5828ac',
|
|
29
|
+
800: '#492290',
|
|
30
|
+
900: '#3b1c73',
|
|
31
|
+
1000: '#2c1557',
|
|
32
|
+
1100: '#1e0f3b',
|
|
33
|
+
1200: '#100820',
|
|
34
|
+
1300: '#020104',
|
|
35
|
+
},
|
|
36
|
+
green: {
|
|
37
|
+
100: '#bef4b7',
|
|
38
|
+
200: '#a3ee99',
|
|
39
|
+
300: '#88e87c',
|
|
40
|
+
400: '#6de05f',
|
|
41
|
+
500: '#53d943',
|
|
42
|
+
600: '#3dcb2c',
|
|
43
|
+
700: '#35ac28',
|
|
44
|
+
800: '#2b9022',
|
|
45
|
+
900: '#21731c',
|
|
46
|
+
1000: '#185715',
|
|
47
|
+
1100: '#103b0f',
|
|
48
|
+
1200: '#082008',
|
|
49
|
+
1300: '#010401',
|
|
50
|
+
},
|
|
51
|
+
red: {
|
|
52
|
+
100: '#f4b7b8',
|
|
53
|
+
200: '#ee999a',
|
|
54
|
+
300: '#e87c7d',
|
|
55
|
+
400: '#e05f60',
|
|
56
|
+
500: '#d94344',
|
|
57
|
+
600: '#cb2c2d',
|
|
58
|
+
700: '#ac2828',
|
|
59
|
+
800: '#902222',
|
|
60
|
+
900: '#731c1c',
|
|
61
|
+
1000: '#571515',
|
|
62
|
+
1100: '#3b0f0f',
|
|
63
|
+
1200: '#200808',
|
|
64
|
+
1300: '#040101',
|
|
65
|
+
},
|
|
66
|
+
blue: {
|
|
67
|
+
100: '#b7c1f4',
|
|
68
|
+
200: '#99a7ee',
|
|
69
|
+
300: '#7c8de8',
|
|
70
|
+
400: '#5f73e0',
|
|
71
|
+
500: '#435ad9',
|
|
72
|
+
600: '#2c45cb',
|
|
73
|
+
700: '#283cac',
|
|
74
|
+
800: '#223690',
|
|
75
|
+
900: '#1c2e73',
|
|
76
|
+
1000: '#152557',
|
|
77
|
+
1100: '#0f1b3b',
|
|
78
|
+
1200: '#080f20',
|
|
79
|
+
1300: '#010204',
|
|
80
|
+
},
|
|
81
|
+
orange: {
|
|
82
|
+
100: '#f4d1b7',
|
|
83
|
+
200: '#eebd99',
|
|
84
|
+
300: '#e8aa7c',
|
|
85
|
+
400: '#e0975f',
|
|
86
|
+
500: '#d98343',
|
|
87
|
+
600: '#cb712c',
|
|
88
|
+
700: '#ac6128',
|
|
89
|
+
800: '#904f22',
|
|
90
|
+
900: '#733f1c',
|
|
91
|
+
1000: '#572e15',
|
|
92
|
+
1100: '#3b1f0f',
|
|
93
|
+
1200: '#201008',
|
|
94
|
+
1300: '#040201',
|
|
95
|
+
},
|
|
96
|
+
yellow: {
|
|
97
|
+
100: '#f4f3b7',
|
|
98
|
+
200: '#eeed99',
|
|
99
|
+
300: '#e8e67c',
|
|
100
|
+
400: '#e0df5f',
|
|
101
|
+
500: '#d9d843',
|
|
102
|
+
600: '#cbcb2c',
|
|
103
|
+
700: '#acac28',
|
|
104
|
+
800: '#909022',
|
|
105
|
+
900: '#73731c',
|
|
106
|
+
1000: '#575715',
|
|
107
|
+
1100: '#3b3b0f',
|
|
108
|
+
1200: '#202008',
|
|
109
|
+
1300: '#040401',
|
|
110
|
+
},
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export const semanticColors = {
|
|
114
|
+
base: {
|
|
115
|
+
background: primitiveColors.base.white,
|
|
116
|
+
text: primitiveColors.base.black,
|
|
117
|
+
},
|
|
118
|
+
neutral: {
|
|
119
|
+
100: primitiveColors.gray[100],
|
|
120
|
+
200: primitiveColors.gray[200],
|
|
121
|
+
300: primitiveColors.gray[300],
|
|
122
|
+
400: primitiveColors.gray[400],
|
|
123
|
+
500: primitiveColors.gray[500],
|
|
124
|
+
600: primitiveColors.gray[600],
|
|
125
|
+
700: primitiveColors.gray[700],
|
|
126
|
+
},
|
|
127
|
+
branding: {
|
|
128
|
+
surface: {
|
|
129
|
+
disabled: primitiveColors.purple[100],
|
|
130
|
+
enabled: primitiveColors.purple[700],
|
|
131
|
+
hover: primitiveColors.purple[800],
|
|
132
|
+
pressed: primitiveColors.purple[1000],
|
|
133
|
+
},
|
|
134
|
+
border: {
|
|
135
|
+
disabled: primitiveColors.purple[100],
|
|
136
|
+
enabled: primitiveColors.purple[700],
|
|
137
|
+
hover: primitiveColors.purple[800],
|
|
138
|
+
pressed: primitiveColors.purple[1000],
|
|
139
|
+
},
|
|
140
|
+
text: {
|
|
141
|
+
accent: {
|
|
142
|
+
disabled: primitiveColors.purple[100],
|
|
143
|
+
enabled: primitiveColors.purple[700],
|
|
144
|
+
hover: primitiveColors.purple[800],
|
|
145
|
+
pressed: primitiveColors.purple[1000],
|
|
146
|
+
},
|
|
147
|
+
onSurfaceAccent: {
|
|
148
|
+
enabled: primitiveColors.base.white,
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
},
|
|
152
|
+
success: {
|
|
153
|
+
surface: {
|
|
154
|
+
feedback: primitiveColors.green[100],
|
|
155
|
+
},
|
|
156
|
+
text: {
|
|
157
|
+
feedback: {
|
|
158
|
+
strong: primitiveColors.green[1100],
|
|
159
|
+
accent: primitiveColors.green[700],
|
|
160
|
+
},
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
danger: {
|
|
164
|
+
surface: {
|
|
165
|
+
enabled: primitiveColors.red[600],
|
|
166
|
+
hover: primitiveColors.red[700],
|
|
167
|
+
pressed: primitiveColors.red[900],
|
|
168
|
+
disabled: primitiveColors.red[100],
|
|
169
|
+
},
|
|
170
|
+
text: {
|
|
171
|
+
enabled: primitiveColors.red[600],
|
|
172
|
+
hover: primitiveColors.red[700],
|
|
173
|
+
pressed: primitiveColors.red[900],
|
|
174
|
+
disabled: primitiveColors.red[100],
|
|
175
|
+
onSurface: primitiveColors.base.white,
|
|
176
|
+
feedback: {
|
|
177
|
+
strong: primitiveColors.red[1100],
|
|
178
|
+
accent: primitiveColors.red[700],
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
border: {
|
|
182
|
+
enabled: primitiveColors.red[600],
|
|
183
|
+
hover: primitiveColors.red[700],
|
|
184
|
+
pressed: primitiveColors.red[900],
|
|
185
|
+
disabled: primitiveColors.red[100],
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
warning: {
|
|
189
|
+
surface: {
|
|
190
|
+
feedback: primitiveColors.yellow[100],
|
|
191
|
+
pills: {
|
|
192
|
+
supply: primitiveColors.orange[200],
|
|
193
|
+
},
|
|
194
|
+
},
|
|
195
|
+
text: {
|
|
196
|
+
feedback: {
|
|
197
|
+
strong: primitiveColors.yellow[1100],
|
|
198
|
+
},
|
|
199
|
+
pills: {
|
|
200
|
+
supply: primitiveColors.orange[1000],
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
},
|
|
204
|
+
border: {
|
|
205
|
+
feedback: primitiveColors.yellow[900],
|
|
206
|
+
},
|
|
207
|
+
info: {
|
|
208
|
+
surface: {
|
|
209
|
+
feedback: primitiveColors.blue[100],
|
|
210
|
+
pills: {
|
|
211
|
+
tradicional: primitiveColors.blue[100],
|
|
212
|
+
},
|
|
213
|
+
},
|
|
214
|
+
text: {
|
|
215
|
+
feedback: {
|
|
216
|
+
strong: primitiveColors.blue[1100],
|
|
217
|
+
},
|
|
218
|
+
pills: {
|
|
219
|
+
tradicional: primitiveColors.blue[1000],
|
|
220
|
+
},
|
|
221
|
+
},
|
|
222
|
+
border: {
|
|
223
|
+
feedback: primitiveColors.blue[900],
|
|
224
|
+
},
|
|
225
|
+
},
|
|
226
|
+
global: {
|
|
227
|
+
foreground: {
|
|
228
|
+
default: primitiveColors.gray[100],
|
|
229
|
+
},
|
|
230
|
+
|
|
231
|
+
surface: {
|
|
232
|
+
default: primitiveColors.base.white,
|
|
233
|
+
overlay: 'rgba(0, 0, 0, 0.5)',
|
|
234
|
+
disabled: primitiveColors.gray[200],
|
|
235
|
+
danger: {
|
|
236
|
+
enabled: primitiveColors.red[600],
|
|
237
|
+
hover: primitiveColors.red[700],
|
|
238
|
+
pressed: primitiveColors.red[900],
|
|
239
|
+
disabled: primitiveColors.red[100],
|
|
240
|
+
},
|
|
241
|
+
status: {
|
|
242
|
+
online: primitiveColors.green[600],
|
|
243
|
+
notification: primitiveColors.red[600],
|
|
244
|
+
offline: primitiveColors.gray[600],
|
|
245
|
+
},
|
|
246
|
+
},
|
|
247
|
+
|
|
248
|
+
status: {
|
|
249
|
+
online: primitiveColors.green[600],
|
|
250
|
+
notification: primitiveColors.red[600],
|
|
251
|
+
offline: primitiveColors.gray[600],
|
|
252
|
+
},
|
|
253
|
+
text: {
|
|
254
|
+
default: {
|
|
255
|
+
enabled: primitiveColors.base.black,
|
|
256
|
+
},
|
|
257
|
+
onSurface: {
|
|
258
|
+
subtitle: primitiveColors.gray[500],
|
|
259
|
+
enabled: primitiveColors.gray[800],
|
|
260
|
+
},
|
|
261
|
+
subtitle: {
|
|
262
|
+
enabled: primitiveColors.gray[700],
|
|
263
|
+
},
|
|
264
|
+
feedback: {
|
|
265
|
+
error: primitiveColors.red[100],
|
|
266
|
+
info: primitiveColors.blue[100],
|
|
267
|
+
success: primitiveColors.green[100],
|
|
268
|
+
warning: primitiveColors.yellow[100],
|
|
269
|
+
strong: {
|
|
270
|
+
error: primitiveColors.red[1100],
|
|
271
|
+
info: primitiveColors.blue[1100],
|
|
272
|
+
success: primitiveColors.green[1100],
|
|
273
|
+
warning: primitiveColors.yellow[1100],
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
},
|
|
277
|
+
border: {
|
|
278
|
+
default: primitiveColors.gray[200],
|
|
279
|
+
medium: primitiveColors.gray[400],
|
|
280
|
+
strong: primitiveColors.gray[700],
|
|
281
|
+
disabled: primitiveColors.gray[300],
|
|
282
|
+
feedback: {
|
|
283
|
+
error: primitiveColors.red[900],
|
|
284
|
+
info: primitiveColors.blue[900],
|
|
285
|
+
success: primitiveColors.green[900],
|
|
286
|
+
warning: primitiveColors.yellow[900],
|
|
287
|
+
},
|
|
288
|
+
danger: {
|
|
289
|
+
enabled: primitiveColors.red[600],
|
|
290
|
+
hover: primitiveColors.red[700],
|
|
291
|
+
pressed: primitiveColors.red[900],
|
|
292
|
+
disabled: primitiveColors.red[100],
|
|
293
|
+
},
|
|
294
|
+
},
|
|
295
|
+
},
|
|
296
|
+
};
|