@hero-design/rn 8.34.2-alpha.0 → 8.34.3
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 +2 -2
- package/.turbo/turbo-publish:npm.log +0 -9
- package/es/index.js +11210 -2206
- package/lib/index.js +11210 -2205
- package/package.json +9 -10
- package/rollup.config.js +3 -7
- package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +3 -3
- package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -1
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +2 -2
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +4 -4
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +6 -6
- package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +2 -2
- package/src/components/FAB/ActionGroup/index.tsx +1 -1
- package/src/components/FAB/FAB.tsx +1 -0
- package/src/components/FAB/StyledFAB.tsx +20 -16
- package/src/components/FAB/__tests__/StyledFAB.spec.tsx +11 -1
- package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +57 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/List/StyledListItem.tsx +1 -1
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +4 -0
- package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +2 -0
- package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +4 -4
- package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
- package/src/components/Progress/StyledProgressBar.tsx +1 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +46 -44
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +6 -6
- package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +1 -1
- package/src/components/Skeleton/__tests__/__snapshots__/index.spec.tsx.snap +7 -7
- package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +5 -0
- package/src/components/Swipeable/index.tsx +6 -1
- package/src/components/Switch/SelectorSwitch/StyledSelectorSwitch.tsx +4 -7
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +3 -3
- package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +9 -9
- package/src/components/Switch/SelectorSwitch/index.tsx +7 -15
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +18 -18
- package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +6 -6
- package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +2 -2
- package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +6 -6
- package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +9 -9
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -7
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +1 -1
- 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 +3 -3
- package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +4 -4
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +47 -43
- package/src/theme/components/fab.ts +1 -0
- package/src/theme/components/list.ts +1 -1
- package/src/theme/components/progress.ts +2 -2
- package/src/theme/components/swipeable.ts +5 -1
- package/src/theme/components/switch.ts +4 -4
- package/src/theme/components/tabs.ts +1 -1
- package/src/theme/components/typography.ts +2 -2
- package/src/theme/global/colors/__tests__/__snapshots__/eBens.spec.ts.snap +7 -7
- package/src/theme/global/colors/__tests__/__snapshots__/global.spec.ts.snap +5 -5
- package/src/theme/global/colors/__tests__/__snapshots__/jobs.spec.ts.snap +6 -6
- package/src/theme/global/colors/__tests__/__snapshots__/swag.spec.ts.snap +6 -6
- package/src/theme/global/colors/__tests__/__snapshots__/wallet.spec.ts.snap +7 -7
- package/src/theme/global/colors/__tests__/__snapshots__/work.spec.ts.snap +9 -9
- package/src/theme/global/colors/eBens.ts +2 -2
- package/src/theme/global/colors/global.ts +5 -5
- package/src/theme/global/colors/jobs.ts +1 -1
- package/src/theme/global/colors/swag.ts +1 -1
- package/src/theme/global/colors/wallet.ts +2 -2
- package/src/theme/global/colors/work.ts +4 -4
- 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 +2 -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 +1 -1
- 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 +0 -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 +0 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/ThemeProvider.d.ts +0 -0
- package/types/theme/ThemeSwitcher.d.ts +0 -0
- 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 +1 -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 +1 -1
- 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 +3 -0
- package/types/theme/components/switch.d.ts +1 -1
- 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/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 +0 -0
- 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 +0 -0
- 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/.tool-versions +0 -1
- package/.turbo/turbo-build:types.log +0 -9
- package/.turbo/turbo-lint.log +0 -152
- package/.turbo/turbo-test.log +0 -725
- package/.turbo/turbo-type-check.log +0 -1
- package/types/components/Tabs/ScrollableTabsV2/SceneView.d.ts +0 -10
- package/types/components/Tabs/ScrollableTabsV2/ScrollableTabsV2.d.ts +0 -9
- package/types/components/Tabs/ScrollableTabsV2/index.d.ts +0 -4
|
@@ -6,7 +6,7 @@ exports[`Body has archived intent style 1`] = `
|
|
|
6
6
|
style={
|
|
7
7
|
Array [
|
|
8
8
|
Object {
|
|
9
|
-
"color": "#
|
|
9
|
+
"color": "#606065",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 16,
|
|
12
12
|
"letterSpacing": 0.48,
|
|
@@ -98,7 +98,7 @@ exports[`Body has info intent style 1`] = `
|
|
|
98
98
|
style={
|
|
99
99
|
Array [
|
|
100
100
|
Object {
|
|
101
|
-
"color": "#
|
|
101
|
+
"color": "#355bfb",
|
|
102
102
|
"fontFamily": "BeVietnamPro-Regular",
|
|
103
103
|
"fontSize": 16,
|
|
104
104
|
"letterSpacing": 0.48,
|
|
@@ -6,7 +6,7 @@ exports[`Caption has archived intent style 1`] = `
|
|
|
6
6
|
style={
|
|
7
7
|
Array [
|
|
8
8
|
Object {
|
|
9
|
-
"color": "#
|
|
9
|
+
"color": "#606065",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 12,
|
|
12
12
|
"letterSpacing": 0.48,
|
|
@@ -94,7 +94,7 @@ exports[`Caption has info intent style 1`] = `
|
|
|
94
94
|
style={
|
|
95
95
|
Array [
|
|
96
96
|
Object {
|
|
97
|
-
"color": "#
|
|
97
|
+
"color": "#355bfb",
|
|
98
98
|
"fontFamily": "BeVietnamPro-Regular",
|
|
99
99
|
"fontSize": 12,
|
|
100
100
|
"letterSpacing": 0.48,
|
|
@@ -6,7 +6,7 @@ exports[`Label has archived intent style 1`] = `
|
|
|
6
6
|
style={
|
|
7
7
|
Array [
|
|
8
8
|
Object {
|
|
9
|
-
"color": "#
|
|
9
|
+
"color": "#606065",
|
|
10
10
|
"fontSize": 10,
|
|
11
11
|
"letterSpacing": 0,
|
|
12
12
|
"lineHeight": 14,
|
|
@@ -86,7 +86,7 @@ exports[`Label has info intent style 1`] = `
|
|
|
86
86
|
style={
|
|
87
87
|
Array [
|
|
88
88
|
Object {
|
|
89
|
-
"color": "#
|
|
89
|
+
"color": "#355bfb",
|
|
90
90
|
"fontSize": 10,
|
|
91
91
|
"letterSpacing": 0,
|
|
92
92
|
"lineHeight": 14,
|
|
@@ -249,9 +249,9 @@ exports[`StyledTitle has h5 level and playful typeface style 1`] = `
|
|
|
249
249
|
Object {
|
|
250
250
|
"color": "#001f23",
|
|
251
251
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
252
|
-
"fontSize":
|
|
252
|
+
"fontSize": 18,
|
|
253
253
|
"letterSpacing": 0.24,
|
|
254
|
-
"lineHeight":
|
|
254
|
+
"lineHeight": 26,
|
|
255
255
|
},
|
|
256
256
|
undefined,
|
|
257
257
|
]
|
|
@@ -313,7 +313,7 @@ exports[`StyledTitle has info intent style 1`] = `
|
|
|
313
313
|
style={
|
|
314
314
|
Array [
|
|
315
315
|
Object {
|
|
316
|
-
"color": "#
|
|
316
|
+
"color": "#355bfb",
|
|
317
317
|
"fontFamily": "BeVietnamPro-Regular",
|
|
318
318
|
"fontSize": 18,
|
|
319
319
|
"letterSpacing": 0.48,
|
|
@@ -6,7 +6,7 @@ exports[`Title has archived intent style 1`] = `
|
|
|
6
6
|
style={
|
|
7
7
|
Array [
|
|
8
8
|
Object {
|
|
9
|
-
"color": "#
|
|
9
|
+
"color": "#606065",
|
|
10
10
|
"fontFamily": "BeVietnamPro-Regular",
|
|
11
11
|
"fontSize": 42,
|
|
12
12
|
"letterSpacing": 0,
|
|
@@ -307,9 +307,9 @@ exports[`Title has h5 level and playful typeface style 1`] = `
|
|
|
307
307
|
Object {
|
|
308
308
|
"color": "#001f23",
|
|
309
309
|
"fontFamily": "RebondGrotesque-SemiBold",
|
|
310
|
-
"fontSize":
|
|
310
|
+
"fontSize": 18,
|
|
311
311
|
"letterSpacing": 0.24,
|
|
312
|
-
"lineHeight":
|
|
312
|
+
"lineHeight": 26,
|
|
313
313
|
},
|
|
314
314
|
undefined,
|
|
315
315
|
]
|
|
@@ -374,7 +374,7 @@ exports[`Title has info intent style 1`] = `
|
|
|
374
374
|
style={
|
|
375
375
|
Array [
|
|
376
376
|
Object {
|
|
377
|
-
"color": "#
|
|
377
|
+
"color": "#355bfb",
|
|
378
378
|
"fontFamily": "BeVietnamPro-Regular",
|
|
379
379
|
"fontSize": 42,
|
|
380
380
|
"letterSpacing": 0,
|
|
@@ -108,13 +108,13 @@ Object {
|
|
|
108
108
|
},
|
|
109
109
|
"badge": Object {
|
|
110
110
|
"colors": Object {
|
|
111
|
-
"archived": "#
|
|
112
|
-
"danger": "#
|
|
113
|
-
"info": "#
|
|
111
|
+
"archived": "#606065",
|
|
112
|
+
"danger": "#cb300a",
|
|
113
|
+
"info": "#355bfb",
|
|
114
114
|
"primary": "#401960",
|
|
115
115
|
"success": "#017d6d",
|
|
116
116
|
"text": "#ffffff",
|
|
117
|
-
"warning": "#
|
|
117
|
+
"warning": "#ac5d00",
|
|
118
118
|
},
|
|
119
119
|
"fontSizes": Object {
|
|
120
120
|
"default": 12,
|
|
@@ -192,7 +192,7 @@ Object {
|
|
|
192
192
|
"default": 2,
|
|
193
193
|
},
|
|
194
194
|
"colors": Object {
|
|
195
|
-
"danger": "#
|
|
195
|
+
"danger": "#cb300a",
|
|
196
196
|
"defaultText": "#001f23",
|
|
197
197
|
"disabledBackground": "#bfc1c5",
|
|
198
198
|
"disabledBorder": "#bfc1c5",
|
|
@@ -200,8 +200,8 @@ Object {
|
|
|
200
200
|
"invertedText": "#ffffff",
|
|
201
201
|
"pressedBackground": Object {
|
|
202
202
|
"filledDanger": "#fcebe7",
|
|
203
|
-
"filledPrimary": "#
|
|
204
|
-
"filledSecondary": "#
|
|
203
|
+
"filledPrimary": "#33144d",
|
|
204
|
+
"filledSecondary": "#33144d",
|
|
205
205
|
"outlineDanger": "#fcebe7",
|
|
206
206
|
"outlinedPrimary": "#ece8ef",
|
|
207
207
|
"outlinedSecondary": "#ece8ef",
|
|
@@ -464,11 +464,12 @@ Object {
|
|
|
464
464
|
"fab": Object {
|
|
465
465
|
"colors": Object {
|
|
466
466
|
"actionItemBackground": "#795e90",
|
|
467
|
-
"actionItemPressedBackground": "#
|
|
467
|
+
"actionItemPressedBackground": "#33144d",
|
|
468
468
|
"actionItemText": "#ffffff",
|
|
469
469
|
"backdropBackground": "#000000",
|
|
470
|
+
"buttonActiveBackground": "#33144d",
|
|
470
471
|
"buttonBackground": "#401960",
|
|
471
|
-
"buttonPressedBackground": "#
|
|
472
|
+
"buttonPressedBackground": "#33144d",
|
|
472
473
|
"headerText": "#001f23",
|
|
473
474
|
"icon": "#ffffff",
|
|
474
475
|
"shadow": "#001f23",
|
|
@@ -523,7 +524,7 @@ Object {
|
|
|
523
524
|
},
|
|
524
525
|
"icon": Object {
|
|
525
526
|
"colors": Object {
|
|
526
|
-
"danger": "#
|
|
527
|
+
"danger": "#cb300a",
|
|
527
528
|
"disabledText": "#bfc1c5",
|
|
528
529
|
"info": "#b5c3fd",
|
|
529
530
|
"invertedText": "#ffffff",
|
|
@@ -566,8 +567,8 @@ Object {
|
|
|
566
567
|
},
|
|
567
568
|
"radii": Object {
|
|
568
569
|
"basicItem": 4,
|
|
569
|
-
"card": 8,
|
|
570
570
|
"cardShadow": 4,
|
|
571
|
+
"item": 8,
|
|
571
572
|
"leadingStatus": 999,
|
|
572
573
|
},
|
|
573
574
|
"shadows": Object {
|
|
@@ -611,7 +612,7 @@ Object {
|
|
|
611
612
|
"colors": Object {
|
|
612
613
|
"default": "#001f23",
|
|
613
614
|
"disabled": "#bfc1c5",
|
|
614
|
-
"error": "#
|
|
615
|
+
"error": "#cb300a",
|
|
615
616
|
"mask": "#001f23",
|
|
616
617
|
},
|
|
617
618
|
"fontSizes": Object {
|
|
@@ -643,7 +644,7 @@ Object {
|
|
|
643
644
|
"progress": Object {
|
|
644
645
|
"colors": Object {
|
|
645
646
|
"completeness": Object {
|
|
646
|
-
"archived": "#
|
|
647
|
+
"archived": "#606065",
|
|
647
648
|
"archivedInverted": "#ffffff",
|
|
648
649
|
"danger": "#f46363",
|
|
649
650
|
"dangerInverted": "#ffffff",
|
|
@@ -675,8 +676,8 @@ Object {
|
|
|
675
676
|
"default": 999,
|
|
676
677
|
},
|
|
677
678
|
"sizes": Object {
|
|
678
|
-
"barHeight":
|
|
679
|
-
"circleCompletenessHeight":
|
|
679
|
+
"barHeight": 8,
|
|
680
|
+
"circleCompletenessHeight": 8,
|
|
680
681
|
"circleDiameter": 72,
|
|
681
682
|
},
|
|
682
683
|
},
|
|
@@ -766,10 +767,10 @@ Object {
|
|
|
766
767
|
"skeleton": Object {
|
|
767
768
|
"colors": Object {
|
|
768
769
|
"darkBackground": "#ffffff",
|
|
769
|
-
"darkGradientEnd": "#
|
|
770
|
+
"darkGradientEnd": "#dadbde",
|
|
770
771
|
"darkGradientStart": "#ffffff",
|
|
771
772
|
"lightBackground": "#f6f6f7",
|
|
772
|
-
"lightGradientEnd": "#
|
|
773
|
+
"lightGradientEnd": "#dadbde",
|
|
773
774
|
"lightGradientStart": "#f6f6f7",
|
|
774
775
|
},
|
|
775
776
|
"radii": Object {
|
|
@@ -846,6 +847,9 @@ Object {
|
|
|
846
847
|
"primary": "#401960",
|
|
847
848
|
"success": "#5ace7d",
|
|
848
849
|
},
|
|
850
|
+
"radii": Object {
|
|
851
|
+
"swipeableContainer": 8,
|
|
852
|
+
},
|
|
849
853
|
},
|
|
850
854
|
"switch": Object {
|
|
851
855
|
"colors": Object {
|
|
@@ -856,8 +860,8 @@ Object {
|
|
|
856
860
|
"unchecked": "#808f91",
|
|
857
861
|
},
|
|
858
862
|
"selector": Object {
|
|
859
|
-
"background": "#
|
|
860
|
-
"textBackground": "#
|
|
863
|
+
"background": "#ffffff",
|
|
864
|
+
"textBackground": "#ccd2d3",
|
|
861
865
|
},
|
|
862
866
|
"thumb": "#ffffff",
|
|
863
867
|
},
|
|
@@ -870,7 +874,7 @@ Object {
|
|
|
870
874
|
"sizes": Object {
|
|
871
875
|
"height": 24,
|
|
872
876
|
"selector": Object {
|
|
873
|
-
"height":
|
|
877
|
+
"height": 40,
|
|
874
878
|
},
|
|
875
879
|
"thumb": 16,
|
|
876
880
|
"width": 48,
|
|
@@ -879,7 +883,7 @@ Object {
|
|
|
879
883
|
"paddingHorizontal": 4,
|
|
880
884
|
"selector": Object {
|
|
881
885
|
"iconPadding": 16,
|
|
882
|
-
"
|
|
886
|
+
"wrapperHorizontalPadding": 4,
|
|
883
887
|
},
|
|
884
888
|
},
|
|
885
889
|
},
|
|
@@ -896,7 +900,7 @@ Object {
|
|
|
896
900
|
"text": "#001f23",
|
|
897
901
|
},
|
|
898
902
|
"radii": Object {
|
|
899
|
-
"outline":
|
|
903
|
+
"outline": 16,
|
|
900
904
|
},
|
|
901
905
|
"sizes": Object {
|
|
902
906
|
"indicator": 2,
|
|
@@ -915,18 +919,18 @@ Object {
|
|
|
915
919
|
"default": 1,
|
|
916
920
|
},
|
|
917
921
|
"colors": Object {
|
|
918
|
-
"archived": "#
|
|
919
|
-
"archivedBackground": "#
|
|
920
|
-
"danger": "#
|
|
922
|
+
"archived": "#606065",
|
|
923
|
+
"archivedBackground": "#dadbde",
|
|
924
|
+
"danger": "#cb300a",
|
|
921
925
|
"dangerBackground": "#fcebe7",
|
|
922
|
-
"info": "#
|
|
926
|
+
"info": "#355bfb",
|
|
923
927
|
"infoBackground": "#ecf0ff",
|
|
924
928
|
"primary": "#001f23",
|
|
925
929
|
"primaryBackground": undefined,
|
|
926
930
|
"success": "#017d6d",
|
|
927
931
|
"successBackground": "#f0fef4",
|
|
928
932
|
"text": "#001f23",
|
|
929
|
-
"warning": "#
|
|
933
|
+
"warning": "#ac5d00",
|
|
930
934
|
"warningBackground": "#fff6eb",
|
|
931
935
|
},
|
|
932
936
|
"fontSizes": Object {
|
|
@@ -955,21 +959,21 @@ Object {
|
|
|
955
959
|
},
|
|
956
960
|
"colors": Object {
|
|
957
961
|
"asterisks": Object {
|
|
958
|
-
"default": "#
|
|
962
|
+
"default": "#cb300a",
|
|
959
963
|
"disabled": "#bfc1c5",
|
|
960
|
-
"error": "#
|
|
961
|
-
"filled": "#
|
|
964
|
+
"error": "#cb300a",
|
|
965
|
+
"filled": "#cb300a",
|
|
962
966
|
"readonly": "#808f91",
|
|
963
967
|
},
|
|
964
968
|
"borders": Object {
|
|
965
969
|
"default": "#001f23",
|
|
966
970
|
"disabled": "#bfc1c5",
|
|
967
|
-
"error": "#
|
|
971
|
+
"error": "#cb300a",
|
|
968
972
|
"filled": "#001f23",
|
|
969
973
|
"readonly": "#808f91",
|
|
970
974
|
},
|
|
971
975
|
"containerBackground": "#ffffff",
|
|
972
|
-
"error": "#
|
|
976
|
+
"error": "#cb300a",
|
|
973
977
|
"labelBackground": "#ffffff",
|
|
974
978
|
"labels": Object {
|
|
975
979
|
"default": "#001f23",
|
|
@@ -988,7 +992,7 @@ Object {
|
|
|
988
992
|
"maxLengthLabels": Object {
|
|
989
993
|
"default": "#001f23",
|
|
990
994
|
"disabled": "#bfc1c5",
|
|
991
|
-
"error": "#
|
|
995
|
+
"error": "#cb300a",
|
|
992
996
|
"filled": "#001f23",
|
|
993
997
|
"readonly": "#808f91",
|
|
994
998
|
},
|
|
@@ -1106,11 +1110,11 @@ Object {
|
|
|
1106
1110
|
},
|
|
1107
1111
|
"typography": Object {
|
|
1108
1112
|
"colors": Object {
|
|
1109
|
-
"archived": "#
|
|
1113
|
+
"archived": "#606065",
|
|
1110
1114
|
"body": "#001f23",
|
|
1111
1115
|
"danger": "#f46363",
|
|
1112
1116
|
"disabled": "#bfc1c5",
|
|
1113
|
-
"info": "#
|
|
1117
|
+
"info": "#355bfb",
|
|
1114
1118
|
"inverted": "#ffffff",
|
|
1115
1119
|
"primary": "#401960",
|
|
1116
1120
|
"secondary": "#795e90",
|
|
@@ -1150,7 +1154,7 @@ Object {
|
|
|
1150
1154
|
"h2": 32,
|
|
1151
1155
|
"h3": 28,
|
|
1152
1156
|
"h4": 24,
|
|
1153
|
-
"h5":
|
|
1157
|
+
"h5": 18,
|
|
1154
1158
|
"h6": 16,
|
|
1155
1159
|
},
|
|
1156
1160
|
},
|
|
@@ -1266,7 +1270,7 @@ Object {
|
|
|
1266
1270
|
"h2": 40,
|
|
1267
1271
|
"h3": 36,
|
|
1268
1272
|
"h4": 32,
|
|
1269
|
-
"h5":
|
|
1273
|
+
"h5": 26,
|
|
1270
1274
|
"h6": 28,
|
|
1271
1275
|
},
|
|
1272
1276
|
},
|
|
@@ -1284,7 +1288,7 @@ Object {
|
|
|
1284
1288
|
},
|
|
1285
1289
|
"colors": Object {
|
|
1286
1290
|
"archived": "#abacaf",
|
|
1287
|
-
"archivedSurface": "#
|
|
1291
|
+
"archivedSurface": "#dadbde",
|
|
1288
1292
|
"darkGlobalSurface": "#001f23",
|
|
1289
1293
|
"decorativePrimary": "#ffffff",
|
|
1290
1294
|
"decorativePrimarySurface": "#ccd2d3",
|
|
@@ -1306,17 +1310,17 @@ Object {
|
|
|
1306
1310
|
"mutedSuccess": "#7bd897",
|
|
1307
1311
|
"mutedWarning": "#ffcb8d",
|
|
1308
1312
|
"neutralGlobalSurface": "#f6f6f7",
|
|
1309
|
-
"onArchivedSurface": "#
|
|
1313
|
+
"onArchivedSurface": "#606065",
|
|
1310
1314
|
"onDarkGlobalSurface": "#ffffff",
|
|
1311
1315
|
"onDefaultGlobalSurface": "#001f23",
|
|
1312
|
-
"onErrorSurface": "#
|
|
1313
|
-
"onInfoSurface": "#
|
|
1316
|
+
"onErrorSurface": "#cb300a",
|
|
1317
|
+
"onInfoSurface": "#355bfb",
|
|
1314
1318
|
"onPrimary": "#ffffff",
|
|
1315
1319
|
"onSecondary": "#ffffff",
|
|
1316
1320
|
"onSuccessSurface": "#017d6d",
|
|
1317
|
-
"onWarningSurface": "#
|
|
1321
|
+
"onWarningSurface": "#ac5d00",
|
|
1318
1322
|
"overlayGlobalSurface": "#000000",
|
|
1319
|
-
"pressedSurface": "#
|
|
1323
|
+
"pressedSurface": "#33144d",
|
|
1320
1324
|
"primary": "#401960",
|
|
1321
1325
|
"primaryOutline": "#001f23",
|
|
1322
1326
|
"secondary": "#795e90",
|
|
@@ -4,6 +4,7 @@ const getFABTheme = (theme: GlobalTheme) => {
|
|
|
4
4
|
const colors = {
|
|
5
5
|
buttonBackground: theme.colors.primary,
|
|
6
6
|
buttonPressedBackground: theme.colors.pressedSurface,
|
|
7
|
+
buttonActiveBackground: theme.colors.pressedSurface,
|
|
7
8
|
icon: theme.colors.onPrimary,
|
|
8
9
|
headerText: theme.colors.onDefaultGlobalSurface,
|
|
9
10
|
actionItemBackground: theme.colors.secondary,
|
|
@@ -41,8 +41,8 @@ const getProgressTheme = (theme: GlobalTheme) => {
|
|
|
41
41
|
|
|
42
42
|
const sizes = {
|
|
43
43
|
circleDiameter: theme.sizes['6xlarge'],
|
|
44
|
-
circleCompletenessHeight: theme.sizes.
|
|
45
|
-
barHeight: theme.sizes.
|
|
44
|
+
circleCompletenessHeight: theme.sizes.small,
|
|
45
|
+
barHeight: theme.sizes.small,
|
|
46
46
|
};
|
|
47
47
|
|
|
48
48
|
const radii = {
|
|
@@ -7,7 +7,11 @@ const getSwipeableTheme = (theme: GlobalTheme) => {
|
|
|
7
7
|
primary: theme.colors.primary,
|
|
8
8
|
};
|
|
9
9
|
|
|
10
|
-
|
|
10
|
+
const radii = {
|
|
11
|
+
swipeableContainer: theme.radii.medium,
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
return { colors, radii };
|
|
11
15
|
};
|
|
12
16
|
|
|
13
17
|
export default getSwipeableTheme;
|
|
@@ -10,8 +10,8 @@ const getSwitchTheme = (theme: GlobalTheme) => {
|
|
|
10
10
|
},
|
|
11
11
|
thumb: theme.colors.onSecondary,
|
|
12
12
|
selector: {
|
|
13
|
-
background: theme.colors.
|
|
14
|
-
textBackground: theme.colors.
|
|
13
|
+
background: theme.colors.defaultGlobalSurface,
|
|
14
|
+
textBackground: theme.colors.decorativePrimarySurface,
|
|
15
15
|
},
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -20,7 +20,7 @@ const getSwitchTheme = (theme: GlobalTheme) => {
|
|
|
20
20
|
width: theme.sizes.xxxlarge,
|
|
21
21
|
height: theme.sizes.large,
|
|
22
22
|
selector: {
|
|
23
|
-
height: theme.sizes.
|
|
23
|
+
height: theme.sizes.xxlarge,
|
|
24
24
|
},
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ const getSwitchTheme = (theme: GlobalTheme) => {
|
|
|
28
28
|
paddingHorizontal: theme.space.xsmall,
|
|
29
29
|
selector: {
|
|
30
30
|
iconPadding: theme.space.medium,
|
|
31
|
-
|
|
31
|
+
wrapperHorizontalPadding: theme.space.xsmall,
|
|
32
32
|
},
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -42,7 +42,7 @@ const getTypographyTheme = (theme: GlobalTheme) => {
|
|
|
42
42
|
h2: theme.fontSizes.xxxxxlarge,
|
|
43
43
|
h3: theme.fontSizes.xxxxlarge,
|
|
44
44
|
h4: theme.fontSizes.xxxlarge,
|
|
45
|
-
h5: theme.fontSizes.
|
|
45
|
+
h5: theme.fontSizes.xlarge,
|
|
46
46
|
h6: theme.fontSizes.large,
|
|
47
47
|
},
|
|
48
48
|
},
|
|
@@ -85,7 +85,7 @@ const getTypographyTheme = (theme: GlobalTheme) => {
|
|
|
85
85
|
h2: theme.lineHeights.xxxxxlarge,
|
|
86
86
|
h3: theme.lineHeights.xxxxlarge,
|
|
87
87
|
h4: theme.lineHeights.xxxlarge,
|
|
88
|
-
h5: theme.lineHeights.
|
|
88
|
+
h5: theme.lineHeights.xlarge,
|
|
89
89
|
h6: theme.lineHeights.xxlarge,
|
|
90
90
|
},
|
|
91
91
|
},
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
exports[`eBens returns correct theme object 1`] = `
|
|
4
4
|
Object {
|
|
5
5
|
"archived": "#abacaf",
|
|
6
|
-
"archivedSurface": "#
|
|
6
|
+
"archivedSurface": "#dadbde",
|
|
7
7
|
"darkGlobalSurface": "#001f23",
|
|
8
8
|
"decorativePrimary": "#c38cee",
|
|
9
9
|
"decorativePrimarySurface": "#f3e8fc",
|
|
10
10
|
"defaultGlobalSurface": "#ffffff",
|
|
11
|
-
"defaultSurface": "#
|
|
11
|
+
"defaultSurface": "#ffffff",
|
|
12
12
|
"disabledOnDefaultGlobalSurface": "#bfc1c5",
|
|
13
13
|
"disabledOutline": "#bfc1c5",
|
|
14
14
|
"error": "#f46363",
|
|
@@ -25,17 +25,17 @@ Object {
|
|
|
25
25
|
"mutedSuccess": "#7bd897",
|
|
26
26
|
"mutedWarning": "#ffcb8d",
|
|
27
27
|
"neutralGlobalSurface": "#f6f6f7",
|
|
28
|
-
"onArchivedSurface": "#
|
|
28
|
+
"onArchivedSurface": "#606065",
|
|
29
29
|
"onDarkGlobalSurface": "#ffffff",
|
|
30
30
|
"onDefaultGlobalSurface": "#001f23",
|
|
31
|
-
"onErrorSurface": "#
|
|
32
|
-
"onInfoSurface": "#
|
|
31
|
+
"onErrorSurface": "#cb300a",
|
|
32
|
+
"onInfoSurface": "#355bfb",
|
|
33
33
|
"onPrimary": "#ffffff",
|
|
34
34
|
"onSecondary": "#ffffff",
|
|
35
35
|
"onSuccessSurface": "#017d6d",
|
|
36
|
-
"onWarningSurface": "#
|
|
36
|
+
"onWarningSurface": "#ac5d00",
|
|
37
37
|
"overlayGlobalSurface": "#000000",
|
|
38
|
-
"pressedSurface": "#
|
|
38
|
+
"pressedSurface": "#6a0482",
|
|
39
39
|
"primary": "#8505a2",
|
|
40
40
|
"primaryOutline": "#001f23",
|
|
41
41
|
"secondary": "#aa50be",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`global returns correct theme object 1`] = `
|
|
4
4
|
Object {
|
|
5
5
|
"archived": "#abacaf",
|
|
6
|
-
"archivedSurface": "#
|
|
6
|
+
"archivedSurface": "#dadbde",
|
|
7
7
|
"darkGlobalSurface": "#001f23",
|
|
8
8
|
"defaultGlobalSurface": "#ffffff",
|
|
9
9
|
"disabledOnDefaultGlobalSurface": "#bfc1c5",
|
|
@@ -21,13 +21,13 @@ Object {
|
|
|
21
21
|
"mutedSuccess": "#7bd897",
|
|
22
22
|
"mutedWarning": "#ffcb8d",
|
|
23
23
|
"neutralGlobalSurface": "#f6f6f7",
|
|
24
|
-
"onArchivedSurface": "#
|
|
24
|
+
"onArchivedSurface": "#606065",
|
|
25
25
|
"onDarkGlobalSurface": "#ffffff",
|
|
26
26
|
"onDefaultGlobalSurface": "#001f23",
|
|
27
|
-
"onErrorSurface": "#
|
|
28
|
-
"onInfoSurface": "#
|
|
27
|
+
"onErrorSurface": "#cb300a",
|
|
28
|
+
"onInfoSurface": "#355bfb",
|
|
29
29
|
"onSuccessSurface": "#017d6d",
|
|
30
|
-
"onWarningSurface": "#
|
|
30
|
+
"onWarningSurface": "#ac5d00",
|
|
31
31
|
"overlayGlobalSurface": "#000000",
|
|
32
32
|
"primaryOutline": "#001f23",
|
|
33
33
|
"secondaryOutline": "#e8e9ea",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`jobs returns correct theme object 1`] = `
|
|
4
4
|
Object {
|
|
5
5
|
"archived": "#abacaf",
|
|
6
|
-
"archivedSurface": "#
|
|
6
|
+
"archivedSurface": "#dadbde",
|
|
7
7
|
"darkGlobalSurface": "#001f23",
|
|
8
8
|
"decorativePrimary": "#ffad79",
|
|
9
9
|
"decorativePrimarySurface": "#ffefe4",
|
|
@@ -25,17 +25,17 @@ Object {
|
|
|
25
25
|
"mutedSuccess": "#7bd897",
|
|
26
26
|
"mutedWarning": "#ffcb8d",
|
|
27
27
|
"neutralGlobalSurface": "#f6f6f7",
|
|
28
|
-
"onArchivedSurface": "#
|
|
28
|
+
"onArchivedSurface": "#606065",
|
|
29
29
|
"onDarkGlobalSurface": "#ffffff",
|
|
30
30
|
"onDefaultGlobalSurface": "#001f23",
|
|
31
|
-
"onErrorSurface": "#
|
|
32
|
-
"onInfoSurface": "#
|
|
31
|
+
"onErrorSurface": "#cb300a",
|
|
32
|
+
"onInfoSurface": "#355bfb",
|
|
33
33
|
"onPrimary": "#ffffff",
|
|
34
34
|
"onSecondary": "#ffffff",
|
|
35
35
|
"onSuccessSurface": "#017d6d",
|
|
36
|
-
"onWarningSurface": "#
|
|
36
|
+
"onWarningSurface": "#ac5d00",
|
|
37
37
|
"overlayGlobalSurface": "#000000",
|
|
38
|
-
"pressedSurface": "#
|
|
38
|
+
"pressedSurface": "#b64d22",
|
|
39
39
|
"primary": "#e3602a",
|
|
40
40
|
"primaryOutline": "#001f23",
|
|
41
41
|
"secondary": "#4d6265",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`swag returns correct theme object 1`] = `
|
|
4
4
|
Object {
|
|
5
5
|
"archived": "#abacaf",
|
|
6
|
-
"archivedSurface": "#
|
|
6
|
+
"archivedSurface": "#dadbde",
|
|
7
7
|
"darkGlobalSurface": "#001f23",
|
|
8
8
|
"decorativePrimary": "#ffffff",
|
|
9
9
|
"decorativePrimarySurface": "#ccd2d3",
|
|
@@ -25,17 +25,17 @@ Object {
|
|
|
25
25
|
"mutedSuccess": "#7bd897",
|
|
26
26
|
"mutedWarning": "#ffcb8d",
|
|
27
27
|
"neutralGlobalSurface": "#f6f6f7",
|
|
28
|
-
"onArchivedSurface": "#
|
|
28
|
+
"onArchivedSurface": "#606065",
|
|
29
29
|
"onDarkGlobalSurface": "#ffffff",
|
|
30
30
|
"onDefaultGlobalSurface": "#001f23",
|
|
31
|
-
"onErrorSurface": "#
|
|
32
|
-
"onInfoSurface": "#
|
|
31
|
+
"onErrorSurface": "#cb300a",
|
|
32
|
+
"onInfoSurface": "#355bfb",
|
|
33
33
|
"onPrimary": "#ffffff",
|
|
34
34
|
"onSecondary": "#ffffff",
|
|
35
35
|
"onSuccessSurface": "#017d6d",
|
|
36
|
-
"onWarningSurface": "#
|
|
36
|
+
"onWarningSurface": "#ac5d00",
|
|
37
37
|
"overlayGlobalSurface": "#000000",
|
|
38
|
-
"pressedSurface": "#
|
|
38
|
+
"pressedSurface": "#33144d",
|
|
39
39
|
"primary": "#401960",
|
|
40
40
|
"primaryOutline": "#001f23",
|
|
41
41
|
"secondary": "#795e90",
|