@hero-design/rn 8.110.1 → 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.
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +12 -0
- package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
- package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
- package/assets/fonts/Saiga-LightItalic.otf +0 -0
- package/assets/fonts/Saiga-MediumItalic.otf +0 -0
- package/assets/fonts/Saiga-RegularItalic.otf +0 -0
- package/es/index.js +59 -27
- package/lib/index.js +59 -27
- package/package.json +1 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +8 -0
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +12 -0
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/Alert/index.tsx +10 -2
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/Button.tsx +10 -4
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +33 -0
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +13 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +60 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
- package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
- package/src/components/Checkbox/__tests__/__snapshots__/DefaultCheckBox.spec.tsx.snap +4 -0
- package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +6 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
- package/src/components/Chip/index.tsx +9 -8
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +3 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +1 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +6 -0
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +5 -0
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +4 -0
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -0
- package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +2 -0
- package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
- package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +1 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +51 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +39 -0
- package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +16 -0
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +9 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +4 -0
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +18 -0
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +40 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +3 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +5 -0
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
- package/src/components/Toolbar/ToolbarGroup.tsx +10 -4
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +6 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -0
- package/src/components/Typography/Body/StyledBody.tsx +24 -19
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +229 -0
- package/src/components/Typography/Body/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Body/index.tsx +8 -2
- package/src/components/Typography/Caption/StyledCaption.tsx +15 -8
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +219 -0
- package/src/components/Typography/Caption/__tests__/index.spec.tsx +19 -0
- package/src/components/Typography/Caption/index.tsx +18 -10
- package/src/components/Typography/Label/StyledLabel.tsx +16 -6
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +8 -0
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +126 -0
- package/src/components/Typography/Label/__tests__/index.spec.tsx +12 -0
- package/src/components/Typography/Label/index.tsx +17 -9
- package/src/components/Typography/Title/StyledTitle.tsx +22 -8
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +441 -0
- package/src/components/Typography/Title/__tests__/index.spec.tsx +23 -0
- package/src/components/Typography/Title/index.tsx +8 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +24 -10
- package/src/theme/components/typography.ts +12 -10
- package/src/theme/global/typography.ts +9 -0
- package/stats/8.111.0/rn-stats.html +4844 -0
- package/types/components/Alert/index.d.ts +8 -2
- package/types/components/Button/Button.d.ts +8 -4
- package/types/components/Chip/index.d.ts +7 -2
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +8 -4
- package/types/components/Typography/Body/StyledBody.d.ts +1 -0
- package/types/components/Typography/Body/index.d.ts +6 -2
- package/types/components/Typography/Caption/StyledCaption.d.ts +1 -0
- package/types/components/Typography/Caption/index.d.ts +5 -1
- package/types/components/Typography/Label/StyledLabel.d.ts +1 -0
- package/types/components/Typography/Label/index.d.ts +5 -1
- package/types/components/Typography/Title/StyledTitle.d.ts +1 -0
- package/types/components/Typography/Title/index.d.ts +6 -2
- package/types/theme/components/typography.d.ts +12 -10
- package/types/theme/global/typography.d.ts +3 -0
|
@@ -74,6 +74,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
74
74
|
]
|
|
75
75
|
}
|
|
76
76
|
themeIntent="body"
|
|
77
|
+
themeIsItalic={false}
|
|
77
78
|
themeTypeface="neutral"
|
|
78
79
|
themeVariant="regular"
|
|
79
80
|
>
|
|
@@ -158,6 +159,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
158
159
|
themeButtonVariant="text-primary"
|
|
159
160
|
themeIntent="body"
|
|
160
161
|
themeIsCompact={true}
|
|
162
|
+
themeIsItalic={false}
|
|
161
163
|
themeIsPressed={false}
|
|
162
164
|
themeTypeface="neutral"
|
|
163
165
|
themeVariant="small-bold"
|
|
@@ -247,6 +249,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
247
249
|
[
|
|
248
250
|
{
|
|
249
251
|
"color": "#4d6265",
|
|
252
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
250
253
|
"fontSize": 10,
|
|
251
254
|
"letterSpacing": 0,
|
|
252
255
|
"lineHeight": 14,
|
|
@@ -257,6 +260,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
257
260
|
]
|
|
258
261
|
}
|
|
259
262
|
themeIntent="subdued"
|
|
263
|
+
themeIsItalic={false}
|
|
260
264
|
>
|
|
261
265
|
May 2025
|
|
262
266
|
</Text>
|
|
@@ -298,6 +302,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
298
302
|
[
|
|
299
303
|
{
|
|
300
304
|
"color": "#4d6265",
|
|
305
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
301
306
|
"fontSize": 10,
|
|
302
307
|
"letterSpacing": 0,
|
|
303
308
|
"lineHeight": 14,
|
|
@@ -308,6 +313,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
308
313
|
]
|
|
309
314
|
}
|
|
310
315
|
themeIntent="subdued"
|
|
316
|
+
themeIsItalic={false}
|
|
311
317
|
>
|
|
312
318
|
Jun 2025
|
|
313
319
|
</Text>
|
|
@@ -349,6 +355,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
349
355
|
[
|
|
350
356
|
{
|
|
351
357
|
"color": "#4d6265",
|
|
358
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
352
359
|
"fontSize": 10,
|
|
353
360
|
"letterSpacing": 0,
|
|
354
361
|
"lineHeight": 14,
|
|
@@ -359,6 +366,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
359
366
|
]
|
|
360
367
|
}
|
|
361
368
|
themeIntent="subdued"
|
|
369
|
+
themeIsItalic={false}
|
|
362
370
|
>
|
|
363
371
|
Jul 2025
|
|
364
372
|
</Text>
|
|
@@ -410,6 +418,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
410
418
|
[
|
|
411
419
|
{
|
|
412
420
|
"color": "#4d6265",
|
|
421
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
413
422
|
"fontSize": 10,
|
|
414
423
|
"letterSpacing": 0,
|
|
415
424
|
"lineHeight": 14,
|
|
@@ -420,6 +429,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
420
429
|
]
|
|
421
430
|
}
|
|
422
431
|
themeIntent="subdued"
|
|
432
|
+
themeIsItalic={false}
|
|
423
433
|
>
|
|
424
434
|
$1
|
|
425
435
|
</Text>
|
|
@@ -462,6 +472,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
462
472
|
[
|
|
463
473
|
{
|
|
464
474
|
"color": "#4d6265",
|
|
475
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
465
476
|
"fontSize": 10,
|
|
466
477
|
"letterSpacing": 0,
|
|
467
478
|
"lineHeight": 14,
|
|
@@ -472,6 +483,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
472
483
|
]
|
|
473
484
|
}
|
|
474
485
|
themeIntent="subdued"
|
|
486
|
+
themeIsItalic={false}
|
|
475
487
|
>
|
|
476
488
|
$2
|
|
477
489
|
</Text>
|
|
@@ -514,6 +526,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
514
526
|
[
|
|
515
527
|
{
|
|
516
528
|
"color": "#4d6265",
|
|
529
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
517
530
|
"fontSize": 10,
|
|
518
531
|
"letterSpacing": 0,
|
|
519
532
|
"lineHeight": 14,
|
|
@@ -524,6 +537,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
524
537
|
]
|
|
525
538
|
}
|
|
526
539
|
themeIntent="subdued"
|
|
540
|
+
themeIsItalic={false}
|
|
527
541
|
>
|
|
528
542
|
$3
|
|
529
543
|
</Text>
|
|
@@ -566,6 +580,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
566
580
|
[
|
|
567
581
|
{
|
|
568
582
|
"color": "#4d6265",
|
|
583
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
569
584
|
"fontSize": 10,
|
|
570
585
|
"letterSpacing": 0,
|
|
571
586
|
"lineHeight": 14,
|
|
@@ -576,6 +591,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
576
591
|
]
|
|
577
592
|
}
|
|
578
593
|
themeIntent="subdued"
|
|
594
|
+
themeIsItalic={false}
|
|
579
595
|
/>
|
|
580
596
|
</View>
|
|
581
597
|
</RNSVGGroup>
|
|
@@ -616,6 +632,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
616
632
|
[
|
|
617
633
|
{
|
|
618
634
|
"color": "#4d6265",
|
|
635
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
619
636
|
"fontSize": 10,
|
|
620
637
|
"letterSpacing": 0,
|
|
621
638
|
"lineHeight": 14,
|
|
@@ -626,6 +643,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
626
643
|
]
|
|
627
644
|
}
|
|
628
645
|
themeIntent="subdued"
|
|
646
|
+
themeIsItalic={false}
|
|
629
647
|
/>
|
|
630
648
|
</View>
|
|
631
649
|
</RNSVGGroup>
|
|
@@ -666,6 +684,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
666
684
|
[
|
|
667
685
|
{
|
|
668
686
|
"color": "#4d6265",
|
|
687
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
669
688
|
"fontSize": 10,
|
|
670
689
|
"letterSpacing": 0,
|
|
671
690
|
"lineHeight": 14,
|
|
@@ -676,6 +695,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
676
695
|
]
|
|
677
696
|
}
|
|
678
697
|
themeIntent="subdued"
|
|
698
|
+
themeIsItalic={false}
|
|
679
699
|
/>
|
|
680
700
|
</View>
|
|
681
701
|
</RNSVGGroup>
|
|
@@ -716,6 +736,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
716
736
|
[
|
|
717
737
|
{
|
|
718
738
|
"color": "#4d6265",
|
|
739
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
719
740
|
"fontSize": 10,
|
|
720
741
|
"letterSpacing": 0,
|
|
721
742
|
"lineHeight": 14,
|
|
@@ -726,6 +747,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
726
747
|
]
|
|
727
748
|
}
|
|
728
749
|
themeIntent="subdued"
|
|
750
|
+
themeIsItalic={false}
|
|
729
751
|
/>
|
|
730
752
|
</View>
|
|
731
753
|
</RNSVGGroup>
|
|
@@ -766,6 +788,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
766
788
|
[
|
|
767
789
|
{
|
|
768
790
|
"color": "#4d6265",
|
|
791
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
769
792
|
"fontSize": 10,
|
|
770
793
|
"letterSpacing": 0,
|
|
771
794
|
"lineHeight": 14,
|
|
@@ -776,6 +799,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
776
799
|
]
|
|
777
800
|
}
|
|
778
801
|
themeIntent="subdued"
|
|
802
|
+
themeIsItalic={false}
|
|
779
803
|
/>
|
|
780
804
|
</View>
|
|
781
805
|
</RNSVGGroup>
|
|
@@ -816,6 +840,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
816
840
|
[
|
|
817
841
|
{
|
|
818
842
|
"color": "#4d6265",
|
|
843
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
819
844
|
"fontSize": 10,
|
|
820
845
|
"letterSpacing": 0,
|
|
821
846
|
"lineHeight": 14,
|
|
@@ -826,6 +851,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
826
851
|
]
|
|
827
852
|
}
|
|
828
853
|
themeIntent="subdued"
|
|
854
|
+
themeIsItalic={false}
|
|
829
855
|
/>
|
|
830
856
|
</View>
|
|
831
857
|
</RNSVGGroup>
|
|
@@ -866,6 +892,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
866
892
|
[
|
|
867
893
|
{
|
|
868
894
|
"color": "#4d6265",
|
|
895
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
869
896
|
"fontSize": 10,
|
|
870
897
|
"letterSpacing": 0,
|
|
871
898
|
"lineHeight": 14,
|
|
@@ -876,6 +903,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
876
903
|
]
|
|
877
904
|
}
|
|
878
905
|
themeIntent="subdued"
|
|
906
|
+
themeIsItalic={false}
|
|
879
907
|
/>
|
|
880
908
|
</View>
|
|
881
909
|
</RNSVGGroup>
|
|
@@ -916,6 +944,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
916
944
|
[
|
|
917
945
|
{
|
|
918
946
|
"color": "#4d6265",
|
|
947
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
919
948
|
"fontSize": 10,
|
|
920
949
|
"letterSpacing": 0,
|
|
921
950
|
"lineHeight": 14,
|
|
@@ -926,6 +955,7 @@ exports[`LineChart renders chart with custom colors 1`] = `
|
|
|
926
955
|
]
|
|
927
956
|
}
|
|
928
957
|
themeIntent="subdued"
|
|
958
|
+
themeIsItalic={false}
|
|
929
959
|
/>
|
|
930
960
|
</View>
|
|
931
961
|
</RNSVGGroup>
|
|
@@ -1534,6 +1564,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1534
1564
|
]
|
|
1535
1565
|
}
|
|
1536
1566
|
themeIntent="body"
|
|
1567
|
+
themeIsItalic={false}
|
|
1537
1568
|
themeTypeface="neutral"
|
|
1538
1569
|
themeVariant="regular"
|
|
1539
1570
|
>
|
|
@@ -1618,6 +1649,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1618
1649
|
themeButtonVariant="text-primary"
|
|
1619
1650
|
themeIntent="body"
|
|
1620
1651
|
themeIsCompact={true}
|
|
1652
|
+
themeIsItalic={false}
|
|
1621
1653
|
themeIsPressed={false}
|
|
1622
1654
|
themeTypeface="neutral"
|
|
1623
1655
|
themeVariant="small-bold"
|
|
@@ -1707,6 +1739,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1707
1739
|
[
|
|
1708
1740
|
{
|
|
1709
1741
|
"color": "#4d6265",
|
|
1742
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1710
1743
|
"fontSize": 10,
|
|
1711
1744
|
"letterSpacing": 0,
|
|
1712
1745
|
"lineHeight": 14,
|
|
@@ -1717,6 +1750,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1717
1750
|
]
|
|
1718
1751
|
}
|
|
1719
1752
|
themeIntent="subdued"
|
|
1753
|
+
themeIsItalic={false}
|
|
1720
1754
|
>
|
|
1721
1755
|
May 2025
|
|
1722
1756
|
</Text>
|
|
@@ -1758,6 +1792,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1758
1792
|
[
|
|
1759
1793
|
{
|
|
1760
1794
|
"color": "#4d6265",
|
|
1795
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1761
1796
|
"fontSize": 10,
|
|
1762
1797
|
"letterSpacing": 0,
|
|
1763
1798
|
"lineHeight": 14,
|
|
@@ -1768,6 +1803,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1768
1803
|
]
|
|
1769
1804
|
}
|
|
1770
1805
|
themeIntent="subdued"
|
|
1806
|
+
themeIsItalic={false}
|
|
1771
1807
|
>
|
|
1772
1808
|
Jun 2025
|
|
1773
1809
|
</Text>
|
|
@@ -1809,6 +1845,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1809
1845
|
[
|
|
1810
1846
|
{
|
|
1811
1847
|
"color": "#4d6265",
|
|
1848
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1812
1849
|
"fontSize": 10,
|
|
1813
1850
|
"letterSpacing": 0,
|
|
1814
1851
|
"lineHeight": 14,
|
|
@@ -1819,6 +1856,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1819
1856
|
]
|
|
1820
1857
|
}
|
|
1821
1858
|
themeIntent="subdued"
|
|
1859
|
+
themeIsItalic={false}
|
|
1822
1860
|
>
|
|
1823
1861
|
Jul 2025
|
|
1824
1862
|
</Text>
|
|
@@ -1870,6 +1908,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1870
1908
|
[
|
|
1871
1909
|
{
|
|
1872
1910
|
"color": "#4d6265",
|
|
1911
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1873
1912
|
"fontSize": 10,
|
|
1874
1913
|
"letterSpacing": 0,
|
|
1875
1914
|
"lineHeight": 14,
|
|
@@ -1880,6 +1919,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1880
1919
|
]
|
|
1881
1920
|
}
|
|
1882
1921
|
themeIntent="subdued"
|
|
1922
|
+
themeIsItalic={false}
|
|
1883
1923
|
>
|
|
1884
1924
|
$1
|
|
1885
1925
|
</Text>
|
|
@@ -1922,6 +1962,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1922
1962
|
[
|
|
1923
1963
|
{
|
|
1924
1964
|
"color": "#4d6265",
|
|
1965
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1925
1966
|
"fontSize": 10,
|
|
1926
1967
|
"letterSpacing": 0,
|
|
1927
1968
|
"lineHeight": 14,
|
|
@@ -1932,6 +1973,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1932
1973
|
]
|
|
1933
1974
|
}
|
|
1934
1975
|
themeIntent="subdued"
|
|
1976
|
+
themeIsItalic={false}
|
|
1935
1977
|
>
|
|
1936
1978
|
$2
|
|
1937
1979
|
</Text>
|
|
@@ -1974,6 +2016,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1974
2016
|
[
|
|
1975
2017
|
{
|
|
1976
2018
|
"color": "#4d6265",
|
|
2019
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
1977
2020
|
"fontSize": 10,
|
|
1978
2021
|
"letterSpacing": 0,
|
|
1979
2022
|
"lineHeight": 14,
|
|
@@ -1984,6 +2027,7 @@ exports[`LineChart should render 1`] = `
|
|
|
1984
2027
|
]
|
|
1985
2028
|
}
|
|
1986
2029
|
themeIntent="subdued"
|
|
2030
|
+
themeIsItalic={false}
|
|
1987
2031
|
>
|
|
1988
2032
|
$3
|
|
1989
2033
|
</Text>
|
|
@@ -2026,6 +2070,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2026
2070
|
[
|
|
2027
2071
|
{
|
|
2028
2072
|
"color": "#4d6265",
|
|
2073
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2029
2074
|
"fontSize": 10,
|
|
2030
2075
|
"letterSpacing": 0,
|
|
2031
2076
|
"lineHeight": 14,
|
|
@@ -2036,6 +2081,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2036
2081
|
]
|
|
2037
2082
|
}
|
|
2038
2083
|
themeIntent="subdued"
|
|
2084
|
+
themeIsItalic={false}
|
|
2039
2085
|
/>
|
|
2040
2086
|
</View>
|
|
2041
2087
|
</RNSVGGroup>
|
|
@@ -2076,6 +2122,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2076
2122
|
[
|
|
2077
2123
|
{
|
|
2078
2124
|
"color": "#4d6265",
|
|
2125
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2079
2126
|
"fontSize": 10,
|
|
2080
2127
|
"letterSpacing": 0,
|
|
2081
2128
|
"lineHeight": 14,
|
|
@@ -2086,6 +2133,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2086
2133
|
]
|
|
2087
2134
|
}
|
|
2088
2135
|
themeIntent="subdued"
|
|
2136
|
+
themeIsItalic={false}
|
|
2089
2137
|
/>
|
|
2090
2138
|
</View>
|
|
2091
2139
|
</RNSVGGroup>
|
|
@@ -2126,6 +2174,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2126
2174
|
[
|
|
2127
2175
|
{
|
|
2128
2176
|
"color": "#4d6265",
|
|
2177
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2129
2178
|
"fontSize": 10,
|
|
2130
2179
|
"letterSpacing": 0,
|
|
2131
2180
|
"lineHeight": 14,
|
|
@@ -2136,6 +2185,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2136
2185
|
]
|
|
2137
2186
|
}
|
|
2138
2187
|
themeIntent="subdued"
|
|
2188
|
+
themeIsItalic={false}
|
|
2139
2189
|
/>
|
|
2140
2190
|
</View>
|
|
2141
2191
|
</RNSVGGroup>
|
|
@@ -2176,6 +2226,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2176
2226
|
[
|
|
2177
2227
|
{
|
|
2178
2228
|
"color": "#4d6265",
|
|
2229
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2179
2230
|
"fontSize": 10,
|
|
2180
2231
|
"letterSpacing": 0,
|
|
2181
2232
|
"lineHeight": 14,
|
|
@@ -2186,6 +2237,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2186
2237
|
]
|
|
2187
2238
|
}
|
|
2188
2239
|
themeIntent="subdued"
|
|
2240
|
+
themeIsItalic={false}
|
|
2189
2241
|
/>
|
|
2190
2242
|
</View>
|
|
2191
2243
|
</RNSVGGroup>
|
|
@@ -2226,6 +2278,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2226
2278
|
[
|
|
2227
2279
|
{
|
|
2228
2280
|
"color": "#4d6265",
|
|
2281
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2229
2282
|
"fontSize": 10,
|
|
2230
2283
|
"letterSpacing": 0,
|
|
2231
2284
|
"lineHeight": 14,
|
|
@@ -2236,6 +2289,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2236
2289
|
]
|
|
2237
2290
|
}
|
|
2238
2291
|
themeIntent="subdued"
|
|
2292
|
+
themeIsItalic={false}
|
|
2239
2293
|
/>
|
|
2240
2294
|
</View>
|
|
2241
2295
|
</RNSVGGroup>
|
|
@@ -2276,6 +2330,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2276
2330
|
[
|
|
2277
2331
|
{
|
|
2278
2332
|
"color": "#4d6265",
|
|
2333
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2279
2334
|
"fontSize": 10,
|
|
2280
2335
|
"letterSpacing": 0,
|
|
2281
2336
|
"lineHeight": 14,
|
|
@@ -2286,6 +2341,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2286
2341
|
]
|
|
2287
2342
|
}
|
|
2288
2343
|
themeIntent="subdued"
|
|
2344
|
+
themeIsItalic={false}
|
|
2289
2345
|
/>
|
|
2290
2346
|
</View>
|
|
2291
2347
|
</RNSVGGroup>
|
|
@@ -2326,6 +2382,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2326
2382
|
[
|
|
2327
2383
|
{
|
|
2328
2384
|
"color": "#4d6265",
|
|
2385
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2329
2386
|
"fontSize": 10,
|
|
2330
2387
|
"letterSpacing": 0,
|
|
2331
2388
|
"lineHeight": 14,
|
|
@@ -2336,6 +2393,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2336
2393
|
]
|
|
2337
2394
|
}
|
|
2338
2395
|
themeIntent="subdued"
|
|
2396
|
+
themeIsItalic={false}
|
|
2339
2397
|
/>
|
|
2340
2398
|
</View>
|
|
2341
2399
|
</RNSVGGroup>
|
|
@@ -2376,6 +2434,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2376
2434
|
[
|
|
2377
2435
|
{
|
|
2378
2436
|
"color": "#4d6265",
|
|
2437
|
+
"fontFamily": "BeVietnamPro-Regular",
|
|
2379
2438
|
"fontSize": 10,
|
|
2380
2439
|
"letterSpacing": 0,
|
|
2381
2440
|
"lineHeight": 14,
|
|
@@ -2386,6 +2445,7 @@ exports[`LineChart should render 1`] = `
|
|
|
2386
2445
|
]
|
|
2387
2446
|
}
|
|
2388
2447
|
themeIntent="subdued"
|
|
2448
|
+
themeIsItalic={false}
|
|
2389
2449
|
/>
|
|
2390
2450
|
</View>
|
|
2391
2451
|
</RNSVGGroup>
|