@telus-uds/theme-allium 4.30.0 → 4.32.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 +24 -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/schema.json +1217 -978
- package/build/android/theme.json +279 -6
- package/build/ios/Card.json +161 -0
- package/build/ios/CardGroup.json +52 -0
- package/build/ios/ExpandCollapseControl.json +24 -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/schema.json +1217 -978
- package/build/ios/theme.json +279 -6
- 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 +21 -2
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +10 -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 +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 +1217 -978
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +181 -9
- 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 +21 -2
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +10 -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 +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 +1217 -978
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +181 -9
- package/package.json +5 -5
- package/theme.json +189 -5
package/build/rn/spacingScale.js
CHANGED
package/build/rn/theme.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Fri, 07 Jun 2024 22:34:54 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
const PaletteIconChevronRight = require('@telus-uds/palette-allium/build/rn/icons/ChevronRight')
|
|
9
9
|
const PaletteIconCaretDown = require('@telus-uds/palette-allium/build/rn/icons/CaretDown')
|
|
10
10
|
const PaletteIconCaretUp = require('@telus-uds/palette-allium/build/rn/icons/CaretUp')
|
|
11
|
+
const PaletteIconCheckmark = require('@telus-uds/palette-allium/build/rn/icons/Checkmark')
|
|
11
12
|
const PaletteIconArrowRight = require('@telus-uds/palette-allium/build/rn/icons/ArrowRight')
|
|
12
13
|
const PaletteIconPause = require('@telus-uds/palette-allium/build/rn/icons/Pause')
|
|
13
14
|
const PaletteIconPlayVideo = require('@telus-uds/palette-allium/build/rn/icons/PlayVideo')
|
|
14
15
|
const PaletteIconArrowLeft = require('@telus-uds/palette-allium/build/rn/icons/ArrowLeft')
|
|
15
|
-
const PaletteIconCheckmark = require('@telus-uds/palette-allium/build/rn/icons/Checkmark')
|
|
16
16
|
const PaletteIconStatusSuccess = require('@telus-uds/palette-allium/build/rn/icons/StatusSuccess')
|
|
17
17
|
const PaletteIconStatusError = require('@telus-uds/palette-allium/build/rn/icons/StatusError')
|
|
18
18
|
const PaletteIconClose = require('@telus-uds/palette-allium/build/rn/icons/Close')
|
|
@@ -1103,6 +1103,7 @@ module.exports = {
|
|
|
1103
1103
|
values: [ true, false ]
|
|
1104
1104
|
},
|
|
1105
1105
|
interactive: { type: 'variant', values: [ true ] },
|
|
1106
|
+
isControl: { type: 'variant', values: [ true, false ] },
|
|
1106
1107
|
padding: {
|
|
1107
1108
|
type: 'variant',
|
|
1108
1109
|
values: [ 'narrow', 'intermediate', 'compact', 'custom' ]
|
|
@@ -1112,6 +1113,11 @@ module.exports = {
|
|
|
1112
1113
|
type: 'state',
|
|
1113
1114
|
values: [ true, false ]
|
|
1114
1115
|
},
|
|
1116
|
+
selected: {
|
|
1117
|
+
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`.',
|
|
1118
|
+
type: 'state',
|
|
1119
|
+
values: [ true ]
|
|
1120
|
+
},
|
|
1115
1121
|
viewport: {
|
|
1116
1122
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
1117
1123
|
type: 'state',
|
|
@@ -1119,6 +1125,47 @@ module.exports = {
|
|
|
1119
1125
|
}
|
|
1120
1126
|
},
|
|
1121
1127
|
rules: [
|
|
1128
|
+
{
|
|
1129
|
+
if: { interactive: true, isControl: true },
|
|
1130
|
+
tokens: { borderColor: '#b2b9bf', borderWidth: 1 }
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
if: { interactive: true, isControl: true, selected: true },
|
|
1134
|
+
tokens: {
|
|
1135
|
+
backgroundColor: '#f4f4f7',
|
|
1136
|
+
borderColor: '#4b286d',
|
|
1137
|
+
borderWidth: 1,
|
|
1138
|
+
iconBackgroundColor: '#e3e6e8',
|
|
1139
|
+
iconColor: '#4b286d',
|
|
1140
|
+
inputBackgroundColor: '#e3e6e8'
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
if: { hover: true, interactive: true, isControl: true },
|
|
1145
|
+
tokens: { iconColor: '#414547' }
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
if: {
|
|
1149
|
+
focus: false,
|
|
1150
|
+
interactive: true,
|
|
1151
|
+
isControl: true,
|
|
1152
|
+
pressed: false
|
|
1153
|
+
},
|
|
1154
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
if: {
|
|
1158
|
+
hover: true,
|
|
1159
|
+
interactive: true,
|
|
1160
|
+
isControl: true,
|
|
1161
|
+
selected: true
|
|
1162
|
+
},
|
|
1163
|
+
tokens: {
|
|
1164
|
+
iconBackgroundColor: '#e3e6e8',
|
|
1165
|
+
iconColor: '#414547',
|
|
1166
|
+
inputBackgroundColor: '#e3e6e8'
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1122
1169
|
{ if: { borderRadius: 'none' }, tokens: { borderRadius: 0 } },
|
|
1123
1170
|
{ if: { borderRadius: 'small' }, tokens: { borderRadius: 6 } },
|
|
1124
1171
|
{ if: { borderRadius: 'large' }, tokens: { borderRadius: 12 } },
|
|
@@ -1213,9 +1260,18 @@ module.exports = {
|
|
|
1213
1260
|
}
|
|
1214
1261
|
},
|
|
1215
1262
|
{
|
|
1216
|
-
if: {
|
|
1263
|
+
if: {
|
|
1264
|
+
focus: false,
|
|
1265
|
+
interactive: true,
|
|
1266
|
+
isControl: false,
|
|
1267
|
+
pressed: false
|
|
1268
|
+
},
|
|
1217
1269
|
tokens: { borderColor: '#ffffff', borderWidth: 2 }
|
|
1218
1270
|
},
|
|
1271
|
+
{
|
|
1272
|
+
if: { focus: false, interactive: true, pressed: false },
|
|
1273
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
1274
|
+
},
|
|
1219
1275
|
{
|
|
1220
1276
|
if: { hover: true, interactive: true },
|
|
1221
1277
|
tokens: {
|
|
@@ -1234,6 +1290,14 @@ module.exports = {
|
|
|
1234
1290
|
borderColor: '#e3e6e8',
|
|
1235
1291
|
borderWidth: 2
|
|
1236
1292
|
}
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
if: { interactive: true, isControl: false, selected: true },
|
|
1296
|
+
tokens: {
|
|
1297
|
+
backgroundColor: '#f4f4f7',
|
|
1298
|
+
borderColor: '#4b286d',
|
|
1299
|
+
borderWidth: 1
|
|
1300
|
+
}
|
|
1237
1301
|
}
|
|
1238
1302
|
],
|
|
1239
1303
|
tokens: {
|
|
@@ -1247,6 +1311,24 @@ module.exports = {
|
|
|
1247
1311
|
contentJustifyContent: 'flex-start',
|
|
1248
1312
|
flex: 1,
|
|
1249
1313
|
gradient: null,
|
|
1314
|
+
icon: PaletteIconCheckmark,
|
|
1315
|
+
iconBackgroundColor: '#f4f4f7',
|
|
1316
|
+
iconColor: '#4b286d',
|
|
1317
|
+
iconSize: 20,
|
|
1318
|
+
inputBackgroundColor: '#f4f4f7',
|
|
1319
|
+
inputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1320
|
+
inputBorderRadius: 4,
|
|
1321
|
+
inputBorderWidth: 0,
|
|
1322
|
+
inputHeight: 32,
|
|
1323
|
+
inputShadow: {
|
|
1324
|
+
blur: 2,
|
|
1325
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
1326
|
+
inset: true,
|
|
1327
|
+
offsetX: 0,
|
|
1328
|
+
offsetY: 2,
|
|
1329
|
+
spread: 0
|
|
1330
|
+
},
|
|
1331
|
+
inputWidth: 32,
|
|
1250
1332
|
minWidth: null,
|
|
1251
1333
|
paddingBottom: 32,
|
|
1252
1334
|
paddingLeft: 24,
|
|
@@ -1255,6 +1337,59 @@ module.exports = {
|
|
|
1255
1337
|
shadow: null
|
|
1256
1338
|
}
|
|
1257
1339
|
},
|
|
1340
|
+
CardGroup: {
|
|
1341
|
+
appearances: {
|
|
1342
|
+
focus: {
|
|
1343
|
+
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.",
|
|
1344
|
+
platforms: [ 'rn', 'web' ],
|
|
1345
|
+
type: 'state',
|
|
1346
|
+
values: [ true, false ]
|
|
1347
|
+
},
|
|
1348
|
+
hover: {
|
|
1349
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1350
|
+
platforms: [ 'rn', 'web' ],
|
|
1351
|
+
type: 'state',
|
|
1352
|
+
values: [ true, false ]
|
|
1353
|
+
},
|
|
1354
|
+
pressed: {
|
|
1355
|
+
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.',
|
|
1356
|
+
type: 'state',
|
|
1357
|
+
values: [ true, false ]
|
|
1358
|
+
},
|
|
1359
|
+
selected: {
|
|
1360
|
+
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`.',
|
|
1361
|
+
type: 'state',
|
|
1362
|
+
values: [ true ]
|
|
1363
|
+
},
|
|
1364
|
+
viewport: {
|
|
1365
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
1366
|
+
type: 'state',
|
|
1367
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
rules: [
|
|
1371
|
+
{
|
|
1372
|
+
if: { viewport: [ 'lg', 'xl' ] },
|
|
1373
|
+
tokens: { direction: 'row', space: 5 }
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
if: { viewport: [ 'xs', 'sm', 'md' ] },
|
|
1377
|
+
tokens: { direction: 'column', fieldSpace: 3, space: 3 }
|
|
1378
|
+
}
|
|
1379
|
+
],
|
|
1380
|
+
tokens: {
|
|
1381
|
+
borderBottomLeftRadius: 1,
|
|
1382
|
+
borderBottomRightRadius: 1,
|
|
1383
|
+
borderTopLeftRadius: 1,
|
|
1384
|
+
borderTopRightRadius: 1,
|
|
1385
|
+
direction: 'column',
|
|
1386
|
+
fieldSpace: 3,
|
|
1387
|
+
outlineOffset: 8,
|
|
1388
|
+
outlineWidth: 1,
|
|
1389
|
+
showIcon: true,
|
|
1390
|
+
space: 3
|
|
1391
|
+
}
|
|
1392
|
+
},
|
|
1258
1393
|
Carousel: {
|
|
1259
1394
|
appearances: {
|
|
1260
1395
|
viewport: {
|
|
@@ -2166,7 +2301,10 @@ module.exports = {
|
|
|
2166
2301
|
paddingTop: 8
|
|
2167
2302
|
}
|
|
2168
2303
|
},
|
|
2169
|
-
{
|
|
2304
|
+
{
|
|
2305
|
+
if: { mini: true },
|
|
2306
|
+
tokens: { borderWidth: null, paddingBottom: 0, paddingTop: 0 }
|
|
2307
|
+
},
|
|
2170
2308
|
{
|
|
2171
2309
|
if: { focus: true },
|
|
2172
2310
|
tokens: {
|
|
@@ -2175,6 +2313,14 @@ module.exports = {
|
|
|
2175
2313
|
borderWidth: 1
|
|
2176
2314
|
}
|
|
2177
2315
|
},
|
|
2316
|
+
{
|
|
2317
|
+
if: { focus: true, mini: true },
|
|
2318
|
+
tokens: {
|
|
2319
|
+
backgroundColor: '#f4f4f7',
|
|
2320
|
+
borderColor: '#676e73',
|
|
2321
|
+
borderWidth: null
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2178
2324
|
{
|
|
2179
2325
|
if: { hover: true },
|
|
2180
2326
|
tokens: { backgroundColor: '#fafafa', iconPaddingTop: 8 }
|
|
@@ -2190,6 +2336,14 @@ module.exports = {
|
|
|
2190
2336
|
borderColor: '#676e73',
|
|
2191
2337
|
borderWidth: 1
|
|
2192
2338
|
}
|
|
2339
|
+
},
|
|
2340
|
+
{
|
|
2341
|
+
if: { mini: true, pressed: true },
|
|
2342
|
+
tokens: {
|
|
2343
|
+
backgroundColor: '#e3e6e8',
|
|
2344
|
+
borderColor: '#676e73',
|
|
2345
|
+
borderWidth: null
|
|
2346
|
+
}
|
|
2193
2347
|
}
|
|
2194
2348
|
],
|
|
2195
2349
|
tokens: {
|
|
@@ -2295,7 +2449,15 @@ module.exports = {
|
|
|
2295
2449
|
contentPaddingTop: 8
|
|
2296
2450
|
}
|
|
2297
2451
|
},
|
|
2298
|
-
{
|
|
2452
|
+
{
|
|
2453
|
+
if: { mini: true },
|
|
2454
|
+
tokens: {
|
|
2455
|
+
contentPaddingBottom: 0,
|
|
2456
|
+
contentPaddingLeft: 0,
|
|
2457
|
+
contentPanelPaddingBottom: 0,
|
|
2458
|
+
contentPanelPaddingTop: 0
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2299
2461
|
],
|
|
2300
2462
|
tokens: {
|
|
2301
2463
|
borderColor: 'rgba(0, 0, 0, 0)',
|
|
@@ -3258,6 +3420,7 @@ module.exports = {
|
|
|
3258
3420
|
itemIconColor: '#4b286d',
|
|
3259
3421
|
itemIconSize: 24,
|
|
3260
3422
|
itemLineHeight: 1.5,
|
|
3423
|
+
itemTextColor: '#414547',
|
|
3261
3424
|
listGutter: 8
|
|
3262
3425
|
}
|
|
3263
3426
|
},
|
|
@@ -4647,8 +4810,14 @@ module.exports = {
|
|
|
4647
4810
|
}
|
|
4648
4811
|
},
|
|
4649
4812
|
QuickLinksFeature: {
|
|
4650
|
-
appearances: {
|
|
4651
|
-
|
|
4813
|
+
appearances: {
|
|
4814
|
+
viewport: {
|
|
4815
|
+
description: 'The size label for the current screen viewport based on the current screen width',
|
|
4816
|
+
type: 'state',
|
|
4817
|
+
values: [ 'xs', 'sm', 'md', 'lg', 'xl' ]
|
|
4818
|
+
}
|
|
4819
|
+
},
|
|
4820
|
+
rules: [ { if: { viewport: 'xs' }, tokens: { stackSpace: 4 } } ],
|
|
4652
4821
|
tokens: { stackGap: 5, stackJustify: 'center', stackSpace: 5 }
|
|
4653
4822
|
},
|
|
4654
4823
|
QuickLinksFeatureItem: {
|
|
@@ -4715,7 +4884,7 @@ module.exports = {
|
|
|
4715
4884
|
fontName: 'HelveticaNow',
|
|
4716
4885
|
fontSize: 16,
|
|
4717
4886
|
fontWeight: '700',
|
|
4718
|
-
gap:
|
|
4887
|
+
gap: 5,
|
|
4719
4888
|
imageDimension: 128,
|
|
4720
4889
|
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
4721
4890
|
textAlign: 'center',
|
|
@@ -4867,6 +5036,9 @@ module.exports = {
|
|
|
4867
5036
|
descriptionFontWeight: '400',
|
|
4868
5037
|
descriptionLineHeight: 1.42857142857,
|
|
4869
5038
|
descriptionMarginLeft: null,
|
|
5039
|
+
icon: null,
|
|
5040
|
+
iconBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
5041
|
+
iconColor: 'rgba(0, 0, 0, 0)',
|
|
4870
5042
|
inputBackgroundColor: '#ffffff',
|
|
4871
5043
|
inputBorderColor: '#676e73',
|
|
4872
5044
|
inputBorderWidth: 1,
|
|
@@ -7451,5 +7623,5 @@ module.exports = {
|
|
|
7451
7623
|
tokens: { size: 96 }
|
|
7452
7624
|
}
|
|
7453
7625
|
},
|
|
7454
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '2.
|
|
7626
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '2.57.0' }
|
|
7455
7627
|
}
|
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:35:15 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
import PaletteIconCheckmark from '@telus-uds/palette-allium/build/rn/icons/Checkmark'
|
|
9
9
|
const theme = {
|
|
10
10
|
appearances: {
|
|
11
11
|
background: {
|
|
@@ -26,6 +26,7 @@ const theme = {
|
|
|
26
26
|
values: [ true, false ]
|
|
27
27
|
},
|
|
28
28
|
interactive: { type: 'variant', values: [ true ] },
|
|
29
|
+
isControl: { type: 'variant', values: [ true, false ] },
|
|
29
30
|
padding: {
|
|
30
31
|
type: 'variant',
|
|
31
32
|
values: [ 'narrow', 'intermediate', 'compact', 'custom' ]
|
|
@@ -35,6 +36,11 @@ const theme = {
|
|
|
35
36
|
type: 'state',
|
|
36
37
|
values: [ true, false ]
|
|
37
38
|
},
|
|
39
|
+
selected: {
|
|
40
|
+
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`.',
|
|
41
|
+
type: 'state',
|
|
42
|
+
values: [ true ]
|
|
43
|
+
},
|
|
38
44
|
viewport: {
|
|
39
45
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
40
46
|
type: 'state',
|
|
@@ -42,6 +48,47 @@ const theme = {
|
|
|
42
48
|
}
|
|
43
49
|
},
|
|
44
50
|
rules: [
|
|
51
|
+
{
|
|
52
|
+
if: { interactive: true, isControl: true },
|
|
53
|
+
tokens: { borderColor: '#b2b9bf', borderWidth: 1 }
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
if: { interactive: true, isControl: true, selected: true },
|
|
57
|
+
tokens: {
|
|
58
|
+
backgroundColor: '#f4f4f7',
|
|
59
|
+
borderColor: '#4b286d',
|
|
60
|
+
borderWidth: 1,
|
|
61
|
+
iconBackgroundColor: '#e3e6e8',
|
|
62
|
+
iconColor: '#4b286d',
|
|
63
|
+
inputBackgroundColor: '#e3e6e8'
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
if: { hover: true, interactive: true, isControl: true },
|
|
68
|
+
tokens: { iconColor: '#414547' }
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
if: {
|
|
72
|
+
focus: false,
|
|
73
|
+
interactive: true,
|
|
74
|
+
isControl: true,
|
|
75
|
+
pressed: false
|
|
76
|
+
},
|
|
77
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
if: {
|
|
81
|
+
hover: true,
|
|
82
|
+
interactive: true,
|
|
83
|
+
isControl: true,
|
|
84
|
+
selected: true
|
|
85
|
+
},
|
|
86
|
+
tokens: {
|
|
87
|
+
iconBackgroundColor: '#e3e6e8',
|
|
88
|
+
iconColor: '#414547',
|
|
89
|
+
inputBackgroundColor: '#e3e6e8'
|
|
90
|
+
}
|
|
91
|
+
},
|
|
45
92
|
{ if: { borderRadius: 'none' }, tokens: { borderRadius: 0 } },
|
|
46
93
|
{ if: { borderRadius: 'small' }, tokens: { borderRadius: 6 } },
|
|
47
94
|
{ if: { borderRadius: 'large' }, tokens: { borderRadius: 12 } },
|
|
@@ -136,9 +183,18 @@ const theme = {
|
|
|
136
183
|
}
|
|
137
184
|
},
|
|
138
185
|
{
|
|
139
|
-
if: {
|
|
186
|
+
if: {
|
|
187
|
+
focus: false,
|
|
188
|
+
interactive: true,
|
|
189
|
+
isControl: false,
|
|
190
|
+
pressed: false
|
|
191
|
+
},
|
|
140
192
|
tokens: { borderColor: '#ffffff', borderWidth: 2 }
|
|
141
193
|
},
|
|
194
|
+
{
|
|
195
|
+
if: { focus: false, interactive: true, pressed: false },
|
|
196
|
+
tokens: { borderColor: 'rgba(0, 0, 0, 0)', borderWidth: 2 }
|
|
197
|
+
},
|
|
142
198
|
{
|
|
143
199
|
if: { hover: true, interactive: true },
|
|
144
200
|
tokens: {
|
|
@@ -157,6 +213,14 @@ const theme = {
|
|
|
157
213
|
borderColor: '#e3e6e8',
|
|
158
214
|
borderWidth: 2
|
|
159
215
|
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
if: { interactive: true, isControl: false, selected: true },
|
|
219
|
+
tokens: {
|
|
220
|
+
backgroundColor: '#f4f4f7',
|
|
221
|
+
borderColor: '#4b286d',
|
|
222
|
+
borderWidth: 1
|
|
223
|
+
}
|
|
160
224
|
}
|
|
161
225
|
],
|
|
162
226
|
tokens: {
|
|
@@ -170,6 +234,24 @@ const theme = {
|
|
|
170
234
|
contentJustifyContent: 'flex-start',
|
|
171
235
|
flex: 1,
|
|
172
236
|
gradient: null,
|
|
237
|
+
icon: PaletteIconCheckmark,
|
|
238
|
+
iconBackgroundColor: '#f4f4f7',
|
|
239
|
+
iconColor: '#4b286d',
|
|
240
|
+
iconSize: 20,
|
|
241
|
+
inputBackgroundColor: '#f4f4f7',
|
|
242
|
+
inputBorderColor: 'rgba(0, 0, 0, 0)',
|
|
243
|
+
inputBorderRadius: 4,
|
|
244
|
+
inputBorderWidth: 0,
|
|
245
|
+
inputHeight: 32,
|
|
246
|
+
inputShadow: {
|
|
247
|
+
blur: 2,
|
|
248
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
249
|
+
inset: true,
|
|
250
|
+
offsetX: 0,
|
|
251
|
+
offsetY: 2,
|
|
252
|
+
spread: 0
|
|
253
|
+
},
|
|
254
|
+
inputWidth: 32,
|
|
173
255
|
minWidth: null,
|
|
174
256
|
paddingBottom: 32,
|
|
175
257
|
paddingLeft: 24,
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/*
|
|
2
|
+
*
|
|
3
|
+
* Do not edit directly
|
|
4
|
+
* Generated on Fri, 07 Jun 2024 22:35:15 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
package/build/web/Checkbox.js
CHANGED