@telus-uds/theme-koodo 7.22.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/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 +86 -29
- package/build/ios/Card.json +3 -3
- package/build/ios/Checkbox.json +10 -3
- 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 +86 -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 +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 +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 +70 -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 +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 +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 +70 -19
- package/package.json +2 -2
- package/theme.json +93 -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: {
|
|
@@ -6174,6 +6202,7 @@ const theme = {
|
|
|
6174
6202
|
disabled: { type: 'variant', values: [ true ] },
|
|
6175
6203
|
focus: { type: 'variant', values: [ true ] },
|
|
6176
6204
|
hover: { type: 'variant', values: [ true ] },
|
|
6205
|
+
inactive: { type: 'variant', values: [ true ] },
|
|
6177
6206
|
pressed: { type: 'variant', values: [ true ] }
|
|
6178
6207
|
},
|
|
6179
6208
|
rules: [
|
|
@@ -6185,11 +6214,23 @@ const theme = {
|
|
|
6185
6214
|
if: { hover: true },
|
|
6186
6215
|
tokens: { inputBackgroundColor: '#efefef' }
|
|
6187
6216
|
},
|
|
6217
|
+
{ if: { focus: true }, tokens: { inputBorderWidth: 3 } },
|
|
6188
6218
|
{
|
|
6189
6219
|
if: { disabled: true },
|
|
6190
|
-
tokens: {
|
|
6220
|
+
tokens: {
|
|
6221
|
+
inputBackgroundColor: '#efefef',
|
|
6222
|
+
inputBorderWidth: 1,
|
|
6223
|
+
textColor: '#c9c8c8'
|
|
6224
|
+
}
|
|
6191
6225
|
},
|
|
6192
|
-
{
|
|
6226
|
+
{
|
|
6227
|
+
if: { inactive: true },
|
|
6228
|
+
tokens: {
|
|
6229
|
+
inputBackgroundColor: '#efefef',
|
|
6230
|
+
inputBorderWidth: 1,
|
|
6231
|
+
textColor: '#666666'
|
|
6232
|
+
}
|
|
6233
|
+
}
|
|
6193
6234
|
],
|
|
6194
6235
|
tokens: {
|
|
6195
6236
|
fontSize: 16,
|
|
@@ -6203,6 +6244,7 @@ const theme = {
|
|
|
6203
6244
|
paddingLeft: 12,
|
|
6204
6245
|
paddingRight: 12,
|
|
6205
6246
|
paddingTop: 12,
|
|
6247
|
+
showTopSpace: true,
|
|
6206
6248
|
textColor: '#000000'
|
|
6207
6249
|
}
|
|
6208
6250
|
},
|
|
@@ -6213,6 +6255,7 @@ const theme = {
|
|
|
6213
6255
|
disabled: { type: 'variant', values: [ true ] },
|
|
6214
6256
|
focus: { type: 'variant', values: [ true ] },
|
|
6215
6257
|
hover: { type: 'variant', values: [ true ] },
|
|
6258
|
+
inactive: { type: 'variant', values: [ true ] },
|
|
6216
6259
|
increase: { type: 'variant', values: [ true ] },
|
|
6217
6260
|
pressed: { type: 'variant', values: [ true ] }
|
|
6218
6261
|
},
|
|
@@ -6258,10 +6301,6 @@ const theme = {
|
|
|
6258
6301
|
borderTopWidth: 3
|
|
6259
6302
|
}
|
|
6260
6303
|
},
|
|
6261
|
-
{
|
|
6262
|
-
if: { disabled: true },
|
|
6263
|
-
tokens: { backgroundColor: '#efefef', iconColor: '#c9c8c8' }
|
|
6264
|
-
},
|
|
6265
6304
|
{
|
|
6266
6305
|
if: { alternative: true },
|
|
6267
6306
|
tokens: { paddingBottom: 12, paddingTop: 12 }
|
|
@@ -6273,6 +6312,18 @@ const theme = {
|
|
|
6273
6312
|
{
|
|
6274
6313
|
if: { alternative: true, decrease: true },
|
|
6275
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' }
|
|
6276
6327
|
}
|
|
6277
6328
|
],
|
|
6278
6329
|
tokens: {
|
|
@@ -6353,7 +6404,7 @@ const theme = {
|
|
|
6353
6404
|
},
|
|
6354
6405
|
{
|
|
6355
6406
|
if: { focus: true },
|
|
6356
|
-
tokens: { outerBorderColor: '#000000' }
|
|
6407
|
+
tokens: { outerBorderColor: '#000000', outerBorderWidth: 2 }
|
|
6357
6408
|
},
|
|
6358
6409
|
{
|
|
6359
6410
|
if: { focus: true, pressed: true },
|
|
@@ -6380,7 +6431,7 @@ const theme = {
|
|
|
6380
6431
|
outerBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6381
6432
|
outerBorderColor: '#ffffff',
|
|
6382
6433
|
outerBorderGap: 2,
|
|
6383
|
-
outerBorderWidth:
|
|
6434
|
+
outerBorderWidth: 0,
|
|
6384
6435
|
paddingBottom: 12,
|
|
6385
6436
|
paddingLeft: 24,
|
|
6386
6437
|
paddingRight: 24,
|
|
@@ -9759,6 +9810,6 @@ const theme = {
|
|
|
9759
9810
|
tokens: { size: 96 }
|
|
9760
9811
|
}
|
|
9761
9812
|
},
|
|
9762
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '4.
|
|
9813
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '4.19.0' }
|
|
9763
9814
|
}
|
|
9764
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": {
|
|
@@ -8448,6 +8488,10 @@
|
|
|
8448
8488
|
"type": "variant",
|
|
8449
8489
|
"values": [true]
|
|
8450
8490
|
},
|
|
8491
|
+
"inactive": {
|
|
8492
|
+
"type": "variant",
|
|
8493
|
+
"values": [true]
|
|
8494
|
+
},
|
|
8451
8495
|
"pressed": {
|
|
8452
8496
|
"type": "variant",
|
|
8453
8497
|
"values": [true]
|
|
@@ -8471,21 +8515,32 @@
|
|
|
8471
8515
|
"inputBackgroundColor": "{palette.color.gallery}"
|
|
8472
8516
|
}
|
|
8473
8517
|
},
|
|
8518
|
+
{
|
|
8519
|
+
"if": {
|
|
8520
|
+
"focus": true
|
|
8521
|
+
},
|
|
8522
|
+
"tokens": {
|
|
8523
|
+
"inputBorderWidth": "{palette.border.border3}"
|
|
8524
|
+
}
|
|
8525
|
+
},
|
|
8474
8526
|
{
|
|
8475
8527
|
"if": {
|
|
8476
8528
|
"disabled": true
|
|
8477
8529
|
},
|
|
8478
8530
|
"tokens": {
|
|
8479
8531
|
"inputBackgroundColor": "{palette.color.gallery}",
|
|
8532
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
8480
8533
|
"textColor": "{palette.color.silver}"
|
|
8481
8534
|
}
|
|
8482
8535
|
},
|
|
8483
8536
|
{
|
|
8484
8537
|
"if": {
|
|
8485
|
-
"
|
|
8538
|
+
"inactive": true
|
|
8486
8539
|
},
|
|
8487
8540
|
"tokens": {
|
|
8488
|
-
"
|
|
8541
|
+
"inputBackgroundColor": "{palette.color.gallery}",
|
|
8542
|
+
"inputBorderWidth": "{palette.border.border1}",
|
|
8543
|
+
"textColor": "{palette.color.dove}"
|
|
8489
8544
|
}
|
|
8490
8545
|
}
|
|
8491
8546
|
],
|
|
@@ -8501,6 +8556,7 @@
|
|
|
8501
8556
|
"paddingLeft": "{palette.size.size12}",
|
|
8502
8557
|
"paddingRight": "{palette.size.size12}",
|
|
8503
8558
|
"paddingTop": "{palette.size.size12}",
|
|
8559
|
+
"showTopSpace": "{system.show.true}",
|
|
8504
8560
|
"textColor": "{palette.color.black}"
|
|
8505
8561
|
}
|
|
8506
8562
|
},
|
|
@@ -8526,6 +8582,10 @@
|
|
|
8526
8582
|
"type": "variant",
|
|
8527
8583
|
"values": [true]
|
|
8528
8584
|
},
|
|
8585
|
+
"inactive": {
|
|
8586
|
+
"type": "variant",
|
|
8587
|
+
"values": [true]
|
|
8588
|
+
},
|
|
8529
8589
|
"increase": {
|
|
8530
8590
|
"type": "variant",
|
|
8531
8591
|
"values": [true]
|
|
@@ -8599,15 +8659,6 @@
|
|
|
8599
8659
|
"borderTopWidth": "{palette.border.border3}"
|
|
8600
8660
|
}
|
|
8601
8661
|
},
|
|
8602
|
-
{
|
|
8603
|
-
"if": {
|
|
8604
|
-
"disabled": true
|
|
8605
|
-
},
|
|
8606
|
-
"tokens": {
|
|
8607
|
-
"backgroundColor": "{palette.color.gallery}",
|
|
8608
|
-
"iconColor": "{palette.color.silver}"
|
|
8609
|
-
}
|
|
8610
|
-
},
|
|
8611
8662
|
{
|
|
8612
8663
|
"if": {
|
|
8613
8664
|
"alternative": true
|
|
@@ -8636,6 +8687,25 @@
|
|
|
8636
8687
|
"borderBottomLeftRadius": "{palette.radius.radius24}",
|
|
8637
8688
|
"borderTopLeftRadius": "{palette.radius.radius24}"
|
|
8638
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
|
+
}
|
|
8639
8709
|
}
|
|
8640
8710
|
],
|
|
8641
8711
|
"tokens": {
|
|
@@ -8716,7 +8786,8 @@
|
|
|
8716
8786
|
"focus": true
|
|
8717
8787
|
},
|
|
8718
8788
|
"tokens": {
|
|
8719
|
-
"outerBorderColor": "{palette.color.black}"
|
|
8789
|
+
"outerBorderColor": "{palette.color.black}",
|
|
8790
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
8720
8791
|
}
|
|
8721
8792
|
},
|
|
8722
8793
|
{
|
|
@@ -8750,7 +8821,7 @@
|
|
|
8750
8821
|
"outerBackgroundColor": "{palette.color.transparent}",
|
|
8751
8822
|
"outerBorderColor": "{palette.color.white}",
|
|
8752
8823
|
"outerBorderGap": "{palette.size.size2}",
|
|
8753
|
-
"outerBorderWidth": "{palette.border.
|
|
8824
|
+
"outerBorderWidth": "{palette.border.none}",
|
|
8754
8825
|
"paddingBottom": "{palette.size.size12}",
|
|
8755
8826
|
"paddingLeft": "{palette.size.size24}",
|
|
8756
8827
|
"paddingRight": "{palette.size.size24}",
|