@telus-uds/theme-allium 4.21.0 → 4.23.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 +125 -0
- package/build/android/FootnoteLink.json +18 -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 +1005 -952
- package/build/android/spacingScale.json +185 -0
- package/build/android/theme.json +114 -28
- 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 +125 -0
- package/build/ios/FootnoteLink.json +18 -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 +1005 -952
- package/build/ios/spacingScale.json +185 -0
- package/build/ios/theme.json +114 -28
- 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 +98 -0
- package/build/rn/FootnoteLink.js +22 -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 +1005 -952
- package/build/rn/spacingScale.js +68 -0
- package/build/rn/theme.js +67 -23
- 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 +98 -0
- package/build/web/FootnoteLink.js +22 -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 +20672 -0
- package/build/web/spacingScale.js +68 -0
- package/build/web/theme.js +6030 -0
- package/package.json +6 -5
- package/theme.json +68 -18
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Thu, 18 Jan 2024 22:41:54 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 Thu, 18 Jan 2024 22:41:54 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: {
|
|
@@ -2265,7 +2282,7 @@ module.exports = {
|
|
|
2265
2282
|
validation: {
|
|
2266
2283
|
description: 'Validation states for form inputs',
|
|
2267
2284
|
type: 'state',
|
|
2268
|
-
values: [ 'error', 'success' ]
|
|
2285
|
+
values: [ 'error', 'success', 'warning' ]
|
|
2269
2286
|
}
|
|
2270
2287
|
},
|
|
2271
2288
|
rules: [
|
|
@@ -2412,7 +2429,9 @@ module.exports = {
|
|
|
2412
2429
|
headerLineHeight: 1.5,
|
|
2413
2430
|
headerMargin: 16,
|
|
2414
2431
|
listItemColor: '#414547',
|
|
2432
|
+
listItemFontName: 'HelveticaNow',
|
|
2415
2433
|
listItemFontSize: 16,
|
|
2434
|
+
listItemFontWeight: '400',
|
|
2416
2435
|
listItemLineHeight: 1.5,
|
|
2417
2436
|
listItemMarkerFontSize: 16,
|
|
2418
2437
|
listItemMarkerLineHeight: 1.5,
|
|
@@ -2426,6 +2445,7 @@ module.exports = {
|
|
|
2426
2445
|
tokens: {
|
|
2427
2446
|
color: null,
|
|
2428
2447
|
fontName: 'HelveticaNow',
|
|
2448
|
+
fontSize: 16,
|
|
2429
2449
|
fontWeight: '400',
|
|
2430
2450
|
lineHeight: 1,
|
|
2431
2451
|
paddingLeft: 2,
|
|
@@ -3573,8 +3593,12 @@ module.exports = {
|
|
|
3573
3593
|
},
|
|
3574
3594
|
Notification: {
|
|
3575
3595
|
appearances: {
|
|
3576
|
-
style: { type: 'variant', values: [ '
|
|
3577
|
-
|
|
3596
|
+
style: { type: 'variant', values: [ 'system', 'subtle' ] },
|
|
3597
|
+
validation: {
|
|
3598
|
+
description: 'Validation states for form inputs',
|
|
3599
|
+
type: 'state',
|
|
3600
|
+
values: [ 'error', 'success', 'warning' ]
|
|
3601
|
+
},
|
|
3578
3602
|
viewport: {
|
|
3579
3603
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
3580
3604
|
type: 'state',
|
|
@@ -3587,21 +3611,36 @@ module.exports = {
|
|
|
3587
3611
|
tokens: { justifyContent: 'center' }
|
|
3588
3612
|
},
|
|
3589
3613
|
{
|
|
3590
|
-
if: {
|
|
3614
|
+
if: { style: 'system' },
|
|
3591
3615
|
tokens: {
|
|
3592
3616
|
borderLeftWidth: 0,
|
|
3593
3617
|
borderRadius: 0,
|
|
3594
3618
|
borderRightWidth: 0,
|
|
3595
3619
|
borderTopWidth: 0,
|
|
3596
|
-
iconGap:
|
|
3597
|
-
paddingBottom:
|
|
3598
|
-
paddingLeft:
|
|
3599
|
-
paddingRight:
|
|
3600
|
-
paddingTop:
|
|
3620
|
+
iconGap: 8,
|
|
3621
|
+
paddingBottom: 12,
|
|
3622
|
+
paddingLeft: 12,
|
|
3623
|
+
paddingRight: 12,
|
|
3624
|
+
paddingTop: 12
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
if: { style: 'subtle' },
|
|
3629
|
+
tokens: {
|
|
3630
|
+
borderBottomWidth: 0,
|
|
3631
|
+
borderLeftWidth: 0,
|
|
3632
|
+
borderRadius: 0,
|
|
3633
|
+
borderRightWidth: 0,
|
|
3634
|
+
borderTopWidth: 0,
|
|
3635
|
+
iconGap: 8,
|
|
3636
|
+
paddingBottom: 12,
|
|
3637
|
+
paddingLeft: 12,
|
|
3638
|
+
paddingRight: 12,
|
|
3639
|
+
paddingTop: 12
|
|
3601
3640
|
}
|
|
3602
3641
|
},
|
|
3603
3642
|
{
|
|
3604
|
-
if: {
|
|
3643
|
+
if: { validation: 'success' },
|
|
3605
3644
|
tokens: {
|
|
3606
3645
|
backgroundColor: '#f4f9f2',
|
|
3607
3646
|
borderColor: '#2b8000',
|
|
@@ -3610,7 +3649,7 @@ module.exports = {
|
|
|
3610
3649
|
}
|
|
3611
3650
|
},
|
|
3612
3651
|
{
|
|
3613
|
-
if: {
|
|
3652
|
+
if: { validation: 'warning' },
|
|
3614
3653
|
tokens: {
|
|
3615
3654
|
backgroundColor: '#fff9ee',
|
|
3616
3655
|
borderColor: '#b4872c',
|
|
@@ -3620,7 +3659,7 @@ module.exports = {
|
|
|
3620
3659
|
}
|
|
3621
3660
|
},
|
|
3622
3661
|
{
|
|
3623
|
-
if: {
|
|
3662
|
+
if: { validation: 'error' },
|
|
3624
3663
|
tokens: {
|
|
3625
3664
|
backgroundColor: '#fff6f8',
|
|
3626
3665
|
borderColor: '#e12339',
|
|
@@ -3639,15 +3678,15 @@ module.exports = {
|
|
|
3639
3678
|
borderRightWidth: 1,
|
|
3640
3679
|
borderTopWidth: 1,
|
|
3641
3680
|
color: '#414547',
|
|
3642
|
-
dismissButtonGap:
|
|
3681
|
+
dismissButtonGap: 24,
|
|
3643
3682
|
dismissIcon: PaletteIconClose,
|
|
3644
3683
|
dismissIconColor: '#676e73',
|
|
3645
3684
|
fontName: 'HelveticaNow',
|
|
3646
3685
|
fontSize: 16,
|
|
3647
3686
|
fontWeight: '400',
|
|
3648
|
-
icon:
|
|
3649
|
-
iconColor:
|
|
3650
|
-
iconGap:
|
|
3687
|
+
icon: PaletteIconStatusInfo,
|
|
3688
|
+
iconColor: '#4b286d',
|
|
3689
|
+
iconGap: 8,
|
|
3651
3690
|
iconSize: 24,
|
|
3652
3691
|
justifyContent: 'flex-start',
|
|
3653
3692
|
lineHeight: 1.5,
|
|
@@ -4816,7 +4855,7 @@ module.exports = {
|
|
|
4816
4855
|
appearances: {
|
|
4817
4856
|
purpose: {
|
|
4818
4857
|
type: 'variant',
|
|
4819
|
-
values: [ 'offer', 'default', 'editorial' ]
|
|
4858
|
+
values: [ 'offer', 'default', 'editorial', 'subtle' ]
|
|
4820
4859
|
},
|
|
4821
4860
|
wrap: { type: 'variant', values: [ true ] }
|
|
4822
4861
|
},
|
|
@@ -4844,6 +4883,10 @@ module.exports = {
|
|
|
4844
4883
|
{
|
|
4845
4884
|
if: { wrap: true },
|
|
4846
4885
|
tokens: { paddingLeft: 24, paddingRight: 24 }
|
|
4886
|
+
},
|
|
4887
|
+
{
|
|
4888
|
+
if: { purpose: 'subtle' },
|
|
4889
|
+
tokens: { backgroundColor: '#7c53a5' }
|
|
4847
4890
|
}
|
|
4848
4891
|
],
|
|
4849
4892
|
tokens: {
|
|
@@ -5050,7 +5093,7 @@ module.exports = {
|
|
|
5050
5093
|
validation: {
|
|
5051
5094
|
description: 'Validation states for form inputs',
|
|
5052
5095
|
type: 'state',
|
|
5053
|
-
values: [ 'error', 'success' ]
|
|
5096
|
+
values: [ 'error', 'success', 'warning' ]
|
|
5054
5097
|
}
|
|
5055
5098
|
},
|
|
5056
5099
|
rules: [
|
|
@@ -5664,6 +5707,7 @@ module.exports = {
|
|
|
5664
5707
|
offsetY: 4,
|
|
5665
5708
|
spread: 0
|
|
5666
5709
|
},
|
|
5710
|
+
display: null,
|
|
5667
5711
|
fontColor: '#000000',
|
|
5668
5712
|
fontName: 'HelveticaNow',
|
|
5669
5713
|
fontSize: 16,
|
|
@@ -6123,7 +6167,7 @@ module.exports = {
|
|
|
6123
6167
|
validation: {
|
|
6124
6168
|
description: 'Validation states for form inputs',
|
|
6125
6169
|
type: 'state',
|
|
6126
|
-
values: [ 'error', 'success' ]
|
|
6170
|
+
values: [ 'error', 'success', 'warning' ]
|
|
6127
6171
|
}
|
|
6128
6172
|
},
|
|
6129
6173
|
rules: [
|
|
@@ -6852,7 +6896,7 @@ module.exports = {
|
|
|
6852
6896
|
}
|
|
6853
6897
|
],
|
|
6854
6898
|
tokens: {
|
|
6855
|
-
color: '#
|
|
6899
|
+
color: '#414547',
|
|
6856
6900
|
fontName: 'HelveticaNow',
|
|
6857
6901
|
fontScaleCap: 64,
|
|
6858
6902
|
fontSize: 16,
|
|
@@ -7130,5 +7174,5 @@ module.exports = {
|
|
|
7130
7174
|
tokens: { size: 96 }
|
|
7131
7175
|
}
|
|
7132
7176
|
},
|
|
7133
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
7177
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.50.0' }
|
|
7134
7178
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Thu, 18 Jan 2024 22:42:16 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 Thu, 18 Jan 2024 22:42:16 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 Thu, 18 Jan 2024 22:42:16 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
|