@telus-uds/theme-koodo 6.1.0 → 6.2.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/Autocomplete.json +14 -0
- package/build/android/Card.json +2 -0
- package/build/android/List.json +6 -5
- package/build/android/schema.json +275 -141
- package/build/android/theme.json +23 -6
- package/build/ios/Autocomplete.json +14 -0
- package/build/ios/Card.json +2 -0
- package/build/ios/List.json +6 -5
- package/build/ios/schema.json +275 -141
- package/build/ios/theme.json +23 -6
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +14 -0
- 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 +3 -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 +7 -6
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +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 +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 +275 -141
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +15 -7
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +14 -0
- 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 +3 -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 +7 -6
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +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 +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 +275 -141
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +15 -7
- package/package.json +2 -2
- package/theme.json +17 -5
package/build/rn/schema.json
CHANGED
|
@@ -274,13 +274,13 @@
|
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"const": "{system.border.zero}",
|
|
277
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
278
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
277
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
278
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"const": "{system.border.none}",
|
|
282
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
283
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
282
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
284
284
|
}
|
|
285
285
|
],
|
|
286
286
|
"$id": "#border"
|
|
@@ -544,13 +544,13 @@
|
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
"const": "{system.color.transparent}",
|
|
547
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
548
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
547
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
548
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
551
|
"const": "{system.color.none}",
|
|
552
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
553
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
552
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
553
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
554
554
|
}
|
|
555
555
|
],
|
|
556
556
|
"$id": "#color"
|
|
@@ -569,8 +569,8 @@
|
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"const": "{system.duration.zero}",
|
|
572
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
573
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
572
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
574
574
|
}
|
|
575
575
|
],
|
|
576
576
|
"$id": "#duration"
|
|
@@ -684,8 +684,8 @@
|
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
686
|
"const": "{system.fontSize.none}",
|
|
687
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
688
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
687
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
689
689
|
}
|
|
690
690
|
],
|
|
691
691
|
"$id": "#fontSize"
|
|
@@ -699,8 +699,8 @@
|
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
"const": "{system.gradient.none}",
|
|
702
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
703
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
702
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
704
704
|
}
|
|
705
705
|
],
|
|
706
706
|
"$id": "#gradient"
|
|
@@ -1234,8 +1234,8 @@
|
|
|
1234
1234
|
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"const": "{system.icon.none}",
|
|
1237
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1238
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1237
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1238
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
1241
|
"$id": "#icon"
|
|
@@ -1249,8 +1249,8 @@
|
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
1251
|
"const": "{system.letterSpacing.none}",
|
|
1252
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1253
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1252
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1253
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1254
1254
|
}
|
|
1255
1255
|
],
|
|
1256
1256
|
"$id": "#letterSpacing"
|
|
@@ -1399,8 +1399,8 @@
|
|
|
1399
1399
|
},
|
|
1400
1400
|
{
|
|
1401
1401
|
"const": "{system.opacity.opaque}",
|
|
1402
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1403
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1402
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1403
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1404
1404
|
}
|
|
1405
1405
|
],
|
|
1406
1406
|
"$id": "#opacity"
|
|
@@ -1474,18 +1474,18 @@
|
|
|
1474
1474
|
},
|
|
1475
1475
|
{
|
|
1476
1476
|
"const": "{system.radius.none}",
|
|
1477
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1478
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1477
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1479
1479
|
},
|
|
1480
1480
|
{
|
|
1481
1481
|
"const": "{system.radius.zero}",
|
|
1482
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1483
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1482
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"const": "{system.radius.round}",
|
|
1487
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1488
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1487
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1488
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1489
1489
|
}
|
|
1490
1490
|
],
|
|
1491
1491
|
"$id": "#radius"
|
|
@@ -1524,8 +1524,8 @@
|
|
|
1524
1524
|
},
|
|
1525
1525
|
{
|
|
1526
1526
|
"const": "{system.shadow.none}",
|
|
1527
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1528
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1527
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1528
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1529
1529
|
}
|
|
1530
1530
|
],
|
|
1531
1531
|
"$id": "#shadow"
|
|
@@ -1784,48 +1784,48 @@
|
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"const": "{system.size.none}",
|
|
1787
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1788
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1787
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"const": "{system.size.full}",
|
|
1792
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1793
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1792
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1793
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
1796
1796
|
"const": "{system.size.twoThirds}",
|
|
1797
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1798
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1797
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1799
1799
|
},
|
|
1800
1800
|
{
|
|
1801
1801
|
"const": "{system.size.zero}",
|
|
1802
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1803
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1802
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
1806
|
"const": "{system.size.viewportXs}",
|
|
1807
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1808
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1807
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1809
1809
|
},
|
|
1810
1810
|
{
|
|
1811
1811
|
"const": "{system.size.viewportSm}",
|
|
1812
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1813
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1812
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1813
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"const": "{system.size.viewportMd}",
|
|
1817
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1818
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1817
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1819
1819
|
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"const": "{system.size.viewportLg}",
|
|
1822
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1823
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1822
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1824
1824
|
},
|
|
1825
1825
|
{
|
|
1826
1826
|
"const": "{system.size.viewportXl}",
|
|
1827
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1828
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1827
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1828
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1829
1829
|
}
|
|
1830
1830
|
],
|
|
1831
1831
|
"$id": "#size"
|
|
@@ -1874,18 +1874,18 @@
|
|
|
1874
1874
|
"anyOf": [
|
|
1875
1875
|
{
|
|
1876
1876
|
"const": "{system.display.inline}",
|
|
1877
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1878
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1878
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1879
1879
|
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"const": "{system.display.inlineBlock}",
|
|
1882
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1883
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1883
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1884
1884
|
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"const": "{system.display.none}",
|
|
1887
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1888
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1887
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1888
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1889
1889
|
}
|
|
1890
1890
|
],
|
|
1891
1891
|
"$id": "#display"
|
|
@@ -1894,18 +1894,18 @@
|
|
|
1894
1894
|
"anyOf": [
|
|
1895
1895
|
{
|
|
1896
1896
|
"const": "{system.flexJustifyContent.center}",
|
|
1897
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1898
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1897
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1898
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1899
1899
|
},
|
|
1900
1900
|
{
|
|
1901
1901
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1902
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1903
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1902
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1903
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1904
1904
|
},
|
|
1905
1905
|
{
|
|
1906
1906
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1907
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1908
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1907
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1908
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1909
1909
|
}
|
|
1910
1910
|
],
|
|
1911
1911
|
"$id": "#flexJustifyContent"
|
|
@@ -1914,83 +1914,128 @@
|
|
|
1914
1914
|
"anyOf": [
|
|
1915
1915
|
{
|
|
1916
1916
|
"const": "{system.flexAlign.center}",
|
|
1917
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1918
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1917
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1918
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1919
1919
|
},
|
|
1920
1920
|
{
|
|
1921
1921
|
"const": "{system.flexAlign.flexStart}",
|
|
1922
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1923
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1922
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1923
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
1926
|
"const": "{system.flexAlign.stretch}",
|
|
1927
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1928
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
1927
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1928
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1929
1929
|
}
|
|
1930
1930
|
],
|
|
1931
1931
|
"$id": "#flexAlign"
|
|
1932
1932
|
},
|
|
1933
|
+
"overflow": {
|
|
1934
|
+
"anyOf": [
|
|
1935
|
+
{
|
|
1936
|
+
"const": "{system.overflow.visible}",
|
|
1937
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1938
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"const": "{system.overflow.hidden}",
|
|
1942
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1943
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"const": "{system.overflow.scroll}",
|
|
1947
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1948
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
"const": "{system.overflow.auto}",
|
|
1952
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1953
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"const": "{system.overflow.clip}",
|
|
1957
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1958
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"const": "{system.overflow.inherit}",
|
|
1962
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1963
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"const": "{system.overflow.initial}",
|
|
1967
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1968
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"const": "{system.overflow.unset}",
|
|
1972
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
1973
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
1974
|
+
}
|
|
1975
|
+
],
|
|
1976
|
+
"$id": "#overflow"
|
|
1977
|
+
},
|
|
1933
1978
|
"integer": {
|
|
1934
1979
|
"anyOf": [
|
|
1935
1980
|
{
|
|
1936
1981
|
"const": "{system.integer.0}",
|
|
1937
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1938
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
1982
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1983
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1939
1984
|
},
|
|
1940
1985
|
{
|
|
1941
1986
|
"const": "{system.integer.1}",
|
|
1942
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1943
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
1987
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1988
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1944
1989
|
},
|
|
1945
1990
|
{
|
|
1946
1991
|
"const": "{system.integer.2}",
|
|
1947
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1948
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
1992
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1993
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1949
1994
|
},
|
|
1950
1995
|
{
|
|
1951
1996
|
"const": "{system.integer.3}",
|
|
1952
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1953
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
1997
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1998
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1954
1999
|
},
|
|
1955
2000
|
{
|
|
1956
2001
|
"const": "{system.integer.4}",
|
|
1957
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1958
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2002
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2003
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1959
2004
|
},
|
|
1960
2005
|
{
|
|
1961
2006
|
"const": "{system.integer.5}",
|
|
1962
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1963
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2007
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2008
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1964
2009
|
},
|
|
1965
2010
|
{
|
|
1966
2011
|
"const": "{system.integer.6}",
|
|
1967
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1968
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2012
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2013
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1969
2014
|
},
|
|
1970
2015
|
{
|
|
1971
2016
|
"const": "{system.integer.7}",
|
|
1972
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1973
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2017
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2018
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1974
2019
|
},
|
|
1975
2020
|
{
|
|
1976
2021
|
"const": "{system.integer.8}",
|
|
1977
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1978
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2022
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2023
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1979
2024
|
},
|
|
1980
2025
|
{
|
|
1981
2026
|
"const": "{system.integer.9}",
|
|
1982
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1983
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2027
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2028
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1984
2029
|
},
|
|
1985
2030
|
{
|
|
1986
2031
|
"const": "{system.integer.10}",
|
|
1987
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1988
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2032
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2033
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1989
2034
|
},
|
|
1990
2035
|
{
|
|
1991
2036
|
"const": "{system.integer.11}",
|
|
1992
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
1993
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0.
|
|
2037
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2038
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1994
2039
|
},
|
|
1995
2040
|
{
|
|
1996
2041
|
"type": "string",
|
|
@@ -2003,18 +2048,18 @@
|
|
|
2003
2048
|
"anyOf": [
|
|
2004
2049
|
{
|
|
2005
2050
|
"const": "{system.textLine.none}",
|
|
2006
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2007
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2008
2053
|
},
|
|
2009
2054
|
{
|
|
2010
2055
|
"const": "{system.textLine.underline}",
|
|
2011
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2012
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2013
2058
|
},
|
|
2014
2059
|
{
|
|
2015
2060
|
"const": "{system.textLine.strikethrough}",
|
|
2016
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2017
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2018
2063
|
}
|
|
2019
2064
|
],
|
|
2020
2065
|
"$id": "#textLine"
|
|
@@ -2023,8 +2068,8 @@
|
|
|
2023
2068
|
"anyOf": [
|
|
2024
2069
|
{
|
|
2025
2070
|
"const": "{system.textLineStyle.solid}",
|
|
2026
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2027
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2071
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2028
2073
|
}
|
|
2029
2074
|
],
|
|
2030
2075
|
"$id": "#textLineStyle"
|
|
@@ -2033,23 +2078,23 @@
|
|
|
2033
2078
|
"anyOf": [
|
|
2034
2079
|
{
|
|
2035
2080
|
"const": "{system.position.bottom}",
|
|
2036
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2037
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2081
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2038
2083
|
},
|
|
2039
2084
|
{
|
|
2040
2085
|
"const": "{system.position.left}",
|
|
2041
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2042
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2086
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2087
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2043
2088
|
},
|
|
2044
2089
|
{
|
|
2045
2090
|
"const": "{system.position.right}",
|
|
2046
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2047
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2091
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2048
2093
|
},
|
|
2049
2094
|
{
|
|
2050
2095
|
"const": "{system.position.top}",
|
|
2051
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2052
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2096
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2097
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2053
2098
|
}
|
|
2054
2099
|
],
|
|
2055
2100
|
"$id": "#position"
|
|
@@ -2058,18 +2103,18 @@
|
|
|
2058
2103
|
"anyOf": [
|
|
2059
2104
|
{
|
|
2060
2105
|
"const": "{system.direction.column}",
|
|
2061
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2062
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2106
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2107
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2063
2108
|
},
|
|
2064
2109
|
{
|
|
2065
2110
|
"const": "{system.direction.row}",
|
|
2066
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2067
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2111
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2068
2113
|
},
|
|
2069
2114
|
{
|
|
2070
2115
|
"const": "{system.direction.rowReverse}",
|
|
2071
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2072
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2116
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2117
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2073
2118
|
}
|
|
2074
2119
|
],
|
|
2075
2120
|
"$id": "#direction"
|
|
@@ -2078,13 +2123,13 @@
|
|
|
2078
2123
|
"anyOf": [
|
|
2079
2124
|
{
|
|
2080
2125
|
"const": "{system.show.true}",
|
|
2081
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2082
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2126
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2127
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2083
2128
|
},
|
|
2084
2129
|
{
|
|
2085
2130
|
"const": "{system.show.false}",
|
|
2086
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2087
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2131
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2088
2133
|
}
|
|
2089
2134
|
],
|
|
2090
2135
|
"$id": "#show"
|
|
@@ -2093,13 +2138,13 @@
|
|
|
2093
2138
|
"anyOf": [
|
|
2094
2139
|
{
|
|
2095
2140
|
"const": "{system.borderStyle.none}",
|
|
2096
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2097
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2141
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2142
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2098
2143
|
},
|
|
2099
2144
|
{
|
|
2100
2145
|
"const": "{system.borderStyle.solid}",
|
|
2101
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2102
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2146
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2103
2148
|
}
|
|
2104
2149
|
],
|
|
2105
2150
|
"$id": "#borderStyle"
|
|
@@ -2108,18 +2153,18 @@
|
|
|
2108
2153
|
"anyOf": [
|
|
2109
2154
|
{
|
|
2110
2155
|
"const": "{system.verticalAlign.top}",
|
|
2111
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2112
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2156
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2157
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2113
2158
|
},
|
|
2114
2159
|
{
|
|
2115
2160
|
"const": "{system.verticalAlign.middle}",
|
|
2116
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2117
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2161
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2162
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2118
2163
|
},
|
|
2119
2164
|
{
|
|
2120
2165
|
"const": "{system.verticalAlign.baseline}",
|
|
2121
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2122
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2166
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2123
2168
|
}
|
|
2124
2169
|
],
|
|
2125
2170
|
"$id": "#verticalAlign"
|
|
@@ -2128,18 +2173,18 @@
|
|
|
2128
2173
|
"anyOf": [
|
|
2129
2174
|
{
|
|
2130
2175
|
"const": "{system.iconScale.scale1}",
|
|
2131
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2132
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2176
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2177
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2133
2178
|
},
|
|
2134
2179
|
{
|
|
2135
2180
|
"const": "{system.iconScale.scale1_10}",
|
|
2136
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2137
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2181
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2182
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2138
2183
|
},
|
|
2139
2184
|
{
|
|
2140
2185
|
"const": "{system.iconScale.scale1_25}",
|
|
2141
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2142
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2186
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2187
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2143
2188
|
}
|
|
2144
2189
|
],
|
|
2145
2190
|
"$id": "#iconScale"
|
|
@@ -2148,18 +2193,18 @@
|
|
|
2148
2193
|
"anyOf": [
|
|
2149
2194
|
{
|
|
2150
2195
|
"const": "{system.textAlign.left}",
|
|
2151
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2152
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2196
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2197
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2153
2198
|
},
|
|
2154
2199
|
{
|
|
2155
2200
|
"const": "{system.textAlign.center}",
|
|
2156
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2157
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2201
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2202
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2158
2203
|
},
|
|
2159
2204
|
{
|
|
2160
2205
|
"const": "{system.textAlign.right}",
|
|
2161
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2162
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2206
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2207
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2163
2208
|
}
|
|
2164
2209
|
],
|
|
2165
2210
|
"$id": "#textAlign"
|
|
@@ -2168,13 +2213,13 @@
|
|
|
2168
2213
|
"anyOf": [
|
|
2169
2214
|
{
|
|
2170
2215
|
"const": "{system.textTransform.none}",
|
|
2171
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2172
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2216
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2217
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2173
2218
|
},
|
|
2174
2219
|
{
|
|
2175
2220
|
"const": "{system.textTransform.uppercase}",
|
|
2176
|
-
"description": "@telus-uds/system-tokens/v1.0.
|
|
2177
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0.
|
|
2221
|
+
"description": "@telus-uds/system-tokens/v1.0.2 system react-native tokens ⚙️",
|
|
2222
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.0.2` **system** tokens ⚙️"
|
|
2178
2223
|
}
|
|
2179
2224
|
],
|
|
2180
2225
|
"$id": "#textTransform"
|
|
@@ -2187,6 +2232,80 @@
|
|
|
2187
2232
|
"type": "object",
|
|
2188
2233
|
"additionalProperties": false,
|
|
2189
2234
|
"properties": {
|
|
2235
|
+
"Autocomplete": {
|
|
2236
|
+
"type": "object",
|
|
2237
|
+
"additionalProperties": false,
|
|
2238
|
+
"properties": {
|
|
2239
|
+
"appearances": {
|
|
2240
|
+
"type": "object",
|
|
2241
|
+
"additionalProperties": false,
|
|
2242
|
+
"patternProperties": {
|
|
2243
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
2244
|
+
"$ref": "#appearance"
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
},
|
|
2248
|
+
"tokens": {
|
|
2249
|
+
"type": "object",
|
|
2250
|
+
"additionalProperties": false,
|
|
2251
|
+
"properties": {
|
|
2252
|
+
"color": {
|
|
2253
|
+
"$ref": "#color"
|
|
2254
|
+
},
|
|
2255
|
+
"maxHeight": {
|
|
2256
|
+
"$ref": "#size"
|
|
2257
|
+
},
|
|
2258
|
+
"overflowY": {
|
|
2259
|
+
"$ref": "#overflow"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
"required": [
|
|
2263
|
+
"color",
|
|
2264
|
+
"maxHeight",
|
|
2265
|
+
"overflowY"
|
|
2266
|
+
]
|
|
2267
|
+
},
|
|
2268
|
+
"rules": {
|
|
2269
|
+
"type": "array",
|
|
2270
|
+
"items": {
|
|
2271
|
+
"type": "object",
|
|
2272
|
+
"additionalProperties": false,
|
|
2273
|
+
"properties": {
|
|
2274
|
+
"if": {
|
|
2275
|
+
"type": "object",
|
|
2276
|
+
"minProperties": 1
|
|
2277
|
+
},
|
|
2278
|
+
"tokens": {
|
|
2279
|
+
"type": "object",
|
|
2280
|
+
"additionalProperties": false,
|
|
2281
|
+
"properties": {
|
|
2282
|
+
"color": {
|
|
2283
|
+
"$ref": "#color"
|
|
2284
|
+
},
|
|
2285
|
+
"maxHeight": {
|
|
2286
|
+
"$ref": "#size"
|
|
2287
|
+
},
|
|
2288
|
+
"overflowY": {
|
|
2289
|
+
"$ref": "#overflow"
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
"description": {
|
|
2294
|
+
"type": "string"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
"required": [
|
|
2298
|
+
"if",
|
|
2299
|
+
"tokens"
|
|
2300
|
+
]
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
"required": [
|
|
2305
|
+
"tokens",
|
|
2306
|
+
"rules"
|
|
2307
|
+
]
|
|
2308
|
+
},
|
|
2190
2309
|
"ActionCard": {
|
|
2191
2310
|
"type": "object",
|
|
2192
2311
|
"additionalProperties": false,
|
|
@@ -7551,6 +7670,12 @@
|
|
|
7551
7670
|
},
|
|
7552
7671
|
"inputBorderColor": {
|
|
7553
7672
|
"$ref": "#color"
|
|
7673
|
+
},
|
|
7674
|
+
"maxHeight": {
|
|
7675
|
+
"$ref": "#size"
|
|
7676
|
+
},
|
|
7677
|
+
"overflowY": {
|
|
7678
|
+
"$ref": "#overflow"
|
|
7554
7679
|
}
|
|
7555
7680
|
},
|
|
7556
7681
|
"required": [
|
|
@@ -7581,7 +7706,9 @@
|
|
|
7581
7706
|
"iconSize",
|
|
7582
7707
|
"inputShadow",
|
|
7583
7708
|
"inputBorderWidth",
|
|
7584
|
-
"inputBorderColor"
|
|
7709
|
+
"inputBorderColor",
|
|
7710
|
+
"maxHeight",
|
|
7711
|
+
"overflowY"
|
|
7585
7712
|
]
|
|
7586
7713
|
},
|
|
7587
7714
|
"rules": {
|
|
@@ -7681,6 +7808,12 @@
|
|
|
7681
7808
|
},
|
|
7682
7809
|
"inputBorderColor": {
|
|
7683
7810
|
"$ref": "#color"
|
|
7811
|
+
},
|
|
7812
|
+
"maxHeight": {
|
|
7813
|
+
"$ref": "#size"
|
|
7814
|
+
},
|
|
7815
|
+
"overflowY": {
|
|
7816
|
+
"$ref": "#overflow"
|
|
7684
7817
|
}
|
|
7685
7818
|
}
|
|
7686
7819
|
},
|
|
@@ -21732,6 +21865,7 @@
|
|
|
21732
21865
|
}
|
|
21733
21866
|
},
|
|
21734
21867
|
"required": [
|
|
21868
|
+
"Autocomplete",
|
|
21735
21869
|
"ActionCard",
|
|
21736
21870
|
"SplashButton",
|
|
21737
21871
|
"SplashButtonWithDetails",
|