@ovotech/element-native 3.0.0 → 3.1.0-canary-394fb2a-106

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.
Files changed (88) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +1 -1
  2. package/dist/components/Accordion/Accordion.js +9 -6
  3. package/dist/components/Accordion/Group.d.ts +4 -1
  4. package/dist/components/Accordion/Group.js +24 -10
  5. package/dist/components/Accordion/styles.d.ts +3 -3
  6. package/dist/components/Accordion/types.d.ts +3 -3
  7. package/dist/components/ActionList/ActionList.d.ts +22 -0
  8. package/dist/components/ActionList/ActionList.js +60 -0
  9. package/dist/components/ActionList/index.d.ts +1 -0
  10. package/dist/components/ActionList/index.js +17 -0
  11. package/dist/components/ActionList/styled.d.ts +1155 -0
  12. package/dist/components/ActionList/styled.js +57 -0
  13. package/dist/components/Badge/Badge.d.ts +1 -1
  14. package/dist/components/CTAButton/CTAButton.d.ts +3 -3
  15. package/dist/components/CTALink/CTALink.d.ts +3 -3
  16. package/dist/components/Card/Card.d.ts +1 -1
  17. package/dist/components/DataTable/styles.d.ts +11 -11
  18. package/dist/components/DescriptionList/styled.d.ts +1 -1
  19. package/dist/components/Divider/Divider.js +3 -1
  20. package/dist/components/ErrorText/ErrorText.d.ts +1 -1
  21. package/dist/components/FormGroup/FormGroup.js +1 -0
  22. package/dist/components/Grid/Col.d.ts +1 -1
  23. package/dist/components/Grid/Row.d.ts +1 -1
  24. package/dist/components/HintText/HintText.d.ts +1 -1
  25. package/dist/components/Icon/Icon.d.ts +2 -2
  26. package/dist/components/Input/CurrencyInput.d.ts +2 -2
  27. package/dist/components/Input/EmailInput.d.ts +2 -2
  28. package/dist/components/Input/Input.d.ts +5 -5
  29. package/dist/components/Input/NumberInput.d.ts +2 -2
  30. package/dist/components/Input/PasswordInput.d.ts +2 -2
  31. package/dist/components/Input/PasswordInput.styled.d.ts +1 -1
  32. package/dist/components/Input/PasswordVisibilityToggle.d.ts +2 -1
  33. package/dist/components/Input/PhoneInput.d.ts +2 -2
  34. package/dist/components/Input/TextInput.d.ts +2 -2
  35. package/dist/components/Input/TextareaInput.d.ts +2 -2
  36. package/dist/components/LabelText/LabelText.d.ts +1 -1
  37. package/dist/components/List/List.d.ts +3 -3
  38. package/dist/components/Margin/Margin.d.ts +4 -1
  39. package/dist/components/Notification/Notification.d.ts +2 -2
  40. package/dist/components/Radio/Radio.js +2 -2
  41. package/dist/components/SelectField/Select.d.ts +2 -1
  42. package/dist/components/SelectField/Select.js +15 -14
  43. package/dist/components/SkeletonLoading/Skeleton.d.ts +1 -1
  44. package/dist/components/SubLabelText/SubLabelText.d.ts +1 -1
  45. package/dist/components/Text/Text.d.ts +5 -5
  46. package/dist/components/TextField/CurrencyField.d.ts +2 -2
  47. package/dist/components/TextField/EmailField.d.ts +2 -2
  48. package/dist/components/TextField/NumberField.d.ts +2 -2
  49. package/dist/components/TextField/PasswordField.d.ts +2 -2
  50. package/dist/components/TextField/PhoneField.d.ts +2 -2
  51. package/dist/components/TextField/TelField.d.ts +2 -2
  52. package/dist/components/TextField/TextField.d.ts +2 -2
  53. package/dist/components/TextField/TextareaField.d.ts +2 -2
  54. package/dist/components/index.d.ts +1 -0
  55. package/dist/components/index.js +1 -0
  56. package/dist/esm/components/Accordion/Accordion.js +9 -6
  57. package/dist/esm/components/Accordion/Group.js +24 -10
  58. package/dist/esm/components/ActionList/ActionList.js +56 -0
  59. package/dist/esm/components/ActionList/index.js +1 -0
  60. package/dist/esm/components/ActionList/styled.js +31 -0
  61. package/dist/esm/components/Divider/Divider.js +3 -1
  62. package/dist/esm/components/FormGroup/FormGroup.js +1 -0
  63. package/dist/esm/components/Radio/Radio.js +2 -2
  64. package/dist/esm/components/SelectField/Select.js +14 -16
  65. package/dist/esm/components/index.js +1 -0
  66. package/dist/esm/utils/utils.js +1 -0
  67. package/dist/providers/IconsProvider.d.ts +1 -1
  68. package/dist/providers/types.d.ts +1 -0
  69. package/dist/styled.native.d.ts +6 -6
  70. package/dist/theme/create-theme.d.ts +1 -1
  71. package/dist/theme/index.d.ts +1 -1
  72. package/dist/utils/utils.js +1 -0
  73. package/package.json +5 -3
  74. package/dist/components/Input/TelInput.d.ts +0 -10
  75. package/dist/components/Input/TelInput.js +0 -41
  76. package/dist/esm/components/Input/TelInput.js +0 -15
  77. package/dist/esm/providers/icons/HidePassword.js +0 -15
  78. package/dist/esm/providers/icons/Payment.js +0 -15
  79. package/dist/esm/providers/icons/ShowPassword.js +0 -15
  80. package/dist/esm/providers/icons/Usage.js +0 -15
  81. package/dist/providers/icons/HidePassword.d.ts +0 -2
  82. package/dist/providers/icons/HidePassword.js +0 -22
  83. package/dist/providers/icons/Payment.d.ts +0 -2
  84. package/dist/providers/icons/Payment.js +0 -22
  85. package/dist/providers/icons/ShowPassword.d.ts +0 -2
  86. package/dist/providers/icons/ShowPassword.js +0 -22
  87. package/dist/providers/icons/Usage.d.ts +0 -2
  88. package/dist/providers/icons/Usage.js +0 -22
