@telus-uds/theme-koodo 5.16.2 → 5.17.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/Status.json +458 -0
- package/build/android/schema.json +872 -694
- package/build/android/theme.json +459 -1
- package/build/ios/Status.json +458 -0
- package/build/ios/schema.json +872 -694
- package/build/ios/theme.json +459 -1
- 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 +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +6 -2
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +178 -0
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +1 -1
- package/build/rn/ToggleSwitchGroup.js +1 -1
- package/build/rn/Tooltip.js +1 -1
- package/build/rn/TooltipButton.js +1 -1
- package/build/rn/Typography.js +1 -1
- package/build/rn/Video.js +1 -1
- package/build/rn/VideoButton.js +1 -1
- package/build/rn/VideoControlBar.js +1 -1
- package/build/rn/VideoMenu.js +1 -1
- package/build/rn/VideoMiddleControlButton.js +1 -1
- package/build/rn/VideoPicker.js +1 -1
- package/build/rn/VideoPickerSlider.js +1 -1
- package/build/rn/VideoPickerThumbnail.js +1 -1
- package/build/rn/VideoProgressBar.js +1 -1
- package/build/rn/VideoVolumeSlider.js +1 -1
- package/build/rn/WaffleGrid.js +1 -1
- package/build/rn/schema.json +872 -694
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +184 -4
- 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 +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +6 -2
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +178 -0
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +1 -1
- package/build/web/ToggleSwitchGroup.js +1 -1
- package/build/web/Tooltip.js +1 -1
- package/build/web/TooltipButton.js +1 -1
- package/build/web/Typography.js +1 -1
- package/build/web/Video.js +1 -1
- package/build/web/VideoButton.js +1 -1
- package/build/web/VideoControlBar.js +1 -1
- package/build/web/VideoMenu.js +1 -1
- package/build/web/VideoMiddleControlButton.js +1 -1
- package/build/web/VideoPicker.js +1 -1
- package/build/web/VideoPickerSlider.js +1 -1
- package/build/web/VideoPickerThumbnail.js +1 -1
- package/build/web/VideoProgressBar.js +1 -1
- package/build/web/VideoVolumeSlider.js +1 -1
- package/build/web/WaffleGrid.js +1 -1
- package/build/web/index.js +2 -1
- package/build/web/schema.json +872 -694
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +184 -4
- package/package.json +4 -4
- package/theme.json +287 -1
|
@@ -241,38 +241,38 @@
|
|
|
241
241
|
"anyOf": [
|
|
242
242
|
{
|
|
243
243
|
"const": "{palette.border.border1}",
|
|
244
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
245
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
244
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
245
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"const": "{palette.border.border2}",
|
|
249
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
250
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
249
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
250
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"const": "{palette.border.border3}",
|
|
254
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
255
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
254
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
255
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"const": "{palette.border.border4}",
|
|
259
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
260
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
259
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
260
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"const": "{palette.border.none}",
|
|
264
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
265
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
264
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
265
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
266
266
|
},
|
|
267
267
|
{
|
|
268
268
|
"const": "{system.border.zero}",
|
|
269
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
270
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
269
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
270
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
273
|
"const": "{system.border.none}",
|
|
274
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
275
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
274
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
275
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
276
276
|
}
|
|
277
277
|
],
|
|
278
278
|
"$id": "#border"
|
|
@@ -281,268 +281,268 @@
|
|
|
281
281
|
"anyOf": [
|
|
282
282
|
{
|
|
283
283
|
"const": "{palette.color.amaranth}",
|
|
284
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
285
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
284
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
285
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"const": "{palette.color.bilbao}",
|
|
289
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
290
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
289
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
290
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"const": "{palette.color.black}",
|
|
294
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
295
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
294
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlack",
|
|
295
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlack"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"const": "{palette.color.blackLight}",
|
|
299
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
300
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
299
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlack Light",
|
|
300
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlack Light"
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"const": "{palette.color.blue}",
|
|
304
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
305
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
304
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlue",
|
|
305
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlue"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"const": "{palette.color.blueDark}",
|
|
309
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
310
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
309
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlue Dark",
|
|
310
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlue Dark"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"const": "{palette.color.blueLight}",
|
|
314
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
315
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
314
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlue Light",
|
|
315
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlue Light"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"const": "{palette.color.caution}",
|
|
319
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
320
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
319
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nCaution",
|
|
320
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nCaution"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"const": "{palette.color.cautionLight}",
|
|
324
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
325
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
324
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nCaution Light",
|
|
325
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nCaution Light"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"const": "{palette.color.danger}",
|
|
329
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
330
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
329
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDanger",
|
|
330
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDanger"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"const": "{palette.color.dangerLight}",
|
|
334
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
335
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
334
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDanger Light",
|
|
335
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDanger Light"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"const": "{palette.color.dangerMid}",
|
|
339
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
340
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
339
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDanger Mid",
|
|
340
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDanger Mid"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"const": "{palette.color.dark10}",
|
|
344
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
345
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
344
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 10%",
|
|
345
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
"const": "{palette.color.dark20}",
|
|
349
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
350
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
349
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 20%",
|
|
350
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"const": "{palette.color.dark40}",
|
|
354
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
355
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
354
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 40%",
|
|
355
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"const": "{palette.color.dark5}",
|
|
359
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
360
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
359
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 5%",
|
|
360
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"const": "{palette.color.dark60}",
|
|
364
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
365
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
364
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 60%",
|
|
365
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"const": "{palette.color.dark80}",
|
|
369
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
370
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
369
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 80%",
|
|
370
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"const": "{palette.color.dark97}",
|
|
374
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
375
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
374
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDark 97%",
|
|
375
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"const": "{palette.color.dove}",
|
|
379
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
380
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
379
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nDove",
|
|
380
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nDove"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"const": "{palette.color.flirt}",
|
|
384
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
385
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
384
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
385
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
"const": "{palette.color.gallery}",
|
|
389
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
390
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
389
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nGallery",
|
|
390
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nGallery"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"const": "{palette.color.green}",
|
|
394
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
395
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
394
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nGreen",
|
|
395
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nGreen"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
"const": "{palette.color.greenDark}",
|
|
399
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
400
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
399
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nGreen Dark",
|
|
400
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nGreen Dark"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"const": "{palette.color.greenLight}",
|
|
404
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
405
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
404
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nGreen Light",
|
|
405
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nGreen Light"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"const": "{palette.color.greyLight}",
|
|
409
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
410
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
409
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
410
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"const": "{palette.color.greyMystic}",
|
|
414
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
415
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
414
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nMystic Grey",
|
|
415
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"const": "{palette.color.light10}",
|
|
419
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
420
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
419
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 10%",
|
|
420
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"const": "{palette.color.light20}",
|
|
424
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
425
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
424
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 20%",
|
|
425
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
428
|
"const": "{palette.color.light40}",
|
|
429
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
430
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
429
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 40%",
|
|
430
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"const": "{palette.color.light60}",
|
|
434
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
435
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
434
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 60%",
|
|
435
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
"const": "{palette.color.light80}",
|
|
439
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
440
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
439
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 80%",
|
|
440
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"const": "{palette.color.light97}",
|
|
444
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
445
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
444
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nLight 97%",
|
|
445
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
"const": "{palette.color.mortar}",
|
|
449
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
450
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
449
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nMortar",
|
|
450
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nMortar"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"const": "{palette.color.mosque}",
|
|
454
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
455
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
454
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
455
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
456
456
|
},
|
|
457
457
|
{
|
|
458
458
|
"const": "{palette.color.orange}",
|
|
459
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
460
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
459
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nOrange",
|
|
460
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nOrange"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"const": "{palette.color.orangeDark}",
|
|
464
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
465
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
464
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nOrange Dark",
|
|
465
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nOrange Dark"
|
|
466
466
|
},
|
|
467
467
|
{
|
|
468
468
|
"const": "{palette.color.orangeLight}",
|
|
469
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
470
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
469
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nOrange Light",
|
|
470
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nOrange Light"
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
"const": "{palette.color.pink}",
|
|
474
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
475
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
474
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPink",
|
|
475
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPink"
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
478
|
"const": "{palette.color.pinkDark}",
|
|
479
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
480
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
479
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPink Dark",
|
|
480
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPink Dark"
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
"const": "{palette.color.pinkLight}",
|
|
484
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
485
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
484
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPink Light",
|
|
485
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPink Light"
|
|
486
486
|
},
|
|
487
487
|
{
|
|
488
488
|
"const": "{palette.color.purple}",
|
|
489
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
490
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
489
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPurple",
|
|
490
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPurple"
|
|
491
491
|
},
|
|
492
492
|
{
|
|
493
493
|
"const": "{palette.color.purpleDark}",
|
|
494
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
495
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
494
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPurple Dark",
|
|
495
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPurple Dark"
|
|
496
496
|
},
|
|
497
497
|
{
|
|
498
498
|
"const": "{palette.color.purpleLight}",
|
|
499
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
500
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
499
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nPurple Light",
|
|
500
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
"const": "{palette.color.silver}",
|
|
504
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
505
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
504
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nSilver",
|
|
505
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nSilver"
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
508
|
"const": "{palette.color.silverDark}",
|
|
509
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
510
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
509
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
510
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"const": "{palette.color.success}",
|
|
514
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
515
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
514
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nSuccess",
|
|
515
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nSuccess"
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
"const": "{palette.color.successLight}",
|
|
519
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
520
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
519
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nSuccess Light",
|
|
520
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nSuccess Light"
|
|
521
521
|
},
|
|
522
522
|
{
|
|
523
523
|
"const": "{palette.color.transparent}",
|
|
524
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
525
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
524
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
525
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
526
526
|
},
|
|
527
527
|
{
|
|
528
528
|
"const": "{palette.color.trinidad}",
|
|
529
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
530
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
529
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
530
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"const": "{palette.color.white}",
|
|
534
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
535
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
534
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
535
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
538
538
|
"const": "{system.color.transparent}",
|
|
539
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
540
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
539
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
540
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
543
|
"const": "{system.color.none}",
|
|
544
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
545
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
544
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
545
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
546
546
|
}
|
|
547
547
|
],
|
|
548
548
|
"$id": "#color"
|
|
@@ -551,18 +551,18 @@
|
|
|
551
551
|
"anyOf": [
|
|
552
552
|
{
|
|
553
553
|
"const": "{palette.duration.duration250}",
|
|
554
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
555
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
554
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
555
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
558
|
"const": "{palette.duration.duration300}",
|
|
559
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
560
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
559
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
560
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
561
561
|
},
|
|
562
562
|
{
|
|
563
563
|
"const": "{system.duration.zero}",
|
|
564
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
565
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
564
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
565
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
566
566
|
}
|
|
567
567
|
],
|
|
568
568
|
"$id": "#duration"
|
|
@@ -571,113 +571,113 @@
|
|
|
571
571
|
"anyOf": [
|
|
572
572
|
{
|
|
573
573
|
"const": "{palette.fontSize.size12}",
|
|
574
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
575
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
574
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
575
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"const": "{palette.fontSize.size14}",
|
|
579
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
580
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
579
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
580
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"const": "{palette.fontSize.size15}",
|
|
584
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
585
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
584
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
585
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
586
586
|
},
|
|
587
587
|
{
|
|
588
588
|
"const": "{palette.fontSize.size16}",
|
|
589
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
590
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
589
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
590
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
591
591
|
},
|
|
592
592
|
{
|
|
593
593
|
"const": "{palette.fontSize.size18}",
|
|
594
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
595
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
594
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
595
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
"const": "{palette.fontSize.size2}",
|
|
599
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
600
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
599
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
600
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
601
601
|
},
|
|
602
602
|
{
|
|
603
603
|
"const": "{palette.fontSize.size20}",
|
|
604
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
605
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
604
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
605
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
"const": "{palette.fontSize.size24}",
|
|
609
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
610
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
609
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
610
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
613
|
"const": "{palette.fontSize.size28}",
|
|
614
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
615
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
614
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
615
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
616
616
|
},
|
|
617
617
|
{
|
|
618
618
|
"const": "{palette.fontSize.size30}",
|
|
619
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
620
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
619
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
620
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"const": "{palette.fontSize.size32}",
|
|
624
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
625
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
624
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
625
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
626
626
|
},
|
|
627
627
|
{
|
|
628
628
|
"const": "{palette.fontSize.size34}",
|
|
629
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
630
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
629
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
630
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
633
|
"const": "{palette.fontSize.size36}",
|
|
634
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
635
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
634
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
635
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
636
636
|
},
|
|
637
637
|
{
|
|
638
638
|
"const": "{palette.fontSize.size40}",
|
|
639
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
640
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
639
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
640
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
641
641
|
},
|
|
642
642
|
{
|
|
643
643
|
"const": "{palette.fontSize.size44}",
|
|
644
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
645
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
644
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
645
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
646
646
|
},
|
|
647
647
|
{
|
|
648
648
|
"const": "{palette.fontSize.size48}",
|
|
649
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
650
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
649
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
650
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
651
651
|
},
|
|
652
652
|
{
|
|
653
653
|
"const": "{palette.fontSize.size54}",
|
|
654
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
655
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
654
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
655
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
658
|
"const": "{palette.fontSize.size56}",
|
|
659
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
660
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
659
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
660
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
661
661
|
},
|
|
662
662
|
{
|
|
663
663
|
"const": "{palette.fontSize.size64}",
|
|
664
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
665
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
664
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
665
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
668
|
"const": "{palette.fontSize.size70}",
|
|
669
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
670
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
669
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
670
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
671
671
|
},
|
|
672
672
|
{
|
|
673
673
|
"const": "{palette.fontSize.size72}",
|
|
674
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
675
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
674
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
675
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
676
676
|
},
|
|
677
677
|
{
|
|
678
678
|
"const": "{system.fontSize.none}",
|
|
679
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
680
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
679
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
680
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
681
681
|
}
|
|
682
682
|
],
|
|
683
683
|
"$id": "#fontSize"
|
|
@@ -686,13 +686,13 @@
|
|
|
686
686
|
"anyOf": [
|
|
687
687
|
{
|
|
688
688
|
"const": "{palette.gradient.blackSolid}",
|
|
689
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
690
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
689
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nBlack solid Gradient",
|
|
690
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nBlack solid Gradient"
|
|
691
691
|
},
|
|
692
692
|
{
|
|
693
693
|
"const": "{system.gradient.none}",
|
|
694
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
695
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
694
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
695
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
696
696
|
}
|
|
697
697
|
],
|
|
698
698
|
"$id": "#gradient"
|
|
@@ -701,493 +701,493 @@
|
|
|
701
701
|
"anyOf": [
|
|
702
702
|
{
|
|
703
703
|
"const": "{palette.icon.Add}",
|
|
704
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
705
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
704
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
705
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
706
706
|
},
|
|
707
707
|
{
|
|
708
708
|
"const": "{palette.icon.Amex}",
|
|
709
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
710
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
709
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
710
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
711
711
|
},
|
|
712
712
|
{
|
|
713
713
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
714
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
715
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
714
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
715
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
"const": "{palette.icon.ArrowLeft}",
|
|
719
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
720
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
719
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
720
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
721
721
|
},
|
|
722
722
|
{
|
|
723
723
|
"const": "{palette.icon.ArrowRight}",
|
|
724
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
725
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
724
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
725
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
726
726
|
},
|
|
727
727
|
{
|
|
728
728
|
"const": "{palette.icon.BoxOutline}",
|
|
729
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
730
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
729
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
730
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
731
731
|
},
|
|
732
732
|
{
|
|
733
733
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
734
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
735
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
734
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
735
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
738
|
"const": "{palette.icon.Bullet}",
|
|
739
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
740
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
739
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
740
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
741
741
|
},
|
|
742
742
|
{
|
|
743
743
|
"const": "{palette.icon.BulletFill}",
|
|
744
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
745
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
744
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
745
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
746
746
|
},
|
|
747
747
|
{
|
|
748
748
|
"const": "{palette.icon.Cart}",
|
|
749
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
750
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
749
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
750
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
753
|
"const": "{palette.icon.CartFilled}",
|
|
754
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
755
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
754
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
755
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
758
|
"const": "{palette.icon.Caution}",
|
|
759
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
760
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
759
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
760
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
761
761
|
},
|
|
762
762
|
{
|
|
763
763
|
"const": "{palette.icon.Check}",
|
|
764
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
765
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
764
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
765
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
766
766
|
},
|
|
767
767
|
{
|
|
768
768
|
"const": "{palette.icon.CheckCircle}",
|
|
769
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
770
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
769
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
770
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
773
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
774
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
775
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
774
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
775
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
776
776
|
},
|
|
777
777
|
{
|
|
778
778
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
779
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
780
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
779
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
780
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
781
781
|
},
|
|
782
782
|
{
|
|
783
783
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
784
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
785
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
784
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
785
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
786
786
|
},
|
|
787
787
|
{
|
|
788
788
|
"const": "{palette.icon.ChevronDown}",
|
|
789
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
790
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
789
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
790
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
"const": "{palette.icon.ChevronLeft}",
|
|
794
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
795
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
794
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
795
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
796
796
|
},
|
|
797
797
|
{
|
|
798
798
|
"const": "{palette.icon.ChevronRight}",
|
|
799
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
800
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
799
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
800
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
801
801
|
},
|
|
802
802
|
{
|
|
803
803
|
"const": "{palette.icon.ChevronUp}",
|
|
804
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
805
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
804
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
805
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
808
|
"const": "{palette.icon.CircledLine}",
|
|
809
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
810
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
809
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
810
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
811
811
|
},
|
|
812
812
|
{
|
|
813
813
|
"const": "{palette.icon.Clipboard}",
|
|
814
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
815
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
814
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
815
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
816
816
|
},
|
|
817
817
|
{
|
|
818
818
|
"const": "{palette.icon.Close}",
|
|
819
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
820
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
819
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
820
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
823
|
"const": "{palette.icon.ClosedCaptions}",
|
|
824
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
825
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
824
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
825
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
826
826
|
},
|
|
827
827
|
{
|
|
828
828
|
"const": "{palette.icon.Coaxial}",
|
|
829
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
830
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
829
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
830
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
831
831
|
},
|
|
832
832
|
{
|
|
833
833
|
"const": "{palette.icon.CreditCard}",
|
|
834
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
835
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
834
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
835
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
838
|
"const": "{palette.icon.DSL}",
|
|
839
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
840
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
839
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
840
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
841
841
|
},
|
|
842
842
|
{
|
|
843
843
|
"const": "{palette.icon.Devices}",
|
|
844
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
845
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
844
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
845
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"const": "{palette.icon.Download}",
|
|
849
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
850
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
849
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
850
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
851
851
|
},
|
|
852
852
|
{
|
|
853
853
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
854
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
855
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
854
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
855
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
856
856
|
},
|
|
857
857
|
{
|
|
858
858
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
859
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
860
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
859
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
860
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
861
861
|
},
|
|
862
862
|
{
|
|
863
863
|
"const": "{palette.icon.Expand}",
|
|
864
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
865
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
864
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
865
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
866
866
|
},
|
|
867
867
|
{
|
|
868
868
|
"const": "{palette.icon.EyeClosed}",
|
|
869
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
870
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
869
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
870
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
873
|
"const": "{palette.icon.EyeMasked}",
|
|
874
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
875
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
874
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
875
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
878
|
"const": "{palette.icon.EyeOpened}",
|
|
879
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
880
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
879
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
880
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
881
881
|
},
|
|
882
882
|
{
|
|
883
883
|
"const": "{palette.icon.EyeUnmasked}",
|
|
884
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
885
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
884
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
885
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
886
886
|
},
|
|
887
887
|
{
|
|
888
888
|
"const": "{palette.icon.FullscreenExpand}",
|
|
889
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
890
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
889
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
890
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
893
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
894
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
895
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
894
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
895
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
898
|
"const": "{palette.icon.Gift}",
|
|
899
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
900
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
899
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
900
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
901
901
|
},
|
|
902
902
|
{
|
|
903
903
|
"const": "{palette.icon.Hamburger}",
|
|
904
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
905
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
904
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
905
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
908
|
"const": "{palette.icon.IdTag}",
|
|
909
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
910
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
909
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
910
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
911
911
|
},
|
|
912
912
|
{
|
|
913
913
|
"const": "{palette.icon.Info}",
|
|
914
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
915
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
914
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
915
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
916
916
|
},
|
|
917
917
|
{
|
|
918
918
|
"const": "{palette.icon.InfoSelected}",
|
|
919
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
920
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
919
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
920
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
921
921
|
},
|
|
922
922
|
{
|
|
923
923
|
"const": "{palette.icon.InformationCircled}",
|
|
924
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
925
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
924
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
925
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
"const": "{palette.icon.InternetSpeed}",
|
|
929
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
930
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
929
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
930
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"const": "{palette.icon.Kebab}",
|
|
934
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
935
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
934
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
935
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
936
936
|
},
|
|
937
937
|
{
|
|
938
938
|
"const": "{palette.icon.LeftCircle}",
|
|
939
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
940
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
939
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
940
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
941
941
|
},
|
|
942
942
|
{
|
|
943
943
|
"const": "{palette.icon.LinkExternal}",
|
|
944
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
945
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
944
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
945
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
946
946
|
},
|
|
947
947
|
{
|
|
948
948
|
"const": "{palette.icon.LocationMap}",
|
|
949
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
950
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
949
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
950
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
953
|
"const": "{palette.icon.LockFilled}",
|
|
954
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
955
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
954
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
955
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
956
956
|
},
|
|
957
957
|
{
|
|
958
958
|
"const": "{palette.icon.Maintenance}",
|
|
959
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
960
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
959
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
960
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
961
961
|
},
|
|
962
962
|
{
|
|
963
963
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
964
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
965
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
964
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
965
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
968
|
"const": "{palette.icon.MasterCard}",
|
|
969
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
970
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
969
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
970
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
971
971
|
},
|
|
972
972
|
{
|
|
973
973
|
"const": "{palette.icon.Muted}",
|
|
974
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
975
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
974
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
975
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
976
976
|
},
|
|
977
977
|
{
|
|
978
978
|
"const": "{palette.icon.OfferStarFilled}",
|
|
979
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
980
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
979
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
980
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
981
981
|
},
|
|
982
982
|
{
|
|
983
983
|
"const": "{palette.icon.Pause}",
|
|
984
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
985
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
984
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
985
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
986
986
|
},
|
|
987
987
|
{
|
|
988
988
|
"const": "{palette.icon.PaymentAdd}",
|
|
989
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
990
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
989
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
990
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
991
991
|
},
|
|
992
992
|
{
|
|
993
993
|
"const": "{palette.icon.Perk}",
|
|
994
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
995
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
994
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
995
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
996
996
|
},
|
|
997
997
|
{
|
|
998
998
|
"const": "{palette.icon.Phone}",
|
|
999
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1000
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
999
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1000
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1001
1001
|
},
|
|
1002
1002
|
{
|
|
1003
1003
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
1004
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1005
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1004
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1005
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1006
1006
|
},
|
|
1007
1007
|
{
|
|
1008
1008
|
"const": "{palette.icon.Play}",
|
|
1009
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1010
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1009
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1010
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1011
1011
|
},
|
|
1012
1012
|
{
|
|
1013
1013
|
"const": "{palette.icon.PlaySolid}",
|
|
1014
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1015
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1014
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1015
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1016
1016
|
},
|
|
1017
1017
|
{
|
|
1018
1018
|
"const": "{palette.icon.PlayVideo}",
|
|
1019
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1020
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1019
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1020
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
1023
1023
|
"const": "{palette.icon.PlugPlay}",
|
|
1024
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1025
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1024
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1025
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1026
1026
|
},
|
|
1027
1027
|
{
|
|
1028
1028
|
"const": "{palette.icon.Preference}",
|
|
1029
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1030
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1029
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1030
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1031
1031
|
},
|
|
1032
1032
|
{
|
|
1033
1033
|
"const": "{palette.icon.Price}",
|
|
1034
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1035
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1034
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1035
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1036
1036
|
},
|
|
1037
1037
|
{
|
|
1038
1038
|
"const": "{palette.icon.Question}",
|
|
1039
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1040
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1039
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1040
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1041
1041
|
},
|
|
1042
1042
|
{
|
|
1043
1043
|
"const": "{palette.icon.QuestionFilled}",
|
|
1044
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1045
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1044
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1045
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1046
1046
|
},
|
|
1047
1047
|
{
|
|
1048
1048
|
"const": "{palette.icon.QuoteLeft}",
|
|
1049
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1050
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1049
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1050
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1051
1051
|
},
|
|
1052
1052
|
{
|
|
1053
1053
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1054
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1055
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1054
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1055
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1056
1056
|
},
|
|
1057
1057
|
{
|
|
1058
1058
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1059
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1060
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1059
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1060
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1061
1061
|
},
|
|
1062
1062
|
{
|
|
1063
1063
|
"const": "{palette.icon.RadialOutline}",
|
|
1064
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1065
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1064
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1065
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1066
1066
|
},
|
|
1067
1067
|
{
|
|
1068
1068
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1069
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1070
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1069
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1070
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1071
1071
|
},
|
|
1072
1072
|
{
|
|
1073
1073
|
"const": "{palette.icon.Receipt}",
|
|
1074
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1075
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1074
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1075
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1076
1076
|
},
|
|
1077
1077
|
{
|
|
1078
1078
|
"const": "{palette.icon.Refresh}",
|
|
1079
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1080
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1079
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1080
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1081
1081
|
},
|
|
1082
1082
|
{
|
|
1083
1083
|
"const": "{palette.icon.Replay}",
|
|
1084
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1085
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1084
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1085
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1086
1086
|
},
|
|
1087
1087
|
{
|
|
1088
1088
|
"const": "{palette.icon.RightCircle}",
|
|
1089
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1090
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1089
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1090
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1091
1091
|
},
|
|
1092
1092
|
{
|
|
1093
1093
|
"const": "{palette.icon.RightCirlce}",
|
|
1094
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1095
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1094
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nTODO: remove in next major release",
|
|
1095
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nTODO: remove in next major release"
|
|
1096
1096
|
},
|
|
1097
1097
|
{
|
|
1098
1098
|
"const": "{palette.icon.Settings}",
|
|
1099
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1100
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1099
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1100
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
1103
|
"const": "{palette.icon.SettingsSolid}",
|
|
1104
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1105
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1104
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1105
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1106
1106
|
},
|
|
1107
1107
|
{
|
|
1108
1108
|
"const": "{palette.icon.ShippingFilled}",
|
|
1109
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1110
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1109
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1110
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
1113
|
"const": "{palette.icon.Shop}",
|
|
1114
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1115
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1114
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1115
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1116
1116
|
},
|
|
1117
1117
|
{
|
|
1118
1118
|
"const": "{palette.icon.Sim}",
|
|
1119
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1120
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1119
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1120
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1121
1121
|
},
|
|
1122
1122
|
{
|
|
1123
1123
|
"const": "{palette.icon.SimFilled}",
|
|
1124
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1125
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1124
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1125
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1126
1126
|
},
|
|
1127
1127
|
{
|
|
1128
1128
|
"const": "{palette.icon.Spyglass}",
|
|
1129
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1130
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1129
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1130
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1131
1131
|
},
|
|
1132
1132
|
{
|
|
1133
1133
|
"const": "{palette.icon.Streaming}",
|
|
1134
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1135
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1134
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1135
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1136
1136
|
},
|
|
1137
1137
|
{
|
|
1138
1138
|
"const": "{palette.icon.Subtract}",
|
|
1139
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1140
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1139
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1140
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1141
1141
|
},
|
|
1142
1142
|
{
|
|
1143
1143
|
"const": "{palette.icon.Tag}",
|
|
1144
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1145
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1144
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1145
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1146
1146
|
},
|
|
1147
1147
|
{
|
|
1148
1148
|
"const": "{palette.icon.TagFilled}",
|
|
1149
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1150
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1149
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1150
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
1153
|
"const": "{palette.icon.Times}",
|
|
1154
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1155
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1154
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1155
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1156
1156
|
},
|
|
1157
1157
|
{
|
|
1158
1158
|
"const": "{palette.icon.TimesCircled}",
|
|
1159
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1160
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1159
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1160
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1161
1161
|
},
|
|
1162
1162
|
{
|
|
1163
1163
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1164
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1165
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1164
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1165
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1166
1166
|
},
|
|
1167
1167
|
{
|
|
1168
1168
|
"const": "{palette.icon.Tooltip}",
|
|
1169
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1170
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1169
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1170
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1171
1171
|
},
|
|
1172
1172
|
{
|
|
1173
1173
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1174
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1175
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1174
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1175
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1176
1176
|
},
|
|
1177
1177
|
{
|
|
1178
1178
|
"const": "{palette.icon.Unmuted}",
|
|
1179
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1180
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1179
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1180
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
"const": "{palette.icon.Visa}",
|
|
1184
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1185
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1184
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1185
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1186
1186
|
},
|
|
1187
1187
|
{
|
|
1188
1188
|
"const": "{system.icon.none}",
|
|
1189
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1190
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1189
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1190
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1191
1191
|
}
|
|
1192
1192
|
],
|
|
1193
1193
|
"$id": "#icon"
|
|
@@ -1196,13 +1196,13 @@
|
|
|
1196
1196
|
"anyOf": [
|
|
1197
1197
|
{
|
|
1198
1198
|
"const": "{palette.letterSpacing.default}",
|
|
1199
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1200
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1199
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1200
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1201
1201
|
},
|
|
1202
1202
|
{
|
|
1203
1203
|
"const": "{system.letterSpacing.none}",
|
|
1204
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1205
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1204
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1205
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1206
1206
|
}
|
|
1207
1207
|
],
|
|
1208
1208
|
"$id": "#letterSpacing"
|
|
@@ -1211,118 +1211,118 @@
|
|
|
1211
1211
|
"anyOf": [
|
|
1212
1212
|
{
|
|
1213
1213
|
"const": "{palette.lineHeight.multiply110}",
|
|
1214
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1215
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1214
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1215
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1216
1216
|
},
|
|
1217
1217
|
{
|
|
1218
1218
|
"const": "{palette.lineHeight.multiply120}",
|
|
1219
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1220
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1219
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1220
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1221
1221
|
},
|
|
1222
1222
|
{
|
|
1223
1223
|
"const": "{palette.lineHeight.multiply130}",
|
|
1224
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1225
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1224
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1225
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1226
1226
|
},
|
|
1227
1227
|
{
|
|
1228
1228
|
"const": "{palette.lineHeight.multiply140}",
|
|
1229
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1230
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1229
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1230
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1231
1231
|
},
|
|
1232
1232
|
{
|
|
1233
1233
|
"const": "{palette.lineHeight.multiply150}",
|
|
1234
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1235
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1234
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1235
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1236
1236
|
},
|
|
1237
1237
|
{
|
|
1238
1238
|
"const": "{palette.lineHeight.multiply160}",
|
|
1239
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1240
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1239
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1240
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1241
1241
|
},
|
|
1242
1242
|
{
|
|
1243
1243
|
"const": "{palette.lineHeight.multiply172}",
|
|
1244
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1245
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1244
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1245
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1249
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1250
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1249
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1250
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1251
1251
|
},
|
|
1252
1252
|
{
|
|
1253
1253
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1254
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1255
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1254
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1255
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1256
1256
|
},
|
|
1257
1257
|
{
|
|
1258
1258
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1259
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1260
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1259
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1260
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1261
1261
|
},
|
|
1262
1262
|
{
|
|
1263
1263
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1264
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1265
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1264
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1265
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1266
1266
|
},
|
|
1267
1267
|
{
|
|
1268
1268
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1269
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1270
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1269
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1270
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1271
1271
|
},
|
|
1272
1272
|
{
|
|
1273
1273
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1274
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1275
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1274
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1275
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1276
1276
|
},
|
|
1277
1277
|
{
|
|
1278
1278
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1279
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1280
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1279
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1280
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1281
1281
|
},
|
|
1282
1282
|
{
|
|
1283
1283
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1284
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1285
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1284
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1285
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
1288
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1289
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1290
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1289
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1290
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1291
1291
|
},
|
|
1292
1292
|
{
|
|
1293
1293
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1294
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1295
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1294
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1295
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1296
1296
|
},
|
|
1297
1297
|
{
|
|
1298
1298
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1299
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1300
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1299
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1300
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1301
1301
|
},
|
|
1302
1302
|
{
|
|
1303
1303
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1304
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1305
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1304
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1305
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1306
1306
|
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1309
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1310
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1309
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1310
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1311
1311
|
},
|
|
1312
1312
|
{
|
|
1313
1313
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1314
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1315
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1314
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1315
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1316
1316
|
},
|
|
1317
1317
|
{
|
|
1318
1318
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1319
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1320
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1319
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1320
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1321
1321
|
},
|
|
1322
1322
|
{
|
|
1323
1323
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1324
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1325
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1324
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1325
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1326
1326
|
}
|
|
1327
1327
|
],
|
|
1328
1328
|
"$id": "#lineHeight"
|
|
@@ -1331,28 +1331,28 @@
|
|
|
1331
1331
|
"anyOf": [
|
|
1332
1332
|
{
|
|
1333
1333
|
"const": "{palette.opacity.opacity10}",
|
|
1334
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1335
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1334
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1335
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1336
1336
|
},
|
|
1337
1337
|
{
|
|
1338
1338
|
"const": "{palette.opacity.opacity3}",
|
|
1339
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1340
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1339
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1340
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1341
1341
|
},
|
|
1342
1342
|
{
|
|
1343
1343
|
"const": "{palette.opacity.opacity5}",
|
|
1344
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1345
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1344
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1345
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1346
1346
|
},
|
|
1347
1347
|
{
|
|
1348
1348
|
"const": "{palette.opacity.opacity8}",
|
|
1349
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1350
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1349
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1350
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1351
1351
|
},
|
|
1352
1352
|
{
|
|
1353
1353
|
"const": "{system.opacity.opaque}",
|
|
1354
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1355
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1354
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1355
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1356
1356
|
}
|
|
1357
1357
|
],
|
|
1358
1358
|
"$id": "#opacity"
|
|
@@ -1361,78 +1361,83 @@
|
|
|
1361
1361
|
"anyOf": [
|
|
1362
1362
|
{
|
|
1363
1363
|
"const": "{palette.radius.none}",
|
|
1364
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1365
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1364
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1365
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1366
1366
|
},
|
|
1367
1367
|
{
|
|
1368
1368
|
"const": "{palette.radius.pill32}",
|
|
1369
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1370
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1369
|
+
"description": "@telus-uds/palette-koodo/v1.6.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)",
|
|
1370
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.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
1371
|
},
|
|
1372
1372
|
{
|
|
1373
1373
|
"const": "{palette.radius.radius1}",
|
|
1374
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1375
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1374
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1375
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1376
1376
|
},
|
|
1377
1377
|
{
|
|
1378
1378
|
"const": "{palette.radius.radius12}",
|
|
1379
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1380
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1379
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1380
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1381
1381
|
},
|
|
1382
1382
|
{
|
|
1383
1383
|
"const": "{palette.radius.radius16}",
|
|
1384
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1385
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1384
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1385
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1386
1386
|
},
|
|
1387
1387
|
{
|
|
1388
1388
|
"const": "{palette.radius.radius2}",
|
|
1389
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1390
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1389
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1390
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
1393
1393
|
"const": "{palette.radius.radius24}",
|
|
1394
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1395
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1394
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1395
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
1398
|
"const": "{palette.radius.radius4}",
|
|
1399
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1400
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1399
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1400
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1401
1401
|
},
|
|
1402
1402
|
{
|
|
1403
1403
|
"const": "{palette.radius.radius45}",
|
|
1404
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1405
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1404
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1405
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1406
1406
|
},
|
|
1407
1407
|
{
|
|
1408
1408
|
"const": "{palette.radius.radius48}",
|
|
1409
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1410
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1409
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1410
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1411
1411
|
},
|
|
1412
1412
|
{
|
|
1413
1413
|
"const": "{palette.radius.radius6}",
|
|
1414
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1415
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1414
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1415
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1416
1416
|
},
|
|
1417
1417
|
{
|
|
1418
1418
|
"const": "{palette.radius.radius8}",
|
|
1419
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1420
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1419
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1420
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"const": "{palette.radius.radius99}",
|
|
1424
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
1425
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
1421
1426
|
},
|
|
1422
1427
|
{
|
|
1423
1428
|
"const": "{system.radius.none}",
|
|
1424
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1425
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1429
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1430
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1426
1431
|
},
|
|
1427
1432
|
{
|
|
1428
1433
|
"const": "{system.radius.zero}",
|
|
1429
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1430
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1434
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1435
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1431
1436
|
},
|
|
1432
1437
|
{
|
|
1433
1438
|
"const": "{system.radius.round}",
|
|
1434
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1435
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1439
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1440
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1436
1441
|
}
|
|
1437
1442
|
],
|
|
1438
1443
|
"$id": "#radius"
|
|
@@ -1441,38 +1446,38 @@
|
|
|
1441
1446
|
"anyOf": [
|
|
1442
1447
|
{
|
|
1443
1448
|
"const": "{palette.shadow.elevation1}",
|
|
1444
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1445
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1449
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1450
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1446
1451
|
},
|
|
1447
1452
|
{
|
|
1448
1453
|
"const": "{palette.shadow.elevation2}",
|
|
1449
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1450
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1454
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1455
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1451
1456
|
},
|
|
1452
1457
|
{
|
|
1453
1458
|
"const": "{palette.shadow.elevation3}",
|
|
1454
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1455
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1459
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1460
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1456
1461
|
},
|
|
1457
1462
|
{
|
|
1458
1463
|
"const": "{palette.shadow.none}",
|
|
1459
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1460
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1464
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1465
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1461
1466
|
},
|
|
1462
1467
|
{
|
|
1463
1468
|
"const": "{palette.shadow.surfaceInset}",
|
|
1464
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1465
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1469
|
+
"description": "@telus-uds/palette-koodo/v1.6.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",
|
|
1470
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.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"
|
|
1466
1471
|
},
|
|
1467
1472
|
{
|
|
1468
1473
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1469
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1470
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1474
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1475
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.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"
|
|
1471
1476
|
},
|
|
1472
1477
|
{
|
|
1473
1478
|
"const": "{system.shadow.none}",
|
|
1474
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1475
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1479
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1480
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1476
1481
|
}
|
|
1477
1482
|
],
|
|
1478
1483
|
"$id": "#shadow"
|
|
@@ -1481,288 +1486,288 @@
|
|
|
1481
1486
|
"anyOf": [
|
|
1482
1487
|
{
|
|
1483
1488
|
"const": "{palette.size.size0}",
|
|
1484
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1485
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1489
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1490
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1486
1491
|
},
|
|
1487
1492
|
{
|
|
1488
1493
|
"const": "{palette.size.size1}",
|
|
1489
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1490
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1494
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1495
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1491
1496
|
},
|
|
1492
1497
|
{
|
|
1493
1498
|
"const": "{palette.size.size10}",
|
|
1494
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1495
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1499
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1500
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1496
1501
|
},
|
|
1497
1502
|
{
|
|
1498
1503
|
"const": "{palette.size.size12}",
|
|
1499
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1500
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1504
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1505
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1501
1506
|
},
|
|
1502
1507
|
{
|
|
1503
1508
|
"const": "{palette.size.size120}",
|
|
1504
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1505
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1509
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1510
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1506
1511
|
},
|
|
1507
1512
|
{
|
|
1508
1513
|
"const": "{palette.size.size128}",
|
|
1509
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1510
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1514
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1515
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1511
1516
|
},
|
|
1512
1517
|
{
|
|
1513
1518
|
"const": "{palette.size.size13}",
|
|
1514
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1515
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1519
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1520
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1516
1521
|
},
|
|
1517
1522
|
{
|
|
1518
1523
|
"const": "{palette.size.size14}",
|
|
1519
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1520
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1524
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1525
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1521
1526
|
},
|
|
1522
1527
|
{
|
|
1523
1528
|
"const": "{palette.size.size140}",
|
|
1524
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1525
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1529
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1530
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1526
1531
|
},
|
|
1527
1532
|
{
|
|
1528
1533
|
"const": "{palette.size.size144}",
|
|
1529
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1530
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1534
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1535
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1531
1536
|
},
|
|
1532
1537
|
{
|
|
1533
1538
|
"const": "{palette.size.size15}",
|
|
1534
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1535
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1539
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1540
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1536
1541
|
},
|
|
1537
1542
|
{
|
|
1538
1543
|
"const": "{palette.size.size16}",
|
|
1539
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1540
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1544
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1545
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1541
1546
|
},
|
|
1542
1547
|
{
|
|
1543
1548
|
"const": "{palette.size.size168}",
|
|
1544
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1545
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1549
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1550
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1546
1551
|
},
|
|
1547
1552
|
{
|
|
1548
1553
|
"const": "{palette.size.size18}",
|
|
1549
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1550
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1554
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1555
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1551
1556
|
},
|
|
1552
1557
|
{
|
|
1553
1558
|
"const": "{palette.size.size184}",
|
|
1554
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1555
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1559
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1560
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1556
1561
|
},
|
|
1557
1562
|
{
|
|
1558
1563
|
"const": "{palette.size.size2}",
|
|
1559
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1560
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1564
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1565
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1561
1566
|
},
|
|
1562
1567
|
{
|
|
1563
1568
|
"const": "{palette.size.size20}",
|
|
1564
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1565
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1569
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1570
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1566
1571
|
},
|
|
1567
1572
|
{
|
|
1568
1573
|
"const": "{palette.size.size21}",
|
|
1569
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1570
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1574
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1575
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1571
1576
|
},
|
|
1572
1577
|
{
|
|
1573
1578
|
"const": "{palette.size.size22}",
|
|
1574
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1575
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1579
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1580
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1576
1581
|
},
|
|
1577
1582
|
{
|
|
1578
1583
|
"const": "{palette.size.size24}",
|
|
1579
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1580
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1584
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1585
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1581
1586
|
},
|
|
1582
1587
|
{
|
|
1583
1588
|
"const": "{palette.size.size26}",
|
|
1584
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1585
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1589
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1590
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1586
1591
|
},
|
|
1587
1592
|
{
|
|
1588
1593
|
"const": "{palette.size.size27}",
|
|
1589
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1590
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1594
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1595
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1591
1596
|
},
|
|
1592
1597
|
{
|
|
1593
1598
|
"const": "{palette.size.size288}",
|
|
1594
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1595
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1599
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1600
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1596
1601
|
},
|
|
1597
1602
|
{
|
|
1598
1603
|
"const": "{palette.size.size3}",
|
|
1599
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1600
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1604
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1605
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1601
1606
|
},
|
|
1602
1607
|
{
|
|
1603
1608
|
"const": "{palette.size.size32}",
|
|
1604
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1605
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1609
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1610
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1606
1611
|
},
|
|
1607
1612
|
{
|
|
1608
1613
|
"const": "{palette.size.size320}",
|
|
1609
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1610
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1614
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1615
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1611
1616
|
},
|
|
1612
1617
|
{
|
|
1613
1618
|
"const": "{palette.size.size36}",
|
|
1614
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1615
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1619
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1620
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1616
1621
|
},
|
|
1617
1622
|
{
|
|
1618
1623
|
"const": "{palette.size.size4}",
|
|
1619
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1620
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1624
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1625
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1621
1626
|
},
|
|
1622
1627
|
{
|
|
1623
1628
|
"const": "{palette.size.size40}",
|
|
1624
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1625
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1629
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1630
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1626
1631
|
},
|
|
1627
1632
|
{
|
|
1628
1633
|
"const": "{palette.size.size412}",
|
|
1629
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1630
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1634
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1635
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1631
1636
|
},
|
|
1632
1637
|
{
|
|
1633
1638
|
"const": "{palette.size.size44}",
|
|
1634
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1635
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1639
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1640
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1636
1641
|
},
|
|
1637
1642
|
{
|
|
1638
1643
|
"const": "{palette.size.size45}",
|
|
1639
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1640
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1644
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1645
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1641
1646
|
},
|
|
1642
1647
|
{
|
|
1643
1648
|
"const": "{palette.size.size48}",
|
|
1644
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1645
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1649
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1650
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1646
1651
|
},
|
|
1647
1652
|
{
|
|
1648
1653
|
"const": "{palette.size.size480}",
|
|
1649
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1650
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1654
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1655
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1651
1656
|
},
|
|
1652
1657
|
{
|
|
1653
1658
|
"const": "{palette.size.size5}",
|
|
1654
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1655
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1659
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1660
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1656
1661
|
},
|
|
1657
1662
|
{
|
|
1658
1663
|
"const": "{palette.size.size53}",
|
|
1659
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1660
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1664
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1665
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1661
1666
|
},
|
|
1662
1667
|
{
|
|
1663
1668
|
"const": "{palette.size.size544}",
|
|
1664
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1665
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1669
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1670
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1666
1671
|
},
|
|
1667
1672
|
{
|
|
1668
1673
|
"const": "{palette.size.size56}",
|
|
1669
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1670
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1674
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1675
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1671
1676
|
},
|
|
1672
1677
|
{
|
|
1673
1678
|
"const": "{palette.size.size576}",
|
|
1674
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1675
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1679
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1680
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1676
1681
|
},
|
|
1677
1682
|
{
|
|
1678
1683
|
"const": "{palette.size.size6}",
|
|
1679
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1680
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1684
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1685
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1681
1686
|
},
|
|
1682
1687
|
{
|
|
1683
1688
|
"const": "{palette.size.size630}",
|
|
1684
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1685
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1689
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1690
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1686
1691
|
},
|
|
1687
1692
|
{
|
|
1688
1693
|
"const": "{palette.size.size64}",
|
|
1689
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1690
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1694
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1695
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1691
1696
|
},
|
|
1692
1697
|
{
|
|
1693
1698
|
"const": "{palette.size.size640}",
|
|
1694
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1695
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1699
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1700
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1696
1701
|
},
|
|
1697
1702
|
{
|
|
1698
1703
|
"const": "{palette.size.size72}",
|
|
1699
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1700
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1704
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1705
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1701
1706
|
},
|
|
1702
1707
|
{
|
|
1703
1708
|
"const": "{palette.size.size768}",
|
|
1704
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1705
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1709
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1710
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1706
1711
|
},
|
|
1707
1712
|
{
|
|
1708
1713
|
"const": "{palette.size.size8}",
|
|
1709
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1710
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1714
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1715
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1711
1716
|
},
|
|
1712
1717
|
{
|
|
1713
1718
|
"const": "{palette.size.size80}",
|
|
1714
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1715
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1719
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1720
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1716
1721
|
},
|
|
1717
1722
|
{
|
|
1718
1723
|
"const": "{palette.size.size96}",
|
|
1719
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1720
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1724
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1725
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1721
1726
|
},
|
|
1722
1727
|
{
|
|
1723
1728
|
"const": "{system.size.none}",
|
|
1724
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1725
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1729
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1730
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1726
1731
|
},
|
|
1727
1732
|
{
|
|
1728
1733
|
"const": "{system.size.full}",
|
|
1729
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1730
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1734
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1735
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1731
1736
|
},
|
|
1732
1737
|
{
|
|
1733
1738
|
"const": "{system.size.twoThirds}",
|
|
1734
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1735
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1739
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1740
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1736
1741
|
},
|
|
1737
1742
|
{
|
|
1738
1743
|
"const": "{system.size.zero}",
|
|
1739
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1740
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1744
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1745
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1741
1746
|
},
|
|
1742
1747
|
{
|
|
1743
1748
|
"const": "{system.size.viewportXs}",
|
|
1744
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1745
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1749
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1750
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1746
1751
|
},
|
|
1747
1752
|
{
|
|
1748
1753
|
"const": "{system.size.viewportSm}",
|
|
1749
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1750
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1754
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1755
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1751
1756
|
},
|
|
1752
1757
|
{
|
|
1753
1758
|
"const": "{system.size.viewportMd}",
|
|
1754
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1755
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1759
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1760
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1756
1761
|
},
|
|
1757
1762
|
{
|
|
1758
1763
|
"const": "{system.size.viewportLg}",
|
|
1759
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1760
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1764
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1765
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1761
1766
|
},
|
|
1762
1767
|
{
|
|
1763
1768
|
"const": "{system.size.viewportXl}",
|
|
1764
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1765
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1769
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1770
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1766
1771
|
}
|
|
1767
1772
|
],
|
|
1768
1773
|
"$id": "#size"
|
|
@@ -1771,8 +1776,8 @@
|
|
|
1771
1776
|
"anyOf": [
|
|
1772
1777
|
{
|
|
1773
1778
|
"const": "{palette.fontName.StagSans}",
|
|
1774
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1775
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1779
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1780
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1776
1781
|
}
|
|
1777
1782
|
],
|
|
1778
1783
|
"$id": "#fontName"
|
|
@@ -1781,28 +1786,28 @@
|
|
|
1781
1786
|
"anyOf": [
|
|
1782
1787
|
{
|
|
1783
1788
|
"const": "{palette.fontWeight.weight300}",
|
|
1784
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1785
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1789
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1790
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1786
1791
|
},
|
|
1787
1792
|
{
|
|
1788
1793
|
"const": "{palette.fontWeight.weight400}",
|
|
1789
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1790
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1794
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1795
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1791
1796
|
},
|
|
1792
1797
|
{
|
|
1793
1798
|
"const": "{palette.fontWeight.weight500}",
|
|
1794
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1795
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1799
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1800
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1796
1801
|
},
|
|
1797
1802
|
{
|
|
1798
1803
|
"const": "{palette.fontWeight.weight600}",
|
|
1799
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1800
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1804
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1805
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1801
1806
|
},
|
|
1802
1807
|
{
|
|
1803
1808
|
"const": "{palette.fontWeight.weight700}",
|
|
1804
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1805
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1809
|
+
"description": "@telus-uds/palette-koodo/v1.6.0 palette tokens 🖌️\n",
|
|
1810
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.6.0` **palette** tokens 🖌️\n\n"
|
|
1806
1811
|
}
|
|
1807
1812
|
],
|
|
1808
1813
|
"$id": "#fontWeight"
|
|
@@ -1811,18 +1816,18 @@
|
|
|
1811
1816
|
"anyOf": [
|
|
1812
1817
|
{
|
|
1813
1818
|
"const": "{system.display.inline}",
|
|
1814
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1815
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1819
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1820
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1816
1821
|
},
|
|
1817
1822
|
{
|
|
1818
1823
|
"const": "{system.display.inlineBlock}",
|
|
1819
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1820
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1824
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1825
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1821
1826
|
},
|
|
1822
1827
|
{
|
|
1823
1828
|
"const": "{system.display.none}",
|
|
1824
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1825
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1829
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1830
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1826
1831
|
}
|
|
1827
1832
|
],
|
|
1828
1833
|
"$id": "#display"
|
|
@@ -1831,18 +1836,18 @@
|
|
|
1831
1836
|
"anyOf": [
|
|
1832
1837
|
{
|
|
1833
1838
|
"const": "{system.flexJustifyContent.center}",
|
|
1834
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1835
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1839
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1840
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1836
1841
|
},
|
|
1837
1842
|
{
|
|
1838
1843
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1839
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1840
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1844
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1845
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1841
1846
|
},
|
|
1842
1847
|
{
|
|
1843
1848
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1844
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1845
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1849
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1850
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1846
1851
|
}
|
|
1847
1852
|
],
|
|
1848
1853
|
"$id": "#flexJustifyContent"
|
|
@@ -1851,18 +1856,18 @@
|
|
|
1851
1856
|
"anyOf": [
|
|
1852
1857
|
{
|
|
1853
1858
|
"const": "{system.flexAlign.center}",
|
|
1854
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1855
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1859
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1860
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1856
1861
|
},
|
|
1857
1862
|
{
|
|
1858
1863
|
"const": "{system.flexAlign.flexStart}",
|
|
1859
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1860
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1864
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1865
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1861
1866
|
},
|
|
1862
1867
|
{
|
|
1863
1868
|
"const": "{system.flexAlign.stretch}",
|
|
1864
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1865
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1869
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1870
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1866
1871
|
}
|
|
1867
1872
|
],
|
|
1868
1873
|
"$id": "#flexAlign"
|
|
@@ -1871,63 +1876,63 @@
|
|
|
1871
1876
|
"anyOf": [
|
|
1872
1877
|
{
|
|
1873
1878
|
"const": "{system.integer.0}",
|
|
1874
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1875
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1879
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1880
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1876
1881
|
},
|
|
1877
1882
|
{
|
|
1878
1883
|
"const": "{system.integer.1}",
|
|
1879
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1880
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1884
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1885
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1881
1886
|
},
|
|
1882
1887
|
{
|
|
1883
1888
|
"const": "{system.integer.2}",
|
|
1884
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1885
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1889
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1890
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1886
1891
|
},
|
|
1887
1892
|
{
|
|
1888
1893
|
"const": "{system.integer.3}",
|
|
1889
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1890
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1894
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1895
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1891
1896
|
},
|
|
1892
1897
|
{
|
|
1893
1898
|
"const": "{system.integer.4}",
|
|
1894
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1895
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1899
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1900
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1896
1901
|
},
|
|
1897
1902
|
{
|
|
1898
1903
|
"const": "{system.integer.5}",
|
|
1899
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1900
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1904
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1905
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1901
1906
|
},
|
|
1902
1907
|
{
|
|
1903
1908
|
"const": "{system.integer.6}",
|
|
1904
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1905
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1909
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1910
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1906
1911
|
},
|
|
1907
1912
|
{
|
|
1908
1913
|
"const": "{system.integer.7}",
|
|
1909
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1910
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1914
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1915
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1911
1916
|
},
|
|
1912
1917
|
{
|
|
1913
1918
|
"const": "{system.integer.8}",
|
|
1914
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1915
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1919
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1920
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1916
1921
|
},
|
|
1917
1922
|
{
|
|
1918
1923
|
"const": "{system.integer.9}",
|
|
1919
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1920
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1924
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1925
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1921
1926
|
},
|
|
1922
1927
|
{
|
|
1923
1928
|
"const": "{system.integer.10}",
|
|
1924
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1925
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1929
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1930
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1926
1931
|
},
|
|
1927
1932
|
{
|
|
1928
1933
|
"const": "{system.integer.11}",
|
|
1929
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1930
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1934
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1935
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1931
1936
|
},
|
|
1932
1937
|
{
|
|
1933
1938
|
"type": "string",
|
|
@@ -1940,18 +1945,18 @@
|
|
|
1940
1945
|
"anyOf": [
|
|
1941
1946
|
{
|
|
1942
1947
|
"const": "{system.textLine.none}",
|
|
1943
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1944
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1948
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1949
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1945
1950
|
},
|
|
1946
1951
|
{
|
|
1947
1952
|
"const": "{system.textLine.underline}",
|
|
1948
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1949
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1953
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1954
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1950
1955
|
},
|
|
1951
1956
|
{
|
|
1952
1957
|
"const": "{system.textLine.strikethrough}",
|
|
1953
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1954
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1958
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1959
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1955
1960
|
}
|
|
1956
1961
|
],
|
|
1957
1962
|
"$id": "#textLine"
|
|
@@ -1960,8 +1965,8 @@
|
|
|
1960
1965
|
"anyOf": [
|
|
1961
1966
|
{
|
|
1962
1967
|
"const": "{system.textLineStyle.solid}",
|
|
1963
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1964
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1968
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1969
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1965
1970
|
}
|
|
1966
1971
|
],
|
|
1967
1972
|
"$id": "#textLineStyle"
|
|
@@ -1970,23 +1975,23 @@
|
|
|
1970
1975
|
"anyOf": [
|
|
1971
1976
|
{
|
|
1972
1977
|
"const": "{system.position.bottom}",
|
|
1973
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1974
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1978
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1979
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1975
1980
|
},
|
|
1976
1981
|
{
|
|
1977
1982
|
"const": "{system.position.left}",
|
|
1978
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1979
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1983
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1984
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1980
1985
|
},
|
|
1981
1986
|
{
|
|
1982
1987
|
"const": "{system.position.right}",
|
|
1983
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1984
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1988
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1989
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1985
1990
|
},
|
|
1986
1991
|
{
|
|
1987
1992
|
"const": "{system.position.top}",
|
|
1988
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1989
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1993
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1994
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1990
1995
|
}
|
|
1991
1996
|
],
|
|
1992
1997
|
"$id": "#position"
|
|
@@ -1995,18 +2000,18 @@
|
|
|
1995
2000
|
"anyOf": [
|
|
1996
2001
|
{
|
|
1997
2002
|
"const": "{system.direction.column}",
|
|
1998
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1999
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2003
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2004
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2000
2005
|
},
|
|
2001
2006
|
{
|
|
2002
2007
|
"const": "{system.direction.row}",
|
|
2003
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2004
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2008
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2009
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2005
2010
|
},
|
|
2006
2011
|
{
|
|
2007
2012
|
"const": "{system.direction.rowReverse}",
|
|
2008
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2009
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2013
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2014
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2010
2015
|
}
|
|
2011
2016
|
],
|
|
2012
2017
|
"$id": "#direction"
|
|
@@ -2015,13 +2020,13 @@
|
|
|
2015
2020
|
"anyOf": [
|
|
2016
2021
|
{
|
|
2017
2022
|
"const": "{system.show.true}",
|
|
2018
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2019
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2023
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2024
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2020
2025
|
},
|
|
2021
2026
|
{
|
|
2022
2027
|
"const": "{system.show.false}",
|
|
2023
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2024
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2028
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2029
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2025
2030
|
}
|
|
2026
2031
|
],
|
|
2027
2032
|
"$id": "#show"
|
|
@@ -2030,13 +2035,13 @@
|
|
|
2030
2035
|
"anyOf": [
|
|
2031
2036
|
{
|
|
2032
2037
|
"const": "{system.borderStyle.none}",
|
|
2033
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2034
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2038
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2039
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2035
2040
|
},
|
|
2036
2041
|
{
|
|
2037
2042
|
"const": "{system.borderStyle.solid}",
|
|
2038
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2039
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2043
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2044
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2040
2045
|
}
|
|
2041
2046
|
],
|
|
2042
2047
|
"$id": "#borderStyle"
|
|
@@ -2045,18 +2050,18 @@
|
|
|
2045
2050
|
"anyOf": [
|
|
2046
2051
|
{
|
|
2047
2052
|
"const": "{system.verticalAlign.top}",
|
|
2048
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2049
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2053
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2054
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2050
2055
|
},
|
|
2051
2056
|
{
|
|
2052
2057
|
"const": "{system.verticalAlign.middle}",
|
|
2053
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2054
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2058
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2059
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2055
2060
|
},
|
|
2056
2061
|
{
|
|
2057
2062
|
"const": "{system.verticalAlign.baseline}",
|
|
2058
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2059
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2063
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2064
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2060
2065
|
}
|
|
2061
2066
|
],
|
|
2062
2067
|
"$id": "#verticalAlign"
|
|
@@ -2065,18 +2070,18 @@
|
|
|
2065
2070
|
"anyOf": [
|
|
2066
2071
|
{
|
|
2067
2072
|
"const": "{system.iconScale.scale1}",
|
|
2068
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2069
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2073
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2074
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2070
2075
|
},
|
|
2071
2076
|
{
|
|
2072
2077
|
"const": "{system.iconScale.scale1_10}",
|
|
2073
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2074
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2078
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2079
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2075
2080
|
},
|
|
2076
2081
|
{
|
|
2077
2082
|
"const": "{system.iconScale.scale1_25}",
|
|
2078
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2079
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2083
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2084
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2080
2085
|
}
|
|
2081
2086
|
],
|
|
2082
2087
|
"$id": "#iconScale"
|
|
@@ -2085,18 +2090,18 @@
|
|
|
2085
2090
|
"anyOf": [
|
|
2086
2091
|
{
|
|
2087
2092
|
"const": "{system.textAlign.left}",
|
|
2088
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2089
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2093
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2094
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2090
2095
|
},
|
|
2091
2096
|
{
|
|
2092
2097
|
"const": "{system.textAlign.center}",
|
|
2093
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2094
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2098
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2099
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2095
2100
|
},
|
|
2096
2101
|
{
|
|
2097
2102
|
"const": "{system.textAlign.right}",
|
|
2098
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2099
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2103
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2104
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2100
2105
|
}
|
|
2101
2106
|
],
|
|
2102
2107
|
"$id": "#textAlign"
|
|
@@ -2105,13 +2110,13 @@
|
|
|
2105
2110
|
"anyOf": [
|
|
2106
2111
|
{
|
|
2107
2112
|
"const": "{system.textTransform.none}",
|
|
2108
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2109
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2113
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2114
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2110
2115
|
},
|
|
2111
2116
|
{
|
|
2112
2117
|
"const": "{system.textTransform.uppercase}",
|
|
2113
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2114
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2118
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2119
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2115
2120
|
}
|
|
2116
2121
|
],
|
|
2117
2122
|
"$id": "#textTransform"
|
|
@@ -3438,6 +3443,178 @@
|
|
|
3438
3443
|
"rules"
|
|
3439
3444
|
]
|
|
3440
3445
|
},
|
|
3446
|
+
"Status": {
|
|
3447
|
+
"type": "object",
|
|
3448
|
+
"additionalProperties": false,
|
|
3449
|
+
"properties": {
|
|
3450
|
+
"appearances": {
|
|
3451
|
+
"type": "object",
|
|
3452
|
+
"additionalProperties": false,
|
|
3453
|
+
"patternProperties": {
|
|
3454
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
3455
|
+
"$ref": "#appearance"
|
|
3456
|
+
}
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
"tokens": {
|
|
3460
|
+
"type": "object",
|
|
3461
|
+
"additionalProperties": false,
|
|
3462
|
+
"properties": {
|
|
3463
|
+
"backgroundColor": {
|
|
3464
|
+
"$ref": "#color"
|
|
3465
|
+
},
|
|
3466
|
+
"backgroundGradient": {
|
|
3467
|
+
"$ref": "#gradient"
|
|
3468
|
+
},
|
|
3469
|
+
"borderColor": {
|
|
3470
|
+
"$ref": "#color"
|
|
3471
|
+
},
|
|
3472
|
+
"borderRadius": {
|
|
3473
|
+
"$ref": "#radius"
|
|
3474
|
+
},
|
|
3475
|
+
"borderWidth": {
|
|
3476
|
+
"$ref": "#border"
|
|
3477
|
+
},
|
|
3478
|
+
"fontName": {
|
|
3479
|
+
"$ref": "#fontName"
|
|
3480
|
+
},
|
|
3481
|
+
"fontSize": {
|
|
3482
|
+
"$ref": "#fontSize"
|
|
3483
|
+
},
|
|
3484
|
+
"fontWeight": {
|
|
3485
|
+
"$ref": "#fontWeight"
|
|
3486
|
+
},
|
|
3487
|
+
"icon": {
|
|
3488
|
+
"$ref": "#icon"
|
|
3489
|
+
},
|
|
3490
|
+
"iconColor": {
|
|
3491
|
+
"$ref": "#color"
|
|
3492
|
+
},
|
|
3493
|
+
"iconGradient": {
|
|
3494
|
+
"$ref": "#gradient"
|
|
3495
|
+
},
|
|
3496
|
+
"paddingBottom": {
|
|
3497
|
+
"$ref": "#size"
|
|
3498
|
+
},
|
|
3499
|
+
"paddingLeft": {
|
|
3500
|
+
"$ref": "#size"
|
|
3501
|
+
},
|
|
3502
|
+
"paddingRight": {
|
|
3503
|
+
"$ref": "#size"
|
|
3504
|
+
},
|
|
3505
|
+
"paddingTop": {
|
|
3506
|
+
"$ref": "#size"
|
|
3507
|
+
},
|
|
3508
|
+
"textColor": {
|
|
3509
|
+
"$ref": "#color"
|
|
3510
|
+
},
|
|
3511
|
+
"textLineHeight": {
|
|
3512
|
+
"$ref": "#lineHeight"
|
|
3513
|
+
}
|
|
3514
|
+
},
|
|
3515
|
+
"required": [
|
|
3516
|
+
"backgroundColor",
|
|
3517
|
+
"backgroundGradient",
|
|
3518
|
+
"borderColor",
|
|
3519
|
+
"borderRadius",
|
|
3520
|
+
"borderWidth",
|
|
3521
|
+
"fontName",
|
|
3522
|
+
"fontSize",
|
|
3523
|
+
"fontWeight",
|
|
3524
|
+
"icon",
|
|
3525
|
+
"iconColor",
|
|
3526
|
+
"iconGradient",
|
|
3527
|
+
"paddingBottom",
|
|
3528
|
+
"paddingLeft",
|
|
3529
|
+
"paddingRight",
|
|
3530
|
+
"paddingTop",
|
|
3531
|
+
"textColor",
|
|
3532
|
+
"textLineHeight"
|
|
3533
|
+
]
|
|
3534
|
+
},
|
|
3535
|
+
"rules": {
|
|
3536
|
+
"type": "array",
|
|
3537
|
+
"items": {
|
|
3538
|
+
"type": "object",
|
|
3539
|
+
"additionalProperties": false,
|
|
3540
|
+
"properties": {
|
|
3541
|
+
"if": {
|
|
3542
|
+
"type": "object",
|
|
3543
|
+
"minProperties": 1
|
|
3544
|
+
},
|
|
3545
|
+
"tokens": {
|
|
3546
|
+
"type": "object",
|
|
3547
|
+
"additionalProperties": false,
|
|
3548
|
+
"properties": {
|
|
3549
|
+
"backgroundColor": {
|
|
3550
|
+
"$ref": "#color"
|
|
3551
|
+
},
|
|
3552
|
+
"backgroundGradient": {
|
|
3553
|
+
"$ref": "#gradient"
|
|
3554
|
+
},
|
|
3555
|
+
"borderColor": {
|
|
3556
|
+
"$ref": "#color"
|
|
3557
|
+
},
|
|
3558
|
+
"borderRadius": {
|
|
3559
|
+
"$ref": "#radius"
|
|
3560
|
+
},
|
|
3561
|
+
"borderWidth": {
|
|
3562
|
+
"$ref": "#border"
|
|
3563
|
+
},
|
|
3564
|
+
"fontName": {
|
|
3565
|
+
"$ref": "#fontName"
|
|
3566
|
+
},
|
|
3567
|
+
"fontSize": {
|
|
3568
|
+
"$ref": "#fontSize"
|
|
3569
|
+
},
|
|
3570
|
+
"fontWeight": {
|
|
3571
|
+
"$ref": "#fontWeight"
|
|
3572
|
+
},
|
|
3573
|
+
"icon": {
|
|
3574
|
+
"$ref": "#icon"
|
|
3575
|
+
},
|
|
3576
|
+
"iconColor": {
|
|
3577
|
+
"$ref": "#color"
|
|
3578
|
+
},
|
|
3579
|
+
"iconGradient": {
|
|
3580
|
+
"$ref": "#gradient"
|
|
3581
|
+
},
|
|
3582
|
+
"paddingBottom": {
|
|
3583
|
+
"$ref": "#size"
|
|
3584
|
+
},
|
|
3585
|
+
"paddingLeft": {
|
|
3586
|
+
"$ref": "#size"
|
|
3587
|
+
},
|
|
3588
|
+
"paddingRight": {
|
|
3589
|
+
"$ref": "#size"
|
|
3590
|
+
},
|
|
3591
|
+
"paddingTop": {
|
|
3592
|
+
"$ref": "#size"
|
|
3593
|
+
},
|
|
3594
|
+
"textColor": {
|
|
3595
|
+
"$ref": "#color"
|
|
3596
|
+
},
|
|
3597
|
+
"textLineHeight": {
|
|
3598
|
+
"$ref": "#lineHeight"
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
},
|
|
3602
|
+
"description": {
|
|
3603
|
+
"type": "string"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
"required": [
|
|
3607
|
+
"if",
|
|
3608
|
+
"tokens"
|
|
3609
|
+
]
|
|
3610
|
+
}
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
"required": [
|
|
3614
|
+
"tokens",
|
|
3615
|
+
"rules"
|
|
3616
|
+
]
|
|
3617
|
+
},
|
|
3441
3618
|
"Video": {
|
|
3442
3619
|
"type": "object",
|
|
3443
3620
|
"additionalProperties": false,
|
|
@@ -20735,6 +20912,7 @@
|
|
|
20735
20912
|
"Table",
|
|
20736
20913
|
"Image",
|
|
20737
20914
|
"Spinner",
|
|
20915
|
+
"Status",
|
|
20738
20916
|
"Video",
|
|
20739
20917
|
"VideoMiddleControlButton",
|
|
20740
20918
|
"VideoControlBar",
|