@jobber/components-native 0.82.1-JOB-131123-c660de8.42 → 0.82.1-JOB-131123-a47a8a6.43
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/Typography/Typography.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/Heading/__snapshots__/Heading.test.tsx.snap +8 -8
- package/src/StatusLabel/__snapshots__/StatusLabel.test.tsx.snap +7 -7
- package/src/Text/__snapshots__/Text.test.tsx.snap +20 -20
- package/src/TextList/__snapshots__/TextList.test.tsx.snap +4 -4
- package/src/Typography/Typography.tsx +1 -1
- package/src/Typography/__snapshots__/Typography.test.tsx.snap +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components-native",
|
|
3
|
-
"version": "0.82.1-JOB-131123-
|
|
3
|
+
"version": "0.82.1-JOB-131123-a47a8a6.43+a47a8a65",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React Native implementation of Atlantis",
|
|
6
6
|
"repository": {
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"react-native-safe-area-context": "^5.4.0",
|
|
80
80
|
"react-native-svg": ">=12.0.0"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "a47a8a6563628b79a5760964fb275c1f99049258"
|
|
83
83
|
}
|
|
@@ -6,7 +6,7 @@ exports[`when Heading called with Subtitle variation should match snapshot 1`] =
|
|
|
6
6
|
adjustsFontSizeToFit={false}
|
|
7
7
|
allowFontScaling={true}
|
|
8
8
|
collapsable={false}
|
|
9
|
-
ellipsizeMode="
|
|
9
|
+
ellipsizeMode="tail"
|
|
10
10
|
maxFontSizeMultiplier={1}
|
|
11
11
|
selectable={true}
|
|
12
12
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -41,7 +41,7 @@ exports[`when Heading called with an alignment should match snapshot 1`] = `
|
|
|
41
41
|
adjustsFontSizeToFit={false}
|
|
42
42
|
allowFontScaling={true}
|
|
43
43
|
collapsable={false}
|
|
44
|
-
ellipsizeMode="
|
|
44
|
+
ellipsizeMode="tail"
|
|
45
45
|
selectable={true}
|
|
46
46
|
selectionColor="hsl(86, 100%, 46%)"
|
|
47
47
|
style={
|
|
@@ -75,7 +75,7 @@ exports[`when Heading called with maxLines should match snapshot 1`] = `
|
|
|
75
75
|
adjustsFontSizeToFit={false}
|
|
76
76
|
allowFontScaling={true}
|
|
77
77
|
collapsable={false}
|
|
78
|
-
ellipsizeMode="
|
|
78
|
+
ellipsizeMode="tail"
|
|
79
79
|
numberOfLines={1}
|
|
80
80
|
selectable={true}
|
|
81
81
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -110,7 +110,7 @@ exports[`when Heading called with reverseTheme should match snapshot 1`] = `
|
|
|
110
110
|
adjustsFontSizeToFit={false}
|
|
111
111
|
allowFontScaling={true}
|
|
112
112
|
collapsable={false}
|
|
113
|
-
ellipsizeMode="
|
|
113
|
+
ellipsizeMode="tail"
|
|
114
114
|
selectable={true}
|
|
115
115
|
selectionColor="hsl(86, 100%, 46%)"
|
|
116
116
|
style={
|
|
@@ -144,7 +144,7 @@ exports[`when Heading called with sub-heading variation and text-color should ma
|
|
|
144
144
|
adjustsFontSizeToFit={false}
|
|
145
145
|
allowFontScaling={true}
|
|
146
146
|
collapsable={false}
|
|
147
|
-
ellipsizeMode="
|
|
147
|
+
ellipsizeMode="tail"
|
|
148
148
|
maxFontSizeMultiplier={1.375}
|
|
149
149
|
selectable={true}
|
|
150
150
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -179,7 +179,7 @@ exports[`when Heading called with sub-heading variation should match snapshot 1`
|
|
|
179
179
|
adjustsFontSizeToFit={false}
|
|
180
180
|
allowFontScaling={true}
|
|
181
181
|
collapsable={false}
|
|
182
|
-
ellipsizeMode="
|
|
182
|
+
ellipsizeMode="tail"
|
|
183
183
|
maxFontSizeMultiplier={1.375}
|
|
184
184
|
selectable={true}
|
|
185
185
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -214,7 +214,7 @@ exports[`when Heading called with text as the only prop should match snapshot 1`
|
|
|
214
214
|
adjustsFontSizeToFit={false}
|
|
215
215
|
allowFontScaling={true}
|
|
216
216
|
collapsable={false}
|
|
217
|
-
ellipsizeMode="
|
|
217
|
+
ellipsizeMode="tail"
|
|
218
218
|
selectable={true}
|
|
219
219
|
selectionColor="hsl(86, 100%, 46%)"
|
|
220
220
|
style={
|
|
@@ -248,7 +248,7 @@ exports[`when Heading called with title variation should match snapshot 1`] = `
|
|
|
248
248
|
adjustsFontSizeToFit={false}
|
|
249
249
|
allowFontScaling={true}
|
|
250
250
|
collapsable={false}
|
|
251
|
-
ellipsizeMode="
|
|
251
|
+
ellipsizeMode="tail"
|
|
252
252
|
maxFontSizeMultiplier={1.0625}
|
|
253
253
|
selectable={true}
|
|
254
254
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -25,7 +25,7 @@ exports[`StatusLabel alignment when alignment prop set to "end" should match sna
|
|
|
25
25
|
adjustsFontSizeToFit={false}
|
|
26
26
|
allowFontScaling={true}
|
|
27
27
|
collapsable={false}
|
|
28
|
-
ellipsizeMode="
|
|
28
|
+
ellipsizeMode="tail"
|
|
29
29
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
30
30
|
selectable={true}
|
|
31
31
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -105,7 +105,7 @@ exports[`StatusLabel alignment when alignment prop set to default ("start") shou
|
|
|
105
105
|
adjustsFontSizeToFit={false}
|
|
106
106
|
allowFontScaling={true}
|
|
107
107
|
collapsable={false}
|
|
108
|
-
ellipsizeMode="
|
|
108
|
+
ellipsizeMode="tail"
|
|
109
109
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
110
110
|
selectable={true}
|
|
111
111
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -185,7 +185,7 @@ exports[`StatusLabel status when status prop set to "critical" should match snap
|
|
|
185
185
|
adjustsFontSizeToFit={false}
|
|
186
186
|
allowFontScaling={true}
|
|
187
187
|
collapsable={false}
|
|
188
|
-
ellipsizeMode="
|
|
188
|
+
ellipsizeMode="tail"
|
|
189
189
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
190
190
|
selectable={true}
|
|
191
191
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -265,7 +265,7 @@ exports[`StatusLabel status when status prop set to "inactive" should match snap
|
|
|
265
265
|
adjustsFontSizeToFit={false}
|
|
266
266
|
allowFontScaling={true}
|
|
267
267
|
collapsable={false}
|
|
268
|
-
ellipsizeMode="
|
|
268
|
+
ellipsizeMode="tail"
|
|
269
269
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
270
270
|
selectable={true}
|
|
271
271
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -345,7 +345,7 @@ exports[`StatusLabel status when status prop set to "informative" should match s
|
|
|
345
345
|
adjustsFontSizeToFit={false}
|
|
346
346
|
allowFontScaling={true}
|
|
347
347
|
collapsable={false}
|
|
348
|
-
ellipsizeMode="
|
|
348
|
+
ellipsizeMode="tail"
|
|
349
349
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
350
350
|
selectable={true}
|
|
351
351
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -425,7 +425,7 @@ exports[`StatusLabel status when status prop set to "warning" should match snaps
|
|
|
425
425
|
adjustsFontSizeToFit={false}
|
|
426
426
|
allowFontScaling={true}
|
|
427
427
|
collapsable={false}
|
|
428
|
-
ellipsizeMode="
|
|
428
|
+
ellipsizeMode="tail"
|
|
429
429
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
430
430
|
selectable={true}
|
|
431
431
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -505,7 +505,7 @@ exports[`StatusLabel status when status prop set to default ("success") should m
|
|
|
505
505
|
adjustsFontSizeToFit={false}
|
|
506
506
|
allowFontScaling={true}
|
|
507
507
|
collapsable={false}
|
|
508
|
-
ellipsizeMode="
|
|
508
|
+
ellipsizeMode="tail"
|
|
509
509
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
510
510
|
selectable={true}
|
|
511
511
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -6,7 +6,7 @@ exports[`renders text supporting with no additional props 1`] = `
|
|
|
6
6
|
adjustsFontSizeToFit={false}
|
|
7
7
|
allowFontScaling={true}
|
|
8
8
|
collapsable={false}
|
|
9
|
-
ellipsizeMode="
|
|
9
|
+
ellipsizeMode="tail"
|
|
10
10
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
11
11
|
selectable={true}
|
|
12
12
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -41,7 +41,7 @@ exports[`renders text supporting with variation success 1`] = `
|
|
|
41
41
|
adjustsFontSizeToFit={false}
|
|
42
42
|
allowFontScaling={true}
|
|
43
43
|
collapsable={false}
|
|
44
|
-
ellipsizeMode="
|
|
44
|
+
ellipsizeMode="tail"
|
|
45
45
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
46
46
|
selectable={true}
|
|
47
47
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -76,7 +76,7 @@ exports[`renders text supporting with variation success reverseTheme true 1`] =
|
|
|
76
76
|
adjustsFontSizeToFit={false}
|
|
77
77
|
allowFontScaling={true}
|
|
78
78
|
collapsable={false}
|
|
79
|
-
ellipsizeMode="
|
|
79
|
+
ellipsizeMode="tail"
|
|
80
80
|
maxFontSizeMultiplier={1.1428571428571428}
|
|
81
81
|
selectable={true}
|
|
82
82
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -111,7 +111,7 @@ exports[`renders text that is not scaled down with adjustsFontSize false 1`] = `
|
|
|
111
111
|
adjustsFontSizeToFit={false}
|
|
112
112
|
allowFontScaling={true}
|
|
113
113
|
collapsable={false}
|
|
114
|
-
ellipsizeMode="
|
|
114
|
+
ellipsizeMode="tail"
|
|
115
115
|
maxFontSizeMultiplier={3.125}
|
|
116
116
|
numberOfLines={4}
|
|
117
117
|
selectable={true}
|
|
@@ -147,7 +147,7 @@ exports[`renders text that is scaled down with adjustsFontSize true 1`] = `
|
|
|
147
147
|
adjustsFontSizeToFit={true}
|
|
148
148
|
allowFontScaling={true}
|
|
149
149
|
collapsable={false}
|
|
150
|
-
ellipsizeMode="
|
|
150
|
+
ellipsizeMode="tail"
|
|
151
151
|
maxFontSizeMultiplier={3.125}
|
|
152
152
|
numberOfLines={4}
|
|
153
153
|
selectable={true}
|
|
@@ -183,7 +183,7 @@ exports[`renders text with base variation 1`] = `
|
|
|
183
183
|
adjustsFontSizeToFit={false}
|
|
184
184
|
allowFontScaling={true}
|
|
185
185
|
collapsable={false}
|
|
186
|
-
ellipsizeMode="
|
|
186
|
+
ellipsizeMode="tail"
|
|
187
187
|
maxFontSizeMultiplier={3.125}
|
|
188
188
|
selectable={true}
|
|
189
189
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -218,7 +218,7 @@ exports[`renders text with center alignment 1`] = `
|
|
|
218
218
|
adjustsFontSizeToFit={false}
|
|
219
219
|
allowFontScaling={true}
|
|
220
220
|
collapsable={false}
|
|
221
|
-
ellipsizeMode="
|
|
221
|
+
ellipsizeMode="tail"
|
|
222
222
|
maxFontSizeMultiplier={3.125}
|
|
223
223
|
selectable={true}
|
|
224
224
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -253,7 +253,7 @@ exports[`renders text with error variation 1`] = `
|
|
|
253
253
|
adjustsFontSizeToFit={false}
|
|
254
254
|
allowFontScaling={true}
|
|
255
255
|
collapsable={false}
|
|
256
|
-
ellipsizeMode="
|
|
256
|
+
ellipsizeMode="tail"
|
|
257
257
|
maxFontSizeMultiplier={3.125}
|
|
258
258
|
selectable={true}
|
|
259
259
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -288,7 +288,7 @@ exports[`renders text with error variation reverseTheme true 1`] = `
|
|
|
288
288
|
adjustsFontSizeToFit={false}
|
|
289
289
|
allowFontScaling={true}
|
|
290
290
|
collapsable={false}
|
|
291
|
-
ellipsizeMode="
|
|
291
|
+
ellipsizeMode="tail"
|
|
292
292
|
maxFontSizeMultiplier={3.125}
|
|
293
293
|
selectable={true}
|
|
294
294
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -323,7 +323,7 @@ exports[`renders text with info variation 1`] = `
|
|
|
323
323
|
adjustsFontSizeToFit={false}
|
|
324
324
|
allowFontScaling={true}
|
|
325
325
|
collapsable={false}
|
|
326
|
-
ellipsizeMode="
|
|
326
|
+
ellipsizeMode="tail"
|
|
327
327
|
maxFontSizeMultiplier={3.125}
|
|
328
328
|
selectable={true}
|
|
329
329
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -358,7 +358,7 @@ exports[`renders text with left alignment 1`] = `
|
|
|
358
358
|
adjustsFontSizeToFit={false}
|
|
359
359
|
allowFontScaling={true}
|
|
360
360
|
collapsable={false}
|
|
361
|
-
ellipsizeMode="
|
|
361
|
+
ellipsizeMode="tail"
|
|
362
362
|
maxFontSizeMultiplier={3.125}
|
|
363
363
|
selectable={true}
|
|
364
364
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -393,7 +393,7 @@ exports[`renders text with no additional props 1`] = `
|
|
|
393
393
|
adjustsFontSizeToFit={false}
|
|
394
394
|
allowFontScaling={true}
|
|
395
395
|
collapsable={false}
|
|
396
|
-
ellipsizeMode="
|
|
396
|
+
ellipsizeMode="tail"
|
|
397
397
|
maxFontSizeMultiplier={3.125}
|
|
398
398
|
selectable={true}
|
|
399
399
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -428,7 +428,7 @@ exports[`renders text with right alignment 1`] = `
|
|
|
428
428
|
adjustsFontSizeToFit={false}
|
|
429
429
|
allowFontScaling={true}
|
|
430
430
|
collapsable={false}
|
|
431
|
-
ellipsizeMode="
|
|
431
|
+
ellipsizeMode="tail"
|
|
432
432
|
maxFontSizeMultiplier={3.125}
|
|
433
433
|
selectable={true}
|
|
434
434
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -463,7 +463,7 @@ exports[`renders text with subdued variation 1`] = `
|
|
|
463
463
|
adjustsFontSizeToFit={false}
|
|
464
464
|
allowFontScaling={true}
|
|
465
465
|
collapsable={false}
|
|
466
|
-
ellipsizeMode="
|
|
466
|
+
ellipsizeMode="tail"
|
|
467
467
|
maxFontSizeMultiplier={3.125}
|
|
468
468
|
selectable={true}
|
|
469
469
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -498,7 +498,7 @@ exports[`renders text with success variation 1`] = `
|
|
|
498
498
|
adjustsFontSizeToFit={false}
|
|
499
499
|
allowFontScaling={true}
|
|
500
500
|
collapsable={false}
|
|
501
|
-
ellipsizeMode="
|
|
501
|
+
ellipsizeMode="tail"
|
|
502
502
|
maxFontSizeMultiplier={3.125}
|
|
503
503
|
selectable={true}
|
|
504
504
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -533,7 +533,7 @@ exports[`renders text with success variation reverseTheme true 1`] = `
|
|
|
533
533
|
adjustsFontSizeToFit={false}
|
|
534
534
|
allowFontScaling={true}
|
|
535
535
|
collapsable={false}
|
|
536
|
-
ellipsizeMode="
|
|
536
|
+
ellipsizeMode="tail"
|
|
537
537
|
maxFontSizeMultiplier={3.125}
|
|
538
538
|
selectable={true}
|
|
539
539
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -568,7 +568,7 @@ exports[`renders text with underline styling 1`] = `
|
|
|
568
568
|
adjustsFontSizeToFit={false}
|
|
569
569
|
allowFontScaling={true}
|
|
570
570
|
collapsable={false}
|
|
571
|
-
ellipsizeMode="
|
|
571
|
+
ellipsizeMode="tail"
|
|
572
572
|
maxFontSizeMultiplier={3.125}
|
|
573
573
|
selectable={true}
|
|
574
574
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -610,7 +610,7 @@ exports[`renders text with warn variation 1`] = `
|
|
|
610
610
|
adjustsFontSizeToFit={false}
|
|
611
611
|
allowFontScaling={true}
|
|
612
612
|
collapsable={false}
|
|
613
|
-
ellipsizeMode="
|
|
613
|
+
ellipsizeMode="tail"
|
|
614
614
|
maxFontSizeMultiplier={3.125}
|
|
615
615
|
selectable={true}
|
|
616
616
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -645,7 +645,7 @@ exports[`renders with italic styling 1`] = `
|
|
|
645
645
|
adjustsFontSizeToFit={false}
|
|
646
646
|
allowFontScaling={true}
|
|
647
647
|
collapsable={false}
|
|
648
|
-
ellipsizeMode="
|
|
648
|
+
ellipsizeMode="tail"
|
|
649
649
|
maxFontSizeMultiplier={3.125}
|
|
650
650
|
selectable={true}
|
|
651
651
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -683,7 +683,7 @@ exports[`renders with strikethrough styling 1`] = `
|
|
|
683
683
|
adjustsFontSizeToFit={false}
|
|
684
684
|
allowFontScaling={true}
|
|
685
685
|
collapsable={false}
|
|
686
|
-
ellipsizeMode="
|
|
686
|
+
ellipsizeMode="tail"
|
|
687
687
|
maxFontSizeMultiplier={3.125}
|
|
688
688
|
selectable={true}
|
|
689
689
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -41,7 +41,7 @@ exports[`TextList when the bulletItems is provided displays the text list 1`] =
|
|
|
41
41
|
adjustsFontSizeToFit={false}
|
|
42
42
|
allowFontScaling={true}
|
|
43
43
|
collapsable={false}
|
|
44
|
-
ellipsizeMode="
|
|
44
|
+
ellipsizeMode="tail"
|
|
45
45
|
maxFontSizeMultiplier={3.125}
|
|
46
46
|
selectable={true}
|
|
47
47
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -81,7 +81,7 @@ exports[`TextList when the bulletItems is provided displays the text list 1`] =
|
|
|
81
81
|
adjustsFontSizeToFit={false}
|
|
82
82
|
allowFontScaling={true}
|
|
83
83
|
collapsable={false}
|
|
84
|
-
ellipsizeMode="
|
|
84
|
+
ellipsizeMode="tail"
|
|
85
85
|
maxFontSizeMultiplier={3.125}
|
|
86
86
|
selectable={true}
|
|
87
87
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -135,7 +135,7 @@ exports[`TextList when the bulletItems is provided displays the text list 1`] =
|
|
|
135
135
|
adjustsFontSizeToFit={false}
|
|
136
136
|
allowFontScaling={true}
|
|
137
137
|
collapsable={false}
|
|
138
|
-
ellipsizeMode="
|
|
138
|
+
ellipsizeMode="tail"
|
|
139
139
|
maxFontSizeMultiplier={3.125}
|
|
140
140
|
selectable={true}
|
|
141
141
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -175,7 +175,7 @@ exports[`TextList when the bulletItems is provided displays the text list 1`] =
|
|
|
175
175
|
adjustsFontSizeToFit={false}
|
|
176
176
|
allowFontScaling={true}
|
|
177
177
|
collapsable={false}
|
|
178
|
-
ellipsizeMode="
|
|
178
|
+
ellipsizeMode="tail"
|
|
179
179
|
maxFontSizeMultiplier={3.125}
|
|
180
180
|
selectable={true}
|
|
181
181
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -212,7 +212,7 @@ function InternalTypography<T extends FontFamily = "base">({
|
|
|
212
212
|
adjustsFontSizeToFit,
|
|
213
213
|
style,
|
|
214
214
|
numberOfLines: numberOfLinesForNativeText,
|
|
215
|
-
ellipsizeMode: "
|
|
215
|
+
ellipsizeMode: "tail",
|
|
216
216
|
}}
|
|
217
217
|
{...accessibilityProps}
|
|
218
218
|
maxFontSizeMultiplier={getScaleMultiplier(
|
|
@@ -6,7 +6,7 @@ exports[`renders text respecting the text direction 1`] = `
|
|
|
6
6
|
adjustsFontSizeToFit={false}
|
|
7
7
|
allowFontScaling={true}
|
|
8
8
|
collapsable={false}
|
|
9
|
-
ellipsizeMode="
|
|
9
|
+
ellipsizeMode="tail"
|
|
10
10
|
selectable={true}
|
|
11
11
|
selectionColor="hsl(86, 100%, 46%)"
|
|
12
12
|
style={
|
|
@@ -40,7 +40,7 @@ exports[`renders text using the maxLines is also passed 1`] = `
|
|
|
40
40
|
adjustsFontSizeToFit={false}
|
|
41
41
|
allowFontScaling={true}
|
|
42
42
|
collapsable={false}
|
|
43
|
-
ellipsizeMode="
|
|
43
|
+
ellipsizeMode="tail"
|
|
44
44
|
numberOfLines={2}
|
|
45
45
|
selectable={true}
|
|
46
46
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -75,7 +75,7 @@ exports[`renders text with adjustsFontSizeToFit set to true 1`] = `
|
|
|
75
75
|
adjustsFontSizeToFit={true}
|
|
76
76
|
allowFontScaling={true}
|
|
77
77
|
collapsable={false}
|
|
78
|
-
ellipsizeMode="
|
|
78
|
+
ellipsizeMode="tail"
|
|
79
79
|
numberOfLines={1}
|
|
80
80
|
selectable={true}
|
|
81
81
|
selectionColor="hsl(86, 100%, 46%)"
|
|
@@ -110,7 +110,7 @@ exports[`renders text with black style and display as fontFamily 1`] = `
|
|
|
110
110
|
adjustsFontSizeToFit={false}
|
|
111
111
|
allowFontScaling={true}
|
|
112
112
|
collapsable={false}
|
|
113
|
-
ellipsizeMode="
|
|
113
|
+
ellipsizeMode="tail"
|
|
114
114
|
selectable={true}
|
|
115
115
|
selectionColor="hsl(86, 100%, 46%)"
|
|
116
116
|
style={
|
|
@@ -144,7 +144,7 @@ exports[`renders text with bold style 1`] = `
|
|
|
144
144
|
adjustsFontSizeToFit={false}
|
|
145
145
|
allowFontScaling={true}
|
|
146
146
|
collapsable={false}
|
|
147
|
-
ellipsizeMode="
|
|
147
|
+
ellipsizeMode="tail"
|
|
148
148
|
selectable={true}
|
|
149
149
|
selectionColor="hsl(86, 100%, 46%)"
|
|
150
150
|
style={
|
|
@@ -178,7 +178,7 @@ exports[`renders text with bold style and display as fontFamily 1`] = `
|
|
|
178
178
|
adjustsFontSizeToFit={false}
|
|
179
179
|
allowFontScaling={true}
|
|
180
180
|
collapsable={false}
|
|
181
|
-
ellipsizeMode="
|
|
181
|
+
ellipsizeMode="tail"
|
|
182
182
|
selectable={true}
|
|
183
183
|
selectionColor="hsl(86, 100%, 46%)"
|
|
184
184
|
style={
|
|
@@ -212,7 +212,7 @@ exports[`renders text with bold weight and italic style 1`] = `
|
|
|
212
212
|
adjustsFontSizeToFit={false}
|
|
213
213
|
allowFontScaling={true}
|
|
214
214
|
collapsable={false}
|
|
215
|
-
ellipsizeMode="
|
|
215
|
+
ellipsizeMode="tail"
|
|
216
216
|
selectable={true}
|
|
217
217
|
selectionColor="hsl(86, 100%, 46%)"
|
|
218
218
|
style={
|
|
@@ -249,7 +249,7 @@ exports[`renders text with center align 1`] = `
|
|
|
249
249
|
adjustsFontSizeToFit={false}
|
|
250
250
|
allowFontScaling={true}
|
|
251
251
|
collapsable={false}
|
|
252
|
-
ellipsizeMode="
|
|
252
|
+
ellipsizeMode="tail"
|
|
253
253
|
selectable={true}
|
|
254
254
|
selectionColor="hsl(86, 100%, 46%)"
|
|
255
255
|
style={
|
|
@@ -283,7 +283,7 @@ exports[`renders text with default color 1`] = `
|
|
|
283
283
|
adjustsFontSizeToFit={false}
|
|
284
284
|
allowFontScaling={true}
|
|
285
285
|
collapsable={false}
|
|
286
|
-
ellipsizeMode="
|
|
286
|
+
ellipsizeMode="tail"
|
|
287
287
|
selectable={true}
|
|
288
288
|
selectionColor="hsl(86, 100%, 46%)"
|
|
289
289
|
style={
|
|
@@ -317,7 +317,7 @@ exports[`renders text with default size 1`] = `
|
|
|
317
317
|
adjustsFontSizeToFit={false}
|
|
318
318
|
allowFontScaling={true}
|
|
319
319
|
collapsable={false}
|
|
320
|
-
ellipsizeMode="
|
|
320
|
+
ellipsizeMode="tail"
|
|
321
321
|
selectable={true}
|
|
322
322
|
selectionColor="hsl(86, 100%, 46%)"
|
|
323
323
|
style={
|
|
@@ -351,7 +351,7 @@ exports[`renders text with extraBold weight and display as fontFamily 1`] = `
|
|
|
351
351
|
adjustsFontSizeToFit={false}
|
|
352
352
|
allowFontScaling={true}
|
|
353
353
|
collapsable={false}
|
|
354
|
-
ellipsizeMode="
|
|
354
|
+
ellipsizeMode="tail"
|
|
355
355
|
selectable={true}
|
|
356
356
|
selectionColor="hsl(86, 100%, 46%)"
|
|
357
357
|
style={
|
|
@@ -385,7 +385,7 @@ exports[`renders text with green color 1`] = `
|
|
|
385
385
|
adjustsFontSizeToFit={false}
|
|
386
386
|
allowFontScaling={true}
|
|
387
387
|
collapsable={false}
|
|
388
|
-
ellipsizeMode="
|
|
388
|
+
ellipsizeMode="tail"
|
|
389
389
|
selectable={true}
|
|
390
390
|
selectionColor="hsl(86, 100%, 46%)"
|
|
391
391
|
style={
|
|
@@ -419,7 +419,7 @@ exports[`renders text with italic style 1`] = `
|
|
|
419
419
|
adjustsFontSizeToFit={false}
|
|
420
420
|
allowFontScaling={true}
|
|
421
421
|
collapsable={false}
|
|
422
|
-
ellipsizeMode="
|
|
422
|
+
ellipsizeMode="tail"
|
|
423
423
|
selectable={true}
|
|
424
424
|
selectionColor="hsl(86, 100%, 46%)"
|
|
425
425
|
style={
|
|
@@ -456,7 +456,7 @@ exports[`renders text with large size 1`] = `
|
|
|
456
456
|
adjustsFontSizeToFit={false}
|
|
457
457
|
allowFontScaling={true}
|
|
458
458
|
collapsable={false}
|
|
459
|
-
ellipsizeMode="
|
|
459
|
+
ellipsizeMode="tail"
|
|
460
460
|
selectable={true}
|
|
461
461
|
selectionColor="hsl(86, 100%, 46%)"
|
|
462
462
|
style={
|
|
@@ -490,7 +490,7 @@ exports[`renders text with letter spacing 1`] = `
|
|
|
490
490
|
adjustsFontSizeToFit={false}
|
|
491
491
|
allowFontScaling={true}
|
|
492
492
|
collapsable={false}
|
|
493
|
-
ellipsizeMode="
|
|
493
|
+
ellipsizeMode="tail"
|
|
494
494
|
selectable={true}
|
|
495
495
|
selectionColor="hsl(86, 100%, 46%)"
|
|
496
496
|
style={
|
|
@@ -524,7 +524,7 @@ exports[`renders text with line height override 1`] = `
|
|
|
524
524
|
adjustsFontSizeToFit={false}
|
|
525
525
|
allowFontScaling={true}
|
|
526
526
|
collapsable={false}
|
|
527
|
-
ellipsizeMode="
|
|
527
|
+
ellipsizeMode="tail"
|
|
528
528
|
selectable={true}
|
|
529
529
|
selectionColor="hsl(86, 100%, 46%)"
|
|
530
530
|
style={
|
|
@@ -558,7 +558,7 @@ exports[`renders text with lowercase transform 1`] = `
|
|
|
558
558
|
adjustsFontSizeToFit={false}
|
|
559
559
|
allowFontScaling={true}
|
|
560
560
|
collapsable={false}
|
|
561
|
-
ellipsizeMode="
|
|
561
|
+
ellipsizeMode="tail"
|
|
562
562
|
selectable={true}
|
|
563
563
|
selectionColor="hsl(86, 100%, 46%)"
|
|
564
564
|
style={
|
|
@@ -592,7 +592,7 @@ exports[`renders text with multiple properties 1`] = `
|
|
|
592
592
|
adjustsFontSizeToFit={false}
|
|
593
593
|
allowFontScaling={true}
|
|
594
594
|
collapsable={false}
|
|
595
|
-
ellipsizeMode="
|
|
595
|
+
ellipsizeMode="tail"
|
|
596
596
|
selectable={true}
|
|
597
597
|
selectionColor="hsl(86, 100%, 46%)"
|
|
598
598
|
style={
|
|
@@ -626,7 +626,7 @@ exports[`renders text with no additional props 1`] = `
|
|
|
626
626
|
adjustsFontSizeToFit={false}
|
|
627
627
|
allowFontScaling={true}
|
|
628
628
|
collapsable={false}
|
|
629
|
-
ellipsizeMode="
|
|
629
|
+
ellipsizeMode="tail"
|
|
630
630
|
selectable={true}
|
|
631
631
|
selectionColor="hsl(86, 100%, 46%)"
|
|
632
632
|
style={
|
|
@@ -660,7 +660,7 @@ exports[`renders text with regular style 1`] = `
|
|
|
660
660
|
adjustsFontSizeToFit={false}
|
|
661
661
|
allowFontScaling={true}
|
|
662
662
|
collapsable={false}
|
|
663
|
-
ellipsizeMode="
|
|
663
|
+
ellipsizeMode="tail"
|
|
664
664
|
selectable={true}
|
|
665
665
|
selectionColor="hsl(86, 100%, 46%)"
|
|
666
666
|
style={
|
|
@@ -694,7 +694,7 @@ exports[`renders text with reverseTheme false with reversible color 1`] = `
|
|
|
694
694
|
adjustsFontSizeToFit={false}
|
|
695
695
|
allowFontScaling={true}
|
|
696
696
|
collapsable={false}
|
|
697
|
-
ellipsizeMode="
|
|
697
|
+
ellipsizeMode="tail"
|
|
698
698
|
selectable={true}
|
|
699
699
|
selectionColor="hsl(86, 100%, 46%)"
|
|
700
700
|
style={
|
|
@@ -728,7 +728,7 @@ exports[`renders text with reverseTheme true with reversible color 1`] = `
|
|
|
728
728
|
adjustsFontSizeToFit={false}
|
|
729
729
|
allowFontScaling={true}
|
|
730
730
|
collapsable={false}
|
|
731
|
-
ellipsizeMode="
|
|
731
|
+
ellipsizeMode="tail"
|
|
732
732
|
selectable={true}
|
|
733
733
|
selectionColor="hsl(86, 100%, 46%)"
|
|
734
734
|
style={
|
|
@@ -762,7 +762,7 @@ exports[`renders text with semantic color 1`] = `
|
|
|
762
762
|
adjustsFontSizeToFit={false}
|
|
763
763
|
allowFontScaling={true}
|
|
764
764
|
collapsable={false}
|
|
765
|
-
ellipsizeMode="
|
|
765
|
+
ellipsizeMode="tail"
|
|
766
766
|
selectable={true}
|
|
767
767
|
selectionColor="hsl(86, 100%, 46%)"
|
|
768
768
|
style={
|
|
@@ -796,7 +796,7 @@ exports[`renders text with small size 1`] = `
|
|
|
796
796
|
adjustsFontSizeToFit={false}
|
|
797
797
|
allowFontScaling={true}
|
|
798
798
|
collapsable={false}
|
|
799
|
-
ellipsizeMode="
|
|
799
|
+
ellipsizeMode="tail"
|
|
800
800
|
selectable={true}
|
|
801
801
|
selectionColor="hsl(86, 100%, 46%)"
|
|
802
802
|
style={
|
|
@@ -830,7 +830,7 @@ exports[`renders text with strikethough styling 1`] = `
|
|
|
830
830
|
adjustsFontSizeToFit={false}
|
|
831
831
|
allowFontScaling={true}
|
|
832
832
|
collapsable={false}
|
|
833
|
-
ellipsizeMode="
|
|
833
|
+
ellipsizeMode="tail"
|
|
834
834
|
selectable={true}
|
|
835
835
|
selectionColor="hsl(86, 100%, 46%)"
|
|
836
836
|
style={
|
|
@@ -867,7 +867,7 @@ exports[`renders text with uppercase transform 1`] = `
|
|
|
867
867
|
adjustsFontSizeToFit={false}
|
|
868
868
|
allowFontScaling={true}
|
|
869
869
|
collapsable={false}
|
|
870
|
-
ellipsizeMode="
|
|
870
|
+
ellipsizeMode="tail"
|
|
871
871
|
selectable={true}
|
|
872
872
|
selectionColor="hsl(86, 100%, 46%)"
|
|
873
873
|
style={
|
|
@@ -901,7 +901,7 @@ exports[`renders text with white color 1`] = `
|
|
|
901
901
|
adjustsFontSizeToFit={false}
|
|
902
902
|
allowFontScaling={true}
|
|
903
903
|
collapsable={false}
|
|
904
|
-
ellipsizeMode="
|
|
904
|
+
ellipsizeMode="tail"
|
|
905
905
|
selectable={true}
|
|
906
906
|
selectionColor="hsl(86, 100%, 46%)"
|
|
907
907
|
style={
|
|
@@ -935,7 +935,7 @@ exports[`underline renders text with dashed underline 1`] = `
|
|
|
935
935
|
adjustsFontSizeToFit={false}
|
|
936
936
|
allowFontScaling={true}
|
|
937
937
|
collapsable={false}
|
|
938
|
-
ellipsizeMode="
|
|
938
|
+
ellipsizeMode="tail"
|
|
939
939
|
selectable={true}
|
|
940
940
|
selectionColor="hsl(86, 100%, 46%)"
|
|
941
941
|
style={
|
|
@@ -976,7 +976,7 @@ exports[`underline renders text with dotted underline 1`] = `
|
|
|
976
976
|
adjustsFontSizeToFit={false}
|
|
977
977
|
allowFontScaling={true}
|
|
978
978
|
collapsable={false}
|
|
979
|
-
ellipsizeMode="
|
|
979
|
+
ellipsizeMode="tail"
|
|
980
980
|
selectable={true}
|
|
981
981
|
selectionColor="hsl(86, 100%, 46%)"
|
|
982
982
|
style={
|
|
@@ -1017,7 +1017,7 @@ exports[`underline renders text with double underline 1`] = `
|
|
|
1017
1017
|
adjustsFontSizeToFit={false}
|
|
1018
1018
|
allowFontScaling={true}
|
|
1019
1019
|
collapsable={false}
|
|
1020
|
-
ellipsizeMode="
|
|
1020
|
+
ellipsizeMode="tail"
|
|
1021
1021
|
selectable={true}
|
|
1022
1022
|
selectionColor="hsl(86, 100%, 46%)"
|
|
1023
1023
|
style={
|
|
@@ -1058,7 +1058,7 @@ exports[`underline renders text with solid underline 1`] = `
|
|
|
1058
1058
|
adjustsFontSizeToFit={false}
|
|
1059
1059
|
allowFontScaling={true}
|
|
1060
1060
|
collapsable={false}
|
|
1061
|
-
ellipsizeMode="
|
|
1061
|
+
ellipsizeMode="tail"
|
|
1062
1062
|
selectable={true}
|
|
1063
1063
|
selectionColor="hsl(86, 100%, 46%)"
|
|
1064
1064
|
style={
|