@hero-design/rn 8.1.0 → 8.2.1
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/.turbo/turbo-build.log +9 -9
- package/es/index.js +4179 -4058
- package/jest.config.js +1 -1
- package/lib/index.js +4179 -4058
- package/package.json +11 -12
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +0 -8
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +0 -12
- package/src/components/Alert/StyledAlert.tsx +4 -2
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +120 -5
- package/src/components/Alert/__tests__/index.spec.tsx +14 -0
- package/src/components/Alert/index.tsx +13 -3
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +5 -1
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +45 -9
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +0 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +16 -2
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +0 -6
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +0 -2
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -278
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +0 -70
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Button/__tests__/__snapshots__/IconButton.spec.tsx.snap +0 -1
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +5 -10
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +0 -5
- package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +0 -3
- package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +30 -6
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +0 -1
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +20 -4
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +7 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +14 -4
- package/src/components/Drawer/DragableDrawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +0 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +0 -14
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +0 -2
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +10 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +30 -7
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +0 -4
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +0 -4
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/PinInput/index.tsx +1 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +0 -11
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -2
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +15 -3
- package/src/components/RichTextEditor/__tests__/__snapshots__/EditorToolbar.spec.tsx.snap +0 -7
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +2 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +539 -3057
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +7 -2
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +5 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +60 -19
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +491 -2745
- package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +1 -1
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +0 -7
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +0 -28
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +0 -7
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +0 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +0 -1
- package/src/components/Switch/__tests__/__snapshots__/index.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +0 -11
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +0 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +0 -4
- package/src/components/TextInput/StyledTextInput.tsx +2 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +6 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +19 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +13 -1
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +20 -5
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +0 -13
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +30 -6
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +30 -6
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +4 -0
- package/src/theme/components/textInput.ts +6 -1
- package/types/components/Alert/StyledAlert.d.ts +1 -0
- package/types/components/Alert/index.d.ts +5 -1
- package/types/theme/components/textInput.d.ts +4 -0
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
exports[`LoadingIndicator renders correctly when themeVariant is basic-transparent 1`] = `
|
|
4
4
|
<View
|
|
5
5
|
collapsable={false}
|
|
6
|
-
nativeID="animatedComponent"
|
|
7
6
|
style={
|
|
8
7
|
Array [
|
|
9
8
|
Object {
|
|
@@ -18,7 +17,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
18
17
|
>
|
|
19
18
|
<View
|
|
20
19
|
collapsable={false}
|
|
21
|
-
nativeID="animatedComponent"
|
|
22
20
|
style={
|
|
23
21
|
Object {
|
|
24
22
|
"transform": Array [
|
|
@@ -31,7 +29,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
31
29
|
>
|
|
32
30
|
<View
|
|
33
31
|
collapsable={false}
|
|
34
|
-
nativeID="animatedComponent"
|
|
35
32
|
size={12}
|
|
36
33
|
style={
|
|
37
34
|
Array [
|
|
@@ -52,7 +49,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
52
49
|
</View>
|
|
53
50
|
<View
|
|
54
51
|
collapsable={false}
|
|
55
|
-
nativeID="animatedComponent"
|
|
56
52
|
style={
|
|
57
53
|
Object {
|
|
58
54
|
"transform": Array [
|
|
@@ -65,7 +61,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
65
61
|
>
|
|
66
62
|
<View
|
|
67
63
|
collapsable={false}
|
|
68
|
-
nativeID="animatedComponent"
|
|
69
64
|
size={12}
|
|
70
65
|
style={
|
|
71
66
|
Array [
|
|
@@ -86,7 +81,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
86
81
|
</View>
|
|
87
82
|
<View
|
|
88
83
|
collapsable={false}
|
|
89
|
-
nativeID="animatedComponent"
|
|
90
84
|
style={
|
|
91
85
|
Object {
|
|
92
86
|
"transform": Array [
|
|
@@ -99,7 +93,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
99
93
|
>
|
|
100
94
|
<View
|
|
101
95
|
collapsable={false}
|
|
102
|
-
nativeID="animatedComponent"
|
|
103
96
|
size={12}
|
|
104
97
|
style={
|
|
105
98
|
Array [
|
|
@@ -124,7 +117,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is basic-transpare
|
|
|
124
117
|
exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1`] = `
|
|
125
118
|
<View
|
|
126
119
|
collapsable={false}
|
|
127
|
-
nativeID="animatedComponent"
|
|
128
120
|
style={
|
|
129
121
|
Array [
|
|
130
122
|
Object {
|
|
@@ -139,7 +131,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
139
131
|
>
|
|
140
132
|
<View
|
|
141
133
|
collapsable={false}
|
|
142
|
-
nativeID="animatedComponent"
|
|
143
134
|
style={
|
|
144
135
|
Object {
|
|
145
136
|
"transform": Array [
|
|
@@ -152,7 +143,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
152
143
|
>
|
|
153
144
|
<View
|
|
154
145
|
collapsable={false}
|
|
155
|
-
nativeID="animatedComponent"
|
|
156
146
|
size={12}
|
|
157
147
|
style={
|
|
158
148
|
Array [
|
|
@@ -173,7 +163,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
173
163
|
</View>
|
|
174
164
|
<View
|
|
175
165
|
collapsable={false}
|
|
176
|
-
nativeID="animatedComponent"
|
|
177
166
|
style={
|
|
178
167
|
Object {
|
|
179
168
|
"transform": Array [
|
|
@@ -186,7 +175,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
186
175
|
>
|
|
187
176
|
<View
|
|
188
177
|
collapsable={false}
|
|
189
|
-
nativeID="animatedComponent"
|
|
190
178
|
size={12}
|
|
191
179
|
style={
|
|
192
180
|
Array [
|
|
@@ -207,7 +195,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
207
195
|
</View>
|
|
208
196
|
<View
|
|
209
197
|
collapsable={false}
|
|
210
|
-
nativeID="animatedComponent"
|
|
211
198
|
style={
|
|
212
199
|
Object {
|
|
213
200
|
"transform": Array [
|
|
@@ -220,7 +207,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
220
207
|
>
|
|
221
208
|
<View
|
|
222
209
|
collapsable={false}
|
|
223
|
-
nativeID="animatedComponent"
|
|
224
210
|
size={12}
|
|
225
211
|
style={
|
|
226
212
|
Array [
|
|
@@ -245,7 +231,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-danger 1
|
|
|
245
231
|
exports[`LoadingIndicator renders correctly when themeVariant is filled-primary 1`] = `
|
|
246
232
|
<View
|
|
247
233
|
collapsable={false}
|
|
248
|
-
nativeID="animatedComponent"
|
|
249
234
|
style={
|
|
250
235
|
Array [
|
|
251
236
|
Object {
|
|
@@ -260,7 +245,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
260
245
|
>
|
|
261
246
|
<View
|
|
262
247
|
collapsable={false}
|
|
263
|
-
nativeID="animatedComponent"
|
|
264
248
|
style={
|
|
265
249
|
Object {
|
|
266
250
|
"transform": Array [
|
|
@@ -273,7 +257,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
273
257
|
>
|
|
274
258
|
<View
|
|
275
259
|
collapsable={false}
|
|
276
|
-
nativeID="animatedComponent"
|
|
277
260
|
size={12}
|
|
278
261
|
style={
|
|
279
262
|
Array [
|
|
@@ -294,7 +277,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
294
277
|
</View>
|
|
295
278
|
<View
|
|
296
279
|
collapsable={false}
|
|
297
|
-
nativeID="animatedComponent"
|
|
298
280
|
style={
|
|
299
281
|
Object {
|
|
300
282
|
"transform": Array [
|
|
@@ -307,7 +289,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
307
289
|
>
|
|
308
290
|
<View
|
|
309
291
|
collapsable={false}
|
|
310
|
-
nativeID="animatedComponent"
|
|
311
292
|
size={12}
|
|
312
293
|
style={
|
|
313
294
|
Array [
|
|
@@ -328,7 +309,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
328
309
|
</View>
|
|
329
310
|
<View
|
|
330
311
|
collapsable={false}
|
|
331
|
-
nativeID="animatedComponent"
|
|
332
312
|
style={
|
|
333
313
|
Object {
|
|
334
314
|
"transform": Array [
|
|
@@ -341,7 +321,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
341
321
|
>
|
|
342
322
|
<View
|
|
343
323
|
collapsable={false}
|
|
344
|
-
nativeID="animatedComponent"
|
|
345
324
|
size={12}
|
|
346
325
|
style={
|
|
347
326
|
Array [
|
|
@@ -366,7 +345,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-primary
|
|
|
366
345
|
exports[`LoadingIndicator renders correctly when themeVariant is filled-secondary 1`] = `
|
|
367
346
|
<View
|
|
368
347
|
collapsable={false}
|
|
369
|
-
nativeID="animatedComponent"
|
|
370
348
|
style={
|
|
371
349
|
Array [
|
|
372
350
|
Object {
|
|
@@ -381,7 +359,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
381
359
|
>
|
|
382
360
|
<View
|
|
383
361
|
collapsable={false}
|
|
384
|
-
nativeID="animatedComponent"
|
|
385
362
|
style={
|
|
386
363
|
Object {
|
|
387
364
|
"transform": Array [
|
|
@@ -394,7 +371,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
394
371
|
>
|
|
395
372
|
<View
|
|
396
373
|
collapsable={false}
|
|
397
|
-
nativeID="animatedComponent"
|
|
398
374
|
size={12}
|
|
399
375
|
style={
|
|
400
376
|
Array [
|
|
@@ -415,7 +391,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
415
391
|
</View>
|
|
416
392
|
<View
|
|
417
393
|
collapsable={false}
|
|
418
|
-
nativeID="animatedComponent"
|
|
419
394
|
style={
|
|
420
395
|
Object {
|
|
421
396
|
"transform": Array [
|
|
@@ -428,7 +403,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
428
403
|
>
|
|
429
404
|
<View
|
|
430
405
|
collapsable={false}
|
|
431
|
-
nativeID="animatedComponent"
|
|
432
406
|
size={12}
|
|
433
407
|
style={
|
|
434
408
|
Array [
|
|
@@ -449,7 +423,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
449
423
|
</View>
|
|
450
424
|
<View
|
|
451
425
|
collapsable={false}
|
|
452
|
-
nativeID="animatedComponent"
|
|
453
426
|
style={
|
|
454
427
|
Object {
|
|
455
428
|
"transform": Array [
|
|
@@ -462,7 +435,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
462
435
|
>
|
|
463
436
|
<View
|
|
464
437
|
collapsable={false}
|
|
465
|
-
nativeID="animatedComponent"
|
|
466
438
|
size={12}
|
|
467
439
|
style={
|
|
468
440
|
Array [
|
|
@@ -487,7 +459,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is filled-secondar
|
|
|
487
459
|
exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger 1`] = `
|
|
488
460
|
<View
|
|
489
461
|
collapsable={false}
|
|
490
|
-
nativeID="animatedComponent"
|
|
491
462
|
style={
|
|
492
463
|
Array [
|
|
493
464
|
Object {
|
|
@@ -502,7 +473,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
502
473
|
>
|
|
503
474
|
<View
|
|
504
475
|
collapsable={false}
|
|
505
|
-
nativeID="animatedComponent"
|
|
506
476
|
style={
|
|
507
477
|
Object {
|
|
508
478
|
"transform": Array [
|
|
@@ -515,7 +485,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
515
485
|
>
|
|
516
486
|
<View
|
|
517
487
|
collapsable={false}
|
|
518
|
-
nativeID="animatedComponent"
|
|
519
488
|
size={12}
|
|
520
489
|
style={
|
|
521
490
|
Array [
|
|
@@ -536,7 +505,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
536
505
|
</View>
|
|
537
506
|
<View
|
|
538
507
|
collapsable={false}
|
|
539
|
-
nativeID="animatedComponent"
|
|
540
508
|
style={
|
|
541
509
|
Object {
|
|
542
510
|
"transform": Array [
|
|
@@ -549,7 +517,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
549
517
|
>
|
|
550
518
|
<View
|
|
551
519
|
collapsable={false}
|
|
552
|
-
nativeID="animatedComponent"
|
|
553
520
|
size={12}
|
|
554
521
|
style={
|
|
555
522
|
Array [
|
|
@@ -570,7 +537,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
570
537
|
</View>
|
|
571
538
|
<View
|
|
572
539
|
collapsable={false}
|
|
573
|
-
nativeID="animatedComponent"
|
|
574
540
|
style={
|
|
575
541
|
Object {
|
|
576
542
|
"transform": Array [
|
|
@@ -583,7 +549,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
583
549
|
>
|
|
584
550
|
<View
|
|
585
551
|
collapsable={false}
|
|
586
|
-
nativeID="animatedComponent"
|
|
587
552
|
size={12}
|
|
588
553
|
style={
|
|
589
554
|
Array [
|
|
@@ -608,7 +573,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-danger
|
|
|
608
573
|
exports[`LoadingIndicator renders correctly when themeVariant is outlined-primary 1`] = `
|
|
609
574
|
<View
|
|
610
575
|
collapsable={false}
|
|
611
|
-
nativeID="animatedComponent"
|
|
612
576
|
style={
|
|
613
577
|
Array [
|
|
614
578
|
Object {
|
|
@@ -623,7 +587,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
623
587
|
>
|
|
624
588
|
<View
|
|
625
589
|
collapsable={false}
|
|
626
|
-
nativeID="animatedComponent"
|
|
627
590
|
style={
|
|
628
591
|
Object {
|
|
629
592
|
"transform": Array [
|
|
@@ -636,7 +599,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
636
599
|
>
|
|
637
600
|
<View
|
|
638
601
|
collapsable={false}
|
|
639
|
-
nativeID="animatedComponent"
|
|
640
602
|
size={12}
|
|
641
603
|
style={
|
|
642
604
|
Array [
|
|
@@ -657,7 +619,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
657
619
|
</View>
|
|
658
620
|
<View
|
|
659
621
|
collapsable={false}
|
|
660
|
-
nativeID="animatedComponent"
|
|
661
622
|
style={
|
|
662
623
|
Object {
|
|
663
624
|
"transform": Array [
|
|
@@ -670,7 +631,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
670
631
|
>
|
|
671
632
|
<View
|
|
672
633
|
collapsable={false}
|
|
673
|
-
nativeID="animatedComponent"
|
|
674
634
|
size={12}
|
|
675
635
|
style={
|
|
676
636
|
Array [
|
|
@@ -691,7 +651,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
691
651
|
</View>
|
|
692
652
|
<View
|
|
693
653
|
collapsable={false}
|
|
694
|
-
nativeID="animatedComponent"
|
|
695
654
|
style={
|
|
696
655
|
Object {
|
|
697
656
|
"transform": Array [
|
|
@@ -704,7 +663,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
704
663
|
>
|
|
705
664
|
<View
|
|
706
665
|
collapsable={false}
|
|
707
|
-
nativeID="animatedComponent"
|
|
708
666
|
size={12}
|
|
709
667
|
style={
|
|
710
668
|
Array [
|
|
@@ -729,7 +687,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-primar
|
|
|
729
687
|
exports[`LoadingIndicator renders correctly when themeVariant is outlined-secondary 1`] = `
|
|
730
688
|
<View
|
|
731
689
|
collapsable={false}
|
|
732
|
-
nativeID="animatedComponent"
|
|
733
690
|
style={
|
|
734
691
|
Array [
|
|
735
692
|
Object {
|
|
@@ -744,7 +701,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
744
701
|
>
|
|
745
702
|
<View
|
|
746
703
|
collapsable={false}
|
|
747
|
-
nativeID="animatedComponent"
|
|
748
704
|
style={
|
|
749
705
|
Object {
|
|
750
706
|
"transform": Array [
|
|
@@ -757,7 +713,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
757
713
|
>
|
|
758
714
|
<View
|
|
759
715
|
collapsable={false}
|
|
760
|
-
nativeID="animatedComponent"
|
|
761
716
|
size={12}
|
|
762
717
|
style={
|
|
763
718
|
Array [
|
|
@@ -778,7 +733,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
778
733
|
</View>
|
|
779
734
|
<View
|
|
780
735
|
collapsable={false}
|
|
781
|
-
nativeID="animatedComponent"
|
|
782
736
|
style={
|
|
783
737
|
Object {
|
|
784
738
|
"transform": Array [
|
|
@@ -791,7 +745,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
791
745
|
>
|
|
792
746
|
<View
|
|
793
747
|
collapsable={false}
|
|
794
|
-
nativeID="animatedComponent"
|
|
795
748
|
size={12}
|
|
796
749
|
style={
|
|
797
750
|
Array [
|
|
@@ -812,7 +765,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
812
765
|
</View>
|
|
813
766
|
<View
|
|
814
767
|
collapsable={false}
|
|
815
|
-
nativeID="animatedComponent"
|
|
816
768
|
style={
|
|
817
769
|
Object {
|
|
818
770
|
"transform": Array [
|
|
@@ -825,7 +777,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
825
777
|
>
|
|
826
778
|
<View
|
|
827
779
|
collapsable={false}
|
|
828
|
-
nativeID="animatedComponent"
|
|
829
780
|
size={12}
|
|
830
781
|
style={
|
|
831
782
|
Array [
|
|
@@ -850,7 +801,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is outlined-second
|
|
|
850
801
|
exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`] = `
|
|
851
802
|
<View
|
|
852
803
|
collapsable={false}
|
|
853
|
-
nativeID="animatedComponent"
|
|
854
804
|
style={
|
|
855
805
|
Array [
|
|
856
806
|
Object {
|
|
@@ -865,7 +815,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
865
815
|
>
|
|
866
816
|
<View
|
|
867
817
|
collapsable={false}
|
|
868
|
-
nativeID="animatedComponent"
|
|
869
818
|
style={
|
|
870
819
|
Object {
|
|
871
820
|
"transform": Array [
|
|
@@ -878,7 +827,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
878
827
|
>
|
|
879
828
|
<View
|
|
880
829
|
collapsable={false}
|
|
881
|
-
nativeID="animatedComponent"
|
|
882
830
|
size={12}
|
|
883
831
|
style={
|
|
884
832
|
Array [
|
|
@@ -899,7 +847,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
899
847
|
</View>
|
|
900
848
|
<View
|
|
901
849
|
collapsable={false}
|
|
902
|
-
nativeID="animatedComponent"
|
|
903
850
|
style={
|
|
904
851
|
Object {
|
|
905
852
|
"transform": Array [
|
|
@@ -912,7 +859,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
912
859
|
>
|
|
913
860
|
<View
|
|
914
861
|
collapsable={false}
|
|
915
|
-
nativeID="animatedComponent"
|
|
916
862
|
size={12}
|
|
917
863
|
style={
|
|
918
864
|
Array [
|
|
@@ -933,7 +879,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
933
879
|
</View>
|
|
934
880
|
<View
|
|
935
881
|
collapsable={false}
|
|
936
|
-
nativeID="animatedComponent"
|
|
937
882
|
style={
|
|
938
883
|
Object {
|
|
939
884
|
"transform": Array [
|
|
@@ -946,7 +891,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
946
891
|
>
|
|
947
892
|
<View
|
|
948
893
|
collapsable={false}
|
|
949
|
-
nativeID="animatedComponent"
|
|
950
894
|
size={12}
|
|
951
895
|
style={
|
|
952
896
|
Array [
|
|
@@ -971,7 +915,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-danger 1`]
|
|
|
971
915
|
exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`] = `
|
|
972
916
|
<View
|
|
973
917
|
collapsable={false}
|
|
974
|
-
nativeID="animatedComponent"
|
|
975
918
|
style={
|
|
976
919
|
Array [
|
|
977
920
|
Object {
|
|
@@ -986,7 +929,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
986
929
|
>
|
|
987
930
|
<View
|
|
988
931
|
collapsable={false}
|
|
989
|
-
nativeID="animatedComponent"
|
|
990
932
|
style={
|
|
991
933
|
Object {
|
|
992
934
|
"transform": Array [
|
|
@@ -999,7 +941,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
999
941
|
>
|
|
1000
942
|
<View
|
|
1001
943
|
collapsable={false}
|
|
1002
|
-
nativeID="animatedComponent"
|
|
1003
944
|
size={12}
|
|
1004
945
|
style={
|
|
1005
946
|
Array [
|
|
@@ -1020,7 +961,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1020
961
|
</View>
|
|
1021
962
|
<View
|
|
1022
963
|
collapsable={false}
|
|
1023
|
-
nativeID="animatedComponent"
|
|
1024
964
|
style={
|
|
1025
965
|
Object {
|
|
1026
966
|
"transform": Array [
|
|
@@ -1033,7 +973,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1033
973
|
>
|
|
1034
974
|
<View
|
|
1035
975
|
collapsable={false}
|
|
1036
|
-
nativeID="animatedComponent"
|
|
1037
976
|
size={12}
|
|
1038
977
|
style={
|
|
1039
978
|
Array [
|
|
@@ -1054,7 +993,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1054
993
|
</View>
|
|
1055
994
|
<View
|
|
1056
995
|
collapsable={false}
|
|
1057
|
-
nativeID="animatedComponent"
|
|
1058
996
|
style={
|
|
1059
997
|
Object {
|
|
1060
998
|
"transform": Array [
|
|
@@ -1067,7 +1005,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1067
1005
|
>
|
|
1068
1006
|
<View
|
|
1069
1007
|
collapsable={false}
|
|
1070
|
-
nativeID="animatedComponent"
|
|
1071
1008
|
size={12}
|
|
1072
1009
|
style={
|
|
1073
1010
|
Array [
|
|
@@ -1092,7 +1029,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-primary 1`
|
|
|
1092
1029
|
exports[`LoadingIndicator renders correctly when themeVariant is text-secondary 1`] = `
|
|
1093
1030
|
<View
|
|
1094
1031
|
collapsable={false}
|
|
1095
|
-
nativeID="animatedComponent"
|
|
1096
1032
|
style={
|
|
1097
1033
|
Array [
|
|
1098
1034
|
Object {
|
|
@@ -1107,7 +1043,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1107
1043
|
>
|
|
1108
1044
|
<View
|
|
1109
1045
|
collapsable={false}
|
|
1110
|
-
nativeID="animatedComponent"
|
|
1111
1046
|
style={
|
|
1112
1047
|
Object {
|
|
1113
1048
|
"transform": Array [
|
|
@@ -1120,7 +1055,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1120
1055
|
>
|
|
1121
1056
|
<View
|
|
1122
1057
|
collapsable={false}
|
|
1123
|
-
nativeID="animatedComponent"
|
|
1124
1058
|
size={12}
|
|
1125
1059
|
style={
|
|
1126
1060
|
Array [
|
|
@@ -1141,7 +1075,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1141
1075
|
</View>
|
|
1142
1076
|
<View
|
|
1143
1077
|
collapsable={false}
|
|
1144
|
-
nativeID="animatedComponent"
|
|
1145
1078
|
style={
|
|
1146
1079
|
Object {
|
|
1147
1080
|
"transform": Array [
|
|
@@ -1154,7 +1087,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1154
1087
|
>
|
|
1155
1088
|
<View
|
|
1156
1089
|
collapsable={false}
|
|
1157
|
-
nativeID="animatedComponent"
|
|
1158
1090
|
size={12}
|
|
1159
1091
|
style={
|
|
1160
1092
|
Array [
|
|
@@ -1175,7 +1107,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1175
1107
|
</View>
|
|
1176
1108
|
<View
|
|
1177
1109
|
collapsable={false}
|
|
1178
|
-
nativeID="animatedComponent"
|
|
1179
1110
|
style={
|
|
1180
1111
|
Object {
|
|
1181
1112
|
"transform": Array [
|
|
@@ -1188,7 +1119,6 @@ exports[`LoadingIndicator renders correctly when themeVariant is text-secondary
|
|
|
1188
1119
|
>
|
|
1189
1120
|
<View
|
|
1190
1121
|
collapsable={false}
|
|
1191
|
-
nativeID="animatedComponent"
|
|
1192
1122
|
size={12}
|
|
1193
1123
|
style={
|
|
1194
1124
|
Array [
|
|
@@ -5,7 +5,6 @@ exports[`UtilityButton snapshot has intent primary style 1`] = `
|
|
|
5
5
|
accessible={true}
|
|
6
6
|
collapsable={false}
|
|
7
7
|
focusable={true}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
8
|
onClick={[Function]}
|
|
10
9
|
onResponderGrant={[Function]}
|
|
11
10
|
onResponderMove={[Function]}
|
|
@@ -89,7 +88,6 @@ exports[`UtilityButton snapshot has intent text style 1`] = `
|
|
|
89
88
|
accessible={true}
|
|
90
89
|
collapsable={false}
|
|
91
90
|
focusable={true}
|
|
92
|
-
nativeID="animatedComponent"
|
|
93
91
|
onClick={[Function]}
|
|
94
92
|
onResponderGrant={[Function]}
|
|
95
93
|
onResponderMove={[Function]}
|
|
@@ -5,7 +5,6 @@ exports[`StyledButtonContainer has filled-danger style 1`] = `
|
|
|
5
5
|
accessible={true}
|
|
6
6
|
collapsable={false}
|
|
7
7
|
focusable={false}
|
|
8
|
-
nativeID="animatedComponent"
|
|
9
8
|
onClick={[Function]}
|
|
10
9
|
onResponderGrant={[Function]}
|
|
11
10
|
onResponderMove={[Function]}
|
|
@@ -37,7 +36,6 @@ exports[`StyledButtonContainer has filled-primary style 1`] = `
|
|
|
37
36
|
accessible={true}
|
|
38
37
|
collapsable={false}
|
|
39
38
|
focusable={false}
|
|
40
|
-
nativeID="animatedComponent"
|
|
41
39
|
onClick={[Function]}
|
|
42
40
|
onResponderGrant={[Function]}
|
|
43
41
|
onResponderMove={[Function]}
|
|
@@ -69,7 +67,6 @@ exports[`StyledButtonContainer has filled-secondary style 1`] = `
|
|
|
69
67
|
accessible={true}
|
|
70
68
|
collapsable={false}
|
|
71
69
|
focusable={false}
|
|
72
|
-
nativeID="animatedComponent"
|
|
73
70
|
onClick={[Function]}
|
|
74
71
|
onResponderGrant={[Function]}
|
|
75
72
|
onResponderMove={[Function]}
|
|
@@ -101,7 +98,6 @@ exports[`StyledButtonContainer has outlined-danger style 1`] = `
|
|
|
101
98
|
accessible={true}
|
|
102
99
|
collapsable={false}
|
|
103
100
|
focusable={false}
|
|
104
|
-
nativeID="animatedComponent"
|
|
105
101
|
onClick={[Function]}
|
|
106
102
|
onResponderGrant={[Function]}
|
|
107
103
|
onResponderMove={[Function]}
|
|
@@ -135,7 +131,6 @@ exports[`StyledButtonContainer has outlined-primary style 1`] = `
|
|
|
135
131
|
accessible={true}
|
|
136
132
|
collapsable={false}
|
|
137
133
|
focusable={false}
|
|
138
|
-
nativeID="animatedComponent"
|
|
139
134
|
onClick={[Function]}
|
|
140
135
|
onResponderGrant={[Function]}
|
|
141
136
|
onResponderMove={[Function]}
|
|
@@ -169,7 +164,6 @@ exports[`StyledButtonContainer has outlined-secondary style 1`] = `
|
|
|
169
164
|
accessible={true}
|
|
170
165
|
collapsable={false}
|
|
171
166
|
focusable={false}
|
|
172
|
-
nativeID="animatedComponent"
|
|
173
167
|
onClick={[Function]}
|
|
174
168
|
onResponderGrant={[Function]}
|
|
175
169
|
onResponderMove={[Function]}
|
|
@@ -203,7 +197,6 @@ exports[`StyledButtonContainer has text-danger style 1`] = `
|
|
|
203
197
|
accessible={true}
|
|
204
198
|
collapsable={false}
|
|
205
199
|
focusable={false}
|
|
206
|
-
nativeID="animatedComponent"
|
|
207
200
|
onClick={[Function]}
|
|
208
201
|
onResponderGrant={[Function]}
|
|
209
202
|
onResponderMove={[Function]}
|
|
@@ -233,7 +226,6 @@ exports[`StyledButtonContainer has text-primary style 1`] = `
|
|
|
233
226
|
accessible={true}
|
|
234
227
|
collapsable={false}
|
|
235
228
|
focusable={false}
|
|
236
|
-
nativeID="animatedComponent"
|
|
237
229
|
onClick={[Function]}
|
|
238
230
|
onResponderGrant={[Function]}
|
|
239
231
|
onResponderMove={[Function]}
|
|
@@ -263,7 +255,6 @@ exports[`StyledButtonContainer has text-secondary style 1`] = `
|
|
|
263
255
|
accessible={true}
|
|
264
256
|
collapsable={false}
|
|
265
257
|
focusable={false}
|
|
266
|
-
nativeID="animatedComponent"
|
|
267
258
|
onClick={[Function]}
|
|
268
259
|
onResponderGrant={[Function]}
|
|
269
260
|
onResponderMove={[Function]}
|
|
@@ -290,10 +281,14 @@ exports[`StyledButtonContainer has text-secondary style 1`] = `
|
|
|
290
281
|
|
|
291
282
|
exports[`StyledButtonContainer renders disabled correctly 1`] = `
|
|
292
283
|
<View
|
|
284
|
+
accessibilityState={
|
|
285
|
+
Object {
|
|
286
|
+
"disabled": true,
|
|
287
|
+
}
|
|
288
|
+
}
|
|
293
289
|
accessible={true}
|
|
294
290
|
collapsable={false}
|
|
295
291
|
focusable={false}
|
|
296
|
-
nativeID="animatedComponent"
|
|
297
292
|
onClick={[Function]}
|
|
298
293
|
onResponderGrant={[Function]}
|
|
299
294
|
onResponderMove={[Function]}
|
|
@@ -20,7 +20,6 @@ exports[`CalendarRowItem renders correctly 1`] = `
|
|
|
20
20
|
accessible={true}
|
|
21
21
|
collapsable={false}
|
|
22
22
|
focusable={true}
|
|
23
|
-
nativeID="animatedComponent"
|
|
24
23
|
onClick={[Function]}
|
|
25
24
|
onResponderGrant={[Function]}
|
|
26
25
|
onResponderMove={[Function]}
|
|
@@ -103,7 +102,6 @@ exports[`CalendarRowItem renders correctly 2`] = `
|
|
|
103
102
|
accessible={true}
|
|
104
103
|
collapsable={false}
|
|
105
104
|
focusable={true}
|
|
106
|
-
nativeID="animatedComponent"
|
|
107
105
|
onClick={[Function]}
|
|
108
106
|
onResponderGrant={[Function]}
|
|
109
107
|
onResponderMove={[Function]}
|
|
@@ -186,7 +184,6 @@ exports[`CalendarRowItem renders correctly when is current date 1`] = `
|
|
|
186
184
|
accessible={true}
|
|
187
185
|
collapsable={false}
|
|
188
186
|
focusable={true}
|
|
189
|
-
nativeID="animatedComponent"
|
|
190
187
|
onClick={[Function]}
|
|
191
188
|
onResponderGrant={[Function]}
|
|
192
189
|
onResponderMove={[Function]}
|
|
@@ -269,7 +266,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
269
266
|
accessible={true}
|
|
270
267
|
collapsable={false}
|
|
271
268
|
focusable={true}
|
|
272
|
-
nativeID="animatedComponent"
|
|
273
269
|
onClick={[Function]}
|
|
274
270
|
onResponderGrant={[Function]}
|
|
275
271
|
onResponderMove={[Function]}
|
|
@@ -352,7 +348,6 @@ exports[`CalendarRowItem renders correctly when selected, and is current date eq
|
|
|
352
348
|
accessible={true}
|
|
353
349
|
collapsable={false}
|
|
354
350
|
focusable={true}
|
|
355
|
-
nativeID="animatedComponent"
|
|
356
351
|
onClick={[Function]}
|
|
357
352
|
onResponderGrant={[Function]}
|
|
358
353
|
onResponderMove={[Function]}
|
|
@@ -39,7 +39,6 @@ exports[`StyledWrapper renders correctly when disabled is false, withBorder is f
|
|
|
39
39
|
accessible={true}
|
|
40
40
|
collapsable={false}
|
|
41
41
|
focusable={false}
|
|
42
|
-
nativeID="animatedComponent"
|
|
43
42
|
onClick={[Function]}
|
|
44
43
|
onResponderGrant={[Function]}
|
|
45
44
|
onResponderMove={[Function]}
|
|
@@ -61,7 +60,6 @@ exports[`StyledWrapper renders correctly when disabled is false, withBorder is t
|
|
|
61
60
|
accessible={true}
|
|
62
61
|
collapsable={false}
|
|
63
62
|
focusable={false}
|
|
64
|
-
nativeID="animatedComponent"
|
|
65
63
|
onClick={[Function]}
|
|
66
64
|
onResponderGrant={[Function]}
|
|
67
65
|
onResponderMove={[Function]}
|
|
@@ -87,7 +85,6 @@ exports[`StyledWrapper renders correctly when disabled is true, withBorder is tr
|
|
|
87
85
|
accessible={true}
|
|
88
86
|
collapsable={false}
|
|
89
87
|
focusable={false}
|
|
90
|
-
nativeID="animatedComponent"
|
|
91
88
|
onClick={[Function]}
|
|
92
89
|
onResponderGrant={[Function]}
|
|
93
90
|
onResponderMove={[Function]}
|