@telus-uds/theme-koodo 5.4.0 → 5.5.1
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/Footnote.json +2 -0
- package/build/android/FootnoteLink.json +1 -0
- package/build/android/IconButton.json +10 -4
- package/build/android/TermsAndConditions.json +51 -0
- package/build/android/schema.json +760 -674
- package/build/android/theme.json +65 -5
- package/build/ios/Footnote.json +2 -0
- package/build/ios/FootnoteLink.json +1 -0
- package/build/ios/IconButton.json +10 -4
- package/build/ios/TermsAndConditions.json +51 -0
- package/build/ios/schema.json +760 -674
- package/build/ios/theme.json +65 -5
- 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 +3 -3
- package/build/rn/ButtonDropdown.js +3 -3
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +3 -3
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +3 -3
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +3 -3
- package/build/rn/CarouselThumbnail.js +3 -3
- package/build/rn/Checkbox.js +3 -3
- package/build/rn/CheckboxCard.js +3 -3
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +3 -3
- package/build/rn/ColourToggle.js +3 -3
- 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/Footnote.js +3 -1
- package/build/rn/FootnoteLink.js +2 -1
- package/build/rn/HorizontalScrollButton.js +3 -3
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +9 -5
- 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 +3 -3
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +3 -3
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +3 -3
- 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 +3 -3
- package/build/rn/PaginationSideButton.js +3 -3
- package/build/rn/PreviewCard.js +4 -4
- package/build/rn/PriceLockup.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 +3 -3
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +3 -3
- package/build/rn/QuickLinksList.js +3 -3
- package/build/rn/Radio.js +3 -3
- package/build/rn/RadioCard.js +3 -3
- 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 +2 -2
- package/build/rn/SearchButton.js +3 -3
- package/build/rn/Select.js +2 -2
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +3 -3
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +2 -2
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +2 -2
- package/build/rn/SplashButtonWithDetails.js +2 -2
- package/build/rn/StackView.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +3 -3
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +3 -3
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +3 -3
- package/build/rn/TermsAndConditions.js +56 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +2 -2
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +3 -3
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +3 -3
- 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 +3 -3
- 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 +760 -674
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +135 -73
- 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 +149 -1
- package/build/web/ButtonDropdown.js +48 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +34 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +25 -2
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +53 -1
- package/build/web/CarouselThumbnail.js +18 -1
- package/build/web/Checkbox.js +21 -1
- package/build/web/CheckboxCard.js +37 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +49 -1
- package/build/web/ColourToggle.js +29 -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/Footnote.js +3 -1
- package/build/web/FootnoteLink.js +2 -1
- package/build/web/HorizontalScrollButton.js +21 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +56 -3
- 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 +66 -2
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +104 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +44 -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 +26 -1
- package/build/web/PaginationSideButton.js +35 -1
- package/build/web/PreviewCard.js +43 -3
- package/build/web/PriceLockup.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 +19 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +29 -1
- package/build/web/QuickLinksList.js +15 -1
- package/build/web/Radio.js +22 -1
- package/build/web/RadioCard.js +37 -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 +8 -1
- package/build/web/SearchButton.js +30 -1
- package/build/web/Select.js +15 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +19 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +13 -2
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +9 -2
- package/build/web/SplashButtonWithDetails.js +15 -3
- package/build/web/StackView.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +25 -2
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +49 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +57 -1
- package/build/web/TermsAndConditions.js +56 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +30 -3
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +63 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +33 -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 +25 -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 +760 -674
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +1437 -28
- package/package.json +4 -4
- package/theme.json +55 -1
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, 29 Jan 2024 18:22:55 GMT
|
|
5
5
|
*
|
|
6
6
|
*/
|
|
7
7
|
|
|
@@ -339,13 +339,13 @@ module.exports = {
|
|
|
339
339
|
},
|
|
340
340
|
focus: {
|
|
341
341
|
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.",
|
|
342
|
-
platforms: [ 'rn' ],
|
|
342
|
+
platforms: [ 'rn', 'web' ],
|
|
343
343
|
type: 'state',
|
|
344
344
|
values: [ true, false ]
|
|
345
345
|
},
|
|
346
346
|
hover: {
|
|
347
347
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
348
|
-
platforms: [ 'rn' ],
|
|
348
|
+
platforms: [ 'rn', 'web' ],
|
|
349
349
|
type: 'state',
|
|
350
350
|
values: [ true, false ]
|
|
351
351
|
},
|
|
@@ -729,13 +729,13 @@ module.exports = {
|
|
|
729
729
|
appearances: {
|
|
730
730
|
focus: {
|
|
731
731
|
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.",
|
|
732
|
-
platforms: [ 'rn' ],
|
|
732
|
+
platforms: [ 'rn', 'web' ],
|
|
733
733
|
type: 'state',
|
|
734
734
|
values: [ true, false ]
|
|
735
735
|
},
|
|
736
736
|
hover: {
|
|
737
737
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
738
|
-
platforms: [ 'rn' ],
|
|
738
|
+
platforms: [ 'rn', 'web' ],
|
|
739
739
|
type: 'state',
|
|
740
740
|
values: [ true, false ]
|
|
741
741
|
},
|
|
@@ -914,13 +914,13 @@ module.exports = {
|
|
|
914
914
|
appearances: {
|
|
915
915
|
focus: {
|
|
916
916
|
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.",
|
|
917
|
-
platforms: [ 'rn' ],
|
|
917
|
+
platforms: [ 'rn', 'web' ],
|
|
918
918
|
type: 'state',
|
|
919
919
|
values: [ true, false ]
|
|
920
920
|
},
|
|
921
921
|
hover: {
|
|
922
922
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
923
|
-
platforms: [ 'rn' ],
|
|
923
|
+
platforms: [ 'rn', 'web' ],
|
|
924
924
|
type: 'state',
|
|
925
925
|
values: [ true, false ]
|
|
926
926
|
},
|
|
@@ -1060,13 +1060,13 @@ module.exports = {
|
|
|
1060
1060
|
borderRadius: { type: 'variant', values: [ 'none', 'small', 'large' ] },
|
|
1061
1061
|
focus: {
|
|
1062
1062
|
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.",
|
|
1063
|
-
platforms: [ 'rn' ],
|
|
1063
|
+
platforms: [ 'rn', 'web' ],
|
|
1064
1064
|
type: 'state',
|
|
1065
1065
|
values: [ true, false ]
|
|
1066
1066
|
},
|
|
1067
1067
|
hover: {
|
|
1068
1068
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1069
|
-
platforms: [ 'rn' ],
|
|
1069
|
+
platforms: [ 'rn', 'web' ],
|
|
1070
1070
|
type: 'state',
|
|
1071
1071
|
values: [ true, false ]
|
|
1072
1072
|
},
|
|
@@ -1250,13 +1250,13 @@ module.exports = {
|
|
|
1250
1250
|
appearances: {
|
|
1251
1251
|
focus: {
|
|
1252
1252
|
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.",
|
|
1253
|
-
platforms: [ 'rn' ],
|
|
1253
|
+
platforms: [ 'rn', 'web' ],
|
|
1254
1254
|
type: 'state',
|
|
1255
1255
|
values: [ true, false ]
|
|
1256
1256
|
},
|
|
1257
1257
|
hover: {
|
|
1258
1258
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1259
|
-
platforms: [ 'rn' ],
|
|
1259
|
+
platforms: [ 'rn', 'web' ],
|
|
1260
1260
|
type: 'state',
|
|
1261
1261
|
values: [ true, false ]
|
|
1262
1262
|
},
|
|
@@ -1392,13 +1392,13 @@ module.exports = {
|
|
|
1392
1392
|
appearances: {
|
|
1393
1393
|
focus: {
|
|
1394
1394
|
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.",
|
|
1395
|
-
platforms: [ 'rn' ],
|
|
1395
|
+
platforms: [ 'rn', 'web' ],
|
|
1396
1396
|
type: 'state',
|
|
1397
1397
|
values: [ true, false ]
|
|
1398
1398
|
},
|
|
1399
1399
|
hover: {
|
|
1400
1400
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1401
|
-
platforms: [ 'rn' ],
|
|
1401
|
+
platforms: [ 'rn', 'web' ],
|
|
1402
1402
|
type: 'state',
|
|
1403
1403
|
values: [ true, false ]
|
|
1404
1404
|
},
|
|
@@ -1451,13 +1451,13 @@ module.exports = {
|
|
|
1451
1451
|
error: { type: 'state', values: [ true ] },
|
|
1452
1452
|
focus: {
|
|
1453
1453
|
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.",
|
|
1454
|
-
platforms: [ 'rn' ],
|
|
1454
|
+
platforms: [ 'rn', 'web' ],
|
|
1455
1455
|
type: 'state',
|
|
1456
1456
|
values: [ true, false ]
|
|
1457
1457
|
},
|
|
1458
1458
|
hover: {
|
|
1459
1459
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1460
|
-
platforms: [ 'rn' ],
|
|
1460
|
+
platforms: [ 'rn', 'web' ],
|
|
1461
1461
|
type: 'state',
|
|
1462
1462
|
values: [ true, false ]
|
|
1463
1463
|
},
|
|
@@ -1526,13 +1526,13 @@ module.exports = {
|
|
|
1526
1526
|
error: { type: 'state', values: [ true ] },
|
|
1527
1527
|
focus: {
|
|
1528
1528
|
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.",
|
|
1529
|
-
platforms: [ 'rn' ],
|
|
1529
|
+
platforms: [ 'rn', 'web' ],
|
|
1530
1530
|
type: 'state',
|
|
1531
1531
|
values: [ true, false ]
|
|
1532
1532
|
},
|
|
1533
1533
|
hover: {
|
|
1534
1534
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1535
|
-
platforms: [ 'rn' ],
|
|
1535
|
+
platforms: [ 'rn', 'web' ],
|
|
1536
1536
|
type: 'state',
|
|
1537
1537
|
values: [ true, false ]
|
|
1538
1538
|
},
|
|
@@ -1731,13 +1731,13 @@ module.exports = {
|
|
|
1731
1731
|
alternative: { type: 'variant', values: [ true ] },
|
|
1732
1732
|
focus: {
|
|
1733
1733
|
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.",
|
|
1734
|
-
platforms: [ 'rn' ],
|
|
1734
|
+
platforms: [ 'rn', 'web' ],
|
|
1735
1735
|
type: 'state',
|
|
1736
1736
|
values: [ true, false ]
|
|
1737
1737
|
},
|
|
1738
1738
|
hover: {
|
|
1739
1739
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1740
|
-
platforms: [ 'rn' ],
|
|
1740
|
+
platforms: [ 'rn', 'web' ],
|
|
1741
1741
|
type: 'state',
|
|
1742
1742
|
values: [ true, false ]
|
|
1743
1743
|
},
|
|
@@ -1839,13 +1839,13 @@ module.exports = {
|
|
|
1839
1839
|
appearances: {
|
|
1840
1840
|
focus: {
|
|
1841
1841
|
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.",
|
|
1842
|
-
platforms: [ 'rn' ],
|
|
1842
|
+
platforms: [ 'rn', 'web' ],
|
|
1843
1843
|
type: 'state',
|
|
1844
1844
|
values: [ true, false ]
|
|
1845
1845
|
},
|
|
1846
1846
|
hover: {
|
|
1847
1847
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
1848
|
-
platforms: [ 'rn' ],
|
|
1848
|
+
platforms: [ 'rn', 'web' ],
|
|
1849
1849
|
type: 'state',
|
|
1850
1850
|
values: [ true, false ]
|
|
1851
1851
|
},
|
|
@@ -2424,7 +2424,9 @@ module.exports = {
|
|
|
2424
2424
|
headerLineHeight: 1.25,
|
|
2425
2425
|
headerMargin: 16,
|
|
2426
2426
|
listItemColor: '#000000',
|
|
2427
|
+
listItemFontName: 'StagSans',
|
|
2427
2428
|
listItemFontSize: 14,
|
|
2429
|
+
listItemFontWeight: '400',
|
|
2428
2430
|
listItemLineHeight: 1.42857142857,
|
|
2429
2431
|
listItemMarkerFontSize: 14,
|
|
2430
2432
|
listItemMarkerLineHeight: 1.45,
|
|
@@ -2438,6 +2440,7 @@ module.exports = {
|
|
|
2438
2440
|
tokens: {
|
|
2439
2441
|
color: null,
|
|
2440
2442
|
fontName: 'StagSans',
|
|
2443
|
+
fontSize: 16,
|
|
2441
2444
|
fontWeight: '600',
|
|
2442
2445
|
lineHeight: 1,
|
|
2443
2446
|
paddingLeft: 2,
|
|
@@ -2448,13 +2451,13 @@ module.exports = {
|
|
|
2448
2451
|
appearances: {
|
|
2449
2452
|
focus: {
|
|
2450
2453
|
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.",
|
|
2451
|
-
platforms: [ 'rn' ],
|
|
2454
|
+
platforms: [ 'rn', 'web' ],
|
|
2452
2455
|
type: 'state',
|
|
2453
2456
|
values: [ true, false ]
|
|
2454
2457
|
},
|
|
2455
2458
|
hover: {
|
|
2456
2459
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2457
|
-
platforms: [ 'rn' ],
|
|
2460
|
+
platforms: [ 'rn', 'web' ],
|
|
2458
2461
|
type: 'state',
|
|
2459
2462
|
values: [ true, false ]
|
|
2460
2463
|
},
|
|
@@ -2562,13 +2565,13 @@ module.exports = {
|
|
|
2562
2565
|
},
|
|
2563
2566
|
focus: {
|
|
2564
2567
|
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.",
|
|
2565
|
-
platforms: [ 'rn' ],
|
|
2568
|
+
platforms: [ 'rn', 'web' ],
|
|
2566
2569
|
type: 'state',
|
|
2567
2570
|
values: [ true, false ]
|
|
2568
2571
|
},
|
|
2569
2572
|
hover: {
|
|
2570
2573
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2571
|
-
platforms: [ 'rn' ],
|
|
2574
|
+
platforms: [ 'rn', 'web' ],
|
|
2572
2575
|
type: 'state',
|
|
2573
2576
|
values: [ true, false ]
|
|
2574
2577
|
},
|
|
@@ -2668,7 +2671,11 @@ module.exports = {
|
|
|
2668
2671
|
},
|
|
2669
2672
|
{
|
|
2670
2673
|
if: { inverse: true },
|
|
2671
|
-
tokens: {
|
|
2674
|
+
tokens: {
|
|
2675
|
+
backgroundColor: 'rgba(0, 0, 0, 0)',
|
|
2676
|
+
borderColor: 'rgba(0, 0, 0, 0)',
|
|
2677
|
+
iconColor: '#ffffff'
|
|
2678
|
+
}
|
|
2672
2679
|
},
|
|
2673
2680
|
{
|
|
2674
2681
|
if: { hover: true },
|
|
@@ -2781,7 +2788,7 @@ module.exports = {
|
|
|
2781
2788
|
}
|
|
2782
2789
|
],
|
|
2783
2790
|
tokens: {
|
|
2784
|
-
backgroundColor: '
|
|
2791
|
+
backgroundColor: '#ffffff',
|
|
2785
2792
|
borderBottomLeftRadius: null,
|
|
2786
2793
|
borderBottomRightRadius: null,
|
|
2787
2794
|
borderBottomWidth: null,
|
|
@@ -2832,13 +2839,13 @@ module.exports = {
|
|
|
2832
2839
|
alternative: { type: 'variant', values: [ true ] },
|
|
2833
2840
|
focus: {
|
|
2834
2841
|
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.",
|
|
2835
|
-
platforms: [ 'rn' ],
|
|
2842
|
+
platforms: [ 'rn', 'web' ],
|
|
2836
2843
|
type: 'state',
|
|
2837
2844
|
values: [ true, false ]
|
|
2838
2845
|
},
|
|
2839
2846
|
hover: {
|
|
2840
2847
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
2841
|
-
platforms: [ 'rn' ],
|
|
2848
|
+
platforms: [ 'rn', 'web' ],
|
|
2842
2849
|
type: 'state',
|
|
2843
2850
|
values: [ true, false ]
|
|
2844
2851
|
},
|
|
@@ -3056,13 +3063,13 @@ module.exports = {
|
|
|
3056
3063
|
},
|
|
3057
3064
|
focus: {
|
|
3058
3065
|
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.",
|
|
3059
|
-
platforms: [ 'rn' ],
|
|
3066
|
+
platforms: [ 'rn', 'web' ],
|
|
3060
3067
|
type: 'state',
|
|
3061
3068
|
values: [ true, false ]
|
|
3062
3069
|
},
|
|
3063
3070
|
hover: {
|
|
3064
3071
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
3065
|
-
platforms: [ 'rn' ],
|
|
3072
|
+
platforms: [ 'rn', 'web' ],
|
|
3066
3073
|
type: 'state',
|
|
3067
3074
|
values: [ true, false ]
|
|
3068
3075
|
},
|
|
@@ -3481,13 +3488,13 @@ module.exports = {
|
|
|
3481
3488
|
},
|
|
3482
3489
|
focus: {
|
|
3483
3490
|
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.",
|
|
3484
|
-
platforms: [ 'rn' ],
|
|
3491
|
+
platforms: [ 'rn', 'web' ],
|
|
3485
3492
|
type: 'state',
|
|
3486
3493
|
values: [ true, false ]
|
|
3487
3494
|
},
|
|
3488
3495
|
hover: {
|
|
3489
3496
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
3490
|
-
platforms: [ 'rn' ],
|
|
3497
|
+
platforms: [ 'rn', 'web' ],
|
|
3491
3498
|
type: 'state',
|
|
3492
3499
|
values: [ true, false ]
|
|
3493
3500
|
},
|
|
@@ -3802,13 +3809,13 @@ module.exports = {
|
|
|
3802
3809
|
appearances: {
|
|
3803
3810
|
focus: {
|
|
3804
3811
|
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.",
|
|
3805
|
-
platforms: [ 'rn' ],
|
|
3812
|
+
platforms: [ 'rn', 'web' ],
|
|
3806
3813
|
type: 'state',
|
|
3807
3814
|
values: [ true, false ]
|
|
3808
3815
|
},
|
|
3809
3816
|
hover: {
|
|
3810
3817
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
3811
|
-
platforms: [ 'rn' ],
|
|
3818
|
+
platforms: [ 'rn', 'web' ],
|
|
3812
3819
|
type: 'state',
|
|
3813
3820
|
values: [ true, false ]
|
|
3814
3821
|
},
|
|
@@ -3894,13 +3901,13 @@ module.exports = {
|
|
|
3894
3901
|
},
|
|
3895
3902
|
focus: {
|
|
3896
3903
|
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.",
|
|
3897
|
-
platforms: [ 'rn' ],
|
|
3904
|
+
platforms: [ 'rn', 'web' ],
|
|
3898
3905
|
type: 'state',
|
|
3899
3906
|
values: [ true, false ]
|
|
3900
3907
|
},
|
|
3901
3908
|
hover: {
|
|
3902
3909
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
3903
|
-
platforms: [ 'rn' ],
|
|
3910
|
+
platforms: [ 'rn', 'web' ],
|
|
3904
3911
|
type: 'state',
|
|
3905
3912
|
values: [ true, false ]
|
|
3906
3913
|
},
|
|
@@ -4001,19 +4008,19 @@ module.exports = {
|
|
|
4001
4008
|
appearances: {
|
|
4002
4009
|
focus: {
|
|
4003
4010
|
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.",
|
|
4004
|
-
platforms: [ 'rn' ],
|
|
4011
|
+
platforms: [ 'rn', 'web' ],
|
|
4005
4012
|
type: 'state',
|
|
4006
4013
|
values: [ true, false ]
|
|
4007
4014
|
},
|
|
4008
4015
|
hover: {
|
|
4009
4016
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4010
|
-
platforms: [ 'rn' ],
|
|
4017
|
+
platforms: [ 'rn', 'web' ],
|
|
4011
4018
|
type: 'state',
|
|
4012
4019
|
values: [ true, false ]
|
|
4013
4020
|
},
|
|
4014
4021
|
pressed: {
|
|
4015
4022
|
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.",
|
|
4016
|
-
platforms: [ 'rn' ],
|
|
4023
|
+
platforms: [ 'rn', 'web' ],
|
|
4017
4024
|
type: 'state',
|
|
4018
4025
|
values: [ true, false ]
|
|
4019
4026
|
}
|
|
@@ -4346,13 +4353,13 @@ module.exports = {
|
|
|
4346
4353
|
appearances: {
|
|
4347
4354
|
focus: {
|
|
4348
4355
|
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.",
|
|
4349
|
-
platforms: [ 'rn' ],
|
|
4356
|
+
platforms: [ 'rn', 'web' ],
|
|
4350
4357
|
type: 'state',
|
|
4351
4358
|
values: [ true, false ]
|
|
4352
4359
|
},
|
|
4353
4360
|
hover: {
|
|
4354
4361
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4355
|
-
platforms: [ 'rn' ],
|
|
4362
|
+
platforms: [ 'rn', 'web' ],
|
|
4356
4363
|
type: 'state',
|
|
4357
4364
|
values: [ true, false ]
|
|
4358
4365
|
},
|
|
@@ -4437,13 +4444,13 @@ module.exports = {
|
|
|
4437
4444
|
appearances: {
|
|
4438
4445
|
focus: {
|
|
4439
4446
|
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.",
|
|
4440
|
-
platforms: [ 'rn' ],
|
|
4447
|
+
platforms: [ 'rn', 'web' ],
|
|
4441
4448
|
type: 'state',
|
|
4442
4449
|
values: [ true, false ]
|
|
4443
4450
|
},
|
|
4444
4451
|
hover: {
|
|
4445
4452
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4446
|
-
platforms: [ 'rn' ],
|
|
4453
|
+
platforms: [ 'rn', 'web' ],
|
|
4447
4454
|
type: 'state',
|
|
4448
4455
|
values: [ true, false ]
|
|
4449
4456
|
},
|
|
@@ -4512,13 +4519,13 @@ module.exports = {
|
|
|
4512
4519
|
appearances: {
|
|
4513
4520
|
focus: {
|
|
4514
4521
|
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.",
|
|
4515
|
-
platforms: [ 'rn' ],
|
|
4522
|
+
platforms: [ 'rn', 'web' ],
|
|
4516
4523
|
type: 'state',
|
|
4517
4524
|
values: [ true, false ]
|
|
4518
4525
|
},
|
|
4519
4526
|
hover: {
|
|
4520
4527
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4521
|
-
platforms: [ 'rn' ],
|
|
4528
|
+
platforms: [ 'rn', 'web' ],
|
|
4522
4529
|
type: 'state',
|
|
4523
4530
|
values: [ true, false ]
|
|
4524
4531
|
},
|
|
@@ -4573,13 +4580,13 @@ module.exports = {
|
|
|
4573
4580
|
error: { type: 'state', values: [ true ] },
|
|
4574
4581
|
focus: {
|
|
4575
4582
|
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.",
|
|
4576
|
-
platforms: [ 'rn' ],
|
|
4583
|
+
platforms: [ 'rn', 'web' ],
|
|
4577
4584
|
type: 'state',
|
|
4578
4585
|
values: [ true, false ]
|
|
4579
4586
|
},
|
|
4580
4587
|
hover: {
|
|
4581
4588
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4582
|
-
platforms: [ 'rn' ],
|
|
4589
|
+
platforms: [ 'rn', 'web' ],
|
|
4583
4590
|
type: 'state',
|
|
4584
4591
|
values: [ true, false ]
|
|
4585
4592
|
},
|
|
@@ -4680,13 +4687,13 @@ module.exports = {
|
|
|
4680
4687
|
error: { type: 'state', values: [ true ] },
|
|
4681
4688
|
focus: {
|
|
4682
4689
|
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.",
|
|
4683
|
-
platforms: [ 'rn' ],
|
|
4690
|
+
platforms: [ 'rn', 'web' ],
|
|
4684
4691
|
type: 'state',
|
|
4685
4692
|
values: [ true, false ]
|
|
4686
4693
|
},
|
|
4687
4694
|
hover: {
|
|
4688
4695
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4689
|
-
platforms: [ 'rn' ],
|
|
4696
|
+
platforms: [ 'rn', 'web' ],
|
|
4690
4697
|
type: 'state',
|
|
4691
4698
|
values: [ true, false ]
|
|
4692
4699
|
},
|
|
@@ -4941,7 +4948,7 @@ module.exports = {
|
|
|
4941
4948
|
},
|
|
4942
4949
|
hover: {
|
|
4943
4950
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
4944
|
-
platforms: [ 'rn' ],
|
|
4951
|
+
platforms: [ 'rn', 'web' ],
|
|
4945
4952
|
type: 'state',
|
|
4946
4953
|
values: [ true, false ]
|
|
4947
4954
|
},
|
|
@@ -4999,13 +5006,13 @@ module.exports = {
|
|
|
4999
5006
|
appearances: {
|
|
5000
5007
|
focus: {
|
|
5001
5008
|
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.",
|
|
5002
|
-
platforms: [ 'rn' ],
|
|
5009
|
+
platforms: [ 'rn', 'web' ],
|
|
5003
5010
|
type: 'state',
|
|
5004
5011
|
values: [ true, false ]
|
|
5005
5012
|
},
|
|
5006
5013
|
hover: {
|
|
5007
5014
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5008
|
-
platforms: [ 'rn' ],
|
|
5015
|
+
platforms: [ 'rn', 'web' ],
|
|
5009
5016
|
type: 'state',
|
|
5010
5017
|
values: [ true, false ]
|
|
5011
5018
|
},
|
|
@@ -5091,7 +5098,7 @@ module.exports = {
|
|
|
5091
5098
|
},
|
|
5092
5099
|
hover: {
|
|
5093
5100
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5094
|
-
platforms: [ 'rn' ],
|
|
5101
|
+
platforms: [ 'rn', 'web' ],
|
|
5095
5102
|
type: 'state',
|
|
5096
5103
|
values: [ true, false ]
|
|
5097
5104
|
},
|
|
@@ -5191,13 +5198,13 @@ module.exports = {
|
|
|
5191
5198
|
},
|
|
5192
5199
|
focus: {
|
|
5193
5200
|
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.",
|
|
5194
|
-
platforms: [ 'rn' ],
|
|
5201
|
+
platforms: [ 'rn', 'web' ],
|
|
5195
5202
|
type: 'state',
|
|
5196
5203
|
values: [ true, false ]
|
|
5197
5204
|
},
|
|
5198
5205
|
hover: {
|
|
5199
5206
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5200
|
-
platforms: [ 'rn' ],
|
|
5207
|
+
platforms: [ 'rn', 'web' ],
|
|
5201
5208
|
type: 'state',
|
|
5202
5209
|
values: [ true, false ]
|
|
5203
5210
|
},
|
|
@@ -5327,7 +5334,7 @@ module.exports = {
|
|
|
5327
5334
|
appearances: {
|
|
5328
5335
|
focus: {
|
|
5329
5336
|
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.",
|
|
5330
|
-
platforms: [ 'rn' ],
|
|
5337
|
+
platforms: [ 'rn', 'web' ],
|
|
5331
5338
|
type: 'state',
|
|
5332
5339
|
values: [ true, false ]
|
|
5333
5340
|
},
|
|
@@ -5373,7 +5380,7 @@ module.exports = {
|
|
|
5373
5380
|
appearances: {
|
|
5374
5381
|
hover: {
|
|
5375
5382
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5376
|
-
platforms: [ 'rn' ],
|
|
5383
|
+
platforms: [ 'rn', 'web' ],
|
|
5377
5384
|
type: 'state',
|
|
5378
5385
|
values: [ true, false ]
|
|
5379
5386
|
}
|
|
@@ -5390,7 +5397,7 @@ module.exports = {
|
|
|
5390
5397
|
appearances: {
|
|
5391
5398
|
hover: {
|
|
5392
5399
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5393
|
-
platforms: [ 'rn' ],
|
|
5400
|
+
platforms: [ 'rn', 'web' ],
|
|
5394
5401
|
type: 'state',
|
|
5395
5402
|
values: [ true, false ]
|
|
5396
5403
|
}
|
|
@@ -5524,13 +5531,13 @@ module.exports = {
|
|
|
5524
5531
|
appearances: {
|
|
5525
5532
|
focus: {
|
|
5526
5533
|
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.",
|
|
5527
|
-
platforms: [ 'rn' ],
|
|
5534
|
+
platforms: [ 'rn', 'web' ],
|
|
5528
5535
|
type: 'state',
|
|
5529
5536
|
values: [ true, false ]
|
|
5530
5537
|
},
|
|
5531
5538
|
hover: {
|
|
5532
5539
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5533
|
-
platforms: [ 'rn' ],
|
|
5540
|
+
platforms: [ 'rn', 'web' ],
|
|
5534
5541
|
type: 'state',
|
|
5535
5542
|
values: [ true, false ]
|
|
5536
5543
|
},
|
|
@@ -5755,13 +5762,13 @@ module.exports = {
|
|
|
5755
5762
|
},
|
|
5756
5763
|
focus: {
|
|
5757
5764
|
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.",
|
|
5758
|
-
platforms: [ 'rn' ],
|
|
5765
|
+
platforms: [ 'rn', 'web' ],
|
|
5759
5766
|
type: 'state',
|
|
5760
5767
|
values: [ true, false ]
|
|
5761
5768
|
},
|
|
5762
5769
|
hover: {
|
|
5763
5770
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5764
|
-
platforms: [ 'rn' ],
|
|
5771
|
+
platforms: [ 'rn', 'web' ],
|
|
5765
5772
|
type: 'state',
|
|
5766
5773
|
values: [ true, false ]
|
|
5767
5774
|
},
|
|
@@ -5897,13 +5904,13 @@ module.exports = {
|
|
|
5897
5904
|
appearances: {
|
|
5898
5905
|
focus: {
|
|
5899
5906
|
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.",
|
|
5900
|
-
platforms: [ 'rn' ],
|
|
5907
|
+
platforms: [ 'rn', 'web' ],
|
|
5901
5908
|
type: 'state',
|
|
5902
5909
|
values: [ true, false ]
|
|
5903
5910
|
},
|
|
5904
5911
|
hover: {
|
|
5905
5912
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
5906
|
-
platforms: [ 'rn' ],
|
|
5913
|
+
platforms: [ 'rn', 'web' ],
|
|
5907
5914
|
type: 'state',
|
|
5908
5915
|
values: [ true, false ]
|
|
5909
5916
|
},
|
|
@@ -6049,6 +6056,23 @@ module.exports = {
|
|
|
6049
6056
|
type: 'state',
|
|
6050
6057
|
values: [ true, false ]
|
|
6051
6058
|
},
|
|
6059
|
+
focus: {
|
|
6060
|
+
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.",
|
|
6061
|
+
platforms: [ 'rn', 'web' ],
|
|
6062
|
+
type: 'state',
|
|
6063
|
+
values: [ true, false ]
|
|
6064
|
+
},
|
|
6065
|
+
hover: {
|
|
6066
|
+
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
6067
|
+
platforms: [ 'rn', 'web' ],
|
|
6068
|
+
type: 'state',
|
|
6069
|
+
values: [ true, false ]
|
|
6070
|
+
},
|
|
6071
|
+
pressed: {
|
|
6072
|
+
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.',
|
|
6073
|
+
type: 'state',
|
|
6074
|
+
values: [ true, false ]
|
|
6075
|
+
},
|
|
6052
6076
|
viewport: {
|
|
6053
6077
|
description: 'The size label for the current screen viewport based on the current screen width',
|
|
6054
6078
|
type: 'state',
|
|
@@ -6067,6 +6091,38 @@ module.exports = {
|
|
|
6067
6091
|
{
|
|
6068
6092
|
if: { expanded: true },
|
|
6069
6093
|
tokens: { icon: PaletteIconChevronUp }
|
|
6094
|
+
},
|
|
6095
|
+
{
|
|
6096
|
+
if: { hover: true },
|
|
6097
|
+
tokens: {
|
|
6098
|
+
iconBackgroundColor: '#000000',
|
|
6099
|
+
iconColor: '#ffffff',
|
|
6100
|
+
iconOuterBorderGap: 2
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
if: { pressed: true },
|
|
6105
|
+
tokens: {
|
|
6106
|
+
iconBackgroundColor: '#404040',
|
|
6107
|
+
iconColor: '#ffffff',
|
|
6108
|
+
iconOuterBorderGap: 2
|
|
6109
|
+
}
|
|
6110
|
+
},
|
|
6111
|
+
{
|
|
6112
|
+
if: { focus: true },
|
|
6113
|
+
tokens: {
|
|
6114
|
+
iconOuterBorderColor: '#000000',
|
|
6115
|
+
iconOuterBorderGap: 2,
|
|
6116
|
+
iconOuterBorderWidth: 1
|
|
6117
|
+
}
|
|
6118
|
+
},
|
|
6119
|
+
{
|
|
6120
|
+
if: { focus: true, pressed: true },
|
|
6121
|
+
tokens: {
|
|
6122
|
+
iconBackgroundColor: '#404040',
|
|
6123
|
+
iconColor: '#404040',
|
|
6124
|
+
iconOuterBorderGap: 2
|
|
6125
|
+
}
|
|
6070
6126
|
}
|
|
6071
6127
|
],
|
|
6072
6128
|
tokens: {
|
|
@@ -6100,6 +6156,12 @@ module.exports = {
|
|
|
6100
6156
|
expandTitlePaddingLeft: 0,
|
|
6101
6157
|
expandTitleUnderline: 'none',
|
|
6102
6158
|
icon: PaletteIconChevronDown,
|
|
6159
|
+
iconBackgroundColor: 'rgba(0, 0, 0, 0)',
|
|
6160
|
+
iconBorderColor: 'rgba(0, 0, 0, 0)',
|
|
6161
|
+
iconColor: '#000000',
|
|
6162
|
+
iconOuterBorderColor: 'rgba(0, 0, 0, 0)',
|
|
6163
|
+
iconOuterBorderGap: 0,
|
|
6164
|
+
iconOuterBorderWidth: 0,
|
|
6103
6165
|
listColor: '#000000',
|
|
6104
6166
|
listFontName: 'StagSans',
|
|
6105
6167
|
listFontSize: 14,
|
|
@@ -6179,7 +6241,7 @@ module.exports = {
|
|
|
6179
6241
|
},
|
|
6180
6242
|
hover: {
|
|
6181
6243
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
6182
|
-
platforms: [ 'rn' ],
|
|
6244
|
+
platforms: [ 'rn', 'web' ],
|
|
6183
6245
|
type: 'state',
|
|
6184
6246
|
values: [ true, false ]
|
|
6185
6247
|
},
|
|
@@ -6374,13 +6436,13 @@ module.exports = {
|
|
|
6374
6436
|
appearances: {
|
|
6375
6437
|
focus: {
|
|
6376
6438
|
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.",
|
|
6377
|
-
platforms: [ 'rn' ],
|
|
6439
|
+
platforms: [ 'rn', 'web' ],
|
|
6378
6440
|
type: 'state',
|
|
6379
6441
|
values: [ true, false ]
|
|
6380
6442
|
},
|
|
6381
6443
|
hover: {
|
|
6382
6444
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
6383
|
-
platforms: [ 'rn' ],
|
|
6445
|
+
platforms: [ 'rn', 'web' ],
|
|
6384
6446
|
type: 'state',
|
|
6385
6447
|
values: [ true, false ]
|
|
6386
6448
|
},
|
|
@@ -6593,13 +6655,13 @@ module.exports = {
|
|
|
6593
6655
|
appearances: {
|
|
6594
6656
|
focus: {
|
|
6595
6657
|
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.",
|
|
6596
|
-
platforms: [ 'rn' ],
|
|
6658
|
+
platforms: [ 'rn', 'web' ],
|
|
6597
6659
|
type: 'state',
|
|
6598
6660
|
values: [ true, false ]
|
|
6599
6661
|
},
|
|
6600
6662
|
hover: {
|
|
6601
6663
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
6602
|
-
platforms: [ 'rn' ],
|
|
6664
|
+
platforms: [ 'rn', 'web' ],
|
|
6603
6665
|
type: 'state',
|
|
6604
6666
|
values: [ true, false ]
|
|
6605
6667
|
},
|
|
@@ -6993,13 +7055,13 @@ module.exports = {
|
|
|
6993
7055
|
appearances: {
|
|
6994
7056
|
focus: {
|
|
6995
7057
|
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.",
|
|
6996
|
-
platforms: [ 'rn' ],
|
|
7058
|
+
platforms: [ 'rn', 'web' ],
|
|
6997
7059
|
type: 'state',
|
|
6998
7060
|
values: [ true, false ]
|
|
6999
7061
|
},
|
|
7000
7062
|
hover: {
|
|
7001
7063
|
description: "Currently web only. Applies when an interactive component's hover handler is triggered, such as on mouseover.",
|
|
7002
|
-
platforms: [ 'rn' ],
|
|
7064
|
+
platforms: [ 'rn', 'web' ],
|
|
7003
7065
|
type: 'state',
|
|
7004
7066
|
values: [ true, false ]
|
|
7005
7067
|
},
|
|
@@ -7168,5 +7230,5 @@ module.exports = {
|
|
|
7168
7230
|
tokens: { size: 96 }
|
|
7169
7231
|
}
|
|
7170
7232
|
},
|
|
7171
|
-
metadata: { name: 'theme-koodo', themeTokensVersion: '2.
|
|
7233
|
+
metadata: { name: 'theme-koodo', themeTokensVersion: '2.50.1' }
|
|
7172
7234
|
}
|