@telus-uds/theme-koodo 7.21.0 → 7.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/Card.json +3 -3
- package/build/android/Checkbox.json +10 -3
- package/build/android/PriceLockup.json +29 -0
- package/build/android/QuantitySelector.json +28 -2
- package/build/android/QuantitySelectorSideButton.json +43 -19
- package/build/android/QuickLinksButton.json +1 -1
- package/build/android/schema.json +214 -158
- package/build/android/theme.json +115 -29
- package/build/ios/Card.json +3 -3
- package/build/ios/Checkbox.json +10 -3
- package/build/ios/PriceLockup.json +29 -0
- package/build/ios/QuantitySelector.json +28 -2
- package/build/ios/QuantitySelectorSideButton.json +43 -19
- package/build/ios/QuickLinksButton.json +1 -1
- package/build/ios/schema.json +214 -158
- package/build/ios/theme.json +115 -29
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.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 +28 -7
- 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 +11 -4
- 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/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- 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/FileUpload.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 +1 -1
- 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 +10 -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 +17 -3
- package/build/rn/QuantitySelectorSideButton.js +14 -5
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +6 -3
- 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/Shortcuts.js +1 -1
- package/build/rn/ShortcutsItem.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 +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.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 +214 -158
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +79 -19
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.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 +28 -7
- 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 +11 -4
- 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/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- 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/FileUpload.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 +1 -1
- 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 +10 -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 +17 -3
- package/build/web/QuantitySelectorSideButton.js +14 -5
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +6 -3
- 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/Shortcuts.js +1 -1
- package/build/web/ShortcutsItem.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 +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.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 +1 -1
- package/build/web/schema.json +214 -158
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +79 -19
- package/package.json +2 -2
- package/theme.json +107 -22
package/build/web/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Thu, 29 Jan 2026 16:41:09 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -1708,27 +1708,48 @@ const theme = {
|
|
|
1708
1708
|
},
|
|
1709
1709
|
{
|
|
1710
1710
|
if: { hover: true, interactive: true, style: 'dark' },
|
|
1711
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1711
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
|
|
1712
1712
|
},
|
|
1713
1713
|
{
|
|
1714
1714
|
if: { hover: true, interactive: true, style: 'darker' },
|
|
1715
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1715
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
|
|
1716
1716
|
},
|
|
1717
1717
|
{
|
|
1718
1718
|
if: { hover: true, interactive: true, style: 'darkest' },
|
|
1719
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1719
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.2)' }
|
|
1720
1720
|
},
|
|
1721
1721
|
{
|
|
1722
1722
|
if: { interactive: true, pressed: true, style: 'dark' },
|
|
1723
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1723
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
1726
|
if: { interactive: true, pressed: true, style: 'darker' },
|
|
1727
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1727
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
|
|
1728
1728
|
},
|
|
1729
1729
|
{
|
|
1730
1730
|
if: { interactive: true, pressed: true, style: 'darkest' },
|
|
1731
|
-
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.
|
|
1731
|
+
tokens: { backgroundColor: 'rgba(255, 255, 255, 0.4)' }
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
if: { focus: true, interactive: true, style: 'dark' },
|
|
1735
|
+
tokens: {
|
|
1736
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1737
|
+
borderColor: 'rgba(255, 255, 255, 0.6)'
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
if: { focus: true, interactive: true, style: 'darker' },
|
|
1742
|
+
tokens: {
|
|
1743
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1744
|
+
borderColor: 'rgba(255, 255, 255, 0.6)'
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
if: { focus: true, interactive: true, style: 'darkest' },
|
|
1749
|
+
tokens: {
|
|
1750
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1751
|
+
borderColor: 'rgba(255, 255, 255, 0.6)'
|
|
1752
|
+
}
|
|
1732
1753
|
}
|
|
1733
1754
|
],
|
|
1734
1755
|
tokens: {
|
|
@@ -2119,23 +2140,30 @@ const theme = {
|
|
|
2119
2140
|
icon: PaletteIconCheck,
|
|
2120
2141
|
iconBackgroundColor: '#ffffff',
|
|
2121
2142
|
iconColor: '#7a3dfc',
|
|
2143
|
+
iconContainerHeight: null,
|
|
2144
|
+
iconContainerWidth: null,
|
|
2122
2145
|
iconSize: 14,
|
|
2123
2146
|
inputBackgroundColor: '#ffffff',
|
|
2124
2147
|
inputBorderColor: '#000000',
|
|
2125
2148
|
inputBorderRadius: 0,
|
|
2126
2149
|
inputBorderWidth: 2,
|
|
2127
|
-
inputHeight:
|
|
2150
|
+
inputHeight: 24,
|
|
2128
2151
|
inputOutlineColor: null,
|
|
2129
2152
|
inputOutlineOffset: 1,
|
|
2130
2153
|
inputOutlineWidth: 0,
|
|
2131
2154
|
inputShadow: null,
|
|
2132
|
-
inputWidth:
|
|
2155
|
+
inputWidth: 24,
|
|
2133
2156
|
labelColor: '#000000',
|
|
2134
2157
|
labelFontName: 'StagSans',
|
|
2135
2158
|
labelFontSize: 16,
|
|
2136
2159
|
labelFontWeight: '400',
|
|
2137
2160
|
labelLineHeight: 1.5,
|
|
2138
|
-
labelMarginLeft: 8
|
|
2161
|
+
labelMarginLeft: 8,
|
|
2162
|
+
padding: null,
|
|
2163
|
+
paddingBottom: null,
|
|
2164
|
+
paddingLeft: null,
|
|
2165
|
+
paddingRight: null,
|
|
2166
|
+
paddingTop: null
|
|
2139
2167
|
}
|
|
2140
2168
|
},
|
|
2141
2169
|
CheckboxCard: {
|
|
@@ -5874,6 +5902,7 @@ const theme = {
|
|
|
5874
5902
|
type: 'variant',
|
|
5875
5903
|
values: [ 'micro', 'small', 'medium', 'large' ]
|
|
5876
5904
|
},
|
|
5905
|
+
style: { type: 'variant', values: [ 'inverse' ] },
|
|
5877
5906
|
viewport: {
|
|
5878
5907
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
5879
5908
|
type: 'state',
|
|
@@ -5986,6 +6015,14 @@ const theme = {
|
|
|
5986
6015
|
centsLineHeight: 1,
|
|
5987
6016
|
rateLineHeight: 1.72
|
|
5988
6017
|
}
|
|
6018
|
+
},
|
|
6019
|
+
{
|
|
6020
|
+
if: { style: 'inverse' },
|
|
6021
|
+
tokens: {
|
|
6022
|
+
fontColor: '#ffffff',
|
|
6023
|
+
footnoteLinkColor: '#ffffff',
|
|
6024
|
+
strikeThroughColor: '#ffffff'
|
|
6025
|
+
}
|
|
5989
6026
|
}
|
|
5990
6027
|
],
|
|
5991
6028
|
tokens: {
|
|
@@ -6165,6 +6202,7 @@ const theme = {
|
|
|
6165
6202
|
disabled: { type: 'variant', values: [ true ] },
|
|
6166
6203
|
focus: { type: 'variant', values: [ true ] },
|
|
6167
6204
|
hover: { type: 'variant', values: [ true ] },
|
|
6205
|
+
inactive: { type: 'variant', values: [ true ] },
|
|
6168
6206
|
pressed: { type: 'variant', values: [ true ] }
|
|
6169
6207
|
},
|
|
6170
6208
|
rules: [
|
|
@@ -6176,11 +6214,23 @@ const theme = {
|
|
|
6176
6214
|
if: { hover: true },
|
|
6177
6215
|
tokens: { inputBackgroundColor: '#efefef' }
|
|
6178
6216
|
},
|
|
6217
|
+
{ if: { focus: true }, tokens: { inputBorderWidth: 3 } },
|
|
6179
6218
|
{
|
|
6180
6219
|
if: { disabled: true },
|
|
6181
|
-
tokens: {
|
|
6220
|
+
tokens: {
|
|
6221
|
+
inputBackgroundColor: '#efefef',
|
|
6222
|
+
inputBorderWidth: 1,
|
|
6223
|
+
textColor: '#c9c8c8'
|
|
6224
|
+
}
|
|
6182
6225
|
},
|
|
6183
|
-
{
|
|
6226
|
+
{
|
|
6227
|
+
if: { inactive: true },
|
|
6228
|
+
tokens: {
|
|
6229
|
+
inputBackgroundColor: '#efefef',
|
|
6230
|
+
inputBorderWidth: 1,
|
|
6231
|
+
textColor: '#666666'
|
|
6232
|
+
}
|
|
6233
|
+
}
|
|
6184
6234
|
],
|
|
6185
6235
|
tokens: {
|
|
6186
6236
|
fontSize: 16,
|
|
@@ -6194,6 +6244,7 @@ const theme = {
|
|
|
6194
6244
|
paddingLeft: 12,
|
|
6195
6245
|
paddingRight: 12,
|
|
6196
6246
|
paddingTop: 12,
|
|
6247
|
+
showTopSpace: true,
|
|
6197
6248
|
textColor: '#000000'
|
|
6198
6249
|
}
|
|
6199
6250
|
},
|
|
@@ -6204,6 +6255,7 @@ const theme = {
|
|
|
6204
6255
|
disabled: { type: 'variant', values: [ true ] },
|
|
6205
6256
|
focus: { type: 'variant', values: [ true ] },
|
|
6206
6257
|
hover: { type: 'variant', values: [ true ] },
|
|
6258
|
+
inactive: { type: 'variant', values: [ true ] },
|
|
6207
6259
|
increase: { type: 'variant', values: [ true ] },
|
|
6208
6260
|
pressed: { type: 'variant', values: [ true ] }
|
|
6209
6261
|
},
|
|
@@ -6249,10 +6301,6 @@ const theme = {
|
|
|
6249
6301
|
borderTopWidth: 3
|
|
6250
6302
|
}
|
|
6251
6303
|
},
|
|
6252
|
-
{
|
|
6253
|
-
if: { disabled: true },
|
|
6254
|
-
tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
|
|
6255
|
-
},
|
|
6256
6304
|
{
|
|
6257
6305
|
if: { alternative: true },
|
|
6258
6306
|
tokens: { paddingBottom: 12, paddingTop: 12 }
|
|
@@ -6264,6 +6312,18 @@ const theme = {
|
|
|
6264
6312
|
{
|
|
6265
6313
|
if: { alternative: true, decrease: true },
|
|
6266
6314
|
tokens: { borderBottomLeftRadius: 24, borderTopLeftRadius: 24 }
|
|
6315
|
+
},
|
|
6316
|
+
{
|
|
6317
|
+
if: { disabled: true },
|
|
6318
|
+
tokens: {
|
|
6319
|
+
backgroundColor: '#efefef',
|
|
6320
|
+
borderWidth: 1,
|
|
6321
|
+
iconColor: '#c9c8c8'
|
|
6322
|
+
}
|
|
6323
|
+
},
|
|
6324
|
+
{
|
|
6325
|
+
if: { inactive: true },
|
|
6326
|
+
tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
|
|
6267
6327
|
}
|
|
6268
6328
|
],
|
|
6269
6329
|
tokens: {
|
|
@@ -6344,7 +6404,7 @@ const theme = {
|
|
|
6344
6404
|
},
|
|
6345
6405
|
{
|
|
6346
6406
|
if: { focus: true },
|
|
6347
|
-
tokens: { outerBorderColor: '#000000' }
|
|
6407
|
+
tokens: { outerBorderColor: '#000000', outerBorderWidth: 2 }
|
|
6348
6408
|
},
|
|
6349
6409
|
{
|
|
6350
6410
|
if: { focus: true, pressed: true },
|
|
@@ -6371,7 +6431,7 @@ const theme = {
|
|
|
6371
6431
|
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6372
6432
|
outerBorderColor: '#ffffff',
|
|
6373
6433
|
outerBorderGap: 2,
|
|
6374
|
-
outerBorderWidth:
|
|
6434
|
+
outerBorderWidth: 0,
|
|
6375
6435
|
paddingBottom: 12,
|
|
6376
6436
|
paddingLeft: 24,
|
|
6377
6437
|
paddingRight: 24,
|
|
@@ -9750,6 +9810,6 @@ const theme = {
|
|
|
9750
9810
|
tokens: { size: 96 }
|
|
9751
9811
|
}
|
|
9752
9812
|
},
|
|
9753
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '4.
|
|
9813
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '4.19.0' }
|
|
9754
9814
|
}
|
|
9755
9815
|
export default theme
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^3.11.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^4.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^4.19.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
33
33
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
34
34
|
},
|
|
35
|
-
"version": "7.
|
|
35
|
+
"version": "7.23.0"
|
|
36
36
|
}
|
package/theme.json
CHANGED
|
@@ -2271,7 +2271,7 @@
|
|
|
2271
2271
|
"style": "dark"
|
|
2272
2272
|
},
|
|
2273
2273
|
"tokens": {
|
|
2274
|
-
"backgroundColor": "{palette.color.
|
|
2274
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2275
2275
|
}
|
|
2276
2276
|
},
|
|
2277
2277
|
{
|
|
@@ -2281,7 +2281,7 @@
|
|
|
2281
2281
|
"style": "darker"
|
|
2282
2282
|
},
|
|
2283
2283
|
"tokens": {
|
|
2284
|
-
"backgroundColor": "{palette.color.
|
|
2284
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2285
2285
|
}
|
|
2286
2286
|
},
|
|
2287
2287
|
{
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
"style": "darkest"
|
|
2292
2292
|
},
|
|
2293
2293
|
"tokens": {
|
|
2294
|
-
"backgroundColor": "{palette.color.
|
|
2294
|
+
"backgroundColor": "{palette.color.light20}"
|
|
2295
2295
|
}
|
|
2296
2296
|
},
|
|
2297
2297
|
{
|
|
@@ -2301,7 +2301,7 @@
|
|
|
2301
2301
|
"style": "dark"
|
|
2302
2302
|
},
|
|
2303
2303
|
"tokens": {
|
|
2304
|
-
"backgroundColor": "{palette.color.
|
|
2304
|
+
"backgroundColor": "{palette.color.light40}"
|
|
2305
2305
|
}
|
|
2306
2306
|
},
|
|
2307
2307
|
{
|
|
@@ -2311,7 +2311,7 @@
|
|
|
2311
2311
|
"style": "darker"
|
|
2312
2312
|
},
|
|
2313
2313
|
"tokens": {
|
|
2314
|
-
"backgroundColor": "{palette.color.
|
|
2314
|
+
"backgroundColor": "{palette.color.light40}"
|
|
2315
2315
|
}
|
|
2316
2316
|
},
|
|
2317
2317
|
{
|
|
@@ -2321,7 +2321,40 @@
|
|
|
2321
2321
|
"style": "darkest"
|
|
2322
2322
|
},
|
|
2323
2323
|
"tokens": {
|
|
2324
|
-
"backgroundColor": "{palette.color.
|
|
2324
|
+
"backgroundColor": "{palette.color.light40}"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"if": {
|
|
2329
|
+
"focus": true,
|
|
2330
|
+
"interactive": true,
|
|
2331
|
+
"style": "dark"
|
|
2332
|
+
},
|
|
2333
|
+
"tokens": {
|
|
2334
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
2335
|
+
"borderColor": "{palette.color.light60}"
|
|
2336
|
+
}
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"if": {
|
|
2340
|
+
"focus": true,
|
|
2341
|
+
"interactive": true,
|
|
2342
|
+
"style": "darker"
|
|
2343
|
+
},
|
|
2344
|
+
"tokens": {
|
|
2345
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
2346
|
+
"borderColor": "{palette.color.light60}"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"if": {
|
|
2351
|
+
"focus": true,
|
|
2352
|
+
"interactive": true,
|
|
2353
|
+
"style": "darkest"
|
|
2354
|
+
},
|
|
2355
|
+
"tokens": {
|
|
2356
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
2357
|
+
"borderColor": "{palette.color.light60}"
|
|
2325
2358
|
}
|
|
2326
2359
|
}
|
|
2327
2360
|
],
|
|
@@ -2724,23 +2757,30 @@
|
|
|
2724
2757
|
"icon": "{palette.icon.Check}",
|
|
2725
2758
|
"iconBackgroundColor": "{palette.color.white}",
|
|
2726
2759
|
"iconColor": "{palette.color.purple}",
|
|
2760
|
+
"iconContainerHeight": "{system.size.none}",
|
|
2761
|
+
"iconContainerWidth": "{system.size.none}",
|
|
2727
2762
|
"iconSize": "{palette.size.size14}",
|
|
2728
2763
|
"inputBackgroundColor": "{palette.color.white}",
|
|
2729
2764
|
"inputBorderColor": "{palette.color.black}",
|
|
2730
2765
|
"inputBorderRadius": "{palette.radius.none}",
|
|
2731
2766
|
"inputBorderWidth": "{palette.border.border2}",
|
|
2732
|
-
"inputHeight": "{palette.size.
|
|
2767
|
+
"inputHeight": "{palette.size.size24}",
|
|
2733
2768
|
"inputOutlineColor": "{system.color.none}",
|
|
2734
2769
|
"inputOutlineOffset": "{palette.size.size1}",
|
|
2735
2770
|
"inputOutlineWidth": "{palette.border.none}",
|
|
2736
2771
|
"inputShadow": "{system.shadow.none}",
|
|
2737
|
-
"inputWidth": "{palette.size.
|
|
2772
|
+
"inputWidth": "{palette.size.size24}",
|
|
2738
2773
|
"labelColor": "{palette.color.black}",
|
|
2739
2774
|
"labelFontName": "{palette.fontName.StagSans}",
|
|
2740
2775
|
"labelFontSize": "{palette.fontSize.size16}",
|
|
2741
2776
|
"labelFontWeight": "{palette.fontWeight.weight400}",
|
|
2742
2777
|
"labelLineHeight": "{palette.lineHeight.multiply150}",
|
|
2743
|
-
"labelMarginLeft": "{palette.size.size8}"
|
|
2778
|
+
"labelMarginLeft": "{palette.size.size8}",
|
|
2779
|
+
"padding": "{system.size.none}",
|
|
2780
|
+
"paddingBottom": "{system.size.none}",
|
|
2781
|
+
"paddingLeft": "{system.size.none}",
|
|
2782
|
+
"paddingRight": "{system.size.none}",
|
|
2783
|
+
"paddingTop": "{system.size.none}"
|
|
2744
2784
|
}
|
|
2745
2785
|
},
|
|
2746
2786
|
"CheckboxCard": {
|
|
@@ -8092,6 +8132,10 @@
|
|
|
8092
8132
|
"type": "variant",
|
|
8093
8133
|
"values": ["micro", "small", "medium", "large"]
|
|
8094
8134
|
},
|
|
8135
|
+
"style": {
|
|
8136
|
+
"type": "variant",
|
|
8137
|
+
"values": ["inverse"]
|
|
8138
|
+
},
|
|
8095
8139
|
"viewport": "{appearances.system.viewport}"
|
|
8096
8140
|
},
|
|
8097
8141
|
"rules": [
|
|
@@ -8220,6 +8264,16 @@
|
|
|
8220
8264
|
"centsLineHeight": "{palette.lineHeight.ratio1to1}",
|
|
8221
8265
|
"rateLineHeight": "{palette.lineHeight.multiply172}"
|
|
8222
8266
|
}
|
|
8267
|
+
},
|
|
8268
|
+
{
|
|
8269
|
+
"if": {
|
|
8270
|
+
"style": "inverse"
|
|
8271
|
+
},
|
|
8272
|
+
"tokens": {
|
|
8273
|
+
"fontColor": "{palette.color.white}",
|
|
8274
|
+
"footnoteLinkColor": "{palette.color.white}",
|
|
8275
|
+
"strikeThroughColor": "{palette.color.white}"
|
|
8276
|
+
}
|
|
8223
8277
|
}
|
|
8224
8278
|
],
|
|
8225
8279
|
"tokens": {
|
|
@@ -8434,6 +8488,10 @@
|
|
|
8434
8488
|
"type": "variant",
|
|
8435
8489
|
"values": [true]
|
|
8436
8490
|
},
|
|
8491
|
+
"inactive": {
|
|
8492
|
+
"type": "variant",
|
|
8493
|
+
"values": [true]
|
|
8494
|
+
},
|
|
8437
8495
|
"pressed": {
|
|
8438
8496
|
"type": "variant",
|
|
8439
8497
|
"values": [true]
|
|
@@ -8457,21 +8515,32 @@
|
|
|
8457
8515
|
"inputBackgroundColor": "{palette.color.gallery}"
|
|
8458
8516
|
}
|
|
8459
8517
|
},
|
|
8518
|
+
{
|
|
8519
|
+
"if": {
|
|
8520
|
+
"focus": true
|
|
8521
|
+
},
|
|
8522
|
+
"tokens": {
|
|
8523
|
+
"inputBorderWidth": "{palette.border.border3}"
|
|
8524
|
+
}
|
|
8525
|
+
},
|
|
8460
8526
|
{
|
|
8461
8527
|
"if": {
|
|
8462
8528
|
"disabled": true
|
|
8463
8529
|
},
|
|
8464
8530
|
"tokens": {
|
|
8465
8531
|
"inputBackgroundColor": "{palette.color.gallery}",
|
|
8532
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
8466
8533
|
"textColor": "{palette.color.silver}"
|
|
8467
8534
|
}
|
|
8468
8535
|
},
|
|
8469
8536
|
{
|
|
8470
8537
|
"if": {
|
|
8471
|
-
"
|
|
8538
|
+
"inactive": true
|
|
8472
8539
|
},
|
|
8473
8540
|
"tokens": {
|
|
8474
|
-
"
|
|
8541
|
+
"inputBackgroundColor": "{palette.color.gallery}",
|
|
8542
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
8543
|
+
"textColor": "{palette.color.dove}"
|
|
8475
8544
|
}
|
|
8476
8545
|
}
|
|
8477
8546
|
],
|
|
@@ -8487,6 +8556,7 @@
|
|
|
8487
8556
|
"paddingLeft": "{palette.size.size12}",
|
|
8488
8557
|
"paddingRight": "{palette.size.size12}",
|
|
8489
8558
|
"paddingTop": "{palette.size.size12}",
|
|
8559
|
+
"showTopSpace": "{system.show.true}",
|
|
8490
8560
|
"textColor": "{palette.color.black}"
|
|
8491
8561
|
}
|
|
8492
8562
|
},
|
|
@@ -8512,6 +8582,10 @@
|
|
|
8512
8582
|
"type": "variant",
|
|
8513
8583
|
"values": [true]
|
|
8514
8584
|
},
|
|
8585
|
+
"inactive": {
|
|
8586
|
+
"type": "variant",
|
|
8587
|
+
"values": [true]
|
|
8588
|
+
},
|
|
8515
8589
|
"increase": {
|
|
8516
8590
|
"type": "variant",
|
|
8517
8591
|
"values": [true]
|
|
@@ -8585,15 +8659,6 @@
|
|
|
8585
8659
|
"borderTopWidth": "{palette.border.border3}"
|
|
8586
8660
|
}
|
|
8587
8661
|
},
|
|
8588
|
-
{
|
|
8589
|
-
"if": {
|
|
8590
|
-
"disabled": true
|
|
8591
|
-
},
|
|
8592
|
-
"tokens": {
|
|
8593
|
-
"backgroundColor": "{palette.color.gallery}",
|
|
8594
|
-
"iconColor": "{palette.color.silver}"
|
|
8595
|
-
}
|
|
8596
|
-
},
|
|
8597
8662
|
{
|
|
8598
8663
|
"if": {
|
|
8599
8664
|
"alternative": true
|
|
@@ -8622,6 +8687,25 @@
|
|
|
8622
8687
|
"borderBottomLeftRadius": "{palette.radius.radius24}",
|
|
8623
8688
|
"borderTopLeftRadius": "{palette.radius.radius24}"
|
|
8624
8689
|
}
|
|
8690
|
+
},
|
|
8691
|
+
{
|
|
8692
|
+
"if": {
|
|
8693
|
+
"disabled": true
|
|
8694
|
+
},
|
|
8695
|
+
"tokens": {
|
|
8696
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
8697
|
+
"borderWidth": "{palette.border.border1}",
|
|
8698
|
+
"iconColor": "{palette.color.silver}"
|
|
8699
|
+
}
|
|
8700
|
+
},
|
|
8701
|
+
{
|
|
8702
|
+
"if": {
|
|
8703
|
+
"inactive": true
|
|
8704
|
+
},
|
|
8705
|
+
"tokens": {
|
|
8706
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
8707
|
+
"iconColor": "{palette.color.silver}"
|
|
8708
|
+
}
|
|
8625
8709
|
}
|
|
8626
8710
|
],
|
|
8627
8711
|
"tokens": {
|
|
@@ -8702,7 +8786,8 @@
|
|
|
8702
8786
|
"focus": true
|
|
8703
8787
|
},
|
|
8704
8788
|
"tokens": {
|
|
8705
|
-
"outerBorderColor": "{palette.color.black}"
|
|
8789
|
+
"outerBorderColor": "{palette.color.black}",
|
|
8790
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
8706
8791
|
}
|
|
8707
8792
|
},
|
|
8708
8793
|
{
|
|
@@ -8736,7 +8821,7 @@
|
|
|
8736
8821
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
8737
8822
|
"outerBorderColor": "{palette.color.white}",
|
|
8738
8823
|
"outerBorderGap": "{palette.size.size2}",
|
|
8739
|
-
"outerBorderWidth": "{palette.border.
|
|
8824
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
8740
8825
|
"paddingBottom": "{palette.size.size12}",
|
|
8741
8826
|
"paddingLeft": "{palette.size.size24}",
|
|
8742
8827
|
"paddingRight": "{palette.size.size24}",
|