@telus-uds/theme-koodo 6.2.0 → 6.3.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/MultiSelectFilter.json +24 -2
- package/build/android/PriceLockup.json +6 -2
- package/build/android/Search.json +8 -0
- package/build/android/SearchButton.json +6 -0
- package/build/android/TextInput.json +2 -0
- package/build/android/schema.json +297 -157
- package/build/android/theme.json +47 -5
- package/build/ios/MultiSelectFilter.json +24 -2
- package/build/ios/PriceLockup.json +6 -2
- package/build/ios/Search.json +8 -0
- package/build/ios/SearchButton.json +6 -0
- package/build/ios/TextInput.json +2 -0
- package/build/ios/schema.json +297 -157
- package/build/ios/theme.json +47 -5
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- 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 +1 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +15 -3
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +7 -3
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +4 -1
- package/build/rn/SearchButton.js +2 -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 +3 -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 +297 -157
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +28 -6
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- 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 +1 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +15 -3
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +7 -3
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +4 -1
- package/build/web/SearchButton.js +2 -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 +3 -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 +297 -157
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +28 -6
- package/package.json +2 -2
- package/theme.json +26 -4
package/build/rn/schema.json
CHANGED
|
@@ -274,13 +274,13 @@
|
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
276
|
"const": "{system.border.zero}",
|
|
277
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
278
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
277
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
278
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
281
|
"const": "{system.border.none}",
|
|
282
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
283
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
282
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
284
284
|
}
|
|
285
285
|
],
|
|
286
286
|
"$id": "#border"
|
|
@@ -544,13 +544,13 @@
|
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
"const": "{system.color.transparent}",
|
|
547
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
548
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
547
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
548
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
549
549
|
},
|
|
550
550
|
{
|
|
551
551
|
"const": "{system.color.none}",
|
|
552
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
553
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
552
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
553
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
554
554
|
}
|
|
555
555
|
],
|
|
556
556
|
"$id": "#color"
|
|
@@ -569,8 +569,8 @@
|
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"const": "{system.duration.zero}",
|
|
572
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
573
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
572
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
574
574
|
}
|
|
575
575
|
],
|
|
576
576
|
"$id": "#duration"
|
|
@@ -684,8 +684,8 @@
|
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
686
|
"const": "{system.fontSize.none}",
|
|
687
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
688
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
687
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
689
689
|
}
|
|
690
690
|
],
|
|
691
691
|
"$id": "#fontSize"
|
|
@@ -699,8 +699,8 @@
|
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
"const": "{system.gradient.none}",
|
|
702
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
703
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
702
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
704
704
|
}
|
|
705
705
|
],
|
|
706
706
|
"$id": "#gradient"
|
|
@@ -1234,8 +1234,8 @@
|
|
|
1234
1234
|
},
|
|
1235
1235
|
{
|
|
1236
1236
|
"const": "{system.icon.none}",
|
|
1237
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1238
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1237
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1238
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
1241
|
"$id": "#icon"
|
|
@@ -1249,8 +1249,8 @@
|
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
1251
|
"const": "{system.letterSpacing.none}",
|
|
1252
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1253
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1252
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1253
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1254
1254
|
}
|
|
1255
1255
|
],
|
|
1256
1256
|
"$id": "#letterSpacing"
|
|
@@ -1399,8 +1399,8 @@
|
|
|
1399
1399
|
},
|
|
1400
1400
|
{
|
|
1401
1401
|
"const": "{system.opacity.opaque}",
|
|
1402
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1403
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1402
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1403
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1404
1404
|
}
|
|
1405
1405
|
],
|
|
1406
1406
|
"$id": "#opacity"
|
|
@@ -1474,18 +1474,18 @@
|
|
|
1474
1474
|
},
|
|
1475
1475
|
{
|
|
1476
1476
|
"const": "{system.radius.none}",
|
|
1477
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1478
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1477
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1479
1479
|
},
|
|
1480
1480
|
{
|
|
1481
1481
|
"const": "{system.radius.zero}",
|
|
1482
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1483
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1482
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"const": "{system.radius.round}",
|
|
1487
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1488
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1487
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1488
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1489
1489
|
}
|
|
1490
1490
|
],
|
|
1491
1491
|
"$id": "#radius"
|
|
@@ -1524,8 +1524,8 @@
|
|
|
1524
1524
|
},
|
|
1525
1525
|
{
|
|
1526
1526
|
"const": "{system.shadow.none}",
|
|
1527
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1528
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1527
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1528
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1529
1529
|
}
|
|
1530
1530
|
],
|
|
1531
1531
|
"$id": "#shadow"
|
|
@@ -1784,48 +1784,48 @@
|
|
|
1784
1784
|
},
|
|
1785
1785
|
{
|
|
1786
1786
|
"const": "{system.size.none}",
|
|
1787
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1788
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1787
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1789
1789
|
},
|
|
1790
1790
|
{
|
|
1791
1791
|
"const": "{system.size.full}",
|
|
1792
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1793
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1792
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1793
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1794
1794
|
},
|
|
1795
1795
|
{
|
|
1796
1796
|
"const": "{system.size.twoThirds}",
|
|
1797
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1798
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1797
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1799
1799
|
},
|
|
1800
1800
|
{
|
|
1801
1801
|
"const": "{system.size.zero}",
|
|
1802
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1803
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1802
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
1806
|
"const": "{system.size.viewportXs}",
|
|
1807
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1808
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1807
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1809
1809
|
},
|
|
1810
1810
|
{
|
|
1811
1811
|
"const": "{system.size.viewportSm}",
|
|
1812
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1813
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1812
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1813
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1814
1814
|
},
|
|
1815
1815
|
{
|
|
1816
1816
|
"const": "{system.size.viewportMd}",
|
|
1817
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1818
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1817
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1819
1819
|
},
|
|
1820
1820
|
{
|
|
1821
1821
|
"const": "{system.size.viewportLg}",
|
|
1822
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1823
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1822
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1824
1824
|
},
|
|
1825
1825
|
{
|
|
1826
1826
|
"const": "{system.size.viewportXl}",
|
|
1827
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1828
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1827
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1828
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1829
1829
|
}
|
|
1830
1830
|
],
|
|
1831
1831
|
"$id": "#size"
|
|
@@ -1874,18 +1874,18 @@
|
|
|
1874
1874
|
"anyOf": [
|
|
1875
1875
|
{
|
|
1876
1876
|
"const": "{system.display.inline}",
|
|
1877
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1878
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1878
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1879
1879
|
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"const": "{system.display.inlineBlock}",
|
|
1882
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1883
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1883
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1884
1884
|
},
|
|
1885
1885
|
{
|
|
1886
1886
|
"const": "{system.display.none}",
|
|
1887
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1888
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1887
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1888
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1889
1889
|
}
|
|
1890
1890
|
],
|
|
1891
1891
|
"$id": "#display"
|
|
@@ -1894,18 +1894,18 @@
|
|
|
1894
1894
|
"anyOf": [
|
|
1895
1895
|
{
|
|
1896
1896
|
"const": "{system.flexJustifyContent.center}",
|
|
1897
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1898
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1897
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1898
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1899
1899
|
},
|
|
1900
1900
|
{
|
|
1901
1901
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1902
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1903
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1902
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1903
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1904
1904
|
},
|
|
1905
1905
|
{
|
|
1906
1906
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1907
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1908
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1907
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1908
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1909
1909
|
}
|
|
1910
1910
|
],
|
|
1911
1911
|
"$id": "#flexJustifyContent"
|
|
@@ -1914,18 +1914,18 @@
|
|
|
1914
1914
|
"anyOf": [
|
|
1915
1915
|
{
|
|
1916
1916
|
"const": "{system.flexAlign.center}",
|
|
1917
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1918
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1917
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1918
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1919
1919
|
},
|
|
1920
1920
|
{
|
|
1921
1921
|
"const": "{system.flexAlign.flexStart}",
|
|
1922
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1923
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1922
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1923
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
1926
|
"const": "{system.flexAlign.stretch}",
|
|
1927
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1928
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1927
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1928
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1929
1929
|
}
|
|
1930
1930
|
],
|
|
1931
1931
|
"$id": "#flexAlign"
|
|
@@ -1934,43 +1934,43 @@
|
|
|
1934
1934
|
"anyOf": [
|
|
1935
1935
|
{
|
|
1936
1936
|
"const": "{system.overflow.visible}",
|
|
1937
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1938
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1937
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1938
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1939
1939
|
},
|
|
1940
1940
|
{
|
|
1941
1941
|
"const": "{system.overflow.hidden}",
|
|
1942
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1943
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1942
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1943
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1944
1944
|
},
|
|
1945
1945
|
{
|
|
1946
1946
|
"const": "{system.overflow.scroll}",
|
|
1947
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1948
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1947
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1948
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1949
1949
|
},
|
|
1950
1950
|
{
|
|
1951
1951
|
"const": "{system.overflow.auto}",
|
|
1952
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1953
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1952
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1953
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1954
1954
|
},
|
|
1955
1955
|
{
|
|
1956
1956
|
"const": "{system.overflow.clip}",
|
|
1957
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1958
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1957
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1958
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1959
1959
|
},
|
|
1960
1960
|
{
|
|
1961
1961
|
"const": "{system.overflow.inherit}",
|
|
1962
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1963
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1962
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1963
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1964
1964
|
},
|
|
1965
1965
|
{
|
|
1966
1966
|
"const": "{system.overflow.initial}",
|
|
1967
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1968
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1967
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1968
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1969
1969
|
},
|
|
1970
1970
|
{
|
|
1971
1971
|
"const": "{system.overflow.unset}",
|
|
1972
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1973
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
1972
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
1973
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
1974
1974
|
}
|
|
1975
1975
|
],
|
|
1976
1976
|
"$id": "#overflow"
|
|
@@ -1979,63 +1979,63 @@
|
|
|
1979
1979
|
"anyOf": [
|
|
1980
1980
|
{
|
|
1981
1981
|
"const": "{system.integer.0}",
|
|
1982
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1983
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
1982
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1983
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1984
1984
|
},
|
|
1985
1985
|
{
|
|
1986
1986
|
"const": "{system.integer.1}",
|
|
1987
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1988
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
1987
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1988
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1989
1989
|
},
|
|
1990
1990
|
{
|
|
1991
1991
|
"const": "{system.integer.2}",
|
|
1992
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1993
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
1992
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1993
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1994
1994
|
},
|
|
1995
1995
|
{
|
|
1996
1996
|
"const": "{system.integer.3}",
|
|
1997
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
1998
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
1997
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1998
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
1999
1999
|
},
|
|
2000
2000
|
{
|
|
2001
2001
|
"const": "{system.integer.4}",
|
|
2002
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2003
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2002
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2003
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2004
2004
|
},
|
|
2005
2005
|
{
|
|
2006
2006
|
"const": "{system.integer.5}",
|
|
2007
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2008
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2007
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2008
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2009
2009
|
},
|
|
2010
2010
|
{
|
|
2011
2011
|
"const": "{system.integer.6}",
|
|
2012
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2013
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2012
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2013
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
2016
|
"const": "{system.integer.7}",
|
|
2017
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2018
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2017
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2018
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2019
2019
|
},
|
|
2020
2020
|
{
|
|
2021
2021
|
"const": "{system.integer.8}",
|
|
2022
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2023
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2022
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2023
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2024
2024
|
},
|
|
2025
2025
|
{
|
|
2026
2026
|
"const": "{system.integer.9}",
|
|
2027
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2028
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2027
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2028
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"const": "{system.integer.10}",
|
|
2032
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2033
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2032
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2033
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2034
2034
|
},
|
|
2035
2035
|
{
|
|
2036
2036
|
"const": "{system.integer.11}",
|
|
2037
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2038
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.0
|
|
2037
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2038
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.1.0 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."
|
|
2039
2039
|
},
|
|
2040
2040
|
{
|
|
2041
2041
|
"type": "string",
|
|
@@ -2048,18 +2048,18 @@
|
|
|
2048
2048
|
"anyOf": [
|
|
2049
2049
|
{
|
|
2050
2050
|
"const": "{system.textLine.none}",
|
|
2051
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2052
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2053
2053
|
},
|
|
2054
2054
|
{
|
|
2055
2055
|
"const": "{system.textLine.underline}",
|
|
2056
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2057
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2058
2058
|
},
|
|
2059
2059
|
{
|
|
2060
2060
|
"const": "{system.textLine.strikethrough}",
|
|
2061
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2062
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2063
2063
|
}
|
|
2064
2064
|
],
|
|
2065
2065
|
"$id": "#textLine"
|
|
@@ -2068,8 +2068,8 @@
|
|
|
2068
2068
|
"anyOf": [
|
|
2069
2069
|
{
|
|
2070
2070
|
"const": "{system.textLineStyle.solid}",
|
|
2071
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2072
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2071
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2073
2073
|
}
|
|
2074
2074
|
],
|
|
2075
2075
|
"$id": "#textLineStyle"
|
|
@@ -2078,23 +2078,23 @@
|
|
|
2078
2078
|
"anyOf": [
|
|
2079
2079
|
{
|
|
2080
2080
|
"const": "{system.position.bottom}",
|
|
2081
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2082
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2081
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2083
2083
|
},
|
|
2084
2084
|
{
|
|
2085
2085
|
"const": "{system.position.left}",
|
|
2086
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2087
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2086
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2087
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2088
2088
|
},
|
|
2089
2089
|
{
|
|
2090
2090
|
"const": "{system.position.right}",
|
|
2091
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2092
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2091
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2093
2093
|
},
|
|
2094
2094
|
{
|
|
2095
2095
|
"const": "{system.position.top}",
|
|
2096
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2097
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2096
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2097
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2098
2098
|
}
|
|
2099
2099
|
],
|
|
2100
2100
|
"$id": "#position"
|
|
@@ -2103,18 +2103,18 @@
|
|
|
2103
2103
|
"anyOf": [
|
|
2104
2104
|
{
|
|
2105
2105
|
"const": "{system.direction.column}",
|
|
2106
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2107
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2106
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2107
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2108
2108
|
},
|
|
2109
2109
|
{
|
|
2110
2110
|
"const": "{system.direction.row}",
|
|
2111
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2112
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2111
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2113
2113
|
},
|
|
2114
2114
|
{
|
|
2115
2115
|
"const": "{system.direction.rowReverse}",
|
|
2116
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2117
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2116
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2117
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2118
2118
|
}
|
|
2119
2119
|
],
|
|
2120
2120
|
"$id": "#direction"
|
|
@@ -2123,13 +2123,13 @@
|
|
|
2123
2123
|
"anyOf": [
|
|
2124
2124
|
{
|
|
2125
2125
|
"const": "{system.show.true}",
|
|
2126
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2127
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2126
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2127
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2128
2128
|
},
|
|
2129
2129
|
{
|
|
2130
2130
|
"const": "{system.show.false}",
|
|
2131
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2132
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2131
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2133
2133
|
}
|
|
2134
2134
|
],
|
|
2135
2135
|
"$id": "#show"
|
|
@@ -2138,13 +2138,13 @@
|
|
|
2138
2138
|
"anyOf": [
|
|
2139
2139
|
{
|
|
2140
2140
|
"const": "{system.borderStyle.none}",
|
|
2141
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2142
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2141
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2142
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2143
2143
|
},
|
|
2144
2144
|
{
|
|
2145
2145
|
"const": "{system.borderStyle.solid}",
|
|
2146
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2147
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2146
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2148
2148
|
}
|
|
2149
2149
|
],
|
|
2150
2150
|
"$id": "#borderStyle"
|
|
@@ -2153,18 +2153,18 @@
|
|
|
2153
2153
|
"anyOf": [
|
|
2154
2154
|
{
|
|
2155
2155
|
"const": "{system.verticalAlign.top}",
|
|
2156
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2157
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2156
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2157
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2158
2158
|
},
|
|
2159
2159
|
{
|
|
2160
2160
|
"const": "{system.verticalAlign.middle}",
|
|
2161
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2162
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2161
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2162
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2163
2163
|
},
|
|
2164
2164
|
{
|
|
2165
2165
|
"const": "{system.verticalAlign.baseline}",
|
|
2166
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2167
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2166
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2168
2168
|
}
|
|
2169
2169
|
],
|
|
2170
2170
|
"$id": "#verticalAlign"
|
|
@@ -2173,18 +2173,18 @@
|
|
|
2173
2173
|
"anyOf": [
|
|
2174
2174
|
{
|
|
2175
2175
|
"const": "{system.iconScale.scale1}",
|
|
2176
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2177
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2176
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2177
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2178
2178
|
},
|
|
2179
2179
|
{
|
|
2180
2180
|
"const": "{system.iconScale.scale1_10}",
|
|
2181
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2182
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2181
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2182
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2183
2183
|
},
|
|
2184
2184
|
{
|
|
2185
2185
|
"const": "{system.iconScale.scale1_25}",
|
|
2186
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2187
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2186
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2187
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2188
2188
|
}
|
|
2189
2189
|
],
|
|
2190
2190
|
"$id": "#iconScale"
|
|
@@ -2193,18 +2193,18 @@
|
|
|
2193
2193
|
"anyOf": [
|
|
2194
2194
|
{
|
|
2195
2195
|
"const": "{system.textAlign.left}",
|
|
2196
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2197
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2196
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2197
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2198
2198
|
},
|
|
2199
2199
|
{
|
|
2200
2200
|
"const": "{system.textAlign.center}",
|
|
2201
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2202
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2201
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2202
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2203
2203
|
},
|
|
2204
2204
|
{
|
|
2205
2205
|
"const": "{system.textAlign.right}",
|
|
2206
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2207
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2206
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2207
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2208
2208
|
}
|
|
2209
2209
|
],
|
|
2210
2210
|
"$id": "#textAlign"
|
|
@@ -2213,13 +2213,13 @@
|
|
|
2213
2213
|
"anyOf": [
|
|
2214
2214
|
{
|
|
2215
2215
|
"const": "{system.textTransform.none}",
|
|
2216
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2217
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2216
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2217
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2218
2218
|
},
|
|
2219
2219
|
{
|
|
2220
2220
|
"const": "{system.textTransform.uppercase}",
|
|
2221
|
-
"description": "@telus-uds/system-tokens/v1.0
|
|
2222
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.0
|
|
2221
|
+
"description": "@telus-uds/system-tokens/v1.1.0 system react-native tokens ⚙️",
|
|
2222
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.1.0` **system** tokens ⚙️"
|
|
2223
2223
|
}
|
|
2224
2224
|
],
|
|
2225
2225
|
"$id": "#textTransform"
|
|
@@ -5728,6 +5728,9 @@
|
|
|
5728
5728
|
"currencySymbolFontWeight": {
|
|
5729
5729
|
"$ref": "#fontWeight"
|
|
5730
5730
|
},
|
|
5731
|
+
"currencySymbolPaddingTop": {
|
|
5732
|
+
"$ref": "#size"
|
|
5733
|
+
},
|
|
5731
5734
|
"amountFontSize": {
|
|
5732
5735
|
"$ref": "#fontSize"
|
|
5733
5736
|
},
|
|
@@ -5755,6 +5758,9 @@
|
|
|
5755
5758
|
"centsFontWeight": {
|
|
5756
5759
|
"$ref": "#fontWeight"
|
|
5757
5760
|
},
|
|
5761
|
+
"centsPaddingTop": {
|
|
5762
|
+
"$ref": "#size"
|
|
5763
|
+
},
|
|
5758
5764
|
"topTextFontName": {
|
|
5759
5765
|
"$ref": "#fontName"
|
|
5760
5766
|
},
|
|
@@ -5818,6 +5824,7 @@
|
|
|
5818
5824
|
"currencySymbolLineHeight",
|
|
5819
5825
|
"currencySymbolFontName",
|
|
5820
5826
|
"currencySymbolFontWeight",
|
|
5827
|
+
"currencySymbolPaddingTop",
|
|
5821
5828
|
"amountFontSize",
|
|
5822
5829
|
"amountLineHeight",
|
|
5823
5830
|
"amountLetterSpacing",
|
|
@@ -5827,6 +5834,7 @@
|
|
|
5827
5834
|
"centsLineHeight",
|
|
5828
5835
|
"centsFontName",
|
|
5829
5836
|
"centsFontWeight",
|
|
5837
|
+
"centsPaddingTop",
|
|
5830
5838
|
"topTextFontName",
|
|
5831
5839
|
"topTextFontWeight",
|
|
5832
5840
|
"rateFontSize",
|
|
@@ -5914,6 +5922,9 @@
|
|
|
5914
5922
|
"currencySymbolFontWeight": {
|
|
5915
5923
|
"$ref": "#fontWeight"
|
|
5916
5924
|
},
|
|
5925
|
+
"currencySymbolPaddingTop": {
|
|
5926
|
+
"$ref": "#size"
|
|
5927
|
+
},
|
|
5917
5928
|
"amountFontSize": {
|
|
5918
5929
|
"$ref": "#fontSize"
|
|
5919
5930
|
},
|
|
@@ -5941,6 +5952,9 @@
|
|
|
5941
5952
|
"centsFontWeight": {
|
|
5942
5953
|
"$ref": "#fontWeight"
|
|
5943
5954
|
},
|
|
5955
|
+
"centsPaddingTop": {
|
|
5956
|
+
"$ref": "#size"
|
|
5957
|
+
},
|
|
5944
5958
|
"topTextFontName": {
|
|
5945
5959
|
"$ref": "#fontName"
|
|
5946
5960
|
},
|
|
@@ -13080,6 +13094,15 @@
|
|
|
13080
13094
|
"buttonDirection": {
|
|
13081
13095
|
"$ref": "#direction"
|
|
13082
13096
|
},
|
|
13097
|
+
"buttonIconSize": {
|
|
13098
|
+
"$ref": "#size"
|
|
13099
|
+
},
|
|
13100
|
+
"buttonIconPadding": {
|
|
13101
|
+
"$ref": "#size"
|
|
13102
|
+
},
|
|
13103
|
+
"buttonBorderColor": {
|
|
13104
|
+
"$ref": "#color"
|
|
13105
|
+
},
|
|
13083
13106
|
"contentMarginBottom": {
|
|
13084
13107
|
"$ref": "#size"
|
|
13085
13108
|
},
|
|
@@ -13113,6 +13136,33 @@
|
|
|
13113
13136
|
"headerLineHeight": {
|
|
13114
13137
|
"$ref": "#lineHeight"
|
|
13115
13138
|
},
|
|
13139
|
+
"labelFontSize": {
|
|
13140
|
+
"$ref": "#fontSize"
|
|
13141
|
+
},
|
|
13142
|
+
"labelFontName": {
|
|
13143
|
+
"$ref": "#fontName"
|
|
13144
|
+
},
|
|
13145
|
+
"labelFontWeight": {
|
|
13146
|
+
"$ref": "#fontWeight"
|
|
13147
|
+
},
|
|
13148
|
+
"labelLineHeight": {
|
|
13149
|
+
"$ref": "#lineHeight"
|
|
13150
|
+
},
|
|
13151
|
+
"labelColor": {
|
|
13152
|
+
"$ref": "#color"
|
|
13153
|
+
},
|
|
13154
|
+
"labelPaddingLeft": {
|
|
13155
|
+
"$ref": "#size"
|
|
13156
|
+
},
|
|
13157
|
+
"labelPaddingRight": {
|
|
13158
|
+
"$ref": "#size"
|
|
13159
|
+
},
|
|
13160
|
+
"labelPaddingTop": {
|
|
13161
|
+
"$ref": "#size"
|
|
13162
|
+
},
|
|
13163
|
+
"labelPaddingBottom": {
|
|
13164
|
+
"$ref": "#size"
|
|
13165
|
+
},
|
|
13116
13166
|
"maxHeightSize": {
|
|
13117
13167
|
"$ref": "#size"
|
|
13118
13168
|
},
|
|
@@ -13140,6 +13190,9 @@
|
|
|
13140
13190
|
},
|
|
13141
13191
|
"required": [
|
|
13142
13192
|
"buttonDirection",
|
|
13193
|
+
"buttonIconSize",
|
|
13194
|
+
"buttonIconPadding",
|
|
13195
|
+
"buttonBorderColor",
|
|
13143
13196
|
"contentMarginBottom",
|
|
13144
13197
|
"contentMarginLeft",
|
|
13145
13198
|
"contentMarginRight",
|
|
@@ -13151,6 +13204,15 @@
|
|
|
13151
13204
|
"headerFontSize",
|
|
13152
13205
|
"headerFontWeight",
|
|
13153
13206
|
"headerLineHeight",
|
|
13207
|
+
"labelFontSize",
|
|
13208
|
+
"labelFontName",
|
|
13209
|
+
"labelFontWeight",
|
|
13210
|
+
"labelLineHeight",
|
|
13211
|
+
"labelColor",
|
|
13212
|
+
"labelPaddingLeft",
|
|
13213
|
+
"labelPaddingRight",
|
|
13214
|
+
"labelPaddingTop",
|
|
13215
|
+
"labelPaddingBottom",
|
|
13154
13216
|
"maxHeightSize",
|
|
13155
13217
|
"maxWidthSize",
|
|
13156
13218
|
"minHeight",
|
|
@@ -13178,6 +13240,15 @@
|
|
|
13178
13240
|
"buttonDirection": {
|
|
13179
13241
|
"$ref": "#direction"
|
|
13180
13242
|
},
|
|
13243
|
+
"buttonIconSize": {
|
|
13244
|
+
"$ref": "#size"
|
|
13245
|
+
},
|
|
13246
|
+
"buttonIconPadding": {
|
|
13247
|
+
"$ref": "#size"
|
|
13248
|
+
},
|
|
13249
|
+
"buttonBorderColor": {
|
|
13250
|
+
"$ref": "#color"
|
|
13251
|
+
},
|
|
13181
13252
|
"contentMarginBottom": {
|
|
13182
13253
|
"$ref": "#size"
|
|
13183
13254
|
},
|
|
@@ -13211,6 +13282,33 @@
|
|
|
13211
13282
|
"headerLineHeight": {
|
|
13212
13283
|
"$ref": "#lineHeight"
|
|
13213
13284
|
},
|
|
13285
|
+
"labelFontSize": {
|
|
13286
|
+
"$ref": "#fontSize"
|
|
13287
|
+
},
|
|
13288
|
+
"labelFontName": {
|
|
13289
|
+
"$ref": "#fontName"
|
|
13290
|
+
},
|
|
13291
|
+
"labelFontWeight": {
|
|
13292
|
+
"$ref": "#fontWeight"
|
|
13293
|
+
},
|
|
13294
|
+
"labelLineHeight": {
|
|
13295
|
+
"$ref": "#lineHeight"
|
|
13296
|
+
},
|
|
13297
|
+
"labelColor": {
|
|
13298
|
+
"$ref": "#color"
|
|
13299
|
+
},
|
|
13300
|
+
"labelPaddingLeft": {
|
|
13301
|
+
"$ref": "#size"
|
|
13302
|
+
},
|
|
13303
|
+
"labelPaddingRight": {
|
|
13304
|
+
"$ref": "#size"
|
|
13305
|
+
},
|
|
13306
|
+
"labelPaddingTop": {
|
|
13307
|
+
"$ref": "#size"
|
|
13308
|
+
},
|
|
13309
|
+
"labelPaddingBottom": {
|
|
13310
|
+
"$ref": "#size"
|
|
13311
|
+
},
|
|
13214
13312
|
"maxHeightSize": {
|
|
13215
13313
|
"$ref": "#size"
|
|
13216
13314
|
},
|
|
@@ -16596,6 +16694,15 @@
|
|
|
16596
16694
|
},
|
|
16597
16695
|
"submitButtonIcon": {
|
|
16598
16696
|
"$ref": "#icon"
|
|
16697
|
+
},
|
|
16698
|
+
"iconLeftColor": {
|
|
16699
|
+
"$ref": "#color"
|
|
16700
|
+
},
|
|
16701
|
+
"iconLeftSize": {
|
|
16702
|
+
"$ref": "#size"
|
|
16703
|
+
},
|
|
16704
|
+
"mobileBorderWidth": {
|
|
16705
|
+
"$ref": "#border"
|
|
16599
16706
|
}
|
|
16600
16707
|
},
|
|
16601
16708
|
"required": [
|
|
@@ -16619,7 +16726,10 @@
|
|
|
16619
16726
|
"placeholderColor",
|
|
16620
16727
|
"buttonsGap",
|
|
16621
16728
|
"clearButtonIcon",
|
|
16622
|
-
"submitButtonIcon"
|
|
16729
|
+
"submitButtonIcon",
|
|
16730
|
+
"iconLeftColor",
|
|
16731
|
+
"iconLeftSize",
|
|
16732
|
+
"mobileBorderWidth"
|
|
16623
16733
|
]
|
|
16624
16734
|
},
|
|
16625
16735
|
"rules": {
|
|
@@ -16698,6 +16808,15 @@
|
|
|
16698
16808
|
},
|
|
16699
16809
|
"submitButtonIcon": {
|
|
16700
16810
|
"$ref": "#icon"
|
|
16811
|
+
},
|
|
16812
|
+
"iconLeftColor": {
|
|
16813
|
+
"$ref": "#color"
|
|
16814
|
+
},
|
|
16815
|
+
"iconLeftSize": {
|
|
16816
|
+
"$ref": "#size"
|
|
16817
|
+
},
|
|
16818
|
+
"mobileBorderWidth": {
|
|
16819
|
+
"$ref": "#border"
|
|
16701
16820
|
}
|
|
16702
16821
|
}
|
|
16703
16822
|
},
|
|
@@ -16746,6 +16865,9 @@
|
|
|
16746
16865
|
"backgroundColor": {
|
|
16747
16866
|
"$ref": "#color"
|
|
16748
16867
|
},
|
|
16868
|
+
"mobileBackgroundColor": {
|
|
16869
|
+
"$ref": "#color"
|
|
16870
|
+
},
|
|
16749
16871
|
"opacity": {
|
|
16750
16872
|
"$ref": "#opacity"
|
|
16751
16873
|
},
|
|
@@ -16776,6 +16898,7 @@
|
|
|
16776
16898
|
"borderWidth",
|
|
16777
16899
|
"borderRadius",
|
|
16778
16900
|
"backgroundColor",
|
|
16901
|
+
"mobileBackgroundColor",
|
|
16779
16902
|
"opacity",
|
|
16780
16903
|
"paddingLeft",
|
|
16781
16904
|
"paddingRight",
|
|
@@ -16812,6 +16935,9 @@
|
|
|
16812
16935
|
"backgroundColor": {
|
|
16813
16936
|
"$ref": "#color"
|
|
16814
16937
|
},
|
|
16938
|
+
"mobileBackgroundColor": {
|
|
16939
|
+
"$ref": "#color"
|
|
16940
|
+
},
|
|
16815
16941
|
"opacity": {
|
|
16816
16942
|
"$ref": "#opacity"
|
|
16817
16943
|
},
|
|
@@ -20068,6 +20194,12 @@
|
|
|
20068
20194
|
"leftIconPaddingBottom": {
|
|
20069
20195
|
"$ref": "#size"
|
|
20070
20196
|
},
|
|
20197
|
+
"iconLeftPaddingBottom": {
|
|
20198
|
+
"$ref": "#size"
|
|
20199
|
+
},
|
|
20200
|
+
"iconLeftGap": {
|
|
20201
|
+
"$ref": "#size"
|
|
20202
|
+
},
|
|
20071
20203
|
"lineHeight": {
|
|
20072
20204
|
"$ref": "#lineHeight"
|
|
20073
20205
|
},
|
|
@@ -20116,6 +20248,8 @@
|
|
|
20116
20248
|
"fontWeight",
|
|
20117
20249
|
"fontSize",
|
|
20118
20250
|
"leftIconPaddingBottom",
|
|
20251
|
+
"iconLeftPaddingBottom",
|
|
20252
|
+
"iconLeftGap",
|
|
20119
20253
|
"lineHeight",
|
|
20120
20254
|
"icon",
|
|
20121
20255
|
"iconSize",
|
|
@@ -20206,6 +20340,12 @@
|
|
|
20206
20340
|
"leftIconPaddingBottom": {
|
|
20207
20341
|
"$ref": "#size"
|
|
20208
20342
|
},
|
|
20343
|
+
"iconLeftPaddingBottom": {
|
|
20344
|
+
"$ref": "#size"
|
|
20345
|
+
},
|
|
20346
|
+
"iconLeftGap": {
|
|
20347
|
+
"$ref": "#size"
|
|
20348
|
+
},
|
|
20209
20349
|
"lineHeight": {
|
|
20210
20350
|
"$ref": "#lineHeight"
|
|
20211
20351
|
},
|