@telus-uds/theme-allium 5.0.0 → 5.2.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/ButtonGroup.json +41 -1
- package/build/android/ButtonGroupItem.json +62 -1
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/FileUpload.json +65 -0
- package/build/android/Icon.json +16 -2
- package/build/android/Link.json +9 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Status.json +4 -3
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +75 -0
- package/build/android/schema.json +1793 -1031
- package/build/android/theme.json +366 -11
- package/build/ios/ButtonGroup.json +41 -1
- package/build/ios/ButtonGroupItem.json +62 -1
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/FileUpload.json +65 -0
- package/build/ios/Icon.json +16 -2
- package/build/ios/Link.json +9 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Status.json +4 -3
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +75 -0
- package/build/ios/schema.json +1793 -1031
- package/build/ios/theme.json +366 -11
- package/build/rn/ActionCard.js +1 -1
- 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 +28 -3
- package/build/rn/ButtonGroupItem.js +54 -3
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.js +5 -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 +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/DownloadApp.js +62 -0
- 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 +34 -0
- 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 +5 -4
- 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 +3 -2
- 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 +9 -3
- 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 +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/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 +3 -2
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +34 -0
- package/build/rn/TabBarItem.js +69 -0
- 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 +1793 -1031
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +273 -13
- package/build/web/ActionCard.js +1 -1
- 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 +28 -3
- package/build/web/ButtonGroupItem.js +54 -3
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.js +5 -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 +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/DownloadApp.js +62 -0
- 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 +34 -0
- 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 +5 -4
- 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 +3 -2
- 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 +9 -3
- 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 +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/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 +3 -2
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +34 -0
- package/build/web/TabBarItem.js +69 -0
- 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 +5 -1
- package/build/web/schema.json +1793 -1031
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +273 -13
- package/package.json +5 -5
- package/theme.json +313 -4
package/theme.json
CHANGED
|
@@ -1176,6 +1176,11 @@
|
|
|
1176
1176
|
},
|
|
1177
1177
|
"ButtonGroup": {
|
|
1178
1178
|
"appearances": {
|
|
1179
|
+
"style": {
|
|
1180
|
+
"description": "Configure `style` variant for `ButtonGroup`",
|
|
1181
|
+
"type": "variant",
|
|
1182
|
+
"values": ["contained"]
|
|
1183
|
+
},
|
|
1179
1184
|
"viewport": "{appearances.system.viewport}",
|
|
1180
1185
|
"width": {
|
|
1181
1186
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
@@ -1189,6 +1194,7 @@
|
|
|
1189
1194
|
"viewport": ["lg", "xl"]
|
|
1190
1195
|
},
|
|
1191
1196
|
"tokens": {
|
|
1197
|
+
"gap": "{palette.size.size3}",
|
|
1192
1198
|
"space": "{system.integer.3}"
|
|
1193
1199
|
}
|
|
1194
1200
|
},
|
|
@@ -1201,16 +1207,40 @@
|
|
|
1201
1207
|
"alignItems": "{system.flexAlign.stretch}",
|
|
1202
1208
|
"direction": "{system.direction.column}"
|
|
1203
1209
|
}
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"if": {
|
|
1213
|
+
"style": "contained"
|
|
1214
|
+
},
|
|
1215
|
+
"tokens": {
|
|
1216
|
+
"backgroundColor": "{palette.color.dark5}",
|
|
1217
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
1218
|
+
"padding": "{palette.size.size8}",
|
|
1219
|
+
"space": "{system.integer.2}"
|
|
1220
|
+
}
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"if": {
|
|
1224
|
+
"style": "contained",
|
|
1225
|
+
"viewport": ["xs", "sm", "md", "lg", "xl"]
|
|
1226
|
+
},
|
|
1227
|
+
"tokens": {
|
|
1228
|
+
"borderRadius": "{palette.radius.radius24}"
|
|
1229
|
+
}
|
|
1204
1230
|
}
|
|
1205
1231
|
],
|
|
1206
1232
|
"tokens": {
|
|
1207
1233
|
"alignItems": "{system.flexAlign.center}",
|
|
1234
|
+
"backgroundColor": "{system.color.none}",
|
|
1235
|
+
"borderRadius": "{palette.radius.none}",
|
|
1208
1236
|
"direction": "{system.direction.row}",
|
|
1209
1237
|
"fieldSpace": "{system.integer.2}",
|
|
1210
1238
|
"flexGrow": "{system.integer.0}",
|
|
1211
1239
|
"flexShrink": "{system.integer.0}",
|
|
1240
|
+
"gap": "{palette.size.size2}",
|
|
1212
1241
|
"justifyContent": "{system.flexJustifyContent.flexStart}",
|
|
1213
|
-
"
|
|
1242
|
+
"padding": "{system.size.zero}",
|
|
1243
|
+
"space": "{system.integer.2}"
|
|
1214
1244
|
}
|
|
1215
1245
|
},
|
|
1216
1246
|
"ButtonGroupItem": {
|
|
@@ -1221,6 +1251,11 @@
|
|
|
1221
1251
|
"inactive": "{appearances.ButtonGroupItem.inactive}",
|
|
1222
1252
|
"pressed": "{appearances.ButtonGroupItem.pressed}",
|
|
1223
1253
|
"selected": "{appearances.ButtonGroupItem.selected}",
|
|
1254
|
+
"style": {
|
|
1255
|
+
"description": "Configure `style` variant for `ButtonGroupItem`",
|
|
1256
|
+
"type": "variant",
|
|
1257
|
+
"values": ["contained"]
|
|
1258
|
+
},
|
|
1224
1259
|
"width": {
|
|
1225
1260
|
"description": "Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.",
|
|
1226
1261
|
"type": "variant",
|
|
@@ -1330,6 +1365,83 @@
|
|
|
1330
1365
|
"tokens": {
|
|
1331
1366
|
"width": "{system.size.full}"
|
|
1332
1367
|
}
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"if": {
|
|
1371
|
+
"style": "contained"
|
|
1372
|
+
},
|
|
1373
|
+
"tokens": {
|
|
1374
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
1375
|
+
"borderColor": "{palette.color.transparent}",
|
|
1376
|
+
"borderWidth": "{system.border.zero}",
|
|
1377
|
+
"height": "{palette.size.size32}"
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"if": {
|
|
1382
|
+
"hover": true,
|
|
1383
|
+
"style": "contained"
|
|
1384
|
+
},
|
|
1385
|
+
"tokens": {
|
|
1386
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
1387
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
1388
|
+
"borderWidth": "{palette.border.border3}"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"if": {
|
|
1393
|
+
"selected": true,
|
|
1394
|
+
"style": "contained"
|
|
1395
|
+
},
|
|
1396
|
+
"tokens": {
|
|
1397
|
+
"backgroundColor": "{palette.color.purpleTelus}",
|
|
1398
|
+
"color": "{palette.color.white}",
|
|
1399
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"if": {
|
|
1404
|
+
"focus": true,
|
|
1405
|
+
"style": "contained"
|
|
1406
|
+
},
|
|
1407
|
+
"tokens": {
|
|
1408
|
+
"borderColor": "{palette.color.greyShuttle}",
|
|
1409
|
+
"borderWidth": "{palette.border.border1}",
|
|
1410
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
"if": {
|
|
1415
|
+
"hover": true,
|
|
1416
|
+
"selected": true,
|
|
1417
|
+
"style": "contained"
|
|
1418
|
+
},
|
|
1419
|
+
"tokens": {
|
|
1420
|
+
"backgroundColor": "{palette.color.purpleDeluge}",
|
|
1421
|
+
"borderColor": "{palette.color.transparent}",
|
|
1422
|
+
"color": "{palette.color.white}",
|
|
1423
|
+
"outerBorderWidth": "{palette.border.none}"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"if": {
|
|
1428
|
+
"focus": true,
|
|
1429
|
+
"selected": true,
|
|
1430
|
+
"style": "contained"
|
|
1431
|
+
},
|
|
1432
|
+
"tokens": {
|
|
1433
|
+
"outerBorderColor": "{palette.color.purpleTelus}",
|
|
1434
|
+
"outerBorderWidth": "{palette.border.border2}"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"if": {
|
|
1439
|
+
"pressed": true,
|
|
1440
|
+
"style": "contained"
|
|
1441
|
+
},
|
|
1442
|
+
"tokens": {
|
|
1443
|
+
"backgroundColor": "{palette.color.purpleDark}"
|
|
1444
|
+
}
|
|
1333
1445
|
}
|
|
1334
1446
|
],
|
|
1335
1447
|
"tokens": {
|
|
@@ -1773,6 +1885,10 @@
|
|
|
1773
1885
|
"fieldSpace": "{system.integer.3}",
|
|
1774
1886
|
"outlineOffset": "{palette.size.size8}",
|
|
1775
1887
|
"outlineWidth": "{palette.border.border1}",
|
|
1888
|
+
"paddingBottom": "{palette.size.size24}",
|
|
1889
|
+
"paddingLeft": "{palette.size.size24}",
|
|
1890
|
+
"paddingRight": "{palette.size.size24}",
|
|
1891
|
+
"paddingTop": "{palette.size.size24}",
|
|
1776
1892
|
"showIcon": "{system.show.true}",
|
|
1777
1893
|
"space": "{system.integer.3}"
|
|
1778
1894
|
}
|
|
@@ -2777,6 +2893,63 @@
|
|
|
2777
2893
|
"width": "{palette.size.size1}"
|
|
2778
2894
|
}
|
|
2779
2895
|
},
|
|
2896
|
+
"DownloadApp": {
|
|
2897
|
+
"appearances": {
|
|
2898
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
2899
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
2900
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
2901
|
+
},
|
|
2902
|
+
"rules": [
|
|
2903
|
+
{
|
|
2904
|
+
"if": {
|
|
2905
|
+
"focus": true
|
|
2906
|
+
},
|
|
2907
|
+
"tokens": {
|
|
2908
|
+
"borderColor": "{palette.color.greenAccessible}",
|
|
2909
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"if": {
|
|
2914
|
+
"hover": true
|
|
2915
|
+
},
|
|
2916
|
+
"tokens": {
|
|
2917
|
+
"borderColor": "{palette.color.greyCloud}",
|
|
2918
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2919
|
+
}
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
"if": {
|
|
2923
|
+
"pressed": true
|
|
2924
|
+
},
|
|
2925
|
+
"tokens": {
|
|
2926
|
+
"borderColor": "{palette.color.greenSanFelix}",
|
|
2927
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"if": {
|
|
2932
|
+
"focus": true,
|
|
2933
|
+
"pressed": true
|
|
2934
|
+
},
|
|
2935
|
+
"tokens": {
|
|
2936
|
+
"borderColor": "{palette.color.greenSanFelix}",
|
|
2937
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
2938
|
+
}
|
|
2939
|
+
}
|
|
2940
|
+
],
|
|
2941
|
+
"tokens": {
|
|
2942
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
2943
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
2944
|
+
"borderColor": "{palette.color.transparent}",
|
|
2945
|
+
"borderGap": "{palette.size.size2}",
|
|
2946
|
+
"borderRadius": "{palette.radius.none}",
|
|
2947
|
+
"borderWidth": "{palette.border.border1}",
|
|
2948
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
2949
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
2950
|
+
"padding": "{palette.size.size1}"
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2780
2953
|
"ExpandCollapse": {
|
|
2781
2954
|
"appearances": {},
|
|
2782
2955
|
"rules": [],
|
|
@@ -3184,6 +3357,31 @@
|
|
|
3184
3357
|
"paddingTop": "{system.size.zero}"
|
|
3185
3358
|
}
|
|
3186
3359
|
},
|
|
3360
|
+
"FileUpload": {
|
|
3361
|
+
"appearances": {},
|
|
3362
|
+
"rules": [],
|
|
3363
|
+
"tokens": {
|
|
3364
|
+
"buttonBackgroundColor": "{system.color.none}",
|
|
3365
|
+
"buttonBorderColor": "{system.color.none}",
|
|
3366
|
+
"buttonBorderRadius": "{system.radius.none}",
|
|
3367
|
+
"buttonBorderWidth": "{system.border.none}",
|
|
3368
|
+
"buttonHeight": "{system.size.none}",
|
|
3369
|
+
"buttonMinWidth": "{system.size.none}",
|
|
3370
|
+
"buttonTextColor": "{system.color.none}",
|
|
3371
|
+
"buttonWidth": "{system.size.none}",
|
|
3372
|
+
"notificationBackgroundColor": "{system.color.none}",
|
|
3373
|
+
"notificationBorderColor": "{system.color.none}",
|
|
3374
|
+
"notificationBorderRadius": "{system.radius.none}",
|
|
3375
|
+
"notificationDismissButtonGap": "{system.size.none}",
|
|
3376
|
+
"notificationDismissIcon": "{system.icon.none}",
|
|
3377
|
+
"notificationDismissIconColor": "{system.color.none}",
|
|
3378
|
+
"notificationIcon": "{system.icon.none}",
|
|
3379
|
+
"notificationIconColor": "{system.color.none}",
|
|
3380
|
+
"notificationIconGap": "{system.size.none}",
|
|
3381
|
+
"notificationIconSize": "{system.size.none}",
|
|
3382
|
+
"notificationTextColor": "{palette.color.greyCharcoal}"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3187
3385
|
"Footnote": {
|
|
3188
3386
|
"appearances": {
|
|
3189
3387
|
"viewport": "{appearances.system.viewport}"
|
|
@@ -3466,7 +3664,16 @@
|
|
|
3466
3664
|
},
|
|
3467
3665
|
"color": {
|
|
3468
3666
|
"type": "variant",
|
|
3469
|
-
"values": [
|
|
3667
|
+
"values": [
|
|
3668
|
+
"brand",
|
|
3669
|
+
"subtle",
|
|
3670
|
+
"offer",
|
|
3671
|
+
"success",
|
|
3672
|
+
"danger",
|
|
3673
|
+
"warning",
|
|
3674
|
+
"inverse",
|
|
3675
|
+
"default"
|
|
3676
|
+
]
|
|
3470
3677
|
},
|
|
3471
3678
|
"padding": {
|
|
3472
3679
|
"type": "variant",
|
|
@@ -3667,6 +3874,14 @@
|
|
|
3667
3874
|
"color": "{palette.color.white}"
|
|
3668
3875
|
}
|
|
3669
3876
|
},
|
|
3877
|
+
{
|
|
3878
|
+
"if": {
|
|
3879
|
+
"color": "offer"
|
|
3880
|
+
},
|
|
3881
|
+
"tokens": {
|
|
3882
|
+
"color": "{palette.color.purpleTelus}"
|
|
3883
|
+
}
|
|
3884
|
+
},
|
|
3670
3885
|
{
|
|
3671
3886
|
"if": {
|
|
3672
3887
|
"size": "extraLarge"
|
|
@@ -4246,6 +4461,14 @@
|
|
|
4246
4461
|
"iconSpace": "{system.integer.1}"
|
|
4247
4462
|
}
|
|
4248
4463
|
},
|
|
4464
|
+
{
|
|
4465
|
+
"if": {
|
|
4466
|
+
"iconPosition": "inline"
|
|
4467
|
+
},
|
|
4468
|
+
"tokens": {
|
|
4469
|
+
"iconSpace": "{system.integer.2}"
|
|
4470
|
+
}
|
|
4471
|
+
},
|
|
4249
4472
|
{
|
|
4250
4473
|
"if": {
|
|
4251
4474
|
"focus": true
|
|
@@ -4960,14 +5183,20 @@
|
|
|
4960
5183
|
],
|
|
4961
5184
|
"tokens": {
|
|
4962
5185
|
"buttonDirection": "{system.direction.row}",
|
|
5186
|
+
"contentMarginBottom": "{palette.size.size32}",
|
|
5187
|
+
"contentMarginLeft": "{palette.size.size16}",
|
|
5188
|
+
"contentMarginRight": "{palette.size.size16}",
|
|
5189
|
+
"contentMarginTop": "{palette.size.size24}",
|
|
5190
|
+
"contentPaddingLeft": "{palette.size.size16}",
|
|
5191
|
+
"contentPaddingRight": "{palette.size.size16}",
|
|
4963
5192
|
"headerFontColor": "{palette.color.greyCharcoal}",
|
|
4964
5193
|
"headerFontName": "{palette.fontName.HNforTELUSSA}",
|
|
4965
5194
|
"headerFontSize": "{palette.fontSize.size16}",
|
|
4966
5195
|
"headerFontWeight": "{palette.fontWeight.weight500}",
|
|
4967
5196
|
"headerLineHeight": "{palette.lineHeight.ratio3to2}",
|
|
4968
|
-
"maxHeightSize": "{
|
|
5197
|
+
"maxHeightSize": "{palette.size.size480}",
|
|
4969
5198
|
"maxWidthSize": "{system.size.zero}",
|
|
4970
|
-
"minHeight": "{
|
|
5199
|
+
"minHeight": "{system.size.zero}",
|
|
4971
5200
|
"minWidth": "{palette.size.size320}",
|
|
4972
5201
|
"subHeaderFontName": "{palette.fontName.HNforTELUSSA}",
|
|
4973
5202
|
"subHeaderFontSize": "{palette.fontSize.size14}",
|
|
@@ -7538,6 +7767,7 @@
|
|
|
7538
7767
|
"icon": "{palette.icon.StatusInfo}",
|
|
7539
7768
|
"iconColor": "{palette.color.greyCharcoal}",
|
|
7540
7769
|
"iconGradient": "{system.gradient.none}",
|
|
7770
|
+
"marginLeft": "{palette.size.size8}",
|
|
7541
7771
|
"paddingBottom": "{palette.size.size0}",
|
|
7542
7772
|
"paddingLeft": "{palette.size.size0}",
|
|
7543
7773
|
"paddingRight": "{palette.size.size0}",
|
|
@@ -7691,6 +7921,85 @@
|
|
|
7691
7921
|
"shadow": "{system.shadow.none}"
|
|
7692
7922
|
}
|
|
7693
7923
|
},
|
|
7924
|
+
"TabBar": {
|
|
7925
|
+
"appearances": {
|
|
7926
|
+
"pressed": "{appearances.TabBarItem.pressed}"
|
|
7927
|
+
},
|
|
7928
|
+
"rules": [
|
|
7929
|
+
{
|
|
7930
|
+
"if": {
|
|
7931
|
+
"pressed": true
|
|
7932
|
+
},
|
|
7933
|
+
"tokens": {
|
|
7934
|
+
"paddingBottom": "{palette.size.size0}",
|
|
7935
|
+
"paddingTop": "{palette.size.size0}"
|
|
7936
|
+
}
|
|
7937
|
+
}
|
|
7938
|
+
],
|
|
7939
|
+
"tokens": {
|
|
7940
|
+
"backgroundColor": "{palette.color.greyAlabaster}",
|
|
7941
|
+
"borderTopColor": "{palette.color.greyMystic}",
|
|
7942
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
7943
|
+
"gap": "{palette.size.size8}",
|
|
7944
|
+
"paddingBottom": "{palette.size.size4}",
|
|
7945
|
+
"paddingLeft": "{palette.size.size8}",
|
|
7946
|
+
"paddingRight": "{palette.size.size8}",
|
|
7947
|
+
"paddingTop": "{palette.size.size4}"
|
|
7948
|
+
}
|
|
7949
|
+
},
|
|
7950
|
+
"TabBarItem": {
|
|
7951
|
+
"appearances": {
|
|
7952
|
+
"focus": "{appearances.TabBarItem.focus}",
|
|
7953
|
+
"hover": "{appearances.TabBarItem.hover}",
|
|
7954
|
+
"pressed": "{appearances.TabBarItem.pressed}",
|
|
7955
|
+
"selected": "{appearances.TabBarItem.selected}"
|
|
7956
|
+
},
|
|
7957
|
+
"rules": [
|
|
7958
|
+
{
|
|
7959
|
+
"if": {
|
|
7960
|
+
"focus": true
|
|
7961
|
+
},
|
|
7962
|
+
"tokens": {
|
|
7963
|
+
"backgroundColor": "{palette.color.greyAthens}",
|
|
7964
|
+
"color": "{palette.color.greyCharcoal}",
|
|
7965
|
+
"iconColor": "{palette.color.greyCharcoal}",
|
|
7966
|
+
"iconSize": "{palette.size.size26}"
|
|
7967
|
+
}
|
|
7968
|
+
},
|
|
7969
|
+
{
|
|
7970
|
+
"if": {
|
|
7971
|
+
"pressed": true
|
|
7972
|
+
},
|
|
7973
|
+
"tokens": {
|
|
7974
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
7975
|
+
"color": "{palette.color.purpleTelus}",
|
|
7976
|
+
"iconColor": "{palette.color.purpleTelus}",
|
|
7977
|
+
"iconSize": "{palette.size.size22}"
|
|
7978
|
+
}
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"if": {
|
|
7982
|
+
"hover": true
|
|
7983
|
+
},
|
|
7984
|
+
"tokens": {
|
|
7985
|
+
"iconSize": "{palette.size.size26}"
|
|
7986
|
+
}
|
|
7987
|
+
}
|
|
7988
|
+
],
|
|
7989
|
+
"tokens": {
|
|
7990
|
+
"activeColor": "{palette.color.purpleTelus}",
|
|
7991
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
7992
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
7993
|
+
"color": "{palette.color.greyShuttle}",
|
|
7994
|
+
"fontName": "{palette.fontName.HNforTELUSSA}",
|
|
7995
|
+
"fontWeight": "{palette.fontWeight.weight500}",
|
|
7996
|
+
"iconColor": "{palette.color.greyShuttle}",
|
|
7997
|
+
"iconSize": "{palette.size.size24}",
|
|
7998
|
+
"lineHeight": "{palette.lineHeight.ratio8to7}",
|
|
7999
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8000
|
+
"paddingTop": "{palette.size.size4}"
|
|
8001
|
+
}
|
|
8002
|
+
},
|
|
7694
8003
|
"Table": {
|
|
7695
8004
|
"appearances": {
|
|
7696
8005
|
"spacing": {
|