@telus-uds/theme-koodo 5.13.0 → 5.15.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 +161 -0
- package/build/android/CardGroup.json +52 -0
- package/build/android/ExpandCollapseControl.json +1 -1
- package/build/android/ExpandCollapsePanel.json +4 -1
- package/build/android/List.json +6 -0
- package/build/android/QuickLinksFeature.json +17 -2
- package/build/android/QuickLinksFeatureItem.json +1 -1
- package/build/android/Radio.json +13 -0
- package/build/android/Typography.json +28 -9
- package/build/android/schema.json +927 -688
- package/build/android/theme.json +284 -15
- package/build/ios/Card.json +161 -0
- package/build/ios/CardGroup.json +52 -0
- package/build/ios/ExpandCollapseControl.json +1 -1
- package/build/ios/ExpandCollapsePanel.json +4 -1
- package/build/ios/List.json +6 -0
- package/build/ios/QuickLinksFeature.json +17 -2
- package/build/ios/QuickLinksFeatureItem.json +1 -1
- package/build/ios/Radio.json +13 -0
- package/build/ios/Typography.json +28 -9
- package/build/ios/schema.json +927 -688
- package/build/ios/theme.json +284 -15
- 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 +85 -3
- package/build/rn/CardGroup.js +62 -0
- 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 +25 -2
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +5 -2
- 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 +2 -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 +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 +9 -3
- package/build/rn/QuickLinksFeatureItem.js +2 -2
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +4 -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/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 +13 -8
- 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 +927 -688
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +192 -16
- 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 +85 -3
- package/build/web/CardGroup.js +62 -0
- 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 +25 -2
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +5 -2
- 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 +2 -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 +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 +9 -3
- package/build/web/QuickLinksFeatureItem.js +2 -2
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +4 -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/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 +13 -8
- 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 +927 -688
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +192 -16
- package/package.json +4 -4
- package/theme.json +223 -14
package/build/rn/spacingScale.js
CHANGED
package/build/rn/theme.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 07 Jun 2024 22:34:08 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
const PaletteIconChevronRight = require('@telus-uds/palette-koodo/build/rn/icons/ChevronRight')
|
|
9
9
|
const PaletteIconChevronDown = require('@telus-uds/palette-koodo/build/rn/icons/ChevronDown')
|
|
10
10
|
const PaletteIconChevronUp = require('@telus-uds/palette-koodo/build/rn/icons/ChevronUp')
|
|
11
|
+
const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check')
|
|
11
12
|
const PaletteIconPause = require('@telus-uds/palette-koodo/build/rn/icons/Pause')
|
|
12
13
|
const PaletteIconPlay = require('@telus-uds/palette-koodo/build/rn/icons/Play')
|
|
13
14
|
const PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
|
|
14
|
-
const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check')
|
|
15
15
|
const PaletteIconCheckCircleFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircleFilled')
|
|
16
16
|
const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
|
|
17
17
|
const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
|
|
@@ -1115,6 +1115,7 @@ module.exports = {
|
|
|
1115
1115
|
values: [ true, false ]
|
|
1116
1116
|
},
|
|
1117
1117
|
interactive: { type: 'variant', values: [ true ] },
|
|
1118
|
+
isControl: { type: 'variant', values: [ true, false ] },
|
|
1118
1119
|
padding: {
|
|
1119
1120
|
type: 'variant',
|
|
1120
1121
|
values: [ 'narrow', 'intermediate', 'compact', 'custom' ]
|
|
@@ -1124,6 +1125,11 @@ module.exports = {
|
|
|
1124
1125
|
type: 'state',
|
|
1125
1126
|
values: [ true, false ]
|
|
1126
1127
|
},
|
|
1128
|
+
selected: {
|
|
1129
|
+
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`.',
|
|
1130
|
+
type: 'state',
|
|
1131
|
+
values: [ true ]
|
|
1132
|
+
},
|
|
1127
1133
|
viewport: {
|
|
1128
1134
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
1129
1135
|
type: 'state',
|
|
@@ -1131,6 +1137,47 @@ module.exports = {
|
|
|
1131
1137
|
}
|
|
1132
1138
|
},
|
|
1133
1139
|
rules: [
|
|
1140
|
+
{
|
|
1141
|
+
if: { interactive: true, isControl: true },
|
|
1142
|
+
tokens: { borderColor: '#c9c8c8', borderWidth: 1 }
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
if: { interactive: true, isControl: true, selected: true },
|
|
1146
|
+
tokens: {
|
|
1147
|
+
backgroundColor: '#efefef',
|
|
1148
|
+
borderColor: '#000000',
|
|
1149
|
+
borderWidth: 1,
|
|
1150
|
+
iconBackgroundColor: '#c9c8c8',
|
|
1151
|
+
iconColor: '#000000',
|
|
1152
|
+
inputBackgroundColor: '#c9c8c8'
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
if: { hover: true, interactive: true, isControl: true },
|
|
1157
|
+
tokens: { iconColor: '#000000' }
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
if: {
|
|
1161
|
+
focus: false,
|
|
1162
|
+
interactive: true,
|
|
1163
|
+
isControl: true,
|
|
1164
|
+
pressed: false
|
|
1165
|
+
},
|
|
1166
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
if: {
|
|
1170
|
+
hover: true,
|
|
1171
|
+
interactive: true,
|
|
1172
|
+
isControl: true,
|
|
1173
|
+
selected: true
|
|
1174
|
+
},
|
|
1175
|
+
tokens: {
|
|
1176
|
+
iconBackgroundColor: '#c9c8c8',
|
|
1177
|
+
iconColor: '#000000',
|
|
1178
|
+
inputBackgroundColor: '#c9c8c8'
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1134
1181
|
{ if: { borderRadius: 'none' }, tokens: { borderRadius: 0 } },
|
|
1135
1182
|
{ if: { borderRadius: 'small' }, tokens: { borderRadius: 4 } },
|
|
1136
1183
|
{ if: { borderRadius: 'large' }, tokens: { borderRadius: 8 } },
|
|
@@ -1222,9 +1269,18 @@ module.exports = {
|
|
|
1222
1269
|
}
|
|
1223
1270
|
},
|
|
1224
1271
|
{
|
|
1225
|
-
if: {
|
|
1272
|
+
if: {
|
|
1273
|
+
focus: false,
|
|
1274
|
+
interactive: true,
|
|
1275
|
+
isControl: false,
|
|
1276
|
+
pressed: false
|
|
1277
|
+
},
|
|
1226
1278
|
tokens: { borderColor: '#ffffff', borderWidth: 2 }
|
|
1227
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
if: { focus: false, interactive: true, pressed: false },
|
|
1282
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
1283
|
+
},
|
|
1228
1284
|
{
|
|
1229
1285
|
if: { hover: true, interactive: true },
|
|
1230
1286
|
tokens: {
|
|
@@ -1243,6 +1299,14 @@ module.exports = {
|
|
|
1243
1299
|
borderColor: '#c9c8c8',
|
|
1244
1300
|
borderWidth: 2
|
|
1245
1301
|
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
if: { interactive: true, isControl: false, selected: true },
|
|
1305
|
+
tokens: {
|
|
1306
|
+
backgroundColor: '#efefef',
|
|
1307
|
+
borderColor: '#000000',
|
|
1308
|
+
borderWidth: 1
|
|
1309
|
+
}
|
|
1246
1310
|
}
|
|
1247
1311
|
],
|
|
1248
1312
|
tokens: {
|
|
@@ -1256,6 +1320,24 @@ module.exports = {
|
|
|
1256
1320
|
contentJustifyContent: 'flex-start',
|
|
1257
1321
|
flex: 1,
|
|
1258
1322
|
gradient: null,
|
|
1323
|
+
icon: PaletteIconCheck,
|
|
1324
|
+
iconBackgroundColor: '#efefef',
|
|
1325
|
+
iconColor: '#000000',
|
|
1326
|
+
iconSize: 20,
|
|
1327
|
+
inputBackgroundColor: '#efefef',
|
|
1328
|
+
inputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1329
|
+
inputBorderRadius: 4,
|
|
1330
|
+
inputBorderWidth: 0,
|
|
1331
|
+
inputHeight: 32,
|
|
1332
|
+
inputShadow: {
|
|
1333
|
+
blur: 2,
|
|
1334
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
1335
|
+
inset: true,
|
|
1336
|
+
offsetX: 0,
|
|
1337
|
+
offsetY: 2,
|
|
1338
|
+
spread: 0
|
|
1339
|
+
},
|
|
1340
|
+
inputWidth: 32,
|
|
1259
1341
|
minWidth: null,
|
|
1260
1342
|
paddingBottom: 32,
|
|
1261
1343
|
paddingLeft: 24,
|
|
@@ -1264,6 +1346,59 @@ module.exports = {
|
|
|
1264
1346
|
shadow: null
|
|
1265
1347
|
}
|
|
1266
1348
|
},
|
|
1349
|
+
CardGroup: {
|
|
1350
|
+
appearances: {
|
|
1351
|
+
focus: {
|
|
1352
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
1353
|
+
platforms: [ 'rn', 'web' ],
|
|
1354
|
+
type: 'state',
|
|
1355
|
+
values: [ true, false ]
|
|
1356
|
+
},
|
|
1357
|
+
hover: {
|
|
1358
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1359
|
+
platforms: [ 'rn', 'web' ],
|
|
1360
|
+
type: 'state',
|
|
1361
|
+
values: [ true, false ]
|
|
1362
|
+
},
|
|
1363
|
+
pressed: {
|
|
1364
|
+
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.',
|
|
1365
|
+
type: 'state',
|
|
1366
|
+
values: [ true, false ]
|
|
1367
|
+
},
|
|
1368
|
+
selected: {
|
|
1369
|
+
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`.',
|
|
1370
|
+
type: 'state',
|
|
1371
|
+
values: [ true ]
|
|
1372
|
+
},
|
|
1373
|
+
viewport: {
|
|
1374
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
1375
|
+
type: 'state',
|
|
1376
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
rules: [
|
|
1380
|
+
{
|
|
1381
|
+
if: { viewport: [ 'lg', 'xl' ] },
|
|
1382
|
+
tokens: { direction: 'row', space: 5 }
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
1386
|
+
tokens: { direction: 'column', fieldSpace: 3, space: 3 }
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
tokens: {
|
|
1390
|
+
borderBottomLeftRadius: 1,
|
|
1391
|
+
borderBottomRightRadius: 1,
|
|
1392
|
+
borderTopLeftRadius: 1,
|
|
1393
|
+
borderTopRightRadius: 1,
|
|
1394
|
+
direction: 'column',
|
|
1395
|
+
fieldSpace: 3,
|
|
1396
|
+
outlineOffset: 8,
|
|
1397
|
+
outlineWidth: 1,
|
|
1398
|
+
showIcon: true,
|
|
1399
|
+
space: 3
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1267
1402
|
Carousel: {
|
|
1268
1403
|
appearances: {
|
|
1269
1404
|
viewport: {
|
|
@@ -2193,7 +2328,7 @@ module.exports = {
|
|
|
2193
2328
|
if: { mini: true },
|
|
2194
2329
|
tokens: {
|
|
2195
2330
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2196
|
-
borderWidth:
|
|
2331
|
+
borderWidth: null,
|
|
2197
2332
|
icon: PaletteIconChevronDown,
|
|
2198
2333
|
iconColor: '#000000',
|
|
2199
2334
|
iconGap: 8,
|
|
@@ -2223,6 +2358,17 @@ module.exports = {
|
|
|
2223
2358
|
borderWidth: 2
|
|
2224
2359
|
}
|
|
2225
2360
|
},
|
|
2361
|
+
{
|
|
2362
|
+
if: { focus: true, mini: true },
|
|
2363
|
+
tokens: {
|
|
2364
|
+
borderBottomLeftRadius: 4,
|
|
2365
|
+
borderBottomRightRadius: 4,
|
|
2366
|
+
borderColor: '#000000',
|
|
2367
|
+
borderTopLeftRadius: 4,
|
|
2368
|
+
borderTopRightRadius: 4,
|
|
2369
|
+
borderWidth: null
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2226
2372
|
{
|
|
2227
2373
|
if: { hover: true },
|
|
2228
2374
|
tokens: { backgroundColor: 'rgba(0, 0, 0, 0.1)' }
|
|
@@ -2243,6 +2389,18 @@ module.exports = {
|
|
|
2243
2389
|
borderWidth: 2
|
|
2244
2390
|
}
|
|
2245
2391
|
},
|
|
2392
|
+
{
|
|
2393
|
+
if: { focus: true, mini: true, pressed: true },
|
|
2394
|
+
tokens: {
|
|
2395
|
+
backgroundColor: 'rgba(0, 0, 0, 0.2)',
|
|
2396
|
+
borderBottomLeftRadius: 4,
|
|
2397
|
+
borderBottomRightRadius: 4,
|
|
2398
|
+
borderColor: '#000000',
|
|
2399
|
+
borderTopLeftRadius: 4,
|
|
2400
|
+
borderTopRightRadius: 4,
|
|
2401
|
+
borderWidth: null
|
|
2402
|
+
}
|
|
2403
|
+
},
|
|
2246
2404
|
{ if: { compact: true }, tokens: {} }
|
|
2247
2405
|
],
|
|
2248
2406
|
tokens: {
|
|
@@ -2348,7 +2506,10 @@ module.exports = {
|
|
|
2348
2506
|
contentPaddingLeft: 0,
|
|
2349
2507
|
contentPaddingRight: 0,
|
|
2350
2508
|
contentPaddingTop: 0,
|
|
2351
|
-
contentPanelBackgroundColor: 'rgba(0, 0, 0, 0)'
|
|
2509
|
+
contentPanelBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
2510
|
+
contentPanelPaddingBottom: 0,
|
|
2511
|
+
contentPanelPaddingTop: 0,
|
|
2512
|
+
marginBottom: 0
|
|
2352
2513
|
}
|
|
2353
2514
|
}
|
|
2354
2515
|
],
|
|
@@ -3256,6 +3417,7 @@ module.exports = {
|
|
|
3256
3417
|
itemIconColor: '#ff0076',
|
|
3257
3418
|
itemIconSize: 16,
|
|
3258
3419
|
itemLineHeight: 1.3,
|
|
3420
|
+
itemTextColor: '#000000',
|
|
3259
3421
|
listGutter: 10
|
|
3260
3422
|
}
|
|
3261
3423
|
},
|
|
@@ -4720,8 +4882,14 @@ module.exports = {
|
|
|
4720
4882
|
}
|
|
4721
4883
|
},
|
|
4722
4884
|
QuickLinksFeature: {
|
|
4723
|
-
appearances: {
|
|
4724
|
-
|
|
4885
|
+
appearances: {
|
|
4886
|
+
viewport: {
|
|
4887
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
4888
|
+
type: 'state',
|
|
4889
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
rules: [ { if: { viewport: 'xs' }, tokens: { stackSpace: 4 } } ],
|
|
4725
4893
|
tokens: { stackGap: 5, stackJustify: 'center', stackSpace: 5 }
|
|
4726
4894
|
},
|
|
4727
4895
|
QuickLinksFeatureItem: {
|
|
@@ -4792,7 +4960,7 @@ module.exports = {
|
|
|
4792
4960
|
fontName: 'StagSans',
|
|
4793
4961
|
fontSize: 16,
|
|
4794
4962
|
fontWeight: '600',
|
|
4795
|
-
gap:
|
|
4963
|
+
gap: 5,
|
|
4796
4964
|
imageDimension: 128,
|
|
4797
4965
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
4798
4966
|
textAlign: 'center',
|
|
@@ -4944,6 +5112,9 @@ module.exports = {
|
|
|
4944
5112
|
descriptionFontWeight: '400',
|
|
4945
5113
|
descriptionLineHeight: 1.4,
|
|
4946
5114
|
descriptionMarginLeft: null,
|
|
5115
|
+
icon: null,
|
|
5116
|
+
iconBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5117
|
+
iconColor: 'rgba(0, 0, 0, 0)',
|
|
4947
5118
|
inputBackgroundColor: '#ffffff',
|
|
4948
5119
|
inputBorderColor: '#ffffff',
|
|
4949
5120
|
inputBorderWidth: 2,
|
|
@@ -7095,17 +7266,18 @@ module.exports = {
|
|
|
7095
7266
|
textTransform: 'uppercase'
|
|
7096
7267
|
}
|
|
7097
7268
|
},
|
|
7098
|
-
{
|
|
7099
|
-
if: { compact: true, size: 'large' },
|
|
7100
|
-
tokens: { lineHeight: 1.2 }
|
|
7101
|
-
},
|
|
7102
7269
|
{
|
|
7103
7270
|
if: { size: 'medium' },
|
|
7104
7271
|
tokens: { fontSize: 16, lineHeight: 1.5 }
|
|
7105
7272
|
},
|
|
7273
|
+
{ if: { compact: true }, tokens: { lineHeight: 1.25 } },
|
|
7106
7274
|
{
|
|
7107
|
-
if: { compact: true, size: '
|
|
7108
|
-
tokens: { lineHeight: 1.
|
|
7275
|
+
if: { compact: true, size: 'large' },
|
|
7276
|
+
tokens: { lineHeight: 1.2 }
|
|
7277
|
+
},
|
|
7278
|
+
{
|
|
7279
|
+
if: { bold: true, compact: true, size: 'large' },
|
|
7280
|
+
tokens: { lineHeight: 1.2 }
|
|
7109
7281
|
},
|
|
7110
7282
|
{
|
|
7111
7283
|
if: { size: 'small' },
|
|
@@ -7121,7 +7293,11 @@ module.exports = {
|
|
|
7121
7293
|
},
|
|
7122
7294
|
{
|
|
7123
7295
|
if: { compact: true, size: 'micro' },
|
|
7124
|
-
tokens: { lineHeight: 1.
|
|
7296
|
+
tokens: { lineHeight: 1.2 }
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
if: { bold: true, compact: true, size: 'micro' },
|
|
7300
|
+
tokens: { lineHeight: 1.2 }
|
|
7125
7301
|
},
|
|
7126
7302
|
{
|
|
7127
7303
|
if: { size: 'display1' },
|
|
@@ -7517,5 +7693,5 @@ module.exports = {
|
|
|
7517
7693
|
tokens: { size: 96 }
|
|
7518
7694
|
}
|
|
7519
7695
|
},
|
|
7520
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
7696
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.57.0' }
|
|
7521
7697
|
}
|
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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 07 Jun 2024 22:34:31 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
import PaletteIconCheck from '@telus-uds/palette-koodo/build/rn/icons/Check'
|
|
9
9
|
const theme = {
|
|
10
10
|
appearances: {
|
|
11
11
|
background: {
|
|
@@ -27,6 +27,7 @@ const theme = {
|
|
|
27
27
|
values: [ true, false ]
|
|
28
28
|
},
|
|
29
29
|
interactive: { type: 'variant', values: [ true ] },
|
|
30
|
+
isControl: { type: 'variant', values: [ true, false ] },
|
|
30
31
|
padding: {
|
|
31
32
|
type: 'variant',
|
|
32
33
|
values: [ 'narrow', 'intermediate', 'compact', 'custom' ]
|
|
@@ -36,6 +37,11 @@ const theme = {
|
|
|
36
37
|
type: 'state',
|
|
37
38
|
values: [ true, false ]
|
|
38
39
|
},
|
|
40
|
+
selected: {
|
|
41
|
+
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`.',
|
|
42
|
+
type: 'state',
|
|
43
|
+
values: [ true ]
|
|
44
|
+
},
|
|
39
45
|
viewport: {
|
|
40
46
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
41
47
|
type: 'state',
|
|
@@ -43,6 +49,47 @@ const theme = {
|
|
|
43
49
|
}
|
|
44
50
|
},
|
|
45
51
|
rules: [
|
|
52
|
+
{
|
|
53
|
+
if: { interactive: true, isControl: true },
|
|
54
|
+
tokens: { borderColor: '#c9c8c8', borderWidth: 1 }
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
if: { interactive: true, isControl: true, selected: true },
|
|
58
|
+
tokens: {
|
|
59
|
+
backgroundColor: '#efefef',
|
|
60
|
+
borderColor: '#000000',
|
|
61
|
+
borderWidth: 1,
|
|
62
|
+
iconBackgroundColor: '#c9c8c8',
|
|
63
|
+
iconColor: '#000000',
|
|
64
|
+
inputBackgroundColor: '#c9c8c8'
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
if: { hover: true, interactive: true, isControl: true },
|
|
69
|
+
tokens: { iconColor: '#000000' }
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
if: {
|
|
73
|
+
focus: false,
|
|
74
|
+
interactive: true,
|
|
75
|
+
isControl: true,
|
|
76
|
+
pressed: false
|
|
77
|
+
},
|
|
78
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
if: {
|
|
82
|
+
hover: true,
|
|
83
|
+
interactive: true,
|
|
84
|
+
isControl: true,
|
|
85
|
+
selected: true
|
|
86
|
+
},
|
|
87
|
+
tokens: {
|
|
88
|
+
iconBackgroundColor: '#c9c8c8',
|
|
89
|
+
iconColor: '#000000',
|
|
90
|
+
inputBackgroundColor: '#c9c8c8'
|
|
91
|
+
}
|
|
92
|
+
},
|
|
46
93
|
{ if: { borderRadius: 'none' }, tokens: { borderRadius: 0 } },
|
|
47
94
|
{ if: { borderRadius: 'small' }, tokens: { borderRadius: 4 } },
|
|
48
95
|
{ if: { borderRadius: 'large' }, tokens: { borderRadius: 8 } },
|
|
@@ -126,9 +173,18 @@ const theme = {
|
|
|
126
173
|
}
|
|
127
174
|
},
|
|
128
175
|
{
|
|
129
|
-
if: {
|
|
176
|
+
if: {
|
|
177
|
+
focus: false,
|
|
178
|
+
interactive: true,
|
|
179
|
+
isControl: false,
|
|
180
|
+
pressed: false
|
|
181
|
+
},
|
|
130
182
|
tokens: { borderColor: '#ffffff', borderWidth: 2 }
|
|
131
183
|
},
|
|
184
|
+
{
|
|
185
|
+
if: { focus: false, interactive: true, pressed: false },
|
|
186
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
187
|
+
},
|
|
132
188
|
{
|
|
133
189
|
if: { hover: true, interactive: true },
|
|
134
190
|
tokens: {
|
|
@@ -147,6 +203,14 @@ const theme = {
|
|
|
147
203
|
borderColor: '#c9c8c8',
|
|
148
204
|
borderWidth: 2
|
|
149
205
|
}
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
if: { interactive: true, isControl: false, selected: true },
|
|
209
|
+
tokens: {
|
|
210
|
+
backgroundColor: '#efefef',
|
|
211
|
+
borderColor: '#000000',
|
|
212
|
+
borderWidth: 1
|
|
213
|
+
}
|
|
150
214
|
}
|
|
151
215
|
],
|
|
152
216
|
tokens: {
|
|
@@ -160,6 +224,24 @@ const theme = {
|
|
|
160
224
|
contentJustifyContent: 'flex-start',
|
|
161
225
|
flex: 1,
|
|
162
226
|
gradient: null,
|
|
227
|
+
icon: PaletteIconCheck,
|
|
228
|
+
iconBackgroundColor: '#efefef',
|
|
229
|
+
iconColor: '#000000',
|
|
230
|
+
iconSize: 20,
|
|
231
|
+
inputBackgroundColor: '#efefef',
|
|
232
|
+
inputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
233
|
+
inputBorderRadius: 4,
|
|
234
|
+
inputBorderWidth: 0,
|
|
235
|
+
inputHeight: 32,
|
|
236
|
+
inputShadow: {
|
|
237
|
+
blur: 2,
|
|
238
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
239
|
+
inset: true,
|
|
240
|
+
offsetX: 0,
|
|
241
|
+
offsetY: 2,
|
|
242
|
+
spread: 0
|
|
243
|
+
},
|
|
244
|
+
inputWidth: 32,
|
|
163
245
|
minWidth: null,
|
|
164
246
|
paddingBottom: 32,
|
|
165
247
|
paddingLeft: 24,
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Fri, 07 Jun 2024 22:34:31 GMT
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const theme = {
|
|
10
|
+
appearances: {
|
|
11
|
+
focus: {
|
|
12
|
+
description: "Currently only web has good support for this. Applies when an interactive component's focus handler is triggered, such as keyboard tabbing or selection.",
|
|
13
|
+
platforms: [ 'rn', 'web' ],
|
|
14
|
+
type: 'state',
|
|
15
|
+
values: [ true, false ]
|
|
16
|
+
},
|
|
17
|
+
hover: {
|
|
18
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
19
|
+
platforms: [ 'rn', 'web' ],
|
|
20
|
+
type: 'state',
|
|
21
|
+
values: [ true, false ]
|
|
22
|
+
},
|
|
23
|
+
pressed: {
|
|
24
|
+
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.',
|
|
25
|
+
type: 'state',
|
|
26
|
+
values: [ true, false ]
|
|
27
|
+
},
|
|
28
|
+
selected: {
|
|
29
|
+
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`.',
|
|
30
|
+
type: 'state',
|
|
31
|
+
values: [ true ]
|
|
32
|
+
},
|
|
33
|
+
viewport: {
|
|
34
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
35
|
+
type: 'state',
|
|
36
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
rules: [
|
|
40
|
+
{
|
|
41
|
+
if: { viewport: [ 'lg', 'xl' ] },
|
|
42
|
+
tokens: { direction: 'row', space: 5 }
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
46
|
+
tokens: { direction: 'column', fieldSpace: 3, space: 3 }
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
tokens: {
|
|
50
|
+
borderBottomLeftRadius: 1,
|
|
51
|
+
borderBottomRightRadius: 1,
|
|
52
|
+
borderTopLeftRadius: 1,
|
|
53
|
+
borderTopRightRadius: 1,
|
|
54
|
+
direction: 'column',
|
|
55
|
+
fieldSpace: 3,
|
|
56
|
+
outlineOffset: 8,
|
|
57
|
+
outlineWidth: 1,
|
|
58
|
+
showIcon: true,
|
|
59
|
+
space: 3
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
export default theme
|
package/build/web/Carousel.js
CHANGED