@telus-uds/theme-koodo 5.13.0 → 5.14.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/Card.json +161 -0
- package/build/android/CardGroup.json +52 -0
- package/build/android/QuickLinksFeature.json +17 -2
- package/build/android/QuickLinksFeatureItem.json +1 -1
- package/build/android/Radio.json +13 -0
- package/build/android/schema.json +920 -688
- package/build/android/theme.json +245 -4
- package/build/ios/Card.json +161 -0
- package/build/ios/CardGroup.json +52 -0
- package/build/ios/QuickLinksFeature.json +17 -2
- package/build/ios/QuickLinksFeatureItem.json +1 -1
- package/build/ios/Radio.json +13 -0
- package/build/ios/schema.json +920 -688
- package/build/ios/theme.json +245 -4
- package/build/rn/ActivityIndicator.js +1 -1
- package/build/rn/Badge.js +1 -1
- package/build/rn/BlockQuote.js +1 -1
- package/build/rn/Box.js +1 -1
- package/build/rn/Breadcrumbs.js +1 -1
- package/build/rn/Button.js +1 -1
- package/build/rn/ButtonDropdown.js +1 -1
- package/build/rn/ButtonGroup.js +1 -1
- package/build/rn/ButtonGroupItem.js +1 -1
- package/build/rn/Callout.js +1 -1
- package/build/rn/Card.js +85 -3
- package/build/rn/CardGroup.js +62 -0
- 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 +1 -1
- package/build/rn/OrderedList.js +1 -1
- package/build/rn/Pagination.js +1 -1
- package/build/rn/PaginationPageButton.js +1 -1
- package/build/rn/PaginationSideButton.js +1 -1
- package/build/rn/PreviewCard.js +1 -1
- package/build/rn/PriceLockup.js +1 -1
- package/build/rn/ProductCard.js +1 -1
- package/build/rn/Progress.js +1 -1
- package/build/rn/ProgressBar.js +1 -1
- package/build/rn/QuantitySelector.js +1 -1
- package/build/rn/QuantitySelectorSideButton.js +1 -1
- package/build/rn/QuickLinks.js +1 -1
- package/build/rn/QuickLinksButton.js +1 -1
- package/build/rn/QuickLinksCard.js +1 -1
- package/build/rn/QuickLinksFeature.js +9 -3
- package/build/rn/QuickLinksFeatureItem.js +2 -2
- package/build/rn/QuickLinksList.js +1 -1
- package/build/rn/Radio.js +4 -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 +920 -688
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +151 -7
- package/build/web/ActivityIndicator.js +1 -1
- package/build/web/Badge.js +1 -1
- package/build/web/BlockQuote.js +1 -1
- package/build/web/Box.js +1 -1
- package/build/web/Breadcrumbs.js +1 -1
- package/build/web/Button.js +1 -1
- package/build/web/ButtonDropdown.js +1 -1
- package/build/web/ButtonGroup.js +1 -1
- package/build/web/ButtonGroupItem.js +1 -1
- package/build/web/Callout.js +1 -1
- package/build/web/Card.js +85 -3
- package/build/web/CardGroup.js +62 -0
- 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 +1 -1
- package/build/web/OrderedList.js +1 -1
- package/build/web/Pagination.js +1 -1
- package/build/web/PaginationPageButton.js +1 -1
- package/build/web/PaginationSideButton.js +1 -1
- package/build/web/PreviewCard.js +1 -1
- package/build/web/PriceLockup.js +1 -1
- package/build/web/ProductCard.js +1 -1
- package/build/web/Progress.js +1 -1
- package/build/web/ProgressBar.js +1 -1
- package/build/web/QuantitySelector.js +1 -1
- package/build/web/QuantitySelectorSideButton.js +1 -1
- package/build/web/QuickLinks.js +1 -1
- package/build/web/QuickLinksButton.js +1 -1
- package/build/web/QuickLinksCard.js +1 -1
- package/build/web/QuickLinksFeature.js +9 -3
- package/build/web/QuickLinksFeatureItem.js +2 -2
- package/build/web/QuickLinksList.js +1 -1
- package/build/web/Radio.js +4 -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 +2 -1
- package/build/web/schema.json +920 -688
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +151 -7
- package/package.json +4 -4
- package/theme.json +159 -3
package/build/web/schema.json
CHANGED
|
@@ -30,6 +30,11 @@
|
|
|
30
30
|
"{appearances.Card.focus}",
|
|
31
31
|
"{appearances.Card.hover}",
|
|
32
32
|
"{appearances.Card.pressed}",
|
|
33
|
+
"{appearances.Card.selected}",
|
|
34
|
+
"{appearances.CardGroup.pressed}",
|
|
35
|
+
"{appearances.CardGroup.selected}",
|
|
36
|
+
"{appearances.CardGroup.focus}",
|
|
37
|
+
"{appearances.CardGroup.hover}",
|
|
33
38
|
"{appearances.CarouselTabsPanelItem.focus}",
|
|
34
39
|
"{appearances.CarouselTabsPanelItem.hover}",
|
|
35
40
|
"{appearances.CarouselTabsPanelItem.pressed}",
|
|
@@ -234,38 +239,38 @@
|
|
|
234
239
|
"anyOf": [
|
|
235
240
|
{
|
|
236
241
|
"const": "{palette.border.border1}",
|
|
237
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
238
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
242
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
243
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
239
244
|
},
|
|
240
245
|
{
|
|
241
246
|
"const": "{palette.border.border2}",
|
|
242
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
243
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
247
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
248
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
244
249
|
},
|
|
245
250
|
{
|
|
246
251
|
"const": "{palette.border.border3}",
|
|
247
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
248
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
252
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
253
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
249
254
|
},
|
|
250
255
|
{
|
|
251
256
|
"const": "{palette.border.border4}",
|
|
252
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
253
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
257
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
254
259
|
},
|
|
255
260
|
{
|
|
256
261
|
"const": "{palette.border.none}",
|
|
257
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
258
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
262
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
259
264
|
},
|
|
260
265
|
{
|
|
261
266
|
"const": "{system.border.zero}",
|
|
262
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
263
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
267
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
268
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
264
269
|
},
|
|
265
270
|
{
|
|
266
271
|
"const": "{system.border.none}",
|
|
267
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
268
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
272
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
273
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
269
274
|
}
|
|
270
275
|
],
|
|
271
276
|
"$id": "#border"
|
|
@@ -274,258 +279,258 @@
|
|
|
274
279
|
"anyOf": [
|
|
275
280
|
{
|
|
276
281
|
"const": "{palette.color.amaranth}",
|
|
277
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
278
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
282
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
283
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
279
284
|
},
|
|
280
285
|
{
|
|
281
286
|
"const": "{palette.color.bilbao}",
|
|
282
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
283
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
287
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
288
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
284
289
|
},
|
|
285
290
|
{
|
|
286
291
|
"const": "{palette.color.black}",
|
|
287
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
288
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
292
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlack",
|
|
293
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlack"
|
|
289
294
|
},
|
|
290
295
|
{
|
|
291
296
|
"const": "{palette.color.blackLight}",
|
|
292
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
293
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
297
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlack Light",
|
|
298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlack Light"
|
|
294
299
|
},
|
|
295
300
|
{
|
|
296
301
|
"const": "{palette.color.blue}",
|
|
297
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
298
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
302
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlue",
|
|
303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlue"
|
|
299
304
|
},
|
|
300
305
|
{
|
|
301
306
|
"const": "{palette.color.blueDark}",
|
|
302
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
303
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
307
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlue Dark",
|
|
308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlue Dark"
|
|
304
309
|
},
|
|
305
310
|
{
|
|
306
311
|
"const": "{palette.color.blueLight}",
|
|
307
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
308
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
312
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlue Light",
|
|
313
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlue Light"
|
|
309
314
|
},
|
|
310
315
|
{
|
|
311
316
|
"const": "{palette.color.caution}",
|
|
312
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
313
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
317
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nCaution",
|
|
318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nCaution"
|
|
314
319
|
},
|
|
315
320
|
{
|
|
316
321
|
"const": "{palette.color.cautionLight}",
|
|
317
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
318
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
322
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nCaution Light",
|
|
323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nCaution Light"
|
|
319
324
|
},
|
|
320
325
|
{
|
|
321
326
|
"const": "{palette.color.danger}",
|
|
322
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
323
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
327
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDanger",
|
|
328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDanger"
|
|
324
329
|
},
|
|
325
330
|
{
|
|
326
331
|
"const": "{palette.color.dangerLight}",
|
|
327
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
328
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
332
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDanger Light",
|
|
333
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDanger Light"
|
|
329
334
|
},
|
|
330
335
|
{
|
|
331
336
|
"const": "{palette.color.dangerMid}",
|
|
332
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
333
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
337
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDanger Mid",
|
|
338
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDanger Mid"
|
|
334
339
|
},
|
|
335
340
|
{
|
|
336
341
|
"const": "{palette.color.dark10}",
|
|
337
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
338
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
342
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 10%",
|
|
343
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 10%"
|
|
339
344
|
},
|
|
340
345
|
{
|
|
341
346
|
"const": "{palette.color.dark20}",
|
|
342
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
343
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
347
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 20%",
|
|
348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 20%"
|
|
344
349
|
},
|
|
345
350
|
{
|
|
346
351
|
"const": "{palette.color.dark40}",
|
|
347
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
348
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
352
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 40%",
|
|
353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 40%"
|
|
349
354
|
},
|
|
350
355
|
{
|
|
351
356
|
"const": "{palette.color.dark60}",
|
|
352
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
353
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
357
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 60%",
|
|
358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 60%"
|
|
354
359
|
},
|
|
355
360
|
{
|
|
356
361
|
"const": "{palette.color.dark80}",
|
|
357
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
358
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
362
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 80%",
|
|
363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 80%"
|
|
359
364
|
},
|
|
360
365
|
{
|
|
361
366
|
"const": "{palette.color.dark97}",
|
|
362
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
363
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
367
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDark 97%",
|
|
368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDark 97%"
|
|
364
369
|
},
|
|
365
370
|
{
|
|
366
371
|
"const": "{palette.color.dove}",
|
|
367
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
368
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
372
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nDove",
|
|
373
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nDove"
|
|
369
374
|
},
|
|
370
375
|
{
|
|
371
376
|
"const": "{palette.color.flirt}",
|
|
372
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
373
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
377
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
374
379
|
},
|
|
375
380
|
{
|
|
376
381
|
"const": "{palette.color.gallery}",
|
|
377
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
378
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
382
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nGallery",
|
|
383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nGallery"
|
|
379
384
|
},
|
|
380
385
|
{
|
|
381
386
|
"const": "{palette.color.green}",
|
|
382
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
383
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
387
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nGreen",
|
|
388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nGreen"
|
|
384
389
|
},
|
|
385
390
|
{
|
|
386
391
|
"const": "{palette.color.greenDark}",
|
|
387
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
388
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
392
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nGreen Dark",
|
|
393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nGreen Dark"
|
|
389
394
|
},
|
|
390
395
|
{
|
|
391
396
|
"const": "{palette.color.greenLight}",
|
|
392
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
393
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
397
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nGreen Light",
|
|
398
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nGreen Light"
|
|
394
399
|
},
|
|
395
400
|
{
|
|
396
401
|
"const": "{palette.color.greyLight}",
|
|
397
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
398
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
402
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
403
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
399
404
|
},
|
|
400
405
|
{
|
|
401
406
|
"const": "{palette.color.light10}",
|
|
402
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
403
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
407
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 10%",
|
|
408
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 10%"
|
|
404
409
|
},
|
|
405
410
|
{
|
|
406
411
|
"const": "{palette.color.light20}",
|
|
407
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
408
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
412
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 20%",
|
|
413
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 20%"
|
|
409
414
|
},
|
|
410
415
|
{
|
|
411
416
|
"const": "{palette.color.light40}",
|
|
412
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
413
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
417
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 40%",
|
|
418
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 40%"
|
|
414
419
|
},
|
|
415
420
|
{
|
|
416
421
|
"const": "{palette.color.light60}",
|
|
417
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
418
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
422
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 60%",
|
|
423
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 60%"
|
|
419
424
|
},
|
|
420
425
|
{
|
|
421
426
|
"const": "{palette.color.light80}",
|
|
422
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
423
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
427
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 80%",
|
|
428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 80%"
|
|
424
429
|
},
|
|
425
430
|
{
|
|
426
431
|
"const": "{palette.color.light97}",
|
|
427
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
428
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
432
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nLight 97%",
|
|
433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nLight 97%"
|
|
429
434
|
},
|
|
430
435
|
{
|
|
431
436
|
"const": "{palette.color.mortar}",
|
|
432
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
433
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
437
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nMortar",
|
|
438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nMortar"
|
|
434
439
|
},
|
|
435
440
|
{
|
|
436
441
|
"const": "{palette.color.mosque}",
|
|
437
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
438
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
442
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
439
444
|
},
|
|
440
445
|
{
|
|
441
446
|
"const": "{palette.color.orange}",
|
|
442
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
443
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
447
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nOrange",
|
|
448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nOrange"
|
|
444
449
|
},
|
|
445
450
|
{
|
|
446
451
|
"const": "{palette.color.orangeDark}",
|
|
447
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
448
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
452
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nOrange Dark",
|
|
453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nOrange Dark"
|
|
449
454
|
},
|
|
450
455
|
{
|
|
451
456
|
"const": "{palette.color.orangeLight}",
|
|
452
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
453
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
457
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nOrange Light",
|
|
458
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nOrange Light"
|
|
454
459
|
},
|
|
455
460
|
{
|
|
456
461
|
"const": "{palette.color.pink}",
|
|
457
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
458
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
462
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPink",
|
|
463
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPink"
|
|
459
464
|
},
|
|
460
465
|
{
|
|
461
466
|
"const": "{palette.color.pinkDark}",
|
|
462
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
463
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
467
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPink Dark",
|
|
468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPink Dark"
|
|
464
469
|
},
|
|
465
470
|
{
|
|
466
471
|
"const": "{palette.color.pinkLight}",
|
|
467
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
468
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
472
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPink Light",
|
|
473
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPink Light"
|
|
469
474
|
},
|
|
470
475
|
{
|
|
471
476
|
"const": "{palette.color.purple}",
|
|
472
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
473
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
477
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPurple",
|
|
478
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPurple"
|
|
474
479
|
},
|
|
475
480
|
{
|
|
476
481
|
"const": "{palette.color.purpleDark}",
|
|
477
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
478
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
482
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPurple Dark",
|
|
483
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPurple Dark"
|
|
479
484
|
},
|
|
480
485
|
{
|
|
481
486
|
"const": "{palette.color.purpleLight}",
|
|
482
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
483
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
487
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nPurple Light",
|
|
488
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nPurple Light"
|
|
484
489
|
},
|
|
485
490
|
{
|
|
486
491
|
"const": "{palette.color.silver}",
|
|
487
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
488
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
492
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nSilver",
|
|
493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nSilver"
|
|
489
494
|
},
|
|
490
495
|
{
|
|
491
496
|
"const": "{palette.color.silverDark}",
|
|
492
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
493
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
497
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
494
499
|
},
|
|
495
500
|
{
|
|
496
501
|
"const": "{palette.color.success}",
|
|
497
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
498
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
502
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nSuccess",
|
|
503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nSuccess"
|
|
499
504
|
},
|
|
500
505
|
{
|
|
501
506
|
"const": "{palette.color.successLight}",
|
|
502
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
503
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
507
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nSuccess Light",
|
|
508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nSuccess Light"
|
|
504
509
|
},
|
|
505
510
|
{
|
|
506
511
|
"const": "{palette.color.transparent}",
|
|
507
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
508
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
512
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
509
514
|
},
|
|
510
515
|
{
|
|
511
516
|
"const": "{palette.color.trinidad}",
|
|
512
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
513
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
517
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
518
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
514
519
|
},
|
|
515
520
|
{
|
|
516
521
|
"const": "{palette.color.white}",
|
|
517
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
518
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
522
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
523
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
519
524
|
},
|
|
520
525
|
{
|
|
521
526
|
"const": "{system.color.transparent}",
|
|
522
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
523
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
527
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
528
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
524
529
|
},
|
|
525
530
|
{
|
|
526
531
|
"const": "{system.color.none}",
|
|
527
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
528
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
532
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
533
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
529
534
|
}
|
|
530
535
|
],
|
|
531
536
|
"$id": "#color"
|
|
@@ -534,18 +539,18 @@
|
|
|
534
539
|
"anyOf": [
|
|
535
540
|
{
|
|
536
541
|
"const": "{palette.duration.duration250}",
|
|
537
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
538
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
542
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
543
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
539
544
|
},
|
|
540
545
|
{
|
|
541
546
|
"const": "{palette.duration.duration300}",
|
|
542
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
543
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
547
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
548
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
544
549
|
},
|
|
545
550
|
{
|
|
546
551
|
"const": "{system.duration.zero}",
|
|
547
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
548
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
552
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
553
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
549
554
|
}
|
|
550
555
|
],
|
|
551
556
|
"$id": "#duration"
|
|
@@ -554,113 +559,113 @@
|
|
|
554
559
|
"anyOf": [
|
|
555
560
|
{
|
|
556
561
|
"const": "{palette.fontSize.size12}",
|
|
557
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
558
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
562
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
563
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
559
564
|
},
|
|
560
565
|
{
|
|
561
566
|
"const": "{palette.fontSize.size14}",
|
|
562
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
563
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
567
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
568
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
564
569
|
},
|
|
565
570
|
{
|
|
566
571
|
"const": "{palette.fontSize.size15}",
|
|
567
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
568
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
572
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
573
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
569
574
|
},
|
|
570
575
|
{
|
|
571
576
|
"const": "{palette.fontSize.size16}",
|
|
572
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
573
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
577
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
578
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
574
579
|
},
|
|
575
580
|
{
|
|
576
581
|
"const": "{palette.fontSize.size18}",
|
|
577
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
578
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
582
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
583
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
579
584
|
},
|
|
580
585
|
{
|
|
581
586
|
"const": "{palette.fontSize.size2}",
|
|
582
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
583
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
587
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
588
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
584
589
|
},
|
|
585
590
|
{
|
|
586
591
|
"const": "{palette.fontSize.size20}",
|
|
587
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
588
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
592
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
593
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
589
594
|
},
|
|
590
595
|
{
|
|
591
596
|
"const": "{palette.fontSize.size24}",
|
|
592
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
593
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
597
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
598
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
594
599
|
},
|
|
595
600
|
{
|
|
596
601
|
"const": "{palette.fontSize.size28}",
|
|
597
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
598
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
602
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
603
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
599
604
|
},
|
|
600
605
|
{
|
|
601
606
|
"const": "{palette.fontSize.size30}",
|
|
602
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
603
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
607
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
604
609
|
},
|
|
605
610
|
{
|
|
606
611
|
"const": "{palette.fontSize.size32}",
|
|
607
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
608
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
612
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
613
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
609
614
|
},
|
|
610
615
|
{
|
|
611
616
|
"const": "{palette.fontSize.size34}",
|
|
612
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
613
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
617
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
614
619
|
},
|
|
615
620
|
{
|
|
616
621
|
"const": "{palette.fontSize.size36}",
|
|
617
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
618
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
622
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
619
624
|
},
|
|
620
625
|
{
|
|
621
626
|
"const": "{palette.fontSize.size40}",
|
|
622
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
623
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
627
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
624
629
|
},
|
|
625
630
|
{
|
|
626
631
|
"const": "{palette.fontSize.size44}",
|
|
627
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
628
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
632
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
629
634
|
},
|
|
630
635
|
{
|
|
631
636
|
"const": "{palette.fontSize.size48}",
|
|
632
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
633
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
637
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
634
639
|
},
|
|
635
640
|
{
|
|
636
641
|
"const": "{palette.fontSize.size54}",
|
|
637
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
638
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
642
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
643
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
639
644
|
},
|
|
640
645
|
{
|
|
641
646
|
"const": "{palette.fontSize.size56}",
|
|
642
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
643
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
647
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
648
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
644
649
|
},
|
|
645
650
|
{
|
|
646
651
|
"const": "{palette.fontSize.size64}",
|
|
647
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
648
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
652
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
653
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
649
654
|
},
|
|
650
655
|
{
|
|
651
656
|
"const": "{palette.fontSize.size70}",
|
|
652
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
653
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
657
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
658
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
654
659
|
},
|
|
655
660
|
{
|
|
656
661
|
"const": "{palette.fontSize.size72}",
|
|
657
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
658
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
662
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
663
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
659
664
|
},
|
|
660
665
|
{
|
|
661
666
|
"const": "{system.fontSize.none}",
|
|
662
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
663
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
667
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
668
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
664
669
|
}
|
|
665
670
|
],
|
|
666
671
|
"$id": "#fontSize"
|
|
@@ -669,13 +674,13 @@
|
|
|
669
674
|
"anyOf": [
|
|
670
675
|
{
|
|
671
676
|
"const": "{palette.gradient.blackSolid}",
|
|
672
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
673
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
677
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nBlack solid Gradient",
|
|
678
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nBlack solid Gradient"
|
|
674
679
|
},
|
|
675
680
|
{
|
|
676
681
|
"const": "{system.gradient.none}",
|
|
677
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
678
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
682
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
683
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
679
684
|
}
|
|
680
685
|
],
|
|
681
686
|
"$id": "#gradient"
|
|
@@ -684,488 +689,488 @@
|
|
|
684
689
|
"anyOf": [
|
|
685
690
|
{
|
|
686
691
|
"const": "{palette.icon.Add}",
|
|
687
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
688
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
692
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
693
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
689
694
|
},
|
|
690
695
|
{
|
|
691
696
|
"const": "{palette.icon.Amex}",
|
|
692
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
693
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
697
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
698
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
694
699
|
},
|
|
695
700
|
{
|
|
696
701
|
"const": "{palette.icon.ArrowDownCircled}",
|
|
697
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
698
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
702
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
703
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
699
704
|
},
|
|
700
705
|
{
|
|
701
706
|
"const": "{palette.icon.ArrowLeft}",
|
|
702
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
703
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
707
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
708
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
704
709
|
},
|
|
705
710
|
{
|
|
706
711
|
"const": "{palette.icon.ArrowRight}",
|
|
707
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
708
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
712
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
713
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
709
714
|
},
|
|
710
715
|
{
|
|
711
716
|
"const": "{palette.icon.BoxOutline}",
|
|
712
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
713
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
717
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
718
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
714
719
|
},
|
|
715
720
|
{
|
|
716
721
|
"const": "{palette.icon.BoxOutlineChecked}",
|
|
717
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
718
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
722
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
723
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
719
724
|
},
|
|
720
725
|
{
|
|
721
726
|
"const": "{palette.icon.Bullet}",
|
|
722
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
723
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
727
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
728
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
724
729
|
},
|
|
725
730
|
{
|
|
726
731
|
"const": "{palette.icon.BulletFill}",
|
|
727
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
728
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
732
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
733
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
729
734
|
},
|
|
730
735
|
{
|
|
731
736
|
"const": "{palette.icon.Cart}",
|
|
732
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
733
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
737
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
738
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
734
739
|
},
|
|
735
740
|
{
|
|
736
741
|
"const": "{palette.icon.CartFilled}",
|
|
737
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
738
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
742
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
743
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
739
744
|
},
|
|
740
745
|
{
|
|
741
746
|
"const": "{palette.icon.Caution}",
|
|
742
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
743
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
747
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
748
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
744
749
|
},
|
|
745
750
|
{
|
|
746
751
|
"const": "{palette.icon.Check}",
|
|
747
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
748
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
752
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
753
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
749
754
|
},
|
|
750
755
|
{
|
|
751
756
|
"const": "{palette.icon.CheckCircle}",
|
|
752
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
753
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
757
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
758
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
754
759
|
},
|
|
755
760
|
{
|
|
756
761
|
"const": "{palette.icon.CheckCircleFilled}",
|
|
757
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
758
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
762
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
763
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
759
764
|
},
|
|
760
765
|
{
|
|
761
766
|
"const": "{palette.icon.CheckCircledFilled}",
|
|
762
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
763
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
767
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
768
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
764
769
|
},
|
|
765
770
|
{
|
|
766
771
|
"const": "{palette.icon.CheckCircledNotFilled}",
|
|
767
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
768
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
772
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
773
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
769
774
|
},
|
|
770
775
|
{
|
|
771
776
|
"const": "{palette.icon.ChevronDown}",
|
|
772
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
773
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
777
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
778
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
774
779
|
},
|
|
775
780
|
{
|
|
776
781
|
"const": "{palette.icon.ChevronLeft}",
|
|
777
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
778
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
782
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
783
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
779
784
|
},
|
|
780
785
|
{
|
|
781
786
|
"const": "{palette.icon.ChevronRight}",
|
|
782
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
783
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
787
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
788
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
784
789
|
},
|
|
785
790
|
{
|
|
786
791
|
"const": "{palette.icon.ChevronUp}",
|
|
787
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
788
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
792
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
793
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
789
794
|
},
|
|
790
795
|
{
|
|
791
796
|
"const": "{palette.icon.CircledLine}",
|
|
792
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
793
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
797
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
798
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
794
799
|
},
|
|
795
800
|
{
|
|
796
801
|
"const": "{palette.icon.Clipboard}",
|
|
797
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
798
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
802
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
803
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
799
804
|
},
|
|
800
805
|
{
|
|
801
806
|
"const": "{palette.icon.Close}",
|
|
802
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
803
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
807
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
808
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
804
809
|
},
|
|
805
810
|
{
|
|
806
811
|
"const": "{palette.icon.ClosedCaptions}",
|
|
807
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
808
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
812
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
813
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
809
814
|
},
|
|
810
815
|
{
|
|
811
816
|
"const": "{palette.icon.Coaxial}",
|
|
812
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
813
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
817
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
818
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
814
819
|
},
|
|
815
820
|
{
|
|
816
821
|
"const": "{palette.icon.CreditCard}",
|
|
817
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
818
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
822
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
823
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
819
824
|
},
|
|
820
825
|
{
|
|
821
826
|
"const": "{palette.icon.DSL}",
|
|
822
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
823
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
827
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
828
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
824
829
|
},
|
|
825
830
|
{
|
|
826
831
|
"const": "{palette.icon.Devices}",
|
|
827
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
828
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
832
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
833
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
829
834
|
},
|
|
830
835
|
{
|
|
831
836
|
"const": "{palette.icon.Download}",
|
|
832
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
833
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
837
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
838
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
834
839
|
},
|
|
835
840
|
{
|
|
836
841
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
837
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
838
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
842
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
843
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
839
844
|
},
|
|
840
845
|
{
|
|
841
846
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
842
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
843
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
847
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
848
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
844
849
|
},
|
|
845
850
|
{
|
|
846
851
|
"const": "{palette.icon.Expand}",
|
|
847
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
848
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
852
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
853
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
849
854
|
},
|
|
850
855
|
{
|
|
851
856
|
"const": "{palette.icon.EyeClosed}",
|
|
852
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
853
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
857
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
858
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
854
859
|
},
|
|
855
860
|
{
|
|
856
861
|
"const": "{palette.icon.EyeMasked}",
|
|
857
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
858
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
862
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
863
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
859
864
|
},
|
|
860
865
|
{
|
|
861
866
|
"const": "{palette.icon.EyeOpened}",
|
|
862
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
863
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
867
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
868
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
864
869
|
},
|
|
865
870
|
{
|
|
866
871
|
"const": "{palette.icon.EyeUnmasked}",
|
|
867
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
868
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
872
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
873
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
869
874
|
},
|
|
870
875
|
{
|
|
871
876
|
"const": "{palette.icon.FullscreenExpand}",
|
|
872
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
873
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
877
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
878
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
874
879
|
},
|
|
875
880
|
{
|
|
876
881
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
877
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
878
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
882
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
883
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
879
884
|
},
|
|
880
885
|
{
|
|
881
886
|
"const": "{palette.icon.Gift}",
|
|
882
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
883
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
887
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
888
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
884
889
|
},
|
|
885
890
|
{
|
|
886
891
|
"const": "{palette.icon.Hamburger}",
|
|
887
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
888
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
892
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
893
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
889
894
|
},
|
|
890
895
|
{
|
|
891
896
|
"const": "{palette.icon.IdTag}",
|
|
892
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
893
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
897
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
898
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
894
899
|
},
|
|
895
900
|
{
|
|
896
901
|
"const": "{palette.icon.Info}",
|
|
897
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
898
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
902
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
903
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
899
904
|
},
|
|
900
905
|
{
|
|
901
906
|
"const": "{palette.icon.InfoSelected}",
|
|
902
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
903
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
907
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
908
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
904
909
|
},
|
|
905
910
|
{
|
|
906
911
|
"const": "{palette.icon.InformationCircled}",
|
|
907
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
908
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
912
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
913
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
909
914
|
},
|
|
910
915
|
{
|
|
911
916
|
"const": "{palette.icon.InternetSpeed}",
|
|
912
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
913
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
917
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
918
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
914
919
|
},
|
|
915
920
|
{
|
|
916
921
|
"const": "{palette.icon.Kebab}",
|
|
917
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
918
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
922
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
923
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
919
924
|
},
|
|
920
925
|
{
|
|
921
926
|
"const": "{palette.icon.LeftCircle}",
|
|
922
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
923
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
927
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
928
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
924
929
|
},
|
|
925
930
|
{
|
|
926
931
|
"const": "{palette.icon.LocationMap}",
|
|
927
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
928
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
932
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
933
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
929
934
|
},
|
|
930
935
|
{
|
|
931
936
|
"const": "{palette.icon.LockFilled}",
|
|
932
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
933
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
937
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
938
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
934
939
|
},
|
|
935
940
|
{
|
|
936
941
|
"const": "{palette.icon.Maintenance}",
|
|
937
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
938
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
942
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
943
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
939
944
|
},
|
|
940
945
|
{
|
|
941
946
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
942
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
943
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
947
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
948
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
944
949
|
},
|
|
945
950
|
{
|
|
946
951
|
"const": "{palette.icon.MasterCard}",
|
|
947
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
948
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
952
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
953
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
949
954
|
},
|
|
950
955
|
{
|
|
951
956
|
"const": "{palette.icon.Muted}",
|
|
952
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
953
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
957
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
958
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
954
959
|
},
|
|
955
960
|
{
|
|
956
961
|
"const": "{palette.icon.OfferStarFilled}",
|
|
957
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
958
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
962
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
963
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
959
964
|
},
|
|
960
965
|
{
|
|
961
966
|
"const": "{palette.icon.Pause}",
|
|
962
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
963
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
967
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
968
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
964
969
|
},
|
|
965
970
|
{
|
|
966
971
|
"const": "{palette.icon.PaymentAdd}",
|
|
967
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
968
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
972
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
973
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
969
974
|
},
|
|
970
975
|
{
|
|
971
976
|
"const": "{palette.icon.Perk}",
|
|
972
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
973
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
977
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
978
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
974
979
|
},
|
|
975
980
|
{
|
|
976
981
|
"const": "{palette.icon.Phone}",
|
|
977
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
978
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
982
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
983
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
979
984
|
},
|
|
980
985
|
{
|
|
981
986
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
982
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
983
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
987
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
988
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
984
989
|
},
|
|
985
990
|
{
|
|
986
991
|
"const": "{palette.icon.Play}",
|
|
987
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
988
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
992
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
993
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
989
994
|
},
|
|
990
995
|
{
|
|
991
996
|
"const": "{palette.icon.PlaySolid}",
|
|
992
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
993
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
997
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
998
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
994
999
|
},
|
|
995
1000
|
{
|
|
996
1001
|
"const": "{palette.icon.PlayVideo}",
|
|
997
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
998
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1002
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1003
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
999
1004
|
},
|
|
1000
1005
|
{
|
|
1001
1006
|
"const": "{palette.icon.PlugPlay}",
|
|
1002
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1003
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1007
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1008
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1004
1009
|
},
|
|
1005
1010
|
{
|
|
1006
1011
|
"const": "{palette.icon.Preference}",
|
|
1007
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1008
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1012
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1013
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1009
1014
|
},
|
|
1010
1015
|
{
|
|
1011
1016
|
"const": "{palette.icon.Price}",
|
|
1012
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1013
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1017
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1018
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1014
1019
|
},
|
|
1015
1020
|
{
|
|
1016
1021
|
"const": "{palette.icon.Question}",
|
|
1017
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1018
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1022
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1023
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1019
1024
|
},
|
|
1020
1025
|
{
|
|
1021
1026
|
"const": "{palette.icon.QuestionFilled}",
|
|
1022
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1023
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1027
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1028
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1024
1029
|
},
|
|
1025
1030
|
{
|
|
1026
1031
|
"const": "{palette.icon.QuoteLeft}",
|
|
1027
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1028
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1032
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1033
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1029
1034
|
},
|
|
1030
1035
|
{
|
|
1031
1036
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1032
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1033
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1037
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1038
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1034
1039
|
},
|
|
1035
1040
|
{
|
|
1036
1041
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1037
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1038
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1042
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1043
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1039
1044
|
},
|
|
1040
1045
|
{
|
|
1041
1046
|
"const": "{palette.icon.RadialOutline}",
|
|
1042
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1043
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1047
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1048
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1044
1049
|
},
|
|
1045
1050
|
{
|
|
1046
1051
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1047
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1048
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1052
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1053
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1049
1054
|
},
|
|
1050
1055
|
{
|
|
1051
1056
|
"const": "{palette.icon.Receipt}",
|
|
1052
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1053
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1057
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1058
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1054
1059
|
},
|
|
1055
1060
|
{
|
|
1056
1061
|
"const": "{palette.icon.Refresh}",
|
|
1057
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1058
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1062
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1063
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1059
1064
|
},
|
|
1060
1065
|
{
|
|
1061
1066
|
"const": "{palette.icon.Replay}",
|
|
1062
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1063
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1067
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1068
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1064
1069
|
},
|
|
1065
1070
|
{
|
|
1066
1071
|
"const": "{palette.icon.RightCircle}",
|
|
1067
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1068
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1072
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1073
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1069
1074
|
},
|
|
1070
1075
|
{
|
|
1071
1076
|
"const": "{palette.icon.RightCirlce}",
|
|
1072
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1073
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1077
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nTODO: remove in next major release",
|
|
1078
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nTODO: remove in next major release"
|
|
1074
1079
|
},
|
|
1075
1080
|
{
|
|
1076
1081
|
"const": "{palette.icon.Settings}",
|
|
1077
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1078
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1082
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1083
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1079
1084
|
},
|
|
1080
1085
|
{
|
|
1081
1086
|
"const": "{palette.icon.SettingsSolid}",
|
|
1082
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1083
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1087
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1088
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1084
1089
|
},
|
|
1085
1090
|
{
|
|
1086
1091
|
"const": "{palette.icon.ShippingFilled}",
|
|
1087
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1088
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1092
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1093
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1089
1094
|
},
|
|
1090
1095
|
{
|
|
1091
1096
|
"const": "{palette.icon.Shop}",
|
|
1092
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1093
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1097
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1098
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1094
1099
|
},
|
|
1095
1100
|
{
|
|
1096
1101
|
"const": "{palette.icon.Sim}",
|
|
1097
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1098
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1102
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1103
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1099
1104
|
},
|
|
1100
1105
|
{
|
|
1101
1106
|
"const": "{palette.icon.SimFilled}",
|
|
1102
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1103
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1107
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1108
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1104
1109
|
},
|
|
1105
1110
|
{
|
|
1106
1111
|
"const": "{palette.icon.Spyglass}",
|
|
1107
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1108
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1112
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1113
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1109
1114
|
},
|
|
1110
1115
|
{
|
|
1111
1116
|
"const": "{palette.icon.Streaming}",
|
|
1112
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1113
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1117
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1118
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1114
1119
|
},
|
|
1115
1120
|
{
|
|
1116
1121
|
"const": "{palette.icon.Subtract}",
|
|
1117
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1118
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1122
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1123
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1119
1124
|
},
|
|
1120
1125
|
{
|
|
1121
1126
|
"const": "{palette.icon.Tag}",
|
|
1122
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1123
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1127
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1128
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1124
1129
|
},
|
|
1125
1130
|
{
|
|
1126
1131
|
"const": "{palette.icon.TagFilled}",
|
|
1127
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1128
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1132
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1133
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1129
1134
|
},
|
|
1130
1135
|
{
|
|
1131
1136
|
"const": "{palette.icon.Times}",
|
|
1132
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1133
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1137
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1138
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1134
1139
|
},
|
|
1135
1140
|
{
|
|
1136
1141
|
"const": "{palette.icon.TimesCircled}",
|
|
1137
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1138
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1142
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1143
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1139
1144
|
},
|
|
1140
1145
|
{
|
|
1141
1146
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1142
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1143
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1147
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1148
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1144
1149
|
},
|
|
1145
1150
|
{
|
|
1146
1151
|
"const": "{palette.icon.Tooltip}",
|
|
1147
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1148
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1152
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1153
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1149
1154
|
},
|
|
1150
1155
|
{
|
|
1151
1156
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1152
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1153
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1157
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1158
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1154
1159
|
},
|
|
1155
1160
|
{
|
|
1156
1161
|
"const": "{palette.icon.Unmuted}",
|
|
1157
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1158
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1162
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1163
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1159
1164
|
},
|
|
1160
1165
|
{
|
|
1161
1166
|
"const": "{palette.icon.Visa}",
|
|
1162
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1163
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1167
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1168
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1164
1169
|
},
|
|
1165
1170
|
{
|
|
1166
1171
|
"const": "{system.icon.none}",
|
|
1167
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1168
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1172
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1173
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1169
1174
|
}
|
|
1170
1175
|
],
|
|
1171
1176
|
"$id": "#icon"
|
|
@@ -1174,13 +1179,13 @@
|
|
|
1174
1179
|
"anyOf": [
|
|
1175
1180
|
{
|
|
1176
1181
|
"const": "{palette.letterSpacing.default}",
|
|
1177
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1178
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1182
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1183
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1179
1184
|
},
|
|
1180
1185
|
{
|
|
1181
1186
|
"const": "{system.letterSpacing.none}",
|
|
1182
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1183
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1187
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1188
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1184
1189
|
}
|
|
1185
1190
|
],
|
|
1186
1191
|
"$id": "#letterSpacing"
|
|
@@ -1189,118 +1194,118 @@
|
|
|
1189
1194
|
"anyOf": [
|
|
1190
1195
|
{
|
|
1191
1196
|
"const": "{palette.lineHeight.multiply110}",
|
|
1192
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1193
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1197
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1198
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1194
1199
|
},
|
|
1195
1200
|
{
|
|
1196
1201
|
"const": "{palette.lineHeight.multiply120}",
|
|
1197
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1198
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1202
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1203
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1199
1204
|
},
|
|
1200
1205
|
{
|
|
1201
1206
|
"const": "{palette.lineHeight.multiply130}",
|
|
1202
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1203
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1207
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1208
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1204
1209
|
},
|
|
1205
1210
|
{
|
|
1206
1211
|
"const": "{palette.lineHeight.multiply140}",
|
|
1207
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1208
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1212
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1213
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1209
1214
|
},
|
|
1210
1215
|
{
|
|
1211
1216
|
"const": "{palette.lineHeight.multiply150}",
|
|
1212
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1213
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1217
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1218
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1214
1219
|
},
|
|
1215
1220
|
{
|
|
1216
1221
|
"const": "{palette.lineHeight.multiply160}",
|
|
1217
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1218
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1222
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1223
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1219
1224
|
},
|
|
1220
1225
|
{
|
|
1221
1226
|
"const": "{palette.lineHeight.multiply172}",
|
|
1222
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1223
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1227
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1228
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1224
1229
|
},
|
|
1225
1230
|
{
|
|
1226
1231
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1227
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1228
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1232
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1233
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1229
1234
|
},
|
|
1230
1235
|
{
|
|
1231
1236
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1232
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1233
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1237
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1238
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1234
1239
|
},
|
|
1235
1240
|
{
|
|
1236
1241
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1237
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1238
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1242
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1243
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1239
1244
|
},
|
|
1240
1245
|
{
|
|
1241
1246
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1242
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1243
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1247
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1248
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1244
1249
|
},
|
|
1245
1250
|
{
|
|
1246
1251
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1247
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1248
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1252
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1253
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1249
1254
|
},
|
|
1250
1255
|
{
|
|
1251
1256
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1252
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1253
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1257
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1258
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1254
1259
|
},
|
|
1255
1260
|
{
|
|
1256
1261
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1257
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1258
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1262
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1263
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1259
1264
|
},
|
|
1260
1265
|
{
|
|
1261
1266
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1262
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1263
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1267
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1268
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1264
1269
|
},
|
|
1265
1270
|
{
|
|
1266
1271
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1267
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1268
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1272
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1273
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1269
1274
|
},
|
|
1270
1275
|
{
|
|
1271
1276
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1272
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1273
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1277
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1278
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1274
1279
|
},
|
|
1275
1280
|
{
|
|
1276
1281
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1277
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1278
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1282
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1283
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1279
1284
|
},
|
|
1280
1285
|
{
|
|
1281
1286
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1282
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1283
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1287
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1288
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1284
1289
|
},
|
|
1285
1290
|
{
|
|
1286
1291
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1287
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1288
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1292
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1293
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1289
1294
|
},
|
|
1290
1295
|
{
|
|
1291
1296
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1292
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1293
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1297
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1298
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1294
1299
|
},
|
|
1295
1300
|
{
|
|
1296
1301
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1297
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1298
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1302
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1303
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1299
1304
|
},
|
|
1300
1305
|
{
|
|
1301
1306
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1302
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1303
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1307
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1308
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1304
1309
|
}
|
|
1305
1310
|
],
|
|
1306
1311
|
"$id": "#lineHeight"
|
|
@@ -1309,28 +1314,28 @@
|
|
|
1309
1314
|
"anyOf": [
|
|
1310
1315
|
{
|
|
1311
1316
|
"const": "{palette.opacity.opacity10}",
|
|
1312
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1313
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1317
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1318
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1314
1319
|
},
|
|
1315
1320
|
{
|
|
1316
1321
|
"const": "{palette.opacity.opacity3}",
|
|
1317
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1318
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1322
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1323
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1319
1324
|
},
|
|
1320
1325
|
{
|
|
1321
1326
|
"const": "{palette.opacity.opacity5}",
|
|
1322
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1323
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1327
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1328
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1324
1329
|
},
|
|
1325
1330
|
{
|
|
1326
1331
|
"const": "{palette.opacity.opacity8}",
|
|
1327
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1328
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1332
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1333
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1329
1334
|
},
|
|
1330
1335
|
{
|
|
1331
1336
|
"const": "{system.opacity.opaque}",
|
|
1332
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1333
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1337
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1338
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1334
1339
|
}
|
|
1335
1340
|
],
|
|
1336
1341
|
"$id": "#opacity"
|
|
@@ -1339,73 +1344,78 @@
|
|
|
1339
1344
|
"anyOf": [
|
|
1340
1345
|
{
|
|
1341
1346
|
"const": "{palette.radius.none}",
|
|
1342
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1343
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1347
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1348
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1344
1349
|
},
|
|
1345
1350
|
{
|
|
1346
1351
|
"const": "{palette.radius.pill32}",
|
|
1347
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1348
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1352
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nFor 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)",
|
|
1353
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nFor 'pill' designs with circular sides, which become rounded rectangles of radius 32 if forced to have height greater than 64 (for example, if user's accessibility settings increase text size)"
|
|
1349
1354
|
},
|
|
1350
1355
|
{
|
|
1351
1356
|
"const": "{palette.radius.radius1}",
|
|
1352
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1353
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1357
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1358
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1354
1359
|
},
|
|
1355
1360
|
{
|
|
1356
1361
|
"const": "{palette.radius.radius12}",
|
|
1357
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1358
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1362
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1363
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"const": "{palette.radius.radius16}",
|
|
1367
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1368
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1359
1369
|
},
|
|
1360
1370
|
{
|
|
1361
1371
|
"const": "{palette.radius.radius2}",
|
|
1362
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1363
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1372
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1373
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1364
1374
|
},
|
|
1365
1375
|
{
|
|
1366
1376
|
"const": "{palette.radius.radius24}",
|
|
1367
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1368
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1377
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1378
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1369
1379
|
},
|
|
1370
1380
|
{
|
|
1371
1381
|
"const": "{palette.radius.radius4}",
|
|
1372
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1373
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1382
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1383
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1374
1384
|
},
|
|
1375
1385
|
{
|
|
1376
1386
|
"const": "{palette.radius.radius45}",
|
|
1377
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1378
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1387
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1388
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1379
1389
|
},
|
|
1380
1390
|
{
|
|
1381
1391
|
"const": "{palette.radius.radius48}",
|
|
1382
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1383
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1392
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1393
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1384
1394
|
},
|
|
1385
1395
|
{
|
|
1386
1396
|
"const": "{palette.radius.radius6}",
|
|
1387
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1388
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1397
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1398
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1389
1399
|
},
|
|
1390
1400
|
{
|
|
1391
1401
|
"const": "{palette.radius.radius8}",
|
|
1392
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1393
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1402
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1403
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1394
1404
|
},
|
|
1395
1405
|
{
|
|
1396
1406
|
"const": "{system.radius.none}",
|
|
1397
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1398
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1407
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1408
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1399
1409
|
},
|
|
1400
1410
|
{
|
|
1401
1411
|
"const": "{system.radius.zero}",
|
|
1402
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1403
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1412
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1413
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1404
1414
|
},
|
|
1405
1415
|
{
|
|
1406
1416
|
"const": "{system.radius.round}",
|
|
1407
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1408
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1417
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1418
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1409
1419
|
}
|
|
1410
1420
|
],
|
|
1411
1421
|
"$id": "#radius"
|
|
@@ -1414,38 +1424,38 @@
|
|
|
1414
1424
|
"anyOf": [
|
|
1415
1425
|
{
|
|
1416
1426
|
"const": "{palette.shadow.elevation1}",
|
|
1417
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1418
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1427
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nRaise the element one level from the surface, such as sticky elements",
|
|
1428
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nRaise the element one level from the surface, such as sticky elements"
|
|
1419
1429
|
},
|
|
1420
1430
|
{
|
|
1421
1431
|
"const": "{palette.shadow.elevation2}",
|
|
1422
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1423
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1432
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nRaise the element 2 levels from the surface, such as overlays",
|
|
1433
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nRaise the element 2 levels from the surface, such as overlays"
|
|
1424
1434
|
},
|
|
1425
1435
|
{
|
|
1426
1436
|
"const": "{palette.shadow.elevation3}",
|
|
1427
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1428
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1437
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nRaise the element to the highest level from the surface, such as mega-nav",
|
|
1438
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nRaise the element to the highest level from the surface, such as mega-nav"
|
|
1429
1439
|
},
|
|
1430
1440
|
{
|
|
1431
1441
|
"const": "{palette.shadow.none}",
|
|
1432
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1433
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1442
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1443
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1434
1444
|
},
|
|
1435
1445
|
{
|
|
1436
1446
|
"const": "{palette.shadow.surfaceInset}",
|
|
1437
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1438
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1447
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch",
|
|
1448
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nUse inset shadow to drop the element below the surface for interactive elements such as UI meters, card call-outs, and ToggleSwitch"
|
|
1439
1449
|
},
|
|
1440
1450
|
{
|
|
1441
1451
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1442
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1443
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1452
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch",
|
|
1453
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nUse raised shadow to raise the element for interactive elements within an inset interface such as the knob in the ToggleSwitch"
|
|
1444
1454
|
},
|
|
1445
1455
|
{
|
|
1446
1456
|
"const": "{system.shadow.none}",
|
|
1447
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1448
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1457
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1458
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1449
1459
|
}
|
|
1450
1460
|
],
|
|
1451
1461
|
"$id": "#shadow"
|
|
@@ -1454,288 +1464,288 @@
|
|
|
1454
1464
|
"anyOf": [
|
|
1455
1465
|
{
|
|
1456
1466
|
"const": "{palette.size.size0}",
|
|
1457
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1458
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1467
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1468
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1459
1469
|
},
|
|
1460
1470
|
{
|
|
1461
1471
|
"const": "{palette.size.size1}",
|
|
1462
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1463
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1472
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nFor special gap sizes. This is not part of the koodo spacing scale.",
|
|
1473
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nFor special gap sizes. This is not part of the koodo spacing scale."
|
|
1464
1474
|
},
|
|
1465
1475
|
{
|
|
1466
1476
|
"const": "{palette.size.size10}",
|
|
1467
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1468
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1477
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1478
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1469
1479
|
},
|
|
1470
1480
|
{
|
|
1471
1481
|
"const": "{palette.size.size12}",
|
|
1472
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1473
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1482
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1483
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1474
1484
|
},
|
|
1475
1485
|
{
|
|
1476
1486
|
"const": "{palette.size.size120}",
|
|
1477
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1478
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1487
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1488
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1479
1489
|
},
|
|
1480
1490
|
{
|
|
1481
1491
|
"const": "{palette.size.size128}",
|
|
1482
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1483
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1492
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component",
|
|
1493
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n128 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component"
|
|
1484
1494
|
},
|
|
1485
1495
|
{
|
|
1486
1496
|
"const": "{palette.size.size13}",
|
|
1487
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1488
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1497
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1498
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1489
1499
|
},
|
|
1490
1500
|
{
|
|
1491
1501
|
"const": "{palette.size.size14}",
|
|
1492
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1493
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1502
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nAllows for the PaginationSideButton icon size",
|
|
1503
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nAllows for the PaginationSideButton icon size"
|
|
1494
1504
|
},
|
|
1495
1505
|
{
|
|
1496
1506
|
"const": "{palette.size.size140}",
|
|
1497
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1498
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1507
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered",
|
|
1508
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n140 is the image size for xs, sm, md and lg screen size on the QuickLinksFeature component when hovered"
|
|
1499
1509
|
},
|
|
1500
1510
|
{
|
|
1501
1511
|
"const": "{palette.size.size144}",
|
|
1502
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1503
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1512
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24.",
|
|
1513
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n24 x 6. Larger sizes for the widths/heights of blocks are based on multiples of 24."
|
|
1504
1514
|
},
|
|
1505
1515
|
{
|
|
1506
1516
|
"const": "{palette.size.size15}",
|
|
1507
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1508
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1517
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nStepTracker knob diameter",
|
|
1518
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nStepTracker knob diameter"
|
|
1509
1519
|
},
|
|
1510
1520
|
{
|
|
1511
1521
|
"const": "{palette.size.size16}",
|
|
1512
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1513
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1522
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1523
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1514
1524
|
},
|
|
1515
1525
|
{
|
|
1516
1526
|
"const": "{palette.size.size168}",
|
|
1517
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1518
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1527
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n168 is the image size for xl screen size on the QuickLinksFeature component",
|
|
1528
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n168 is the image size for xl screen size on the QuickLinksFeature component"
|
|
1519
1529
|
},
|
|
1520
1530
|
{
|
|
1521
1531
|
"const": "{palette.size.size18}",
|
|
1522
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1523
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1532
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1533
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1524
1534
|
},
|
|
1525
1535
|
{
|
|
1526
1536
|
"const": "{palette.size.size184}",
|
|
1527
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1528
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1537
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered",
|
|
1538
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n184 is the image size for xl screen size on the QuickLinksFeature component when hovered"
|
|
1529
1539
|
},
|
|
1530
1540
|
{
|
|
1531
1541
|
"const": "{palette.size.size2}",
|
|
1532
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1533
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1542
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1543
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1534
1544
|
},
|
|
1535
1545
|
{
|
|
1536
1546
|
"const": "{palette.size.size20}",
|
|
1537
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1538
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1547
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1548
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1539
1549
|
},
|
|
1540
1550
|
{
|
|
1541
1551
|
"const": "{palette.size.size21}",
|
|
1542
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1543
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1552
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1553
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1544
1554
|
},
|
|
1545
1555
|
{
|
|
1546
1556
|
"const": "{palette.size.size22}",
|
|
1547
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1548
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1557
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1558
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1549
1559
|
},
|
|
1550
1560
|
{
|
|
1551
1561
|
"const": "{palette.size.size24}",
|
|
1552
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1553
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1562
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1563
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1554
1564
|
},
|
|
1555
1565
|
{
|
|
1556
1566
|
"const": "{palette.size.size26}",
|
|
1557
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1558
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1567
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1568
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1559
1569
|
},
|
|
1560
1570
|
{
|
|
1561
1571
|
"const": "{palette.size.size27}",
|
|
1562
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1563
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1572
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nFor special top property for strike through used in PriceLockup",
|
|
1573
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nFor special top property for strike through used in PriceLockup"
|
|
1564
1574
|
},
|
|
1565
1575
|
{
|
|
1566
1576
|
"const": "{palette.size.size288}",
|
|
1567
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1568
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1577
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1578
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1569
1579
|
},
|
|
1570
1580
|
{
|
|
1571
1581
|
"const": "{palette.size.size3}",
|
|
1572
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1573
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1582
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1583
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1574
1584
|
},
|
|
1575
1585
|
{
|
|
1576
1586
|
"const": "{palette.size.size32}",
|
|
1577
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1578
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1587
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1588
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1579
1589
|
},
|
|
1580
1590
|
{
|
|
1581
1591
|
"const": "{palette.size.size320}",
|
|
1582
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1583
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1592
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nUsed for min width in Multiselect filter ",
|
|
1593
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nUsed for min width in Multiselect filter "
|
|
1584
1594
|
},
|
|
1585
1595
|
{
|
|
1586
1596
|
"const": "{palette.size.size36}",
|
|
1587
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1588
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1597
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1598
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1589
1599
|
},
|
|
1590
1600
|
{
|
|
1591
1601
|
"const": "{palette.size.size4}",
|
|
1592
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1593
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1602
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1603
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1594
1604
|
},
|
|
1595
1605
|
{
|
|
1596
1606
|
"const": "{palette.size.size40}",
|
|
1597
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1598
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1607
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1608
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1599
1609
|
},
|
|
1600
1610
|
{
|
|
1601
1611
|
"const": "{palette.size.size412}",
|
|
1602
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1603
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1612
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nUsed for min height in Multiselect filter ",
|
|
1613
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nUsed for min height in Multiselect filter "
|
|
1604
1614
|
},
|
|
1605
1615
|
{
|
|
1606
1616
|
"const": "{palette.size.size44}",
|
|
1607
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1608
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1617
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1618
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1609
1619
|
},
|
|
1610
1620
|
{
|
|
1611
1621
|
"const": "{palette.size.size45}",
|
|
1612
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1613
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1622
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1623
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1614
1624
|
},
|
|
1615
1625
|
{
|
|
1616
1626
|
"const": "{palette.size.size48}",
|
|
1617
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1618
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1627
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1628
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1619
1629
|
},
|
|
1620
1630
|
{
|
|
1621
1631
|
"const": "{palette.size.size480}",
|
|
1622
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1623
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1632
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nMultiselect filter max height at sm - xl breakpoints",
|
|
1633
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nMultiselect filter max height at sm - xl breakpoints"
|
|
1624
1634
|
},
|
|
1625
1635
|
{
|
|
1626
1636
|
"const": "{palette.size.size5}",
|
|
1627
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1628
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1637
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1638
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1629
1639
|
},
|
|
1630
1640
|
{
|
|
1631
1641
|
"const": "{palette.size.size53}",
|
|
1632
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1633
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1642
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1643
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1634
1644
|
},
|
|
1635
1645
|
{
|
|
1636
1646
|
"const": "{palette.size.size544}",
|
|
1637
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1638
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1647
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nMultiselect filter max width at sm - xl breakpoints",
|
|
1648
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nMultiselect filter max width at sm - xl breakpoints"
|
|
1639
1649
|
},
|
|
1640
1650
|
{
|
|
1641
1651
|
"const": "{palette.size.size56}",
|
|
1642
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1643
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1652
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1653
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1644
1654
|
},
|
|
1645
1655
|
{
|
|
1646
1656
|
"const": "{palette.size.size576}",
|
|
1647
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1648
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1657
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1658
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1649
1659
|
},
|
|
1650
1660
|
{
|
|
1651
1661
|
"const": "{palette.size.size6}",
|
|
1652
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1653
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1662
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1663
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1654
1664
|
},
|
|
1655
1665
|
{
|
|
1656
1666
|
"const": "{palette.size.size630}",
|
|
1657
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1658
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1667
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1668
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1659
1669
|
},
|
|
1660
1670
|
{
|
|
1661
1671
|
"const": "{palette.size.size64}",
|
|
1662
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1663
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1672
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1673
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1664
1674
|
},
|
|
1665
1675
|
{
|
|
1666
1676
|
"const": "{palette.size.size640}",
|
|
1667
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1668
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1677
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\nUsed for max height in VideoPicker",
|
|
1678
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\nUsed for max height in VideoPicker"
|
|
1669
1679
|
},
|
|
1670
1680
|
{
|
|
1671
1681
|
"const": "{palette.size.size72}",
|
|
1672
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1673
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1682
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1683
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1674
1684
|
},
|
|
1675
1685
|
{
|
|
1676
1686
|
"const": "{palette.size.size768}",
|
|
1677
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1678
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1687
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1688
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1679
1689
|
},
|
|
1680
1690
|
{
|
|
1681
1691
|
"const": "{palette.size.size8}",
|
|
1682
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1683
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1692
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1693
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1684
1694
|
},
|
|
1685
1695
|
{
|
|
1686
1696
|
"const": "{palette.size.size80}",
|
|
1687
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1688
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1697
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1698
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1689
1699
|
},
|
|
1690
1700
|
{
|
|
1691
1701
|
"const": "{palette.size.size96}",
|
|
1692
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1693
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1702
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1703
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1694
1704
|
},
|
|
1695
1705
|
{
|
|
1696
1706
|
"const": "{system.size.none}",
|
|
1697
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1698
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1707
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1708
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1699
1709
|
},
|
|
1700
1710
|
{
|
|
1701
1711
|
"const": "{system.size.full}",
|
|
1702
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1703
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1712
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1713
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1704
1714
|
},
|
|
1705
1715
|
{
|
|
1706
1716
|
"const": "{system.size.twoThirds}",
|
|
1707
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1708
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1717
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1718
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1709
1719
|
},
|
|
1710
1720
|
{
|
|
1711
1721
|
"const": "{system.size.zero}",
|
|
1712
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1713
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1722
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1723
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1714
1724
|
},
|
|
1715
1725
|
{
|
|
1716
1726
|
"const": "{system.size.viewportXs}",
|
|
1717
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1718
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1727
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1728
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1719
1729
|
},
|
|
1720
1730
|
{
|
|
1721
1731
|
"const": "{system.size.viewportSm}",
|
|
1722
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1723
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1732
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1733
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1724
1734
|
},
|
|
1725
1735
|
{
|
|
1726
1736
|
"const": "{system.size.viewportMd}",
|
|
1727
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1728
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1737
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1738
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1729
1739
|
},
|
|
1730
1740
|
{
|
|
1731
1741
|
"const": "{system.size.viewportLg}",
|
|
1732
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1733
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1742
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1743
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1734
1744
|
},
|
|
1735
1745
|
{
|
|
1736
1746
|
"const": "{system.size.viewportXl}",
|
|
1737
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1738
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1747
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1748
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1739
1749
|
}
|
|
1740
1750
|
],
|
|
1741
1751
|
"$id": "#size"
|
|
@@ -1744,8 +1754,8 @@
|
|
|
1744
1754
|
"anyOf": [
|
|
1745
1755
|
{
|
|
1746
1756
|
"const": "{palette.fontName.StagSans}",
|
|
1747
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1748
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1757
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1758
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1749
1759
|
}
|
|
1750
1760
|
],
|
|
1751
1761
|
"$id": "#fontName"
|
|
@@ -1754,28 +1764,28 @@
|
|
|
1754
1764
|
"anyOf": [
|
|
1755
1765
|
{
|
|
1756
1766
|
"const": "{palette.fontWeight.weight300}",
|
|
1757
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1758
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1767
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1768
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1759
1769
|
},
|
|
1760
1770
|
{
|
|
1761
1771
|
"const": "{palette.fontWeight.weight400}",
|
|
1762
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1763
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1772
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1773
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1764
1774
|
},
|
|
1765
1775
|
{
|
|
1766
1776
|
"const": "{palette.fontWeight.weight500}",
|
|
1767
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1768
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1777
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1778
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1769
1779
|
},
|
|
1770
1780
|
{
|
|
1771
1781
|
"const": "{palette.fontWeight.weight600}",
|
|
1772
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1773
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1782
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1783
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1774
1784
|
},
|
|
1775
1785
|
{
|
|
1776
1786
|
"const": "{palette.fontWeight.weight700}",
|
|
1777
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1778
|
-
"markdownDescription": "`@telus-uds/palette-koodo/v1.
|
|
1787
|
+
"description": "@telus-uds/palette-koodo/v1.3.0 palette tokens 🖌️\n",
|
|
1788
|
+
"markdownDescription": "`@telus-uds/palette-koodo/v1.3.0` **palette** tokens 🖌️\n\n"
|
|
1779
1789
|
}
|
|
1780
1790
|
],
|
|
1781
1791
|
"$id": "#fontWeight"
|
|
@@ -1784,18 +1794,18 @@
|
|
|
1784
1794
|
"anyOf": [
|
|
1785
1795
|
{
|
|
1786
1796
|
"const": "{system.display.inline}",
|
|
1787
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1788
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1797
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1798
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1789
1799
|
},
|
|
1790
1800
|
{
|
|
1791
1801
|
"const": "{system.display.inlineBlock}",
|
|
1792
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1793
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1802
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1803
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1794
1804
|
},
|
|
1795
1805
|
{
|
|
1796
1806
|
"const": "{system.display.none}",
|
|
1797
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1798
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1807
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1808
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1799
1809
|
}
|
|
1800
1810
|
],
|
|
1801
1811
|
"$id": "#display"
|
|
@@ -1804,18 +1814,18 @@
|
|
|
1804
1814
|
"anyOf": [
|
|
1805
1815
|
{
|
|
1806
1816
|
"const": "{system.flexJustifyContent.center}",
|
|
1807
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1808
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1817
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1818
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1809
1819
|
},
|
|
1810
1820
|
{
|
|
1811
1821
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1812
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1813
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1822
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1823
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1814
1824
|
},
|
|
1815
1825
|
{
|
|
1816
1826
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1817
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1818
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1827
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1828
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1819
1829
|
}
|
|
1820
1830
|
],
|
|
1821
1831
|
"$id": "#flexJustifyContent"
|
|
@@ -1824,18 +1834,18 @@
|
|
|
1824
1834
|
"anyOf": [
|
|
1825
1835
|
{
|
|
1826
1836
|
"const": "{system.flexAlign.center}",
|
|
1827
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1828
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1837
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1838
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1829
1839
|
},
|
|
1830
1840
|
{
|
|
1831
1841
|
"const": "{system.flexAlign.flexStart}",
|
|
1832
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1833
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1842
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1843
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1834
1844
|
},
|
|
1835
1845
|
{
|
|
1836
1846
|
"const": "{system.flexAlign.stretch}",
|
|
1837
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1838
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1847
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1848
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1839
1849
|
}
|
|
1840
1850
|
],
|
|
1841
1851
|
"$id": "#flexAlign"
|
|
@@ -1844,63 +1854,63 @@
|
|
|
1844
1854
|
"anyOf": [
|
|
1845
1855
|
{
|
|
1846
1856
|
"const": "{system.integer.0}",
|
|
1847
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1848
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1857
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1858
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1849
1859
|
},
|
|
1850
1860
|
{
|
|
1851
1861
|
"const": "{system.integer.1}",
|
|
1852
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1853
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1862
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1863
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1854
1864
|
},
|
|
1855
1865
|
{
|
|
1856
1866
|
"const": "{system.integer.2}",
|
|
1857
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1858
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1867
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1868
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1859
1869
|
},
|
|
1860
1870
|
{
|
|
1861
1871
|
"const": "{system.integer.3}",
|
|
1862
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1863
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1872
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1873
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1864
1874
|
},
|
|
1865
1875
|
{
|
|
1866
1876
|
"const": "{system.integer.4}",
|
|
1867
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1868
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1877
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1878
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1869
1879
|
},
|
|
1870
1880
|
{
|
|
1871
1881
|
"const": "{system.integer.5}",
|
|
1872
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1873
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1882
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1883
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1874
1884
|
},
|
|
1875
1885
|
{
|
|
1876
1886
|
"const": "{system.integer.6}",
|
|
1877
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1878
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1887
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1888
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1879
1889
|
},
|
|
1880
1890
|
{
|
|
1881
1891
|
"const": "{system.integer.7}",
|
|
1882
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1883
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1892
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1893
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1884
1894
|
},
|
|
1885
1895
|
{
|
|
1886
1896
|
"const": "{system.integer.8}",
|
|
1887
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1888
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1897
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1898
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1889
1899
|
},
|
|
1890
1900
|
{
|
|
1891
1901
|
"const": "{system.integer.9}",
|
|
1892
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1893
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1902
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1903
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1894
1904
|
},
|
|
1895
1905
|
{
|
|
1896
1906
|
"const": "{system.integer.10}",
|
|
1897
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1898
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1907
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1908
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1899
1909
|
},
|
|
1900
1910
|
{
|
|
1901
1911
|
"const": "{system.integer.11}",
|
|
1902
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1903
|
-
"markdownDescription": "@telus-uds/system-tokens/v0.8.
|
|
1912
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\nAny integer value. The spacing scale uses 0-11",
|
|
1913
|
+
"markdownDescription": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️\n\nAny integer value. The spacing scale uses `0-11`\n\n💡 Only `0-11` are suggested, but **any positive integer** is valid.\nSee [themes](https://telus.github.io/universal-design-system/docs/themes) docs."
|
|
1904
1914
|
},
|
|
1905
1915
|
{
|
|
1906
1916
|
"type": "string",
|
|
@@ -1913,18 +1923,18 @@
|
|
|
1913
1923
|
"anyOf": [
|
|
1914
1924
|
{
|
|
1915
1925
|
"const": "{system.textLine.none}",
|
|
1916
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1917
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1926
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1927
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1918
1928
|
},
|
|
1919
1929
|
{
|
|
1920
1930
|
"const": "{system.textLine.underline}",
|
|
1921
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1922
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1931
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1932
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1923
1933
|
},
|
|
1924
1934
|
{
|
|
1925
1935
|
"const": "{system.textLine.strikethrough}",
|
|
1926
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1927
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1936
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1937
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1928
1938
|
}
|
|
1929
1939
|
],
|
|
1930
1940
|
"$id": "#textLine"
|
|
@@ -1933,8 +1943,8 @@
|
|
|
1933
1943
|
"anyOf": [
|
|
1934
1944
|
{
|
|
1935
1945
|
"const": "{system.textLineStyle.solid}",
|
|
1936
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1937
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1946
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1947
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1938
1948
|
}
|
|
1939
1949
|
],
|
|
1940
1950
|
"$id": "#textLineStyle"
|
|
@@ -1943,23 +1953,23 @@
|
|
|
1943
1953
|
"anyOf": [
|
|
1944
1954
|
{
|
|
1945
1955
|
"const": "{system.position.bottom}",
|
|
1946
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1947
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1956
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1957
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1948
1958
|
},
|
|
1949
1959
|
{
|
|
1950
1960
|
"const": "{system.position.left}",
|
|
1951
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1952
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1961
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1962
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1953
1963
|
},
|
|
1954
1964
|
{
|
|
1955
1965
|
"const": "{system.position.right}",
|
|
1956
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1957
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1966
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1967
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1958
1968
|
},
|
|
1959
1969
|
{
|
|
1960
1970
|
"const": "{system.position.top}",
|
|
1961
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1962
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1971
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1972
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1963
1973
|
}
|
|
1964
1974
|
],
|
|
1965
1975
|
"$id": "#position"
|
|
@@ -1968,18 +1978,18 @@
|
|
|
1968
1978
|
"anyOf": [
|
|
1969
1979
|
{
|
|
1970
1980
|
"const": "{system.direction.column}",
|
|
1971
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1972
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1981
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1982
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1973
1983
|
},
|
|
1974
1984
|
{
|
|
1975
1985
|
"const": "{system.direction.row}",
|
|
1976
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1977
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1986
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1987
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1978
1988
|
},
|
|
1979
1989
|
{
|
|
1980
1990
|
"const": "{system.direction.rowReverse}",
|
|
1981
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1982
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
1991
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
1992
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1983
1993
|
}
|
|
1984
1994
|
],
|
|
1985
1995
|
"$id": "#direction"
|
|
@@ -1988,13 +1998,13 @@
|
|
|
1988
1998
|
"anyOf": [
|
|
1989
1999
|
{
|
|
1990
2000
|
"const": "{system.show.true}",
|
|
1991
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1992
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2001
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2002
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1993
2003
|
},
|
|
1994
2004
|
{
|
|
1995
2005
|
"const": "{system.show.false}",
|
|
1996
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1997
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2006
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2007
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
1998
2008
|
}
|
|
1999
2009
|
],
|
|
2000
2010
|
"$id": "#show"
|
|
@@ -2003,13 +2013,13 @@
|
|
|
2003
2013
|
"anyOf": [
|
|
2004
2014
|
{
|
|
2005
2015
|
"const": "{system.borderStyle.none}",
|
|
2006
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2007
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2016
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2017
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2008
2018
|
},
|
|
2009
2019
|
{
|
|
2010
2020
|
"const": "{system.borderStyle.solid}",
|
|
2011
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2012
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2021
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2022
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2013
2023
|
}
|
|
2014
2024
|
],
|
|
2015
2025
|
"$id": "#borderStyle"
|
|
@@ -2018,18 +2028,18 @@
|
|
|
2018
2028
|
"anyOf": [
|
|
2019
2029
|
{
|
|
2020
2030
|
"const": "{system.verticalAlign.top}",
|
|
2021
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2022
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2031
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2032
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2023
2033
|
},
|
|
2024
2034
|
{
|
|
2025
2035
|
"const": "{system.verticalAlign.middle}",
|
|
2026
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2027
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2036
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2037
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2028
2038
|
},
|
|
2029
2039
|
{
|
|
2030
2040
|
"const": "{system.verticalAlign.baseline}",
|
|
2031
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2032
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2041
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2042
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2033
2043
|
}
|
|
2034
2044
|
],
|
|
2035
2045
|
"$id": "#verticalAlign"
|
|
@@ -2038,18 +2048,18 @@
|
|
|
2038
2048
|
"anyOf": [
|
|
2039
2049
|
{
|
|
2040
2050
|
"const": "{system.iconScale.scale1}",
|
|
2041
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2042
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2051
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2052
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2043
2053
|
},
|
|
2044
2054
|
{
|
|
2045
2055
|
"const": "{system.iconScale.scale1_10}",
|
|
2046
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2047
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2056
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2057
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2048
2058
|
},
|
|
2049
2059
|
{
|
|
2050
2060
|
"const": "{system.iconScale.scale1_25}",
|
|
2051
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2052
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2061
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2062
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2053
2063
|
}
|
|
2054
2064
|
],
|
|
2055
2065
|
"$id": "#iconScale"
|
|
@@ -2058,18 +2068,18 @@
|
|
|
2058
2068
|
"anyOf": [
|
|
2059
2069
|
{
|
|
2060
2070
|
"const": "{system.textAlign.left}",
|
|
2061
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2062
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2071
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2072
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2063
2073
|
},
|
|
2064
2074
|
{
|
|
2065
2075
|
"const": "{system.textAlign.center}",
|
|
2066
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2067
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2076
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2077
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2068
2078
|
},
|
|
2069
2079
|
{
|
|
2070
2080
|
"const": "{system.textAlign.right}",
|
|
2071
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2072
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2081
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2082
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2073
2083
|
}
|
|
2074
2084
|
],
|
|
2075
2085
|
"$id": "#textAlign"
|
|
@@ -2078,13 +2088,13 @@
|
|
|
2078
2088
|
"anyOf": [
|
|
2079
2089
|
{
|
|
2080
2090
|
"const": "{system.textTransform.none}",
|
|
2081
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2082
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2091
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2092
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2083
2093
|
},
|
|
2084
2094
|
{
|
|
2085
2095
|
"const": "{system.textTransform.uppercase}",
|
|
2086
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2087
|
-
"markdownDescription": "`@telus-uds/system-tokens/v0.8.
|
|
2096
|
+
"description": "@telus-uds/system-tokens/v0.8.2 system react-native tokens ⚙️",
|
|
2097
|
+
"markdownDescription": "`@telus-uds/system-tokens/v0.8.2` **system** tokens ⚙️"
|
|
2088
2098
|
}
|
|
2089
2099
|
],
|
|
2090
2100
|
"$id": "#textTransform"
|
|
@@ -6657,6 +6667,39 @@
|
|
|
6657
6667
|
},
|
|
6658
6668
|
"contentFlexShrink": {
|
|
6659
6669
|
"$ref": "#integer"
|
|
6670
|
+
},
|
|
6671
|
+
"inputBackgroundColor": {
|
|
6672
|
+
"$ref": "#color"
|
|
6673
|
+
},
|
|
6674
|
+
"iconBackgroundColor": {
|
|
6675
|
+
"$ref": "#color"
|
|
6676
|
+
},
|
|
6677
|
+
"icon": {
|
|
6678
|
+
"$ref": "#icon"
|
|
6679
|
+
},
|
|
6680
|
+
"iconColor": {
|
|
6681
|
+
"$ref": "#color"
|
|
6682
|
+
},
|
|
6683
|
+
"inputBorderRadius": {
|
|
6684
|
+
"$ref": "#radius"
|
|
6685
|
+
},
|
|
6686
|
+
"inputHeight": {
|
|
6687
|
+
"$ref": "#size"
|
|
6688
|
+
},
|
|
6689
|
+
"inputWidth": {
|
|
6690
|
+
"$ref": "#size"
|
|
6691
|
+
},
|
|
6692
|
+
"iconSize": {
|
|
6693
|
+
"$ref": "#size"
|
|
6694
|
+
},
|
|
6695
|
+
"inputShadow": {
|
|
6696
|
+
"$ref": "#shadow"
|
|
6697
|
+
},
|
|
6698
|
+
"inputBorderWidth": {
|
|
6699
|
+
"$ref": "#border"
|
|
6700
|
+
},
|
|
6701
|
+
"inputBorderColor": {
|
|
6702
|
+
"$ref": "#color"
|
|
6660
6703
|
}
|
|
6661
6704
|
},
|
|
6662
6705
|
"required": [
|
|
@@ -6675,7 +6718,18 @@
|
|
|
6675
6718
|
"contentAlignItems",
|
|
6676
6719
|
"contentJustifyContent",
|
|
6677
6720
|
"contentFlexGrow",
|
|
6678
|
-
"contentFlexShrink"
|
|
6721
|
+
"contentFlexShrink",
|
|
6722
|
+
"inputBackgroundColor",
|
|
6723
|
+
"iconBackgroundColor",
|
|
6724
|
+
"icon",
|
|
6725
|
+
"iconColor",
|
|
6726
|
+
"inputBorderRadius",
|
|
6727
|
+
"inputHeight",
|
|
6728
|
+
"inputWidth",
|
|
6729
|
+
"iconSize",
|
|
6730
|
+
"inputShadow",
|
|
6731
|
+
"inputBorderWidth",
|
|
6732
|
+
"inputBorderColor"
|
|
6679
6733
|
]
|
|
6680
6734
|
},
|
|
6681
6735
|
"rules": {
|
|
@@ -6739,6 +6793,162 @@
|
|
|
6739
6793
|
},
|
|
6740
6794
|
"contentFlexShrink": {
|
|
6741
6795
|
"$ref": "#integer"
|
|
6796
|
+
},
|
|
6797
|
+
"inputBackgroundColor": {
|
|
6798
|
+
"$ref": "#color"
|
|
6799
|
+
},
|
|
6800
|
+
"iconBackgroundColor": {
|
|
6801
|
+
"$ref": "#color"
|
|
6802
|
+
},
|
|
6803
|
+
"icon": {
|
|
6804
|
+
"$ref": "#icon"
|
|
6805
|
+
},
|
|
6806
|
+
"iconColor": {
|
|
6807
|
+
"$ref": "#color"
|
|
6808
|
+
},
|
|
6809
|
+
"inputBorderRadius": {
|
|
6810
|
+
"$ref": "#radius"
|
|
6811
|
+
},
|
|
6812
|
+
"inputHeight": {
|
|
6813
|
+
"$ref": "#size"
|
|
6814
|
+
},
|
|
6815
|
+
"inputWidth": {
|
|
6816
|
+
"$ref": "#size"
|
|
6817
|
+
},
|
|
6818
|
+
"iconSize": {
|
|
6819
|
+
"$ref": "#size"
|
|
6820
|
+
},
|
|
6821
|
+
"inputShadow": {
|
|
6822
|
+
"$ref": "#shadow"
|
|
6823
|
+
},
|
|
6824
|
+
"inputBorderWidth": {
|
|
6825
|
+
"$ref": "#border"
|
|
6826
|
+
},
|
|
6827
|
+
"inputBorderColor": {
|
|
6828
|
+
"$ref": "#color"
|
|
6829
|
+
}
|
|
6830
|
+
}
|
|
6831
|
+
},
|
|
6832
|
+
"description": {
|
|
6833
|
+
"type": "string"
|
|
6834
|
+
}
|
|
6835
|
+
},
|
|
6836
|
+
"required": [
|
|
6837
|
+
"if",
|
|
6838
|
+
"tokens"
|
|
6839
|
+
]
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
},
|
|
6843
|
+
"required": [
|
|
6844
|
+
"tokens",
|
|
6845
|
+
"rules"
|
|
6846
|
+
]
|
|
6847
|
+
},
|
|
6848
|
+
"CardGroup": {
|
|
6849
|
+
"type": "object",
|
|
6850
|
+
"additionalProperties": false,
|
|
6851
|
+
"properties": {
|
|
6852
|
+
"appearances": {
|
|
6853
|
+
"type": "object",
|
|
6854
|
+
"additionalProperties": false,
|
|
6855
|
+
"patternProperties": {
|
|
6856
|
+
"^[a-z]+([A-Z0-9][a-z0-9]*)*$": {
|
|
6857
|
+
"$ref": "#appearance"
|
|
6858
|
+
}
|
|
6859
|
+
}
|
|
6860
|
+
},
|
|
6861
|
+
"tokens": {
|
|
6862
|
+
"type": "object",
|
|
6863
|
+
"additionalProperties": false,
|
|
6864
|
+
"properties": {
|
|
6865
|
+
"direction": {
|
|
6866
|
+
"$ref": "#direction"
|
|
6867
|
+
},
|
|
6868
|
+
"space": {
|
|
6869
|
+
"$ref": "#integer"
|
|
6870
|
+
},
|
|
6871
|
+
"fieldSpace": {
|
|
6872
|
+
"$ref": "#integer"
|
|
6873
|
+
},
|
|
6874
|
+
"showIcon": {
|
|
6875
|
+
"$ref": "#show"
|
|
6876
|
+
},
|
|
6877
|
+
"outlineWidth": {
|
|
6878
|
+
"$ref": "#border"
|
|
6879
|
+
},
|
|
6880
|
+
"borderBottomLeftRadius": {
|
|
6881
|
+
"$ref": "#radius"
|
|
6882
|
+
},
|
|
6883
|
+
"borderBottomRightRadius": {
|
|
6884
|
+
"$ref": "#radius"
|
|
6885
|
+
},
|
|
6886
|
+
"borderTopLeftRadius": {
|
|
6887
|
+
"$ref": "#radius"
|
|
6888
|
+
},
|
|
6889
|
+
"borderTopRightRadius": {
|
|
6890
|
+
"$ref": "#radius"
|
|
6891
|
+
},
|
|
6892
|
+
"outlineOffset": {
|
|
6893
|
+
"$ref": "#size"
|
|
6894
|
+
}
|
|
6895
|
+
},
|
|
6896
|
+
"required": [
|
|
6897
|
+
"direction",
|
|
6898
|
+
"space",
|
|
6899
|
+
"fieldSpace",
|
|
6900
|
+
"showIcon",
|
|
6901
|
+
"outlineWidth",
|
|
6902
|
+
"borderBottomLeftRadius",
|
|
6903
|
+
"borderBottomRightRadius",
|
|
6904
|
+
"borderTopLeftRadius",
|
|
6905
|
+
"borderTopRightRadius",
|
|
6906
|
+
"outlineOffset"
|
|
6907
|
+
]
|
|
6908
|
+
},
|
|
6909
|
+
"rules": {
|
|
6910
|
+
"type": "array",
|
|
6911
|
+
"items": {
|
|
6912
|
+
"type": "object",
|
|
6913
|
+
"additionalProperties": false,
|
|
6914
|
+
"properties": {
|
|
6915
|
+
"if": {
|
|
6916
|
+
"type": "object",
|
|
6917
|
+
"minProperties": 1
|
|
6918
|
+
},
|
|
6919
|
+
"tokens": {
|
|
6920
|
+
"type": "object",
|
|
6921
|
+
"additionalProperties": false,
|
|
6922
|
+
"properties": {
|
|
6923
|
+
"direction": {
|
|
6924
|
+
"$ref": "#direction"
|
|
6925
|
+
},
|
|
6926
|
+
"space": {
|
|
6927
|
+
"$ref": "#integer"
|
|
6928
|
+
},
|
|
6929
|
+
"fieldSpace": {
|
|
6930
|
+
"$ref": "#integer"
|
|
6931
|
+
},
|
|
6932
|
+
"showIcon": {
|
|
6933
|
+
"$ref": "#show"
|
|
6934
|
+
},
|
|
6935
|
+
"outlineWidth": {
|
|
6936
|
+
"$ref": "#border"
|
|
6937
|
+
},
|
|
6938
|
+
"borderBottomLeftRadius": {
|
|
6939
|
+
"$ref": "#radius"
|
|
6940
|
+
},
|
|
6941
|
+
"borderBottomRightRadius": {
|
|
6942
|
+
"$ref": "#radius"
|
|
6943
|
+
},
|
|
6944
|
+
"borderTopLeftRadius": {
|
|
6945
|
+
"$ref": "#radius"
|
|
6946
|
+
},
|
|
6947
|
+
"borderTopRightRadius": {
|
|
6948
|
+
"$ref": "#radius"
|
|
6949
|
+
},
|
|
6950
|
+
"outlineOffset": {
|
|
6951
|
+
"$ref": "#size"
|
|
6742
6952
|
}
|
|
6743
6953
|
}
|
|
6744
6954
|
},
|
|
@@ -14057,6 +14267,15 @@
|
|
|
14057
14267
|
},
|
|
14058
14268
|
"labelMarginLeft": {
|
|
14059
14269
|
"$ref": "#size"
|
|
14270
|
+
},
|
|
14271
|
+
"icon": {
|
|
14272
|
+
"$ref": "#icon"
|
|
14273
|
+
},
|
|
14274
|
+
"iconBackgroundColor": {
|
|
14275
|
+
"$ref": "#color"
|
|
14276
|
+
},
|
|
14277
|
+
"iconColor": {
|
|
14278
|
+
"$ref": "#color"
|
|
14060
14279
|
}
|
|
14061
14280
|
},
|
|
14062
14281
|
"required": [
|
|
@@ -14089,7 +14308,10 @@
|
|
|
14089
14308
|
"labelFontSize",
|
|
14090
14309
|
"labelFontWeight",
|
|
14091
14310
|
"labelLineHeight",
|
|
14092
|
-
"labelMarginLeft"
|
|
14311
|
+
"labelMarginLeft",
|
|
14312
|
+
"icon",
|
|
14313
|
+
"iconBackgroundColor",
|
|
14314
|
+
"iconColor"
|
|
14093
14315
|
]
|
|
14094
14316
|
},
|
|
14095
14317
|
"rules": {
|
|
@@ -14195,6 +14417,15 @@
|
|
|
14195
14417
|
},
|
|
14196
14418
|
"labelMarginLeft": {
|
|
14197
14419
|
"$ref": "#size"
|
|
14420
|
+
},
|
|
14421
|
+
"icon": {
|
|
14422
|
+
"$ref": "#icon"
|
|
14423
|
+
},
|
|
14424
|
+
"iconBackgroundColor": {
|
|
14425
|
+
"$ref": "#color"
|
|
14426
|
+
},
|
|
14427
|
+
"iconColor": {
|
|
14428
|
+
"$ref": "#color"
|
|
14198
14429
|
}
|
|
14199
14430
|
}
|
|
14200
14431
|
},
|
|
@@ -20142,6 +20373,7 @@
|
|
|
20142
20373
|
"ButtonGroup",
|
|
20143
20374
|
"ButtonGroupItem",
|
|
20144
20375
|
"Card",
|
|
20376
|
+
"CardGroup",
|
|
20145
20377
|
"PreviewCard",
|
|
20146
20378
|
"Carousel",
|
|
20147
20379
|
"CarouselThumbnail",
|