@telus-uds/theme-koodo 7.19.0 → 7.21.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/Button.json +4 -4
- package/build/android/Card.json +4 -0
- package/build/android/CheckboxCard.json +4 -0
- package/build/android/IconButton.json +320 -73
- package/build/android/Listbox.json +62 -0
- package/build/android/RadioCard.json +4 -0
- package/build/android/Shortcuts.json +44 -0
- package/build/android/ShortcutsItem.json +77 -0
- package/build/android/schema.json +1437 -797
- package/build/android/theme.json +520 -78
- package/build/ios/Button.json +4 -4
- package/build/ios/Card.json +4 -0
- package/build/ios/CheckboxCard.json +4 -0
- package/build/ios/IconButton.json +320 -73
- package/build/ios/Listbox.json +62 -0
- package/build/ios/RadioCard.json +4 -0
- package/build/ios/Shortcuts.json +44 -0
- package/build/ios/ShortcutsItem.json +77 -0
- package/build/ios/schema.json +1437 -797
- package/build/ios/theme.json +520 -78
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Autocomplete.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +2 -2
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +5 -1
- package/build/rn/CardGroup.js +1 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +5 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +1 -1
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +219 -56
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +1 -1
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +39 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +5 -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/Shortcuts.js +33 -0
- package/build/rn/ShortcutsItem.js +68 -0
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +1 -1
- package/build/rn/TabBarItem.js +1 -1
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +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 +1437 -797
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +350 -65
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Autocomplete.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +2 -2
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +5 -1
- package/build/web/CardGroup.js +1 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +5 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +1 -1
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +219 -56
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +1 -1
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +39 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +5 -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/Shortcuts.js +33 -0
- package/build/web/ShortcutsItem.js +68 -0
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +1 -1
- package/build/web/TabBarItem.js +1 -1
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +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 +3 -1
- package/build/web/schema.json +1437 -797
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +350 -65
- package/package.json +4 -4
- package/theme.json +371 -68
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"{appearances.IconButton.focus}",
|
|
83
83
|
"{appearances.IconButton.hover}",
|
|
84
84
|
"{appearances.IconButton.pressed}",
|
|
85
|
+
"{appearances.IconButton.selected}",
|
|
85
86
|
"{appearances.Link.focus}",
|
|
86
87
|
"{appearances.Link.hover}",
|
|
87
88
|
"{appearances.Link.pressed}",
|
|
@@ -149,6 +150,9 @@
|
|
|
149
150
|
"{appearances.Select.focus}",
|
|
150
151
|
"{appearances.Select.inactive}",
|
|
151
152
|
"{appearances.Select.active}",
|
|
153
|
+
"{appearances.ShortcutsItem.focus}",
|
|
154
|
+
"{appearances.ShortcutsItem.hover}",
|
|
155
|
+
"{appearances.ShortcutsItem.pressed}",
|
|
152
156
|
"{appearances.SideNavItem.active}",
|
|
153
157
|
"{appearances.SideNavItem.type}",
|
|
154
158
|
"{appearances.SideNavItem.expanded}",
|
|
@@ -249,38 +253,38 @@
|
|
|
249
253
|
"anyOf": [
|
|
250
254
|
{
|
|
251
255
|
"const": "{palette.border.border1}",
|
|
252
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
253
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
256
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
257
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
254
258
|
},
|
|
255
259
|
{
|
|
256
260
|
"const": "{palette.border.border2}",
|
|
257
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
258
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
261
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
262
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
259
263
|
},
|
|
260
264
|
{
|
|
261
265
|
"const": "{palette.border.border3}",
|
|
262
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
263
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
266
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
267
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
264
268
|
},
|
|
265
269
|
{
|
|
266
270
|
"const": "{palette.border.border4}",
|
|
267
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
268
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
271
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
272
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
269
273
|
},
|
|
270
274
|
{
|
|
271
275
|
"const": "{palette.border.none}",
|
|
272
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
273
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
276
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
277
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
274
278
|
},
|
|
275
279
|
{
|
|
276
280
|
"const": "{system.border.zero}",
|
|
277
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
278
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
281
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
282
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
279
283
|
},
|
|
280
284
|
{
|
|
281
285
|
"const": "{system.border.none}",
|
|
282
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
283
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
286
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
287
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
284
288
|
}
|
|
285
289
|
],
|
|
286
290
|
"$id": "#border"
|
|
@@ -289,268 +293,273 @@
|
|
|
289
293
|
"anyOf": [
|
|
290
294
|
{
|
|
291
295
|
"const": "{palette.color.amaranth}",
|
|
292
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
293
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
296
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
297
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
294
298
|
},
|
|
295
299
|
{
|
|
296
300
|
"const": "{palette.color.bilbao}",
|
|
297
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
298
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
301
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
302
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
299
303
|
},
|
|
300
304
|
{
|
|
301
305
|
"const": "{palette.color.black}",
|
|
302
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
303
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
306
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlack",
|
|
307
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlack"
|
|
304
308
|
},
|
|
305
309
|
{
|
|
306
310
|
"const": "{palette.color.blackLight}",
|
|
307
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
308
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
311
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlack Light",
|
|
312
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlack Light"
|
|
309
313
|
},
|
|
310
314
|
{
|
|
311
315
|
"const": "{palette.color.blue}",
|
|
312
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
313
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
316
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlue",
|
|
317
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlue"
|
|
314
318
|
},
|
|
315
319
|
{
|
|
316
320
|
"const": "{palette.color.blueDark}",
|
|
317
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
318
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
321
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlue Dark",
|
|
322
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlue Dark"
|
|
319
323
|
},
|
|
320
324
|
{
|
|
321
325
|
"const": "{palette.color.blueLight}",
|
|
322
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
323
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
326
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlue Light",
|
|
327
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlue Light"
|
|
324
328
|
},
|
|
325
329
|
{
|
|
326
330
|
"const": "{palette.color.caution}",
|
|
327
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
328
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
331
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nCaution",
|
|
332
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nCaution"
|
|
329
333
|
},
|
|
330
334
|
{
|
|
331
335
|
"const": "{palette.color.cautionLight}",
|
|
332
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
333
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
336
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nCaution Light",
|
|
337
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nCaution Light"
|
|
334
338
|
},
|
|
335
339
|
{
|
|
336
340
|
"const": "{palette.color.danger}",
|
|
337
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
338
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
341
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDanger",
|
|
342
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDanger"
|
|
339
343
|
},
|
|
340
344
|
{
|
|
341
345
|
"const": "{palette.color.dangerLight}",
|
|
342
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
343
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
346
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDanger Light",
|
|
347
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDanger Light"
|
|
344
348
|
},
|
|
345
349
|
{
|
|
346
350
|
"const": "{palette.color.dangerMid}",
|
|
347
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
348
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
351
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDanger Mid",
|
|
352
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDanger Mid"
|
|
349
353
|
},
|
|
350
354
|
{
|
|
351
355
|
"const": "{palette.color.dark10}",
|
|
352
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
353
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
356
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 10%",
|
|
357
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
354
358
|
},
|
|
355
359
|
{
|
|
356
360
|
"const": "{palette.color.dark20}",
|
|
357
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
358
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
361
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 20%",
|
|
362
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
359
363
|
},
|
|
360
364
|
{
|
|
361
365
|
"const": "{palette.color.dark40}",
|
|
362
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
363
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
366
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 40%",
|
|
367
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
364
368
|
},
|
|
365
369
|
{
|
|
366
370
|
"const": "{palette.color.dark5}",
|
|
367
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
368
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
371
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 5%",
|
|
372
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
369
373
|
},
|
|
370
374
|
{
|
|
371
375
|
"const": "{palette.color.dark60}",
|
|
372
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
373
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
376
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 60%",
|
|
377
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
374
378
|
},
|
|
375
379
|
{
|
|
376
380
|
"const": "{palette.color.dark80}",
|
|
377
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
378
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
381
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 80%",
|
|
382
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
379
383
|
},
|
|
380
384
|
{
|
|
381
385
|
"const": "{palette.color.dark97}",
|
|
382
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
383
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
386
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDark 97%",
|
|
387
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
384
388
|
},
|
|
385
389
|
{
|
|
386
390
|
"const": "{palette.color.dove}",
|
|
387
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
388
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
391
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDove",
|
|
392
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDove"
|
|
389
393
|
},
|
|
390
394
|
{
|
|
391
395
|
"const": "{palette.color.flirt}",
|
|
392
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
393
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
396
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
397
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
394
398
|
},
|
|
395
399
|
{
|
|
396
400
|
"const": "{palette.color.gallery}",
|
|
397
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
398
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
401
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nGallery",
|
|
402
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nGallery"
|
|
399
403
|
},
|
|
400
404
|
{
|
|
401
405
|
"const": "{palette.color.green}",
|
|
402
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
403
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
406
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nGreen",
|
|
407
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nGreen"
|
|
404
408
|
},
|
|
405
409
|
{
|
|
406
410
|
"const": "{palette.color.greenDark}",
|
|
407
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
408
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
411
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nGreen Dark",
|
|
412
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nGreen Dark"
|
|
409
413
|
},
|
|
410
414
|
{
|
|
411
415
|
"const": "{palette.color.greenLight}",
|
|
412
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
413
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
416
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nGreen Light",
|
|
417
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nGreen Light"
|
|
414
418
|
},
|
|
415
419
|
{
|
|
416
420
|
"const": "{palette.color.greyLight}",
|
|
417
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
418
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
421
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
422
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
419
423
|
},
|
|
420
424
|
{
|
|
421
425
|
"const": "{palette.color.greyMystic}",
|
|
422
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
423
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
426
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nMystic Grey",
|
|
427
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
424
428
|
},
|
|
425
429
|
{
|
|
426
430
|
"const": "{palette.color.light10}",
|
|
427
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
428
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
431
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 10%",
|
|
432
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
429
433
|
},
|
|
430
434
|
{
|
|
431
435
|
"const": "{palette.color.light20}",
|
|
432
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
433
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
436
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 20%",
|
|
437
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
434
438
|
},
|
|
435
439
|
{
|
|
436
440
|
"const": "{palette.color.light40}",
|
|
437
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
438
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
441
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 40%",
|
|
442
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
439
443
|
},
|
|
440
444
|
{
|
|
441
445
|
"const": "{palette.color.light60}",
|
|
442
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
443
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
446
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 60%",
|
|
447
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
444
448
|
},
|
|
445
449
|
{
|
|
446
450
|
"const": "{palette.color.light80}",
|
|
447
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
448
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
451
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 80%",
|
|
452
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
449
453
|
},
|
|
450
454
|
{
|
|
451
455
|
"const": "{palette.color.light97}",
|
|
452
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
453
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
456
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nLight 97%",
|
|
457
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
454
458
|
},
|
|
455
459
|
{
|
|
456
460
|
"const": "{palette.color.mortar}",
|
|
457
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
458
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
461
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nMortar",
|
|
462
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nMortar"
|
|
459
463
|
},
|
|
460
464
|
{
|
|
461
465
|
"const": "{palette.color.mosque}",
|
|
462
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
463
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
466
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
467
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
464
468
|
},
|
|
465
469
|
{
|
|
466
470
|
"const": "{palette.color.orange}",
|
|
467
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
468
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
471
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nOrange",
|
|
472
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nOrange"
|
|
469
473
|
},
|
|
470
474
|
{
|
|
471
475
|
"const": "{palette.color.orangeDark}",
|
|
472
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
473
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
476
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nOrange Dark",
|
|
477
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nOrange Dark"
|
|
474
478
|
},
|
|
475
479
|
{
|
|
476
480
|
"const": "{palette.color.orangeLight}",
|
|
477
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
478
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
481
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nOrange Light",
|
|
482
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nOrange Light"
|
|
479
483
|
},
|
|
480
484
|
{
|
|
481
485
|
"const": "{palette.color.pink}",
|
|
482
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
483
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
486
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPink",
|
|
487
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPink"
|
|
484
488
|
},
|
|
485
489
|
{
|
|
486
490
|
"const": "{palette.color.pinkDark}",
|
|
487
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
488
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
491
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPink Dark",
|
|
492
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPink Dark"
|
|
489
493
|
},
|
|
490
494
|
{
|
|
491
495
|
"const": "{palette.color.pinkLight}",
|
|
492
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
493
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
496
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPink Light",
|
|
497
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPink Light"
|
|
494
498
|
},
|
|
495
499
|
{
|
|
496
500
|
"const": "{palette.color.purple}",
|
|
497
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
498
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
501
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPurple",
|
|
502
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPurple"
|
|
499
503
|
},
|
|
500
504
|
{
|
|
501
505
|
"const": "{palette.color.purpleDark}",
|
|
502
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
503
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
506
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPurple Dark",
|
|
507
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPurple Dark"
|
|
504
508
|
},
|
|
505
509
|
{
|
|
506
510
|
"const": "{palette.color.purpleLight}",
|
|
507
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
508
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
511
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nPurple Light",
|
|
512
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
509
513
|
},
|
|
510
514
|
{
|
|
511
515
|
"const": "{palette.color.silver}",
|
|
512
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
513
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
516
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nSilver",
|
|
517
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nSilver"
|
|
514
518
|
},
|
|
515
519
|
{
|
|
516
520
|
"const": "{palette.color.silverDark}",
|
|
517
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
518
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
521
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
522
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"const": "{palette.color.subtle}",
|
|
526
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nSubtle",
|
|
527
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nSubtle"
|
|
519
528
|
},
|
|
520
529
|
{
|
|
521
530
|
"const": "{palette.color.success}",
|
|
522
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
523
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
531
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nSuccess",
|
|
532
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nSuccess"
|
|
524
533
|
},
|
|
525
534
|
{
|
|
526
535
|
"const": "{palette.color.successLight}",
|
|
527
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
528
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
536
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nSuccess Light",
|
|
537
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nSuccess Light"
|
|
529
538
|
},
|
|
530
539
|
{
|
|
531
540
|
"const": "{palette.color.transparent}",
|
|
532
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
533
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
541
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
542
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
534
543
|
},
|
|
535
544
|
{
|
|
536
545
|
"const": "{palette.color.trinidad}",
|
|
537
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
538
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
546
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
547
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
539
548
|
},
|
|
540
549
|
{
|
|
541
550
|
"const": "{palette.color.white}",
|
|
542
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
543
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
551
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
552
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
544
553
|
},
|
|
545
554
|
{
|
|
546
555
|
"const": "{system.color.transparent}",
|
|
547
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
548
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
556
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
557
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
549
558
|
},
|
|
550
559
|
{
|
|
551
560
|
"const": "{system.color.none}",
|
|
552
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
553
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
561
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
562
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
554
563
|
}
|
|
555
564
|
],
|
|
556
565
|
"$id": "#color"
|
|
@@ -559,18 +568,18 @@
|
|
|
559
568
|
"anyOf": [
|
|
560
569
|
{
|
|
561
570
|
"const": "{palette.duration.duration250}",
|
|
562
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
563
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
571
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
572
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
564
573
|
},
|
|
565
574
|
{
|
|
566
575
|
"const": "{palette.duration.duration300}",
|
|
567
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
568
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
576
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
577
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
569
578
|
},
|
|
570
579
|
{
|
|
571
580
|
"const": "{system.duration.zero}",
|
|
572
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
573
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
581
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
582
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
574
583
|
}
|
|
575
584
|
],
|
|
576
585
|
"$id": "#duration"
|
|
@@ -579,113 +588,113 @@
|
|
|
579
588
|
"anyOf": [
|
|
580
589
|
{
|
|
581
590
|
"const": "{palette.fontSize.size12}",
|
|
582
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
583
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
591
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
592
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
584
593
|
},
|
|
585
594
|
{
|
|
586
595
|
"const": "{palette.fontSize.size14}",
|
|
587
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
588
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
596
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
597
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
589
598
|
},
|
|
590
599
|
{
|
|
591
600
|
"const": "{palette.fontSize.size15}",
|
|
592
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
593
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
601
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
602
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
594
603
|
},
|
|
595
604
|
{
|
|
596
605
|
"const": "{palette.fontSize.size16}",
|
|
597
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
598
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
606
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
607
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
599
608
|
},
|
|
600
609
|
{
|
|
601
610
|
"const": "{palette.fontSize.size18}",
|
|
602
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
603
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
611
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
612
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
604
613
|
},
|
|
605
614
|
{
|
|
606
615
|
"const": "{palette.fontSize.size2}",
|
|
607
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
608
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
616
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
617
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
609
618
|
},
|
|
610
619
|
{
|
|
611
620
|
"const": "{palette.fontSize.size20}",
|
|
612
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
613
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
621
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
622
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
614
623
|
},
|
|
615
624
|
{
|
|
616
625
|
"const": "{palette.fontSize.size24}",
|
|
617
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
618
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
626
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
627
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
619
628
|
},
|
|
620
629
|
{
|
|
621
630
|
"const": "{palette.fontSize.size28}",
|
|
622
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
623
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
631
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
632
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
624
633
|
},
|
|
625
634
|
{
|
|
626
635
|
"const": "{palette.fontSize.size30}",
|
|
627
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
628
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
636
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
637
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
629
638
|
},
|
|
630
639
|
{
|
|
631
640
|
"const": "{palette.fontSize.size32}",
|
|
632
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
633
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
641
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
642
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
634
643
|
},
|
|
635
644
|
{
|
|
636
645
|
"const": "{palette.fontSize.size34}",
|
|
637
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
638
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
646
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
647
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
639
648
|
},
|
|
640
649
|
{
|
|
641
650
|
"const": "{palette.fontSize.size36}",
|
|
642
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
643
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
651
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
652
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
644
653
|
},
|
|
645
654
|
{
|
|
646
655
|
"const": "{palette.fontSize.size40}",
|
|
647
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
648
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
656
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
657
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
649
658
|
},
|
|
650
659
|
{
|
|
651
660
|
"const": "{palette.fontSize.size44}",
|
|
652
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
653
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
661
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
662
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
654
663
|
},
|
|
655
664
|
{
|
|
656
665
|
"const": "{palette.fontSize.size48}",
|
|
657
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
658
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
666
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
667
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
659
668
|
},
|
|
660
669
|
{
|
|
661
670
|
"const": "{palette.fontSize.size54}",
|
|
662
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
663
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
671
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
672
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
664
673
|
},
|
|
665
674
|
{
|
|
666
675
|
"const": "{palette.fontSize.size56}",
|
|
667
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
668
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
676
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
677
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
669
678
|
},
|
|
670
679
|
{
|
|
671
680
|
"const": "{palette.fontSize.size64}",
|
|
672
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
673
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
681
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
682
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
674
683
|
},
|
|
675
684
|
{
|
|
676
685
|
"const": "{palette.fontSize.size70}",
|
|
677
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
678
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
686
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
687
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
679
688
|
},
|
|
680
689
|
{
|
|
681
690
|
"const": "{palette.fontSize.size72}",
|
|
682
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
683
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
691
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
692
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
684
693
|
},
|
|
685
694
|
{
|
|
686
695
|
"const": "{system.fontSize.none}",
|
|
687
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
688
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
696
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
697
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
689
698
|
}
|
|
690
699
|
],
|
|
691
700
|
"$id": "#fontSize"
|
|
@@ -694,13 +703,13 @@
|
|
|
694
703
|
"anyOf": [
|
|
695
704
|
{
|
|
696
705
|
"const": "{palette.gradient.blackSolid}",
|
|
697
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
698
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
706
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nBlack solid Gradient",
|
|
707
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nBlack solid Gradient"
|
|
699
708
|
},
|
|
700
709
|
{
|
|
701
710
|
"const": "{system.gradient.none}",
|
|
702
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
703
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
711
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
712
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
704
713
|
}
|
|
705
714
|
],
|
|
706
715
|
"$id": "#gradient"
|
|
@@ -709,668 +718,743 @@
|
|
|
709
718
|
"anyOf": [
|
|
710
719
|
{
|
|
711
720
|
"const": "{palette.icon.Add}",
|
|
712
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
713
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
721
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
722
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
714
723
|
},
|
|
715
724
|
{
|
|
716
725
|
"const": "{palette.icon.Amex}",
|
|
717
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
718
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
726
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
727
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
719
728
|
},
|
|
720
729
|
{
|
|
721
730
|
"const": "{palette.icon.AndroidEN}",
|
|
722
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
723
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
731
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
732
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
724
733
|
},
|
|
725
734
|
{
|
|
726
735
|
"const": "{palette.icon.AndroidFR}",
|
|
727
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
728
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
736
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
737
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
729
738
|
},
|
|
730
739
|
{
|
|
731
740
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
732
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
733
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
741
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
742
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
734
743
|
},
|
|
735
744
|
{
|
|
736
745
|
"const": "{palette.icon.ArrowLeft}",
|
|
737
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
738
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
746
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
747
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
739
748
|
},
|
|
740
749
|
{
|
|
741
750
|
"const": "{palette.icon.ArrowRight}",
|
|
742
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
743
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
751
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
752
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
744
753
|
},
|
|
745
754
|
{
|
|
746
755
|
"const": "{palette.icon.Bank}",
|
|
747
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
748
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
756
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
757
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"const": "{palette.icon.BankCycle}",
|
|
761
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
762
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"const": "{palette.icon.BankCycleFilled}",
|
|
766
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
767
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
749
768
|
},
|
|
750
769
|
{
|
|
751
770
|
"const": "{palette.icon.BankFilled}",
|
|
752
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
753
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
771
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
772
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
754
773
|
},
|
|
755
774
|
{
|
|
756
775
|
"const": "{palette.icon.BoxOutline}",
|
|
757
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
758
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
776
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
777
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
759
778
|
},
|
|
760
779
|
{
|
|
761
780
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
762
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
763
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
781
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
782
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
764
783
|
},
|
|
765
784
|
{
|
|
766
785
|
"const": "{palette.icon.Bullet}",
|
|
767
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
768
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
786
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
787
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
769
788
|
},
|
|
770
789
|
{
|
|
771
790
|
"const": "{palette.icon.BulletCircle}",
|
|
772
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
773
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
791
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
792
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
774
793
|
},
|
|
775
794
|
{
|
|
776
795
|
"const": "{palette.icon.BulletFill}",
|
|
777
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
778
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
796
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
797
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"const": "{palette.icon.Calendar}",
|
|
801
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
802
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"const": "{palette.icon.CalendarEvent}",
|
|
806
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
807
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
779
808
|
},
|
|
780
809
|
{
|
|
781
810
|
"const": "{palette.icon.CanadaFilled}",
|
|
782
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
783
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
811
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
812
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
784
813
|
},
|
|
785
814
|
{
|
|
786
815
|
"const": "{palette.icon.Cart}",
|
|
787
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
788
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
816
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
817
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
789
818
|
},
|
|
790
819
|
{
|
|
791
820
|
"const": "{palette.icon.CartFilled}",
|
|
792
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
793
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
821
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
822
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
794
823
|
},
|
|
795
824
|
{
|
|
796
825
|
"const": "{palette.icon.CartFilledMulti}",
|
|
797
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
798
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
826
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
827
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
799
828
|
},
|
|
800
829
|
{
|
|
801
830
|
"const": "{palette.icon.Caution}",
|
|
802
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
803
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
831
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
832
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
804
833
|
},
|
|
805
834
|
{
|
|
806
835
|
"const": "{palette.icon.Check}",
|
|
807
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
808
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
836
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
837
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
809
838
|
},
|
|
810
839
|
{
|
|
811
840
|
"const": "{palette.icon.CheckCircle}",
|
|
812
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
813
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
841
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
842
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
814
843
|
},
|
|
815
844
|
{
|
|
816
845
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
817
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
818
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
846
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
847
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
819
848
|
},
|
|
820
849
|
{
|
|
821
850
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
822
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
823
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
851
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
852
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
824
853
|
},
|
|
825
854
|
{
|
|
826
855
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
827
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
828
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
856
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
857
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
829
858
|
},
|
|
830
859
|
{
|
|
831
860
|
"const": "{palette.icon.ChevronDown}",
|
|
832
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
833
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
861
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
862
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
834
863
|
},
|
|
835
864
|
{
|
|
836
865
|
"const": "{palette.icon.ChevronLeft}",
|
|
837
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
838
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
866
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
867
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
839
868
|
},
|
|
840
869
|
{
|
|
841
870
|
"const": "{palette.icon.ChevronLeftCircle}",
|
|
842
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
843
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
871
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
872
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
844
873
|
},
|
|
845
874
|
{
|
|
846
875
|
"const": "{palette.icon.ChevronRight}",
|
|
847
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
848
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
876
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
877
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
849
878
|
},
|
|
850
879
|
{
|
|
851
880
|
"const": "{palette.icon.ChevronRightCircle}",
|
|
852
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
853
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
881
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
882
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
854
883
|
},
|
|
855
884
|
{
|
|
856
885
|
"const": "{palette.icon.ChevronUp}",
|
|
857
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
858
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
886
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
887
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
859
888
|
},
|
|
860
889
|
{
|
|
861
890
|
"const": "{palette.icon.CircledLine}",
|
|
862
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
863
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
891
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
892
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
864
893
|
},
|
|
865
894
|
{
|
|
866
895
|
"const": "{palette.icon.Clipboard}",
|
|
867
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
868
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
896
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
897
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
869
898
|
},
|
|
870
899
|
{
|
|
871
900
|
"const": "{palette.icon.Close}",
|
|
872
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
873
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
901
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
902
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
874
903
|
},
|
|
875
904
|
{
|
|
876
905
|
"const": "{palette.icon.ClosedCaptions}",
|
|
877
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
878
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
906
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
907
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
879
908
|
},
|
|
880
909
|
{
|
|
881
910
|
"const": "{palette.icon.Coaxial}",
|
|
882
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
883
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
911
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
912
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
884
913
|
},
|
|
885
914
|
{
|
|
886
915
|
"const": "{palette.icon.CreditCard}",
|
|
887
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
888
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
916
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
917
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
889
918
|
},
|
|
890
919
|
{
|
|
891
920
|
"const": "{palette.icon.DSL}",
|
|
892
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
893
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
921
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
922
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"const": "{palette.icon.Delete}",
|
|
926
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
927
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
894
928
|
},
|
|
895
929
|
{
|
|
896
930
|
"const": "{palette.icon.Devices}",
|
|
897
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
898
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
931
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
932
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
899
933
|
},
|
|
900
934
|
{
|
|
901
935
|
"const": "{palette.icon.Download}",
|
|
902
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
903
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
936
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
937
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"const": "{palette.icon.Edit}",
|
|
941
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
942
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
904
943
|
},
|
|
905
944
|
{
|
|
906
945
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
907
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
908
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
946
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
947
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
909
948
|
},
|
|
910
949
|
{
|
|
911
950
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
912
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
913
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
951
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
952
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
914
953
|
},
|
|
915
954
|
{
|
|
916
955
|
"const": "{palette.icon.Expand}",
|
|
917
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
918
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
956
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
957
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
919
958
|
},
|
|
920
959
|
{
|
|
921
960
|
"const": "{palette.icon.EyeClosed}",
|
|
922
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
923
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
961
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
962
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
924
963
|
},
|
|
925
964
|
{
|
|
926
965
|
"const": "{palette.icon.EyeMasked}",
|
|
927
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
928
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
966
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
967
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
929
968
|
},
|
|
930
969
|
{
|
|
931
970
|
"const": "{palette.icon.EyeOpened}",
|
|
932
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
933
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
971
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
972
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
934
973
|
},
|
|
935
974
|
{
|
|
936
975
|
"const": "{palette.icon.EyeUnmasked}",
|
|
937
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
938
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
976
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
977
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
939
978
|
},
|
|
940
979
|
{
|
|
941
980
|
"const": "{palette.icon.Fingerprint}",
|
|
942
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
943
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
981
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
982
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
944
983
|
},
|
|
945
984
|
{
|
|
946
985
|
"const": "{palette.icon.FullscreenExpand}",
|
|
947
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
948
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
986
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
987
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
949
988
|
},
|
|
950
989
|
{
|
|
951
990
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
952
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
953
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
991
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
992
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
954
993
|
},
|
|
955
994
|
{
|
|
956
995
|
"const": "{palette.icon.Gift}",
|
|
957
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
958
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
996
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
997
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
959
998
|
},
|
|
960
999
|
{
|
|
961
1000
|
"const": "{palette.icon.Hamburger}",
|
|
962
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
963
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1001
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1002
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"const": "{palette.icon.Home}",
|
|
1006
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1007
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
964
1008
|
},
|
|
965
1009
|
{
|
|
966
1010
|
"const": "{palette.icon.IOSEN}",
|
|
967
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
968
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1011
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1012
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
969
1013
|
},
|
|
970
1014
|
{
|
|
971
1015
|
"const": "{palette.icon.IOSFR}",
|
|
972
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
973
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1016
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1017
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
974
1018
|
},
|
|
975
1019
|
{
|
|
976
1020
|
"const": "{palette.icon.IdCard}",
|
|
977
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
978
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1021
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1022
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
979
1023
|
},
|
|
980
1024
|
{
|
|
981
1025
|
"const": "{palette.icon.IdTag}",
|
|
982
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
983
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1026
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1027
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
984
1028
|
},
|
|
985
1029
|
{
|
|
986
1030
|
"const": "{palette.icon.Info}",
|
|
987
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
988
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1031
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1032
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
989
1033
|
},
|
|
990
1034
|
{
|
|
991
1035
|
"const": "{palette.icon.InfoSelected}",
|
|
992
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
993
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1036
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1037
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
994
1038
|
},
|
|
995
1039
|
{
|
|
996
1040
|
"const": "{palette.icon.InformationCircled}",
|
|
997
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
998
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1041
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1042
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
999
1043
|
},
|
|
1000
1044
|
{
|
|
1001
1045
|
"const": "{palette.icon.InternetSpeed}",
|
|
1002
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1003
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1046
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1047
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1004
1048
|
},
|
|
1005
1049
|
{
|
|
1006
1050
|
"const": "{palette.icon.Kebab}",
|
|
1007
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1008
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1051
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1052
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1009
1053
|
},
|
|
1010
1054
|
{
|
|
1011
1055
|
"const": "{palette.icon.LeftCircle}",
|
|
1012
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1013
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1056
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1057
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1014
1058
|
},
|
|
1015
1059
|
{
|
|
1016
1060
|
"const": "{palette.icon.LinkExternal}",
|
|
1017
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1018
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1061
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1062
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1019
1063
|
},
|
|
1020
1064
|
{
|
|
1021
1065
|
"const": "{palette.icon.LocationMap}",
|
|
1022
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1023
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1066
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1067
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1024
1068
|
},
|
|
1025
1069
|
{
|
|
1026
1070
|
"const": "{palette.icon.LocationMapFilled}",
|
|
1027
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1028
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1071
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1072
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1029
1073
|
},
|
|
1030
1074
|
{
|
|
1031
1075
|
"const": "{palette.icon.LockFilled}",
|
|
1032
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1033
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1076
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1077
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1034
1078
|
},
|
|
1035
1079
|
{
|
|
1036
1080
|
"const": "{palette.icon.LockOpenFilled}",
|
|
1037
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1038
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1081
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1082
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1039
1083
|
},
|
|
1040
1084
|
{
|
|
1041
1085
|
"const": "{palette.icon.Maintenance}",
|
|
1042
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1043
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1086
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1087
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1044
1088
|
},
|
|
1045
1089
|
{
|
|
1046
1090
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
1047
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1048
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1091
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1092
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1049
1093
|
},
|
|
1050
1094
|
{
|
|
1051
1095
|
"const": "{palette.icon.MasterCard}",
|
|
1052
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1053
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1096
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1097
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1054
1098
|
},
|
|
1055
1099
|
{
|
|
1056
1100
|
"const": "{palette.icon.Muted}",
|
|
1057
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1058
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1101
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1102
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1059
1103
|
},
|
|
1060
1104
|
{
|
|
1061
1105
|
"const": "{palette.icon.Number1FilledMono}",
|
|
1062
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1063
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1106
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1107
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1064
1108
|
},
|
|
1065
1109
|
{
|
|
1066
1110
|
"const": "{palette.icon.Number1FilledMulti}",
|
|
1067
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1068
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1111
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1112
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1069
1113
|
},
|
|
1070
1114
|
{
|
|
1071
1115
|
"const": "{palette.icon.Number2FilledMono}",
|
|
1072
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1073
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1116
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1117
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1074
1118
|
},
|
|
1075
1119
|
{
|
|
1076
1120
|
"const": "{palette.icon.Number2FilledMulti}",
|
|
1077
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1078
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1121
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1122
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1079
1123
|
},
|
|
1080
1124
|
{
|
|
1081
1125
|
"const": "{palette.icon.Number3FilledMono}",
|
|
1082
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1083
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1126
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1127
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1084
1128
|
},
|
|
1085
1129
|
{
|
|
1086
1130
|
"const": "{palette.icon.Number3FilledMulti}",
|
|
1087
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1088
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1131
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1132
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1089
1133
|
},
|
|
1090
1134
|
{
|
|
1091
1135
|
"const": "{palette.icon.Number4FilledMono}",
|
|
1092
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1093
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1136
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1137
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1094
1138
|
},
|
|
1095
1139
|
{
|
|
1096
1140
|
"const": "{palette.icon.Number4FilledMulti}",
|
|
1097
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1098
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1141
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1142
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1099
1143
|
},
|
|
1100
1144
|
{
|
|
1101
1145
|
"const": "{palette.icon.Number5FilledMono}",
|
|
1102
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1103
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1146
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1147
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1104
1148
|
},
|
|
1105
1149
|
{
|
|
1106
1150
|
"const": "{palette.icon.Number5FilledMulti}",
|
|
1107
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1108
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1151
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1152
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1109
1153
|
},
|
|
1110
1154
|
{
|
|
1111
1155
|
"const": "{palette.icon.OfferStarFilled}",
|
|
1112
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1113
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1156
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1157
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1114
1158
|
},
|
|
1115
1159
|
{
|
|
1116
1160
|
"const": "{palette.icon.Pause}",
|
|
1117
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1118
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1161
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1162
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1119
1163
|
},
|
|
1120
1164
|
{
|
|
1121
1165
|
"const": "{palette.icon.PaymentAdd}",
|
|
1122
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1123
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1166
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1167
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
"const": "{palette.icon.PaymentCycle}",
|
|
1171
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1172
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"const": "{palette.icon.PaymentTime}",
|
|
1176
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1177
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1124
1178
|
},
|
|
1125
1179
|
{
|
|
1126
1180
|
"const": "{palette.icon.Perk}",
|
|
1127
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1128
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1181
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1182
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1129
1183
|
},
|
|
1130
1184
|
{
|
|
1131
1185
|
"const": "{palette.icon.Phone}",
|
|
1132
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1133
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1186
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1187
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1134
1188
|
},
|
|
1135
1189
|
{
|
|
1136
1190
|
"const": "{palette.icon.PhoneManage}",
|
|
1137
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1138
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1191
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1192
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1139
1193
|
},
|
|
1140
1194
|
{
|
|
1141
1195
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
1142
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1143
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1196
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1197
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1144
1198
|
},
|
|
1145
1199
|
{
|
|
1146
1200
|
"const": "{palette.icon.Play}",
|
|
1147
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1148
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1201
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1202
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1149
1203
|
},
|
|
1150
1204
|
{
|
|
1151
1205
|
"const": "{palette.icon.PlaySolid}",
|
|
1152
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1153
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1206
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1207
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1154
1208
|
},
|
|
1155
1209
|
{
|
|
1156
1210
|
"const": "{palette.icon.PlayVideo}",
|
|
1157
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1158
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1211
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1212
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1159
1213
|
},
|
|
1160
1214
|
{
|
|
1161
1215
|
"const": "{palette.icon.PlugPlay}",
|
|
1162
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1163
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1216
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1217
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1164
1218
|
},
|
|
1165
1219
|
{
|
|
1166
1220
|
"const": "{palette.icon.Preference}",
|
|
1167
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1168
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1221
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1222
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1169
1223
|
},
|
|
1170
1224
|
{
|
|
1171
1225
|
"const": "{palette.icon.Price}",
|
|
1172
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1173
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1226
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1227
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1174
1228
|
},
|
|
1175
1229
|
{
|
|
1176
1230
|
"const": "{palette.icon.Profile}",
|
|
1177
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1178
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1231
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1232
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1179
1233
|
},
|
|
1180
1234
|
{
|
|
1181
1235
|
"const": "{palette.icon.ProfileFilled}",
|
|
1182
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1183
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1236
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1237
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1184
1238
|
},
|
|
1185
1239
|
{
|
|
1186
1240
|
"const": "{palette.icon.Question}",
|
|
1187
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1188
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1241
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1242
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1189
1243
|
},
|
|
1190
1244
|
{
|
|
1191
1245
|
"const": "{palette.icon.QuestionFilled}",
|
|
1192
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1193
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1246
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1247
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1194
1248
|
},
|
|
1195
1249
|
{
|
|
1196
1250
|
"const": "{palette.icon.QuoteLeft}",
|
|
1197
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1198
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1251
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1252
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1199
1253
|
},
|
|
1200
1254
|
{
|
|
1201
1255
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1202
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1203
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1256
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1257
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1204
1258
|
},
|
|
1205
1259
|
{
|
|
1206
1260
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1207
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1208
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1261
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1262
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1209
1263
|
},
|
|
1210
1264
|
{
|
|
1211
1265
|
"const": "{palette.icon.RadialOutline}",
|
|
1212
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1213
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1266
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1267
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1214
1268
|
},
|
|
1215
1269
|
{
|
|
1216
1270
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1217
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1218
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1271
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1272
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1219
1273
|
},
|
|
1220
1274
|
{
|
|
1221
1275
|
"const": "{palette.icon.Receipt}",
|
|
1222
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1223
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1276
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1277
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1224
1278
|
},
|
|
1225
1279
|
{
|
|
1226
1280
|
"const": "{palette.icon.Refresh}",
|
|
1227
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1228
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1281
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1282
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1229
1283
|
},
|
|
1230
1284
|
{
|
|
1231
1285
|
"const": "{palette.icon.Replay}",
|
|
1232
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1233
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1286
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1287
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1234
1288
|
},
|
|
1235
1289
|
{
|
|
1236
1290
|
"const": "{palette.icon.RightCircle}",
|
|
1237
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1238
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1291
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1292
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1239
1293
|
},
|
|
1240
1294
|
{
|
|
1241
1295
|
"const": "{palette.icon.RightCirlce}",
|
|
1242
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1243
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1296
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nTODO: remove in next major release",
|
|
1297
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nTODO: remove in next major release"
|
|
1244
1298
|
},
|
|
1245
1299
|
{
|
|
1246
1300
|
"const": "{palette.icon.Settings}",
|
|
1247
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1248
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1301
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1302
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1249
1303
|
},
|
|
1250
1304
|
{
|
|
1251
1305
|
"const": "{palette.icon.SettingsFilled}",
|
|
1252
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1253
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1306
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1307
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1254
1308
|
},
|
|
1255
1309
|
{
|
|
1256
1310
|
"const": "{palette.icon.SettingsSolid}",
|
|
1257
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1258
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1311
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1312
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1259
1313
|
},
|
|
1260
1314
|
{
|
|
1261
1315
|
"const": "{palette.icon.ShippingFilled}",
|
|
1262
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1263
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1316
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1317
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1264
1318
|
},
|
|
1265
1319
|
{
|
|
1266
1320
|
"const": "{palette.icon.Shop}",
|
|
1267
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1268
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1321
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1322
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1269
1323
|
},
|
|
1270
1324
|
{
|
|
1271
1325
|
"const": "{palette.icon.Sim}",
|
|
1272
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1273
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1326
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1327
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1274
1328
|
},
|
|
1275
1329
|
{
|
|
1276
1330
|
"const": "{palette.icon.SimElectronic}",
|
|
1277
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1278
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1331
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1332
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1279
1333
|
},
|
|
1280
1334
|
{
|
|
1281
1335
|
"const": "{palette.icon.SimElectronicFilled}",
|
|
1282
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1283
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1336
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1337
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1284
1338
|
},
|
|
1285
1339
|
{
|
|
1286
1340
|
"const": "{palette.icon.SimFilled}",
|
|
1287
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1288
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1341
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1342
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1289
1343
|
},
|
|
1290
1344
|
{
|
|
1291
1345
|
"const": "{palette.icon.Spyglass}",
|
|
1292
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1293
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1346
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1347
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1294
1348
|
},
|
|
1295
1349
|
{
|
|
1296
1350
|
"const": "{palette.icon.Streaming}",
|
|
1297
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1298
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1351
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1352
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1299
1353
|
},
|
|
1300
1354
|
{
|
|
1301
1355
|
"const": "{palette.icon.Subtract}",
|
|
1302
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1303
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1356
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1357
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1304
1358
|
},
|
|
1305
1359
|
{
|
|
1306
1360
|
"const": "{palette.icon.Tablet}",
|
|
1307
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1308
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1361
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1362
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1309
1363
|
},
|
|
1310
1364
|
{
|
|
1311
1365
|
"const": "{palette.icon.Tag}",
|
|
1312
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1313
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1366
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1367
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1314
1368
|
},
|
|
1315
1369
|
{
|
|
1316
1370
|
"const": "{palette.icon.TagFilled}",
|
|
1317
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1318
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1371
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1372
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"const": "{palette.icon.ThumbsDown}",
|
|
1376
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1377
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"const": "{palette.icon.ThumbsDownFilled}",
|
|
1381
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1382
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"const": "{palette.icon.ThumbsUp}",
|
|
1386
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1387
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"const": "{palette.icon.ThumbsUpFilled}",
|
|
1391
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1392
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"const": "{palette.icon.Time}",
|
|
1396
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1397
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"const": "{palette.icon.TimeCycle}",
|
|
1401
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1402
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1319
1403
|
},
|
|
1320
1404
|
{
|
|
1321
1405
|
"const": "{palette.icon.Times}",
|
|
1322
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1323
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1406
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1407
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1324
1408
|
},
|
|
1325
1409
|
{
|
|
1326
1410
|
"const": "{palette.icon.TimesCircled}",
|
|
1327
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1328
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1411
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1412
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1329
1413
|
},
|
|
1330
1414
|
{
|
|
1331
1415
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1332
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1333
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1416
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1417
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1334
1418
|
},
|
|
1335
1419
|
{
|
|
1336
1420
|
"const": "{palette.icon.Tooltip}",
|
|
1337
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1338
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1421
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1422
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1339
1423
|
},
|
|
1340
1424
|
{
|
|
1341
1425
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1342
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1343
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1426
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1427
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1344
1428
|
},
|
|
1345
1429
|
{
|
|
1346
1430
|
"const": "{palette.icon.Unmuted}",
|
|
1347
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1348
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1431
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1432
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1349
1433
|
},
|
|
1350
1434
|
{
|
|
1351
1435
|
"const": "{palette.icon.User}",
|
|
1352
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1353
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1436
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1437
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1354
1438
|
},
|
|
1355
1439
|
{
|
|
1356
1440
|
"const": "{palette.icon.UserAdd}",
|
|
1357
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1358
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1441
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1442
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1359
1443
|
},
|
|
1360
1444
|
{
|
|
1361
1445
|
"const": "{palette.icon.UserFilled}",
|
|
1362
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1363
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1446
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1447
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1364
1448
|
},
|
|
1365
1449
|
{
|
|
1366
1450
|
"const": "{palette.icon.Visa}",
|
|
1367
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1368
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1451
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1452
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1369
1453
|
},
|
|
1370
1454
|
{
|
|
1371
1455
|
"const": "{system.icon.none}",
|
|
1372
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1373
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1456
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1457
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1374
1458
|
}
|
|
1375
1459
|
],
|
|
1376
1460
|
"$id": "#icon"
|
|
@@ -1379,13 +1463,13 @@
|
|
|
1379
1463
|
"anyOf": [
|
|
1380
1464
|
{
|
|
1381
1465
|
"const": "{palette.letterSpacing.default}",
|
|
1382
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1383
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1466
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1467
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1384
1468
|
},
|
|
1385
1469
|
{
|
|
1386
1470
|
"const": "{system.letterSpacing.none}",
|
|
1387
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1388
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1471
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1472
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1389
1473
|
}
|
|
1390
1474
|
],
|
|
1391
1475
|
"$id": "#letterSpacing"
|
|
@@ -1394,118 +1478,118 @@
|
|
|
1394
1478
|
"anyOf": [
|
|
1395
1479
|
{
|
|
1396
1480
|
"const": "{palette.lineHeight.multiply110}",
|
|
1397
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1398
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1481
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1482
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1399
1483
|
},
|
|
1400
1484
|
{
|
|
1401
1485
|
"const": "{palette.lineHeight.multiply120}",
|
|
1402
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1403
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1486
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1487
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1404
1488
|
},
|
|
1405
1489
|
{
|
|
1406
1490
|
"const": "{palette.lineHeight.multiply130}",
|
|
1407
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1408
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1491
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1492
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1409
1493
|
},
|
|
1410
1494
|
{
|
|
1411
1495
|
"const": "{palette.lineHeight.multiply140}",
|
|
1412
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1413
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1496
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1497
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1414
1498
|
},
|
|
1415
1499
|
{
|
|
1416
1500
|
"const": "{palette.lineHeight.multiply150}",
|
|
1417
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1418
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1501
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1502
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1419
1503
|
},
|
|
1420
1504
|
{
|
|
1421
1505
|
"const": "{palette.lineHeight.multiply160}",
|
|
1422
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1423
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1506
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1507
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1424
1508
|
},
|
|
1425
1509
|
{
|
|
1426
1510
|
"const": "{palette.lineHeight.multiply172}",
|
|
1427
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1428
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1511
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1512
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1429
1513
|
},
|
|
1430
1514
|
{
|
|
1431
1515
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1432
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1433
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1516
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1517
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1434
1518
|
},
|
|
1435
1519
|
{
|
|
1436
1520
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1437
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1438
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1521
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1522
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1439
1523
|
},
|
|
1440
1524
|
{
|
|
1441
1525
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1442
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1443
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1526
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1527
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1444
1528
|
},
|
|
1445
1529
|
{
|
|
1446
1530
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1447
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1448
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1531
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1532
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1449
1533
|
},
|
|
1450
1534
|
{
|
|
1451
1535
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1452
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1453
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1536
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1537
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1454
1538
|
},
|
|
1455
1539
|
{
|
|
1456
1540
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1457
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1458
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1541
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1542
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1459
1543
|
},
|
|
1460
1544
|
{
|
|
1461
1545
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1462
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1463
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1546
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1547
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1464
1548
|
},
|
|
1465
1549
|
{
|
|
1466
1550
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1467
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1468
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1551
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1552
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1469
1553
|
},
|
|
1470
1554
|
{
|
|
1471
1555
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1472
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1473
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1556
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1557
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1474
1558
|
},
|
|
1475
1559
|
{
|
|
1476
1560
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1477
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1478
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1561
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1562
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1479
1563
|
},
|
|
1480
1564
|
{
|
|
1481
1565
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1482
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1483
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1566
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1567
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1484
1568
|
},
|
|
1485
1569
|
{
|
|
1486
1570
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1487
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1488
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1571
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1572
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1489
1573
|
},
|
|
1490
1574
|
{
|
|
1491
1575
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1492
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1493
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1576
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1577
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1494
1578
|
},
|
|
1495
1579
|
{
|
|
1496
1580
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1497
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1498
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1581
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1582
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1499
1583
|
},
|
|
1500
1584
|
{
|
|
1501
1585
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1502
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1503
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1586
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1587
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1504
1588
|
},
|
|
1505
1589
|
{
|
|
1506
1590
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1507
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1508
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1591
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1592
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1509
1593
|
}
|
|
1510
1594
|
],
|
|
1511
1595
|
"$id": "#lineHeight"
|
|
@@ -1514,28 +1598,28 @@
|
|
|
1514
1598
|
"anyOf": [
|
|
1515
1599
|
{
|
|
1516
1600
|
"const": "{palette.opacity.opacity10}",
|
|
1517
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1518
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1601
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1602
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1519
1603
|
},
|
|
1520
1604
|
{
|
|
1521
1605
|
"const": "{palette.opacity.opacity3}",
|
|
1522
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1523
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1606
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1607
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1524
1608
|
},
|
|
1525
1609
|
{
|
|
1526
1610
|
"const": "{palette.opacity.opacity5}",
|
|
1527
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1528
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1611
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1612
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1529
1613
|
},
|
|
1530
1614
|
{
|
|
1531
1615
|
"const": "{palette.opacity.opacity8}",
|
|
1532
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1533
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1616
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1617
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1534
1618
|
},
|
|
1535
1619
|
{
|
|
1536
1620
|
"const": "{system.opacity.opaque}",
|
|
1537
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1538
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1621
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1622
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1539
1623
|
}
|
|
1540
1624
|
],
|
|
1541
1625
|
"$id": "#opacity"
|
|
@@ -1544,83 +1628,83 @@
|
|
|
1544
1628
|
"anyOf": [
|
|
1545
1629
|
{
|
|
1546
1630
|
"const": "{palette.radius.none}",
|
|
1547
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1548
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1631
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1632
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1549
1633
|
},
|
|
1550
1634
|
{
|
|
1551
1635
|
"const": "{palette.radius.pill32}",
|
|
1552
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1553
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1636
|
+
"description": "@telus-uds/palette-koodo/v3.11.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)",
|
|
1637
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.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)"
|
|
1554
1638
|
},
|
|
1555
1639
|
{
|
|
1556
1640
|
"const": "{palette.radius.radius1}",
|
|
1557
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1558
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1641
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1642
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1559
1643
|
},
|
|
1560
1644
|
{
|
|
1561
1645
|
"const": "{palette.radius.radius12}",
|
|
1562
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1563
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1646
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1647
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1564
1648
|
},
|
|
1565
1649
|
{
|
|
1566
1650
|
"const": "{palette.radius.radius16}",
|
|
1567
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1568
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1651
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1652
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1569
1653
|
},
|
|
1570
1654
|
{
|
|
1571
1655
|
"const": "{palette.radius.radius2}",
|
|
1572
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1573
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1656
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1657
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1574
1658
|
},
|
|
1575
1659
|
{
|
|
1576
1660
|
"const": "{palette.radius.radius24}",
|
|
1577
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1578
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1661
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1662
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1579
1663
|
},
|
|
1580
1664
|
{
|
|
1581
1665
|
"const": "{palette.radius.radius4}",
|
|
1582
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1583
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1666
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1667
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1584
1668
|
},
|
|
1585
1669
|
{
|
|
1586
1670
|
"const": "{palette.radius.radius45}",
|
|
1587
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1588
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1671
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1672
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1589
1673
|
},
|
|
1590
1674
|
{
|
|
1591
1675
|
"const": "{palette.radius.radius48}",
|
|
1592
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1593
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1676
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1677
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1594
1678
|
},
|
|
1595
1679
|
{
|
|
1596
1680
|
"const": "{palette.radius.radius6}",
|
|
1597
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1598
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1681
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1682
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1599
1683
|
},
|
|
1600
1684
|
{
|
|
1601
1685
|
"const": "{palette.radius.radius8}",
|
|
1602
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1603
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1686
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1687
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1604
1688
|
},
|
|
1605
1689
|
{
|
|
1606
1690
|
"const": "{palette.radius.radius99}",
|
|
1607
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1608
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1691
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
1692
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
1609
1693
|
},
|
|
1610
1694
|
{
|
|
1611
1695
|
"const": "{system.radius.none}",
|
|
1612
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1613
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1696
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1697
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1614
1698
|
},
|
|
1615
1699
|
{
|
|
1616
1700
|
"const": "{system.radius.zero}",
|
|
1617
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1618
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1701
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1702
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1619
1703
|
},
|
|
1620
1704
|
{
|
|
1621
1705
|
"const": "{system.radius.round}",
|
|
1622
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1623
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1706
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1707
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1624
1708
|
}
|
|
1625
1709
|
],
|
|
1626
1710
|
"$id": "#radius"
|
|
@@ -1629,43 +1713,43 @@
|
|
|
1629
1713
|
"anyOf": [
|
|
1630
1714
|
{
|
|
1631
1715
|
"const": "{palette.shadow.elevation1}",
|
|
1632
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1633
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1716
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1717
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1634
1718
|
},
|
|
1635
1719
|
{
|
|
1636
1720
|
"const": "{palette.shadow.elevation2}",
|
|
1637
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1638
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1721
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1722
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1639
1723
|
},
|
|
1640
1724
|
{
|
|
1641
1725
|
"const": "{palette.shadow.elevation3}",
|
|
1642
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1643
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1726
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1727
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1644
1728
|
},
|
|
1645
1729
|
{
|
|
1646
1730
|
"const": "{palette.shadow.none}",
|
|
1647
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1648
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1731
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1732
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1649
1733
|
},
|
|
1650
1734
|
{
|
|
1651
1735
|
"const": "{palette.shadow.surfaceEmboss}",
|
|
1652
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1653
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1736
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nAdd a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar",
|
|
1737
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nAdd a subtle highlight on elements to shows that it’s lifted from the surface such as the Progress Bar"
|
|
1654
1738
|
},
|
|
1655
1739
|
{
|
|
1656
1740
|
"const": "{palette.shadow.surfaceInset}",
|
|
1657
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1658
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1741
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nDrop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
|
|
1742
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nDrop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch"
|
|
1659
1743
|
},
|
|
1660
1744
|
{
|
|
1661
1745
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1662
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1663
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1746
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nRaise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1747
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nRaise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch"
|
|
1664
1748
|
},
|
|
1665
1749
|
{
|
|
1666
1750
|
"const": "{system.shadow.none}",
|
|
1667
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1668
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
1751
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
1752
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1669
1753
|
}
|
|
1670
1754
|
],
|
|
1671
1755
|
"$id": "#shadow"
|
|
@@ -1674,308 +1758,308 @@
|
|
|
1674
1758
|
"anyOf": [
|
|
1675
1759
|
{
|
|
1676
1760
|
"const": "{palette.size.size0}",
|
|
1677
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1678
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1761
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1762
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1679
1763
|
},
|
|
1680
1764
|
{
|
|
1681
1765
|
"const": "{palette.size.size1}",
|
|
1682
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1683
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1766
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1767
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1684
1768
|
},
|
|
1685
1769
|
{
|
|
1686
1770
|
"const": "{palette.size.size10}",
|
|
1687
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1688
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1771
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1772
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1689
1773
|
},
|
|
1690
1774
|
{
|
|
1691
1775
|
"const": "{palette.size.size12}",
|
|
1692
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1693
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1776
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1777
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1694
1778
|
},
|
|
1695
1779
|
{
|
|
1696
1780
|
"const": "{palette.size.size120}",
|
|
1697
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1698
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1781
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1782
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1699
1783
|
},
|
|
1700
1784
|
{
|
|
1701
1785
|
"const": "{palette.size.size128}",
|
|
1702
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1703
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1786
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1787
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1704
1788
|
},
|
|
1705
1789
|
{
|
|
1706
1790
|
"const": "{palette.size.size13}",
|
|
1707
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1708
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1791
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1792
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1709
1793
|
},
|
|
1710
1794
|
{
|
|
1711
1795
|
"const": "{palette.size.size14}",
|
|
1712
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1713
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1796
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1797
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1714
1798
|
},
|
|
1715
1799
|
{
|
|
1716
1800
|
"const": "{palette.size.size140}",
|
|
1717
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1718
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1801
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1802
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1719
1803
|
},
|
|
1720
1804
|
{
|
|
1721
1805
|
"const": "{palette.size.size144}",
|
|
1722
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1723
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1806
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1807
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1724
1808
|
},
|
|
1725
1809
|
{
|
|
1726
1810
|
"const": "{palette.size.size15}",
|
|
1727
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1728
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1811
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1812
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1729
1813
|
},
|
|
1730
1814
|
{
|
|
1731
1815
|
"const": "{palette.size.size16}",
|
|
1732
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1733
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1816
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1817
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1734
1818
|
},
|
|
1735
1819
|
{
|
|
1736
1820
|
"const": "{palette.size.size162}",
|
|
1737
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1738
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1821
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1822
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1739
1823
|
},
|
|
1740
1824
|
{
|
|
1741
1825
|
"const": "{palette.size.size168}",
|
|
1742
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1743
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1826
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1827
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1744
1828
|
},
|
|
1745
1829
|
{
|
|
1746
1830
|
"const": "{palette.size.size18}",
|
|
1747
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1748
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1831
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1832
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1749
1833
|
},
|
|
1750
1834
|
{
|
|
1751
1835
|
"const": "{palette.size.size184}",
|
|
1752
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1753
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1836
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1837
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1754
1838
|
},
|
|
1755
1839
|
{
|
|
1756
1840
|
"const": "{palette.size.size2}",
|
|
1757
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1758
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1841
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1842
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1759
1843
|
},
|
|
1760
1844
|
{
|
|
1761
1845
|
"const": "{palette.size.size20}",
|
|
1762
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1763
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1846
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1847
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1764
1848
|
},
|
|
1765
1849
|
{
|
|
1766
1850
|
"const": "{palette.size.size21}",
|
|
1767
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1768
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1851
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1852
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1769
1853
|
},
|
|
1770
1854
|
{
|
|
1771
1855
|
"const": "{palette.size.size22}",
|
|
1772
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1773
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1856
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1857
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1774
1858
|
},
|
|
1775
1859
|
{
|
|
1776
1860
|
"const": "{palette.size.size24}",
|
|
1777
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1778
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1861
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1862
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1779
1863
|
},
|
|
1780
1864
|
{
|
|
1781
1865
|
"const": "{palette.size.size26}",
|
|
1782
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1783
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1866
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1867
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1784
1868
|
},
|
|
1785
1869
|
{
|
|
1786
1870
|
"const": "{palette.size.size27}",
|
|
1787
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1788
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1871
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1872
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1789
1873
|
},
|
|
1790
1874
|
{
|
|
1791
1875
|
"const": "{palette.size.size28}",
|
|
1792
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1793
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1876
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1877
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1794
1878
|
},
|
|
1795
1879
|
{
|
|
1796
1880
|
"const": "{palette.size.size288}",
|
|
1797
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1798
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1881
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1882
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1799
1883
|
},
|
|
1800
1884
|
{
|
|
1801
1885
|
"const": "{palette.size.size29}",
|
|
1802
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1803
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1886
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1887
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1804
1888
|
},
|
|
1805
1889
|
{
|
|
1806
1890
|
"const": "{palette.size.size3}",
|
|
1807
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1808
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1891
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1892
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1809
1893
|
},
|
|
1810
1894
|
{
|
|
1811
1895
|
"const": "{palette.size.size32}",
|
|
1812
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1813
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1896
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1897
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1814
1898
|
},
|
|
1815
1899
|
{
|
|
1816
1900
|
"const": "{palette.size.size320}",
|
|
1817
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1818
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1901
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1902
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1819
1903
|
},
|
|
1820
1904
|
{
|
|
1821
1905
|
"const": "{palette.size.size36}",
|
|
1822
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1823
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1906
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1907
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1824
1908
|
},
|
|
1825
1909
|
{
|
|
1826
1910
|
"const": "{palette.size.size4}",
|
|
1827
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1828
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1911
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1912
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1829
1913
|
},
|
|
1830
1914
|
{
|
|
1831
1915
|
"const": "{palette.size.size40}",
|
|
1832
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1833
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1916
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1917
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1834
1918
|
},
|
|
1835
1919
|
{
|
|
1836
1920
|
"const": "{palette.size.size412}",
|
|
1837
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1838
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1921
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1922
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1839
1923
|
},
|
|
1840
1924
|
{
|
|
1841
1925
|
"const": "{palette.size.size44}",
|
|
1842
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1843
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1926
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1927
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1844
1928
|
},
|
|
1845
1929
|
{
|
|
1846
1930
|
"const": "{palette.size.size45}",
|
|
1847
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1848
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1931
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1932
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1849
1933
|
},
|
|
1850
1934
|
{
|
|
1851
1935
|
"const": "{palette.size.size48}",
|
|
1852
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1853
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1936
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1937
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1854
1938
|
},
|
|
1855
1939
|
{
|
|
1856
1940
|
"const": "{palette.size.size480}",
|
|
1857
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1858
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1941
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1942
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1859
1943
|
},
|
|
1860
1944
|
{
|
|
1861
1945
|
"const": "{palette.size.size5}",
|
|
1862
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1863
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1946
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1947
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1864
1948
|
},
|
|
1865
1949
|
{
|
|
1866
1950
|
"const": "{palette.size.size52}",
|
|
1867
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1868
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1951
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1952
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1869
1953
|
},
|
|
1870
1954
|
{
|
|
1871
1955
|
"const": "{palette.size.size53}",
|
|
1872
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1873
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1956
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1957
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1874
1958
|
},
|
|
1875
1959
|
{
|
|
1876
1960
|
"const": "{palette.size.size544}",
|
|
1877
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1878
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1961
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1962
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1879
1963
|
},
|
|
1880
1964
|
{
|
|
1881
1965
|
"const": "{palette.size.size56}",
|
|
1882
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1883
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1966
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1967
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1884
1968
|
},
|
|
1885
1969
|
{
|
|
1886
1970
|
"const": "{palette.size.size576}",
|
|
1887
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1888
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1971
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1972
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1889
1973
|
},
|
|
1890
1974
|
{
|
|
1891
1975
|
"const": "{palette.size.size6}",
|
|
1892
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1893
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1976
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1977
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1894
1978
|
},
|
|
1895
1979
|
{
|
|
1896
1980
|
"const": "{palette.size.size630}",
|
|
1897
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1898
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1981
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1982
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1899
1983
|
},
|
|
1900
1984
|
{
|
|
1901
1985
|
"const": "{palette.size.size64}",
|
|
1902
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1903
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1986
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1987
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1904
1988
|
},
|
|
1905
1989
|
{
|
|
1906
1990
|
"const": "{palette.size.size640}",
|
|
1907
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1908
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1991
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1992
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1909
1993
|
},
|
|
1910
1994
|
{
|
|
1911
1995
|
"const": "{palette.size.size72}",
|
|
1912
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1913
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
1996
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
1997
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1914
1998
|
},
|
|
1915
1999
|
{
|
|
1916
2000
|
"const": "{palette.size.size768}",
|
|
1917
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1918
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2001
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2002
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1919
2003
|
},
|
|
1920
2004
|
{
|
|
1921
2005
|
"const": "{palette.size.size8}",
|
|
1922
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1923
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2006
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2007
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1924
2008
|
},
|
|
1925
2009
|
{
|
|
1926
2010
|
"const": "{palette.size.size80}",
|
|
1927
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1928
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2011
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2012
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1929
2013
|
},
|
|
1930
2014
|
{
|
|
1931
2015
|
"const": "{palette.size.size96}",
|
|
1932
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1933
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2016
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2017
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1934
2018
|
},
|
|
1935
2019
|
{
|
|
1936
2020
|
"const": "{system.size.none}",
|
|
1937
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1938
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2021
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2022
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1939
2023
|
},
|
|
1940
2024
|
{
|
|
1941
2025
|
"const": "{system.size.full}",
|
|
1942
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1943
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2026
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2027
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1944
2028
|
},
|
|
1945
2029
|
{
|
|
1946
2030
|
"const": "{system.size.twoThirds}",
|
|
1947
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1948
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2031
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2032
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1949
2033
|
},
|
|
1950
2034
|
{
|
|
1951
2035
|
"const": "{system.size.zero}",
|
|
1952
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1953
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2036
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2037
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1954
2038
|
},
|
|
1955
2039
|
{
|
|
1956
2040
|
"const": "{system.size.viewportXs}",
|
|
1957
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1958
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2041
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2042
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1959
2043
|
},
|
|
1960
2044
|
{
|
|
1961
2045
|
"const": "{system.size.viewportSm}",
|
|
1962
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1963
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2046
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2047
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1964
2048
|
},
|
|
1965
2049
|
{
|
|
1966
2050
|
"const": "{system.size.viewportMd}",
|
|
1967
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1968
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1969
2053
|
},
|
|
1970
2054
|
{
|
|
1971
2055
|
"const": "{system.size.viewportLg}",
|
|
1972
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1973
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1974
2058
|
},
|
|
1975
2059
|
{
|
|
1976
2060
|
"const": "{system.size.viewportXl}",
|
|
1977
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
1978
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
1979
2063
|
}
|
|
1980
2064
|
],
|
|
1981
2065
|
"$id": "#size"
|
|
@@ -1984,18 +2068,18 @@
|
|
|
1984
2068
|
"anyOf": [
|
|
1985
2069
|
{
|
|
1986
2070
|
"const": "{palette.fontName.StagSans}",
|
|
1987
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1988
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2071
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1989
2073
|
},
|
|
1990
2074
|
{
|
|
1991
2075
|
"const": "{palette.fontName.StagSansWoff}",
|
|
1992
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1993
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2076
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2077
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1994
2078
|
},
|
|
1995
2079
|
{
|
|
1996
2080
|
"const": "{palette.fontName.StagSansWoff2}",
|
|
1997
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
1998
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2081
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
1999
2083
|
}
|
|
2000
2084
|
],
|
|
2001
2085
|
"$id": "#fontName"
|
|
@@ -2004,28 +2088,28 @@
|
|
|
2004
2088
|
"anyOf": [
|
|
2005
2089
|
{
|
|
2006
2090
|
"const": "{palette.fontWeight.weight300}",
|
|
2007
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
2008
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2091
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
2009
2093
|
},
|
|
2010
2094
|
{
|
|
2011
2095
|
"const": "{palette.fontWeight.weight400}",
|
|
2012
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
2013
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2096
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2097
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
2014
2098
|
},
|
|
2015
2099
|
{
|
|
2016
2100
|
"const": "{palette.fontWeight.weight500}",
|
|
2017
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
2018
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2101
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2102
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
2019
2103
|
},
|
|
2020
2104
|
{
|
|
2021
2105
|
"const": "{palette.fontWeight.weight600}",
|
|
2022
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
2023
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2106
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2107
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
2024
2108
|
},
|
|
2025
2109
|
{
|
|
2026
2110
|
"const": "{palette.fontWeight.weight700}",
|
|
2027
|
-
"description": "@telus-uds/palette-koodo/v3.
|
|
2028
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v3.
|
|
2111
|
+
"description": "@telus-uds/palette-koodo/v3.11.0 palette tokens 🖌️\n",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v3.11.0` **palette** tokens 🖌️\n\n"
|
|
2029
2113
|
}
|
|
2030
2114
|
],
|
|
2031
2115
|
"$id": "#fontWeight"
|
|
@@ -2034,18 +2118,18 @@
|
|
|
2034
2118
|
"anyOf": [
|
|
2035
2119
|
{
|
|
2036
2120
|
"const": "{system.display.inline}",
|
|
2037
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2038
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2121
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2122
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2039
2123
|
},
|
|
2040
2124
|
{
|
|
2041
2125
|
"const": "{system.display.inlineBlock}",
|
|
2042
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2043
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2126
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2127
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2044
2128
|
},
|
|
2045
2129
|
{
|
|
2046
2130
|
"const": "{system.display.none}",
|
|
2047
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2048
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2131
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2049
2133
|
}
|
|
2050
2134
|
],
|
|
2051
2135
|
"$id": "#display"
|
|
@@ -2054,18 +2138,18 @@
|
|
|
2054
2138
|
"anyOf": [
|
|
2055
2139
|
{
|
|
2056
2140
|
"const": "{system.flexJustifyContent.center}",
|
|
2057
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2058
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2141
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2142
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2059
2143
|
},
|
|
2060
2144
|
{
|
|
2061
2145
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
2062
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2063
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2146
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2064
2148
|
},
|
|
2065
2149
|
{
|
|
2066
2150
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
2067
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2068
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2151
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2152
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2069
2153
|
}
|
|
2070
2154
|
],
|
|
2071
2155
|
"$id": "#flexJustifyContent"
|
|
@@ -2074,18 +2158,18 @@
|
|
|
2074
2158
|
"anyOf": [
|
|
2075
2159
|
{
|
|
2076
2160
|
"const": "{system.flexAlign.center}",
|
|
2077
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2078
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2161
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2162
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2079
2163
|
},
|
|
2080
2164
|
{
|
|
2081
2165
|
"const": "{system.flexAlign.flexStart}",
|
|
2082
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2083
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2166
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2084
2168
|
},
|
|
2085
2169
|
{
|
|
2086
2170
|
"const": "{system.flexAlign.stretch}",
|
|
2087
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2088
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2171
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2172
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2089
2173
|
}
|
|
2090
2174
|
],
|
|
2091
2175
|
"$id": "#flexAlign"
|
|
@@ -2094,43 +2178,43 @@
|
|
|
2094
2178
|
"anyOf": [
|
|
2095
2179
|
{
|
|
2096
2180
|
"const": "{system.overflow.visible}",
|
|
2097
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2098
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2181
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2182
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2099
2183
|
},
|
|
2100
2184
|
{
|
|
2101
2185
|
"const": "{system.overflow.hidden}",
|
|
2102
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2103
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2186
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2187
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2104
2188
|
},
|
|
2105
2189
|
{
|
|
2106
2190
|
"const": "{system.overflow.scroll}",
|
|
2107
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2108
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2191
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2192
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2109
2193
|
},
|
|
2110
2194
|
{
|
|
2111
2195
|
"const": "{system.overflow.auto}",
|
|
2112
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2113
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2196
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2197
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2114
2198
|
},
|
|
2115
2199
|
{
|
|
2116
2200
|
"const": "{system.overflow.clip}",
|
|
2117
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2118
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2201
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2202
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2119
2203
|
},
|
|
2120
2204
|
{
|
|
2121
2205
|
"const": "{system.overflow.inherit}",
|
|
2122
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2123
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2206
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2207
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2124
2208
|
},
|
|
2125
2209
|
{
|
|
2126
2210
|
"const": "{system.overflow.initial}",
|
|
2127
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2128
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2211
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2212
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2129
2213
|
},
|
|
2130
2214
|
{
|
|
2131
2215
|
"const": "{system.overflow.unset}",
|
|
2132
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2133
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2216
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2217
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2134
2218
|
}
|
|
2135
2219
|
],
|
|
2136
2220
|
"$id": "#overflow"
|
|
@@ -2139,63 +2223,63 @@
|
|
|
2139
2223
|
"anyOf": [
|
|
2140
2224
|
{
|
|
2141
2225
|
"const": "{system.integer.0}",
|
|
2142
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2143
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2226
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2227
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2144
2228
|
},
|
|
2145
2229
|
{
|
|
2146
2230
|
"const": "{system.integer.1}",
|
|
2147
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2148
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2231
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2232
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2149
2233
|
},
|
|
2150
2234
|
{
|
|
2151
2235
|
"const": "{system.integer.2}",
|
|
2152
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2153
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2236
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2237
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2154
2238
|
},
|
|
2155
2239
|
{
|
|
2156
2240
|
"const": "{system.integer.3}",
|
|
2157
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2158
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2241
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2242
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2159
2243
|
},
|
|
2160
2244
|
{
|
|
2161
2245
|
"const": "{system.integer.4}",
|
|
2162
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2163
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2246
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2247
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2164
2248
|
},
|
|
2165
2249
|
{
|
|
2166
2250
|
"const": "{system.integer.5}",
|
|
2167
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2168
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2251
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2252
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2169
2253
|
},
|
|
2170
2254
|
{
|
|
2171
2255
|
"const": "{system.integer.6}",
|
|
2172
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2173
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2256
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2257
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2174
2258
|
},
|
|
2175
2259
|
{
|
|
2176
2260
|
"const": "{system.integer.7}",
|
|
2177
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2178
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2261
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2262
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2179
2263
|
},
|
|
2180
2264
|
{
|
|
2181
2265
|
"const": "{system.integer.8}",
|
|
2182
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2183
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2266
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2267
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2184
2268
|
},
|
|
2185
2269
|
{
|
|
2186
2270
|
"const": "{system.integer.9}",
|
|
2187
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2188
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2271
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2272
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2189
2273
|
},
|
|
2190
2274
|
{
|
|
2191
2275
|
"const": "{system.integer.10}",
|
|
2192
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2193
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2276
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2277
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2194
2278
|
},
|
|
2195
2279
|
{
|
|
2196
2280
|
"const": "{system.integer.11}",
|
|
2197
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2198
|
-
"markdownDescription": "@telus-uds/system-tokens/v1.4.
|
|
2281
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
2282
|
+
"markdownDescription": "@telus-uds/system-tokens/v1.4.12 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."
|
|
2199
2283
|
},
|
|
2200
2284
|
{
|
|
2201
2285
|
"type": "string",
|
|
@@ -2208,18 +2292,18 @@
|
|
|
2208
2292
|
"anyOf": [
|
|
2209
2293
|
{
|
|
2210
2294
|
"const": "{system.textLine.none}",
|
|
2211
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2212
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2295
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2296
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2213
2297
|
},
|
|
2214
2298
|
{
|
|
2215
2299
|
"const": "{system.textLine.underline}",
|
|
2216
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2217
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2300
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2301
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2218
2302
|
},
|
|
2219
2303
|
{
|
|
2220
2304
|
"const": "{system.textLine.strikethrough}",
|
|
2221
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2222
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2305
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2306
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2223
2307
|
}
|
|
2224
2308
|
],
|
|
2225
2309
|
"$id": "#textLine"
|
|
@@ -2228,8 +2312,8 @@
|
|
|
2228
2312
|
"anyOf": [
|
|
2229
2313
|
{
|
|
2230
2314
|
"const": "{system.textLineStyle.solid}",
|
|
2231
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2232
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2315
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2316
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2233
2317
|
}
|
|
2234
2318
|
],
|
|
2235
2319
|
"$id": "#textLineStyle"
|
|
@@ -2238,23 +2322,23 @@
|
|
|
2238
2322
|
"anyOf": [
|
|
2239
2323
|
{
|
|
2240
2324
|
"const": "{system.position.bottom}",
|
|
2241
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2242
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2325
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2326
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2243
2327
|
},
|
|
2244
2328
|
{
|
|
2245
2329
|
"const": "{system.position.left}",
|
|
2246
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2247
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2330
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2331
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2248
2332
|
},
|
|
2249
2333
|
{
|
|
2250
2334
|
"const": "{system.position.right}",
|
|
2251
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2252
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2335
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2336
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2253
2337
|
},
|
|
2254
2338
|
{
|
|
2255
2339
|
"const": "{system.position.top}",
|
|
2256
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2257
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2340
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2341
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2258
2342
|
}
|
|
2259
2343
|
],
|
|
2260
2344
|
"$id": "#position"
|
|
@@ -2263,18 +2347,18 @@
|
|
|
2263
2347
|
"anyOf": [
|
|
2264
2348
|
{
|
|
2265
2349
|
"const": "{system.direction.column}",
|
|
2266
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2267
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2350
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2351
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2268
2352
|
},
|
|
2269
2353
|
{
|
|
2270
2354
|
"const": "{system.direction.row}",
|
|
2271
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2272
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2355
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2356
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2273
2357
|
},
|
|
2274
2358
|
{
|
|
2275
2359
|
"const": "{system.direction.rowReverse}",
|
|
2276
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2277
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2360
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2361
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2278
2362
|
}
|
|
2279
2363
|
],
|
|
2280
2364
|
"$id": "#direction"
|
|
@@ -2283,13 +2367,13 @@
|
|
|
2283
2367
|
"anyOf": [
|
|
2284
2368
|
{
|
|
2285
2369
|
"const": "{system.show.true}",
|
|
2286
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2287
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2370
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2371
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2288
2372
|
},
|
|
2289
2373
|
{
|
|
2290
2374
|
"const": "{system.show.false}",
|
|
2291
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2292
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2375
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2376
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2293
2377
|
}
|
|
2294
2378
|
],
|
|
2295
2379
|
"$id": "#show"
|
|
@@ -2298,13 +2382,13 @@
|
|
|
2298
2382
|
"anyOf": [
|
|
2299
2383
|
{
|
|
2300
2384
|
"const": "{system.borderStyle.none}",
|
|
2301
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2302
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2385
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2386
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2303
2387
|
},
|
|
2304
2388
|
{
|
|
2305
2389
|
"const": "{system.borderStyle.solid}",
|
|
2306
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2307
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2390
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2391
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2308
2392
|
}
|
|
2309
2393
|
],
|
|
2310
2394
|
"$id": "#borderStyle"
|
|
@@ -2313,18 +2397,18 @@
|
|
|
2313
2397
|
"anyOf": [
|
|
2314
2398
|
{
|
|
2315
2399
|
"const": "{system.verticalAlign.top}",
|
|
2316
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2317
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2400
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2401
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2318
2402
|
},
|
|
2319
2403
|
{
|
|
2320
2404
|
"const": "{system.verticalAlign.middle}",
|
|
2321
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2322
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2405
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2406
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2323
2407
|
},
|
|
2324
2408
|
{
|
|
2325
2409
|
"const": "{system.verticalAlign.baseline}",
|
|
2326
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2327
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2410
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2411
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2328
2412
|
}
|
|
2329
2413
|
],
|
|
2330
2414
|
"$id": "#verticalAlign"
|
|
@@ -2333,18 +2417,18 @@
|
|
|
2333
2417
|
"anyOf": [
|
|
2334
2418
|
{
|
|
2335
2419
|
"const": "{system.iconScale.scale1}",
|
|
2336
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2337
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2420
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2421
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2338
2422
|
},
|
|
2339
2423
|
{
|
|
2340
2424
|
"const": "{system.iconScale.scale1_10}",
|
|
2341
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2342
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2425
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2426
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2343
2427
|
},
|
|
2344
2428
|
{
|
|
2345
2429
|
"const": "{system.iconScale.scale1_25}",
|
|
2346
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2347
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2430
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2431
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2348
2432
|
}
|
|
2349
2433
|
],
|
|
2350
2434
|
"$id": "#iconScale"
|
|
@@ -2353,18 +2437,18 @@
|
|
|
2353
2437
|
"anyOf": [
|
|
2354
2438
|
{
|
|
2355
2439
|
"const": "{system.textAlign.left}",
|
|
2356
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2357
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2440
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2441
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2358
2442
|
},
|
|
2359
2443
|
{
|
|
2360
2444
|
"const": "{system.textAlign.center}",
|
|
2361
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2362
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2445
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2446
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2363
2447
|
},
|
|
2364
2448
|
{
|
|
2365
2449
|
"const": "{system.textAlign.right}",
|
|
2366
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2367
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2450
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2451
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2368
2452
|
}
|
|
2369
2453
|
],
|
|
2370
2454
|
"$id": "#textAlign"
|
|
@@ -2373,13 +2457,13 @@
|
|
|
2373
2457
|
"anyOf": [
|
|
2374
2458
|
{
|
|
2375
2459
|
"const": "{system.textTransform.none}",
|
|
2376
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2377
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2460
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2461
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2378
2462
|
},
|
|
2379
2463
|
{
|
|
2380
2464
|
"const": "{system.textTransform.uppercase}",
|
|
2381
|
-
"description": "@telus-uds/system-tokens/v1.4.
|
|
2382
|
-
"markdownDescription": "`@telus-uds/system-tokens/v1.4.
|
|
2465
|
+
"description": "@telus-uds/system-tokens/v1.4.12 system react-native tokens ⚙️",
|
|
2466
|
+
"markdownDescription": "`@telus-uds/system-tokens/v1.4.12` **system** tokens ⚙️"
|
|
2383
2467
|
}
|
|
2384
2468
|
],
|
|
2385
2469
|
"$id": "#textTransform"
|
|
@@ -3653,6 +3737,336 @@
|
|
|
3653
3737
|
"rules"
|
|
3654
3738
|
]
|
|
3655
3739
|
},
|
|
3740
|
+
"Shortcuts": {
|
|
3741
|
+
"type": "object",
|
|
3742
|
+
"additionalProperties": false,
|
|
3743
|
+
"properties": {
|
|
3744
|
+
"appearances": {
|
|
3745
|
+
"type": "object",
|
|
3746
|
+
"additionalProperties": false,
|
|
3747
|
+
"patternProperties": {
|
|
3748
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
3749
|
+
"$ref": "#appearance"
|
|
3750
|
+
}
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"tokens": {
|
|
3754
|
+
"type": "object",
|
|
3755
|
+
"additionalProperties": false,
|
|
3756
|
+
"properties": {
|
|
3757
|
+
"mainContainerBottomPadding": {
|
|
3758
|
+
"$ref": "#size"
|
|
3759
|
+
},
|
|
3760
|
+
"mainContainerGap": {
|
|
3761
|
+
"$ref": "#size"
|
|
3762
|
+
},
|
|
3763
|
+
"mainContainerLeftPadding": {
|
|
3764
|
+
"$ref": "#size"
|
|
3765
|
+
},
|
|
3766
|
+
"mainContainerRightPadding": {
|
|
3767
|
+
"$ref": "#size"
|
|
3768
|
+
},
|
|
3769
|
+
"mainContainerTopPadding": {
|
|
3770
|
+
"$ref": "#size"
|
|
3771
|
+
},
|
|
3772
|
+
"nextIcon": {
|
|
3773
|
+
"$ref": "#icon"
|
|
3774
|
+
},
|
|
3775
|
+
"previousIcon": {
|
|
3776
|
+
"$ref": "#icon"
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"required": [
|
|
3780
|
+
"mainContainerBottomPadding",
|
|
3781
|
+
"mainContainerGap",
|
|
3782
|
+
"mainContainerLeftPadding",
|
|
3783
|
+
"mainContainerRightPadding",
|
|
3784
|
+
"mainContainerTopPadding",
|
|
3785
|
+
"nextIcon",
|
|
3786
|
+
"previousIcon"
|
|
3787
|
+
]
|
|
3788
|
+
},
|
|
3789
|
+
"rules": {
|
|
3790
|
+
"type": "array",
|
|
3791
|
+
"items": {
|
|
3792
|
+
"type": "object",
|
|
3793
|
+
"additionalProperties": false,
|
|
3794
|
+
"properties": {
|
|
3795
|
+
"if": {
|
|
3796
|
+
"type": "object",
|
|
3797
|
+
"minProperties": 1
|
|
3798
|
+
},
|
|
3799
|
+
"tokens": {
|
|
3800
|
+
"type": "object",
|
|
3801
|
+
"additionalProperties": false,
|
|
3802
|
+
"properties": {
|
|
3803
|
+
"mainContainerBottomPadding": {
|
|
3804
|
+
"$ref": "#size"
|
|
3805
|
+
},
|
|
3806
|
+
"mainContainerGap": {
|
|
3807
|
+
"$ref": "#size"
|
|
3808
|
+
},
|
|
3809
|
+
"mainContainerLeftPadding": {
|
|
3810
|
+
"$ref": "#size"
|
|
3811
|
+
},
|
|
3812
|
+
"mainContainerRightPadding": {
|
|
3813
|
+
"$ref": "#size"
|
|
3814
|
+
},
|
|
3815
|
+
"mainContainerTopPadding": {
|
|
3816
|
+
"$ref": "#size"
|
|
3817
|
+
},
|
|
3818
|
+
"nextIcon": {
|
|
3819
|
+
"$ref": "#icon"
|
|
3820
|
+
},
|
|
3821
|
+
"previousIcon": {
|
|
3822
|
+
"$ref": "#icon"
|
|
3823
|
+
}
|
|
3824
|
+
}
|
|
3825
|
+
},
|
|
3826
|
+
"description": {
|
|
3827
|
+
"type": "string"
|
|
3828
|
+
}
|
|
3829
|
+
},
|
|
3830
|
+
"required": [
|
|
3831
|
+
"if",
|
|
3832
|
+
"tokens"
|
|
3833
|
+
]
|
|
3834
|
+
}
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
"required": [
|
|
3838
|
+
"tokens",
|
|
3839
|
+
"rules"
|
|
3840
|
+
]
|
|
3841
|
+
},
|
|
3842
|
+
"ShortcutsItem": {
|
|
3843
|
+
"type": "object",
|
|
3844
|
+
"additionalProperties": false,
|
|
3845
|
+
"properties": {
|
|
3846
|
+
"appearances": {
|
|
3847
|
+
"type": "object",
|
|
3848
|
+
"additionalProperties": false,
|
|
3849
|
+
"patternProperties": {
|
|
3850
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
3851
|
+
"$ref": "#appearance"
|
|
3852
|
+
}
|
|
3853
|
+
}
|
|
3854
|
+
},
|
|
3855
|
+
"tokens": {
|
|
3856
|
+
"type": "object",
|
|
3857
|
+
"additionalProperties": false,
|
|
3858
|
+
"properties": {
|
|
3859
|
+
"borderColor": {
|
|
3860
|
+
"$ref": "#color"
|
|
3861
|
+
},
|
|
3862
|
+
"borderRadius": {
|
|
3863
|
+
"$ref": "#radius"
|
|
3864
|
+
},
|
|
3865
|
+
"borderWidth": {
|
|
3866
|
+
"$ref": "#border"
|
|
3867
|
+
},
|
|
3868
|
+
"iconBackgroundColor": {
|
|
3869
|
+
"$ref": "#color"
|
|
3870
|
+
},
|
|
3871
|
+
"iconColor": {
|
|
3872
|
+
"$ref": "#color"
|
|
3873
|
+
},
|
|
3874
|
+
"iconContainerPaddingBottom": {
|
|
3875
|
+
"$ref": "#size"
|
|
3876
|
+
},
|
|
3877
|
+
"iconContainerPaddingLeft": {
|
|
3878
|
+
"$ref": "#size"
|
|
3879
|
+
},
|
|
3880
|
+
"iconContainerPaddingRight": {
|
|
3881
|
+
"$ref": "#size"
|
|
3882
|
+
},
|
|
3883
|
+
"iconContainerPaddingTop": {
|
|
3884
|
+
"$ref": "#size"
|
|
3885
|
+
},
|
|
3886
|
+
"iconSize": {
|
|
3887
|
+
"$ref": "#size"
|
|
3888
|
+
},
|
|
3889
|
+
"iconWidth": {
|
|
3890
|
+
"$ref": "#size"
|
|
3891
|
+
},
|
|
3892
|
+
"imageHeight": {
|
|
3893
|
+
"$ref": "#size"
|
|
3894
|
+
},
|
|
3895
|
+
"imageWidth": {
|
|
3896
|
+
"$ref": "#size"
|
|
3897
|
+
},
|
|
3898
|
+
"labelContainerPaddingBottom": {
|
|
3899
|
+
"$ref": "#size"
|
|
3900
|
+
},
|
|
3901
|
+
"labelContainerPaddingLeft": {
|
|
3902
|
+
"$ref": "#size"
|
|
3903
|
+
},
|
|
3904
|
+
"labelContainerPaddingRight": {
|
|
3905
|
+
"$ref": "#size"
|
|
3906
|
+
},
|
|
3907
|
+
"labelContainerPaddingTop": {
|
|
3908
|
+
"$ref": "#size"
|
|
3909
|
+
},
|
|
3910
|
+
"labelFontColor": {
|
|
3911
|
+
"$ref": "#color"
|
|
3912
|
+
},
|
|
3913
|
+
"labelFontName": {
|
|
3914
|
+
"$ref": "#fontName"
|
|
3915
|
+
},
|
|
3916
|
+
"labelFontSize": {
|
|
3917
|
+
"$ref": "#fontSize"
|
|
3918
|
+
},
|
|
3919
|
+
"labelFontWeight": {
|
|
3920
|
+
"$ref": "#fontWeight"
|
|
3921
|
+
},
|
|
3922
|
+
"labelLineHeight": {
|
|
3923
|
+
"$ref": "#lineHeight"
|
|
3924
|
+
},
|
|
3925
|
+
"labelTextAlign": {
|
|
3926
|
+
"$ref": "#flexJustifyContent"
|
|
3927
|
+
},
|
|
3928
|
+
"labelUnderline": {
|
|
3929
|
+
"$ref": "#textLine"
|
|
3930
|
+
},
|
|
3931
|
+
"width": {
|
|
3932
|
+
"$ref": "#size"
|
|
3933
|
+
}
|
|
3934
|
+
},
|
|
3935
|
+
"required": [
|
|
3936
|
+
"borderColor",
|
|
3937
|
+
"borderRadius",
|
|
3938
|
+
"borderWidth",
|
|
3939
|
+
"iconBackgroundColor",
|
|
3940
|
+
"iconColor",
|
|
3941
|
+
"iconContainerPaddingBottom",
|
|
3942
|
+
"iconContainerPaddingLeft",
|
|
3943
|
+
"iconContainerPaddingRight",
|
|
3944
|
+
"iconContainerPaddingTop",
|
|
3945
|
+
"iconSize",
|
|
3946
|
+
"iconWidth",
|
|
3947
|
+
"imageHeight",
|
|
3948
|
+
"imageWidth",
|
|
3949
|
+
"labelContainerPaddingBottom",
|
|
3950
|
+
"labelContainerPaddingLeft",
|
|
3951
|
+
"labelContainerPaddingRight",
|
|
3952
|
+
"labelContainerPaddingTop",
|
|
3953
|
+
"labelFontColor",
|
|
3954
|
+
"labelFontName",
|
|
3955
|
+
"labelFontSize",
|
|
3956
|
+
"labelFontWeight",
|
|
3957
|
+
"labelLineHeight",
|
|
3958
|
+
"labelTextAlign",
|
|
3959
|
+
"labelUnderline",
|
|
3960
|
+
"width"
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
"rules": {
|
|
3964
|
+
"type": "array",
|
|
3965
|
+
"items": {
|
|
3966
|
+
"type": "object",
|
|
3967
|
+
"additionalProperties": false,
|
|
3968
|
+
"properties": {
|
|
3969
|
+
"if": {
|
|
3970
|
+
"type": "object",
|
|
3971
|
+
"minProperties": 1
|
|
3972
|
+
},
|
|
3973
|
+
"tokens": {
|
|
3974
|
+
"type": "object",
|
|
3975
|
+
"additionalProperties": false,
|
|
3976
|
+
"properties": {
|
|
3977
|
+
"borderColor": {
|
|
3978
|
+
"$ref": "#color"
|
|
3979
|
+
},
|
|
3980
|
+
"borderRadius": {
|
|
3981
|
+
"$ref": "#radius"
|
|
3982
|
+
},
|
|
3983
|
+
"borderWidth": {
|
|
3984
|
+
"$ref": "#border"
|
|
3985
|
+
},
|
|
3986
|
+
"iconBackgroundColor": {
|
|
3987
|
+
"$ref": "#color"
|
|
3988
|
+
},
|
|
3989
|
+
"iconColor": {
|
|
3990
|
+
"$ref": "#color"
|
|
3991
|
+
},
|
|
3992
|
+
"iconContainerPaddingBottom": {
|
|
3993
|
+
"$ref": "#size"
|
|
3994
|
+
},
|
|
3995
|
+
"iconContainerPaddingLeft": {
|
|
3996
|
+
"$ref": "#size"
|
|
3997
|
+
},
|
|
3998
|
+
"iconContainerPaddingRight": {
|
|
3999
|
+
"$ref": "#size"
|
|
4000
|
+
},
|
|
4001
|
+
"iconContainerPaddingTop": {
|
|
4002
|
+
"$ref": "#size"
|
|
4003
|
+
},
|
|
4004
|
+
"iconSize": {
|
|
4005
|
+
"$ref": "#size"
|
|
4006
|
+
},
|
|
4007
|
+
"iconWidth": {
|
|
4008
|
+
"$ref": "#size"
|
|
4009
|
+
},
|
|
4010
|
+
"imageHeight": {
|
|
4011
|
+
"$ref": "#size"
|
|
4012
|
+
},
|
|
4013
|
+
"imageWidth": {
|
|
4014
|
+
"$ref": "#size"
|
|
4015
|
+
},
|
|
4016
|
+
"labelContainerPaddingBottom": {
|
|
4017
|
+
"$ref": "#size"
|
|
4018
|
+
},
|
|
4019
|
+
"labelContainerPaddingLeft": {
|
|
4020
|
+
"$ref": "#size"
|
|
4021
|
+
},
|
|
4022
|
+
"labelContainerPaddingRight": {
|
|
4023
|
+
"$ref": "#size"
|
|
4024
|
+
},
|
|
4025
|
+
"labelContainerPaddingTop": {
|
|
4026
|
+
"$ref": "#size"
|
|
4027
|
+
},
|
|
4028
|
+
"labelFontColor": {
|
|
4029
|
+
"$ref": "#color"
|
|
4030
|
+
},
|
|
4031
|
+
"labelFontName": {
|
|
4032
|
+
"$ref": "#fontName"
|
|
4033
|
+
},
|
|
4034
|
+
"labelFontSize": {
|
|
4035
|
+
"$ref": "#fontSize"
|
|
4036
|
+
},
|
|
4037
|
+
"labelFontWeight": {
|
|
4038
|
+
"$ref": "#fontWeight"
|
|
4039
|
+
},
|
|
4040
|
+
"labelLineHeight": {
|
|
4041
|
+
"$ref": "#lineHeight"
|
|
4042
|
+
},
|
|
4043
|
+
"labelTextAlign": {
|
|
4044
|
+
"$ref": "#flexJustifyContent"
|
|
4045
|
+
},
|
|
4046
|
+
"labelUnderline": {
|
|
4047
|
+
"$ref": "#textLine"
|
|
4048
|
+
},
|
|
4049
|
+
"width": {
|
|
4050
|
+
"$ref": "#size"
|
|
4051
|
+
}
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
4054
|
+
"description": {
|
|
4055
|
+
"type": "string"
|
|
4056
|
+
}
|
|
4057
|
+
},
|
|
4058
|
+
"required": [
|
|
4059
|
+
"if",
|
|
4060
|
+
"tokens"
|
|
4061
|
+
]
|
|
4062
|
+
}
|
|
4063
|
+
}
|
|
4064
|
+
},
|
|
4065
|
+
"required": [
|
|
4066
|
+
"tokens",
|
|
4067
|
+
"rules"
|
|
4068
|
+
]
|
|
4069
|
+
},
|
|
3656
4070
|
"Table": {
|
|
3657
4071
|
"type": "object",
|
|
3658
4072
|
"additionalProperties": false,
|
|
@@ -8018,6 +8432,18 @@
|
|
|
8018
8432
|
"paddingTop": {
|
|
8019
8433
|
"$ref": "#size"
|
|
8020
8434
|
},
|
|
8435
|
+
"marginTop": {
|
|
8436
|
+
"$ref": "#size"
|
|
8437
|
+
},
|
|
8438
|
+
"marginBottom": {
|
|
8439
|
+
"$ref": "#size"
|
|
8440
|
+
},
|
|
8441
|
+
"marginLeft": {
|
|
8442
|
+
"$ref": "#size"
|
|
8443
|
+
},
|
|
8444
|
+
"marginRight": {
|
|
8445
|
+
"$ref": "#size"
|
|
8446
|
+
},
|
|
8021
8447
|
"minWidth": {
|
|
8022
8448
|
"$ref": "#size"
|
|
8023
8449
|
},
|
|
@@ -8088,6 +8514,10 @@
|
|
|
8088
8514
|
"paddingLeft",
|
|
8089
8515
|
"paddingRight",
|
|
8090
8516
|
"paddingTop",
|
|
8517
|
+
"marginTop",
|
|
8518
|
+
"marginBottom",
|
|
8519
|
+
"marginLeft",
|
|
8520
|
+
"marginRight",
|
|
8091
8521
|
"minWidth",
|
|
8092
8522
|
"shadow",
|
|
8093
8523
|
"contentAlignItems",
|
|
@@ -8156,6 +8586,18 @@
|
|
|
8156
8586
|
"paddingTop": {
|
|
8157
8587
|
"$ref": "#size"
|
|
8158
8588
|
},
|
|
8589
|
+
"marginTop": {
|
|
8590
|
+
"$ref": "#size"
|
|
8591
|
+
},
|
|
8592
|
+
"marginBottom": {
|
|
8593
|
+
"$ref": "#size"
|
|
8594
|
+
},
|
|
8595
|
+
"marginLeft": {
|
|
8596
|
+
"$ref": "#size"
|
|
8597
|
+
},
|
|
8598
|
+
"marginRight": {
|
|
8599
|
+
"$ref": "#size"
|
|
8600
|
+
},
|
|
8159
8601
|
"minWidth": {
|
|
8160
8602
|
"$ref": "#size"
|
|
8161
8603
|
},
|
|
@@ -9274,6 +9716,18 @@
|
|
|
9274
9716
|
"paddingTop": {
|
|
9275
9717
|
"$ref": "#size"
|
|
9276
9718
|
},
|
|
9719
|
+
"marginBottom": {
|
|
9720
|
+
"$ref": "#size"
|
|
9721
|
+
},
|
|
9722
|
+
"marginLeft": {
|
|
9723
|
+
"$ref": "#size"
|
|
9724
|
+
},
|
|
9725
|
+
"marginRight": {
|
|
9726
|
+
"$ref": "#size"
|
|
9727
|
+
},
|
|
9728
|
+
"marginTop": {
|
|
9729
|
+
"$ref": "#size"
|
|
9730
|
+
},
|
|
9277
9731
|
"minWidth": {
|
|
9278
9732
|
"$ref": "#size"
|
|
9279
9733
|
},
|
|
@@ -9366,6 +9820,10 @@
|
|
|
9366
9820
|
"paddingLeft",
|
|
9367
9821
|
"paddingRight",
|
|
9368
9822
|
"paddingTop",
|
|
9823
|
+
"marginBottom",
|
|
9824
|
+
"marginLeft",
|
|
9825
|
+
"marginRight",
|
|
9826
|
+
"marginTop",
|
|
9369
9827
|
"minWidth",
|
|
9370
9828
|
"shadow",
|
|
9371
9829
|
"contentAlignItems",
|
|
@@ -9444,6 +9902,18 @@
|
|
|
9444
9902
|
"paddingTop": {
|
|
9445
9903
|
"$ref": "#size"
|
|
9446
9904
|
},
|
|
9905
|
+
"marginBottom": {
|
|
9906
|
+
"$ref": "#size"
|
|
9907
|
+
},
|
|
9908
|
+
"marginLeft": {
|
|
9909
|
+
"$ref": "#size"
|
|
9910
|
+
},
|
|
9911
|
+
"marginRight": {
|
|
9912
|
+
"$ref": "#size"
|
|
9913
|
+
},
|
|
9914
|
+
"marginTop": {
|
|
9915
|
+
"$ref": "#size"
|
|
9916
|
+
},
|
|
9447
9917
|
"minWidth": {
|
|
9448
9918
|
"$ref": "#size"
|
|
9449
9919
|
},
|
|
@@ -12738,6 +13208,9 @@
|
|
|
12738
13208
|
"containerBackgroundColor": {
|
|
12739
13209
|
"$ref": "#color"
|
|
12740
13210
|
},
|
|
13211
|
+
"borderRadius": {
|
|
13212
|
+
"$ref": "#radius"
|
|
13213
|
+
},
|
|
12741
13214
|
"groupBorderRadius": {
|
|
12742
13215
|
"$ref": "#radius"
|
|
12743
13216
|
},
|
|
@@ -12878,10 +13351,68 @@
|
|
|
12878
13351
|
},
|
|
12879
13352
|
"lineHeight": {
|
|
12880
13353
|
"$ref": "#lineHeight"
|
|
13354
|
+
},
|
|
13355
|
+
"secondLevelHeaderBackgroundColor": {
|
|
13356
|
+
"$ref": "#color"
|
|
13357
|
+
},
|
|
13358
|
+
"secondLevelHeaderPaddingTop": {
|
|
13359
|
+
"$ref": "#size"
|
|
13360
|
+
},
|
|
13361
|
+
"secondLevelHeaderPaddingBottom": {
|
|
13362
|
+
"$ref": "#size"
|
|
13363
|
+
},
|
|
13364
|
+
"secondLevelHeaderPaddingLeft": {
|
|
13365
|
+
"$ref": "#size"
|
|
13366
|
+
},
|
|
13367
|
+
"secondLevelHeaderPaddingRight": {
|
|
13368
|
+
"$ref": "#size"
|
|
13369
|
+
},
|
|
13370
|
+
"secondLevelBackIcon": {
|
|
13371
|
+
"$ref": "#icon"
|
|
13372
|
+
},
|
|
13373
|
+
"secondLevelBackIconColor": {
|
|
13374
|
+
"$ref": "#color"
|
|
13375
|
+
},
|
|
13376
|
+
"secondLevelBackIconSize": {
|
|
13377
|
+
"$ref": "#size"
|
|
13378
|
+
},
|
|
13379
|
+
"secondLevelBackLinkColor": {
|
|
13380
|
+
"$ref": "#color"
|
|
13381
|
+
},
|
|
13382
|
+
"secondLevelBackLinkFontSize": {
|
|
13383
|
+
"$ref": "#size"
|
|
13384
|
+
},
|
|
13385
|
+
"secondLevelBackLinkFontName": {
|
|
13386
|
+
"$ref": "#fontName"
|
|
13387
|
+
},
|
|
13388
|
+
"secondLevelBackLinkFontWeight": {
|
|
13389
|
+
"$ref": "#fontWeight"
|
|
13390
|
+
},
|
|
13391
|
+
"secondLevelCloseIcon": {
|
|
13392
|
+
"$ref": "#icon"
|
|
13393
|
+
},
|
|
13394
|
+
"secondLevelCloseIconSize": {
|
|
13395
|
+
"$ref": "#size"
|
|
13396
|
+
},
|
|
13397
|
+
"secondLevelCloseButtonBorderWidth": {
|
|
13398
|
+
"$ref": "#border"
|
|
13399
|
+
},
|
|
13400
|
+
"secondLevelCloseButtonPadding": {
|
|
13401
|
+
"$ref": "#size"
|
|
13402
|
+
},
|
|
13403
|
+
"secondLevelDividerColor": {
|
|
13404
|
+
"$ref": "#color"
|
|
13405
|
+
},
|
|
13406
|
+
"secondLevelDividerWidth": {
|
|
13407
|
+
"$ref": "#size"
|
|
13408
|
+
},
|
|
13409
|
+
"secondLevelParentIcon": {
|
|
13410
|
+
"$ref": "#icon"
|
|
12881
13411
|
}
|
|
12882
13412
|
},
|
|
12883
13413
|
"required": [
|
|
12884
13414
|
"containerBackgroundColor",
|
|
13415
|
+
"borderRadius",
|
|
12885
13416
|
"groupBorderRadius",
|
|
12886
13417
|
"groupBorderLeftWidth",
|
|
12887
13418
|
"groupBorderRightWidth",
|
|
@@ -12928,7 +13459,26 @@
|
|
|
12928
13459
|
"minHeight",
|
|
12929
13460
|
"itemHeight",
|
|
12930
13461
|
"groupHeight",
|
|
12931
|
-
"lineHeight"
|
|
13462
|
+
"lineHeight",
|
|
13463
|
+
"secondLevelHeaderBackgroundColor",
|
|
13464
|
+
"secondLevelHeaderPaddingTop",
|
|
13465
|
+
"secondLevelHeaderPaddingBottom",
|
|
13466
|
+
"secondLevelHeaderPaddingLeft",
|
|
13467
|
+
"secondLevelHeaderPaddingRight",
|
|
13468
|
+
"secondLevelBackIcon",
|
|
13469
|
+
"secondLevelBackIconColor",
|
|
13470
|
+
"secondLevelBackIconSize",
|
|
13471
|
+
"secondLevelBackLinkColor",
|
|
13472
|
+
"secondLevelBackLinkFontSize",
|
|
13473
|
+
"secondLevelBackLinkFontName",
|
|
13474
|
+
"secondLevelBackLinkFontWeight",
|
|
13475
|
+
"secondLevelCloseIcon",
|
|
13476
|
+
"secondLevelCloseIconSize",
|
|
13477
|
+
"secondLevelCloseButtonBorderWidth",
|
|
13478
|
+
"secondLevelCloseButtonPadding",
|
|
13479
|
+
"secondLevelDividerColor",
|
|
13480
|
+
"secondLevelDividerWidth",
|
|
13481
|
+
"secondLevelParentIcon"
|
|
12932
13482
|
]
|
|
12933
13483
|
},
|
|
12934
13484
|
"rules": {
|
|
@@ -12948,6 +13498,9 @@
|
|
|
12948
13498
|
"containerBackgroundColor": {
|
|
12949
13499
|
"$ref": "#color"
|
|
12950
13500
|
},
|
|
13501
|
+
"borderRadius": {
|
|
13502
|
+
"$ref": "#radius"
|
|
13503
|
+
},
|
|
12951
13504
|
"groupBorderRadius": {
|
|
12952
13505
|
"$ref": "#radius"
|
|
12953
13506
|
},
|
|
@@ -13088,6 +13641,63 @@
|
|
|
13088
13641
|
},
|
|
13089
13642
|
"lineHeight": {
|
|
13090
13643
|
"$ref": "#lineHeight"
|
|
13644
|
+
},
|
|
13645
|
+
"secondLevelHeaderBackgroundColor": {
|
|
13646
|
+
"$ref": "#color"
|
|
13647
|
+
},
|
|
13648
|
+
"secondLevelHeaderPaddingTop": {
|
|
13649
|
+
"$ref": "#size"
|
|
13650
|
+
},
|
|
13651
|
+
"secondLevelHeaderPaddingBottom": {
|
|
13652
|
+
"$ref": "#size"
|
|
13653
|
+
},
|
|
13654
|
+
"secondLevelHeaderPaddingLeft": {
|
|
13655
|
+
"$ref": "#size"
|
|
13656
|
+
},
|
|
13657
|
+
"secondLevelHeaderPaddingRight": {
|
|
13658
|
+
"$ref": "#size"
|
|
13659
|
+
},
|
|
13660
|
+
"secondLevelBackIcon": {
|
|
13661
|
+
"$ref": "#icon"
|
|
13662
|
+
},
|
|
13663
|
+
"secondLevelBackIconColor": {
|
|
13664
|
+
"$ref": "#color"
|
|
13665
|
+
},
|
|
13666
|
+
"secondLevelBackIconSize": {
|
|
13667
|
+
"$ref": "#size"
|
|
13668
|
+
},
|
|
13669
|
+
"secondLevelBackLinkColor": {
|
|
13670
|
+
"$ref": "#color"
|
|
13671
|
+
},
|
|
13672
|
+
"secondLevelBackLinkFontSize": {
|
|
13673
|
+
"$ref": "#size"
|
|
13674
|
+
},
|
|
13675
|
+
"secondLevelBackLinkFontName": {
|
|
13676
|
+
"$ref": "#fontName"
|
|
13677
|
+
},
|
|
13678
|
+
"secondLevelBackLinkFontWeight": {
|
|
13679
|
+
"$ref": "#fontWeight"
|
|
13680
|
+
},
|
|
13681
|
+
"secondLevelCloseIcon": {
|
|
13682
|
+
"$ref": "#icon"
|
|
13683
|
+
},
|
|
13684
|
+
"secondLevelCloseIconSize": {
|
|
13685
|
+
"$ref": "#size"
|
|
13686
|
+
},
|
|
13687
|
+
"secondLevelCloseButtonBorderWidth": {
|
|
13688
|
+
"$ref": "#border"
|
|
13689
|
+
},
|
|
13690
|
+
"secondLevelCloseButtonPadding": {
|
|
13691
|
+
"$ref": "#size"
|
|
13692
|
+
},
|
|
13693
|
+
"secondLevelDividerColor": {
|
|
13694
|
+
"$ref": "#color"
|
|
13695
|
+
},
|
|
13696
|
+
"secondLevelDividerWidth": {
|
|
13697
|
+
"$ref": "#size"
|
|
13698
|
+
},
|
|
13699
|
+
"secondLevelParentIcon": {
|
|
13700
|
+
"$ref": "#icon"
|
|
13091
13701
|
}
|
|
13092
13702
|
}
|
|
13093
13703
|
},
|
|
@@ -16406,6 +17016,18 @@
|
|
|
16406
17016
|
"paddingTop": {
|
|
16407
17017
|
"$ref": "#size"
|
|
16408
17018
|
},
|
|
17019
|
+
"marginBottom": {
|
|
17020
|
+
"$ref": "#size"
|
|
17021
|
+
},
|
|
17022
|
+
"marginLeft": {
|
|
17023
|
+
"$ref": "#size"
|
|
17024
|
+
},
|
|
17025
|
+
"marginRight": {
|
|
17026
|
+
"$ref": "#size"
|
|
17027
|
+
},
|
|
17028
|
+
"marginTop": {
|
|
17029
|
+
"$ref": "#size"
|
|
17030
|
+
},
|
|
16409
17031
|
"minWidth": {
|
|
16410
17032
|
"$ref": "#size"
|
|
16411
17033
|
},
|
|
@@ -16498,6 +17120,10 @@
|
|
|
16498
17120
|
"paddingLeft",
|
|
16499
17121
|
"paddingRight",
|
|
16500
17122
|
"paddingTop",
|
|
17123
|
+
"marginBottom",
|
|
17124
|
+
"marginLeft",
|
|
17125
|
+
"marginRight",
|
|
17126
|
+
"marginTop",
|
|
16501
17127
|
"minWidth",
|
|
16502
17128
|
"shadow",
|
|
16503
17129
|
"contentAlignItems",
|
|
@@ -16576,6 +17202,18 @@
|
|
|
16576
17202
|
"paddingTop": {
|
|
16577
17203
|
"$ref": "#size"
|
|
16578
17204
|
},
|
|
17205
|
+
"marginBottom": {
|
|
17206
|
+
"$ref": "#size"
|
|
17207
|
+
},
|
|
17208
|
+
"marginLeft": {
|
|
17209
|
+
"$ref": "#size"
|
|
17210
|
+
},
|
|
17211
|
+
"marginRight": {
|
|
17212
|
+
"$ref": "#size"
|
|
17213
|
+
},
|
|
17214
|
+
"marginTop": {
|
|
17215
|
+
"$ref": "#size"
|
|
17216
|
+
},
|
|
16579
17217
|
"minWidth": {
|
|
16580
17218
|
"$ref": "#size"
|
|
16581
17219
|
},
|
|
@@ -22650,6 +23288,8 @@
|
|
|
22650
23288
|
"VideoPicker",
|
|
22651
23289
|
"Disclaimer",
|
|
22652
23290
|
"FileUpload",
|
|
23291
|
+
"Shortcuts",
|
|
23292
|
+
"ShortcutsItem",
|
|
22653
23293
|
"Table",
|
|
22654
23294
|
"Image",
|
|
22655
23295
|
"Spinner",
|