@hero-design/rn 8.110.0 → 8.111.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.
Files changed (159) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/CHANGELOG.md +18 -0
  3. package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
  4. package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
  5. package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
  6. package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
  7. package/assets/fonts/Saiga-LightItalic.otf +0 -0
  8. package/assets/fonts/Saiga-MediumItalic.otf +0 -0
  9. package/assets/fonts/Saiga-RegularItalic.otf +0 -0
  10. package/es/index.js +86 -40
  11. package/lib/index.js +86 -40
  12. package/package.json +7 -7
  13. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +48 -24
  14. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +72 -36
  15. package/src/components/Accordion/index.tsx +6 -1
  16. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  17. package/src/components/Alert/index.tsx +10 -2
  18. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
  19. package/src/components/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
  20. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  21. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
  22. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
  23. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
  24. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  25. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
  26. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
  27. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  28. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +8 -3
  29. package/src/components/Button/Button.tsx +10 -4
  30. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  31. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +51 -18
  32. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +13 -0
  33. package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
  34. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
  35. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  36. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
  37. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
  38. package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
  39. package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +60 -0
  40. package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
  41. package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
  42. package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
  43. package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
  44. package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
  45. package/src/components/Checkbox/__tests__/__snapshots__/DefaultCheckBox.spec.tsx.snap +4 -0
  46. package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +6 -0
  47. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
  48. package/src/components/Chip/index.tsx +15 -8
  49. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
  50. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
  51. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  52. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +3 -0
  53. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
  54. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
  55. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +6 -0
  56. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +13 -9
  57. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  58. package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  59. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
  60. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  61. package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  62. package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  63. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  64. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
  65. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
  66. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
  67. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
  68. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  69. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
  70. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
  71. package/src/components/PinInput/index.tsx +6 -1
  72. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  73. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
  74. package/src/components/Radio/RadioGroup.tsx +6 -1
  75. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
  76. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
  77. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
  78. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
  79. package/src/components/Search/SearchOneLine.tsx +6 -0
  80. package/src/components/Search/SearchTwoLine.tsx +6 -1
  81. package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +2 -0
  82. package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
  83. package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
  84. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  85. package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +1 -0
  86. package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  87. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  88. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
  89. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +57 -3
  90. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  91. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
  92. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +45 -3
  93. package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  94. package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  95. package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
  96. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
  97. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  98. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  99. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  100. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
  101. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
  102. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +219 -138
  103. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +102 -62
  104. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
  105. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +18 -0
  106. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
  107. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
  108. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -0
  109. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +3 -0
  110. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +5 -0
  111. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
  112. package/src/components/Toolbar/ToolbarGroup.tsx +18 -4
  113. package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
  114. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +9 -0
  115. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -0
  116. package/src/components/Typography/Body/StyledBody.tsx +24 -19
  117. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +229 -0
  118. package/src/components/Typography/Body/__tests__/index.spec.tsx +19 -0
  119. package/src/components/Typography/Body/index.tsx +8 -2
  120. package/src/components/Typography/Caption/StyledCaption.tsx +15 -8
  121. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +219 -0
  122. package/src/components/Typography/Caption/__tests__/index.spec.tsx +19 -0
  123. package/src/components/Typography/Caption/index.tsx +18 -10
  124. package/src/components/Typography/Label/StyledLabel.tsx +16 -6
  125. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
  126. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +126 -0
  127. package/src/components/Typography/Label/__tests__/index.spec.tsx +12 -0
  128. package/src/components/Typography/Label/index.tsx +17 -9
  129. package/src/components/Typography/Title/StyledTitle.tsx +22 -8
  130. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +441 -0
  131. package/src/components/Typography/Title/__tests__/index.spec.tsx +23 -0
  132. package/src/components/Typography/Title/index.tsx +8 -2
  133. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -10
  134. package/src/theme/components/typography.ts +12 -10
  135. package/src/theme/global/typography.ts +9 -0
  136. package/stats/8.110.1/rn-stats.html +4844 -0
  137. package/stats/8.111.0/rn-stats.html +4844 -0
  138. package/types/components/Accordion/index.d.ts +5 -1
  139. package/types/components/Alert/index.d.ts +8 -2
  140. package/types/components/Button/Button.d.ts +8 -4
  141. package/types/components/Chip/index.d.ts +12 -3
  142. package/types/components/PinInput/index.d.ts +4 -0
  143. package/types/components/Radio/RadioGroup.d.ts +5 -1
  144. package/types/components/Radio/index.d.ts +1 -1
  145. package/types/components/Search/SearchOneLine.d.ts +4 -0
  146. package/types/components/Search/SearchTwoLine.d.ts +4 -0
  147. package/types/components/TextInput/StyledTextInput.d.ts +1 -1
  148. package/types/components/Toolbar/ToolbarGroup.d.ts +11 -3
  149. package/types/components/Toolbar/index.d.ts +1 -1
  150. package/types/components/Typography/Body/StyledBody.d.ts +1 -0
  151. package/types/components/Typography/Body/index.d.ts +6 -2
  152. package/types/components/Typography/Caption/StyledCaption.d.ts +1 -0
  153. package/types/components/Typography/Caption/index.d.ts +5 -1
  154. package/types/components/Typography/Label/StyledLabel.d.ts +1 -0
  155. package/types/components/Typography/Label/index.d.ts +5 -1
  156. package/types/components/Typography/Title/StyledTitle.d.ts +1 -0
  157. package/types/components/Typography/Title/index.d.ts +6 -2
  158. package/types/theme/components/typography.d.ts +12 -10
  159. package/types/theme/global/typography.d.ts +3 -0
