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