@telus-uds/theme-allium 7.15.0 → 7.17.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/LICENSE +21 -0
- package/build/android/ButtonDropdown.json +0 -52
- package/build/android/Card.json +1 -1
- package/build/android/Checkbox.json +1 -1
- package/build/android/MultiSelectFilter.json +12 -12
- package/build/android/ProductCard.json +1 -1
- package/build/android/StepTracker.json +36 -3
- package/build/android/ToggleSwitch.json +1 -1
- package/build/android/VideoMenu.json +1 -1
- package/build/android/schema.json +1146 -1101
- package/build/android/theme.json +54 -73
- package/build/ios/ButtonDropdown.json +0 -52
- package/build/ios/Card.json +1 -1
- package/build/ios/Checkbox.json +1 -1
- package/build/ios/MultiSelectFilter.json +12 -12
- package/build/ios/ProductCard.json +1 -1
- package/build/ios/StepTracker.json +36 -3
- package/build/ios/ToggleSwitch.json +1 -1
- package/build/ios/VideoMenu.json +1 -1
- package/build/ios/schema.json +1146 -1101
- package/build/ios/theme.json +54 -73
- 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 -23
- 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 +3 -3
- 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 +3 -3
- 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 +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 +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +4 -4
- 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 +3 -3
- 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 +1 -1
- package/build/rn/StepTracker.js +10 -3
- 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 +3 -3
- 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 +3 -3
- 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 +1146 -1101
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +21 -36
- 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 -23
- 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 +3 -3
- 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 +3 -3
- 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 +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 +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +4 -4
- 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 +3 -3
- 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 +1 -1
- package/build/web/StepTracker.js +10 -3
- 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 +3 -3
- 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 +3 -3
- 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 +1 -1
- package/build/web/schema.json +1146 -1101
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +21 -36
- package/package.json +5 -5
- package/theme.json +28 -51
package/build/rn/spacingScale.js
CHANGED
package/build/rn/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
4
|
+
* Generated on Fri, 03 Oct 2025 20:32:49 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -11,7 +11,7 @@ const PaletteIconStatusError = require('@telus-uds/palette-allium/build/rn/icons
|
|
|
11
11
|
const PaletteIconChevronRight = require('@telus-uds/palette-allium/build/rn/icons/ChevronRight')
|
|
12
12
|
const PaletteIconCaretDown = require('@telus-uds/palette-allium/build/rn/icons/CaretDown')
|
|
13
13
|
const PaletteIconCaretUp = require('@telus-uds/palette-allium/build/rn/icons/CaretUp')
|
|
14
|
-
const
|
|
14
|
+
const PaletteIconCheckbold = require('@telus-uds/palette-allium/build/rn/icons/Checkbold')
|
|
15
15
|
const PaletteIconPause = require('@telus-uds/palette-allium/build/rn/icons/Pause')
|
|
16
16
|
const PaletteIconPlayVideo = require('@telus-uds/palette-allium/build/rn/icons/PlayVideo')
|
|
17
17
|
const PaletteIconArrowLeft = require('@telus-uds/palette-allium/build/rn/icons/ArrowLeft')
|
|
@@ -973,28 +973,6 @@ module.exports = {
|
|
|
973
973
|
iconColor: '#b2b9bf'
|
|
974
974
|
}
|
|
975
975
|
},
|
|
976
|
-
{
|
|
977
|
-
if: { selected: true },
|
|
978
|
-
tokens: {
|
|
979
|
-
backgroundColor: '#4b286d',
|
|
980
|
-
borderWidth: 0,
|
|
981
|
-
color: '#ffffff',
|
|
982
|
-
iconBackground: '#7c53a5',
|
|
983
|
-
iconColor: '#ffffff'
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
if: { hover: true, selected: true },
|
|
988
|
-
tokens: { backgroundColor: '#7c53a5', iconBackground: '#613889' }
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
if: { focus: true, selected: true },
|
|
992
|
-
tokens: { outerBorderColor: '#4b286d' }
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
if: { pressed: true, selected: true },
|
|
996
|
-
tokens: { backgroundColor: '#3f2a54', iconBackground: '#613889' }
|
|
997
|
-
},
|
|
998
976
|
{
|
|
999
977
|
if: { focus: true, pressed: true, selected: true },
|
|
1000
978
|
tokens: { outerBorderGap: 2, outerBorderWidth: 2 }
|
|
@@ -1778,7 +1756,7 @@ module.exports = {
|
|
|
1778
1756
|
contentJustifyContent: 'flex-start',
|
|
1779
1757
|
flex: 1,
|
|
1780
1758
|
gradient: null,
|
|
1781
|
-
icon:
|
|
1759
|
+
icon: PaletteIconCheckbold,
|
|
1782
1760
|
iconBackgroundColor: '#f4f4f7',
|
|
1783
1761
|
iconColor: '#4b286d',
|
|
1784
1762
|
iconSize: 20,
|
|
@@ -2158,7 +2136,7 @@ module.exports = {
|
|
|
2158
2136
|
feedbackMarginBottom: 0,
|
|
2159
2137
|
feedbackMarginTop: 2,
|
|
2160
2138
|
feedbackPosition: 'bottom',
|
|
2161
|
-
icon:
|
|
2139
|
+
icon: PaletteIconCheckbold,
|
|
2162
2140
|
iconBackgroundColor: '#7c53a5',
|
|
2163
2141
|
iconColor: '#ffffff',
|
|
2164
2142
|
iconSize: 16,
|
|
@@ -4987,14 +4965,14 @@ module.exports = {
|
|
|
4987
4965
|
{
|
|
4988
4966
|
if: { selected: true },
|
|
4989
4967
|
tokens: {
|
|
4990
|
-
buttonIconBackgroundColor: '#
|
|
4991
|
-
labelColor: '#
|
|
4968
|
+
buttonIconBackgroundColor: '#f4f4f7',
|
|
4969
|
+
labelColor: '#676e73'
|
|
4992
4970
|
}
|
|
4993
4971
|
}
|
|
4994
4972
|
],
|
|
4995
4973
|
tokens: {
|
|
4996
4974
|
buttonBackgroundColor: '#ffffff',
|
|
4997
|
-
buttonBackgroundColorSelected: '#
|
|
4975
|
+
buttonBackgroundColorSelected: '#ffffff',
|
|
4998
4976
|
buttonBorderColor: '#b2b9bf',
|
|
4999
4977
|
buttonDirection: 'row',
|
|
5000
4978
|
buttonIconBackgroundColor: '#f4f4f7',
|
|
@@ -5014,7 +4992,7 @@ module.exports = {
|
|
|
5014
4992
|
headerFontWeight: '500',
|
|
5015
4993
|
headerLineHeight: 1.5,
|
|
5016
4994
|
iconColor: '#414547',
|
|
5017
|
-
iconColorSelected: '#
|
|
4995
|
+
iconColorSelected: '#414547',
|
|
5018
4996
|
labelColor: '#676e73',
|
|
5019
4997
|
labelFontName: 'HNforTELUSSA',
|
|
5020
4998
|
labelFontSize: 14,
|
|
@@ -5818,7 +5796,7 @@ module.exports = {
|
|
|
5818
5796
|
borderWidth: 1,
|
|
5819
5797
|
paddingHorizontal: 24,
|
|
5820
5798
|
paddingVertical: 24,
|
|
5821
|
-
selectedButtonIcon:
|
|
5799
|
+
selectedButtonIcon: PaletteIconCheckbold
|
|
5822
5800
|
}
|
|
5823
5801
|
},
|
|
5824
5802
|
Progress: {
|
|
@@ -7425,6 +7403,7 @@ module.exports = {
|
|
|
7425
7403
|
type: 'variant',
|
|
7426
7404
|
values: [ true ]
|
|
7427
7405
|
},
|
|
7406
|
+
style: { type: 'variant', values: [ 'default', 'bar' ] },
|
|
7428
7407
|
viewport: {
|
|
7429
7408
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
7430
7409
|
type: 'state',
|
|
@@ -7451,9 +7430,15 @@ module.exports = {
|
|
|
7451
7430
|
labelColor: '#ffffff',
|
|
7452
7431
|
labelCurrentColor: '#ffffff'
|
|
7453
7432
|
}
|
|
7454
|
-
}
|
|
7433
|
+
},
|
|
7434
|
+
{ if: { style: 'bar' }, tokens: { barGap: 4, barHeight: 8 } }
|
|
7455
7435
|
],
|
|
7456
7436
|
tokens: {
|
|
7437
|
+
barBackgroundColor: 'rgba(0, 0, 0, 0.1)',
|
|
7438
|
+
barCompletedBackgroundColor: '#613889',
|
|
7439
|
+
barCurrentBackgroundColor: '#613889',
|
|
7440
|
+
barGap: null,
|
|
7441
|
+
barHeight: null,
|
|
7457
7442
|
completedIcon: null,
|
|
7458
7443
|
completedIconColor: null,
|
|
7459
7444
|
completedIconSize: null,
|
|
@@ -7482,7 +7467,7 @@ module.exports = {
|
|
|
7482
7467
|
knobCurrentPaddingTop: null,
|
|
7483
7468
|
knobSize: 16,
|
|
7484
7469
|
labelColor: '#414547',
|
|
7485
|
-
labelCurrentColor: '#
|
|
7470
|
+
labelCurrentColor: '#4b286d',
|
|
7486
7471
|
labelCurrentFontName: 'HNforTELUSSA',
|
|
7487
7472
|
labelCurrentFontWeight: '700',
|
|
7488
7473
|
labelDirection: 'column',
|
|
@@ -8605,7 +8590,7 @@ module.exports = {
|
|
|
8605
8590
|
if: { selected: true },
|
|
8606
8591
|
tokens: {
|
|
8607
8592
|
backgroundColor: '#2b8000',
|
|
8608
|
-
icon:
|
|
8593
|
+
icon: PaletteIconCheckbold,
|
|
8609
8594
|
iconColor: '#2b8000'
|
|
8610
8595
|
}
|
|
8611
8596
|
},
|
|
@@ -9200,7 +9185,7 @@ module.exports = {
|
|
|
9200
9185
|
checkMarkFocusColor: '#676e73',
|
|
9201
9186
|
checkMarkHeight: 24,
|
|
9202
9187
|
checkMarkHoverColor: '#676e73',
|
|
9203
|
-
checkMarkIcon:
|
|
9188
|
+
checkMarkIcon: PaletteIconCheckbold,
|
|
9204
9189
|
checkMarkSelectedColor: '#ffffff',
|
|
9205
9190
|
checkMarkUnselectedColor: 'rgba(0, 0, 0, 0)',
|
|
9206
9191
|
checkMarkWidth: 24,
|
|
@@ -9415,5 +9400,5 @@ module.exports = {
|
|
|
9415
9400
|
tokens: { size: 96 }
|
|
9416
9401
|
}
|
|
9417
9402
|
},
|
|
9418
|
-
metadata: { name: 'theme-allium', themeTokensVersion: '4.
|
|
9403
|
+
metadata: { name: 'theme-allium', themeTokensVersion: '4.15.0' }
|
|
9419
9404
|
}
|
package/build/web/ActionCard.js
CHANGED
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
4
|
+
* Generated on Fri, 03 Oct 2025 20:33:09 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -76,28 +76,6 @@ const theme = {
|
|
|
76
76
|
iconColor: '#b2b9bf'
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
if: { selected: true },
|
|
81
|
-
tokens: {
|
|
82
|
-
backgroundColor: '#4b286d',
|
|
83
|
-
borderWidth: 0,
|
|
84
|
-
color: '#ffffff',
|
|
85
|
-
iconBackground: '#7c53a5',
|
|
86
|
-
iconColor: '#ffffff'
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
if: { hover: true, selected: true },
|
|
91
|
-
tokens: { backgroundColor: '#7c53a5', iconBackground: '#613889' }
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
if: { focus: true, selected: true },
|
|
95
|
-
tokens: { outerBorderColor: '#4b286d' }
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
if: { pressed: true, selected: true },
|
|
99
|
-
tokens: { backgroundColor: '#3f2a54', iconBackground: '#613889' }
|
|
100
|
-
},
|
|
101
79
|
{
|
|
102
80
|
if: { focus: true, pressed: true, selected: true },
|
|
103
81
|
tokens: { outerBorderGap: 2, outerBorderWidth: 2 }
|
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 Fri,
|
|
4
|
+
* Generated on Fri, 03 Oct 2025 20:33:09 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import PaletteIconCheckbold from '@telus-uds/palette-allium/build/rn/icons/Checkbold'
|
|
9
9
|
const theme = {
|
|
10
10
|
appearances: {
|
|
11
11
|
background: {
|
|
@@ -441,7 +441,7 @@ const theme = {
|
|
|
441
441
|
contentJustifyContent: 'flex-start',
|
|
442
442
|
flex: 1,
|
|
443
443
|
gradient: null,
|
|
444
|
-
icon:
|
|
444
|
+
icon: PaletteIconCheckbold,
|
|
445
445
|
iconBackgroundColor: '#f4f4f7',
|
|
446
446
|
iconColor: '#4b286d',
|
|
447
447
|
iconSize: 20,
|
package/build/web/CardGroup.js
CHANGED
package/build/web/Carousel.js
CHANGED
package/build/web/Checkbox.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Fri,
|
|
4
|
+
* Generated on Fri, 03 Oct 2025 20:33:09 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import
|
|
8
|
+
import PaletteIconCheckbold from '@telus-uds/palette-allium/build/rn/icons/Checkbold'
|
|
9
9
|
const theme = {
|
|
10
10
|
appearances: {
|
|
11
11
|
checked: {
|
|
@@ -74,7 +74,7 @@ const theme = {
|
|
|
74
74
|
feedbackMarginBottom: 0,
|
|
75
75
|
feedbackMarginTop: 2,
|
|
76
76
|
feedbackPosition: 'bottom',
|
|
77
|
-
icon:
|
|
77
|
+
icon: PaletteIconCheckbold,
|
|
78
78
|
iconBackgroundColor: '#7c53a5',
|
|
79
79
|
iconColor: '#ffffff',
|
|
80
80
|
iconSize: 16,
|
package/build/web/ChevronLink.js
CHANGED
package/build/web/Countdown.js
CHANGED
package/build/web/DatePicker.js
CHANGED
package/build/web/Disclaimer.js
CHANGED
package/build/web/Divider.js
CHANGED
package/build/web/DownloadApp.js
CHANGED
package/build/web/Feedback.js
CHANGED
package/build/web/Fieldset.js
CHANGED
package/build/web/FileUpload.js
CHANGED
package/build/web/Footnote.js
CHANGED
package/build/web/Icon.js
CHANGED
package/build/web/IconButton.js
CHANGED
package/build/web/Image.js
CHANGED