@telus-uds/theme-koodo 5.7.1 → 5.8.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/Breadcrumbs.json +3 -1
- package/build/android/Button.json +67 -19
- package/build/android/Notification.json +119 -1
- package/build/android/schema.json +155 -140
- package/build/android/theme.json +190 -22
- package/build/ios/Breadcrumbs.json +3 -1
- package/build/ios/Button.json +67 -19
- package/build/ios/Notification.json +119 -1
- package/build/ios/schema.json +155 -140
- package/build/ios/theme.json +190 -22
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +4 -2
- package/build/rn/Button.js +49 -7
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +52 -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/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/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +155 -140
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +104 -10
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +4 -2
- package/build/web/Button.js +49 -7
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +52 -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/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/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +1 -1
- package/build/web/schema.json +155 -140
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +104 -10
- package/package.json +2 -2
- package/theme.json +126 -13
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
"{appearances.NavigationBar.selected}",
|
|
94
94
|
"{appearances.NavigationBar.expanded}",
|
|
95
95
|
"{appearances.NavigationBar.viewport}",
|
|
96
|
+
"{appearances.Notification.system}",
|
|
96
97
|
"{appearances.Notification.validation}",
|
|
97
98
|
"{appearances.PaginationPageButton.focus}",
|
|
98
99
|
"{appearances.PaginationPageButton.hover}",
|
|
@@ -258,13 +259,13 @@
|
|
|
258
259
|
},
|
|
259
260
|
{
|
|
260
261
|
"const": "{system.border.zero}",
|
|
261
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
262
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
262
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
263
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
263
264
|
},
|
|
264
265
|
{
|
|
265
266
|
"const": "{system.border.none}",
|
|
266
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
267
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
267
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
268
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
268
269
|
}
|
|
269
270
|
],
|
|
270
271
|
"$id": "#border"
|
|
@@ -518,13 +519,13 @@
|
|
|
518
519
|
},
|
|
519
520
|
{
|
|
520
521
|
"const": "{system.color.transparent}",
|
|
521
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
522
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
522
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
523
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
523
524
|
},
|
|
524
525
|
{
|
|
525
526
|
"const": "{system.color.none}",
|
|
526
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
527
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
527
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
528
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
528
529
|
}
|
|
529
530
|
],
|
|
530
531
|
"$id": "#color"
|
|
@@ -543,8 +544,8 @@
|
|
|
543
544
|
},
|
|
544
545
|
{
|
|
545
546
|
"const": "{system.duration.zero}",
|
|
546
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
547
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
547
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
548
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
548
549
|
}
|
|
549
550
|
],
|
|
550
551
|
"$id": "#duration"
|
|
@@ -658,8 +659,8 @@
|
|
|
658
659
|
},
|
|
659
660
|
{
|
|
660
661
|
"const": "{system.fontSize.none}",
|
|
661
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
662
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
662
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
663
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
663
664
|
}
|
|
664
665
|
],
|
|
665
666
|
"$id": "#fontSize"
|
|
@@ -673,8 +674,8 @@
|
|
|
673
674
|
},
|
|
674
675
|
{
|
|
675
676
|
"const": "{system.gradient.none}",
|
|
676
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
677
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
677
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
678
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
678
679
|
}
|
|
679
680
|
],
|
|
680
681
|
"$id": "#gradient"
|
|
@@ -1153,8 +1154,8 @@
|
|
|
1153
1154
|
},
|
|
1154
1155
|
{
|
|
1155
1156
|
"const": "{system.icon.none}",
|
|
1156
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1157
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1157
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1158
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1158
1159
|
}
|
|
1159
1160
|
],
|
|
1160
1161
|
"$id": "#icon"
|
|
@@ -1168,8 +1169,8 @@
|
|
|
1168
1169
|
},
|
|
1169
1170
|
{
|
|
1170
1171
|
"const": "{system.letterSpacing.none}",
|
|
1171
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1172
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1172
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1173
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1173
1174
|
}
|
|
1174
1175
|
],
|
|
1175
1176
|
"$id": "#letterSpacing"
|
|
@@ -1318,8 +1319,8 @@
|
|
|
1318
1319
|
},
|
|
1319
1320
|
{
|
|
1320
1321
|
"const": "{system.opacity.opaque}",
|
|
1321
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1322
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1322
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1323
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1323
1324
|
}
|
|
1324
1325
|
],
|
|
1325
1326
|
"$id": "#opacity"
|
|
@@ -1383,18 +1384,18 @@
|
|
|
1383
1384
|
},
|
|
1384
1385
|
{
|
|
1385
1386
|
"const": "{system.radius.none}",
|
|
1386
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1387
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1387
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1388
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1388
1389
|
},
|
|
1389
1390
|
{
|
|
1390
1391
|
"const": "{system.radius.zero}",
|
|
1391
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1392
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1392
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1393
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1393
1394
|
},
|
|
1394
1395
|
{
|
|
1395
1396
|
"const": "{system.radius.round}",
|
|
1396
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1397
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1397
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1398
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1398
1399
|
}
|
|
1399
1400
|
],
|
|
1400
1401
|
"$id": "#radius"
|
|
@@ -1433,8 +1434,8 @@
|
|
|
1433
1434
|
},
|
|
1434
1435
|
{
|
|
1435
1436
|
"const": "{system.shadow.none}",
|
|
1436
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1437
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1437
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1438
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1438
1439
|
}
|
|
1439
1440
|
],
|
|
1440
1441
|
"$id": "#shadow"
|
|
@@ -1683,48 +1684,48 @@
|
|
|
1683
1684
|
},
|
|
1684
1685
|
{
|
|
1685
1686
|
"const": "{system.size.none}",
|
|
1686
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1687
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1687
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1688
1689
|
},
|
|
1689
1690
|
{
|
|
1690
1691
|
"const": "{system.size.full}",
|
|
1691
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1692
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1692
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1693
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1693
1694
|
},
|
|
1694
1695
|
{
|
|
1695
1696
|
"const": "{system.size.twoThirds}",
|
|
1696
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1697
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1697
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1698
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1698
1699
|
},
|
|
1699
1700
|
{
|
|
1700
1701
|
"const": "{system.size.zero}",
|
|
1701
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1702
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1702
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1703
1704
|
},
|
|
1704
1705
|
{
|
|
1705
1706
|
"const": "{system.size.viewportXs}",
|
|
1706
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1707
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1707
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1708
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1708
1709
|
},
|
|
1709
1710
|
{
|
|
1710
1711
|
"const": "{system.size.viewportSm}",
|
|
1711
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1712
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1712
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1713
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1713
1714
|
},
|
|
1714
1715
|
{
|
|
1715
1716
|
"const": "{system.size.viewportMd}",
|
|
1716
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1717
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1717
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1718
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1718
1719
|
},
|
|
1719
1720
|
{
|
|
1720
1721
|
"const": "{system.size.viewportLg}",
|
|
1721
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1722
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1722
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1723
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1723
1724
|
},
|
|
1724
1725
|
{
|
|
1725
1726
|
"const": "{system.size.viewportXl}",
|
|
1726
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1727
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1727
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1728
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1728
1729
|
}
|
|
1729
1730
|
],
|
|
1730
1731
|
"$id": "#size"
|
|
@@ -1773,18 +1774,18 @@
|
|
|
1773
1774
|
"anyOf": [
|
|
1774
1775
|
{
|
|
1775
1776
|
"const": "{system.display.inline}",
|
|
1776
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1777
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1777
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1778
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1778
1779
|
},
|
|
1779
1780
|
{
|
|
1780
1781
|
"const": "{system.display.inlineBlock}",
|
|
1781
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1782
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1782
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1783
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1783
1784
|
},
|
|
1784
1785
|
{
|
|
1785
1786
|
"const": "{system.display.none}",
|
|
1786
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1787
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1787
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1788
1789
|
}
|
|
1789
1790
|
],
|
|
1790
1791
|
"$id": "#display"
|
|
@@ -1793,18 +1794,18 @@
|
|
|
1793
1794
|
"anyOf": [
|
|
1794
1795
|
{
|
|
1795
1796
|
"const": "{system.flexJustifyContent.center}",
|
|
1796
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1797
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1797
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1798
1799
|
},
|
|
1799
1800
|
{
|
|
1800
1801
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1801
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1802
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1802
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1803
1804
|
},
|
|
1804
1805
|
{
|
|
1805
1806
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1806
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1807
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1807
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1808
1809
|
}
|
|
1809
1810
|
],
|
|
1810
1811
|
"$id": "#flexJustifyContent"
|
|
@@ -1813,18 +1814,18 @@
|
|
|
1813
1814
|
"anyOf": [
|
|
1814
1815
|
{
|
|
1815
1816
|
"const": "{system.flexAlign.center}",
|
|
1816
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1817
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1817
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1818
1819
|
},
|
|
1819
1820
|
{
|
|
1820
1821
|
"const": "{system.flexAlign.flexStart}",
|
|
1821
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1822
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1822
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1823
1824
|
},
|
|
1824
1825
|
{
|
|
1825
1826
|
"const": "{system.flexAlign.stretch}",
|
|
1826
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1827
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1827
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1828
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1828
1829
|
}
|
|
1829
1830
|
],
|
|
1830
1831
|
"$id": "#flexAlign"
|
|
@@ -1833,63 +1834,63 @@
|
|
|
1833
1834
|
"anyOf": [
|
|
1834
1835
|
{
|
|
1835
1836
|
"const": "{system.integer.0}",
|
|
1836
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1837
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1837
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1838
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1838
1839
|
},
|
|
1839
1840
|
{
|
|
1840
1841
|
"const": "{system.integer.1}",
|
|
1841
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1842
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1842
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1843
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1843
1844
|
},
|
|
1844
1845
|
{
|
|
1845
1846
|
"const": "{system.integer.2}",
|
|
1846
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1847
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1847
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1848
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1848
1849
|
},
|
|
1849
1850
|
{
|
|
1850
1851
|
"const": "{system.integer.3}",
|
|
1851
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1852
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1852
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1853
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1853
1854
|
},
|
|
1854
1855
|
{
|
|
1855
1856
|
"const": "{system.integer.4}",
|
|
1856
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1857
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1857
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1858
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1858
1859
|
},
|
|
1859
1860
|
{
|
|
1860
1861
|
"const": "{system.integer.5}",
|
|
1861
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1862
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1862
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1863
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1863
1864
|
},
|
|
1864
1865
|
{
|
|
1865
1866
|
"const": "{system.integer.6}",
|
|
1866
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1867
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1867
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1868
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1868
1869
|
},
|
|
1869
1870
|
{
|
|
1870
1871
|
"const": "{system.integer.7}",
|
|
1871
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1872
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1872
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1873
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1873
1874
|
},
|
|
1874
1875
|
{
|
|
1875
1876
|
"const": "{system.integer.8}",
|
|
1876
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1877
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1878
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1878
1879
|
},
|
|
1879
1880
|
{
|
|
1880
1881
|
"const": "{system.integer.9}",
|
|
1881
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1882
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1883
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1883
1884
|
},
|
|
1884
1885
|
{
|
|
1885
1886
|
"const": "{system.integer.10}",
|
|
1886
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1887
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1887
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1888
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1888
1889
|
},
|
|
1889
1890
|
{
|
|
1890
1891
|
"const": "{system.integer.11}",
|
|
1891
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1892
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.7.
|
|
1892
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1893
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.7.35 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.github.io/universal-design-system/docs/themes) docs."
|
|
1893
1894
|
},
|
|
1894
1895
|
{
|
|
1895
1896
|
"type": "string",
|
|
@@ -1902,18 +1903,18 @@
|
|
|
1902
1903
|
"anyOf": [
|
|
1903
1904
|
{
|
|
1904
1905
|
"const": "{system.textLine.none}",
|
|
1905
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1906
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1906
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1907
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1907
1908
|
},
|
|
1908
1909
|
{
|
|
1909
1910
|
"const": "{system.textLine.underline}",
|
|
1910
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1911
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1911
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1912
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1912
1913
|
},
|
|
1913
1914
|
{
|
|
1914
1915
|
"const": "{system.textLine.strikethrough}",
|
|
1915
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1916
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1916
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1917
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1917
1918
|
}
|
|
1918
1919
|
],
|
|
1919
1920
|
"$id": "#textLine"
|
|
@@ -1922,8 +1923,8 @@
|
|
|
1922
1923
|
"anyOf": [
|
|
1923
1924
|
{
|
|
1924
1925
|
"const": "{system.textLineStyle.solid}",
|
|
1925
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1926
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1926
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1927
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1927
1928
|
}
|
|
1928
1929
|
],
|
|
1929
1930
|
"$id": "#textLineStyle"
|
|
@@ -1932,23 +1933,23 @@
|
|
|
1932
1933
|
"anyOf": [
|
|
1933
1934
|
{
|
|
1934
1935
|
"const": "{system.position.bottom}",
|
|
1935
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1936
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1936
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1937
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1937
1938
|
},
|
|
1938
1939
|
{
|
|
1939
1940
|
"const": "{system.position.left}",
|
|
1940
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1941
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1941
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1942
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1942
1943
|
},
|
|
1943
1944
|
{
|
|
1944
1945
|
"const": "{system.position.right}",
|
|
1945
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1946
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1946
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1947
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1947
1948
|
},
|
|
1948
1949
|
{
|
|
1949
1950
|
"const": "{system.position.top}",
|
|
1950
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1951
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1951
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1952
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1952
1953
|
}
|
|
1953
1954
|
],
|
|
1954
1955
|
"$id": "#position"
|
|
@@ -1957,18 +1958,18 @@
|
|
|
1957
1958
|
"anyOf": [
|
|
1958
1959
|
{
|
|
1959
1960
|
"const": "{system.direction.column}",
|
|
1960
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1961
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1961
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1962
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1962
1963
|
},
|
|
1963
1964
|
{
|
|
1964
1965
|
"const": "{system.direction.row}",
|
|
1965
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1966
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1966
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1967
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1967
1968
|
},
|
|
1968
1969
|
{
|
|
1969
1970
|
"const": "{system.direction.rowReverse}",
|
|
1970
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1971
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1971
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1972
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1972
1973
|
}
|
|
1973
1974
|
],
|
|
1974
1975
|
"$id": "#direction"
|
|
@@ -1977,13 +1978,13 @@
|
|
|
1977
1978
|
"anyOf": [
|
|
1978
1979
|
{
|
|
1979
1980
|
"const": "{system.show.true}",
|
|
1980
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1981
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1981
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1982
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1982
1983
|
},
|
|
1983
1984
|
{
|
|
1984
1985
|
"const": "{system.show.false}",
|
|
1985
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1986
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1986
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1987
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1987
1988
|
}
|
|
1988
1989
|
],
|
|
1989
1990
|
"$id": "#show"
|
|
@@ -1992,13 +1993,13 @@
|
|
|
1992
1993
|
"anyOf": [
|
|
1993
1994
|
{
|
|
1994
1995
|
"const": "{system.borderStyle.none}",
|
|
1995
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
1996
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
1996
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
1997
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
1997
1998
|
},
|
|
1998
1999
|
{
|
|
1999
2000
|
"const": "{system.borderStyle.solid}",
|
|
2000
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2001
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2001
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2002
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2002
2003
|
}
|
|
2003
2004
|
],
|
|
2004
2005
|
"$id": "#borderStyle"
|
|
@@ -2007,18 +2008,18 @@
|
|
|
2007
2008
|
"anyOf": [
|
|
2008
2009
|
{
|
|
2009
2010
|
"const": "{system.verticalAlign.top}",
|
|
2010
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2011
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2011
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2012
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2012
2013
|
},
|
|
2013
2014
|
{
|
|
2014
2015
|
"const": "{system.verticalAlign.middle}",
|
|
2015
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2016
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2016
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2017
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2017
2018
|
},
|
|
2018
2019
|
{
|
|
2019
2020
|
"const": "{system.verticalAlign.baseline}",
|
|
2020
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2021
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2021
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2022
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2022
2023
|
}
|
|
2023
2024
|
],
|
|
2024
2025
|
"$id": "#verticalAlign"
|
|
@@ -2027,18 +2028,18 @@
|
|
|
2027
2028
|
"anyOf": [
|
|
2028
2029
|
{
|
|
2029
2030
|
"const": "{system.iconScale.scale1}",
|
|
2030
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2031
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2031
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2032
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2032
2033
|
},
|
|
2033
2034
|
{
|
|
2034
2035
|
"const": "{system.iconScale.scale1_10}",
|
|
2035
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2036
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2036
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2037
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2037
2038
|
},
|
|
2038
2039
|
{
|
|
2039
2040
|
"const": "{system.iconScale.scale1_25}",
|
|
2040
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2041
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2041
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2042
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2042
2043
|
}
|
|
2043
2044
|
],
|
|
2044
2045
|
"$id": "#iconScale"
|
|
@@ -2047,18 +2048,18 @@
|
|
|
2047
2048
|
"anyOf": [
|
|
2048
2049
|
{
|
|
2049
2050
|
"const": "{system.textAlign.left}",
|
|
2050
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2051
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2052
2053
|
},
|
|
2053
2054
|
{
|
|
2054
2055
|
"const": "{system.textAlign.center}",
|
|
2055
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2056
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2057
2058
|
},
|
|
2058
2059
|
{
|
|
2059
2060
|
"const": "{system.textAlign.right}",
|
|
2060
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2061
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2062
2063
|
}
|
|
2063
2064
|
],
|
|
2064
2065
|
"$id": "#textAlign"
|
|
@@ -2067,13 +2068,13 @@
|
|
|
2067
2068
|
"anyOf": [
|
|
2068
2069
|
{
|
|
2069
2070
|
"const": "{system.textTransform.none}",
|
|
2070
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2071
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2071
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2072
2073
|
},
|
|
2073
2074
|
{
|
|
2074
2075
|
"const": "{system.textTransform.uppercase}",
|
|
2075
|
-
"description": "@telus-uds/system-tokens/v0.7.
|
|
2076
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.7.
|
|
2076
|
+
"description": "@telus-uds/system-tokens/v0.7.35 system react-native tokens ⚙️",
|
|
2077
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.7.35` **system** tokens ⚙️"
|
|
2077
2078
|
}
|
|
2078
2079
|
],
|
|
2079
2080
|
"$id": "#textTransform"
|
|
@@ -18949,6 +18950,9 @@
|
|
|
18949
18950
|
"fontSize": {
|
|
18950
18951
|
"$ref": "#fontSize"
|
|
18951
18952
|
},
|
|
18953
|
+
"lineHeight": {
|
|
18954
|
+
"$ref": "#lineHeight"
|
|
18955
|
+
},
|
|
18952
18956
|
"color": {
|
|
18953
18957
|
"$ref": "#color"
|
|
18954
18958
|
},
|
|
@@ -18967,6 +18971,9 @@
|
|
|
18967
18971
|
"iconPadding": {
|
|
18968
18972
|
"$ref": "#size"
|
|
18969
18973
|
},
|
|
18974
|
+
"iconContainerSize": {
|
|
18975
|
+
"$ref": "#size"
|
|
18976
|
+
},
|
|
18970
18977
|
"listItemPadding": {
|
|
18971
18978
|
"$ref": "#size"
|
|
18972
18979
|
}
|
|
@@ -18975,12 +18982,14 @@
|
|
|
18975
18982
|
"fontWeight",
|
|
18976
18983
|
"fontName",
|
|
18977
18984
|
"fontSize",
|
|
18985
|
+
"lineHeight",
|
|
18978
18986
|
"color",
|
|
18979
18987
|
"currentColor",
|
|
18980
18988
|
"icon",
|
|
18981
18989
|
"iconColor",
|
|
18982
18990
|
"iconSize",
|
|
18983
18991
|
"iconPadding",
|
|
18992
|
+
"iconContainerSize",
|
|
18984
18993
|
"listItemPadding"
|
|
18985
18994
|
]
|
|
18986
18995
|
},
|
|
@@ -19007,6 +19016,9 @@
|
|
|
19007
19016
|
"fontSize": {
|
|
19008
19017
|
"$ref": "#fontSize"
|
|
19009
19018
|
},
|
|
19019
|
+
"lineHeight": {
|
|
19020
|
+
"$ref": "#lineHeight"
|
|
19021
|
+
},
|
|
19010
19022
|
"color": {
|
|
19011
19023
|
"$ref": "#color"
|
|
19012
19024
|
},
|
|
@@ -19025,6 +19037,9 @@
|
|
|
19025
19037
|
"iconPadding": {
|
|
19026
19038
|
"$ref": "#size"
|
|
19027
19039
|
},
|
|
19040
|
+
"iconContainerSize": {
|
|
19041
|
+
"$ref": "#size"
|
|
19042
|
+
},
|
|
19028
19043
|
"listItemPadding": {
|
|
19029
19044
|
"$ref": "#size"
|
|
19030
19045
|
}
|