@@ -117,6 +117,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
117
117
  [
118
118
  {
119
119
  "color": "#4d6265",
120
+ "fontFamily": "BeVietnamPro-Regular",
120
121
  "fontSize": 10,
121
122
  "letterSpacing": 0,
122
123
  "lineHeight": 14,
@@ -127,6 +128,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
127
128
  ]
128
129
  }
129
130
  themeIntent="subdued"
131
+ themeIsItalic={false}
130
132
  >
131
133
  A
132
134
  </Text>
@@ -168,6 +170,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
168
170
  [
169
171
  {
170
172
  "color": "#4d6265",
173
+ "fontFamily": "BeVietnamPro-Regular",
171
174
  "fontSize": 10,
172
175
  "letterSpacing": 0,
173
176
  "lineHeight": 14,
@@ -178,6 +181,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
178
181
  ]
179
182
  }
180
183
  themeIntent="subdued"
184
+ themeIsItalic={false}
181
185
  >
182
186
  B
183
187
  </Text>
@@ -219,6 +223,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
219
223
  [
220
224
  {
221
225
  "color": "#4d6265",
226
+ "fontFamily": "BeVietnamPro-Regular",
222
227
  "fontSize": 10,
223
228
  "letterSpacing": 0,
224
229
  "lineHeight": 14,
@@ -229,6 +234,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
229
234
  ]
230
235
  }
231
236
  themeIntent="subdued"
237
+ themeIsItalic={false}
232
238
  >
233
239
  C
234
240
  </Text>
@@ -280,6 +286,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
280
286
  [
281
287
  {
282
288
  "color": "#4d6265",
289
+ "fontFamily": "BeVietnamPro-Regular",
283
290
  "fontSize": 10,
284
291
  "letterSpacing": 0,
285
292
  "lineHeight": 14,
@@ -290,6 +297,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
290
297
  ]
291
298
  }
292
299
  themeIntent="subdued"
300
+ themeIsItalic={false}
293
301
  >
294
302
  0
295
303
  </Text>
@@ -332,6 +340,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
332
340
  [
333
341
  {
334
342
  "color": "#4d6265",
343
+ "fontFamily": "BeVietnamPro-Regular",
335
344
  "fontSize": 10,
336
345
  "letterSpacing": 0,
337
346
  "lineHeight": 14,
@@ -342,6 +351,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
342
351
  ]
343
352
  }
344
353
  themeIntent="subdued"
354
+ themeIsItalic={false}
345
355
  >
346
356
  10
347
357
  </Text>
@@ -384,6 +394,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
384
394
  [
385
395
  {
386
396
  "color": "#4d6265",
397
+ "fontFamily": "BeVietnamPro-Regular",
387
398
  "fontSize": 10,
388
399
  "letterSpacing": 0,
389
400
  "lineHeight": 14,
@@ -394,6 +405,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
394
405
  ]
395
406
  }
396
407
  themeIntent="subdued"
408
+ themeIsItalic={false}
397
409
  >
398
410
  20
399
411
  </Text>
@@ -436,6 +448,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
436
448
  [
437
449
  {
438
450
  "color": "#4d6265",
451
+ "fontFamily": "BeVietnamPro-Regular",
439
452
  "fontSize": 10,
440
453
  "letterSpacing": 0,
441
454
  "lineHeight": 14,
@@ -446,6 +459,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
446
459
  ]
447
460
  }
448
461
  themeIntent="subdued"
462
+ themeIsItalic={false}
449
463
  >
450
464
  30
451
465
  </Text>
@@ -488,6 +502,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
488
502
  [
489
503
  {
490
504
  "color": "#4d6265",
505
+ "fontFamily": "BeVietnamPro-Regular",
491
506
  "fontSize": 10,
492
507
  "letterSpacing": 0,
493
508
  "lineHeight": 14,
@@ -498,6 +513,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
498
513
  ]
499
514
  }
500
515
  themeIntent="subdued"
516
+ themeIsItalic={false}
501
517
  >