@@ -0,0 +1,1155 @@
1
+ import { Theme } from '@ovotech/element-core';
2
+ import { ListWrapper } from '../List/List';
3
+ export declare const StyledActionList: typeof ListWrapper;
4
+ export declare const StyledActionWrapper: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
5
+ core: {
6
+ radius: Record<"small" | "medium" | "large" | "max", string>;
7
+ borderWidth: Record<"small" | "medium" | "large", string>;
8
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
9
+ mediaQuery: Record<"small" | "medium" | "large", string>;
10
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
11
+ transition: Record<"medium" | "slow" | "fast", string>;
12
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
13
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
14
+ lightest: string;
15
+ lighter: string;
16
+ light: string;
17
+ base: string;
18
+ dark: string;
19
+ darker: string;
20
+ darkest: string;
21
+ }> & {
22
+ brand: Record<string, string>;
23
+ };
24
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
25
+ native: string;
26
+ web: string;
27
+ }>;
28
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
29
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
30
+ small: string | number;
31
+ large: string | number;
32
+ }>;
33
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
34
+ small: string | number;
35
+ large: string | number;
36
+ }>;
37
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
38
+ };
39
+ semantic: {
40
+ surface: Record<"base" | "cutout" | "elevated", string>;
41
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
42
+ border: Record<"graphic" | "differentiated" | "functional", string>;
43
+ focus: Record<"surface" | "outline" | "hover", string>;
44
+ inverted: Record<"border" | "surface", string> & {
45
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
46
+ };
47
+ success: {
48
+ border: string;
49
+ surface: string;
50
+ surfaceEmphasis: string;
51
+ message: string;
52
+ messageOnEmphasis: string;
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<"gas" | "branded" | "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;
177
+ surface: string;
178
+ messageHover: string;
179
+ surfaceHover: string;
180
+ messageFocused: string;
181
+ surfaceFocused: string;
182
+ outlineFocused: string;
183
+ backgroundFocused: string;
184
+ };
185
+ secondary: {
186
+ message: string;
187
+ surface: string;
188
+ messageHover: string;
189
+ surfaceHover: string;
190
+ messageFocused: string;
191
+ surfaceFocused: string;
192
+ outlineFocused: string;
193
+ backgroundFocused: string;
194
+ };
195
+ destructive: {
196
+ message: string;
197
+ surface: string;
198
+ messageHover: string;
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
+ } & object, {
232
+ hasBorder?: boolean | undefined;
233
+ inList?: boolean | undefined;
234
+ inverted?: boolean | undefined;
235
+ }, never>;
236
+ export declare const StyledActionInner: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
237
+ core: {
238
+ radius: Record<"small" | "medium" | "large" | "max", string>;
239
+ borderWidth: Record<"small" | "medium" | "large", string>;
240
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
241
+ mediaQuery: Record<"small" | "medium" | "large", string>;
242
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
243
+ transition: Record<"medium" | "slow" | "fast", string>;
244
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
245
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
246
+ lightest: string;
247
+ lighter: string;
248
+ light: string;
249
+ base: string;
250
+ dark: string;
251
+ darker: string;
252
+ darkest: string;
253
+ }> & {
254
+ brand: Record<string, string>;
255
+ };
256
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
257
+ native: string;
258
+ web: string;
259
+ }>;
260
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
261
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
262
+ small: string | number;
263
+ large: string | number;
264
+ }>;
265
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
266
+ small: string | number;
267
+ large: string | number;
268
+ }>;
269
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
270
+ };
271
+ semantic: {
272
+ surface: Record<"base" | "cutout" | "elevated", string>;
273
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
274
+ border: Record<"graphic" | "differentiated" | "functional", string>;
275
+ focus: Record<"surface" | "outline" | "hover", string>;
276
+ inverted: Record<"border" | "surface", string> & {
277
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
278
+ };
279
+ success: {
280
+ border: string;
281
+ surface: string;
282
+ surfaceEmphasis: string;
283
+ message: string;
284
+ messageOnEmphasis: string;
285
+ };
286
+ warning: {
287
+ border: string;
288
+ surface: string;
289
+ surfaceEmphasis: string;
290
+ message: string;
291
+ messageOnEmphasis: string;
292
+ };
293
+ error: {
294
+ border: string;
295
+ surface: string;
296
+ surfaceEmphasis: string;
297
+ message: string;
298
+ messageOnEmphasis: string;
299
+ };
300
+ info: {
301
+ border: string;
302
+ surface: string;
303
+ surfaceEmphasis: string;
304
+ message: string;
305
+ messageOnEmphasis: string;
306
+ };
307
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
308
+ };
309
+ component: {
310
+ heading1: {
311
+ fontFamily: string;
312
+ fontWeight: string | number;
313
+ fontSize: {
314
+ small: string | number;
315
+ large: string | number;
316
+ };
317
+ lineHeight: {
318
+ small: string | number;
319
+ large: string | number;
320
+ };
321
+ };
322
+ heading2: {
323
+ fontFamily: string;
324
+ fontWeight: string | number;
325
+ fontSize: {
326
+ small: string | number;
327
+ large: string | number;
328
+ };
329
+ lineHeight: {
330
+ small: string | number;
331
+ large: string | number;
332
+ };
333
+ };
334
+ heading3: {
335
+ fontFamily: string;
336
+ fontWeight: string | number;
337
+ fontSize: {
338
+ small: string | number;
339
+ large: string | number;
340
+ };
341
+ lineHeight: {
342
+ small: string | number;
343
+ large: string | number;
344
+ };
345
+ };
346
+ heading4: {
347
+ fontFamily: string;
348
+ fontWeight: string | number;
349
+ fontSize: {
350
+ small: string | number;
351
+ large: string | number;
352
+ };
353
+ lineHeight: {
354
+ small: string | number;
355
+ large: string | number;
356
+ };
357
+ };
358
+ lead: {
359
+ fontFamily: string;
360
+ fontWeight: string | number;
361
+ fontSize: {
362
+ small: string | number;
363
+ large: string | number;
364
+ };
365
+ lineHeight: {
366
+ small: string | number;
367
+ large: string | number;
368
+ };
369
+ };
370
+ body: {
371
+ fontFamily: string;
372
+ fontWeight: string | number;
373
+ fontSize: {
374
+ small: string | number;
375
+ large: string | number;
376
+ };
377
+ lineHeight: {
378
+ small: string | number;
379
+ large: string | number;
380
+ };
381
+ };
382
+ small: {
383
+ fontFamily: string;
384
+ fontWeight: string | number;
385
+ fontSize: {
386
+ small: string | number;
387
+ large: string | number;
388
+ };
389
+ lineHeight: {
390
+ small: string | number;
391
+ large: string | number;
392
+ };
393
+ };
394
+ label: {
395
+ fontFamily: string;
396
+ fontWeight: string | number;
397
+ fontSize: {
398
+ small: string | number;
399
+ large: string | number;
400
+ };
401
+ lineHeight: {
402
+ small: string | number;
403
+ large: string | number;
404
+ };
405
+ };
406
+ cta: {
407
+ primary: {
408
+ message: string;
409
+ surface: string;
410
+ messageHover: string;
411
+ surfaceHover: string;
412
+ messageFocused: string;
413
+ surfaceFocused: string;
414
+ outlineFocused: string;
415
+ backgroundFocused: string;
416
+ };
417
+ secondary: {
418
+ message: string;
419
+ surface: string;
420
+ messageHover: string;
421
+ surfaceHover: string;
422
+ messageFocused: string;
423
+ surfaceFocused: string;
424
+ outlineFocused: string;
425
+ backgroundFocused: string;
426
+ };
427
+ destructive: {
428
+ message: string;
429
+ surface: string;
430
+ messageHover: string;
431
+ surfaceHover: string;
432
+ messageFocused: string;
433
+ surfaceFocused: string;
434
+ outlineFocused: string;
435
+ backgroundFocused: string;
436
+ };
437
+ };
438
+ badge: {
439
+ variants: {
440
+ red: {
441
+ foreground: string;
442
+ background: string;
443
+ };
444
+ orange: {
445
+ foreground: string;
446
+ background: string;
447
+ };
448
+ yellow: {
449
+ foreground: string;
450
+ background: string;
451
+ };
452
+ green: {
453
+ foreground: string;
454
+ background: string;
455
+ };
456
+ blue: {
457
+ foreground: string;
458
+ background: string;
459
+ };
460
+ };
461
+ };
462
+ };
463
+ } & object, {}, never>;
464
+ export declare const StyledActionText: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
465
+ core: {
466
+ radius: Record<"small" | "medium" | "large" | "max", string>;
467
+ borderWidth: Record<"small" | "medium" | "large", string>;
468
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
469
+ mediaQuery: Record<"small" | "medium" | "large", string>;
470
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
471
+ transition: Record<"medium" | "slow" | "fast", string>;
472
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
473
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
474
+ lightest: string;
475
+ lighter: string;
476
+ light: string;
477
+ base: string;
478
+ dark: string;
479
+ darker: string;
480
+ darkest: string;
481
+ }> & {
482
+ brand: Record<string, string>;
483
+ };
484
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
485
+ native: string;
486
+ web: string;
487
+ }>;
488
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
489
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
490
+ small: string | number;
491
+ large: string | number;
492
+ }>;
493
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
494
+ small: string | number;
495
+ large: string | number;
496
+ }>;
497
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
498
+ };
499
+ semantic: {
500
+ surface: Record<"base" | "cutout" | "elevated", string>;
501
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
502
+ border: Record<"graphic" | "differentiated" | "functional", string>;
503
+ focus: Record<"surface" | "outline" | "hover", string>;
504
+ inverted: Record<"border" | "surface", string> & {
505
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
506
+ };
507
+ success: {
508
+ border: string;
509
+ surface: string;
510
+ surfaceEmphasis: string;
511
+ message: string;
512
+ messageOnEmphasis: string;
513
+ };
514
+ warning: {
515
+ border: string;
516
+ surface: string;
517
+ surfaceEmphasis: string;
518
+ message: string;
519
+ messageOnEmphasis: string;
520
+ };
521
+ error: {
522
+ border: string;
523
+ surface: string;
524
+ surfaceEmphasis: string;
525
+ message: string;
526
+ messageOnEmphasis: string;
527
+ };
528
+ info: {
529
+ border: string;
530
+ surface: string;
531
+ surfaceEmphasis: string;
532
+ message: string;
533
+ messageOnEmphasis: string;
534
+ };
535
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
536
+ };
537
+ component: {
538
+ heading1: {
539
+ fontFamily: string;
540
+ fontWeight: string | number;
541
+ fontSize: {
542
+ small: string | number;
543
+ large: string | number;
544
+ };
545
+ lineHeight: {
546
+ small: string | number;
547
+ large: string | number;
548
+ };
549
+ };
550
+ heading2: {
551
+ fontFamily: string;
552
+ fontWeight: string | number;
553
+ fontSize: {
554
+ small: string | number;
555
+ large: string | number;
556
+ };
557
+ lineHeight: {
558
+ small: string | number;
559
+ large: string | number;
560
+ };
561
+ };
562
+ heading3: {
563
+ fontFamily: string;
564
+ fontWeight: string | number;
565
+ fontSize: {
566
+ small: string | number;
567
+ large: string | number;
568
+ };
569
+ lineHeight: {
570
+ small: string | number;
571
+ large: string | number;
572
+ };
573
+ };
574
+ heading4: {
575
+ fontFamily: string;
576
+ fontWeight: string | number;
577
+ fontSize: {
578
+ small: string | number;
579
+ large: string | number;
580
+ };
581
+ lineHeight: {
582
+ small: string | number;
583
+ large: string | number;
584
+ };
585
+ };
586
+ lead: {
587
+ fontFamily: string;
588
+ fontWeight: string | number;
589
+ fontSize: {
590
+ small: string | number;
591
+ large: string | number;
592
+ };
593
+ lineHeight: {
594
+ small: string | number;
595
+ large: string | number;
596
+ };
597
+ };
598
+ body: {
599
+ fontFamily: string;
600
+ fontWeight: string | number;
601
+ fontSize: {
602
+ small: string | number;
603
+ large: string | number;
604
+ };
605
+ lineHeight: {
606
+ small: string | number;
607
+ large: string | number;
608
+ };
609
+ };
610
+ small: {
611
+ fontFamily: string;
612
+ fontWeight: string | number;
613
+ fontSize: {
614
+ small: string | number;
615
+ large: string | number;
616
+ };
617
+ lineHeight: {
618
+ small: string | number;
619
+ large: string | number;
620
+ };
621
+ };
622
+ label: {
623
+ fontFamily: string;
624
+ fontWeight: string | number;
625
+ fontSize: {
626
+ small: string | number;
627
+ large: string | number;
628
+ };
629
+ lineHeight: {
630
+ small: string | number;
631
+ large: string | number;
632
+ };
633
+ };
634
+ cta: {
635
+ primary: {
636
+ message: string;
637
+ surface: string;
638
+ messageHover: string;
639
+ surfaceHover: string;
640
+ messageFocused: string;
641
+ surfaceFocused: string;
642
+ outlineFocused: string;
643
+ backgroundFocused: string;
644
+ };
645
+ secondary: {
646
+ message: string;
647
+ surface: string;
648
+ messageHover: string;
649
+ surfaceHover: string;
650
+ messageFocused: string;
651
+ surfaceFocused: string;
652
+ outlineFocused: string;
653
+ backgroundFocused: string;
654
+ };
655
+ destructive: {
656
+ message: string;
657
+ surface: string;
658
+ messageHover: string;
659
+ surfaceHover: string;
660
+ messageFocused: string;
661
+ surfaceFocused: string;
662
+ outlineFocused: string;
663
+ backgroundFocused: string;
664
+ };
665
+ };
666
+ badge: {
667
+ variants: {
668
+ red: {
669
+ foreground: string;
670
+ background: string;
671
+ };
672
+ orange: {
673
+ foreground: string;
674
+ background: string;
675
+ };
676
+ yellow: {
677
+ foreground: string;
678
+ background: string;
679
+ };
680
+ green: {
681
+ foreground: string;
682
+ background: string;
683
+ };
684
+ blue: {
685
+ foreground: string;
686
+ background: string;
687
+ };
688
+ };
689
+ };
690
+ };
691
+ } & object, {
692
+ smallAndUp: boolean;
693
+ inverted?: boolean | undefined;
694
+ }, never>;
695
+ export declare const StyledRightIcon: import("styled-components").StyledComponent<({ name, size, color, testID, ...rest }: import("../Icon/Icon").IconProps) => JSX.Element | null, import("../../theme/theme").Theme & {
696
+ core: {
697
+ radius: Record<"small" | "medium" | "large" | "max", string>;
698
+ borderWidth: Record<"small" | "medium" | "large", string>;
699
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
700
+ mediaQuery: Record<"small" | "medium" | "large", string>;
701
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
702
+ transition: Record<"medium" | "slow" | "fast", string>;
703
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
704
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
705
+ lightest: string;
706
+ lighter: string;
707
+ light: string;
708
+ base: string;
709
+ dark: string;
710
+ darker: string;
711
+ darkest: string;
712
+ }> & {
713
+ brand: Record<string, string>;
714
+ };
715
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
716
+ native: string;
717
+ web: string;
718
+ }>;
719
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
720
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
721
+ small: string | number;
722
+ large: string | number;
723
+ }>;
724
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
725
+ small: string | number;
726
+ large: string | number;
727
+ }>;
728
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
729
+ };
730
+ semantic: {
731
+ surface: Record<"base" | "cutout" | "elevated", string>;
732
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
733
+ border: Record<"graphic" | "differentiated" | "functional", string>;
734
+ focus: Record<"surface" | "outline" | "hover", string>;
735
+ inverted: Record<"border" | "surface", string> & {
736
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
737
+ };
738
+ success: {
739
+ border: string;
740
+ surface: string;
741
+ surfaceEmphasis: string;
742
+ message: string;
743
+ messageOnEmphasis: string;
744
+ };
745
+ warning: {
746
+ border: string;
747
+ surface: string;
748
+ surfaceEmphasis: string;
749
+ message: string;
750
+ messageOnEmphasis: string;
751
+ };
752
+ error: {
753
+ border: string;
754
+ surface: string;
755
+ surfaceEmphasis: string;
756
+ message: string;
757
+ messageOnEmphasis: string;
758
+ };
759
+ info: {
760
+ border: string;
761
+ surface: string;
762
+ surfaceEmphasis: string;
763
+ message: string;
764
+ messageOnEmphasis: string;
765
+ };
766
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
767
+ };
768
+ component: {
769
+ heading1: {
770
+ fontFamily: string;
771
+ fontWeight: string | number;
772
+ fontSize: {
773
+ small: string | number;
774
+ large: string | number;
775
+ };
776
+ lineHeight: {
777
+ small: string | number;
778
+ large: string | number;
779
+ };
780
+ };
781
+ heading2: {
782
+ fontFamily: string;
783
+ fontWeight: string | number;
784
+ fontSize: {
785
+ small: string | number;
786
+ large: string | number;
787
+ };
788
+ lineHeight: {
789
+ small: string | number;
790
+ large: string | number;
791
+ };
792
+ };
793
+ heading3: {
794
+ fontFamily: string;
795
+ fontWeight: string | number;
796
+ fontSize: {
797
+ small: string | number;
798
+ large: string | number;
799
+ };
800
+ lineHeight: {
801
+ small: string | number;
802
+ large: string | number;
803
+ };
804
+ };
805
+ heading4: {
806
+ fontFamily: string;
807
+ fontWeight: string | number;
808
+ fontSize: {
809
+ small: string | number;
810
+ large: string | number;
811
+ };
812
+ lineHeight: {
813
+ small: string | number;
814
+ large: string | number;
815
+ };
816
+ };
817
+ lead: {
818
+ fontFamily: string;
819
+ fontWeight: string | number;
820
+ fontSize: {
821
+ small: string | number;
822
+ large: string | number;
823
+ };
824
+ lineHeight: {
825
+ small: string | number;
826
+ large: string | number;
827
+ };
828
+ };
829
+ body: {
830
+ fontFamily: string;
831
+ fontWeight: string | number;
832
+ fontSize: {
833
+ small: string | number;
834
+ large: string | number;
835
+ };
836
+ lineHeight: {
837
+ small: string | number;
838
+ large: string | number;
839
+ };
840
+ };
841
+ small: {
842
+ fontFamily: string;
843
+ fontWeight: string | number;
844
+ fontSize: {
845
+ small: string | number;
846
+ large: string | number;
847
+ };
848
+ lineHeight: {
849
+ small: string | number;
850
+ large: string | number;
851
+ };
852
+ };
853
+ label: {
854
+ fontFamily: string;
855
+ fontWeight: string | number;
856
+ fontSize: {
857
+ small: string | number;
858
+ large: string | number;
859
+ };
860
+ lineHeight: {
861
+ small: string | number;
862
+ large: string | number;
863
+ };
864
+ };
865
+ cta: {
866
+ primary: {
867
+ message: string;
868
+ surface: string;
869
+ messageHover: string;
870
+ surfaceHover: string;
871
+ messageFocused: string;
872
+ surfaceFocused: string;
873
+ outlineFocused: string;
874
+ backgroundFocused: string;
875
+ };
876
+ secondary: {
877
+ message: string;
878
+ surface: string;
879
+ messageHover: string;
880
+ surfaceHover: string;
881
+ messageFocused: string;
882
+ surfaceFocused: string;
883
+ outlineFocused: string;
884
+ backgroundFocused: string;
885
+ };
886
+ destructive: {
887
+ message: string;
888
+ surface: string;
889
+ messageHover: string;
890
+ surfaceHover: string;
891
+ messageFocused: string;
892
+ surfaceFocused: string;
893
+ outlineFocused: string;
894
+ backgroundFocused: string;
895
+ };
896
+ };
897
+ badge: {
898
+ variants: {
899
+ red: {
900
+ foreground: string;
901
+ background: string;
902
+ };
903
+ orange: {
904
+ foreground: string;
905
+ background: string;
906
+ };
907
+ yellow: {
908
+ foreground: string;
909
+ background: string;
910
+ };
911
+ green: {
912
+ foreground: string;
913
+ background: string;
914
+ };
915
+ blue: {
916
+ foreground: string;
917
+ background: string;
918
+ };
919
+ };
920
+ };
921
+ };
922
+ } & object, {
923
+ inverted?: boolean | undefined;
924
+ marginTop: keyof Theme['core']['space'];
925
+ }, never>;
926
+ export declare const StyledLeftIcon: import("styled-components").StyledComponent<({ name, size, color, testID, ...rest }: import("../Icon/Icon").IconProps) => JSX.Element | null, import("../../theme/theme").Theme & {
927
+ core: {
928
+ radius: Record<"small" | "medium" | "large" | "max", string>;
929
+ borderWidth: Record<"small" | "medium" | "large", string>;
930
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
931
+ mediaQuery: Record<"small" | "medium" | "large", string>;
932
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
933
+ transition: Record<"medium" | "slow" | "fast", string>;
934
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
935
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
936
+ lightest: string;
937
+ lighter: string;
938
+ light: string;
939
+ base: string;
940
+ dark: string;
941
+ darker: string;
942
+ darkest: string;
943
+ }> & {
944
+ brand: Record<string, string>;
945
+ };
946
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
947
+ native: string;
948
+ web: string;
949
+ }>;
950
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
951
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
952
+ small: string | number;
953
+ large: string | number;
954
+ }>;
955
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
956
+ small: string | number;
957
+ large: string | number;
958
+ }>;
959
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
960
+ };
961
+ semantic: {
962
+ surface: Record<"base" | "cutout" | "elevated", string>;
963
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
964
+ border: Record<"graphic" | "differentiated" | "functional", string>;
965
+ focus: Record<"surface" | "outline" | "hover", string>;
966
+ inverted: Record<"border" | "surface", string> & {
967
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
968
+ };
969
+ success: {
970
+ border: string;
971
+ surface: string;
972
+ surfaceEmphasis: string;
973
+ message: string;
974
+ messageOnEmphasis: string;
975
+ };
976
+ warning: {
977
+ border: string;
978
+ surface: string;
979
+ surfaceEmphasis: string;
980
+ message: string;
981
+ messageOnEmphasis: string;
982
+ };
983
+ error: {
984
+ border: string;
985
+ surface: string;
986
+ surfaceEmphasis: string;
987
+ message: string;
988
+ messageOnEmphasis: string;
989
+ };
990
+ info: {
991
+ border: string;
992
+ surface: string;
993
+ surfaceEmphasis: string;
994
+ message: string;
995
+ messageOnEmphasis: string;
996
+ };
997
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
998
+ };
999
+ component: {
1000
+ heading1: {
1001
+ fontFamily: string;
1002
+ fontWeight: string | number;
1003
+ fontSize: {
1004
+ small: string | number;
1005
+ large: string | number;
1006
+ };
1007
+ lineHeight: {
1008
+ small: string | number;
1009
+ large: string | number;
1010
+ };
1011
+ };
1012
+ heading2: {
1013
+ fontFamily: string;
1014
+ fontWeight: string | number;
1015
+ fontSize: {
1016
+ small: string | number;
1017
+ large: string | number;
1018
+ };
1019
+ lineHeight: {
1020
+ small: string | number;
1021
+ large: string | number;
1022
+ };
1023
+ };
1024
+ heading3: {
1025
+ fontFamily: string;
1026
+ fontWeight: string | number;
1027
+ fontSize: {
1028
+ small: string | number;
1029
+ large: string | number;
1030
+ };
1031
+ lineHeight: {
1032
+ small: string | number;
1033
+ large: string | number;
1034
+ };
1035
+ };
1036
+ heading4: {
1037
+ fontFamily: string;
1038
+ fontWeight: string | number;
1039
+ fontSize: {
1040
+ small: string | number;
1041
+ large: string | number;
1042
+ };
1043
+ lineHeight: {
1044
+ small: string | number;
1045
+ large: string | number;
1046
+ };
1047
+ };
1048
+ lead: {
1049
+ fontFamily: string;
1050
+ fontWeight: string | number;
1051
+ fontSize: {
1052
+ small: string | number;
1053
+ large: string | number;
1054
+ };
1055
+ lineHeight: {
1056
+ small: string | number;
1057
+ large: string | number;
1058
+ };
1059
+ };
1060
+ body: {
1061
+ fontFamily: string;
1062
+ fontWeight: string | number;
1063
+ fontSize: {
1064
+ small: string | number;
1065
+ large: string | number;
1066
+ };
1067
+ lineHeight: {
1068
+ small: string | number;
1069
+ large: string | number;
1070
+ };
1071
+ };
1072
+ small: {
1073
+ fontFamily: string;
1074
+ fontWeight: string | number;
1075
+ fontSize: {
1076
+ small: string | number;
1077
+ large: string | number;
1078
+ };
1079
+ lineHeight: {
1080
+ small: string | number;
1081
+ large: string | number;
1082
+ };
1083
+ };
1084
+ label: {
1085
+ fontFamily: string;
1086
+ fontWeight: string | number;
1087
+ fontSize: {
1088
+ small: string | number;
1089
+ large: string | number;
1090
+ };
1091
+ lineHeight: {
1092
+ small: string | number;
1093
+ large: string | number;
1094
+ };
1095
+ };
1096
+ cta: {
1097
+ primary: {
1098
+ message: string;
1099
+ surface: string;
1100
+ messageHover: string;
1101
+ surfaceHover: string;
1102
+ messageFocused: string;
1103
+ surfaceFocused: string;
1104
+ outlineFocused: string;
1105
+ backgroundFocused: string;
1106
+ };
1107
+ secondary: {
1108
+ message: string;
1109
+ surface: string;
1110
+ messageHover: string;
1111
+ surfaceHover: string;
1112
+ messageFocused: string;
1113
+ surfaceFocused: string;
1114
+ outlineFocused: string;
1115
+ backgroundFocused: string;
1116
+ };
1117
+ destructive: {
1118
+ message: string;
1119
+ surface: string;
1120
+ messageHover: string;
1121
+ surfaceHover: string;
1122
+ messageFocused: string;
1123
+ surfaceFocused: string;
1124
+ outlineFocused: string;
1125
+ backgroundFocused: string;
1126
+ };
1127
+ };
1128
+ badge: {
1129
+ variants: {
1130
+ red: {
1131
+ foreground: string;
1132
+ background: string;
1133
+ };
1134
+ orange: {
1135
+ foreground: string;
1136
+ background: string;
1137
+ };
1138
+ yellow: {
1139
+ foreground: string;
1140
+ background: string;
1141
+ };
1142
+ green: {
1143
+ foreground: string;
1144
+ background: string;
1145
+ };
1146
+ blue: {
1147
+ foreground: string;
1148
+ background: string;
1149
+ };
1150
+ };
1151
+ };
1152
+ };
1153
+ } & object, {
1154
+ inverted?: boolean | undefined;
1155
+ }, never>;