@telus-uds/theme-koodo 5.16.2 → 5.18.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/OrderedList.json +7 -1
- package/build/android/Status.json +458 -0
- package/build/android/schema.json +880 -695
- package/build/android/theme.json +466 -2
- package/build/ios/OrderedList.json +7 -1
- package/build/ios/Status.json +458 -0
- package/build/ios/schema.json +880 -695
- package/build/ios/theme.json +466 -2
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +6 -2
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +3 -2
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +178 -0
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +880 -695
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +186 -5
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +6 -2
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +3 -2
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +178 -0
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +2 -1
- package/build/web/schema.json +880 -695
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +186 -5
- package/package.json +4 -4
- package/theme.json +289 -2
package/build/rn/spacingScale.js
CHANGED
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, 12 Aug 2024 06:24:45 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -25,6 +25,10 @@ const PaletteIconBulletFill = require('@telus-uds/palette-koodo/build/rn/icons/B
|
|
|
25
25
|
const PaletteIconTimes = require('@telus-uds/palette-koodo/build/rn/icons/Times')
|
|
26
26
|
const PaletteIconSpyglass = require('@telus-uds/palette-koodo/build/rn/icons/Spyglass')
|
|
27
27
|
const PaletteIconPlaySolid = require('@telus-uds/palette-koodo/build/rn/icons/PlaySolid')
|
|
28
|
+
const PaletteIconToolTipFilled = require('@telus-uds/palette-koodo/build/rn/icons/ToolTipFilled')
|
|
29
|
+
const PaletteIconTooltip = require('@telus-uds/palette-koodo/build/rn/icons/Tooltip')
|
|
30
|
+
const PaletteIconCheckCircledFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircledFilled')
|
|
31
|
+
const PaletteIconTagFilled = require('@telus-uds/palette-koodo/build/rn/icons/TagFilled')
|
|
28
32
|
const PaletteIconQuoteLeft = require('@telus-uds/palette-koodo/build/rn/icons/QuoteLeft')
|
|
29
33
|
const PaletteIconQuoteRightArrow = require('@telus-uds/palette-koodo/build/rn/icons/QuoteRightArrow')
|
|
30
34
|
const PaletteIconAmex = require('@telus-uds/palette-koodo/build/rn/icons/Amex')
|
|
@@ -33,7 +37,6 @@ const PaletteIconMasterCard = require('@telus-uds/palette-koodo/build/rn/icons/M
|
|
|
33
37
|
const PaletteIconEyeMasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeMasked')
|
|
34
38
|
const PaletteIconEyeUnmasked = require('@telus-uds/palette-koodo/build/rn/icons/EyeUnmasked')
|
|
35
39
|
const PaletteIconVisa = require('@telus-uds/palette-koodo/build/rn/icons/Visa')
|
|
36
|
-
const PaletteIconTooltip = require('@telus-uds/palette-koodo/build/rn/icons/Tooltip')
|
|
37
40
|
const PaletteIconTooltipSymbol = require('@telus-uds/palette-koodo/build/rn/icons/TooltipSymbol')
|
|
38
41
|
const PaletteIconReplay = require('@telus-uds/palette-koodo/build/rn/icons/Replay')
|
|
39
42
|
const PaletteIconClosedCaptions = require('@telus-uds/palette-koodo/build/rn/icons/ClosedCaptions')
|
|
@@ -2452,7 +2455,11 @@ module.exports = {
|
|
|
2452
2455
|
},
|
|
2453
2456
|
{
|
|
2454
2457
|
if: { hover: true },
|
|
2455
|
-
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)' }
|
|
2458
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)', iconPaddingTop: 8 }
|
|
2459
|
+
},
|
|
2460
|
+
{
|
|
2461
|
+
if: { expanded: true, hover: true },
|
|
2462
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)', iconPaddingTop: 0 }
|
|
2456
2463
|
},
|
|
2457
2464
|
{
|
|
2458
2465
|
if: { pressed: true },
|
|
@@ -4270,13 +4277,14 @@ module.exports = {
|
|
|
4270
4277
|
itemBulletHeight: 4,
|
|
4271
4278
|
itemBulletTextAlign: 'right',
|
|
4272
4279
|
itemBulletWidth: 4,
|
|
4273
|
-
itemColor:
|
|
4280
|
+
itemColor: null,
|
|
4274
4281
|
itemFontName: 'StagSans',
|
|
4275
4282
|
itemFontSize: 16,
|
|
4276
4283
|
itemFontWeight: '400',
|
|
4277
4284
|
itemLineHeight: 1.5,
|
|
4278
4285
|
itemMarginTop: 0,
|
|
4279
4286
|
itemPaddingTop: 0,
|
|
4287
|
+
itemTextColor: '#000000',
|
|
4280
4288
|
listGutter: 8
|
|
4281
4289
|
}
|
|
4282
4290
|
},
|
|
@@ -6008,6 +6016,179 @@ module.exports = {
|
|
|
6008
6016
|
width: null
|
|
6009
6017
|
}
|
|
6010
6018
|
},
|
|
6019
|
+
Status: {
|
|
6020
|
+
appearances: {
|
|
6021
|
+
inverse: {
|
|
6022
|
+
description: 'Inverts the status colors',
|
|
6023
|
+
type: 'variant',
|
|
6024
|
+
values: [ true ]
|
|
6025
|
+
},
|
|
6026
|
+
priority: { type: 'variant', values: [ 'default', 'low', 'high' ] },
|
|
6027
|
+
purpose: {
|
|
6028
|
+
type: 'variant',
|
|
6029
|
+
values: [
|
|
6030
|
+
'default', 'brand',
|
|
6031
|
+
'subtle', 'success',
|
|
6032
|
+
'warning', 'error',
|
|
6033
|
+
'offer'
|
|
6034
|
+
]
|
|
6035
|
+
}
|
|
6036
|
+
},
|
|
6037
|
+
rules: [
|
|
6038
|
+
{ if: { purpose: 'brand' }, tokens: { iconColor: '#000000' } },
|
|
6039
|
+
{
|
|
6040
|
+
if: { purpose: 'subtle' },
|
|
6041
|
+
tokens: { icon: PaletteIconTooltip }
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
if: { purpose: 'success' },
|
|
6045
|
+
tokens: {
|
|
6046
|
+
icon: PaletteIconCheckCircledFilled,
|
|
6047
|
+
iconColor: '#1c7b2b'
|
|
6048
|
+
}
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
if: { purpose: 'warning' },
|
|
6052
|
+
tokens: {
|
|
6053
|
+
icon: PaletteIconExclamationTriangle,
|
|
6054
|
+
iconColor: '#c9370b'
|
|
6055
|
+
}
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
if: { purpose: 'error' },
|
|
6059
|
+
tokens: {
|
|
6060
|
+
icon: PaletteIconExclamationOctagon,
|
|
6061
|
+
iconColor: '#c9370b'
|
|
6062
|
+
}
|
|
6063
|
+
},
|
|
6064
|
+
{
|
|
6065
|
+
if: { purpose: 'offer' },
|
|
6066
|
+
tokens: { icon: PaletteIconTagFilled, iconColor: '#7a3dfc' }
|
|
6067
|
+
},
|
|
6068
|
+
{
|
|
6069
|
+
if: { priority: 'low' },
|
|
6070
|
+
tokens: {
|
|
6071
|
+
borderRadius: 99,
|
|
6072
|
+
paddingBottom: 4,
|
|
6073
|
+
paddingLeft: 12,
|
|
6074
|
+
paddingRight: 12,
|
|
6075
|
+
paddingTop: 4
|
|
6076
|
+
}
|
|
6077
|
+
},
|
|
6078
|
+
{
|
|
6079
|
+
if: { priority: 'high' },
|
|
6080
|
+
tokens: {
|
|
6081
|
+
backgroundColor: '#000000',
|
|
6082
|
+
borderRadius: 99,
|
|
6083
|
+
iconColor: '#ffffff',
|
|
6084
|
+
paddingBottom: 4,
|
|
6085
|
+
paddingLeft: 12,
|
|
6086
|
+
paddingRight: 12,
|
|
6087
|
+
paddingTop: 4,
|
|
6088
|
+
textColor: '#ffffff'
|
|
6089
|
+
}
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
if: { priority: 'low', purpose: 'default' },
|
|
6093
|
+
tokens: { backgroundColor: '#efefef' }
|
|
6094
|
+
},
|
|
6095
|
+
{
|
|
6096
|
+
if: { priority: 'high', purpose: 'default' },
|
|
6097
|
+
tokens: { backgroundColor: '#000000' }
|
|
6098
|
+
},
|
|
6099
|
+
{
|
|
6100
|
+
if: { priority: 'low', purpose: 'brand' },
|
|
6101
|
+
tokens: { backgroundColor: '#efefef' }
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
if: { priority: 'high', purpose: 'brand' },
|
|
6105
|
+
tokens: { backgroundColor: '#000000' }
|
|
6106
|
+
},
|
|
6107
|
+
{
|
|
6108
|
+
if: { priority: 'low', purpose: 'subtle' },
|
|
6109
|
+
tokens: { backgroundColor: '#efefef' }
|
|
6110
|
+
},
|
|
6111
|
+
{
|
|
6112
|
+
if: { priority: 'high', purpose: 'subtle' },
|
|
6113
|
+
tokens: {
|
|
6114
|
+
backgroundColor: '#c9c8c8',
|
|
6115
|
+
iconColor: '#000000',
|
|
6116
|
+
textColor: '#000000'
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
if: { priority: 'low', purpose: 'success' },
|
|
6121
|
+
tokens: { backgroundColor: '#c5f2cc' }
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
if: { priority: 'high', purpose: 'success' },
|
|
6125
|
+
tokens: { backgroundColor: '#1c7b2b' }
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
if: { priority: 'low', purpose: 'warning' },
|
|
6129
|
+
tokens: { backgroundColor: '#fff5d2' }
|
|
6130
|
+
},
|
|
6131
|
+
{
|
|
6132
|
+
if: { priority: 'high', purpose: 'warning' },
|
|
6133
|
+
tokens: { backgroundColor: '#c9370b' }
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
if: { priority: 'low', purpose: 'error' },
|
|
6137
|
+
tokens: { backgroundColor: '#fcd3c6' }
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
if: { priority: 'high', purpose: 'error' },
|
|
6141
|
+
tokens: { backgroundColor: '#c9370b' }
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
if: { priority: 'low', purpose: 'offer' },
|
|
6145
|
+
tokens: { backgroundColor: '#e0d8fc' }
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
if: { priority: 'high', purpose: 'offer' },
|
|
6149
|
+
tokens: { backgroundColor: '#7a3dfc' }
|
|
6150
|
+
},
|
|
6151
|
+
{
|
|
6152
|
+
if: { inverse: true },
|
|
6153
|
+
tokens: {
|
|
6154
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6155
|
+
iconColor: '#ffffff',
|
|
6156
|
+
textColor: '#ffffff'
|
|
6157
|
+
}
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
if: { inverse: true, priority: 'low' },
|
|
6161
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0)' }
|
|
6162
|
+
},
|
|
6163
|
+
{
|
|
6164
|
+
if: { inverse: true, priority: 'high' },
|
|
6165
|
+
tokens: {
|
|
6166
|
+
backgroundColor: '#ffffff',
|
|
6167
|
+
iconColor: '#000000',
|
|
6168
|
+
textColor: '#000000'
|
|
6169
|
+
}
|
|
6170
|
+
}
|
|
6171
|
+
],
|
|
6172
|
+
tokens: {
|
|
6173
|
+
backgroundColor: null,
|
|
6174
|
+
backgroundGradient: null,
|
|
6175
|
+
borderColor: null,
|
|
6176
|
+
borderRadius: null,
|
|
6177
|
+
borderWidth: null,
|
|
6178
|
+
fontName: 'StagSans',
|
|
6179
|
+
fontSize: 16,
|
|
6180
|
+
fontWeight: '400',
|
|
6181
|
+
icon: PaletteIconToolTipFilled,
|
|
6182
|
+
iconColor: '#000000',
|
|
6183
|
+
iconGradient: null,
|
|
6184
|
+
paddingBottom: 0,
|
|
6185
|
+
paddingLeft: 0,
|
|
6186
|
+
paddingRight: 0,
|
|
6187
|
+
paddingTop: 0,
|
|
6188
|
+
textColor: '#000000',
|
|
6189
|
+
textLineHeight: 1.14285714286
|
|
6190
|
+
}
|
|
6191
|
+
},
|
|
6011
6192
|
StepTracker: {
|
|
6012
6193
|
appearances: {
|
|
6013
6194
|
inverse: {
|
|
@@ -7807,5 +7988,5 @@ module.exports = {
|
|
|
7807
7988
|
tokens: { size: 96 }
|
|
7808
7989
|
}
|
|
7809
7990
|
},
|
|
7810
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
7991
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.61.0' }
|
|
7811
7992
|
}
|
package/build/web/ActionCard.js
CHANGED
package/build/web/Badge.js
CHANGED
package/build/web/BlockQuote.js
CHANGED
package/build/web/Box.js
CHANGED
package/build/web/Breadcrumbs.js
CHANGED
package/build/web/Button.js
CHANGED
package/build/web/ButtonGroup.js
CHANGED
package/build/web/Callout.js
CHANGED
package/build/web/Card.js
CHANGED
package/build/web/CardGroup.js
CHANGED
package/build/web/Carousel.js
CHANGED
package/build/web/Checkbox.js
CHANGED
package/build/web/ChevronLink.js
CHANGED
package/build/web/Countdown.js
CHANGED
package/build/web/DatePicker.js
CHANGED
package/build/web/Disclaimer.js
CHANGED
package/build/web/Divider.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Mon, 12 Aug 2024 06:25:09 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -82,7 +82,11 @@ const theme = {
|
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
84
|
if: { hover: true },
|
|
85
|
-
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)' }
|
|
85
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)', iconPaddingTop: 8 }
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
if: { expanded: true, hover: true },
|
|
89
|
+
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)', iconPaddingTop: 0 }
|
|
86
90
|
},
|
|
87
91
|
{
|
|
88
92
|
if: { pressed: true },
|
package/build/web/Feedback.js
CHANGED
package/build/web/Fieldset.js
CHANGED
package/build/web/Footnote.js
CHANGED
package/build/web/Icon.js
CHANGED
package/build/web/IconButton.js
CHANGED