@telus-uds/theme-koodo 5.12.0 → 5.14.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/Carousel.json +2 -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/schema.json +940 -684
- package/build/android/theme.json +247 -4
- package/build/ios/Card.json +161 -0
- package/build/ios/CardGroup.json +52 -0
- package/build/ios/Carousel.json +2 -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/schema.json +940 -684
- package/build/ios/theme.json +247 -4
- 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 +5 -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 +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/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 +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 +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 +940 -684
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +155 -8
- 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 +5 -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 +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/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 +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 +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 +940 -684
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +155 -8
- package/package.json +4 -4
- package/theme.json +161 -3
package/build/rn/spacingScale.js
CHANGED
package/build/rn/theme.js
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 17 May 2024 16:23:25 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 PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
|
|
12
11
|
const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check')
|
|
12
|
+
const PaletteIconPause = require('@telus-uds/palette-koodo/build/rn/icons/Pause')
|
|
13
|
+
const PaletteIconPlay = require('@telus-uds/palette-koodo/build/rn/icons/Play')
|
|
14
|
+
const PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
|
|
13
15
|
const PaletteIconCheckCircleFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircleFilled')
|
|
14
16
|
const PaletteIconExclamationOctagon = require('@telus-uds/palette-koodo/build/rn/icons/ExclamationOctagon')
|
|
15
17
|
const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
|
|
@@ -32,7 +34,6 @@ const PaletteIconEyeUnmasked = require('@telus-uds/palette-koodo/build/rn/icons/
|
|
|
32
34
|
const PaletteIconVisa = require('@telus-uds/palette-koodo/build/rn/icons/Visa')
|
|
33
35
|
const PaletteIconTooltip = require('@telus-uds/palette-koodo/build/rn/icons/Tooltip')
|
|
34
36
|
const PaletteIconTooltipSymbol = require('@telus-uds/palette-koodo/build/rn/icons/TooltipSymbol')
|
|
35
|
-
const PaletteIconPause = require('@telus-uds/palette-koodo/build/rn/icons/Pause')
|
|
36
37
|
const PaletteIconReplay = require('@telus-uds/palette-koodo/build/rn/icons/Replay')
|
|
37
38
|
const PaletteIconClosedCaptions = require('@telus-uds/palette-koodo/build/rn/icons/ClosedCaptions')
|
|
38
39
|
const PaletteIconFullscreenExpand = require('@telus-uds/palette-koodo/build/rn/icons/FullscreenExpand')
|
|
@@ -1114,6 +1115,7 @@ module.exports = {
|
|
|
1114
1115
|
values: [ true, false ]
|
|
1115
1116
|
},
|
|
1116
1117
|
interactive: { type: 'variant', values: [ true ] },
|
|
1118
|
+
isControl: { type: 'variant', values: [ true, false ] },
|
|
1117
1119
|
padding: {
|
|
1118
1120
|
type: 'variant',
|
|
1119
1121
|
values: [ 'narrow', 'intermediate', 'compact', 'custom' ]
|
|
@@ -1123,6 +1125,11 @@ module.exports = {
|
|
|
1123
1125
|
type: 'state',
|
|
1124
1126
|
values: [ true, false ]
|
|
1125
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
|
+
},
|
|
1126
1133
|
viewport: {
|
|
1127
1134
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
1128
1135
|
type: 'state',
|
|
@@ -1130,6 +1137,47 @@ module.exports = {
|
|
|
1130
1137
|
}
|
|
1131
1138
|
},
|
|
1132
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
|
+
},
|
|
1133
1181
|
{ if: { borderRadius: 'none' }, tokens: { borderRadius: 0 } },
|
|
1134
1182
|
{ if: { borderRadius: 'small' }, tokens: { borderRadius: 4 } },
|
|
1135
1183
|
{ if: { borderRadius: 'large' }, tokens: { borderRadius: 8 } },
|
|
@@ -1221,9 +1269,18 @@ module.exports = {
|
|
|
1221
1269
|
}
|
|
1222
1270
|
},
|
|
1223
1271
|
{
|
|
1224
|
-
if: {
|
|
1272
|
+
if: {
|
|
1273
|
+
focus: false,
|
|
1274
|
+
interactive: true,
|
|
1275
|
+
isControl: false,
|
|
1276
|
+
pressed: false
|
|
1277
|
+
},
|
|
1225
1278
|
tokens: { borderColor: '#ffffff', borderWidth: 2 }
|
|
1226
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
if: { focus: false, interactive: true, pressed: false },
|
|
1282
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
1283
|
+
},
|
|
1227
1284
|
{
|
|
1228
1285
|
if: { hover: true, interactive: true },
|
|
1229
1286
|
tokens: {
|
|
@@ -1242,6 +1299,14 @@ module.exports = {
|
|
|
1242
1299
|
borderColor: '#c9c8c8',
|
|
1243
1300
|
borderWidth: 2
|
|
1244
1301
|
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
if: { interactive: true, isControl: false, selected: true },
|
|
1305
|
+
tokens: {
|
|
1306
|
+
backgroundColor: '#efefef',
|
|
1307
|
+
borderColor: '#000000',
|
|
1308
|
+
borderWidth: 1
|
|
1309
|
+
}
|
|
1245
1310
|
}
|
|
1246
1311
|
],
|
|
1247
1312
|
tokens: {
|
|
@@ -1255,6 +1320,24 @@ module.exports = {
|
|
|
1255
1320
|
contentJustifyContent: 'flex-start',
|
|
1256
1321
|
flex: 1,
|
|
1257
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,
|
|
1258
1341
|
minWidth: null,
|
|
1259
1342
|
paddingBottom: 32,
|
|
1260
1343
|
paddingLeft: 24,
|
|
@@ -1263,6 +1346,59 @@ module.exports = {
|
|
|
1263
1346
|
shadow: null
|
|
1264
1347
|
}
|
|
1265
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
|
+
},
|
|
1266
1402
|
Carousel: {
|
|
1267
1403
|
appearances: {
|
|
1268
1404
|
viewport: {
|
|
@@ -1281,6 +1417,8 @@ module.exports = {
|
|
|
1281
1417
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1282
1418
|
iconBackgroundColor: '#ffffff',
|
|
1283
1419
|
nextIcon: PaletteIconChevronRight,
|
|
1420
|
+
pauseIcon: PaletteIconPause,
|
|
1421
|
+
playIcon: PaletteIconPlay,
|
|
1284
1422
|
previousIcon: PaletteIconChevronLeft,
|
|
1285
1423
|
showPanelNavigation: true,
|
|
1286
1424
|
showPanelTabs: true,
|
|
@@ -4717,8 +4855,14 @@ module.exports = {
|
|
|
4717
4855
|
}
|
|
4718
4856
|
},
|
|
4719
4857
|
QuickLinksFeature: {
|
|
4720
|
-
appearances: {
|
|
4721
|
-
|
|
4858
|
+
appearances: {
|
|
4859
|
+
viewport: {
|
|
4860
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
4861
|
+
type: 'state',
|
|
4862
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4865
|
+
rules: [ { if: { viewport: 'xs' }, tokens: { stackSpace: 4 } } ],
|
|
4722
4866
|
tokens: { stackGap: 5, stackJustify: 'center', stackSpace: 5 }
|
|
4723
4867
|
},
|
|
4724
4868
|
QuickLinksFeatureItem: {
|
|
@@ -4789,7 +4933,7 @@ module.exports = {
|
|
|
4789
4933
|
fontName: 'StagSans',
|
|
4790
4934
|
fontSize: 16,
|
|
4791
4935
|
fontWeight: '600',
|
|
4792
|
-
gap:
|
|
4936
|
+
gap: 5,
|
|
4793
4937
|
imageDimension: 128,
|
|
4794
4938
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
4795
4939
|
textAlign: 'center',
|
|
@@ -4941,6 +5085,9 @@ module.exports = {
|
|
|
4941
5085
|
descriptionFontWeight: '400',
|
|
4942
5086
|
descriptionLineHeight: 1.4,
|
|
4943
5087
|
descriptionMarginLeft: null,
|
|
5088
|
+
icon: null,
|
|
5089
|
+
iconBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5090
|
+
iconColor: 'rgba(0, 0, 0, 0)',
|
|
4944
5091
|
inputBackgroundColor: '#ffffff',
|
|
4945
5092
|
inputBorderColor: '#ffffff',
|
|
4946
5093
|
inputBorderWidth: 2,
|
|
@@ -7514,5 +7661,5 @@ module.exports = {
|
|
|
7514
7661
|
tokens: { size: 96 }
|
|
7515
7662
|
}
|
|
7516
7663
|
},
|
|
7517
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
7664
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.56.0' }
|
|
7518
7665
|
}
|
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, 17 May 2024 16:23:49 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, 17 May 2024 16:23:49 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
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 17 May 2024 16:23:49 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import PaletteIconChevronRight from '@telus-uds/palette-koodo/build/rn/icons/ChevronRight'
|
|
9
|
+
import PaletteIconPause from '@telus-uds/palette-koodo/build/rn/icons/Pause'
|
|
10
|
+
import PaletteIconPlay from '@telus-uds/palette-koodo/build/rn/icons/Play'
|
|
9
11
|
import PaletteIconChevronLeft from '@telus-uds/palette-koodo/build/rn/icons/ChevronLeft'
|
|
10
12
|
const theme = {
|
|
11
13
|
appearances: {
|
|
@@ -25,6 +27,8 @@ const theme = {
|
|
|
25
27
|
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
26
28
|
iconBackgroundColor: '#ffffff',
|
|
27
29
|
nextIcon: PaletteIconChevronRight,
|
|
30
|
+
pauseIcon: PaletteIconPause,
|
|
31
|
+
playIcon: PaletteIconPlay,
|
|
28
32
|
previousIcon: PaletteIconChevronLeft,
|
|
29
33
|
showPanelNavigation: true,
|
|
30
34
|
showPanelTabs: true,
|
package/build/web/Checkbox.js
CHANGED
package/build/web/ChevronLink.js
CHANGED