@telus-uds/theme-allium 5.0.0 → 5.2.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/ButtonGroup.json +41 -1
- package/build/android/ButtonGroupItem.json +62 -1
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/FileUpload.json +65 -0
- package/build/android/Icon.json +16 -2
- package/build/android/Link.json +9 -1
- package/build/android/MultiSelectFilter.json +8 -2
- package/build/android/Status.json +4 -3
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +75 -0
- package/build/android/schema.json +1793 -1031
- package/build/android/theme.json +366 -11
- package/build/ios/ButtonGroup.json +41 -1
- package/build/ios/ButtonGroupItem.json +62 -1
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/FileUpload.json +65 -0
- package/build/ios/Icon.json +16 -2
- package/build/ios/Link.json +9 -1
- package/build/ios/MultiSelectFilter.json +8 -2
- package/build/ios/Status.json +4 -3
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +75 -0
- package/build/ios/schema.json +1793 -1031
- package/build/ios/theme.json +366 -11
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +28 -3
- package/build/rn/ButtonGroupItem.js +54 -3
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.js +5 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +62 -0
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +34 -0
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +5 -4
- 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 +3 -2
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +9 -3
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +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 +3 -2
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +34 -0
- package/build/rn/TabBarItem.js +69 -0
- 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 +1793 -1031
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +273 -13
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +28 -3
- package/build/web/ButtonGroupItem.js +54 -3
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.js +5 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +62 -0
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +34 -0
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +5 -4
- 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 +3 -2
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +9 -3
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +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 +3 -2
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +34 -0
- package/build/web/TabBarItem.js +69 -0
- 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 +5 -1
- package/build/web/schema.json +1793 -1031
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +273 -13
- package/package.json +5 -5
- package/theme.json +313 -4
package/build/ios/schema.json
CHANGED
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
"{appearances.DatePicker.pressed}",
|
|
67
67
|
"{appearances.DatePicker.selected}",
|
|
68
68
|
"{appearances.DatePicker.focus}",
|
|
69
|
+
"{appearances.DownloadApp.focus}",
|
|
70
|
+
"{appearances.DownloadApp.hover}",
|
|
71
|
+
"{appearances.DownloadApp.pressed}",
|
|
69
72
|
"{appearances.ExpandCollapseControl.pressed}",
|
|
70
73
|
"{appearances.ExpandCollapseControl.hover}",
|
|
71
74
|
"{appearances.ExpandCollapseControl.focus}",
|
|
@@ -160,6 +163,10 @@
|
|
|
160
163
|
"{appearances.TabsItem.hover}",
|
|
161
164
|
"{appearances.TabsItem.pressed}",
|
|
162
165
|
"{appearances.TabsItem.selected}",
|
|
166
|
+
"{appearances.TabBarItem.focus}",
|
|
167
|
+
"{appearances.TabBarItem.hover}",
|
|
168
|
+
"{appearances.TabBarItem.pressed}",
|
|
169
|
+
"{appearances.TabBarItem.selected}",
|
|
163
170
|
"{appearances.TagsItem.focus}",
|
|
164
171
|
"{appearances.TagsItem.hover}",
|
|
165
172
|
"{appearances.TagsItem.pressed}",
|
|
@@ -242,38 +249,38 @@
|
|
|
242
249
|
"anyOf": [
|
|
243
250
|
{
|
|
244
251
|
"const": "{palette.border.border1}",
|
|
245
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
246
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
252
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
253
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
247
254
|
},
|
|
248
255
|
{
|
|
249
256
|
"const": "{palette.border.border2}",
|
|
250
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
251
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
257
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
258
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
252
259
|
},
|
|
253
260
|
{
|
|
254
261
|
"const": "{palette.border.border3}",
|
|
255
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
256
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
262
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
263
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
257
264
|
},
|
|
258
265
|
{
|
|
259
266
|
"const": "{palette.border.border4}",
|
|
260
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
267
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
268
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
262
269
|
},
|
|
263
270
|
{
|
|
264
271
|
"const": "{palette.border.none}",
|
|
265
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
272
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
273
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
267
274
|
},
|
|
268
275
|
{
|
|
269
276
|
"const": "{system.border.zero}",
|
|
270
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
271
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
277
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
278
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
272
279
|
},
|
|
273
280
|
{
|
|
274
281
|
"const": "{system.border.none}",
|
|
275
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
276
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
282
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
277
284
|
}
|
|
278
285
|
],
|
|
279
286
|
"$id": "#border"
|
|
@@ -282,238 +289,238 @@
|
|
|
282
289
|
"anyOf": [
|
|
283
290
|
{
|
|
284
291
|
"const": "{palette.color.amber}",
|
|
285
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
292
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nAmber",
|
|
293
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nAmber"
|
|
287
294
|
},
|
|
288
295
|
{
|
|
289
296
|
"const": "{palette.color.amberDark}",
|
|
290
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
297
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark Amber",
|
|
298
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark Amber"
|
|
292
299
|
},
|
|
293
300
|
{
|
|
294
301
|
"const": "{palette.color.amberLight}",
|
|
295
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
302
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight Amber",
|
|
303
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight Amber"
|
|
297
304
|
},
|
|
298
305
|
{
|
|
299
306
|
"const": "{palette.color.bgModal}",
|
|
300
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
307
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal Background",
|
|
308
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal Background"
|
|
302
309
|
},
|
|
303
310
|
{
|
|
304
311
|
"const": "{palette.color.black}",
|
|
305
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
312
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nBlack",
|
|
313
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nBlack"
|
|
307
314
|
},
|
|
308
315
|
{
|
|
309
316
|
"const": "{palette.color.brandLight}",
|
|
310
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
317
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nBrand Light",
|
|
318
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nBrand Light"
|
|
312
319
|
},
|
|
313
320
|
{
|
|
314
321
|
"const": "{palette.color.dark10}",
|
|
315
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
322
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 10%",
|
|
323
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
317
324
|
},
|
|
318
325
|
{
|
|
319
326
|
"const": "{palette.color.dark20}",
|
|
320
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
327
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 20%",
|
|
328
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
322
329
|
},
|
|
323
330
|
{
|
|
324
331
|
"const": "{palette.color.dark40}",
|
|
325
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
326
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
332
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 40%",
|
|
333
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
327
334
|
},
|
|
328
335
|
{
|
|
329
336
|
"const": "{palette.color.dark5}",
|
|
330
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
331
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
337
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 5%",
|
|
338
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
332
339
|
},
|
|
333
340
|
{
|
|
334
341
|
"const": "{palette.color.dark60}",
|
|
335
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
336
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
342
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 60%",
|
|
343
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
337
344
|
},
|
|
338
345
|
{
|
|
339
346
|
"const": "{palette.color.dark80}",
|
|
340
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
341
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
347
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 80%",
|
|
348
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
342
349
|
},
|
|
343
350
|
{
|
|
344
351
|
"const": "{palette.color.dark97}",
|
|
345
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
346
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
352
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark 97%",
|
|
353
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
347
354
|
},
|
|
348
355
|
{
|
|
349
356
|
"const": "{palette.color.greenAccessible}",
|
|
350
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
351
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
357
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nAccessible Green",
|
|
358
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nAccessible Green"
|
|
352
359
|
},
|
|
353
360
|
{
|
|
354
361
|
"const": "{palette.color.greenDarkFern}",
|
|
355
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
356
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
362
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark fern Green",
|
|
363
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark fern Green"
|
|
357
364
|
},
|
|
358
365
|
{
|
|
359
366
|
"const": "{palette.color.greenPanache}",
|
|
360
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
361
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
367
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nPanache Green",
|
|
368
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nPanache Green"
|
|
362
369
|
},
|
|
363
370
|
{
|
|
364
371
|
"const": "{palette.color.greenSanFelix}",
|
|
365
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
366
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
372
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nSan Felix Green",
|
|
373
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nSan Felix Green"
|
|
367
374
|
},
|
|
368
375
|
{
|
|
369
376
|
"const": "{palette.color.greenTelus}",
|
|
370
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
371
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
377
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nTELUS Green",
|
|
378
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nTELUS Green"
|
|
372
379
|
},
|
|
373
380
|
{
|
|
374
381
|
"const": "{palette.color.greenTusk}",
|
|
375
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
382
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nTusk Green",
|
|
383
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nTusk Green"
|
|
377
384
|
},
|
|
378
385
|
{
|
|
379
386
|
"const": "{palette.color.greenYellow}",
|
|
380
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
387
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nYellow Green",
|
|
388
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nYellow Green"
|
|
382
389
|
},
|
|
383
390
|
{
|
|
384
391
|
"const": "{palette.color.greyAlabaster}",
|
|
385
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
386
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
392
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nAlabaster Grey",
|
|
393
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nAlabaster Grey"
|
|
387
394
|
},
|
|
388
395
|
{
|
|
389
396
|
"const": "{palette.color.greyAthens}",
|
|
390
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
397
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nAthens Grey",
|
|
398
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nAthens Grey"
|
|
392
399
|
},
|
|
393
400
|
{
|
|
394
401
|
"const": "{palette.color.greyCharcoal}",
|
|
395
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
402
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nCharcoal Grey",
|
|
403
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nCharcoal Grey"
|
|
397
404
|
},
|
|
398
405
|
{
|
|
399
406
|
"const": "{palette.color.greyCloud}",
|
|
400
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
407
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nCloud Grey",
|
|
408
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nCloud Grey"
|
|
402
409
|
},
|
|
403
410
|
{
|
|
404
411
|
"const": "{palette.color.greyLight}",
|
|
405
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
412
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
413
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
407
414
|
},
|
|
408
415
|
{
|
|
409
416
|
"const": "{palette.color.greyMystic}",
|
|
410
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
411
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
417
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nMystic Grey",
|
|
418
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
412
419
|
},
|
|
413
420
|
{
|
|
414
421
|
"const": "{palette.color.greyShuttle}",
|
|
415
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
416
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
422
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nShuttle Grey",
|
|
423
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nShuttle Grey"
|
|
417
424
|
},
|
|
418
425
|
{
|
|
419
426
|
"const": "{palette.color.greyThunder}",
|
|
420
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
421
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
427
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nThunder Grey",
|
|
428
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nThunder Grey"
|
|
422
429
|
},
|
|
423
430
|
{
|
|
424
431
|
"const": "{palette.color.light10}",
|
|
425
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
426
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
432
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 10%",
|
|
433
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
427
434
|
},
|
|
428
435
|
{
|
|
429
436
|
"const": "{palette.color.light20}",
|
|
430
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
431
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
437
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 20%",
|
|
438
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
432
439
|
},
|
|
433
440
|
{
|
|
434
441
|
"const": "{palette.color.light40}",
|
|
435
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
436
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
442
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 40%",
|
|
443
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
437
444
|
},
|
|
438
445
|
{
|
|
439
446
|
"const": "{palette.color.light60}",
|
|
440
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
441
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
447
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 60%",
|
|
448
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
442
449
|
},
|
|
443
450
|
{
|
|
444
451
|
"const": "{palette.color.light80}",
|
|
445
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
446
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
452
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 80%",
|
|
453
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
447
454
|
},
|
|
448
455
|
{
|
|
449
456
|
"const": "{palette.color.light97}",
|
|
450
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
451
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
457
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight 97%",
|
|
458
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
452
459
|
},
|
|
453
460
|
{
|
|
454
461
|
"const": "{palette.color.purpleDark}",
|
|
455
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
456
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
462
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark Purple",
|
|
463
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark Purple"
|
|
457
464
|
},
|
|
458
465
|
{
|
|
459
466
|
"const": "{palette.color.purpleDeluge}",
|
|
460
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
461
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
467
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDeluge Purple",
|
|
468
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDeluge Purple"
|
|
462
469
|
},
|
|
463
470
|
{
|
|
464
471
|
"const": "{palette.color.purpleEminence}",
|
|
465
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
466
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
472
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nEminence Purple",
|
|
473
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nEminence Purple"
|
|
467
474
|
},
|
|
468
475
|
{
|
|
469
476
|
"const": "{palette.color.purpleLight}",
|
|
470
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
471
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
477
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nPurple Light",
|
|
478
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
472
479
|
},
|
|
473
480
|
{
|
|
474
481
|
"const": "{palette.color.purpleTelus}",
|
|
475
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
476
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
482
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nTELUS Purple",
|
|
483
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nTELUS Purple"
|
|
477
484
|
},
|
|
478
485
|
{
|
|
479
486
|
"const": "{palette.color.red}",
|
|
480
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
481
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
487
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nRed",
|
|
488
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nRed"
|
|
482
489
|
},
|
|
483
490
|
{
|
|
484
491
|
"const": "{palette.color.redDark}",
|
|
485
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
486
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
492
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDark Red",
|
|
493
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDark Red"
|
|
487
494
|
},
|
|
488
495
|
{
|
|
489
496
|
"const": "{palette.color.redDarker}",
|
|
490
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
491
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
497
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nDarker Red",
|
|
498
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nDarker Red"
|
|
492
499
|
},
|
|
493
500
|
{
|
|
494
501
|
"const": "{palette.color.redLight}",
|
|
495
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
496
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
502
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nLight Red",
|
|
503
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nLight Red"
|
|
497
504
|
},
|
|
498
505
|
{
|
|
499
506
|
"const": "{palette.color.transparent}",
|
|
500
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
501
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
507
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nTransparent",
|
|
508
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nTransparent"
|
|
502
509
|
},
|
|
503
510
|
{
|
|
504
511
|
"const": "{palette.color.white}",
|
|
505
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
506
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
512
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nWhite",
|
|
513
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nWhite"
|
|
507
514
|
},
|
|
508
515
|
{
|
|
509
516
|
"const": "{system.color.transparent}",
|
|
510
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
511
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
517
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
518
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
512
519
|
},
|
|
513
520
|
{
|
|
514
521
|
"const": "{system.color.none}",
|
|
515
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
516
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
522
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
523
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
517
524
|
}
|
|
518
525
|
],
|
|
519
526
|
"$id": "#color"
|
|
@@ -522,18 +529,18 @@
|
|
|
522
529
|
"anyOf": [
|
|
523
530
|
{
|
|
524
531
|
"const": "{palette.duration.duration250}",
|
|
525
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
526
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
532
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
533
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
527
534
|
},
|
|
528
535
|
{
|
|
529
536
|
"const": "{palette.duration.duration300}",
|
|
530
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
531
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
537
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
538
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
532
539
|
},
|
|
533
540
|
{
|
|
534
541
|
"const": "{system.duration.zero}",
|
|
535
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
536
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
542
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
543
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
537
544
|
}
|
|
538
545
|
],
|
|
539
546
|
"$id": "#duration"
|
|
@@ -542,63 +549,63 @@
|
|
|
542
549
|
"anyOf": [
|
|
543
550
|
{
|
|
544
551
|
"const": "{palette.fontSize.size12}",
|
|
545
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
546
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
552
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
553
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
547
554
|
},
|
|
548
555
|
{
|
|
549
556
|
"const": "{palette.fontSize.size14}",
|
|
550
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
551
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
557
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
558
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
552
559
|
},
|
|
553
560
|
{
|
|
554
561
|
"const": "{palette.fontSize.size16}",
|
|
555
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
556
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
562
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
563
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
557
564
|
},
|
|
558
565
|
{
|
|
559
566
|
"const": "{palette.fontSize.size20}",
|
|
560
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
561
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
567
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
568
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
562
569
|
},
|
|
563
570
|
{
|
|
564
571
|
"const": "{palette.fontSize.size24}",
|
|
565
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
566
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
572
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
573
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
567
574
|
},
|
|
568
575
|
{
|
|
569
576
|
"const": "{palette.fontSize.size28}",
|
|
570
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
571
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
577
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
578
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
572
579
|
},
|
|
573
580
|
{
|
|
574
581
|
"const": "{palette.fontSize.size32}",
|
|
575
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
576
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
582
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
583
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
577
584
|
},
|
|
578
585
|
{
|
|
579
586
|
"const": "{palette.fontSize.size36}",
|
|
580
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
581
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
587
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
588
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
582
589
|
},
|
|
583
590
|
{
|
|
584
591
|
"const": "{palette.fontSize.size40}",
|
|
585
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
586
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
592
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
593
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
587
594
|
},
|
|
588
595
|
{
|
|
589
596
|
"const": "{palette.fontSize.size56}",
|
|
590
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
591
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
597
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
598
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
592
599
|
},
|
|
593
600
|
{
|
|
594
601
|
"const": "{palette.fontSize.size64}",
|
|
595
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
596
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
602
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
603
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
597
604
|
},
|
|
598
605
|
{
|
|
599
606
|
"const": "{system.fontSize.none}",
|
|
600
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
601
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
607
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
608
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
602
609
|
}
|
|
603
610
|
],
|
|
604
611
|
"$id": "#fontSize"
|
|
@@ -607,33 +614,33 @@
|
|
|
607
614
|
"anyOf": [
|
|
608
615
|
{
|
|
609
616
|
"const": "{palette.gradient.base}",
|
|
610
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
611
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
617
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nBase Gradient",
|
|
618
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nBase Gradient"
|
|
612
619
|
},
|
|
613
620
|
{
|
|
614
621
|
"const": "{palette.gradient.brand}",
|
|
615
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
616
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
622
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nBrand Gradient",
|
|
623
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nBrand Gradient"
|
|
617
624
|
},
|
|
618
625
|
{
|
|
619
626
|
"const": "{palette.gradient.green}",
|
|
620
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
621
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
627
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nGreen Gradient",
|
|
628
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nGreen Gradient"
|
|
622
629
|
},
|
|
623
630
|
{
|
|
624
631
|
"const": "{palette.gradient.neutral}",
|
|
625
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
626
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
632
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nNeutral Gradient",
|
|
633
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nNeutral Gradient"
|
|
627
634
|
},
|
|
628
635
|
{
|
|
629
636
|
"const": "{palette.gradient.purple}",
|
|
630
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
631
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
637
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nPurple Gradient",
|
|
638
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nPurple Gradient"
|
|
632
639
|
},
|
|
633
640
|
{
|
|
634
641
|
"const": "{system.gradient.none}",
|
|
635
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
636
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
642
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
643
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
637
644
|
}
|
|
638
645
|
],
|
|
639
646
|
"$id": "#gradient"
|
|
@@ -642,1308 +649,1403 @@
|
|
|
642
649
|
"anyOf": [
|
|
643
650
|
{
|
|
644
651
|
"const": "{palette.icon.AC}",
|
|
645
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
646
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
652
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
653
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
647
654
|
},
|
|
648
655
|
{
|
|
649
656
|
"const": "{palette.icon.Accessible}",
|
|
650
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
651
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
657
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
658
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
652
659
|
},
|
|
653
660
|
{
|
|
654
661
|
"const": "{palette.icon.Add}",
|
|
655
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
656
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
662
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
663
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
657
664
|
},
|
|
658
665
|
{
|
|
659
666
|
"const": "{palette.icon.AddUser}",
|
|
660
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
661
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
667
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
668
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
662
669
|
},
|
|
663
670
|
{
|
|
664
671
|
"const": "{palette.icon.AlarmClock}",
|
|
665
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
666
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
672
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
673
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
667
674
|
},
|
|
668
675
|
{
|
|
669
676
|
"const": "{palette.icon.Ambulance}",
|
|
670
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
671
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
677
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
678
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
672
679
|
},
|
|
673
680
|
{
|
|
674
681
|
"const": "{palette.icon.Amex}",
|
|
675
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
676
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
682
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
683
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"const": "{palette.icon.AndroidEN}",
|
|
687
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
688
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"const": "{palette.icon.AndroidFR}",
|
|
692
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
693
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
677
694
|
},
|
|
678
695
|
{
|
|
679
696
|
"const": "{palette.icon.ArrowDown}",
|
|
680
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
681
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
697
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
698
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
682
699
|
},
|
|
683
700
|
{
|
|
684
701
|
"const": "{palette.icon.ArrowLeft}",
|
|
685
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
686
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
702
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
703
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
687
704
|
},
|
|
688
705
|
{
|
|
689
706
|
"const": "{palette.icon.ArrowRight}",
|
|
690
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
691
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
707
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
708
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
692
709
|
},
|
|
693
710
|
{
|
|
694
711
|
"const": "{palette.icon.ArrowUp}",
|
|
695
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
696
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
712
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
713
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
697
714
|
},
|
|
698
715
|
{
|
|
699
716
|
"const": "{palette.icon.ArtificialIntelligence}",
|
|
700
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
701
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
717
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
718
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
702
719
|
},
|
|
703
720
|
{
|
|
704
721
|
"const": "{palette.icon.AssistiveListening}",
|
|
705
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
706
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
722
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
723
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
707
724
|
},
|
|
708
725
|
{
|
|
709
726
|
"const": "{palette.icon.Attention}",
|
|
710
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
711
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
727
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
728
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
712
729
|
},
|
|
713
730
|
{
|
|
714
731
|
"const": "{palette.icon.Award}",
|
|
715
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
716
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
732
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
733
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
717
734
|
},
|
|
718
735
|
{
|
|
719
736
|
"const": "{palette.icon.Baby}",
|
|
720
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
721
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
737
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
738
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
722
739
|
},
|
|
723
740
|
{
|
|
724
741
|
"const": "{palette.icon.BabyBoy}",
|
|
725
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
726
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
742
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
743
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
727
744
|
},
|
|
728
745
|
{
|
|
729
746
|
"const": "{palette.icon.BabyGirl}",
|
|
730
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
731
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
747
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
748
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
732
749
|
},
|
|
733
750
|
{
|
|
734
751
|
"const": "{palette.icon.BackToSchool}",
|
|
735
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
736
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
752
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
753
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
737
754
|
},
|
|
738
755
|
{
|
|
739
756
|
"const": "{palette.icon.Bank}",
|
|
740
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
741
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
757
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
758
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"const": "{palette.icon.BasketBold}",
|
|
762
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
763
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"const": "{palette.icon.BasketSolid}",
|
|
767
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
768
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
742
769
|
},
|
|
743
770
|
{
|
|
744
771
|
"const": "{palette.icon.BatteryCar}",
|
|
745
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
746
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
772
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
773
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
747
774
|
},
|
|
748
775
|
{
|
|
749
776
|
"const": "{palette.icon.BatteryCharging}",
|
|
750
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
751
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
777
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
778
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
752
779
|
},
|
|
753
780
|
{
|
|
754
781
|
"const": "{palette.icon.Bell}",
|
|
755
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
756
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
782
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
783
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
757
784
|
},
|
|
758
785
|
{
|
|
759
786
|
"const": "{palette.icon.Bill}",
|
|
760
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
761
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
787
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
788
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
"const": "{palette.icon.BillingBold}",
|
|
792
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
793
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"const": "{palette.icon.BillingSolid}",
|
|
797
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
798
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
762
799
|
},
|
|
763
800
|
{
|
|
764
801
|
"const": "{palette.icon.Bookmark}",
|
|
765
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
766
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
802
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
803
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
767
804
|
},
|
|
768
805
|
{
|
|
769
806
|
"const": "{palette.icon.Braille}",
|
|
770
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
771
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
807
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
808
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
772
809
|
},
|
|
773
810
|
{
|
|
774
811
|
"const": "{palette.icon.Briefcase}",
|
|
775
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
776
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
812
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
813
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
777
814
|
},
|
|
778
815
|
{
|
|
779
816
|
"const": "{palette.icon.BulletFill}",
|
|
780
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
781
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
817
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
818
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
782
819
|
},
|
|
783
820
|
{
|
|
784
821
|
"const": "{palette.icon.Calendar}",
|
|
785
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
786
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
822
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
823
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
787
824
|
},
|
|
788
825
|
{
|
|
789
826
|
"const": "{palette.icon.Call}",
|
|
790
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
791
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
827
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
828
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
792
829
|
},
|
|
793
830
|
{
|
|
794
831
|
"const": "{palette.icon.CallForward}",
|
|
795
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
796
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
832
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
833
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
797
834
|
},
|
|
798
835
|
{
|
|
799
836
|
"const": "{palette.icon.CallOut}",
|
|
800
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
801
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
837
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
838
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
802
839
|
},
|
|
803
840
|
{
|
|
804
841
|
"const": "{palette.icon.CallReceive}",
|
|
805
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
806
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
842
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
843
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
807
844
|
},
|
|
808
845
|
{
|
|
809
846
|
"const": "{palette.icon.CallTalking}",
|
|
810
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
811
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
847
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
848
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
812
849
|
},
|
|
813
850
|
{
|
|
814
851
|
"const": "{palette.icon.Camera}",
|
|
815
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
816
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
852
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
853
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
817
854
|
},
|
|
818
855
|
{
|
|
819
856
|
"const": "{palette.icon.CanUs}",
|
|
820
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
821
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
857
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
858
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
822
859
|
},
|
|
823
860
|
{
|
|
824
861
|
"const": "{palette.icon.Car}",
|
|
825
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
826
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
862
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
863
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
827
864
|
},
|
|
828
865
|
{
|
|
829
866
|
"const": "{palette.icon.CaretDown}",
|
|
830
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
831
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
867
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
868
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
832
869
|
},
|
|
833
870
|
{
|
|
834
871
|
"const": "{palette.icon.CaretUp}",
|
|
835
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
836
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
872
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
873
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
837
874
|
},
|
|
838
875
|
{
|
|
839
876
|
"const": "{palette.icon.CartEmptyBold}",
|
|
840
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
841
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
877
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
878
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
842
879
|
},
|
|
843
880
|
{
|
|
844
881
|
"const": "{palette.icon.CartFilledBold}",
|
|
845
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
846
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
882
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
883
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
847
884
|
},
|
|
848
885
|
{
|
|
849
886
|
"const": "{palette.icon.Channels}",
|
|
850
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
851
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
887
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
888
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
852
889
|
},
|
|
853
890
|
{
|
|
854
891
|
"const": "{palette.icon.ChartsBar1}",
|
|
855
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
856
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
892
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
893
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
857
894
|
},
|
|
858
895
|
{
|
|
859
896
|
"const": "{palette.icon.ChartsBar2}",
|
|
860
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
861
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
897
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
898
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"const": "{palette.icon.ChartsBar3Bold}",
|
|
902
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
903
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"const": "{palette.icon.ChartsBar3Solid}",
|
|
907
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
908
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
862
909
|
},
|
|
863
910
|
{
|
|
864
911
|
"const": "{palette.icon.ChartsLine}",
|
|
865
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
866
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
912
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
913
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
867
914
|
},
|
|
868
915
|
{
|
|
869
916
|
"const": "{palette.icon.Chat1}",
|
|
870
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
871
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
917
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
918
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
872
919
|
},
|
|
873
920
|
{
|
|
874
921
|
"const": "{palette.icon.Chat2}",
|
|
875
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
876
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
922
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
923
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"const": "{palette.icon.ChatHappyBold}",
|
|
927
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
928
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"const": "{palette.icon.ChatHappySolid}",
|
|
932
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
933
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
877
934
|
},
|
|
878
935
|
{
|
|
879
936
|
"const": "{palette.icon.ChatSupport}",
|
|
880
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
881
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
937
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
938
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
882
939
|
},
|
|
883
940
|
{
|
|
884
941
|
"const": "{palette.icon.Check}",
|
|
885
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
886
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
942
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
943
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
887
944
|
},
|
|
888
945
|
{
|
|
889
946
|
"const": "{palette.icon.Checkmark}",
|
|
890
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
891
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
947
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
948
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
892
949
|
},
|
|
893
950
|
{
|
|
894
951
|
"const": "{palette.icon.ChevronLeft}",
|
|
895
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
896
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
952
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
953
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
897
954
|
},
|
|
898
955
|
{
|
|
899
956
|
"const": "{palette.icon.ChevronRight}",
|
|
900
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
901
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
957
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
958
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
902
959
|
},
|
|
903
960
|
{
|
|
904
961
|
"const": "{palette.icon.Clipboard}",
|
|
905
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
906
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
962
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
963
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
907
964
|
},
|
|
908
965
|
{
|
|
909
966
|
"const": "{palette.icon.Close}",
|
|
910
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
911
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
967
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
968
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
912
969
|
},
|
|
913
970
|
{
|
|
914
971
|
"const": "{palette.icon.ClosedCaptions}",
|
|
915
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
916
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
972
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
973
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
917
974
|
},
|
|
918
975
|
{
|
|
919
976
|
"const": "{palette.icon.CloudDownload}",
|
|
920
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
921
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
977
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
978
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
922
979
|
},
|
|
923
980
|
{
|
|
924
981
|
"const": "{palette.icon.CloudSync}",
|
|
925
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
926
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
982
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
983
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
927
984
|
},
|
|
928
985
|
{
|
|
929
986
|
"const": "{palette.icon.CloudUpload}",
|
|
930
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
931
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
987
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
988
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
932
989
|
},
|
|
933
990
|
{
|
|
934
991
|
"const": "{palette.icon.CognitiveDisability}",
|
|
935
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
936
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
992
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
993
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
937
994
|
},
|
|
938
995
|
{
|
|
939
996
|
"const": "{palette.icon.Collaboration}",
|
|
940
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
941
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
997
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
998
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
942
999
|
},
|
|
943
1000
|
{
|
|
944
1001
|
"const": "{palette.icon.Compass}",
|
|
945
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
946
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1002
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1003
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
947
1004
|
},
|
|
948
1005
|
{
|
|
949
1006
|
"const": "{palette.icon.ComputerNetwork}",
|
|
950
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
951
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1007
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1008
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
952
1009
|
},
|
|
953
1010
|
{
|
|
954
1011
|
"const": "{palette.icon.Contract}",
|
|
955
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
956
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1012
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1013
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
957
1014
|
},
|
|
958
1015
|
{
|
|
959
1016
|
"const": "{palette.icon.CreditCard}",
|
|
960
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
961
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1017
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1018
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
962
1019
|
},
|
|
963
1020
|
{
|
|
964
1021
|
"const": "{palette.icon.Cronometer}",
|
|
965
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
966
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1022
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1023
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
967
1024
|
},
|
|
968
1025
|
{
|
|
969
1026
|
"const": "{palette.icon.CssActivations}",
|
|
970
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
971
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1027
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1028
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
972
1029
|
},
|
|
973
1030
|
{
|
|
974
1031
|
"const": "{palette.icon.DataLimit}",
|
|
975
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
976
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1032
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1033
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
977
1034
|
},
|
|
978
1035
|
{
|
|
979
1036
|
"const": "{palette.icon.Deals}",
|
|
980
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
981
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1037
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1038
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
982
1039
|
},
|
|
983
1040
|
{
|
|
984
1041
|
"const": "{palette.icon.Delete}",
|
|
985
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
986
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1042
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1043
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
987
1044
|
},
|
|
988
1045
|
{
|
|
989
1046
|
"const": "{palette.icon.Delivery}",
|
|
990
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
991
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1047
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1048
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
992
1049
|
},
|
|
993
1050
|
{
|
|
994
1051
|
"const": "{palette.icon.Desk}",
|
|
995
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
996
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1052
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1053
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
997
1054
|
},
|
|
998
1055
|
{
|
|
999
1056
|
"const": "{palette.icon.DeviceHand}",
|
|
1000
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1001
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1057
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1058
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1002
1059
|
},
|
|
1003
1060
|
{
|
|
1004
1061
|
"const": "{palette.icon.Devices}",
|
|
1005
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1006
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1062
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1063
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1007
1064
|
},
|
|
1008
1065
|
{
|
|
1009
1066
|
"const": "{palette.icon.Diagram}",
|
|
1010
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1011
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1067
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1068
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1012
1069
|
},
|
|
1013
1070
|
{
|
|
1014
1071
|
"const": "{palette.icon.Diamond}",
|
|
1015
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1016
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1072
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1073
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1017
1074
|
},
|
|
1018
1075
|
{
|
|
1019
1076
|
"const": "{palette.icon.Direction}",
|
|
1020
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1021
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1077
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1078
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1022
1079
|
},
|
|
1023
1080
|
{
|
|
1024
1081
|
"const": "{palette.icon.Document}",
|
|
1025
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1026
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1082
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1083
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1027
1084
|
},
|
|
1028
1085
|
{
|
|
1029
1086
|
"const": "{palette.icon.Donate}",
|
|
1030
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1031
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1087
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1088
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1032
1089
|
},
|
|
1033
1090
|
{
|
|
1034
1091
|
"const": "{palette.icon.Download}",
|
|
1035
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1036
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1092
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1093
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1037
1094
|
},
|
|
1038
1095
|
{
|
|
1039
1096
|
"const": "{palette.icon.DownloadPdf}",
|
|
1040
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1041
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1097
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1098
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1042
1099
|
},
|
|
1043
1100
|
{
|
|
1044
1101
|
"const": "{palette.icon.DownloadPdfs}",
|
|
1045
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1046
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1102
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1103
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1047
1104
|
},
|
|
1048
1105
|
{
|
|
1049
1106
|
"const": "{palette.icon.EVCharging}",
|
|
1050
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1051
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1107
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1108
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1052
1109
|
},
|
|
1053
1110
|
{
|
|
1054
1111
|
"const": "{palette.icon.EcoBulb}",
|
|
1055
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1056
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1112
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1113
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1057
1114
|
},
|
|
1058
1115
|
{
|
|
1059
1116
|
"const": "{palette.icon.Edit}",
|
|
1060
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1061
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1117
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1118
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1062
1119
|
},
|
|
1063
1120
|
{
|
|
1064
1121
|
"const": "{palette.icon.Email}",
|
|
1065
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1066
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1122
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1123
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1067
1124
|
},
|
|
1068
1125
|
{
|
|
1069
1126
|
"const": "{palette.icon.Escalations}",
|
|
1070
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1071
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1127
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1128
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1072
1129
|
},
|
|
1073
1130
|
{
|
|
1074
1131
|
"const": "{palette.icon.Expand}",
|
|
1075
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1076
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1132
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1133
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1077
1134
|
},
|
|
1078
1135
|
{
|
|
1079
1136
|
"const": "{palette.icon.EyeClosed}",
|
|
1080
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1081
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1137
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1138
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1082
1139
|
},
|
|
1083
1140
|
{
|
|
1084
1141
|
"const": "{palette.icon.EyeMasked}",
|
|
1085
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1086
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1142
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1143
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1087
1144
|
},
|
|
1088
1145
|
{
|
|
1089
1146
|
"const": "{palette.icon.EyeOpened}",
|
|
1090
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1091
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1147
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1148
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1092
1149
|
},
|
|
1093
1150
|
{
|
|
1094
1151
|
"const": "{palette.icon.EyeUnmasked}",
|
|
1095
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1096
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1152
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1153
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1097
1154
|
},
|
|
1098
1155
|
{
|
|
1099
1156
|
"const": "{palette.icon.FavouriteNetwork}",
|
|
1100
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1101
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1157
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1158
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1102
1159
|
},
|
|
1103
1160
|
{
|
|
1104
1161
|
"const": "{palette.icon.Files}",
|
|
1105
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1106
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1162
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1163
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1107
1164
|
},
|
|
1108
1165
|
{
|
|
1109
1166
|
"const": "{palette.icon.Fingerprint}",
|
|
1110
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1111
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1167
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1168
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1112
1169
|
},
|
|
1113
1170
|
{
|
|
1114
1171
|
"const": "{palette.icon.Firewall}",
|
|
1115
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1116
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1172
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1173
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1117
1174
|
},
|
|
1118
1175
|
{
|
|
1119
1176
|
"const": "{palette.icon.Flag}",
|
|
1120
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1121
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1177
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1178
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1122
1179
|
},
|
|
1123
1180
|
{
|
|
1124
1181
|
"const": "{palette.icon.FullscreenExpand}",
|
|
1125
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1126
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1182
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1183
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1127
1184
|
},
|
|
1128
1185
|
{
|
|
1129
1186
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
1130
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1131
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1187
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1188
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1132
1189
|
},
|
|
1133
1190
|
{
|
|
1134
1191
|
"const": "{palette.icon.Gift}",
|
|
1135
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1136
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1192
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1193
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1137
1194
|
},
|
|
1138
1195
|
{
|
|
1139
1196
|
"const": "{palette.icon.Globe1}",
|
|
1140
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1141
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1197
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1198
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1142
1199
|
},
|
|
1143
1200
|
{
|
|
1144
1201
|
"const": "{palette.icon.Globe2}",
|
|
1145
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1146
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1202
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1203
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1147
1204
|
},
|
|
1148
1205
|
{
|
|
1149
1206
|
"const": "{palette.icon.Grid}",
|
|
1150
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1151
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1207
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1208
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1152
1209
|
},
|
|
1153
1210
|
{
|
|
1154
1211
|
"const": "{palette.icon.HeadBoth}",
|
|
1155
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1156
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1212
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1213
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1157
1214
|
},
|
|
1158
1215
|
{
|
|
1159
1216
|
"const": "{palette.icon.HeadFemale}",
|
|
1160
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1161
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1217
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1218
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1162
1219
|
},
|
|
1163
1220
|
{
|
|
1164
1221
|
"const": "{palette.icon.HeadMale}",
|
|
1165
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1166
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1222
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1223
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1167
1224
|
},
|
|
1168
1225
|
{
|
|
1169
1226
|
"const": "{palette.icon.Headset}",
|
|
1170
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1171
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1227
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1228
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1172
1229
|
},
|
|
1173
1230
|
{
|
|
1174
1231
|
"const": "{palette.icon.Heart}",
|
|
1175
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1176
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1232
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1233
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1177
1234
|
},
|
|
1178
1235
|
{
|
|
1179
1236
|
"const": "{palette.icon.Heartbeat}",
|
|
1180
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1181
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1237
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1238
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1182
1239
|
},
|
|
1183
1240
|
{
|
|
1184
1241
|
"const": "{palette.icon.Heater}",
|
|
1185
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1186
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1242
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1243
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1187
1244
|
},
|
|
1188
1245
|
{
|
|
1189
1246
|
"const": "{palette.icon.Helpdesk}",
|
|
1190
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1191
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1247
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1248
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1192
1249
|
},
|
|
1193
1250
|
{
|
|
1194
1251
|
"const": "{palette.icon.Home}",
|
|
1195
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1196
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1252
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1253
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1197
1254
|
},
|
|
1198
1255
|
{
|
|
1199
1256
|
"const": "{palette.icon.HomePro}",
|
|
1200
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1201
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1257
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1258
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1202
1259
|
},
|
|
1203
1260
|
{
|
|
1204
1261
|
"const": "{palette.icon.HomeSecurity}",
|
|
1205
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1206
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1262
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1263
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"const": "{palette.icon.HouseBold}",
|
|
1267
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1268
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"const": "{palette.icon.HouseSolid}",
|
|
1272
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1273
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1207
1274
|
},
|
|
1208
1275
|
{
|
|
1209
1276
|
"const": "{palette.icon.IDTag}",
|
|
1210
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1211
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1277
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1278
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"const": "{palette.icon.IOSEN}",
|
|
1282
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1283
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"const": "{palette.icon.IOSFR}",
|
|
1287
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1288
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"const": "{palette.icon.IdCard}",
|
|
1292
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1293
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1212
1294
|
},
|
|
1213
1295
|
{
|
|
1214
1296
|
"const": "{palette.icon.Infinite}",
|
|
1215
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1216
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1297
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1298
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1217
1299
|
},
|
|
1218
1300
|
{
|
|
1219
1301
|
"const": "{palette.icon.Information}",
|
|
1220
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1221
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1302
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1303
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1222
1304
|
},
|
|
1223
1305
|
{
|
|
1224
1306
|
"const": "{palette.icon.Internet}",
|
|
1225
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1226
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1307
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1308
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1227
1309
|
},
|
|
1228
1310
|
{
|
|
1229
1311
|
"const": "{palette.icon.Invisible}",
|
|
1230
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1231
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1312
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1313
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1232
1314
|
},
|
|
1233
1315
|
{
|
|
1234
1316
|
"const": "{palette.icon.Key}",
|
|
1235
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1236
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1317
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1318
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1237
1319
|
},
|
|
1238
1320
|
{
|
|
1239
1321
|
"const": "{palette.icon.Laptop}",
|
|
1240
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1241
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1322
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1323
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1242
1324
|
},
|
|
1243
1325
|
{
|
|
1244
1326
|
"const": "{palette.icon.Layers}",
|
|
1245
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1246
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1327
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1328
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1247
1329
|
},
|
|
1248
1330
|
{
|
|
1249
1331
|
"const": "{palette.icon.LeakDetect}",
|
|
1250
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1251
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1332
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1333
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1252
1334
|
},
|
|
1253
1335
|
{
|
|
1254
1336
|
"const": "{palette.icon.Lifesaver}",
|
|
1255
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1256
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1337
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1338
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1257
1339
|
},
|
|
1258
1340
|
{
|
|
1259
1341
|
"const": "{palette.icon.Lightbulb}",
|
|
1260
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1342
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1343
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1262
1344
|
},
|
|
1263
1345
|
{
|
|
1264
1346
|
"const": "{palette.icon.LinkExternal}",
|
|
1265
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1347
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1348
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1267
1349
|
},
|
|
1268
1350
|
{
|
|
1269
1351
|
"const": "{palette.icon.List}",
|
|
1270
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1271
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1352
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1353
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1272
1354
|
},
|
|
1273
1355
|
{
|
|
1274
1356
|
"const": "{palette.icon.LocationAdd}",
|
|
1275
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1276
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1357
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1358
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1277
1359
|
},
|
|
1278
1360
|
{
|
|
1279
1361
|
"const": "{palette.icon.LocationHome}",
|
|
1280
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1281
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1362
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1363
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1282
1364
|
},
|
|
1283
1365
|
{
|
|
1284
1366
|
"const": "{palette.icon.LocationIneligible}",
|
|
1285
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1367
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1368
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1287
1369
|
},
|
|
1288
1370
|
{
|
|
1289
1371
|
"const": "{palette.icon.LocationMap}",
|
|
1290
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1372
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1373
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1292
1374
|
},
|
|
1293
1375
|
{
|
|
1294
1376
|
"const": "{palette.icon.LocationRegular}",
|
|
1295
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1377
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1378
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1297
1379
|
},
|
|
1298
1380
|
{
|
|
1299
1381
|
"const": "{palette.icon.LocationRemove}",
|
|
1300
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1382
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1383
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1302
1384
|
},
|
|
1303
1385
|
{
|
|
1304
1386
|
"const": "{palette.icon.LocationSuccess}",
|
|
1305
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1387
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1388
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1307
1389
|
},
|
|
1308
1390
|
{
|
|
1309
1391
|
"const": "{palette.icon.LocationVerified}",
|
|
1310
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1392
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1393
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1312
1394
|
},
|
|
1313
1395
|
{
|
|
1314
1396
|
"const": "{palette.icon.LockClosed}",
|
|
1315
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1397
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1398
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1317
1399
|
},
|
|
1318
1400
|
{
|
|
1319
1401
|
"const": "{palette.icon.LockOpened}",
|
|
1320
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1402
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1403
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1322
1404
|
},
|
|
1323
1405
|
{
|
|
1324
1406
|
"const": "{palette.icon.LoginForm}",
|
|
1325
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1326
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1407
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1408
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1327
1409
|
},
|
|
1328
1410
|
{
|
|
1329
1411
|
"const": "{palette.icon.Magnify}",
|
|
1330
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1331
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1412
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1413
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1332
1414
|
},
|
|
1333
1415
|
{
|
|
1334
1416
|
"const": "{palette.icon.Map}",
|
|
1335
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1336
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1417
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1418
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1337
1419
|
},
|
|
1338
1420
|
{
|
|
1339
1421
|
"const": "{palette.icon.MasterCard}",
|
|
1340
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1341
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1422
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1423
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1342
1424
|
},
|
|
1343
1425
|
{
|
|
1344
1426
|
"const": "{palette.icon.Medical}",
|
|
1345
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1346
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1427
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1428
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1347
1429
|
},
|
|
1348
1430
|
{
|
|
1349
1431
|
"const": "{palette.icon.Messaging}",
|
|
1350
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1351
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1432
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1433
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1352
1434
|
},
|
|
1353
1435
|
{
|
|
1354
1436
|
"const": "{palette.icon.Microphone}",
|
|
1355
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1356
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1437
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1438
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1357
1439
|
},
|
|
1358
1440
|
{
|
|
1359
1441
|
"const": "{palette.icon.Mobility}",
|
|
1360
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1361
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1442
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1443
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1362
1444
|
},
|
|
1363
1445
|
{
|
|
1364
1446
|
"const": "{palette.icon.Modal}",
|
|
1365
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1366
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1447
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1448
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1367
1449
|
},
|
|
1368
1450
|
{
|
|
1369
1451
|
"const": "{palette.icon.Money}",
|
|
1370
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1371
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1452
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1453
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1372
1454
|
},
|
|
1373
1455
|
{
|
|
1374
1456
|
"const": "{palette.icon.MoneyBack}",
|
|
1375
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1457
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1458
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1377
1459
|
},
|
|
1378
1460
|
{
|
|
1379
1461
|
"const": "{palette.icon.Movie}",
|
|
1380
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1462
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1463
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1382
1464
|
},
|
|
1383
1465
|
{
|
|
1384
1466
|
"const": "{palette.icon.Music}",
|
|
1385
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1386
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1467
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1468
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1387
1469
|
},
|
|
1388
1470
|
{
|
|
1389
1471
|
"const": "{palette.icon.Muted}",
|
|
1390
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1472
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1473
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1392
1474
|
},
|
|
1393
1475
|
{
|
|
1394
1476
|
"const": "{palette.icon.Networking}",
|
|
1395
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1477
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1397
1479
|
},
|
|
1398
1480
|
{
|
|
1399
1481
|
"const": "{palette.icon.News}",
|
|
1400
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1482
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1402
1484
|
},
|
|
1403
1485
|
{
|
|
1404
1486
|
"const": "{palette.icon.NextGenFirewall}",
|
|
1405
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1487
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1488
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1407
1489
|
},
|
|
1408
1490
|
{
|
|
1409
1491
|
"const": "{palette.icon.NoContract}",
|
|
1410
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1411
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1492
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1493
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1412
1494
|
},
|
|
1413
1495
|
{
|
|
1414
1496
|
"const": "{palette.icon.NotifyBold}",
|
|
1415
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1416
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1497
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1498
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"const": "{palette.icon.OffersBold}",
|
|
1502
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1503
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"const": "{palette.icon.OffersSolid}",
|
|
1507
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1508
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1417
1509
|
},
|
|
1418
1510
|
{
|
|
1419
1511
|
"const": "{palette.icon.Office}",
|
|
1420
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1421
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1512
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1513
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1422
1514
|
},
|
|
1423
1515
|
{
|
|
1424
1516
|
"const": "{palette.icon.Offices}",
|
|
1425
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1426
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1517
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1518
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1427
1519
|
},
|
|
1428
1520
|
{
|
|
1429
1521
|
"const": "{palette.icon.OnDemand}",
|
|
1430
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1431
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1522
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1523
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1432
1524
|
},
|
|
1433
1525
|
{
|
|
1434
1526
|
"const": "{palette.icon.OnTheGo}",
|
|
1435
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1436
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1527
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1528
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1437
1529
|
},
|
|
1438
1530
|
{
|
|
1439
1531
|
"const": "{palette.icon.OnlineSecurity}",
|
|
1440
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1441
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1532
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1533
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1442
1534
|
},
|
|
1443
1535
|
{
|
|
1444
1536
|
"const": "{palette.icon.OrderAscend}",
|
|
1445
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1446
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1537
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1538
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1447
1539
|
},
|
|
1448
1540
|
{
|
|
1449
1541
|
"const": "{palette.icon.OrderDescend}",
|
|
1450
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1451
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1542
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1543
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1452
1544
|
},
|
|
1453
1545
|
{
|
|
1454
1546
|
"const": "{palette.icon.Paperless}",
|
|
1455
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1456
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1547
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1548
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1457
1549
|
},
|
|
1458
1550
|
{
|
|
1459
1551
|
"const": "{palette.icon.Passport}",
|
|
1460
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1461
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1552
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1553
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1462
1554
|
},
|
|
1463
1555
|
{
|
|
1464
1556
|
"const": "{palette.icon.Pause}",
|
|
1465
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1466
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1557
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1558
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1467
1559
|
},
|
|
1468
1560
|
{
|
|
1469
1561
|
"const": "{palette.icon.Phone}",
|
|
1470
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1471
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1562
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1563
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1472
1564
|
},
|
|
1473
1565
|
{
|
|
1474
1566
|
"const": "{palette.icon.PhoneBusiness}",
|
|
1475
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1476
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1567
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1568
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1477
1569
|
},
|
|
1478
1570
|
{
|
|
1479
1571
|
"const": "{palette.icon.PhoneHome}",
|
|
1480
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1481
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1572
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1573
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1482
1574
|
},
|
|
1483
1575
|
{
|
|
1484
1576
|
"const": "{palette.icon.PhoneReception}",
|
|
1485
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1486
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1577
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1578
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1487
1579
|
},
|
|
1488
1580
|
{
|
|
1489
1581
|
"const": "{palette.icon.Photo}",
|
|
1490
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1491
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1582
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1583
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1492
1584
|
},
|
|
1493
1585
|
{
|
|
1494
1586
|
"const": "{palette.icon.Photos}",
|
|
1495
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1496
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1587
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1588
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1497
1589
|
},
|
|
1498
1590
|
{
|
|
1499
1591
|
"const": "{palette.icon.PiggyBank}",
|
|
1500
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1501
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1592
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1593
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1502
1594
|
},
|
|
1503
1595
|
{
|
|
1504
1596
|
"const": "{palette.icon.PikTV}",
|
|
1505
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1506
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1597
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1598
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1507
1599
|
},
|
|
1508
1600
|
{
|
|
1509
1601
|
"const": "{palette.icon.Play}",
|
|
1510
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1511
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1602
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1603
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1512
1604
|
},
|
|
1513
1605
|
{
|
|
1514
1606
|
"const": "{palette.icon.PlaySolid}",
|
|
1515
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1516
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1607
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1608
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1517
1609
|
},
|
|
1518
1610
|
{
|
|
1519
1611
|
"const": "{palette.icon.PlayVideo}",
|
|
1520
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1521
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1612
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1613
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1522
1614
|
},
|
|
1523
1615
|
{
|
|
1524
1616
|
"const": "{palette.icon.PowerDrill}",
|
|
1525
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1526
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1617
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1618
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1527
1619
|
},
|
|
1528
1620
|
{
|
|
1529
1621
|
"const": "{palette.icon.Preference}",
|
|
1530
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1531
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1622
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1623
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1532
1624
|
},
|
|
1533
1625
|
{
|
|
1534
1626
|
"const": "{palette.icon.Print}",
|
|
1535
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1536
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1627
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1628
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1537
1629
|
},
|
|
1538
1630
|
{
|
|
1539
1631
|
"const": "{palette.icon.PrivateCloud}",
|
|
1540
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1541
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1632
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1633
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1542
1634
|
},
|
|
1543
1635
|
{
|
|
1544
1636
|
"const": "{palette.icon.ProactiveAssurance}",
|
|
1545
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1546
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1637
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1638
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1547
1639
|
},
|
|
1548
1640
|
{
|
|
1549
1641
|
"const": "{palette.icon.Profile}",
|
|
1550
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1551
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1642
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1643
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1552
1644
|
},
|
|
1553
1645
|
{
|
|
1554
1646
|
"const": "{palette.icon.ProfileBold}",
|
|
1555
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1556
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1647
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1648
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1557
1649
|
},
|
|
1558
1650
|
{
|
|
1559
1651
|
"const": "{palette.icon.Question}",
|
|
1560
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1561
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1652
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1653
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1562
1654
|
},
|
|
1563
1655
|
{
|
|
1564
1656
|
"const": "{palette.icon.QuoteLeft}",
|
|
1565
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1566
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1657
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1658
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1567
1659
|
},
|
|
1568
1660
|
{
|
|
1569
1661
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1570
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1571
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1662
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1663
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1572
1664
|
},
|
|
1573
1665
|
{
|
|
1574
1666
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1575
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1576
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1667
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1668
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1577
1669
|
},
|
|
1578
1670
|
{
|
|
1579
1671
|
"const": "{palette.icon.Radar}",
|
|
1580
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1581
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1672
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1673
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1582
1674
|
},
|
|
1583
1675
|
{
|
|
1584
1676
|
"const": "{palette.icon.Receipt}",
|
|
1585
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1586
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1677
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1678
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1587
1679
|
},
|
|
1588
1680
|
{
|
|
1589
1681
|
"const": "{palette.icon.Record}",
|
|
1590
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1591
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1682
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1683
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1592
1684
|
},
|
|
1593
1685
|
{
|
|
1594
1686
|
"const": "{palette.icon.Refresh}",
|
|
1595
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1596
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1687
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1688
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1597
1689
|
},
|
|
1598
1690
|
{
|
|
1599
1691
|
"const": "{palette.icon.RemoteControl}",
|
|
1600
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1601
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1692
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1693
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1602
1694
|
},
|
|
1603
1695
|
{
|
|
1604
1696
|
"const": "{palette.icon.Replay}",
|
|
1605
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1606
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1697
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1698
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1607
1699
|
},
|
|
1608
1700
|
{
|
|
1609
1701
|
"const": "{palette.icon.Router}",
|
|
1610
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1611
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1702
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1703
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1612
1704
|
},
|
|
1613
1705
|
{
|
|
1614
1706
|
"const": "{palette.icon.Search}",
|
|
1615
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1616
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1707
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1708
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1617
1709
|
},
|
|
1618
1710
|
{
|
|
1619
1711
|
"const": "{palette.icon.SearchBold}",
|
|
1620
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1621
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1712
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1713
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1622
1714
|
},
|
|
1623
1715
|
{
|
|
1624
1716
|
"const": "{palette.icon.SecurityCamera}",
|
|
1625
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1626
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1717
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1718
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1627
1719
|
},
|
|
1628
1720
|
{
|
|
1629
1721
|
"const": "{palette.icon.SecurityHouse}",
|
|
1630
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1631
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1722
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1723
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1632
1724
|
},
|
|
1633
1725
|
{
|
|
1634
1726
|
"const": "{palette.icon.SecurityMobile}",
|
|
1635
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1636
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1727
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1728
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1637
1729
|
},
|
|
1638
1730
|
{
|
|
1639
1731
|
"const": "{palette.icon.SecuritySettings}",
|
|
1640
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1641
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1732
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1733
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1642
1734
|
},
|
|
1643
1735
|
{
|
|
1644
1736
|
"const": "{palette.icon.Server}",
|
|
1645
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1646
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1737
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1738
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1647
1739
|
},
|
|
1648
1740
|
{
|
|
1649
1741
|
"const": "{palette.icon.ServiceTruck}",
|
|
1650
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1651
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1742
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1743
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1652
1744
|
},
|
|
1653
1745
|
{
|
|
1654
1746
|
"const": "{palette.icon.Settings}",
|
|
1655
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1656
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1747
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1748
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1657
1749
|
},
|
|
1658
1750
|
{
|
|
1659
1751
|
"const": "{palette.icon.SettingsBold}",
|
|
1660
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1661
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1752
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1753
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1662
1754
|
},
|
|
1663
1755
|
{
|
|
1664
1756
|
"const": "{palette.icon.SettingsSolid}",
|
|
1665
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1666
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1757
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1758
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1667
1759
|
},
|
|
1668
1760
|
{
|
|
1669
1761
|
"const": "{palette.icon.SharedAccount}",
|
|
1670
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1671
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1762
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1763
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1672
1764
|
},
|
|
1673
1765
|
{
|
|
1674
1766
|
"const": "{palette.icon.ShippingSuccess}",
|
|
1675
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1676
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1767
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1768
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1677
1769
|
},
|
|
1678
1770
|
{
|
|
1679
1771
|
"const": "{palette.icon.Shop}",
|
|
1680
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1681
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1772
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1773
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1682
1774
|
},
|
|
1683
1775
|
{
|
|
1684
1776
|
"const": "{palette.icon.SignPost}",
|
|
1685
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1686
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1777
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1778
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1687
1779
|
},
|
|
1688
1780
|
{
|
|
1689
1781
|
"const": "{palette.icon.Signal}",
|
|
1690
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1691
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1782
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1783
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1692
1784
|
},
|
|
1693
1785
|
{
|
|
1694
1786
|
"const": "{palette.icon.SimCard}",
|
|
1695
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1696
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1787
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1697
1789
|
},
|
|
1698
1790
|
{
|
|
1699
1791
|
"const": "{palette.icon.SmartWearSecurity}",
|
|
1700
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1701
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1792
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1793
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1702
1794
|
},
|
|
1703
1795
|
{
|
|
1704
1796
|
"const": "{palette.icon.Soccer}",
|
|
1705
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1706
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1797
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1707
1799
|
},
|
|
1708
1800
|
{
|
|
1709
1801
|
"const": "{palette.icon.Speaker}",
|
|
1710
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1711
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1802
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1712
1804
|
},
|
|
1713
1805
|
{
|
|
1714
1806
|
"const": "{palette.icon.SpeakerPhone}",
|
|
1715
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1716
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1807
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1717
1809
|
},
|
|
1718
1810
|
{
|
|
1719
1811
|
"const": "{palette.icon.Speed}",
|
|
1720
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1721
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1812
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1813
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1722
1814
|
},
|
|
1723
1815
|
{
|
|
1724
1816
|
"const": "{palette.icon.SpeedReduced}",
|
|
1725
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1726
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1817
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1727
1819
|
},
|
|
1728
1820
|
{
|
|
1729
1821
|
"const": "{palette.icon.StatusError}",
|
|
1730
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1731
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1822
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1732
1824
|
},
|
|
1733
1825
|
{
|
|
1734
1826
|
"const": "{palette.icon.StatusInfo}",
|
|
1735
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1736
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1827
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1828
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1737
1829
|
},
|
|
1738
1830
|
{
|
|
1739
1831
|
"const": "{palette.icon.StatusSuccess}",
|
|
1740
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1741
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1832
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1833
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1742
1834
|
},
|
|
1743
1835
|
{
|
|
1744
1836
|
"const": "{palette.icon.StatusWarning}",
|
|
1745
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1746
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1837
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1838
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1747
1839
|
},
|
|
1748
1840
|
{
|
|
1749
1841
|
"const": "{palette.icon.Subtract}",
|
|
1750
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1751
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1842
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1843
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1752
1844
|
},
|
|
1753
1845
|
{
|
|
1754
1846
|
"const": "{palette.icon.Success}",
|
|
1755
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1756
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1847
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1848
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1757
1849
|
},
|
|
1758
1850
|
{
|
|
1759
1851
|
"const": "{palette.icon.Suitcase}",
|
|
1760
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1761
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1852
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1853
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1762
1854
|
},
|
|
1763
1855
|
{
|
|
1764
1856
|
"const": "{palette.icon.Support}",
|
|
1765
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1766
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1857
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1858
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1767
1859
|
},
|
|
1768
1860
|
{
|
|
1769
1861
|
"const": "{palette.icon.Support911}",
|
|
1770
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1771
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1862
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1863
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1772
1864
|
},
|
|
1773
1865
|
{
|
|
1774
1866
|
"const": "{palette.icon.SupportBold}",
|
|
1775
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1776
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1867
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1868
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1777
1869
|
},
|
|
1778
1870
|
{
|
|
1779
1871
|
"const": "{palette.icon.TV}",
|
|
1780
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1781
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1872
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1873
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1782
1874
|
},
|
|
1783
1875
|
{
|
|
1784
1876
|
"const": "{palette.icon.TVChoiceAndFlexibility}",
|
|
1785
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1786
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1877
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1878
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1787
1879
|
},
|
|
1788
1880
|
{
|
|
1789
1881
|
"const": "{palette.icon.TVEntertainment}",
|
|
1790
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1791
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1882
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1883
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1792
1884
|
},
|
|
1793
1885
|
{
|
|
1794
1886
|
"const": "{palette.icon.Tablet}",
|
|
1795
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1796
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1887
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1888
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"const": "{palette.icon.Tag}",
|
|
1892
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1893
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1797
1894
|
},
|
|
1798
1895
|
{
|
|
1799
1896
|
"const": "{palette.icon.Target}",
|
|
1800
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1801
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1897
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1898
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1802
1899
|
},
|
|
1803
1900
|
{
|
|
1804
1901
|
"const": "{palette.icon.Tasks}",
|
|
1805
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1806
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1902
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1903
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1807
1904
|
},
|
|
1808
1905
|
{
|
|
1809
1906
|
"const": "{palette.icon.Teapot}",
|
|
1810
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1811
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1907
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1908
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1812
1909
|
},
|
|
1813
1910
|
{
|
|
1814
1911
|
"const": "{palette.icon.ThumbsDown}",
|
|
1815
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1816
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1912
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1913
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1817
1914
|
},
|
|
1818
1915
|
{
|
|
1819
1916
|
"const": "{palette.icon.ThumbsDownFill}",
|
|
1820
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1821
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1917
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1918
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1822
1919
|
},
|
|
1823
1920
|
{
|
|
1824
1921
|
"const": "{palette.icon.ThumbsUp}",
|
|
1825
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1826
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1922
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1923
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1827
1924
|
},
|
|
1828
1925
|
{
|
|
1829
1926
|
"const": "{palette.icon.ThumbsUpFill}",
|
|
1830
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1831
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1927
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1928
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1832
1929
|
},
|
|
1833
1930
|
{
|
|
1834
1931
|
"const": "{palette.icon.Time}",
|
|
1835
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1836
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1932
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1933
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1837
1934
|
},
|
|
1838
1935
|
{
|
|
1839
1936
|
"const": "{palette.icon.TimeCycle}",
|
|
1840
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1841
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1937
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1938
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1842
1939
|
},
|
|
1843
1940
|
{
|
|
1844
1941
|
"const": "{palette.icon.Times}",
|
|
1845
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1846
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1942
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1943
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1847
1944
|
},
|
|
1848
1945
|
{
|
|
1849
1946
|
"const": "{palette.icon.TowTruck}",
|
|
1850
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1851
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1947
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1948
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1852
1949
|
},
|
|
1853
1950
|
{
|
|
1854
1951
|
"const": "{palette.icon.Transmitter}",
|
|
1855
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1856
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1952
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1953
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1857
1954
|
},
|
|
1858
1955
|
{
|
|
1859
1956
|
"const": "{palette.icon.Unmuted}",
|
|
1860
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1861
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1957
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1958
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1862
1959
|
},
|
|
1863
1960
|
{
|
|
1864
1961
|
"const": "{palette.icon.Upload}",
|
|
1865
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1866
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1962
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1963
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1867
1964
|
},
|
|
1868
1965
|
{
|
|
1869
1966
|
"const": "{palette.icon.UploadToCloud}",
|
|
1870
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1871
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1967
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1968
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1872
1969
|
},
|
|
1873
1970
|
{
|
|
1874
1971
|
"const": "{palette.icon.UsbCable}",
|
|
1875
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1876
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1972
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1973
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1877
1974
|
},
|
|
1878
1975
|
{
|
|
1879
1976
|
"const": "{palette.icon.User}",
|
|
1880
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1881
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1977
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1978
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"const": "{palette.icon.UserAdd}",
|
|
1982
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1983
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1882
1984
|
},
|
|
1883
1985
|
{
|
|
1884
1986
|
"const": "{palette.icon.UserAddBold}",
|
|
1885
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1886
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1987
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1988
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1887
1989
|
},
|
|
1888
1990
|
{
|
|
1889
1991
|
"const": "{palette.icon.Users}",
|
|
1890
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1891
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1992
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1993
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1892
1994
|
},
|
|
1893
1995
|
{
|
|
1894
1996
|
"const": "{palette.icon.VideoCall}",
|
|
1895
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1896
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
1997
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
1998
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1897
1999
|
},
|
|
1898
2000
|
{
|
|
1899
2001
|
"const": "{palette.icon.VideoChat}",
|
|
1900
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1901
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2002
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2003
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1902
2004
|
},
|
|
1903
2005
|
{
|
|
1904
2006
|
"const": "{palette.icon.VideoGames}",
|
|
1905
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1906
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2007
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2008
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1907
2009
|
},
|
|
1908
2010
|
{
|
|
1909
2011
|
"const": "{palette.icon.Visa}",
|
|
1910
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1911
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2012
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2013
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1912
2014
|
},
|
|
1913
2015
|
{
|
|
1914
2016
|
"const": "{palette.icon.Visible}",
|
|
1915
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1916
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2017
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2018
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1917
2019
|
},
|
|
1918
2020
|
{
|
|
1919
2021
|
"const": "{palette.icon.VisuallyImpaired}",
|
|
1920
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1921
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2022
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2023
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1922
2024
|
},
|
|
1923
2025
|
{
|
|
1924
2026
|
"const": "{palette.icon.Warranty}",
|
|
1925
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1926
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2027
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2028
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1927
2029
|
},
|
|
1928
2030
|
{
|
|
1929
2031
|
"const": "{palette.icon.Watch}",
|
|
1930
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1931
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2032
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2033
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1932
2034
|
},
|
|
1933
2035
|
{
|
|
1934
2036
|
"const": "{palette.icon.WifiBoost}",
|
|
1935
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1936
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2037
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2038
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1937
2039
|
},
|
|
1938
2040
|
{
|
|
1939
2041
|
"const": "{palette.icon.WifiCloud}",
|
|
1940
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1941
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2042
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2043
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1942
2044
|
},
|
|
1943
2045
|
{
|
|
1944
2046
|
"const": "{system.icon.none}",
|
|
1945
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1946
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2047
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2048
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1947
2049
|
}
|
|
1948
2050
|
],
|
|
1949
2051
|
"$id": "#icon"
|
|
@@ -1952,23 +2054,23 @@
|
|
|
1952
2054
|
"anyOf": [
|
|
1953
2055
|
{
|
|
1954
2056
|
"const": "{palette.letterSpacing.condensed}",
|
|
1955
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1956
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2057
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2058
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1957
2059
|
},
|
|
1958
2060
|
{
|
|
1959
2061
|
"const": "{palette.letterSpacing.loose}",
|
|
1960
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1961
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2062
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2063
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1962
2064
|
},
|
|
1963
2065
|
{
|
|
1964
2066
|
"const": "{palette.letterSpacing.medium}",
|
|
1965
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1966
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2067
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2068
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1967
2069
|
},
|
|
1968
2070
|
{
|
|
1969
2071
|
"const": "{system.letterSpacing.none}",
|
|
1970
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1971
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2072
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2073
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1972
2074
|
}
|
|
1973
2075
|
],
|
|
1974
2076
|
"$id": "#letterSpacing"
|
|
@@ -1977,88 +2079,88 @@
|
|
|
1977
2079
|
"anyOf": [
|
|
1978
2080
|
{
|
|
1979
2081
|
"const": "{palette.lineHeight.ratio10to5}",
|
|
1980
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1981
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2082
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2083
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1982
2084
|
},
|
|
1983
2085
|
{
|
|
1984
2086
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1985
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1986
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2087
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2088
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1987
2089
|
},
|
|
1988
2090
|
{
|
|
1989
2091
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1990
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1991
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2092
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2093
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1992
2094
|
},
|
|
1993
2095
|
{
|
|
1994
2096
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1995
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
1996
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2097
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2098
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
1997
2099
|
},
|
|
1998
2100
|
{
|
|
1999
2101
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
2000
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2001
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2102
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2103
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2002
2104
|
},
|
|
2003
2105
|
{
|
|
2004
2106
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
2005
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2006
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2107
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2108
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2007
2109
|
},
|
|
2008
2110
|
{
|
|
2009
2111
|
"const": "{palette.lineHeight.ratio2to1}",
|
|
2010
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2011
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2112
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2113
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2012
2114
|
},
|
|
2013
2115
|
{
|
|
2014
2116
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
2015
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2016
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2117
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2118
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2017
2119
|
},
|
|
2018
2120
|
{
|
|
2019
2121
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
2020
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2021
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2122
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2123
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2022
2124
|
},
|
|
2023
2125
|
{
|
|
2024
2126
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
2025
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2026
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2127
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2128
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2027
2129
|
},
|
|
2028
2130
|
{
|
|
2029
2131
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
2030
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2031
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2132
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2133
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2032
2134
|
},
|
|
2033
2135
|
{
|
|
2034
2136
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
2035
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2036
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2137
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2138
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2037
2139
|
},
|
|
2038
2140
|
{
|
|
2039
2141
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
2040
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2041
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2142
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2143
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2042
2144
|
},
|
|
2043
2145
|
{
|
|
2044
2146
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
2045
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2046
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2147
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2148
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2047
2149
|
},
|
|
2048
2150
|
{
|
|
2049
2151
|
"const": "{palette.lineHeight.ratio9to4}",
|
|
2050
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2051
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2152
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2153
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2052
2154
|
},
|
|
2053
2155
|
{
|
|
2054
2156
|
"const": "{palette.lineHeight.ratio9to7}",
|
|
2055
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2056
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2157
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2158
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2057
2159
|
},
|
|
2058
2160
|
{
|
|
2059
2161
|
"const": "{palette.lineHeight.ratio9to8}",
|
|
2060
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2061
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2162
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2163
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2062
2164
|
}
|
|
2063
2165
|
],
|
|
2064
2166
|
"$id": "#lineHeight"
|
|
@@ -2067,13 +2169,13 @@
|
|
|
2067
2169
|
"anyOf": [
|
|
2068
2170
|
{
|
|
2069
2171
|
"const": "{palette.opacity.opacity10}",
|
|
2070
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2071
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2172
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2173
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2072
2174
|
},
|
|
2073
2175
|
{
|
|
2074
2176
|
"const": "{system.opacity.opaque}",
|
|
2075
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2076
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2177
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2178
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2077
2179
|
}
|
|
2078
2180
|
],
|
|
2079
2181
|
"$id": "#opacity"
|
|
@@ -2082,78 +2184,78 @@
|
|
|
2082
2184
|
"anyOf": [
|
|
2083
2185
|
{
|
|
2084
2186
|
"const": "{palette.radius.none}",
|
|
2085
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2086
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2187
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2188
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2087
2189
|
},
|
|
2088
2190
|
{
|
|
2089
2191
|
"const": "{palette.radius.pill32}",
|
|
2090
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2091
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2192
|
+
"description": "@telus-uds/palette-allium/v3.2.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.",
|
|
2193
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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."
|
|
2092
2194
|
},
|
|
2093
2195
|
{
|
|
2094
2196
|
"const": "{palette.radius.radius1}",
|
|
2095
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2096
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2197
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for Tooltip's arrow",
|
|
2198
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for Tooltip's arrow"
|
|
2097
2199
|
},
|
|
2098
2200
|
{
|
|
2099
2201
|
"const": "{palette.radius.radius12}",
|
|
2100
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2101
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2202
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for ProgressBar",
|
|
2203
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for ProgressBar"
|
|
2102
2204
|
},
|
|
2103
2205
|
{
|
|
2104
2206
|
"const": "{palette.radius.radius16}",
|
|
2105
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2106
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2207
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for horizontial padding bottom of VideoPickerThumbnail",
|
|
2208
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for horizontial padding bottom of VideoPickerThumbnail"
|
|
2107
2209
|
},
|
|
2108
2210
|
{
|
|
2109
2211
|
"const": "{palette.radius.radius24}",
|
|
2110
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2111
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2212
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for framed horizontial padding bottom of VideoPickerThumbnail",
|
|
2213
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for framed horizontial padding bottom of VideoPickerThumbnail"
|
|
2112
2214
|
},
|
|
2113
2215
|
{
|
|
2114
2216
|
"const": "{palette.radius.radius32}",
|
|
2115
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2116
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2217
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2218
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2117
2219
|
},
|
|
2118
2220
|
{
|
|
2119
2221
|
"const": "{palette.radius.radius4}",
|
|
2120
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2121
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2222
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2223
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2122
2224
|
},
|
|
2123
2225
|
{
|
|
2124
2226
|
"const": "{palette.radius.radius45}",
|
|
2125
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2126
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2227
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2228
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2127
2229
|
},
|
|
2128
2230
|
{
|
|
2129
2231
|
"const": "{palette.radius.radius6}",
|
|
2130
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2131
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2232
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for Cards",
|
|
2233
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for Cards"
|
|
2132
2234
|
},
|
|
2133
2235
|
{
|
|
2134
2236
|
"const": "{palette.radius.radius8}",
|
|
2135
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2136
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2237
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for Tooltip",
|
|
2238
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for Tooltip"
|
|
2137
2239
|
},
|
|
2138
2240
|
{
|
|
2139
2241
|
"const": "{palette.radius.radius99}",
|
|
2140
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2141
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2242
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
2243
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
2142
2244
|
},
|
|
2143
2245
|
{
|
|
2144
2246
|
"const": "{system.radius.none}",
|
|
2145
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2146
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2247
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2248
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2147
2249
|
},
|
|
2148
2250
|
{
|
|
2149
2251
|
"const": "{system.radius.zero}",
|
|
2150
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2151
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2252
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2253
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2152
2254
|
},
|
|
2153
2255
|
{
|
|
2154
2256
|
"const": "{system.radius.round}",
|
|
2155
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2156
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2257
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2258
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2157
2259
|
}
|
|
2158
2260
|
],
|
|
2159
2261
|
"$id": "#radius"
|
|
@@ -2162,38 +2264,38 @@
|
|
|
2162
2264
|
"anyOf": [
|
|
2163
2265
|
{
|
|
2164
2266
|
"const": "{palette.shadow.elevation1}",
|
|
2165
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2166
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2267
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
2268
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
2167
2269
|
},
|
|
2168
2270
|
{
|
|
2169
2271
|
"const": "{palette.shadow.elevation2}",
|
|
2170
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2171
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2272
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
2273
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
2172
2274
|
},
|
|
2173
2275
|
{
|
|
2174
2276
|
"const": "{palette.shadow.elevation3}",
|
|
2175
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2176
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2277
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
2278
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
2177
2279
|
},
|
|
2178
2280
|
{
|
|
2179
2281
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
2180
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2181
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2282
|
+
"description": "@telus-uds/palette-allium/v3.2.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",
|
|
2283
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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"
|
|
2182
2284
|
},
|
|
2183
2285
|
{
|
|
2184
2286
|
"const": "{palette.shadow.surfaceInset}",
|
|
2185
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2186
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2287
|
+
"description": "@telus-uds/palette-allium/v3.2.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",
|
|
2288
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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"
|
|
2187
2289
|
},
|
|
2188
2290
|
{
|
|
2189
2291
|
"const": "{palette.shadow.surfaceRaised}",
|
|
2190
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2191
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2292
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
2293
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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"
|
|
2192
2294
|
},
|
|
2193
2295
|
{
|
|
2194
2296
|
"const": "{system.shadow.none}",
|
|
2195
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2196
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2297
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2298
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2197
2299
|
}
|
|
2198
2300
|
],
|
|
2199
2301
|
"$id": "#shadow"
|
|
@@ -2202,303 +2304,313 @@
|
|
|
2202
2304
|
"anyOf": [
|
|
2203
2305
|
{
|
|
2204
2306
|
"const": "{palette.size.size0}",
|
|
2205
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2206
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2307
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2308
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2207
2309
|
},
|
|
2208
2310
|
{
|
|
2209
2311
|
"const": "{palette.size.size1}",
|
|
2210
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2211
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2312
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the allium spacing scale.",
|
|
2313
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the allium spacing scale."
|
|
2212
2314
|
},
|
|
2213
2315
|
{
|
|
2214
2316
|
"const": "{palette.size.size10}",
|
|
2215
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2216
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2317
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nSpecifically introduced to space the Checkbox glyph from its label",
|
|
2318
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Checkbox glyph from its label"
|
|
2217
2319
|
},
|
|
2218
2320
|
{
|
|
2219
2321
|
"const": "{palette.size.size12}",
|
|
2220
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2221
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2322
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2323
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2222
2324
|
},
|
|
2223
2325
|
{
|
|
2224
2326
|
"const": "{palette.size.size120}",
|
|
2225
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2226
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2327
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2328
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2227
2329
|
},
|
|
2228
2330
|
{
|
|
2229
2331
|
"const": "{palette.size.size128}",
|
|
2230
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2231
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2332
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
2333
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
2232
2334
|
},
|
|
2233
2335
|
{
|
|
2234
2336
|
"const": "{palette.size.size14}",
|
|
2235
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2236
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2337
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n14 is the icon size for the small variant of the list component",
|
|
2338
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n14 is the icon size for the small variant of the list component"
|
|
2237
2339
|
},
|
|
2238
2340
|
{
|
|
2239
2341
|
"const": "{palette.size.size140}",
|
|
2240
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2241
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2342
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
2343
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
2242
2344
|
},
|
|
2243
2345
|
{
|
|
2244
2346
|
"const": "{palette.size.size144}",
|
|
2245
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2246
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2347
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2348
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2247
2349
|
},
|
|
2248
2350
|
{
|
|
2249
2351
|
"const": "{palette.size.size15}",
|
|
2250
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2251
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2352
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2353
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2252
2354
|
},
|
|
2253
2355
|
{
|
|
2254
2356
|
"const": "{palette.size.size16}",
|
|
2255
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2256
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2357
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2358
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"const": "{palette.size.size162}",
|
|
2362
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2363
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2257
2364
|
},
|
|
2258
2365
|
{
|
|
2259
2366
|
"const": "{palette.size.size168}",
|
|
2260
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2261
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2367
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
2368
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
2262
2369
|
},
|
|
2263
2370
|
{
|
|
2264
2371
|
"const": "{palette.size.size18}",
|
|
2265
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2266
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2372
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2373
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2267
2374
|
},
|
|
2268
2375
|
{
|
|
2269
2376
|
"const": "{palette.size.size184}",
|
|
2270
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2271
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2377
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
2378
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
2272
2379
|
},
|
|
2273
2380
|
{
|
|
2274
2381
|
"const": "{palette.size.size192}",
|
|
2275
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2276
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2382
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
2383
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n24 x 8. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
2277
2384
|
},
|
|
2278
2385
|
{
|
|
2279
2386
|
"const": "{palette.size.size2}",
|
|
2280
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2281
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2387
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nSpecifically introduced to space the Feedback from the Checkbox",
|
|
2388
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nSpecifically introduced to space the Feedback from the Checkbox"
|
|
2282
2389
|
},
|
|
2283
2390
|
{
|
|
2284
2391
|
"const": "{palette.size.size20}",
|
|
2285
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2286
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2392
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2393
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2287
2394
|
},
|
|
2288
2395
|
{
|
|
2289
2396
|
"const": "{palette.size.size22}",
|
|
2290
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2291
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2397
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
2398
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
2292
2399
|
},
|
|
2293
2400
|
{
|
|
2294
2401
|
"const": "{palette.size.size24}",
|
|
2295
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2296
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2402
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2403
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2297
2404
|
},
|
|
2298
2405
|
{
|
|
2299
2406
|
"const": "{palette.size.size26}",
|
|
2300
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2301
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2407
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2408
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2302
2409
|
},
|
|
2303
2410
|
{
|
|
2304
2411
|
"const": "{palette.size.size264}",
|
|
2305
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2306
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2412
|
+
"description": "@telus-uds/palette-allium/v3.2.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.",
|
|
2413
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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."
|
|
2307
2414
|
},
|
|
2308
2415
|
{
|
|
2309
2416
|
"const": "{palette.size.size28}",
|
|
2310
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2311
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2417
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2418
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2312
2419
|
},
|
|
2313
2420
|
{
|
|
2314
2421
|
"const": "{palette.size.size288}",
|
|
2315
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2316
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2422
|
+
"description": "@telus-uds/palette-allium/v3.2.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).",
|
|
2423
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.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)."
|
|
2317
2424
|
},
|
|
2318
2425
|
{
|
|
2319
2426
|
"const": "{palette.size.size3}",
|
|
2320
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2321
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2427
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nFor special gap and size cases. This is not part of the allium sizing scale.",
|
|
2428
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nFor special gap and size cases. This is not part of the allium sizing scale."
|
|
2322
2429
|
},
|
|
2323
2430
|
{
|
|
2324
2431
|
"const": "{palette.size.size32}",
|
|
2325
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2326
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2432
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2433
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2327
2434
|
},
|
|
2328
2435
|
{
|
|
2329
2436
|
"const": "{palette.size.size320}",
|
|
2330
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2331
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2437
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal width option",
|
|
2438
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal width option"
|
|
2332
2439
|
},
|
|
2333
2440
|
{
|
|
2334
2441
|
"const": "{palette.size.size35}",
|
|
2335
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2336
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2442
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2443
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2337
2444
|
},
|
|
2338
2445
|
{
|
|
2339
2446
|
"const": "{palette.size.size36}",
|
|
2340
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2341
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2447
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2448
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2342
2449
|
},
|
|
2343
2450
|
{
|
|
2344
2451
|
"const": "{palette.size.size4}",
|
|
2345
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2346
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2452
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2453
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2347
2454
|
},
|
|
2348
2455
|
{
|
|
2349
2456
|
"const": "{palette.size.size40}",
|
|
2350
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2351
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2457
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2458
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2352
2459
|
},
|
|
2353
2460
|
{
|
|
2354
2461
|
"const": "{palette.size.size412}",
|
|
2355
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2356
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2462
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
2463
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
2357
2464
|
},
|
|
2358
2465
|
{
|
|
2359
2466
|
"const": "{palette.size.size44}",
|
|
2360
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2361
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2467
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2468
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2362
2469
|
},
|
|
2363
2470
|
{
|
|
2364
2471
|
"const": "{palette.size.size45}",
|
|
2365
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2366
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2472
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2473
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2367
2474
|
},
|
|
2368
2475
|
{
|
|
2369
2476
|
"const": "{palette.size.size48}",
|
|
2370
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2371
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2477
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2478
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2372
2479
|
},
|
|
2373
2480
|
{
|
|
2374
2481
|
"const": "{palette.size.size480}",
|
|
2375
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2376
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2482
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal max width at the MD breakpoint",
|
|
2483
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal max width at the MD breakpoint"
|
|
2377
2484
|
},
|
|
2378
2485
|
{
|
|
2379
2486
|
"const": "{palette.size.size5}",
|
|
2380
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2381
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2487
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2488
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"const": "{palette.size.size52}",
|
|
2492
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2493
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2382
2494
|
},
|
|
2383
2495
|
{
|
|
2384
2496
|
"const": "{palette.size.size53}",
|
|
2385
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2386
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2497
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2498
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2387
2499
|
},
|
|
2388
2500
|
{
|
|
2389
2501
|
"const": "{palette.size.size544}",
|
|
2390
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2391
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2502
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
2503
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
2392
2504
|
},
|
|
2393
2505
|
{
|
|
2394
2506
|
"const": "{palette.size.size56}",
|
|
2395
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2396
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2507
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nAdded for Carousel thumbnail size",
|
|
2508
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nAdded for Carousel thumbnail size"
|
|
2397
2509
|
},
|
|
2398
2510
|
{
|
|
2399
2511
|
"const": "{palette.size.size576}",
|
|
2400
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2401
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2512
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal default width",
|
|
2513
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal default width"
|
|
2402
2514
|
},
|
|
2403
2515
|
{
|
|
2404
2516
|
"const": "{palette.size.size6}",
|
|
2405
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2406
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2517
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2518
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2407
2519
|
},
|
|
2408
2520
|
{
|
|
2409
2521
|
"const": "{palette.size.size630}",
|
|
2410
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2411
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2522
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal max width at the LG breakpoint",
|
|
2523
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal max width at the LG breakpoint"
|
|
2412
2524
|
},
|
|
2413
2525
|
{
|
|
2414
2526
|
"const": "{palette.size.size64}",
|
|
2415
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2416
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2527
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2528
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2417
2529
|
},
|
|
2418
2530
|
{
|
|
2419
2531
|
"const": "{palette.size.size640}",
|
|
2420
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2421
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2532
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer",
|
|
2533
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nMax height for VideoPicker framedContainer, PlayerContainer and ListContainer"
|
|
2422
2534
|
},
|
|
2423
2535
|
{
|
|
2424
2536
|
"const": "{palette.size.size72}",
|
|
2425
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2426
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2537
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2538
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2427
2539
|
},
|
|
2428
2540
|
{
|
|
2429
2541
|
"const": "{palette.size.size768}",
|
|
2430
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2431
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2542
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\nModal max width at the XL breakpoint",
|
|
2543
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\nModal max width at the XL breakpoint"
|
|
2432
2544
|
},
|
|
2433
2545
|
{
|
|
2434
2546
|
"const": "{palette.size.size8}",
|
|
2435
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2436
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2547
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2548
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2437
2549
|
},
|
|
2438
2550
|
{
|
|
2439
2551
|
"const": "{palette.size.size80}",
|
|
2440
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2441
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2552
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2553
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2442
2554
|
},
|
|
2443
2555
|
{
|
|
2444
2556
|
"const": "{palette.size.size91}",
|
|
2445
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2446
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2557
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2558
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2447
2559
|
},
|
|
2448
2560
|
{
|
|
2449
2561
|
"const": "{palette.size.size95}",
|
|
2450
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2451
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2562
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2563
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2452
2564
|
},
|
|
2453
2565
|
{
|
|
2454
2566
|
"const": "{palette.size.size96}",
|
|
2455
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2456
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2567
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2568
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2457
2569
|
},
|
|
2458
2570
|
{
|
|
2459
2571
|
"const": "{system.size.none}",
|
|
2460
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2461
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2572
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2462
2574
|
},
|
|
2463
2575
|
{
|
|
2464
2576
|
"const": "{system.size.full}",
|
|
2465
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2466
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2577
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2578
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2467
2579
|
},
|
|
2468
2580
|
{
|
|
2469
2581
|
"const": "{system.size.twoThirds}",
|
|
2470
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2471
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2582
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2583
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2472
2584
|
},
|
|
2473
2585
|
{
|
|
2474
2586
|
"const": "{system.size.zero}",
|
|
2475
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2476
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2587
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2588
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2477
2589
|
},
|
|
2478
2590
|
{
|
|
2479
2591
|
"const": "{system.size.viewportXs}",
|
|
2480
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2481
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2592
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2593
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2482
2594
|
},
|
|
2483
2595
|
{
|
|
2484
2596
|
"const": "{system.size.viewportSm}",
|
|
2485
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2486
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2597
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2598
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2487
2599
|
},
|
|
2488
2600
|
{
|
|
2489
2601
|
"const": "{system.size.viewportMd}",
|
|
2490
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2491
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2602
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2603
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2492
2604
|
},
|
|
2493
2605
|
{
|
|
2494
2606
|
"const": "{system.size.viewportLg}",
|
|
2495
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2496
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2607
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2608
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2497
2609
|
},
|
|
2498
2610
|
{
|
|
2499
2611
|
"const": "{system.size.viewportXl}",
|
|
2500
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2501
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2612
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2613
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2502
2614
|
}
|
|
2503
2615
|
],
|
|
2504
2616
|
"$id": "#size"
|
|
@@ -2507,13 +2619,13 @@
|
|
|
2507
2619
|
"anyOf": [
|
|
2508
2620
|
{
|
|
2509
2621
|
"const": "{palette.fontName.HNforTELUSSA}",
|
|
2510
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2511
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2622
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2623
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2512
2624
|
},
|
|
2513
2625
|
{
|
|
2514
2626
|
"const": "{palette.fontName.HNforTELUSSAOTF}",
|
|
2515
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2516
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2627
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2628
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2517
2629
|
}
|
|
2518
2630
|
],
|
|
2519
2631
|
"$id": "#fontName"
|
|
@@ -2522,23 +2634,23 @@
|
|
|
2522
2634
|
"anyOf": [
|
|
2523
2635
|
{
|
|
2524
2636
|
"const": "{palette.fontWeight.weight300}",
|
|
2525
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2526
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2637
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2638
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2527
2639
|
},
|
|
2528
2640
|
{
|
|
2529
2641
|
"const": "{palette.fontWeight.weight400}",
|
|
2530
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2531
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2642
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2643
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2532
2644
|
},
|
|
2533
2645
|
{
|
|
2534
2646
|
"const": "{palette.fontWeight.weight500}",
|
|
2535
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2536
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2647
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2648
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2537
2649
|
},
|
|
2538
2650
|
{
|
|
2539
2651
|
"const": "{palette.fontWeight.weight700}",
|
|
2540
|
-
"description": "@telus-uds/palette-allium/v3.
|
|
2541
|
-
"markdownDescription": "`@telus-uds/palette-allium/v3.
|
|
2652
|
+
"description": "@telus-uds/palette-allium/v3.2.0 palette tokens 🖌️\n",
|
|
2653
|
+
"markdownDescription": "`@telus-uds/palette-allium/v3.2.0` **palette** tokens 🖌️\n\n"
|
|
2542
2654
|
}
|
|
2543
2655
|
],
|
|
2544
2656
|
"$id": "#fontWeight"
|
|
@@ -2547,18 +2659,18 @@
|
|
|
2547
2659
|
"anyOf": [
|
|
2548
2660
|
{
|
|
2549
2661
|
"const": "{system.display.inline}",
|
|
2550
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2551
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2662
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2663
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2552
2664
|
},
|
|
2553
2665
|
{
|
|
2554
2666
|
"const": "{system.display.inlineBlock}",
|
|
2555
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2556
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2667
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2668
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2557
2669
|
},
|
|
2558
2670
|
{
|
|
2559
2671
|
"const": "{system.display.none}",
|
|
2560
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2561
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2672
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2673
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2562
2674
|
}
|
|
2563
2675
|
],
|
|
2564
2676
|
"$id": "#display"
|
|
@@ -2567,18 +2679,18 @@
|
|
|
2567
2679
|
"anyOf": [
|
|
2568
2680
|
{
|
|
2569
2681
|
"const": "{system.flexJustifyContent.center}",
|
|
2570
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2571
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2682
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2683
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2572
2684
|
},
|
|
2573
2685
|
{
|
|
2574
2686
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
2575
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2576
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2687
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2577
2689
|
},
|
|
2578
2690
|
{
|
|
2579
2691
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
2580
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2581
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2692
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2693
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2582
2694
|
}
|
|
2583
2695
|
],
|
|
2584
2696
|
"$id": "#flexJustifyContent"
|
|
@@ -2587,18 +2699,18 @@
|
|
|
2587
2699
|
"anyOf": [
|
|
2588
2700
|
{
|
|
2589
2701
|
"const": "{system.flexAlign.center}",
|
|
2590
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2591
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2702
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2592
2704
|
},
|
|
2593
2705
|
{
|
|
2594
2706
|
"const": "{system.flexAlign.flexStart}",
|
|
2595
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2596
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2707
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2708
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2597
2709
|
},
|
|
2598
2710
|
{
|
|
2599
2711
|
"const": "{system.flexAlign.stretch}",
|
|
2600
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2601
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2712
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2713
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2602
2714
|
}
|
|
2603
2715
|
],
|
|
2604
2716
|
"$id": "#flexAlign"
|
|
@@ -2607,63 +2719,63 @@
|
|
|
2607
2719
|
"anyOf": [
|
|
2608
2720
|
{
|
|
2609
2721
|
"const": "{system.integer.0}",
|
|
2610
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2611
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2722
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2723
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2612
2724
|
},
|
|
2613
2725
|
{
|
|
2614
2726
|
"const": "{system.integer.1}",
|
|
2615
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2616
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2727
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2728
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2617
2729
|
},
|
|
2618
2730
|
{
|
|
2619
2731
|
"const": "{system.integer.2}",
|
|
2620
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2621
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2732
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2733
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2622
2734
|
},
|
|
2623
2735
|
{
|
|
2624
2736
|
"const": "{system.integer.3}",
|
|
2625
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2626
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2737
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2738
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2627
2739
|
},
|
|
2628
2740
|
{
|
|
2629
2741
|
"const": "{system.integer.4}",
|
|
2630
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2631
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2742
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2743
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2632
2744
|
},
|
|
2633
2745
|
{
|
|
2634
2746
|
"const": "{system.integer.5}",
|
|
2635
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2636
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2747
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2748
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2637
2749
|
},
|
|
2638
2750
|
{
|
|
2639
2751
|
"const": "{system.integer.6}",
|
|
2640
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2641
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2752
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2753
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2642
2754
|
},
|
|
2643
2755
|
{
|
|
2644
2756
|
"const": "{system.integer.7}",
|
|
2645
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2646
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2757
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2758
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2647
2759
|
},
|
|
2648
2760
|
{
|
|
2649
2761
|
"const": "{system.integer.8}",
|
|
2650
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2651
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2762
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2763
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2652
2764
|
},
|
|
2653
2765
|
{
|
|
2654
2766
|
"const": "{system.integer.9}",
|
|
2655
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2656
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2767
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2768
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2657
2769
|
},
|
|
2658
2770
|
{
|
|
2659
2771
|
"const": "{system.integer.10}",
|
|
2660
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2661
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2772
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2773
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2662
2774
|
},
|
|
2663
2775
|
{
|
|
2664
2776
|
"const": "{system.integer.11}",
|
|
2665
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2666
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
2777
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2778
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
2667
2779
|
},
|
|
2668
2780
|
{
|
|
2669
2781
|
"type": "string",
|
|
@@ -2676,18 +2788,18 @@
|
|
|
2676
2788
|
"anyOf": [
|
|
2677
2789
|
{
|
|
2678
2790
|
"const": "{system.textLine.none}",
|
|
2679
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2680
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2791
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2792
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2681
2793
|
},
|
|
2682
2794
|
{
|
|
2683
2795
|
"const": "{system.textLine.underline}",
|
|
2684
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2685
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2796
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2797
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2686
2798
|
},
|
|
2687
2799
|
{
|
|
2688
2800
|
"const": "{system.textLine.strikethrough}",
|
|
2689
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2690
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2801
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2802
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2691
2803
|
}
|
|
2692
2804
|
],
|
|
2693
2805
|
"$id": "#textLine"
|
|
@@ -2696,8 +2808,8 @@
|
|
|
2696
2808
|
"anyOf": [
|
|
2697
2809
|
{
|
|
2698
2810
|
"const": "{system.textLineStyle.solid}",
|
|
2699
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2700
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2811
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2812
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2701
2813
|
}
|
|
2702
2814
|
],
|
|
2703
2815
|
"$id": "#textLineStyle"
|
|
@@ -2706,23 +2818,23 @@
|
|
|
2706
2818
|
"anyOf": [
|
|
2707
2819
|
{
|
|
2708
2820
|
"const": "{system.position.bottom}",
|
|
2709
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2710
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2821
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2822
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2711
2823
|
},
|
|
2712
2824
|
{
|
|
2713
2825
|
"const": "{system.position.left}",
|
|
2714
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2715
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2826
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2827
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2716
2828
|
},
|
|
2717
2829
|
{
|
|
2718
2830
|
"const": "{system.position.right}",
|
|
2719
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2720
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2831
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2832
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2721
2833
|
},
|
|
2722
2834
|
{
|
|
2723
2835
|
"const": "{system.position.top}",
|
|
2724
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2725
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2836
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2837
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2726
2838
|
}
|
|
2727
2839
|
],
|
|
2728
2840
|
"$id": "#position"
|
|
@@ -2731,18 +2843,18 @@
|
|
|
2731
2843
|
"anyOf": [
|
|
2732
2844
|
{
|
|
2733
2845
|
"const": "{system.direction.column}",
|
|
2734
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2735
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2846
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2847
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2736
2848
|
},
|
|
2737
2849
|
{
|
|
2738
2850
|
"const": "{system.direction.row}",
|
|
2739
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2740
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2851
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2852
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2741
2853
|
},
|
|
2742
2854
|
{
|
|
2743
2855
|
"const": "{system.direction.rowReverse}",
|
|
2744
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2745
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2856
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2857
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2746
2858
|
}
|
|
2747
2859
|
],
|
|
2748
2860
|
"$id": "#direction"
|
|
@@ -2751,13 +2863,13 @@
|
|
|
2751
2863
|
"anyOf": [
|
|
2752
2864
|
{
|
|
2753
2865
|
"const": "{system.show.true}",
|
|
2754
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2755
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2866
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2867
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2756
2868
|
},
|
|
2757
2869
|
{
|
|
2758
2870
|
"const": "{system.show.false}",
|
|
2759
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2760
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2871
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2872
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2761
2873
|
}
|
|
2762
2874
|
],
|
|
2763
2875
|
"$id": "#show"
|
|
@@ -2766,13 +2878,13 @@
|
|
|
2766
2878
|
"anyOf": [
|
|
2767
2879
|
{
|
|
2768
2880
|
"const": "{system.borderStyle.none}",
|
|
2769
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2770
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2881
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2882
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2771
2883
|
},
|
|
2772
2884
|
{
|
|
2773
2885
|
"const": "{system.borderStyle.solid}",
|
|
2774
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2775
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2886
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2887
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2776
2888
|
}
|
|
2777
2889
|
],
|
|
2778
2890
|
"$id": "#borderStyle"
|
|
@@ -2781,18 +2893,18 @@
|
|
|
2781
2893
|
"anyOf": [
|
|
2782
2894
|
{
|
|
2783
2895
|
"const": "{system.verticalAlign.top}",
|
|
2784
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2785
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2896
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2897
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2786
2898
|
},
|
|
2787
2899
|
{
|
|
2788
2900
|
"const": "{system.verticalAlign.middle}",
|
|
2789
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2790
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2901
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2902
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2791
2903
|
},
|
|
2792
2904
|
{
|
|
2793
2905
|
"const": "{system.verticalAlign.baseline}",
|
|
2794
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2795
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2906
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2907
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2796
2908
|
}
|
|
2797
2909
|
],
|
|
2798
2910
|
"$id": "#verticalAlign"
|
|
@@ -2801,18 +2913,18 @@
|
|
|
2801
2913
|
"anyOf": [
|
|
2802
2914
|
{
|
|
2803
2915
|
"const": "{system.iconScale.scale1}",
|
|
2804
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2805
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2916
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2917
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2806
2918
|
},
|
|
2807
2919
|
{
|
|
2808
2920
|
"const": "{system.iconScale.scale1_10}",
|
|
2809
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2810
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2921
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2922
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2811
2923
|
},
|
|
2812
2924
|
{
|
|
2813
2925
|
"const": "{system.iconScale.scale1_25}",
|
|
2814
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2815
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2926
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2927
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2816
2928
|
}
|
|
2817
2929
|
],
|
|
2818
2930
|
"$id": "#iconScale"
|
|
@@ -2821,18 +2933,18 @@
|
|
|
2821
2933
|
"anyOf": [
|
|
2822
2934
|
{
|
|
2823
2935
|
"const": "{system.textAlign.left}",
|
|
2824
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2825
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2936
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2937
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2826
2938
|
},
|
|
2827
2939
|
{
|
|
2828
2940
|
"const": "{system.textAlign.center}",
|
|
2829
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2830
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2941
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2942
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2831
2943
|
},
|
|
2832
2944
|
{
|
|
2833
2945
|
"const": "{system.textAlign.right}",
|
|
2834
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2835
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2946
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2947
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2836
2948
|
}
|
|
2837
2949
|
],
|
|
2838
2950
|
"$id": "#textAlign"
|
|
@@ -2841,13 +2953,13 @@
|
|
|
2841
2953
|
"anyOf": [
|
|
2842
2954
|
{
|
|
2843
2955
|
"const": "{system.textTransform.none}",
|
|
2844
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2845
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2956
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2957
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2846
2958
|
},
|
|
2847
2959
|
{
|
|
2848
2960
|
"const": "{system.textTransform.uppercase}",
|
|
2849
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2850
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2961
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2962
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2851
2963
|
}
|
|
2852
2964
|
],
|
|
2853
2965
|
"$id": "#textTransform"
|
|
@@ -3861,6 +3973,192 @@
|
|
|
3861
3973
|
"rules"
|
|
3862
3974
|
]
|
|
3863
3975
|
},
|
|
3976
|
+
"FileUpload": {
|
|
3977
|
+
"type": "object",
|
|
3978
|
+
"additionalProperties": false,
|
|
3979
|
+
"properties": {
|
|
3980
|
+
"appearances": {
|
|
3981
|
+
"type": "object",
|
|
3982
|
+
"additionalProperties": false,
|
|
3983
|
+
"patternProperties": {
|
|
3984
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
3985
|
+
"$ref": "#appearance"
|
|
3986
|
+
}
|
|
3987
|
+
}
|
|
3988
|
+
},
|
|
3989
|
+
"tokens": {
|
|
3990
|
+
"type": "object",
|
|
3991
|
+
"additionalProperties": false,
|
|
3992
|
+
"properties": {
|
|
3993
|
+
"buttonBackgroundColor": {
|
|
3994
|
+
"$ref": "#color"
|
|
3995
|
+
},
|
|
3996
|
+
"buttonBorderColor": {
|
|
3997
|
+
"$ref": "#color"
|
|
3998
|
+
},
|
|
3999
|
+
"buttonBorderRadius": {
|
|
4000
|
+
"$ref": "#radius"
|
|
4001
|
+
},
|
|
4002
|
+
"buttonBorderWidth": {
|
|
4003
|
+
"$ref": "#border"
|
|
4004
|
+
},
|
|
4005
|
+
"buttonTextColor": {
|
|
4006
|
+
"$ref": "#color"
|
|
4007
|
+
},
|
|
4008
|
+
"buttonHeight": {
|
|
4009
|
+
"$ref": "#size"
|
|
4010
|
+
},
|
|
4011
|
+
"buttonMinWidth": {
|
|
4012
|
+
"$ref": "#size"
|
|
4013
|
+
},
|
|
4014
|
+
"buttonWidth": {
|
|
4015
|
+
"$ref": "#size"
|
|
4016
|
+
},
|
|
4017
|
+
"notificationBackgroundColor": {
|
|
4018
|
+
"$ref": "#color"
|
|
4019
|
+
},
|
|
4020
|
+
"notificationBorderColor": {
|
|
4021
|
+
"$ref": "#color"
|
|
4022
|
+
},
|
|
4023
|
+
"notificationBorderRadius": {
|
|
4024
|
+
"$ref": "#radius"
|
|
4025
|
+
},
|
|
4026
|
+
"notificationTextColor": {
|
|
4027
|
+
"$ref": "#color"
|
|
4028
|
+
},
|
|
4029
|
+
"notificationDismissButtonGap": {
|
|
4030
|
+
"$ref": "#size"
|
|
4031
|
+
},
|
|
4032
|
+
"notificationDismissIcon": {
|
|
4033
|
+
"$ref": "#icon"
|
|
4034
|
+
},
|
|
4035
|
+
"notificationDismissIconColor": {
|
|
4036
|
+
"$ref": "#color"
|
|
4037
|
+
},
|
|
4038
|
+
"notificationIcon": {
|
|
4039
|
+
"$ref": "#icon"
|
|
4040
|
+
},
|
|
4041
|
+
"notificationIconColor": {
|
|
4042
|
+
"$ref": "#color"
|
|
4043
|
+
},
|
|
4044
|
+
"notificationIconGap": {
|
|
4045
|
+
"$ref": "#size"
|
|
4046
|
+
},
|
|
4047
|
+
"notificationIconSize": {
|
|
4048
|
+
"$ref": "#size"
|
|
4049
|
+
}
|
|
4050
|
+
},
|
|
4051
|
+
"required": [
|
|
4052
|
+
"buttonBackgroundColor",
|
|
4053
|
+
"buttonBorderColor",
|
|
4054
|
+
"buttonBorderRadius",
|
|
4055
|
+
"buttonBorderWidth",
|
|
4056
|
+
"buttonTextColor",
|
|
4057
|
+
"buttonHeight",
|
|
4058
|
+
"buttonMinWidth",
|
|
4059
|
+
"buttonWidth",
|
|
4060
|
+
"notificationBackgroundColor",
|
|
4061
|
+
"notificationBorderColor",
|
|
4062
|
+
"notificationBorderRadius",
|
|
4063
|
+
"notificationTextColor",
|
|
4064
|
+
"notificationDismissButtonGap",
|
|
4065
|
+
"notificationDismissIcon",
|
|
4066
|
+
"notificationDismissIconColor",
|
|
4067
|
+
"notificationIcon",
|
|
4068
|
+
"notificationIconColor",
|
|
4069
|
+
"notificationIconGap",
|
|
4070
|
+
"notificationIconSize"
|
|
4071
|
+
]
|
|
4072
|
+
},
|
|
4073
|
+
"rules": {
|
|
4074
|
+
"type": "array",
|
|
4075
|
+
"items": {
|
|
4076
|
+
"type": "object",
|
|
4077
|
+
"additionalProperties": false,
|
|
4078
|
+
"properties": {
|
|
4079
|
+
"if": {
|
|
4080
|
+
"type": "object",
|
|
4081
|
+
"minProperties": 1
|
|
4082
|
+
},
|
|
4083
|
+
"tokens": {
|
|
4084
|
+
"type": "object",
|
|
4085
|
+
"additionalProperties": false,
|
|
4086
|
+
"properties": {
|
|
4087
|
+
"buttonBackgroundColor": {
|
|
4088
|
+
"$ref": "#color"
|
|
4089
|
+
},
|
|
4090
|
+
"buttonBorderColor": {
|
|
4091
|
+
"$ref": "#color"
|
|
4092
|
+
},
|
|
4093
|
+
"buttonBorderRadius": {
|
|
4094
|
+
"$ref": "#radius"
|
|
4095
|
+
},
|
|
4096
|
+
"buttonBorderWidth": {
|
|
4097
|
+
"$ref": "#border"
|
|
4098
|
+
},
|
|
4099
|
+
"buttonTextColor": {
|
|
4100
|
+
"$ref": "#color"
|
|
4101
|
+
},
|
|
4102
|
+
"buttonHeight": {
|
|
4103
|
+
"$ref": "#size"
|
|
4104
|
+
},
|
|
4105
|
+
"buttonMinWidth": {
|
|
4106
|
+
"$ref": "#size"
|
|
4107
|
+
},
|
|
4108
|
+
"buttonWidth": {
|
|
4109
|
+
"$ref": "#size"
|
|
4110
|
+
},
|
|
4111
|
+
"notificationBackgroundColor": {
|
|
4112
|
+
"$ref": "#color"
|
|
4113
|
+
},
|
|
4114
|
+
"notificationBorderColor": {
|
|
4115
|
+
"$ref": "#color"
|
|
4116
|
+
},
|
|
4117
|
+
"notificationBorderRadius": {
|
|
4118
|
+
"$ref": "#radius"
|
|
4119
|
+
},
|
|
4120
|
+
"notificationTextColor": {
|
|
4121
|
+
"$ref": "#color"
|
|
4122
|
+
},
|
|
4123
|
+
"notificationDismissButtonGap": {
|
|
4124
|
+
"$ref": "#size"
|
|
4125
|
+
},
|
|
4126
|
+
"notificationDismissIcon": {
|
|
4127
|
+
"$ref": "#icon"
|
|
4128
|
+
},
|
|
4129
|
+
"notificationDismissIconColor": {
|
|
4130
|
+
"$ref": "#color"
|
|
4131
|
+
},
|
|
4132
|
+
"notificationIcon": {
|
|
4133
|
+
"$ref": "#icon"
|
|
4134
|
+
},
|
|
4135
|
+
"notificationIconColor": {
|
|
4136
|
+
"$ref": "#color"
|
|
4137
|
+
},
|
|
4138
|
+
"notificationIconGap": {
|
|
4139
|
+
"$ref": "#size"
|
|
4140
|
+
},
|
|
4141
|
+
"notificationIconSize": {
|
|
4142
|
+
"$ref": "#size"
|
|
4143
|
+
}
|
|
4144
|
+
}
|
|
4145
|
+
},
|
|
4146
|
+
"description": {
|
|
4147
|
+
"type": "string"
|
|
4148
|
+
}
|
|
4149
|
+
},
|
|
4150
|
+
"required": [
|
|
4151
|
+
"if",
|
|
4152
|
+
"tokens"
|
|
4153
|
+
]
|
|
4154
|
+
}
|
|
4155
|
+
}
|
|
4156
|
+
},
|
|
4157
|
+
"required": [
|
|
4158
|
+
"tokens",
|
|
4159
|
+
"rules"
|
|
4160
|
+
]
|
|
4161
|
+
},
|
|
3864
4162
|
"Table": {
|
|
3865
4163
|
"type": "object",
|
|
3866
4164
|
"additionalProperties": false,
|
|
@@ -4224,6 +4522,9 @@
|
|
|
4224
4522
|
"iconGradient": {
|
|
4225
4523
|
"$ref": "#gradient"
|
|
4226
4524
|
},
|
|
4525
|
+
"marginLeft": {
|
|
4526
|
+
"$ref": "#size"
|
|
4527
|
+
},
|
|
4227
4528
|
"paddingBottom": {
|
|
4228
4529
|
"$ref": "#size"
|
|
4229
4530
|
},
|
|
@@ -4255,6 +4556,7 @@
|
|
|
4255
4556
|
"icon",
|
|
4256
4557
|
"iconColor",
|
|
4257
4558
|
"iconGradient",
|
|
4559
|
+
"marginLeft",
|
|
4258
4560
|
"paddingBottom",
|
|
4259
4561
|
"paddingLeft",
|
|
4260
4562
|
"paddingRight",
|
|
@@ -4310,6 +4612,9 @@
|
|
|
4310
4612
|
"iconGradient": {
|
|
4311
4613
|
"$ref": "#gradient"
|
|
4312
4614
|
},
|
|
4615
|
+
"marginLeft": {
|
|
4616
|
+
"$ref": "#size"
|
|
4617
|
+
},
|
|
4313
4618
|
"paddingBottom": {
|
|
4314
4619
|
"$ref": "#size"
|
|
4315
4620
|
},
|
|
@@ -7568,6 +7873,18 @@
|
|
|
7568
7873
|
},
|
|
7569
7874
|
"flexShrink": {
|
|
7570
7875
|
"$ref": "#integer"
|
|
7876
|
+
},
|
|
7877
|
+
"backgroundColor": {
|
|
7878
|
+
"$ref": "#color"
|
|
7879
|
+
},
|
|
7880
|
+
"borderRadius": {
|
|
7881
|
+
"$ref": "#radius"
|
|
7882
|
+
},
|
|
7883
|
+
"padding": {
|
|
7884
|
+
"$ref": "#size"
|
|
7885
|
+
},
|
|
7886
|
+
"gap": {
|
|
7887
|
+
"$ref": "#size"
|
|
7571
7888
|
}
|
|
7572
7889
|
},
|
|
7573
7890
|
"required": [
|
|
@@ -7577,7 +7894,11 @@
|
|
|
7577
7894
|
"alignItems",
|
|
7578
7895
|
"justifyContent",
|
|
7579
7896
|
"flexGrow",
|
|
7580
|
-
"flexShrink"
|
|
7897
|
+
"flexShrink",
|
|
7898
|
+
"backgroundColor",
|
|
7899
|
+
"borderRadius",
|
|
7900
|
+
"padding",
|
|
7901
|
+
"gap"
|
|
7581
7902
|
]
|
|
7582
7903
|
},
|
|
7583
7904
|
"rules": {
|
|
@@ -7614,6 +7935,18 @@
|
|
|
7614
7935
|
},
|
|
7615
7936
|
"flexShrink": {
|
|
7616
7937
|
"$ref": "#integer"
|
|
7938
|
+
},
|
|
7939
|
+
"backgroundColor": {
|
|
7940
|
+
"$ref": "#color"
|
|
7941
|
+
},
|
|
7942
|
+
"borderRadius": {
|
|
7943
|
+
"$ref": "#radius"
|
|
7944
|
+
},
|
|
7945
|
+
"padding": {
|
|
7946
|
+
"$ref": "#size"
|
|
7947
|
+
},
|
|
7948
|
+
"gap": {
|
|
7949
|
+
"$ref": "#size"
|
|
7617
7950
|
}
|
|
7618
7951
|
}
|
|
7619
7952
|
},
|
|
@@ -8156,6 +8489,18 @@
|
|
|
8156
8489
|
},
|
|
8157
8490
|
"outlineOffset": {
|
|
8158
8491
|
"$ref": "#size"
|
|
8492
|
+
},
|
|
8493
|
+
"paddingTop": {
|
|
8494
|
+
"$ref": "#size"
|
|
8495
|
+
},
|
|
8496
|
+
"paddingBottom": {
|
|
8497
|
+
"$ref": "#size"
|
|
8498
|
+
},
|
|
8499
|
+
"paddingLeft": {
|
|
8500
|
+
"$ref": "#size"
|
|
8501
|
+
},
|
|
8502
|
+
"paddingRight": {
|
|
8503
|
+
"$ref": "#size"
|
|
8159
8504
|
}
|
|
8160
8505
|
},
|
|
8161
8506
|
"required": [
|
|
@@ -8168,7 +8513,11 @@
|
|
|
8168
8513
|
"borderBottomRightRadius",
|
|
8169
8514
|
"borderTopLeftRadius",
|
|
8170
8515
|
"borderTopRightRadius",
|
|
8171
|
-
"outlineOffset"
|
|
8516
|
+
"outlineOffset",
|
|
8517
|
+
"paddingTop",
|
|
8518
|
+
"paddingBottom",
|
|
8519
|
+
"paddingLeft",
|
|
8520
|
+
"paddingRight"
|
|
8172
8521
|
]
|
|
8173
8522
|
},
|
|
8174
8523
|
"rules": {
|
|
@@ -8214,6 +8563,18 @@
|
|
|
8214
8563
|
},
|
|
8215
8564
|
"outlineOffset": {
|
|
8216
8565
|
"$ref": "#size"
|
|
8566
|
+
},
|
|
8567
|
+
"paddingTop": {
|
|
8568
|
+
"$ref": "#size"
|
|
8569
|
+
},
|
|
8570
|
+
"paddingBottom": {
|
|
8571
|
+
"$ref": "#size"
|
|
8572
|
+
},
|
|
8573
|
+
"paddingLeft": {
|
|
8574
|
+
"$ref": "#size"
|
|
8575
|
+
},
|
|
8576
|
+
"paddingRight": {
|
|
8577
|
+
"$ref": "#size"
|
|
8217
8578
|
}
|
|
8218
8579
|
}
|
|
8219
8580
|
},
|
|
@@ -9936,7 +10297,7 @@
|
|
|
9936
10297
|
"rules"
|
|
9937
10298
|
]
|
|
9938
10299
|
},
|
|
9939
|
-
"
|
|
10300
|
+
"DownloadApp": {
|
|
9940
10301
|
"type": "object",
|
|
9941
10302
|
"additionalProperties": false,
|
|
9942
10303
|
"properties": {
|
|
@@ -9953,20 +10314,136 @@
|
|
|
9953
10314
|
"type": "object",
|
|
9954
10315
|
"additionalProperties": false,
|
|
9955
10316
|
"properties": {
|
|
9956
|
-
"
|
|
10317
|
+
"borderColor": {
|
|
9957
10318
|
"$ref": "#color"
|
|
9958
10319
|
},
|
|
9959
|
-
"
|
|
9960
|
-
"$ref": "#
|
|
10320
|
+
"borderWidth": {
|
|
10321
|
+
"$ref": "#border"
|
|
9961
10322
|
},
|
|
9962
|
-
"
|
|
9963
|
-
"$ref": "#
|
|
10323
|
+
"borderGap": {
|
|
10324
|
+
"$ref": "#size"
|
|
9964
10325
|
},
|
|
9965
|
-
"
|
|
9966
|
-
"$ref": "#
|
|
10326
|
+
"borderRadius": {
|
|
10327
|
+
"$ref": "#radius"
|
|
9967
10328
|
},
|
|
9968
|
-
"
|
|
9969
|
-
"$ref": "#
|
|
10329
|
+
"padding": {
|
|
10330
|
+
"$ref": "#size"
|
|
10331
|
+
},
|
|
10332
|
+
"androidENIcon": {
|
|
10333
|
+
"$ref": "#icon"
|
|
10334
|
+
},
|
|
10335
|
+
"androidFRIcon": {
|
|
10336
|
+
"$ref": "#icon"
|
|
10337
|
+
},
|
|
10338
|
+
"iosENIcon": {
|
|
10339
|
+
"$ref": "#icon"
|
|
10340
|
+
},
|
|
10341
|
+
"iosFRIcon": {
|
|
10342
|
+
"$ref": "#icon"
|
|
10343
|
+
}
|
|
10344
|
+
},
|
|
10345
|
+
"required": [
|
|
10346
|
+
"borderColor",
|
|
10347
|
+
"borderWidth",
|
|
10348
|
+
"borderGap",
|
|
10349
|
+
"borderRadius",
|
|
10350
|
+
"padding",
|
|
10351
|
+
"androidENIcon",
|
|
10352
|
+
"androidFRIcon",
|
|
10353
|
+
"iosENIcon",
|
|
10354
|
+
"iosFRIcon"
|
|
10355
|
+
]
|
|
10356
|
+
},
|
|
10357
|
+
"rules": {
|
|
10358
|
+
"type": "array",
|
|
10359
|
+
"items": {
|
|
10360
|
+
"type": "object",
|
|
10361
|
+
"additionalProperties": false,
|
|
10362
|
+
"properties": {
|
|
10363
|
+
"if": {
|
|
10364
|
+
"type": "object",
|
|
10365
|
+
"minProperties": 1
|
|
10366
|
+
},
|
|
10367
|
+
"tokens": {
|
|
10368
|
+
"type": "object",
|
|
10369
|
+
"additionalProperties": false,
|
|
10370
|
+
"properties": {
|
|
10371
|
+
"borderColor": {
|
|
10372
|
+
"$ref": "#color"
|
|
10373
|
+
},
|
|
10374
|
+
"borderWidth": {
|
|
10375
|
+
"$ref": "#border"
|
|
10376
|
+
},
|
|
10377
|
+
"borderGap": {
|
|
10378
|
+
"$ref": "#size"
|
|
10379
|
+
},
|
|
10380
|
+
"borderRadius": {
|
|
10381
|
+
"$ref": "#radius"
|
|
10382
|
+
},
|
|
10383
|
+
"padding": {
|
|
10384
|
+
"$ref": "#size"
|
|
10385
|
+
},
|
|
10386
|
+
"androidENIcon": {
|
|
10387
|
+
"$ref": "#icon"
|
|
10388
|
+
},
|
|
10389
|
+
"androidFRIcon": {
|
|
10390
|
+
"$ref": "#icon"
|
|
10391
|
+
},
|
|
10392
|
+
"iosENIcon": {
|
|
10393
|
+
"$ref": "#icon"
|
|
10394
|
+
},
|
|
10395
|
+
"iosFRIcon": {
|
|
10396
|
+
"$ref": "#icon"
|
|
10397
|
+
}
|
|
10398
|
+
}
|
|
10399
|
+
},
|
|
10400
|
+
"description": {
|
|
10401
|
+
"type": "string"
|
|
10402
|
+
}
|
|
10403
|
+
},
|
|
10404
|
+
"required": [
|
|
10405
|
+
"if",
|
|
10406
|
+
"tokens"
|
|
10407
|
+
]
|
|
10408
|
+
}
|
|
10409
|
+
}
|
|
10410
|
+
},
|
|
10411
|
+
"required": [
|
|
10412
|
+
"tokens",
|
|
10413
|
+
"rules"
|
|
10414
|
+
]
|
|
10415
|
+
},
|
|
10416
|
+
"DatePicker": {
|
|
10417
|
+
"type": "object",
|
|
10418
|
+
"additionalProperties": false,
|
|
10419
|
+
"properties": {
|
|
10420
|
+
"appearances": {
|
|
10421
|
+
"type": "object",
|
|
10422
|
+
"additionalProperties": false,
|
|
10423
|
+
"patternProperties": {
|
|
10424
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
10425
|
+
"$ref": "#appearance"
|
|
10426
|
+
}
|
|
10427
|
+
}
|
|
10428
|
+
},
|
|
10429
|
+
"tokens": {
|
|
10430
|
+
"type": "object",
|
|
10431
|
+
"additionalProperties": false,
|
|
10432
|
+
"properties": {
|
|
10433
|
+
"calendarBackgroundColor": {
|
|
10434
|
+
"$ref": "#color"
|
|
10435
|
+
},
|
|
10436
|
+
"calendarDayBlockedCalendarHoverBackground": {
|
|
10437
|
+
"$ref": "#color"
|
|
10438
|
+
},
|
|
10439
|
+
"calendarDayBlockedCalendarHoverColor": {
|
|
10440
|
+
"$ref": "#color"
|
|
10441
|
+
},
|
|
10442
|
+
"calendarDayDefaultBackgroundColor": {
|
|
10443
|
+
"$ref": "#color"
|
|
10444
|
+
},
|
|
10445
|
+
"calendarDayDefaultBorder": {
|
|
10446
|
+
"$ref": "#border"
|
|
9970
10447
|
},
|
|
9971
10448
|
"calendarDayDefaultBorderColor": {
|
|
9972
10449
|
"$ref": "#color"
|
|
@@ -13161,15 +13638,36 @@
|
|
|
13161
13638
|
"type": "object",
|
|
13162
13639
|
"additionalProperties": false,
|
|
13163
13640
|
"properties": {
|
|
13641
|
+
"buttonDirection": {
|
|
13642
|
+
"$ref": "#direction"
|
|
13643
|
+
},
|
|
13644
|
+
"contentMarginBottom": {
|
|
13645
|
+
"$ref": "#size"
|
|
13646
|
+
},
|
|
13647
|
+
"contentMarginLeft": {
|
|
13648
|
+
"$ref": "#size"
|
|
13649
|
+
},
|
|
13650
|
+
"contentMarginRight": {
|
|
13651
|
+
"$ref": "#size"
|
|
13652
|
+
},
|
|
13653
|
+
"contentMarginTop": {
|
|
13654
|
+
"$ref": "#size"
|
|
13655
|
+
},
|
|
13656
|
+
"contentPaddingLeft": {
|
|
13657
|
+
"$ref": "#size"
|
|
13658
|
+
},
|
|
13659
|
+
"contentPaddingRight": {
|
|
13660
|
+
"$ref": "#size"
|
|
13661
|
+
},
|
|
13164
13662
|
"headerFontColor": {
|
|
13165
13663
|
"$ref": "#color"
|
|
13166
13664
|
},
|
|
13167
|
-
"headerFontSize": {
|
|
13168
|
-
"$ref": "#fontSize"
|
|
13169
|
-
},
|
|
13170
13665
|
"headerFontName": {
|
|
13171
13666
|
"$ref": "#fontName"
|
|
13172
13667
|
},
|
|
13668
|
+
"headerFontSize": {
|
|
13669
|
+
"$ref": "#fontSize"
|
|
13670
|
+
},
|
|
13173
13671
|
"headerFontWeight": {
|
|
13174
13672
|
"$ref": "#fontWeight"
|
|
13175
13673
|
},
|
|
@@ -13182,43 +13680,46 @@
|
|
|
13182
13680
|
"maxWidthSize": {
|
|
13183
13681
|
"$ref": "#size"
|
|
13184
13682
|
},
|
|
13185
|
-
"minWidth": {
|
|
13186
|
-
"$ref": "#size"
|
|
13187
|
-
},
|
|
13188
13683
|
"minHeight": {
|
|
13189
13684
|
"$ref": "#size"
|
|
13190
13685
|
},
|
|
13191
|
-
"
|
|
13192
|
-
"$ref": "#
|
|
13686
|
+
"minWidth": {
|
|
13687
|
+
"$ref": "#size"
|
|
13193
13688
|
},
|
|
13194
13689
|
"subHeaderFontName": {
|
|
13195
13690
|
"$ref": "#fontName"
|
|
13196
13691
|
},
|
|
13197
|
-
"subHeaderFontWeight": {
|
|
13198
|
-
"$ref": "#fontWeight"
|
|
13199
|
-
},
|
|
13200
13692
|
"subHeaderFontSize": {
|
|
13201
13693
|
"$ref": "#fontSize"
|
|
13202
13694
|
},
|
|
13203
|
-
"
|
|
13204
|
-
"$ref": "#
|
|
13695
|
+
"subHeaderFontWeight": {
|
|
13696
|
+
"$ref": "#fontWeight"
|
|
13697
|
+
},
|
|
13698
|
+
"subHeaderLineHeight": {
|
|
13699
|
+
"$ref": "#lineHeight"
|
|
13205
13700
|
}
|
|
13206
13701
|
},
|
|
13207
13702
|
"required": [
|
|
13703
|
+
"buttonDirection",
|
|
13704
|
+
"contentMarginBottom",
|
|
13705
|
+
"contentMarginLeft",
|
|
13706
|
+
"contentMarginRight",
|
|
13707
|
+
"contentMarginTop",
|
|
13708
|
+
"contentPaddingLeft",
|
|
13709
|
+
"contentPaddingRight",
|
|
13208
13710
|
"headerFontColor",
|
|
13209
|
-
"headerFontSize",
|
|
13210
13711
|
"headerFontName",
|
|
13712
|
+
"headerFontSize",
|
|
13211
13713
|
"headerFontWeight",
|
|
13212
13714
|
"headerLineHeight",
|
|
13213
13715
|
"maxHeightSize",
|
|
13214
13716
|
"maxWidthSize",
|
|
13215
|
-
"minWidth",
|
|
13216
13717
|
"minHeight",
|
|
13217
|
-
"
|
|
13718
|
+
"minWidth",
|
|
13218
13719
|
"subHeaderFontName",
|
|
13219
|
-
"subHeaderFontWeight",
|
|
13220
13720
|
"subHeaderFontSize",
|
|
13221
|
-
"
|
|
13721
|
+
"subHeaderFontWeight",
|
|
13722
|
+
"subHeaderLineHeight"
|
|
13222
13723
|
]
|
|
13223
13724
|
},
|
|
13224
13725
|
"rules": {
|
|
@@ -13235,15 +13736,36 @@
|
|
|
13235
13736
|
"type": "object",
|
|
13236
13737
|
"additionalProperties": false,
|
|
13237
13738
|
"properties": {
|
|
13739
|
+
"buttonDirection": {
|
|
13740
|
+
"$ref": "#direction"
|
|
13741
|
+
},
|
|
13742
|
+
"contentMarginBottom": {
|
|
13743
|
+
"$ref": "#size"
|
|
13744
|
+
},
|
|
13745
|
+
"contentMarginLeft": {
|
|
13746
|
+
"$ref": "#size"
|
|
13747
|
+
},
|
|
13748
|
+
"contentMarginRight": {
|
|
13749
|
+
"$ref": "#size"
|
|
13750
|
+
},
|
|
13751
|
+
"contentMarginTop": {
|
|
13752
|
+
"$ref": "#size"
|
|
13753
|
+
},
|
|
13754
|
+
"contentPaddingLeft": {
|
|
13755
|
+
"$ref": "#size"
|
|
13756
|
+
},
|
|
13757
|
+
"contentPaddingRight": {
|
|
13758
|
+
"$ref": "#size"
|
|
13759
|
+
},
|
|
13238
13760
|
"headerFontColor": {
|
|
13239
13761
|
"$ref": "#color"
|
|
13240
13762
|
},
|
|
13241
|
-
"headerFontSize": {
|
|
13242
|
-
"$ref": "#fontSize"
|
|
13243
|
-
},
|
|
13244
13763
|
"headerFontName": {
|
|
13245
13764
|
"$ref": "#fontName"
|
|
13246
13765
|
},
|
|
13766
|
+
"headerFontSize": {
|
|
13767
|
+
"$ref": "#fontSize"
|
|
13768
|
+
},
|
|
13247
13769
|
"headerFontWeight": {
|
|
13248
13770
|
"$ref": "#fontWeight"
|
|
13249
13771
|
},
|
|
@@ -13256,26 +13778,23 @@
|
|
|
13256
13778
|
"maxWidthSize": {
|
|
13257
13779
|
"$ref": "#size"
|
|
13258
13780
|
},
|
|
13259
|
-
"minWidth": {
|
|
13260
|
-
"$ref": "#size"
|
|
13261
|
-
},
|
|
13262
13781
|
"minHeight": {
|
|
13263
13782
|
"$ref": "#size"
|
|
13264
13783
|
},
|
|
13265
|
-
"
|
|
13266
|
-
"$ref": "#
|
|
13784
|
+
"minWidth": {
|
|
13785
|
+
"$ref": "#size"
|
|
13267
13786
|
},
|
|
13268
13787
|
"subHeaderFontName": {
|
|
13269
13788
|
"$ref": "#fontName"
|
|
13270
13789
|
},
|
|
13271
|
-
"subHeaderFontWeight": {
|
|
13272
|
-
"$ref": "#fontWeight"
|
|
13273
|
-
},
|
|
13274
13790
|
"subHeaderFontSize": {
|
|
13275
13791
|
"$ref": "#fontSize"
|
|
13276
13792
|
},
|
|
13277
|
-
"
|
|
13278
|
-
"$ref": "#
|
|
13793
|
+
"subHeaderFontWeight": {
|
|
13794
|
+
"$ref": "#fontWeight"
|
|
13795
|
+
},
|
|
13796
|
+
"subHeaderLineHeight": {
|
|
13797
|
+
"$ref": "#lineHeight"
|
|
13279
13798
|
}
|
|
13280
13799
|
}
|
|
13281
13800
|
},
|
|
@@ -18676,6 +19195,245 @@
|
|
|
18676
19195
|
"rules"
|
|
18677
19196
|
]
|
|
18678
19197
|
},
|
|
19198
|
+
"TabBar": {
|
|
19199
|
+
"type": "object",
|
|
19200
|
+
"additionalProperties": false,
|
|
19201
|
+
"properties": {
|
|
19202
|
+
"appearances": {
|
|
19203
|
+
"type": "object",
|
|
19204
|
+
"additionalProperties": false,
|
|
19205
|
+
"patternProperties": {
|
|
19206
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
19207
|
+
"$ref": "#appearance"
|
|
19208
|
+
}
|
|
19209
|
+
}
|
|
19210
|
+
},
|
|
19211
|
+
"tokens": {
|
|
19212
|
+
"type": "object",
|
|
19213
|
+
"additionalProperties": false,
|
|
19214
|
+
"properties": {
|
|
19215
|
+
"paddingTop": {
|
|
19216
|
+
"$ref": "#size"
|
|
19217
|
+
},
|
|
19218
|
+
"paddingBottom": {
|
|
19219
|
+
"$ref": "#size"
|
|
19220
|
+
},
|
|
19221
|
+
"borderTopWidth": {
|
|
19222
|
+
"$ref": "#border"
|
|
19223
|
+
},
|
|
19224
|
+
"borderTopColor": {
|
|
19225
|
+
"$ref": "#color"
|
|
19226
|
+
},
|
|
19227
|
+
"gap": {
|
|
19228
|
+
"$ref": "#size"
|
|
19229
|
+
},
|
|
19230
|
+
"backgroundColor": {
|
|
19231
|
+
"$ref": "#color"
|
|
19232
|
+
},
|
|
19233
|
+
"paddingLeft": {
|
|
19234
|
+
"$ref": "#size"
|
|
19235
|
+
},
|
|
19236
|
+
"paddingRight": {
|
|
19237
|
+
"$ref": "#size"
|
|
19238
|
+
}
|
|
19239
|
+
},
|
|
19240
|
+
"required": [
|
|
19241
|
+
"paddingTop",
|
|
19242
|
+
"paddingBottom",
|
|
19243
|
+
"borderTopWidth",
|
|
19244
|
+
"borderTopColor",
|
|
19245
|
+
"gap",
|
|
19246
|
+
"backgroundColor",
|
|
19247
|
+
"paddingLeft",
|
|
19248
|
+
"paddingRight"
|
|
19249
|
+
]
|
|
19250
|
+
},
|
|
19251
|
+
"rules": {
|
|
19252
|
+
"type": "array",
|
|
19253
|
+
"items": {
|
|
19254
|
+
"type": "object",
|
|
19255
|
+
"additionalProperties": false,
|
|
19256
|
+
"properties": {
|
|
19257
|
+
"if": {
|
|
19258
|
+
"type": "object",
|
|
19259
|
+
"minProperties": 1
|
|
19260
|
+
},
|
|
19261
|
+
"tokens": {
|
|
19262
|
+
"type": "object",
|
|
19263
|
+
"additionalProperties": false,
|
|
19264
|
+
"properties": {
|
|
19265
|
+
"paddingTop": {
|
|
19266
|
+
"$ref": "#size"
|
|
19267
|
+
},
|
|
19268
|
+
"paddingBottom": {
|
|
19269
|
+
"$ref": "#size"
|
|
19270
|
+
},
|
|
19271
|
+
"borderTopWidth": {
|
|
19272
|
+
"$ref": "#border"
|
|
19273
|
+
},
|
|
19274
|
+
"borderTopColor": {
|
|
19275
|
+
"$ref": "#color"
|
|
19276
|
+
},
|
|
19277
|
+
"gap": {
|
|
19278
|
+
"$ref": "#size"
|
|
19279
|
+
},
|
|
19280
|
+
"backgroundColor": {
|
|
19281
|
+
"$ref": "#color"
|
|
19282
|
+
},
|
|
19283
|
+
"paddingLeft": {
|
|
19284
|
+
"$ref": "#size"
|
|
19285
|
+
},
|
|
19286
|
+
"paddingRight": {
|
|
19287
|
+
"$ref": "#size"
|
|
19288
|
+
}
|
|
19289
|
+
}
|
|
19290
|
+
},
|
|
19291
|
+
"description": {
|
|
19292
|
+
"type": "string"
|
|
19293
|
+
}
|
|
19294
|
+
},
|
|
19295
|
+
"required": [
|
|
19296
|
+
"if",
|
|
19297
|
+
"tokens"
|
|
19298
|
+
]
|
|
19299
|
+
}
|
|
19300
|
+
}
|
|
19301
|
+
},
|
|
19302
|
+
"required": [
|
|
19303
|
+
"tokens",
|
|
19304
|
+
"rules"
|
|
19305
|
+
]
|
|
19306
|
+
},
|
|
19307
|
+
"TabBarItem": {
|
|
19308
|
+
"type": "object",
|
|
19309
|
+
"additionalProperties": false,
|
|
19310
|
+
"properties": {
|
|
19311
|
+
"appearances": {
|
|
19312
|
+
"type": "object",
|
|
19313
|
+
"additionalProperties": false,
|
|
19314
|
+
"patternProperties": {
|
|
19315
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
19316
|
+
"$ref": "#appearance"
|
|
19317
|
+
}
|
|
19318
|
+
}
|
|
19319
|
+
},
|
|
19320
|
+
"tokens": {
|
|
19321
|
+
"type": "object",
|
|
19322
|
+
"additionalProperties": false,
|
|
19323
|
+
"properties": {
|
|
19324
|
+
"borderRadius": {
|
|
19325
|
+
"$ref": "#radius"
|
|
19326
|
+
},
|
|
19327
|
+
"backgroundColor": {
|
|
19328
|
+
"$ref": "#color"
|
|
19329
|
+
},
|
|
19330
|
+
"paddingTop": {
|
|
19331
|
+
"$ref": "#size"
|
|
19332
|
+
},
|
|
19333
|
+
"paddingBottom": {
|
|
19334
|
+
"$ref": "#size"
|
|
19335
|
+
},
|
|
19336
|
+
"fontName": {
|
|
19337
|
+
"$ref": "#fontName"
|
|
19338
|
+
},
|
|
19339
|
+
"fontWeight": {
|
|
19340
|
+
"$ref": "#fontWeight"
|
|
19341
|
+
},
|
|
19342
|
+
"color": {
|
|
19343
|
+
"$ref": "#color"
|
|
19344
|
+
},
|
|
19345
|
+
"lineHeight": {
|
|
19346
|
+
"$ref": "#lineHeight"
|
|
19347
|
+
},
|
|
19348
|
+
"iconSize": {
|
|
19349
|
+
"$ref": "#size"
|
|
19350
|
+
},
|
|
19351
|
+
"iconColor": {
|
|
19352
|
+
"$ref": "#color"
|
|
19353
|
+
},
|
|
19354
|
+
"activeColor": {
|
|
19355
|
+
"$ref": "#color"
|
|
19356
|
+
}
|
|
19357
|
+
},
|
|
19358
|
+
"required": [
|
|
19359
|
+
"borderRadius",
|
|
19360
|
+
"backgroundColor",
|
|
19361
|
+
"paddingTop",
|
|
19362
|
+
"paddingBottom",
|
|
19363
|
+
"fontName",
|
|
19364
|
+
"fontWeight",
|
|
19365
|
+
"color",
|
|
19366
|
+
"lineHeight",
|
|
19367
|
+
"iconSize",
|
|
19368
|
+
"iconColor",
|
|
19369
|
+
"activeColor"
|
|
19370
|
+
]
|
|
19371
|
+
},
|
|
19372
|
+
"rules": {
|
|
19373
|
+
"type": "array",
|
|
19374
|
+
"items": {
|
|
19375
|
+
"type": "object",
|
|
19376
|
+
"additionalProperties": false,
|
|
19377
|
+
"properties": {
|
|
19378
|
+
"if": {
|
|
19379
|
+
"type": "object",
|
|
19380
|
+
"minProperties": 1
|
|
19381
|
+
},
|
|
19382
|
+
"tokens": {
|
|
19383
|
+
"type": "object",
|
|
19384
|
+
"additionalProperties": false,
|
|
19385
|
+
"properties": {
|
|
19386
|
+
"borderRadius": {
|
|
19387
|
+
"$ref": "#radius"
|
|
19388
|
+
},
|
|
19389
|
+
"backgroundColor": {
|
|
19390
|
+
"$ref": "#color"
|
|
19391
|
+
},
|
|
19392
|
+
"paddingTop": {
|
|
19393
|
+
"$ref": "#size"
|
|
19394
|
+
},
|
|
19395
|
+
"paddingBottom": {
|
|
19396
|
+
"$ref": "#size"
|
|
19397
|
+
},
|
|
19398
|
+
"fontName": {
|
|
19399
|
+
"$ref": "#fontName"
|
|
19400
|
+
},
|
|
19401
|
+
"fontWeight": {
|
|
19402
|
+
"$ref": "#fontWeight"
|
|
19403
|
+
},
|
|
19404
|
+
"color": {
|
|
19405
|
+
"$ref": "#color"
|
|
19406
|
+
},
|
|
19407
|
+
"lineHeight": {
|
|
19408
|
+
"$ref": "#lineHeight"
|
|
19409
|
+
},
|
|
19410
|
+
"iconSize": {
|
|
19411
|
+
"$ref": "#size"
|
|
19412
|
+
},
|
|
19413
|
+
"iconColor": {
|
|
19414
|
+
"$ref": "#color"
|
|
19415
|
+
},
|
|
19416
|
+
"activeColor": {
|
|
19417
|
+
"$ref": "#color"
|
|
19418
|
+
}
|
|
19419
|
+
}
|
|
19420
|
+
},
|
|
19421
|
+
"description": {
|
|
19422
|
+
"type": "string"
|
|
19423
|
+
}
|
|
19424
|
+
},
|
|
19425
|
+
"required": [
|
|
19426
|
+
"if",
|
|
19427
|
+
"tokens"
|
|
19428
|
+
]
|
|
19429
|
+
}
|
|
19430
|
+
}
|
|
19431
|
+
},
|
|
19432
|
+
"required": [
|
|
19433
|
+
"tokens",
|
|
19434
|
+
"rules"
|
|
19435
|
+
]
|
|
19436
|
+
},
|
|
18679
19437
|
"Tags": {
|
|
18680
19438
|
"type": "object",
|
|
18681
19439
|
"additionalProperties": false,
|
|
@@ -21647,6 +22405,7 @@
|
|
|
21647
22405
|
"VideoPickerSlider",
|
|
21648
22406
|
"VideoPicker",
|
|
21649
22407
|
"Disclaimer",
|
|
22408
|
+
"FileUpload",
|
|
21650
22409
|
"Table",
|
|
21651
22410
|
"Image",
|
|
21652
22411
|
"Spinner",
|
|
@@ -21687,6 +22446,7 @@
|
|
|
21687
22446
|
"CheckboxGroup",
|
|
21688
22447
|
"ColourToggle",
|
|
21689
22448
|
"Divider",
|
|
22449
|
+
"DownloadApp",
|
|
21690
22450
|
"DatePicker",
|
|
21691
22451
|
"ExpandCollapse",
|
|
21692
22452
|
"ExpandCollapseMini",
|
|
@@ -21737,6 +22497,8 @@
|
|
|
21737
22497
|
"StoryCard",
|
|
21738
22498
|
"Tabs",
|
|
21739
22499
|
"TabsItem",
|
|
22500
|
+
"TabBar",
|
|
22501
|
+
"TabBarItem",
|
|
21740
22502
|
"Tags",
|
|
21741
22503
|
"TagsItem",
|
|
21742
22504
|
"Testimonial",
|