@hero-design/rn 8.12.3 → 8.12.4

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 (85) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/es/index.js +47 -15
  3. package/lib/index.js +47 -15
  4. package/package.json +5 -5
  5. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +8 -0
  6. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
  7. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  8. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  9. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +21 -4
  10. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +189 -36
  11. package/src/components/Avatar/StyledAvatar.tsx +11 -4
  12. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +21 -4
  13. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +42 -8
  14. package/src/components/Badge/StyledBadge.tsx +4 -2
  15. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +132 -42
  16. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
  17. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  18. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  19. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  20. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +10 -0
  21. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +10 -0
  22. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
  23. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  24. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +2 -0
  25. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
  26. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  27. package/src/components/ContentNavigator/__tests__/__snapshots__/StyledContentNavigator.spec.tsx.snap +1 -0
  28. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  29. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -0
  30. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +4 -0
  31. package/src/components/Empty/StyledEmpty.tsx +14 -13
  32. package/src/components/Empty/__tests__/__snapshots__/index.spec.tsx.snap +76 -20
  33. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +56 -16
  34. package/src/components/FAB/StyledFAB.tsx +3 -2
  35. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +1 -0
  36. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +22 -8
  37. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
  38. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +53 -8
  39. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
  40. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
  41. package/src/components/PinInput/StyledPinInput.tsx +6 -3
  42. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +93 -18
  43. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +73 -13
  44. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
  45. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +2 -0
  46. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +3 -0
  47. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
  48. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +23 -1
  49. package/src/components/SectionHeading/__tests__/index.spec.tsx +2 -2
  50. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  51. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
  52. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +38 -0
  53. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  54. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
  55. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +35 -0
  56. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
  57. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  58. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  59. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  60. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +24 -7
  61. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +22 -7
  62. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +27 -7
  63. package/src/components/Tag/StyledTag.tsx +3 -2
  64. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +167 -62
  65. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +22 -0
  66. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
  67. package/src/components/TextInput/index.tsx +2 -0
  68. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +5 -0
  69. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +7 -0
  70. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
  71. package/src/components/Typography/Text/index.tsx +2 -0
  72. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +17 -0
  73. package/src/theme/components/avatar.ts +11 -1
  74. package/src/theme/components/badge.ts +5 -1
  75. package/src/theme/components/pinInput.ts +14 -1
  76. package/types/components/Avatar/StyledAvatar.d.ts +4 -5
  77. package/types/components/Badge/StyledBadge.d.ts +3 -5
  78. package/types/components/Empty/StyledEmpty.d.ts +5 -9
  79. package/types/components/FAB/StyledFAB.d.ts +3 -5
  80. package/types/components/PinInput/StyledPinInput.d.ts +5 -9
  81. package/types/components/Tag/StyledTag.d.ts +3 -5
  82. package/types/components/Typography/Text/index.d.ts +1 -1
  83. package/types/theme/components/avatar.d.ts +10 -0
  84. package/types/theme/components/badge.d.ts +3 -0
  85. package/types/theme/components/pinInput.d.ts +4 -0
@@ -19,20 +19,33 @@ exports[`Tag has archived style when intent is archived 1`] = `
19
19
  themeVariant="outlined"
20
20
  >
21
21
  <Text
22
+ allowFontScaling={false}
22
23
  style={
23
24
  Array [
24
25
  Object {
25
- "color": "#737479",
26
- "fontFamily": "BeVietnamPro-SemiBold",
27
- "fontSize": 12,
28
- "includeFontPadding": false,
29
- "textAlign": "center",
30
- "textAlignVertical": "center",
26
+ "color": "#001f23",
27
+ "fontFamily": "BeVietnamPro-Regular",
28
+ "fontSize": 14,
29
+ "letterSpacing": 0.42,
30
+ "lineHeight": 22,
31
31
  },
32
- undefined,
32
+ Array [
33
+ Object {
34
+ "color": "#737479",
35
+ "fontFamily": "BeVietnamPro-SemiBold",
36
+ "fontSize": 12,
37
+ "includeFontPadding": false,
38
+ "textAlign": "center",
39
+ "textAlignVertical": "center",
40
+ },
41
+ undefined,
42
+ ],
33
43
  ]
34
44
  }
35
- themeIntent="archived"
45
+ themeFontSize="medium"
46
+ themeFontWeight="regular"
47
+ themeIntent="body"
48
+ themeTypeface="neutral"
36
49
  themeVariant="outlined"
37
50
  >
38
51
  ARCHIVED
@@ -59,20 +72,33 @@ exports[`Tag has archived style when intent is primary 1`] = `
59
72
  themeVariant="outlined"
