@telus-uds/theme-koodo 7.3.0 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/android/ActivityIndicator.json +12 -1
- package/build/android/Card.json +59 -1
- package/build/android/Link.json +309 -0
- package/build/android/MultiSelectFilter.json +24 -1
- package/build/android/Notification.json +2 -2
- package/build/android/Radio.json +3 -3
- package/build/android/schema.json +171 -157
- package/build/android/theme.json +410 -9
- package/build/ios/ActivityIndicator.json +12 -1
- package/build/ios/Card.json +59 -1
- package/build/ios/Link.json +309 -0
- package/build/ios/MultiSelectFilter.json +24 -1
- package/build/ios/Notification.json +2 -2
- package/build/ios/Radio.json +3 -3
- package/build/ios/schema.json +171 -157
- package/build/ios/theme.json +410 -9
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +9 -2
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +31 -3
- 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 +247 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +7 -2
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +2 -2
- 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 +4 -4
- 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 +171 -157
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +299 -10
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +9 -2
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +31 -3
- 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 +247 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +7 -2
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +2 -2
- 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 +4 -4
- 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 +1 -1
- package/build/web/schema.json +171 -157
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +299 -10
- package/package.json +2 -2
- package/theme.json +788 -146
package/build/ios/schema.json
CHANGED
|
@@ -274,13 +274,13 @@
|
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"const": "{system.border.zero}",
|
|
277
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
278
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
277
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
278
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"const": "{system.border.none}",
|
|
282
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
283
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
282
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **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.2.
|
|
548
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
547
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
548
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
551
|
"const": "{system.color.none}",
|
|
552
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
553
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
552
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
553
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **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.2.
|
|
573
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
572
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **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.2.
|
|
688
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
687
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **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.2.
|
|
703
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
702
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
704
704
|
}
|
|
705
705
|
],
|
|
706
706
|
"$id": "#gradient"
|
|
@@ -1289,8 +1289,8 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"const": "{system.icon.none}",
|
|
1292
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1293
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1292
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1293
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1294
1294
|
}
|
|
1295
1295
|
],
|
|
1296
1296
|
"$id": "#icon"
|
|
@@ -1304,8 +1304,8 @@
|
|
|
1304
1304
|
},
|
|
1305
1305
|
{
|
|
1306
1306
|
"const": "{system.letterSpacing.none}",
|
|
1307
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1308
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1307
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1308
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1309
1309
|
}
|
|
1310
1310
|
],
|
|
1311
1311
|
"$id": "#letterSpacing"
|
|
@@ -1454,8 +1454,8 @@
|
|
|
1454
1454
|
},
|
|
1455
1455
|
{
|
|
1456
1456
|
"const": "{system.opacity.opaque}",
|
|
1457
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1458
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1457
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1458
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1459
1459
|
}
|
|
1460
1460
|
],
|
|
1461
1461
|
"$id": "#opacity"
|
|
@@ -1529,18 +1529,18 @@
|
|
|
1529
1529
|
},
|
|
1530
1530
|
{
|
|
1531
1531
|
"const": "{system.radius.none}",
|
|
1532
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1533
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1532
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1533
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1534
1534
|
},
|
|
1535
1535
|
{
|
|
1536
1536
|
"const": "{system.radius.zero}",
|
|
1537
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1538
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1537
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1538
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1539
1539
|
},
|
|
1540
1540
|
{
|
|
1541
1541
|
"const": "{system.radius.round}",
|
|
1542
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1543
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1542
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1543
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1544
1544
|
}
|
|
1545
1545
|
],
|
|
1546
1546
|
"$id": "#radius"
|
|
@@ -1579,8 +1579,8 @@
|
|
|
1579
1579
|
},
|
|
1580
1580
|
{
|
|
1581
1581
|
"const": "{system.shadow.none}",
|
|
1582
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1583
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1582
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1583
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1584
1584
|
}
|
|
1585
1585
|
],
|
|
1586
1586
|
"$id": "#shadow"
|
|
@@ -1844,48 +1844,48 @@
|
|
|
1844
1844
|
},
|
|
1845
1845
|
{
|
|
1846
1846
|
"const": "{system.size.none}",
|
|
1847
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1848
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1847
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1848
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1849
1849
|
},
|
|
1850
1850
|
{
|
|
1851
1851
|
"const": "{system.size.full}",
|
|
1852
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1853
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1852
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1853
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
1856
1856
|
"const": "{system.size.twoThirds}",
|
|
1857
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1858
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1857
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1858
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1859
1859
|
},
|
|
1860
1860
|
{
|
|
1861
1861
|
"const": "{system.size.zero}",
|
|
1862
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1863
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1862
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1863
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
1866
|
"const": "{system.size.viewportXs}",
|
|
1867
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1868
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1867
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1868
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1869
1869
|
},
|
|
1870
1870
|
{
|
|
1871
1871
|
"const": "{system.size.viewportSm}",
|
|
1872
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1873
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1872
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1873
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1874
1874
|
},
|
|
1875
1875
|
{
|
|
1876
1876
|
"const": "{system.size.viewportMd}",
|
|
1877
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1878
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1878
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1879
1879
|
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"const": "{system.size.viewportLg}",
|
|
1882
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1883
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1883
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1884
1884
|
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"const": "{system.size.viewportXl}",
|
|
1887
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1888
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1887
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1888
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1889
1889
|
}
|
|
1890
1890
|
],
|
|
1891
1891
|
"$id": "#size"
|
|
@@ -1934,18 +1934,18 @@
|
|
|
1934
1934
|
"anyOf": [
|
|
1935
1935
|
{
|
|
1936
1936
|
"const": "{system.display.inline}",
|
|
1937
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1938
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1937
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1938
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"const": "{system.display.inlineBlock}",
|
|
1942
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1943
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1942
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1943
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
1946
1946
|
"const": "{system.display.none}",
|
|
1947
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1948
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1947
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1948
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1949
1949
|
}
|
|
1950
1950
|
],
|
|
1951
1951
|
"$id": "#display"
|
|
@@ -1954,18 +1954,18 @@
|
|
|
1954
1954
|
"anyOf": [
|
|
1955
1955
|
{
|
|
1956
1956
|
"const": "{system.flexJustifyContent.center}",
|
|
1957
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1958
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1957
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1958
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1959
1959
|
},
|
|
1960
1960
|
{
|
|
1961
1961
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1962
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1963
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1962
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1963
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1964
1964
|
},
|
|
1965
1965
|
{
|
|
1966
1966
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1967
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1968
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1967
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1968
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1969
1969
|
}
|
|
1970
1970
|
],
|
|
1971
1971
|
"$id": "#flexJustifyContent"
|
|
@@ -1974,18 +1974,18 @@
|
|
|
1974
1974
|
"anyOf": [
|
|
1975
1975
|
{
|
|
1976
1976
|
"const": "{system.flexAlign.center}",
|
|
1977
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1978
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1977
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1978
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
1981
1981
|
"const": "{system.flexAlign.flexStart}",
|
|
1982
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1983
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1982
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1983
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1984
1984
|
},
|
|
1985
1985
|
{
|
|
1986
1986
|
"const": "{system.flexAlign.stretch}",
|
|
1987
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1988
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1987
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1988
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1989
1989
|
}
|
|
1990
1990
|
],
|
|
1991
1991
|
"$id": "#flexAlign"
|
|
@@ -1994,43 +1994,43 @@
|
|
|
1994
1994
|
"anyOf": [
|
|
1995
1995
|
{
|
|
1996
1996
|
"const": "{system.overflow.visible}",
|
|
1997
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
1998
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
1997
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
1998
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
1999
1999
|
},
|
|
2000
2000
|
{
|
|
2001
2001
|
"const": "{system.overflow.hidden}",
|
|
2002
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2003
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2002
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2003
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2004
2004
|
},
|
|
2005
2005
|
{
|
|
2006
2006
|
"const": "{system.overflow.scroll}",
|
|
2007
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2008
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2007
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2008
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2009
2009
|
},
|
|
2010
2010
|
{
|
|
2011
2011
|
"const": "{system.overflow.auto}",
|
|
2012
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2013
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2012
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2013
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"const": "{system.overflow.clip}",
|
|
2017
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2018
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2017
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2018
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2019
2019
|
},
|
|
2020
2020
|
{
|
|
2021
2021
|
"const": "{system.overflow.inherit}",
|
|
2022
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2023
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2022
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2023
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2024
2024
|
},
|
|
2025
2025
|
{
|
|
2026
2026
|
"const": "{system.overflow.initial}",
|
|
2027
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2028
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2027
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2028
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"const": "{system.overflow.unset}",
|
|
2032
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2033
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2032
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2033
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2034
2034
|
}
|
|
2035
2035
|
],
|
|
2036
2036
|
"$id": "#overflow"
|
|
@@ -2039,63 +2039,63 @@
|
|
|
2039
2039
|
"anyOf": [
|
|
2040
2040
|
{
|
|
2041
2041
|
"const": "{system.integer.0}",
|
|
2042
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2043
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2042
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2043
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
2046
2046
|
"const": "{system.integer.1}",
|
|
2047
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2048
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2047
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2048
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2049
2049
|
},
|
|
2050
2050
|
{
|
|
2051
2051
|
"const": "{system.integer.2}",
|
|
2052
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2053
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2052
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2053
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2054
2054
|
},
|
|
2055
2055
|
{
|
|
2056
2056
|
"const": "{system.integer.3}",
|
|
2057
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2058
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2057
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2058
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2059
2059
|
},
|
|
2060
2060
|
{
|
|
2061
2061
|
"const": "{system.integer.4}",
|
|
2062
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2063
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2062
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2063
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2064
2064
|
},
|
|
2065
2065
|
{
|
|
2066
2066
|
"const": "{system.integer.5}",
|
|
2067
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2068
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2067
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2068
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2069
2069
|
},
|
|
2070
2070
|
{
|
|
2071
2071
|
"const": "{system.integer.6}",
|
|
2072
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2073
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2072
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2073
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
2076
|
"const": "{system.integer.7}",
|
|
2077
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2078
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2077
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2078
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2079
2079
|
},
|
|
2080
2080
|
{
|
|
2081
2081
|
"const": "{system.integer.8}",
|
|
2082
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2083
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2082
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2083
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2084
2084
|
},
|
|
2085
2085
|
{
|
|
2086
2086
|
"const": "{system.integer.9}",
|
|
2087
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2088
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2087
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2088
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2089
2089
|
},
|
|
2090
2090
|
{
|
|
2091
2091
|
"const": "{system.integer.10}",
|
|
2092
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2093
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2092
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2093
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2094
2094
|
},
|
|
2095
2095
|
{
|
|
2096
2096
|
"const": "{system.integer.11}",
|
|
2097
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2098
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.2.
|
|
2097
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2098
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.2.1 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."
|
|
2099
2099
|
},
|
|
2100
2100
|
{
|
|
2101
2101
|
"type": "string",
|
|
@@ -2108,18 +2108,18 @@
|
|
|
2108
2108
|
"anyOf": [
|
|
2109
2109
|
{
|
|
2110
2110
|
"const": "{system.textLine.none}",
|
|
2111
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2112
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2111
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2113
2113
|
},
|
|
2114
2114
|
{
|
|
2115
2115
|
"const": "{system.textLine.underline}",
|
|
2116
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2117
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2116
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2117
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2118
2118
|
},
|
|
2119
2119
|
{
|
|
2120
2120
|
"const": "{system.textLine.strikethrough}",
|
|
2121
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2122
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2121
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2122
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2123
2123
|
}
|
|
2124
2124
|
],
|
|
2125
2125
|
"$id": "#textLine"
|
|
@@ -2128,8 +2128,8 @@
|
|
|
2128
2128
|
"anyOf": [
|
|
2129
2129
|
{
|
|
2130
2130
|
"const": "{system.textLineStyle.solid}",
|
|
2131
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2132
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2131
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2133
2133
|
}
|
|
2134
2134
|
],
|
|
2135
2135
|
"$id": "#textLineStyle"
|
|
@@ -2138,23 +2138,23 @@
|
|
|
2138
2138
|
"anyOf": [
|
|
2139
2139
|
{
|
|
2140
2140
|
"const": "{system.position.bottom}",
|
|
2141
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2142
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2141
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2142
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
2145
2145
|
"const": "{system.position.left}",
|
|
2146
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2147
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2146
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2148
2148
|
},
|
|
2149
2149
|
{
|
|
2150
2150
|
"const": "{system.position.right}",
|
|
2151
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2152
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2151
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2152
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2153
2153
|
},
|
|
2154
2154
|
{
|
|
2155
2155
|
"const": "{system.position.top}",
|
|
2156
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2157
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2156
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2157
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2158
2158
|
}
|
|
2159
2159
|
],
|
|
2160
2160
|
"$id": "#position"
|
|
@@ -2163,18 +2163,18 @@
|
|
|
2163
2163
|
"anyOf": [
|
|
2164
2164
|
{
|
|
2165
2165
|
"const": "{system.direction.column}",
|
|
2166
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2167
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2166
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2168
2168
|
},
|
|
2169
2169
|
{
|
|
2170
2170
|
"const": "{system.direction.row}",
|
|
2171
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2172
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2171
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2172
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2173
2173
|
},
|
|
2174
2174
|
{
|
|
2175
2175
|
"const": "{system.direction.rowReverse}",
|
|
2176
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2177
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2176
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2177
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2178
2178
|
}
|
|
2179
2179
|
],
|
|
2180
2180
|
"$id": "#direction"
|
|
@@ -2183,13 +2183,13 @@
|
|
|
2183
2183
|
"anyOf": [
|
|
2184
2184
|
{
|
|
2185
2185
|
"const": "{system.show.true}",
|
|
2186
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2187
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2186
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2187
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2188
2188
|
},
|
|
2189
2189
|
{
|
|
2190
2190
|
"const": "{system.show.false}",
|
|
2191
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2192
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2191
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2192
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2193
2193
|
}
|
|
2194
2194
|
],
|
|
2195
2195
|
"$id": "#show"
|
|
@@ -2198,13 +2198,13 @@
|
|
|
2198
2198
|
"anyOf": [
|
|
2199
2199
|
{
|
|
2200
2200
|
"const": "{system.borderStyle.none}",
|
|
2201
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2202
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2201
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2202
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2203
2203
|
},
|
|
2204
2204
|
{
|
|
2205
2205
|
"const": "{system.borderStyle.solid}",
|
|
2206
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2207
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2206
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2207
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2208
2208
|
}
|
|
2209
2209
|
],
|
|
2210
2210
|
"$id": "#borderStyle"
|
|
@@ -2213,18 +2213,18 @@
|
|
|
2213
2213
|
"anyOf": [
|
|
2214
2214
|
{
|
|
2215
2215
|
"const": "{system.verticalAlign.top}",
|
|
2216
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2217
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2216
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2217
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2218
2218
|
},
|
|
2219
2219
|
{
|
|
2220
2220
|
"const": "{system.verticalAlign.middle}",
|
|
2221
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2222
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2221
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2222
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2223
2223
|
},
|
|
2224
2224
|
{
|
|
2225
2225
|
"const": "{system.verticalAlign.baseline}",
|
|
2226
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2227
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2226
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2227
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2228
2228
|
}
|
|
2229
2229
|
],
|
|
2230
2230
|
"$id": "#verticalAlign"
|
|
@@ -2233,18 +2233,18 @@
|
|
|
2233
2233
|
"anyOf": [
|
|
2234
2234
|
{
|
|
2235
2235
|
"const": "{system.iconScale.scale1}",
|
|
2236
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2237
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2236
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2237
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2238
2238
|
},
|
|
2239
2239
|
{
|
|
2240
2240
|
"const": "{system.iconScale.scale1_10}",
|
|
2241
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2242
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2241
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2242
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2243
2243
|
},
|
|
2244
2244
|
{
|
|
2245
2245
|
"const": "{system.iconScale.scale1_25}",
|
|
2246
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2247
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2246
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2247
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2248
2248
|
}
|
|
2249
2249
|
],
|
|
2250
2250
|
"$id": "#iconScale"
|
|
@@ -2253,18 +2253,18 @@
|
|
|
2253
2253
|
"anyOf": [
|
|
2254
2254
|
{
|
|
2255
2255
|
"const": "{system.textAlign.left}",
|
|
2256
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2257
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2256
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2257
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2258
2258
|
},
|
|
2259
2259
|
{
|
|
2260
2260
|
"const": "{system.textAlign.center}",
|
|
2261
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2262
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2261
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2262
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2263
2263
|
},
|
|
2264
2264
|
{
|
|
2265
2265
|
"const": "{system.textAlign.right}",
|
|
2266
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2267
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2266
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2267
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2268
2268
|
}
|
|
2269
2269
|
],
|
|
2270
2270
|
"$id": "#textAlign"
|
|
@@ -2273,13 +2273,13 @@
|
|
|
2273
2273
|
"anyOf": [
|
|
2274
2274
|
{
|
|
2275
2275
|
"const": "{system.textTransform.none}",
|
|
2276
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2277
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2276
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2277
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2278
2278
|
},
|
|
2279
2279
|
{
|
|
2280
2280
|
"const": "{system.textTransform.uppercase}",
|
|
2281
|
-
"description": "@telus-uds/system-tokens/v1.2.
|
|
2282
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.2.
|
|
2281
|
+
"description": "@telus-uds/system-tokens/v1.2.1 system react-native tokens ⚙️",
|
|
2282
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.2.1` **system** tokens ⚙️"
|
|
2283
2283
|
}
|
|
2284
2284
|
],
|
|
2285
2285
|
"$id": "#textTransform"
|
|
@@ -6246,17 +6246,25 @@
|
|
|
6246
6246
|
"size": {
|
|
6247
6247
|
"$ref": "#size"
|
|
6248
6248
|
},
|
|
6249
|
+
"dotSize": {
|
|
6250
|
+
"$ref": "#size"
|
|
6251
|
+
},
|
|
6249
6252
|
"thickness": {
|
|
6250
6253
|
"$ref": "#border"
|
|
6251
6254
|
},
|
|
6252
6255
|
"color": {
|
|
6253
6256
|
"$ref": "#color"
|
|
6257
|
+
},
|
|
6258
|
+
"indicatorBackgroundColor": {
|
|
6259
|
+
"$ref": "#color"
|
|
6254
6260
|
}
|
|
6255
6261
|
},
|
|
6256
6262
|
"required": [
|
|
6257
6263
|
"size",
|
|
6264
|
+
"dotSize",
|
|
6258
6265
|
"thickness",
|
|
6259
|
-
"color"
|
|
6266
|
+
"color",
|
|
6267
|
+
"indicatorBackgroundColor"
|
|
6260
6268
|
]
|
|
6261
6269
|
},
|
|
6262
6270
|
"rules": {
|
|
@@ -6276,11 +6284,17 @@
|
|
|
6276
6284
|
"size": {
|
|
6277
6285
|
"$ref": "#size"
|
|
6278
6286
|
},
|
|
6287
|
+
"dotSize": {
|
|
6288
|
+
"$ref": "#size"
|
|
6289
|
+
},
|
|
6279
6290
|
"thickness": {
|
|
6280
6291
|
"$ref": "#border"
|
|
6281
6292
|
},
|
|
6282
6293
|
"color": {
|
|
6283
6294
|
"$ref": "#color"
|
|
6295
|
+
},
|
|
6296
|
+
"indicatorBackgroundColor": {
|
|
6297
|
+
"$ref": "#color"
|
|
6284
6298
|
}
|
|
6285
6299
|
}
|
|
6286
6300
|
},
|