@telus-uds/theme-koodo 5.20.0 → 5.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/ButtonGroupItem.json +1 -1
- package/build/android/CardGroup.json +4 -0
- package/build/android/DownloadApp.json +41 -0
- package/build/android/Link.json +1 -1
- package/build/android/TabBar.json +40 -0
- package/build/android/TabBarItem.json +119 -0
- package/build/android/ToggleSwitch.json +6 -6
- package/build/android/schema.json +1123 -705
- package/build/android/theme.json +213 -9
- package/build/ios/ButtonGroupItem.json +1 -1
- package/build/ios/CardGroup.json +4 -0
- package/build/ios/DownloadApp.json +41 -0
- package/build/ios/Link.json +1 -1
- package/build/ios/TabBar.json +40 -0
- package/build/ios/TabBarItem.json +119 -0
- package/build/ios/ToggleSwitch.json +6 -6
- package/build/ios/schema.json +1123 -705
- package/build/ios/theme.json +213 -9
- package/build/rn/ActionCard.js +1 -1
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +2 -2
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +1 -1
- package/build/rn/CardGroup.js +5 -1
- package/build/rn/Carousel.js +1 -1
- package/build/rn/CarouselTabsPanelItem.js +1 -1
- package/build/rn/CarouselThumbnail.js +1 -1
- package/build/rn/Checkbox.js +1 -1
- package/build/rn/CheckboxCard.js +1 -1
- package/build/rn/CheckboxCardGroup.js +1 -1
- package/build/rn/CheckboxGroup.js +1 -1
- package/build/rn/ChevronLink.js +1 -1
- package/build/rn/ColourToggle.js +1 -1
- package/build/rn/Countdown.js +1 -1
- package/build/rn/DatePicker.js +1 -1
- package/build/rn/Disclaimer.js +1 -1
- package/build/rn/Divider.js +1 -1
- package/build/rn/DownloadApp.js +62 -0
- package/build/rn/ExpandCollapse.js +1 -1
- package/build/rn/ExpandCollapseControl.js +1 -1
- package/build/rn/ExpandCollapseMini.js +1 -1
- package/build/rn/ExpandCollapseMiniControl.js +1 -1
- package/build/rn/ExpandCollapsePanel.js +1 -1
- package/build/rn/Feedback.js +1 -1
- package/build/rn/Fieldset.js +1 -1
- package/build/rn/FileUpload.js +1 -1
- package/build/rn/Footnote.js +1 -1
- package/build/rn/FootnoteLink.js +1 -1
- package/build/rn/HorizontalScrollButton.js +1 -1
- package/build/rn/Icon.js +1 -1
- package/build/rn/IconButton.js +1 -1
- package/build/rn/Image.js +1 -1
- package/build/rn/InputLabel.js +1 -1
- package/build/rn/InputSupports.js +1 -1
- package/build/rn/Link.js +2 -2
- package/build/rn/List.js +1 -1
- package/build/rn/Listbox.js +1 -1
- package/build/rn/Modal.js +1 -1
- package/build/rn/MultiSelectFilter.js +1 -1
- package/build/rn/NavigationBar.js +1 -1
- package/build/rn/Notification.js +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +1 -1
- package/build/rn/QuickLinksFeatureItem.js +1 -1
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +1 -1
- package/build/rn/RadioCard.js +1 -1
- package/build/rn/RadioCardGroup.js +1 -1
- package/build/rn/RadioGroup.js +1 -1
- package/build/rn/Ribbon.js +1 -1
- package/build/rn/Search.js +1 -1
- package/build/rn/SearchButton.js +1 -1
- package/build/rn/Select.js +1 -1
- package/build/rn/SideNav.js +1 -1
- package/build/rn/SideNavItem.js +1 -1
- package/build/rn/SideNavItemsGroup.js +1 -1
- package/build/rn/Skeleton.js +1 -1
- package/build/rn/SkipLink.js +1 -1
- package/build/rn/Spinner.js +1 -1
- package/build/rn/SplashButton.js +1 -1
- package/build/rn/SplashButtonWithDetails.js +1 -1
- package/build/rn/StackView.js +1 -1
- package/build/rn/Status.js +1 -1
- package/build/rn/StepTracker.js +1 -1
- package/build/rn/StoryCard.js +1 -1
- package/build/rn/TabBar.js +34 -0
- package/build/rn/TabBarItem.js +67 -0
- package/build/rn/Table.js +1 -1
- package/build/rn/Tabs.js +1 -1
- package/build/rn/TabsItem.js +1 -1
- package/build/rn/Tags.js +1 -1
- package/build/rn/TagsItem.js +1 -1
- package/build/rn/TermsAndConditions.js +1 -1
- package/build/rn/Testimonial.js +1 -1
- package/build/rn/TextArea.js +1 -1
- package/build/rn/TextInput.js +1 -1
- package/build/rn/Timeline.js +1 -1
- package/build/rn/Toast.js +1 -1
- package/build/rn/ToggleSwitch.js +5 -5
- 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 +1123 -705
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +149 -8
- package/build/web/ActionCard.js +1 -1
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +2 -2
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +1 -1
- package/build/web/CardGroup.js +5 -1
- package/build/web/Carousel.js +1 -1
- package/build/web/CarouselTabsPanelItem.js +1 -1
- package/build/web/CarouselThumbnail.js +1 -1
- package/build/web/Checkbox.js +1 -1
- package/build/web/CheckboxCard.js +1 -1
- package/build/web/CheckboxCardGroup.js +1 -1
- package/build/web/CheckboxGroup.js +1 -1
- package/build/web/ChevronLink.js +1 -1
- package/build/web/ColourToggle.js +1 -1
- package/build/web/Countdown.js +1 -1
- package/build/web/DatePicker.js +1 -1
- package/build/web/Disclaimer.js +1 -1
- package/build/web/Divider.js +1 -1
- package/build/web/DownloadApp.js +62 -0
- package/build/web/ExpandCollapse.js +1 -1
- package/build/web/ExpandCollapseControl.js +1 -1
- package/build/web/ExpandCollapseMini.js +1 -1
- package/build/web/ExpandCollapseMiniControl.js +1 -1
- package/build/web/ExpandCollapsePanel.js +1 -1
- package/build/web/Feedback.js +1 -1
- package/build/web/Fieldset.js +1 -1
- package/build/web/FileUpload.js +1 -1
- package/build/web/Footnote.js +1 -1
- package/build/web/FootnoteLink.js +1 -1
- package/build/web/HorizontalScrollButton.js +1 -1
- package/build/web/Icon.js +1 -1
- package/build/web/IconButton.js +1 -1
- package/build/web/Image.js +1 -1
- package/build/web/InputLabel.js +1 -1
- package/build/web/InputSupports.js +1 -1
- package/build/web/Link.js +2 -2
- package/build/web/List.js +1 -1
- package/build/web/Listbox.js +1 -1
- package/build/web/Modal.js +1 -1
- package/build/web/MultiSelectFilter.js +1 -1
- package/build/web/NavigationBar.js +1 -1
- package/build/web/Notification.js +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +1 -1
- package/build/web/QuickLinksFeatureItem.js +1 -1
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +1 -1
- package/build/web/RadioCard.js +1 -1
- package/build/web/RadioCardGroup.js +1 -1
- package/build/web/RadioGroup.js +1 -1
- package/build/web/Ribbon.js +1 -1
- package/build/web/Search.js +1 -1
- package/build/web/SearchButton.js +1 -1
- package/build/web/Select.js +1 -1
- package/build/web/SideNav.js +1 -1
- package/build/web/SideNavItem.js +1 -1
- package/build/web/SideNavItemsGroup.js +1 -1
- package/build/web/Skeleton.js +1 -1
- package/build/web/SkipLink.js +1 -1
- package/build/web/Spinner.js +1 -1
- package/build/web/SplashButton.js +1 -1
- package/build/web/SplashButtonWithDetails.js +1 -1
- package/build/web/StackView.js +1 -1
- package/build/web/Status.js +1 -1
- package/build/web/StepTracker.js +1 -1
- package/build/web/StoryCard.js +1 -1
- package/build/web/TabBar.js +34 -0
- package/build/web/TabBarItem.js +67 -0
- package/build/web/Table.js +1 -1
- package/build/web/Tabs.js +1 -1
- package/build/web/TabsItem.js +1 -1
- package/build/web/Tags.js +1 -1
- package/build/web/TagsItem.js +1 -1
- package/build/web/TermsAndConditions.js +1 -1
- package/build/web/Testimonial.js +1 -1
- package/build/web/TextArea.js +1 -1
- package/build/web/TextInput.js +1 -1
- package/build/web/Timeline.js +1 -1
- package/build/web/Toast.js +1 -1
- package/build/web/ToggleSwitch.js +5 -5
- 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 +4 -1
- package/build/web/schema.json +1123 -705
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +149 -8
- package/package.json +4 -4
- package/theme.json +144 -4
package/build/web/schema.json
CHANGED
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
"{appearances.DatePicker.pressed}",
|
|
67
67
|
"{appearances.DatePicker.selected}",
|
|
68
68
|
"{appearances.DatePicker.focus}",
|
|
69
|
+
"{appearances.DownloadApp.focus}",
|
|
70
|
+
"{appearances.DownloadApp.hover}",
|
|
71
|
+
"{appearances.DownloadApp.pressed}",
|
|
69
72
|
"{appearances.ExpandCollapseControl.pressed}",
|
|
70
73
|
"{appearances.ExpandCollapseControl.hover}",
|
|
71
74
|
"{appearances.ExpandCollapseControl.focus}",
|
|
@@ -160,6 +163,10 @@
|
|
|
160
163
|
"{appearances.TabsItem.hover}",
|
|
161
164
|
"{appearances.TabsItem.pressed}",
|
|
162
165
|
"{appearances.TabsItem.selected}",
|
|
166
|
+
"{appearances.TabBarItem.focus}",
|
|
167
|
+
"{appearances.TabBarItem.hover}",
|
|
168
|
+
"{appearances.TabBarItem.pressed}",
|
|
169
|
+
"{appearances.TabBarItem.selected}",
|
|
163
170
|
"{appearances.TagsItem.focus}",
|
|
164
171
|
"{appearances.TagsItem.hover}",
|
|
165
172
|
"{appearances.TagsItem.pressed}",
|
|
@@ -242,38 +249,38 @@
|
|
|
242
249
|
"anyOf": [
|
|
243
250
|
{
|
|
244
251
|
"const": "{palette.border.border1}",
|
|
245
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
246
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
252
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
253
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
247
254
|
},
|
|
248
255
|
{
|
|
249
256
|
"const": "{palette.border.border2}",
|
|
250
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
251
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
257
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
252
259
|
},
|
|
253
260
|
{
|
|
254
261
|
"const": "{palette.border.border3}",
|
|
255
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
256
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
262
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
257
264
|
},
|
|
258
265
|
{
|
|
259
266
|
"const": "{palette.border.border4}",
|
|
260
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
261
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
267
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
268
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
262
269
|
},
|
|
263
270
|
{
|
|
264
271
|
"const": "{palette.border.none}",
|
|
265
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
266
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
272
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
273
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
267
274
|
},
|
|
268
275
|
{
|
|
269
276
|
"const": "{system.border.zero}",
|
|
270
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
271
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
277
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
278
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
272
279
|
},
|
|
273
280
|
{
|
|
274
281
|
"const": "{system.border.none}",
|
|
275
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
276
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
282
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
283
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
277
284
|
}
|
|
278
285
|
],
|
|
279
286
|
"$id": "#border"
|
|
@@ -282,268 +289,268 @@
|
|
|
282
289
|
"anyOf": [
|
|
283
290
|
{
|
|
284
291
|
"const": "{palette.color.amaranth}",
|
|
285
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
286
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
292
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
293
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
287
294
|
},
|
|
288
295
|
{
|
|
289
296
|
"const": "{palette.color.bilbao}",
|
|
290
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
291
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
297
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
292
299
|
},
|
|
293
300
|
{
|
|
294
301
|
"const": "{palette.color.black}",
|
|
295
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
296
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
302
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlack",
|
|
303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlack"
|
|
297
304
|
},
|
|
298
305
|
{
|
|
299
306
|
"const": "{palette.color.blackLight}",
|
|
300
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
301
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
307
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlack Light",
|
|
308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlack Light"
|
|
302
309
|
},
|
|
303
310
|
{
|
|
304
311
|
"const": "{palette.color.blue}",
|
|
305
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
306
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
312
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlue",
|
|
313
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlue"
|
|
307
314
|
},
|
|
308
315
|
{
|
|
309
316
|
"const": "{palette.color.blueDark}",
|
|
310
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
311
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
317
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlue Dark",
|
|
318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlue Dark"
|
|
312
319
|
},
|
|
313
320
|
{
|
|
314
321
|
"const": "{palette.color.blueLight}",
|
|
315
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
316
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
322
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlue Light",
|
|
323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlue Light"
|
|
317
324
|
},
|
|
318
325
|
{
|
|
319
326
|
"const": "{palette.color.caution}",
|
|
320
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
321
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
327
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nCaution",
|
|
328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nCaution"
|
|
322
329
|
},
|
|
323
330
|
{
|
|
324
331
|
"const": "{palette.color.cautionLight}",
|
|
325
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
326
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
332
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nCaution Light",
|
|
333
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nCaution Light"
|
|
327
334
|
},
|
|
328
335
|
{
|
|
329
336
|
"const": "{palette.color.danger}",
|
|
330
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
331
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
337
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDanger",
|
|
338
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDanger"
|
|
332
339
|
},
|
|
333
340
|
{
|
|
334
341
|
"const": "{palette.color.dangerLight}",
|
|
335
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
336
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
342
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDanger Light",
|
|
343
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDanger Light"
|
|
337
344
|
},
|
|
338
345
|
{
|
|
339
346
|
"const": "{palette.color.dangerMid}",
|
|
340
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
341
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
347
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDanger Mid",
|
|
348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDanger Mid"
|
|
342
349
|
},
|
|
343
350
|
{
|
|
344
351
|
"const": "{palette.color.dark10}",
|
|
345
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
346
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
352
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 10%",
|
|
353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
347
354
|
},
|
|
348
355
|
{
|
|
349
356
|
"const": "{palette.color.dark20}",
|
|
350
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
351
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
357
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 20%",
|
|
358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
352
359
|
},
|
|
353
360
|
{
|
|
354
361
|
"const": "{palette.color.dark40}",
|
|
355
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
356
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
362
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 40%",
|
|
363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
357
364
|
},
|
|
358
365
|
{
|
|
359
366
|
"const": "{palette.color.dark5}",
|
|
360
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
361
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
367
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 5%",
|
|
368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 5%"
|
|
362
369
|
},
|
|
363
370
|
{
|
|
364
371
|
"const": "{palette.color.dark60}",
|
|
365
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
366
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
372
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 60%",
|
|
373
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
367
374
|
},
|
|
368
375
|
{
|
|
369
376
|
"const": "{palette.color.dark80}",
|
|
370
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
371
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
377
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 80%",
|
|
378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
372
379
|
},
|
|
373
380
|
{
|
|
374
381
|
"const": "{palette.color.dark97}",
|
|
375
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
376
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
382
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDark 97%",
|
|
383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
377
384
|
},
|
|
378
385
|
{
|
|
379
386
|
"const": "{palette.color.dove}",
|
|
380
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
381
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
387
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nDove",
|
|
388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nDove"
|
|
382
389
|
},
|
|
383
390
|
{
|
|
384
391
|
"const": "{palette.color.flirt}",
|
|
385
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
386
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
392
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
387
394
|
},
|
|
388
395
|
{
|
|
389
396
|
"const": "{palette.color.gallery}",
|
|
390
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
391
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
397
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nGallery",
|
|
398
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nGallery"
|
|
392
399
|
},
|
|
393
400
|
{
|
|
394
401
|
"const": "{palette.color.green}",
|
|
395
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
396
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
402
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nGreen",
|
|
403
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nGreen"
|
|
397
404
|
},
|
|
398
405
|
{
|
|
399
406
|
"const": "{palette.color.greenDark}",
|
|
400
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
401
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
407
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nGreen Dark",
|
|
408
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nGreen Dark"
|
|
402
409
|
},
|
|
403
410
|
{
|
|
404
411
|
"const": "{palette.color.greenLight}",
|
|
405
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
406
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
412
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nGreen Light",
|
|
413
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nGreen Light"
|
|
407
414
|
},
|
|
408
415
|
{
|
|
409
416
|
"const": "{palette.color.greyLight}",
|
|
410
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
411
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
417
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
418
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
412
419
|
},
|
|
413
420
|
{
|
|
414
421
|
"const": "{palette.color.greyMystic}",
|
|
415
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
416
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
422
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nMystic Grey",
|
|
423
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nMystic Grey"
|
|
417
424
|
},
|
|
418
425
|
{
|
|
419
426
|
"const": "{palette.color.light10}",
|
|
420
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
421
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
427
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 10%",
|
|
428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
422
429
|
},
|
|
423
430
|
{
|
|
424
431
|
"const": "{palette.color.light20}",
|
|
425
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
426
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
432
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 20%",
|
|
433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
427
434
|
},
|
|
428
435
|
{
|
|
429
436
|
"const": "{palette.color.light40}",
|
|
430
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
431
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
437
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 40%",
|
|
438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
432
439
|
},
|
|
433
440
|
{
|
|
434
441
|
"const": "{palette.color.light60}",
|
|
435
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
436
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
442
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 60%",
|
|
443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
437
444
|
},
|
|
438
445
|
{
|
|
439
446
|
"const": "{palette.color.light80}",
|
|
440
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
441
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
447
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 80%",
|
|
448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
442
449
|
},
|
|
443
450
|
{
|
|
444
451
|
"const": "{palette.color.light97}",
|
|
445
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
446
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
452
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nLight 97%",
|
|
453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
447
454
|
},
|
|
448
455
|
{
|
|
449
456
|
"const": "{palette.color.mortar}",
|
|
450
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
451
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
457
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nMortar",
|
|
458
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nMortar"
|
|
452
459
|
},
|
|
453
460
|
{
|
|
454
461
|
"const": "{palette.color.mosque}",
|
|
455
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
456
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
462
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
463
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
457
464
|
},
|
|
458
465
|
{
|
|
459
466
|
"const": "{palette.color.orange}",
|
|
460
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
461
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
467
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nOrange",
|
|
468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nOrange"
|
|
462
469
|
},
|
|
463
470
|
{
|
|
464
471
|
"const": "{palette.color.orangeDark}",
|
|
465
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
466
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
472
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nOrange Dark",
|
|
473
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nOrange Dark"
|
|
467
474
|
},
|
|
468
475
|
{
|
|
469
476
|
"const": "{palette.color.orangeLight}",
|
|
470
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
471
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
477
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nOrange Light",
|
|
478
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nOrange Light"
|
|
472
479
|
},
|
|
473
480
|
{
|
|
474
481
|
"const": "{palette.color.pink}",
|
|
475
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
476
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
482
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPink",
|
|
483
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPink"
|
|
477
484
|
},
|
|
478
485
|
{
|
|
479
486
|
"const": "{palette.color.pinkDark}",
|
|
480
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
481
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
487
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPink Dark",
|
|
488
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPink Dark"
|
|
482
489
|
},
|
|
483
490
|
{
|
|
484
491
|
"const": "{palette.color.pinkLight}",
|
|
485
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
486
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
492
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPink Light",
|
|
493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPink Light"
|
|
487
494
|
},
|
|
488
495
|
{
|
|
489
496
|
"const": "{palette.color.purple}",
|
|
490
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
491
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
497
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPurple",
|
|
498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPurple"
|
|
492
499
|
},
|
|
493
500
|
{
|
|
494
501
|
"const": "{palette.color.purpleDark}",
|
|
495
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
496
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
502
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPurple Dark",
|
|
503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPurple Dark"
|
|
497
504
|
},
|
|
498
505
|
{
|
|
499
506
|
"const": "{palette.color.purpleLight}",
|
|
500
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
501
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
507
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nPurple Light",
|
|
508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
502
509
|
},
|
|
503
510
|
{
|
|
504
511
|
"const": "{palette.color.silver}",
|
|
505
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
506
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
512
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nSilver",
|
|
513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nSilver"
|
|
507
514
|
},
|
|
508
515
|
{
|
|
509
516
|
"const": "{palette.color.silverDark}",
|
|
510
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
511
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
517
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
518
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
512
519
|
},
|
|
513
520
|
{
|
|
514
521
|
"const": "{palette.color.success}",
|
|
515
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
516
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
522
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nSuccess",
|
|
523
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nSuccess"
|
|
517
524
|
},
|
|
518
525
|
{
|
|
519
526
|
"const": "{palette.color.successLight}",
|
|
520
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
521
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
527
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nSuccess Light",
|
|
528
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nSuccess Light"
|
|
522
529
|
},
|
|
523
530
|
{
|
|
524
531
|
"const": "{palette.color.transparent}",
|
|
525
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
526
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
532
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
533
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
527
534
|
},
|
|
528
535
|
{
|
|
529
536
|
"const": "{palette.color.trinidad}",
|
|
530
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
531
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
537
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
538
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
532
539
|
},
|
|
533
540
|
{
|
|
534
541
|
"const": "{palette.color.white}",
|
|
535
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
536
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
542
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
543
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
537
544
|
},
|
|
538
545
|
{
|
|
539
546
|
"const": "{system.color.transparent}",
|
|
540
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
541
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
547
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
548
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
542
549
|
},
|
|
543
550
|
{
|
|
544
551
|
"const": "{system.color.none}",
|
|
545
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
546
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
552
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
553
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
547
554
|
}
|
|
548
555
|
],
|
|
549
556
|
"$id": "#color"
|
|
@@ -552,18 +559,18 @@
|
|
|
552
559
|
"anyOf": [
|
|
553
560
|
{
|
|
554
561
|
"const": "{palette.duration.duration250}",
|
|
555
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
556
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
562
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
563
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
557
564
|
},
|
|
558
565
|
{
|
|
559
566
|
"const": "{palette.duration.duration300}",
|
|
560
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
561
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
567
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
568
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
562
569
|
},
|
|
563
570
|
{
|
|
564
571
|
"const": "{system.duration.zero}",
|
|
565
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
566
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
572
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
573
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
567
574
|
}
|
|
568
575
|
],
|
|
569
576
|
"$id": "#duration"
|
|
@@ -572,113 +579,113 @@
|
|
|
572
579
|
"anyOf": [
|
|
573
580
|
{
|
|
574
581
|
"const": "{palette.fontSize.size12}",
|
|
575
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
576
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
582
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
583
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
577
584
|
},
|
|
578
585
|
{
|
|
579
586
|
"const": "{palette.fontSize.size14}",
|
|
580
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
581
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
587
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
588
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
582
589
|
},
|
|
583
590
|
{
|
|
584
591
|
"const": "{palette.fontSize.size15}",
|
|
585
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
586
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
592
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
593
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
587
594
|
},
|
|
588
595
|
{
|
|
589
596
|
"const": "{palette.fontSize.size16}",
|
|
590
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
591
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
597
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
598
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
592
599
|
},
|
|
593
600
|
{
|
|
594
601
|
"const": "{palette.fontSize.size18}",
|
|
595
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
596
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
602
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
603
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
597
604
|
},
|
|
598
605
|
{
|
|
599
606
|
"const": "{palette.fontSize.size2}",
|
|
600
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
601
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
607
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
602
609
|
},
|
|
603
610
|
{
|
|
604
611
|
"const": "{palette.fontSize.size20}",
|
|
605
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
606
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
612
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
613
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
607
614
|
},
|
|
608
615
|
{
|
|
609
616
|
"const": "{palette.fontSize.size24}",
|
|
610
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
611
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
617
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
612
619
|
},
|
|
613
620
|
{
|
|
614
621
|
"const": "{palette.fontSize.size28}",
|
|
615
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
616
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
622
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
617
624
|
},
|
|
618
625
|
{
|
|
619
626
|
"const": "{palette.fontSize.size30}",
|
|
620
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
621
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
627
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
622
629
|
},
|
|
623
630
|
{
|
|
624
631
|
"const": "{palette.fontSize.size32}",
|
|
625
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
626
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
632
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
627
634
|
},
|
|
628
635
|
{
|
|
629
636
|
"const": "{palette.fontSize.size34}",
|
|
630
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
631
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
637
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
632
639
|
},
|
|
633
640
|
{
|
|
634
641
|
"const": "{palette.fontSize.size36}",
|
|
635
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
636
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
642
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
643
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
637
644
|
},
|
|
638
645
|
{
|
|
639
646
|
"const": "{palette.fontSize.size40}",
|
|
640
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
641
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
647
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
648
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
642
649
|
},
|
|
643
650
|
{
|
|
644
651
|
"const": "{palette.fontSize.size44}",
|
|
645
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
646
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
652
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
653
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
647
654
|
},
|
|
648
655
|
{
|
|
649
656
|
"const": "{palette.fontSize.size48}",
|
|
650
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
651
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
657
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
658
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
652
659
|
},
|
|
653
660
|
{
|
|
654
661
|
"const": "{palette.fontSize.size54}",
|
|
655
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
656
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
662
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
663
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
657
664
|
},
|
|
658
665
|
{
|
|
659
666
|
"const": "{palette.fontSize.size56}",
|
|
660
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
661
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
667
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
668
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
662
669
|
},
|
|
663
670
|
{
|
|
664
671
|
"const": "{palette.fontSize.size64}",
|
|
665
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
666
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
672
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
673
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
667
674
|
},
|
|
668
675
|
{
|
|
669
676
|
"const": "{palette.fontSize.size70}",
|
|
670
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
671
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
677
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
678
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
672
679
|
},
|
|
673
680
|
{
|
|
674
681
|
"const": "{palette.fontSize.size72}",
|
|
675
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
676
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
682
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
683
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
677
684
|
},
|
|
678
685
|
{
|
|
679
686
|
"const": "{system.fontSize.none}",
|
|
680
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
681
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
687
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
688
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
682
689
|
}
|
|
683
690
|
],
|
|
684
691
|
"$id": "#fontSize"
|
|
@@ -687,13 +694,13 @@
|
|
|
687
694
|
"anyOf": [
|
|
688
695
|
{
|
|
689
696
|
"const": "{palette.gradient.blackSolid}",
|
|
690
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
691
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
697
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nBlack solid Gradient",
|
|
698
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nBlack solid Gradient"
|
|
692
699
|
},
|
|
693
700
|
{
|
|
694
701
|
"const": "{system.gradient.none}",
|
|
695
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
696
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
702
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
703
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
697
704
|
}
|
|
698
705
|
],
|
|
699
706
|
"$id": "#gradient"
|
|
@@ -702,508 +709,528 @@
|
|
|
702
709
|
"anyOf": [
|
|
703
710
|
{
|
|
704
711
|
"const": "{palette.icon.Add}",
|
|
705
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
706
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
712
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
713
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
707
714
|
},
|
|
708
715
|
{
|
|
709
716
|
"const": "{palette.icon.Amex}",
|
|
710
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
711
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
717
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
718
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"const": "{palette.icon.AndroidEN}",
|
|
722
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
723
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"const": "{palette.icon.AndroidFR}",
|
|
727
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
728
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
712
729
|
},
|
|
713
730
|
{
|
|
714
731
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
715
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
716
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
732
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
733
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
717
734
|
},
|
|
718
735
|
{
|
|
719
736
|
"const": "{palette.icon.ArrowLeft}",
|
|
720
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
721
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
737
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
738
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
722
739
|
},
|
|
723
740
|
{
|
|
724
741
|
"const": "{palette.icon.ArrowRight}",
|
|
725
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
726
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
742
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
743
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
727
744
|
},
|
|
728
745
|
{
|
|
729
746
|
"const": "{palette.icon.BoxOutline}",
|
|
730
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
731
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
747
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
748
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
732
749
|
},
|
|
733
750
|
{
|
|
734
751
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
735
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
736
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
752
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
753
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
737
754
|
},
|
|
738
755
|
{
|
|
739
756
|
"const": "{palette.icon.Bullet}",
|
|
740
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
741
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
757
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
758
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
742
759
|
},
|
|
743
760
|
{
|
|
744
761
|
"const": "{palette.icon.BulletFill}",
|
|
745
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
746
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
762
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
763
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
747
764
|
},
|
|
748
765
|
{
|
|
749
766
|
"const": "{palette.icon.Cart}",
|
|
750
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
751
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
767
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
768
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
752
769
|
},
|
|
753
770
|
{
|
|
754
771
|
"const": "{palette.icon.CartFilled}",
|
|
755
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
756
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
772
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
773
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
757
774
|
},
|
|
758
775
|
{
|
|
759
776
|
"const": "{palette.icon.Caution}",
|
|
760
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
761
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
777
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
778
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
762
779
|
},
|
|
763
780
|
{
|
|
764
781
|
"const": "{palette.icon.Check}",
|
|
765
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
766
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
782
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
783
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
767
784
|
},
|
|
768
785
|
{
|
|
769
786
|
"const": "{palette.icon.CheckCircle}",
|
|
770
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
771
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
787
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
788
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
772
789
|
},
|
|
773
790
|
{
|
|
774
791
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
775
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
776
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
792
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
793
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
777
794
|
},
|
|
778
795
|
{
|
|
779
796
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
780
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
781
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
797
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
798
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
782
799
|
},
|
|
783
800
|
{
|
|
784
801
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
785
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
786
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
802
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
803
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
787
804
|
},
|
|
788
805
|
{
|
|
789
806
|
"const": "{palette.icon.ChevronDown}",
|
|
790
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
791
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
807
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
808
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
792
809
|
},
|
|
793
810
|
{
|
|
794
811
|
"const": "{palette.icon.ChevronLeft}",
|
|
795
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
796
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
812
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
813
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
797
814
|
},
|
|
798
815
|
{
|
|
799
816
|
"const": "{palette.icon.ChevronRight}",
|
|
800
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
801
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
817
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
818
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
802
819
|
},
|
|
803
820
|
{
|
|
804
821
|
"const": "{palette.icon.ChevronUp}",
|
|
805
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
806
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
822
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
823
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
807
824
|
},
|
|
808
825
|
{
|
|
809
826
|
"const": "{palette.icon.CircledLine}",
|
|
810
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
811
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
827
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
828
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
812
829
|
},
|
|
813
830
|
{
|
|
814
831
|
"const": "{palette.icon.Clipboard}",
|
|
815
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
816
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
832
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
833
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
817
834
|
},
|
|
818
835
|
{
|
|
819
836
|
"const": "{palette.icon.Close}",
|
|
820
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
821
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
837
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
838
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
822
839
|
},
|
|
823
840
|
{
|
|
824
841
|
"const": "{palette.icon.ClosedCaptions}",
|
|
825
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
826
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
842
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
843
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
827
844
|
},
|
|
828
845
|
{
|
|
829
846
|
"const": "{palette.icon.Coaxial}",
|
|
830
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
831
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
847
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
848
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
832
849
|
},
|
|
833
850
|
{
|
|
834
851
|
"const": "{palette.icon.CreditCard}",
|
|
835
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
836
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
852
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
853
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
837
854
|
},
|
|
838
855
|
{
|
|
839
856
|
"const": "{palette.icon.DSL}",
|
|
840
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
841
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
857
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
858
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
842
859
|
},
|
|
843
860
|
{
|
|
844
861
|
"const": "{palette.icon.Devices}",
|
|
845
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
846
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
862
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
863
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
847
864
|
},
|
|
848
865
|
{
|
|
849
866
|
"const": "{palette.icon.Download}",
|
|
850
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
851
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
867
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
868
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
852
869
|
},
|
|
853
870
|
{
|
|
854
871
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
855
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
856
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
872
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
873
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
857
874
|
},
|
|
858
875
|
{
|
|
859
876
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
860
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
861
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
877
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
878
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
862
879
|
},
|
|
863
880
|
{
|
|
864
881
|
"const": "{palette.icon.Expand}",
|
|
865
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
866
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
882
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
883
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
867
884
|
},
|
|
868
885
|
{
|
|
869
886
|
"const": "{palette.icon.EyeClosed}",
|
|
870
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
871
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
887
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
888
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
872
889
|
},
|
|
873
890
|
{
|
|
874
891
|
"const": "{palette.icon.EyeMasked}",
|
|
875
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
876
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
892
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
893
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
877
894
|
},
|
|
878
895
|
{
|
|
879
896
|
"const": "{palette.icon.EyeOpened}",
|
|
880
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
881
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
897
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
898
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
882
899
|
},
|
|
883
900
|
{
|
|
884
901
|
"const": "{palette.icon.EyeUnmasked}",
|
|
885
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
886
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
902
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
903
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
887
904
|
},
|
|
888
905
|
{
|
|
889
906
|
"const": "{palette.icon.FullscreenExpand}",
|
|
890
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
891
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
907
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
908
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
892
909
|
},
|
|
893
910
|
{
|
|
894
911
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
895
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
896
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
912
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
913
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
897
914
|
},
|
|
898
915
|
{
|
|
899
916
|
"const": "{palette.icon.Gift}",
|
|
900
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
901
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
917
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
918
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
902
919
|
},
|
|
903
920
|
{
|
|
904
921
|
"const": "{palette.icon.Hamburger}",
|
|
905
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
906
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
922
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
923
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"const": "{palette.icon.IOSEN}",
|
|
927
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
928
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"const": "{palette.icon.IOSFR}",
|
|
932
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
933
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
907
934
|
},
|
|
908
935
|
{
|
|
909
936
|
"const": "{palette.icon.IdCard}",
|
|
910
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
911
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
937
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
938
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
912
939
|
},
|
|
913
940
|
{
|
|
914
941
|
"const": "{palette.icon.IdTag}",
|
|
915
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
916
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
942
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
943
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
917
944
|
},
|
|
918
945
|
{
|
|
919
946
|
"const": "{palette.icon.Info}",
|
|
920
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
921
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
947
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
948
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
922
949
|
},
|
|
923
950
|
{
|
|
924
951
|
"const": "{palette.icon.InfoSelected}",
|
|
925
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
926
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
952
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
953
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
927
954
|
},
|
|
928
955
|
{
|
|
929
956
|
"const": "{palette.icon.InformationCircled}",
|
|
930
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
931
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
957
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
958
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
932
959
|
},
|
|
933
960
|
{
|
|
934
961
|
"const": "{palette.icon.InternetSpeed}",
|
|
935
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
936
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
962
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
963
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
937
964
|
},
|
|
938
965
|
{
|
|
939
966
|
"const": "{palette.icon.Kebab}",
|
|
940
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
941
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
967
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
968
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
942
969
|
},
|
|
943
970
|
{
|
|
944
971
|
"const": "{palette.icon.LeftCircle}",
|
|
945
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
946
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
972
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
973
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
947
974
|
},
|
|
948
975
|
{
|
|
949
976
|
"const": "{palette.icon.LinkExternal}",
|
|
950
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
951
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
977
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
978
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
952
979
|
},
|
|
953
980
|
{
|
|
954
981
|
"const": "{palette.icon.LocationMap}",
|
|
955
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
956
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
982
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
983
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
957
984
|
},
|
|
958
985
|
{
|
|
959
986
|
"const": "{palette.icon.LockFilled}",
|
|
960
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
961
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
987
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
988
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
962
989
|
},
|
|
963
990
|
{
|
|
964
991
|
"const": "{palette.icon.Maintenance}",
|
|
965
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
966
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
992
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
993
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
967
994
|
},
|
|
968
995
|
{
|
|
969
996
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
970
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
971
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
997
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
998
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
972
999
|
},
|
|
973
1000
|
{
|
|
974
1001
|
"const": "{palette.icon.MasterCard}",
|
|
975
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
976
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1002
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1003
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
977
1004
|
},
|
|
978
1005
|
{
|
|
979
1006
|
"const": "{palette.icon.Muted}",
|
|
980
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
981
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1007
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1008
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
982
1009
|
},
|
|
983
1010
|
{
|
|
984
1011
|
"const": "{palette.icon.OfferStarFilled}",
|
|
985
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
986
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1012
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1013
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
987
1014
|
},
|
|
988
1015
|
{
|
|
989
1016
|
"const": "{palette.icon.Pause}",
|
|
990
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
991
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1017
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1018
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
992
1019
|
},
|
|
993
1020
|
{
|
|
994
1021
|
"const": "{palette.icon.PaymentAdd}",
|
|
995
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
996
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1022
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1023
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
997
1024
|
},
|
|
998
1025
|
{
|
|
999
1026
|
"const": "{palette.icon.Perk}",
|
|
1000
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1001
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1027
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1028
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1002
1029
|
},
|
|
1003
1030
|
{
|
|
1004
1031
|
"const": "{palette.icon.Phone}",
|
|
1005
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1006
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1032
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1033
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1007
1034
|
},
|
|
1008
1035
|
{
|
|
1009
1036
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
1010
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1011
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1037
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1038
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1012
1039
|
},
|
|
1013
1040
|
{
|
|
1014
1041
|
"const": "{palette.icon.Play}",
|
|
1015
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1016
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1042
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1043
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1017
1044
|
},
|
|
1018
1045
|
{
|
|
1019
1046
|
"const": "{palette.icon.PlaySolid}",
|
|
1020
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1021
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1047
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1048
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1022
1049
|
},
|
|
1023
1050
|
{
|
|
1024
1051
|
"const": "{palette.icon.PlayVideo}",
|
|
1025
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1026
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1052
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1053
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1027
1054
|
},
|
|
1028
1055
|
{
|
|
1029
1056
|
"const": "{palette.icon.PlugPlay}",
|
|
1030
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1031
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1057
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1058
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1032
1059
|
},
|
|
1033
1060
|
{
|
|
1034
1061
|
"const": "{palette.icon.Preference}",
|
|
1035
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1036
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1062
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1063
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1037
1064
|
},
|
|
1038
1065
|
{
|
|
1039
1066
|
"const": "{palette.icon.Price}",
|
|
1040
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1041
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1067
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1068
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1042
1069
|
},
|
|
1043
1070
|
{
|
|
1044
1071
|
"const": "{palette.icon.Question}",
|
|
1045
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1046
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1072
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1073
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1047
1074
|
},
|
|
1048
1075
|
{
|
|
1049
1076
|
"const": "{palette.icon.QuestionFilled}",
|
|
1050
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1051
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1077
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1078
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1052
1079
|
},
|
|
1053
1080
|
{
|
|
1054
1081
|
"const": "{palette.icon.QuoteLeft}",
|
|
1055
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1056
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1082
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1083
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1057
1084
|
},
|
|
1058
1085
|
{
|
|
1059
1086
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1060
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1061
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1087
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1088
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1062
1089
|
},
|
|
1063
1090
|
{
|
|
1064
1091
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1065
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1066
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1092
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1093
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1067
1094
|
},
|
|
1068
1095
|
{
|
|
1069
1096
|
"const": "{palette.icon.RadialOutline}",
|
|
1070
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1071
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1097
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1098
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1072
1099
|
},
|
|
1073
1100
|
{
|
|
1074
1101
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1075
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1076
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1102
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1103
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1077
1104
|
},
|
|
1078
1105
|
{
|
|
1079
1106
|
"const": "{palette.icon.Receipt}",
|
|
1080
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1081
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1107
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1108
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1082
1109
|
},
|
|
1083
1110
|
{
|
|
1084
1111
|
"const": "{palette.icon.Refresh}",
|
|
1085
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1086
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1112
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1113
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1087
1114
|
},
|
|
1088
1115
|
{
|
|
1089
1116
|
"const": "{palette.icon.Replay}",
|
|
1090
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1091
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1117
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1118
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1092
1119
|
},
|
|
1093
1120
|
{
|
|
1094
1121
|
"const": "{palette.icon.RightCircle}",
|
|
1095
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1096
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1122
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1123
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1097
1124
|
},
|
|
1098
1125
|
{
|
|
1099
1126
|
"const": "{palette.icon.RightCirlce}",
|
|
1100
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1101
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1127
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nTODO: remove in next major release",
|
|
1128
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nTODO: remove in next major release"
|
|
1102
1129
|
},
|
|
1103
1130
|
{
|
|
1104
1131
|
"const": "{palette.icon.Settings}",
|
|
1105
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1106
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1132
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1133
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1107
1134
|
},
|
|
1108
1135
|
{
|
|
1109
1136
|
"const": "{palette.icon.SettingsSolid}",
|
|
1110
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1111
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1137
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1138
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1112
1139
|
},
|
|
1113
1140
|
{
|
|
1114
1141
|
"const": "{palette.icon.ShippingFilled}",
|
|
1115
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1116
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1142
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1143
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1117
1144
|
},
|
|
1118
1145
|
{
|
|
1119
1146
|
"const": "{palette.icon.Shop}",
|
|
1120
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1121
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1147
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1148
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1122
1149
|
},
|
|
1123
1150
|
{
|
|
1124
1151
|
"const": "{palette.icon.Sim}",
|
|
1125
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1126
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1152
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1153
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1127
1154
|
},
|
|
1128
1155
|
{
|
|
1129
1156
|
"const": "{palette.icon.SimFilled}",
|
|
1130
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1131
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1157
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1158
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1132
1159
|
},
|
|
1133
1160
|
{
|
|
1134
1161
|
"const": "{palette.icon.Spyglass}",
|
|
1135
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1136
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1162
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1163
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1137
1164
|
},
|
|
1138
1165
|
{
|
|
1139
1166
|
"const": "{palette.icon.Streaming}",
|
|
1140
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1141
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1167
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1168
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1142
1169
|
},
|
|
1143
1170
|
{
|
|
1144
1171
|
"const": "{palette.icon.Subtract}",
|
|
1145
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1146
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1172
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1173
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1147
1174
|
},
|
|
1148
1175
|
{
|
|
1149
1176
|
"const": "{palette.icon.Tag}",
|
|
1150
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1151
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1177
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1178
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1152
1179
|
},
|
|
1153
1180
|
{
|
|
1154
1181
|
"const": "{palette.icon.TagFilled}",
|
|
1155
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1156
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1182
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1183
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1157
1184
|
},
|
|
1158
1185
|
{
|
|
1159
1186
|
"const": "{palette.icon.Times}",
|
|
1160
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1161
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1187
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1188
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1162
1189
|
},
|
|
1163
1190
|
{
|
|
1164
1191
|
"const": "{palette.icon.TimesCircled}",
|
|
1165
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1166
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1192
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1193
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1167
1194
|
},
|
|
1168
1195
|
{
|
|
1169
1196
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1170
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1171
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1197
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1198
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1172
1199
|
},
|
|
1173
1200
|
{
|
|
1174
1201
|
"const": "{palette.icon.Tooltip}",
|
|
1175
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1176
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1202
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1203
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1177
1204
|
},
|
|
1178
1205
|
{
|
|
1179
1206
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1180
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1181
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1207
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1208
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1182
1209
|
},
|
|
1183
1210
|
{
|
|
1184
1211
|
"const": "{palette.icon.Unmuted}",
|
|
1185
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1186
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1212
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1213
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1187
1214
|
},
|
|
1188
1215
|
{
|
|
1189
1216
|
"const": "{palette.icon.User}",
|
|
1190
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1191
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1217
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1218
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1192
1219
|
},
|
|
1193
1220
|
{
|
|
1194
1221
|
"const": "{palette.icon.UserAdd}",
|
|
1195
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1196
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1222
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1223
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1197
1224
|
},
|
|
1198
1225
|
{
|
|
1199
1226
|
"const": "{palette.icon.Visa}",
|
|
1200
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1201
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1227
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1228
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1202
1229
|
},
|
|
1203
1230
|
{
|
|
1204
1231
|
"const": "{system.icon.none}",
|
|
1205
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1206
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1232
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1233
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1207
1234
|
}
|
|
1208
1235
|
],
|
|
1209
1236
|
"$id": "#icon"
|
|
@@ -1212,13 +1239,13 @@
|
|
|
1212
1239
|
"anyOf": [
|
|
1213
1240
|
{
|
|
1214
1241
|
"const": "{palette.letterSpacing.default}",
|
|
1215
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1216
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1242
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1243
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1217
1244
|
},
|
|
1218
1245
|
{
|
|
1219
1246
|
"const": "{system.letterSpacing.none}",
|
|
1220
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1221
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1247
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1248
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1222
1249
|
}
|
|
1223
1250
|
],
|
|
1224
1251
|
"$id": "#letterSpacing"
|
|
@@ -1227,118 +1254,118 @@
|
|
|
1227
1254
|
"anyOf": [
|
|
1228
1255
|
{
|
|
1229
1256
|
"const": "{palette.lineHeight.multiply110}",
|
|
1230
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1231
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1257
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1232
1259
|
},
|
|
1233
1260
|
{
|
|
1234
1261
|
"const": "{palette.lineHeight.multiply120}",
|
|
1235
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1236
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1262
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1237
1264
|
},
|
|
1238
1265
|
{
|
|
1239
1266
|
"const": "{palette.lineHeight.multiply130}",
|
|
1240
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1241
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1267
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1268
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1242
1269
|
},
|
|
1243
1270
|
{
|
|
1244
1271
|
"const": "{palette.lineHeight.multiply140}",
|
|
1245
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1246
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1272
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1273
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1247
1274
|
},
|
|
1248
1275
|
{
|
|
1249
1276
|
"const": "{palette.lineHeight.multiply150}",
|
|
1250
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1251
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1277
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1278
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1252
1279
|
},
|
|
1253
1280
|
{
|
|
1254
1281
|
"const": "{palette.lineHeight.multiply160}",
|
|
1255
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1256
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1282
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1283
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1257
1284
|
},
|
|
1258
1285
|
{
|
|
1259
1286
|
"const": "{palette.lineHeight.multiply172}",
|
|
1260
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1261
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1287
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1288
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1262
1289
|
},
|
|
1263
1290
|
{
|
|
1264
1291
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1265
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1266
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1292
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1293
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1267
1294
|
},
|
|
1268
1295
|
{
|
|
1269
1296
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1270
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1271
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1297
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1272
1299
|
},
|
|
1273
1300
|
{
|
|
1274
1301
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1275
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1276
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1302
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1277
1304
|
},
|
|
1278
1305
|
{
|
|
1279
1306
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1280
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1281
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1307
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1282
1309
|
},
|
|
1283
1310
|
{
|
|
1284
1311
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1285
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1286
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1312
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1313
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1287
1314
|
},
|
|
1288
1315
|
{
|
|
1289
1316
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1290
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1291
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1317
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1292
1319
|
},
|
|
1293
1320
|
{
|
|
1294
1321
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1295
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1296
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1322
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1297
1324
|
},
|
|
1298
1325
|
{
|
|
1299
1326
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1300
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1301
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1327
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1302
1329
|
},
|
|
1303
1330
|
{
|
|
1304
1331
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1305
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1306
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1332
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1333
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1307
1334
|
},
|
|
1308
1335
|
{
|
|
1309
1336
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1310
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1311
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1337
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1338
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1312
1339
|
},
|
|
1313
1340
|
{
|
|
1314
1341
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1315
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1316
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1342
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1343
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1317
1344
|
},
|
|
1318
1345
|
{
|
|
1319
1346
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1320
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1321
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1347
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1322
1349
|
},
|
|
1323
1350
|
{
|
|
1324
1351
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1325
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1326
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1352
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1327
1354
|
},
|
|
1328
1355
|
{
|
|
1329
1356
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1330
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1331
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1357
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1332
1359
|
},
|
|
1333
1360
|
{
|
|
1334
1361
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1335
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1336
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1362
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1337
1364
|
},
|
|
1338
1365
|
{
|
|
1339
1366
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1340
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1341
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1367
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1342
1369
|
}
|
|
1343
1370
|
],
|
|
1344
1371
|
"$id": "#lineHeight"
|
|
@@ -1347,28 +1374,28 @@
|
|
|
1347
1374
|
"anyOf": [
|
|
1348
1375
|
{
|
|
1349
1376
|
"const": "{palette.opacity.opacity10}",
|
|
1350
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1351
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1377
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1352
1379
|
},
|
|
1353
1380
|
{
|
|
1354
1381
|
"const": "{palette.opacity.opacity3}",
|
|
1355
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1356
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1382
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1357
1384
|
},
|
|
1358
1385
|
{
|
|
1359
1386
|
"const": "{palette.opacity.opacity5}",
|
|
1360
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1361
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1387
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1362
1389
|
},
|
|
1363
1390
|
{
|
|
1364
1391
|
"const": "{palette.opacity.opacity8}",
|
|
1365
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1366
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1392
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1367
1394
|
},
|
|
1368
1395
|
{
|
|
1369
1396
|
"const": "{system.opacity.opaque}",
|
|
1370
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1371
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1397
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1398
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1372
1399
|
}
|
|
1373
1400
|
],
|
|
1374
1401
|
"$id": "#opacity"
|
|
@@ -1377,83 +1404,83 @@
|
|
|
1377
1404
|
"anyOf": [
|
|
1378
1405
|
{
|
|
1379
1406
|
"const": "{palette.radius.none}",
|
|
1380
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1381
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1407
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1408
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1382
1409
|
},
|
|
1383
1410
|
{
|
|
1384
1411
|
"const": "{palette.radius.pill32}",
|
|
1385
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1386
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1412
|
+
"description": "@telus-uds/palette-koodo/v1.8.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)",
|
|
1413
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.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)"
|
|
1387
1414
|
},
|
|
1388
1415
|
{
|
|
1389
1416
|
"const": "{palette.radius.radius1}",
|
|
1390
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1391
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1417
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1418
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1392
1419
|
},
|
|
1393
1420
|
{
|
|
1394
1421
|
"const": "{palette.radius.radius12}",
|
|
1395
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1396
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1422
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1423
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1397
1424
|
},
|
|
1398
1425
|
{
|
|
1399
1426
|
"const": "{palette.radius.radius16}",
|
|
1400
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1401
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1427
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1402
1429
|
},
|
|
1403
1430
|
{
|
|
1404
1431
|
"const": "{palette.radius.radius2}",
|
|
1405
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1406
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1432
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1407
1434
|
},
|
|
1408
1435
|
{
|
|
1409
1436
|
"const": "{palette.radius.radius24}",
|
|
1410
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1411
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1437
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1412
1439
|
},
|
|
1413
1440
|
{
|
|
1414
1441
|
"const": "{palette.radius.radius4}",
|
|
1415
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1416
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1442
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1417
1444
|
},
|
|
1418
1445
|
{
|
|
1419
1446
|
"const": "{palette.radius.radius45}",
|
|
1420
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1421
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1447
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1422
1449
|
},
|
|
1423
1450
|
{
|
|
1424
1451
|
"const": "{palette.radius.radius48}",
|
|
1425
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1426
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1452
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1427
1454
|
},
|
|
1428
1455
|
{
|
|
1429
1456
|
"const": "{palette.radius.radius6}",
|
|
1430
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1431
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1457
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1458
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1432
1459
|
},
|
|
1433
1460
|
{
|
|
1434
1461
|
"const": "{palette.radius.radius8}",
|
|
1435
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1436
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1462
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1463
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1437
1464
|
},
|
|
1438
1465
|
{
|
|
1439
1466
|
"const": "{palette.radius.radius99}",
|
|
1440
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1441
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1467
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUse for the 'pill' designs with circular sides",
|
|
1468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUse for the 'pill' designs with circular sides"
|
|
1442
1469
|
},
|
|
1443
1470
|
{
|
|
1444
1471
|
"const": "{system.radius.none}",
|
|
1445
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1446
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1472
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1473
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1447
1474
|
},
|
|
1448
1475
|
{
|
|
1449
1476
|
"const": "{system.radius.zero}",
|
|
1450
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1451
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1477
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1452
1479
|
},
|
|
1453
1480
|
{
|
|
1454
1481
|
"const": "{system.radius.round}",
|
|
1455
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1456
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1482
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1457
1484
|
}
|
|
1458
1485
|
],
|
|
1459
1486
|
"$id": "#radius"
|
|
@@ -1462,38 +1489,38 @@
|
|
|
1462
1489
|
"anyOf": [
|
|
1463
1490
|
{
|
|
1464
1491
|
"const": "{palette.shadow.elevation1}",
|
|
1465
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1466
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1492
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1467
1494
|
},
|
|
1468
1495
|
{
|
|
1469
1496
|
"const": "{palette.shadow.elevation2}",
|
|
1470
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1471
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1497
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1472
1499
|
},
|
|
1473
1500
|
{
|
|
1474
1501
|
"const": "{palette.shadow.elevation3}",
|
|
1475
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1476
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1502
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1477
1504
|
},
|
|
1478
1505
|
{
|
|
1479
1506
|
"const": "{palette.shadow.none}",
|
|
1480
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1481
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1507
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1482
1509
|
},
|
|
1483
1510
|
{
|
|
1484
1511
|
"const": "{palette.shadow.surfaceInset}",
|
|
1485
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1486
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1512
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
|
|
1513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch"
|
|
1487
1514
|
},
|
|
1488
1515
|
{
|
|
1489
1516
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1490
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1491
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1517
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1518
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch"
|
|
1492
1519
|
},
|
|
1493
1520
|
{
|
|
1494
1521
|
"const": "{system.shadow.none}",
|
|
1495
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1496
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1522
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1523
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1497
1524
|
}
|
|
1498
1525
|
],
|
|
1499
1526
|
"$id": "#shadow"
|
|
@@ -1502,293 +1529,298 @@
|
|
|
1502
1529
|
"anyOf": [
|
|
1503
1530
|
{
|
|
1504
1531
|
"const": "{palette.size.size0}",
|
|
1505
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1506
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1532
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1533
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1507
1534
|
},
|
|
1508
1535
|
{
|
|
1509
1536
|
"const": "{palette.size.size1}",
|
|
1510
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1511
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1537
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1538
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1512
1539
|
},
|
|
1513
1540
|
{
|
|
1514
1541
|
"const": "{palette.size.size10}",
|
|
1515
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1516
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1542
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1543
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1517
1544
|
},
|
|
1518
1545
|
{
|
|
1519
1546
|
"const": "{palette.size.size12}",
|
|
1520
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1521
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1547
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1548
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1522
1549
|
},
|
|
1523
1550
|
{
|
|
1524
1551
|
"const": "{palette.size.size120}",
|
|
1525
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1526
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1552
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1553
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1527
1554
|
},
|
|
1528
1555
|
{
|
|
1529
1556
|
"const": "{palette.size.size128}",
|
|
1530
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1531
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1557
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1558
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1532
1559
|
},
|
|
1533
1560
|
{
|
|
1534
1561
|
"const": "{palette.size.size13}",
|
|
1535
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1536
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1562
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1563
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1537
1564
|
},
|
|
1538
1565
|
{
|
|
1539
1566
|
"const": "{palette.size.size14}",
|
|
1540
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1541
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1567
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1568
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1542
1569
|
},
|
|
1543
1570
|
{
|
|
1544
1571
|
"const": "{palette.size.size140}",
|
|
1545
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1546
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1572
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1573
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1547
1574
|
},
|
|
1548
1575
|
{
|
|
1549
1576
|
"const": "{palette.size.size144}",
|
|
1550
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1551
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1577
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1578
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1552
1579
|
},
|
|
1553
1580
|
{
|
|
1554
1581
|
"const": "{palette.size.size15}",
|
|
1555
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1556
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1582
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1583
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1557
1584
|
},
|
|
1558
1585
|
{
|
|
1559
1586
|
"const": "{palette.size.size16}",
|
|
1560
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1561
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1587
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1588
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"const": "{palette.size.size162}",
|
|
1592
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1593
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1562
1594
|
},
|
|
1563
1595
|
{
|
|
1564
1596
|
"const": "{palette.size.size168}",
|
|
1565
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1566
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1597
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1598
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1567
1599
|
},
|
|
1568
1600
|
{
|
|
1569
1601
|
"const": "{palette.size.size18}",
|
|
1570
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1571
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1602
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1603
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1572
1604
|
},
|
|
1573
1605
|
{
|
|
1574
1606
|
"const": "{palette.size.size184}",
|
|
1575
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1576
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1607
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1577
1609
|
},
|
|
1578
1610
|
{
|
|
1579
1611
|
"const": "{palette.size.size2}",
|
|
1580
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1581
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1612
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1613
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1582
1614
|
},
|
|
1583
1615
|
{
|
|
1584
1616
|
"const": "{palette.size.size20}",
|
|
1585
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1586
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1617
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1587
1619
|
},
|
|
1588
1620
|
{
|
|
1589
1621
|
"const": "{palette.size.size21}",
|
|
1590
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1591
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1622
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1592
1624
|
},
|
|
1593
1625
|
{
|
|
1594
1626
|
"const": "{palette.size.size22}",
|
|
1595
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1596
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1627
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1597
1629
|
},
|
|
1598
1630
|
{
|
|
1599
1631
|
"const": "{palette.size.size24}",
|
|
1600
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1601
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1632
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1602
1634
|
},
|
|
1603
1635
|
{
|
|
1604
1636
|
"const": "{palette.size.size26}",
|
|
1605
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1606
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1637
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1607
1639
|
},
|
|
1608
1640
|
{
|
|
1609
1641
|
"const": "{palette.size.size27}",
|
|
1610
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1611
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1642
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1643
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1612
1644
|
},
|
|
1613
1645
|
{
|
|
1614
1646
|
"const": "{palette.size.size288}",
|
|
1615
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1616
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1647
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1648
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1617
1649
|
},
|
|
1618
1650
|
{
|
|
1619
1651
|
"const": "{palette.size.size3}",
|
|
1620
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1621
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1652
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1653
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1622
1654
|
},
|
|
1623
1655
|
{
|
|
1624
1656
|
"const": "{palette.size.size32}",
|
|
1625
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1626
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1657
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1658
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1627
1659
|
},
|
|
1628
1660
|
{
|
|
1629
1661
|
"const": "{palette.size.size320}",
|
|
1630
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1631
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1662
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1663
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1632
1664
|
},
|
|
1633
1665
|
{
|
|
1634
1666
|
"const": "{palette.size.size36}",
|
|
1635
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1636
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1667
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1668
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1637
1669
|
},
|
|
1638
1670
|
{
|
|
1639
1671
|
"const": "{palette.size.size4}",
|
|
1640
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1641
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1672
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1673
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1642
1674
|
},
|
|
1643
1675
|
{
|
|
1644
1676
|
"const": "{palette.size.size40}",
|
|
1645
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1646
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1677
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1678
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1647
1679
|
},
|
|
1648
1680
|
{
|
|
1649
1681
|
"const": "{palette.size.size412}",
|
|
1650
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1651
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1682
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1683
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1652
1684
|
},
|
|
1653
1685
|
{
|
|
1654
1686
|
"const": "{palette.size.size44}",
|
|
1655
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1656
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1687
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1688
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1657
1689
|
},
|
|
1658
1690
|
{
|
|
1659
1691
|
"const": "{palette.size.size45}",
|
|
1660
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1661
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1692
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1693
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1662
1694
|
},
|
|
1663
1695
|
{
|
|
1664
1696
|
"const": "{palette.size.size48}",
|
|
1665
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1666
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1697
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1698
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1667
1699
|
},
|
|
1668
1700
|
{
|
|
1669
1701
|
"const": "{palette.size.size480}",
|
|
1670
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1671
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1702
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1703
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1672
1704
|
},
|
|
1673
1705
|
{
|
|
1674
1706
|
"const": "{palette.size.size5}",
|
|
1675
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1676
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1707
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1708
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1677
1709
|
},
|
|
1678
1710
|
{
|
|
1679
1711
|
"const": "{palette.size.size52}",
|
|
1680
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1681
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1712
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1713
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1682
1714
|
},
|
|
1683
1715
|
{
|
|
1684
1716
|
"const": "{palette.size.size53}",
|
|
1685
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1686
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1717
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1718
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1687
1719
|
},
|
|
1688
1720
|
{
|
|
1689
1721
|
"const": "{palette.size.size544}",
|
|
1690
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1691
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1722
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1723
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1692
1724
|
},
|
|
1693
1725
|
{
|
|
1694
1726
|
"const": "{palette.size.size56}",
|
|
1695
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1696
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1727
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1728
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1697
1729
|
},
|
|
1698
1730
|
{
|
|
1699
1731
|
"const": "{palette.size.size576}",
|
|
1700
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1701
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1732
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1733
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1702
1734
|
},
|
|
1703
1735
|
{
|
|
1704
1736
|
"const": "{palette.size.size6}",
|
|
1705
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1706
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1737
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1738
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1707
1739
|
},
|
|
1708
1740
|
{
|
|
1709
1741
|
"const": "{palette.size.size630}",
|
|
1710
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1711
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1742
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1743
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1712
1744
|
},
|
|
1713
1745
|
{
|
|
1714
1746
|
"const": "{palette.size.size64}",
|
|
1715
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1716
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1747
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1748
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1717
1749
|
},
|
|
1718
1750
|
{
|
|
1719
1751
|
"const": "{palette.size.size640}",
|
|
1720
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1721
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1752
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1753
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1722
1754
|
},
|
|
1723
1755
|
{
|
|
1724
1756
|
"const": "{palette.size.size72}",
|
|
1725
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1726
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1757
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1758
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1727
1759
|
},
|
|
1728
1760
|
{
|
|
1729
1761
|
"const": "{palette.size.size768}",
|
|
1730
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1731
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1762
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1763
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1732
1764
|
},
|
|
1733
1765
|
{
|
|
1734
1766
|
"const": "{palette.size.size8}",
|
|
1735
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1736
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1767
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1768
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1737
1769
|
},
|
|
1738
1770
|
{
|
|
1739
1771
|
"const": "{palette.size.size80}",
|
|
1740
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1741
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1772
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1773
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1742
1774
|
},
|
|
1743
1775
|
{
|
|
1744
1776
|
"const": "{palette.size.size96}",
|
|
1745
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1746
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1777
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1778
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1747
1779
|
},
|
|
1748
1780
|
{
|
|
1749
1781
|
"const": "{system.size.none}",
|
|
1750
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1751
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1782
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1783
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1752
1784
|
},
|
|
1753
1785
|
{
|
|
1754
1786
|
"const": "{system.size.full}",
|
|
1755
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1756
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1787
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1757
1789
|
},
|
|
1758
1790
|
{
|
|
1759
1791
|
"const": "{system.size.twoThirds}",
|
|
1760
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1761
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1792
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1793
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1762
1794
|
},
|
|
1763
1795
|
{
|
|
1764
1796
|
"const": "{system.size.zero}",
|
|
1765
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1766
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1797
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1767
1799
|
},
|
|
1768
1800
|
{
|
|
1769
1801
|
"const": "{system.size.viewportXs}",
|
|
1770
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1771
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1802
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1772
1804
|
},
|
|
1773
1805
|
{
|
|
1774
1806
|
"const": "{system.size.viewportSm}",
|
|
1775
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1776
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1807
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1777
1809
|
},
|
|
1778
1810
|
{
|
|
1779
1811
|
"const": "{system.size.viewportMd}",
|
|
1780
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1781
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1812
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1813
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1782
1814
|
},
|
|
1783
1815
|
{
|
|
1784
1816
|
"const": "{system.size.viewportLg}",
|
|
1785
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1786
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1817
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1787
1819
|
},
|
|
1788
1820
|
{
|
|
1789
1821
|
"const": "{system.size.viewportXl}",
|
|
1790
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1791
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1822
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1792
1824
|
}
|
|
1793
1825
|
],
|
|
1794
1826
|
"$id": "#size"
|
|
@@ -1797,8 +1829,8 @@
|
|
|
1797
1829
|
"anyOf": [
|
|
1798
1830
|
{
|
|
1799
1831
|
"const": "{palette.fontName.StagSans}",
|
|
1800
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1801
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1832
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1833
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1802
1834
|
}
|
|
1803
1835
|
],
|
|
1804
1836
|
"$id": "#fontName"
|
|
@@ -1807,28 +1839,28 @@
|
|
|
1807
1839
|
"anyOf": [
|
|
1808
1840
|
{
|
|
1809
1841
|
"const": "{palette.fontWeight.weight300}",
|
|
1810
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1811
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1842
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1843
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1812
1844
|
},
|
|
1813
1845
|
{
|
|
1814
1846
|
"const": "{palette.fontWeight.weight400}",
|
|
1815
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1816
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1847
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1848
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1817
1849
|
},
|
|
1818
1850
|
{
|
|
1819
1851
|
"const": "{palette.fontWeight.weight500}",
|
|
1820
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1821
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1852
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1853
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1822
1854
|
},
|
|
1823
1855
|
{
|
|
1824
1856
|
"const": "{palette.fontWeight.weight600}",
|
|
1825
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1826
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1857
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1858
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1827
1859
|
},
|
|
1828
1860
|
{
|
|
1829
1861
|
"const": "{palette.fontWeight.weight700}",
|
|
1830
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1831
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1862
|
+
"description": "@telus-uds/palette-koodo/v1.8.0 palette tokens 🖌️\n",
|
|
1863
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.8.0` **palette** tokens 🖌️\n\n"
|
|
1832
1864
|
}
|
|
1833
1865
|
],
|
|
1834
1866
|
"$id": "#fontWeight"
|
|
@@ -1837,18 +1869,18 @@
|
|
|
1837
1869
|
"anyOf": [
|
|
1838
1870
|
{
|
|
1839
1871
|
"const": "{system.display.inline}",
|
|
1840
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1841
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1872
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1873
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1842
1874
|
},
|
|
1843
1875
|
{
|
|
1844
1876
|
"const": "{system.display.inlineBlock}",
|
|
1845
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1846
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1878
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1847
1879
|
},
|
|
1848
1880
|
{
|
|
1849
1881
|
"const": "{system.display.none}",
|
|
1850
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1851
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1883
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1852
1884
|
}
|
|
1853
1885
|
],
|
|
1854
1886
|
"$id": "#display"
|
|
@@ -1857,18 +1889,18 @@
|
|
|
1857
1889
|
"anyOf": [
|
|
1858
1890
|
{
|
|
1859
1891
|
"const": "{system.flexJustifyContent.center}",
|
|
1860
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1861
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1892
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1893
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1862
1894
|
},
|
|
1863
1895
|
{
|
|
1864
1896
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1865
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1866
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1897
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1898
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1867
1899
|
},
|
|
1868
1900
|
{
|
|
1869
1901
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1870
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1871
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1902
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1903
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1872
1904
|
}
|
|
1873
1905
|
],
|
|
1874
1906
|
"$id": "#flexJustifyContent"
|
|
@@ -1877,18 +1909,18 @@
|
|
|
1877
1909
|
"anyOf": [
|
|
1878
1910
|
{
|
|
1879
1911
|
"const": "{system.flexAlign.center}",
|
|
1880
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1881
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1912
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1913
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1882
1914
|
},
|
|
1883
1915
|
{
|
|
1884
1916
|
"const": "{system.flexAlign.flexStart}",
|
|
1885
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1886
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1917
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1918
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1887
1919
|
},
|
|
1888
1920
|
{
|
|
1889
1921
|
"const": "{system.flexAlign.stretch}",
|
|
1890
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1891
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
1922
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
1923
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1892
1924
|
}
|
|
1893
1925
|
],
|
|
1894
1926
|
"$id": "#flexAlign"
|
|
@@ -1897,63 +1929,63 @@
|
|
|
1897
1929
|
"anyOf": [
|
|
1898
1930
|
{
|
|
1899
1931
|
"const": "{system.integer.0}",
|
|
1900
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1901
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1932
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1933
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1902
1934
|
},
|
|
1903
1935
|
{
|
|
1904
1936
|
"const": "{system.integer.1}",
|
|
1905
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1906
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1937
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1938
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1907
1939
|
},
|
|
1908
1940
|
{
|
|
1909
1941
|
"const": "{system.integer.2}",
|
|
1910
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1911
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1942
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1943
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1912
1944
|
},
|
|
1913
1945
|
{
|
|
1914
1946
|
"const": "{system.integer.3}",
|
|
1915
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1916
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1947
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1948
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1917
1949
|
},
|
|
1918
1950
|
{
|
|
1919
1951
|
"const": "{system.integer.4}",
|
|
1920
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1921
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1952
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1953
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1922
1954
|
},
|
|
1923
1955
|
{
|
|
1924
1956
|
"const": "{system.integer.5}",
|
|
1925
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1926
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1957
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1958
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1927
1959
|
},
|
|
1928
1960
|
{
|
|
1929
1961
|
"const": "{system.integer.6}",
|
|
1930
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1931
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1962
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1963
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1932
1964
|
},
|
|
1933
1965
|
{
|
|
1934
1966
|
"const": "{system.integer.7}",
|
|
1935
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1936
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1967
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1968
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1937
1969
|
},
|
|
1938
1970
|
{
|
|
1939
1971
|
"const": "{system.integer.8}",
|
|
1940
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1941
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1972
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1973
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1942
1974
|
},
|
|
1943
1975
|
{
|
|
1944
1976
|
"const": "{system.integer.9}",
|
|
1945
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1946
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1977
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1978
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1947
1979
|
},
|
|
1948
1980
|
{
|
|
1949
1981
|
"const": "{system.integer.10}",
|
|
1950
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1951
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1982
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1983
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1952
1984
|
},
|
|
1953
1985
|
{
|
|
1954
1986
|
"const": "{system.integer.11}",
|
|
1955
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1956
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.9.
|
|
1987
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1988
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.com/universal-design-system/docs/themes) docs."
|
|
1957
1989
|
},
|
|
1958
1990
|
{
|
|
1959
1991
|
"type": "string",
|
|
@@ -1966,18 +1998,18 @@
|
|
|
1966
1998
|
"anyOf": [
|
|
1967
1999
|
{
|
|
1968
2000
|
"const": "{system.textLine.none}",
|
|
1969
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1970
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2001
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2002
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1971
2003
|
},
|
|
1972
2004
|
{
|
|
1973
2005
|
"const": "{system.textLine.underline}",
|
|
1974
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1975
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2006
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2007
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1976
2008
|
},
|
|
1977
2009
|
{
|
|
1978
2010
|
"const": "{system.textLine.strikethrough}",
|
|
1979
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1980
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2011
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2012
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1981
2013
|
}
|
|
1982
2014
|
],
|
|
1983
2015
|
"$id": "#textLine"
|
|
@@ -1986,8 +2018,8 @@
|
|
|
1986
2018
|
"anyOf": [
|
|
1987
2019
|
{
|
|
1988
2020
|
"const": "{system.textLineStyle.solid}",
|
|
1989
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
1990
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2021
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2022
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
1991
2023
|
}
|
|
1992
2024
|
],
|
|
1993
2025
|
"$id": "#textLineStyle"
|
|
@@ -1996,23 +2028,23 @@
|
|
|
1996
2028
|
"anyOf": [
|
|
1997
2029
|
{
|
|
1998
2030
|
"const": "{system.position.bottom}",
|
|
1999
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2000
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2031
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2032
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2001
2033
|
},
|
|
2002
2034
|
{
|
|
2003
2035
|
"const": "{system.position.left}",
|
|
2004
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2005
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2036
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2037
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2006
2038
|
},
|
|
2007
2039
|
{
|
|
2008
2040
|
"const": "{system.position.right}",
|
|
2009
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2010
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2041
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2042
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2011
2043
|
},
|
|
2012
2044
|
{
|
|
2013
2045
|
"const": "{system.position.top}",
|
|
2014
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2015
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2046
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2047
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2016
2048
|
}
|
|
2017
2049
|
],
|
|
2018
2050
|
"$id": "#position"
|
|
@@ -2021,18 +2053,18 @@
|
|
|
2021
2053
|
"anyOf": [
|
|
2022
2054
|
{
|
|
2023
2055
|
"const": "{system.direction.column}",
|
|
2024
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2025
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2026
2058
|
},
|
|
2027
2059
|
{
|
|
2028
2060
|
"const": "{system.direction.row}",
|
|
2029
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2030
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2031
2063
|
},
|
|
2032
2064
|
{
|
|
2033
2065
|
"const": "{system.direction.rowReverse}",
|
|
2034
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2035
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2066
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2067
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2036
2068
|
}
|
|
2037
2069
|
],
|
|
2038
2070
|
"$id": "#direction"
|
|
@@ -2041,13 +2073,13 @@
|
|
|
2041
2073
|
"anyOf": [
|
|
2042
2074
|
{
|
|
2043
2075
|
"const": "{system.show.true}",
|
|
2044
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2045
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2076
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2077
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2046
2078
|
},
|
|
2047
2079
|
{
|
|
2048
2080
|
"const": "{system.show.false}",
|
|
2049
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2050
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2081
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2051
2083
|
}
|
|
2052
2084
|
],
|
|
2053
2085
|
"$id": "#show"
|
|
@@ -2056,13 +2088,13 @@
|
|
|
2056
2088
|
"anyOf": [
|
|
2057
2089
|
{
|
|
2058
2090
|
"const": "{system.borderStyle.none}",
|
|
2059
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2060
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2091
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2061
2093
|
},
|
|
2062
2094
|
{
|
|
2063
2095
|
"const": "{system.borderStyle.solid}",
|
|
2064
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2065
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2096
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2097
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2066
2098
|
}
|
|
2067
2099
|
],
|
|
2068
2100
|
"$id": "#borderStyle"
|
|
@@ -2071,18 +2103,18 @@
|
|
|
2071
2103
|
"anyOf": [
|
|
2072
2104
|
{
|
|
2073
2105
|
"const": "{system.verticalAlign.top}",
|
|
2074
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2075
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2106
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2107
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2076
2108
|
},
|
|
2077
2109
|
{
|
|
2078
2110
|
"const": "{system.verticalAlign.middle}",
|
|
2079
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2080
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2111
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2112
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2081
2113
|
},
|
|
2082
2114
|
{
|
|
2083
2115
|
"const": "{system.verticalAlign.baseline}",
|
|
2084
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2085
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2116
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2117
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2086
2118
|
}
|
|
2087
2119
|
],
|
|
2088
2120
|
"$id": "#verticalAlign"
|
|
@@ -2091,18 +2123,18 @@
|
|
|
2091
2123
|
"anyOf": [
|
|
2092
2124
|
{
|
|
2093
2125
|
"const": "{system.iconScale.scale1}",
|
|
2094
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2095
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2126
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2127
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2096
2128
|
},
|
|
2097
2129
|
{
|
|
2098
2130
|
"const": "{system.iconScale.scale1_10}",
|
|
2099
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2100
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2131
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2132
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2101
2133
|
},
|
|
2102
2134
|
{
|
|
2103
2135
|
"const": "{system.iconScale.scale1_25}",
|
|
2104
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2105
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2136
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2137
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2106
2138
|
}
|
|
2107
2139
|
],
|
|
2108
2140
|
"$id": "#iconScale"
|
|
@@ -2111,18 +2143,18 @@
|
|
|
2111
2143
|
"anyOf": [
|
|
2112
2144
|
{
|
|
2113
2145
|
"const": "{system.textAlign.left}",
|
|
2114
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2115
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2146
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2147
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2116
2148
|
},
|
|
2117
2149
|
{
|
|
2118
2150
|
"const": "{system.textAlign.center}",
|
|
2119
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2120
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2151
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2152
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2121
2153
|
},
|
|
2122
2154
|
{
|
|
2123
2155
|
"const": "{system.textAlign.right}",
|
|
2124
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2125
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2156
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2157
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2126
2158
|
}
|
|
2127
2159
|
],
|
|
2128
2160
|
"$id": "#textAlign"
|
|
@@ -2131,13 +2163,13 @@
|
|
|
2131
2163
|
"anyOf": [
|
|
2132
2164
|
{
|
|
2133
2165
|
"const": "{system.textTransform.none}",
|
|
2134
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2135
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2166
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2167
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2136
2168
|
},
|
|
2137
2169
|
{
|
|
2138
2170
|
"const": "{system.textTransform.uppercase}",
|
|
2139
|
-
"description": "@telus-uds/system-tokens/v0.9.
|
|
2140
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.9.
|
|
2171
|
+
"description": "@telus-uds/system-tokens/v0.9.2 system react-native tokens ⚙️",
|
|
2172
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.9.2` **system** tokens ⚙️"
|
|
2141
2173
|
}
|
|
2142
2174
|
],
|
|
2143
2175
|
"$id": "#textTransform"
|
|
@@ -7667,6 +7699,18 @@
|
|
|
7667
7699
|
},
|
|
7668
7700
|
"outlineOffset": {
|
|
7669
7701
|
"$ref": "#size"
|
|
7702
|
+
},
|
|
7703
|
+
"paddingTop": {
|
|
7704
|
+
"$ref": "#size"
|
|
7705
|
+
},
|
|
7706
|
+
"paddingBottom": {
|
|
7707
|
+
"$ref": "#size"
|
|
7708
|
+
},
|
|
7709
|
+
"paddingLeft": {
|
|
7710
|
+
"$ref": "#size"
|
|
7711
|
+
},
|
|
7712
|
+
"paddingRight": {
|
|
7713
|
+
"$ref": "#size"
|
|
7670
7714
|
}
|
|
7671
7715
|
},
|
|
7672
7716
|
"required": [
|
|
@@ -7679,7 +7723,11 @@
|
|
|
7679
7723
|
"borderBottomRightRadius",
|
|
7680
7724
|
"borderTopLeftRadius",
|
|
7681
7725
|
"borderTopRightRadius",
|
|
7682
|
-
"outlineOffset"
|
|
7726
|
+
"outlineOffset",
|
|
7727
|
+
"paddingTop",
|
|
7728
|
+
"paddingBottom",
|
|
7729
|
+
"paddingLeft",
|
|
7730
|
+
"paddingRight"
|
|
7683
7731
|
]
|
|
7684
7732
|
},
|
|
7685
7733
|
"rules": {
|
|
@@ -7725,6 +7773,18 @@
|
|
|
7725
7773
|
},
|
|
7726
7774
|
"outlineOffset": {
|
|
7727
7775
|
"$ref": "#size"
|
|
7776
|
+
},
|
|
7777
|
+
"paddingTop": {
|
|
7778
|
+
"$ref": "#size"
|
|
7779
|
+
},
|
|
7780
|
+
"paddingBottom": {
|
|
7781
|
+
"$ref": "#size"
|
|
7782
|
+
},
|
|
7783
|
+
"paddingLeft": {
|
|
7784
|
+
"$ref": "#size"
|
|
7785
|
+
},
|
|
7786
|
+
"paddingRight": {
|
|
7787
|
+
"$ref": "#size"
|
|
7728
7788
|
}
|
|
7729
7789
|
}
|
|
7730
7790
|
},
|
|
@@ -9447,6 +9507,122 @@
|
|
|
9447
9507
|
"rules"
|
|
9448
9508
|
]
|
|
9449
9509
|
},
|
|
9510
|
+
"DownloadApp": {
|
|
9511
|
+
"type": "object",
|
|
9512
|
+
"additionalProperties": false,
|
|
9513
|
+
"properties": {
|
|
9514
|
+
"appearances": {
|
|
9515
|
+
"type": "object",
|
|
9516
|
+
"additionalProperties": false,
|
|
9517
|
+
"patternProperties": {
|
|
9518
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
9519
|
+
"$ref": "#appearance"
|
|
9520
|
+
}
|
|
9521
|
+
}
|
|
9522
|
+
},
|
|
9523
|
+
"tokens": {
|
|
9524
|
+
"type": "object",
|
|
9525
|
+
"additionalProperties": false,
|
|
9526
|
+
"properties": {
|
|
9527
|
+
"borderColor": {
|
|
9528
|
+
"$ref": "#color"
|
|
9529
|
+
},
|
|
9530
|
+
"borderWidth": {
|
|
9531
|
+
"$ref": "#border"
|
|
9532
|
+
},
|
|
9533
|
+
"borderGap": {
|
|
9534
|
+
"$ref": "#size"
|
|
9535
|
+
},
|
|
9536
|
+
"borderRadius": {
|
|
9537
|
+
"$ref": "#radius"
|
|
9538
|
+
},
|
|
9539
|
+
"padding": {
|
|
9540
|
+
"$ref": "#size"
|
|
9541
|
+
},
|
|
9542
|
+
"androidENIcon": {
|
|
9543
|
+
"$ref": "#icon"
|
|
9544
|
+
},
|
|
9545
|
+
"androidFRIcon": {
|
|
9546
|
+
"$ref": "#icon"
|
|
9547
|
+
},
|
|
9548
|
+
"iosENIcon": {
|
|
9549
|
+
"$ref": "#icon"
|
|
9550
|
+
},
|
|
9551
|
+
"iosFRIcon": {
|
|
9552
|
+
"$ref": "#icon"
|
|
9553
|
+
}
|
|
9554
|
+
},
|
|
9555
|
+
"required": [
|
|
9556
|
+
"borderColor",
|
|
9557
|
+
"borderWidth",
|
|
9558
|
+
"borderGap",
|
|
9559
|
+
"borderRadius",
|
|
9560
|
+
"padding",
|
|
9561
|
+
"androidENIcon",
|
|
9562
|
+
"androidFRIcon",
|
|
9563
|
+
"iosENIcon",
|
|
9564
|
+
"iosFRIcon"
|
|
9565
|
+
]
|
|
9566
|
+
},
|
|
9567
|
+
"rules": {
|
|
9568
|
+
"type": "array",
|
|
9569
|
+
"items": {
|
|
9570
|
+
"type": "object",
|
|
9571
|
+
"additionalProperties": false,
|
|
9572
|
+
"properties": {
|
|
9573
|
+
"if": {
|
|
9574
|
+
"type": "object",
|
|
9575
|
+
"minProperties": 1
|
|
9576
|
+
},
|
|
9577
|
+
"tokens": {
|
|
9578
|
+
"type": "object",
|
|
9579
|
+
"additionalProperties": false,
|
|
9580
|
+
"properties": {
|
|
9581
|
+
"borderColor": {
|
|
9582
|
+
"$ref": "#color"
|
|
9583
|
+
},
|
|
9584
|
+
"borderWidth": {
|
|
9585
|
+
"$ref": "#border"
|
|
9586
|
+
},
|
|
9587
|
+
"borderGap": {
|
|
9588
|
+
"$ref": "#size"
|
|
9589
|
+
},
|
|
9590
|
+
"borderRadius": {
|
|
9591
|
+
"$ref": "#radius"
|
|
9592
|
+
},
|
|
9593
|
+
"padding": {
|
|
9594
|
+
"$ref": "#size"
|
|
9595
|
+
},
|
|
9596
|
+
"androidENIcon": {
|
|
9597
|
+
"$ref": "#icon"
|
|
9598
|
+
},
|
|
9599
|
+
"androidFRIcon": {
|
|
9600
|
+
"$ref": "#icon"
|
|
9601
|
+
},
|
|
9602
|
+
"iosENIcon": {
|
|
9603
|
+
"$ref": "#icon"
|
|
9604
|
+
},
|
|
9605
|
+
"iosFRIcon": {
|
|
9606
|
+
"$ref": "#icon"
|
|
9607
|
+
}
|
|
9608
|
+
}
|
|
9609
|
+
},
|
|
9610
|
+
"description": {
|
|
9611
|
+
"type": "string"
|
|
9612
|
+
}
|
|
9613
|
+
},
|
|
9614
|
+
"required": [
|
|
9615
|
+
"if",
|
|
9616
|
+
"tokens"
|
|
9617
|
+
]
|
|
9618
|
+
}
|
|
9619
|
+
}
|
|
9620
|
+
},
|
|
9621
|
+
"required": [
|
|
9622
|
+
"tokens",
|
|
9623
|
+
"rules"
|
|
9624
|
+
]
|
|
9625
|
+
},
|
|
9450
9626
|
"DatePicker": {
|
|
9451
9627
|
"type": "object",
|
|
9452
9628
|
"additionalProperties": false,
|
|
@@ -18229,6 +18405,245 @@
|
|
|
18229
18405
|
"rules"
|
|
18230
18406
|
]
|
|
18231
18407
|
},
|
|
18408
|
+
"TabBar": {
|
|
18409
|
+
"type": "object",
|
|
18410
|
+
"additionalProperties": false,
|
|
18411
|
+
"properties": {
|
|
18412
|
+
"appearances": {
|
|
18413
|
+
"type": "object",
|
|
18414
|
+
"additionalProperties": false,
|
|
18415
|
+
"patternProperties": {
|
|
18416
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
18417
|
+
"$ref": "#appearance"
|
|
18418
|
+
}
|
|
18419
|
+
}
|
|
18420
|
+
},
|
|
18421
|
+
"tokens": {
|
|
18422
|
+
"type": "object",
|
|
18423
|
+
"additionalProperties": false,
|
|
18424
|
+
"properties": {
|
|
18425
|
+
"paddingTop": {
|
|
18426
|
+
"$ref": "#size"
|
|
18427
|
+
},
|
|
18428
|
+
"paddingBottom": {
|
|
18429
|
+
"$ref": "#size"
|
|
18430
|
+
},
|
|
18431
|
+
"borderTopWidth": {
|
|
18432
|
+
"$ref": "#border"
|
|
18433
|
+
},
|
|
18434
|
+
"borderTopColor": {
|
|
18435
|
+
"$ref": "#color"
|
|
18436
|
+
},
|
|
18437
|
+
"gap": {
|
|
18438
|
+
"$ref": "#size"
|
|
18439
|
+
},
|
|
18440
|
+
"backgroundColor": {
|
|
18441
|
+
"$ref": "#color"
|
|
18442
|
+
},
|
|
18443
|
+
"paddingLeft": {
|
|
18444
|
+
"$ref": "#size"
|
|
18445
|
+
},
|
|
18446
|
+
"paddingRight": {
|
|
18447
|
+
"$ref": "#size"
|
|
18448
|
+
}
|
|
18449
|
+
},
|
|
18450
|
+
"required": [
|
|
18451
|
+
"paddingTop",
|
|
18452
|
+
"paddingBottom",
|
|
18453
|
+
"borderTopWidth",
|
|
18454
|
+
"borderTopColor",
|
|
18455
|
+
"gap",
|
|
18456
|
+
"backgroundColor",
|
|
18457
|
+
"paddingLeft",
|
|
18458
|
+
"paddingRight"
|
|
18459
|
+
]
|
|
18460
|
+
},
|
|
18461
|
+
"rules": {
|
|
18462
|
+
"type": "array",
|
|
18463
|
+
"items": {
|
|
18464
|
+
"type": "object",
|
|
18465
|
+
"additionalProperties": false,
|
|
18466
|
+
"properties": {
|
|
18467
|
+
"if": {
|
|
18468
|
+
"type": "object",
|
|
18469
|
+
"minProperties": 1
|
|
18470
|
+
},
|
|
18471
|
+
"tokens": {
|
|
18472
|
+
"type": "object",
|
|
18473
|
+
"additionalProperties": false,
|
|
18474
|
+
"properties": {
|
|
18475
|
+
"paddingTop": {
|
|
18476
|
+
"$ref": "#size"
|
|
18477
|
+
},
|
|
18478
|
+
"paddingBottom": {
|
|
18479
|
+
"$ref": "#size"
|
|
18480
|
+
},
|
|
18481
|
+
"borderTopWidth": {
|
|
18482
|
+
"$ref": "#border"
|
|
18483
|
+
},
|
|
18484
|
+
"borderTopColor": {
|
|
18485
|
+
"$ref": "#color"
|
|
18486
|
+
},
|
|
18487
|
+
"gap": {
|
|
18488
|
+
"$ref": "#size"
|
|
18489
|
+
},
|
|
18490
|
+
"backgroundColor": {
|
|
18491
|
+
"$ref": "#color"
|
|
18492
|
+
},
|
|
18493
|
+
"paddingLeft": {
|
|
18494
|
+
"$ref": "#size"
|
|
18495
|
+
},
|
|
18496
|
+
"paddingRight": {
|
|
18497
|
+
"$ref": "#size"
|
|
18498
|
+
}
|
|
18499
|
+
}
|
|
18500
|
+
},
|
|
18501
|
+
"description": {
|
|
18502
|
+
"type": "string"
|
|
18503
|
+
}
|
|
18504
|
+
},
|
|
18505
|
+
"required": [
|
|
18506
|
+
"if",
|
|
18507
|
+
"tokens"
|
|
18508
|
+
]
|
|
18509
|
+
}
|
|
18510
|
+
}
|
|
18511
|
+
},
|
|
18512
|
+
"required": [
|
|
18513
|
+
"tokens",
|
|
18514
|
+
"rules"
|
|
18515
|
+
]
|
|
18516
|
+
},
|
|
18517
|
+
"TabBarItem": {
|
|
18518
|
+
"type": "object",
|
|
18519
|
+
"additionalProperties": false,
|
|
18520
|
+
"properties": {
|
|
18521
|
+
"appearances": {
|
|
18522
|
+
"type": "object",
|
|
18523
|
+
"additionalProperties": false,
|
|
18524
|
+
"patternProperties": {
|
|
18525
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
18526
|
+
"$ref": "#appearance"
|
|
18527
|
+
}
|
|
18528
|
+
}
|
|
18529
|
+
},
|
|
18530
|
+
"tokens": {
|
|
18531
|
+
"type": "object",
|
|
18532
|
+
"additionalProperties": false,
|
|
18533
|
+
"properties": {
|
|
18534
|
+
"borderRadius": {
|
|
18535
|
+
"$ref": "#radius"
|
|
18536
|
+
},
|
|
18537
|
+
"backgroundColor": {
|
|
18538
|
+
"$ref": "#color"
|
|
18539
|
+
},
|
|
18540
|
+
"paddingTop": {
|
|
18541
|
+
"$ref": "#size"
|
|
18542
|
+
},
|
|
18543
|
+
"paddingBottom": {
|
|
18544
|
+
"$ref": "#size"
|
|
18545
|
+
},
|
|
18546
|
+
"fontName": {
|
|
18547
|
+
"$ref": "#fontName"
|
|
18548
|
+
},
|
|
18549
|
+
"fontWeight": {
|
|
18550
|
+
"$ref": "#fontWeight"
|
|
18551
|
+
},
|
|
18552
|
+
"color": {
|
|
18553
|
+
"$ref": "#color"
|
|
18554
|
+
},
|
|
18555
|
+
"lineHeight": {
|
|
18556
|
+
"$ref": "#lineHeight"
|
|
18557
|
+
},
|
|
18558
|
+
"iconSize": {
|
|
18559
|
+
"$ref": "#size"
|
|
18560
|
+
},
|
|
18561
|
+
"iconColor": {
|
|
18562
|
+
"$ref": "#color"
|
|
18563
|
+
},
|
|
18564
|
+
"activeColor": {
|
|
18565
|
+
"$ref": "#color"
|
|
18566
|
+
}
|
|
18567
|
+
},
|
|
18568
|
+
"required": [
|
|
18569
|
+
"borderRadius",
|
|
18570
|
+
"backgroundColor",
|
|
18571
|
+
"paddingTop",
|
|
18572
|
+
"paddingBottom",
|
|
18573
|
+
"fontName",
|
|
18574
|
+
"fontWeight",
|
|
18575
|
+
"color",
|
|
18576
|
+
"lineHeight",
|
|
18577
|
+
"iconSize",
|
|
18578
|
+
"iconColor",
|
|
18579
|
+
"activeColor"
|
|
18580
|
+
]
|
|
18581
|
+
},
|
|
18582
|
+
"rules": {
|
|
18583
|
+
"type": "array",
|
|
18584
|
+
"items": {
|
|
18585
|
+
"type": "object",
|
|
18586
|
+
"additionalProperties": false,
|
|
18587
|
+
"properties": {
|
|
18588
|
+
"if": {
|
|
18589
|
+
"type": "object",
|
|
18590
|
+
"minProperties": 1
|
|
18591
|
+
},
|
|
18592
|
+
"tokens": {
|
|
18593
|
+
"type": "object",
|
|
18594
|
+
"additionalProperties": false,
|
|
18595
|
+
"properties": {
|
|
18596
|
+
"borderRadius": {
|
|
18597
|
+
"$ref": "#radius"
|
|
18598
|
+
},
|
|
18599
|
+
"backgroundColor": {
|
|
18600
|
+
"$ref": "#color"
|
|
18601
|
+
},
|
|
18602
|
+
"paddingTop": {
|
|
18603
|
+
"$ref": "#size"
|
|
18604
|
+
},
|
|
18605
|
+
"paddingBottom": {
|
|
18606
|
+
"$ref": "#size"
|
|
18607
|
+
},
|
|
18608
|
+
"fontName": {
|
|
18609
|
+
"$ref": "#fontName"
|
|
18610
|
+
},
|
|
18611
|
+
"fontWeight": {
|
|
18612
|
+
"$ref": "#fontWeight"
|
|
18613
|
+
},
|
|
18614
|
+
"color": {
|
|
18615
|
+
"$ref": "#color"
|
|
18616
|
+
},
|
|
18617
|
+
"lineHeight": {
|
|
18618
|
+
"$ref": "#lineHeight"
|
|
18619
|
+
},
|
|
18620
|
+
"iconSize": {
|
|
18621
|
+
"$ref": "#size"
|
|
18622
|
+
},
|
|
18623
|
+
"iconColor": {
|
|
18624
|
+
"$ref": "#color"
|
|
18625
|
+
},
|
|
18626
|
+
"activeColor": {
|
|
18627
|
+
"$ref": "#color"
|
|
18628
|
+
}
|
|
18629
|
+
}
|
|
18630
|
+
},
|
|
18631
|
+
"description": {
|
|
18632
|
+
"type": "string"
|
|
18633
|
+
}
|
|
18634
|
+
},
|
|
18635
|
+
"required": [
|
|
18636
|
+
"if",
|
|
18637
|
+
"tokens"
|
|
18638
|
+
]
|
|
18639
|
+
}
|
|
18640
|
+
}
|
|
18641
|
+
},
|
|
18642
|
+
"required": [
|
|
18643
|
+
"tokens",
|
|
18644
|
+
"rules"
|
|
18645
|
+
]
|
|
18646
|
+
},
|
|
18232
18647
|
"Tags": {
|
|
18233
18648
|
"type": "object",
|
|
18234
18649
|
"additionalProperties": false,
|
|
@@ -21241,6 +21656,7 @@
|
|
|
21241
21656
|
"CheckboxGroup",
|
|
21242
21657
|
"ColourToggle",
|
|
21243
21658
|
"Divider",
|
|
21659
|
+
"DownloadApp",
|
|
21244
21660
|
"DatePicker",
|
|
21245
21661
|
"ExpandCollapse",
|
|
21246
21662
|
"ExpandCollapseMini",
|
|
@@ -21291,6 +21707,8 @@
|
|
|
21291
21707
|
"StoryCard",
|
|
21292
21708
|
"Tabs",
|
|
21293
21709
|
"TabsItem",
|
|
21710
|
+
"TabBar",
|
|
21711
|
+
"TabBarItem",
|
|
21294
21712
|
"Tags",
|
|
21295
21713
|
"TagsItem",
|
|
21296
21714
|
"Testimonial",
|