@telus-uds/theme-koodo 5.12.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/Carousel.json +2 -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 +940 -684
- package/build/android/theme.json +247 -4
- package/build/ios/Card.json +161 -0
- package/build/ios/CardGroup.json +52 -0
- package/build/ios/Carousel.json +2 -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 +940 -684
- package/build/ios/theme.json +247 -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 +5 -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 +940 -684
- package/build/rn/spacingScale.js +1 -1
- package/build/rn/theme.js +155 -8
- 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 +5 -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 +940 -684
- package/build/web/spacingScale.js +1 -1
- package/build/web/theme.js +155 -8
- package/package.json +4 -4
- package/theme.json +161 -3
package/build/ios/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,478 +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"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"const": "{palette.icon.Clipboard}",
|
|
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"
|
|
794
804
|
},
|
|
795
805
|
{
|
|
796
806
|
"const": "{palette.icon.Close}",
|
|
797
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
798
|
-
"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"
|
|
799
809
|
},
|
|
800
810
|
{
|
|
801
811
|
"const": "{palette.icon.ClosedCaptions}",
|
|
802
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
803
|
-
"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"
|
|
804
814
|
},
|
|
805
815
|
{
|
|
806
816
|
"const": "{palette.icon.Coaxial}",
|
|
807
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
808
|
-
"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"
|
|
809
819
|
},
|
|
810
820
|
{
|
|
811
821
|
"const": "{palette.icon.CreditCard}",
|
|
812
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
813
|
-
"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"
|
|
814
824
|
},
|
|
815
825
|
{
|
|
816
826
|
"const": "{palette.icon.DSL}",
|
|
817
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
818
|
-
"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"
|
|
819
829
|
},
|
|
820
830
|
{
|
|
821
831
|
"const": "{palette.icon.Devices}",
|
|
822
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
823
|
-
"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"
|
|
824
834
|
},
|
|
825
835
|
{
|
|
826
836
|
"const": "{palette.icon.Download}",
|
|
827
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
828
|
-
"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"
|
|
829
839
|
},
|
|
830
840
|
{
|
|
831
841
|
"const": "{palette.icon.ExclamationOctagon}",
|
|
832
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
833
|
-
"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"
|
|
834
844
|
},
|
|
835
845
|
{
|
|
836
846
|
"const": "{palette.icon.ExclamationTriangle}",
|
|
837
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
838
|
-
"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"
|
|
839
849
|
},
|
|
840
850
|
{
|
|
841
851
|
"const": "{palette.icon.Expand}",
|
|
842
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
843
|
-
"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"
|
|
844
854
|
},
|
|
845
855
|
{
|
|
846
856
|
"const": "{palette.icon.EyeClosed}",
|
|
847
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
848
|
-
"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"
|
|
849
859
|
},
|
|
850
860
|
{
|
|
851
861
|
"const": "{palette.icon.EyeMasked}",
|
|
852
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
853
|
-
"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"
|
|
854
864
|
},
|
|
855
865
|
{
|
|
856
866
|
"const": "{palette.icon.EyeOpened}",
|
|
857
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
858
|
-
"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"
|
|
859
869
|
},
|
|
860
870
|
{
|
|
861
871
|
"const": "{palette.icon.EyeUnmasked}",
|
|
862
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
863
|
-
"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"
|
|
864
874
|
},
|
|
865
875
|
{
|
|
866
876
|
"const": "{palette.icon.FullscreenExpand}",
|
|
867
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
868
|
-
"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"
|
|
869
879
|
},
|
|
870
880
|
{
|
|
871
881
|
"const": "{palette.icon.FullscreenMinimize}",
|
|
872
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
873
|
-
"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"
|
|
874
884
|
},
|
|
875
885
|
{
|
|
876
886
|
"const": "{palette.icon.Gift}",
|
|
877
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
878
|
-
"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"
|
|
879
889
|
},
|
|
880
890
|
{
|
|
881
891
|
"const": "{palette.icon.Hamburger}",
|
|
882
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
883
|
-
"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"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"const": "{palette.icon.IdTag}",
|
|
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"
|
|
884
899
|
},
|
|
885
900
|
{
|
|
886
901
|
"const": "{palette.icon.Info}",
|
|
887
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
888
|
-
"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"
|
|
889
904
|
},
|
|
890
905
|
{
|
|
891
906
|
"const": "{palette.icon.InfoSelected}",
|
|
892
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
893
|
-
"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"
|
|
894
909
|
},
|
|
895
910
|
{
|
|
896
911
|
"const": "{palette.icon.InformationCircled}",
|
|
897
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
898
|
-
"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"
|
|
899
914
|
},
|
|
900
915
|
{
|
|
901
916
|
"const": "{palette.icon.InternetSpeed}",
|
|
902
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
903
|
-
"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"
|
|
904
919
|
},
|
|
905
920
|
{
|
|
906
921
|
"const": "{palette.icon.Kebab}",
|
|
907
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
908
|
-
"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"
|
|
909
924
|
},
|
|
910
925
|
{
|
|
911
926
|
"const": "{palette.icon.LeftCircle}",
|
|
912
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
913
|
-
"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"
|
|
914
929
|
},
|
|
915
930
|
{
|
|
916
931
|
"const": "{palette.icon.LocationMap}",
|
|
917
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
918
|
-
"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"
|
|
919
934
|
},
|
|
920
935
|
{
|
|
921
936
|
"const": "{palette.icon.LockFilled}",
|
|
922
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
923
|
-
"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"
|
|
924
939
|
},
|
|
925
940
|
{
|
|
926
941
|
"const": "{palette.icon.Maintenance}",
|
|
927
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
928
|
-
"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"
|
|
929
944
|
},
|
|
930
945
|
{
|
|
931
946
|
"const": "{palette.icon.MaintenanceFilled}",
|
|
932
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
933
|
-
"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"
|
|
934
949
|
},
|
|
935
950
|
{
|
|
936
951
|
"const": "{palette.icon.MasterCard}",
|
|
937
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
938
|
-
"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"
|
|
939
954
|
},
|
|
940
955
|
{
|
|
941
956
|
"const": "{palette.icon.Muted}",
|
|
942
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
943
|
-
"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"
|
|
944
959
|
},
|
|
945
960
|
{
|
|
946
961
|
"const": "{palette.icon.OfferStarFilled}",
|
|
947
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
948
|
-
"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"
|
|
949
964
|
},
|
|
950
965
|
{
|
|
951
966
|
"const": "{palette.icon.Pause}",
|
|
952
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
953
|
-
"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"
|
|
954
969
|
},
|
|
955
970
|
{
|
|
956
971
|
"const": "{palette.icon.PaymentAdd}",
|
|
957
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
958
|
-
"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"
|
|
959
974
|
},
|
|
960
975
|
{
|
|
961
976
|
"const": "{palette.icon.Perk}",
|
|
962
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
963
|
-
"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"
|
|
964
979
|
},
|
|
965
980
|
{
|
|
966
981
|
"const": "{palette.icon.Phone}",
|
|
967
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
968
|
-
"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"
|
|
969
984
|
},
|
|
970
985
|
{
|
|
971
986
|
"const": "{palette.icon.PhoneTroubleshoot}",
|
|
972
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
973
|
-
"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"
|
|
974
989
|
},
|
|
975
990
|
{
|
|
976
991
|
"const": "{palette.icon.Play}",
|
|
977
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
978
|
-
"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"
|
|
979
994
|
},
|
|
980
995
|
{
|
|
981
996
|
"const": "{palette.icon.PlaySolid}",
|
|
982
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
983
|
-
"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"
|
|
984
999
|
},
|
|
985
1000
|
{
|
|
986
1001
|
"const": "{palette.icon.PlayVideo}",
|
|
987
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
988
|
-
"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"
|
|
989
1004
|
},
|
|
990
1005
|
{
|
|
991
1006
|
"const": "{palette.icon.PlugPlay}",
|
|
992
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
993
|
-
"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"
|
|
994
1009
|
},
|
|
995
1010
|
{
|
|
996
1011
|
"const": "{palette.icon.Preference}",
|
|
997
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
998
|
-
"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"
|
|
999
1014
|
},
|
|
1000
1015
|
{
|
|
1001
1016
|
"const": "{palette.icon.Price}",
|
|
1002
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1003
|
-
"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"
|
|
1004
1019
|
},
|
|
1005
1020
|
{
|
|
1006
1021
|
"const": "{palette.icon.Question}",
|
|
1007
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1008
|
-
"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"
|
|
1009
1024
|
},
|
|
1010
1025
|
{
|
|
1011
1026
|
"const": "{palette.icon.QuestionFilled}",
|
|
1012
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1013
|
-
"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"
|
|
1014
1029
|
},
|
|
1015
1030
|
{
|
|
1016
1031
|
"const": "{palette.icon.QuoteLeft}",
|
|
1017
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1018
|
-
"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"
|
|
1019
1034
|
},
|
|
1020
1035
|
{
|
|
1021
1036
|
"const": "{palette.icon.QuoteLeftArrow}",
|
|
1022
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1023
|
-
"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"
|
|
1024
1039
|
},
|
|
1025
1040
|
{
|
|
1026
1041
|
"const": "{palette.icon.QuoteRightArrow}",
|
|
1027
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1028
|
-
"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"
|
|
1029
1044
|
},
|
|
1030
1045
|
{
|
|
1031
1046
|
"const": "{palette.icon.RadialOutline}",
|
|
1032
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1033
|
-
"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"
|
|
1034
1049
|
},
|
|
1035
1050
|
{
|
|
1036
1051
|
"const": "{palette.icon.RadialOutlineChecked}",
|
|
1037
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1038
|
-
"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"
|
|
1039
1054
|
},
|
|
1040
1055
|
{
|
|
1041
1056
|
"const": "{palette.icon.Receipt}",
|
|
1042
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1043
|
-
"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"
|
|
1044
1059
|
},
|
|
1045
1060
|
{
|
|
1046
1061
|
"const": "{palette.icon.Refresh}",
|
|
1047
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1048
|
-
"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"
|
|
1049
1064
|
},
|
|
1050
1065
|
{
|
|
1051
1066
|
"const": "{palette.icon.Replay}",
|
|
1052
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1053
|
-
"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"
|
|
1054
1069
|
},
|
|
1055
1070
|
{
|
|
1056
1071
|
"const": "{palette.icon.RightCircle}",
|
|
1057
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1058
|
-
"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"
|
|
1059
1074
|
},
|
|
1060
1075
|
{
|
|
1061
1076
|
"const": "{palette.icon.RightCirlce}",
|
|
1062
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1063
|
-
"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"
|
|
1064
1079
|
},
|
|
1065
1080
|
{
|
|
1066
1081
|
"const": "{palette.icon.Settings}",
|
|
1067
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1068
|
-
"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"
|
|
1069
1084
|
},
|
|
1070
1085
|
{
|
|
1071
1086
|
"const": "{palette.icon.SettingsSolid}",
|
|
1072
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1073
|
-
"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"
|
|
1074
1089
|
},
|
|
1075
1090
|
{
|
|
1076
1091
|
"const": "{palette.icon.ShippingFilled}",
|
|
1077
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1078
|
-
"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"
|
|
1079
1094
|
},
|
|
1080
1095
|
{
|
|
1081
1096
|
"const": "{palette.icon.Shop}",
|
|
1082
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1083
|
-
"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"
|
|
1084
1099
|
},
|
|
1085
1100
|
{
|
|
1086
1101
|
"const": "{palette.icon.Sim}",
|
|
1087
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1088
|
-
"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"
|
|
1089
1104
|
},
|
|
1090
1105
|
{
|
|
1091
1106
|
"const": "{palette.icon.SimFilled}",
|
|
1092
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1093
|
-
"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"
|
|
1094
1109
|
},
|
|
1095
1110
|
{
|
|
1096
1111
|
"const": "{palette.icon.Spyglass}",
|
|
1097
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1098
|
-
"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"
|
|
1099
1114
|
},
|
|
1100
1115
|
{
|
|
1101
1116
|
"const": "{palette.icon.Streaming}",
|
|
1102
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1103
|
-
"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"
|
|
1104
1119
|
},
|
|
1105
1120
|
{
|
|
1106
1121
|
"const": "{palette.icon.Subtract}",
|
|
1107
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1108
|
-
"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"
|
|
1109
1124
|
},
|
|
1110
1125
|
{
|
|
1111
1126
|
"const": "{palette.icon.Tag}",
|
|
1112
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1113
|
-
"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"
|
|
1114
1129
|
},
|
|
1115
1130
|
{
|
|
1116
1131
|
"const": "{palette.icon.TagFilled}",
|
|
1117
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1118
|
-
"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"
|
|
1119
1134
|
},
|
|
1120
1135
|
{
|
|
1121
1136
|
"const": "{palette.icon.Times}",
|
|
1122
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1123
|
-
"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"
|
|
1124
1139
|
},
|
|
1125
1140
|
{
|
|
1126
1141
|
"const": "{palette.icon.TimesCircled}",
|
|
1127
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1128
|
-
"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"
|
|
1129
1144
|
},
|
|
1130
1145
|
{
|
|
1131
1146
|
"const": "{palette.icon.ToolTipFilled}",
|
|
1132
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1133
|
-
"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"
|
|
1134
1149
|
},
|
|
1135
1150
|
{
|
|
1136
1151
|
"const": "{palette.icon.Tooltip}",
|
|
1137
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1138
|
-
"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"
|
|
1139
1154
|
},
|
|
1140
1155
|
{
|
|
1141
1156
|
"const": "{palette.icon.TooltipSymbol}",
|
|
1142
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1143
|
-
"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"
|
|
1144
1159
|
},
|
|
1145
1160
|
{
|
|
1146
1161
|
"const": "{palette.icon.Unmuted}",
|
|
1147
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1148
|
-
"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"
|
|
1149
1164
|
},
|
|
1150
1165
|
{
|
|
1151
1166
|
"const": "{palette.icon.Visa}",
|
|
1152
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1153
|
-
"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"
|
|
1154
1169
|
},
|
|
1155
1170
|
{
|
|
1156
1171
|
"const": "{system.icon.none}",
|
|
1157
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1158
|
-
"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 ⚙️"
|
|
1159
1174
|
}
|
|
1160
1175
|
],
|
|
1161
1176
|
"$id": "#icon"
|
|
@@ -1164,13 +1179,13 @@
|
|
|
1164
1179
|
"anyOf": [
|
|
1165
1180
|
{
|
|
1166
1181
|
"const": "{palette.letterSpacing.default}",
|
|
1167
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1168
|
-
"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"
|
|
1169
1184
|
},
|
|
1170
1185
|
{
|
|
1171
1186
|
"const": "{system.letterSpacing.none}",
|
|
1172
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1173
|
-
"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 ⚙️"
|
|
1174
1189
|
}
|
|
1175
1190
|
],
|
|
1176
1191
|
"$id": "#letterSpacing"
|
|
@@ -1179,118 +1194,118 @@
|
|
|
1179
1194
|
"anyOf": [
|
|
1180
1195
|
{
|
|
1181
1196
|
"const": "{palette.lineHeight.multiply110}",
|
|
1182
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1183
|
-
"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"
|
|
1184
1199
|
},
|
|
1185
1200
|
{
|
|
1186
1201
|
"const": "{palette.lineHeight.multiply120}",
|
|
1187
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1188
|
-
"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"
|
|
1189
1204
|
},
|
|
1190
1205
|
{
|
|
1191
1206
|
"const": "{palette.lineHeight.multiply130}",
|
|
1192
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1193
|
-
"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"
|
|
1194
1209
|
},
|
|
1195
1210
|
{
|
|
1196
1211
|
"const": "{palette.lineHeight.multiply140}",
|
|
1197
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1198
|
-
"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"
|
|
1199
1214
|
},
|
|
1200
1215
|
{
|
|
1201
1216
|
"const": "{palette.lineHeight.multiply150}",
|
|
1202
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1203
|
-
"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"
|
|
1204
1219
|
},
|
|
1205
1220
|
{
|
|
1206
1221
|
"const": "{palette.lineHeight.multiply160}",
|
|
1207
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1208
|
-
"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"
|
|
1209
1224
|
},
|
|
1210
1225
|
{
|
|
1211
1226
|
"const": "{palette.lineHeight.multiply172}",
|
|
1212
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1213
|
-
"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"
|
|
1214
1229
|
},
|
|
1215
1230
|
{
|
|
1216
1231
|
"const": "{palette.lineHeight.ratio10to7}",
|
|
1217
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1218
|
-
"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"
|
|
1219
1234
|
},
|
|
1220
1235
|
{
|
|
1221
1236
|
"const": "{palette.lineHeight.ratio11to5}",
|
|
1222
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1223
|
-
"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"
|
|
1224
1239
|
},
|
|
1225
1240
|
{
|
|
1226
1241
|
"const": "{palette.lineHeight.ratio11to9}",
|
|
1227
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1228
|
-
"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"
|
|
1229
1244
|
},
|
|
1230
1245
|
{
|
|
1231
1246
|
"const": "{palette.lineHeight.ratio14to1}",
|
|
1232
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1233
|
-
"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"
|
|
1234
1249
|
},
|
|
1235
1250
|
{
|
|
1236
1251
|
"const": "{palette.lineHeight.ratio15to7}",
|
|
1237
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1238
|
-
"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"
|
|
1239
1254
|
},
|
|
1240
1255
|
{
|
|
1241
1256
|
"const": "{palette.lineHeight.ratio16to2}",
|
|
1242
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1243
|
-
"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"
|
|
1244
1259
|
},
|
|
1245
1260
|
{
|
|
1246
1261
|
"const": "{palette.lineHeight.ratio17to8}",
|
|
1247
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1248
|
-
"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"
|
|
1249
1264
|
},
|
|
1250
1265
|
{
|
|
1251
1266
|
"const": "{palette.lineHeight.ratio1to1}",
|
|
1252
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1253
|
-
"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"
|
|
1254
1269
|
},
|
|
1255
1270
|
{
|
|
1256
1271
|
"const": "{palette.lineHeight.ratio3to2}",
|
|
1257
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1258
|
-
"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"
|
|
1259
1274
|
},
|
|
1260
1275
|
{
|
|
1261
1276
|
"const": "{palette.lineHeight.ratio4to3}",
|
|
1262
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1263
|
-
"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"
|
|
1264
1279
|
},
|
|
1265
1280
|
{
|
|
1266
1281
|
"const": "{palette.lineHeight.ratio5to4}",
|
|
1267
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1268
|
-
"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"
|
|
1269
1284
|
},
|
|
1270
1285
|
{
|
|
1271
1286
|
"const": "{palette.lineHeight.ratio6to5}",
|
|
1272
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1273
|
-
"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"
|
|
1274
1289
|
},
|
|
1275
1290
|
{
|
|
1276
1291
|
"const": "{palette.lineHeight.ratio7to3}",
|
|
1277
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1278
|
-
"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"
|
|
1279
1294
|
},
|
|
1280
1295
|
{
|
|
1281
1296
|
"const": "{palette.lineHeight.ratio7to5}",
|
|
1282
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1283
|
-
"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"
|
|
1284
1299
|
},
|
|
1285
1300
|
{
|
|
1286
1301
|
"const": "{palette.lineHeight.ratio8to5}",
|
|
1287
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1288
|
-
"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"
|
|
1289
1304
|
},
|
|
1290
1305
|
{
|
|
1291
1306
|
"const": "{palette.lineHeight.ratio8to7}",
|
|
1292
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1293
|
-
"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"
|
|
1294
1309
|
}
|
|
1295
1310
|
],
|
|
1296
1311
|
"$id": "#lineHeight"
|
|
@@ -1299,28 +1314,28 @@
|
|
|
1299
1314
|
"anyOf": [
|
|
1300
1315
|
{
|
|
1301
1316
|
"const": "{palette.opacity.opacity10}",
|
|
1302
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1303
|
-
"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"
|
|
1304
1319
|
},
|
|
1305
1320
|
{
|
|
1306
1321
|
"const": "{palette.opacity.opacity3}",
|
|
1307
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1308
|
-
"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"
|
|
1309
1324
|
},
|
|
1310
1325
|
{
|
|
1311
1326
|
"const": "{palette.opacity.opacity5}",
|
|
1312
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1313
|
-
"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"
|
|
1314
1329
|
},
|
|
1315
1330
|
{
|
|
1316
1331
|
"const": "{palette.opacity.opacity8}",
|
|
1317
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1318
|
-
"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"
|
|
1319
1334
|
},
|
|
1320
1335
|
{
|
|
1321
1336
|
"const": "{system.opacity.opaque}",
|
|
1322
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1323
|
-
"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 ⚙️"
|
|
1324
1339
|
}
|
|
1325
1340
|
],
|
|
1326
1341
|
"$id": "#opacity"
|
|
@@ -1329,73 +1344,78 @@
|
|
|
1329
1344
|
"anyOf": [
|
|
1330
1345
|
{
|
|
1331
1346
|
"const": "{palette.radius.none}",
|
|
1332
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1333
|
-
"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"
|
|
1334
1349
|
},
|
|
1335
1350
|
{
|
|
1336
1351
|
"const": "{palette.radius.pill32}",
|
|
1337
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1338
|
-
"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)"
|
|
1339
1354
|
},
|
|
1340
1355
|
{
|
|
1341
1356
|
"const": "{palette.radius.radius1}",
|
|
1342
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1343
|
-
"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"
|
|
1344
1359
|
},
|
|
1345
1360
|
{
|
|
1346
1361
|
"const": "{palette.radius.radius12}",
|
|
1347
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1348
|
-
"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"
|
|
1349
1369
|
},
|
|
1350
1370
|
{
|
|
1351
1371
|
"const": "{palette.radius.radius2}",
|
|
1352
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1353
|
-
"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"
|
|
1354
1374
|
},
|
|
1355
1375
|
{
|
|
1356
1376
|
"const": "{palette.radius.radius24}",
|
|
1357
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1358
|
-
"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"
|
|
1359
1379
|
},
|
|
1360
1380
|
{
|
|
1361
1381
|
"const": "{palette.radius.radius4}",
|
|
1362
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1363
|
-
"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"
|
|
1364
1384
|
},
|
|
1365
1385
|
{
|
|
1366
1386
|
"const": "{palette.radius.radius45}",
|
|
1367
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1368
|
-
"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"
|
|
1369
1389
|
},
|
|
1370
1390
|
{
|
|
1371
1391
|
"const": "{palette.radius.radius48}",
|
|
1372
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1373
|
-
"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"
|
|
1374
1394
|
},
|
|
1375
1395
|
{
|
|
1376
1396
|
"const": "{palette.radius.radius6}",
|
|
1377
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1378
|
-
"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"
|
|
1379
1399
|
},
|
|
1380
1400
|
{
|
|
1381
1401
|
"const": "{palette.radius.radius8}",
|
|
1382
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1383
|
-
"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"
|
|
1384
1404
|
},
|
|
1385
1405
|
{
|
|
1386
1406
|
"const": "{system.radius.none}",
|
|
1387
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1388
|
-
"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 ⚙️"
|
|
1389
1409
|
},
|
|
1390
1410
|
{
|
|
1391
1411
|
"const": "{system.radius.zero}",
|
|
1392
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1393
|
-
"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 ⚙️"
|
|
1394
1414
|
},
|
|
1395
1415
|
{
|
|
1396
1416
|
"const": "{system.radius.round}",
|
|
1397
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1398
|
-
"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 ⚙️"
|
|
1399
1419
|
}
|
|
1400
1420
|
],
|
|
1401
1421
|
"$id": "#radius"
|
|
@@ -1404,38 +1424,38 @@
|
|
|
1404
1424
|
"anyOf": [
|
|
1405
1425
|
{
|
|
1406
1426
|
"const": "{palette.shadow.elevation1}",
|
|
1407
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1408
|
-
"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"
|
|
1409
1429
|
},
|
|
1410
1430
|
{
|
|
1411
1431
|
"const": "{palette.shadow.elevation2}",
|
|
1412
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1413
|
-
"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"
|
|
1414
1434
|
},
|
|
1415
1435
|
{
|
|
1416
1436
|
"const": "{palette.shadow.elevation3}",
|
|
1417
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1418
|
-
"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"
|
|
1419
1439
|
},
|
|
1420
1440
|
{
|
|
1421
1441
|
"const": "{palette.shadow.none}",
|
|
1422
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1423
|
-
"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"
|
|
1424
1444
|
},
|
|
1425
1445
|
{
|
|
1426
1446
|
"const": "{palette.shadow.surfaceInset}",
|
|
1427
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1428
|
-
"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"
|
|
1429
1449
|
},
|
|
1430
1450
|
{
|
|
1431
1451
|
"const": "{palette.shadow.surfaceRaised}",
|
|
1432
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1433
|
-
"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"
|
|
1434
1454
|
},
|
|
1435
1455
|
{
|
|
1436
1456
|
"const": "{system.shadow.none}",
|
|
1437
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1438
|
-
"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 ⚙️"
|
|
1439
1459
|
}
|
|
1440
1460
|
],
|
|
1441
1461
|
"$id": "#shadow"
|
|
@@ -1444,288 +1464,288 @@
|
|
|
1444
1464
|
"anyOf": [
|
|
1445
1465
|
{
|
|
1446
1466
|
"const": "{palette.size.size0}",
|
|
1447
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1448
|
-
"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"
|
|
1449
1469
|
},
|
|
1450
1470
|
{
|
|
1451
1471
|
"const": "{palette.size.size1}",
|
|
1452
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1453
|
-
"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."
|
|
1454
1474
|
},
|
|
1455
1475
|
{
|
|
1456
1476
|
"const": "{palette.size.size10}",
|
|
1457
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1458
|
-
"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"
|
|
1459
1479
|
},
|
|
1460
1480
|
{
|
|
1461
1481
|
"const": "{palette.size.size12}",
|
|
1462
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1463
|
-
"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"
|
|
1464
1484
|
},
|
|
1465
1485
|
{
|
|
1466
1486
|
"const": "{palette.size.size120}",
|
|
1467
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1468
|
-
"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"
|
|
1469
1489
|
},
|
|
1470
1490
|
{
|
|
1471
1491
|
"const": "{palette.size.size128}",
|
|
1472
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1473
|
-
"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"
|
|
1474
1494
|
},
|
|
1475
1495
|
{
|
|
1476
1496
|
"const": "{palette.size.size13}",
|
|
1477
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1478
|
-
"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"
|
|
1479
1499
|
},
|
|
1480
1500
|
{
|
|
1481
1501
|
"const": "{palette.size.size14}",
|
|
1482
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1483
|
-
"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"
|
|
1484
1504
|
},
|
|
1485
1505
|
{
|
|
1486
1506
|
"const": "{palette.size.size140}",
|
|
1487
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1488
|
-
"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"
|
|
1489
1509
|
},
|
|
1490
1510
|
{
|
|
1491
1511
|
"const": "{palette.size.size144}",
|
|
1492
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1493
|
-
"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."
|
|
1494
1514
|
},
|
|
1495
1515
|
{
|
|
1496
1516
|
"const": "{palette.size.size15}",
|
|
1497
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1498
|
-
"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"
|
|
1499
1519
|
},
|
|
1500
1520
|
{
|
|
1501
1521
|
"const": "{palette.size.size16}",
|
|
1502
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1503
|
-
"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"
|
|
1504
1524
|
},
|
|
1505
1525
|
{
|
|
1506
1526
|
"const": "{palette.size.size168}",
|
|
1507
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1508
|
-
"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"
|
|
1509
1529
|
},
|
|
1510
1530
|
{
|
|
1511
1531
|
"const": "{palette.size.size18}",
|
|
1512
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1513
|
-
"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"
|
|
1514
1534
|
},
|
|
1515
1535
|
{
|
|
1516
1536
|
"const": "{palette.size.size184}",
|
|
1517
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1518
|
-
"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"
|
|
1519
1539
|
},
|
|
1520
1540
|
{
|
|
1521
1541
|
"const": "{palette.size.size2}",
|
|
1522
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1523
|
-
"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"
|
|
1524
1544
|
},
|
|
1525
1545
|
{
|
|
1526
1546
|
"const": "{palette.size.size20}",
|
|
1527
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1528
|
-
"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"
|
|
1529
1549
|
},
|
|
1530
1550
|
{
|
|
1531
1551
|
"const": "{palette.size.size21}",
|
|
1532
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1533
|
-
"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"
|
|
1534
1554
|
},
|
|
1535
1555
|
{
|
|
1536
1556
|
"const": "{palette.size.size22}",
|
|
1537
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1538
|
-
"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"
|
|
1539
1559
|
},
|
|
1540
1560
|
{
|
|
1541
1561
|
"const": "{palette.size.size24}",
|
|
1542
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1543
|
-
"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"
|
|
1544
1564
|
},
|
|
1545
1565
|
{
|
|
1546
1566
|
"const": "{palette.size.size26}",
|
|
1547
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1548
|
-
"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"
|
|
1549
1569
|
},
|
|
1550
1570
|
{
|
|
1551
1571
|
"const": "{palette.size.size27}",
|
|
1552
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1553
|
-
"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"
|
|
1554
1574
|
},
|
|
1555
1575
|
{
|
|
1556
1576
|
"const": "{palette.size.size288}",
|
|
1557
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1558
|
-
"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"
|
|
1559
1579
|
},
|
|
1560
1580
|
{
|
|
1561
1581
|
"const": "{palette.size.size3}",
|
|
1562
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1563
|
-
"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"
|
|
1564
1584
|
},
|
|
1565
1585
|
{
|
|
1566
1586
|
"const": "{palette.size.size32}",
|
|
1567
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1568
|
-
"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"
|
|
1569
1589
|
},
|
|
1570
1590
|
{
|
|
1571
1591
|
"const": "{palette.size.size320}",
|
|
1572
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1573
|
-
"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 "
|
|
1574
1594
|
},
|
|
1575
1595
|
{
|
|
1576
1596
|
"const": "{palette.size.size36}",
|
|
1577
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1578
|
-
"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"
|
|
1579
1599
|
},
|
|
1580
1600
|
{
|
|
1581
1601
|
"const": "{palette.size.size4}",
|
|
1582
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1583
|
-
"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"
|
|
1584
1604
|
},
|
|
1585
1605
|
{
|
|
1586
1606
|
"const": "{palette.size.size40}",
|
|
1587
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1588
|
-
"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"
|
|
1589
1609
|
},
|
|
1590
1610
|
{
|
|
1591
1611
|
"const": "{palette.size.size412}",
|
|
1592
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1593
|
-
"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 "
|
|
1594
1614
|
},
|
|
1595
1615
|
{
|
|
1596
1616
|
"const": "{palette.size.size44}",
|
|
1597
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1598
|
-
"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"
|
|
1599
1619
|
},
|
|
1600
1620
|
{
|
|
1601
1621
|
"const": "{palette.size.size45}",
|
|
1602
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1603
|
-
"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"
|
|
1604
1624
|
},
|
|
1605
1625
|
{
|
|
1606
1626
|
"const": "{palette.size.size48}",
|
|
1607
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1608
|
-
"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"
|
|
1609
1629
|
},
|
|
1610
1630
|
{
|
|
1611
1631
|
"const": "{palette.size.size480}",
|
|
1612
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1613
|
-
"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"
|
|
1614
1634
|
},
|
|
1615
1635
|
{
|
|
1616
1636
|
"const": "{palette.size.size5}",
|
|
1617
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1618
|
-
"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"
|
|
1619
1639
|
},
|
|
1620
1640
|
{
|
|
1621
1641
|
"const": "{palette.size.size53}",
|
|
1622
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1623
|
-
"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"
|
|
1624
1644
|
},
|
|
1625
1645
|
{
|
|
1626
1646
|
"const": "{palette.size.size544}",
|
|
1627
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1628
|
-
"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"
|
|
1629
1649
|
},
|
|
1630
1650
|
{
|
|
1631
1651
|
"const": "{palette.size.size56}",
|
|
1632
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1633
|
-
"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"
|
|
1634
1654
|
},
|
|
1635
1655
|
{
|
|
1636
1656
|
"const": "{palette.size.size576}",
|
|
1637
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1638
|
-
"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"
|
|
1639
1659
|
},
|
|
1640
1660
|
{
|
|
1641
1661
|
"const": "{palette.size.size6}",
|
|
1642
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1643
|
-
"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"
|
|
1644
1664
|
},
|
|
1645
1665
|
{
|
|
1646
1666
|
"const": "{palette.size.size630}",
|
|
1647
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1648
|
-
"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"
|
|
1649
1669
|
},
|
|
1650
1670
|
{
|
|
1651
1671
|
"const": "{palette.size.size64}",
|
|
1652
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1653
|
-
"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"
|
|
1654
1674
|
},
|
|
1655
1675
|
{
|
|
1656
1676
|
"const": "{palette.size.size640}",
|
|
1657
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1658
|
-
"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"
|
|
1659
1679
|
},
|
|
1660
1680
|
{
|
|
1661
1681
|
"const": "{palette.size.size72}",
|
|
1662
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1663
|
-
"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"
|
|
1664
1684
|
},
|
|
1665
1685
|
{
|
|
1666
1686
|
"const": "{palette.size.size768}",
|
|
1667
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1668
|
-
"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"
|
|
1669
1689
|
},
|
|
1670
1690
|
{
|
|
1671
1691
|
"const": "{palette.size.size8}",
|
|
1672
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1673
|
-
"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"
|
|
1674
1694
|
},
|
|
1675
1695
|
{
|
|
1676
1696
|
"const": "{palette.size.size80}",
|
|
1677
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1678
|
-
"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"
|
|
1679
1699
|
},
|
|
1680
1700
|
{
|
|
1681
1701
|
"const": "{palette.size.size96}",
|
|
1682
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1683
|
-
"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"
|
|
1684
1704
|
},
|
|
1685
1705
|
{
|
|
1686
1706
|
"const": "{system.size.none}",
|
|
1687
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1688
|
-
"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 ⚙️"
|
|
1689
1709
|
},
|
|
1690
1710
|
{
|
|
1691
1711
|
"const": "{system.size.full}",
|
|
1692
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1693
|
-
"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 ⚙️"
|
|
1694
1714
|
},
|
|
1695
1715
|
{
|
|
1696
1716
|
"const": "{system.size.twoThirds}",
|
|
1697
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1698
|
-
"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 ⚙️"
|
|
1699
1719
|
},
|
|
1700
1720
|
{
|
|
1701
1721
|
"const": "{system.size.zero}",
|
|
1702
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1703
|
-
"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 ⚙️"
|
|
1704
1724
|
},
|
|
1705
1725
|
{
|
|
1706
1726
|
"const": "{system.size.viewportXs}",
|
|
1707
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1708
|
-
"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 ⚙️"
|
|
1709
1729
|
},
|
|
1710
1730
|
{
|
|
1711
1731
|
"const": "{system.size.viewportSm}",
|
|
1712
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1713
|
-
"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 ⚙️"
|
|
1714
1734
|
},
|
|
1715
1735
|
{
|
|
1716
1736
|
"const": "{system.size.viewportMd}",
|
|
1717
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1718
|
-
"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 ⚙️"
|
|
1719
1739
|
},
|
|
1720
1740
|
{
|
|
1721
1741
|
"const": "{system.size.viewportLg}",
|
|
1722
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1723
|
-
"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 ⚙️"
|
|
1724
1744
|
},
|
|
1725
1745
|
{
|
|
1726
1746
|
"const": "{system.size.viewportXl}",
|
|
1727
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1728
|
-
"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 ⚙️"
|
|
1729
1749
|
}
|
|
1730
1750
|
],
|
|
1731
1751
|
"$id": "#size"
|
|
@@ -1734,8 +1754,8 @@
|
|
|
1734
1754
|
"anyOf": [
|
|
1735
1755
|
{
|
|
1736
1756
|
"const": "{palette.fontName.StagSans}",
|
|
1737
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1738
|
-
"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"
|
|
1739
1759
|
}
|
|
1740
1760
|
],
|
|
1741
1761
|
"$id": "#fontName"
|
|
@@ -1744,28 +1764,28 @@
|
|
|
1744
1764
|
"anyOf": [
|
|
1745
1765
|
{
|
|
1746
1766
|
"const": "{palette.fontWeight.weight300}",
|
|
1747
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1748
|
-
"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"
|
|
1749
1769
|
},
|
|
1750
1770
|
{
|
|
1751
1771
|
"const": "{palette.fontWeight.weight400}",
|
|
1752
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1753
|
-
"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"
|
|
1754
1774
|
},
|
|
1755
1775
|
{
|
|
1756
1776
|
"const": "{palette.fontWeight.weight500}",
|
|
1757
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1758
|
-
"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"
|
|
1759
1779
|
},
|
|
1760
1780
|
{
|
|
1761
1781
|
"const": "{palette.fontWeight.weight600}",
|
|
1762
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1763
|
-
"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"
|
|
1764
1784
|
},
|
|
1765
1785
|
{
|
|
1766
1786
|
"const": "{palette.fontWeight.weight700}",
|
|
1767
|
-
"description": "@telus-uds/palette-koodo/v1.
|
|
1768
|
-
"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"
|
|
1769
1789
|
}
|
|
1770
1790
|
],
|
|
1771
1791
|
"$id": "#fontWeight"
|
|
@@ -1774,18 +1794,18 @@
|
|
|
1774
1794
|
"anyOf": [
|
|
1775
1795
|
{
|
|
1776
1796
|
"const": "{system.display.inline}",
|
|
1777
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1778
|
-
"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 ⚙️"
|
|
1779
1799
|
},
|
|
1780
1800
|
{
|
|
1781
1801
|
"const": "{system.display.inlineBlock}",
|
|
1782
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1783
|
-
"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 ⚙️"
|
|
1784
1804
|
},
|
|
1785
1805
|
{
|
|
1786
1806
|
"const": "{system.display.none}",
|
|
1787
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1788
|
-
"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 ⚙️"
|
|
1789
1809
|
}
|
|
1790
1810
|
],
|
|
1791
1811
|
"$id": "#display"
|
|
@@ -1794,18 +1814,18 @@
|
|
|
1794
1814
|
"anyOf": [
|
|
1795
1815
|
{
|
|
1796
1816
|
"const": "{system.flexJustifyContent.center}",
|
|
1797
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1798
|
-
"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 ⚙️"
|
|
1799
1819
|
},
|
|
1800
1820
|
{
|
|
1801
1821
|
"const": "{system.flexJustifyContent.flexStart}",
|
|
1802
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1803
|
-
"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 ⚙️"
|
|
1804
1824
|
},
|
|
1805
1825
|
{
|
|
1806
1826
|
"const": "{system.flexJustifyContent.spaceBetween}",
|
|
1807
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1808
|
-
"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 ⚙️"
|
|
1809
1829
|
}
|
|
1810
1830
|
],
|
|
1811
1831
|
"$id": "#flexJustifyContent"
|
|
@@ -1814,18 +1834,18 @@
|
|
|
1814
1834
|
"anyOf": [
|
|
1815
1835
|
{
|
|
1816
1836
|
"const": "{system.flexAlign.center}",
|
|
1817
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1818
|
-
"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 ⚙️"
|
|
1819
1839
|
},
|
|
1820
1840
|
{
|
|
1821
1841
|
"const": "{system.flexAlign.flexStart}",
|
|
1822
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1823
|
-
"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 ⚙️"
|
|
1824
1844
|
},
|
|
1825
1845
|
{
|
|
1826
1846
|
"const": "{system.flexAlign.stretch}",
|
|
1827
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1828
|
-
"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 ⚙️"
|
|
1829
1849
|
}
|
|
1830
1850
|
],
|
|
1831
1851
|
"$id": "#flexAlign"
|
|
@@ -1834,63 +1854,63 @@
|
|
|
1834
1854
|
"anyOf": [
|
|
1835
1855
|
{
|
|
1836
1856
|
"const": "{system.integer.0}",
|
|
1837
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1838
|
-
"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."
|
|
1839
1859
|
},
|
|
1840
1860
|
{
|
|
1841
1861
|
"const": "{system.integer.1}",
|
|
1842
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1843
|
-
"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."
|
|
1844
1864
|
},
|
|
1845
1865
|
{
|
|
1846
1866
|
"const": "{system.integer.2}",
|
|
1847
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1848
|
-
"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."
|
|
1849
1869
|
},
|
|
1850
1870
|
{
|
|
1851
1871
|
"const": "{system.integer.3}",
|
|
1852
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1853
|
-
"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."
|
|
1854
1874
|
},
|
|
1855
1875
|
{
|
|
1856
1876
|
"const": "{system.integer.4}",
|
|
1857
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1858
|
-
"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."
|
|
1859
1879
|
},
|
|
1860
1880
|
{
|
|
1861
1881
|
"const": "{system.integer.5}",
|
|
1862
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1863
|
-
"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."
|
|
1864
1884
|
},
|
|
1865
1885
|
{
|
|
1866
1886
|
"const": "{system.integer.6}",
|
|
1867
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1868
|
-
"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."
|
|
1869
1889
|
},
|
|
1870
1890
|
{
|
|
1871
1891
|
"const": "{system.integer.7}",
|
|
1872
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1873
|
-
"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."
|
|
1874
1894
|
},
|
|
1875
1895
|
{
|
|
1876
1896
|
"const": "{system.integer.8}",
|
|
1877
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1878
|
-
"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."
|
|
1879
1899
|
},
|
|
1880
1900
|
{
|
|
1881
1901
|
"const": "{system.integer.9}",
|
|
1882
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1883
|
-
"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."
|
|
1884
1904
|
},
|
|
1885
1905
|
{
|
|
1886
1906
|
"const": "{system.integer.10}",
|
|
1887
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1888
|
-
"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."
|
|
1889
1909
|
},
|
|
1890
1910
|
{
|
|
1891
1911
|
"const": "{system.integer.11}",
|
|
1892
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1893
|
-
"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."
|
|
1894
1914
|
},
|
|
1895
1915
|
{
|
|
1896
1916
|
"type": "string",
|
|
@@ -1903,18 +1923,18 @@
|
|
|
1903
1923
|
"anyOf": [
|
|
1904
1924
|
{
|
|
1905
1925
|
"const": "{system.textLine.none}",
|
|
1906
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1907
|
-
"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 ⚙️"
|
|
1908
1928
|
},
|
|
1909
1929
|
{
|
|
1910
1930
|
"const": "{system.textLine.underline}",
|
|
1911
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1912
|
-
"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 ⚙️"
|
|
1913
1933
|
},
|
|
1914
1934
|
{
|
|
1915
1935
|
"const": "{system.textLine.strikethrough}",
|
|
1916
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1917
|
-
"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 ⚙️"
|
|
1918
1938
|
}
|
|
1919
1939
|
],
|
|
1920
1940
|
"$id": "#textLine"
|
|
@@ -1923,8 +1943,8 @@
|
|
|
1923
1943
|
"anyOf": [
|
|
1924
1944
|
{
|
|
1925
1945
|
"const": "{system.textLineStyle.solid}",
|
|
1926
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1927
|
-
"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 ⚙️"
|
|
1928
1948
|
}
|
|
1929
1949
|
],
|
|
1930
1950
|
"$id": "#textLineStyle"
|
|
@@ -1933,23 +1953,23 @@
|
|
|
1933
1953
|
"anyOf": [
|
|
1934
1954
|
{
|
|
1935
1955
|
"const": "{system.position.bottom}",
|
|
1936
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1937
|
-
"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 ⚙️"
|
|
1938
1958
|
},
|
|
1939
1959
|
{
|
|
1940
1960
|
"const": "{system.position.left}",
|
|
1941
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1942
|
-
"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 ⚙️"
|
|
1943
1963
|
},
|
|
1944
1964
|
{
|
|
1945
1965
|
"const": "{system.position.right}",
|
|
1946
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1947
|
-
"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 ⚙️"
|
|
1948
1968
|
},
|
|
1949
1969
|
{
|
|
1950
1970
|
"const": "{system.position.top}",
|
|
1951
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1952
|
-
"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 ⚙️"
|
|
1953
1973
|
}
|
|
1954
1974
|
],
|
|
1955
1975
|
"$id": "#position"
|
|
@@ -1958,18 +1978,18 @@
|
|
|
1958
1978
|
"anyOf": [
|
|
1959
1979
|
{
|
|
1960
1980
|
"const": "{system.direction.column}",
|
|
1961
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1962
|
-
"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 ⚙️"
|
|
1963
1983
|
},
|
|
1964
1984
|
{
|
|
1965
1985
|
"const": "{system.direction.row}",
|
|
1966
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1967
|
-
"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 ⚙️"
|
|
1968
1988
|
},
|
|
1969
1989
|
{
|
|
1970
1990
|
"const": "{system.direction.rowReverse}",
|
|
1971
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1972
|
-
"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 ⚙️"
|
|
1973
1993
|
}
|
|
1974
1994
|
],
|
|
1975
1995
|
"$id": "#direction"
|
|
@@ -1978,13 +1998,13 @@
|
|
|
1978
1998
|
"anyOf": [
|
|
1979
1999
|
{
|
|
1980
2000
|
"const": "{system.show.true}",
|
|
1981
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1982
|
-
"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 ⚙️"
|
|
1983
2003
|
},
|
|
1984
2004
|
{
|
|
1985
2005
|
"const": "{system.show.false}",
|
|
1986
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1987
|
-
"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 ⚙️"
|
|
1988
2008
|
}
|
|
1989
2009
|
],
|
|
1990
2010
|
"$id": "#show"
|
|
@@ -1993,13 +2013,13 @@
|
|
|
1993
2013
|
"anyOf": [
|
|
1994
2014
|
{
|
|
1995
2015
|
"const": "{system.borderStyle.none}",
|
|
1996
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
1997
|
-
"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 ⚙️"
|
|
1998
2018
|
},
|
|
1999
2019
|
{
|
|
2000
2020
|
"const": "{system.borderStyle.solid}",
|
|
2001
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2002
|
-
"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 ⚙️"
|
|
2003
2023
|
}
|
|
2004
2024
|
],
|
|
2005
2025
|
"$id": "#borderStyle"
|
|
@@ -2008,18 +2028,18 @@
|
|
|
2008
2028
|
"anyOf": [
|
|
2009
2029
|
{
|
|
2010
2030
|
"const": "{system.verticalAlign.top}",
|
|
2011
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2012
|
-
"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 ⚙️"
|
|
2013
2033
|
},
|
|
2014
2034
|
{
|
|
2015
2035
|
"const": "{system.verticalAlign.middle}",
|
|
2016
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2017
|
-
"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 ⚙️"
|
|
2018
2038
|
},
|
|
2019
2039
|
{
|
|
2020
2040
|
"const": "{system.verticalAlign.baseline}",
|
|
2021
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2022
|
-
"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 ⚙️"
|
|
2023
2043
|
}
|
|
2024
2044
|
],
|
|
2025
2045
|
"$id": "#verticalAlign"
|
|
@@ -2028,18 +2048,18 @@
|
|
|
2028
2048
|
"anyOf": [
|
|
2029
2049
|
{
|
|
2030
2050
|
"const": "{system.iconScale.scale1}",
|
|
2031
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2032
|
-
"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 ⚙️"
|
|
2033
2053
|
},
|
|
2034
2054
|
{
|
|
2035
2055
|
"const": "{system.iconScale.scale1_10}",
|
|
2036
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2037
|
-
"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 ⚙️"
|
|
2038
2058
|
},
|
|
2039
2059
|
{
|
|
2040
2060
|
"const": "{system.iconScale.scale1_25}",
|
|
2041
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2042
|
-
"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 ⚙️"
|
|
2043
2063
|
}
|
|
2044
2064
|
],
|
|
2045
2065
|
"$id": "#iconScale"
|
|
@@ -2048,18 +2068,18 @@
|
|
|
2048
2068
|
"anyOf": [
|
|
2049
2069
|
{
|
|
2050
2070
|
"const": "{system.textAlign.left}",
|
|
2051
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2052
|
-
"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 ⚙️"
|
|
2053
2073
|
},
|
|
2054
2074
|
{
|
|
2055
2075
|
"const": "{system.textAlign.center}",
|
|
2056
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2057
|
-
"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 ⚙️"
|
|
2058
2078
|
},
|
|
2059
2079
|
{
|
|
2060
2080
|
"const": "{system.textAlign.right}",
|
|
2061
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2062
|
-
"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 ⚙️"
|
|
2063
2083
|
}
|
|
2064
2084
|
],
|
|
2065
2085
|
"$id": "#textAlign"
|
|
@@ -2068,13 +2088,13 @@
|
|
|
2068
2088
|
"anyOf": [
|
|
2069
2089
|
{
|
|
2070
2090
|
"const": "{system.textTransform.none}",
|
|
2071
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2072
|
-
"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 ⚙️"
|
|
2073
2093
|
},
|
|
2074
2094
|
{
|
|
2075
2095
|
"const": "{system.textTransform.uppercase}",
|
|
2076
|
-
"description": "@telus-uds/system-tokens/v0.8.
|
|
2077
|
-
"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 ⚙️"
|
|
2078
2098
|
}
|
|
2079
2099
|
],
|
|
2080
2100
|
"$id": "#textTransform"
|
|
@@ -6647,6 +6667,39 @@
|
|
|
6647
6667
|
},
|
|
6648
6668
|
"contentFlexShrink": {
|
|
6649
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"
|
|
6650
6703
|
}
|
|
6651
6704
|
},
|
|
6652
6705
|
"required": [
|
|
@@ -6665,7 +6718,18 @@
|
|
|
6665
6718
|
"contentAlignItems",
|
|
6666
6719
|
"contentJustifyContent",
|
|
6667
6720
|
"contentFlexGrow",
|
|
6668
|
-
"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"
|
|
6669
6733
|
]
|
|
6670
6734
|
},
|
|
6671
6735
|
"rules": {
|
|
@@ -6729,6 +6793,162 @@
|
|
|
6729
6793
|
},
|
|
6730
6794
|
"contentFlexShrink": {
|
|
6731
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"
|
|
6732
6952
|
}
|
|
6733
6953
|
}
|
|
6734
6954
|
},
|
|
@@ -6915,6 +7135,12 @@
|
|
|
6915
7135
|
"nextIcon": {
|
|
6916
7136
|
"$ref": "#icon"
|
|
6917
7137
|
},
|
|
7138
|
+
"playIcon": {
|
|
7139
|
+
"$ref": "#icon"
|
|
7140
|
+
},
|
|
7141
|
+
"pauseIcon": {
|
|
7142
|
+
"$ref": "#icon"
|
|
7143
|
+
},
|
|
6918
7144
|
"previousIcon": {
|
|
6919
7145
|
"$ref": "#icon"
|
|
6920
7146
|
},
|
|
@@ -6943,6 +7169,8 @@
|
|
|
6943
7169
|
"required": [
|
|
6944
7170
|
"backgroundColor",
|
|
6945
7171
|
"nextIcon",
|
|
7172
|
+
"playIcon",
|
|
7173
|
+
"pauseIcon",
|
|
6946
7174
|
"previousIcon",
|
|
6947
7175
|
"iconBackgroundColor",
|
|
6948
7176
|
"showPreviousNextNavigation",
|
|
@@ -6973,6 +7201,12 @@
|
|
|
6973
7201
|
"nextIcon": {
|
|
6974
7202
|
"$ref": "#icon"
|
|
6975
7203
|
},
|
|
7204
|
+
"playIcon": {
|
|
7205
|
+
"$ref": "#icon"
|
|
7206
|
+
},
|
|
7207
|
+
"pauseIcon": {
|
|
7208
|
+
"$ref": "#icon"
|
|
7209
|
+
},
|
|
6976
7210
|
"previousIcon": {
|
|
6977
7211
|
"$ref": "#icon"
|
|
6978
7212
|
},
|
|
@@ -14033,6 +14267,15 @@
|
|
|
14033
14267
|
},
|
|
14034
14268
|
"labelMarginLeft": {
|
|
14035
14269
|
"$ref": "#size"
|
|
14270
|
+
},
|
|
14271
|
+
"icon": {
|
|
14272
|
+
"$ref": "#icon"
|
|
14273
|
+
},
|
|
14274
|
+
"iconBackgroundColor": {
|
|
14275
|
+
"$ref": "#color"
|
|
14276
|
+
},
|
|
14277
|
+
"iconColor": {
|
|
14278
|
+
"$ref": "#color"
|
|
14036
14279
|
}
|
|
14037
14280
|
},
|
|
14038
14281
|
"required": [
|
|
@@ -14065,7 +14308,10 @@
|
|
|
14065
14308
|
"labelFontSize",
|
|
14066
14309
|
"labelFontWeight",
|
|
14067
14310
|
"labelLineHeight",
|
|
14068
|
-
"labelMarginLeft"
|
|
14311
|
+
"labelMarginLeft",
|
|
14312
|
+
"icon",
|
|
14313
|
+
"iconBackgroundColor",
|
|
14314
|
+
"iconColor"
|
|
14069
14315
|
]
|
|
14070
14316
|
},
|
|
14071
14317
|
"rules": {
|
|
@@ -14171,6 +14417,15 @@
|
|
|
14171
14417
|
},
|
|
14172
14418
|
"labelMarginLeft": {
|
|
14173
14419
|
"$ref": "#size"
|
|
14420
|
+
},
|
|
14421
|
+
"icon": {
|
|
14422
|
+
"$ref": "#icon"
|
|
14423
|
+
},
|
|
14424
|
+
"iconBackgroundColor": {
|
|
14425
|
+
"$ref": "#color"
|
|
14426
|
+
},
|
|
14427
|
+
"iconColor": {
|
|
14428
|
+
"$ref": "#color"
|
|
14174
14429
|
}
|
|
14175
14430
|
}
|
|
14176
14431
|
},
|
|
@@ -20118,6 +20373,7 @@
|
|
|
20118
20373
|
"ButtonGroup",
|
|
20119
20374
|
"ButtonGroupItem",
|
|
20120
20375
|
"Card",
|
|
20376
|
+
"CardGroup",
|
|
20121
20377
|
"PreviewCard",
|
|
20122
20378
|
"Carousel",
|
|
20123
20379
|
"CarouselThumbnail",
|