@hero-design/rn 8.66.0 → 8.68.0-alpha.1
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/CHANGELOG.md +11 -0
- package/es/index.js +151 -132
- package/lib/index.js +152 -132
- package/package.json +2 -2
- package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +4 -4
- package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +18 -18
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -2
- package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -1
- package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +1 -1
- package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- 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/__tests__/__snapshots__/Button.spec.tsx.snap +21 -21
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +12 -12
- package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -5
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +1 -1
- package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +4 -4
- package/src/components/Carousel/__tests__/__snapshots__/StyledCardCarousel.spec.tsx.snap +3 -3
- package/src/components/Carousel/__tests__/__snapshots__/StyledCarousel.spec.tsx.snap +2 -2
- package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +30 -30
- package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Error/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/FAB/__tests__/__snapshots__/AnimatedFABIcon.spec.tsx.snap +2 -2
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +3 -3
- package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +6 -6
- package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +2 -2
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -2
- package/src/components/PageControl/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +5 -5
- package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +10 -10
- package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +14 -14
- package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +10 -10
- package/src/components/SectionHeading/__tests__/__snapshots__/StyledHeading.spec.tsx.snap +1 -1
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +2 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +14 -14
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +14 -14
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -1
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +8 -8
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Slider/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Spinner/__tests__/__snapshots__/AnimatedSpinner.spec.tsx.snap +4 -4
- package/src/components/Spinner/__tests__/__snapshots__/StyledSpinner.spec.tsx.snap +32 -32
- package/src/components/Spinner/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/components/Success/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +1 -1
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +2 -2
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +3 -3
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +5 -5
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +3 -3
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +5 -5
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +1 -1
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +18 -18
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +7 -7
- package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
- package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
- package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +1 -1
- package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/index.ts +2 -0
- package/src/theme/ThemeSwitcher.tsx +12 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +66 -66
- package/src/theme/getTheme.ts +2 -2
- package/src/theme/global/colors/__tests__/__snapshots__/swagLight.spec.ts.snap +48 -0
- package/src/theme/global/colors/__tests__/swagLight.spec.ts +7 -0
- package/src/theme/global/colors/swagLight.ts +25 -0
- package/src/theme/global/index.ts +2 -0
- package/src/theme/index.ts +2 -0
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Attachment/StyledAttachment.d.ts +0 -0
- package/types/components/Attachment/index.d.ts +0 -0
- package/types/components/Avatar/Avatar.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/index.d.ts +0 -0
- package/types/components/Avatar/AvatarStack/utils.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/ScrollView.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Box/StyledBox.d.ts +0 -0
- package/types/components/Box/config.d.ts +0 -0
- package/types/components/Box/index.d.ts +0 -0
- package/types/components/Box/types.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Carousel/CardCarousel.d.ts +0 -0
- package/types/components/Carousel/CarouselItem.d.ts +0 -0
- package/types/components/Carousel/StyledCardCarousel.d.ts +0 -0
- package/types/components/Carousel/StyledCarousel.d.ts +0 -0
- package/types/components/Carousel/contants.d.ts +0 -0
- package/types/components/Carousel/index.d.ts +0 -0
- package/types/components/Carousel/types.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerCalendar.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/helpers.d.ts +0 -0
- package/types/components/Drawer/DragableDrawer/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/Error/StyledError.d.ts +0 -0
- package/types/components/Error/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +0 -0
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/AnimatedIcon.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +0 -0
- package/types/components/Icon/index.d.ts +0 -0
- package/types/components/Icon/utils.d.ts +0 -0
- package/types/components/Image/index.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PageControl/StyledPageControl.d.ts +0 -0
- package/types/components/PageControl/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/constants.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RefreshControl/index.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__mocks__/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/heroEditorApp.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/types.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/BaseOptionList.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/StyledSingleSelect.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Skeleton/StyledSkeleton.d.ts +0 -0
- package/types/components/Skeleton/index.d.ts +0 -0
- package/types/components/Slider/index.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Success/StyledSuccess.d.ts +0 -0
- package/types/components/Success/index.d.ts +0 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +0 -0
- package/types/components/Swipeable/SwipeableAction.d.ts +0 -0
- package/types/components/Swipeable/index.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/Option.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +0 -0
- package/types/components/Switch/SelectorSwitch/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/SceneView.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabsHeader.d.ts +35 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/TabWithBadge.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/useIsFocused.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +0 -0
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +2 -2
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +1 -1
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/attachment.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/cardCarousel.d.ts +0 -0
- package/types/theme/components/carousel.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/error.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/image.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pageControl.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/refreshControl.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/skeleton.d.ts +0 -0
- package/types/theme/components/slider.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/success.d.ts +0 -0
- package/types/theme/components/swipeable.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +0 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/getTheme.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors/eBens.d.ts +0 -0
- package/types/theme/global/colors/global.d.ts +0 -0
- package/types/theme/global/colors/globalDark.d.ts +0 -0
- package/types/theme/global/colors/jobs.d.ts +0 -0
- package/types/theme/global/colors/swag.d.ts +0 -0
- package/types/theme/global/colors/swagDark.d.ts +0 -0
- package/types/theme/global/colors/swagLight.d.ts +3 -0
- package/types/theme/global/colors/types.d.ts +0 -0
- package/types/theme/global/colors/wallet.d.ts +0 -0
- package/types/theme/global/colors/work.d.ts +0 -0
- package/types/theme/global/index.d.ts +2 -1
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/sizes.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +2 -2
- package/types/types.d.ts +0 -0
- package/types/utils/functions.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
- package/.turbo/turbo-build.log +0 -8
|
@@ -39,7 +39,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
39
39
|
style={
|
|
40
40
|
[
|
|
41
41
|
{
|
|
42
|
-
"backgroundColor": "#
|
|
42
|
+
"backgroundColor": "#7622d7",
|
|
43
43
|
"borderRadius": 999,
|
|
44
44
|
"height": 16,
|
|
45
45
|
"opacity": 0.9,
|
|
@@ -57,7 +57,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
57
57
|
style={
|
|
58
58
|
[
|
|
59
59
|
{
|
|
60
|
-
"backgroundColor": "#
|
|
60
|
+
"backgroundColor": "#7622d7",
|
|
61
61
|
"borderRadius": 999,
|
|
62
62
|
"height": 16,
|
|
63
63
|
"marginLeft": 8,
|
|
@@ -91,7 +91,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
91
91
|
style={
|
|
92
92
|
[
|
|
93
93
|
{
|
|
94
|
-
"backgroundColor": "#
|
|
94
|
+
"backgroundColor": "#7622d7",
|
|
95
95
|
"borderRadius": 999,
|
|
96
96
|
"height": 16,
|
|
97
97
|
"opacity": 0.45,
|
|
@@ -109,7 +109,7 @@ exports[`AnimatedSpinner renders correctly 1`] = `
|
|
|
109
109
|
style={
|
|
110
110
|
[
|
|
111
111
|
{
|
|
112
|
-
"backgroundColor": "#
|
|
112
|
+
"backgroundColor": "#7622d7",
|
|
113
113
|
"borderRadius": 999,
|
|
114
114
|
"height": 16,
|
|
115
115
|
"marginLeft": 8,
|
|
@@ -51,7 +51,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
51
51
|
style={
|
|
52
52
|
[
|
|
53
53
|
{
|
|
54
|
-
"backgroundColor": "#
|
|
54
|
+
"backgroundColor": "#7622d7",
|
|
55
55
|
"borderRadius": 999,
|
|
56
56
|
"height": 8,
|
|
57
57
|
"opacity": 0.9,
|
|
@@ -69,7 +69,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
69
69
|
style={
|
|
70
70
|
[
|
|
71
71
|
{
|
|
72
|
-
"backgroundColor": "#
|
|
72
|
+
"backgroundColor": "#7622d7",
|
|
73
73
|
"borderRadius": 999,
|
|
74
74
|
"height": 8,
|
|
75
75
|
"marginLeft": 4,
|
|
@@ -103,7 +103,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
103
103
|
style={
|
|
104
104
|
[
|
|
105
105
|
{
|
|
106
|
-
"backgroundColor": "#
|
|
106
|
+
"backgroundColor": "#7622d7",
|
|
107
107
|
"borderRadius": 999,
|
|
108
108
|
"height": 8,
|
|
109
109
|
"opacity": 0.45,
|
|
@@ -121,7 +121,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
121
121
|
style={
|
|
122
122
|
[
|
|
123
123
|
{
|
|
124
|
-
"backgroundColor": "#
|
|
124
|
+
"backgroundColor": "#7622d7",
|
|
125
125
|
"borderRadius": 999,
|
|
126
126
|
"height": 8,
|
|
127
127
|
"marginLeft": 4,
|
|
@@ -212,7 +212,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
212
212
|
style={
|
|
213
213
|
[
|
|
214
214
|
{
|
|
215
|
-
"backgroundColor": "#
|
|
215
|
+
"backgroundColor": "#FDFBFF",
|
|
216
216
|
"borderRadius": 999,
|
|
217
217
|
"height": 8,
|
|
218
218
|
"opacity": 0.9,
|
|
@@ -230,7 +230,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
230
230
|
style={
|
|
231
231
|
[
|
|
232
232
|
{
|
|
233
|
-
"backgroundColor": "#
|
|
233
|
+
"backgroundColor": "#FDFBFF",
|
|
234
234
|
"borderRadius": 999,
|
|
235
235
|
"height": 8,
|
|
236
236
|
"marginLeft": 4,
|
|
@@ -264,7 +264,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
264
264
|
style={
|
|
265
265
|
[
|
|
266
266
|
{
|
|
267
|
-
"backgroundColor": "#
|
|
267
|
+
"backgroundColor": "#FDFBFF",
|
|
268
268
|
"borderRadius": 999,
|
|
269
269
|
"height": 8,
|
|
270
270
|
"opacity": 0.45,
|
|
@@ -282,7 +282,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
282
282
|
style={
|
|
283
283
|
[
|
|
284
284
|
{
|
|
285
|
-
"backgroundColor": "#
|
|
285
|
+
"backgroundColor": "#FDFBFF",
|
|
286
286
|
"borderRadius": 999,
|
|
287
287
|
"height": 8,
|
|
288
288
|
"marginLeft": 4,
|
|
@@ -373,7 +373,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
373
373
|
style={
|
|
374
374
|
[
|
|
375
375
|
{
|
|
376
|
-
"backgroundColor": "#
|
|
376
|
+
"backgroundColor": "#7622d7",
|
|
377
377
|
"borderRadius": 999,
|
|
378
378
|
"height": 16,
|
|
379
379
|
"opacity": 0.9,
|
|
@@ -391,7 +391,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
391
391
|
style={
|
|
392
392
|
[
|
|
393
393
|
{
|
|
394
|
-
"backgroundColor": "#
|
|
394
|
+
"backgroundColor": "#7622d7",
|
|
395
395
|
"borderRadius": 999,
|
|
396
396
|
"height": 16,
|
|
397
397
|
"marginLeft": 8,
|
|
@@ -425,7 +425,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
425
425
|
style={
|
|
426
426
|
[
|
|
427
427
|
{
|
|
428
|
-
"backgroundColor": "#
|
|
428
|
+
"backgroundColor": "#7622d7",
|
|
429
429
|
"borderRadius": 999,
|
|
430
430
|
"height": 16,
|
|
431
431
|
"opacity": 0.45,
|
|
@@ -443,7 +443,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
443
443
|
style={
|
|
444
444
|
[
|
|
445
445
|
{
|
|
446
|
-
"backgroundColor": "#
|
|
446
|
+
"backgroundColor": "#7622d7",
|
|
447
447
|
"borderRadius": 999,
|
|
448
448
|
"height": 16,
|
|
449
449
|
"marginLeft": 8,
|
|
@@ -534,7 +534,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
534
534
|
style={
|
|
535
535
|
[
|
|
536
536
|
{
|
|
537
|
-
"backgroundColor": "#
|
|
537
|
+
"backgroundColor": "#FDFBFF",
|
|
538
538
|
"borderRadius": 999,
|
|
539
539
|
"height": 16,
|
|
540
540
|
"opacity": 0.9,
|
|
@@ -552,7 +552,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
552
552
|
style={
|
|
553
553
|
[
|
|
554
554
|
{
|
|
555
|
-
"backgroundColor": "#
|
|
555
|
+
"backgroundColor": "#FDFBFF",
|
|
556
556
|
"borderRadius": 999,
|
|
557
557
|
"height": 16,
|
|
558
558
|
"marginLeft": 8,
|
|
@@ -586,7 +586,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
586
586
|
style={
|
|
587
587
|
[
|
|
588
588
|
{
|
|
589
|
-
"backgroundColor": "#
|
|
589
|
+
"backgroundColor": "#FDFBFF",
|
|
590
590
|
"borderRadius": 999,
|
|
591
591
|
"height": 16,
|
|
592
592
|
"opacity": 0.45,
|
|
@@ -604,7 +604,7 @@ exports[`StyledSpinnerContainer renders correctly when intent is $themeIntent, a
|
|
|
604
604
|
style={
|
|
605
605
|
[
|
|
606
606
|
{
|
|
607
|
-
"backgroundColor": "#
|
|
607
|
+
"backgroundColor": "#FDFBFF",
|
|
608
608
|
"borderRadius": 999,
|
|
609
609
|
"height": 16,
|
|
610
610
|
"marginLeft": 8,
|
|
@@ -656,7 +656,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
|
|
|
656
656
|
style={
|
|
657
657
|
[
|
|
658
658
|
{
|
|
659
|
-
"backgroundColor": "#
|
|
659
|
+
"backgroundColor": "#FDFBFF",
|
|
660
660
|
"borderRadius": 999,
|
|
661
661
|
"height": 16,
|
|
662
662
|
"opacity": 0.45,
|
|
@@ -704,7 +704,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
|
|
|
704
704
|
style={
|
|
705
705
|
[
|
|
706
706
|
{
|
|
707
|
-
"backgroundColor": "#
|
|
707
|
+
"backgroundColor": "#7622d7",
|
|
708
708
|
"borderRadius": 999,
|
|
709
709
|
"height": 16,
|
|
710
710
|
"opacity": 0.45,
|
|
@@ -752,7 +752,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
|
|
|
752
752
|
style={
|
|
753
753
|
[
|
|
754
754
|
{
|
|
755
|
-
"backgroundColor": "#
|
|
755
|
+
"backgroundColor": "#FDFBFF",
|
|
756
756
|
"borderRadius": 999,
|
|
757
757
|
"height": 8,
|
|
758
758
|
"opacity": 0.45,
|
|
@@ -800,7 +800,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomLeft, size is
|
|
|
800
800
|
style={
|
|
801
801
|
[
|
|
802
802
|
{
|
|
803
|
-
"backgroundColor": "#
|
|
803
|
+
"backgroundColor": "#7622d7",
|
|
804
804
|
"borderRadius": 999,
|
|
805
805
|
"height": 8,
|
|
806
806
|
"opacity": 0.45,
|
|
@@ -848,7 +848,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
|
|
|
848
848
|
style={
|
|
849
849
|
[
|
|
850
850
|
{
|
|
851
|
-
"backgroundColor": "#
|
|
851
|
+
"backgroundColor": "#FDFBFF",
|
|
852
852
|
"borderRadius": 999,
|
|
853
853
|
"height": 16,
|
|
854
854
|
"marginLeft": 8,
|
|
@@ -897,7 +897,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
|
|
|
897
897
|
style={
|
|
898
898
|
[
|
|
899
899
|
{
|
|
900
|
-
"backgroundColor": "#
|
|
900
|
+
"backgroundColor": "#7622d7",
|
|
901
901
|
"borderRadius": 999,
|
|
902
902
|
"height": 16,
|
|
903
903
|
"marginLeft": 8,
|
|
@@ -946,7 +946,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
|
|
|
946
946
|
style={
|
|
947
947
|
[
|
|
948
948
|
{
|
|
949
|
-
"backgroundColor": "#
|
|
949
|
+
"backgroundColor": "#FDFBFF",
|
|
950
950
|
"borderRadius": 999,
|
|
951
951
|
"height": 8,
|
|
952
952
|
"marginLeft": 4,
|
|
@@ -995,7 +995,7 @@ exports[`StyledSpinnerDot renders correctly when position is bottomRight, size i
|
|
|
995
995
|
style={
|
|
996
996
|
[
|
|
997
997
|
{
|
|
998
|
-
"backgroundColor": "#
|
|
998
|
+
"backgroundColor": "#7622d7",
|
|
999
999
|
"borderRadius": 999,
|
|
1000
1000
|
"height": 8,
|
|
1001
1001
|
"marginLeft": 4,
|
|
@@ -1044,7 +1044,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
|
|
|
1044
1044
|
style={
|
|
1045
1045
|
[
|
|
1046
1046
|
{
|
|
1047
|
-
"backgroundColor": "#
|
|
1047
|
+
"backgroundColor": "#FDFBFF",
|
|
1048
1048
|
"borderRadius": 999,
|
|
1049
1049
|
"height": 16,
|
|
1050
1050
|
"opacity": 0.9,
|
|
@@ -1092,7 +1092,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is me
|
|
|
1092
1092
|
style={
|
|
1093
1093
|
[
|
|
1094
1094
|
{
|
|
1095
|
-
"backgroundColor": "#
|
|
1095
|
+
"backgroundColor": "#7622d7",
|
|
1096
1096
|
"borderRadius": 999,
|
|
1097
1097
|
"height": 16,
|
|
1098
1098
|
"opacity": 0.9,
|
|
@@ -1140,7 +1140,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
|
|
|
1140
1140
|
style={
|
|
1141
1141
|
[
|
|
1142
1142
|
{
|
|
1143
|
-
"backgroundColor": "#
|
|
1143
|
+
"backgroundColor": "#FDFBFF",
|
|
1144
1144
|
"borderRadius": 999,
|
|
1145
1145
|
"height": 8,
|
|
1146
1146
|
"opacity": 0.9,
|
|
@@ -1188,7 +1188,7 @@ exports[`StyledSpinnerDot renders correctly when position is topLeft, size is sm
|
|
|
1188
1188
|
style={
|
|
1189
1189
|
[
|
|
1190
1190
|
{
|
|
1191
|
-
"backgroundColor": "#
|
|
1191
|
+
"backgroundColor": "#7622d7",
|
|
1192
1192
|
"borderRadius": 999,
|
|
1193
1193
|
"height": 8,
|
|
1194
1194
|
"opacity": 0.9,
|
|
@@ -1236,7 +1236,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
|
|
|
1236
1236
|
style={
|
|
1237
1237
|
[
|
|
1238
1238
|
{
|
|
1239
|
-
"backgroundColor": "#
|
|
1239
|
+
"backgroundColor": "#FDFBFF",
|
|
1240
1240
|
"borderRadius": 999,
|
|
1241
1241
|
"height": 16,
|
|
1242
1242
|
"marginLeft": 8,
|
|
@@ -1285,7 +1285,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is m
|
|
|
1285
1285
|
style={
|
|
1286
1286
|
[
|
|
1287
1287
|
{
|
|
1288
|
-
"backgroundColor": "#
|
|
1288
|
+
"backgroundColor": "#7622d7",
|
|
1289
1289
|
"borderRadius": 999,
|
|
1290
1290
|
"height": 16,
|
|
1291
1291
|
"marginLeft": 8,
|
|
@@ -1334,7 +1334,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
|
|
|
1334
1334
|
style={
|
|
1335
1335
|
[
|
|
1336
1336
|
{
|
|
1337
|
-
"backgroundColor": "#
|
|
1337
|
+
"backgroundColor": "#FDFBFF",
|
|
1338
1338
|
"borderRadius": 999,
|
|
1339
1339
|
"height": 8,
|
|
1340
1340
|
"marginLeft": 4,
|
|
@@ -1383,7 +1383,7 @@ exports[`StyledSpinnerDot renders correctly when position is topRight, size is s
|
|
|
1383
1383
|
style={
|
|
1384
1384
|
[
|
|
1385
1385
|
{
|
|
1386
|
-
"backgroundColor": "#
|
|
1386
|
+
"backgroundColor": "#7622d7",
|
|
1387
1387
|
"borderRadius": 999,
|
|
1388
1388
|
"height": 8,
|
|
1389
1389
|
"marginLeft": 4,
|
|
@@ -60,7 +60,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
60
60
|
style={
|
|
61
61
|
[
|
|
62
62
|
{
|
|
63
|
-
"backgroundColor": "#
|
|
63
|
+
"backgroundColor": "#7622d7",
|
|
64
64
|
"borderRadius": 999,
|
|
65
65
|
"height": 16,
|
|
66
66
|
"opacity": 0.9,
|
|
@@ -78,7 +78,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
78
78
|
style={
|
|
79
79
|
[
|
|
80
80
|
{
|
|
81
|
-
"backgroundColor": "#
|
|
81
|
+
"backgroundColor": "#7622d7",
|
|
82
82
|
"borderRadius": 999,
|
|
83
83
|
"height": 16,
|
|
84
84
|
"marginLeft": 8,
|
|
@@ -112,7 +112,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
112
112
|
style={
|
|
113
113
|
[
|
|
114
114
|
{
|
|
115
|
-
"backgroundColor": "#
|
|
115
|
+
"backgroundColor": "#7622d7",
|
|
116
116
|
"borderRadius": 999,
|
|
117
117
|
"height": 16,
|
|
118
118
|
"opacity": 0.45,
|
|
@@ -130,7 +130,7 @@ exports[`Spinner renders correctly 1`] = `
|
|
|
130
130
|
style={
|
|
131
131
|
[
|
|
132
132
|
{
|
|
133
|
-
"backgroundColor": "#
|
|
133
|
+
"backgroundColor": "#7622d7",
|
|
134
134
|
"borderRadius": 999,
|
|
135
135
|
"height": 16,
|
|
136
136
|
"marginLeft": 8,
|
|
@@ -54,7 +54,7 @@ exports[`StyledWrapper renders correct style with variant checked 1`] = `
|
|
|
54
54
|
style={
|
|
55
55
|
[
|
|
56
56
|
{
|
|
57
|
-
"backgroundColor": "#
|
|
57
|
+
"backgroundColor": "#7622d7",
|
|
58
58
|
"borderRadius": 999,
|
|
59
59
|
"display": "flex",
|
|
60
60
|
"height": 24,
|
|
@@ -102,7 +102,7 @@ exports[`StyledWrapper renders correct style with variant disabled-checked 1`] =
|
|
|
102
102
|
style={
|
|
103
103
|
[
|
|
104
104
|
{
|
|
105
|
-
"backgroundColor": "#
|
|
105
|
+
"backgroundColor": "#F1E9FB",
|
|
106
106
|
"borderRadius": 999,
|
|
107
107
|
"display": "flex",
|
|
108
108
|
"height": 24,
|
|
@@ -275,7 +275,7 @@ exports[`Tabs.Scroll lazy not render lazy screen: xxx 1`] = `
|
|
|
275
275
|
collapsable={false}
|
|
276
276
|
style={
|
|
277
277
|
{
|
|
278
|
-
"backgroundColor": "#
|
|
278
|
+
"backgroundColor": "#B382FD",
|
|
279
279
|
"borderRadius": 16,
|
|
280
280
|
"flex": 1,
|
|
281
281
|
"transform": [
|
|
@@ -1196,7 +1196,7 @@ exports[`Tabs.Scroll renders correctly 1`] = `
|
|
|
1196
1196
|
collapsable={false}
|
|
1197
1197
|
style={
|
|
1198
1198
|
{
|
|
1199
|
-
"backgroundColor": "#
|
|
1199
|
+
"backgroundColor": "#B382FD",
|
|
1200
1200
|
"borderRadius": 16,
|
|
1201
1201
|
"flex": 1,
|
|
1202
1202
|
"transform": [
|
|
@@ -2117,7 +2117,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
2117
2117
|
collapsable={false}
|
|
2118
2118
|
style={
|
|
2119
2119
|
{
|
|
2120
|
-
"backgroundColor": "#
|
|
2120
|
+
"backgroundColor": "#B382FD",
|
|
2121
2121
|
"borderRadius": 16,
|
|
2122
2122
|
"flex": 1,
|
|
2123
2123
|
"transform": [
|
|
@@ -170,7 +170,7 @@ exports[`ScrollableTabsHeader highlighted variant renders correctly 1`] = `
|
|
|
170
170
|
collapsable={false}
|
|
171
171
|
style={
|
|
172
172
|
{
|
|
173
|
-
"backgroundColor": "#
|
|
173
|
+
"backgroundColor": "#B382FD",
|
|
174
174
|
"borderRadius": 16,
|
|
175
175
|
"flex": 1,
|
|
176
176
|
"transform": [
|
|
@@ -859,7 +859,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
859
859
|
collapsable={false}
|
|
860
860
|
style={
|
|
861
861
|
{
|
|
862
|
-
"backgroundColor": "#
|
|
862
|
+
"backgroundColor": "#7622d7",
|
|
863
863
|
"bottom": -2,
|
|
864
864
|
"height": 2,
|
|
865
865
|
"opacity": 1,
|
|
@@ -954,7 +954,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
954
954
|
collapsable={false}
|
|
955
955
|
style={
|
|
956
956
|
{
|
|
957
|
-
"backgroundColor": "#
|
|
957
|
+
"backgroundColor": "#7622d7",
|
|
958
958
|
"bottom": -2,
|
|
959
959
|
"height": 2,
|
|
960
960
|
"opacity": 0,
|
|
@@ -1076,7 +1076,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1076
1076
|
collapsable={false}
|
|
1077
1077
|
style={
|
|
1078
1078
|
{
|
|
1079
|
-
"backgroundColor": "#
|
|
1079
|
+
"backgroundColor": "#7622d7",
|
|
1080
1080
|
"bottom": -2,
|
|
1081
1081
|
"height": 2,
|
|
1082
1082
|
"opacity": 0,
|
|
@@ -1232,7 +1232,7 @@ exports[`ScrollableTabsHeader underlined variant renders correctly 1`] = `
|
|
|
1232
1232
|
collapsable={false}
|
|
1233
1233
|
style={
|
|
1234
1234
|
{
|
|
1235
|
-
"backgroundColor": "#
|
|
1235
|
+
"backgroundColor": "#7622d7",
|
|
1236
1236
|
"bottom": -2,
|
|
1237
1237
|
"height": 2,
|
|
1238
1238
|
"opacity": 0,
|
|
@@ -473,7 +473,7 @@ exports[`Tabs renders correctly 1`] = `
|
|
|
473
473
|
collapsable={false}
|
|
474
474
|
style={
|
|
475
475
|
{
|
|
476
|
-
"backgroundColor": "#
|
|
476
|
+
"backgroundColor": "#7622d7",
|
|
477
477
|
"bottom": -2,
|
|
478
478
|
"height": 2,
|
|
479
479
|
"position": "absolute",
|
|
@@ -1138,7 +1138,7 @@ exports[`useIsFocused renders correctly 1`] = `
|
|
|
1138
1138
|
collapsable={false}
|
|
1139
1139
|
style={
|
|
1140
1140
|
{
|
|
1141
|
-
"backgroundColor": "#
|
|
1141
|
+
"backgroundColor": "#7622d7",
|
|
1142
1142
|
"bottom": -2,
|
|
1143
1143
|
"height": 2,
|
|
1144
1144
|
"position": "absolute",
|
|
@@ -1803,7 +1803,7 @@ exports[`useIsFocused renders correctly: xxxxxx 1`] = `
|
|
|
1803
1803
|
collapsable={false}
|
|
1804
1804
|
style={
|
|
1805
1805
|
{
|
|
1806
|
-
"backgroundColor": "#
|
|
1806
|
+
"backgroundColor": "#7622d7",
|
|
1807
1807
|
"bottom": -2,
|
|
1808
1808
|
"height": 2,
|
|
1809
1809
|
"position": "absolute",
|
|
@@ -304,7 +304,7 @@ exports[`Tag renders correctly when intent is primary 1`] = `
|
|
|
304
304
|
style={
|
|
305
305
|
[
|
|
306
306
|
{
|
|
307
|
-
"backgroundColor": "#
|
|
307
|
+
"backgroundColor": "#F1E9FB",
|
|
308
308
|
"borderRadius": 4,
|
|
309
309
|
"paddingHorizontal": 8,
|
|
310
310
|
"paddingVertical": 4,
|
|
@@ -327,7 +327,7 @@ exports[`Tag renders correctly when intent is primary 1`] = `
|
|
|
327
327
|
},
|
|
328
328
|
[
|
|
329
329
|
{
|
|
330
|
-
"color": "#
|
|
330
|
+
"color": "#7622d7",
|
|
331
331
|
"includeFontPadding": false,
|
|
332
332
|
"textAlign": "center",
|
|
333
333
|
"textAlignVertical": "center",
|
|
@@ -377,7 +377,7 @@ exports[`Tag renders correctly when intent is primary 2`] = `
|
|
|
377
377
|
style={
|
|
378
378
|
[
|
|
379
379
|
{
|
|
380
|
-
"backgroundColor": "#
|
|
380
|
+
"backgroundColor": "#F1E9FB",
|
|
381
381
|
"borderRadius": 4,
|
|
382
382
|
"paddingHorizontal": 8,
|
|
383
383
|
"paddingVertical": 4,
|
|
@@ -400,7 +400,7 @@ exports[`Tag renders correctly when intent is primary 2`] = `
|
|
|
400
400
|
},
|
|
401
401
|
[
|
|
402
402
|
{
|
|
403
|
-
"color": "#
|
|
403
|
+
"color": "#7622d7",
|
|
404
404
|
"includeFontPadding": false,
|
|
405
405
|
"textAlign": "center",
|
|
406
406
|
"textAlignVertical": "center",
|
|
@@ -669,7 +669,7 @@ exports[`Tag renders correctly with custom content 1`] = `
|
|
|
669
669
|
style={
|
|
670
670
|
[
|
|
671
671
|
{
|
|
672
|
-
"backgroundColor": "#
|
|
672
|
+
"backgroundColor": "#F1E9FB",
|
|
673
673
|
"borderRadius": 4,
|
|
674
674
|
"paddingHorizontal": 8,
|
|
675
675
|
"paddingVertical": 4,
|