@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/web/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:29:13 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -15,6 +15,10 @@ import PaletteIconCheck from '@telus-uds/palette-koodo/build/rn/icons/Check'
|
|
|
15
15
|
import PaletteIconPause from '@telus-uds/palette-koodo/build/rn/icons/Pause'
|
|
16
16
|
import PaletteIconPlay from '@telus-uds/palette-koodo/build/rn/icons/Play'
|
|
17
17
|
import PaletteIconChevronLeft from '@telus-uds/palette-koodo/build/rn/icons/ChevronLeft'
|
|
18
|
+
import PaletteIconAndroidEN from '@telus-uds/palette-koodo/build/rn/icons/AndroidEN'
|
|
19
|
+
import PaletteIconAndroidFR from '@telus-uds/palette-koodo/build/rn/icons/AndroidFR'
|
|
20
|
+
import PaletteIconIOSEN from '@telus-uds/palette-koodo/build/rn/icons/IOSEN'
|
|
21
|
+
import PaletteIconIOSFR from '@telus-uds/palette-koodo/build/rn/icons/IOSFR'
|
|
18
22
|
import PaletteIconCheckCircleFilled from '@telus-uds/palette-koodo/build/rn/icons/CheckCircleFilled'
|
|
19
23
|
import PaletteIconClose from '@telus-uds/palette-koodo/build/rn/icons/Close'
|
|
20
24
|
import PaletteIconAdd from '@telus-uds/palette-koodo/build/rn/icons/Add'
|
|
@@ -138,7 +142,7 @@ const theme = {
|
|
|
138
142
|
}
|
|
139
143
|
},
|
|
140
144
|
rules: [ { if: { size: 'large' }, tokens: { size: 48, thickness: 4 } } ],
|
|
141
|
-
tokens: { color: '#
|
|
145
|
+
tokens: { color: '#ff0076', size: 24, thickness: 2 }
|
|
142
146
|
},
|
|
143
147
|
Badge: {
|
|
144
148
|
appearances: {
|
|
@@ -1075,7 +1079,7 @@ const theme = {
|
|
|
1075
1079
|
iconPosition: {
|
|
1076
1080
|
description: 'Theme styles to be applied to icon links depending on where the icon is in relation to the link text',
|
|
1077
1081
|
type: 'state',
|
|
1078
|
-
values: [ 'left', 'right' ]
|
|
1082
|
+
values: [ 'left', 'right', 'inline' ]
|
|
1079
1083
|
},
|
|
1080
1084
|
inactive: {
|
|
1081
1085
|
description: 'Prevents an interactive component from being interacted with and applies accessibility attributes to indicate to the user that this component cannot be used.',
|
|
@@ -1473,6 +1477,7 @@ const theme = {
|
|
|
1473
1477
|
],
|
|
1474
1478
|
tokens: {
|
|
1475
1479
|
backgroundColor: '#ffffff',
|
|
1480
|
+
backgroundGradient: null,
|
|
1476
1481
|
borderColor: '#c9c8c8',
|
|
1477
1482
|
borderRadius: 8,
|
|
1478
1483
|
borderWidth: 1,
|
|
@@ -1557,6 +1562,10 @@ const theme = {
|
|
|
1557
1562
|
fieldSpace: 3,
|
|
1558
1563
|
outlineOffset: 8,
|
|
1559
1564
|
outlineWidth: 1,
|
|
1565
|
+
paddingBottom: 24,
|
|
1566
|
+
paddingLeft: 24,
|
|
1567
|
+
paddingRight: 24,
|
|
1568
|
+
paddingTop: 24,
|
|
1560
1569
|
showIcon: true,
|
|
1561
1570
|
space: 3
|
|
1562
1571
|
}
|
|
@@ -2449,6 +2458,56 @@ const theme = {
|
|
|
2449
2458
|
],
|
|
2450
2459
|
tokens: { color: '#c9c8c8', width: 1 }
|
|
2451
2460
|
},
|
|
2461
|
+
DownloadApp: {
|
|
2462
|
+
appearances: {
|
|
2463
|
+
focus: {
|
|
2464
|
+
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.",
|
|
2465
|
+
platforms: [ 'rn', 'web' ],
|
|
2466
|
+
type: 'state',
|
|
2467
|
+
values: [ true, false ]
|
|
2468
|
+
},
|
|
2469
|
+
hover: {
|
|
2470
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2471
|
+
platforms: [ 'rn', 'web' ],
|
|
2472
|
+
type: 'state',
|
|
2473
|
+
values: [ true, false ]
|
|
2474
|
+
},
|
|
2475
|
+
pressed: {
|
|
2476
|
+
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.',
|
|
2477
|
+
type: 'state',
|
|
2478
|
+
values: [ true, false ]
|
|
2479
|
+
}
|
|
2480
|
+
},
|
|
2481
|
+
rules: [
|
|
2482
|
+
{
|
|
2483
|
+
if: { focus: true },
|
|
2484
|
+
tokens: { borderColor: '#000000', borderRadius: 4 }
|
|
2485
|
+
},
|
|
2486
|
+
{
|
|
2487
|
+
if: { hover: true },
|
|
2488
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
if: { pressed: true },
|
|
2492
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
if: { focus: true, pressed: true },
|
|
2496
|
+
tokens: { borderColor: '#666666', borderRadius: 4 }
|
|
2497
|
+
}
|
|
2498
|
+
],
|
|
2499
|
+
tokens: {
|
|
2500
|
+
androidENIcon: PaletteIconAndroidEN,
|
|
2501
|
+
androidFRIcon: PaletteIconAndroidFR,
|
|
2502
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2503
|
+
borderGap: 2,
|
|
2504
|
+
borderRadius: 0,
|
|
2505
|
+
borderWidth: 1,
|
|
2506
|
+
iosENIcon: PaletteIconIOSEN,
|
|
2507
|
+
iosFRIcon: PaletteIconIOSFR,
|
|
2508
|
+
padding: 1
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2452
2511
|
ExpandCollapse: {
|
|
2453
2512
|
appearances: {},
|
|
2454
2513
|
rules: [],
|
|
@@ -3413,7 +3472,7 @@ const theme = {
|
|
|
3413
3472
|
iconPosition: {
|
|
3414
3473
|
description: 'Theme styles to be applied to icon links depending on where the icon is in relation to the link text',
|
|
3415
3474
|
type: 'state',
|
|
3416
|
-
values: [ 'left', 'right' ]
|
|
3475
|
+
values: [ 'left', 'right', 'inline' ]
|
|
3417
3476
|
},
|
|
3418
3477
|
inverse: { type: 'variant', values: [ true ] },
|
|
3419
3478
|
pressed: {
|
|
@@ -3455,22 +3514,22 @@ const theme = {
|
|
|
3455
3514
|
if: { pressed: true },
|
|
3456
3515
|
tokens: { color: '#666666', textLine: 'none' }
|
|
3457
3516
|
},
|
|
3458
|
-
{ if: { alternative: true }, tokens: { color: '#
|
|
3517
|
+
{ if: { alternative: true }, tokens: { color: '#595959' } },
|
|
3459
3518
|
{
|
|
3460
3519
|
if: { alternative: true, focus: true },
|
|
3461
|
-
tokens: { color: '#
|
|
3520
|
+
tokens: { color: '#595959', outerBorderColor: '#595959' }
|
|
3462
3521
|
},
|
|
3463
3522
|
{
|
|
3464
3523
|
if: { alternative: true, hover: true },
|
|
3465
|
-
tokens: { color: '#
|
|
3524
|
+
tokens: { color: '#404040' }
|
|
3466
3525
|
},
|
|
3467
3526
|
{
|
|
3468
3527
|
if: { alternative: true, pressed: true },
|
|
3469
|
-
tokens: { color: '#
|
|
3528
|
+
tokens: { color: '#404040' }
|
|
3470
3529
|
},
|
|
3471
3530
|
{
|
|
3472
3531
|
if: { alternative: true, focus: true, pressed: true },
|
|
3473
|
-
tokens: { color: '#
|
|
3532
|
+
tokens: { color: '#404040', outerBorderColor: '#404040' }
|
|
3474
3533
|
},
|
|
3475
3534
|
{ if: { inverse: true }, tokens: { color: '#ffffff' } },
|
|
3476
3535
|
{
|
|
@@ -3518,7 +3577,7 @@ const theme = {
|
|
|
3518
3577
|
},
|
|
3519
3578
|
{
|
|
3520
3579
|
if: { alternative: true, hover: true, quiet: true },
|
|
3521
|
-
tokens: { color: '#
|
|
3580
|
+
tokens: { color: '#595959', textLine: 'underline' }
|
|
3522
3581
|
},
|
|
3523
3582
|
{
|
|
3524
3583
|
if: { hover: true, inverse: true, quiet: true },
|
|
@@ -3605,8 +3664,8 @@ const theme = {
|
|
|
3605
3664
|
itemFontName: 'StagSans',
|
|
3606
3665
|
itemFontSize: 16,
|
|
3607
3666
|
itemFontWeight: '400',
|
|
3608
|
-
itemIconColor: '#
|
|
3609
|
-
itemIconSize:
|
|
3667
|
+
itemIconColor: '#000000',
|
|
3668
|
+
itemIconSize: 24,
|
|
3610
3669
|
itemLineHeight: 1.3,
|
|
3611
3670
|
itemTextColor: '#000000',
|
|
3612
3671
|
listGutter: 10
|
|
@@ -4768,6 +4827,7 @@ const theme = {
|
|
|
4768
4827
|
}
|
|
4769
4828
|
],
|
|
4770
4829
|
tokens: {
|
|
4830
|
+
alignItemsText: 'flex-start',
|
|
4771
4831
|
amountFontName: 'StagSans',
|
|
4772
4832
|
amountFontSize: 44,
|
|
4773
4833
|
amountFontWeight: '700',
|
|
@@ -4843,7 +4903,15 @@ const theme = {
|
|
|
4843
4903
|
borderColor: '#666666',
|
|
4844
4904
|
borderRadius: 12,
|
|
4845
4905
|
borderWidth: 1,
|
|
4846
|
-
height: 16
|
|
4906
|
+
height: 16,
|
|
4907
|
+
shadow: {
|
|
4908
|
+
blur: 2,
|
|
4909
|
+
color: 'rgba(0, 0, 0, 0.1)',
|
|
4910
|
+
inset: true,
|
|
4911
|
+
offsetX: 0,
|
|
4912
|
+
offsetY: 2,
|
|
4913
|
+
spread: 0
|
|
4914
|
+
}
|
|
4847
4915
|
}
|
|
4848
4916
|
},
|
|
4849
4917
|
ProgressBar: {
|
|
@@ -4870,7 +4938,8 @@ const theme = {
|
|
|
4870
4938
|
borderRadius: 12,
|
|
4871
4939
|
gradient: null,
|
|
4872
4940
|
outlineColor: '#595959',
|
|
4873
|
-
outlineWidth: 1
|
|
4941
|
+
outlineWidth: 1,
|
|
4942
|
+
shadow: null
|
|
4874
4943
|
}
|
|
4875
4944
|
},
|
|
4876
4945
|
QuantitySelector: {
|
|
@@ -6456,6 +6525,89 @@ const theme = {
|
|
|
6456
6525
|
}
|
|
6457
6526
|
}
|
|
6458
6527
|
},
|
|
6528
|
+
TabBar: {
|
|
6529
|
+
appearances: {
|
|
6530
|
+
pressed: {
|
|
6531
|
+
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.',
|
|
6532
|
+
type: 'state',
|
|
6533
|
+
values: [ true, false ]
|
|
6534
|
+
}
|
|
6535
|
+
},
|
|
6536
|
+
rules: [
|
|
6537
|
+
{
|
|
6538
|
+
if: { pressed: true },
|
|
6539
|
+
tokens: { paddingBottom: 0, paddingTop: 0 }
|
|
6540
|
+
}
|
|
6541
|
+
],
|
|
6542
|
+
tokens: {
|
|
6543
|
+
backgroundColor: '#fafafa',
|
|
6544
|
+
borderTopColor: '#efefef',
|
|
6545
|
+
borderTopWidth: 1,
|
|
6546
|
+
gap: 8,
|
|
6547
|
+
paddingBottom: 4,
|
|
6548
|
+
paddingLeft: 8,
|
|
6549
|
+
paddingRight: 8,
|
|
6550
|
+
paddingTop: 4
|
|
6551
|
+
}
|
|
6552
|
+
},
|
|
6553
|
+
TabBarItem: {
|
|
6554
|
+
appearances: {
|
|
6555
|
+
focus: {
|
|
6556
|
+
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.',
|
|
6557
|
+
type: 'state',
|
|
6558
|
+
values: [ true, false ]
|
|
6559
|
+
},
|
|
6560
|
+
hover: {
|
|
6561
|
+
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.',
|
|
6562
|
+
type: 'state',
|
|
6563
|
+
values: [ true, false ]
|
|
6564
|
+
},
|
|
6565
|
+
pressed: {
|
|
6566
|
+
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.',
|
|
6567
|
+
type: 'state',
|
|
6568
|
+
values: [ true, false ]
|
|
6569
|
+
},
|
|
6570
|
+
selected: {
|
|
6571
|
+
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.',
|
|
6572
|
+
type: 'state',
|
|
6573
|
+
values: [ true, false ]
|
|
6574
|
+
}
|
|
6575
|
+
},
|
|
6576
|
+
rules: [
|
|
6577
|
+
{
|
|
6578
|
+
if: { focus: true },
|
|
6579
|
+
tokens: {
|
|
6580
|
+
backgroundColor: '#efefef',
|
|
6581
|
+
color: '#000000',
|
|
6582
|
+
iconColor: '#000000',
|
|
6583
|
+
iconSize: 26
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
if: { pressed: true },
|
|
6588
|
+
tokens: {
|
|
6589
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6590
|
+
color: '#5b2bc2',
|
|
6591
|
+
iconColor: '#5b2bc2',
|
|
6592
|
+
iconSize: 22
|
|
6593
|
+
}
|
|
6594
|
+
},
|
|
6595
|
+
{ if: { hover: true }, tokens: { iconSize: 26 } }
|
|
6596
|
+
],
|
|
6597
|
+
tokens: {
|
|
6598
|
+
activeColor: '#7a3dfc',
|
|
6599
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6600
|
+
borderRadius: 4,
|
|
6601
|
+
color: '#000000',
|
|
6602
|
+
fontName: 'StagSans',
|
|
6603
|
+
fontWeight: '600',
|
|
6604
|
+
iconColor: '#000000',
|
|
6605
|
+
iconSize: 24,
|
|
6606
|
+
lineHeight: 1.33333333333,
|
|
6607
|
+
paddingBottom: 4,
|
|
6608
|
+
paddingTop: 4
|
|
6609
|
+
}
|
|
6610
|
+
},
|
|
6459
6611
|
Table: {
|
|
6460
6612
|
appearances: {
|
|
6461
6613
|
spacing: {
|
|
@@ -7360,7 +7512,7 @@ const theme = {
|
|
|
7360
7512
|
},
|
|
7361
7513
|
{
|
|
7362
7514
|
if: { hover: true, selected: true },
|
|
7363
|
-
tokens: { backgroundColor: '#
|
|
7515
|
+
tokens: { backgroundColor: '#c9c8c8', switchColor: '#404040' }
|
|
7364
7516
|
},
|
|
7365
7517
|
{
|
|
7366
7518
|
if: { pressed: true, selected: true },
|
|
@@ -7369,7 +7521,7 @@ const theme = {
|
|
|
7369
7521
|
{
|
|
7370
7522
|
if: { focus: true, selected: true },
|
|
7371
7523
|
tokens: {
|
|
7372
|
-
backgroundColor: '#
|
|
7524
|
+
backgroundColor: '#c9c8c8',
|
|
7373
7525
|
icon: PaletteIconCheck,
|
|
7374
7526
|
iconColor: '#ffffff',
|
|
7375
7527
|
outerBorderColor: '#000000',
|
|
@@ -7401,7 +7553,7 @@ const theme = {
|
|
|
7401
7553
|
{
|
|
7402
7554
|
if: { inactive: true },
|
|
7403
7555
|
tokens: {
|
|
7404
|
-
backgroundColor: '#
|
|
7556
|
+
backgroundColor: '#c9c8c8',
|
|
7405
7557
|
opacity: 0.5,
|
|
7406
7558
|
switchBorderColor: 'rgba(0, 0, 0, 0)',
|
|
7407
7559
|
switchColor: '#c9c8c8'
|
|
@@ -7410,7 +7562,7 @@ const theme = {
|
|
|
7410
7562
|
{
|
|
7411
7563
|
if: { inactive: true, selected: true },
|
|
7412
7564
|
tokens: {
|
|
7413
|
-
backgroundColor: '#
|
|
7565
|
+
backgroundColor: '#c9c8c8',
|
|
7414
7566
|
icon: PaletteIconCheck,
|
|
7415
7567
|
iconColor: '#ffffff',
|
|
7416
7568
|
opacity: 0.5,
|
|
@@ -8103,6 +8255,6 @@ const theme = {
|
|
|
8103
8255
|
tokens: { size: 96 }
|
|
8104
8256
|
}
|
|
8105
8257
|
},
|
|
8106
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
8258
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.65.0' }
|
|
8107
8259
|
}
|
|
8108
8260
|
export default theme
|
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
},
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@telus-uds/palette-koodo": "^1.
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^2.
|
|
8
|
+
"@telus-uds/palette-koodo": "^1.9.0",
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^2.65.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"main": "build/rn/theme.js",
|
|
21
21
|
"name": "@telus-uds/theme-koodo",
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@telus-uds/palette-koodo": "^1.
|
|
23
|
+
"@telus-uds/palette-koodo": "^1.9.0"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
32
32
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
33
33
|
},
|
|
34
|
-
"version": "5.
|
|
34
|
+
"version": "5.22.0"
|
|
35
35
|
}
|
package/theme.json
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
"tokens": {
|
|
106
|
-
"color": "{palette.color.
|
|
106
|
+
"color": "{palette.color.pink}",
|
|
107
107
|
"size": "{palette.size.size24}",
|
|
108
108
|
"thickness": "{palette.border.border2}"
|
|
109
109
|
}
|
|
@@ -1915,6 +1915,7 @@
|
|
|
1915
1915
|
],
|
|
1916
1916
|
"tokens": {
|
|
1917
1917
|
"backgroundColor": "{palette.color.white}",
|
|
1918
|
+
"backgroundGradient": "{system.gradient.none}",
|
|
1918
1919
|
"borderColor": "{palette.color.silver}",
|
|
1919
1920
|
"borderRadius": "{palette.radius.radius8}",
|
|
1920
1921
|
"borderWidth": "{palette.border.border1}",
|
|
@@ -1981,6 +1982,10 @@
|
|
|
1981
1982
|
"fieldSpace": "{system.integer.3}",
|
|
1982
1983
|
"outlineOffset": "{palette.size.size8}",
|
|
1983
1984
|
"outlineWidth": "{palette.border.border1}",
|
|
1985
|
+
"paddingBottom": "{palette.size.size24}",
|
|
1986
|
+
"paddingLeft": "{palette.size.size24}",
|
|
1987
|
+
"paddingRight": "{palette.size.size24}",
|
|
1988
|
+
"paddingTop": "{palette.size.size24}",
|
|
1984
1989
|
"showIcon": "{system.show.true}",
|
|
1985
1990
|
"space": "{system.integer.3}"
|
|
1986
1991
|
}
|
|
@@ -3032,6 +3037,63 @@
|
|
|
3032
3037
|
"width": "{palette.size.size1}"
|
|
3033
3038
|
}
|
|
3034
3039
|
},
|
|
3040
|
+
"DownloadApp": {
|
|
3041
|
+
"appearances": {
|
|
3042
|
+
"focus": "{appearances.DownloadApp.focus}",
|
|
3043
|
+
"hover": "{appearances.DownloadApp.hover}",
|
|
3044
|
+
"pressed": "{appearances.DownloadApp.pressed}"
|
|
3045
|
+
},
|
|
3046
|
+
"rules": [
|
|
3047
|
+
{
|
|
3048
|
+
"if": {
|
|
3049
|
+
"focus": true
|
|
3050
|
+
},
|
|
3051
|
+
"tokens": {
|
|
3052
|
+
"borderColor": "{palette.color.black}",
|
|
3053
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"if": {
|
|
3058
|
+
"hover": true
|
|
3059
|
+
},
|
|
3060
|
+
"tokens": {
|
|
3061
|
+
"borderColor": "{palette.color.dove}",
|
|
3062
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"if": {
|
|
3067
|
+
"pressed": true
|
|
3068
|
+
},
|
|
3069
|
+
"tokens": {
|
|
3070
|
+
"borderColor": "{palette.color.dove}",
|
|
3071
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3072
|
+
}
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"if": {
|
|
3076
|
+
"focus": true,
|
|
3077
|
+
"pressed": true
|
|
3078
|
+
},
|
|
3079
|
+
"tokens": {
|
|
3080
|
+
"borderColor": "{palette.color.dove}",
|
|
3081
|
+
"borderRadius": "{palette.radius.radius4}"
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
],
|
|
3085
|
+
"tokens": {
|
|
3086
|
+
"androidENIcon": "{palette.icon.AndroidEN}",
|
|
3087
|
+
"androidFRIcon": "{palette.icon.AndroidFR}",
|
|
3088
|
+
"borderColor": "{palette.color.transparent}",
|
|
3089
|
+
"borderGap": "{palette.size.size2}",
|
|
3090
|
+
"borderRadius": "{palette.radius.none}",
|
|
3091
|
+
"borderWidth": "{palette.border.border1}",
|
|
3092
|
+
"iosENIcon": "{palette.icon.IOSEN}",
|
|
3093
|
+
"iosFRIcon": "{palette.icon.IOSFR}",
|
|
3094
|
+
"padding": "{palette.size.size1}"
|
|
3095
|
+
}
|
|
3096
|
+
},
|
|
3035
3097
|
"ExpandCollapse": {
|
|
3036
3098
|
"appearances": {},
|
|
3037
3099
|
"rules": [],
|
|
@@ -4534,7 +4596,7 @@
|
|
|
4534
4596
|
"alternative": true
|
|
4535
4597
|
},
|
|
4536
4598
|
"tokens": {
|
|
4537
|
-
"color": "{palette.color.
|
|
4599
|
+
"color": "{palette.color.mortar}"
|
|
4538
4600
|
}
|
|
4539
4601
|
},
|
|
4540
4602
|
{
|
|
@@ -4543,8 +4605,8 @@
|
|
|
4543
4605
|
"focus": true
|
|
4544
4606
|
},
|
|
4545
4607
|
"tokens": {
|
|
4546
|
-
"color": "{palette.color.
|
|
4547
|
-
"outerBorderColor": "{palette.color.
|
|
4608
|
+
"color": "{palette.color.mortar}",
|
|
4609
|
+
"outerBorderColor": "{palette.color.mortar}"
|
|
4548
4610
|
}
|
|
4549
4611
|
},
|
|
4550
4612
|
{
|
|
@@ -4553,7 +4615,7 @@
|
|
|
4553
4615
|
"hover": true
|
|
4554
4616
|
},
|
|
4555
4617
|
"tokens": {
|
|
4556
|
-
"color": "{palette.color.
|
|
4618
|
+
"color": "{palette.color.blackLight}"
|
|
4557
4619
|
}
|
|
4558
4620
|
},
|
|
4559
4621
|
{
|
|
@@ -4562,7 +4624,7 @@
|
|
|
4562
4624
|
"pressed": true
|
|
4563
4625
|
},
|
|
4564
4626
|
"tokens": {
|
|
4565
|
-
"color": "{palette.color.
|
|
4627
|
+
"color": "{palette.color.blackLight}"
|
|
4566
4628
|
}
|
|
4567
4629
|
},
|
|
4568
4630
|
{
|
|
@@ -4572,8 +4634,8 @@
|
|
|
4572
4634
|
"pressed": true
|
|
4573
4635
|
},
|
|
4574
4636
|
"tokens": {
|
|
4575
|
-
"color": "{palette.color.
|
|
4576
|
-
"outerBorderColor": "{palette.color.
|
|
4637
|
+
"color": "{palette.color.blackLight}",
|
|
4638
|
+
"outerBorderColor": "{palette.color.blackLight}"
|
|
4577
4639
|
}
|
|
4578
4640
|
},
|
|
4579
4641
|
{
|
|
@@ -4680,7 +4742,7 @@
|
|
|
4680
4742
|
"quiet": true
|
|
4681
4743
|
},
|
|
4682
4744
|
"tokens": {
|
|
4683
|
-
"color": "{palette.color.
|
|
4745
|
+
"color": "{palette.color.mortar}",
|
|
4684
4746
|
"textLine": "{system.textLine.underline}"
|
|
4685
4747
|
}
|
|
4686
4748
|
},
|
|
@@ -4795,8 +4857,8 @@
|
|
|
4795
4857
|
"itemFontName": "{palette.fontName.StagSans}",
|
|
4796
4858
|
"itemFontSize": "{palette.fontSize.size16}",
|
|
4797
4859
|
"itemFontWeight": "{palette.fontWeight.weight400}",
|
|
4798
|
-
"itemIconColor": "{palette.color.
|
|
4799
|
-
"itemIconSize": "{palette.size.
|
|
4860
|
+
"itemIconColor": "{palette.color.black}",
|
|
4861
|
+
"itemIconSize": "{palette.size.size24}",
|
|
4800
4862
|
"itemLineHeight": "{palette.lineHeight.multiply130}",
|
|
4801
4863
|
"itemTextColor": "{palette.color.black}",
|
|
4802
4864
|
"listGutter": "{palette.size.size10}"
|
|
@@ -6029,6 +6091,7 @@
|
|
|
6029
6091
|
}
|
|
6030
6092
|
],
|
|
6031
6093
|
"tokens": {
|
|
6094
|
+
"alignItemsText": "{system.flexAlign.flexStart}",
|
|
6032
6095
|
"amountFontName": "{palette.fontName.StagSans}",
|
|
6033
6096
|
"amountFontSize": "{palette.fontSize.size44}",
|
|
6034
6097
|
"amountFontWeight": "{palette.fontWeight.weight700}",
|
|
@@ -6120,7 +6183,8 @@
|
|
|
6120
6183
|
"borderColor": "{palette.color.dove}",
|
|
6121
6184
|
"borderRadius": "{palette.radius.radius12}",
|
|
6122
6185
|
"borderWidth": "{palette.border.border1}",
|
|
6123
|
-
"height": "{palette.size.size16}"
|
|
6186
|
+
"height": "{palette.size.size16}",
|
|
6187
|
+
"shadow": "{palette.shadow.surfaceInset}"
|
|
6124
6188
|
}
|
|
6125
6189
|
},
|
|
6126
6190
|
"ProgressBar": {
|
|
@@ -6156,7 +6220,8 @@
|
|
|
6156
6220
|
"borderRadius": "{palette.radius.radius12}",
|
|
6157
6221
|
"gradient": "{system.gradient.none}",
|
|
6158
6222
|
"outlineColor": "{palette.color.mortar}",
|
|
6159
|
-
"outlineWidth": "{palette.border.border1}"
|
|
6223
|
+
"outlineWidth": "{palette.border.border1}",
|
|
6224
|
+
"shadow": "{system.shadow.none}"
|
|
6160
6225
|
}
|
|
6161
6226
|
},
|
|
6162
6227
|
"QuantitySelector": {
|
|
@@ -7984,6 +8049,85 @@
|
|
|
7984
8049
|
"shadow": "{palette.shadow.none}"
|
|
7985
8050
|
}
|
|
7986
8051
|
},
|
|
8052
|
+
"TabBar": {
|
|
8053
|
+
"appearances": {
|
|
8054
|
+
"pressed": "{appearances.TabBarItem.pressed}"
|
|
8055
|
+
},
|
|
8056
|
+
"rules": [
|
|
8057
|
+
{
|
|
8058
|
+
"if": {
|
|
8059
|
+
"pressed": true
|
|
8060
|
+
},
|
|
8061
|
+
"tokens": {
|
|
8062
|
+
"paddingBottom": "{palette.size.size0}",
|
|
8063
|
+
"paddingTop": "{palette.size.size0}"
|
|
8064
|
+
}
|
|
8065
|
+
}
|
|
8066
|
+
],
|
|
8067
|
+
"tokens": {
|
|
8068
|
+
"backgroundColor": "{palette.color.greyLight}",
|
|
8069
|
+
"borderTopColor": "{palette.color.gallery}",
|
|
8070
|
+
"borderTopWidth": "{palette.border.border1}",
|
|
8071
|
+
"gap": "{palette.size.size8}",
|
|
8072
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8073
|
+
"paddingLeft": "{palette.size.size8}",
|
|
8074
|
+
"paddingRight": "{palette.size.size8}",
|
|
8075
|
+
"paddingTop": "{palette.size.size4}"
|
|
8076
|
+
}
|
|
8077
|
+
},
|
|
8078
|
+
"TabBarItem": {
|
|
8079
|
+
"appearances": {
|
|
8080
|
+
"focus": "{appearances.TabBarItem.pressed}",
|
|
8081
|
+
"hover": "{appearances.TabBarItem.pressed}",
|
|
8082
|
+
"pressed": "{appearances.TabBarItem.pressed}",
|
|
8083
|
+
"selected": "{appearances.TabBarItem.pressed}"
|
|
8084
|
+
},
|
|
8085
|
+
"rules": [
|
|
8086
|
+
{
|
|
8087
|
+
"if": {
|
|
8088
|
+
"focus": true
|
|
8089
|
+
},
|
|
8090
|
+
"tokens": {
|
|
8091
|
+
"backgroundColor": "{palette.color.gallery}",
|
|
8092
|
+
"color": "{palette.color.black}",
|
|
8093
|
+
"iconColor": "{palette.color.black}",
|
|
8094
|
+
"iconSize": "{palette.size.size26}"
|
|
8095
|
+
}
|
|
8096
|
+
},
|
|
8097
|
+
{
|
|
8098
|
+
"if": {
|
|
8099
|
+
"pressed": true
|
|
8100
|
+
},
|
|
8101
|
+
"tokens": {
|
|
8102
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8103
|
+
"color": "{palette.color.purpleDark}",
|
|
8104
|
+
"iconColor": "{palette.color.purpleDark}",
|
|
8105
|
+
"iconSize": "{palette.size.size22}"
|
|
8106
|
+
}
|
|
8107
|
+
},
|
|
8108
|
+
{
|
|
8109
|
+
"if": {
|
|
8110
|
+
"hover": true
|
|
8111
|
+
},
|
|
8112
|
+
"tokens": {
|
|
8113
|
+
"iconSize": "{palette.size.size26}"
|
|
8114
|
+
}
|
|
8115
|
+
}
|
|
8116
|
+
],
|
|
8117
|
+
"tokens": {
|
|
8118
|
+
"activeColor": "{palette.color.purple}",
|
|
8119
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8120
|
+
"borderRadius": "{palette.radius.radius4}",
|
|
8121
|
+
"color": "{palette.color.black}",
|
|
8122
|
+
"fontName": "{palette.fontName.StagSans}",
|
|
8123
|
+
"fontWeight": "{palette.fontWeight.weight600}",
|
|
8124
|
+
"iconColor": "{palette.color.black}",
|
|
8125
|
+
"iconSize": "{palette.size.size24}",
|
|
8126
|
+
"lineHeight": "{palette.lineHeight.ratio4to3}",
|
|
8127
|
+
"paddingBottom": "{palette.size.size4}",
|
|
8128
|
+
"paddingTop": "{palette.size.size4}"
|
|
8129
|
+
}
|
|
8130
|
+
},
|
|
7987
8131
|
"Table": {
|
|
7988
8132
|
"appearances": {
|
|
7989
8133
|
"spacing": {
|
|
@@ -8975,7 +9119,7 @@
|
|
|
8975
9119
|
"selected": true
|
|
8976
9120
|
},
|
|
8977
9121
|
"tokens": {
|
|
8978
|
-
"backgroundColor": "{palette.color.
|
|
9122
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8979
9123
|
"switchColor": "{palette.color.blackLight}"
|
|
8980
9124
|
}
|
|
8981
9125
|
},
|
|
@@ -8995,7 +9139,7 @@
|
|
|
8995
9139
|
"selected": true
|
|
8996
9140
|
},
|
|
8997
9141
|
"tokens": {
|
|
8998
|
-
"backgroundColor": "{palette.color.
|
|
9142
|
+
"backgroundColor": "{palette.color.silver}",
|
|
8999
9143
|
"icon": "{palette.icon.Check}",
|
|
9000
9144
|
"iconColor": "{palette.color.white}",
|
|
9001
9145
|
"outerBorderColor": "{palette.color.black}",
|
|
@@ -9036,7 +9180,7 @@
|
|
|
9036
9180
|
"inactive": true
|
|
9037
9181
|
},
|
|
9038
9182
|
"tokens": {
|
|
9039
|
-
"backgroundColor": "{palette.color.
|
|
9183
|
+
"backgroundColor": "{palette.color.silver}",
|
|
9040
9184
|
"opacity": "{palette.opacity.opacity5}",
|
|
9041
9185
|
"switchBorderColor": "{palette.color.transparent}",
|
|
9042
9186
|
"switchColor": "{palette.color.silver}"
|
|
@@ -9048,7 +9192,7 @@
|
|
|
9048
9192
|
"selected": true
|
|
9049
9193
|
},
|
|
9050
9194
|
"tokens": {
|
|
9051
|
-
"backgroundColor": "{palette.color.
|
|
9195
|
+
"backgroundColor": "{palette.color.silver}",
|
|
9052
9196
|
"icon": "{palette.icon.Check}",
|
|
9053
9197
|
"iconColor": "{palette.color.white}",
|
|
9054
9198
|
"opacity": "{palette.opacity.opacity5}",
|