60
73
  >
61
74
  <Text
75
+ allowFontScaling={false}
62
76
  style={
63
77
  Array [
64
78
  Object {
65
- "color": "#401960",
66
- "fontFamily": "BeVietnamPro-SemiBold",
67
- "fontSize": 12,
68
- "includeFontPadding": false,
69
- "textAlign": "center",
70
- "textAlignVertical": "center",
79
+ "color": "#001f23",
80
+ "fontFamily": "BeVietnamPro-Regular",
81
+ "fontSize": 14,
82
+ "letterSpacing": 0.42,
83
+ "lineHeight": 22,
71
84
  },
72
- undefined,
85
+ Array [
86
+ Object {
87
+ "color": "#401960",
88
+ "fontFamily": "BeVietnamPro-SemiBold",
89
+ "fontSize": 12,
90
+ "includeFontPadding": false,
91
+ "textAlign": "center",
92
+ "textAlignVertical": "center",
93
+ },
94
+ undefined,
95
+ ],
73
96
  ]
74
97
  }
75
- themeIntent="primary"
98
+ themeFontSize="medium"
99
+ themeFontWeight="regular"
100
+ themeIntent="body"
101
+ themeTypeface="neutral"
76
102
  themeVariant="outlined"
77
103
  >
78
104
  PRIMARY
@@ -99,20 +125,33 @@ exports[`Tag has danger style when intent is danger 1`] = `
99
125
  themeVariant="outlined"
100
126
  >
101
127
  <Text
128
+ allowFontScaling={false}
102
129
  style={
103
130
  Array [
104
131
  Object {
105
- "color": "#de350b",
106
- "fontFamily": "BeVietnamPro-SemiBold",
107
- "fontSize": 12,
108
- "includeFontPadding": false,
109
- "textAlign": "center",
110
- "textAlignVertical": "center",
132
+ "color": "#001f23",
133
+ "fontFamily": "BeVietnamPro-Regular",
134
+ "fontSize": 14,
135
+ "letterSpacing": 0.42,
136
+ "lineHeight": 22,
111
137
  },
112
- undefined,
138
+ Array [
139
+ Object {
140
+ "color": "#de350b",
141
+ "fontFamily": "BeVietnamPro-SemiBold",
142
+ "fontSize": 12,
143
+ "includeFontPadding": false,
144
+ "textAlign": "center",
145
+ "textAlignVertical": "center",
146
+ },
147
+ undefined,
148
+ ],
113
149
  ]
114
150
  }
115
- themeIntent="danger"
151
+ themeFontSize="medium"
152
+ themeFontWeight="regular"
153
+ themeIntent="body"
154
+ themeTypeface="neutral"
116
155
  themeVariant="outlined"
117
156
  >
118
157
  DANGER
@@ -139,20 +178,33 @@ exports[`Tag has info style when intent is info 1`] = `
139
178
  themeVariant="outlined"
140
179
  >
141
180
  <Text
181
+ allowFontScaling={false}
142
182
  style={
143
183
  Array [
144
184
  Object {
145
- "color": "#4568fb",
146
- "fontFamily": "BeVietnamPro-SemiBold",
147
- "fontSize": 12,
148
- "includeFontPadding": false,
149
- "textAlign": "center",
150
- "textAlignVertical": "center",
185
+ "color": "#001f23",
186
+ "fontFamily": "BeVietnamPro-Regular",
187
+ "fontSize": 14,
188
+ "letterSpacing": 0.42,
189
+ "lineHeight": 22,
151
190
  },
152
- undefined,
191
+ Array [
192
+ Object {
193
+ "color": "#4568fb",
194
+ "fontFamily": "BeVietnamPro-SemiBold",
195
+ "fontSize": 12,
196
+ "includeFontPadding": false,
197
+ "textAlign": "center",
198
+ "textAlignVertical": "center",
199
+ },
200
+ undefined,
201
+ ],
153
202
  ]
154
203
  }
155
- themeIntent="info"
204
+ themeFontSize="medium"
205
+ themeFontWeight="regular"
206
+ themeIntent="body"
207
+ themeTypeface="neutral"
156
208
  themeVariant="outlined"
157
209
  >
158
210
  INFO
