@telus-uds/theme-koodo 7.0.0 → 7.1.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/MultiSelectFilter.json +6 -0
- package/build/android/Table.json +16 -0
- package/build/android/TabsItem.json +39 -27
- package/build/android/schema.json +220 -157
- package/build/android/theme.json +62 -28
- package/build/ios/MultiSelectFilter.json +6 -0
- package/build/ios/Table.json +16 -0
- package/build/ios/TabsItem.json +39 -27
- package/build/ios/schema.json +220 -157
- package/build/ios/theme.json +62 -28
- 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 +1 -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 +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 +2 -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 +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 +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +7 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +67 -22
- 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 +220 -157
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +75 -23
- 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 +1 -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 +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 +2 -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 +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 +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +7 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +67 -22
- 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 +1 -1
- package/build/web/schema.json +220 -157
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +75 -23
- package/package.json +2 -2
- package/theme.json +72 -24
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 Mon, 10 Feb 2025 17:29:30 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -4115,6 +4115,7 @@ const theme = {
|
|
|
4115
4115
|
tokens: {
|
|
4116
4116
|
buttonBorderColor: '#000000',
|
|
4117
4117
|
buttonDirection: 'row',
|
|
4118
|
+
buttonIconBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
4118
4119
|
buttonIconPadding: 4,
|
|
4119
4120
|
buttonIconSize: 20,
|
|
4120
4121
|
contentMarginBottom: 32,
|
|
@@ -6847,6 +6848,9 @@ const theme = {
|
|
|
6847
6848
|
borderColor: '#efefef',
|
|
6848
6849
|
borderWidth: 1,
|
|
6849
6850
|
cellBackground: '#ffffff',
|
|
6851
|
+
cellBorderColor: 'rgba(0, 0, 0, 0)',
|
|
6852
|
+
cellBorderTopWidth: 0,
|
|
6853
|
+
cellBorderWidth: 0,
|
|
6850
6854
|
cellBoxShadowColor: '#efefef',
|
|
6851
6855
|
cellMinWidth: 0,
|
|
6852
6856
|
cellPaddingBottom: 16,
|
|
@@ -6867,6 +6871,9 @@ const theme = {
|
|
|
6867
6871
|
fontSize: 16,
|
|
6868
6872
|
fontWeight: '400',
|
|
6869
6873
|
lineHeight: 1.5,
|
|
6874
|
+
rowBorderColor: 'rgba(0, 0, 0, 0)',
|
|
6875
|
+
rowBorderTopWidth: 0,
|
|
6876
|
+
rowBorderWidth: 0,
|
|
6870
6877
|
rowHoverBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6871
6878
|
stickyBackgroundColor: '#ffffff',
|
|
6872
6879
|
tablePaddingBottom: 24
|
|
@@ -6926,7 +6933,8 @@ const theme = {
|
|
|
6926
6933
|
{
|
|
6927
6934
|
if: { selected: true },
|
|
6928
6935
|
tokens: {
|
|
6929
|
-
backgroundColor: '
|
|
6936
|
+
backgroundColor: 'rgba(0, 0, 0, 0.1)',
|
|
6937
|
+
borderRadius: 99,
|
|
6930
6938
|
color: '#000000',
|
|
6931
6939
|
highlightBarBorderWidth: 1,
|
|
6932
6940
|
highlightBarHeight: 1,
|
|
@@ -6936,28 +6944,50 @@ const theme = {
|
|
|
6936
6944
|
{
|
|
6937
6945
|
if: { hover: true },
|
|
6938
6946
|
tokens: {
|
|
6939
|
-
backgroundColor: '
|
|
6940
|
-
|
|
6947
|
+
backgroundColor: 'rgba(0, 0, 0, 0.1)',
|
|
6948
|
+
borderRadius: 99,
|
|
6949
|
+
highlightBarBorderWidth: 0,
|
|
6941
6950
|
highlightBarHeight: 1,
|
|
6942
6951
|
highlightColor: '#c9c8c8'
|
|
6943
6952
|
}
|
|
6944
6953
|
},
|
|
6945
6954
|
{
|
|
6946
|
-
if: {
|
|
6955
|
+
if: { pressed: true },
|
|
6947
6956
|
tokens: {
|
|
6948
|
-
backgroundColor: '
|
|
6957
|
+
backgroundColor: 'rgba(0, 0, 0, 0.2)',
|
|
6958
|
+
borderRadius: 99,
|
|
6959
|
+
highlightBarBorderWidth: 0
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6962
|
+
{
|
|
6963
|
+
if: { focus: true, selected: true },
|
|
6964
|
+
tokens: {
|
|
6965
|
+
backgroundColor: 'rgba(0, 0, 0, 0.1)',
|
|
6966
|
+
borderColor: '#000000',
|
|
6967
|
+
borderRadius: 99,
|
|
6968
|
+
borderWidth: 2,
|
|
6969
|
+
color: '#000000',
|
|
6949
6970
|
highlightBarBorderWidth: 1,
|
|
6950
6971
|
highlightBarHeight: 1,
|
|
6951
|
-
highlightColor: '#
|
|
6972
|
+
highlightColor: '#000000'
|
|
6952
6973
|
}
|
|
6953
6974
|
},
|
|
6954
6975
|
{
|
|
6955
|
-
if: {
|
|
6956
|
-
tokens: {
|
|
6976
|
+
if: { hover: true, selected: true },
|
|
6977
|
+
tokens: {
|
|
6978
|
+
highlightBarBorderWidth: 1,
|
|
6979
|
+
highlightBarHeight: 1,
|
|
6980
|
+
highlightColor: '#000000'
|
|
6981
|
+
}
|
|
6957
6982
|
},
|
|
6958
6983
|
{
|
|
6959
|
-
if: { focus: true
|
|
6960
|
-
tokens: {
|
|
6984
|
+
if: { focus: true },
|
|
6985
|
+
tokens: {
|
|
6986
|
+
borderColor: '#000000',
|
|
6987
|
+
borderRadius: 99,
|
|
6988
|
+
borderWidth: 2,
|
|
6989
|
+
color: '#000000'
|
|
6990
|
+
}
|
|
6961
6991
|
},
|
|
6962
6992
|
{
|
|
6963
6993
|
if: { inverse: true },
|
|
@@ -6966,28 +6996,48 @@ const theme = {
|
|
|
6966
6996
|
{
|
|
6967
6997
|
if: { inverse: true, selected: true },
|
|
6968
6998
|
tokens: {
|
|
6969
|
-
|
|
6999
|
+
backgroundColor: '#ffffff',
|
|
7000
|
+
borderRadius: 99,
|
|
7001
|
+
color: '#000000',
|
|
6970
7002
|
highlightBarBorderWidth: 1,
|
|
6971
7003
|
highlightBarHeight: 1,
|
|
6972
|
-
highlightColor: '#
|
|
7004
|
+
highlightColor: '#ffffff'
|
|
6973
7005
|
}
|
|
6974
7006
|
},
|
|
6975
7007
|
{
|
|
6976
7008
|
if: { hover: true, inverse: true },
|
|
6977
|
-
tokens: {
|
|
7009
|
+
tokens: {
|
|
7010
|
+
backgroundColor: 'rgba(255, 255, 255, 0.2)',
|
|
7011
|
+
borderRadius: 99,
|
|
7012
|
+
color: '#ffffff'
|
|
7013
|
+
}
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
if: { focus: true, inverse: true, selected: true },
|
|
7017
|
+
tokens: {
|
|
7018
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
7019
|
+
borderColor: '#ffffff',
|
|
7020
|
+
borderRadius: 99,
|
|
7021
|
+
borderWidth: 2,
|
|
7022
|
+
color: '#000000'
|
|
7023
|
+
}
|
|
6978
7024
|
},
|
|
6979
7025
|
{
|
|
6980
7026
|
if: { focus: true, inverse: true },
|
|
6981
7027
|
tokens: {
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
7028
|
+
borderColor: '#ffffff',
|
|
7029
|
+
borderRadius: 99,
|
|
7030
|
+
borderWidth: 2,
|
|
7031
|
+
color: '#ffffff'
|
|
6986
7032
|
}
|
|
6987
7033
|
},
|
|
6988
7034
|
{
|
|
6989
7035
|
if: { inverse: true, pressed: true },
|
|
6990
|
-
tokens: {
|
|
7036
|
+
tokens: {
|
|
7037
|
+
backgroundColor: 'rgba(255, 255, 255, 0.4)',
|
|
7038
|
+
borderRadius: 99,
|
|
7039
|
+
highlightBarBorderWidth: 0
|
|
7040
|
+
}
|
|
6991
7041
|
},
|
|
6992
7042
|
{
|
|
6993
7043
|
if: { focus: true, inverse: true, selected: true },
|
|
@@ -6996,11 +7046,11 @@ const theme = {
|
|
|
6996
7046
|
{ if: { equalWidth: true }, tokens: { maxWidth: null } }
|
|
6997
7047
|
],
|
|
6998
7048
|
tokens: {
|
|
6999
|
-
backgroundColor: '
|
|
7049
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
7000
7050
|
borderColor: 'transparent',
|
|
7001
7051
|
borderRadius: 0,
|
|
7002
7052
|
borderWidth: 0,
|
|
7003
|
-
color: '#
|
|
7053
|
+
color: '#000000',
|
|
7004
7054
|
fontName: 'StagSans',
|
|
7005
7055
|
fontScaleCap: 64,
|
|
7006
7056
|
fontSize: 16,
|
|
@@ -7012,10 +7062,12 @@ const theme = {
|
|
|
7012
7062
|
highlightTriangleSize: 0,
|
|
7013
7063
|
letterSpacing: 0,
|
|
7014
7064
|
lineHeight: 1.5,
|
|
7065
|
+
marginHorizontal: 4,
|
|
7066
|
+
marginVertical: 0,
|
|
7015
7067
|
maxWidth: null,
|
|
7016
7068
|
paddingHorizontal: 24,
|
|
7017
7069
|
paddingVertical: 4,
|
|
7018
|
-
space:
|
|
7070
|
+
space: 1,
|
|
7019
7071
|
textAlign: 'center',
|
|
7020
7072
|
textTransform: 'none'
|
|
7021
7073
|
}
|
|
@@ -8381,6 +8433,6 @@ const theme = {
|
|
|
8381
8433
|
tokens: { size: 96 }
|
|
8382
8434
|
}
|
|
8383
8435
|
},
|
|
8384
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '4.
|
|
8436
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '4.1.0' }
|
|
8385
8437
|
}
|
|
8386
8438
|
export default theme
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Koodo theme",
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@telus-uds/palette-koodo": "^3.0.0",
|
|
9
|
-
"@telus-uds/system-theme-tokens": "^4.
|
|
9
|
+
"@telus-uds/system-theme-tokens": "^4.1.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"build",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"build": "UDS_PALETTE=@telus-uds/palette-koodo system-tokens-build-theme",
|
|
33
33
|
"dev": "nodemon -w src -x 'npm run build'"
|
|
34
34
|
},
|
|
35
|
-
"version": "7.
|
|
35
|
+
"version": "7.1.0"
|
|
36
36
|
}
|
package/theme.json
CHANGED
|
@@ -5341,6 +5341,7 @@
|
|
|
5341
5341
|
"tokens": {
|
|
5342
5342
|
"buttonBorderColor": "{palette.color.black}",
|
|
5343
5343
|
"buttonDirection": "{system.direction.row}",
|
|
5344
|
+
"buttonIconBackgroundColor": "{palette.color.transparent}",
|
|
5344
5345
|
"buttonIconPadding": "{palette.size.size4}",
|
|
5345
5346
|
"buttonIconSize": "{palette.size.size20}",
|
|
5346
5347
|
"contentMarginBottom": "{palette.size.size32}",
|
|
@@ -8434,6 +8435,9 @@
|
|
|
8434
8435
|
"borderColor": "{palette.color.gallery}",
|
|
8435
8436
|
"borderWidth": "{palette.border.border1}",
|
|
8436
8437
|
"cellBackground": "{palette.color.white}",
|
|
8438
|
+
"cellBorderColor": "{palette.color.transparent}",
|
|
8439
|
+
"cellBorderTopWidth": "{palette.border.none}",
|
|
8440
|
+
"cellBorderWidth": "{palette.border.none}",
|
|
8437
8441
|
"cellBoxShadowColor": "{palette.color.gallery}",
|
|
8438
8442
|
"cellMinWidth": "{palette.size.size0}",
|
|
8439
8443
|
"cellPaddingBottom": "{palette.size.size16}",
|
|
@@ -8447,6 +8451,9 @@
|
|
|
8447
8451
|
"fontSize": "{palette.fontSize.size16}",
|
|
8448
8452
|
"fontWeight": "{palette.fontWeight.weight400}",
|
|
8449
8453
|
"lineHeight": "{palette.lineHeight.ratio3to2}",
|
|
8454
|
+
"rowBorderColor": "{palette.color.transparent}",
|
|
8455
|
+
"rowBorderTopWidth": "{palette.border.none}",
|
|
8456
|
+
"rowBorderWidth": "{palette.border.none}",
|
|
8450
8457
|
"rowHoverBackgroundColor": "{palette.color.transparent}",
|
|
8451
8458
|
"stickyBackgroundColor": "{palette.color.white}",
|
|
8452
8459
|
"tablePaddingBottom": "{palette.size.size24}"
|
|
@@ -8493,7 +8500,8 @@
|
|
|
8493
8500
|
"selected": true
|
|
8494
8501
|
},
|
|
8495
8502
|
"tokens": {
|
|
8496
|
-
"backgroundColor": "{palette.color.
|
|
8503
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
8504
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8497
8505
|
"color": "{palette.color.black}",
|
|
8498
8506
|
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
8499
8507
|
"highlightBarHeight": "{palette.border.border1}",
|
|
@@ -8505,42 +8513,61 @@
|
|
|
8505
8513
|
"hover": true
|
|
8506
8514
|
},
|
|
8507
8515
|
"tokens": {
|
|
8508
|
-
"backgroundColor": "{palette.color.
|
|
8509
|
-
"
|
|
8516
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
8517
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8518
|
+
"highlightBarBorderWidth": "{palette.border.none}",
|
|
8510
8519
|
"highlightBarHeight": "{palette.border.border1}",
|
|
8511
8520
|
"highlightColor": "{palette.color.silver}"
|
|
8512
8521
|
}
|
|
8513
8522
|
},
|
|
8514
8523
|
{
|
|
8515
8524
|
"if": {
|
|
8516
|
-
"
|
|
8525
|
+
"pressed": true
|
|
8517
8526
|
},
|
|
8518
8527
|
"tokens": {
|
|
8519
|
-
"backgroundColor": "{palette.color.
|
|
8520
|
-
"
|
|
8521
|
-
"
|
|
8522
|
-
"highlightColor": "{palette.color.dove}"
|
|
8528
|
+
"backgroundColor": "{palette.color.dark20}",
|
|
8529
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8530
|
+
"highlightBarBorderWidth": "{system.border.zero}"
|
|
8523
8531
|
}
|
|
8524
8532
|
},
|
|
8525
8533
|
{
|
|
8526
8534
|
"if": {
|
|
8527
|
-
"
|
|
8535
|
+
"focus": true,
|
|
8536
|
+
"selected": true
|
|
8528
8537
|
},
|
|
8529
8538
|
"tokens": {
|
|
8530
|
-
"backgroundColor": "{palette.color.
|
|
8531
|
-
"
|
|
8539
|
+
"backgroundColor": "{palette.color.dark10}",
|
|
8540
|
+
"borderColor": "{palette.color.black}",
|
|
8541
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8542
|
+
"borderWidth": "{palette.border.border2}",
|
|
8543
|
+
"color": "{palette.color.black}",
|
|
8544
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
8545
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
8546
|
+
"highlightColor": "{palette.color.black}"
|
|
8532
8547
|
}
|
|
8533
8548
|
},
|
|
8534
8549
|
{
|
|
8535
8550
|
"if": {
|
|
8536
|
-
"
|
|
8551
|
+
"hover": true,
|
|
8537
8552
|
"selected": true
|
|
8538
8553
|
},
|
|
8539
8554
|
"tokens": {
|
|
8540
|
-
"
|
|
8555
|
+
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
8556
|
+
"highlightBarHeight": "{palette.border.border1}",
|
|
8541
8557
|
"highlightColor": "{palette.color.black}"
|
|
8542
8558
|
}
|
|
8543
8559
|
},
|
|
8560
|
+
{
|
|
8561
|
+
"if": {
|
|
8562
|
+
"focus": true
|
|
8563
|
+
},
|
|
8564
|
+
"tokens": {
|
|
8565
|
+
"borderColor": "{palette.color.black}",
|
|
8566
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8567
|
+
"borderWidth": "{palette.border.border2}",
|
|
8568
|
+
"color": "{palette.color.black}"
|
|
8569
|
+
}
|
|
8570
|
+
},
|
|
8544
8571
|
{
|
|
8545
8572
|
"if": {
|
|
8546
8573
|
"inverse": true
|
|
@@ -8556,10 +8583,12 @@
|
|
|
8556
8583
|
"selected": true
|
|
8557
8584
|
},
|
|
8558
8585
|
"tokens": {
|
|
8559
|
-
"
|
|
8586
|
+
"backgroundColor": "{palette.color.white}",
|
|
8587
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8588
|
+
"color": "{palette.color.black}",
|
|
8560
8589
|
"highlightBarBorderWidth": "{palette.border.border1}",
|
|
8561
8590
|
"highlightBarHeight": "{palette.border.border1}",
|
|
8562
|
-
"highlightColor": "{palette.color.
|
|
8591
|
+
"highlightColor": "{palette.color.white}"
|
|
8563
8592
|
}
|
|
8564
8593
|
},
|
|
8565
8594
|
{
|
|
@@ -8568,7 +8597,23 @@
|
|
|
8568
8597
|
"inverse": true
|
|
8569
8598
|
},
|
|
8570
8599
|
"tokens": {
|
|
8571
|
-
"
|
|
8600
|
+
"backgroundColor": "{palette.color.light20}",
|
|
8601
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8602
|
+
"color": "{palette.color.white}"
|
|
8603
|
+
}
|
|
8604
|
+
},
|
|
8605
|
+
{
|
|
8606
|
+
"if": {
|
|
8607
|
+
"focus": true,
|
|
8608
|
+
"inverse": true,
|
|
8609
|
+
"selected": true
|
|
8610
|
+
},
|
|
8611
|
+
"tokens": {
|
|
8612
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8613
|
+
"borderColor": "{palette.color.white}",
|
|
8614
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8615
|
+
"borderWidth": "{palette.border.border2}",
|
|
8616
|
+
"color": "{palette.color.black}"
|
|
8572
8617
|
}
|
|
8573
8618
|
},
|
|
8574
8619
|
{
|
|
@@ -8577,10 +8622,10 @@
|
|
|
8577
8622
|
"inverse": true
|
|
8578
8623
|
},
|
|
8579
8624
|
"tokens": {
|
|
8580
|
-
"
|
|
8581
|
-
"
|
|
8582
|
-
"
|
|
8583
|
-
"
|
|
8625
|
+
"borderColor": "{palette.color.white}",
|
|
8626
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8627
|
+
"borderWidth": "{palette.border.border2}",
|
|
8628
|
+
"color": "{palette.color.white}"
|
|
8584
8629
|
}
|
|
8585
8630
|
},
|
|
8586
8631
|
{
|
|
@@ -8589,7 +8634,8 @@
|
|
|
8589
8634
|
"pressed": true
|
|
8590
8635
|
},
|
|
8591
8636
|
"tokens": {
|
|
8592
|
-
"
|
|
8637
|
+
"backgroundColor": "{palette.color.light40}",
|
|
8638
|
+
"borderRadius": "{palette.radius.radius99}",
|
|
8593
8639
|
"highlightBarBorderWidth": "{system.border.zero}"
|
|
8594
8640
|
}
|
|
8595
8641
|
},
|
|
@@ -8611,11 +8657,11 @@
|
|
|
8611
8657
|
}
|
|
8612
8658
|
],
|
|
8613
8659
|
"tokens": {
|
|
8614
|
-
"backgroundColor": "{palette.color.
|
|
8660
|
+
"backgroundColor": "{palette.color.transparent}",
|
|
8615
8661
|
"borderColor": "{system.color.transparent}",
|
|
8616
8662
|
"borderRadius": "{system.radius.zero}",
|
|
8617
8663
|
"borderWidth": "{system.border.zero}",
|
|
8618
|
-
"color": "{palette.color.
|
|
8664
|
+
"color": "{palette.color.black}",
|
|
8619
8665
|
"fontName": "{palette.fontName.StagSans}",
|
|
8620
8666
|
"fontScaleCap": "{palette.fontSize.size64}",
|
|
8621
8667
|
"fontSize": "{palette.fontSize.size16}",
|
|
@@ -8627,10 +8673,12 @@
|
|
|
8627
8673
|
"highlightTriangleSize": "{system.size.zero}",
|
|
8628
8674
|
"letterSpacing": "{system.letterSpacing.none}",
|
|
8629
8675
|
"lineHeight": "{palette.lineHeight.multiply150}",
|
|
8676
|
+
"marginHorizontal": "{palette.size.size4}",
|
|
8677
|
+
"marginVertical": "{palette.size.size0}",
|
|
8630
8678
|
"maxWidth": "{system.size.none}",
|
|
8631
8679
|
"paddingHorizontal": "{palette.size.size24}",
|
|
8632
8680
|
"paddingVertical": "{palette.size.size4}",
|
|
8633
|
-
"space": "{system.integer.
|
|
8681
|
+
"space": "{system.integer.1}",
|
|
8634
8682
|
"textAlign": "{system.textAlign.center}",
|
|
8635
8683
|
"textTransform": "{system.textTransform.none}"
|
|
8636
8684
|
}
|