@telus-uds/theme-koodo 5.18.0 → 5.20.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/ButtonDropdown.json +3 -3
- package/build/android/ButtonGroup.json +31 -0
- package/build/android/ButtonGroupItem.json +67 -0
- package/build/android/Card.json +15 -1
- package/build/android/FileUpload.json +65 -0
- package/build/android/Icon.json +3 -3
- package/build/android/Image.json +1 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Select.json +12 -0
- package/build/android/Status.json +1 -0
- package/build/android/Tooltip.json +6 -6
- package/build/android/schema.json +1013 -728
- package/build/android/theme.json +213 -17
- package/build/ios/ButtonDropdown.json +3 -3
- package/build/ios/ButtonGroup.json +31 -0
- package/build/ios/ButtonGroupItem.json +67 -0
- package/build/ios/Card.json +15 -1
- package/build/ios/FileUpload.json +65 -0
- package/build/ios/Icon.json +3 -3
- package/build/ios/Image.json +1 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Select.json +12 -0
- package/build/ios/Status.json +1 -0
- package/build/ios/Tooltip.json +6 -6
- package/build/ios/schema.json +1013 -728
- package/build/ios/theme.json +213 -17
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +2 -2
- package/build/rn/ButtonGroup.js +20 -2
- package/build/rn/ButtonGroupItem.js +52 -2
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +6 -2
- 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/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 +34 -0
- 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 +2 -2
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +2 -2
- 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 +9 -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 +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +5 -2
- 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 +2 -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 +3 -3
- 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 +1013 -728
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +128 -12
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +2 -2
- package/build/web/ButtonGroup.js +20 -2
- package/build/web/ButtonGroupItem.js +52 -2
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +6 -2
- 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/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 +34 -0
- 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 +2 -2
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +2 -2
- 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 +9 -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 +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +5 -2
- 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 +2 -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 +3 -3
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +2 -1
- package/build/web/schema.json +1013 -728
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +128 -12
- package/package.json +4 -4
- package/theme.json +161 -8
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"{appearances.Select.hover}",
|
|
146
146
|
"{appearances.Select.focus}",
|
|
147
147
|
"{appearances.Select.inactive}",
|
|
148
|
+
"{appearances.Select.active}",
|
|
148
149
|
"{appearances.SideNavItem.active}",
|
|
149
150
|
"{appearances.SideNavItem.type}",
|
|
150
151
|
"{appearances.SideNavItem.expanded}",
|
|
@@ -241,38 +242,38 @@
|
|
|
241
242
|
"anyOf": [
|
|
242
243
|
{
|
|
243
244
|
"const": "{palette.border.border1}",
|
|
244
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
245
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
245
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
246
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
246
247
|
},
|
|
247
248
|
{
|
|
248
249
|
"const": "{palette.border.border2}",
|
|
249
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
250
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
250
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
251
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
251
252
|
},
|
|
252
253
|
{
|
|
253
254
|
"const": "{palette.border.border3}",
|
|
254
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
255
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
255
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
256
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
256
257
|
},
|
|
257
258
|
{
|
|
258
259
|
"const": "{palette.border.border4}",
|
|
259
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
260
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
260
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
261
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
261
262
|
},
|
|
262
263
|
{
|
|
263
264
|
"const": "{palette.border.none}",
|
|
264
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
265
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
265
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
266
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
266
267
|
},
|
|
267
268
|
{
|
|
268
269
|
"const": "{system.border.zero}",
|
|
269
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
270
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
270
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
271
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
271
272
|
},
|
|
272
273
|
{
|
|
273
274
|
"const": "{system.border.none}",
|
|
274
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
275
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
275
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
276
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
276
277
|
}
|
|
277
278
|
],
|
|
278
279
|
"$id": "#border"
|
|
@@ -281,268 +282,268 @@
|
|
|
281
282
|
"anyOf": [
|
|
282
283
|
{
|
|
283
284
|
"const": "{palette.color.amaranth}",
|
|
284
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
285
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
285
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
286
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
286
287
|
},
|
|
287
288
|
{
|
|
288
289
|
"const": "{palette.color.bilbao}",
|
|
289
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
290
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
290
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
291
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
291
292
|
},
|
|
292
293
|
{
|
|
293
294
|
"const": "{palette.color.black}",
|
|
294
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
295
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
295
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlack",
|
|
296
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlack"
|
|
296
297
|
},
|
|
297
298
|
{
|
|
298
299
|
"const": "{palette.color.blackLight}",
|
|
299
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
300
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
300
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlack Light",
|
|
301
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlack Light"
|
|
301
302
|
},
|
|
302
303
|
{
|
|
303
304
|
"const": "{palette.color.blue}",
|
|
304
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
305
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
305
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlue",
|
|
306
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlue"
|
|
306
307
|
},
|
|
307
308
|
{
|
|
308
309
|
"const": "{palette.color.blueDark}",
|
|
309
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
310
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
310
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlue Dark",
|
|
311
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlue Dark"
|
|
311
312
|
},
|
|
312
313
|
{
|
|
313
314
|
"const": "{palette.color.blueLight}",
|
|
314
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
315
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
315
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlue Light",
|
|
316
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlue Light"
|
|
316
317
|
},
|
|
317
318
|
{
|
|
318
319
|
"const": "{palette.color.caution}",
|
|
319
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
320
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
320
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nCaution",
|
|
321
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nCaution"
|
|
321
322
|
},
|
|
322
323
|
{
|
|
323
324
|
"const": "{palette.color.cautionLight}",
|
|
324
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
325
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
325
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nCaution Light",
|
|
326
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nCaution Light"
|
|
326
327
|
},
|
|
327
328
|
{
|
|
328
329
|
"const": "{palette.color.danger}",
|
|
329
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
330
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
330
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDanger",
|
|
331
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDanger"
|
|
331
332
|
},
|
|
332
333
|
{
|
|
333
334
|
"const": "{palette.color.dangerLight}",
|
|
334
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
335
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
335
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDanger Light",
|
|
336
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDanger Light"
|
|
336
337
|
},
|
|
337
338
|
{
|
|
338
339
|
"const": "{palette.color.dangerMid}",
|
|
339
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
340
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
340
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDanger Mid",
|
|
341
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDanger Mid"
|
|
341
342
|
},
|
|
342
343
|
{
|
|
343
344
|
"const": "{palette.color.dark10}",
|
|
344
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
345
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
345
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 10%",
|
|
346
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
346
347
|
},
|
|
347
348
|
{
|
|
348
349
|
"const": "{palette.color.dark20}",
|
|
349
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
350
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
350
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 20%",
|
|
351
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
351
352
|
},
|
|
352
353
|
{
|
|
353
354
|
"const": "{palette.color.dark40}",
|
|
354
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
355
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
355
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 40%",
|
|
356
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
356
357
|
},
|
|
357
358
|
{
|
|
358
359
|
"const": "{palette.color.dark5}",
|
|
359
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
360
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
360
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 5%",
|
|
361
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
361
362
|
},
|
|
362
363
|
{
|
|
363
364
|
"const": "{palette.color.dark60}",
|
|
364
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
365
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
365
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 60%",
|
|
366
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
366
367
|
},
|
|
367
368
|
{
|
|
368
369
|
"const": "{palette.color.dark80}",
|
|
369
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
370
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
370
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 80%",
|
|
371
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
371
372
|
},
|
|
372
373
|
{
|
|
373
374
|
"const": "{palette.color.dark97}",
|
|
374
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
375
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
375
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDark 97%",
|
|
376
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
376
377
|
},
|
|
377
378
|
{
|
|
378
379
|
"const": "{palette.color.dove}",
|
|
379
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
380
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
380
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nDove",
|
|
381
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nDove"
|
|
381
382
|
},
|
|
382
383
|
{
|
|
383
384
|
"const": "{palette.color.flirt}",
|
|
384
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
385
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
385
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
386
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
386
387
|
},
|
|
387
388
|
{
|
|
388
389
|
"const": "{palette.color.gallery}",
|
|
389
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
390
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
390
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nGallery",
|
|
391
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nGallery"
|
|
391
392
|
},
|
|
392
393
|
{
|
|
393
394
|
"const": "{palette.color.green}",
|
|
394
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
395
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
395
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nGreen",
|
|
396
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nGreen"
|
|
396
397
|
},
|
|
397
398
|
{
|
|
398
399
|
"const": "{palette.color.greenDark}",
|
|
399
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
400
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
400
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nGreen Dark",
|
|
401
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nGreen Dark"
|
|
401
402
|
},
|
|
402
403
|
{
|
|
403
404
|
"const": "{palette.color.greenLight}",
|
|
404
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
405
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
405
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nGreen Light",
|
|
406
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nGreen Light"
|
|
406
407
|
},
|
|
407
408
|
{
|
|
408
409
|
"const": "{palette.color.greyLight}",
|
|
409
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
410
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
410
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
411
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
411
412
|
},
|
|
412
413
|
{
|
|
413
414
|
"const": "{palette.color.greyMystic}",
|
|
414
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
415
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
415
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nMystic Grey",
|
|
416
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
416
417
|
},
|
|
417
418
|
{
|
|
418
419
|
"const": "{palette.color.light10}",
|
|
419
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
420
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
420
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 10%",
|
|
421
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
421
422
|
},
|
|
422
423
|
{
|
|
423
424
|
"const": "{palette.color.light20}",
|
|
424
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
425
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
425
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 20%",
|
|
426
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
426
427
|
},
|
|
427
428
|
{
|
|
428
429
|
"const": "{palette.color.light40}",
|
|
429
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
430
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
430
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 40%",
|
|
431
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
431
432
|
},
|
|
432
433
|
{
|
|
433
434
|
"const": "{palette.color.light60}",
|
|
434
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
435
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
435
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 60%",
|
|
436
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
436
437
|
},
|
|
437
438
|
{
|
|
438
439
|
"const": "{palette.color.light80}",
|
|
439
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
440
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
440
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 80%",
|
|
441
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
441
442
|
},
|
|
442
443
|
{
|
|
443
444
|
"const": "{palette.color.light97}",
|
|
444
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
445
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
445
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nLight 97%",
|
|
446
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
446
447
|
},
|
|
447
448
|
{
|
|
448
449
|
"const": "{palette.color.mortar}",
|
|
449
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
450
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
450
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nMortar",
|
|
451
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nMortar"
|
|
451
452
|
},
|
|
452
453
|
{
|
|
453
454
|
"const": "{palette.color.mosque}",
|
|
454
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
455
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
455
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
456
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
456
457
|
},
|
|
457
458
|
{
|
|
458
459
|
"const": "{palette.color.orange}",
|
|
459
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
460
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
460
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nOrange",
|
|
461
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nOrange"
|
|
461
462
|
},
|
|
462
463
|
{
|
|
463
464
|
"const": "{palette.color.orangeDark}",
|
|
464
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
465
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
465
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nOrange Dark",
|
|
466
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nOrange Dark"
|
|
466
467
|
},
|
|
467
468
|
{
|
|
468
469
|
"const": "{palette.color.orangeLight}",
|
|
469
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
470
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
470
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nOrange Light",
|
|
471
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nOrange Light"
|
|
471
472
|
},
|
|
472
473
|
{
|
|
473
474
|
"const": "{palette.color.pink}",
|
|
474
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
475
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
475
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPink",
|
|
476
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPink"
|
|
476
477
|
},
|
|
477
478
|
{
|
|
478
479
|
"const": "{palette.color.pinkDark}",
|
|
479
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
480
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
480
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPink Dark",
|
|
481
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPink Dark"
|
|
481
482
|
},
|
|
482
483
|
{
|
|
483
484
|
"const": "{palette.color.pinkLight}",
|
|
484
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
485
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
485
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPink Light",
|
|
486
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPink Light"
|
|
486
487
|
},
|
|
487
488
|
{
|
|
488
489
|
"const": "{palette.color.purple}",
|
|
489
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
490
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
490
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPurple",
|
|
491
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPurple"
|
|
491
492
|
},
|
|
492
493
|
{
|
|
493
494
|
"const": "{palette.color.purpleDark}",
|
|
494
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
495
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
495
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPurple Dark",
|
|
496
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPurple Dark"
|
|
496
497
|
},
|
|
497
498
|
{
|
|
498
499
|
"const": "{palette.color.purpleLight}",
|
|
499
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
500
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
500
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nPurple Light",
|
|
501
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
501
502
|
},
|
|
502
503
|
{
|
|
503
504
|
"const": "{palette.color.silver}",
|
|
504
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
505
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
505
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nSilver",
|
|
506
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nSilver"
|
|
506
507
|
},
|
|
507
508
|
{
|
|
508
509
|
"const": "{palette.color.silverDark}",
|
|
509
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
510
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
510
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
511
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
511
512
|
},
|
|
512
513
|
{
|
|
513
514
|
"const": "{palette.color.success}",
|
|
514
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
515
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
515
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nSuccess",
|
|
516
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nSuccess"
|
|
516
517
|
},
|
|
517
518
|
{
|
|
518
519
|
"const": "{palette.color.successLight}",
|
|
519
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
520
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
520
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nSuccess Light",
|
|
521
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nSuccess Light"
|
|
521
522
|
},
|
|
522
523
|
{
|
|
523
524
|
"const": "{palette.color.transparent}",
|
|
524
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
525
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
525
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
526
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
526
527
|
},
|
|
527
528
|
{
|
|
528
529
|
"const": "{palette.color.trinidad}",
|
|
529
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
530
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
530
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
531
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
531
532
|
},
|
|
532
533
|
{
|
|
533
534
|
"const": "{palette.color.white}",
|
|
534
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
535
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
535
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
536
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
536
537
|
},
|
|
537
538
|
{
|
|
538
539
|
"const": "{system.color.transparent}",
|
|
539
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
540
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
540
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
541
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
541
542
|
},
|
|
542
543
|
{
|
|
543
544
|
"const": "{system.color.none}",
|
|
544
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
545
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
545
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
546
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
546
547
|
}
|
|
547
548
|
],
|
|
548
549
|
"$id": "#color"
|
|
@@ -551,18 +552,18 @@
|
|
|
551
552
|
"anyOf": [
|
|
552
553
|
{
|
|
553
554
|
"const": "{palette.duration.duration250}",
|
|
554
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
555
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
555
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
556
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
556
557
|
},
|
|
557
558
|
{
|
|
558
559
|
"const": "{palette.duration.duration300}",
|
|
559
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
560
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
560
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
561
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
561
562
|
},
|
|
562
563
|
{
|
|
563
564
|
"const": "{system.duration.zero}",
|
|
564
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
565
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
565
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
566
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
566
567
|
}
|
|
567
568
|
],
|
|
568
569
|
"$id": "#duration"
|
|
@@ -571,113 +572,113 @@
|
|
|
571
572
|
"anyOf": [
|
|
572
573
|
{
|
|
573
574
|
"const": "{palette.fontSize.size12}",
|
|
574
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
575
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
575
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
576
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
576
577
|
},
|
|
577
578
|
{
|
|
578
579
|
"const": "{palette.fontSize.size14}",
|
|
579
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
580
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
580
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
581
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
581
582
|
},
|
|
582
583
|
{
|
|
583
584
|
"const": "{palette.fontSize.size15}",
|
|
584
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
585
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
585
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
586
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
586
587
|
},
|
|
587
588
|
{
|
|
588
589
|
"const": "{palette.fontSize.size16}",
|
|
589
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
590
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
590
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
591
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
591
592
|
},
|
|
592
593
|
{
|
|
593
594
|
"const": "{palette.fontSize.size18}",
|
|
594
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
595
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
595
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
596
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
596
597
|
},
|
|
597
598
|
{
|
|
598
599
|
"const": "{palette.fontSize.size2}",
|
|
599
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
600
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
600
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
601
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
601
602
|
},
|
|
602
603
|
{
|
|
603
604
|
"const": "{palette.fontSize.size20}",
|
|
604
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
605
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
605
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
606
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
606
607
|
},
|
|
607
608
|
{
|
|
608
609
|
"const": "{palette.fontSize.size24}",
|
|
609
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
610
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
610
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
611
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
611
612
|
},
|
|
612
613
|
{
|
|
613
614
|
"const": "{palette.fontSize.size28}",
|
|
614
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
615
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
615
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
616
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
616
617
|
},
|
|
617
618
|
{
|
|
618
619
|
"const": "{palette.fontSize.size30}",
|
|
619
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
620
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
620
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
621
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
621
622
|
},
|
|
622
623
|
{
|
|
623
624
|
"const": "{palette.fontSize.size32}",
|
|
624
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
625
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
625
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
626
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
626
627
|
},
|
|
627
628
|
{
|
|
628
629
|
"const": "{palette.fontSize.size34}",
|
|
629
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
630
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
630
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
631
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
631
632
|
},
|
|
632
633
|
{
|
|
633
634
|
"const": "{palette.fontSize.size36}",
|
|
634
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
635
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
635
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
636
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
636
637
|
},
|
|
637
638
|
{
|
|
638
639
|
"const": "{palette.fontSize.size40}",
|
|
639
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
640
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
640
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
641
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
641
642
|
},
|
|
642
643
|
{
|
|
643
644
|
"const": "{palette.fontSize.size44}",
|
|
644
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
645
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
645
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
646
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
646
647
|
},
|
|
647
648
|
{
|
|
648
649
|
"const": "{palette.fontSize.size48}",
|
|
649
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
650
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
650
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
651
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
"const": "{palette.fontSize.size54}",
|
|
654
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
655
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
655
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
656
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
656
657
|
},
|
|
657
658
|
{
|
|
658
659
|
"const": "{palette.fontSize.size56}",
|
|
659
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
660
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
660
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
661
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
661
662
|
},
|
|
662
663
|
{
|
|
663
664
|
"const": "{palette.fontSize.size64}",
|
|
664
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
665
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
665
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
666
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
666
667
|
},
|
|
667
668
|
{
|
|
668
669
|
"const": "{palette.fontSize.size70}",
|
|
669
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
670
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
670
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
671
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
671
672
|
},
|
|
672
673
|
{
|
|
673
674
|
"const": "{palette.fontSize.size72}",
|
|
674
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
675
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
675
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
676
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
676
677
|
},
|
|
677
678
|
{
|
|
678
679
|
"const": "{system.fontSize.none}",
|
|
679
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
680
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
680
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
681
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
681
682
|
}
|
|
682
683
|
],
|
|
683
684
|
"$id": "#fontSize"
|
|
@@ -686,13 +687,13 @@
|
|
|
686
687
|
"anyOf": [
|
|
687
688
|
{
|
|
688
689
|
"const": "{palette.gradient.blackSolid}",
|
|
689
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
690
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
690
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nBlack solid Gradient",
|
|
691
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nBlack solid Gradient"
|
|
691
692
|
},
|
|
692
693
|
{
|
|
693
694
|
"const": "{system.gradient.none}",
|
|
694
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
695
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
695
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
696
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
696
697
|
}
|
|
697
698
|
],
|
|
698
699
|
"$id": "#gradient"
|
|
@@ -701,493 +702,508 @@
|
|
|
701
702
|
"anyOf": [
|
|
702
703
|
{
|
|
703
704
|
"const": "{palette.icon.Add}",
|
|
704
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
705
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
705
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
706
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
706
707
|
},
|
|
707
708
|
{
|
|
708
709
|
"const": "{palette.icon.Amex}",
|
|
709
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
710
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
710
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
711
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
711
712
|
},
|
|
712
713
|
{
|
|
713
714
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
714
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
715
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
715
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
716
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
716
717
|
},
|
|
717
718
|
{
|
|
718
719
|
"const": "{palette.icon.ArrowLeft}",
|
|
719
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
720
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
720
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
721
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
721
722
|
},
|
|
722
723
|
{
|
|
723
724
|
"const": "{palette.icon.ArrowRight}",
|
|
724
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
725
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
725
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
726
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
726
727
|
},
|
|
727
728
|
{
|
|
728
729
|
"const": "{palette.icon.BoxOutline}",
|
|
729
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
730
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
730
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
731
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
731
732
|
},
|
|
732
733
|
{
|
|
733
734
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
734
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
735
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
735
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
736
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
736
737
|
},
|
|
737
738
|
{
|
|
738
739
|
"const": "{palette.icon.Bullet}",
|
|
739
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
740
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
740
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
741
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
741
742
|
},
|
|
742
743
|
{
|
|
743
744
|
"const": "{palette.icon.BulletFill}",
|
|
744
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
745
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
745
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
746
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
746
747
|
},
|
|
747
748
|
{
|
|
748
749
|
"const": "{palette.icon.Cart}",
|
|
749
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
750
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
750
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
751
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
751
752
|
},
|
|
752
753
|
{
|
|
753
754
|
"const": "{palette.icon.CartFilled}",
|
|
754
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
755
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
755
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
756
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
756
757
|
},
|
|
757
758
|
{
|
|
758
759
|
"const": "{palette.icon.Caution}",
|
|
759
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
760
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
760
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
761
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
761
762
|
},
|
|
762
763
|
{
|
|
763
764
|
"const": "{palette.icon.Check}",
|
|
764
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
765
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
765
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
766
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
766
767
|
},
|
|
767
768
|
{
|
|
768
769
|
"const": "{palette.icon.CheckCircle}",
|
|
769
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
770
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
770
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
771
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
771
772
|
},
|
|
772
773
|
{
|
|
773
774
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
774
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
775
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
775
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
776
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
776
777
|
},
|
|
777
778
|
{
|
|
778
779
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
779
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
780
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
780
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
781
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
781
782
|
},
|
|
782
783
|
{
|
|
783
784
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
784
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
785
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
785
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
786
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
786
787
|
},
|
|
787
788
|
{
|
|
788
789
|
"const": "{palette.icon.ChevronDown}",
|
|
789
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
790
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
790
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
791
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
791
792
|
},
|
|
792
793
|
{
|
|
793
794
|
"const": "{palette.icon.ChevronLeft}",
|
|
794
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
795
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
795
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
796
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
796
797
|
},
|
|
797
798
|
{
|
|
798
799
|
"const": "{palette.icon.ChevronRight}",
|
|
799
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
800
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
800
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
801
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
801
802
|
},
|
|
802
803
|
{
|
|
803
804
|
"const": "{palette.icon.ChevronUp}",
|
|
804
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
805
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
805
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
806
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
806
807
|
},
|
|
807
808
|
{
|
|
808
809
|
"const": "{palette.icon.CircledLine}",
|
|
809
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
810
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
810
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
811
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
811
812
|
},
|
|
812
813
|
{
|
|
813
814
|
"const": "{palette.icon.Clipboard}",
|
|
814
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
815
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
815
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
816
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
816
817
|
},
|
|
817
818
|
{
|
|
818
819
|
"const": "{palette.icon.Close}",
|
|
819
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
820
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
820
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
821
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
821
822
|
},
|
|
822
823
|
{
|
|
823
824
|
"const": "{palette.icon.ClosedCaptions}",
|
|
824
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
825
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
825
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
826
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
826
827
|
},
|
|
827
828
|
{
|
|
828
829
|
"const": "{palette.icon.Coaxial}",
|
|
829
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
830
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
830
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
831
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
831
832
|
},
|
|
832
833
|
{
|
|
833
834
|
"const": "{palette.icon.CreditCard}",
|
|
834
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
835
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
835
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
836
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
836
837
|
},
|
|
837
838
|
{
|
|
838
839
|
"const": "{palette.icon.DSL}",
|
|
839
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
840
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
840
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
841
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
841
842
|
},
|
|
842
843
|
{
|
|
843
844
|
"const": "{palette.icon.Devices}",
|
|
844
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
845
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
845
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
846
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
846
847
|
},
|
|
847
848
|
{
|
|
848
849
|
"const": "{palette.icon.Download}",
|
|
849
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
850
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
850
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
851
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
851
852
|
},
|
|
852
853
|
{
|
|
853
854
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
854
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
855
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
855
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
856
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
856
857
|
},
|
|
857
858
|
{
|
|
858
859
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
859
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
860
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
860
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
861
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
861
862
|
},
|
|
862
863
|
{
|
|
863
864
|
"const": "{palette.icon.Expand}",
|
|
864
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
865
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
865
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
866
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
866
867
|
},
|
|
867
868
|
{
|
|
868
869
|
"const": "{palette.icon.EyeClosed}",
|
|
869
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
870
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
870
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
871
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
871
872
|
},
|
|
872
873
|
{
|
|
873
874
|
"const": "{palette.icon.EyeMasked}",
|
|
874
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
875
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
875
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
876
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
876
877
|
},
|
|
877
878
|
{
|
|
878
879
|
"const": "{palette.icon.EyeOpened}",
|
|
879
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
880
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
880
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
881
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
881
882
|
},
|
|
882
883
|
{
|
|
883
884
|
"const": "{palette.icon.EyeUnmasked}",
|
|
884
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
885
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
885
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
886
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
886
887
|
},
|
|
887
888
|
{
|
|
888
889
|
"const": "{palette.icon.FullscreenExpand}",
|
|
889
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
890
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
890
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
891
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
891
892
|
},
|
|
892
893
|
{
|
|
893
894
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
894
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
895
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
895
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
896
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
896
897
|
},
|
|
897
898
|
{
|
|
898
899
|
"const": "{palette.icon.Gift}",
|
|
899
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
900
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
900
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
901
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
901
902
|
},
|
|
902
903
|
{
|
|
903
904
|
"const": "{palette.icon.Hamburger}",
|
|
904
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
905
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
905
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
906
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"const": "{palette.icon.IdCard}",
|
|
910
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
911
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
906
912
|
},
|
|
907
913
|
{
|
|
908
914
|
"const": "{palette.icon.IdTag}",
|
|
909
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
910
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
915
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
916
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
911
917
|
},
|
|
912
918
|
{
|
|
913
919
|
"const": "{palette.icon.Info}",
|
|
914
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
915
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
920
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
921
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
916
922
|
},
|
|
917
923
|
{
|
|
918
924
|
"const": "{palette.icon.InfoSelected}",
|
|
919
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
920
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
925
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
926
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
921
927
|
},
|
|
922
928
|
{
|
|
923
929
|
"const": "{palette.icon.InformationCircled}",
|
|
924
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
925
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
930
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
931
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
926
932
|
},
|
|
927
933
|
{
|
|
928
934
|
"const": "{palette.icon.InternetSpeed}",
|
|
929
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
930
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
935
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
936
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
931
937
|
},
|
|
932
938
|
{
|
|
933
939
|
"const": "{palette.icon.Kebab}",
|
|
934
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
935
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
940
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
941
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
936
942
|
},
|
|
937
943
|
{
|
|
938
944
|
"const": "{palette.icon.LeftCircle}",
|
|
939
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
940
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
945
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
946
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
941
947
|
},
|
|
942
948
|
{
|
|
943
949
|
"const": "{palette.icon.LinkExternal}",
|
|
944
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
945
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
950
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
951
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
946
952
|
},
|
|
947
953
|
{
|
|
948
954
|
"const": "{palette.icon.LocationMap}",
|
|
949
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
950
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
955
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
956
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
951
957
|
},
|
|
952
958
|
{
|
|
953
959
|
"const": "{palette.icon.LockFilled}",
|
|
954
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
955
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
960
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
961
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
956
962
|
},
|
|
957
963
|
{
|
|
958
964
|
"const": "{palette.icon.Maintenance}",
|
|
959
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
960
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
965
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
966
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
961
967
|
},
|
|
962
968
|
{
|
|
963
969
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
964
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
965
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
970
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
971
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
966
972
|
},
|
|
967
973
|
{
|
|
968
974
|
"const": "{palette.icon.MasterCard}",
|
|
969
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
970
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
975
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
976
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
971
977
|
},
|
|
972
978
|
{
|
|
973
979
|
"const": "{palette.icon.Muted}",
|
|
974
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
975
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
980
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
981
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
976
982
|
},
|
|
977
983
|
{
|
|
978
984
|
"const": "{palette.icon.OfferStarFilled}",
|
|
979
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
980
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
985
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
986
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
981
987
|
},
|
|
982
988
|
{
|
|
983
989
|
"const": "{palette.icon.Pause}",
|
|
984
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
985
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
990
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
991
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
986
992
|
},
|
|
987
993
|
{
|
|
988
994
|
"const": "{palette.icon.PaymentAdd}",
|
|
989
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
990
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
995
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
996
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
991
997
|
},
|
|
992
998
|
{
|
|
993
999
|
"const": "{palette.icon.Perk}",
|
|
994
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
995
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1000
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1001
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
996
1002
|
},
|
|
997
1003
|
{
|
|
998
1004
|
"const": "{palette.icon.Phone}",
|
|
999
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1000
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1005
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1006
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1001
1007
|
},
|
|
1002
1008
|
{
|
|
1003
1009
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
1004
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1005
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1010
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1011
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1006
1012
|
},
|
|
1007
1013
|
{
|
|
1008
1014
|
"const": "{palette.icon.Play}",
|
|
1009
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1010
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1015
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1016
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1011
1017
|
},
|
|
1012
1018
|
{
|
|
1013
1019
|
"const": "{palette.icon.PlaySolid}",
|
|
1014
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1015
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1020
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1021
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1016
1022
|
},
|
|
1017
1023
|
{
|
|
1018
1024
|
"const": "{palette.icon.PlayVideo}",
|
|
1019
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1020
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1025
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1026
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1021
1027
|
},
|
|
1022
1028
|
{
|
|
1023
1029
|
"const": "{palette.icon.PlugPlay}",
|
|
1024
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1025
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1030
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1031
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1026
1032
|
},
|
|
1027
1033
|
{
|
|
1028
1034
|
"const": "{palette.icon.Preference}",
|
|
1029
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1030
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1035
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1036
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1031
1037
|
},
|
|
1032
1038
|
{
|
|
1033
1039
|
"const": "{palette.icon.Price}",
|
|
1034
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1035
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1040
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1041
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1036
1042
|
},
|
|
1037
1043
|
{
|
|
1038
1044
|
"const": "{palette.icon.Question}",
|
|
1039
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1040
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1045
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1046
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1041
1047
|
},
|
|
1042
1048
|
{
|
|
1043
1049
|
"const": "{palette.icon.QuestionFilled}",
|
|
1044
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1045
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1050
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1051
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1046
1052
|
},
|
|
1047
1053
|
{
|
|
1048
1054
|
"const": "{palette.icon.QuoteLeft}",
|
|
1049
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1050
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1055
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1056
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1051
1057
|
},
|
|
1052
1058
|
{
|
|
1053
1059
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1054
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1055
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1060
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1061
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1056
1062
|
},
|
|
1057
1063
|
{
|
|
1058
1064
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1059
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1060
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1065
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1066
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1061
1067
|
},
|
|
1062
1068
|
{
|
|
1063
1069
|
"const": "{palette.icon.RadialOutline}",
|
|
1064
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1065
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1070
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1071
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1066
1072
|
},
|
|
1067
1073
|
{
|
|
1068
1074
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1069
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1070
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1075
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1076
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1071
1077
|
},
|
|
1072
1078
|
{
|
|
1073
1079
|
"const": "{palette.icon.Receipt}",
|
|
1074
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1075
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1080
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1081
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1076
1082
|
},
|
|
1077
1083
|
{
|
|
1078
1084
|
"const": "{palette.icon.Refresh}",
|
|
1079
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1080
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1085
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1086
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1081
1087
|
},
|
|
1082
1088
|
{
|
|
1083
1089
|
"const": "{palette.icon.Replay}",
|
|
1084
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1085
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1090
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1091
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1086
1092
|
},
|
|
1087
1093
|
{
|
|
1088
1094
|
"const": "{palette.icon.RightCircle}",
|
|
1089
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1090
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1095
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1096
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1091
1097
|
},
|
|
1092
1098
|
{
|
|
1093
1099
|
"const": "{palette.icon.RightCirlce}",
|
|
1094
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1095
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1100
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nTODO: remove in next major release",
|
|
1101
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nTODO: remove in next major release"
|
|
1096
1102
|
},
|
|
1097
1103
|
{
|
|
1098
1104
|
"const": "{palette.icon.Settings}",
|
|
1099
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1100
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1105
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1106
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1101
1107
|
},
|
|
1102
1108
|
{
|
|
1103
1109
|
"const": "{palette.icon.SettingsSolid}",
|
|
1104
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1105
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1110
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1111
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1106
1112
|
},
|
|
1107
1113
|
{
|
|
1108
1114
|
"const": "{palette.icon.ShippingFilled}",
|
|
1109
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1110
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1115
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1116
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1111
1117
|
},
|
|
1112
1118
|
{
|
|
1113
1119
|
"const": "{palette.icon.Shop}",
|
|
1114
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1115
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1120
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1121
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1116
1122
|
},
|
|
1117
1123
|
{
|
|
1118
1124
|
"const": "{palette.icon.Sim}",
|
|
1119
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1120
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1125
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1126
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1121
1127
|
},
|
|
1122
1128
|
{
|
|
1123
1129
|
"const": "{palette.icon.SimFilled}",
|
|
1124
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1125
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1130
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1131
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1126
1132
|
},
|
|
1127
1133
|
{
|
|
1128
1134
|
"const": "{palette.icon.Spyglass}",
|
|
1129
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1130
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1135
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1136
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1131
1137
|
},
|
|
1132
1138
|
{
|
|
1133
1139
|
"const": "{palette.icon.Streaming}",
|
|
1134
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1135
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1140
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1141
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1136
1142
|
},
|
|
1137
1143
|
{
|
|
1138
1144
|
"const": "{palette.icon.Subtract}",
|
|
1139
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1140
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1145
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1146
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1141
1147
|
},
|
|
1142
1148
|
{
|
|
1143
1149
|
"const": "{palette.icon.Tag}",
|
|
1144
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1145
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1150
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1151
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1146
1152
|
},
|
|
1147
1153
|
{
|
|
1148
1154
|
"const": "{palette.icon.TagFilled}",
|
|
1149
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1150
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1155
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1156
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1151
1157
|
},
|
|
1152
1158
|
{
|
|
1153
1159
|
"const": "{palette.icon.Times}",
|
|
1154
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1155
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1160
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1161
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1156
1162
|
},
|
|
1157
1163
|
{
|
|
1158
1164
|
"const": "{palette.icon.TimesCircled}",
|
|
1159
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1160
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1165
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1166
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1161
1167
|
},
|
|
1162
1168
|
{
|
|
1163
1169
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1164
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1165
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1170
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1171
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1166
1172
|
},
|
|
1167
1173
|
{
|
|
1168
1174
|
"const": "{palette.icon.Tooltip}",
|
|
1169
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1170
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1175
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1176
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1171
1177
|
},
|
|
1172
1178
|
{
|
|
1173
1179
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1174
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1175
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1180
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1181
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1176
1182
|
},
|
|
1177
1183
|
{
|
|
1178
1184
|
"const": "{palette.icon.Unmuted}",
|
|
1179
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1180
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1185
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1186
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
"const": "{palette.icon.User}",
|
|
1190
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1191
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"const": "{palette.icon.UserAdd}",
|
|
1195
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1196
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1181
1197
|
},
|
|
1182
1198
|
{
|
|
1183
1199
|
"const": "{palette.icon.Visa}",
|
|
1184
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1185
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1200
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1201
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1186
1202
|
},
|
|
1187
1203
|
{
|
|
1188
1204
|
"const": "{system.icon.none}",
|
|
1189
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1190
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1205
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1206
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1191
1207
|
}
|
|
1192
1208
|
],
|
|
1193
1209
|
"$id": "#icon"
|
|
@@ -1196,13 +1212,13 @@
|
|
|
1196
1212
|
"anyOf": [
|
|
1197
1213
|
{
|
|
1198
1214
|
"const": "{palette.letterSpacing.default}",
|
|
1199
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1200
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1215
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1216
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1201
1217
|
},
|
|
1202
1218
|
{
|
|
1203
1219
|
"const": "{system.letterSpacing.none}",
|
|
1204
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1205
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1220
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1221
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1206
1222
|
}
|
|
1207
1223
|
],
|
|
1208
1224
|
"$id": "#letterSpacing"
|
|
@@ -1211,118 +1227,118 @@
|
|
|
1211
1227
|
"anyOf": [
|
|
1212
1228
|
{
|
|
1213
1229
|
"const": "{palette.lineHeight.multiply110}",
|
|
1214
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1215
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1230
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1231
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1216
1232
|
},
|
|
1217
1233
|
{
|
|
1218
1234
|
"const": "{palette.lineHeight.multiply120}",
|
|
1219
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1220
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1235
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1236
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1221
1237
|
},
|
|
1222
1238
|
{
|
|
1223
1239
|
"const": "{palette.lineHeight.multiply130}",
|
|
1224
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1225
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1240
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1241
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1226
1242
|
},
|
|
1227
1243
|
{
|
|
1228
1244
|
"const": "{palette.lineHeight.multiply140}",
|
|
1229
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1230
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1245
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1246
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1231
1247
|
},
|
|
1232
1248
|
{
|
|
1233
1249
|
"const": "{palette.lineHeight.multiply150}",
|
|
1234
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1235
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1250
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1251
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1236
1252
|
},
|
|
1237
1253
|
{
|
|
1238
1254
|
"const": "{palette.lineHeight.multiply160}",
|
|
1239
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1240
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1255
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1256
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1241
1257
|
},
|
|
1242
1258
|
{
|
|
1243
1259
|
"const": "{palette.lineHeight.multiply172}",
|
|
1244
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1245
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1260
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1261
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1246
1262
|
},
|
|
1247
1263
|
{
|
|
1248
1264
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1249
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1250
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1265
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1266
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1251
1267
|
},
|
|
1252
1268
|
{
|
|
1253
1269
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1254
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1255
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1270
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1271
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1256
1272
|
},
|
|
1257
1273
|
{
|
|
1258
1274
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1259
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1260
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1275
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1276
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1261
1277
|
},
|
|
1262
1278
|
{
|
|
1263
1279
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1264
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1265
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1280
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1281
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1266
1282
|
},
|
|
1267
1283
|
{
|
|
1268
1284
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1269
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1270
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1285
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1286
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1271
1287
|
},
|
|
1272
1288
|
{
|
|
1273
1289
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1274
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1275
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1290
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1291
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1276
1292
|
},
|
|
1277
1293
|
{
|
|
1278
1294
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1279
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1280
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1295
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1296
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1281
1297
|
},
|
|
1282
1298
|
{
|
|
1283
1299
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1284
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1285
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1300
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1301
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1286
1302
|
},
|
|
1287
1303
|
{
|
|
1288
1304
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1289
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1290
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1305
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1306
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1291
1307
|
},
|
|
1292
1308
|
{
|
|
1293
1309
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1294
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1295
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1310
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1311
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1296
1312
|
},
|
|
1297
1313
|
{
|
|
1298
1314
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1299
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1300
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1315
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1316
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1301
1317
|
},
|
|
1302
1318
|
{
|
|
1303
1319
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1304
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1305
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1320
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1321
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1306
1322
|
},
|
|
1307
1323
|
{
|
|
1308
1324
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1309
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1310
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1325
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1326
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1311
1327
|
},
|
|
1312
1328
|
{
|
|
1313
1329
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1314
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1315
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1330
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1331
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1316
1332
|
},
|
|
1317
1333
|
{
|
|
1318
1334
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1319
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1320
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1335
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1336
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1321
1337
|
},
|
|
1322
1338
|
{
|
|
1323
1339
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1324
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1325
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1340
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1341
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1326
1342
|
}
|
|
1327
1343
|
],
|
|
1328
1344
|
"$id": "#lineHeight"
|
|
@@ -1331,28 +1347,28 @@
|
|
|
1331
1347
|
"anyOf": [
|
|
1332
1348
|
{
|
|
1333
1349
|
"const": "{palette.opacity.opacity10}",
|
|
1334
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1335
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1350
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1351
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1336
1352
|
},
|
|
1337
1353
|
{
|
|
1338
1354
|
"const": "{palette.opacity.opacity3}",
|
|
1339
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1340
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1355
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1356
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1341
1357
|
},
|
|
1342
1358
|
{
|
|
1343
1359
|
"const": "{palette.opacity.opacity5}",
|
|
1344
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1345
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1360
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1361
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1346
1362
|
},
|
|
1347
1363
|
{
|
|
1348
1364
|
"const": "{palette.opacity.opacity8}",
|
|
1349
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1350
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1365
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1366
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1351
1367
|
},
|
|
1352
1368
|
{
|
|
1353
1369
|
"const": "{system.opacity.opaque}",
|
|
1354
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1355
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1370
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1371
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1356
1372
|
}
|
|
1357
1373
|
],
|
|
1358
1374
|
"$id": "#opacity"
|
|
@@ -1361,83 +1377,83 @@
|
|
|
1361
1377
|
"anyOf": [
|
|
1362
1378
|
{
|
|
1363
1379
|
"const": "{palette.radius.none}",
|
|
1364
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1365
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1380
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1381
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1366
1382
|
},
|
|
1367
1383
|
{
|
|
1368
1384
|
"const": "{palette.radius.pill32}",
|
|
1369
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1370
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1385
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nFor 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)",
|
|
1386
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nFor 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)"
|
|
1371
1387
|
},
|
|
1372
1388
|
{
|
|
1373
1389
|
"const": "{palette.radius.radius1}",
|
|
1374
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1375
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1390
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1391
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1376
1392
|
},
|
|
1377
1393
|
{
|
|
1378
1394
|
"const": "{palette.radius.radius12}",
|
|
1379
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1380
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1395
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1396
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1381
1397
|
},
|
|
1382
1398
|
{
|
|
1383
1399
|
"const": "{palette.radius.radius16}",
|
|
1384
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1385
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1400
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1401
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1386
1402
|
},
|
|
1387
1403
|
{
|
|
1388
1404
|
"const": "{palette.radius.radius2}",
|
|
1389
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1390
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1405
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1406
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1391
1407
|
},
|
|
1392
1408
|
{
|
|
1393
1409
|
"const": "{palette.radius.radius24}",
|
|
1394
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1395
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1410
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1411
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1396
1412
|
},
|
|
1397
1413
|
{
|
|
1398
1414
|
"const": "{palette.radius.radius4}",
|
|
1399
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1400
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1415
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1416
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1401
1417
|
},
|
|
1402
1418
|
{
|
|
1403
1419
|
"const": "{palette.radius.radius45}",
|
|
1404
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1405
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1420
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1421
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1406
1422
|
},
|
|
1407
1423
|
{
|
|
1408
1424
|
"const": "{palette.radius.radius48}",
|
|
1409
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1410
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1425
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1426
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1411
1427
|
},
|
|
1412
1428
|
{
|
|
1413
1429
|
"const": "{palette.radius.radius6}",
|
|
1414
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1415
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1430
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1431
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1416
1432
|
},
|
|
1417
1433
|
{
|
|
1418
1434
|
"const": "{palette.radius.radius8}",
|
|
1419
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1420
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1435
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1436
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1421
1437
|
},
|
|
1422
1438
|
{
|
|
1423
1439
|
"const": "{palette.radius.radius99}",
|
|
1424
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1425
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1440
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
1441
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
1426
1442
|
},
|
|
1427
1443
|
{
|
|
1428
1444
|
"const": "{system.radius.none}",
|
|
1429
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1430
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1445
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1446
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1431
1447
|
},
|
|
1432
1448
|
{
|
|
1433
1449
|
"const": "{system.radius.zero}",
|
|
1434
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1435
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1450
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1451
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1436
1452
|
},
|
|
1437
1453
|
{
|
|
1438
1454
|
"const": "{system.radius.round}",
|
|
1439
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1440
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1455
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1456
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1441
1457
|
}
|
|
1442
1458
|
],
|
|
1443
1459
|
"$id": "#radius"
|
|
@@ -1446,38 +1462,38 @@
|
|
|
1446
1462
|
"anyOf": [
|
|
1447
1463
|
{
|
|
1448
1464
|
"const": "{palette.shadow.elevation1}",
|
|
1449
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1450
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1465
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1466
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1451
1467
|
},
|
|
1452
1468
|
{
|
|
1453
1469
|
"const": "{palette.shadow.elevation2}",
|
|
1454
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1455
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1470
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1471
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1456
1472
|
},
|
|
1457
1473
|
{
|
|
1458
1474
|
"const": "{palette.shadow.elevation3}",
|
|
1459
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1460
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1475
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1476
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1461
1477
|
},
|
|
1462
1478
|
{
|
|
1463
1479
|
"const": "{palette.shadow.none}",
|
|
1464
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1465
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1480
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1481
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1466
1482
|
},
|
|
1467
1483
|
{
|
|
1468
1484
|
"const": "{palette.shadow.surfaceInset}",
|
|
1469
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1470
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1485
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
|
|
1486
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch"
|
|
1471
1487
|
},
|
|
1472
1488
|
{
|
|
1473
1489
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1474
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1475
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1490
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1491
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch"
|
|
1476
1492
|
},
|
|
1477
1493
|
{
|
|
1478
1494
|
"const": "{system.shadow.none}",
|
|
1479
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1480
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1495
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1496
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1481
1497
|
}
|
|
1482
1498
|
],
|
|
1483
1499
|
"$id": "#shadow"
|
|
@@ -1486,288 +1502,293 @@
|
|
|
1486
1502
|
"anyOf": [
|
|
1487
1503
|
{
|
|
1488
1504
|
"const": "{palette.size.size0}",
|
|
1489
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1490
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1505
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1506
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1491
1507
|
},
|
|
1492
1508
|
{
|
|
1493
1509
|
"const": "{palette.size.size1}",
|
|
1494
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1495
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1510
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1511
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1496
1512
|
},
|
|
1497
1513
|
{
|
|
1498
1514
|
"const": "{palette.size.size10}",
|
|
1499
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1500
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1515
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1516
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1501
1517
|
},
|
|
1502
1518
|
{
|
|
1503
1519
|
"const": "{palette.size.size12}",
|
|
1504
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1505
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1520
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1521
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1506
1522
|
},
|
|
1507
1523
|
{
|
|
1508
1524
|
"const": "{palette.size.size120}",
|
|
1509
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1510
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1525
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1526
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1511
1527
|
},
|
|
1512
1528
|
{
|
|
1513
1529
|
"const": "{palette.size.size128}",
|
|
1514
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1515
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1530
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1531
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1516
1532
|
},
|
|
1517
1533
|
{
|
|
1518
1534
|
"const": "{palette.size.size13}",
|
|
1519
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1520
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1535
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1536
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1521
1537
|
},
|
|
1522
1538
|
{
|
|
1523
1539
|
"const": "{palette.size.size14}",
|
|
1524
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1525
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1540
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1541
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1526
1542
|
},
|
|
1527
1543
|
{
|
|
1528
1544
|
"const": "{palette.size.size140}",
|
|
1529
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1530
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1545
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1546
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1531
1547
|
},
|
|
1532
1548
|
{
|
|
1533
1549
|
"const": "{palette.size.size144}",
|
|
1534
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1535
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1550
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1551
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1536
1552
|
},
|
|
1537
1553
|
{
|
|
1538
1554
|
"const": "{palette.size.size15}",
|
|
1539
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1540
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1555
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1556
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1541
1557
|
},
|
|
1542
1558
|
{
|
|
1543
1559
|
"const": "{palette.size.size16}",
|
|
1544
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1545
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1560
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1561
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1546
1562
|
},
|
|
1547
1563
|
{
|
|
1548
1564
|
"const": "{palette.size.size168}",
|
|
1549
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1550
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1565
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1566
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1551
1567
|
},
|
|
1552
1568
|
{
|
|
1553
1569
|
"const": "{palette.size.size18}",
|
|
1554
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1555
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1570
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1571
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1556
1572
|
},
|
|
1557
1573
|
{
|
|
1558
1574
|
"const": "{palette.size.size184}",
|
|
1559
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1560
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1575
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1576
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1561
1577
|
},
|
|
1562
1578
|
{
|
|
1563
1579
|
"const": "{palette.size.size2}",
|
|
1564
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1565
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1580
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1581
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1566
1582
|
},
|
|
1567
1583
|
{
|
|
1568
1584
|
"const": "{palette.size.size20}",
|
|
1569
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1570
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1585
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1586
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1571
1587
|
},
|
|
1572
1588
|
{
|
|
1573
1589
|
"const": "{palette.size.size21}",
|
|
1574
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1575
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1590
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1591
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1576
1592
|
},
|
|
1577
1593
|
{
|
|
1578
1594
|
"const": "{palette.size.size22}",
|
|
1579
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1580
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1595
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1596
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1581
1597
|
},
|
|
1582
1598
|
{
|
|
1583
1599
|
"const": "{palette.size.size24}",
|
|
1584
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1585
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1600
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1601
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1586
1602
|
},
|
|
1587
1603
|
{
|
|
1588
1604
|
"const": "{palette.size.size26}",
|
|
1589
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1590
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1605
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1606
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1591
1607
|
},
|
|
1592
1608
|
{
|
|
1593
1609
|
"const": "{palette.size.size27}",
|
|
1594
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1595
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1610
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1611
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1596
1612
|
},
|
|
1597
1613
|
{
|
|
1598
1614
|
"const": "{palette.size.size288}",
|
|
1599
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1600
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1615
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1616
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1601
1617
|
},
|
|
1602
1618
|
{
|
|
1603
1619
|
"const": "{palette.size.size3}",
|
|
1604
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1605
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1620
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1621
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1606
1622
|
},
|
|
1607
1623
|
{
|
|
1608
1624
|
"const": "{palette.size.size32}",
|
|
1609
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1610
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1625
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1626
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1611
1627
|
},
|
|
1612
1628
|
{
|
|
1613
1629
|
"const": "{palette.size.size320}",
|
|
1614
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1615
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1630
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1631
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1616
1632
|
},
|
|
1617
1633
|
{
|
|
1618
1634
|
"const": "{palette.size.size36}",
|
|
1619
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1620
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1635
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1636
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1621
1637
|
},
|
|
1622
1638
|
{
|
|
1623
1639
|
"const": "{palette.size.size4}",
|
|
1624
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1625
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1640
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1641
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1626
1642
|
},
|
|
1627
1643
|
{
|
|
1628
1644
|
"const": "{palette.size.size40}",
|
|
1629
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1630
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1645
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1646
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1631
1647
|
},
|
|
1632
1648
|
{
|
|
1633
1649
|
"const": "{palette.size.size412}",
|
|
1634
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1635
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1650
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1651
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1636
1652
|
},
|
|
1637
1653
|
{
|
|
1638
1654
|
"const": "{palette.size.size44}",
|
|
1639
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1640
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1655
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1656
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1641
1657
|
},
|
|
1642
1658
|
{
|
|
1643
1659
|
"const": "{palette.size.size45}",
|
|
1644
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1645
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1660
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1661
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1646
1662
|
},
|
|
1647
1663
|
{
|
|
1648
1664
|
"const": "{palette.size.size48}",
|
|
1649
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1650
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1665
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1666
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1651
1667
|
},
|
|
1652
1668
|
{
|
|
1653
1669
|
"const": "{palette.size.size480}",
|
|
1654
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1655
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1670
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1671
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1656
1672
|
},
|
|
1657
1673
|
{
|
|
1658
1674
|
"const": "{palette.size.size5}",
|
|
1659
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1660
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1675
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1676
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"const": "{palette.size.size52}",
|
|
1680
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1681
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1661
1682
|
},
|
|
1662
1683
|
{
|
|
1663
1684
|
"const": "{palette.size.size53}",
|
|
1664
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1665
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1685
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1686
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1666
1687
|
},
|
|
1667
1688
|
{
|
|
1668
1689
|
"const": "{palette.size.size544}",
|
|
1669
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1670
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1690
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1691
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1671
1692
|
},
|
|
1672
1693
|
{
|
|
1673
1694
|
"const": "{palette.size.size56}",
|
|
1674
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1675
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1695
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1696
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1676
1697
|
},
|
|
1677
1698
|
{
|
|
1678
1699
|
"const": "{palette.size.size576}",
|
|
1679
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1680
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1700
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1701
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1681
1702
|
},
|
|
1682
1703
|
{
|
|
1683
1704
|
"const": "{palette.size.size6}",
|
|
1684
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1685
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1705
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1706
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1686
1707
|
},
|
|
1687
1708
|
{
|
|
1688
1709
|
"const": "{palette.size.size630}",
|
|
1689
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1690
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1710
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1711
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1691
1712
|
},
|
|
1692
1713
|
{
|
|
1693
1714
|
"const": "{palette.size.size64}",
|
|
1694
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1695
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1715
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1716
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1696
1717
|
},
|
|
1697
1718
|
{
|
|
1698
1719
|
"const": "{palette.size.size640}",
|
|
1699
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1700
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1720
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1721
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1701
1722
|
},
|
|
1702
1723
|
{
|
|
1703
1724
|
"const": "{palette.size.size72}",
|
|
1704
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1705
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1725
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1726
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1706
1727
|
},
|
|
1707
1728
|
{
|
|
1708
1729
|
"const": "{palette.size.size768}",
|
|
1709
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1710
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1730
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1731
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1711
1732
|
},
|
|
1712
1733
|
{
|
|
1713
1734
|
"const": "{palette.size.size8}",
|
|
1714
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1715
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1735
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1736
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1716
1737
|
},
|
|
1717
1738
|
{
|
|
1718
1739
|
"const": "{palette.size.size80}",
|
|
1719
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1720
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1740
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1741
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1721
1742
|
},
|
|
1722
1743
|
{
|
|
1723
1744
|
"const": "{palette.size.size96}",
|
|
1724
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1725
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1745
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1746
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1726
1747
|
},
|
|
1727
1748
|
{
|
|
1728
1749
|
"const": "{system.size.none}",
|
|
1729
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1730
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1750
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1751
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1731
1752
|
},
|
|
1732
1753
|
{
|
|
1733
1754
|
"const": "{system.size.full}",
|
|
1734
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1735
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1755
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1756
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1736
1757
|
},
|
|
1737
1758
|
{
|
|
1738
1759
|
"const": "{system.size.twoThirds}",
|
|
1739
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1740
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1760
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1761
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1741
1762
|
},
|
|
1742
1763
|
{
|
|
1743
1764
|
"const": "{system.size.zero}",
|
|
1744
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1745
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1765
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1766
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1746
1767
|
},
|
|
1747
1768
|
{
|
|
1748
1769
|
"const": "{system.size.viewportXs}",
|
|
1749
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1750
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1770
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1771
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1751
1772
|
},
|
|
1752
1773
|
{
|
|
1753
1774
|
"const": "{system.size.viewportSm}",
|
|
1754
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1755
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1775
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1776
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1756
1777
|
},
|
|
1757
1778
|
{
|
|
1758
1779
|
"const": "{system.size.viewportMd}",
|
|
1759
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1760
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1780
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1781
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1761
1782
|
},
|
|
1762
1783
|
{
|
|
1763
1784
|
"const": "{system.size.viewportLg}",
|
|
1764
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1765
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1785
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1786
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1766
1787
|
},
|
|
1767
1788
|
{
|
|
1768
1789
|
"const": "{system.size.viewportXl}",
|
|
1769
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1770
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1790
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1791
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1771
1792
|
}
|
|
1772
1793
|
],
|
|
1773
1794
|
"$id": "#size"
|
|
@@ -1776,8 +1797,8 @@
|
|
|
1776
1797
|
"anyOf": [
|
|
1777
1798
|
{
|
|
1778
1799
|
"const": "{palette.fontName.StagSans}",
|
|
1779
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1780
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1800
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1801
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1781
1802
|
}
|
|
1782
1803
|
],
|
|
1783
1804
|
"$id": "#fontName"
|
|
@@ -1786,28 +1807,28 @@
|
|
|
1786
1807
|
"anyOf": [
|
|
1787
1808
|
{
|
|
1788
1809
|
"const": "{palette.fontWeight.weight300}",
|
|
1789
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1790
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1810
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1811
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1791
1812
|
},
|
|
1792
1813
|
{
|
|
1793
1814
|
"const": "{palette.fontWeight.weight400}",
|
|
1794
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1795
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1815
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1816
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1796
1817
|
},
|
|
1797
1818
|
{
|
|
1798
1819
|
"const": "{palette.fontWeight.weight500}",
|
|
1799
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1800
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1820
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1821
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1801
1822
|
},
|
|
1802
1823
|
{
|
|
1803
1824
|
"const": "{palette.fontWeight.weight600}",
|
|
1804
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1805
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1825
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1826
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1806
1827
|
},
|
|
1807
1828
|
{
|
|
1808
1829
|
"const": "{palette.fontWeight.weight700}",
|
|
1809
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1810
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1830
|
+
"description": "@telus-uds/palette-koodo/v1.7.0 palette tokens 🖌️\n",
|
|
1831
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.7.0` **palette** tokens 🖌️\n\n"
|
|
1811
1832
|
}
|
|
1812
1833
|
],
|
|
1813
1834
|
"$id": "#fontWeight"
|
|
@@ -1816,18 +1837,18 @@
|
|
|
1816
1837
|
"anyOf": [
|
|
1817
1838
|
{
|
|
1818
1839
|
"const": "{system.display.inline}",
|
|
1819
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1820
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1840
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1841
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1821
1842
|
},
|
|
1822
1843
|
{
|
|
1823
1844
|
"const": "{system.display.inlineBlock}",
|
|
1824
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1825
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1845
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1846
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1826
1847
|
},
|
|
1827
1848
|
{
|
|
1828
1849
|
"const": "{system.display.none}",
|
|
1829
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1830
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1850
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1851
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1831
1852
|
}
|
|
1832
1853
|
],
|
|
1833
1854
|
"$id": "#display"
|
|
@@ -1836,18 +1857,18 @@
|
|
|
1836
1857
|
"anyOf": [
|
|
1837
1858
|
{
|
|
1838
1859
|
"const": "{system.flexJustifyContent.center}",
|
|
1839
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1840
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1860
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1861
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1841
1862
|
},
|
|
1842
1863
|
{
|
|
1843
1864
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1844
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1845
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1865
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1866
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1846
1867
|
},
|
|
1847
1868
|
{
|
|
1848
1869
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1849
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1850
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1870
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1871
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1851
1872
|
}
|
|
1852
1873
|
],
|
|
1853
1874
|
"$id": "#flexJustifyContent"
|
|
@@ -1856,18 +1877,18 @@
|
|
|
1856
1877
|
"anyOf": [
|
|
1857
1878
|
{
|
|
1858
1879
|
"const": "{system.flexAlign.center}",
|
|
1859
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1860
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1880
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1881
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1861
1882
|
},
|
|
1862
1883
|
{
|
|
1863
1884
|
"const": "{system.flexAlign.flexStart}",
|
|
1864
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1865
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1885
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1886
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1866
1887
|
},
|
|
1867
1888
|
{
|
|
1868
1889
|
"const": "{system.flexAlign.stretch}",
|
|
1869
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1870
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1890
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1891
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1871
1892
|
}
|
|
1872
1893
|
],
|
|
1873
1894
|
"$id": "#flexAlign"
|
|
@@ -1876,63 +1897,63 @@
|
|
|
1876
1897
|
"anyOf": [
|
|
1877
1898
|
{
|
|
1878
1899
|
"const": "{system.integer.0}",
|
|
1879
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1880
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1900
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1901
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1881
1902
|
},
|
|
1882
1903
|
{
|
|
1883
1904
|
"const": "{system.integer.1}",
|
|
1884
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1885
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1905
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1906
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1886
1907
|
},
|
|
1887
1908
|
{
|
|
1888
1909
|
"const": "{system.integer.2}",
|
|
1889
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1890
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1910
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1911
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1891
1912
|
},
|
|
1892
1913
|
{
|
|
1893
1914
|
"const": "{system.integer.3}",
|
|
1894
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1895
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1915
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1916
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1896
1917
|
},
|
|
1897
1918
|
{
|
|
1898
1919
|
"const": "{system.integer.4}",
|
|
1899
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1900
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1920
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1921
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1901
1922
|
},
|
|
1902
1923
|
{
|
|
1903
1924
|
"const": "{system.integer.5}",
|
|
1904
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1905
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1925
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1926
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1906
1927
|
},
|
|
1907
1928
|
{
|
|
1908
1929
|
"const": "{system.integer.6}",
|
|
1909
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1910
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1930
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1931
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1911
1932
|
},
|
|
1912
1933
|
{
|
|
1913
1934
|
"const": "{system.integer.7}",
|
|
1914
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1915
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1935
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1936
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1916
1937
|
},
|
|
1917
1938
|
{
|
|
1918
1939
|
"const": "{system.integer.8}",
|
|
1919
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1920
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1940
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1941
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1921
1942
|
},
|
|
1922
1943
|
{
|
|
1923
1944
|
"const": "{system.integer.9}",
|
|
1924
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1925
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1945
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1946
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1926
1947
|
},
|
|
1927
1948
|
{
|
|
1928
1949
|
"const": "{system.integer.10}",
|
|
1929
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1930
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1950
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1951
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1931
1952
|
},
|
|
1932
1953
|
{
|
|
1933
1954
|
"const": "{system.integer.11}",
|
|
1934
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1935
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.
|
|
1955
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1956
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1936
1957
|
},
|
|
1937
1958
|
{
|
|
1938
1959
|
"type": "string",
|
|
@@ -1945,18 +1966,18 @@
|
|
|
1945
1966
|
"anyOf": [
|
|
1946
1967
|
{
|
|
1947
1968
|
"const": "{system.textLine.none}",
|
|
1948
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1949
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1969
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1970
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1950
1971
|
},
|
|
1951
1972
|
{
|
|
1952
1973
|
"const": "{system.textLine.underline}",
|
|
1953
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1954
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1974
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1975
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1955
1976
|
},
|
|
1956
1977
|
{
|
|
1957
1978
|
"const": "{system.textLine.strikethrough}",
|
|
1958
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1959
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1979
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1980
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1960
1981
|
}
|
|
1961
1982
|
],
|
|
1962
1983
|
"$id": "#textLine"
|
|
@@ -1965,8 +1986,8 @@
|
|
|
1965
1986
|
"anyOf": [
|
|
1966
1987
|
{
|
|
1967
1988
|
"const": "{system.textLineStyle.solid}",
|
|
1968
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1969
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1989
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
1990
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1970
1991
|
}
|
|
1971
1992
|
],
|
|
1972
1993
|
"$id": "#textLineStyle"
|
|
@@ -1975,23 +1996,23 @@
|
|
|
1975
1996
|
"anyOf": [
|
|
1976
1997
|
{
|
|
1977
1998
|
"const": "{system.position.bottom}",
|
|
1978
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1979
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
1999
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2000
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1980
2001
|
},
|
|
1981
2002
|
{
|
|
1982
2003
|
"const": "{system.position.left}",
|
|
1983
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1984
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2004
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2005
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1985
2006
|
},
|
|
1986
2007
|
{
|
|
1987
2008
|
"const": "{system.position.right}",
|
|
1988
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1989
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2009
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2010
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1990
2011
|
},
|
|
1991
2012
|
{
|
|
1992
2013
|
"const": "{system.position.top}",
|
|
1993
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
1994
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2014
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2015
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
1995
2016
|
}
|
|
1996
2017
|
],
|
|
1997
2018
|
"$id": "#position"
|
|
@@ -2000,18 +2021,18 @@
|
|
|
2000
2021
|
"anyOf": [
|
|
2001
2022
|
{
|
|
2002
2023
|
"const": "{system.direction.column}",
|
|
2003
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2004
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2024
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2025
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2005
2026
|
},
|
|
2006
2027
|
{
|
|
2007
2028
|
"const": "{system.direction.row}",
|
|
2008
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2009
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2029
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2030
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2010
2031
|
},
|
|
2011
2032
|
{
|
|
2012
2033
|
"const": "{system.direction.rowReverse}",
|
|
2013
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2014
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2034
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2035
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2015
2036
|
}
|
|
2016
2037
|
],
|
|
2017
2038
|
"$id": "#direction"
|
|
@@ -2020,13 +2041,13 @@
|
|
|
2020
2041
|
"anyOf": [
|
|
2021
2042
|
{
|
|
2022
2043
|
"const": "{system.show.true}",
|
|
2023
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2024
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2044
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2045
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2025
2046
|
},
|
|
2026
2047
|
{
|
|
2027
2048
|
"const": "{system.show.false}",
|
|
2028
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2029
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2049
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2050
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2030
2051
|
}
|
|
2031
2052
|
],
|
|
2032
2053
|
"$id": "#show"
|
|
@@ -2035,13 +2056,13 @@
|
|
|
2035
2056
|
"anyOf": [
|
|
2036
2057
|
{
|
|
2037
2058
|
"const": "{system.borderStyle.none}",
|
|
2038
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2039
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2059
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2060
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2040
2061
|
},
|
|
2041
2062
|
{
|
|
2042
2063
|
"const": "{system.borderStyle.solid}",
|
|
2043
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2044
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2064
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2065
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2045
2066
|
}
|
|
2046
2067
|
],
|
|
2047
2068
|
"$id": "#borderStyle"
|
|
@@ -2050,18 +2071,18 @@
|
|
|
2050
2071
|
"anyOf": [
|
|
2051
2072
|
{
|
|
2052
2073
|
"const": "{system.verticalAlign.top}",
|
|
2053
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2054
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2074
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2075
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2055
2076
|
},
|
|
2056
2077
|
{
|
|
2057
2078
|
"const": "{system.verticalAlign.middle}",
|
|
2058
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2059
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2079
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2080
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2060
2081
|
},
|
|
2061
2082
|
{
|
|
2062
2083
|
"const": "{system.verticalAlign.baseline}",
|
|
2063
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2064
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2084
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2085
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2065
2086
|
}
|
|
2066
2087
|
],
|
|
2067
2088
|
"$id": "#verticalAlign"
|
|
@@ -2070,18 +2091,18 @@
|
|
|
2070
2091
|
"anyOf": [
|
|
2071
2092
|
{
|
|
2072
2093
|
"const": "{system.iconScale.scale1}",
|
|
2073
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2074
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2094
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2095
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2075
2096
|
},
|
|
2076
2097
|
{
|
|
2077
2098
|
"const": "{system.iconScale.scale1_10}",
|
|
2078
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2079
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2099
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2100
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2080
2101
|
},
|
|
2081
2102
|
{
|
|
2082
2103
|
"const": "{system.iconScale.scale1_25}",
|
|
2083
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2084
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2104
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2105
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2085
2106
|
}
|
|
2086
2107
|
],
|
|
2087
2108
|
"$id": "#iconScale"
|
|
@@ -2090,18 +2111,18 @@
|
|
|
2090
2111
|
"anyOf": [
|
|
2091
2112
|
{
|
|
2092
2113
|
"const": "{system.textAlign.left}",
|
|
2093
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2094
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2114
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2115
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2095
2116
|
},
|
|
2096
2117
|
{
|
|
2097
2118
|
"const": "{system.textAlign.center}",
|
|
2098
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2099
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2119
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2120
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2100
2121
|
},
|
|
2101
2122
|
{
|
|
2102
2123
|
"const": "{system.textAlign.right}",
|
|
2103
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2104
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2124
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2125
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2105
2126
|
}
|
|
2106
2127
|
],
|
|
2107
2128
|
"$id": "#textAlign"
|
|
@@ -2110,13 +2131,13 @@
|
|
|
2110
2131
|
"anyOf": [
|
|
2111
2132
|
{
|
|
2112
2133
|
"const": "{system.textTransform.none}",
|
|
2113
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2114
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2134
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2135
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2115
2136
|
},
|
|
2116
2137
|
{
|
|
2117
2138
|
"const": "{system.textTransform.uppercase}",
|
|
2118
|
-
"description": "@telus-uds/system-tokens/v0.
|
|
2119
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.
|
|
2139
|
+
"description": "@telus-uds/system-tokens/v0.9.1 system react-native tokens ⚙️",
|
|
2140
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.1` **system** tokens ⚙️"
|
|
2120
2141
|
}
|
|
2121
2142
|
],
|
|
2122
2143
|
"$id": "#textTransform"
|
|
@@ -3130,6 +3151,192 @@
|
|
|
3130
3151
|
"rules"
|
|
3131
3152
|
]
|
|
3132
3153
|
},
|
|
3154
|
+
"FileUpload": {
|
|
3155
|
+
"type": "object",
|
|
3156
|
+
"additionalProperties": false,
|
|
3157
|
+
"properties": {
|
|
3158
|
+
"appearances": {
|
|
3159
|
+
"type": "object",
|
|
3160
|
+
"additionalProperties": false,
|
|
3161
|
+
"patternProperties": {
|
|
3162
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
3163
|
+
"$ref": "#appearance"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
"tokens": {
|
|
3168
|
+
"type": "object",
|
|
3169
|
+
"additionalProperties": false,
|
|
3170
|
+
"properties": {
|
|
3171
|
+
"buttonBackgroundColor": {
|
|
3172
|
+
"$ref": "#color"
|
|
3173
|
+
},
|
|
3174
|
+
"buttonBorderColor": {
|
|
3175
|
+
"$ref": "#color"
|
|
3176
|
+
},
|
|
3177
|
+
"buttonBorderRadius": {
|
|
3178
|
+
"$ref": "#radius"
|
|
3179
|
+
},
|
|
3180
|
+
"buttonBorderWidth": {
|
|
3181
|
+
"$ref": "#border"
|
|
3182
|
+
},
|
|
3183
|
+
"buttonTextColor": {
|
|
3184
|
+
"$ref": "#color"
|
|
3185
|
+
},
|
|
3186
|
+
"buttonHeight": {
|
|
3187
|
+
"$ref": "#size"
|
|
3188
|
+
},
|
|
3189
|
+
"buttonMinWidth": {
|
|
3190
|
+
"$ref": "#size"
|
|
3191
|
+
},
|
|
3192
|
+
"buttonWidth": {
|
|
3193
|
+
"$ref": "#size"
|
|
3194
|
+
},
|
|
3195
|
+
"notificationBackgroundColor": {
|
|
3196
|
+
"$ref": "#color"
|
|
3197
|
+
},
|
|
3198
|
+
"notificationBorderColor": {
|
|
3199
|
+
"$ref": "#color"
|
|
3200
|
+
},
|
|
3201
|
+
"notificationBorderRadius": {
|
|
3202
|
+
"$ref": "#radius"
|
|
3203
|
+
},
|
|
3204
|
+
"notificationTextColor": {
|
|
3205
|
+
"$ref": "#color"
|
|
3206
|
+
},
|
|
3207
|
+
"notificationDismissButtonGap": {
|
|
3208
|
+
"$ref": "#size"
|
|
3209
|
+
},
|
|
3210
|
+
"notificationDismissIcon": {
|
|
3211
|
+
"$ref": "#icon"
|
|
3212
|
+
},
|
|
3213
|
+
"notificationDismissIconColor": {
|
|
3214
|
+
"$ref": "#color"
|
|
3215
|
+
},
|
|
3216
|
+
"notificationIcon": {
|
|
3217
|
+
"$ref": "#icon"
|
|
3218
|
+
},
|
|
3219
|
+
"notificationIconColor": {
|
|
3220
|
+
"$ref": "#color"
|
|
3221
|
+
},
|
|
3222
|
+
"notificationIconGap": {
|
|
3223
|
+
"$ref": "#size"
|
|
3224
|
+
},
|
|
3225
|
+
"notificationIconSize": {
|
|
3226
|
+
"$ref": "#size"
|
|
3227
|
+
}
|
|
3228
|
+
},
|
|
3229
|
+
"required": [
|
|
3230
|
+
"buttonBackgroundColor",
|
|
3231
|
+
"buttonBorderColor",
|
|
3232
|
+
"buttonBorderRadius",
|
|
3233
|
+
"buttonBorderWidth",
|
|
3234
|
+
"buttonTextColor",
|
|
3235
|
+
"buttonHeight",
|
|
3236
|
+
"buttonMinWidth",
|
|
3237
|
+
"buttonWidth",
|
|
3238
|
+
"notificationBackgroundColor",
|
|
3239
|
+
"notificationBorderColor",
|
|
3240
|
+
"notificationBorderRadius",
|
|
3241
|
+
"notificationTextColor",
|
|
3242
|
+
"notificationDismissButtonGap",
|
|
3243
|
+
"notificationDismissIcon",
|
|
3244
|
+
"notificationDismissIconColor",
|
|
3245
|
+
"notificationIcon",
|
|
3246
|
+
"notificationIconColor",
|
|
3247
|
+
"notificationIconGap",
|
|
3248
|
+
"notificationIconSize"
|
|
3249
|
+
]
|
|
3250
|
+
},
|
|
3251
|
+
"rules": {
|
|
3252
|
+
"type": "array",
|
|
3253
|
+
"items": {
|
|
3254
|
+
"type": "object",
|
|
3255
|
+
"additionalProperties": false,
|
|
3256
|
+
"properties": {
|
|
3257
|
+
"if": {
|
|
3258
|
+
"type": "object",
|
|
3259
|
+
"minProperties": 1
|
|
3260
|
+
},
|
|
3261
|
+
"tokens": {
|
|
3262
|
+
"type": "object",
|
|
3263
|
+
"additionalProperties": false,
|
|
3264
|
+
"properties": {
|
|
3265
|
+
"buttonBackgroundColor": {
|
|
3266
|
+
"$ref": "#color"
|
|
3267
|
+
},
|
|
3268
|
+
"buttonBorderColor": {
|
|
3269
|
+
"$ref": "#color"
|
|
3270
|
+
},
|
|
3271
|
+
"buttonBorderRadius": {
|
|
3272
|
+
"$ref": "#radius"
|
|
3273
|
+
},
|
|
3274
|
+
"buttonBorderWidth": {
|
|
3275
|
+
"$ref": "#border"
|
|
3276
|
+
},
|
|
3277
|
+
"buttonTextColor": {
|
|
3278
|
+
"$ref": "#color"
|
|
3279
|
+
},
|
|
3280
|
+
"buttonHeight": {
|
|
3281
|
+
"$ref": "#size"
|
|
3282
|
+
},
|
|
3283
|
+
"buttonMinWidth": {
|
|
3284
|
+
"$ref": "#size"
|
|
3285
|
+
},
|
|
3286
|
+
"buttonWidth": {
|
|
3287
|
+
"$ref": "#size"
|
|
3288
|
+
},
|
|
3289
|
+
"notificationBackgroundColor": {
|
|
3290
|
+
"$ref": "#color"
|
|
3291
|
+
},
|
|
3292
|
+
"notificationBorderColor": {
|
|
3293
|
+
"$ref": "#color"
|
|
3294
|
+
},
|
|
3295
|
+
"notificationBorderRadius": {
|
|
3296
|
+
"$ref": "#radius"
|
|
3297
|
+
},
|
|
3298
|
+
"notificationTextColor": {
|
|
3299
|
+
"$ref": "#color"
|
|
3300
|
+
},
|
|
3301
|
+
"notificationDismissButtonGap": {
|
|
3302
|
+
"$ref": "#size"
|
|
3303
|
+
},
|
|
3304
|
+
"notificationDismissIcon": {
|
|
3305
|
+
"$ref": "#icon"
|
|
3306
|
+
},
|
|
3307
|
+
"notificationDismissIconColor": {
|
|
3308
|
+
"$ref": "#color"
|
|
3309
|
+
},
|
|
3310
|
+
"notificationIcon": {
|
|
3311
|
+
"$ref": "#icon"
|
|
3312
|
+
},
|
|
3313
|
+
"notificationIconColor": {
|
|
3314
|
+
"$ref": "#color"
|
|
3315
|
+
},
|
|
3316
|
+
"notificationIconGap": {
|
|
3317
|
+
"$ref": "#size"
|
|
3318
|
+
},
|
|
3319
|
+
"notificationIconSize": {
|
|
3320
|
+
"$ref": "#size"
|
|
3321
|
+
}
|
|
3322
|
+
}
|
|
3323
|
+
},
|
|
3324
|
+
"description": {
|
|
3325
|
+
"type": "string"
|
|
3326
|
+
}
|
|
3327
|
+
},
|
|
3328
|
+
"required": [
|
|
3329
|
+
"if",
|
|
3330
|
+
"tokens"
|
|
3331
|
+
]
|
|
3332
|
+
}
|
|
3333
|
+
}
|
|
3334
|
+
},
|
|
3335
|
+
"required": [
|
|
3336
|
+
"tokens",
|
|
3337
|
+
"rules"
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3133
3340
|
"Table": {
|
|
3134
3341
|
"type": "object",
|
|
3135
3342
|
"additionalProperties": false,
|
|
@@ -3493,6 +3700,9 @@
|
|
|
3493
3700
|
"iconGradient": {
|
|
3494
3701
|
"$ref": "#gradient"
|
|
3495
3702
|
},
|
|
3703
|
+
"marginLeft": {
|
|
3704
|
+
"$ref": "#size"
|
|
3705
|
+
},
|
|
3496
3706
|
"paddingBottom": {
|
|
3497
3707
|
"$ref": "#size"
|
|
3498
3708
|
},
|
|
@@ -3524,6 +3734,7 @@
|
|
|
3524
3734
|
"icon",
|
|
3525
3735
|
"iconColor",
|
|
3526
3736
|
"iconGradient",
|
|
3737
|
+
"marginLeft",
|
|
3527
3738
|
"paddingBottom",
|
|
3528
3739
|
"paddingLeft",
|
|
3529
3740
|
"paddingRight",
|
|
@@ -3579,6 +3790,9 @@
|
|
|
3579
3790
|
"iconGradient": {
|
|
3580
3791
|
"$ref": "#gradient"
|
|
3581
3792
|
},
|
|
3793
|
+
"marginLeft": {
|
|
3794
|
+
"$ref": "#size"
|
|
3795
|
+
},
|
|
3582
3796
|
"paddingBottom": {
|
|
3583
3797
|
"$ref": "#size"
|
|
3584
3798
|
},
|
|
@@ -6837,6 +7051,18 @@
|
|
|
6837
7051
|
},
|
|
6838
7052
|
"flexShrink": {
|
|
6839
7053
|
"$ref": "#integer"
|
|
7054
|
+
},
|
|
7055
|
+
"backgroundColor": {
|
|
7056
|
+
"$ref": "#color"
|
|
7057
|
+
},
|
|
7058
|
+
"borderRadius": {
|
|
7059
|
+
"$ref": "#radius"
|
|
7060
|
+
},
|
|
7061
|
+
"padding": {
|
|
7062
|
+
"$ref": "#size"
|
|
7063
|
+
},
|
|
7064
|
+
"gap": {
|
|
7065
|
+
"$ref": "#size"
|
|
6840
7066
|
}
|
|
6841
7067
|
},
|
|
6842
7068
|
"required": [
|
|
@@ -6846,7 +7072,11 @@
|
|
|
6846
7072
|
"alignItems",
|
|
6847
7073
|
"justifyContent",
|
|
6848
7074
|
"flexGrow",
|
|
6849
|
-
"flexShrink"
|
|
7075
|
+
"flexShrink",
|
|
7076
|
+
"backgroundColor",
|
|
7077
|
+
"borderRadius",
|
|
7078
|
+
"padding",
|
|
7079
|
+
"gap"
|
|
6850
7080
|
]
|
|
6851
7081
|
},
|
|
6852
7082
|
"rules": {
|
|
@@ -6883,6 +7113,18 @@
|
|
|
6883
7113
|
},
|
|
6884
7114
|
"flexShrink": {
|
|
6885
7115
|
"$ref": "#integer"
|
|
7116
|
+
},
|
|
7117
|
+
"backgroundColor": {
|
|
7118
|
+
"$ref": "#color"
|
|
7119
|
+
},
|
|
7120
|
+
"borderRadius": {
|
|
7121
|
+
"$ref": "#radius"
|
|
7122
|
+
},
|
|
7123
|
+
"padding": {
|
|
7124
|
+
"$ref": "#size"
|
|
7125
|
+
},
|
|
7126
|
+
"gap": {
|
|
7127
|
+
"$ref": "#size"
|
|
6886
7128
|
}
|
|
6887
7129
|
}
|
|
6888
7130
|
},
|
|
@@ -12430,15 +12672,36 @@
|
|
|
12430
12672
|
"type": "object",
|
|
12431
12673
|
"additionalProperties": false,
|
|
12432
12674
|
"properties": {
|
|
12675
|
+
"buttonDirection": {
|
|
12676
|
+
"$ref": "#direction"
|
|
12677
|
+
},
|
|
12678
|
+
"contentMarginBottom": {
|
|
12679
|
+
"$ref": "#size"
|
|
12680
|
+
},
|
|
12681
|
+
"contentMarginLeft": {
|
|
12682
|
+
"$ref": "#size"
|
|
12683
|
+
},
|
|
12684
|
+
"contentMarginRight": {
|
|
12685
|
+
"$ref": "#size"
|
|
12686
|
+
},
|
|
12687
|
+
"contentMarginTop": {
|
|
12688
|
+
"$ref": "#size"
|
|
12689
|
+
},
|
|
12690
|
+
"contentPaddingLeft": {
|
|
12691
|
+
"$ref": "#size"
|
|
12692
|
+
},
|
|
12693
|
+
"contentPaddingRight": {
|
|
12694
|
+
"$ref": "#size"
|
|
12695
|
+
},
|
|
12433
12696
|
"headerFontColor": {
|
|
12434
12697
|
"$ref": "#color"
|
|
12435
12698
|
},
|
|
12436
|
-
"headerFontSize": {
|
|
12437
|
-
"$ref": "#fontSize"
|
|
12438
|
-
},
|
|
12439
12699
|
"headerFontName": {
|
|
12440
12700
|
"$ref": "#fontName"
|
|
12441
12701
|
},
|
|
12702
|
+
"headerFontSize": {
|
|
12703
|
+
"$ref": "#fontSize"
|
|
12704
|
+
},
|
|
12442
12705
|
"headerFontWeight": {
|
|
12443
12706
|
"$ref": "#fontWeight"
|
|
12444
12707
|
},
|
|
@@ -12451,43 +12714,46 @@
|
|
|
12451
12714
|
"maxWidthSize": {
|
|
12452
12715
|
"$ref": "#size"
|
|
12453
12716
|
},
|
|
12454
|
-
"minWidth": {
|
|
12455
|
-
"$ref": "#size"
|
|
12456
|
-
},
|
|
12457
12717
|
"minHeight": {
|
|
12458
12718
|
"$ref": "#size"
|
|
12459
12719
|
},
|
|
12460
|
-
"
|
|
12461
|
-
"$ref": "#
|
|
12720
|
+
"minWidth": {
|
|
12721
|
+
"$ref": "#size"
|
|
12462
12722
|
},
|
|
12463
12723
|
"subHeaderFontName": {
|
|
12464
12724
|
"$ref": "#fontName"
|
|
12465
12725
|
},
|
|
12466
|
-
"subHeaderFontWeight": {
|
|
12467
|
-
"$ref": "#fontWeight"
|
|
12468
|
-
},
|
|
12469
12726
|
"subHeaderFontSize": {
|
|
12470
12727
|
"$ref": "#fontSize"
|
|
12471
12728
|
},
|
|
12472
|
-
"
|
|
12473
|
-
"$ref": "#
|
|
12729
|
+
"subHeaderFontWeight": {
|
|
12730
|
+
"$ref": "#fontWeight"
|
|
12731
|
+
},
|
|
12732
|
+
"subHeaderLineHeight": {
|
|
12733
|
+
"$ref": "#lineHeight"
|
|
12474
12734
|
}
|
|
12475
12735
|
},
|
|
12476
12736
|
"required": [
|
|
12737
|
+
"buttonDirection",
|
|
12738
|
+
"contentMarginBottom",
|
|
12739
|
+
"contentMarginLeft",
|
|
12740
|
+
"contentMarginRight",
|
|
12741
|
+
"contentMarginTop",
|
|
12742
|
+
"contentPaddingLeft",
|
|
12743
|
+
"contentPaddingRight",
|
|
12477
12744
|
"headerFontColor",
|
|
12478
|
-
"headerFontSize",
|
|
12479
12745
|
"headerFontName",
|
|
12746
|
+
"headerFontSize",
|
|
12480
12747
|
"headerFontWeight",
|
|
12481
12748
|
"headerLineHeight",
|
|
12482
12749
|
"maxHeightSize",
|
|
12483
12750
|
"maxWidthSize",
|
|
12484
|
-
"minWidth",
|
|
12485
12751
|
"minHeight",
|
|
12486
|
-
"
|
|
12752
|
+
"minWidth",
|
|
12487
12753
|
"subHeaderFontName",
|
|
12488
|
-
"subHeaderFontWeight",
|
|
12489
12754
|
"subHeaderFontSize",
|
|
12490
|
-
"
|
|
12755
|
+
"subHeaderFontWeight",
|
|
12756
|
+
"subHeaderLineHeight"
|
|
12491
12757
|
]
|
|
12492
12758
|
},
|
|
12493
12759
|
"rules": {
|
|
@@ -12504,15 +12770,36 @@
|
|
|
12504
12770
|
"type": "object",
|
|
12505
12771
|
"additionalProperties": false,
|
|
12506
12772
|
"properties": {
|
|
12773
|
+
"buttonDirection": {
|
|
12774
|
+
"$ref": "#direction"
|
|
12775
|
+
},
|
|
12776
|
+
"contentMarginBottom": {
|
|
12777
|
+
"$ref": "#size"
|
|
12778
|
+
},
|
|
12779
|
+
"contentMarginLeft": {
|
|
12780
|
+
"$ref": "#size"
|
|
12781
|
+
},
|
|
12782
|
+
"contentMarginRight": {
|
|
12783
|
+
"$ref": "#size"
|
|
12784
|
+
},
|
|
12785
|
+
"contentMarginTop": {
|
|
12786
|
+
"$ref": "#size"
|
|
12787
|
+
},
|
|
12788
|
+
"contentPaddingLeft": {
|
|
12789
|
+
"$ref": "#size"
|
|
12790
|
+
},
|
|
12791
|
+
"contentPaddingRight": {
|
|
12792
|
+
"$ref": "#size"
|
|
12793
|
+
},
|
|
12507
12794
|
"headerFontColor": {
|
|
12508
12795
|
"$ref": "#color"
|
|
12509
12796
|
},
|
|
12510
|
-
"headerFontSize": {
|
|
12511
|
-
"$ref": "#fontSize"
|
|
12512
|
-
},
|
|
12513
12797
|
"headerFontName": {
|
|
12514
12798
|
"$ref": "#fontName"
|
|
12515
12799
|
},
|
|
12800
|
+
"headerFontSize": {
|
|
12801
|
+
"$ref": "#fontSize"
|
|
12802
|
+
},
|
|
12516
12803
|
"headerFontWeight": {
|
|
12517
12804
|
"$ref": "#fontWeight"
|
|
12518
12805
|
},
|
|
@@ -12525,26 +12812,23 @@
|
|
|
12525
12812
|
"maxWidthSize": {
|
|
12526
12813
|
"$ref": "#size"
|
|
12527
12814
|
},
|
|
12528
|
-
"minWidth": {
|
|
12529
|
-
"$ref": "#size"
|
|
12530
|
-
},
|
|
12531
12815
|
"minHeight": {
|
|
12532
12816
|
"$ref": "#size"
|
|
12533
12817
|
},
|
|
12534
|
-
"
|
|
12535
|
-
"$ref": "#
|
|
12818
|
+
"minWidth": {
|
|
12819
|
+
"$ref": "#size"
|
|
12536
12820
|
},
|
|
12537
12821
|
"subHeaderFontName": {
|
|
12538
12822
|
"$ref": "#fontName"
|
|
12539
12823
|
},
|
|
12540
|
-
"subHeaderFontWeight": {
|
|
12541
|
-
"$ref": "#fontWeight"
|
|
12542
|
-
},
|
|
12543
12824
|
"subHeaderFontSize": {
|
|
12544
12825
|
"$ref": "#fontSize"
|
|
12545
12826
|
},
|
|
12546
|
-
"
|
|
12547
|
-
"$ref": "#
|
|
12827
|
+
"subHeaderFontWeight": {
|
|
12828
|
+
"$ref": "#fontWeight"
|
|
12829
|
+
},
|
|
12830
|
+
"subHeaderLineHeight": {
|
|
12831
|
+
"$ref": "#lineHeight"
|
|
12548
12832
|
}
|
|
12549
12833
|
}
|
|
12550
12834
|
},
|
|
@@ -20916,6 +21200,7 @@
|
|
|
20916
21200
|
"VideoPickerSlider",
|
|
20917
21201
|
"VideoPicker",
|
|
20918
21202
|
"Disclaimer",
|
|
21203
|
+
"FileUpload",
|
|
20919
21204
|
"Table",
|
|
20920
21205
|
"Image",
|
|
20921
21206
|
"Spinner",
|