@@ -179,20 +231,33 @@ exports[`Tag has success style when intent is success 1`] = `
179
231
  themeVariant="outlined"
180
232
  >
181
233
  <Text
234
+ allowFontScaling={false}
182
235
  style={
183
236
  Array [
184
237
  Object {
185
- "color": "#017d6d",
186
- "fontFamily": "BeVietnamPro-SemiBold",
187
- "fontSize": 12,
188
- "includeFontPadding": false,
189
- "textAlign": "center",
190
- "textAlignVertical": "center",
238
+ "color": "#001f23",
239
+ "fontFamily": "BeVietnamPro-Regular",
240
+ "fontSize": 14,
241
+ "letterSpacing": 0.42,
242
+ "lineHeight": 22,
191
243
  },
192
- undefined,
244
+ Array [
245
+ Object {
246
+ "color": "#017d6d",
247
+ "fontFamily": "BeVietnamPro-SemiBold",
248
+ "fontSize": 12,
249
+ "includeFontPadding": false,
250
+ "textAlign": "center",
251
+ "textAlignVertical": "center",
252
+ },
253
+ undefined,
254
+ ],
193
255
  ]
194
256
  }
195
- themeIntent="success"
257
+ themeFontSize="medium"
258
+ themeFontWeight="regular"
259
+ themeIntent="body"
260
+ themeTypeface="neutral"
196
261
  themeVariant="outlined"
197
262
  >
198
263
  SUCCESS
@@ -219,20 +284,33 @@ exports[`Tag has warning style when intent is warning 1`] = `
219
284
  themeVariant="outlined"
220
285
  >
221
286
  <Text
287
+ allowFontScaling={false}
222
288
  style={
223
289
  Array [
224
290
  Object {
225
- "color": "#ffa234",
226
- "fontFamily": "BeVietnamPro-SemiBold",
227
- "fontSize": 12,
228
- "includeFontPadding": false,
229
- "textAlign": "center",
230
- "textAlignVertical": "center",
291
+ "color": "#001f23",
292
+ "fontFamily": "BeVietnamPro-Regular",
293
+ "fontSize": 14,
294
+ "letterSpacing": 0.42,
295
+ "lineHeight": 22,
231
296
  },
232
- undefined,
297
+ Array [
298
+ Object {
299
+ "color": "#ffa234",
300
+ "fontFamily": "BeVietnamPro-SemiBold",
301
+ "fontSize": 12,
302
+ "includeFontPadding": false,
303
+ "textAlign": "center",
304
+ "textAlignVertical": "center",
305
+ },
306
+ undefined,
307
+ ],
233
308
  ]
234
309
  }
235
- themeIntent="warning"
310
+ themeFontSize="medium"
311
+ themeFontWeight="regular"
312
+ themeIntent="body"
313
+ themeTypeface="neutral"
236
314
  themeVariant="outlined"
237
315
  >
238
316
  WARNING
@@ -259,20 +337,33 @@ exports[`Tag renders correctly when variant is filled and intent is danger 1`] =
259
337
  themeVariant="filled"
260
338
  >
261
339
  <Text
340
+ allowFontScaling={false}
262
341
  style={
263
342
  Array [
264
343
  Object {
265
344
  "color": "#001f23",
266
- "fontFamily": "BeVietnamPro-SemiBold",
267
- "fontSize": 12,
268
- "includeFontPadding": false,
269
- "textAlign": "center",
270
- "textAlignVertical": "center",
345
+ "fontFamily": "BeVietnamPro-Regular",
346
+ "fontSize": 14,
347
+ "letterSpacing": 0.42,
348
+ "lineHeight": 22,
271
349
  },
272
- undefined,
350
+ Array [
351
+ Object {
352
+ "color": "#001f23",
353
+ "fontFamily": "BeVietnamPro-SemiBold",
354
+ "fontSize": 12,
355
+ "includeFontPadding": false,
356
+ "textAlign": "center",
357
+ "textAlignVertical": "center",
358
+ },
359
+ undefined,
360
+ ],
273
361
  ]
274
362
  }
275
- themeIntent="danger"
363
+ themeFontSize="medium"
364
+ themeFontWeight="regular"
365
+ themeIntent="body"
366
+ themeTypeface="neutral"
276
367
  themeVariant="filled"
277
368
  >
278
369
  DANGER
@@ -299,20 +390,33 @@ exports[`Tag renders correctly when variant is filled and intent is warning 1`]
299
390
  themeVariant="filled"
