@telus-uds/theme-public-mobile 2.27.0 → 2.29.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/ButtonDropdown.json +3 -3
- package/build/android/ButtonGroup.json +32 -0
- package/build/android/ButtonGroupItem.json +67 -0
- package/build/android/Card.json +15 -1
- package/build/android/FileUpload.json +65 -0
- package/build/android/Image.json +1 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Select.json +12 -0
- package/build/android/Status.json +1 -0
- package/build/android/schema.json +1069 -744
- package/build/android/theme.json +212 -8
- package/build/ios/ButtonDropdown.json +3 -3
- package/build/ios/ButtonGroup.json +32 -0
- package/build/ios/ButtonGroupItem.json +67 -0
- package/build/ios/Card.json +15 -1
- package/build/ios/FileUpload.json +65 -0
- package/build/ios/Image.json +1 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Select.json +12 -0
- package/build/ios/Status.json +1 -0
- package/build/ios/schema.json +1069 -744
- package/build/ios/theme.json +212 -8
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.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 +2 -2
- package/build/rn/ButtonGroup.js +21 -2
- package/build/rn/ButtonGroupItem.js +57 -2
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +6 -2
- 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/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 +34 -0
- 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 +2 -2
- 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 +9 -3
- 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 +5 -2
- 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 +2 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +1069 -744
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +138 -9
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.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 +2 -2
- package/build/web/ButtonGroup.js +21 -2
- package/build/web/ButtonGroupItem.js +57 -2
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +6 -2
- 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/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 +34 -0
- 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 +2 -2
- 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 +9 -3
- 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 +5 -2
- 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 +2 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +2 -1
- package/build/web/schema.json +1069 -744
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +138 -9
- package/package.json +4 -4
- package/theme.json +161 -5
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 Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:24:08 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -887,7 +887,7 @@ module.exports = {
|
|
|
887
887
|
borderRadius: 8,
|
|
888
888
|
borderWidth: 1,
|
|
889
889
|
color: '#394056',
|
|
890
|
-
dividerColor: '#
|
|
890
|
+
dividerColor: '#cdcfd5',
|
|
891
891
|
fontName: 'SofiaPro',
|
|
892
892
|
fontSize: 18,
|
|
893
893
|
fontWeight: '400',
|
|
@@ -921,6 +921,11 @@ module.exports = {
|
|
|
921
921
|
},
|
|
922
922
|
ButtonGroup: {
|
|
923
923
|
appearances: {
|
|
924
|
+
style: {
|
|
925
|
+
description: 'Configure `style` variant for `ButtonGroup`',
|
|
926
|
+
type: 'variant',
|
|
927
|
+
values: [ 'contained' ]
|
|
928
|
+
},
|
|
924
929
|
viewport: {
|
|
925
930
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
926
931
|
type: 'state',
|
|
@@ -933,19 +938,36 @@ module.exports = {
|
|
|
933
938
|
}
|
|
934
939
|
},
|
|
935
940
|
rules: [
|
|
936
|
-
{
|
|
941
|
+
{
|
|
942
|
+
if: { viewport: [ 'lg', 'xl' ] },
|
|
943
|
+
tokens: { gap: 3, space: 3 }
|
|
944
|
+
},
|
|
937
945
|
{
|
|
938
946
|
if: { viewport: [ 'xs' ], width: 'responsive' },
|
|
939
947
|
tokens: { alignItems: 'stretch', direction: 'column' }
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
if: { style: 'contained' },
|
|
951
|
+
tokens: {
|
|
952
|
+
backgroundColor: '#d8dae2',
|
|
953
|
+
borderRadius: 12,
|
|
954
|
+
gap: 2,
|
|
955
|
+
padding: 8,
|
|
956
|
+
space: 2
|
|
957
|
+
}
|
|
940
958
|
}
|
|
941
959
|
],
|
|
942
960
|
tokens: {
|
|
943
961
|
alignItems: 'center',
|
|
962
|
+
backgroundColor: null,
|
|
963
|
+
borderRadius: 0,
|
|
944
964
|
direction: 'row',
|
|
945
965
|
fieldSpace: 2,
|
|
946
966
|
flexGrow: 0,
|
|
947
967
|
flexShrink: 0,
|
|
968
|
+
gap: 2,
|
|
948
969
|
justifyContent: 'flex-start',
|
|
970
|
+
padding: 0,
|
|
949
971
|
space: 1
|
|
950
972
|
}
|
|
951
973
|
},
|
|
@@ -983,6 +1005,11 @@ module.exports = {
|
|
|
983
1005
|
type: 'state',
|
|
984
1006
|
values: [ true ]
|
|
985
1007
|
},
|
|
1008
|
+
style: {
|
|
1009
|
+
description: 'Configure `style` variant for `ButtonGroupItem`',
|
|
1010
|
+
type: 'variant',
|
|
1011
|
+
values: [ 'contained' ]
|
|
1012
|
+
},
|
|
986
1013
|
width: {
|
|
987
1014
|
description: 'Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.',
|
|
988
1015
|
type: 'variant',
|
|
@@ -1057,7 +1084,61 @@ module.exports = {
|
|
|
1057
1084
|
}
|
|
1058
1085
|
},
|
|
1059
1086
|
{ if: { iconPosition: 'right' }, tokens: { iconSpace: 1 } },
|
|
1060
|
-
{ if: { width: 'responsive' }, tokens: { width: '100%' } }
|
|
1087
|
+
{ if: { width: 'responsive' }, tokens: { width: '100%' } },
|
|
1088
|
+
{
|
|
1089
|
+
if: { style: 'contained' },
|
|
1090
|
+
tokens: {
|
|
1091
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1092
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
1093
|
+
borderWidth: 0,
|
|
1094
|
+
height: 40
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
if: { hover: true, style: 'contained' },
|
|
1099
|
+
tokens: {
|
|
1100
|
+
backgroundColor: '#636c8c',
|
|
1101
|
+
color: '#ffffff',
|
|
1102
|
+
outerBorderWidth: 0
|
|
1103
|
+
}
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
if: { selected: true, style: 'contained' },
|
|
1107
|
+
tokens: {
|
|
1108
|
+
backgroundColor: '#394056',
|
|
1109
|
+
color: '#ffffff',
|
|
1110
|
+
outerBorderWidth: 0
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
if: { focus: true, style: 'contained' },
|
|
1115
|
+
tokens: {
|
|
1116
|
+
borderColor: '#636c8c',
|
|
1117
|
+
borderWidth: 1,
|
|
1118
|
+
outerBorderWidth: 0
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
if: { hover: true, selected: true, style: 'contained' },
|
|
1123
|
+
tokens: {
|
|
1124
|
+
backgroundColor: '#636c8c',
|
|
1125
|
+
color: '#ffffff',
|
|
1126
|
+
outerBorderWidth: 0
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
if: { focus: true, selected: true, style: 'contained' },
|
|
1131
|
+
tokens: {
|
|
1132
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
1133
|
+
color: '#394056',
|
|
1134
|
+
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
1135
|
+
outerBorderWidth: 0
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
if: { pressed: true, style: 'contained' },
|
|
1140
|
+
tokens: { backgroundColor: '#2b3145', color: '#ffffff' }
|
|
1141
|
+
}
|
|
1061
1142
|
],
|
|
1062
1143
|
tokens: {
|
|
1063
1144
|
alignSelf: 'flex-start',
|
|
@@ -1115,7 +1196,14 @@ module.exports = {
|
|
|
1115
1196
|
appearances: {
|
|
1116
1197
|
background: {
|
|
1117
1198
|
type: 'variant',
|
|
1118
|
-
values: [
|
|
1199
|
+
values: [
|
|
1200
|
+
'alternative',
|
|
1201
|
+
'subtle',
|
|
1202
|
+
'grid',
|
|
1203
|
+
'image',
|
|
1204
|
+
'feature',
|
|
1205
|
+
'plain'
|
|
1206
|
+
]
|
|
1119
1207
|
},
|
|
1120
1208
|
borderRadius: { type: 'variant', values: [ 'none', 'small', 'large' ] },
|
|
1121
1209
|
focus: {
|
|
@@ -1217,6 +1305,10 @@ module.exports = {
|
|
|
1217
1305
|
if: { background: 'feature' },
|
|
1218
1306
|
tokens: { backgroundColor: '#ffffff', borderColor: '#f39d80' }
|
|
1219
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
if: { background: 'plain' },
|
|
1310
|
+
tokens: { backgroundColor: '#fdfcf6', borderWidth: 0 }
|
|
1311
|
+
},
|
|
1220
1312
|
{
|
|
1221
1313
|
if: { viewport: [ 'md', 'lg', 'xl' ] },
|
|
1222
1314
|
tokens: {
|
|
@@ -2601,6 +2693,31 @@ module.exports = {
|
|
|
2601
2693
|
paddingTop: 0
|
|
2602
2694
|
}
|
|
2603
2695
|
},
|
|
2696
|
+
FileUpload: {
|
|
2697
|
+
appearances: {},
|
|
2698
|
+
rules: [],
|
|
2699
|
+
tokens: {
|
|
2700
|
+
buttonBackgroundColor: null,
|
|
2701
|
+
buttonBorderColor: null,
|
|
2702
|
+
buttonBorderRadius: null,
|
|
2703
|
+
buttonBorderWidth: null,
|
|
2704
|
+
buttonHeight: null,
|
|
2705
|
+
buttonMinWidth: null,
|
|
2706
|
+
buttonTextColor: null,
|
|
2707
|
+
buttonWidth: null,
|
|
2708
|
+
notificationBackgroundColor: null,
|
|
2709
|
+
notificationBorderColor: null,
|
|
2710
|
+
notificationBorderRadius: null,
|
|
2711
|
+
notificationDismissButtonGap: null,
|
|
2712
|
+
notificationDismissIcon: null,
|
|
2713
|
+
notificationDismissIconColor: null,
|
|
2714
|
+
notificationIcon: null,
|
|
2715
|
+
notificationIconColor: null,
|
|
2716
|
+
notificationIconGap: null,
|
|
2717
|
+
notificationIconSize: null,
|
|
2718
|
+
notificationTextColor: '#ffffff'
|
|
2719
|
+
}
|
|
2720
|
+
},
|
|
2604
2721
|
Footnote: {
|
|
2605
2722
|
appearances: {
|
|
2606
2723
|
viewport: {
|
|
@@ -3222,7 +3339,7 @@ module.exports = {
|
|
|
3222
3339
|
width: null
|
|
3223
3340
|
}
|
|
3224
3341
|
},
|
|
3225
|
-
Image: { appearances: {}, rules: [], tokens: { borderRadius:
|
|
3342
|
+
Image: { appearances: {}, rules: [], tokens: { borderRadius: null } },
|
|
3226
3343
|
InputLabel: {
|
|
3227
3344
|
appearances: {},
|
|
3228
3345
|
rules: [],
|
|
@@ -3849,14 +3966,20 @@ module.exports = {
|
|
|
3849
3966
|
],
|
|
3850
3967
|
tokens: {
|
|
3851
3968
|
buttonDirection: 'row',
|
|
3969
|
+
contentMarginBottom: 32,
|
|
3970
|
+
contentMarginLeft: 16,
|
|
3971
|
+
contentMarginRight: 16,
|
|
3972
|
+
contentMarginTop: 24,
|
|
3973
|
+
contentPaddingLeft: 16,
|
|
3974
|
+
contentPaddingRight: 16,
|
|
3852
3975
|
headerFontColor: '#394056',
|
|
3853
3976
|
headerFontName: 'SofiaPro',
|
|
3854
3977
|
headerFontSize: 24,
|
|
3855
3978
|
headerFontWeight: '700',
|
|
3856
3979
|
headerLineHeight: 1.28571428571,
|
|
3857
|
-
maxHeightSize:
|
|
3980
|
+
maxHeightSize: 480,
|
|
3858
3981
|
maxWidthSize: 0,
|
|
3859
|
-
minHeight:
|
|
3982
|
+
minHeight: 0,
|
|
3860
3983
|
minWidth: 320,
|
|
3861
3984
|
subHeaderFontName: 'SofiaPro',
|
|
3862
3985
|
subHeaderFontSize: 18,
|
|
@@ -5583,6 +5706,7 @@ module.exports = {
|
|
|
5583
5706
|
},
|
|
5584
5707
|
Select: {
|
|
5585
5708
|
appearances: {
|
|
5709
|
+
active: { type: 'state', values: [ true ] },
|
|
5586
5710
|
focus: {
|
|
5587
5711
|
description: 'Focus states for some input elements are well supported across web, RN, ios and android',
|
|
5588
5712
|
type: 'state',
|
|
@@ -5638,6 +5762,10 @@ module.exports = {
|
|
|
5638
5762
|
color: '#9c9faa',
|
|
5639
5763
|
icon: null
|
|
5640
5764
|
}
|
|
5765
|
+
},
|
|
5766
|
+
{
|
|
5767
|
+
if: { active: true },
|
|
5768
|
+
tokens: { icon: PaletteIconChevronUp }
|
|
5641
5769
|
}
|
|
5642
5770
|
],
|
|
5643
5771
|
tokens: {
|
|
@@ -6085,6 +6213,7 @@ module.exports = {
|
|
|
6085
6213
|
icon: PaletteIconWarningError,
|
|
6086
6214
|
iconColor: '#394056',
|
|
6087
6215
|
iconGradient: null,
|
|
6216
|
+
marginLeft: 8,
|
|
6088
6217
|
paddingBottom: 0,
|
|
6089
6218
|
paddingLeft: 0,
|
|
6090
6219
|
paddingRight: 0,
|
|
@@ -7760,5 +7889,5 @@ module.exports = {
|
|
|
7760
7889
|
tokens: { size: 80 }
|
|
7761
7890
|
}
|
|
7762
7891
|
},
|
|
7763
|
-
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.
|
|
7892
|
+
metadata: { name: 'theme-public-mobile', themeTokensVersion: '2.63.0' }
|
|
7764
7893
|
}
|
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 Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:24:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -118,7 +118,7 @@ const theme = {
|
|
|
118
118
|
borderRadius: 8,
|
|
119
119
|
borderWidth: 1,
|
|
120
120
|
color: '#394056',
|
|
121
|
-
dividerColor: '#
|
|
121
|
+
dividerColor: '#cdcfd5',
|
|
122
122
|
fontName: 'SofiaPro',
|
|
123
123
|
fontSize: 18,
|
|
124
124
|
fontWeight: '400',
|
package/build/web/ButtonGroup.js
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:24:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
const theme = {
|
|
10
10
|
appearances: {
|
|
11
|
+
style: {
|
|
12
|
+
description: 'Configure `style` variant for `ButtonGroup`',
|
|
13
|
+
type: 'variant',
|
|
14
|
+
values: [ 'contained' ]
|
|
15
|
+
},
|
|
11
16
|
viewport: {
|
|
12
17
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
13
18
|
type: 'state',
|
|
@@ -20,19 +25,33 @@ const theme = {
|
|
|
20
25
|
}
|
|
21
26
|
},
|
|
22
27
|
rules: [
|
|
23
|
-
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { space: 3 } },
|
|
28
|
+
{ if: { viewport: [ 'lg', 'xl' ] }, tokens: { gap: 3, space: 3 } },
|
|
24
29
|
{
|
|
25
30
|
if: { viewport: [ 'xs' ], width: 'responsive' },
|
|
26
31
|
tokens: { alignItems: 'stretch', direction: 'column' }
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
if: { style: 'contained' },
|
|
35
|
+
tokens: {
|
|
36
|
+
backgroundColor: '#d8dae2',
|
|
37
|
+
borderRadius: 12,
|
|
38
|
+
gap: 2,
|
|
39
|
+
padding: 8,
|
|
40
|
+
space: 2
|
|
41
|
+
}
|
|
27
42
|
}
|
|
28
43
|
],
|
|
29
44
|
tokens: {
|
|
30
45
|
alignItems: 'center',
|
|
46
|
+
backgroundColor: null,
|
|
47
|
+
borderRadius: 0,
|
|
31
48
|
direction: 'row',
|
|
32
49
|
fieldSpace: 2,
|
|
33
50
|
flexGrow: 0,
|
|
34
51
|
flexShrink: 0,
|
|
52
|
+
gap: 2,
|
|
35
53
|
justifyContent: 'flex-start',
|
|
54
|
+
padding: 0,
|
|
36
55
|
space: 1
|
|
37
56
|
}
|
|
38
57
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
*
|
|
3
3
|
* Do not edit directly
|
|
4
|
-
* Generated on Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:24:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -40,6 +40,11 @@ const theme = {
|
|
|
40
40
|
type: 'state',
|
|
41
41
|
values: [ true ]
|
|
42
42
|
},
|
|
43
|
+
style: {
|
|
44
|
+
description: 'Configure `style` variant for `ButtonGroupItem`',
|
|
45
|
+
type: 'variant',
|
|
46
|
+
values: [ 'contained' ]
|
|
47
|
+
},
|
|
43
48
|
width: {
|
|
44
49
|
description: 'Available in default, or responsive. Default-width expands based on content. Responsive automatically applies full-width when is displayed on the XS viewport.',
|
|
45
50
|
type: 'variant',
|
|
@@ -114,7 +119,57 @@ const theme = {
|
|
|
114
119
|
}
|
|
115
120
|
},
|
|
116
121
|
{ if: { iconPosition: 'right' }, tokens: { iconSpace: 1 } },
|
|
117
|
-
{ if: { width: 'responsive' }, tokens: { width: '100%' } }
|
|
122
|
+
{ if: { width: 'responsive' }, tokens: { width: '100%' } },
|
|
123
|
+
{
|
|
124
|
+
if: { style: 'contained' },
|
|
125
|
+
tokens: {
|
|
126
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
127
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
128
|
+
borderWidth: 0,
|
|
129
|
+
height: 40
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
if: { hover: true, style: 'contained' },
|
|
134
|
+
tokens: {
|
|
135
|
+
backgroundColor: '#636c8c',
|
|
136
|
+
color: '#ffffff',
|
|
137
|
+
outerBorderWidth: 0
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
if: { selected: true, style: 'contained' },
|
|
142
|
+
tokens: {
|
|
143
|
+
backgroundColor: '#394056',
|
|
144
|
+
color: '#ffffff',
|
|
145
|
+
outerBorderWidth: 0
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
if: { focus: true, style: 'contained' },
|
|
150
|
+
tokens: { borderColor: '#636c8c', borderWidth: 1, outerBorderWidth: 0 }
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
if: { hover: true, selected: true, style: 'contained' },
|
|
154
|
+
tokens: {
|
|
155
|
+
backgroundColor: '#636c8c',
|
|
156
|
+
color: '#ffffff',
|
|
157
|
+
outerBorderWidth: 0
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
if: { focus: true, selected: true, style: 'contained' },
|
|
162
|
+
tokens: {
|
|
163
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
164
|
+
color: '#394056',
|
|
165
|
+
outerBorderColor: 'rgba(0, 0, 0, 0)',
|
|
166
|
+
outerBorderWidth: 0
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
if: { pressed: true, style: 'contained' },
|
|
171
|
+
tokens: { backgroundColor: '#2b3145', color: '#ffffff' }
|
|
172
|
+
}
|
|
118
173
|
],
|
|
119
174
|
tokens: {
|
|
120
175
|
alignSelf: 'flex-start',
|
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 Mon,
|
|
4
|
+
* Generated on Mon, 16 Sep 2024 12:24:33 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ const theme = {
|
|
|
10
10
|
appearances: {
|
|
11
11
|
background: {
|
|
12
12
|
type: 'variant',
|
|
13
|
-
values: [ 'alternative', 'subtle', 'grid', 'image', 'feature' ]
|
|
13
|
+
values: [ 'alternative', 'subtle', 'grid', 'image', 'feature', 'plain' ]
|
|
14
14
|
},
|
|
15
15
|
borderRadius: { type: 'variant', values: [ 'none', 'small', 'large' ] },
|
|
16
16
|
focus: {
|
|
@@ -112,6 +112,10 @@ const theme = {
|
|
|
112
112
|
if: { background: 'feature' },
|
|
113
113
|
tokens: { backgroundColor: '#ffffff', borderColor: '#f39d80' }
|
|
114
114
|
},
|
|
115
|
+
{
|
|
116
|
+
if: { background: 'plain' },
|
|
117
|
+
tokens: { backgroundColor: '#fdfcf6', borderWidth: 0 }
|
|
118
|
+
},
|
|
115
119
|
{
|
|
116
120
|
if: { viewport: [ 'md', 'lg', 'xl' ] },
|
|
117
121
|
tokens: {
|
package/build/web/CardGroup.js
CHANGED
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