@telus-uds/theme-allium 7.18.0 → 7.19.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 +4 -0
- package/build/android/CheckboxCard.json +4 -0
- package/build/android/Listbox.json +117 -1
- package/build/android/RadioCard.json +4 -0
- package/build/android/Shortcuts.json +44 -0
- package/build/android/ShortcutsItem.json +77 -0
- package/build/android/schema.json +1668 -1109
- package/build/android/theme.json +251 -2
- package/build/ios/Card.json +4 -0
- package/build/ios/CheckboxCard.json +4 -0
- package/build/ios/Listbox.json +117 -1
- package/build/ios/RadioCard.json +4 -0
- package/build/ios/Shortcuts.json +44 -0
- package/build/ios/ShortcutsItem.json +77 -0
- package/build/ios/schema.json +1668 -1109
- package/build/ios/theme.json +251 -2
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +9 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +5 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +55 -3
- 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 +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 +5 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/Shortcuts.js +33 -0
- package/build/rn/ShortcutsItem.js +65 -0
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +1668 -1109
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +150 -4
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +9 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +5 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +55 -3
- 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 +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 +5 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/Shortcuts.js +33 -0
- package/build/web/ShortcutsItem.js +65 -0
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +3 -1
- package/build/web/schema.json +1668 -1109
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +150 -4
- package/package.json +5 -5
- package/theme.json +180 -1
package/build/android/theme.json
CHANGED
|
@@ -3445,6 +3445,10 @@
|
|
|
3445
3445
|
}
|
|
3446
3446
|
},
|
|
3447
3447
|
"inputWidth": 32,
|
|
3448
|
+
"marginBottom": 0,
|
|
3449
|
+
"marginLeft": 0,
|
|
3450
|
+
"marginRight": 0,
|
|
3451
|
+
"marginTop": 0,
|
|
3448
3452
|
"maxHeight": "100%",
|
|
3449
3453
|
"minWidth": null,
|
|
3450
3454
|
"overflowY": "visible",
|
|
@@ -4184,6 +4188,10 @@
|
|
|
4184
4188
|
"fontWeight": 500,
|
|
4185
4189
|
"letterSpacing": 0,
|
|
4186
4190
|
"lineHeight": 1.4,
|
|
4191
|
+
"marginBottom": 0,
|
|
4192
|
+
"marginLeft": 0,
|
|
4193
|
+
"marginRight": 0,
|
|
4194
|
+
"marginTop": 0,
|
|
4187
4195
|
"minWidth": 264,
|
|
4188
4196
|
"outerBorderColor": {
|
|
4189
4197
|
"red": 0,
|
|
@@ -8221,6 +8229,10 @@
|
|
|
8221
8229
|
"values": [true, false],
|
|
8222
8230
|
"type": "state"
|
|
8223
8231
|
},
|
|
8232
|
+
"secondLevel": {
|
|
8233
|
+
"type": "variant",
|
|
8234
|
+
"values": [true]
|
|
8235
|
+
},
|
|
8224
8236
|
"style": {
|
|
8225
8237
|
"type": "variant",
|
|
8226
8238
|
"values": ["default", "lightest", "light"]
|
|
@@ -8439,9 +8451,82 @@
|
|
|
8439
8451
|
"itemFontName": "HNforTELUSSA",
|
|
8440
8452
|
"itemFontWeight": 700
|
|
8441
8453
|
}
|
|
8454
|
+
},
|
|
8455
|
+
{
|
|
8456
|
+
"if": {
|
|
8457
|
+
"secondLevel": true
|
|
8458
|
+
},
|
|
8459
|
+
"tokens": {
|
|
8460
|
+
"groupBorderBottomColor": {
|
|
8461
|
+
"red": 0,
|
|
8462
|
+
"green": 0,
|
|
8463
|
+
"blue": 0,
|
|
8464
|
+
"alpha": 0
|
|
8465
|
+
},
|
|
8466
|
+
"groupBorderBottomWidth": 0,
|
|
8467
|
+
"groupBorderLeftColor": {
|
|
8468
|
+
"red": 0,
|
|
8469
|
+
"green": 0,
|
|
8470
|
+
"blue": 0,
|
|
8471
|
+
"alpha": 0
|
|
8472
|
+
},
|
|
8473
|
+
"groupBorderLeftWidth": 0,
|
|
8474
|
+
"groupBorderRightColor": {
|
|
8475
|
+
"red": 0,
|
|
8476
|
+
"green": 0,
|
|
8477
|
+
"blue": 0,
|
|
8478
|
+
"alpha": 0
|
|
8479
|
+
},
|
|
8480
|
+
"groupBorderRightWidth": 0,
|
|
8481
|
+
"groupBorderTopColor": {
|
|
8482
|
+
"red": 0,
|
|
8483
|
+
"green": 0,
|
|
8484
|
+
"blue": 0,
|
|
8485
|
+
"alpha": 0
|
|
8486
|
+
},
|
|
8487
|
+
"groupBorderTopWidth": 0,
|
|
8488
|
+
"itemBorderBottomColor": {
|
|
8489
|
+
"red": 0,
|
|
8490
|
+
"green": 0,
|
|
8491
|
+
"blue": 0,
|
|
8492
|
+
"alpha": 0
|
|
8493
|
+
},
|
|
8494
|
+
"itemBorderBottomWidth": 0,
|
|
8495
|
+
"itemBorderLeftColor": {
|
|
8496
|
+
"red": 0,
|
|
8497
|
+
"green": 0,
|
|
8498
|
+
"blue": 0,
|
|
8499
|
+
"alpha": 0
|
|
8500
|
+
},
|
|
8501
|
+
"itemBorderLeftWidth": 0,
|
|
8502
|
+
"itemBorderRightColor": {
|
|
8503
|
+
"red": 0,
|
|
8504
|
+
"green": 0,
|
|
8505
|
+
"blue": 0,
|
|
8506
|
+
"alpha": 0
|
|
8507
|
+
},
|
|
8508
|
+
"itemBorderRightWidth": 0,
|
|
8509
|
+
"itemBorderTopColor": {
|
|
8510
|
+
"red": 0,
|
|
8511
|
+
"green": 0,
|
|
8512
|
+
"blue": 0,
|
|
8513
|
+
"alpha": 0
|
|
8514
|
+
},
|
|
8515
|
+
"itemBorderTopWidth": 0
|
|
8516
|
+
}
|
|
8517
|
+
},
|
|
8518
|
+
{
|
|
8519
|
+
"if": {
|
|
8520
|
+
"secondLevel": true
|
|
8521
|
+
},
|
|
8522
|
+
"tokens": {
|
|
8523
|
+
"groupIcon": "PaletteIconChevronRight",
|
|
8524
|
+
"secondLevelParentIcon": "PaletteIconChevronRight"
|
|
8525
|
+
}
|
|
8442
8526
|
}
|
|
8443
8527
|
],
|
|
8444
8528
|
"tokens": {
|
|
8529
|
+
"borderRadius": 6,
|
|
8445
8530
|
"containerBackgroundColor": {
|
|
8446
8531
|
"red": 0,
|
|
8447
8532
|
"green": 0,
|
|
@@ -8493,7 +8578,7 @@
|
|
|
8493
8578
|
"groupFontSize": 14,
|
|
8494
8579
|
"groupFontWeight": 400,
|
|
8495
8580
|
"groupHeight": 40,
|
|
8496
|
-
"groupIcon": "
|
|
8581
|
+
"groupIcon": "PaletteIconCaretDown",
|
|
8497
8582
|
"groupPaddingBottom": 12,
|
|
8498
8583
|
"groupPaddingLeft": 16,
|
|
8499
8584
|
"groupPaddingRight": 16,
|
|
@@ -8554,6 +8639,45 @@
|
|
|
8554
8639
|
"lineHeight": 1.14285714286,
|
|
8555
8640
|
"minHeight": "100%",
|
|
8556
8641
|
"minWidth": "100%",
|
|
8642
|
+
"secondLevelBackIcon": "PaletteIconChevronLeft",
|
|
8643
|
+
"secondLevelBackIconColor": {
|
|
8644
|
+
"red": 0.2549,
|
|
8645
|
+
"green": 0.27059,
|
|
8646
|
+
"blue": 0.27843,
|
|
8647
|
+
"alpha": 1
|
|
8648
|
+
},
|
|
8649
|
+
"secondLevelBackIconSize": 16,
|
|
8650
|
+
"secondLevelBackLinkColor": {
|
|
8651
|
+
"red": 0.2549,
|
|
8652
|
+
"green": 0.27059,
|
|
8653
|
+
"blue": 0.27843,
|
|
8654
|
+
"alpha": 1
|
|
8655
|
+
},
|
|
8656
|
+
"secondLevelBackLinkFontName": "HNforTELUSSA",
|
|
8657
|
+
"secondLevelBackLinkFontSize": 14,
|
|
8658
|
+
"secondLevelBackLinkFontWeight": 400,
|
|
8659
|
+
"secondLevelCloseButtonBorderWidth": 1,
|
|
8660
|
+
"secondLevelCloseButtonPadding": 8,
|
|
8661
|
+
"secondLevelCloseIcon": "PaletteIconClose",
|
|
8662
|
+
"secondLevelCloseIconSize": 16,
|
|
8663
|
+
"secondLevelDividerColor": {
|
|
8664
|
+
"red": 0,
|
|
8665
|
+
"green": 0,
|
|
8666
|
+
"blue": 0,
|
|
8667
|
+
"alpha": 0.2
|
|
8668
|
+
},
|
|
8669
|
+
"secondLevelDividerWidth": 1,
|
|
8670
|
+
"secondLevelHeaderBackgroundColor": {
|
|
8671
|
+
"red": 1,
|
|
8672
|
+
"green": 1,
|
|
8673
|
+
"blue": 1,
|
|
8674
|
+
"alpha": 1
|
|
8675
|
+
},
|
|
8676
|
+
"secondLevelHeaderPaddingBottom": 12,
|
|
8677
|
+
"secondLevelHeaderPaddingLeft": 16,
|
|
8678
|
+
"secondLevelHeaderPaddingRight": 16,
|
|
8679
|
+
"secondLevelHeaderPaddingTop": 8,
|
|
8680
|
+
"secondLevelParentIcon": "PaletteIconChevronRight",
|
|
8557
8681
|
"shadow": {
|
|
8558
8682
|
"inset": false,
|
|
8559
8683
|
"offsetX": 0,
|
|
@@ -11371,6 +11495,10 @@
|
|
|
11371
11495
|
"fontWeight": 500,
|
|
11372
11496
|
"letterSpacing": 0,
|
|
11373
11497
|
"lineHeight": 1.4,
|
|
11498
|
+
"marginBottom": 0,
|
|
11499
|
+
"marginLeft": 0,
|
|
11500
|
+
"marginRight": 0,
|
|
11501
|
+
"marginTop": 0,
|
|
11374
11502
|
"minWidth": 264,
|
|
11375
11503
|
"outerBorderColor": {
|
|
11376
11504
|
"red": 0,
|
|
@@ -12105,6 +12233,127 @@
|
|
|
12105
12233
|
"validationIconSize": 20
|
|
12106
12234
|
}
|
|
12107
12235
|
},
|
|
12236
|
+
"Shortcuts": {
|
|
12237
|
+
"appearances": {
|
|
12238
|
+
"viewport": {
|
|
12239
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
12240
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
12241
|
+
"type": "state"
|
|
12242
|
+
}
|
|
12243
|
+
},
|
|
12244
|
+
"rules": [
|
|
12245
|
+
{
|
|
12246
|
+
"if": {
|
|
12247
|
+
"viewport": "md"
|
|
12248
|
+
},
|
|
12249
|
+
"tokens": {
|
|
12250
|
+
"mainContainerGap": 16
|
|
12251
|
+
}
|
|
12252
|
+
},
|
|
12253
|
+
{
|
|
12254
|
+
"if": {
|
|
12255
|
+
"viewport": "lg"
|
|
12256
|
+
},
|
|
12257
|
+
"tokens": {
|
|
12258
|
+
"mainContainerGap": 16
|
|
12259
|
+
}
|
|
12260
|
+
},
|
|
12261
|
+
{
|
|
12262
|
+
"if": {
|
|
12263
|
+
"viewport": "xl"
|
|
12264
|
+
},
|
|
12265
|
+
"tokens": {
|
|
12266
|
+
"mainContainerGap": 16
|
|
12267
|
+
}
|
|
12268
|
+
}
|
|
12269
|
+
],
|
|
12270
|
+
"tokens": {
|
|
12271
|
+
"mainContainerBottomPadding": 0,
|
|
12272
|
+
"mainContainerGap": 8,
|
|
12273
|
+
"mainContainerLeftPadding": 16,
|
|
12274
|
+
"mainContainerRightPadding": 16,
|
|
12275
|
+
"mainContainerTopPadding": 0,
|
|
12276
|
+
"nextIcon": "PaletteIconArrowRight",
|
|
12277
|
+
"previousIcon": "PaletteIconArrowLeft"
|
|
12278
|
+
}
|
|
12279
|
+
},
|
|
12280
|
+
"ShortcutsItem": {
|
|
12281
|
+
"appearances": {
|
|
12282
|
+
"pressed": {
|
|
12283
|
+
"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.",
|
|
12284
|
+
"values": [true, false],
|
|
12285
|
+
"type": "state"
|
|
12286
|
+
}
|
|
12287
|
+
},
|
|
12288
|
+
"rules": [
|
|
12289
|
+
{
|
|
12290
|
+
"if": {
|
|
12291
|
+
"pressed": true
|
|
12292
|
+
},
|
|
12293
|
+
"tokens": {
|
|
12294
|
+
"iconColor": {
|
|
12295
|
+
"red": 0.69804,
|
|
12296
|
+
"green": 0.72549,
|
|
12297
|
+
"blue": 0.74902,
|
|
12298
|
+
"alpha": 1
|
|
12299
|
+
},
|
|
12300
|
+
"labelFontColor": {
|
|
12301
|
+
"red": 0.69804,
|
|
12302
|
+
"green": 0.72549,
|
|
12303
|
+
"blue": 0.74902,
|
|
12304
|
+
"alpha": 1
|
|
12305
|
+
}
|
|
12306
|
+
}
|
|
12307
|
+
}
|
|
12308
|
+
],
|
|
12309
|
+
"tokens": {
|
|
12310
|
+
"borderColor": {
|
|
12311
|
+
"red": 0,
|
|
12312
|
+
"green": 0,
|
|
12313
|
+
"blue": 0,
|
|
12314
|
+
"alpha": 0
|
|
12315
|
+
},
|
|
12316
|
+
"borderRadius": 4,
|
|
12317
|
+
"borderWidth": 1,
|
|
12318
|
+
"iconBackgroundColor": {
|
|
12319
|
+
"red": 0.95686,
|
|
12320
|
+
"green": 0.95686,
|
|
12321
|
+
"blue": 0.96863,
|
|
12322
|
+
"alpha": 1
|
|
12323
|
+
},
|
|
12324
|
+
"iconColor": {
|
|
12325
|
+
"red": 0.2549,
|
|
12326
|
+
"green": 0.27059,
|
|
12327
|
+
"blue": 0.27843,
|
|
12328
|
+
"alpha": 1
|
|
12329
|
+
},
|
|
12330
|
+
"iconContainerPaddingBottom": 8,
|
|
12331
|
+
"iconContainerPaddingLeft": 8,
|
|
12332
|
+
"iconContainerPaddingRight": 8,
|
|
12333
|
+
"iconContainerPaddingTop": 8,
|
|
12334
|
+
"iconSize": 24,
|
|
12335
|
+
"iconWidth": 16,
|
|
12336
|
+
"imageHeight": 56,
|
|
12337
|
+
"imageWidth": 56,
|
|
12338
|
+
"labelContainerPaddingBottom": 0,
|
|
12339
|
+
"labelContainerPaddingLeft": 8,
|
|
12340
|
+
"labelContainerPaddingRight": 8,
|
|
12341
|
+
"labelContainerPaddingTop": 0,
|
|
12342
|
+
"labelFontColor": {
|
|
12343
|
+
"red": 0.17255,
|
|
12344
|
+
"green": 0.18039,
|
|
12345
|
+
"blue": 0.18824,
|
|
12346
|
+
"alpha": 1
|
|
12347
|
+
},
|
|
12348
|
+
"labelFontName": "HNforTELUSSA",
|
|
12349
|
+
"labelFontSize": 14,
|
|
12350
|
+
"labelFontWeight": 400,
|
|
12351
|
+
"labelLineHeight": 1.42857142857,
|
|
12352
|
+
"labelTextAlign": "center",
|
|
12353
|
+
"labelUnderline": "none",
|
|
12354
|
+
"width": 72
|
|
12355
|
+
}
|
|
12356
|
+
},
|
|
12108
12357
|
"SideNav": {
|
|
12109
12358
|
"appearances": {},
|
|
12110
12359
|
"rules": [],
|
|
@@ -16720,7 +16969,7 @@
|
|
|
16720
16969
|
}
|
|
16721
16970
|
},
|
|
16722
16971
|
"metadata": {
|
|
16723
|
-
"themeTokensVersion": "4.
|
|
16972
|
+
"themeTokensVersion": "4.17.0",
|
|
16724
16973
|
"name": "theme-allium"
|
|
16725
16974
|
}
|
|
16726
16975
|
}
|
package/build/ios/Card.json
CHANGED
package/build/ios/Listbox.json
CHANGED
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"values": [true, false],
|
|
21
21
|
"type": "state"
|
|
22
22
|
},
|
|
23
|
+
"secondLevel": {
|
|
24
|
+
"type": "variant",
|
|
25
|
+
"values": [true]
|
|
26
|
+
},
|
|
23
27
|
"style": {
|
|
24
28
|
"type": "variant",
|
|
25
29
|
"values": ["default", "lightest", "light"]
|
|
@@ -238,9 +242,82 @@
|
|
|
238
242
|
"itemFontName": "HNforTELUSSA",
|
|
239
243
|
"itemFontWeight": 700
|
|
240
244
|
}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"if": {
|
|
248
|
+
"secondLevel": true
|
|
249
|
+
},
|
|
250
|
+
"tokens": {
|
|
251
|
+
"groupBorderBottomColor": {
|
|
252
|
+
"red": 0,
|
|
253
|
+
"green": 0,
|
|
254
|
+
"blue": 0,
|
|
255
|
+
"alpha": 0
|
|
256
|
+
},
|
|
257
|
+
"groupBorderBottomWidth": 0,
|
|
258
|
+
"groupBorderLeftColor": {
|
|
259
|
+
"red": 0,
|
|
260
|
+
"green": 0,
|
|
261
|
+
"blue": 0,
|
|
262
|
+
"alpha": 0
|
|
263
|
+
},
|
|
264
|
+
"groupBorderLeftWidth": 0,
|
|
265
|
+
"groupBorderRightColor": {
|
|
266
|
+
"red": 0,
|
|
267
|
+
"green": 0,
|
|
268
|
+
"blue": 0,
|
|
269
|
+
"alpha": 0
|
|
270
|
+
},
|
|
271
|
+
"groupBorderRightWidth": 0,
|
|
272
|
+
"groupBorderTopColor": {
|
|
273
|
+
"red": 0,
|
|
274
|
+
"green": 0,
|
|
275
|
+
"blue": 0,
|
|
276
|
+
"alpha": 0
|
|
277
|
+
},
|
|
278
|
+
"groupBorderTopWidth": 0,
|
|
279
|
+
"itemBorderBottomColor": {
|
|
280
|
+
"red": 0,
|
|
281
|
+
"green": 0,
|
|
282
|
+
"blue": 0,
|
|
283
|
+
"alpha": 0
|
|
284
|
+
},
|
|
285
|
+
"itemBorderBottomWidth": 0,
|
|
286
|
+
"itemBorderLeftColor": {
|
|
287
|
+
"red": 0,
|
|
288
|
+
"green": 0,
|
|
289
|
+
"blue": 0,
|
|
290
|
+
"alpha": 0
|
|
291
|
+
},
|
|
292
|
+
"itemBorderLeftWidth": 0,
|
|
293
|
+
"itemBorderRightColor": {
|
|
294
|
+
"red": 0,
|
|
295
|
+
"green": 0,
|
|
296
|
+
"blue": 0,
|
|
297
|
+
"alpha": 0
|
|
298
|
+
},
|
|
299
|
+
"itemBorderRightWidth": 0,
|
|
300
|
+
"itemBorderTopColor": {
|
|
301
|
+
"red": 0,
|
|
302
|
+
"green": 0,
|
|
303
|
+
"blue": 0,
|
|
304
|
+
"alpha": 0
|
|
305
|
+
},
|
|
306
|
+
"itemBorderTopWidth": 0
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"if": {
|
|
311
|
+
"secondLevel": true
|
|
312
|
+
},
|
|
313
|
+
"tokens": {
|
|
314
|
+
"groupIcon": "PaletteIconChevronRight",
|
|
315
|
+
"secondLevelParentIcon": "PaletteIconChevronRight"
|
|
316
|
+
}
|
|
241
317
|
}
|
|
242
318
|
],
|
|
243
319
|
"tokens": {
|
|
320
|
+
"borderRadius": 6,
|
|
244
321
|
"containerBackgroundColor": {
|
|
245
322
|
"red": 0,
|
|
246
323
|
"green": 0,
|
|
@@ -292,7 +369,7 @@
|
|
|
292
369
|
"groupFontSize": 14,
|
|
293
370
|
"groupFontWeight": 400,
|
|
294
371
|
"groupHeight": 40,
|
|
295
|
-
"groupIcon": "
|
|
372
|
+
"groupIcon": "PaletteIconCaretDown",
|
|
296
373
|
"groupPaddingBottom": 12,
|
|
297
374
|
"groupPaddingLeft": 16,
|
|
298
375
|
"groupPaddingRight": 16,
|
|
@@ -353,6 +430,45 @@
|
|
|
353
430
|
"lineHeight": 1.14285714286,
|
|
354
431
|
"minHeight": "100%",
|
|
355
432
|
"minWidth": "100%",
|
|
433
|
+
"secondLevelBackIcon": "PaletteIconChevronLeft",
|
|
434
|
+
"secondLevelBackIconColor": {
|
|
435
|
+
"red": 0.2549,
|
|
436
|
+
"green": 0.27059,
|
|
437
|
+
"blue": 0.27843,
|
|
438
|
+
"alpha": 1
|
|
439
|
+
},
|
|
440
|
+
"secondLevelBackIconSize": 16,
|
|
441
|
+
"secondLevelBackLinkColor": {
|
|
442
|
+
"red": 0.2549,
|
|
443
|
+
"green": 0.27059,
|
|
444
|
+
"blue": 0.27843,
|
|
445
|
+
"alpha": 1
|
|
446
|
+
},
|
|
447
|
+
"secondLevelBackLinkFontName": "HNforTELUSSA",
|
|
448
|
+
"secondLevelBackLinkFontSize": 14,
|
|
449
|
+
"secondLevelBackLinkFontWeight": 400,
|
|
450
|
+
"secondLevelCloseButtonBorderWidth": 1,
|
|
451
|
+
"secondLevelCloseButtonPadding": 8,
|
|
452
|
+
"secondLevelCloseIcon": "PaletteIconClose",
|
|
453
|
+
"secondLevelCloseIconSize": 16,
|
|
454
|
+
"secondLevelDividerColor": {
|
|
455
|
+
"red": 0,
|
|
456
|
+
"green": 0,
|
|
457
|
+
"blue": 0,
|
|
458
|
+
"alpha": 0.2
|
|
459
|
+
},
|
|
460
|
+
"secondLevelDividerWidth": 1,
|
|
461
|
+
"secondLevelHeaderBackgroundColor": {
|
|
462
|
+
"red": 1,
|
|
463
|
+
"green": 1,
|
|
464
|
+
"blue": 1,
|
|
465
|
+
"alpha": 1
|
|
466
|
+
},
|
|
467
|
+
"secondLevelHeaderPaddingBottom": 12,
|
|
468
|
+
"secondLevelHeaderPaddingLeft": 16,
|
|
469
|
+
"secondLevelHeaderPaddingRight": 16,
|
|
470
|
+
"secondLevelHeaderPaddingTop": 8,
|
|
471
|
+
"secondLevelParentIcon": "PaletteIconChevronRight",
|
|
356
472
|
"shadow": {
|
|
357
473
|
"inset": false,
|
|
358
474
|
"offsetX": 0,
|
package/build/ios/RadioCard.json
CHANGED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appearances": {
|
|
3
|
+
"viewport": {
|
|
4
|
+
"description": "The size label for the current screen viewport based on the current screen width",
|
|
5
|
+
"values": ["xs", "sm", "md", "lg", "xl"],
|
|
6
|
+
"type": "state"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"rules": [
|
|
10
|
+
{
|
|
11
|
+
"if": {
|
|
12
|
+
"viewport": "md"
|
|
13
|
+
},
|
|
14
|
+
"tokens": {
|
|
15
|
+
"mainContainerGap": 16
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"if": {
|
|
20
|
+
"viewport": "lg"
|
|
21
|
+
},
|
|
22
|
+
"tokens": {
|
|
23
|
+
"mainContainerGap": 16
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"if": {
|
|
28
|
+
"viewport": "xl"
|
|
29
|
+
},
|
|
30
|
+
"tokens": {
|
|
31
|
+
"mainContainerGap": 16
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"tokens": {
|
|
36
|
+
"mainContainerBottomPadding": 0,
|
|
37
|
+
"mainContainerGap": 8,
|
|
38
|
+
"mainContainerLeftPadding": 16,
|
|
39
|
+
"mainContainerRightPadding": 16,
|
|
40
|
+
"mainContainerTopPadding": 0,
|
|
41
|
+
"nextIcon": "PaletteIconArrowRight",
|
|
42
|
+
"previousIcon": "PaletteIconArrowLeft"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"appearances": {
|
|
3
|
+
"pressed": {
|
|
4
|
+
"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.",
|
|
5
|
+
"values": [true, false],
|
|
6
|
+
"type": "state"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"rules": [
|
|
10
|
+
{
|
|
11
|
+
"if": {
|
|
12
|
+
"pressed": true
|
|
13
|
+
},
|
|
14
|
+
"tokens": {
|
|
15
|
+
"iconColor": {
|
|
16
|
+
"red": 0.69804,
|
|
17
|
+
"green": 0.72549,
|
|
18
|
+
"blue": 0.74902,
|
|
19
|
+
"alpha": 1
|
|
20
|
+
},
|
|
21
|
+
"labelFontColor": {
|
|
22
|
+
"red": 0.69804,
|
|
23
|
+
"green": 0.72549,
|
|
24
|
+
"blue": 0.74902,
|
|
25
|
+
"alpha": 1
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"tokens": {
|
|
31
|
+
"borderColor": {
|
|
32
|
+
"red": 0,
|
|
33
|
+
"green": 0,
|
|
34
|
+
"blue": 0,
|
|
35
|
+
"alpha": 0
|
|
36
|
+
},
|
|
37
|
+
"borderRadius": 4,
|
|
38
|
+
"borderWidth": 1,
|
|
39
|
+
"iconBackgroundColor": {
|
|
40
|
+
"red": 0.95686,
|
|
41
|
+
"green": 0.95686,
|
|
42
|
+
"blue": 0.96863,
|
|
43
|
+
"alpha": 1
|
|
44
|
+
},
|
|
45
|
+
"iconColor": {
|
|
46
|
+
"red": 0.2549,
|
|
47
|
+
"green": 0.27059,
|
|
48
|
+
"blue": 0.27843,
|
|
49
|
+
"alpha": 1
|
|
50
|
+
},
|
|
51
|
+
"iconContainerPaddingBottom": 8,
|
|
52
|
+
"iconContainerPaddingLeft": 8,
|
|
53
|
+
"iconContainerPaddingRight": 8,
|
|
54
|
+
"iconContainerPaddingTop": 8,
|
|
55
|
+
"iconSize": 24,
|
|
56
|
+
"iconWidth": 16,
|
|
57
|
+
"imageHeight": 56,
|
|
58
|
+
"imageWidth": 56,
|
|
59
|
+
"labelContainerPaddingBottom": 0,
|
|
60
|
+
"labelContainerPaddingLeft": 8,
|
|
61
|
+
"labelContainerPaddingRight": 8,
|
|
62
|
+
"labelContainerPaddingTop": 0,
|
|
63
|
+
"labelFontColor": {
|
|
64
|
+
"red": 0.17255,
|
|
65
|
+
"green": 0.18039,
|
|
66
|
+
"blue": 0.18824,
|
|
67
|
+
"alpha": 1
|
|
68
|
+
},
|
|
69
|
+
"labelFontName": "HNforTELUSSA",
|
|
70
|
+
"labelFontSize": 14,
|
|
71
|
+
"labelFontWeight": 400,
|
|
72
|
+
"labelLineHeight": 1.42857142857,
|
|
73
|
+
"labelTextAlign": "center",
|
|
74
|
+
"labelUnderline": "none",
|
|
75
|
+
"width": 72
|
|
76
|
+
}
|
|
77
|
+
}
|