@telus-uds/theme-koodo 5.20.0 → 5.22.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/ActivityIndicator.json +3 -3
- package/build/android/ButtonGroupItem.json +1 -1
- package/build/android/Card.json +1 -0
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/Link.json +7 -7
- package/build/android/List.json +3 -3
- package/build/android/PriceLockup.json +1 -0
- package/build/android/Progress.json +14 -1
- package/build/android/ProgressBar.json +2 -1
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +119 -0
- package/build/android/ToggleSwitch.json +6 -6
- package/build/android/schema.json +1159 -708
- package/build/android/theme.json +243 -23
- package/build/ios/ActivityIndicator.json +3 -3
- package/build/ios/ButtonGroupItem.json +1 -1
- package/build/ios/Card.json +1 -0
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/Link.json +7 -7
- package/build/ios/List.json +3 -3
- package/build/ios/PriceLockup.json +1 -0
- package/build/ios/Progress.json +14 -1
- package/build/ios/ProgressBar.json +2 -1
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +119 -0
- package/build/ios/ToggleSwitch.json +6 -6
- package/build/ios/schema.json +1159 -708
- package/build/ios/theme.json +243 -23
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +2 -2
- 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 +2 -2
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +2 -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 +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 +8 -8
- package/build/rn/List.js +3 -3
- 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 +2 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +10 -2
- package/build/rn/ProgressBar.js +3 -2
- 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 +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +34 -0
- package/build/rn/TabBarItem.js +67 -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 +5 -5
- 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 +1159 -708
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +171 -19
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +2 -2
- 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 +2 -2
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +2 -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 +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 +8 -8
- package/build/web/List.js +3 -3
- 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 +2 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +10 -2
- package/build/web/ProgressBar.js +3 -2
- 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 +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +34 -0
- package/build/web/TabBarItem.js +67 -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 +5 -5
- 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 +4 -1
- package/build/web/schema.json +1159 -708
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +171 -19
- package/package.json +4 -4
- package/theme.json +161 -17
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
|
|
4
|
+
* Generated on Sat, 12 Oct 2024 00:28:49 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -15,6 +15,10 @@ const PaletteIconCheck = require('@telus-uds/palette-koodo/build/rn/icons/Check'
|
|
|
15
15
|
const PaletteIconPause = require('@telus-uds/palette-koodo/build/rn/icons/Pause')
|
|
16
16
|
const PaletteIconPlay = require('@telus-uds/palette-koodo/build/rn/icons/Play')
|
|
17
17
|
const PaletteIconChevronLeft = require('@telus-uds/palette-koodo/build/rn/icons/ChevronLeft')
|
|
18
|
+
const PaletteIconAndroidEN = require('@telus-uds/palette-koodo/build/rn/icons/AndroidEN')
|
|
19
|
+
const PaletteIconAndroidFR = require('@telus-uds/palette-koodo/build/rn/icons/AndroidFR')
|
|
20
|
+
const PaletteIconIOSEN = require('@telus-uds/palette-koodo/build/rn/icons/IOSEN')
|
|
21
|
+
const PaletteIconIOSFR = require('@telus-uds/palette-koodo/build/rn/icons/IOSFR')
|
|
18
22
|
const PaletteIconCheckCircleFilled = require('@telus-uds/palette-koodo/build/rn/icons/CheckCircleFilled')
|
|
19
23
|
const PaletteIconClose = require('@telus-uds/palette-koodo/build/rn/icons/Close')
|
|
20
24
|
const PaletteIconAdd = require('@telus-uds/palette-koodo/build/rn/icons/Add')
|
|
@@ -139,7 +143,7 @@ module.exports = {
|
|
|
139
143
|
}
|
|
140
144
|
},
|
|
141
145
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
142
|
-
tokens: { color: '#
|
|
146
|
+
tokens: { color: '#ff0076', size: 24, thickness: 2 }
|
|
143
147
|
},
|
|
144
148
|
Badge: {
|
|
145
149
|
appearances: {
|
|
@@ -1076,7 +1080,7 @@ module.exports = {
|
|
|
1076
1080
|
iconPosition: {
|
|
1077
1081
|
description: 'Theme styles to be applied to icon links depending on where the icon is in relation to the link text',
|
|
1078
1082
|
type: 'state',
|
|
1079
|
-
values: [ 'left', 'right' ]
|
|
1083
|
+
values: [ 'left', 'right', 'inline' ]
|
|
1080
1084
|
},
|
|
1081
1085
|
inactive: {
|
|
1082
1086
|
description: 'Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.',
|
|
@@ -1474,6 +1478,7 @@ module.exports = {
|
|
|
1474
1478
|
],
|
|
1475
1479
|
tokens: {
|
|
1476
1480
|
backgroundColor: '#ffffff',
|
|
1481
|
+
backgroundGradient: null,
|
|
1477
1482
|
borderColor: '#c9c8c8',
|
|
1478
1483
|
borderRadius: 8,
|
|
1479
1484
|
borderWidth: 1,
|
|
@@ -1558,6 +1563,10 @@ module.exports = {
|
|
|
1558
1563
|
fieldSpace: 3,
|
|
1559
1564
|
outlineOffset: 8,
|
|
1560
1565
|
outlineWidth: 1,
|
|
1566
|
+
paddingBottom: 24,
|
|
1567
|
+
paddingLeft: 24,
|
|
1568
|
+
paddingRight: 24,
|
|
1569
|
+
paddingTop: 24,
|
|
1561
1570
|
showIcon: true,
|
|
1562
1571
|
space: 3
|
|
1563
1572
|
}
|
|
@@ -2450,6 +2459,56 @@ module.exports = {
|
|
|
2450
2459
|
],
|
|
2451
2460
|
tokens: { color: '#c9c8c8', width: 1 }
|
|
2452
2461
|
},
|
|
2462
|
+
DownloadApp: {
|
|
2463
|
+
appearances: {
|
|
2464
|
+
focus: {
|
|
2465
|
+
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.",
|
|
2466
|
+
platforms: [ 'rn', 'web' ],
|
|
2467
|
+
type: 'state',
|
|
2468
|
+
values: [ true, false ]
|
|
2469
|
+
},
|
|
2470
|
+
hover: {
|
|
2471
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2472
|
+
platforms: [ 'rn', 'web' ],
|
|
2473
|
+
type: 'state',
|
|
2474
|
+
values: [ true, false ]
|
|
2475
|
+
},
|
|
2476
|
+
pressed: {
|
|
2477
|
+
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.',
|
|
2478
|
+
type: 'state',
|
|
2479
|
+
values: [ true, false ]
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
rules: [
|
|
2483
|
+
{
|
|
2484
|
+
if: { focus: true },
|
|
2485
|
+
tokens: { borderColor: '#000000', borderRadius: 4 }
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
if: { hover: true },
|
|
2489
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
if: { pressed: true },
|
|
2493
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2494
|
+
},
|
|
2495
|
+
{
|
|
2496
|
+
if: { focus: true, pressed: true },
|
|
2497
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2498
|
+
}
|
|
2499
|
+
],
|
|
2500
|
+
tokens: {
|
|
2501
|
+
androidENIcon: PaletteIconAndroidEN,
|
|
2502
|
+
androidFRIcon: PaletteIconAndroidFR,
|
|
2503
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2504
|
+
borderGap: 2,
|
|
2505
|
+
borderRadius: 0,
|
|
2506
|
+
borderWidth: 1,
|
|
2507
|
+
iosENIcon: PaletteIconIOSEN,
|
|
2508
|
+
iosFRIcon: PaletteIconIOSFR,
|
|
2509
|
+
padding: 1
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2453
2512
|
ExpandCollapse: {
|
|
2454
2513
|
appearances: {},
|
|
2455
2514
|
rules: [],
|
|
@@ -3414,7 +3473,7 @@ module.exports = {
|
|
|
3414
3473
|
iconPosition: {
|
|
3415
3474
|
description: 'Theme styles to be applied to icon links depending on where the icon is in relation to the link text',
|
|
3416
3475
|
type: 'state',
|
|
3417
|
-
values: [ 'left', 'right' ]
|
|
3476
|
+
values: [ 'left', 'right', 'inline' ]
|
|
3418
3477
|
},
|
|
3419
3478
|
inverse: { type: 'variant', values: [ true ] },
|
|
3420
3479
|
pressed: {
|
|
@@ -3456,22 +3515,22 @@ module.exports = {
|
|
|
3456
3515
|
if: { pressed: true },
|
|
3457
3516
|
tokens: { color: '#666666', textLine: 'none' }
|
|
3458
3517
|
},
|
|
3459
|
-
{ if: { alternative: true }, tokens: { color: '#
|
|
3518
|
+
{ if: { alternative: true }, tokens: { color: '#595959' } },
|
|
3460
3519
|
{
|
|
3461
3520
|
if: { alternative: true, focus: true },
|
|
3462
|
-
tokens: { color: '#
|
|
3521
|
+
tokens: { color: '#595959', outerBorderColor: '#595959' }
|
|
3463
3522
|
},
|
|
3464
3523
|
{
|
|
3465
3524
|
if: { alternative: true, hover: true },
|
|
3466
|
-
tokens: { color: '#
|
|
3525
|
+
tokens: { color: '#404040' }
|
|
3467
3526
|
},
|
|
3468
3527
|
{
|
|
3469
3528
|
if: { alternative: true, pressed: true },
|
|
3470
|
-
tokens: { color: '#
|
|
3529
|
+
tokens: { color: '#404040' }
|
|
3471
3530
|
},
|
|
3472
3531
|
{
|
|
3473
3532
|
if: { alternative: true, focus: true, pressed: true },
|
|
3474
|
-
tokens: { color: '#
|
|
3533
|
+
tokens: { color: '#404040', outerBorderColor: '#404040' }
|
|
3475
3534
|
},
|
|
3476
3535
|
{ if: { inverse: true }, tokens: { color: '#ffffff' } },
|
|
3477
3536
|
{
|
|
@@ -3519,7 +3578,7 @@ module.exports = {
|
|
|
3519
3578
|
},
|
|
3520
3579
|
{
|
|
3521
3580
|
if: { alternative: true, hover: true, quiet: true },
|
|
3522
|
-
tokens: { color: '#
|
|
3581
|
+
tokens: { color: '#595959', textLine: 'underline' }
|
|
3523
3582
|
},
|
|
3524
3583
|
{
|
|
3525
3584
|
if: { hover: true, inverse: true, quiet: true },
|
|
@@ -3606,8 +3665,8 @@ module.exports = {
|
|
|
3606
3665
|
itemFontName: 'StagSans',
|
|
3607
3666
|
itemFontSize: 16,
|
|
3608
3667
|
itemFontWeight: '400',
|
|
3609
|
-
itemIconColor: '#
|
|
3610
|
-
itemIconSize:
|
|
3668
|
+
itemIconColor: '#000000',
|
|
3669
|
+
itemIconSize: 24,
|
|
3611
3670
|
itemLineHeight: 1.3,
|
|
3612
3671
|
itemTextColor: '#000000',
|
|
3613
3672
|
listGutter: 10
|
|
@@ -4769,6 +4828,7 @@ module.exports = {
|
|
|
4769
4828
|
}
|
|
4770
4829
|
],
|
|
4771
4830
|
tokens: {
|
|
4831
|
+
alignItemsText: 'flex-start',
|
|
4772
4832
|
amountFontName: 'StagSans',
|
|
4773
4833
|
amountFontSize: 44,
|
|
4774
4834
|
amountFontWeight: '700',
|
|
@@ -4844,7 +4904,15 @@ module.exports = {
|
|
|
4844
4904
|
borderColor: '#666666',
|
|
4845
4905
|
borderRadius: 12,
|
|
4846
4906
|
borderWidth: 1,
|
|
4847
|
-
height: 16
|
|
4907
|
+
height: 16,
|
|
4908
|
+
shadow: {
|
|
4909
|
+
blur: 2,
|
|
4910
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
4911
|
+
inset: true,
|
|
4912
|
+
offsetX: 0,
|
|
4913
|
+
offsetY: 2,
|
|
4914
|
+
spread: 0
|
|
4915
|
+
}
|
|
4848
4916
|
}
|
|
4849
4917
|
},
|
|
4850
4918
|
ProgressBar: {
|
|
@@ -4871,7 +4939,8 @@ module.exports = {
|
|
|
4871
4939
|
borderRadius: 12,
|
|
4872
4940
|
gradient: null,
|
|
4873
4941
|
outlineColor: '#595959',
|
|
4874
|
-
outlineWidth: 1
|
|
4942
|
+
outlineWidth: 1,
|
|
4943
|
+
shadow: null
|
|
4875
4944
|
}
|
|
4876
4945
|
},
|
|
4877
4946
|
QuantitySelector: {
|
|
@@ -6457,6 +6526,89 @@ module.exports = {
|
|
|
6457
6526
|
}
|
|
6458
6527
|
}
|
|
6459
6528
|
},
|
|
6529
|
+
TabBar: {
|
|
6530
|
+
appearances: {
|
|
6531
|
+
pressed: {
|
|
6532
|
+
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.',
|
|
6533
|
+
type: 'state',
|
|
6534
|
+
values: [ true, false ]
|
|
6535
|
+
}
|
|
6536
|
+
},
|
|
6537
|
+
rules: [
|
|
6538
|
+
{
|
|
6539
|
+
if: { pressed: true },
|
|
6540
|
+
tokens: { paddingBottom: 0, paddingTop: 0 }
|
|
6541
|
+
}
|
|
6542
|
+
],
|
|
6543
|
+
tokens: {
|
|
6544
|
+
backgroundColor: '#fafafa',
|
|
6545
|
+
borderTopColor: '#efefef',
|
|
6546
|
+
borderTopWidth: 1,
|
|
6547
|
+
gap: 8,
|
|
6548
|
+
paddingBottom: 4,
|
|
6549
|
+
paddingLeft: 8,
|
|
6550
|
+
paddingRight: 8,
|
|
6551
|
+
paddingTop: 4
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
TabBarItem: {
|
|
6555
|
+
appearances: {
|
|
6556
|
+
focus: {
|
|
6557
|
+
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.',
|
|
6558
|
+
type: 'state',
|
|
6559
|
+
values: [ true, false ]
|
|
6560
|
+
},
|
|
6561
|
+
hover: {
|
|
6562
|
+
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.',
|
|
6563
|
+
type: 'state',
|
|
6564
|
+
values: [ true, false ]
|
|
6565
|
+
},
|
|
6566
|
+
pressed: {
|
|
6567
|
+
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.',
|
|
6568
|
+
type: 'state',
|
|
6569
|
+
values: [ true, false ]
|
|
6570
|
+
},
|
|
6571
|
+
selected: {
|
|
6572
|
+
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.',
|
|
6573
|
+
type: 'state',
|
|
6574
|
+
values: [ true, false ]
|
|
6575
|
+
}
|
|
6576
|
+
},
|
|
6577
|
+
rules: [
|
|
6578
|
+
{
|
|
6579
|
+
if: { focus: true },
|
|
6580
|
+
tokens: {
|
|
6581
|
+
backgroundColor: '#efefef',
|
|
6582
|
+
color: '#000000',
|
|
6583
|
+
iconColor: '#000000',
|
|
6584
|
+
iconSize: 26
|
|
6585
|
+
}
|
|
6586
|
+
},
|
|
6587
|
+
{
|
|
6588
|
+
if: { pressed: true },
|
|
6589
|
+
tokens: {
|
|
6590
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6591
|
+
color: '#5b2bc2',
|
|
6592
|
+
iconColor: '#5b2bc2',
|
|
6593
|
+
iconSize: 22
|
|
6594
|
+
}
|
|
6595
|
+
},
|
|
6596
|
+
{ if: { hover: true }, tokens: { iconSize: 26 } }
|
|
6597
|
+
],
|
|
6598
|
+
tokens: {
|
|
6599
|
+
activeColor: '#7a3dfc',
|
|
6600
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6601
|
+
borderRadius: 4,
|
|
6602
|
+
color: '#000000',
|
|
6603
|
+
fontName: 'StagSans',
|
|
6604
|
+
fontWeight: '600',
|
|
6605
|
+
iconColor: '#000000',
|
|
6606
|
+
iconSize: 24,
|
|
6607
|
+
lineHeight: 1.33333333333,
|
|
6608
|
+
paddingBottom: 4,
|
|
6609
|
+
paddingTop: 4
|
|
6610
|
+
}
|
|
6611
|
+
},
|
|
6460
6612
|
Table: {
|
|
6461
6613
|
appearances: {
|
|
6462
6614
|
spacing: {
|
|
@@ -7361,7 +7513,7 @@ module.exports = {
|
|
|
7361
7513
|
},
|
|
7362
7514
|
{
|
|
7363
7515
|
if: { hover: true, selected: true },
|
|
7364
|
-
tokens: { backgroundColor: '#
|
|
7516
|
+
tokens: { backgroundColor: '#c9c8c8', switchColor: '#404040' }
|
|
7365
7517
|
},
|
|
7366
7518
|
{
|
|
7367
7519
|
if: { pressed: true, selected: true },
|
|
@@ -7370,7 +7522,7 @@ module.exports = {
|
|
|
7370
7522
|
{
|
|
7371
7523
|
if: { focus: true, selected: true },
|
|
7372
7524
|
tokens: {
|
|
7373
|
-
backgroundColor: '#
|
|
7525
|
+
backgroundColor: '#c9c8c8',
|
|
7374
7526
|
icon: PaletteIconCheck,
|
|
7375
7527
|
iconColor: '#ffffff',
|
|
7376
7528
|
outerBorderColor: '#000000',
|
|
@@ -7402,7 +7554,7 @@ module.exports = {
|
|
|
7402
7554
|
{
|
|
7403
7555
|
if: { inactive: true },
|
|
7404
7556
|
tokens: {
|
|
7405
|
-
backgroundColor: '#
|
|
7557
|
+
backgroundColor: '#c9c8c8',
|
|
7406
7558
|
opacity: 0.5,
|
|
7407
7559
|
switchBorderColor: 'rgba(0, 0, 0, 0)',
|
|
7408
7560
|
switchColor: '#c9c8c8'
|
|
@@ -7411,7 +7563,7 @@ module.exports = {
|
|
|
7411
7563
|
{
|
|
7412
7564
|
if: { inactive: true, selected: true },
|
|
7413
7565
|
tokens: {
|
|
7414
|
-
backgroundColor: '#
|
|
7566
|
+
backgroundColor: '#c9c8c8',
|
|
7415
7567
|
icon: PaletteIconCheck,
|
|
7416
7568
|
iconColor: '#ffffff',
|
|
7417
7569
|
opacity: 0.5,
|
|
@@ -8104,5 +8256,5 @@ module.exports = {
|
|
|
8104
8256
|
tokens: { size: 96 }
|
|
8105
8257
|
}
|
|
8106
8258
|
},
|
|
8107
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
8259
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.65.0' }
|
|
8108
8260
|
}
|
package/build/web/ActionCard.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Sat, 12 Oct 2024 00:29:13 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -15,6 +15,6 @@ const theme = {
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
18
|
-
tokens: { color: '#
|
|
18
|
+
tokens: { color: '#ff0076', size: 24, thickness: 2 }
|
|
19
19
|
}
|
|
20
20
|
export default theme
|
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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Sat, 12 Oct 2024 00:29:13 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -23,7 +23,7 @@ const theme = {
|
|
|
23
23
|
iconPosition: {
|
|
24
24
|
description: 'Theme styles to be applied to icon links depending on where the icon is in relation to the link text',
|
|
25
25
|
type: 'state',
|
|
26
|
-
values: [ 'left', 'right' ]
|
|
26
|
+
values: [ 'left', 'right', 'inline' ]
|
|
27
27
|
},
|
|
28
28
|
inactive: {
|
|
29
29
|
description: 'Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.',
|
package/build/web/Callout.js
CHANGED
package/build/web/Card.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Sat, 12 Oct 2024 00:29:13 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -219,6 +219,7 @@ const theme = {
|
|
|
219
219
|
],
|
|
220
220
|
tokens: {
|
|
221
221
|
backgroundColor: '#ffffff',
|
|
222
|
+
backgroundGradient: null,
|
|
222
223
|
borderColor: '#c9c8c8',
|
|
223
224
|
borderRadius: 8,
|
|
224
225
|
borderWidth: 1,
|
package/build/web/CardGroup.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on
|
|
4
|
+
* Generated on Sat, 12 Oct 2024 00:29:13 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -55,6 +55,10 @@ const theme = {
|
|
|
55
55
|
fieldSpace: 3,
|
|
56
56
|
outlineOffset: 8,
|
|
57
57
|
outlineWidth: 1,
|
|
58
|
+
paddingBottom: 24,
|
|
59
|
+
paddingLeft: 24,
|
|
60
|
+
paddingRight: 24,
|
|
61
|
+
paddingTop: 24,
|
|
58
62
|
showIcon: true,
|
|
59
63
|
space: 3
|
|
60
64
|
}
|
package/build/web/Carousel.js
CHANGED
package/build/web/Checkbox.js
CHANGED
package/build/web/ChevronLink.js
CHANGED
package/build/web/Countdown.js
CHANGED
package/build/web/DatePicker.js
CHANGED
package/build/web/Disclaimer.js
CHANGED