@hero-design/rn 0.0.0-input-group-error-20250623150626 → 0.0.0-integrate-basic-table-20251224154211
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 +5 -11
- package/CHANGELOG.md +306 -1
- 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/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +6851 -4868
- package/eslint.config.js +1 -0
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +6856 -4869
- package/package.json +13 -31
- package/src/components/Accordion/AccordionItem.tsx +1 -1
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +48 -24
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +72 -36
- package/src/components/Accordion/index.tsx +6 -1
- package/src/components/Alert/StyledAlert.tsx +3 -2
- package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
- package/src/components/Alert/index.tsx +12 -2
- package/src/components/AnimatedScroller/AnimatedFAB.tsx +4 -6
- package/src/components/AnimatedScroller/AnimatedScrollable.tsx +5 -5
- package/src/components/AnimatedScroller/FlatListWithFAB.tsx +4 -3
- package/src/components/AnimatedScroller/ScrollViewWithFAB.tsx +4 -3
- package/src/components/AnimatedScroller/SectionListWithFAB.tsx +5 -4
- package/src/components/AnimatedScroller/__tests__/ScrollablesWithFAB.spec.tsx +4 -4
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
- package/src/components/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
- package/src/components/AppCue/index.tsx +2 -4
- package/src/components/AppCue/utils.ts +1 -1
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Attachment/index.tsx +4 -3
- package/src/components/Avatar/AvatarStack/StyledAvatarStack.tsx +2 -1
- 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/AvatarStack/index.tsx +4 -3
- package/src/components/Avatar/AvatarStack/utils.ts +2 -2
- package/src/components/Avatar/StyledAvatar.tsx +1 -1
- 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/Count.tsx +2 -2
- package/src/components/Badge/Status.tsx +2 -2
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
- package/src/components/Badge/__tests__/__snapshots__/Count.spec.tsx.snap +3 -3
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
- package/src/components/Badge/index.tsx +3 -2
- package/src/components/Badge/types.ts +2 -2
- package/src/components/BottomNavigation/StyledBottomNavigation.tsx +1 -1
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +36 -36
- package/src/components/BottomNavigation/__tests__/index.spec.tsx +17 -8
- package/src/components/BottomNavigation/index.tsx +4 -5
- package/src/components/BottomSheet/ScrollView.tsx +6 -6
- package/src/components/BottomSheet/StyledBottomSheet.tsx +5 -5
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +161 -173
- package/src/components/BottomSheet/index.tsx +47 -39
- package/src/components/Box/StyledBox.tsx +5 -4
- package/src/components/Box/types.ts +5 -5
- package/src/components/Button/Button.tsx +85 -48
- package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +12 -33
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Button/LoadingIndicator/index.tsx +4 -1
- package/src/components/Button/StyledButton.tsx +461 -313
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Button/UtilityButton/index.tsx +1 -1
- package/src/components/Button/__tests__/Button.spec.tsx +9 -0
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +153 -104
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +32 -18
- package/src/components/Calendar/CalendarRange.tsx +35 -117
- package/src/components/Calendar/CalendarRowItem.tsx +2 -2
- 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/Calendar/__tests__/helper.spec.ts +197 -0
- package/src/components/Calendar/__tests__/index.spec.tsx +3 -8
- package/src/components/Calendar/constants.ts +9 -0
- package/src/components/Calendar/helpers.ts +112 -0
- package/src/components/Calendar/index.tsx +34 -159
- package/src/components/Calendar/shared/hooks/useCalendarLayout.ts +37 -0
- package/src/components/Calendar/types.ts +62 -0
- package/src/components/Card/DataCard/StyledDataCard.tsx +6 -1
- package/src/components/Card/DataCard/index.tsx +2 -2
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
- package/src/components/Card/index.tsx +4 -2
- package/src/components/Carousel/CardCarousel.tsx +2 -4
- package/src/components/Carousel/CarouselItem.tsx +1 -1
- package/src/components/Carousel/StyledCardCarousel.tsx +6 -3
- package/src/components/Carousel/StyledCarousel.tsx +2 -1
- package/src/components/Carousel/__tests__/CardCarousel.spec.tsx +4 -2
- 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/Carousel/__tests__/index.spec.tsx +2 -2
- package/src/components/Carousel/index.tsx +11 -16
- package/src/components/Carousel/types.ts +2 -2
- package/src/components/Chart/ChartSelect/index.tsx +2 -1
- package/src/components/Chart/ColumnChart/ColumnChartContent.tsx +1 -1
- package/src/components/Chart/ColumnChart/StackedSegment.tsx +1 -1
- package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
- package/src/components/Chart/ColumnChart/__tests__/index.spec.tsx +2 -1
- package/src/components/Chart/ColumnChart/index.tsx +2 -2
- package/src/components/Chart/Line/Line.tsx +4 -5
- package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +62 -2
- package/src/components/Chart/Line/__tests__/index.spec.tsx +2 -1
- package/src/components/Chart/Line/index.tsx +2 -2
- package/src/components/Chart/index.tsx +0 -2
- package/src/components/Chart/shared/ChartFrame.tsx +2 -2
- package/src/components/Chart/shared/ChartHeader.tsx +3 -3
- package/src/components/Chart/shared/EmptyState.tsx +3 -2
- package/src/components/Chart/shared/XAxis.tsx +1 -1
- package/src/components/Chart/shared/XAxisGrid.tsx +1 -1
- package/src/components/Chart/shared/YAxis.tsx +1 -1
- package/src/components/Chart/shared/YAxisGrid.tsx +1 -1
- package/src/components/Chart/shared/__tests__/ChartFrame.spec.tsx +2 -1
- package/src/components/Chart/shared/__tests__/XAXisGrid.spec.tsx +2 -1
- package/src/components/Chart/shared/__tests__/XAxis.spec.tsx +2 -1
- package/src/components/Chart/shared/__tests__/YAxis.spec.tsx +2 -1
- package/src/components/Chart/shared/__tests__/YAxisGrid.spec.tsx +2 -1
- 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/Chart/shared/hooks/useColorScale.ts +2 -2
- package/src/components/Chart/shared/hooks/useGenerateTicks.ts +2 -2
- package/src/components/Chart/shared/hooks/useScaleBandX.ts +3 -3
- package/src/components/Chart/shared/hooks/useScaleLinearY.ts +3 -4
- package/src/components/Chart/shared/niceNumbers.ts +1 -1
- package/src/components/Chart/types.ts +0 -8
- package/src/components/Checkbox/{index.tsx → DefaultCheckBox.tsx} +8 -32
- package/src/components/Checkbox/InlineCheckBox.tsx +97 -0
- package/src/components/Checkbox/{StyledCheckbox.tsx → StyledDefaultCheckBox.tsx} +1 -0
- package/src/components/Checkbox/StyledInlineCheckBox.tsx +49 -0
- package/src/components/Checkbox/__tests__/{index.spec.tsx → DefaultCheckBox.spec.tsx} +21 -20
- package/src/components/Checkbox/__tests__/InlineCheckBox.spec.tsx +93 -0
- package/src/components/Checkbox/__tests__/{StyledCheckbox.spec.tsx → StyledDefaultCheckbox.spec.tsx} +2 -2
- package/src/components/Checkbox/__tests__/__snapshots__/{index.spec.tsx.snap → DefaultCheckBox.spec.tsx.snap} +10 -0
- package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +994 -0
- package/src/components/Checkbox/__tests__/__snapshots__/{StyledCheckbox.spec.tsx.snap → StyledDefaultCheckbox.spec.tsx.snap} +4 -0
- package/src/components/Checkbox/__tests__/utils.spec.ts +20 -0
- package/src/components/Checkbox/index.ts +9 -0
- package/src/components/Checkbox/utils.ts +25 -0
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
- package/src/components/Chip/index.tsx +22 -12
- package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
- package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
- package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
- package/src/components/DatePicker/DatePicker.tsx +38 -0
- package/src/components/DatePicker/DatePickerAndroid.tsx +24 -7
- package/src/components/DatePicker/DatePickerCalendar.tsx +26 -8
- package/src/components/DatePicker/DatePickerIOS.tsx +24 -7
- package/src/components/DatePicker/Dialog/AndroidDialog.tsx +3 -4
- package/src/components/DatePicker/Dialog/IOSDialog.tsx +9 -5
- package/src/components/DatePicker/Dialog/__tests__/AndroidDialog.spec.tsx +2 -1
- package/src/components/DatePicker/Dialog/__tests__/IOSDialog.spec.tsx +1 -7
- package/src/components/DatePicker/Dialog.tsx +15 -0
- package/src/components/DatePicker/StyledDatePicker.tsx +20 -2
- package/src/components/DatePicker/__tests__/DatePicker.spec.tsx +102 -1
- package/src/components/DatePicker/__tests__/DatePickerCalendar.spec.tsx +2 -10
- package/src/components/DatePicker/__tests__/DatePickerIOS.spec.tsx +27 -0
- package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +18 -3
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +6 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +188 -758
- package/src/components/DatePicker/hooks/useCalculateDate.tsx +1 -1
- package/src/components/DatePicker/hooks/utils.ts +1 -1
- package/src/components/DatePicker/index.internal.tsx +10 -0
- package/src/components/DatePicker/index.tsx +5 -28
- package/src/components/DatePicker/types.ts +17 -0
- package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
- package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +23 -16
- package/src/components/Drawer/__tests__/index.spec.tsx +15 -1
- package/src/components/Drawer/index.tsx +7 -4
- package/src/components/FAB/ActionGroup/ActionItem.tsx +1 -1
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -1
- package/src/components/FAB/ActionGroup/__tests__/index.spec.tsx +2 -1
- package/src/components/FAB/ActionGroup/index.tsx +7 -13
- package/src/components/FAB/AnimatedFABIcon.tsx +3 -1
- package/src/components/FAB/FAB.tsx +1 -2
- package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/FAB/Pair/__tests__/index.spec.tsx +2 -1
- package/src/components/FAB/Pair/index.tsx +2 -2
- package/src/components/FAB/StyledFAB.tsx +2 -1
- 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/FAB/__tests__/index.spec.tsx +35 -9
- package/src/components/FilterTrigger/StyledFilterTrigger.tsx +104 -0
- package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +643 -0
- package/src/components/FilterTrigger/__tests__/index.spec.tsx +162 -0
- package/src/components/FilterTrigger/index.tsx +106 -0
- package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
- package/src/components/FloatingIsland/index.tsx +5 -4
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/HeroDesignProvider/index.tsx +3 -2
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/HeroIcon/index.tsx +3 -1
- package/src/components/Icon/IconList.ts +14 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +46 -1
- package/src/components/Icon/__tests__/index.spec.tsx +1 -0
- package/src/components/Icon/index.tsx +4 -1
- package/src/components/Illustration/BaseSvg.tsx +28 -0
- package/src/components/Illustration/__tests__/index.spec.tsx +114 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Add.tsx +6 -5
- package/src/components/Illustration/assets/AllInOneSketch.tsx +26 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Boom.tsx +12 -5
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Build.tsx +12 -5
- package/src/components/Illustration/assets/CelebrationSketch.tsx +21 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Clock.tsx +12 -5
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Confetti.tsx +14 -7
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Connections.tsx +12 -5
- package/src/components/Illustration/assets/DiySketch.tsx +26 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Error.tsx +13 -6
- package/src/components/Illustration/assets/ErrorSketch.tsx +26 -0
- package/src/components/Illustration/assets/FreedomSketch.tsx +24 -0
- package/src/components/Illustration/assets/GrowingSketch.tsx +28 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Info.tsx +12 -5
- package/src/components/Illustration/assets/InstantSketch.tsx +26 -0
- package/src/components/Illustration/assets/LiftSketch.tsx +24 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/List.tsx +12 -5
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Location.tsx +12 -5
- package/src/components/Illustration/assets/Lock.tsx +38 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Merge.tsx +12 -5
- package/src/components/Illustration/assets/NoResult.tsx +42 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Notifications.tsx +12 -5
- package/src/components/Illustration/assets/OnDemandSketch.tsx +24 -0
- package/src/components/Illustration/assets/ProcessingSketch.tsx +24 -0
- package/src/components/Illustration/assets/RemoteJobsSketch.tsx +28 -0
- package/src/components/Illustration/assets/RewardSketch.tsx +28 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Search.tsx +12 -5
- package/src/components/Illustration/assets/SearchSketch.tsx +28 -0
- package/src/components/Illustration/assets/SecuritySketch.tsx +24 -0
- package/src/components/Illustration/assets/SentSketch.tsx +24 -0
- package/src/components/Illustration/assets/SpeedSketch.tsx +24 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Star.tsx +12 -5
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Success.tsx +13 -6
- package/src/components/Illustration/assets/SuperchargeSketch.tsx +24 -0
- package/src/components/Illustration/assets/Unlock.tsx +38 -0
- package/src/components/Illustration/assets/UnlockSketch.tsx +20 -0
- package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/User.tsx +12 -5
- package/src/components/Illustration/assets/WorkflowSketch.tsx +24 -0
- package/src/components/Illustration/constants.ts +3 -0
- package/src/components/Illustration/hooks/useMonoColor.ts +15 -0
- package/src/components/Illustration/illustrations.ts +85 -0
- package/src/components/Illustration/index.tsx +64 -0
- package/src/components/Illustration/types.ts +7 -0
- package/src/components/Image/index.tsx +5 -1
- package/src/components/List/BasicListItem.tsx +3 -2
- package/src/components/List/ListItem.tsx +3 -3
- package/src/components/List/StyledListItem.tsx +2 -2
- 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/LocaleProvider/context.ts +1 -1
- package/src/components/LocaleProvider/index.tsx +1 -1
- package/src/components/LocaleProvider/utils.ts +1 -1
- package/src/components/MapPin/Focussed.tsx +3 -2
- package/src/components/MapPin/__tests__/__snapshots__/Focussed.spec.tsx.snap +1 -1
- package/src/components/MapPin/index.tsx +4 -3
- package/src/components/MapPin/types.ts +2 -2
- package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
- package/src/components/Modal/__tests__/index.spec.tsx +46 -0
- package/src/components/Modal/index.tsx +122 -150
- package/src/components/PageControl/index.tsx +2 -1
- package/src/components/PinInput/PinCell.tsx +6 -1
- package/src/components/PinInput/StyledPinInput.tsx +6 -3
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +35 -0
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +301 -15
- package/src/components/PinInput/__tests__/index.spec.tsx +33 -0
- package/src/components/PinInput/index.tsx +15 -7
- package/src/components/Portal/PortalHost.tsx +1 -1
- package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
- package/src/components/Portal/contexts.ts +3 -2
- package/src/components/Portal/index.tsx +5 -3
- package/src/components/Portal/reducer.ts +1 -1
- package/src/components/Portal/types.tsx +2 -2
- package/src/components/Portal/usePortal.ts +2 -1
- package/src/components/Progress/ProgressBar.tsx +2 -1
- package/src/components/Progress/ProgressCircle.tsx +2 -1
- package/src/components/Progress/ProgressStep.tsx +1 -1
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
- package/src/components/Radio/Radio.tsx +2 -2
- package/src/components/Radio/RadioGroup.tsx +6 -1
- 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/Radio/types.ts +2 -2
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
- package/src/components/Rate/index.tsx +4 -3
- package/src/components/RefreshControl/__tests__/index.spec.tsx +2 -1
- package/src/components/RefreshControl/index.tsx +3 -5
- package/src/components/RichTextEditor/EditorToolbar.tsx +30 -80
- package/src/components/RichTextEditor/MentionList.tsx +4 -3
- package/src/components/RichTextEditor/RichTextEditor.tsx +42 -257
- package/src/components/RichTextEditor/RichTextEditorInput.tsx +324 -0
- package/src/components/RichTextEditor/StyledRichTextEditor.ts +1 -10
- package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +31 -10
- package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +50 -11
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +133 -92
- package/src/components/RichTextEditor/constants.ts +9 -0
- package/src/components/RichTextEditor/hooks/useRichTextEditorEvents.ts +79 -0
- package/src/components/RichTextEditor/index.tsx +10 -2
- package/src/components/RichTextEditor/utils/events.ts +2 -14
- package/src/components/RichTextEditor/utils/rnWebView.ts +1 -1
- package/src/components/Search/SearchOneLine.tsx +11 -4
- package/src/components/Search/SearchSuffixIcon.tsx +3 -3
- package/src/components/Search/SearchTwoLine.tsx +8 -3
- package/src/components/Search/StyledSearch.tsx +3 -2
- package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +9 -7
- 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/Search/utils.tsx +2 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
- package/src/components/SectionHeading/index.tsx +1 -1
- package/src/components/SegmentedControl/SegmentedItem.tsx +193 -0
- package/src/components/SegmentedControl/StyledSegmentedControl.tsx +62 -0
- package/src/components/SegmentedControl/__tests__/SegmentedItem.spec.tsx +162 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +132 -0
- package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +362 -0
- package/src/components/SegmentedControl/__tests__/index.spec.tsx +248 -0
- package/src/components/SegmentedControl/index.tsx +61 -0
- package/src/components/SegmentedControl/types.ts +46 -0
- package/src/components/Select/BaseOptionList.tsx +2 -1
- package/src/components/Select/MultiSelect/OptionList.tsx +2 -1
- 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 +3635 -3624
- package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +53 -0
- package/src/components/Select/MultiSelect/index.tsx +33 -11
- package/src/components/Select/MultiSelect/utils.ts +1 -1
- package/src/components/Select/SingleSelect/OptionList.tsx +3 -6
- 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 +2539 -2527
- package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +50 -0
- package/src/components/Select/SingleSelect/index.tsx +34 -11
- package/src/components/Select/StyledSelect.tsx +25 -2
- package/src/components/Select/helpers.tsx +1 -18
- package/src/components/Select/index.internal.tsx +26 -0
- package/src/components/Select/index.tsx +20 -2
- package/src/components/Select/types.ts +5 -1
- package/src/components/Skeleton/index.tsx +5 -10
- package/src/components/Slider/RangeSlider.tsx +17 -10
- package/src/components/Slider/SingleSlider.tsx +7 -5
- package/src/components/Slider/StyledRangeSlider.tsx +2 -2
- package/src/components/Slider/__tests__/RangeSlider.spec.tsx +6 -4
- package/src/components/Slider/__tests__/__snapshots__/RangeSlider.spec.tsx.snap +6 -4
- package/src/components/Slider/__tests__/__snapshots__/SingleSlider.spec.tsx.snap +3 -3
- package/src/components/Slider/constants.ts +3 -0
- package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +131 -114
- package/src/components/StatusScreens/Empty/index.tsx +9 -6
- package/src/components/StatusScreens/Error/StyledError.tsx +8 -0
- package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +182 -160
- package/src/components/StatusScreens/Error/index.tsx +14 -17
- package/src/components/StatusScreens/Success/StyledSuccess.tsx +14 -0
- package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +141 -116
- package/src/components/StatusScreens/Success/index.tsx +17 -12
- package/src/components/Swipeable/SwipeableAction.tsx +5 -3
- 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/Swipeable/index.tsx +2 -7
- package/src/components/Switch/SelectorSwitch/Option.tsx +2 -1
- 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/Switch/SelectorSwitch/index.tsx +3 -10
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
- package/src/components/Switch/index.tsx +2 -1
- package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +7 -15
- package/src/components/Tabs/StyledTabs.tsx +0 -5
- package/src/components/Tabs/TabWithBadge.tsx +4 -3
- package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +43 -32
- package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +117 -60
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +63 -35
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +12 -677
- package/src/components/Tabs/__tests__/index.spec.tsx +37 -25
- package/src/components/Tabs/index.tsx +3 -3
- package/src/components/Tabs/useHandlePageScroll.tsx +1 -1
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
- package/src/components/Tag/index.tsx +4 -2
- package/src/components/TextInput/StyledTextInput.tsx +2 -1
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +108 -21
- package/src/components/TextInput/__tests__/index.spec.tsx +62 -11
- package/src/components/TextInput/index.tsx +55 -19
- package/src/components/TimePicker/StyledTimePicker.tsx +20 -2
- package/src/components/TimePicker/TimePicker.tsx +15 -0
- package/src/components/TimePicker/TimePickerAndroid.tsx +24 -7
- package/src/components/TimePicker/TimePickerIOS.tsx +33 -11
- package/src/components/TimePicker/__tests__/TimePicker.spec.tsx +72 -1
- package/src/components/TimePicker/__tests__/TimePickerIOS.spec.tsx +0 -6
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +13 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +253 -300
- package/src/components/TimePicker/index.internal.tsx +9 -0
- package/src/components/TimePicker/index.tsx +4 -13
- package/src/components/TimePicker/types.ts +17 -0
- package/src/components/Toast/StyledToast.tsx +4 -3
- package/src/components/Toast/Toast.tsx +2 -1
- package/src/components/Toast/ToastContext.ts +1 -1
- package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
- package/src/components/Toast/types.ts +2 -0
- package/src/components/Toolbar/StyledToolbar.tsx +1 -2
- package/src/components/Toolbar/ToolbarGroup.tsx +24 -4
- package/src/components/Toolbar/ToolbarItem.tsx +3 -2
- package/src/components/Toolbar/ToolbarMessage.tsx +2 -2
- package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +9 -0
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +9 -2
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarMessage.spec.tsx.snap +0 -4
- package/src/components/Toolbar/index.tsx +2 -2
- package/src/components/Typography/Body/StyledBody.tsx +26 -21
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +281 -1
- package/src/components/Typography/Body/__tests__/index.spec.tsx +20 -0
- package/src/components/Typography/Body/index.tsx +9 -14
- package/src/components/Typography/Caption/StyledCaption.tsx +18 -10
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +270 -1
- package/src/components/Typography/Caption/__tests__/index.spec.tsx +20 -0
- package/src/components/Typography/Caption/index.tsx +20 -23
- package/src/components/Typography/Label/StyledLabel.tsx +18 -8
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +9 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +175 -1
- package/src/components/Typography/Label/__tests__/index.spec.tsx +13 -0
- package/src/components/Typography/Label/index.tsx +19 -22
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
- package/src/components/Typography/Text/index.tsx +3 -0
- package/src/components/Typography/Title/StyledTitle.tsx +24 -10
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +493 -1
- package/src/components/Typography/Title/__tests__/index.spec.tsx +24 -0
- package/src/components/Typography/Title/index.tsx +9 -14
- package/src/components/Typography/types.ts +3 -2
- package/src/emotion.d.ts +1 -1
- package/src/index.internal.ts +26 -0
- package/src/index.ts +11 -0
- package/src/locales/en_AU.ts +1 -1
- package/src/locales/en_CA.ts +1 -1
- package/src/testHelpers/renderWithTheme.tsx +2 -1
- package/src/theme/ThemeSwitcher.tsx +2 -1
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +236 -45
- package/src/theme/components/badge.ts +1 -1
- package/src/theme/components/bottomNavigation.ts +1 -1
- package/src/theme/components/bottomSheet.ts +0 -1
- package/src/theme/components/button.ts +52 -19
- package/src/theme/components/card.ts +5 -1
- package/src/theme/components/checkbox.ts +7 -0
- package/src/theme/components/datePicker.ts +1 -1
- package/src/theme/components/drawer.ts +1 -1
- package/src/theme/components/error.ts +3 -2
- package/src/theme/components/filterTrigger.ts +88 -0
- package/src/theme/components/icon.ts +2 -1
- package/src/theme/components/segmentedControl.ts +60 -0
- package/src/theme/components/slider.ts +25 -6
- package/src/theme/components/success.ts +3 -1
- package/src/theme/components/textInput.ts +9 -2
- package/src/theme/components/timePicker.ts +1 -1
- package/src/theme/components/toolbar.ts +1 -1
- package/src/theme/components/typography.ts +14 -11
- package/src/theme/getTheme.ts +25 -10
- package/src/theme/global/colors/ehJobs.ts +1 -1
- package/src/theme/global/colors/ehWorkDark.ts +1 -1
- package/src/theme/global/colors/swagLight.ts +1 -1
- package/src/theme/global/colors/swagLightJobs.ts +1 -1
- package/src/theme/global/colors/swagSystemPalette.ts +2 -2
- package/src/theme/global/colors/types.ts +1 -1
- package/src/theme/global/shadows/index.ts +1 -4
- package/src/theme/global/shadows/types.ts +1 -1
- package/src/theme/global/sizes.ts +1 -0
- package/src/theme/global/typography.ts +11 -1
- package/src/types.internal.ts +28 -0
- package/src/types.ts +30 -17
- package/src/utils/__tests__/helpers.spec.ts +250 -1
- package/src/utils/helpers.ts +127 -5
- package/src/utils/scale.ts +2 -2
- package/stats/8.102.0/rn-stats.html +4842 -0
- package/stats/8.103.0/rn-stats.html +4842 -0
- package/stats/8.103.1/rn-stats.html +4842 -0
- package/stats/8.103.2/rn-stats.html +4844 -0
- package/stats/8.103.3/rn-stats.html +4842 -0
- package/stats/8.103.4/rn-stats.html +4842 -0
- package/stats/8.103.5/rn-stats.html +4842 -0
- package/stats/8.103.6/rn-stats.html +4842 -0
- package/stats/8.103.7/rn-stats.html +4844 -0
- package/stats/8.104.0/rn-stats.html +4844 -0
- package/stats/8.105.0/rn-stats.html +4844 -0
- package/stats/8.105.1/rn-stats.html +4842 -0
- package/stats/8.105.2/rn-stats.html +4842 -0
- package/stats/8.105.3/rn-stats.html +4844 -0
- package/stats/8.105.4/rn-stats.html +4844 -0
- package/stats/8.106.0/rn-stats.html +4842 -0
- package/stats/8.106.1/rn-stats.html +4842 -0
- package/stats/8.107.0/rn-stats.html +4844 -0
- package/stats/8.108.0/rn-stats.html +4844 -0
- package/stats/8.108.1/rn-stats.html +4844 -0
- package/stats/8.108.2/rn-stats.html +4844 -0
- package/stats/8.109.0/rn-stats.html +4842 -0
- package/stats/8.109.1/rn-stats.html +4844 -0
- package/stats/8.109.2/rn-stats.html +4842 -0
- package/stats/8.110.0/rn-stats.html +4844 -0
- package/stats/8.110.1/rn-stats.html +4844 -0
- package/stats/8.111.0/rn-stats.html +4842 -0
- package/stats/8.112.1/rn-stats.html +4842 -0
- package/stats/8.112.2/rn-stats.html +4842 -0
- package/types/components/Accordion/AccordionItem.d.ts +1 -1
- package/types/components/Accordion/index.d.ts +5 -1
- package/types/components/Alert/StyledAlert.d.ts +2 -2
- package/types/components/Alert/index.d.ts +10 -2
- package/types/components/AnimatedScroller/AnimatedFAB.d.ts +3 -3
- package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +4 -4
- package/types/components/AnimatedScroller/FlatListWithFAB.d.ts +3 -3
- package/types/components/AnimatedScroller/ScrollViewWithFAB.d.ts +3 -3
- package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +4 -4
- package/types/components/AppCue/index.d.ts +2 -2
- package/types/components/AppCue/utils.d.ts +1 -1
- package/types/components/Attachment/index.d.ts +3 -3
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
- package/types/components/Avatar/AvatarStack/index.d.ts +4 -3
- package/types/components/Avatar/StyledAvatar.d.ts +1 -1
- package/types/components/Badge/Count.d.ts +2 -2
- package/types/components/Badge/Status.d.ts +2 -2
- package/types/components/Badge/index.d.ts +5 -4
- package/types/components/Badge/types.d.ts +2 -2
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +1 -1
- package/types/components/BottomNavigation/index.d.ts +2 -2
- package/types/components/BottomSheet/ScrollView.d.ts +2 -1
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +3 -3
- package/types/components/BottomSheet/index.d.ts +2 -3
- package/types/components/Box/StyledBox.d.ts +2 -7
- package/types/components/Box/types.d.ts +5 -5
- package/types/components/Button/Button.d.ts +13 -6
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +3 -4
- package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
- package/types/components/Button/StyledButton.d.ts +8 -4
- package/types/components/Button/UtilityButton/index.d.ts +1 -1
- package/types/components/Calendar/CalendarRange.d.ts +4 -16
- package/types/components/Calendar/CalendarRowItem.d.ts +1 -2
- package/types/components/Calendar/constants.d.ts +4 -0
- package/types/components/Calendar/helpers.d.ts +14 -0
- package/types/components/Calendar/index.d.ts +5 -56
- package/types/components/Calendar/shared/hooks/useCalendarLayout.d.ts +8 -0
- package/types/components/Calendar/types.d.ts +58 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +7 -1
- package/types/components/Card/DataCard/index.d.ts +2 -2
- package/types/components/Card/index.d.ts +10 -3
- package/types/components/Carousel/CardCarousel.d.ts +1 -1
- package/types/components/Carousel/CarouselItem.d.ts +1 -1
- package/types/components/Carousel/StyledCardCarousel.d.ts +4 -3
- package/types/components/Carousel/StyledCarousel.d.ts +2 -1
- package/types/components/Carousel/index.d.ts +8 -6
- package/types/components/Carousel/types.d.ts +2 -2
- package/types/components/Chart/ChartSelect/index.d.ts +1 -1
- package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +1 -1
- package/types/components/Chart/ColumnChart/StackedSegment.d.ts +1 -1
- package/types/components/Chart/ColumnChart/index.d.ts +2 -2
- package/types/components/Chart/Line/Line.d.ts +1 -1
- package/types/components/Chart/Line/index.d.ts +2 -2
- package/types/components/Chart/index.d.ts +0 -3
- package/types/components/Chart/shared/ChartFrame.d.ts +1 -1
- package/types/components/Chart/shared/ChartHeader.d.ts +3 -3
- package/types/components/Chart/shared/EmptyState.d.ts +1 -1
- package/types/components/Chart/shared/XAxis.d.ts +1 -1
- package/types/components/Chart/shared/XAxisGrid.d.ts +1 -1
- package/types/components/Chart/shared/YAxis.d.ts +1 -1
- package/types/components/Chart/shared/YAxisGrid.d.ts +1 -1
- package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +2 -3
- package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +2 -3
- package/types/components/Chart/shared/niceNumbers.d.ts +1 -1
- package/types/components/Chart/types.d.ts +1 -7
- package/types/components/Checkbox/DefaultCheckBox.d.ts +40 -0
- package/types/components/Checkbox/InlineCheckBox.d.ts +38 -0
- package/types/components/Checkbox/StyledInlineCheckBox.d.ts +45 -0
- package/types/components/Checkbox/index.d.ts +5 -44
- package/types/components/Checkbox/utils.d.ts +7 -0
- package/types/components/Chip/index.d.ts +19 -7
- package/types/components/DatePicker/DatePicker.d.ts +4 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +3 -3
- package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -2
- package/types/components/DatePicker/DatePickerIOS.d.ts +3 -3
- package/types/components/DatePicker/Dialog/AndroidDialog.d.ts +1 -1
- package/types/components/DatePicker/Dialog/IOSDialog.d.ts +1 -1
- package/types/components/DatePicker/Dialog.d.ts +4 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +8 -1
- package/types/components/DatePicker/hooks/useCalculateDate.d.ts +1 -1
- package/types/components/DatePicker/hooks/utils.d.ts +1 -1
- package/types/components/DatePicker/index.d.ts +3 -4
- package/types/components/DatePicker/index.internal.d.ts +7 -0
- package/types/components/DatePicker/types.d.ts +15 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +2 -2
- package/types/components/Drawer/index.d.ts +3 -3
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +1 -1
- package/types/components/FAB/ActionGroup/index.d.ts +2 -1
- package/types/components/FAB/FAB.d.ts +1 -1
- package/types/components/FAB/Pair/index.d.ts +2 -2
- package/types/components/FAB/StyledFAB.d.ts +2 -1
- package/types/components/FilterTrigger/StyledFilterTrigger.d.ts +20 -0
- package/types/components/FilterTrigger/index.d.ts +39 -0
- package/types/components/FloatingIsland/index.d.ts +5 -4
- package/types/components/HeroDesignProvider/index.d.ts +2 -2
- package/types/components/Icon/HeroIcon/index.d.ts +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +4 -2
- package/types/components/Illustration/BaseSvg.d.ts +8 -0
- package/types/components/Illustration/assets/Add.d.ts +4 -0
- package/types/components/Illustration/assets/AllInOneSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Boom.d.ts +4 -0
- package/types/components/Illustration/assets/Build.d.ts +4 -0
- package/types/components/Illustration/assets/CelebrationSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Clock.d.ts +4 -0
- package/types/components/Illustration/assets/Confetti.d.ts +4 -0
- package/types/components/Illustration/assets/Connections.d.ts +4 -0
- package/types/components/Illustration/assets/DiySketch.d.ts +4 -0
- package/types/components/Illustration/assets/Error.d.ts +4 -0
- package/types/components/Illustration/assets/ErrorSketch.d.ts +4 -0
- package/types/components/Illustration/assets/FreedomSketch.d.ts +4 -0
- package/types/components/Illustration/assets/GrowingSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Info.d.ts +4 -0
- package/types/components/Illustration/assets/InstantSketch.d.ts +4 -0
- package/types/components/Illustration/assets/LiftSketch.d.ts +4 -0
- package/types/components/Illustration/assets/List.d.ts +4 -0
- package/types/components/Illustration/assets/Location.d.ts +4 -0
- package/types/components/Illustration/assets/Lock.d.ts +4 -0
- package/types/components/Illustration/assets/Merge.d.ts +4 -0
- package/types/components/Illustration/assets/NoResult.d.ts +4 -0
- package/types/components/Illustration/assets/Notifications.d.ts +4 -0
- package/types/components/Illustration/assets/OnDemandSketch.d.ts +4 -0
- package/types/components/Illustration/assets/ProcessingSketch.d.ts +4 -0
- package/types/components/Illustration/assets/RemoteJobsSketch.d.ts +4 -0
- package/types/components/Illustration/assets/RewardSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Search.d.ts +4 -0
- package/types/components/Illustration/assets/SearchSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SecuritySketch.d.ts +4 -0
- package/types/components/Illustration/assets/SentSketch.d.ts +4 -0
- package/types/components/Illustration/assets/SpeedSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Star.d.ts +4 -0
- package/types/components/Illustration/assets/Success.d.ts +4 -0
- package/types/components/Illustration/assets/SuperchargeSketch.d.ts +4 -0
- package/types/components/Illustration/assets/Unlock.d.ts +4 -0
- package/types/components/Illustration/assets/UnlockSketch.d.ts +4 -0
- package/types/components/Illustration/assets/User.d.ts +4 -0
- package/types/components/Illustration/assets/WorkflowSketch.d.ts +4 -0
- package/types/components/Illustration/constants.d.ts +1 -0
- package/types/components/Illustration/hooks/useMonoColor.d.ts +5 -0
- package/types/components/Illustration/illustrations.d.ts +42 -0
- package/types/components/Illustration/index.d.ts +29 -0
- package/types/components/Illustration/types.d.ts +7 -0
- package/types/components/Image/index.d.ts +5 -1
- package/types/components/List/BasicListItem.d.ts +3 -2
- package/types/components/List/ListItem.d.ts +3 -3
- package/types/components/List/StyledListItem.d.ts +2 -2
- package/types/components/LocaleProvider/context.d.ts +1 -1
- package/types/components/LocaleProvider/index.d.ts +1 -1
- package/types/components/LocaleProvider/utils.d.ts +1 -1
- package/types/components/MapPin/Focussed.d.ts +3 -2
- package/types/components/MapPin/index.d.ts +4 -3
- package/types/components/MapPin/types.d.ts +2 -2
- package/types/components/Modal/index.d.ts +4 -3
- package/types/components/PageControl/index.d.ts +1 -1
- package/types/components/PinInput/StyledPinInput.d.ts +2 -4
- package/types/components/PinInput/index.d.ts +7 -3
- package/types/components/Portal/contexts.d.ts +2 -2
- package/types/components/Portal/index.d.ts +4 -3
- package/types/components/Portal/reducer.d.ts +1 -1
- package/types/components/Portal/types.d.ts +3 -2
- package/types/components/Portal/usePortal.d.ts +1 -1
- package/types/components/Progress/ProgressBar.d.ts +2 -1
- package/types/components/Progress/ProgressCircle.d.ts +2 -1
- package/types/components/Progress/ProgressStep.d.ts +1 -1
- package/types/components/Progress/index.d.ts +2 -2
- package/types/components/Radio/Radio.d.ts +2 -2
- package/types/components/Radio/RadioGroup.d.ts +5 -1
- package/types/components/Radio/index.d.ts +1 -1
- package/types/components/Radio/types.d.ts +2 -2
- package/types/components/Rate/index.d.ts +3 -3
- package/types/components/RefreshControl/index.d.ts +2 -2
- package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
- package/types/components/RichTextEditor/MentionList.d.ts +2 -1
- package/types/components/RichTextEditor/RichTextEditor.d.ts +2 -49
- package/types/components/RichTextEditor/RichTextEditorInput.d.ts +69 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -9
- package/types/components/RichTextEditor/constants.d.ts +9 -1
- package/types/components/RichTextEditor/hooks/useRichTextEditorEvents.d.ts +36 -0
- package/types/components/RichTextEditor/index.d.ts +66 -2
- package/types/components/RichTextEditor/utils/events.d.ts +3 -4
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +1 -1
- package/types/components/Search/SearchOneLine.d.ts +7 -3
- package/types/components/Search/SearchSuffixIcon.d.ts +3 -3
- package/types/components/Search/SearchTwoLine.d.ts +6 -2
- package/types/components/Search/StyledSearch.d.ts +2 -1
- package/types/components/Search/utils.d.ts +1 -1
- package/types/components/SectionHeading/index.d.ts +1 -1
- package/types/components/SegmentedControl/SegmentedItem.d.ts +18 -0
- package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +26 -0
- package/types/components/SegmentedControl/index.d.ts +31 -0
- package/types/components/SegmentedControl/types.d.ts +43 -0
- package/types/components/Select/BaseOptionList.d.ts +1 -1
- package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
- package/types/components/Select/MultiSelect/index.d.ts +6 -1
- package/types/components/Select/MultiSelect/utils.d.ts +1 -1
- package/types/components/Select/SingleSelect/OptionList.d.ts +2 -2
- package/types/components/Select/SingleSelect/index.d.ts +6 -1
- package/types/components/Select/StyledSelect.d.ts +8 -1
- package/types/components/Select/helpers.d.ts +2 -2
- package/types/components/Select/index.d.ts +5 -3
- package/types/components/Select/index.internal.d.ts +21 -0
- package/types/components/Select/types.d.ts +5 -1
- package/types/components/Skeleton/index.d.ts +2 -2
- package/types/components/Slider/RangeSlider.d.ts +2 -2
- package/types/components/Slider/SingleSlider.d.ts +1 -1
- package/types/components/Slider/constants.d.ts +3 -0
- package/types/components/StatusScreens/Empty/index.d.ts +6 -4
- package/types/components/StatusScreens/Error/StyledError.d.ts +7 -1
- package/types/components/StatusScreens/Error/index.d.ts +7 -6
- package/types/components/StatusScreens/Success/StyledSuccess.d.ts +11 -1
- package/types/components/StatusScreens/Success/index.d.ts +8 -7
- package/types/components/Swipeable/SwipeableAction.d.ts +4 -3
- package/types/components/Swipeable/index.d.ts +2 -1
- package/types/components/Switch/SelectorSwitch/Option.d.ts +1 -1
- package/types/components/Switch/SelectorSwitch/index.d.ts +2 -2
- package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +2 -2
- package/types/components/Tabs/StyledTabs.d.ts +1 -7
- package/types/components/Tabs/TabWithBadge.d.ts +4 -3
- package/types/components/Tabs/index.d.ts +3 -3
- package/types/components/Tabs/useHandlePageScroll.d.ts +1 -1
- package/types/components/Tag/index.d.ts +3 -2
- package/types/components/TextInput/StyledTextInput.d.ts +1 -1
- package/types/components/TextInput/index.d.ts +19 -9
- package/types/components/TimePicker/StyledTimePicker.d.ts +8 -1
- package/types/components/TimePicker/TimePicker.d.ts +4 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -2
- package/types/components/TimePicker/TimePickerIOS.d.ts +2 -2
- package/types/components/TimePicker/index.d.ts +3 -3
- package/types/components/TimePicker/index.internal.d.ts +5 -0
- package/types/components/TimePicker/types.d.ts +15 -0
- package/types/components/Toast/StyledToast.d.ts +3 -3
- package/types/components/Toast/Toast.d.ts +2 -1
- package/types/components/Toast/ToastContext.d.ts +2 -1
- package/types/components/Toast/types.d.ts +2 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +1 -1
- package/types/components/Toolbar/ToolbarGroup.d.ts +13 -2
- package/types/components/Toolbar/ToolbarItem.d.ts +1 -1
- package/types/components/Toolbar/ToolbarMessage.d.ts +2 -3
- package/types/components/Toolbar/index.d.ts +3 -3
- package/types/components/Typography/Body/StyledBody.d.ts +3 -2
- package/types/components/Typography/Body/index.d.ts +8 -3
- package/types/components/Typography/Caption/StyledCaption.d.ts +3 -2
- package/types/components/Typography/Caption/index.d.ts +7 -2
- package/types/components/Typography/Label/StyledLabel.d.ts +3 -2
- package/types/components/Typography/Label/index.d.ts +7 -2
- package/types/components/Typography/Text/index.d.ts +3 -0
- package/types/components/Typography/Title/StyledTitle.d.ts +3 -2
- package/types/components/Typography/Title/index.d.ts +8 -3
- package/types/components/Typography/types.d.ts +1 -1
- package/types/index.d.ts +4 -1
- package/types/index.internal.d.ts +19 -0
- package/types/locales/en_AU.d.ts +1 -1
- package/types/locales/en_CA.d.ts +1 -1
- package/types/testHelpers/renderWithTheme.d.ts +84 -1
- package/types/theme/ThemeSwitcher.d.ts +2 -1
- package/types/theme/components/alert.d.ts +10 -1
- package/types/theme/components/bottomNavigation.d.ts +10 -1
- package/types/theme/components/bottomSheet.d.ts +0 -1
- package/types/theme/components/button.d.ts +49 -15
- package/types/theme/components/card.d.ts +3 -0
- package/types/theme/components/checkbox.d.ts +6 -0
- package/types/theme/components/chip.d.ts +10 -1
- package/types/theme/components/datePicker.d.ts +1 -1
- package/types/theme/components/drawer.d.ts +1 -1
- package/types/theme/components/error.d.ts +1 -0
- package/types/theme/components/fab.d.ts +10 -1
- package/types/theme/components/filterTrigger.d.ts +72 -0
- package/types/theme/components/floatingIsland.d.ts +10 -1
- package/types/theme/components/icon.d.ts +1 -0
- package/types/theme/components/list.d.ts +10 -1
- package/types/theme/components/search.d.ts +10 -1
- package/types/theme/components/segmentedControl.d.ts +55 -0
- package/types/theme/components/slider.d.ts +16 -7
- package/types/theme/components/success.d.ts +2 -0
- package/types/theme/components/textInput.d.ts +8 -1
- package/types/theme/components/timePicker.d.ts +1 -1
- package/types/theme/components/toast.d.ts +10 -1
- package/types/theme/components/typography.d.ts +13 -10
- package/types/theme/getTheme.d.ts +14 -10
- package/types/theme/global/colors/ehJobs.d.ts +1 -1
- package/types/theme/global/colors/ehWorkDark.d.ts +1 -1
- package/types/theme/global/colors/swagLight.d.ts +1 -1
- package/types/theme/global/colors/swagLightJobs.d.ts +1 -1
- package/types/theme/global/colors/swagSystemPalette.d.ts +2 -2
- package/types/theme/global/colors/types.d.ts +2 -1
- package/types/theme/global/index.d.ts +1 -1
- package/types/theme/global/shadows/index.d.ts +1 -3
- package/types/theme/global/shadows/types.d.ts +2 -1
- package/types/theme/global/typography.d.ts +4 -1
- package/types/types.d.ts +21 -18
- package/types/types.internal.d.ts +18 -0
- package/types/utils/helpers.d.ts +3 -0
- package/types/utils/scale.d.ts +0 -2
- package/src/components/BottomSheet/ContentContainer.tsx +0 -34
- package/src/components/StatusScreens/StatusIcon/__tests__/index.spec.tsx +0 -31
- package/src/components/StatusScreens/StatusIcon/index.tsx +0 -63
- package/src/components/StatusScreens/StatusIcon/types.ts +0 -5
- package/types/components/BottomSheet/ContentContainer.d.ts +0 -10
- package/types/components/StatusScreens/StatusIcon/assets/Add.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Boom.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Build.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Clock.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Confetti.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Connections.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Error.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Info.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/List.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Location.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Merge.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Notifications.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Search.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Star.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/Success.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/assets/User.d.ts +0 -4
- package/types/components/StatusScreens/StatusIcon/index.d.ts +0 -26
- package/types/components/StatusScreens/StatusIcon/types.d.ts +0 -5
- /package/types/components/Checkbox/{StyledCheckbox.d.ts → StyledDefaultCheckBox.d.ts} +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(node:
|
|
1
|
+
(node:2222) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
|
|
2
2
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
3
3
|
[36m
|
|
4
4
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
@@ -8,16 +8,10 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
|
|
|
8
8
|
node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/src/selection/filter.js -> node_modules/d3-selection/src/selection/index.js
|
|
9
9
|
...and 12 more
|
|
10
10
|
[1m[33m(!) [plugin replace] @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
11
|
-
[1m[33m(!) [plugin
|
|
12
|
-
[
|
|
13
|
-
[90m
|
|
14
|
-
[7m61[0m import { RichTextEditorRef } from "../../../../types";
|
|
15
|
-
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~[0m
|
|
16
|
-
[39m
|
|
17
|
-
[1m[33m(!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.[39m[22m
|
|
18
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [1m1m 12.1s[22m[39m
|
|
11
|
+
[1m[33m(!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/home/runner/_work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.[39m[22m
|
|
12
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m29.5s[22m[39m
|
|
19
13
|
[36m
|
|
20
|
-
[1m/home/runner/
|
|
14
|
+
[1m/home/runner/_work/hero-design/hero-design/packages/rn/src/locales/en_AU.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/en_CA.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/index.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/types.ts[22m → [1m., .[22m...[39m
|
|
21
15
|
[1m[33m(!) Generated empty chunks[39m[22m
|
|
22
16
|
"locales/types" and "locales/types"
|
|
23
|
-
[32mcreated [1m., .[22m in [
|
|
17
|
+
[32mcreated [1m., .[22m in [1m8.8s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,311 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-integrate-basic-table-20251224154211
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#4584](https://github.com/Thinkei/hero-design/pull/4584) [`bd3b472e593d504ecc4f9191708d6b5cb9b45a90`](https://github.com/Thinkei/hero-design/commit/bd3b472e593d504ecc4f9191708d6b5cb9b45a90) Thanks [@phucdph](https://github.com/phucdph)! - [Icon] Add new icons: `diamond-outlined`, `rocket-launch`, `rocket-launch-outlined`
|
|
8
|
+
|
|
9
|
+
## 8.113.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#4546](https://github.com/Thinkei/hero-design/pull/4546) [`3d952f2800d556206f58098b021b856b0557eb76`](https://github.com/Thinkei/hero-design/commit/3d952f2800d556206f58098b021b856b0557eb76) Thanks [@ttkien](https://github.com/ttkien)! - [Tabs] update Tab highlights animated logic
|
|
14
|
+
|
|
15
|
+
- [#4558](https://github.com/Thinkei/hero-design/pull/4558) [`3dd028bcd49e00d13c9112e18103659e75c1bc95`](https://github.com/Thinkei/hero-design/commit/3dd028bcd49e00d13c9112e18103659e75c1bc95) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation]
|
|
16
|
+
|
|
17
|
+
- Update label and icon spacing and size.
|
|
18
|
+
- Update text and icon inactive colors to mutedOnDefaultGlobalSurface.
|
|
19
|
+
|
|
20
|
+
## 8.113.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- [#4482](https://github.com/Thinkei/hero-design/pull/4482) [`5be4e6e0477d9027fd78a36f09eec697f17490c5`](https://github.com/Thinkei/hero-design/commit/5be4e6e0477d9027fd78a36f09eec697f17490c5) Thanks [@nguyenvo-employmenthero](https://github.com/nguyenvo-employmenthero)! - Add new icon lighting-outlined
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#4483](https://github.com/Thinkei/hero-design/pull/4483) [`345892869b9690f168b71cdd66a65996b5c9a15d`](https://github.com/Thinkei/hero-design/commit/345892869b9690f168b71cdd66a65996b5c9a15d) Thanks [@tqdungit](https://github.com/tqdungit)! - Revert "[ANG-4128] Upgrade date-fns from v2 to v4 (#4420)"
|
|
29
|
+
|
|
30
|
+
## 8.112.5
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- [#4420](https://github.com/Thinkei/hero-design/pull/4420) [`7125239e43619dae07a68e294b0391f8e1ab570a`](https://github.com/Thinkei/hero-design/commit/7125239e43619dae07a68e294b0391f8e1ab570a) Thanks [@haudao-eh](https://github.com/haudao-eh)! - Upgrade date-fns to v4
|
|
35
|
+
|
|
36
|
+
## 8.112.4
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- [#4361](https://github.com/Thinkei/hero-design/pull/4361) [`5456f7a45b50d985b15ec16b2d09e16d7b115a38`](https://github.com/Thinkei/hero-design/commit/5456f7a45b50d985b15ec16b2d09e16d7b115a38) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Sync new features of RichTextEditor to rn-work-uikit
|
|
41
|
+
|
|
42
|
+
## 8.112.3
|
|
43
|
+
|
|
44
|
+
### Patch Changes
|
|
45
|
+
|
|
46
|
+
- [#4377](https://github.com/Thinkei/hero-design/pull/4377) [`7a3fed6a6be38669912438795691e3cf0d3d6a39`](https://github.com/Thinkei/hero-design/commit/7a3fed6a6be38669912438795691e3cf0d3d6a39) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] set minHeight = 1 to workround fix issue https://employmenthero.atlassian.net/browse/PS-2042
|
|
47
|
+
|
|
48
|
+
## 8.112.2
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [[`7777ac176c82c545f217a7fe73aa2700c607b298`](https://github.com/Thinkei/hero-design/commit/7777ac176c82c545f217a7fe73aa2700c607b298)]:
|
|
53
|
+
- @hero-design/colors@8.47.0
|
|
54
|
+
|
|
55
|
+
## 8.112.1
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#4310](https://github.com/Thinkei/hero-design/pull/4310) [`4742897580f05ae3d5f089df7aa0b1a34a90e15c`](https://github.com/Thinkei/hero-design/commit/4742897580f05ae3d5f089df7aa0b1a34a90e15c) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [TimePicker] Correct 12-hour format for iOS picker
|
|
60
|
+
|
|
61
|
+
## 8.112.0
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- [#4304](https://github.com/Thinkei/hero-design/pull/4304) [`02ecf1c8ab33f3d95dcc2d168d70f11d8c415883`](https://github.com/Thinkei/hero-design/commit/02ecf1c8ab33f3d95dcc2d168d70f11d8c415883) Thanks [@phucdph](https://github.com/phucdph)! - [Icon] Add `global-pound`, `pound-icon-shine`, `pound-sign`, `file-pound-outline`, `pound-box-outlined`, `pound-card-outlined`, `pound-coin-shine-outlined`, `pound-credit-card-outlined` icons
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- [#4303](https://github.com/Thinkei/hero-design/pull/4303) [`ee5b1d700200af991bb360e3f514f29790e33511`](https://github.com/Thinkei/hero-design/commit/ee5b1d700200af991bb360e3f514f29790e33511) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - Suppress `lint` warnings in CI Logs
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [[`ee5b1d700200af991bb360e3f514f29790e33511`](https://github.com/Thinkei/hero-design/commit/ee5b1d700200af991bb360e3f514f29790e33511)]:
|
|
72
|
+
- @hero-design/colors@8.46.3
|
|
73
|
+
- @hero-design/react-native-month-year-picker@8.43.2
|
|
74
|
+
|
|
75
|
+
## 8.111.0
|
|
76
|
+
|
|
77
|
+
### Minor Changes
|
|
78
|
+
|
|
79
|
+
- [#4287](https://github.com/Thinkei/hero-design/pull/4287) [`e7d09c0d84402f39f49d9de984b435de75fda538`](https://github.com/Thinkei/hero-design/commit/e7d09c0d84402f39f49d9de984b435de75fda538) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography.Body][typography.caption][Typography.Label] Support italic style prop
|
|
80
|
+
|
|
81
|
+
- [#4277](https://github.com/Thinkei/hero-design/pull/4277) [`41d0eb39bb03540a9c2d47c40c79846739ebedcf`](https://github.com/Thinkei/hero-design/commit/41d0eb39bb03540a9c2d47c40c79846739ebedcf) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography.Title] Support italic style
|
|
82
|
+
|
|
83
|
+
### Patch Changes
|
|
84
|
+
|
|
85
|
+
- [#4285](https://github.com/Thinkei/hero-design/pull/4285) [`52f1ccb86d7c307f93aa95ccf7b9e11ff97e542a`](https://github.com/Thinkei/hero-design/commit/52f1ccb86d7c307f93aa95ccf7b9e11ff97e542a) Thanks [@haudao-eh](https://github.com/haudao-eh)! - Improve component's deprecated props values typing
|
|
86
|
+
|
|
87
|
+
## 8.110.1
|
|
88
|
+
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- [#4262](https://github.com/Thinkei/hero-design/pull/4262) [`7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f`](https://github.com/Thinkei/hero-design/commit/7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f) Thanks [@ttkien](https://github.com/ttkien)! - Upgrade react-native 0.77.3
|
|
92
|
+
|
|
93
|
+
## 8.110.0
|
|
94
|
+
|
|
95
|
+
### Minor Changes
|
|
96
|
+
|
|
97
|
+
- [#4267](https://github.com/Thinkei/hero-design/pull/4267) [`98b97150bf3b8b7a0d836a04ed651b9f79910324`](https://github.com/Thinkei/hero-design/commit/98b97150bf3b8b7a0d836a04ed651b9f79910324) Thanks [@khoaddtran](https://github.com/khoaddtran)! - Update RichTextEditor to use toolbar state from webview and support more event types
|
|
98
|
+
|
|
99
|
+
## 8.109.2
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- [#4237](https://github.com/Thinkei/hero-design/pull/4237) [`746100e1369da6411eb771a0f153da6ac9a6dcf9`](https://github.com/Thinkei/hero-design/commit/746100e1369da6411eb771a0f153da6ac9a6dcf9) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - [Toolbar.Message] Fix the shrinkage issue on iPad
|
|
104
|
+
|
|
105
|
+
- [#4241](https://github.com/Thinkei/hero-design/pull/4241) [`c901f282aa0d46d38f03470c823696e87632d9ef`](https://github.com/Thinkei/hero-design/commit/c901f282aa0d46d38f03470c823696e87632d9ef) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Fix rich text editor is reset when height changed on Android
|
|
106
|
+
|
|
107
|
+
## 8.109.1
|
|
108
|
+
|
|
109
|
+
### Patch Changes
|
|
110
|
+
|
|
111
|
+
- [#4236](https://github.com/Thinkei/hero-design/pull/4236) [`a873d35cddd56b5302bd4d0f95a2dfa887be995e`](https://github.com/Thinkei/hero-design/commit/a873d35cddd56b5302bd4d0f95a2dfa887be995e) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [Button] call onPress callback with no args
|
|
112
|
+
|
|
113
|
+
## 8.109.0
|
|
114
|
+
|
|
115
|
+
### Minor Changes
|
|
116
|
+
|
|
117
|
+
- [#4220](https://github.com/Thinkei/hero-design/pull/4220) [`c7a8a34a159cec6ce2097614ae47c6d6a575a794`](https://github.com/Thinkei/hero-design/commit/c7a8a34a159cec6ce2097614ae47c6d6a575a794) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Introduce RichTextEditor.Base and `useRichTextEditorEvents` hook
|
|
118
|
+
|
|
119
|
+
## 8.108.2
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- [#4216](https://github.com/Thinkei/hero-design/pull/4216) [`498d2b6f8d3eb3090e54346cb7f54a248256f848`](https://github.com/Thinkei/hero-design/commit/498d2b6f8d3eb3090e54346cb7f54a248256f848) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Slider] Update colors to match design
|
|
124
|
+
|
|
125
|
+
## 8.108.1
|
|
126
|
+
|
|
127
|
+
### Patch Changes
|
|
128
|
+
|
|
129
|
+
- [#4210](https://github.com/Thinkei/hero-design/pull/4210) [`d0856e4f74472a83c5227e88638ad9631a7fe8f5`](https://github.com/Thinkei/hero-design/commit/d0856e4f74472a83c5227e88638ad9631a7fe8f5) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [FAB.ActionGroup] Fix double circle issue
|
|
130
|
+
|
|
131
|
+
- [#4211](https://github.com/Thinkei/hero-design/pull/4211) [`9af53ac4bda22015a04ca404ae2a85d9bfb11ac2`](https://github.com/Thinkei/hero-design/commit/9af53ac4bda22015a04ca404ae2a85d9bfb11ac2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Progress] Update colors to match design
|
|
132
|
+
|
|
133
|
+
## 8.108.0
|
|
134
|
+
|
|
135
|
+
### Minor Changes
|
|
136
|
+
|
|
137
|
+
- [#4204](https://github.com/Thinkei/hero-design/pull/4204) [`601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827`](https://github.com/Thinkei/hero-design/commit/601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Illustration] Add new sketch illustrations
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- [#4203](https://github.com/Thinkei/hero-design/pull/4203) [`37361afc4c96b1cea54505023bd55d023327fb0f`](https://github.com/Thinkei/hero-design/commit/37361afc4c96b1cea54505023bd55d023327fb0f) Thanks [@haudao-eh](https://github.com/haudao-eh)! - [Typography] Update danger intent
|
|
142
|
+
|
|
143
|
+
## 8.107.0
|
|
144
|
+
|
|
145
|
+
### Minor Changes
|
|
146
|
+
|
|
147
|
+
- [#4197](https://github.com/Thinkei/hero-design/pull/4197) [`d706fb127368ac597b0c8b1517650e64e39734ba`](https://github.com/Thinkei/hero-design/commit/d706fb127368ac597b0c8b1517650e64e39734ba) Thanks [@ttkien](https://github.com/ttkien)! - [Card.Data] add DataCardContent and update examples
|
|
148
|
+
|
|
149
|
+
- [#4200](https://github.com/Thinkei/hero-design/pull/4200) [`a2f2b9db429029f263278100365417e9b300d219`](https://github.com/Thinkei/hero-design/commit/a2f2b9db429029f263278100365417e9b300d219) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Illustration] Add component
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- [#4193](https://github.com/Thinkei/hero-design/pull/4193) [`84aabf6b98f5753616a8376ad5e5be4667d6dcb0`](https://github.com/Thinkei/hero-design/commit/84aabf6b98f5753616a8376ad5e5be4667d6dcb0) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] Update colors support dark mode
|
|
154
|
+
|
|
155
|
+
## 8.106.1
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- [#4185](https://github.com/Thinkei/hero-design/pull/4185) [`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Avatar] Use mobileAvatarPalette for avatar hook
|
|
160
|
+
|
|
161
|
+
- Updated dependencies [[`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2)]:
|
|
162
|
+
- @hero-design/colors@8.46.2
|
|
163
|
+
|
|
164
|
+
## 8.106.0
|
|
165
|
+
|
|
166
|
+
### Minor Changes
|
|
167
|
+
|
|
168
|
+
- [#4176](https://github.com/Thinkei/hero-design/pull/4176) [`2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130`](https://github.com/Thinkei/hero-design/commit/2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130) Thanks [@ttkien](https://github.com/ttkien)! - [CheckBox] add inline variant
|
|
169
|
+
|
|
170
|
+
- [#4162](https://github.com/Thinkei/hero-design/pull/4162) [`8542ccb19ca8a3773b0c3c8eaa69fc20b1184543`](https://github.com/Thinkei/hero-design/commit/8542ccb19ca8a3773b0c3c8eaa69fc20b1184543) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - - [Button] Add `invered` intent
|
|
171
|
+
- [Button] Deprecated `white` intent
|
|
172
|
+
- [Button] Add `filled-medium`, `outlined-medium` and `text-medium` variant
|
|
173
|
+
- [Button] Add new icon only Button(no label)
|
|
174
|
+
- [Button] Update correct color token support dark mode
|
|
175
|
+
|
|
176
|
+
### Patch Changes
|
|
177
|
+
|
|
178
|
+
- [#4166](https://github.com/Thinkei/hero-design/pull/4166) [`33d8c79cb6ea7dc3e997a762fa215d64eb7fe911`](https://github.com/Thinkei/hero-design/commit/33d8c79cb6ea7dc3e997a762fa215d64eb7fe911) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Drawer] Fix backdrop not working and update backdrop style
|
|
179
|
+
|
|
180
|
+
- [#4181](https://github.com/Thinkei/hero-design/pull/4181) [`e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1`](https://github.com/Thinkei/hero-design/commit/e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] bump hero-editor
|
|
181
|
+
|
|
182
|
+
## 8.105.4
|
|
183
|
+
|
|
184
|
+
### Patch Changes
|
|
185
|
+
|
|
186
|
+
- [#4161](https://github.com/Thinkei/hero-design/pull/4161) [`627837da7838e5a3295dc4dece3de83cbcc19c4b`](https://github.com/Thinkei/hero-design/commit/627837da7838e5a3295dc4dece3de83cbcc19c4b) Thanks [@ttkien](https://github.com/ttkien)! - [Empty]
|
|
187
|
+
|
|
188
|
+
- deprecate variant, image
|
|
189
|
+
|
|
190
|
+
[Success][error]
|
|
191
|
+
|
|
192
|
+
- deprecate image
|
|
193
|
+
- reduce icon size
|
|
194
|
+
- increase Primary Buttons margin from medium to large
|
|
195
|
+
|
|
196
|
+
## 8.105.3
|
|
197
|
+
|
|
198
|
+
### Patch Changes
|
|
199
|
+
|
|
200
|
+
- [#4151](https://github.com/Thinkei/hero-design/pull/4151) [`5a19683ca57a274f39467f7d93b303f6ace3c1ef`](https://github.com/Thinkei/hero-design/commit/5a19683ca57a274f39467f7d93b303f6ace3c1ef) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Icon] Update info intent color
|
|
201
|
+
|
|
202
|
+
- [#4144](https://github.com/Thinkei/hero-design/pull/4144) [`156380111c911fff401d6a1ee1637c0ccb844029`](https://github.com/Thinkei/hero-design/commit/156380111c911fff401d6a1ee1637c0ccb844029) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - Add TypeScript deprecated comment for legacy component or prop
|
|
203
|
+
|
|
204
|
+
- [#4156](https://github.com/Thinkei/hero-design/pull/4156) [`e628ee9c9ebd82dbd63eaca8ce83c583f0d6ecc7`](https://github.com/Thinkei/hero-design/commit/e628ee9c9ebd82dbd63eaca8ce83c583f0d6ecc7) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - [Error][empty][Success] Add Lock, Unlock, NoResult illustration icons
|
|
205
|
+
|
|
206
|
+
## 8.105.2
|
|
207
|
+
|
|
208
|
+
### Patch Changes
|
|
209
|
+
|
|
210
|
+
- [#4153](https://github.com/Thinkei/hero-design/pull/4153) [`2ced09440248a05875fc34e278cff41680173f12`](https://github.com/Thinkei/hero-design/commit/2ced09440248a05875fc34e278cff41680173f12) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] fix issue cannot paste
|
|
211
|
+
|
|
212
|
+
## 8.105.1
|
|
213
|
+
|
|
214
|
+
### Patch Changes
|
|
215
|
+
|
|
216
|
+
- [#4133](https://github.com/Thinkei/hero-design/pull/4133) [`8e945d988d61e6417e05b1c3c2aa6dc381dfd723`](https://github.com/Thinkei/hero-design/commit/8e945d988d61e6417e05b1c3c2aa6dc381dfd723) Thanks [@ttkien](https://github.com/ttkien)! - [Badge] Fix mis-alignment Badge Count on iOS
|
|
217
|
+
|
|
218
|
+
- [#4142](https://github.com/Thinkei/hero-design/pull/4142) [`bdfe001823336624c8738fe07caf0fa1eba1cd86`](https://github.com/Thinkei/hero-design/commit/bdfe001823336624c8738fe07caf0fa1eba1cd86) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - Update thumb up icon
|
|
219
|
+
|
|
220
|
+
## 8.105.0
|
|
221
|
+
|
|
222
|
+
### Minor Changes
|
|
223
|
+
|
|
224
|
+
- [#4111](https://github.com/Thinkei/hero-design/pull/4111) [`b456f49b8663432203cbf1e29b2fc9034b9c4626`](https://github.com/Thinkei/hero-design/commit/b456f49b8663432203cbf1e29b2fc9034b9c4626) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography] Add inactive intent
|
|
225
|
+
|
|
226
|
+
- [#4112](https://github.com/Thinkei/hero-design/pull/4112) [`9c1025c6c1dae4d0f26663e10d66e5897d85d855`](https://github.com/Thinkei/hero-design/commit/9c1025c6c1dae4d0f26663e10d66e5897d85d855) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [SegmentedControl] Add component
|
|
227
|
+
|
|
228
|
+
- [#4114](https://github.com/Thinkei/hero-design/pull/4114) [`32483464c8c3162f88c1490581d1f5bfde8a2766`](https://github.com/Thinkei/hero-design/commit/32483464c8c3162f88c1490581d1f5bfde8a2766) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - Add thumb-up icon
|
|
229
|
+
|
|
230
|
+
### Patch Changes
|
|
231
|
+
|
|
232
|
+
- [#4110](https://github.com/Thinkei/hero-design/pull/4110) [`227785af865941bf443c4d1df237365d8c27cc5f`](https://github.com/Thinkei/hero-design/commit/227785af865941bf443c4d1df237365d8c27cc5f) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - [Calendar] Extract calendar logic into reusable hooks
|
|
233
|
+
|
|
234
|
+
## 8.104.0
|
|
235
|
+
|
|
236
|
+
### Minor Changes
|
|
237
|
+
|
|
238
|
+
- [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [FilterTrigger] Add component
|
|
239
|
+
|
|
240
|
+
- [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [Icon] Add inactive intent
|
|
241
|
+
|
|
242
|
+
### Patch Changes
|
|
243
|
+
|
|
244
|
+
- [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [Toolbar] Fix TextInput layout on Toolbar message
|
|
245
|
+
|
|
246
|
+
## 8.103.7
|
|
247
|
+
|
|
248
|
+
### Patch Changes
|
|
249
|
+
|
|
250
|
+
- [#4080](https://github.com/Thinkei/hero-design/pull/4080) [`920325f82fa122dee579f6b5c86fbea1f5207416`](https://github.com/Thinkei/hero-design/commit/920325f82fa122dee579f6b5c86fbea1f5207416) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [DatePicker][timepicker] Add inputProps and groupStyleEnabled internal props for group style
|
|
251
|
+
|
|
252
|
+
## 8.103.6
|
|
253
|
+
|
|
254
|
+
### Patch Changes
|
|
255
|
+
|
|
256
|
+
- [#4075](https://github.com/Thinkei/hero-design/pull/4075) [`3bd134bd08699566d3c25ad157b7ca68f5debc47`](https://github.com/Thinkei/hero-design/commit/3bd134bd08699566d3c25ad157b7ca68f5debc47) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] fix layout issue on Android: The height of TextInput is incorrectly increased when the text is long
|
|
257
|
+
|
|
258
|
+
- [#4071](https://github.com/Thinkei/hero-design/pull/4071) [`a045cd45b79141f02b6570907033fa3f037b5862`](https://github.com/Thinkei/hero-design/commit/a045cd45b79141f02b6570907033fa3f037b5862) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Select] Add internal zIndex for group style
|
|
259
|
+
|
|
260
|
+
- [#4077](https://github.com/Thinkei/hero-design/pull/4077) [`fa025fbffdf997d83f77919b78eae2520ddb6e2e`](https://github.com/Thinkei/hero-design/commit/fa025fbffdf997d83f77919b78eae2520ddb6e2e) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] Fix issue that WebView automatiically reset when height is changed on Android
|
|
261
|
+
|
|
262
|
+
## 8.103.5
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- [#4068](https://github.com/Thinkei/hero-design/pull/4068) [`3fd150ed0925245f0c9df0956681f19becac09c7`](https://github.com/Thinkei/hero-design/commit/3fd150ed0925245f0c9df0956681f19becac09c7) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] apply new TextInput
|
|
267
|
+
[TextInput] update typings
|
|
268
|
+
|
|
269
|
+
- [#4074](https://github.com/Thinkei/hero-design/pull/4074) [`3b1be909daf4d17abe49f37672ecde1ad048ae05`](https://github.com/Thinkei/hero-design/commit/3b1be909daf4d17abe49f37672ecde1ad048ae05) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [PinInput] fix: android lagging issue by replacing keyboardType by inputMode prop
|
|
270
|
+
|
|
271
|
+
## 8.103.4
|
|
272
|
+
|
|
273
|
+
### Patch Changes
|
|
274
|
+
|
|
275
|
+
- [#4069](https://github.com/Thinkei/hero-design/pull/4069) [`2e911c0297496b281a54bad63c5e60ee75bc8d81`](https://github.com/Thinkei/hero-design/commit/2e911c0297496b281a54bad63c5e60ee75bc8d81) Thanks [@ttkien](https://github.com/ttkien)! - [DatePicker] Fix issue month-year picker is gone in react-native 76
|
|
276
|
+
|
|
277
|
+
- [#4062](https://github.com/Thinkei/hero-design/pull/4062) [`805b3e4f0222ed1e62c0feb2d3de4c42afe2012b`](https://github.com/Thinkei/hero-design/commit/805b3e4f0222ed1e62c0feb2d3de4c42afe2012b) Thanks [@ttkien](https://github.com/ttkien)! - [TimePicker][datepicker] apply new TextInput
|
|
278
|
+
|
|
279
|
+
## 8.103.3
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- [#4060](https://github.com/Thinkei/hero-design/pull/4060) [`d1b9b10020bcde438918f7eb17d201d27a75253e`](https://github.com/Thinkei/hero-design/commit/d1b9b10020bcde438918f7eb17d201d27a75253e) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] Fixing the bug cannot focus on react-native@0.76.x
|
|
284
|
+
[DatePicker][timepicker] align center on react-native@0.76.x
|
|
285
|
+
|
|
286
|
+
## 8.103.2
|
|
287
|
+
|
|
288
|
+
### Patch Changes
|
|
289
|
+
|
|
290
|
+
- [#4050](https://github.com/Thinkei/hero-design/pull/4050) [`44c253319e985a85bf75e00effc140733dd73ee9`](https://github.com/Thinkei/hero-design/commit/44c253319e985a85bf75e00effc140733dd73ee9) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Revert BottomSheet Fix overlapping with dynamic island in iOS
|
|
291
|
+
|
|
292
|
+
## 8.103.1
|
|
293
|
+
|
|
294
|
+
### Patch Changes
|
|
295
|
+
|
|
296
|
+
- [#4020](https://github.com/Thinkei/hero-design/pull/4020) [`23b0c7f7744bb4972504237b57cce57da9da5a73`](https://github.com/Thinkei/hero-design/commit/23b0c7f7744bb4972504237b57cce57da9da5a73) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [TextInput] Update testId for label of input
|
|
297
|
+
|
|
298
|
+
## 8.103.0
|
|
299
|
+
|
|
300
|
+
### Minor Changes
|
|
301
|
+
|
|
302
|
+
- [#4006](https://github.com/Thinkei/hero-design/pull/4006) [`8ba84012be721c8a18a2ba9453b6cde66f8b3e49`](https://github.com/Thinkei/hero-design/commit/8ba84012be721c8a18a2ba9453b6cde66f8b3e49) Thanks [@hieuvo-eh](https://github.com/hieuvo-eh)! - Wrap StyledFABIcon with forwardRef
|
|
303
|
+
|
|
304
|
+
### Patch Changes
|
|
305
|
+
|
|
306
|
+
- [#3980](https://github.com/Thinkei/hero-design/pull/3980) [`7e0859459ea48c43c9edcc01a64c80ab715b4d15`](https://github.com/Thinkei/hero-design/commit/7e0859459ea48c43c9edcc01a64c80ab715b4d15) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [TextInput] Update testId of native text input
|
|
307
|
+
|
|
308
|
+
## 8.102.0
|
|
4
309
|
|
|
5
310
|
### Minor Changes
|
|
6
311
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|