@telus-uds/theme-koodo 5.3.0 → 5.4.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 +263 -0
- package/build/android/BlockQuote.json +72 -0
- package/build/android/Box.json +372 -0
- package/build/android/Breadcrumbs.json +62 -0
- package/build/android/Button.json +609 -0
- package/build/android/ButtonDropdown.json +210 -0
- package/build/android/ButtonGroup.json +51 -0
- package/build/android/ButtonGroupItem.json +178 -0
- package/build/android/Callout.json +51 -0
- package/build/android/Card.json +258 -0
- package/build/android/Carousel.json +41 -0
- package/build/android/CarouselTabsPanelItem.json +190 -0
- package/build/android/CarouselThumbnail.json +61 -0
- package/build/android/Checkbox.json +126 -0
- package/build/android/CheckboxCard.json +266 -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 +154 -0
- package/build/android/DatePicker.json +189 -0
- package/build/android/Disclaimer.json +16 -0
- package/build/android/Divider.json +92 -0
- package/build/android/ExpandCollapse.json +14 -0
- package/build/android/ExpandCollapseControl.json +101 -0
- package/build/android/ExpandCollapseMini.json +7 -0
- package/build/android/ExpandCollapseMiniControl.json +130 -0
- package/build/android/ExpandCollapsePanel.json +94 -0
- package/build/android/Feedback.json +124 -0
- package/build/android/Fieldset.json +41 -0
- package/build/android/Footnote.json +108 -0
- package/build/android/FootnoteLink.json +17 -0
- package/build/android/HorizontalScrollButton.json +72 -0
- package/build/android/Icon.json +188 -0
- package/build/android/IconButton.json +469 -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 +180 -0
- package/build/android/List.json +99 -0
- package/build/android/Listbox.json +316 -0
- package/build/android/Modal.json +198 -0
- package/build/android/MultiSelectFilter.json +70 -0
- package/build/android/NavigationBar.json +187 -0
- package/build/android/Notification.json +210 -0
- package/build/android/OrderedList.json +81 -0
- package/build/android/Pagination.json +50 -0
- package/build/android/PaginationPageButton.json +106 -0
- package/build/android/PaginationSideButton.json +135 -0
- package/build/android/PreviewCard.json +39 -0
- package/build/android/PriceLockup.json +125 -0
- package/build/android/Progress.json +35 -0
- package/build/android/ProgressBar.json +70 -0
- package/build/android/QuantitySelector.json +104 -0
- package/build/android/QuantitySelectorSideButton.json +192 -0
- package/build/android/QuickLinks.json +29 -0
- package/build/android/QuickLinksButton.json +95 -0
- package/build/android/QuickLinksCard.json +27 -0
- package/build/android/QuickLinksFeature.json +9 -0
- package/build/android/QuickLinksFeatureItem.json +70 -0
- package/build/android/QuickLinksList.json +81 -0
- package/build/android/Radio.json +198 -0
- package/build/android/RadioCard.json +266 -0
- package/build/android/RadioCardGroup.json +38 -0
- package/build/android/RadioGroup.json +15 -0
- package/build/android/Ribbon.json +116 -0
- package/build/android/Search.json +115 -0
- package/build/android/SearchButton.json +130 -0
- package/build/android/Select.json +172 -0
- package/build/android/SideNav.json +14 -0
- package/build/android/SideNavItem.json +149 -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 +226 -0
- package/build/android/StoryCard.json +71 -0
- package/build/android/Table.json +247 -0
- package/build/android/Tabs.json +24 -0
- package/build/android/TabsItem.json +174 -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 +168 -0
- package/build/android/Timeline.json +67 -0
- package/build/android/Toast.json +74 -0
- package/build/android/ToggleSwitch.json +248 -0
- package/build/android/ToggleSwitchGroup.json +28 -0
- package/build/android/Tooltip.json +68 -0
- package/build/android/TooltipButton.json +114 -0
- package/build/android/Typography.json +521 -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 +97 -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 +162 -135
- package/build/android/spacingScale.json +185 -0
- package/build/android/theme.json +82 -18
- package/build/ios/ActivityIndicator.json +30 -0
- package/build/ios/Badge.json +263 -0
- package/build/ios/BlockQuote.json +72 -0
- package/build/ios/Box.json +372 -0
- package/build/ios/Breadcrumbs.json +62 -0
- package/build/ios/Button.json +609 -0
- package/build/ios/ButtonDropdown.json +210 -0
- package/build/ios/ButtonGroup.json +51 -0
- package/build/ios/ButtonGroupItem.json +178 -0
- package/build/ios/Callout.json +51 -0
- package/build/ios/Card.json +258 -0
- package/build/ios/Carousel.json +41 -0
- package/build/ios/CarouselTabsPanelItem.json +190 -0
- package/build/ios/CarouselThumbnail.json +61 -0
- package/build/ios/Checkbox.json +126 -0
- package/build/ios/CheckboxCard.json +266 -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 +154 -0
- package/build/ios/DatePicker.json +189 -0
- package/build/ios/Disclaimer.json +16 -0
- package/build/ios/Divider.json +92 -0
- package/build/ios/ExpandCollapse.json +14 -0
- package/build/ios/ExpandCollapseControl.json +101 -0
- package/build/ios/ExpandCollapseMini.json +7 -0
- package/build/ios/ExpandCollapseMiniControl.json +130 -0
- package/build/ios/ExpandCollapsePanel.json +94 -0
- package/build/ios/Feedback.json +124 -0
- package/build/ios/Fieldset.json +41 -0
- package/build/ios/Footnote.json +108 -0
- package/build/ios/FootnoteLink.json +17 -0
- package/build/ios/HorizontalScrollButton.json +72 -0
- package/build/ios/Icon.json +188 -0
- package/build/ios/IconButton.json +469 -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 +180 -0
- package/build/ios/List.json +99 -0
- package/build/ios/Listbox.json +316 -0
- package/build/ios/Modal.json +198 -0
- package/build/ios/MultiSelectFilter.json +70 -0
- package/build/ios/NavigationBar.json +187 -0
- package/build/ios/Notification.json +210 -0
- package/build/ios/OrderedList.json +81 -0
- package/build/ios/Pagination.json +50 -0
- package/build/ios/PaginationPageButton.json +106 -0
- package/build/ios/PaginationSideButton.json +135 -0
- package/build/ios/PreviewCard.json +39 -0
- package/build/ios/PriceLockup.json +125 -0
- package/build/ios/Progress.json +35 -0
- package/build/ios/ProgressBar.json +70 -0
- package/build/ios/QuantitySelector.json +104 -0
- package/build/ios/QuantitySelectorSideButton.json +192 -0
- package/build/ios/QuickLinks.json +29 -0
- package/build/ios/QuickLinksButton.json +95 -0
- package/build/ios/QuickLinksCard.json +27 -0
- package/build/ios/QuickLinksFeature.json +9 -0
- package/build/ios/QuickLinksFeatureItem.json +70 -0
- package/build/ios/QuickLinksList.json +81 -0
- package/build/ios/Radio.json +198 -0
- package/build/ios/RadioCard.json +266 -0
- package/build/ios/RadioCardGroup.json +38 -0
- package/build/ios/RadioGroup.json +15 -0
- package/build/ios/Ribbon.json +116 -0
- package/build/ios/Search.json +115 -0
- package/build/ios/SearchButton.json +130 -0
- package/build/ios/Select.json +172 -0
- package/build/ios/SideNav.json +14 -0
- package/build/ios/SideNavItem.json +149 -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 +226 -0
- package/build/ios/StoryCard.json +71 -0
- package/build/ios/Table.json +247 -0
- package/build/ios/Tabs.json +24 -0
- package/build/ios/TabsItem.json +174 -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 +168 -0
- package/build/ios/Timeline.json +67 -0
- package/build/ios/Toast.json +74 -0
- package/build/ios/ToggleSwitch.json +248 -0
- package/build/ios/ToggleSwitchGroup.json +28 -0
- package/build/ios/Tooltip.json +68 -0
- package/build/ios/TooltipButton.json +114 -0
- package/build/ios/Typography.json +521 -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 +97 -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 +162 -135
- package/build/ios/spacingScale.json +185 -0
- package/build/ios/theme.json +82 -18
- package/build/rn/ActivityIndicator.js +20 -0
- package/build/rn/Badge.js +99 -0
- package/build/rn/BlockQuote.js +55 -0
- package/build/rn/Box.js +108 -0
- package/build/rn/Breadcrumbs.js +34 -0
- package/build/rn/Button.js +401 -0
- package/build/rn/ButtonDropdown.js +149 -0
- package/build/rn/ButtonGroup.js +40 -0
- package/build/rn/ButtonGroupItem.js +119 -0
- package/build/rn/Callout.js +32 -0
- package/build/rn/Card.js +171 -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 +84 -0
- package/build/rn/CheckboxCard.js +168 -0
- package/build/rn/CheckboxCardGroup.js +45 -0
- package/build/rn/CheckboxGroup.js +24 -0
- package/build/rn/ChevronLink.js +111 -0
- package/build/rn/ColourToggle.js +93 -0
- package/build/rn/Countdown.js +89 -0
- package/build/rn/DatePicker.js +77 -0
- package/build/rn/Disclaimer.js +20 -0
- package/build/rn/Divider.js +34 -0
- package/build/rn/ExpandCollapse.js +18 -0
- package/build/rn/ExpandCollapseControl.js +69 -0
- package/build/rn/ExpandCollapseMini.js +10 -0
- package/build/rn/ExpandCollapseMiniControl.js +74 -0
- package/build/rn/ExpandCollapsePanel.js +55 -0
- package/build/rn/Feedback.js +67 -0
- package/build/rn/Fieldset.js +26 -0
- package/build/rn/Footnote.js +83 -0
- package/build/rn/FootnoteLink.js +21 -0
- package/build/rn/HorizontalScrollButton.js +64 -0
- package/build/rn/Icon.js +53 -0
- package/build/rn/IconButton.js +257 -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 +159 -0
- package/build/rn/List.js +74 -0
- package/build/rn/Listbox.js +249 -0
- package/build/rn/Modal.js +147 -0
- package/build/rn/MultiSelectFilter.js +62 -0
- package/build/rn/NavigationBar.js +144 -0
- package/build/rn/Notification.js +120 -0
- package/build/rn/OrderedList.js +58 -0
- package/build/rn/Pagination.js +44 -0
- package/build/rn/PaginationPageButton.js +91 -0
- package/build/rn/PaginationSideButton.js +127 -0
- package/build/rn/PreviewCard.js +68 -0
- package/build/rn/PriceLockup.js +104 -0
- package/build/rn/Progress.js +20 -0
- package/build/rn/ProgressBar.js +36 -0
- package/build/rn/QuantitySelector.js +47 -0
- package/build/rn/QuantitySelectorSideButton.js +102 -0
- package/build/rn/QuickLinks.js +32 -0
- package/build/rn/QuickLinksButton.js +75 -0
- package/build/rn/QuickLinksCard.js +26 -0
- package/build/rn/QuickLinksFeature.js +14 -0
- package/build/rn/QuickLinksFeatureItem.js +80 -0
- package/build/rn/QuickLinksList.js +64 -0
- package/build/rn/Radio.js +113 -0
- package/build/rn/RadioCard.js +168 -0
- package/build/rn/RadioCardGroup.js +41 -0
- package/build/rn/RadioGroup.js +24 -0
- package/build/rn/Ribbon.js +62 -0
- package/build/rn/Search.js +69 -0
- package/build/rn/SearchButton.js +96 -0
- package/build/rn/Select.js +101 -0
- package/build/rn/SideNav.js +14 -0
- package/build/rn/SideNavItem.js +107 -0
- package/build/rn/SideNavItemsGroup.js +40 -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 +26 -0
- package/build/rn/SplashButtonWithDetails.js +43 -0
- package/build/rn/StackView.js +20 -0
- package/build/rn/StepTracker.js +98 -0
- package/build/rn/StoryCard.js +69 -0
- package/build/rn/Table.js +153 -0
- package/build/rn/Tabs.js +29 -0
- package/build/rn/TabsItem.js +135 -0
- package/build/rn/Tags.js +27 -0
- package/build/rn/TagsItem.js +159 -0
- package/build/rn/TermsAndConditions.js +85 -0
- package/build/rn/Testimonial.js +58 -0
- package/build/rn/TextArea.js +10 -0
- package/build/rn/TextInput.js +131 -0
- package/build/rn/Timeline.js +58 -0
- package/build/rn/Toast.js +43 -0
- package/build/rn/ToggleSwitch.js +176 -0
- package/build/rn/ToggleSwitchGroup.js +28 -0
- package/build/rn/Tooltip.js +42 -0
- package/build/rn/TooltipButton.js +87 -0
- package/build/rn/Typography.js +231 -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 +78 -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 +162 -135
- package/build/rn/spacingScale.js +68 -0
- package/build/rn/theme.js +53 -18
- package/build/web/ActivityIndicator.js +20 -0
- package/build/web/Badge.js +99 -0
- package/build/web/BlockQuote.js +55 -0
- package/build/web/Box.js +108 -0
- package/build/web/Breadcrumbs.js +34 -0
- package/build/web/Button.js +253 -0
- package/build/web/ButtonDropdown.js +102 -0
- package/build/web/ButtonGroup.js +40 -0
- package/build/web/ButtonGroupItem.js +86 -0
- package/build/web/Callout.js +32 -0
- package/build/web/Card.js +148 -0
- package/build/web/Carousel.js +36 -0
- package/build/web/CarouselTabsPanelItem.js +99 -0
- package/build/web/CarouselThumbnail.js +45 -0
- package/build/web/Checkbox.js +64 -0
- package/build/web/CheckboxCard.js +132 -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 +89 -0
- package/build/web/DatePicker.js +77 -0
- package/build/web/Disclaimer.js +20 -0
- package/build/web/Divider.js +34 -0
- package/build/web/ExpandCollapse.js +18 -0
- package/build/web/ExpandCollapseControl.js +69 -0
- package/build/web/ExpandCollapseMini.js +10 -0
- package/build/web/ExpandCollapseMiniControl.js +74 -0
- package/build/web/ExpandCollapsePanel.js +55 -0
- package/build/web/Feedback.js +67 -0
- package/build/web/Fieldset.js +26 -0
- package/build/web/Footnote.js +83 -0
- package/build/web/FootnoteLink.js +21 -0
- package/build/web/HorizontalScrollButton.js +44 -0
- package/build/web/Icon.js +53 -0
- package/build/web/IconButton.js +208 -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 +95 -0
- package/build/web/List.js +74 -0
- package/build/web/Listbox.js +146 -0
- package/build/web/Modal.js +147 -0
- package/build/web/MultiSelectFilter.js +62 -0
- package/build/web/NavigationBar.js +101 -0
- package/build/web/Notification.js +120 -0
- package/build/web/OrderedList.js +58 -0
- package/build/web/Pagination.js +44 -0
- package/build/web/PaginationPageButton.js +66 -0
- package/build/web/PaginationSideButton.js +93 -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 +36 -0
- package/build/web/QuantitySelector.js +47 -0
- package/build/web/QuantitySelectorSideButton.js +102 -0
- package/build/web/QuickLinks.js +32 -0
- package/build/web/QuickLinksButton.js +57 -0
- package/build/web/QuickLinksCard.js +26 -0
- package/build/web/QuickLinksFeature.js +14 -0
- package/build/web/QuickLinksFeatureItem.js +52 -0
- package/build/web/QuickLinksList.js +50 -0
- package/build/web/Radio.js +92 -0
- package/build/web/RadioCard.js +132 -0
- package/build/web/RadioCardGroup.js +41 -0
- package/build/web/RadioGroup.js +24 -0
- package/build/web/Ribbon.js +62 -0
- package/build/web/Search.js +62 -0
- package/build/web/SearchButton.js +67 -0
- package/build/web/Select.js +87 -0
- package/build/web/SideNav.js +14 -0
- package/build/web/SideNavItem.js +89 -0
- package/build/web/SideNavItemsGroup.js +40 -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 +98 -0
- package/build/web/StoryCard.js +46 -0
- package/build/web/Table.js +153 -0
- package/build/web/Tabs.js +29 -0
- package/build/web/TabsItem.js +87 -0
- package/build/web/Tags.js +27 -0
- package/build/web/TagsItem.js +103 -0
- package/build/web/TermsAndConditions.js +85 -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 +114 -0
- package/build/web/ToggleSwitchGroup.js +28 -0
- package/build/web/Tooltip.js +42 -0
- package/build/web/TooltipButton.js +55 -0
- package/build/web/Typography.js +231 -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 +54 -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 +19936 -0
- package/build/web/spacingScale.js +68 -0
- package/build/web/theme.js +5825 -0
- package/package.json +2 -2
- package/theme.json +51 -13
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
bold: {
|
|
12
|
+
description: 'Sets the font weight, to bold on some body text styles. Does not change accessibility properties.',
|
|
13
|
+
type: 'variant',
|
|
14
|
+
values: [ true ]
|
|
15
|
+
},
|
|
16
|
+
colour: {
|
|
17
|
+
type: 'variant',
|
|
18
|
+
values: [
|
|
19
|
+
'default', 'brand',
|
|
20
|
+
'dark', 'light',
|
|
21
|
+
'positive', 'warning',
|
|
22
|
+
'danger', 'black',
|
|
23
|
+
'white', 'brand2',
|
|
24
|
+
'brand3', 'alternative1',
|
|
25
|
+
'alternative2', 'alternative3'
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
compact: {
|
|
29
|
+
description: 'Reduces line height on some body text styles. For data-rich content, not for flow content',
|
|
30
|
+
type: 'variant',
|
|
31
|
+
values: [ true ]
|
|
32
|
+
},
|
|
33
|
+
inverse: {
|
|
34
|
+
description: 'Styles the link white for use on dark backgrounds.',
|
|
35
|
+
type: 'variant',
|
|
36
|
+
values: [ true ]
|
|
37
|
+
},
|
|
38
|
+
size: {
|
|
39
|
+
type: 'variant',
|
|
40
|
+
values: [
|
|
41
|
+
'micro', 'small',
|
|
42
|
+
'medium', 'large',
|
|
43
|
+
'eyebrow', 'h1',
|
|
44
|
+
'h2', 'h3',
|
|
45
|
+
'h4', 'h5',
|
|
46
|
+
'h6', 'display1',
|
|
47
|
+
'display2'
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
viewport: {
|
|
51
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
52
|
+
type: 'state',
|
|
53
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
54
|
+
},
|
|
55
|
+
weight: {
|
|
56
|
+
description: 'Sets the font weight, default is regular 400 weight. Does not change accessibility properties.',
|
|
57
|
+
type: 'variant',
|
|
58
|
+
values: [ 'semibold', 'bold' ]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
rules: [
|
|
62
|
+
{
|
|
63
|
+
if: { weight: 'semibold' },
|
|
64
|
+
tokens: { fontName: 'StagSans', fontWeight: '600' }
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
if: { weight: 'bold' },
|
|
68
|
+
tokens: { fontName: 'StagSans', fontWeight: '700' }
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
description: 'Please only bold single words while using with headings',
|
|
72
|
+
if: { bold: true },
|
|
73
|
+
tokens: { fontName: 'StagSans', fontWeight: '600' }
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
if: { size: 'large' },
|
|
77
|
+
tokens: { fontSize: 20, lineHeight: 1.4 }
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
if: { size: 'eyebrow' },
|
|
81
|
+
tokens: {
|
|
82
|
+
color: '#000000',
|
|
83
|
+
fontName: 'StagSans',
|
|
84
|
+
fontSize: 14,
|
|
85
|
+
fontWeight: '600',
|
|
86
|
+
lineHeight: 1.42857142857,
|
|
87
|
+
textTransform: 'uppercase'
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
if: { compact: true, size: 'large' },
|
|
92
|
+
tokens: { lineHeight: 1.2 }
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
if: { size: 'medium' },
|
|
96
|
+
tokens: { fontSize: 16, lineHeight: 1.5 }
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
if: { compact: true, size: 'medium' },
|
|
100
|
+
tokens: { lineHeight: 1.25 }
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
if: { size: 'small' },
|
|
104
|
+
tokens: { fontSize: 14, lineHeight: 1.42857142857 }
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
if: { compact: true, size: 'small' },
|
|
108
|
+
tokens: { lineHeight: 1.14285714286 }
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
if: { size: 'micro' },
|
|
112
|
+
tokens: { fontSize: 12, lineHeight: 1.33333333333 }
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
if: { compact: true, size: 'micro' },
|
|
116
|
+
tokens: { lineHeight: 1.33333333333 }
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
if: { size: 'display1' },
|
|
120
|
+
tokens: {
|
|
121
|
+
fontName: 'StagSans',
|
|
122
|
+
fontSize: 44,
|
|
123
|
+
fontWeight: '700',
|
|
124
|
+
lineHeight: 1.22222222222
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
if: { size: 'display1', viewport: [ 'lg', 'xl' ] },
|
|
129
|
+
tokens: { fontSize: 70, lineHeight: 1.2 }
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
if: { size: 'display2' },
|
|
133
|
+
tokens: {
|
|
134
|
+
fontName: 'StagSans',
|
|
135
|
+
fontSize: 36,
|
|
136
|
+
fontWeight: '700',
|
|
137
|
+
lineHeight: 1.22222222222
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
if: { size: 'display2', viewport: [ 'lg', 'xl' ] },
|
|
142
|
+
tokens: { fontSize: 54, lineHeight: 1.14285714286 }
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
if: { size: 'h1' },
|
|
146
|
+
tokens: {
|
|
147
|
+
fontName: 'StagSans',
|
|
148
|
+
fontSize: 34,
|
|
149
|
+
fontWeight: '700',
|
|
150
|
+
lineHeight: 1.22222222222
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
if: { size: 'h1', viewport: [ 'lg', 'xl' ] },
|
|
155
|
+
tokens: { fontSize: 44, lineHeight: 1.22222222222 }
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
if: { size: 'h2' },
|
|
159
|
+
tokens: {
|
|
160
|
+
color: '#000000',
|
|
161
|
+
fontName: 'StagSans',
|
|
162
|
+
fontSize: 32,
|
|
163
|
+
fontWeight: '700',
|
|
164
|
+
lineHeight: 1.25
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
if: { size: 'h3' },
|
|
169
|
+
tokens: {
|
|
170
|
+
fontName: 'StagSans',
|
|
171
|
+
fontSize: 24,
|
|
172
|
+
fontWeight: '700',
|
|
173
|
+
lineHeight: 1.33333333333
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
if: { size: 'h4' },
|
|
178
|
+
tokens: {
|
|
179
|
+
fontName: 'StagSans',
|
|
180
|
+
fontSize: 20,
|
|
181
|
+
fontWeight: '700',
|
|
182
|
+
lineHeight: 1.2
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
if: { size: 'h5' },
|
|
187
|
+
tokens: {
|
|
188
|
+
fontName: 'StagSans',
|
|
189
|
+
fontSize: 18,
|
|
190
|
+
fontWeight: '700',
|
|
191
|
+
lineHeight: 1.22222222222
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
if: { size: 'h6' },
|
|
196
|
+
tokens: {
|
|
197
|
+
fontName: 'StagSans',
|
|
198
|
+
fontSize: 16,
|
|
199
|
+
fontWeight: '700',
|
|
200
|
+
lineHeight: 1.25
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{ if: { inverse: true }, tokens: { color: '#ffffff' } },
|
|
204
|
+
{ if: { colour: 'default' }, tokens: { color: '#000000' } },
|
|
205
|
+
{ if: { colour: 'brand' }, tokens: { color: '#ff0076' } },
|
|
206
|
+
{ if: { colour: 'dark' }, tokens: { color: '#595959' } },
|
|
207
|
+
{ if: { colour: 'light' }, tokens: { color: '#666666' } },
|
|
208
|
+
{ if: { colour: 'positive' }, tokens: { color: '#1c7b2b' } },
|
|
209
|
+
{ if: { colour: 'warning' }, tokens: { color: '#c9370b' } },
|
|
210
|
+
{ if: { colour: 'danger' }, tokens: { color: '#c9370b' } },
|
|
211
|
+
{ if: { colour: 'black' }, tokens: { color: '#000000' } },
|
|
212
|
+
{ if: { colour: 'white' }, tokens: { color: '#ffffff' } },
|
|
213
|
+
{ if: { colour: 'brand2' }, tokens: { color: '#7a3dfc' } },
|
|
214
|
+
{ if: { colour: 'brand3' }, tokens: { color: '#5b2bc2' } },
|
|
215
|
+
{ if: { colour: 'alternative1' }, tokens: { color: '#404040' } },
|
|
216
|
+
{ if: { colour: 'alternative2' }, tokens: { color: '#dd0066' } },
|
|
217
|
+
{ if: { colour: 'alternative3' }, tokens: { color: '#1c7b2b' } }
|
|
218
|
+
],
|
|
219
|
+
tokens: {
|
|
220
|
+
color: '#000000',
|
|
221
|
+
fontName: 'StagSans',
|
|
222
|
+
fontScaleCap: 64,
|
|
223
|
+
fontSize: 16,
|
|
224
|
+
fontWeight: '400',
|
|
225
|
+
letterSpacing: 0,
|
|
226
|
+
lineHeight: 1.5,
|
|
227
|
+
superScriptFontSize: null,
|
|
228
|
+
textTransform: 'none'
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
export default theme
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconPause from '@telus-uds/palette-koodo/build/rn/icons/Pause'
|
|
9
|
+
import PaletteIconPlaySolid from '@telus-uds/palette-koodo/build/rn/icons/PlaySolid'
|
|
10
|
+
import PaletteIconReplay from '@telus-uds/palette-koodo/build/rn/icons/Replay'
|
|
11
|
+
const theme = {
|
|
12
|
+
appearances: {},
|
|
13
|
+
rules: [],
|
|
14
|
+
tokens: {
|
|
15
|
+
borderColor: '#000000',
|
|
16
|
+
pauseIcon: PaletteIconPause,
|
|
17
|
+
playIcon: PaletteIconPlaySolid,
|
|
18
|
+
replayIcon: PaletteIconReplay
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
export default theme
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconClosedCaptions from '@telus-uds/palette-koodo/build/rn/icons/ClosedCaptions'
|
|
9
|
+
import PaletteIconFullscreenExpand from '@telus-uds/palette-koodo/build/rn/icons/FullscreenExpand'
|
|
10
|
+
import PaletteIconFullscreenMinimize from '@telus-uds/palette-koodo/build/rn/icons/FullscreenMinimize'
|
|
11
|
+
import PaletteIconSettingsSolid from '@telus-uds/palette-koodo/build/rn/icons/SettingsSolid'
|
|
12
|
+
const theme = {
|
|
13
|
+
appearances: {
|
|
14
|
+
viewport: {
|
|
15
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
16
|
+
type: 'state',
|
|
17
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
rules: [
|
|
21
|
+
{
|
|
22
|
+
if: { viewport: [ 'xs', 'sm' ] },
|
|
23
|
+
tokens: {
|
|
24
|
+
height: 40,
|
|
25
|
+
paddingBottom: 8,
|
|
26
|
+
paddingLeft: 16,
|
|
27
|
+
paddingRight: 16,
|
|
28
|
+
paddingTop: 8
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
tokens: {
|
|
33
|
+
captionsIcon: PaletteIconClosedCaptions,
|
|
34
|
+
height: 56,
|
|
35
|
+
maximizeIcon: PaletteIconFullscreenExpand,
|
|
36
|
+
menuBottom: 64,
|
|
37
|
+
menuMarginLeft: 16,
|
|
38
|
+
menuRight: 32,
|
|
39
|
+
minimizeIcon: PaletteIconFullscreenMinimize,
|
|
40
|
+
paddingBottom: 16,
|
|
41
|
+
paddingLeft: 48,
|
|
42
|
+
paddingRight: 48,
|
|
43
|
+
paddingTop: 16,
|
|
44
|
+
settingsIcon: PaletteIconSettingsSolid
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
export default theme
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconCheck from '@telus-uds/palette-koodo/build/rn/icons/Check'
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {},
|
|
11
|
+
rules: [],
|
|
12
|
+
tokens: {
|
|
13
|
+
background: '#000000',
|
|
14
|
+
checkMarkFocusColor: '#016b6a',
|
|
15
|
+
checkMarkHeight: 24,
|
|
16
|
+
checkMarkHoverColor: '#016b6a',
|
|
17
|
+
checkMarkIcon: PaletteIconCheck,
|
|
18
|
+
checkMarkSelectedColor: '#000000',
|
|
19
|
+
checkMarkUnselectedColor: 'rgba(0, 0, 0, 0)',
|
|
20
|
+
checkMarkWidth: 24,
|
|
21
|
+
padding: 16
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export default theme
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {},
|
|
11
|
+
rules: [],
|
|
12
|
+
tokens: {
|
|
13
|
+
background: '#000000',
|
|
14
|
+
height: 64,
|
|
15
|
+
iconColor: '#ffffff',
|
|
16
|
+
width: 64
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export default theme
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {},
|
|
11
|
+
rules: [],
|
|
12
|
+
tokens: {
|
|
13
|
+
framedContainerBackgroundColor: '#fafafa',
|
|
14
|
+
framedContainerBorderColor: '#c9c8c8',
|
|
15
|
+
framedContainerBorderRadius: 4,
|
|
16
|
+
framedContainerBorderWidth: 1,
|
|
17
|
+
framedContainerPadding: 24,
|
|
18
|
+
framedMaxHeight: 640,
|
|
19
|
+
stackViewDividerColor: '#c9c8c8'
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
export default theme
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconArrowRight from '@telus-uds/palette-koodo/build/rn/icons/ArrowRight'
|
|
9
|
+
import PaletteIconArrowLeft from '@telus-uds/palette-koodo/build/rn/icons/ArrowLeft'
|
|
10
|
+
const theme = {
|
|
11
|
+
appearances: {},
|
|
12
|
+
rules: [],
|
|
13
|
+
tokens: {
|
|
14
|
+
nextIcon: PaletteIconArrowRight,
|
|
15
|
+
previousIcon: PaletteIconArrowLeft
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
export default theme
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
pressed: {
|
|
12
|
+
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.',
|
|
13
|
+
type: 'state',
|
|
14
|
+
values: [ true, false ]
|
|
15
|
+
},
|
|
16
|
+
selected: {
|
|
17
|
+
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`.',
|
|
18
|
+
type: 'state',
|
|
19
|
+
values: [ true ]
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
rules: [
|
|
23
|
+
{
|
|
24
|
+
if: { pressed: true },
|
|
25
|
+
tokens: {
|
|
26
|
+
borderColor: '#595959',
|
|
27
|
+
borderWidth: 3,
|
|
28
|
+
outerBorderColor: 'rgba(0, 0, 0, 0)'
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
if: { selected: true },
|
|
33
|
+
tokens: { borderColor: '#7a3dfc', titleColor: '#7a3dfc' }
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
tokens: {
|
|
37
|
+
borderColor: '#c9c8c8',
|
|
38
|
+
borderRadius: 4,
|
|
39
|
+
borderWidth: 2,
|
|
40
|
+
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
41
|
+
outerBorderGap: 2,
|
|
42
|
+
outerBorderRadius: 8,
|
|
43
|
+
outerBorderWidth: 2,
|
|
44
|
+
pressableBorderTopColor: '#c9c8c8',
|
|
45
|
+
pressableBorderTopWidth: 1,
|
|
46
|
+
pressablePaddingBottom: 16,
|
|
47
|
+
pressablePaddingHorizontal: 24,
|
|
48
|
+
pressablePaddingVertical: 16,
|
|
49
|
+
splashButtonRadius: 4,
|
|
50
|
+
subTitleColor: '#595959',
|
|
51
|
+
titleColor: '#000000'
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
export default theme
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {},
|
|
11
|
+
rules: [],
|
|
12
|
+
tokens: {
|
|
13
|
+
rangeBackground: 'rgba(0, 0, 0, 0)',
|
|
14
|
+
thumbBackground: '#ffffff',
|
|
15
|
+
thumbHeight: 8,
|
|
16
|
+
thumbWidth: 8,
|
|
17
|
+
timestampMarginLeft: 8,
|
|
18
|
+
timestampMarginRight: 8,
|
|
19
|
+
trackGradientEnd: '#7a3dfc',
|
|
20
|
+
trackGradientStart: '#7a3dfc'
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export default theme
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import PaletteIconMuted from '@telus-uds/palette-koodo/build/rn/icons/Muted'
|
|
9
|
+
import PaletteIconUnmuted from '@telus-uds/palette-koodo/build/rn/icons/Unmuted'
|
|
10
|
+
const theme = {
|
|
11
|
+
appearances: {},
|
|
12
|
+
rules: [],
|
|
13
|
+
tokens: {
|
|
14
|
+
marginLeft: 16,
|
|
15
|
+
marginRight: 16,
|
|
16
|
+
mutedIcon: PaletteIconMuted,
|
|
17
|
+
rangeBackground: 'rgba(0, 0, 0, 0)',
|
|
18
|
+
thumbBackground: '#ffffff',
|
|
19
|
+
thumbHeight: 8,
|
|
20
|
+
thumbWidth: 8,
|
|
21
|
+
trackGradientEnd: '#ffffff',
|
|
22
|
+
trackGradientStart: '#ffffff',
|
|
23
|
+
unmutedIcon: PaletteIconUnmuted
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export default theme
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Mon, 08 Jan 2024 20:06:25 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
|
+
{ if: { viewport: [ 'xs' ] }, tokens: { rowSize: 2 } },
|
|
19
|
+
{ if: { viewport: [ 'sm', 'md' ] }, tokens: { rowSize: 3 } },
|
|
20
|
+
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { rowSize: 6 } }
|
|
21
|
+
],
|
|
22
|
+
tokens: {
|
|
23
|
+
itemBorderColor: '#c9c8c8',
|
|
24
|
+
itemPadding: 16,
|
|
25
|
+
rowBorderWidth: 1,
|
|
26
|
+
rowSize: 6
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
export default theme
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
export { default as ActivityIndicator } from './ActivityIndicator'
|
|
2
|
+
export { default as Badge } from './Badge'
|
|
3
|
+
export { default as BlockQuote } from './BlockQuote'
|
|
4
|
+
export { default as Box } from './Box'
|
|
5
|
+
export { default as Breadcrumbs } from './Breadcrumbs'
|
|
6
|
+
export { default as Button } from './Button'
|
|
7
|
+
export { default as ButtonDropdown } from './ButtonDropdown'
|
|
8
|
+
export { default as ButtonGroup } from './ButtonGroup'
|
|
9
|
+
export { default as ButtonGroupItem } from './ButtonGroupItem'
|
|
10
|
+
export { default as Callout } from './Callout'
|
|
11
|
+
export { default as Card } from './Card'
|
|
12
|
+
export { default as Carousel } from './Carousel'
|
|
13
|
+
export { default as CarouselTabsPanelItem } from './CarouselTabsPanelItem'
|
|
14
|
+
export { default as CarouselThumbnail } from './CarouselThumbnail'
|
|
15
|
+
export { default as Checkbox } from './Checkbox'
|
|
16
|
+
export { default as CheckboxCard } from './CheckboxCard'
|
|
17
|
+
export { default as CheckboxCardGroup } from './CheckboxCardGroup'
|
|
18
|
+
export { default as CheckboxGroup } from './CheckboxGroup'
|
|
19
|
+
export { default as ChevronLink } from './ChevronLink'
|
|
20
|
+
export { default as ColourToggle } from './ColourToggle'
|
|
21
|
+
export { default as Countdown } from './Countdown'
|
|
22
|
+
export { default as DatePicker } from './DatePicker'
|
|
23
|
+
export { default as Disclaimer } from './Disclaimer'
|
|
24
|
+
export { default as Divider } from './Divider'
|
|
25
|
+
export { default as ExpandCollapse } from './ExpandCollapse'
|
|
26
|
+
export { default as ExpandCollapseControl } from './ExpandCollapseControl'
|
|
27
|
+
export { default as ExpandCollapseMini } from './ExpandCollapseMini'
|
|
28
|
+
export { default as ExpandCollapseMiniControl } from './ExpandCollapseMiniControl'
|
|
29
|
+
export { default as ExpandCollapsePanel } from './ExpandCollapsePanel'
|
|
30
|
+
export { default as Feedback } from './Feedback'
|
|
31
|
+
export { default as Fieldset } from './Fieldset'
|
|
32
|
+
export { default as Footnote } from './Footnote'
|
|
33
|
+
export { default as FootnoteLink } from './FootnoteLink'
|
|
34
|
+
export { default as HorizontalScrollButton } from './HorizontalScrollButton'
|
|
35
|
+
export { default as Icon } from './Icon'
|
|
36
|
+
export { default as IconButton } from './IconButton'
|
|
37
|
+
export { default as Image } from './Image'
|
|
38
|
+
export { default as InputLabel } from './InputLabel'
|
|
39
|
+
export { default as InputSupports } from './InputSupports'
|
|
40
|
+
export { default as Link } from './Link'
|
|
41
|
+
export { default as List } from './List'
|
|
42
|
+
export { default as Listbox } from './Listbox'
|
|
43
|
+
export { default as Modal } from './Modal'
|
|
44
|
+
export { default as MultiSelectFilter } from './MultiSelectFilter'
|
|
45
|
+
export { default as NavigationBar } from './NavigationBar'
|
|
46
|
+
export { default as Notification } from './Notification'
|
|
47
|
+
export { default as OrderedList } from './OrderedList'
|
|
48
|
+
export { default as Pagination } from './Pagination'
|
|
49
|
+
export { default as PaginationPageButton } from './PaginationPageButton'
|
|
50
|
+
export { default as PaginationSideButton } from './PaginationSideButton'
|
|
51
|
+
export { default as PreviewCard } from './PreviewCard'
|
|
52
|
+
export { default as PriceLockup } from './PriceLockup'
|
|
53
|
+
export { default as Progress } from './Progress'
|
|
54
|
+
export { default as ProgressBar } from './ProgressBar'
|
|
55
|
+
export { default as QuantitySelector } from './QuantitySelector'
|
|
56
|
+
export { default as QuantitySelectorSideButton } from './QuantitySelectorSideButton'
|
|
57
|
+
export { default as QuickLinks } from './QuickLinks'
|
|
58
|
+
export { default as QuickLinksButton } from './QuickLinksButton'
|
|
59
|
+
export { default as QuickLinksCard } from './QuickLinksCard'
|
|
60
|
+
export { default as QuickLinksFeature } from './QuickLinksFeature'
|
|
61
|
+
export { default as QuickLinksFeatureItem } from './QuickLinksFeatureItem'
|
|
62
|
+
export { default as QuickLinksList } from './QuickLinksList'
|
|
63
|
+
export { default as Radio } from './Radio'
|
|
64
|
+
export { default as RadioCard } from './RadioCard'
|
|
65
|
+
export { default as RadioCardGroup } from './RadioCardGroup'
|
|
66
|
+
export { default as RadioGroup } from './RadioGroup'
|
|
67
|
+
export { default as Ribbon } from './Ribbon'
|
|
68
|
+
export { default as Search } from './Search'
|
|
69
|
+
export { default as SearchButton } from './SearchButton'
|
|
70
|
+
export { default as Select } from './Select'
|
|
71
|
+
export { default as SideNav } from './SideNav'
|
|
72
|
+
export { default as SideNavItem } from './SideNavItem'
|
|
73
|
+
export { default as SideNavItemsGroup } from './SideNavItemsGroup'
|
|
74
|
+
export { default as Skeleton } from './Skeleton'
|
|
75
|
+
export { default as SkipLink } from './SkipLink'
|
|
76
|
+
export { default as Spinner } from './Spinner'
|
|
77
|
+
export { default as SplashButton } from './SplashButton'
|
|
78
|
+
export { default as SplashButtonWithDetails } from './SplashButtonWithDetails'
|
|
79
|
+
export { default as StackView } from './StackView'
|
|
80
|
+
export { default as StepTracker } from './StepTracker'
|
|
81
|
+
export { default as StoryCard } from './StoryCard'
|
|
82
|
+
export { default as Table } from './Table'
|
|
83
|
+
export { default as Tabs } from './Tabs'
|
|
84
|
+
export { default as TabsItem } from './TabsItem'
|
|
85
|
+
export { default as Tags } from './Tags'
|
|
86
|
+
export { default as TagsItem } from './TagsItem'
|
|
87
|
+
export { default as TermsAndConditions } from './TermsAndConditions'
|
|
88
|
+
export { default as Testimonial } from './Testimonial'
|
|
89
|
+
export { default as TextArea } from './TextArea'
|
|
90
|
+
export { default as TextInput } from './TextInput'
|
|
91
|
+
export { default as Timeline } from './Timeline'
|
|
92
|
+
export { default as Toast } from './Toast'
|
|
93
|
+
export { default as ToggleSwitch } from './ToggleSwitch'
|
|
94
|
+
export { default as ToggleSwitchGroup } from './ToggleSwitchGroup'
|
|
95
|
+
export { default as Tooltip } from './Tooltip'
|
|
96
|
+
export { default as TooltipButton } from './TooltipButton'
|
|
97
|
+
export { default as Typography } from './Typography'
|
|
98
|
+
export { default as Video } from './Video'
|
|
99
|
+
export { default as VideoButton } from './VideoButton'
|
|
100
|
+
export { default as VideoControlBar } from './VideoControlBar'
|
|
101
|
+
export { default as VideoMenu } from './VideoMenu'
|
|
102
|
+
export { default as VideoMiddleControlButton } from './VideoMiddleControlButton'
|
|
103
|
+
export { default as VideoPicker } from './VideoPicker'
|
|
104
|
+
export { default as VideoPickerSlider } from './VideoPickerSlider'
|
|
105
|
+
export { default as VideoPickerThumbnail } from './VideoPickerThumbnail'
|
|
106
|
+
export { default as VideoProgressBar } from './VideoProgressBar'
|
|
107
|
+
export { default as VideoVolumeSlider } from './VideoVolumeSlider'
|
|
108
|
+
export { default as WaffleGrid } from './WaffleGrid'
|
|
109
|
+
export { default as spacingScale } from './spacingScale'
|
|
110
|
+
export const metadata = { name: 'theme-koodo', themeTokensVersion: '2.49.0'}
|
|
111
|
+
export { default } from './theme'
|