300
391
  >
301
392
  <Text
393
+ allowFontScaling={false}
302
394
  style={
303
395
  Array [
304
396
  Object {
305
397
  "color": "#001f23",
306
- "fontFamily": "BeVietnamPro-SemiBold",
307
- "fontSize": 12,
308
- "includeFontPadding": false,
309
- "textAlign": "center",
310
- "textAlignVertical": "center",
398
+ "fontFamily": "BeVietnamPro-Regular",
399
+ "fontSize": 14,
400
+ "letterSpacing": 0.42,
401
+ "lineHeight": 22,
311
402
  },
312
- undefined,
403
+ Array [
404
+ Object {
405
+ "color": "#001f23",
406
+ "fontFamily": "BeVietnamPro-SemiBold",
407
+ "fontSize": 12,
408
+ "includeFontPadding": false,
409
+ "textAlign": "center",
410
+ "textAlignVertical": "center",
411
+ },
412
+ undefined,
413
+ ],
313
414
  ]
314
415
  }
315
- themeIntent="warning"
416
+ themeFontSize="medium"
417
+ themeFontWeight="regular"
418
+ themeIntent="body"
419
+ themeTypeface="neutral"
316
420
  themeVariant="filled"
317
421
  >
318
422
  WARNING
@@ -339,6 +443,7 @@ exports[`Tag renders correctly with custom content 1`] = `
339
443
  themeVariant="outlined"
340
444
  >
341
445
  <Text
446
+ allowFontScaling={false}
342
447
  style={
343
448
  Array [
344
449
  Object {
@@ -2,6 +2,7 @@
2
2
 
3
3
  exports[`Label renders correctly with themeVariant default 1`] = `
4
4
  <Text
