@jobber/components-native 0.82.1-JOB-131123-a47a8a6.43 → 0.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +2 -2
- package/dist/src/InputSearch/InputSearch.js +4 -5
- package/dist/src/Text/Text.js +2 -2
- package/dist/src/Typography/Typography.js +2 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/Text/Text.d.ts +2 -6
- package/dist/types/src/Typography/Typography.d.ts +1 -3
- package/dist/types/src/Typography/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/Heading/__snapshots__/Heading.test.tsx.snap +0 -8
- package/src/InputSearch/InputSearch.tsx +4 -6
- package/src/StatusLabel/__snapshots__/StatusLabel.test.tsx.snap +0 -7
- package/src/Text/Text.test.tsx +6 -34
- package/src/Text/Text.tsx +0 -8
- package/src/Text/__snapshots__/Text.test.tsx.snap +1 -21
- package/src/TextList/__snapshots__/TextList.test.tsx.snap +0 -4
- package/src/Typography/Typography.test.tsx +1 -32
- package/src/Typography/Typography.tsx +0 -7
- package/src/Typography/__snapshots__/Typography.test.tsx.snap +0 -31
- package/src/Typography/index.ts +0 -1
|
@@ -6,7 +6,6 @@ exports[`renders text respecting the text direction 1`] = `
|
|
|
6
6
|
adjustsFontSizeToFit={false}
|
|
7
7
|
allowFontScaling={true}
|
|
8
8
|
collapsable={false}
|
|
9
|
-
ellipsizeMode="tail"
|
|
10
9
|
selectable={true}
|
|
11
10
|
selectionColor="hsl(86, 100%, 46%)"
|
|
12
11
|
style={
|
|
@@ -40,7 +39,6 @@ exports[`renders text using the maxLines is also passed 1`] = `
|
|
|
40
39
|
adjustsFontSizeToFit={false}
|
|
41
40
|
allowFontScaling={true}
|
|
42
41
|
collapsable={false}
|
|
43
|
-
ellipsizeMode="tail"
|
|
44
42
|
numberOfLines={2}
|
|
45
43
|
selectable={true}
|
|
46
44
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -75,7 +73,6 @@ exports[`renders text with adjustsFontSizeToFit set to true 1`] = `
|
|
|
75
73
|
adjustsFontSizeToFit={true}
|
|
76
74
|
allowFontScaling={true}
|
|
77
75
|
collapsable={false}
|
|
78
|
-
ellipsizeMode="tail"
|
|
79
76
|
numberOfLines={1}
|
|
80
77
|
selectable={true}
|
|
81
78
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -110,7 +107,6 @@ exports[`renders text with black style and display as fontFamily 1`] = `
|
|
|
110
107
|
adjustsFontSizeToFit={false}
|
|
111
108
|
allowFontScaling={true}
|
|
112
109
|
collapsable={false}
|
|
113
|
-
ellipsizeMode="tail"
|
|
114
110
|
selectable={true}
|
|
115
111
|
selectionColor="hsl(86, 100%, 46%)"
|
|
116
112
|
style={
|
|
@@ -144,7 +140,6 @@ exports[`renders text with bold style 1`] = `
|
|
|
144
140
|
adjustsFontSizeToFit={false}
|
|
145
141
|
allowFontScaling={true}
|
|
146
142
|
collapsable={false}
|
|
147
|
-
ellipsizeMode="tail"
|
|
148
143
|
selectable={true}
|
|
149
144
|
selectionColor="hsl(86, 100%, 46%)"
|
|
150
145
|
style={
|
|
@@ -178,7 +173,6 @@ exports[`renders text with bold style and display as fontFamily 1`] = `
|
|
|
178
173
|
adjustsFontSizeToFit={false}
|
|
179
174
|
allowFontScaling={true}
|
|
180
175
|
collapsable={false}
|
|
181
|
-
ellipsizeMode="tail"
|
|
182
176
|
selectable={true}
|
|
183
177
|
selectionColor="hsl(86, 100%, 46%)"
|
|
184
178
|
style={
|
|
@@ -212,7 +206,6 @@ exports[`renders text with bold weight and italic style 1`] = `
|
|
|
212
206
|
adjustsFontSizeToFit={false}
|
|
213
207
|
allowFontScaling={true}
|
|
214
208
|
collapsable={false}
|
|
215
|
-
ellipsizeMode="tail"
|
|
216
209
|
selectable={true}
|
|
217
210
|
selectionColor="hsl(86, 100%, 46%)"
|
|
218
211
|
style={
|
|
@@ -249,7 +242,6 @@ exports[`renders text with center align 1`] = `
|
|
|
249
242
|
adjustsFontSizeToFit={false}
|
|
250
243
|
allowFontScaling={true}
|
|
251
244
|
collapsable={false}
|
|
252
|
-
ellipsizeMode="tail"
|
|
253
245
|
selectable={true}
|
|
254
246
|
selectionColor="hsl(86, 100%, 46%)"
|
|
255
247
|
style={
|
|
@@ -283,7 +275,6 @@ exports[`renders text with default color 1`] = `
|
|
|
283
275
|
adjustsFontSizeToFit={false}
|
|
284
276
|
allowFontScaling={true}
|
|
285
277
|
collapsable={false}
|
|
286
|
-
ellipsizeMode="tail"
|
|
287
278
|
selectable={true}
|
|
288
279
|
selectionColor="hsl(86, 100%, 46%)"
|
|
289
280
|
style={
|
|
@@ -317,7 +308,6 @@ exports[`renders text with default size 1`] = `
|
|
|
317
308
|
adjustsFontSizeToFit={false}
|
|
318
309
|
allowFontScaling={true}
|
|
319
310
|
collapsable={false}
|
|
320
|
-
ellipsizeMode="tail"
|
|
321
311
|
selectable={true}
|
|
322
312
|
selectionColor="hsl(86, 100%, 46%)"
|
|
323
313
|
style={
|
|
@@ -351,7 +341,6 @@ exports[`renders text with extraBold weight and display as fontFamily 1`] = `
|
|
|
351
341
|
adjustsFontSizeToFit={false}
|
|
352
342
|
allowFontScaling={true}
|
|
353
343
|
collapsable={false}
|
|
354
|
-
ellipsizeMode="tail"
|
|
355
344
|
selectable={true}
|
|
356
345
|
selectionColor="hsl(86, 100%, 46%)"
|
|
357
346
|
style={
|
|
@@ -385,7 +374,6 @@ exports[`renders text with green color 1`] = `
|
|
|
385
374
|
adjustsFontSizeToFit={false}
|
|
386
375
|
allowFontScaling={true}
|
|
387
376
|
collapsable={false}
|
|
388
|
-
ellipsizeMode="tail"
|
|
389
377
|
selectable={true}
|
|
390
378
|
selectionColor="hsl(86, 100%, 46%)"
|
|
391
379
|
style={
|
|
@@ -419,7 +407,6 @@ exports[`renders text with italic style 1`] = `
|
|
|
419
407
|
adjustsFontSizeToFit={false}
|
|
420
408
|
allowFontScaling={true}
|
|
421
409
|
collapsable={false}
|
|
422
|
-
ellipsizeMode="tail"
|
|
423
410
|
selectable={true}
|
|
424
411
|
selectionColor="hsl(86, 100%, 46%)"
|
|
425
412
|
style={
|
|
@@ -456,7 +443,6 @@ exports[`renders text with large size 1`] = `
|
|
|
456
443
|
adjustsFontSizeToFit={false}
|
|
457
444
|
allowFontScaling={true}
|
|
458
445
|
collapsable={false}
|
|
459
|
-
ellipsizeMode="tail"
|
|
460
446
|
selectable={true}
|
|
461
447
|
selectionColor="hsl(86, 100%, 46%)"
|
|
462
448
|
style={
|
|
@@ -490,7 +476,6 @@ exports[`renders text with letter spacing 1`] = `
|
|
|
490
476
|
adjustsFontSizeToFit={false}
|
|
491
477
|
allowFontScaling={true}
|
|
492
478
|
collapsable={false}
|
|
493
|
-
ellipsizeMode="tail"
|
|
494
479
|
selectable={true}
|
|
495
480
|
selectionColor="hsl(86, 100%, 46%)"
|
|
496
481
|
style={
|
|
@@ -524,7 +509,6 @@ exports[`renders text with line height override 1`] = `
|
|
|
524
509
|
adjustsFontSizeToFit={false}
|
|
525
510
|
allowFontScaling={true}
|
|
526
511
|
collapsable={false}
|
|
527
|
-
ellipsizeMode="tail"
|
|
528
512
|
selectable={true}
|
|
529
513
|
selectionColor="hsl(86, 100%, 46%)"
|
|
530
514
|
style={
|
|
@@ -558,7 +542,6 @@ exports[`renders text with lowercase transform 1`] = `
|
|
|
558
542
|
adjustsFontSizeToFit={false}
|
|
559
543
|
allowFontScaling={true}
|
|
560
544
|
collapsable={false}
|
|
561
|
-
ellipsizeMode="tail"
|
|
562
545
|
selectable={true}
|
|
563
546
|
selectionColor="hsl(86, 100%, 46%)"
|
|
564
547
|
style={
|
|
@@ -592,7 +575,6 @@ exports[`renders text with multiple properties 1`] = `
|
|
|
592
575
|
adjustsFontSizeToFit={false}
|
|
593
576
|
allowFontScaling={true}
|
|
594
577
|
collapsable={false}
|
|
595
|
-
ellipsizeMode="tail"
|
|
596
578
|
selectable={true}
|
|
597
579
|
selectionColor="hsl(86, 100%, 46%)"
|
|
598
580
|
style={
|
|
@@ -626,7 +608,6 @@ exports[`renders text with no additional props 1`] = `
|
|
|
626
608
|
adjustsFontSizeToFit={false}
|
|
627
609
|
allowFontScaling={true}
|
|
628
610
|
collapsable={false}
|
|
629
|
-
ellipsizeMode="tail"
|
|
630
611
|
selectable={true}
|
|
631
612
|
selectionColor="hsl(86, 100%, 46%)"
|
|
632
613
|
style={
|
|
@@ -660,7 +641,6 @@ exports[`renders text with regular style 1`] = `
|
|
|
660
641
|
adjustsFontSizeToFit={false}
|
|
661
642
|
allowFontScaling={true}
|
|
662
643
|
collapsable={false}
|
|
663
|
-
ellipsizeMode="tail"
|
|
664
644
|
selectable={true}
|
|
665
645
|
selectionColor="hsl(86, 100%, 46%)"
|
|
666
646
|
style={
|
|
@@ -694,7 +674,6 @@ exports[`renders text with reverseTheme false with reversible color 1`] = `
|
|
|
694
674
|
adjustsFontSizeToFit={false}
|
|
695
675
|
allowFontScaling={true}
|
|
696
676
|
collapsable={false}
|
|
697
|
-
ellipsizeMode="tail"
|
|
698
677
|
selectable={true}
|
|
699
678
|
selectionColor="hsl(86, 100%, 46%)"
|
|
700
679
|
style={
|
|
@@ -728,7 +707,6 @@ exports[`renders text with reverseTheme true with reversible color 1`] = `
|
|
|
728
707
|
adjustsFontSizeToFit={false}
|
|
729
708
|
allowFontScaling={true}
|
|
730
709
|
collapsable={false}
|
|
731
|
-
ellipsizeMode="tail"
|
|
732
710
|
selectable={true}
|
|
733
711
|
selectionColor="hsl(86, 100%, 46%)"
|
|
734
712
|
style={
|
|
@@ -762,7 +740,6 @@ exports[`renders text with semantic color 1`] = `
|
|
|
762
740
|
adjustsFontSizeToFit={false}
|
|
763
741
|
allowFontScaling={true}
|
|
764
742
|
collapsable={false}
|
|
765
|
-
ellipsizeMode="tail"
|
|
766
743
|
selectable={true}
|
|
767
744
|
selectionColor="hsl(86, 100%, 46%)"
|
|
768
745
|
style={
|
|
@@ -796,7 +773,6 @@ exports[`renders text with small size 1`] = `
|
|
|
796
773
|
adjustsFontSizeToFit={false}
|
|
797
774
|
allowFontScaling={true}
|
|
798
775
|
collapsable={false}
|
|
799
|
-
ellipsizeMode="tail"
|
|
800
776
|
selectable={true}
|
|
801
777
|
selectionColor="hsl(86, 100%, 46%)"
|
|
802
778
|
style={
|
|
@@ -830,7 +806,6 @@ exports[`renders text with strikethough styling 1`] = `
|
|
|
830
806
|
adjustsFontSizeToFit={false}
|
|
831
807
|
allowFontScaling={true}
|
|
832
808
|
collapsable={false}
|
|
833
|
-
ellipsizeMode="tail"
|
|
834
809
|
selectable={true}
|
|
835
810
|
selectionColor="hsl(86, 100%, 46%)"
|
|
836
811
|
style={
|
|
@@ -867,7 +842,6 @@ exports[`renders text with uppercase transform 1`] = `
|
|
|
867
842
|
adjustsFontSizeToFit={false}
|
|
868
843
|
allowFontScaling={true}
|
|
869
844
|
collapsable={false}
|
|
870
|
-
ellipsizeMode="tail"
|
|
871
845
|
selectable={true}
|
|
872
846
|
selectionColor="hsl(86, 100%, 46%)"
|
|
873
847
|
style={
|
|
@@ -901,7 +875,6 @@ exports[`renders text with white color 1`] = `
|
|
|
901
875
|
adjustsFontSizeToFit={false}
|
|
902
876
|
allowFontScaling={true}
|
|
903
877
|
collapsable={false}
|
|
904
|
-
ellipsizeMode="tail"
|
|
905
878
|
selectable={true}
|
|
906
879
|
selectionColor="hsl(86, 100%, 46%)"
|
|
907
880
|
style={
|
|
@@ -935,7 +908,6 @@ exports[`underline renders text with dashed underline 1`] = `
|
|
|
935
908
|
adjustsFontSizeToFit={false}
|
|
936
909
|
allowFontScaling={true}
|
|
937
910
|
collapsable={false}
|
|
938
|
-
ellipsizeMode="tail"
|
|
939
911
|
selectable={true}
|
|
940
912
|
selectionColor="hsl(86, 100%, 46%)"
|
|
941
913
|
style={
|
|
@@ -976,7 +948,6 @@ exports[`underline renders text with dotted underline 1`] = `
|
|
|
976
948
|
adjustsFontSizeToFit={false}
|
|
977
949
|
allowFontScaling={true}
|
|
978
950
|
collapsable={false}
|
|
979
|
-
ellipsizeMode="tail"
|
|
980
951
|
selectable={true}
|
|
981
952
|
selectionColor="hsl(86, 100%, 46%)"
|
|
982
953
|
style={
|
|
@@ -1017,7 +988,6 @@ exports[`underline renders text with double underline 1`] = `
|
|
|
1017
988
|
adjustsFontSizeToFit={false}
|
|
1018
989
|
allowFontScaling={true}
|
|
1019
990
|
collapsable={false}
|
|
1020
|
-
ellipsizeMode="tail"
|
|
1021
991
|
selectable={true}
|
|
1022
992
|
selectionColor="hsl(86, 100%, 46%)"
|
|
1023
993
|
style={
|
|
@@ -1058,7 +1028,6 @@ exports[`underline renders text with solid underline 1`] = `
|
|
|
1058
1028
|
adjustsFontSizeToFit={false}
|
|
1059
1029
|
allowFontScaling={true}
|
|
1060
1030
|
collapsable={false}
|
|
1061
|
-
ellipsizeMode="tail"
|
|
1062
1031
|
selectable={true}
|
|
1063
1032
|
selectionColor="hsl(86, 100%, 46%)"
|
|
1064
1033
|
style={
|
package/src/Typography/index.ts
CHANGED