@telus-uds/theme-allium 4.20.0 → 4.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/ActivityIndicator.json +30 -0
- package/build/android/Badge.json +314 -0
- package/build/android/BlockQuote.json +72 -0
- package/build/android/Box.json +644 -0
- package/build/android/Breadcrumbs.json +62 -0
- package/build/android/Button.json +527 -0
- package/build/android/ButtonDropdown.json +232 -0
- package/build/android/ButtonGroup.json +43 -0
- package/build/android/ButtonGroupItem.json +180 -0
- package/build/android/Callout.json +51 -0
- package/build/android/Card.json +277 -0
- package/build/android/Carousel.json +41 -0
- package/build/android/CarouselTabsPanelItem.json +173 -0
- package/build/android/CarouselThumbnail.json +61 -0
- package/build/android/Checkbox.json +131 -0
- package/build/android/CheckboxCard.json +259 -0
- package/build/android/CheckboxCardGroup.json +47 -0
- package/build/android/CheckboxGroup.json +15 -0
- package/build/android/ChevronLink.json +143 -0
- package/build/android/ColourToggle.json +85 -0
- package/build/android/Countdown.json +181 -0
- package/build/android/DatePicker.json +171 -0
- package/build/android/Disclaimer.json +16 -0
- package/build/android/Divider.json +62 -0
- package/build/android/ExpandCollapse.json +14 -0
- package/build/android/ExpandCollapseControl.json +83 -0
- package/build/android/ExpandCollapseMini.json +7 -0
- package/build/android/ExpandCollapseMiniControl.json +130 -0
- package/build/android/ExpandCollapsePanel.json +84 -0
- package/build/android/Feedback.json +136 -0
- package/build/android/Fieldset.json +41 -0
- package/build/android/Footnote.json +123 -0
- package/build/android/FootnoteLink.json +17 -0
- package/build/android/HorizontalScrollButton.json +78 -0
- package/build/android/Icon.json +174 -0
- package/build/android/IconButton.json +488 -0
- package/build/android/Image.json +7 -0
- package/build/android/InputLabel.json +27 -0
- package/build/android/InputSupports.json +7 -0
- package/build/android/Link.json +200 -0
- package/build/android/List.json +100 -0
- package/build/android/Listbox.json +242 -0
- package/build/android/Modal.json +194 -0
- package/build/android/MultiSelectFilter.json +70 -0
- package/build/android/NavigationBar.json +147 -0
- package/build/android/Notification.json +192 -0
- package/build/android/OrderedList.json +81 -0
- package/build/android/Pagination.json +49 -0
- package/build/android/PaginationPageButton.json +100 -0
- package/build/android/PaginationSideButton.json +154 -0
- package/build/android/PreviewCard.json +39 -0
- package/build/android/PriceLockup.json +141 -0
- package/build/android/Progress.json +35 -0
- package/build/android/ProgressBar.json +95 -0
- package/build/android/QuantitySelector.json +123 -0
- package/build/android/QuantitySelectorSideButton.json +197 -0
- package/build/android/QuickLinks.json +29 -0
- package/build/android/QuickLinksButton.json +84 -0
- package/build/android/QuickLinksCard.json +27 -0
- package/build/android/QuickLinksFeature.json +9 -0
- package/build/android/QuickLinksFeatureItem.json +64 -0
- package/build/android/QuickLinksList.json +94 -0
- package/build/android/Radio.json +150 -0
- package/build/android/RadioCard.json +259 -0
- package/build/android/RadioCardGroup.json +38 -0
- package/build/android/RadioGroup.json +15 -0
- package/build/android/Ribbon.json +140 -0
- package/build/android/Search.json +115 -0
- package/build/android/SearchButton.json +130 -0
- package/build/android/Select.json +178 -0
- package/build/android/SideNav.json +14 -0
- package/build/android/SideNavItem.json +167 -0
- package/build/android/SideNavItemsGroup.json +39 -0
- package/build/android/Skeleton.json +25 -0
- package/build/android/SkipLink.json +41 -0
- package/build/android/Spinner.json +29 -0
- package/build/android/SplashButton.json +25 -0
- package/build/android/SplashButtonWithDetails.json +52 -0
- package/build/android/StackView.json +11 -0
- package/build/android/StepTracker.json +214 -0
- package/build/android/StoryCard.json +59 -0
- package/build/android/Table.json +231 -0
- package/build/android/Tabs.json +43 -0
- package/build/android/TabsItem.json +301 -0
- package/build/android/Tags.json +27 -0
- package/build/android/TagsItem.json +214 -0
- package/build/android/TermsAndConditions.json +116 -0
- package/build/android/Testimonial.json +65 -0
- package/build/android/TextArea.json +8 -0
- package/build/android/TextInput.json +167 -0
- package/build/android/Timeline.json +67 -0
- package/build/android/Toast.json +74 -0
- package/build/android/ToggleSwitch.json +213 -0
- package/build/android/ToggleSwitchGroup.json +28 -0
- package/build/android/Tooltip.json +68 -0
- package/build/android/TooltipButton.json +82 -0
- package/build/android/Typography.json +700 -0
- package/build/android/Video.json +15 -0
- package/build/android/VideoButton.json +12 -0
- package/build/android/VideoControlBar.json +37 -0
- package/build/android/VideoMenu.json +40 -0
- package/build/android/VideoMiddleControlButton.json +20 -0
- package/build/android/VideoPicker.json +28 -0
- package/build/android/VideoPickerSlider.json +8 -0
- package/build/android/VideoPickerThumbnail.json +92 -0
- package/build/android/VideoProgressBar.json +34 -0
- package/build/android/VideoVolumeSlider.json +36 -0
- package/build/android/WaffleGrid.json +46 -0
- package/build/android/schema.json +1158 -943
- package/build/android/spacingScale.json +185 -0
- package/build/android/theme.json +193 -25
- package/build/ios/ActivityIndicator.json +30 -0
- package/build/ios/Badge.json +314 -0
- package/build/ios/BlockQuote.json +72 -0
- package/build/ios/Box.json +644 -0
- package/build/ios/Breadcrumbs.json +62 -0
- package/build/ios/Button.json +527 -0
- package/build/ios/ButtonDropdown.json +232 -0
- package/build/ios/ButtonGroup.json +43 -0
- package/build/ios/ButtonGroupItem.json +180 -0
- package/build/ios/Callout.json +51 -0
- package/build/ios/Card.json +277 -0
- package/build/ios/Carousel.json +41 -0
- package/build/ios/CarouselTabsPanelItem.json +173 -0
- package/build/ios/CarouselThumbnail.json +61 -0
- package/build/ios/Checkbox.json +131 -0
- package/build/ios/CheckboxCard.json +259 -0
- package/build/ios/CheckboxCardGroup.json +47 -0
- package/build/ios/CheckboxGroup.json +15 -0
- package/build/ios/ChevronLink.json +143 -0
- package/build/ios/ColourToggle.json +85 -0
- package/build/ios/Countdown.json +181 -0
- package/build/ios/DatePicker.json +171 -0
- package/build/ios/Disclaimer.json +16 -0
- package/build/ios/Divider.json +62 -0
- package/build/ios/ExpandCollapse.json +14 -0
- package/build/ios/ExpandCollapseControl.json +83 -0
- package/build/ios/ExpandCollapseMini.json +7 -0
- package/build/ios/ExpandCollapseMiniControl.json +130 -0
- package/build/ios/ExpandCollapsePanel.json +84 -0
- package/build/ios/Feedback.json +136 -0
- package/build/ios/Fieldset.json +41 -0
- package/build/ios/Footnote.json +123 -0
- package/build/ios/FootnoteLink.json +17 -0
- package/build/ios/HorizontalScrollButton.json +78 -0
- package/build/ios/Icon.json +174 -0
- package/build/ios/IconButton.json +488 -0
- package/build/ios/Image.json +7 -0
- package/build/ios/InputLabel.json +27 -0
- package/build/ios/InputSupports.json +7 -0
- package/build/ios/Link.json +200 -0
- package/build/ios/List.json +100 -0
- package/build/ios/Listbox.json +242 -0
- package/build/ios/Modal.json +194 -0
- package/build/ios/MultiSelectFilter.json +70 -0
- package/build/ios/NavigationBar.json +147 -0
- package/build/ios/Notification.json +192 -0
- package/build/ios/OrderedList.json +81 -0
- package/build/ios/Pagination.json +49 -0
- package/build/ios/PaginationPageButton.json +100 -0
- package/build/ios/PaginationSideButton.json +154 -0
- package/build/ios/PreviewCard.json +39 -0
- package/build/ios/PriceLockup.json +141 -0
- package/build/ios/Progress.json +35 -0
- package/build/ios/ProgressBar.json +95 -0
- package/build/ios/QuantitySelector.json +123 -0
- package/build/ios/QuantitySelectorSideButton.json +197 -0
- package/build/ios/QuickLinks.json +29 -0
- package/build/ios/QuickLinksButton.json +84 -0
- package/build/ios/QuickLinksCard.json +27 -0
- package/build/ios/QuickLinksFeature.json +9 -0
- package/build/ios/QuickLinksFeatureItem.json +64 -0
- package/build/ios/QuickLinksList.json +94 -0
- package/build/ios/Radio.json +150 -0
- package/build/ios/RadioCard.json +259 -0
- package/build/ios/RadioCardGroup.json +38 -0
- package/build/ios/RadioGroup.json +15 -0
- package/build/ios/Ribbon.json +140 -0
- package/build/ios/Search.json +115 -0
- package/build/ios/SearchButton.json +130 -0
- package/build/ios/Select.json +178 -0
- package/build/ios/SideNav.json +14 -0
- package/build/ios/SideNavItem.json +167 -0
- package/build/ios/SideNavItemsGroup.json +39 -0
- package/build/ios/Skeleton.json +25 -0
- package/build/ios/SkipLink.json +41 -0
- package/build/ios/Spinner.json +29 -0
- package/build/ios/SplashButton.json +25 -0
- package/build/ios/SplashButtonWithDetails.json +52 -0
- package/build/ios/StackView.json +11 -0
- package/build/ios/StepTracker.json +214 -0
- package/build/ios/StoryCard.json +59 -0
- package/build/ios/Table.json +231 -0
- package/build/ios/Tabs.json +43 -0
- package/build/ios/TabsItem.json +301 -0
- package/build/ios/Tags.json +27 -0
- package/build/ios/TagsItem.json +214 -0
- package/build/ios/TermsAndConditions.json +116 -0
- package/build/ios/Testimonial.json +65 -0
- package/build/ios/TextArea.json +8 -0
- package/build/ios/TextInput.json +167 -0
- package/build/ios/Timeline.json +67 -0
- package/build/ios/Toast.json +74 -0
- package/build/ios/ToggleSwitch.json +213 -0
- package/build/ios/ToggleSwitchGroup.json +28 -0
- package/build/ios/Tooltip.json +68 -0
- package/build/ios/TooltipButton.json +82 -0
- package/build/ios/Typography.json +700 -0
- package/build/ios/Video.json +15 -0
- package/build/ios/VideoButton.json +12 -0
- package/build/ios/VideoControlBar.json +37 -0
- package/build/ios/VideoMenu.json +40 -0
- package/build/ios/VideoMiddleControlButton.json +20 -0
- package/build/ios/VideoPicker.json +28 -0
- package/build/ios/VideoPickerSlider.json +8 -0
- package/build/ios/VideoPickerThumbnail.json +92 -0
- package/build/ios/VideoProgressBar.json +34 -0
- package/build/ios/VideoVolumeSlider.json +36 -0
- package/build/ios/WaffleGrid.json +46 -0
- package/build/ios/schema.json +1158 -943
- package/build/ios/spacingScale.json +185 -0
- package/build/ios/theme.json +193 -25
- package/build/rn/ActivityIndicator.js +20 -0
- package/build/rn/Badge.js +129 -0
- package/build/rn/BlockQuote.js +55 -0
- package/build/rn/Box.js +214 -0
- package/build/rn/Breadcrumbs.js +34 -0
- package/build/rn/Button.js +314 -0
- package/build/rn/ButtonDropdown.js +143 -0
- package/build/rn/ButtonGroup.js +39 -0
- package/build/rn/ButtonGroupItem.js +125 -0
- package/build/rn/Callout.js +32 -0
- package/build/rn/Card.js +181 -0
- package/build/rn/Carousel.js +36 -0
- package/build/rn/CarouselTabsPanelItem.js +151 -0
- package/build/rn/CarouselThumbnail.js +62 -0
- package/build/rn/Checkbox.js +92 -0
- package/build/rn/CheckboxCard.js +159 -0
- package/build/rn/CheckboxCardGroup.js +45 -0
- package/build/rn/CheckboxGroup.js +24 -0
- package/build/rn/ChevronLink.js +100 -0
- package/build/rn/ColourToggle.js +93 -0
- package/build/rn/Countdown.js +90 -0
- package/build/rn/DatePicker.js +61 -0
- package/build/rn/Disclaimer.js +20 -0
- package/build/rn/Divider.js +26 -0
- package/build/rn/ExpandCollapse.js +14 -0
- package/build/rn/ExpandCollapseControl.js +56 -0
- package/build/rn/ExpandCollapseMini.js +10 -0
- package/build/rn/ExpandCollapseMiniControl.js +71 -0
- package/build/rn/ExpandCollapsePanel.js +53 -0
- package/build/rn/Feedback.js +67 -0
- package/build/rn/Fieldset.js +26 -0
- package/build/rn/Footnote.js +96 -0
- package/build/rn/FootnoteLink.js +21 -0
- package/build/rn/HorizontalScrollButton.js +63 -0
- package/build/rn/Icon.js +48 -0
- package/build/rn/IconButton.js +295 -0
- package/build/rn/Image.js +10 -0
- package/build/rn/InputLabel.js +26 -0
- package/build/rn/InputSupports.js +10 -0
- package/build/rn/Link.js +173 -0
- package/build/rn/List.js +75 -0
- package/build/rn/Listbox.js +198 -0
- package/build/rn/Modal.js +143 -0
- package/build/rn/MultiSelectFilter.js +62 -0
- package/build/rn/NavigationBar.js +128 -0
- package/build/rn/Notification.js +118 -0
- package/build/rn/OrderedList.js +58 -0
- package/build/rn/Pagination.js +44 -0
- package/build/rn/PaginationPageButton.js +88 -0
- package/build/rn/PaginationSideButton.js +125 -0
- package/build/rn/PreviewCard.js +58 -0
- package/build/rn/PriceLockup.js +104 -0
- package/build/rn/Progress.js +20 -0
- package/build/rn/ProgressBar.js +48 -0
- package/build/rn/QuantitySelector.js +54 -0
- package/build/rn/QuantitySelectorSideButton.js +102 -0
- package/build/rn/QuickLinks.js +32 -0
- package/build/rn/QuickLinksButton.js +68 -0
- package/build/rn/QuickLinksCard.js +26 -0
- package/build/rn/QuickLinksFeature.js +14 -0
- package/build/rn/QuickLinksFeatureItem.js +76 -0
- package/build/rn/QuickLinksList.js +84 -0
- package/build/rn/Radio.js +93 -0
- package/build/rn/RadioCard.js +159 -0
- package/build/rn/RadioCardGroup.js +41 -0
- package/build/rn/RadioGroup.js +24 -0
- package/build/rn/Ribbon.js +74 -0
- package/build/rn/Search.js +72 -0
- package/build/rn/SearchButton.js +96 -0
- package/build/rn/Select.js +95 -0
- package/build/rn/SideNav.js +14 -0
- package/build/rn/SideNavItem.js +123 -0
- package/build/rn/SideNavItemsGroup.js +37 -0
- package/build/rn/Skeleton.js +24 -0
- package/build/rn/SkipLink.js +46 -0
- package/build/rn/Spinner.js +18 -0
- package/build/rn/SplashButton.js +31 -0
- package/build/rn/SplashButtonWithDetails.js +43 -0
- package/build/rn/StackView.js +20 -0
- package/build/rn/StepTracker.js +96 -0
- package/build/rn/StoryCard.js +62 -0
- package/build/rn/Table.js +145 -0
- package/build/rn/Tabs.js +36 -0
- package/build/rn/TabsItem.js +127 -0
- package/build/rn/Tags.js +27 -0
- package/build/rn/TagsItem.js +136 -0
- package/build/rn/TermsAndConditions.js +82 -0
- package/build/rn/Testimonial.js +58 -0
- package/build/rn/TextArea.js +10 -0
- package/build/rn/TextInput.js +114 -0
- package/build/rn/Timeline.js +58 -0
- package/build/rn/Toast.js +43 -0
- package/build/rn/ToggleSwitch.js +146 -0
- package/build/rn/ToggleSwitchGroup.js +28 -0
- package/build/rn/Tooltip.js +42 -0
- package/build/rn/TooltipButton.js +57 -0
- package/build/rn/Typography.js +338 -0
- package/build/rn/Video.js +21 -0
- package/build/rn/VideoButton.js +10 -0
- package/build/rn/VideoControlBar.js +47 -0
- package/build/rn/VideoMenu.js +24 -0
- package/build/rn/VideoMiddleControlButton.js +19 -0
- package/build/rn/VideoPicker.js +22 -0
- package/build/rn/VideoPickerSlider.js +18 -0
- package/build/rn/VideoPickerThumbnail.js +70 -0
- package/build/rn/VideoProgressBar.js +23 -0
- package/build/rn/VideoVolumeSlider.js +26 -0
- package/build/rn/WaffleGrid.js +29 -0
- package/build/rn/schema.json +1158 -943
- package/build/rn/spacingScale.js +68 -0
- package/build/rn/theme.js +147 -22
- package/build/web/ActivityIndicator.js +20 -0
- package/build/web/Badge.js +129 -0
- package/build/web/BlockQuote.js +55 -0
- package/build/web/Box.js +214 -0
- package/build/web/Breadcrumbs.js +34 -0
- package/build/web/Button.js +221 -0
- package/build/web/ButtonDropdown.js +108 -0
- package/build/web/ButtonGroup.js +39 -0
- package/build/web/ButtonGroupItem.js +91 -0
- package/build/web/Callout.js +32 -0
- package/build/web/Card.js +158 -0
- package/build/web/Carousel.js +36 -0
- package/build/web/CarouselTabsPanelItem.js +95 -0
- package/build/web/CarouselThumbnail.js +45 -0
- package/build/web/Checkbox.js +63 -0
- package/build/web/CheckboxCard.js +125 -0
- package/build/web/CheckboxCardGroup.js +45 -0
- package/build/web/CheckboxGroup.js +24 -0
- package/build/web/ChevronLink.js +63 -0
- package/build/web/ColourToggle.js +65 -0
- package/build/web/Countdown.js +90 -0
- package/build/web/DatePicker.js +61 -0
- package/build/web/Disclaimer.js +20 -0
- package/build/web/Divider.js +26 -0
- package/build/web/ExpandCollapse.js +14 -0
- package/build/web/ExpandCollapseControl.js +56 -0
- package/build/web/ExpandCollapseMini.js +10 -0
- package/build/web/ExpandCollapseMiniControl.js +71 -0
- package/build/web/ExpandCollapsePanel.js +53 -0
- package/build/web/Feedback.js +67 -0
- package/build/web/Fieldset.js +26 -0
- package/build/web/Footnote.js +96 -0
- package/build/web/FootnoteLink.js +21 -0
- package/build/web/HorizontalScrollButton.js +47 -0
- package/build/web/Icon.js +48 -0
- package/build/web/IconButton.js +220 -0
- package/build/web/Image.js +10 -0
- package/build/web/InputLabel.js +26 -0
- package/build/web/InputSupports.js +10 -0
- package/build/web/Link.js +105 -0
- package/build/web/List.js +75 -0
- package/build/web/Listbox.js +138 -0
- package/build/web/Modal.js +143 -0
- package/build/web/MultiSelectFilter.js +62 -0
- package/build/web/NavigationBar.js +89 -0
- package/build/web/Notification.js +118 -0
- package/build/web/OrderedList.js +58 -0
- package/build/web/Pagination.js +44 -0
- package/build/web/PaginationPageButton.js +62 -0
- package/build/web/PaginationSideButton.js +100 -0
- package/build/web/PreviewCard.js +28 -0
- package/build/web/PriceLockup.js +104 -0
- package/build/web/Progress.js +20 -0
- package/build/web/ProgressBar.js +48 -0
- package/build/web/QuantitySelector.js +54 -0
- package/build/web/QuantitySelectorSideButton.js +102 -0
- package/build/web/QuickLinks.js +32 -0
- package/build/web/QuickLinksButton.js +53 -0
- package/build/web/QuickLinksCard.js +26 -0
- package/build/web/QuickLinksFeature.js +14 -0
- package/build/web/QuickLinksFeatureItem.js +48 -0
- package/build/web/QuickLinksList.js +56 -0
- package/build/web/Radio.js +76 -0
- package/build/web/RadioCard.js +125 -0
- package/build/web/RadioCardGroup.js +41 -0
- package/build/web/RadioGroup.js +24 -0
- package/build/web/Ribbon.js +74 -0
- package/build/web/Search.js +62 -0
- package/build/web/SearchButton.js +67 -0
- package/build/web/Select.js +88 -0
- package/build/web/SideNav.js +14 -0
- package/build/web/SideNavItem.js +94 -0
- package/build/web/SideNavItemsGroup.js +37 -0
- package/build/web/Skeleton.js +24 -0
- package/build/web/SkipLink.js +35 -0
- package/build/web/Spinner.js +18 -0
- package/build/web/SplashButton.js +19 -0
- package/build/web/SplashButtonWithDetails.js +31 -0
- package/build/web/StackView.js +20 -0
- package/build/web/StepTracker.js +96 -0
- package/build/web/StoryCard.js +39 -0
- package/build/web/Table.js +145 -0
- package/build/web/Tabs.js +36 -0
- package/build/web/TabsItem.js +127 -0
- package/build/web/Tags.js +27 -0
- package/build/web/TagsItem.js +102 -0
- package/build/web/TermsAndConditions.js +82 -0
- package/build/web/Testimonial.js +58 -0
- package/build/web/TextArea.js +10 -0
- package/build/web/TextInput.js +104 -0
- package/build/web/Timeline.js +58 -0
- package/build/web/Toast.js +43 -0
- package/build/web/ToggleSwitch.js +105 -0
- package/build/web/ToggleSwitchGroup.js +28 -0
- package/build/web/Tooltip.js +42 -0
- package/build/web/TooltipButton.js +39 -0
- package/build/web/Typography.js +338 -0
- package/build/web/Video.js +21 -0
- package/build/web/VideoButton.js +10 -0
- package/build/web/VideoControlBar.js +47 -0
- package/build/web/VideoMenu.js +24 -0
- package/build/web/VideoMiddleControlButton.js +19 -0
- package/build/web/VideoPicker.js +22 -0
- package/build/web/VideoPickerSlider.js +18 -0
- package/build/web/VideoPickerThumbnail.js +50 -0
- package/build/web/VideoProgressBar.js +23 -0
- package/build/web/VideoVolumeSlider.js +26 -0
- package/build/web/WaffleGrid.js +29 -0
- package/build/web/index.js +111 -0
- package/build/web/schema.json +20651 -0
- package/build/web/spacingScale.js +68 -0
- package/build/web/theme.js +6027 -0
- package/package.json +6 -5
- package/theme.json +131 -17
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:52 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
module.exports = {
|
|
11
|
+
appearances: {
|
|
12
|
+
space: {
|
|
13
|
+
description: 'Index of the intended position on the spacing scale',
|
|
14
|
+
type: 'state',
|
|
15
|
+
values: [
|
|
16
|
+
0, 1, 2, 3, 4, 5,
|
|
17
|
+
6, 7, 8, 9, 10, 11,
|
|
18
|
+
12
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
viewport: {
|
|
22
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
23
|
+
type: 'state',
|
|
24
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
rules: [
|
|
28
|
+
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { size: 120 } },
|
|
29
|
+
{ if: { space: 11 }, tokens: { size: 96 } },
|
|
30
|
+
{ if: { space: 12 }, tokens: { size: 120 } },
|
|
31
|
+
{ if: { space: 10 }, tokens: { size: 80 } },
|
|
32
|
+
{ if: { space: 9 }, tokens: { size: 64 } },
|
|
33
|
+
{ if: { space: 8 }, tokens: { size: 48 } },
|
|
34
|
+
{ if: { space: 7 }, tokens: { size: 40 } },
|
|
35
|
+
{ if: { space: 6 }, tokens: { size: 36 } },
|
|
36
|
+
{ if: { space: 5 }, tokens: { size: 32 } },
|
|
37
|
+
{ if: { space: 4 }, tokens: { size: 24 } },
|
|
38
|
+
{ if: { space: 3 }, tokens: { size: 16 } },
|
|
39
|
+
{ if: { space: 2 }, tokens: { size: 8 } },
|
|
40
|
+
{ if: { space: 1 }, tokens: { size: 4 } },
|
|
41
|
+
{
|
|
42
|
+
if: { space: 11, viewport: [ 'lg', 'xl' ] },
|
|
43
|
+
tokens: { size: 120 }
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
if: { space: 10, viewport: [ 'lg', 'xl' ] },
|
|
47
|
+
tokens: { size: 96 }
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
if: { space: 9, viewport: [ 'lg', 'xl' ] },
|
|
51
|
+
tokens: { size: 72 }
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
if: { space: 8, viewport: [ 'lg', 'xl' ] },
|
|
55
|
+
tokens: { size: 64 }
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
if: { space: 7, viewport: [ 'lg', 'xl' ] },
|
|
59
|
+
tokens: { size: 48 }
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
if: { space: 6, viewport: [ 'lg', 'xl' ] },
|
|
63
|
+
tokens: { size: 40 }
|
|
64
|
+
},
|
|
65
|
+
{ if: { space: 0 }, tokens: { size: 0 } }
|
|
66
|
+
],
|
|
67
|
+
tokens: { size: 96 }
|
|
68
|
+
}
|
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:52 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -20,6 +20,7 @@ const PaletteIconExpand = require('@telus-uds/palette-allium/build/rn/icons/Expa
|
|
|
20
20
|
const PaletteIconChevronLeft = require('@telus-uds/palette-allium/build/rn/icons/ChevronLeft')
|
|
21
21
|
const PaletteIconPlayVideo = require('@telus-uds/palette-allium/build/rn/icons/PlayVideo')
|
|
22
22
|
const PaletteIconBulletFill = require('@telus-uds/palette-allium/build/rn/icons/BulletFill')
|
|
23
|
+
const PaletteIconStatusInfo = require('@telus-uds/palette-allium/build/rn/icons/StatusInfo')
|
|
23
24
|
const PaletteIconStatusWarning = require('@telus-uds/palette-allium/build/rn/icons/StatusWarning')
|
|
24
25
|
const PaletteIconTimes = require('@telus-uds/palette-allium/build/rn/icons/Times')
|
|
25
26
|
const PaletteIconSearchBold = require('@telus-uds/palette-allium/build/rn/icons/SearchBold')
|
|
@@ -60,7 +61,7 @@ module.exports = {
|
|
|
60
61
|
alternative: { type: 'variant', values: [ true ] },
|
|
61
62
|
inverse: { type: 'variant', values: [ true ] },
|
|
62
63
|
outline: { type: 'variant', values: [ true ] },
|
|
63
|
-
purpose: { type: 'variant', values: [ 'offer', 'editorial' ] }
|
|
64
|
+
purpose: { type: 'variant', values: [ 'offer', 'editorial', 'subtle' ] }
|
|
64
65
|
},
|
|
65
66
|
rules: [
|
|
66
67
|
{
|
|
@@ -89,6 +90,14 @@ module.exports = {
|
|
|
89
90
|
}
|
|
90
91
|
}
|
|
91
92
|
},
|
|
93
|
+
{
|
|
94
|
+
if: { purpose: 'subtle' },
|
|
95
|
+
tokens: {
|
|
96
|
+
backgroundColor: '#7c53a5',
|
|
97
|
+
borderColor: '#7c53a5',
|
|
98
|
+
color: '#ffffff'
|
|
99
|
+
}
|
|
100
|
+
},
|
|
92
101
|
{
|
|
93
102
|
if: { purpose: 'offer' },
|
|
94
103
|
tokens: {
|
|
@@ -115,6 +124,14 @@ module.exports = {
|
|
|
115
124
|
color: '#ffffff'
|
|
116
125
|
}
|
|
117
126
|
},
|
|
127
|
+
{
|
|
128
|
+
if: { outline: true, purpose: 'subtle' },
|
|
129
|
+
tokens: {
|
|
130
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
131
|
+
borderColor: '#7c53a5',
|
|
132
|
+
color: '#7c53a5'
|
|
133
|
+
}
|
|
134
|
+
},
|
|
118
135
|
{
|
|
119
136
|
if: { outline: true, purpose: 'editorial' },
|
|
120
137
|
tokens: {
|
|
@@ -1843,6 +1860,90 @@ module.exports = {
|
|
|
1843
1860
|
textLine: 'none'
|
|
1844
1861
|
}
|
|
1845
1862
|
},
|
|
1863
|
+
ColourToggle: {
|
|
1864
|
+
appearances: {
|
|
1865
|
+
focus: {
|
|
1866
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
1867
|
+
platforms: [ 'rn' ],
|
|
1868
|
+
type: 'state',
|
|
1869
|
+
values: [ true, false ]
|
|
1870
|
+
},
|
|
1871
|
+
hover: {
|
|
1872
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1873
|
+
platforms: [ 'rn' ],
|
|
1874
|
+
type: 'state',
|
|
1875
|
+
values: [ true, false ]
|
|
1876
|
+
},
|
|
1877
|
+
pressed: {
|
|
1878
|
+
description: 'Applies while an interactive component is being physically pressed. Most visible on touchscreen taps; in React Native Web, this is visible on web mouse clicks only if the pressable is held down.',
|
|
1879
|
+
type: 'state',
|
|
1880
|
+
values: [ true, false ]
|
|
1881
|
+
},
|
|
1882
|
+
selected: {
|
|
1883
|
+
description: 'Applies while an interactive component is the currently selected one in a set of states or components, for example a button in a `ButtonGroup`.',
|
|
1884
|
+
type: 'state',
|
|
1885
|
+
values: [ true ]
|
|
1886
|
+
}
|
|
1887
|
+
},
|
|
1888
|
+
rules: [
|
|
1889
|
+
{
|
|
1890
|
+
if: { hover: true },
|
|
1891
|
+
tokens: {
|
|
1892
|
+
bubbleBorderColor: '#b2b9bf',
|
|
1893
|
+
bubbleBorderRadius: 45,
|
|
1894
|
+
bubbleBorderWidth: 1
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
if: { focus: true },
|
|
1899
|
+
tokens: {
|
|
1900
|
+
bubbleBorderColor: '#676e73',
|
|
1901
|
+
bubbleBorderRadius: 45,
|
|
1902
|
+
bubbleBorderWidth: 1
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
if: { pressed: true },
|
|
1907
|
+
tokens: {
|
|
1908
|
+
bubbleBorderColor: '#e3e6e8',
|
|
1909
|
+
bubbleBorderRadius: 45,
|
|
1910
|
+
bubbleBorderWidth: 1
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
if: { selected: true },
|
|
1915
|
+
tokens: {
|
|
1916
|
+
bubbleBorderColor: '#4b286d',
|
|
1917
|
+
bubbleBorderRadius: 45,
|
|
1918
|
+
bubbleBorderWidth: 1
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
tokens: {
|
|
1923
|
+
borderColor: '#e3e6e8',
|
|
1924
|
+
borderRadius: 45,
|
|
1925
|
+
borderWidth: 1,
|
|
1926
|
+
bubbleBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1927
|
+
bubbleBorderRadius: 0,
|
|
1928
|
+
bubbleBorderWidth: 0,
|
|
1929
|
+
innerBubbleBorderRadius: 45,
|
|
1930
|
+
innerBubbleHeight: 40,
|
|
1931
|
+
innerBubbleWidth: 40,
|
|
1932
|
+
outerBubbleContentAlignItems: 'center',
|
|
1933
|
+
outerBubbleHeight: 48,
|
|
1934
|
+
outerBubbleJustifyContent: 'center',
|
|
1935
|
+
outerBubbleWidth: 48,
|
|
1936
|
+
shadow: {
|
|
1937
|
+
blur: 2,
|
|
1938
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
1939
|
+
inset: true,
|
|
1940
|
+
offsetX: 0,
|
|
1941
|
+
offsetY: 2,
|
|
1942
|
+
spread: 0
|
|
1943
|
+
},
|
|
1944
|
+
space: 2
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1846
1947
|
Countdown: {
|
|
1847
1948
|
appearances: {
|
|
1848
1949
|
feature: { type: 'variant', values: [ true ] },
|
|
@@ -2181,7 +2282,7 @@ module.exports = {
|
|
|
2181
2282
|
validation: {
|
|
2182
2283
|
description: 'Validation states for form inputs',
|
|
2183
2284
|
type: 'state',
|
|
2184
|
-
values: [ 'error', 'success' ]
|
|
2285
|
+
values: [ 'error', 'success', 'warning' ]
|
|
2185
2286
|
}
|
|
2186
2287
|
},
|
|
2187
2288
|
rules: [
|
|
@@ -3489,8 +3590,12 @@ module.exports = {
|
|
|
3489
3590
|
},
|
|
3490
3591
|
Notification: {
|
|
3491
3592
|
appearances: {
|
|
3492
|
-
style: { type: 'variant', values: [ '
|
|
3493
|
-
|
|
3593
|
+
style: { type: 'variant', values: [ 'system', 'subtle' ] },
|
|
3594
|
+
validation: {
|
|
3595
|
+
description: 'Validation states for form inputs',
|
|
3596
|
+
type: 'state',
|
|
3597
|
+
values: [ 'error', 'success', 'warning' ]
|
|
3598
|
+
},
|
|
3494
3599
|
viewport: {
|
|
3495
3600
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
3496
3601
|
type: 'state',
|
|
@@ -3503,21 +3608,36 @@ module.exports = {
|
|
|
3503
3608
|
tokens: { justifyContent: 'center' }
|
|
3504
3609
|
},
|
|
3505
3610
|
{
|
|
3506
|
-
if: {
|
|
3611
|
+
if: { style: 'system' },
|
|
3507
3612
|
tokens: {
|
|
3508
3613
|
borderLeftWidth: 0,
|
|
3509
3614
|
borderRadius: 0,
|
|
3510
3615
|
borderRightWidth: 0,
|
|
3511
3616
|
borderTopWidth: 0,
|
|
3512
|
-
iconGap:
|
|
3513
|
-
paddingBottom:
|
|
3514
|
-
paddingLeft:
|
|
3515
|
-
paddingRight:
|
|
3516
|
-
paddingTop:
|
|
3617
|
+
iconGap: 8,
|
|
3618
|
+
paddingBottom: 12,
|
|
3619
|
+
paddingLeft: 12,
|
|
3620
|
+
paddingRight: 12,
|
|
3621
|
+
paddingTop: 12
|
|
3622
|
+
}
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
if: { style: 'subtle' },
|
|
3626
|
+
tokens: {
|
|
3627
|
+
borderBottomWidth: 0,
|
|
3628
|
+
borderLeftWidth: 0,
|
|
3629
|
+
borderRadius: 0,
|
|
3630
|
+
borderRightWidth: 0,
|
|
3631
|
+
borderTopWidth: 0,
|
|
3632
|
+
iconGap: 8,
|
|
3633
|
+
paddingBottom: 12,
|
|
3634
|
+
paddingLeft: 12,
|
|
3635
|
+
paddingRight: 12,
|
|
3636
|
+
paddingTop: 12
|
|
3517
3637
|
}
|
|
3518
3638
|
},
|
|
3519
3639
|
{
|
|
3520
|
-
if: {
|
|
3640
|
+
if: { validation: 'success' },
|
|
3521
3641
|
tokens: {
|
|
3522
3642
|
backgroundColor: '#f4f9f2',
|
|
3523
3643
|
borderColor: '#2b8000',
|
|
@@ -3526,7 +3646,7 @@ module.exports = {
|
|
|
3526
3646
|
}
|
|
3527
3647
|
},
|
|
3528
3648
|
{
|
|
3529
|
-
if: {
|
|
3649
|
+
if: { validation: 'warning' },
|
|
3530
3650
|
tokens: {
|
|
3531
3651
|
backgroundColor: '#fff9ee',
|
|
3532
3652
|
borderColor: '#b4872c',
|
|
@@ -3536,7 +3656,7 @@ module.exports = {
|
|
|
3536
3656
|
}
|
|
3537
3657
|
},
|
|
3538
3658
|
{
|
|
3539
|
-
if: {
|
|
3659
|
+
if: { validation: 'error' },
|
|
3540
3660
|
tokens: {
|
|
3541
3661
|
backgroundColor: '#fff6f8',
|
|
3542
3662
|
borderColor: '#e12339',
|
|
@@ -3555,15 +3675,15 @@ module.exports = {
|
|
|
3555
3675
|
borderRightWidth: 1,
|
|
3556
3676
|
borderTopWidth: 1,
|
|
3557
3677
|
color: '#414547',
|
|
3558
|
-
dismissButtonGap:
|
|
3678
|
+
dismissButtonGap: 24,
|
|
3559
3679
|
dismissIcon: PaletteIconClose,
|
|
3560
3680
|
dismissIconColor: '#676e73',
|
|
3561
3681
|
fontName: 'HelveticaNow',
|
|
3562
3682
|
fontSize: 16,
|
|
3563
3683
|
fontWeight: '400',
|
|
3564
|
-
icon:
|
|
3565
|
-
iconColor:
|
|
3566
|
-
iconGap:
|
|
3684
|
+
icon: PaletteIconStatusInfo,
|
|
3685
|
+
iconColor: '#4b286d',
|
|
3686
|
+
iconGap: 8,
|
|
3567
3687
|
iconSize: 24,
|
|
3568
3688
|
justifyContent: 'flex-start',
|
|
3569
3689
|
lineHeight: 1.5,
|
|
@@ -4732,7 +4852,7 @@ module.exports = {
|
|
|
4732
4852
|
appearances: {
|
|
4733
4853
|
purpose: {
|
|
4734
4854
|
type: 'variant',
|
|
4735
|
-
values: [ 'offer', 'default', 'editorial' ]
|
|
4855
|
+
values: [ 'offer', 'default', 'editorial', 'subtle' ]
|
|
4736
4856
|
},
|
|
4737
4857
|
wrap: { type: 'variant', values: [ true ] }
|
|
4738
4858
|
},
|
|
@@ -4760,6 +4880,10 @@ module.exports = {
|
|
|
4760
4880
|
{
|
|
4761
4881
|
if: { wrap: true },
|
|
4762
4882
|
tokens: { paddingLeft: 24, paddingRight: 24 }
|
|
4883
|
+
},
|
|
4884
|
+
{
|
|
4885
|
+
if: { purpose: 'subtle' },
|
|
4886
|
+
tokens: { backgroundColor: '#7c53a5' }
|
|
4763
4887
|
}
|
|
4764
4888
|
],
|
|
4765
4889
|
tokens: {
|
|
@@ -4966,7 +5090,7 @@ module.exports = {
|
|
|
4966
5090
|
validation: {
|
|
4967
5091
|
description: 'Validation states for form inputs',
|
|
4968
5092
|
type: 'state',
|
|
4969
|
-
values: [ 'error', 'success' ]
|
|
5093
|
+
values: [ 'error', 'success', 'warning' ]
|
|
4970
5094
|
}
|
|
4971
5095
|
},
|
|
4972
5096
|
rules: [
|
|
@@ -5580,6 +5704,7 @@ module.exports = {
|
|
|
5580
5704
|
offsetY: 4,
|
|
5581
5705
|
spread: 0
|
|
5582
5706
|
},
|
|
5707
|
+
display: null,
|
|
5583
5708
|
fontColor: '#000000',
|
|
5584
5709
|
fontName: 'HelveticaNow',
|
|
5585
5710
|
fontSize: 16,
|
|
@@ -6039,7 +6164,7 @@ module.exports = {
|
|
|
6039
6164
|
validation: {
|
|
6040
6165
|
description: 'Validation states for form inputs',
|
|
6041
6166
|
type: 'state',
|
|
6042
|
-
values: [ 'error', 'success' ]
|
|
6167
|
+
values: [ 'error', 'success', 'warning' ]
|
|
6043
6168
|
}
|
|
6044
6169
|
},
|
|
6045
6170
|
rules: [
|
|
@@ -7046,5 +7171,5 @@ module.exports = {
|
|
|
7046
7171
|
tokens: { size: 96 }
|
|
7047
7172
|
}
|
|
7048
7173
|
},
|
|
7049
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
7174
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.49.0' }
|
|
7050
7175
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:07:10 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
size: {
|
|
12
|
+
description: 'used for full-screen spinners',
|
|
13
|
+
type: 'variant',
|
|
14
|
+
values: [ 'large' ]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
18
|
+
tokens: { color: '#2b8000', size: 24, thickness: 2 }
|
|
19
|
+
}
|
|
20
|
+
export default theme
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:07:10 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
alternative: { type: 'variant', values: [ true ] },
|
|
12
|
+
inverse: { type: 'variant', values: [ true ] },
|
|
13
|
+
outline: { type: 'variant', values: [ true ] },
|
|
14
|
+
purpose: { type: 'variant', values: [ 'offer', 'editorial', 'subtle' ] }
|
|
15
|
+
},
|
|
16
|
+
rules: [
|
|
17
|
+
{
|
|
18
|
+
if: { inverse: true },
|
|
19
|
+
tokens: {
|
|
20
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
21
|
+
borderColor: '#ffffff',
|
|
22
|
+
color: '#ffffff'
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
if: { outline: true },
|
|
27
|
+
tokens: { backgroundColor: '#ffffff', color: '#613889' }
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
if: { alternative: true },
|
|
31
|
+
tokens: {
|
|
32
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
33
|
+
gradient: {
|
|
34
|
+
angle: 135,
|
|
35
|
+
stops: [
|
|
36
|
+
{ color: '#00784a', stop: 0 },
|
|
37
|
+
{ color: '#66cc00', stop: 1 }
|
|
38
|
+
],
|
|
39
|
+
type: 'linear'
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
if: { purpose: 'subtle' },
|
|
45
|
+
tokens: {
|
|
46
|
+
backgroundColor: '#7c53a5',
|
|
47
|
+
borderColor: '#7c53a5',
|
|
48
|
+
color: '#ffffff'
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
if: { purpose: 'offer' },
|
|
53
|
+
tokens: {
|
|
54
|
+
borderWidth: 0,
|
|
55
|
+
gradient: {
|
|
56
|
+
angle: 135,
|
|
57
|
+
stops: [
|
|
58
|
+
{ color: '#4b286d', stop: 0 },
|
|
59
|
+
{ color: '#e53293', stop: 1 }
|
|
60
|
+
],
|
|
61
|
+
type: 'linear'
|
|
62
|
+
},
|
|
63
|
+
paddingBottom: 4,
|
|
64
|
+
paddingLeft: 10,
|
|
65
|
+
paddingRight: 10,
|
|
66
|
+
paddingTop: 4
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
if: { purpose: 'editorial' },
|
|
71
|
+
tokens: {
|
|
72
|
+
backgroundColor: '#676e73',
|
|
73
|
+
borderColor: '#676e73',
|
|
74
|
+
color: '#ffffff'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
if: { outline: true, purpose: 'subtle' },
|
|
79
|
+
tokens: {
|
|
80
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
81
|
+
borderColor: '#7c53a5',
|
|
82
|
+
color: '#7c53a5'
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
if: { outline: true, purpose: 'editorial' },
|
|
87
|
+
tokens: {
|
|
88
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
89
|
+
borderColor: '#676e73',
|
|
90
|
+
color: '#676e73'
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
if: { outline: true, purpose: 'offer' },
|
|
95
|
+
tokens: {
|
|
96
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
97
|
+
borderWidth: 2,
|
|
98
|
+
gradient: {
|
|
99
|
+
angle: 135,
|
|
100
|
+
stops: [
|
|
101
|
+
{ color: '#4b286d', stop: 0 },
|
|
102
|
+
{ color: '#e53293', stop: 1 }
|
|
103
|
+
],
|
|
104
|
+
type: 'linear'
|
|
105
|
+
},
|
|
106
|
+
paddingBottom: 2,
|
|
107
|
+
paddingLeft: 8,
|
|
108
|
+
paddingRight: 8,
|
|
109
|
+
paddingTop: 2
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
tokens: {
|
|
114
|
+
backgroundColor: '#613889',
|
|
115
|
+
borderColor: '#613889',
|
|
116
|
+
borderRadius: 4,
|
|
117
|
+
borderWidth: 2,
|
|
118
|
+
color: '#ffffff',
|
|
119
|
+
fontName: 'HelveticaNow',
|
|
120
|
+
fontSize: 12,
|
|
121
|
+
fontWeight: '700',
|
|
122
|
+
gradient: null,
|
|
123
|
+
paddingBottom: 2,
|
|
124
|
+
paddingLeft: 8,
|
|
125
|
+
paddingRight: 8,
|
|
126
|
+
paddingTop: 2
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
export default theme
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:07:10 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
viewport: {
|
|
12
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
13
|
+
type: 'state',
|
|
14
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
rules: [
|
|
18
|
+
{
|
|
19
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
20
|
+
tokens: {
|
|
21
|
+
titleHeadingFontName: 'HelveticaNow',
|
|
22
|
+
titleHeadingFontSize: 24,
|
|
23
|
+
titleHeadingFontWeight: '400',
|
|
24
|
+
titleHeadingLineHeight: 1.33333333333
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
tokens: {
|
|
29
|
+
backgroundGradient: {
|
|
30
|
+
angle: 135,
|
|
31
|
+
stops: [ { color: '#4b286d', stop: 0 }, { color: '#e53293', stop: 1 } ],
|
|
32
|
+
type: 'linear'
|
|
33
|
+
},
|
|
34
|
+
color: '#414547',
|
|
35
|
+
linkFontName: 'HelveticaNow',
|
|
36
|
+
linkFontSize: 16,
|
|
37
|
+
linkFontWeight: '700',
|
|
38
|
+
linkLineHeight: 1.5,
|
|
39
|
+
marginBottom: 16,
|
|
40
|
+
paddingBottom: 16,
|
|
41
|
+
paddingLeft: 32,
|
|
42
|
+
paddingRight: 32,
|
|
43
|
+
paddingTop: 16,
|
|
44
|
+
titleFontName: 'HelveticaNow',
|
|
45
|
+
titleFontSize: 20,
|
|
46
|
+
titleFontWeight: '400',
|
|
47
|
+
titleHeadingFontName: 'HelveticaNow',
|
|
48
|
+
titleHeadingFontSize: 28,
|
|
49
|
+
titleHeadingFontWeight: '400',
|
|
50
|
+
titleHeadingLineHeight: 1.28571428571,
|
|
51
|
+
titleLineHeight: 1.6,
|
|
52
|
+
width: 2
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export default theme
|