@telus-uds/theme-allium 4.33.1 → 4.35.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/Box.json +6 -6
- package/build/android/Notification.json +2 -2
- package/build/android/PriceLockup.json +20 -1
- package/build/android/Status.json +468 -0
- package/build/android/schema.json +1180 -982
- package/build/android/theme.json +497 -10
- package/build/ios/Box.json +6 -6
- package/build/ios/Notification.json +2 -2
- package/build/ios/PriceLockup.json +20 -1
- package/build/ios/Status.json +468 -0
- package/build/ios/schema.json +1180 -982
- package/build/ios/theme.json +497 -10
- 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 +2 -2
- 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 +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +3 -3
- 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 +22 -2
- 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 +175 -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 +1180 -982
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +189 -6
- 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 +2 -2
- 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 +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +3 -3
- 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 +22 -2
- 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 +175 -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 +1180 -982
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +189 -6
- package/package.json +5 -5
- package/theme.json +296 -5
package/build/rn/schema.json
CHANGED
|
@@ -241,38 +241,38 @@
|
|
|
241
241
|
"anyOf": [
|
|
242
242
|
{
|
|
243
243
|
"const": "{palette.border.border1}",
|
|
244
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
245
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
244
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
245
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"const": "{palette.border.border2}",
|
|
249
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
250
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
249
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
250
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
253
|
"const": "{palette.border.border3}",
|
|
254
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
255
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
254
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
255
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"const": "{palette.border.border4}",
|
|
259
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
260
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
259
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
260
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
261
261
|
},
|
|
262
262
|
{
|
|
263
263
|
"const": "{palette.border.none}",
|
|
264
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
265
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
264
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
265
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.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,233 +281,238 @@
|
|
|
281
281
|
"anyOf": [
|
|
282
282
|
{
|
|
283
283
|
"const": "{palette.color.amber}",
|
|
284
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
285
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
284
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nAmber",
|
|
285
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nAmber"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"const": "{palette.color.amberDark}",
|
|
289
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
290
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
289
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark Amber",
|
|
290
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark Amber"
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
"const": "{palette.color.amberLight}",
|
|
294
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
295
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
294
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight Amber",
|
|
295
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight Amber"
|
|
296
296
|
},
|
|
297
297
|
{
|
|
298
298
|
"const": "{palette.color.bgModal}",
|
|
299
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
300
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
299
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal Background",
|
|
300
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal Background"
|
|
301
301
|
},
|
|
302
302
|
{
|
|
303
303
|
"const": "{palette.color.black}",
|
|
304
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
305
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
304
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nBlack",
|
|
305
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nBlack"
|
|
306
306
|
},
|
|
307
307
|
{
|
|
308
308
|
"const": "{palette.color.brandLight}",
|
|
309
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
310
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
309
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nBrand Light",
|
|
310
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nBrand Light"
|
|
311
311
|
},
|
|
312
312
|
{
|
|
313
313
|
"const": "{palette.color.dark10}",
|
|
314
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
315
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
314
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 10%",
|
|
315
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
316
316
|
},
|
|
317
317
|
{
|
|
318
318
|
"const": "{palette.color.dark20}",
|
|
319
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
320
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
319
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 20%",
|
|
320
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
321
321
|
},
|
|
322
322
|
{
|
|
323
323
|
"const": "{palette.color.dark40}",
|
|
324
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
325
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
324
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 40%",
|
|
325
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
328
|
"const": "{palette.color.dark5}",
|
|
329
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
330
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
329
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 5%",
|
|
330
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
331
331
|
},
|
|
332
332
|
{
|
|
333
333
|
"const": "{palette.color.dark60}",
|
|
334
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
335
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
334
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 60%",
|
|
335
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
336
336
|
},
|
|
337
337
|
{
|
|
338
338
|
"const": "{palette.color.dark80}",
|
|
339
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
340
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
339
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 80%",
|
|
340
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
341
341
|
},
|
|
342
342
|
{
|
|
343
343
|
"const": "{palette.color.dark97}",
|
|
344
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
345
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
344
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark 97%",
|
|
345
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
348
|
"const": "{palette.color.greenAccessible}",
|
|
349
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
350
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
349
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nAccessible Green",
|
|
350
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nAccessible Green"
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"const": "{palette.color.greenDarkFern}",
|
|
354
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
355
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
354
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark fern Green",
|
|
355
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark fern Green"
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
"const": "{palette.color.greenPanache}",
|
|
359
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
360
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
359
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nPanache Green",
|
|
360
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nPanache Green"
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
363
|
"const": "{palette.color.greenSanFelix}",
|
|
364
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
365
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
364
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nSan Felix Green",
|
|
365
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nSan Felix Green"
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"const": "{palette.color.greenTelus}",
|
|
369
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
370
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
369
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nTELUS Green",
|
|
370
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nTELUS Green"
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"const": "{palette.color.greenTusk}",
|
|
374
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
375
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
374
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nTusk Green",
|
|
375
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nTusk Green"
|
|
376
376
|
},
|
|
377
377
|
{
|
|
378
378
|
"const": "{palette.color.greenYellow}",
|
|
379
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
380
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
379
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nYellow Green",
|
|
380
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nYellow Green"
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"const": "{palette.color.greyAlabaster}",
|
|
384
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
385
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
384
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nAlabaster Grey",
|
|
385
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nAlabaster Grey"
|
|
386
386
|
},
|
|
387
387
|
{
|
|
388
388
|
"const": "{palette.color.greyAthens}",
|
|
389
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
390
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
389
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nAthens Grey",
|
|
390
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nAthens Grey"
|
|
391
391
|
},
|
|
392
392
|
{
|
|
393
393
|
"const": "{palette.color.greyCharcoal}",
|
|
394
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
395
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
394
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nCharcoal Grey",
|
|
395
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nCharcoal Grey"
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
398
|
"const": "{palette.color.greyCloud}",
|
|
399
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
400
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
399
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nCloud Grey",
|
|
400
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nCloud Grey"
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
403
|
"const": "{palette.color.greyLight}",
|
|
404
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
405
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
404
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
405
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
406
406
|
},
|
|
407
407
|
{
|
|
408
408
|
"const": "{palette.color.greyMystic}",
|
|
409
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
410
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
409
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nMystic Grey",
|
|
410
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"const": "{palette.color.greyShuttle}",
|
|
414
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
415
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
414
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nShuttle Grey",
|
|
415
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nShuttle Grey"
|
|
416
416
|
},
|
|
417
417
|
{
|
|
418
418
|
"const": "{palette.color.greyThunder}",
|
|
419
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
420
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
419
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nThunder Grey",
|
|
420
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nThunder Grey"
|
|
421
421
|
},
|
|
422
422
|
{
|
|
423
423
|
"const": "{palette.color.light10}",
|
|
424
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
425
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
424
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 10%",
|
|
425
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
426
426
|
},
|
|
427
427
|
{
|
|
428
428
|
"const": "{palette.color.light20}",
|
|
429
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
430
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
429
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 20%",
|
|
430
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"const": "{palette.color.light40}",
|
|
434
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
435
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
434
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 40%",
|
|
435
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
438
|
"const": "{palette.color.light60}",
|
|
439
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
440
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
439
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 60%",
|
|
440
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
441
441
|
},
|
|
442
442
|
{
|
|
443
443
|
"const": "{palette.color.light80}",
|
|
444
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
445
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
444
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 80%",
|
|
445
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
446
446
|
},
|
|
447
447
|
{
|
|
448
448
|
"const": "{palette.color.light97}",
|
|
449
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
450
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
449
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight 97%",
|
|
450
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"const": "{palette.color.purpleDark}",
|
|
454
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
455
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
454
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark Purple",
|
|
455
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark Purple"
|
|
456
456
|
},
|
|
457
457
|
{
|
|
458
458
|
"const": "{palette.color.purpleDeluge}",
|
|
459
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
460
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
459
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDeluge Purple",
|
|
460
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDeluge Purple"
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
463
|
"const": "{palette.color.purpleEminence}",
|
|
464
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
465
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
464
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nEminence Purple",
|
|
465
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nEminence Purple"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"const": "{palette.color.purpleLight}",
|
|
469
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nPurple Light",
|
|
470
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
466
471
|
},
|
|
467
472
|
{
|
|
468
473
|
"const": "{palette.color.purpleTelus}",
|
|
469
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
470
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
474
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nTELUS Purple",
|
|
475
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nTELUS Purple"
|
|
471
476
|
},
|
|
472
477
|
{
|
|
473
478
|
"const": "{palette.color.red}",
|
|
474
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
475
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
479
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nRed",
|
|
480
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nRed"
|
|
476
481
|
},
|
|
477
482
|
{
|
|
478
483
|
"const": "{palette.color.redDark}",
|
|
479
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
480
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
484
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDark Red",
|
|
485
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDark Red"
|
|
481
486
|
},
|
|
482
487
|
{
|
|
483
488
|
"const": "{palette.color.redDarker}",
|
|
484
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
485
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
489
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nDarker Red",
|
|
490
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nDarker Red"
|
|
486
491
|
},
|
|
487
492
|
{
|
|
488
493
|
"const": "{palette.color.redLight}",
|
|
489
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
490
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
494
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nLight Red",
|
|
495
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nLight Red"
|
|
491
496
|
},
|
|
492
497
|
{
|
|
493
498
|
"const": "{palette.color.transparent}",
|
|
494
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
495
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
499
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nTransparent",
|
|
500
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nTransparent"
|
|
496
501
|
},
|
|
497
502
|
{
|
|
498
503
|
"const": "{palette.color.white}",
|
|
499
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
500
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
504
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nWhite",
|
|
505
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nWhite"
|
|
501
506
|
},
|
|
502
507
|
{
|
|
503
508
|
"const": "{system.color.transparent}",
|
|
504
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
505
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
509
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
510
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
506
511
|
},
|
|
507
512
|
{
|
|
508
513
|
"const": "{system.color.none}",
|
|
509
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
510
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
514
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
515
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
511
516
|
}
|
|
512
517
|
],
|
|
513
518
|
"$id": "#color"
|
|
@@ -516,18 +521,18 @@
|
|
|
516
521
|
"anyOf": [
|
|
517
522
|
{
|
|
518
523
|
"const": "{palette.duration.duration250}",
|
|
519
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
520
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
524
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
525
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
521
526
|
},
|
|
522
527
|
{
|
|
523
528
|
"const": "{palette.duration.duration300}",
|
|
524
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
525
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
529
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
530
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
526
531
|
},
|
|
527
532
|
{
|
|
528
533
|
"const": "{system.duration.zero}",
|
|
529
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
530
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
534
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
535
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
531
536
|
}
|
|
532
537
|
],
|
|
533
538
|
"$id": "#duration"
|
|
@@ -536,63 +541,63 @@
|
|
|
536
541
|
"anyOf": [
|
|
537
542
|
{
|
|
538
543
|
"const": "{palette.fontSize.size12}",
|
|
539
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
540
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
544
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
545
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
541
546
|
},
|
|
542
547
|
{
|
|
543
548
|
"const": "{palette.fontSize.size14}",
|
|
544
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
545
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
549
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
550
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
546
551
|
},
|
|
547
552
|
{
|
|
548
553
|
"const": "{palette.fontSize.size16}",
|
|
549
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
550
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
554
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
555
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
551
556
|
},
|
|
552
557
|
{
|
|
553
558
|
"const": "{palette.fontSize.size20}",
|
|
554
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
555
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
559
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
560
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
556
561
|
},
|
|
557
562
|
{
|
|
558
563
|
"const": "{palette.fontSize.size24}",
|
|
559
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
560
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
564
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
565
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
561
566
|
},
|
|
562
567
|
{
|
|
563
568
|
"const": "{palette.fontSize.size28}",
|
|
564
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
565
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
569
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
570
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
566
571
|
},
|
|
567
572
|
{
|
|
568
573
|
"const": "{palette.fontSize.size32}",
|
|
569
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
570
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
574
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
575
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
571
576
|
},
|
|
572
577
|
{
|
|
573
578
|
"const": "{palette.fontSize.size36}",
|
|
574
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
575
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
579
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
580
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
576
581
|
},
|
|
577
582
|
{
|
|
578
583
|
"const": "{palette.fontSize.size40}",
|
|
579
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
580
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
584
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
585
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
581
586
|
},
|
|
582
587
|
{
|
|
583
588
|
"const": "{palette.fontSize.size56}",
|
|
584
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
585
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
589
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
590
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
586
591
|
},
|
|
587
592
|
{
|
|
588
593
|
"const": "{palette.fontSize.size64}",
|
|
589
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
590
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
594
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
595
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
591
596
|
},
|
|
592
597
|
{
|
|
593
598
|
"const": "{system.fontSize.none}",
|
|
594
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
595
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
599
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
600
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
596
601
|
}
|
|
597
602
|
],
|
|
598
603
|
"$id": "#fontSize"
|
|
@@ -601,33 +606,33 @@
|
|
|
601
606
|
"anyOf": [
|
|
602
607
|
{
|
|
603
608
|
"const": "{palette.gradient.base}",
|
|
604
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
605
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
609
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nBase Gradient",
|
|
610
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nBase Gradient"
|
|
606
611
|
},
|
|
607
612
|
{
|
|
608
613
|
"const": "{palette.gradient.brand}",
|
|
609
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
610
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
614
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nBrand Gradient",
|
|
615
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nBrand Gradient"
|
|
611
616
|
},
|
|
612
617
|
{
|
|
613
618
|
"const": "{palette.gradient.green}",
|
|
614
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
615
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
619
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nGreen Gradient",
|
|
620
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nGreen Gradient"
|
|
616
621
|
},
|
|
617
622
|
{
|
|
618
623
|
"const": "{palette.gradient.neutral}",
|
|
619
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
620
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
624
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nNeutral Gradient",
|
|
625
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nNeutral Gradient"
|
|
621
626
|
},
|
|
622
627
|
{
|
|
623
628
|
"const": "{palette.gradient.purple}",
|
|
624
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
625
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
629
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nPurple Gradient",
|
|
630
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nPurple Gradient"
|
|
626
631
|
},
|
|
627
632
|
{
|
|
628
633
|
"const": "{system.gradient.none}",
|
|
629
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
630
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
634
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
635
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
631
636
|
}
|
|
632
637
|
],
|
|
633
638
|
"$id": "#gradient"
|
|
@@ -636,1293 +641,1308 @@
|
|
|
636
641
|
"anyOf": [
|
|
637
642
|
{
|
|
638
643
|
"const": "{palette.icon.AC}",
|
|
639
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
640
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
644
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
645
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
641
646
|
},
|
|
642
647
|
{
|
|
643
648
|
"const": "{palette.icon.Accessible}",
|
|
644
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
645
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
649
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
650
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
646
651
|
},
|
|
647
652
|
{
|
|
648
653
|
"const": "{palette.icon.Add}",
|
|
649
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
650
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
654
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
655
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
651
656
|
},
|
|
652
657
|
{
|
|
653
658
|
"const": "{palette.icon.AddUser}",
|
|
654
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
655
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
659
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
660
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
656
661
|
},
|
|
657
662
|
{
|
|
658
663
|
"const": "{palette.icon.AlarmClock}",
|
|
659
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
660
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
664
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
665
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
661
666
|
},
|
|
662
667
|
{
|
|
663
668
|
"const": "{palette.icon.Ambulance}",
|
|
664
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
665
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
669
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
670
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
666
671
|
},
|
|
667
672
|
{
|
|
668
673
|
"const": "{palette.icon.Amex}",
|
|
669
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
670
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
674
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
675
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
671
676
|
},
|
|
672
677
|
{
|
|
673
678
|
"const": "{palette.icon.ArrowDown}",
|
|
674
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
675
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
679
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
680
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
676
681
|
},
|
|
677
682
|
{
|
|
678
683
|
"const": "{palette.icon.ArrowLeft}",
|
|
679
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
680
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
684
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
685
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
681
686
|
},
|
|
682
687
|
{
|
|
683
688
|
"const": "{palette.icon.ArrowRight}",
|
|
684
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
685
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
689
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
690
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
686
691
|
},
|
|
687
692
|
{
|
|
688
693
|
"const": "{palette.icon.ArrowUp}",
|
|
689
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
690
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
694
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
695
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
691
696
|
},
|
|
692
697
|
{
|
|
693
698
|
"const": "{palette.icon.ArtificialIntelligence}",
|
|
694
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
695
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
699
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
700
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
696
701
|
},
|
|
697
702
|
{
|
|
698
703
|
"const": "{palette.icon.AssistiveListening}",
|
|
699
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
700
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
704
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
705
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
701
706
|
},
|
|
702
707
|
{
|
|
703
708
|
"const": "{palette.icon.Attention}",
|
|
704
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
705
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
709
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
710
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
706
711
|
},
|
|
707
712
|
{
|
|
708
713
|
"const": "{palette.icon.Award}",
|
|
709
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
710
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
714
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
715
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
711
716
|
},
|
|
712
717
|
{
|
|
713
718
|
"const": "{palette.icon.Baby}",
|
|
714
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
715
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
719
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
720
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
716
721
|
},
|
|
717
722
|
{
|
|
718
723
|
"const": "{palette.icon.BabyBoy}",
|
|
719
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
720
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
724
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
725
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
721
726
|
},
|
|
722
727
|
{
|
|
723
728
|
"const": "{palette.icon.BabyGirl}",
|
|
724
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
725
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
729
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
730
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
726
731
|
},
|
|
727
732
|
{
|
|
728
733
|
"const": "{palette.icon.BackToSchool}",
|
|
729
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
730
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
734
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
735
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
731
736
|
},
|
|
732
737
|
{
|
|
733
738
|
"const": "{palette.icon.Bank}",
|
|
734
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
735
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
739
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
740
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
736
741
|
},
|
|
737
742
|
{
|
|
738
743
|
"const": "{palette.icon.BatteryCar}",
|
|
739
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
740
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
744
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
745
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
741
746
|
},
|
|
742
747
|
{
|
|
743
748
|
"const": "{palette.icon.BatteryCharging}",
|
|
744
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
745
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
749
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
750
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
746
751
|
},
|
|
747
752
|
{
|
|
748
753
|
"const": "{palette.icon.Bell}",
|
|
749
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
750
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
754
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
755
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
751
756
|
},
|
|
752
757
|
{
|
|
753
758
|
"const": "{palette.icon.Bill}",
|
|
754
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
755
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
759
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
760
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
756
761
|
},
|
|
757
762
|
{
|
|
758
763
|
"const": "{palette.icon.Bookmark}",
|
|
759
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
760
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
764
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
765
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
761
766
|
},
|
|
762
767
|
{
|
|
763
768
|
"const": "{palette.icon.Braille}",
|
|
764
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
765
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
769
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
770
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
766
771
|
},
|
|
767
772
|
{
|
|
768
773
|
"const": "{palette.icon.Briefcase}",
|
|
769
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
770
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
774
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
775
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
771
776
|
},
|
|
772
777
|
{
|
|
773
778
|
"const": "{palette.icon.BulletFill}",
|
|
774
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
775
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
779
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
780
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
776
781
|
},
|
|
777
782
|
{
|
|
778
783
|
"const": "{palette.icon.Calendar}",
|
|
779
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
780
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
784
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
785
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
781
786
|
},
|
|
782
787
|
{
|
|
783
788
|
"const": "{palette.icon.Call}",
|
|
784
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
785
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
789
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
790
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
786
791
|
},
|
|
787
792
|
{
|
|
788
793
|
"const": "{palette.icon.CallForward}",
|
|
789
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
790
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
794
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
795
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
791
796
|
},
|
|
792
797
|
{
|
|
793
798
|
"const": "{palette.icon.CallOut}",
|
|
794
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
795
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
799
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
800
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
796
801
|
},
|
|
797
802
|
{
|
|
798
803
|
"const": "{palette.icon.CallReceive}",
|
|
799
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
800
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
804
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
805
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
801
806
|
},
|
|
802
807
|
{
|
|
803
808
|
"const": "{palette.icon.CallTalking}",
|
|
804
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
805
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
809
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
810
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
806
811
|
},
|
|
807
812
|
{
|
|
808
813
|
"const": "{palette.icon.Camera}",
|
|
809
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
810
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
814
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
815
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
811
816
|
},
|
|
812
817
|
{
|
|
813
818
|
"const": "{palette.icon.CanUs}",
|
|
814
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
815
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
819
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
820
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
816
821
|
},
|
|
817
822
|
{
|
|
818
823
|
"const": "{palette.icon.Car}",
|
|
819
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
820
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
824
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
825
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
821
826
|
},
|
|
822
827
|
{
|
|
823
828
|
"const": "{palette.icon.CaretDown}",
|
|
824
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
825
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
829
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
830
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
826
831
|
},
|
|
827
832
|
{
|
|
828
833
|
"const": "{palette.icon.CaretUp}",
|
|
829
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
830
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
834
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
835
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
831
836
|
},
|
|
832
837
|
{
|
|
833
838
|
"const": "{palette.icon.CartEmptyBold}",
|
|
834
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
835
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
839
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
840
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
836
841
|
},
|
|
837
842
|
{
|
|
838
843
|
"const": "{palette.icon.CartFilledBold}",
|
|
839
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
840
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
844
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
845
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
841
846
|
},
|
|
842
847
|
{
|
|
843
848
|
"const": "{palette.icon.Channels}",
|
|
844
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
845
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
849
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
850
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
846
851
|
},
|
|
847
852
|
{
|
|
848
853
|
"const": "{palette.icon.ChartsBar1}",
|
|
849
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
850
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
854
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
855
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
851
856
|
},
|
|
852
857
|
{
|
|
853
858
|
"const": "{palette.icon.ChartsBar2}",
|
|
854
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
855
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
859
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
860
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
856
861
|
},
|
|
857
862
|
{
|
|
858
863
|
"const": "{palette.icon.ChartsLine}",
|
|
859
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
860
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
864
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
865
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
861
866
|
},
|
|
862
867
|
{
|
|
863
868
|
"const": "{palette.icon.Chat1}",
|
|
864
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
865
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
869
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
870
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
866
871
|
},
|
|
867
872
|
{
|
|
868
873
|
"const": "{palette.icon.Chat2}",
|
|
869
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
870
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
874
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
875
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
871
876
|
},
|
|
872
877
|
{
|
|
873
878
|
"const": "{palette.icon.ChatSupport}",
|
|
874
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
875
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
879
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
880
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
876
881
|
},
|
|
877
882
|
{
|
|
878
883
|
"const": "{palette.icon.Check}",
|
|
879
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
880
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
884
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
885
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
881
886
|
},
|
|
882
887
|
{
|
|
883
888
|
"const": "{palette.icon.Checkmark}",
|
|
884
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
885
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
889
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
890
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
886
891
|
},
|
|
887
892
|
{
|
|
888
893
|
"const": "{palette.icon.ChevronLeft}",
|
|
889
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
890
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
894
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
895
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
891
896
|
},
|
|
892
897
|
{
|
|
893
898
|
"const": "{palette.icon.ChevronRight}",
|
|
894
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
895
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
899
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
900
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
896
901
|
},
|
|
897
902
|
{
|
|
898
903
|
"const": "{palette.icon.Clipboard}",
|
|
899
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
900
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
904
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
905
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
901
906
|
},
|
|
902
907
|
{
|
|
903
908
|
"const": "{palette.icon.Close}",
|
|
904
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
905
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
909
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
910
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
906
911
|
},
|
|
907
912
|
{
|
|
908
913
|
"const": "{palette.icon.ClosedCaptions}",
|
|
909
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
910
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
914
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
915
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
911
916
|
},
|
|
912
917
|
{
|
|
913
918
|
"const": "{palette.icon.CloudDownload}",
|
|
914
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
915
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
919
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
920
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
916
921
|
},
|
|
917
922
|
{
|
|
918
923
|
"const": "{palette.icon.CloudSync}",
|
|
919
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
920
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
924
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
925
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
921
926
|
},
|
|
922
927
|
{
|
|
923
928
|
"const": "{palette.icon.CloudUpload}",
|
|
924
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
925
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
929
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
930
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
926
931
|
},
|
|
927
932
|
{
|
|
928
933
|
"const": "{palette.icon.CognitiveDisability}",
|
|
929
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
930
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
934
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
935
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
931
936
|
},
|
|
932
937
|
{
|
|
933
938
|
"const": "{palette.icon.Collaboration}",
|
|
934
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
935
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
939
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
940
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
936
941
|
},
|
|
937
942
|
{
|
|
938
943
|
"const": "{palette.icon.Compass}",
|
|
939
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
940
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
944
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
945
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
941
946
|
},
|
|
942
947
|
{
|
|
943
948
|
"const": "{palette.icon.ComputerNetwork}",
|
|
944
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
945
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
949
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
950
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
946
951
|
},
|
|
947
952
|
{
|
|
948
953
|
"const": "{palette.icon.Contract}",
|
|
949
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
950
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
954
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
955
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
951
956
|
},
|
|
952
957
|
{
|
|
953
958
|
"const": "{palette.icon.CreditCard}",
|
|
954
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
955
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
959
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
960
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
956
961
|
},
|
|
957
962
|
{
|
|
958
963
|
"const": "{palette.icon.Cronometer}",
|
|
959
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
960
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
964
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
965
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
961
966
|
},
|
|
962
967
|
{
|
|
963
968
|
"const": "{palette.icon.CssActivations}",
|
|
964
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
965
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
969
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
970
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
966
971
|
},
|
|
967
972
|
{
|
|
968
973
|
"const": "{palette.icon.DataLimit}",
|
|
969
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
970
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
974
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
975
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
971
976
|
},
|
|
972
977
|
{
|
|
973
978
|
"const": "{palette.icon.Deals}",
|
|
974
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
975
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
979
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
980
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
976
981
|
},
|
|
977
982
|
{
|
|
978
983
|
"const": "{palette.icon.Delete}",
|
|
979
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
980
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
984
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
985
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
981
986
|
},
|
|
982
987
|
{
|
|
983
988
|
"const": "{palette.icon.Delivery}",
|
|
984
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
985
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
989
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
990
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
986
991
|
},
|
|
987
992
|
{
|
|
988
993
|
"const": "{palette.icon.Desk}",
|
|
989
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
990
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
994
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
995
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
991
996
|
},
|
|
992
997
|
{
|
|
993
998
|
"const": "{palette.icon.DeviceHand}",
|
|
994
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
995
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
999
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1000
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
996
1001
|
},
|
|
997
1002
|
{
|
|
998
1003
|
"const": "{palette.icon.Devices}",
|
|
999
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1000
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1004
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1005
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1001
1006
|
},
|
|
1002
1007
|
{
|
|
1003
1008
|
"const": "{palette.icon.Diagram}",
|
|
1004
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1005
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1009
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1010
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1006
1011
|
},
|
|
1007
1012
|
{
|
|
1008
1013
|
"const": "{palette.icon.Diamond}",
|
|
1009
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1010
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1014
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1015
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1011
1016
|
},
|
|
1012
1017
|
{
|
|
1013
1018
|
"const": "{palette.icon.Direction}",
|
|
1014
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1015
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1019
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1020
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1016
1021
|
},
|
|
1017
1022
|
{
|
|
1018
1023
|
"const": "{palette.icon.Document}",
|
|
1019
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1020
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1024
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1025
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1021
1026
|
},
|
|
1022
1027
|
{
|
|
1023
1028
|
"const": "{palette.icon.Donate}",
|
|
1024
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1025
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1029
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1030
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1026
1031
|
},
|
|
1027
1032
|
{
|
|
1028
1033
|
"const": "{palette.icon.Download}",
|
|
1029
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1030
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1034
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1035
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1031
1036
|
},
|
|
1032
1037
|
{
|
|
1033
1038
|
"const": "{palette.icon.DownloadPdf}",
|
|
1034
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1035
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1039
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1040
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1036
1041
|
},
|
|
1037
1042
|
{
|
|
1038
1043
|
"const": "{palette.icon.DownloadPdfs}",
|
|
1039
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1040
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1044
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1045
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1041
1046
|
},
|
|
1042
1047
|
{
|
|
1043
1048
|
"const": "{palette.icon.EVCharging}",
|
|
1044
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1045
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1049
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1050
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1046
1051
|
},
|
|
1047
1052
|
{
|
|
1048
1053
|
"const": "{palette.icon.EcoBulb}",
|
|
1049
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1050
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1054
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1055
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1051
1056
|
},
|
|
1052
1057
|
{
|
|
1053
1058
|
"const": "{palette.icon.Edit}",
|
|
1054
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1055
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1059
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1060
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1056
1061
|
},
|
|
1057
1062
|
{
|
|
1058
1063
|
"const": "{palette.icon.Email}",
|
|
1059
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1060
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1064
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1065
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1061
1066
|
},
|
|
1062
1067
|
{
|
|
1063
1068
|
"const": "{palette.icon.Escalations}",
|
|
1064
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1065
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1069
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1070
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1066
1071
|
},
|
|
1067
1072
|
{
|
|
1068
1073
|
"const": "{palette.icon.Expand}",
|
|
1069
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1070
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1074
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1075
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1071
1076
|
},
|
|
1072
1077
|
{
|
|
1073
1078
|
"const": "{palette.icon.EyeClosed}",
|
|
1074
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1075
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1079
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1080
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1076
1081
|
},
|
|
1077
1082
|
{
|
|
1078
1083
|
"const": "{palette.icon.EyeMasked}",
|
|
1079
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1080
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1084
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1085
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1081
1086
|
},
|
|
1082
1087
|
{
|
|
1083
1088
|
"const": "{palette.icon.EyeOpened}",
|
|
1084
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1085
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1089
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1090
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1086
1091
|
},
|
|
1087
1092
|
{
|
|
1088
1093
|
"const": "{palette.icon.EyeUnmasked}",
|
|
1089
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1090
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1094
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1095
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1091
1096
|
},
|
|
1092
1097
|
{
|
|
1093
1098
|
"const": "{palette.icon.FavouriteNetwork}",
|
|
1094
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1095
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1099
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1100
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1096
1101
|
},
|
|
1097
1102
|
{
|
|
1098
1103
|
"const": "{palette.icon.Files}",
|
|
1099
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1100
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1104
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1105
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1101
1106
|
},
|
|
1102
1107
|
{
|
|
1103
1108
|
"const": "{palette.icon.Fingerprint}",
|
|
1104
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1105
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1109
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1110
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1106
1111
|
},
|
|
1107
1112
|
{
|
|
1108
1113
|
"const": "{palette.icon.Firewall}",
|
|
1109
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1110
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1114
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1115
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1111
1116
|
},
|
|
1112
1117
|
{
|
|
1113
1118
|
"const": "{palette.icon.Flag}",
|
|
1114
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1115
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1119
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1120
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1116
1121
|
},
|
|
1117
1122
|
{
|
|
1118
1123
|
"const": "{palette.icon.FullscreenExpand}",
|
|
1119
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1120
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1124
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1125
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1121
1126
|
},
|
|
1122
1127
|
{
|
|
1123
1128
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
1124
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1125
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1129
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1130
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1126
1131
|
},
|
|
1127
1132
|
{
|
|
1128
1133
|
"const": "{palette.icon.Gift}",
|
|
1129
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1130
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1134
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1135
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1131
1136
|
},
|
|
1132
1137
|
{
|
|
1133
1138
|
"const": "{palette.icon.Globe1}",
|
|
1134
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1135
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1139
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1140
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1136
1141
|
},
|
|
1137
1142
|
{
|
|
1138
1143
|
"const": "{palette.icon.Globe2}",
|
|
1139
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1140
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1144
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1145
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1141
1146
|
},
|
|
1142
1147
|
{
|
|
1143
1148
|
"const": "{palette.icon.Grid}",
|
|
1144
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1145
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1149
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1150
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1146
1151
|
},
|
|
1147
1152
|
{
|
|
1148
1153
|
"const": "{palette.icon.HeadBoth}",
|
|
1149
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1150
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1154
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1155
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1151
1156
|
},
|
|
1152
1157
|
{
|
|
1153
1158
|
"const": "{palette.icon.HeadFemale}",
|
|
1154
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1155
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1159
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1160
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1156
1161
|
},
|
|
1157
1162
|
{
|
|
1158
1163
|
"const": "{palette.icon.HeadMale}",
|
|
1159
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1160
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1164
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1165
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1161
1166
|
},
|
|
1162
1167
|
{
|
|
1163
1168
|
"const": "{palette.icon.Headset}",
|
|
1164
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1165
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1169
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1170
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1166
1171
|
},
|
|
1167
1172
|
{
|
|
1168
1173
|
"const": "{palette.icon.Heart}",
|
|
1169
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1170
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1174
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1175
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1171
1176
|
},
|
|
1172
1177
|
{
|
|
1173
1178
|
"const": "{palette.icon.Heartbeat}",
|
|
1174
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1175
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1179
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1180
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1176
1181
|
},
|
|
1177
1182
|
{
|
|
1178
1183
|
"const": "{palette.icon.Heater}",
|
|
1179
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1180
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1184
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1185
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1181
1186
|
},
|
|
1182
1187
|
{
|
|
1183
1188
|
"const": "{palette.icon.Helpdesk}",
|
|
1184
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1185
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1189
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1190
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1186
1191
|
},
|
|
1187
1192
|
{
|
|
1188
1193
|
"const": "{palette.icon.Home}",
|
|
1189
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1190
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1194
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1195
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1191
1196
|
},
|
|
1192
1197
|
{
|
|
1193
1198
|
"const": "{palette.icon.HomePro}",
|
|
1194
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1195
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1199
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1200
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1196
1201
|
},
|
|
1197
1202
|
{
|
|
1198
1203
|
"const": "{palette.icon.HomeSecurity}",
|
|
1199
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1200
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1204
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1205
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1201
1206
|
},
|
|
1202
1207
|
{
|
|
1203
1208
|
"const": "{palette.icon.IDTag}",
|
|
1204
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1205
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1209
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1210
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1206
1211
|
},
|
|
1207
1212
|
{
|
|
1208
1213
|
"const": "{palette.icon.Infinite}",
|
|
1209
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1210
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1214
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1215
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1211
1216
|
},
|
|
1212
1217
|
{
|
|
1213
1218
|
"const": "{palette.icon.Information}",
|
|
1214
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1215
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1219
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1220
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1216
1221
|
},
|
|
1217
1222
|
{
|
|
1218
1223
|
"const": "{palette.icon.Internet}",
|
|
1219
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1220
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1224
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1225
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1221
1226
|
},
|
|
1222
1227
|
{
|
|
1223
1228
|
"const": "{palette.icon.Invisible}",
|
|
1224
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1225
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1229
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1230
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1226
1231
|
},
|
|
1227
1232
|
{
|
|
1228
1233
|
"const": "{palette.icon.Key}",
|
|
1229
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1230
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1234
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1235
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1231
1236
|
},
|
|
1232
1237
|
{
|
|
1233
1238
|
"const": "{palette.icon.Laptop}",
|
|
1234
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1235
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1239
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1240
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1236
1241
|
},
|
|
1237
1242
|
{
|
|
1238
1243
|
"const": "{palette.icon.Layers}",
|
|
1239
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1240
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1244
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1245
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1241
1246
|
},
|
|
1242
1247
|
{
|
|
1243
1248
|
"const": "{palette.icon.LeakDetect}",
|
|
1244
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1245
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1249
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1250
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1246
1251
|
},
|
|
1247
1252
|
{
|
|
1248
1253
|
"const": "{palette.icon.Lifesaver}",
|
|
1249
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1250
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1254
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1255
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1251
1256
|
},
|
|
1252
1257
|
{
|
|
1253
1258
|
"const": "{palette.icon.Lightbulb}",
|
|
1254
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1255
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1259
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1260
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1256
1261
|
},
|
|
1257
1262
|
{
|
|
1258
1263
|
"const": "{palette.icon.LinkExternal}",
|
|
1259
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1260
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1264
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1265
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1261
1266
|
},
|
|
1262
1267
|
{
|
|
1263
1268
|
"const": "{palette.icon.List}",
|
|
1264
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1265
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1269
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1270
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1266
1271
|
},
|
|
1267
1272
|
{
|
|
1268
1273
|
"const": "{palette.icon.LocationAdd}",
|
|
1269
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1270
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1274
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1275
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1271
1276
|
},
|
|
1272
1277
|
{
|
|
1273
1278
|
"const": "{palette.icon.LocationHome}",
|
|
1274
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1275
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1279
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1280
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1276
1281
|
},
|
|
1277
1282
|
{
|
|
1278
1283
|
"const": "{palette.icon.LocationIneligible}",
|
|
1279
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1280
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1284
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1285
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1281
1286
|
},
|
|
1282
1287
|
{
|
|
1283
1288
|
"const": "{palette.icon.LocationMap}",
|
|
1284
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1285
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1289
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1290
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1286
1291
|
},
|
|
1287
1292
|
{
|
|
1288
1293
|
"const": "{palette.icon.LocationRegular}",
|
|
1289
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1290
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1294
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1295
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1291
1296
|
},
|
|
1292
1297
|
{
|
|
1293
1298
|
"const": "{palette.icon.LocationRemove}",
|
|
1294
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1295
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1299
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1300
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1296
1301
|
},
|
|
1297
1302
|
{
|
|
1298
1303
|
"const": "{palette.icon.LocationSuccess}",
|
|
1299
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1300
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1304
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1305
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1301
1306
|
},
|
|
1302
1307
|
{
|
|
1303
1308
|
"const": "{palette.icon.LocationVerified}",
|
|
1304
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1305
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1309
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1310
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1306
1311
|
},
|
|
1307
1312
|
{
|
|
1308
1313
|
"const": "{palette.icon.LockClosed}",
|
|
1309
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1310
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1314
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1315
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1311
1316
|
},
|
|
1312
1317
|
{
|
|
1313
1318
|
"const": "{palette.icon.LockOpened}",
|
|
1314
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1315
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1319
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1320
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1316
1321
|
},
|
|
1317
1322
|
{
|
|
1318
1323
|
"const": "{palette.icon.LoginForm}",
|
|
1319
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1320
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1324
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1325
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1321
1326
|
},
|
|
1322
1327
|
{
|
|
1323
1328
|
"const": "{palette.icon.Magnify}",
|
|
1324
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1325
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1329
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1330
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1326
1331
|
},
|
|
1327
1332
|
{
|
|
1328
1333
|
"const": "{palette.icon.Map}",
|
|
1329
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1330
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1334
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1335
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1331
1336
|
},
|
|
1332
1337
|
{
|
|
1333
1338
|
"const": "{palette.icon.MasterCard}",
|
|
1334
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1335
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1339
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1340
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1336
1341
|
},
|
|
1337
1342
|
{
|
|
1338
1343
|
"const": "{palette.icon.Medical}",
|
|
1339
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1340
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1344
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1345
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1341
1346
|
},
|
|
1342
1347
|
{
|
|
1343
1348
|
"const": "{palette.icon.Messaging}",
|
|
1344
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1345
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1349
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1350
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1346
1351
|
},
|
|
1347
1352
|
{
|
|
1348
1353
|
"const": "{palette.icon.Microphone}",
|
|
1349
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1350
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1354
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1355
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1351
1356
|
},
|
|
1352
1357
|
{
|
|
1353
1358
|
"const": "{palette.icon.Mobility}",
|
|
1354
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1355
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1359
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1360
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1356
1361
|
},
|
|
1357
1362
|
{
|
|
1358
1363
|
"const": "{palette.icon.Modal}",
|
|
1359
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1360
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1364
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1365
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1361
1366
|
},
|
|
1362
1367
|
{
|
|
1363
1368
|
"const": "{palette.icon.Money}",
|
|
1364
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1365
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1369
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1370
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"const": "{palette.icon.MoneyBack}",
|
|
1374
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1375
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1366
1376
|
},
|
|
1367
1377
|
{
|
|
1368
1378
|
"const": "{palette.icon.Movie}",
|
|
1369
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1370
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1379
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1380
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1371
1381
|
},
|
|
1372
1382
|
{
|
|
1373
1383
|
"const": "{palette.icon.Music}",
|
|
1374
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1375
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1384
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1385
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1376
1386
|
},
|
|
1377
1387
|
{
|
|
1378
1388
|
"const": "{palette.icon.Muted}",
|
|
1379
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1380
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1389
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1390
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1381
1391
|
},
|
|
1382
1392
|
{
|
|
1383
1393
|
"const": "{palette.icon.Networking}",
|
|
1384
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1385
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1394
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1395
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1386
1396
|
},
|
|
1387
1397
|
{
|
|
1388
1398
|
"const": "{palette.icon.News}",
|
|
1389
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1390
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1399
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1400
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1391
1401
|
},
|
|
1392
1402
|
{
|
|
1393
1403
|
"const": "{palette.icon.NextGenFirewall}",
|
|
1394
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1395
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1404
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1405
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1396
1406
|
},
|
|
1397
1407
|
{
|
|
1398
1408
|
"const": "{palette.icon.NoContract}",
|
|
1399
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1400
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1409
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1410
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1401
1411
|
},
|
|
1402
1412
|
{
|
|
1403
1413
|
"const": "{palette.icon.NotifyBold}",
|
|
1404
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1405
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1414
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1415
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1406
1416
|
},
|
|
1407
1417
|
{
|
|
1408
1418
|
"const": "{palette.icon.Office}",
|
|
1409
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1410
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1419
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1420
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1411
1421
|
},
|
|
1412
1422
|
{
|
|
1413
1423
|
"const": "{palette.icon.Offices}",
|
|
1414
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1415
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1424
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1425
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1416
1426
|
},
|
|
1417
1427
|
{
|
|
1418
1428
|
"const": "{palette.icon.OnDemand}",
|
|
1419
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1420
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1429
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1430
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1421
1431
|
},
|
|
1422
1432
|
{
|
|
1423
1433
|
"const": "{palette.icon.OnTheGo}",
|
|
1424
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1425
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1434
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1435
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1426
1436
|
},
|
|
1427
1437
|
{
|
|
1428
1438
|
"const": "{palette.icon.OnlineSecurity}",
|
|
1429
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1430
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1439
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1440
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1431
1441
|
},
|
|
1432
1442
|
{
|
|
1433
1443
|
"const": "{palette.icon.OrderAscend}",
|
|
1434
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1435
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1444
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1445
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1436
1446
|
},
|
|
1437
1447
|
{
|
|
1438
1448
|
"const": "{palette.icon.OrderDescend}",
|
|
1439
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1440
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1449
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1450
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1441
1451
|
},
|
|
1442
1452
|
{
|
|
1443
1453
|
"const": "{palette.icon.Paperless}",
|
|
1444
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1445
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1454
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1455
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1446
1456
|
},
|
|
1447
1457
|
{
|
|
1448
1458
|
"const": "{palette.icon.Passport}",
|
|
1449
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1450
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1459
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1460
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1451
1461
|
},
|
|
1452
1462
|
{
|
|
1453
1463
|
"const": "{palette.icon.Pause}",
|
|
1454
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1455
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1464
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1465
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1456
1466
|
},
|
|
1457
1467
|
{
|
|
1458
1468
|
"const": "{palette.icon.Phone}",
|
|
1459
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1460
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1469
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1470
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1461
1471
|
},
|
|
1462
1472
|
{
|
|
1463
1473
|
"const": "{palette.icon.PhoneBusiness}",
|
|
1464
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1465
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1474
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1475
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1466
1476
|
},
|
|
1467
1477
|
{
|
|
1468
1478
|
"const": "{palette.icon.PhoneHome}",
|
|
1469
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1470
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1479
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1480
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1471
1481
|
},
|
|
1472
1482
|
{
|
|
1473
1483
|
"const": "{palette.icon.PhoneReception}",
|
|
1474
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1475
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1484
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1485
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1476
1486
|
},
|
|
1477
1487
|
{
|
|
1478
1488
|
"const": "{palette.icon.Photo}",
|
|
1479
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1480
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1489
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1490
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1481
1491
|
},
|
|
1482
1492
|
{
|
|
1483
1493
|
"const": "{palette.icon.Photos}",
|
|
1484
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1485
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1494
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1495
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1486
1496
|
},
|
|
1487
1497
|
{
|
|
1488
1498
|
"const": "{palette.icon.PiggyBank}",
|
|
1489
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1490
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1499
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1500
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1491
1501
|
},
|
|
1492
1502
|
{
|
|
1493
1503
|
"const": "{palette.icon.PikTV}",
|
|
1494
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1495
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1504
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1505
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1496
1506
|
},
|
|
1497
1507
|
{
|
|
1498
1508
|
"const": "{palette.icon.Play}",
|
|
1499
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1500
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1509
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1510
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1501
1511
|
},
|
|
1502
1512
|
{
|
|
1503
1513
|
"const": "{palette.icon.PlaySolid}",
|
|
1504
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1505
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1514
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1515
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1506
1516
|
},
|
|
1507
1517
|
{
|
|
1508
1518
|
"const": "{palette.icon.PlayVideo}",
|
|
1509
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1510
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1519
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1520
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"const": "{palette.icon.PowerDrill}",
|
|
1524
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1525
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1511
1526
|
},
|
|
1512
1527
|
{
|
|
1513
1528
|
"const": "{palette.icon.Preference}",
|
|
1514
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1515
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1529
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1530
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1516
1531
|
},
|
|
1517
1532
|
{
|
|
1518
1533
|
"const": "{palette.icon.Print}",
|
|
1519
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1520
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1534
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1535
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1521
1536
|
},
|
|
1522
1537
|
{
|
|
1523
1538
|
"const": "{palette.icon.PrivateCloud}",
|
|
1524
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1525
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1539
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1540
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1526
1541
|
},
|
|
1527
1542
|
{
|
|
1528
1543
|
"const": "{palette.icon.ProactiveAssurance}",
|
|
1529
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1530
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1544
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1545
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1531
1546
|
},
|
|
1532
1547
|
{
|
|
1533
1548
|
"const": "{palette.icon.Profile}",
|
|
1534
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1535
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1549
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1550
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1536
1551
|
},
|
|
1537
1552
|
{
|
|
1538
1553
|
"const": "{palette.icon.ProfileBold}",
|
|
1539
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1540
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1554
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1555
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1541
1556
|
},
|
|
1542
1557
|
{
|
|
1543
1558
|
"const": "{palette.icon.Question}",
|
|
1544
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1545
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1559
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1560
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1546
1561
|
},
|
|
1547
1562
|
{
|
|
1548
1563
|
"const": "{palette.icon.QuoteLeft}",
|
|
1549
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1550
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1564
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1565
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1551
1566
|
},
|
|
1552
1567
|
{
|
|
1553
1568
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1554
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1555
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1569
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1570
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1556
1571
|
},
|
|
1557
1572
|
{
|
|
1558
1573
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1559
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1560
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1574
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1575
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1561
1576
|
},
|
|
1562
1577
|
{
|
|
1563
1578
|
"const": "{palette.icon.Radar}",
|
|
1564
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1565
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1579
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1580
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1566
1581
|
},
|
|
1567
1582
|
{
|
|
1568
1583
|
"const": "{palette.icon.Receipt}",
|
|
1569
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1570
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1584
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1585
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1571
1586
|
},
|
|
1572
1587
|
{
|
|
1573
1588
|
"const": "{palette.icon.Record}",
|
|
1574
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1575
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1589
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1590
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1576
1591
|
},
|
|
1577
1592
|
{
|
|
1578
1593
|
"const": "{palette.icon.Refresh}",
|
|
1579
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1580
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1594
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1595
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1581
1596
|
},
|
|
1582
1597
|
{
|
|
1583
1598
|
"const": "{palette.icon.RemoteControl}",
|
|
1584
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1585
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1599
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1600
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1586
1601
|
},
|
|
1587
1602
|
{
|
|
1588
1603
|
"const": "{palette.icon.Replay}",
|
|
1589
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1590
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1604
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1605
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1591
1606
|
},
|
|
1592
1607
|
{
|
|
1593
1608
|
"const": "{palette.icon.Router}",
|
|
1594
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1595
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1609
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1610
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1596
1611
|
},
|
|
1597
1612
|
{
|
|
1598
1613
|
"const": "{palette.icon.Search}",
|
|
1599
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1600
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1614
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1615
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1601
1616
|
},
|
|
1602
1617
|
{
|
|
1603
1618
|
"const": "{palette.icon.SearchBold}",
|
|
1604
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1605
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1619
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1620
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1606
1621
|
},
|
|
1607
1622
|
{
|
|
1608
1623
|
"const": "{palette.icon.SecurityCamera}",
|
|
1609
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1610
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1624
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1625
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1611
1626
|
},
|
|
1612
1627
|
{
|
|
1613
1628
|
"const": "{palette.icon.SecurityHouse}",
|
|
1614
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1615
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1629
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1630
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1616
1631
|
},
|
|
1617
1632
|
{
|
|
1618
1633
|
"const": "{palette.icon.SecurityMobile}",
|
|
1619
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1620
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1634
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1635
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1621
1636
|
},
|
|
1622
1637
|
{
|
|
1623
1638
|
"const": "{palette.icon.SecuritySettings}",
|
|
1624
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1625
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1639
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1640
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1626
1641
|
},
|
|
1627
1642
|
{
|
|
1628
1643
|
"const": "{palette.icon.Server}",
|
|
1629
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1630
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1644
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1645
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1631
1646
|
},
|
|
1632
1647
|
{
|
|
1633
1648
|
"const": "{palette.icon.ServiceTruck}",
|
|
1634
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1635
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1649
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1650
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1636
1651
|
},
|
|
1637
1652
|
{
|
|
1638
1653
|
"const": "{palette.icon.Settings}",
|
|
1639
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1640
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1654
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1655
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1641
1656
|
},
|
|
1642
1657
|
{
|
|
1643
1658
|
"const": "{palette.icon.SettingsBold}",
|
|
1644
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1645
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1659
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1660
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1646
1661
|
},
|
|
1647
1662
|
{
|
|
1648
1663
|
"const": "{palette.icon.SettingsSolid}",
|
|
1649
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1650
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1664
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1665
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1651
1666
|
},
|
|
1652
1667
|
{
|
|
1653
1668
|
"const": "{palette.icon.SharedAccount}",
|
|
1654
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1655
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1669
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1670
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"const": "{palette.icon.ShippingSuccess}",
|
|
1674
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1675
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1656
1676
|
},
|
|
1657
1677
|
{
|
|
1658
1678
|
"const": "{palette.icon.Shop}",
|
|
1659
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1660
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1679
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1680
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1661
1681
|
},
|
|
1662
1682
|
{
|
|
1663
1683
|
"const": "{palette.icon.SignPost}",
|
|
1664
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1665
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1684
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1685
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1666
1686
|
},
|
|
1667
1687
|
{
|
|
1668
1688
|
"const": "{palette.icon.Signal}",
|
|
1669
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1670
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1689
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1690
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1671
1691
|
},
|
|
1672
1692
|
{
|
|
1673
1693
|
"const": "{palette.icon.SimCard}",
|
|
1674
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1675
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1694
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1695
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1676
1696
|
},
|
|
1677
1697
|
{
|
|
1678
1698
|
"const": "{palette.icon.SmartWearSecurity}",
|
|
1679
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1680
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1699
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1700
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1681
1701
|
},
|
|
1682
1702
|
{
|
|
1683
1703
|
"const": "{palette.icon.Soccer}",
|
|
1684
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1685
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1704
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1705
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1686
1706
|
},
|
|
1687
1707
|
{
|
|
1688
1708
|
"const": "{palette.icon.Speaker}",
|
|
1689
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1690
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1709
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1710
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1691
1711
|
},
|
|
1692
1712
|
{
|
|
1693
1713
|
"const": "{palette.icon.SpeakerPhone}",
|
|
1694
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1695
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1714
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1715
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1696
1716
|
},
|
|
1697
1717
|
{
|
|
1698
1718
|
"const": "{palette.icon.Speed}",
|
|
1699
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1700
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1719
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1720
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1701
1721
|
},
|
|
1702
1722
|
{
|
|
1703
1723
|
"const": "{palette.icon.SpeedReduced}",
|
|
1704
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1705
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1724
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1725
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1706
1726
|
},
|
|
1707
1727
|
{
|
|
1708
1728
|
"const": "{palette.icon.StatusError}",
|
|
1709
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1710
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1729
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1730
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1711
1731
|
},
|
|
1712
1732
|
{
|
|
1713
1733
|
"const": "{palette.icon.StatusInfo}",
|
|
1714
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1715
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1734
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1735
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1716
1736
|
},
|
|
1717
1737
|
{
|
|
1718
1738
|
"const": "{palette.icon.StatusSuccess}",
|
|
1719
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1720
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1739
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1740
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1721
1741
|
},
|
|
1722
1742
|
{
|
|
1723
1743
|
"const": "{palette.icon.StatusWarning}",
|
|
1724
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1725
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1744
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1745
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1726
1746
|
},
|
|
1727
1747
|
{
|
|
1728
1748
|
"const": "{palette.icon.Subtract}",
|
|
1729
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1730
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1749
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1750
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1731
1751
|
},
|
|
1732
1752
|
{
|
|
1733
1753
|
"const": "{palette.icon.Success}",
|
|
1734
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1735
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1754
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1755
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1736
1756
|
},
|
|
1737
1757
|
{
|
|
1738
1758
|
"const": "{palette.icon.Suitcase}",
|
|
1739
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1740
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1759
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1760
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1741
1761
|
},
|
|
1742
1762
|
{
|
|
1743
1763
|
"const": "{palette.icon.Support}",
|
|
1744
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1745
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1764
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1765
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1746
1766
|
},
|
|
1747
1767
|
{
|
|
1748
1768
|
"const": "{palette.icon.Support911}",
|
|
1749
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1750
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1769
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1770
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1751
1771
|
},
|
|
1752
1772
|
{
|
|
1753
1773
|
"const": "{palette.icon.SupportBold}",
|
|
1754
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1755
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1774
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1775
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1756
1776
|
},
|
|
1757
1777
|
{
|
|
1758
1778
|
"const": "{palette.icon.TV}",
|
|
1759
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1760
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1779
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1780
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1761
1781
|
},
|
|
1762
1782
|
{
|
|
1763
1783
|
"const": "{palette.icon.TVChoiceAndFlexibility}",
|
|
1764
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1765
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1784
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1785
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1766
1786
|
},
|
|
1767
1787
|
{
|
|
1768
1788
|
"const": "{palette.icon.TVEntertainment}",
|
|
1769
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1770
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1789
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1790
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1771
1791
|
},
|
|
1772
1792
|
{
|
|
1773
1793
|
"const": "{palette.icon.Tablet}",
|
|
1774
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1775
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1794
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1795
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1776
1796
|
},
|
|
1777
1797
|
{
|
|
1778
1798
|
"const": "{palette.icon.Target}",
|
|
1779
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1780
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1799
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1800
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1781
1801
|
},
|
|
1782
1802
|
{
|
|
1783
1803
|
"const": "{palette.icon.Tasks}",
|
|
1784
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1785
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1804
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1805
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1786
1806
|
},
|
|
1787
1807
|
{
|
|
1788
1808
|
"const": "{palette.icon.Teapot}",
|
|
1789
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1790
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1809
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1810
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1791
1811
|
},
|
|
1792
1812
|
{
|
|
1793
1813
|
"const": "{palette.icon.ThumbsDown}",
|
|
1794
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1795
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1814
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1815
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1796
1816
|
},
|
|
1797
1817
|
{
|
|
1798
1818
|
"const": "{palette.icon.ThumbsDownFill}",
|
|
1799
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1800
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1819
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1820
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1801
1821
|
},
|
|
1802
1822
|
{
|
|
1803
1823
|
"const": "{palette.icon.ThumbsUp}",
|
|
1804
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1805
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1824
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1825
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1806
1826
|
},
|
|
1807
1827
|
{
|
|
1808
1828
|
"const": "{palette.icon.ThumbsUpFill}",
|
|
1809
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1810
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1829
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1830
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1811
1831
|
},
|
|
1812
1832
|
{
|
|
1813
1833
|
"const": "{palette.icon.Time}",
|
|
1814
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1815
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1834
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1835
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1816
1836
|
},
|
|
1817
1837
|
{
|
|
1818
1838
|
"const": "{palette.icon.TimeCycle}",
|
|
1819
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1820
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1839
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1840
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1821
1841
|
},
|
|
1822
1842
|
{
|
|
1823
1843
|
"const": "{palette.icon.Times}",
|
|
1824
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1825
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1844
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1845
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1826
1846
|
},
|
|
1827
1847
|
{
|
|
1828
1848
|
"const": "{palette.icon.TowTruck}",
|
|
1829
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1830
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1849
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1850
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1831
1851
|
},
|
|
1832
1852
|
{
|
|
1833
1853
|
"const": "{palette.icon.Transmitter}",
|
|
1834
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1835
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1854
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1855
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1836
1856
|
},
|
|
1837
1857
|
{
|
|
1838
1858
|
"const": "{palette.icon.Unmuted}",
|
|
1839
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1840
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1859
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1860
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1841
1861
|
},
|
|
1842
1862
|
{
|
|
1843
1863
|
"const": "{palette.icon.Upload}",
|
|
1844
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1845
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1864
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1865
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1846
1866
|
},
|
|
1847
1867
|
{
|
|
1848
1868
|
"const": "{palette.icon.UploadToCloud}",
|
|
1849
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1850
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1869
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1870
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1851
1871
|
},
|
|
1852
1872
|
{
|
|
1853
1873
|
"const": "{palette.icon.UsbCable}",
|
|
1854
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1855
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1874
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1875
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1856
1876
|
},
|
|
1857
1877
|
{
|
|
1858
1878
|
"const": "{palette.icon.User}",
|
|
1859
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1860
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1879
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1880
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1861
1881
|
},
|
|
1862
1882
|
{
|
|
1863
1883
|
"const": "{palette.icon.UserAddBold}",
|
|
1864
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1865
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1884
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1885
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1866
1886
|
},
|
|
1867
1887
|
{
|
|
1868
1888
|
"const": "{palette.icon.Users}",
|
|
1869
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1870
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1889
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1890
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1871
1891
|
},
|
|
1872
1892
|
{
|
|
1873
1893
|
"const": "{palette.icon.VideoCall}",
|
|
1874
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1875
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1894
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1895
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1876
1896
|
},
|
|
1877
1897
|
{
|
|
1878
1898
|
"const": "{palette.icon.VideoChat}",
|
|
1879
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1880
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1899
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1900
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1881
1901
|
},
|
|
1882
1902
|
{
|
|
1883
1903
|
"const": "{palette.icon.VideoGames}",
|
|
1884
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1885
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1904
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1905
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1886
1906
|
},
|
|
1887
1907
|
{
|
|
1888
1908
|
"const": "{palette.icon.Visa}",
|
|
1889
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1890
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1909
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1910
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1891
1911
|
},
|
|
1892
1912
|
{
|
|
1893
1913
|
"const": "{palette.icon.Visible}",
|
|
1894
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1895
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1914
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1915
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1896
1916
|
},
|
|
1897
1917
|
{
|
|
1898
1918
|
"const": "{palette.icon.VisuallyImpaired}",
|
|
1899
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1900
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1919
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1920
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1901
1921
|
},
|
|
1902
1922
|
{
|
|
1903
1923
|
"const": "{palette.icon.Warranty}",
|
|
1904
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1905
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1924
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1925
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1906
1926
|
},
|
|
1907
1927
|
{
|
|
1908
1928
|
"const": "{palette.icon.Watch}",
|
|
1909
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1910
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1929
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1930
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1911
1931
|
},
|
|
1912
1932
|
{
|
|
1913
1933
|
"const": "{palette.icon.WifiBoost}",
|
|
1914
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1915
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1934
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1935
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1916
1936
|
},
|
|
1917
1937
|
{
|
|
1918
1938
|
"const": "{palette.icon.WifiCloud}",
|
|
1919
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1920
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1939
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1940
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1921
1941
|
},
|
|
1922
1942
|
{
|
|
1923
1943
|
"const": "{system.icon.none}",
|
|
1924
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1925
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1944
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1945
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1926
1946
|
}
|
|
1927
1947
|
],
|
|
1928
1948
|
"$id": "#icon"
|
|
@@ -1931,23 +1951,23 @@
|
|
|
1931
1951
|
"anyOf": [
|
|
1932
1952
|
{
|
|
1933
1953
|
"const": "{palette.letterSpacing.condensed}",
|
|
1934
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1935
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1954
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1955
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1936
1956
|
},
|
|
1937
1957
|
{
|
|
1938
1958
|
"const": "{palette.letterSpacing.loose}",
|
|
1939
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1940
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1959
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1960
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1941
1961
|
},
|
|
1942
1962
|
{
|
|
1943
1963
|
"const": "{palette.letterSpacing.medium}",
|
|
1944
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1945
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1964
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1965
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1946
1966
|
},
|
|
1947
1967
|
{
|
|
1948
1968
|
"const": "{system.letterSpacing.none}",
|
|
1949
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1950
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1969
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
1970
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
1951
1971
|
}
|
|
1952
1972
|
],
|
|
1953
1973
|
"$id": "#letterSpacing"
|
|
@@ -1956,88 +1976,88 @@
|
|
|
1956
1976
|
"anyOf": [
|
|
1957
1977
|
{
|
|
1958
1978
|
"const": "{palette.lineHeight.ratio10to5}",
|
|
1959
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1960
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1979
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1980
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1961
1981
|
},
|
|
1962
1982
|
{
|
|
1963
1983
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1964
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1965
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1984
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1985
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1966
1986
|
},
|
|
1967
1987
|
{
|
|
1968
1988
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1969
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1970
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1989
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1990
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1971
1991
|
},
|
|
1972
1992
|
{
|
|
1973
1993
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1974
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1975
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1994
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
1995
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1976
1996
|
},
|
|
1977
1997
|
{
|
|
1978
1998
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1979
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1980
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
1999
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2000
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1981
2001
|
},
|
|
1982
2002
|
{
|
|
1983
2003
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1984
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1985
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2004
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2005
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1986
2006
|
},
|
|
1987
2007
|
{
|
|
1988
2008
|
"const": "{palette.lineHeight.ratio2to1}",
|
|
1989
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1990
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2009
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2010
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1991
2011
|
},
|
|
1992
2012
|
{
|
|
1993
2013
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1994
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
1995
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2014
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2015
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
1996
2016
|
},
|
|
1997
2017
|
{
|
|
1998
2018
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1999
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2000
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2019
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2020
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2001
2021
|
},
|
|
2002
2022
|
{
|
|
2003
2023
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
2004
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2005
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2024
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2025
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2006
2026
|
},
|
|
2007
2027
|
{
|
|
2008
2028
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
2009
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2010
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2029
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2030
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2011
2031
|
},
|
|
2012
2032
|
{
|
|
2013
2033
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
2014
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2015
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2034
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2035
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2016
2036
|
},
|
|
2017
2037
|
{
|
|
2018
2038
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
2019
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2020
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2039
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2040
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2021
2041
|
},
|
|
2022
2042
|
{
|
|
2023
2043
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
2024
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2025
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2044
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2045
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2026
2046
|
},
|
|
2027
2047
|
{
|
|
2028
2048
|
"const": "{palette.lineHeight.ratio9to4}",
|
|
2029
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2030
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2049
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2050
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2031
2051
|
},
|
|
2032
2052
|
{
|
|
2033
2053
|
"const": "{palette.lineHeight.ratio9to7}",
|
|
2034
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2035
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2054
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2055
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2036
2056
|
},
|
|
2037
2057
|
{
|
|
2038
2058
|
"const": "{palette.lineHeight.ratio9to8}",
|
|
2039
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2040
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2059
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2060
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2041
2061
|
}
|
|
2042
2062
|
],
|
|
2043
2063
|
"$id": "#lineHeight"
|
|
@@ -2046,13 +2066,13 @@
|
|
|
2046
2066
|
"anyOf": [
|
|
2047
2067
|
{
|
|
2048
2068
|
"const": "{palette.opacity.opacity10}",
|
|
2049
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2050
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2069
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2070
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2051
2071
|
},
|
|
2052
2072
|
{
|
|
2053
2073
|
"const": "{system.opacity.opaque}",
|
|
2054
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2055
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2074
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2075
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2056
2076
|
}
|
|
2057
2077
|
],
|
|
2058
2078
|
"$id": "#opacity"
|
|
@@ -2061,73 +2081,78 @@
|
|
|
2061
2081
|
"anyOf": [
|
|
2062
2082
|
{
|
|
2063
2083
|
"const": "{palette.radius.none}",
|
|
2064
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2065
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2084
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2085
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2066
2086
|
},
|
|
2067
2087
|
{
|
|
2068
2088
|
"const": "{palette.radius.pill32}",
|
|
2069
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2070
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2089
|
+
"description": "@telus-uds/palette-allium/v2.34.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). Note this will be come deprecated in the future. Please use radius32 instead.",
|
|
2090
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.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). Note this will be come deprecated in the future. Please use radius32 instead."
|
|
2071
2091
|
},
|
|
2072
2092
|
{
|
|
2073
2093
|
"const": "{palette.radius.radius1}",
|
|
2074
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2075
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2094
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for Tooltip's arrow",
|
|
2095
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for Tooltip's arrow"
|
|
2076
2096
|
},
|
|
2077
2097
|
{
|
|
2078
2098
|
"const": "{palette.radius.radius12}",
|
|
2079
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2080
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2099
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for ProgressBar",
|
|
2100
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for ProgressBar"
|
|
2081
2101
|
},
|
|
2082
2102
|
{
|
|
2083
2103
|
"const": "{palette.radius.radius16}",
|
|
2084
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2085
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2104
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for horizontial padding bottom of VideoPickerThumbnail",
|
|
2105
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for horizontial padding bottom of VideoPickerThumbnail"
|
|
2086
2106
|
},
|
|
2087
2107
|
{
|
|
2088
2108
|
"const": "{palette.radius.radius24}",
|
|
2089
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2090
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2109
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for framed horizontial padding bottom of VideoPickerThumbnail",
|
|
2110
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for framed horizontial padding bottom of VideoPickerThumbnail"
|
|
2091
2111
|
},
|
|
2092
2112
|
{
|
|
2093
2113
|
"const": "{palette.radius.radius32}",
|
|
2094
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2095
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2114
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2115
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2096
2116
|
},
|
|
2097
2117
|
{
|
|
2098
2118
|
"const": "{palette.radius.radius4}",
|
|
2099
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2100
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2119
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2120
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2101
2121
|
},
|
|
2102
2122
|
{
|
|
2103
2123
|
"const": "{palette.radius.radius45}",
|
|
2104
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2105
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2124
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2125
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2106
2126
|
},
|
|
2107
2127
|
{
|
|
2108
2128
|
"const": "{palette.radius.radius6}",
|
|
2109
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2110
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2129
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for Cards",
|
|
2130
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for Cards"
|
|
2111
2131
|
},
|
|
2112
2132
|
{
|
|
2113
2133
|
"const": "{palette.radius.radius8}",
|
|
2114
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2115
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2134
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for Tooltip",
|
|
2135
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for Tooltip"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"const": "{palette.radius.radius99}",
|
|
2139
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
2140
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
2116
2141
|
},
|
|
2117
2142
|
{
|
|
2118
2143
|
"const": "{system.radius.none}",
|
|
2119
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2120
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2144
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2145
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2121
2146
|
},
|
|
2122
2147
|
{
|
|
2123
2148
|
"const": "{system.radius.zero}",
|
|
2124
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2125
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2149
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2150
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2126
2151
|
},
|
|
2127
2152
|
{
|
|
2128
2153
|
"const": "{system.radius.round}",
|
|
2129
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2130
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2154
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2155
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2131
2156
|
}
|
|
2132
2157
|
],
|
|
2133
2158
|
"$id": "#radius"
|
|
@@ -2136,38 +2161,38 @@
|
|
|
2136
2161
|
"anyOf": [
|
|
2137
2162
|
{
|
|
2138
2163
|
"const": "{palette.shadow.elevation1}",
|
|
2139
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2140
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2164
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
2165
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
2141
2166
|
},
|
|
2142
2167
|
{
|
|
2143
2168
|
"const": "{palette.shadow.elevation2}",
|
|
2144
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2145
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2169
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
2170
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
2146
2171
|
},
|
|
2147
2172
|
{
|
|
2148
2173
|
"const": "{palette.shadow.elevation3}",
|
|
2149
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2150
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2174
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
2175
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
2151
2176
|
},
|
|
2152
2177
|
{
|
|
2153
2178
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
2154
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2155
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2179
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar",
|
|
2180
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nUse emboss to add a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar"
|
|
2156
2181
|
},
|
|
2157
2182
|
{
|
|
2158
2183
|
"const": "{palette.shadow.surfaceInset}",
|
|
2159
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2160
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2184
|
+
"description": "@telus-uds/palette-allium/v2.34.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",
|
|
2185
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.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"
|
|
2161
2186
|
},
|
|
2162
2187
|
{
|
|
2163
2188
|
"const": "{palette.shadow.surfaceRaised}",
|
|
2164
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2165
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2189
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
2190
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.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"
|
|
2166
2191
|
},
|
|
2167
2192
|
{
|
|
2168
2193
|
"const": "{system.shadow.none}",
|
|
2169
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2170
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2194
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2195
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2171
2196
|
}
|
|
2172
2197
|
],
|
|
2173
2198
|
"$id": "#shadow"
|
|
@@ -2176,303 +2201,303 @@
|
|
|
2176
2201
|
"anyOf": [
|
|
2177
2202
|
{
|
|
2178
2203
|
"const": "{palette.size.size0}",
|
|
2179
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2180
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2204
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2205
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2181
2206
|
},
|
|
2182
2207
|
{
|
|
2183
2208
|
"const": "{palette.size.size1}",
|
|
2184
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2185
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2209
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the allium spacing scale.",
|
|
2210
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the allium spacing scale."
|
|
2186
2211
|
},
|
|
2187
2212
|
{
|
|
2188
2213
|
"const": "{palette.size.size10}",
|
|
2189
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2190
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2214
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nSpecifically introduced to space the Checkbox glyph from its label",
|
|
2215
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Checkbox glyph from its label"
|
|
2191
2216
|
},
|
|
2192
2217
|
{
|
|
2193
2218
|
"const": "{palette.size.size12}",
|
|
2194
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2195
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2219
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2220
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2196
2221
|
},
|
|
2197
2222
|
{
|
|
2198
2223
|
"const": "{palette.size.size120}",
|
|
2199
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2200
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2224
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2225
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2201
2226
|
},
|
|
2202
2227
|
{
|
|
2203
2228
|
"const": "{palette.size.size128}",
|
|
2204
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2205
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2229
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
2230
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
2206
2231
|
},
|
|
2207
2232
|
{
|
|
2208
2233
|
"const": "{palette.size.size14}",
|
|
2209
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2210
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2234
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n14 is the icon size for the small variant of the list component",
|
|
2235
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n14 is the icon size for the small variant of the list component"
|
|
2211
2236
|
},
|
|
2212
2237
|
{
|
|
2213
2238
|
"const": "{palette.size.size140}",
|
|
2214
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2215
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2239
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
2240
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
2216
2241
|
},
|
|
2217
2242
|
{
|
|
2218
2243
|
"const": "{palette.size.size144}",
|
|
2219
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2220
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2244
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2245
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2221
2246
|
},
|
|
2222
2247
|
{
|
|
2223
2248
|
"const": "{palette.size.size15}",
|
|
2224
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2225
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2249
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2250
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2226
2251
|
},
|
|
2227
2252
|
{
|
|
2228
2253
|
"const": "{palette.size.size16}",
|
|
2229
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2230
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2254
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2255
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2231
2256
|
},
|
|
2232
2257
|
{
|
|
2233
2258
|
"const": "{palette.size.size168}",
|
|
2234
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2235
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2259
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
2260
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
2236
2261
|
},
|
|
2237
2262
|
{
|
|
2238
2263
|
"const": "{palette.size.size18}",
|
|
2239
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2240
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2264
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2265
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2241
2266
|
},
|
|
2242
2267
|
{
|
|
2243
2268
|
"const": "{palette.size.size184}",
|
|
2244
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2245
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2269
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
2270
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
2246
2271
|
},
|
|
2247
2272
|
{
|
|
2248
2273
|
"const": "{palette.size.size192}",
|
|
2249
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2250
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2274
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2275
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2251
2276
|
},
|
|
2252
2277
|
{
|
|
2253
2278
|
"const": "{palette.size.size2}",
|
|
2254
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2255
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2279
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nSpecifically introduced to space the Feedback from the Checkbox",
|
|
2280
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Feedback from the Checkbox"
|
|
2256
2281
|
},
|
|
2257
2282
|
{
|
|
2258
2283
|
"const": "{palette.size.size20}",
|
|
2259
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2260
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2284
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2285
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2261
2286
|
},
|
|
2262
2287
|
{
|
|
2263
2288
|
"const": "{palette.size.size22}",
|
|
2264
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2265
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2289
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2290
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2266
2291
|
},
|
|
2267
2292
|
{
|
|
2268
2293
|
"const": "{palette.size.size24}",
|
|
2269
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2270
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2294
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2295
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2271
2296
|
},
|
|
2272
2297
|
{
|
|
2273
2298
|
"const": "{palette.size.size26}",
|
|
2274
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2275
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2299
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2300
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2276
2301
|
},
|
|
2277
2302
|
{
|
|
2278
2303
|
"const": "{palette.size.size264}",
|
|
2279
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2280
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2304
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n24 x 11. This is the widest token for widths where four columns with up to size24 spacing can be reliably accomodated at `xl` viewport. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2305
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n24 x 11. This is the widest token for widths where four columns with up to size24 spacing can be reliably accomodated at `xl` viewport. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2281
2306
|
},
|
|
2282
2307
|
{
|
|
2283
2308
|
"const": "{palette.size.size28}",
|
|
2284
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2285
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2309
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2310
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2286
2311
|
},
|
|
2287
2312
|
{
|
|
2288
2313
|
"const": "{palette.size.size288}",
|
|
2289
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2290
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2314
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n24 x 12. This matches 320 (the narrowest supported viewport) minus two 16px margins. Larger sizes for the widths/heights of blocks are based on multiples of 24).",
|
|
2315
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n24 x 12. This matches 320 (the narrowest supported viewport) minus two 16px margins. Larger sizes for the widths/heights of blocks are based on multiples of 24)."
|
|
2291
2316
|
},
|
|
2292
2317
|
{
|
|
2293
2318
|
"const": "{palette.size.size3}",
|
|
2294
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2295
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2319
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nFor special gap and size cases. This is not part of the allium sizing scale.",
|
|
2320
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nFor special gap and size cases. This is not part of the allium sizing scale."
|
|
2296
2321
|
},
|
|
2297
2322
|
{
|
|
2298
2323
|
"const": "{palette.size.size32}",
|
|
2299
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2300
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2324
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2325
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2301
2326
|
},
|
|
2302
2327
|
{
|
|
2303
2328
|
"const": "{palette.size.size320}",
|
|
2304
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2305
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2329
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal width option",
|
|
2330
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal width option"
|
|
2306
2331
|
},
|
|
2307
2332
|
{
|
|
2308
2333
|
"const": "{palette.size.size35}",
|
|
2309
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2310
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2334
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2335
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2311
2336
|
},
|
|
2312
2337
|
{
|
|
2313
2338
|
"const": "{palette.size.size36}",
|
|
2314
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2315
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2339
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2340
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2316
2341
|
},
|
|
2317
2342
|
{
|
|
2318
2343
|
"const": "{palette.size.size4}",
|
|
2319
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2320
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2344
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2345
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2321
2346
|
},
|
|
2322
2347
|
{
|
|
2323
2348
|
"const": "{palette.size.size40}",
|
|
2324
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2325
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2349
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2350
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2326
2351
|
},
|
|
2327
2352
|
{
|
|
2328
2353
|
"const": "{palette.size.size412}",
|
|
2329
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2330
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2354
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
2355
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
2331
2356
|
},
|
|
2332
2357
|
{
|
|
2333
2358
|
"const": "{palette.size.size44}",
|
|
2334
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2335
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2359
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2360
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2336
2361
|
},
|
|
2337
2362
|
{
|
|
2338
2363
|
"const": "{palette.size.size45}",
|
|
2339
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2340
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2364
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2365
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2341
2366
|
},
|
|
2342
2367
|
{
|
|
2343
2368
|
"const": "{palette.size.size48}",
|
|
2344
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2345
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2369
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2370
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2346
2371
|
},
|
|
2347
2372
|
{
|
|
2348
2373
|
"const": "{palette.size.size480}",
|
|
2349
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2350
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2374
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal max width at the MD breakpoint",
|
|
2375
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal max width at the MD breakpoint"
|
|
2351
2376
|
},
|
|
2352
2377
|
{
|
|
2353
2378
|
"const": "{palette.size.size5}",
|
|
2354
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2355
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2379
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2380
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2356
2381
|
},
|
|
2357
2382
|
{
|
|
2358
2383
|
"const": "{palette.size.size53}",
|
|
2359
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2360
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2384
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2385
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2361
2386
|
},
|
|
2362
2387
|
{
|
|
2363
2388
|
"const": "{palette.size.size544}",
|
|
2364
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2365
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2389
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
2390
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
2366
2391
|
},
|
|
2367
2392
|
{
|
|
2368
2393
|
"const": "{palette.size.size56}",
|
|
2369
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2370
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2394
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nAdded for Carousel thumbnail size",
|
|
2395
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nAdded for Carousel thumbnail size"
|
|
2371
2396
|
},
|
|
2372
2397
|
{
|
|
2373
2398
|
"const": "{palette.size.size576}",
|
|
2374
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2375
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2399
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal default width",
|
|
2400
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal default width"
|
|
2376
2401
|
},
|
|
2377
2402
|
{
|
|
2378
2403
|
"const": "{palette.size.size6}",
|
|
2379
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2380
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2404
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2405
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2381
2406
|
},
|
|
2382
2407
|
{
|
|
2383
2408
|
"const": "{palette.size.size630}",
|
|
2384
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2385
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2409
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal max width at the LG breakpoint",
|
|
2410
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal max width at the LG breakpoint"
|
|
2386
2411
|
},
|
|
2387
2412
|
{
|
|
2388
2413
|
"const": "{palette.size.size64}",
|
|
2389
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2390
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2414
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2415
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2391
2416
|
},
|
|
2392
2417
|
{
|
|
2393
2418
|
"const": "{palette.size.size640}",
|
|
2394
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2395
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2419
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer",
|
|
2420
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer"
|
|
2396
2421
|
},
|
|
2397
2422
|
{
|
|
2398
2423
|
"const": "{palette.size.size72}",
|
|
2399
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2400
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2424
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2425
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2401
2426
|
},
|
|
2402
2427
|
{
|
|
2403
2428
|
"const": "{palette.size.size768}",
|
|
2404
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2405
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2429
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\nModal max width at the XL breakpoint",
|
|
2430
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\nModal max width at the XL breakpoint"
|
|
2406
2431
|
},
|
|
2407
2432
|
{
|
|
2408
2433
|
"const": "{palette.size.size8}",
|
|
2409
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2410
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2434
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2435
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2411
2436
|
},
|
|
2412
2437
|
{
|
|
2413
2438
|
"const": "{palette.size.size80}",
|
|
2414
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2415
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2439
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2440
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2416
2441
|
},
|
|
2417
2442
|
{
|
|
2418
2443
|
"const": "{palette.size.size91}",
|
|
2419
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2420
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2444
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2445
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2421
2446
|
},
|
|
2422
2447
|
{
|
|
2423
2448
|
"const": "{palette.size.size95}",
|
|
2424
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2425
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2449
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2450
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2426
2451
|
},
|
|
2427
2452
|
{
|
|
2428
2453
|
"const": "{palette.size.size96}",
|
|
2429
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2430
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2454
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2455
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2431
2456
|
},
|
|
2432
2457
|
{
|
|
2433
2458
|
"const": "{system.size.none}",
|
|
2434
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2435
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2459
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2460
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2436
2461
|
},
|
|
2437
2462
|
{
|
|
2438
2463
|
"const": "{system.size.full}",
|
|
2439
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2440
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2464
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2465
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2441
2466
|
},
|
|
2442
2467
|
{
|
|
2443
2468
|
"const": "{system.size.twoThirds}",
|
|
2444
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2445
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2469
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2470
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2446
2471
|
},
|
|
2447
2472
|
{
|
|
2448
2473
|
"const": "{system.size.zero}",
|
|
2449
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2450
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2474
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2475
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2451
2476
|
},
|
|
2452
2477
|
{
|
|
2453
2478
|
"const": "{system.size.viewportXs}",
|
|
2454
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2455
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2479
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2480
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2456
2481
|
},
|
|
2457
2482
|
{
|
|
2458
2483
|
"const": "{system.size.viewportSm}",
|
|
2459
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2460
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2484
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2485
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2461
2486
|
},
|
|
2462
2487
|
{
|
|
2463
2488
|
"const": "{system.size.viewportMd}",
|
|
2464
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2465
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2489
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2490
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2466
2491
|
},
|
|
2467
2492
|
{
|
|
2468
2493
|
"const": "{system.size.viewportLg}",
|
|
2469
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2470
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2494
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2495
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2471
2496
|
},
|
|
2472
2497
|
{
|
|
2473
2498
|
"const": "{system.size.viewportXl}",
|
|
2474
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2475
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2499
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2500
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2476
2501
|
}
|
|
2477
2502
|
],
|
|
2478
2503
|
"$id": "#size"
|
|
@@ -2481,23 +2506,23 @@
|
|
|
2481
2506
|
"anyOf": [
|
|
2482
2507
|
{
|
|
2483
2508
|
"const": "{palette.fontName.HelveticaNow}",
|
|
2484
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2485
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2509
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2510
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2486
2511
|
},
|
|
2487
2512
|
{
|
|
2488
2513
|
"const": "{palette.fontName.HelveticaNowDisplay}",
|
|
2489
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2490
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2514
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2515
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2491
2516
|
},
|
|
2492
2517
|
{
|
|
2493
2518
|
"const": "{palette.fontName.HelveticaNowDisplayOTF}",
|
|
2494
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2495
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2519
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2520
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2496
2521
|
},
|
|
2497
2522
|
{
|
|
2498
2523
|
"const": "{palette.fontName.HelveticaNowOTF}",
|
|
2499
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2500
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2524
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2525
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2501
2526
|
}
|
|
2502
2527
|
],
|
|
2503
2528
|
"$id": "#fontName"
|
|
@@ -2506,23 +2531,23 @@
|
|
|
2506
2531
|
"anyOf": [
|
|
2507
2532
|
{
|
|
2508
2533
|
"const": "{palette.fontWeight.weight300}",
|
|
2509
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2510
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2534
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2535
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2511
2536
|
},
|
|
2512
2537
|
{
|
|
2513
2538
|
"const": "{palette.fontWeight.weight400}",
|
|
2514
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2515
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2539
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2540
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2516
2541
|
},
|
|
2517
2542
|
{
|
|
2518
2543
|
"const": "{palette.fontWeight.weight500}",
|
|
2519
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2520
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2544
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2545
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2521
2546
|
},
|
|
2522
2547
|
{
|
|
2523
2548
|
"const": "{palette.fontWeight.weight700}",
|
|
2524
|
-
"description": "@telus-uds/palette-allium/v2.
|
|
2525
|
-
"markdownDescription": "`@telus-uds/palette-allium/v2.
|
|
2549
|
+
"description": "@telus-uds/palette-allium/v2.34.0 palette tokens 🖌️\n",
|
|
2550
|
+
"markdownDescription": "`@telus-uds/palette-allium/v2.34.0` **palette** tokens 🖌️\n\n"
|
|
2526
2551
|
}
|
|
2527
2552
|
],
|
|
2528
2553
|
"$id": "#fontWeight"
|
|
@@ -2531,18 +2556,18 @@
|
|
|
2531
2556
|
"anyOf": [
|
|
2532
2557
|
{
|
|
2533
2558
|
"const": "{system.display.inline}",
|
|
2534
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2535
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2559
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2560
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2536
2561
|
},
|
|
2537
2562
|
{
|
|
2538
2563
|
"const": "{system.display.inlineBlock}",
|
|
2539
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2540
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2564
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2565
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2541
2566
|
},
|
|
2542
2567
|
{
|
|
2543
2568
|
"const": "{system.display.none}",
|
|
2544
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2545
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2569
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2570
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2546
2571
|
}
|
|
2547
2572
|
],
|
|
2548
2573
|
"$id": "#display"
|
|
@@ -2551,18 +2576,18 @@
|
|
|
2551
2576
|
"anyOf": [
|
|
2552
2577
|
{
|
|
2553
2578
|
"const": "{system.flexJustifyContent.center}",
|
|
2554
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2555
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2579
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2580
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2556
2581
|
},
|
|
2557
2582
|
{
|
|
2558
2583
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
2559
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2560
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2584
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2585
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2561
2586
|
},
|
|
2562
2587
|
{
|
|
2563
2588
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
2564
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2565
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2589
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2590
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2566
2591
|
}
|
|
2567
2592
|
],
|
|
2568
2593
|
"$id": "#flexJustifyContent"
|
|
@@ -2571,18 +2596,18 @@
|
|
|
2571
2596
|
"anyOf": [
|
|
2572
2597
|
{
|
|
2573
2598
|
"const": "{system.flexAlign.center}",
|
|
2574
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2575
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2599
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2600
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2576
2601
|
},
|
|
2577
2602
|
{
|
|
2578
2603
|
"const": "{system.flexAlign.flexStart}",
|
|
2579
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2580
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2604
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2605
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2581
2606
|
},
|
|
2582
2607
|
{
|
|
2583
2608
|
"const": "{system.flexAlign.stretch}",
|
|
2584
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2585
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2609
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2610
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2586
2611
|
}
|
|
2587
2612
|
],
|
|
2588
2613
|
"$id": "#flexAlign"
|
|
@@ -2591,63 +2616,63 @@
|
|
|
2591
2616
|
"anyOf": [
|
|
2592
2617
|
{
|
|
2593
2618
|
"const": "{system.integer.0}",
|
|
2594
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2595
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2619
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2620
|
+
"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."
|
|
2596
2621
|
},
|
|
2597
2622
|
{
|
|
2598
2623
|
"const": "{system.integer.1}",
|
|
2599
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2600
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2624
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2625
|
+
"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."
|
|
2601
2626
|
},
|
|
2602
2627
|
{
|
|
2603
2628
|
"const": "{system.integer.2}",
|
|
2604
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2605
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2629
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2630
|
+
"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."
|
|
2606
2631
|
},
|
|
2607
2632
|
{
|
|
2608
2633
|
"const": "{system.integer.3}",
|
|
2609
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2610
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2634
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2635
|
+
"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."
|
|
2611
2636
|
},
|
|
2612
2637
|
{
|
|
2613
2638
|
"const": "{system.integer.4}",
|
|
2614
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2615
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2639
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2640
|
+
"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."
|
|
2616
2641
|
},
|
|
2617
2642
|
{
|
|
2618
2643
|
"const": "{system.integer.5}",
|
|
2619
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2620
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2644
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2645
|
+
"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."
|
|
2621
2646
|
},
|
|
2622
2647
|
{
|
|
2623
2648
|
"const": "{system.integer.6}",
|
|
2624
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2625
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2649
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2650
|
+
"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."
|
|
2626
2651
|
},
|
|
2627
2652
|
{
|
|
2628
2653
|
"const": "{system.integer.7}",
|
|
2629
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2630
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2654
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2655
|
+
"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."
|
|
2631
2656
|
},
|
|
2632
2657
|
{
|
|
2633
2658
|
"const": "{system.integer.8}",
|
|
2634
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2635
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2659
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2660
|
+
"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."
|
|
2636
2661
|
},
|
|
2637
2662
|
{
|
|
2638
2663
|
"const": "{system.integer.9}",
|
|
2639
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2640
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2664
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2665
|
+
"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."
|
|
2641
2666
|
},
|
|
2642
2667
|
{
|
|
2643
2668
|
"const": "{system.integer.10}",
|
|
2644
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2645
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2669
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2670
|
+
"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."
|
|
2646
2671
|
},
|
|
2647
2672
|
{
|
|
2648
2673
|
"const": "{system.integer.11}",
|
|
2649
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2650
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
2674
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2675
|
+
"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."
|
|
2651
2676
|
},
|
|
2652
2677
|
{
|
|
2653
2678
|
"type": "string",
|
|
@@ -2660,18 +2685,18 @@
|
|
|
2660
2685
|
"anyOf": [
|
|
2661
2686
|
{
|
|
2662
2687
|
"const": "{system.textLine.none}",
|
|
2663
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2664
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2688
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2689
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2665
2690
|
},
|
|
2666
2691
|
{
|
|
2667
2692
|
"const": "{system.textLine.underline}",
|
|
2668
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2669
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2693
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2694
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2670
2695
|
},
|
|
2671
2696
|
{
|
|
2672
2697
|
"const": "{system.textLine.strikethrough}",
|
|
2673
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2674
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2698
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2699
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2675
2700
|
}
|
|
2676
2701
|
],
|
|
2677
2702
|
"$id": "#textLine"
|
|
@@ -2680,8 +2705,8 @@
|
|
|
2680
2705
|
"anyOf": [
|
|
2681
2706
|
{
|
|
2682
2707
|
"const": "{system.textLineStyle.solid}",
|
|
2683
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2684
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2708
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2709
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2685
2710
|
}
|
|
2686
2711
|
],
|
|
2687
2712
|
"$id": "#textLineStyle"
|
|
@@ -2690,23 +2715,23 @@
|
|
|
2690
2715
|
"anyOf": [
|
|
2691
2716
|
{
|
|
2692
2717
|
"const": "{system.position.bottom}",
|
|
2693
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2694
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2718
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2719
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2695
2720
|
},
|
|
2696
2721
|
{
|
|
2697
2722
|
"const": "{system.position.left}",
|
|
2698
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2699
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2723
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2724
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2700
2725
|
},
|
|
2701
2726
|
{
|
|
2702
2727
|
"const": "{system.position.right}",
|
|
2703
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2704
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2728
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2729
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2705
2730
|
},
|
|
2706
2731
|
{
|
|
2707
2732
|
"const": "{system.position.top}",
|
|
2708
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2709
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2733
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2734
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2710
2735
|
}
|
|
2711
2736
|
],
|
|
2712
2737
|
"$id": "#position"
|
|
@@ -2715,18 +2740,18 @@
|
|
|
2715
2740
|
"anyOf": [
|
|
2716
2741
|
{
|
|
2717
2742
|
"const": "{system.direction.column}",
|
|
2718
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2719
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2743
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2744
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2720
2745
|
},
|
|
2721
2746
|
{
|
|
2722
2747
|
"const": "{system.direction.row}",
|
|
2723
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2724
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2748
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2749
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2725
2750
|
},
|
|
2726
2751
|
{
|
|
2727
2752
|
"const": "{system.direction.rowReverse}",
|
|
2728
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2729
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2753
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2754
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2730
2755
|
}
|
|
2731
2756
|
],
|
|
2732
2757
|
"$id": "#direction"
|
|
@@ -2735,13 +2760,13 @@
|
|
|
2735
2760
|
"anyOf": [
|
|
2736
2761
|
{
|
|
2737
2762
|
"const": "{system.show.true}",
|
|
2738
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2739
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2763
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2764
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2740
2765
|
},
|
|
2741
2766
|
{
|
|
2742
2767
|
"const": "{system.show.false}",
|
|
2743
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2744
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2768
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2769
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2745
2770
|
}
|
|
2746
2771
|
],
|
|
2747
2772
|
"$id": "#show"
|
|
@@ -2750,13 +2775,13 @@
|
|
|
2750
2775
|
"anyOf": [
|
|
2751
2776
|
{
|
|
2752
2777
|
"const": "{system.borderStyle.none}",
|
|
2753
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2754
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2778
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2779
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2755
2780
|
},
|
|
2756
2781
|
{
|
|
2757
2782
|
"const": "{system.borderStyle.solid}",
|
|
2758
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2759
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2783
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2784
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2760
2785
|
}
|
|
2761
2786
|
],
|
|
2762
2787
|
"$id": "#borderStyle"
|
|
@@ -2765,18 +2790,18 @@
|
|
|
2765
2790
|
"anyOf": [
|
|
2766
2791
|
{
|
|
2767
2792
|
"const": "{system.verticalAlign.top}",
|
|
2768
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2769
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2793
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2794
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2770
2795
|
},
|
|
2771
2796
|
{
|
|
2772
2797
|
"const": "{system.verticalAlign.middle}",
|
|
2773
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2774
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2798
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2799
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2775
2800
|
},
|
|
2776
2801
|
{
|
|
2777
2802
|
"const": "{system.verticalAlign.baseline}",
|
|
2778
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2779
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2803
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2804
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2780
2805
|
}
|
|
2781
2806
|
],
|
|
2782
2807
|
"$id": "#verticalAlign"
|
|
@@ -2785,18 +2810,18 @@
|
|
|
2785
2810
|
"anyOf": [
|
|
2786
2811
|
{
|
|
2787
2812
|
"const": "{system.iconScale.scale1}",
|
|
2788
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2789
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2813
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2814
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2790
2815
|
},
|
|
2791
2816
|
{
|
|
2792
2817
|
"const": "{system.iconScale.scale1_10}",
|
|
2793
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2794
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2818
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2819
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2795
2820
|
},
|
|
2796
2821
|
{
|
|
2797
2822
|
"const": "{system.iconScale.scale1_25}",
|
|
2798
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2799
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2823
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2824
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2800
2825
|
}
|
|
2801
2826
|
],
|
|
2802
2827
|
"$id": "#iconScale"
|
|
@@ -2805,18 +2830,18 @@
|
|
|
2805
2830
|
"anyOf": [
|
|
2806
2831
|
{
|
|
2807
2832
|
"const": "{system.textAlign.left}",
|
|
2808
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2809
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2833
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2834
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2810
2835
|
},
|
|
2811
2836
|
{
|
|
2812
2837
|
"const": "{system.textAlign.center}",
|
|
2813
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2814
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2838
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2839
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2815
2840
|
},
|
|
2816
2841
|
{
|
|
2817
2842
|
"const": "{system.textAlign.right}",
|
|
2818
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2819
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2843
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2844
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2820
2845
|
}
|
|
2821
2846
|
],
|
|
2822
2847
|
"$id": "#textAlign"
|
|
@@ -2825,13 +2850,13 @@
|
|
|
2825
2850
|
"anyOf": [
|
|
2826
2851
|
{
|
|
2827
2852
|
"const": "{system.textTransform.none}",
|
|
2828
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2829
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2853
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2854
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2830
2855
|
},
|
|
2831
2856
|
{
|
|
2832
2857
|
"const": "{system.textTransform.uppercase}",
|
|
2833
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2834
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2858
|
+
"description": "@telus-uds/system-tokens/v0.8.6 system react-native tokens ⚙️",
|
|
2859
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.6` **system** tokens ⚙️"
|
|
2835
2860
|
}
|
|
2836
2861
|
],
|
|
2837
2862
|
"$id": "#textTransform"
|
|
@@ -4158,6 +4183,178 @@
|
|
|
4158
4183
|
"rules"
|
|
4159
4184
|
]
|
|
4160
4185
|
},
|
|
4186
|
+
"Status": {
|
|
4187
|
+
"type": "object",
|
|
4188
|
+
"additionalProperties": false,
|
|
4189
|
+
"properties": {
|
|
4190
|
+
"appearances": {
|
|
4191
|
+
"type": "object",
|
|
4192
|
+
"additionalProperties": false,
|
|
4193
|
+
"patternProperties": {
|
|
4194
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
4195
|
+
"$ref": "#appearance"
|
|
4196
|
+
}
|
|
4197
|
+
}
|
|
4198
|
+
},
|
|
4199
|
+
"tokens": {
|
|
4200
|
+
"type": "object",
|
|
4201
|
+
"additionalProperties": false,
|
|
4202
|
+
"properties": {
|
|
4203
|
+
"backgroundColor": {
|
|
4204
|
+
"$ref": "#color"
|
|
4205
|
+
},
|
|
4206
|
+
"backgroundGradient": {
|
|
4207
|
+
"$ref": "#gradient"
|
|
4208
|
+
},
|
|
4209
|
+
"borderColor": {
|
|
4210
|
+
"$ref": "#color"
|
|
4211
|
+
},
|
|
4212
|
+
"borderRadius": {
|
|
4213
|
+
"$ref": "#radius"
|
|
4214
|
+
},
|
|
4215
|
+
"borderWidth": {
|
|
4216
|
+
"$ref": "#border"
|
|
4217
|
+
},
|
|
4218
|
+
"fontName": {
|
|
4219
|
+
"$ref": "#fontName"
|
|
4220
|
+
},
|
|
4221
|
+
"fontSize": {
|
|
4222
|
+
"$ref": "#fontSize"
|
|
4223
|
+
},
|
|
4224
|
+
"fontWeight": {
|
|
4225
|
+
"$ref": "#fontWeight"
|
|
4226
|
+
},
|
|
4227
|
+
"icon": {
|
|
4228
|
+
"$ref": "#icon"
|
|
4229
|
+
},
|
|
4230
|
+
"iconColor": {
|
|
4231
|
+
"$ref": "#color"
|
|
4232
|
+
},
|
|
4233
|
+
"iconGradient": {
|
|
4234
|
+
"$ref": "#gradient"
|
|
4235
|
+
},
|
|
4236
|
+
"paddingBottom": {
|
|
4237
|
+
"$ref": "#size"
|
|
4238
|
+
},
|
|
4239
|
+
"paddingLeft": {
|
|
4240
|
+
"$ref": "#size"
|
|
4241
|
+
},
|
|
4242
|
+
"paddingRight": {
|
|
4243
|
+
"$ref": "#size"
|
|
4244
|
+
},
|
|
4245
|
+
"paddingTop": {
|
|
4246
|
+
"$ref": "#size"
|
|
4247
|
+
},
|
|
4248
|
+
"textColor": {
|
|
4249
|
+
"$ref": "#color"
|
|
4250
|
+
},
|
|
4251
|
+
"textLineHeight": {
|
|
4252
|
+
"$ref": "#lineHeight"
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
"required": [
|
|
4256
|
+
"backgroundColor",
|
|
4257
|
+
"backgroundGradient",
|
|
4258
|
+
"borderColor",
|
|
4259
|
+
"borderRadius",
|
|
4260
|
+
"borderWidth",
|
|
4261
|
+
"fontName",
|
|
4262
|
+
"fontSize",
|
|
4263
|
+
"fontWeight",
|
|
4264
|
+
"icon",
|
|
4265
|
+
"iconColor",
|
|
4266
|
+
"iconGradient",
|
|
4267
|
+
"paddingBottom",
|
|
4268
|
+
"paddingLeft",
|
|
4269
|
+
"paddingRight",
|
|
4270
|
+
"paddingTop",
|
|
4271
|
+
"textColor",
|
|
4272
|
+
"textLineHeight"
|
|
4273
|
+
]
|
|
4274
|
+
},
|
|
4275
|
+
"rules": {
|
|
4276
|
+
"type": "array",
|
|
4277
|
+
"items": {
|
|
4278
|
+
"type": "object",
|
|
4279
|
+
"additionalProperties": false,
|
|
4280
|
+
"properties": {
|
|
4281
|
+
"if": {
|
|
4282
|
+
"type": "object",
|
|
4283
|
+
"minProperties": 1
|
|
4284
|
+
},
|
|
4285
|
+
"tokens": {
|
|
4286
|
+
"type": "object",
|
|
4287
|
+
"additionalProperties": false,
|
|
4288
|
+
"properties": {
|
|
4289
|
+
"backgroundColor": {
|
|
4290
|
+
"$ref": "#color"
|
|
4291
|
+
},
|
|
4292
|
+
"backgroundGradient": {
|
|
4293
|
+
"$ref": "#gradient"
|
|
4294
|
+
},
|
|
4295
|
+
"borderColor": {
|
|
4296
|
+
"$ref": "#color"
|
|
4297
|
+
},
|
|
4298
|
+
"borderRadius": {
|
|
4299
|
+
"$ref": "#radius"
|
|
4300
|
+
},
|
|
4301
|
+
"borderWidth": {
|
|
4302
|
+
"$ref": "#border"
|
|
4303
|
+
},
|
|
4304
|
+
"fontName": {
|
|
4305
|
+
"$ref": "#fontName"
|
|
4306
|
+
},
|
|
4307
|
+
"fontSize": {
|
|
4308
|
+
"$ref": "#fontSize"
|
|
4309
|
+
},
|
|
4310
|
+
"fontWeight": {
|
|
4311
|
+
"$ref": "#fontWeight"
|
|
4312
|
+
},
|
|
4313
|
+
"icon": {
|
|
4314
|
+
"$ref": "#icon"
|
|
4315
|
+
},
|
|
4316
|
+
"iconColor": {
|
|
4317
|
+
"$ref": "#color"
|
|
4318
|
+
},
|
|
4319
|
+
"iconGradient": {
|
|
4320
|
+
"$ref": "#gradient"
|
|
4321
|
+
},
|
|
4322
|
+
"paddingBottom": {
|
|
4323
|
+
"$ref": "#size"
|
|
4324
|
+
},
|
|
4325
|
+
"paddingLeft": {
|
|
4326
|
+
"$ref": "#size"
|
|
4327
|
+
},
|
|
4328
|
+
"paddingRight": {
|
|
4329
|
+
"$ref": "#size"
|
|
4330
|
+
},
|
|
4331
|
+
"paddingTop": {
|
|
4332
|
+
"$ref": "#size"
|
|
4333
|
+
},
|
|
4334
|
+
"textColor": {
|
|
4335
|
+
"$ref": "#color"
|
|
4336
|
+
},
|
|
4337
|
+
"textLineHeight": {
|
|
4338
|
+
"$ref": "#lineHeight"
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4341
|
+
},
|
|
4342
|
+
"description": {
|
|
4343
|
+
"type": "string"
|
|
4344
|
+
}
|
|
4345
|
+
},
|
|
4346
|
+
"required": [
|
|
4347
|
+
"if",
|
|
4348
|
+
"tokens"
|
|
4349
|
+
]
|
|
4350
|
+
}
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"required": [
|
|
4354
|
+
"tokens",
|
|
4355
|
+
"rules"
|
|
4356
|
+
]
|
|
4357
|
+
},
|
|
4161
4358
|
"Video": {
|
|
4162
4359
|
"type": "object",
|
|
4163
4360
|
"additionalProperties": false,
|
|
@@ -21455,6 +21652,7 @@
|
|
|
21455
21652
|
"Table",
|
|
21456
21653
|
"Image",
|
|
21457
21654
|
"Spinner",
|
|
21655
|
+
"Status",
|
|
21458
21656
|
"Video",
|
|
21459
21657
|
"VideoMiddleControlButton",
|
|
21460
21658
|
"VideoControlBar",
|