502
518
  40
503
519
  </Text>
@@ -540,6 +556,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
540
556
  [
541
557
  {
542
558
  "color": "#4d6265",
559
+ "fontFamily": "BeVietnamPro-Regular",
543
560
  "fontSize": 10,
544
561
  "letterSpacing": 0,
545
562
  "lineHeight": 14,
@@ -550,6 +567,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
550
567
  ]
551
568
  }
552
569
  themeIntent="subdued"
570
+ themeIsItalic={false}
553
571
  >
554
572
  50
555
573
  </Text>
@@ -592,6 +610,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
592
610
  [
593
611
  {
594
612
  "color": "#4d6265",
613
+ "fontFamily": "BeVietnamPro-Regular",
595
614
  "fontSize": 10,
596
615
  "letterSpacing": 0,
597
616
  "lineHeight": 14,
@@ -602,6 +621,7 @@ exports[`ColumnChart renders chart with custom colors 1`] = `
602
621
  ]
603
622
  }
604
623
  themeIntent="subdued"
624
+ themeIsItalic={false}
605
625
  >
606
626
  60
607
627
  </Text>
@@ -1110,6 +1130,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1110
1130
  [
1111
1131
  {
1112
1132
  "color": "#4d6265",
1133
+ "fontFamily": "BeVietnamPro-Regular",
1113
1134
  "fontSize": 10,
1114
1135
  "letterSpacing": 0,
1115
1136
  "lineHeight": 14,
@@ -1120,6 +1141,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1120
1141
  ]
1121
1142
  }
1122
1143
  themeIntent="subdued"
1144
+ themeIsItalic={false}
1123
1145
  >
1124
1146
  A
1125
1147
  </Text>
@@ -1161,6 +1183,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1161
1183
  [
1162
1184
  {
1163
1185
  "color": "#4d6265",
1186
+ "fontFamily": "BeVietnamPro-Regular",
1164
1187
  "fontSize": 10,
1165
1188
  "letterSpacing": 0,
1166
1189
  "lineHeight": 14,
@@ -1171,6 +1194,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1171
1194
  ]
1172
1195
  }
1173
1196
  themeIntent="subdued"
1197
+ themeIsItalic={false}
1174
1198
  >
1175
1199
  B
1176
1200
  </Text>
@@ -1212,6 +1236,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1212
1236
  [
1213
1237
  {
1214
1238
  "color": "#4d6265",
1239
+ "fontFamily": "BeVietnamPro-Regular",
1215
1240
  "fontSize": 10,
1216
1241
  "letterSpacing": 0,
1217
1242
  "lineHeight": 14,
@@ -1222,6 +1247,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1222
1247
  ]
1223
1248
  }
1224
1249
  themeIntent="subdued"
1250
+ themeIsItalic={false}
1225
1251
  >
1226
1252
  C
1227
1253
  </Text>
@@ -1273,6 +1299,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1273
1299
  [
1274
1300
  {
1275
1301
  "color": "#4d6265",
1302
+ "fontFamily": "BeVietnamPro-Regular",
1276
1303
  "fontSize": 10,
1277
1304
  "letterSpacing": 0,
1278
1305
  "lineHeight": 14,
@@ -1283,6 +1310,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1283
1310
  ]
1284
1311
  }
1285
1312
  themeIntent="subdued"
1313
+ themeIsItalic={false}
1286
1314
  >
1287
1315
  0
1288
1316
  </Text>
@@ -1371,6 +1399,7 @@ exports[`ColumnChart renders emptyText when data is empty 1`] = `
1371
1399
  }
1372
1400
  themeFontWeight="semi-bold"
1373
1401
  themeIntent="muted"
1402
+ themeIsItalic={false}
1374
1403
  >
1375
1404
  No data available
1376
1405
  </Text>
@@ -1521,6 +1550,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1521
1550
  [
1522
1551
  {
1523
1552
  "color": "#4d6265",
1553
+ "fontFamily": "BeVietnamPro-Regular",
1524
1554
  "fontSize": 10,
1525
1555
  "letterSpacing": 0,
1526
1556
  "lineHeight": 14,
@@ -1531,6 +1561,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1531
1561
  ]
1532
1562
  }
1533
1563
  themeIntent="subdued"
1564
+ themeIsItalic={false}
1534
1565
  >
1535
1566
  A
1536
1567
  </Text>
@@ -1572,6 +1603,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1572
1603
  [
1573
1604
  {
1574
1605
  "color": "#4d6265",
1606
+ "fontFamily": "BeVietnamPro-Regular",
1575
1607
  "fontSize": 10,
1576
1608
  "letterSpacing": 0,
1577
1609
  "lineHeight": 14,
@@ -1582,6 +1614,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1582
1614
  ]
1583
1615
  }
1584
1616
  themeIntent="subdued"
1617
+ themeIsItalic={false}
1585
1618
  >
1586
1619
  B
1587
1620
  </Text>
@@ -1623,6 +1656,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1623
1656
  [
1624
1657
  {
1625
1658
  "color": "#4d6265",
1659
+ "fontFamily": "BeVietnamPro-Regular",
1626
1660
  "fontSize": 10,
1627
1661
  "letterSpacing": 0,
1628
1662
  "lineHeight": 14,
@@ -1633,6 +1667,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1633
1667
  ]
1634
1668
  }
1635
1669
  themeIntent="subdued"
1670
+ themeIsItalic={false}
1636
1671
  >
1637
1672
  C
1638
1673
  </Text>
@@ -1684,6 +1719,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1684
1719
  [
1685
1720
  {
1686
1721
  "color": "#4d6265",
1722
+ "fontFamily": "BeVietnamPro-Regular",
1687
1723
  "fontSize": 10,
1688
1724
  "letterSpacing": 0,
1689
1725
  "lineHeight": 14,
@@ -1694,6 +1730,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1694
1730
  ]
1695
1731
  }
1696
1732
  themeIntent="subdued"
1733
+ themeIsItalic={false}
1697
1734
  >
1698
1735
  0
1699
1736
  </Text>
@@ -1736,6 +1773,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1736
1773
  [
1737
1774
  {
1738
1775
  "color": "#4d6265",
1776
+ "fontFamily": "BeVietnamPro-Regular",
1739
1777
  "fontSize": 10,
1740
1778
  "letterSpacing": 0,
1741
1779
  "lineHeight": 14,
@@ -1746,6 +1784,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1746
1784
  ]
1747
1785
  }
1748
1786
  themeIntent="subdued"
1787
+ themeIsItalic={false}
1749
1788
  >
1750
1789
  10
1751
1790
  </Text>
@@ -1788,6 +1827,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1788
1827
  [
1789
1828
  {
1790
1829
  "color": "#4d6265",
1830
+ "fontFamily": "BeVietnamPro-Regular",
1791
1831
  "fontSize": 10,
1792
1832
  "letterSpacing": 0,
1793
1833
  "lineHeight": 14,
@@ -1798,6 +1838,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1798
1838
  ]
1799
1839
  }
1800
1840
  themeIntent="subdued"
1841
+ themeIsItalic={false}
1801
1842
  >
1802
1843
  20
1803
1844
  </Text>
@@ -1840,6 +1881,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1840
1881
  [
1841
1882
  {
1842
1883
  "color": "#4d6265",
1884
+ "fontFamily": "BeVietnamPro-Regular",
1843
1885
  "fontSize": 10,
1844
1886
  "letterSpacing": 0,
1845
1887
  "lineHeight": 14,
@@ -1850,6 +1892,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1850
1892
  ]
1851
1893
  }
1852
1894
  themeIntent="subdued"
1895
+ themeIsItalic={false}
1853
1896
  >
1854
1897
  30
1855
1898
  </Text>
@@ -1892,6 +1935,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1892
1935
  [
1893
1936
  {
1894
1937
  "color": "#4d6265",
1938
+ "fontFamily": "BeVietnamPro-Regular",
1895
1939
  "fontSize": 10,
1896
1940
  "letterSpacing": 0,
1897
1941
  "lineHeight": 14,
@@ -1902,6 +1946,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1902
1946
  ]
1903
1947
  }
1904
1948
  themeIntent="subdued"
1949
+ themeIsItalic={false}
1905
1950
  >
1906
1951
  40
1907
1952
  </Text>
@@ -1944,6 +1989,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1944
1989
  [
1945
1990
  {
1946
1991
  "color": "#4d6265",
1992
+ "fontFamily": "BeVietnamPro-Regular",
1947
1993
  "fontSize": 10,
1948
1994
  "letterSpacing": 0,
1949
1995
  "lineHeight": 14,
@@ -1954,6 +2000,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1954
2000
  ]
1955
2001
  }
1956
2002
  themeIntent="subdued"
2003
+ themeIsItalic={false}
1957
2004
  >
1958
2005
  50
1959
2006
  </Text>
@@ -1996,6 +2043,7 @@ exports[`ColumnChart renders without crashing 1`] = `
1996
2043
  [
1997
2044
  {
1998
2045
  "color": "#4d6265",
2046
+ "fontFamily": "BeVietnamPro-Regular",
1999
2047
  "fontSize": 10,
2000
2048
  "letterSpacing": 0,
2001
2049
  "lineHeight": 14,
@@ -2006,6 +2054,7 @@ exports[`ColumnChart renders without crashing 1`] = `
2006
2054
  ]
2007
2055
  }
2008
2056
  themeIntent="subdued"
2057
+ themeIsItalic={false}
2009
2058
  >
2010
2059
  60
2011
2060
  </Text>