5
+ allowFontScaling={false}
5
6
  style={
6
7
  Array [
7
8
  Object {
@@ -31,6 +32,7 @@ exports[`Label renders correctly with themeVariant default 1`] = `
31
32
 
32
33
  exports[`Label renders correctly with themeVariant disabled 1`] = `
33
34
  <Text
35
+ allowFontScaling={false}
34
36
  style={
35
37
  Array [
36
38
  Object {
@@ -60,6 +62,7 @@ exports[`Label renders correctly with themeVariant disabled 1`] = `
60
62
 
61
63
  exports[`Label renders correctly with themeVariant error 1`] = `
62
64
  <Text
65
+ allowFontScaling={false}
63
66
  style={
64
67
  Array [
65
68
  Object {
@@ -89,6 +92,7 @@ exports[`Label renders correctly with themeVariant error 1`] = `
89
92
 
90
93
  exports[`Label renders correctly with themeVariant filled 1`] = `
91
94
  <Text
95
+ allowFontScaling={false}
92
96
  style={
93
97
  Array [
94
98
  Object {
@@ -118,6 +122,7 @@ exports[`Label renders correctly with themeVariant filled 1`] = `
118
122
 
119
123
  exports[`Label renders correctly with themeVariant readonly 1`] = `
120
124
  <Text
125
+ allowFontScaling={false}
121
126
  style={
122
127
  Array [
123
128
  Object {
@@ -166,6 +171,7 @@ exports[`LabelContainer renders correctly 1`] = `
166
171
 
167
172
  exports[`LabelInsideTextInput renders correctly with themeVariant default 1`] = `
168
173
  <Text
174
+ allowFontScaling={false}
169
175
  style={
170
176
  Array [
171
177
  Object {
@@ -200,6 +206,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant default 1`] =
200
206
 
201
207
  exports[`LabelInsideTextInput renders correctly with themeVariant disabled 1`] = `
202
208
  <Text
209
+ allowFontScaling={false}
203
210
  style={
204
211
  Array [
205
212
  Object {
@@ -234,6 +241,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant disabled 1`] =
234
241
 
235
242
  exports[`LabelInsideTextInput renders correctly with themeVariant error 1`] = `
236
243
  <Text
244
+ allowFontScaling={false}
237
245
  style={
238
246
  Array [
239
247
  Object {
@@ -268,6 +276,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant error 1`] = `
268
276
 
269
277
  exports[`LabelInsideTextInput renders correctly with themeVariant filled 1`] = `
270
278
  <Text
279
+ allowFontScaling={false}
271
280
  style={
272
281
  Array [
273
282
  Object {
@@ -302,6 +311,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant filled 1`] = `
302
311
 
303
312
  exports[`LabelInsideTextInput renders correctly with themeVariant readonly 1`] = `
304
313
  <Text
314
+ allowFontScaling={false}
305
315
  style={
306
316
  Array [
307
317
  Object {
@@ -336,6 +346,7 @@ exports[`LabelInsideTextInput renders correctly with themeVariant readonly 1`] =
336
346
 
337
347
  exports[`StyledAsteriskLabel renders correctly with themeVariant default 1`] = `
338
348
  <Text
349
+ allowFontScaling={false}
339
350
  style={
340
351
  Array [
341
352
  Object {
@@ -365,6 +376,7 @@ exports[`StyledAsteriskLabel renders correctly with themeVariant default 1`] = `
365
376
 
366
377
  exports[`StyledAsteriskLabel renders correctly with themeVariant disabled 1`] = `
367
378
  <Text
379
+ allowFontScaling={false}
368
380
  style={
369
381
  Array [
370
382
  Object {
@@ -394,6 +406,7 @@ exports[`StyledAsteriskLabel renders correctly with themeVariant disabled 1`] =
394
406
 
395
407
  exports[`StyledAsteriskLabel renders correctly with themeVariant error 1`] = `
396
408
  <Text
409
+ allowFontScaling={false}
397
410
  style={
398
411
  Array [
399
412
  Object {
@@ -423,6 +436,7 @@ exports[`StyledAsteriskLabel renders correctly with themeVariant error 1`] = `
423
436
 
424
437
  exports[`StyledAsteriskLabel renders correctly with themeVariant filled 1`] = `
425
438
  <Text
439
+ allowFontScaling={false}
426
440
  style={
427
441
  Array [
428
442
  Object {
@@ -452,6 +466,7 @@ exports[`StyledAsteriskLabel renders correctly with themeVariant filled 1`] = `
452
466
 
453
467
  exports[`StyledAsteriskLabel renders correctly with themeVariant readonly 1`] = `
454
468
  <Text
469
+ allowFontScaling={false}
455
470
  style={
456
471
  Array [
457
472
  Object {
@@ -613,6 +628,7 @@ exports[`StyledBorderBackDrop renders correctly with themeVariant readonly 1`] =
613
628
 
614
629
  exports[`StyledErrorMessage renders correctly 1`] = `
615
630
  <Text
631
+ allowFontScaling={false}
616
632
  style={
617
633
  Array [
618
634
  Object {
@@ -660,6 +676,7 @@ exports[`StyledErrorMessageContainer renders correctly 1`] = `
660
676
 
661
677
  exports[`StyledHelperText renders correctly 1`] = `
662
678
  <Text
679
+ allowFontScaling={false}
663
680
  style={
664
681
  Array [
665
682
  Object {
@@ -694,6 +711,7 @@ exports[`StyledHelperText renders correctly 1`] = `
694
711
 
695
712
  exports[`StyledMaxLengthMessage renders correctly with themeVariant default 1`] = `
696
713
  <Text
714
+ allowFontScaling={false}
697
715
  style={
698
716
  Array [
699
717
  Object {
@@ -729,6 +747,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeVariant default 1`]
729
747
 
730
748
  exports[`StyledMaxLengthMessage renders correctly with themeVariant disabled 1`] = `
731
749
  <Text
750
+ allowFontScaling={false}
732
751
  style={
733
752
  Array [
734
753
  Object {
@@ -764,6 +783,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeVariant disabled 1`]
764
783
 
765
784
  exports[`StyledMaxLengthMessage renders correctly with themeVariant error 1`] = `
766
785
  <Text
786
+ allowFontScaling={false}
767
787
  style={
768
788
  Array [
769
789
  Object {
@@ -799,6 +819,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeVariant error 1`] =
799
819
 
800
820
  exports[`StyledMaxLengthMessage renders correctly with themeVariant filled 1`] = `
801
821
  <Text
822
+ allowFontScaling={false}
802
823
  style={
803
824
  Array [
804
825
  Object {
@@ -834,6 +855,7 @@ exports[`StyledMaxLengthMessage renders correctly with themeVariant filled 1`] =
834
855
 
835
856
  exports[`StyledMaxLengthMessage renders correctly with themeVariant readonly 1`] = `
836
857
  <Text
858
+ allowFontScaling={false}
837
859
  style={
838
860
  Array [
839
861
  Object {