@rei/cedar 15.0.0-alpha.0 → 15.0.0-beta.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.
Files changed (148) hide show
  1. package/dist/cdr-style.css +1 -0
  2. package/dist/cedar.umd.js +9 -9
  3. package/dist/component-docgen.json +1821 -1860
  4. package/dist/icon-component-docgen.json +623 -623
  5. package/dist/lib.d.ts +426 -263
  6. package/dist/src/components/abstract/styles/CdrAbstract.module.scss.mjs +3 -3
  7. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  8. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  9. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  10. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  11. package/dist/src/components/button/CdrButton.vue2.mjs +16 -19
  12. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  13. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  14. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  15. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
  16. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  17. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
  18. package/dist/src/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
  19. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
  20. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  21. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  22. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  23. package/dist/src/components/icon/CdrIcon.vue2.mjs +6 -6
  24. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  25. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +3 -3
  26. package/dist/src/components/input/CdrInput.vue2.mjs +17 -18
  27. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  28. package/dist/src/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
  29. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  30. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
  31. package/dist/src/components/lead/CdrLead.vue2.mjs +15 -46
  32. package/dist/src/components/lead/{CdrHeadingSubheadingBlock.vue.mjs → compositions/landingLead/CdrHeadingSubheadingBlock.vue.mjs} +1 -1
  33. package/dist/src/components/lead/{CdrHeadingSubheadingBlock.vue2.mjs → compositions/landingLead/CdrHeadingSubheadingBlock.vue2.mjs} +5 -4
  34. package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue.mjs +9 -0
  35. package/dist/src/components/lead/compositions/landingLead/CdrLandingLead.vue2.mjs +57 -0
  36. package/dist/src/components/lead/{styles → compositions/landingLead/styles}/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
  37. package/dist/src/components/lead/compositions/landingLead/styles/CdrLandingLead.module.scss.mjs +7 -0
  38. package/dist/src/components/lead/styles/CdrLead.module.scss.mjs +7 -8
  39. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
  40. package/dist/src/components/list/CdrList.vue2.mjs +8 -8
  41. package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
  42. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
  43. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  44. package/dist/src/components/picture/styles/CdrPicture.module.scss.mjs +4 -3
  45. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  46. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  47. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  48. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
  49. package/dist/src/components/rating/CdrRating.vue2.mjs +25 -29
  50. package/dist/src/components/rating/components/CdrStar00.vue2.mjs +14 -18
  51. package/dist/src/components/rating/components/CdrStar100.vue2.mjs +14 -18
  52. package/dist/src/components/rating/components/CdrStar25.vue2.mjs +18 -22
  53. package/dist/src/components/rating/components/CdrStar50.vue2.mjs +16 -20
  54. package/dist/src/components/rating/components/CdrStar75.vue2.mjs +17 -21
  55. package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +18 -22
  56. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
  57. package/dist/src/components/select/CdrSelect.vue2.mjs +20 -21
  58. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +44 -44
  59. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  60. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  61. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  62. package/dist/src/components/table/CdrTable.vue2.mjs +13 -17
  63. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +15 -15
  64. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
  65. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  66. package/dist/src/components/text/CdrText.vue2.mjs +7 -9
  67. package/dist/src/components/text/presets/CdrBody.vue2.mjs +13 -18
  68. package/dist/src/components/text/presets/CdrBody.vue3.mjs +1 -1
  69. package/dist/src/components/text/presets/CdrEyebrow.vue2.mjs +13 -9
  70. package/dist/src/components/text/presets/CdrEyebrow.vue3.mjs +1 -1
  71. package/dist/src/components/text/presets/CdrHeadingDisplay.vue2.mjs +12 -16
  72. package/dist/src/components/text/presets/CdrHeadingDisplay.vue3.mjs +1 -1
  73. package/dist/src/components/text/presets/CdrHeadingSans.vue2.mjs +12 -16
  74. package/dist/src/components/text/presets/CdrHeadingSans.vue3.mjs +1 -1
  75. package/dist/src/components/text/presets/CdrHeadingSerif.vue2.mjs +13 -18
  76. package/dist/src/components/text/presets/CdrHeadingSerif.vue3.mjs +1 -1
  77. package/dist/src/components/text/presets/CdrSubheadingSans.vue2.mjs +12 -16
  78. package/dist/src/components/text/presets/CdrSubheadingSans.vue3.mjs +1 -1
  79. package/dist/src/components/text/presets/CdrUtilitySans.vue2.mjs +13 -18
  80. package/dist/src/components/text/presets/CdrUtilitySans.vue3.mjs +1 -1
  81. package/dist/src/components/text/presets/CdrUtilitySerif.vue2.mjs +13 -18
  82. package/dist/src/components/text/presets/CdrUtilitySerif.vue3.mjs +1 -1
  83. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  84. package/dist/src/components/title/styles/CdrTitle.module.scss.mjs +1 -1
  85. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  86. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  87. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  88. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  89. package/dist/src/lib.mjs +436 -434
  90. package/dist/style/cdr-abstract.css +1 -1
  91. package/dist/style/cdr-accordion-group.css +1 -1
  92. package/dist/style/cdr-accordion.css +1 -1
  93. package/dist/style/cdr-banner.css +1 -1
  94. package/dist/style/cdr-body.css +1 -1
  95. package/dist/style/cdr-breadcrumb.css +1 -1
  96. package/dist/style/cdr-button.css +1 -1
  97. package/dist/style/cdr-caption.css +1 -1
  98. package/dist/style/cdr-card.css +1 -1
  99. package/dist/style/cdr-checkbox.css +1 -1
  100. package/dist/style/cdr-chip-group.css +1 -1
  101. package/dist/style/cdr-chip.css +1 -1
  102. package/dist/style/cdr-choreographer.css +1 -1
  103. package/dist/style/cdr-container.css +1 -1
  104. package/dist/style/cdr-eyebrow.css +1 -1
  105. package/dist/style/cdr-form-error.css +1 -1
  106. package/dist/style/cdr-form-group.css +1 -1
  107. package/dist/style/cdr-grid.css +1 -1
  108. package/dist/style/cdr-heading-display.css +1 -1
  109. package/dist/style/cdr-heading-sans.css +1 -1
  110. package/dist/style/cdr-heading-serif.css +1 -1
  111. package/dist/style/cdr-heading-subheading-block.css +1 -1
  112. package/dist/style/cdr-icon.css +1 -1
  113. package/dist/style/cdr-img.css +1 -1
  114. package/dist/style/cdr-input.css +1 -1
  115. package/dist/style/cdr-kicker.css +1 -1
  116. package/dist/style/cdr-label-standalone.css +1 -1
  117. package/dist/style/cdr-label-wrapper.css +1 -1
  118. package/dist/style/cdr-landing-lead.css +1 -0
  119. package/dist/style/cdr-lead.css +1 -1
  120. package/dist/style/cdr-link.css +1 -1
  121. package/dist/style/cdr-list.css +1 -1
  122. package/dist/style/cdr-modal.css +1 -1
  123. package/dist/style/cdr-pagination.css +1 -1
  124. package/dist/style/cdr-picture.css +1 -1
  125. package/dist/style/cdr-popover.css +1 -1
  126. package/dist/style/cdr-popup.css +1 -1
  127. package/dist/style/cdr-quote.css +1 -1
  128. package/dist/style/cdr-radio.css +1 -1
  129. package/dist/style/cdr-rating.css +1 -1
  130. package/dist/style/cdr-select.css +1 -1
  131. package/dist/style/cdr-skeleton-bone.css +1 -1
  132. package/dist/style/cdr-skeleton.css +1 -1
  133. package/dist/style/cdr-subheading-sans.css +1 -1
  134. package/dist/style/cdr-switch.css +1 -1
  135. package/dist/style/cdr-tab-panel.css +1 -1
  136. package/dist/style/cdr-table.css +1 -1
  137. package/dist/style/cdr-tabs.css +1 -1
  138. package/dist/style/cdr-text.css +1 -1
  139. package/dist/style/cdr-title.css +1 -1
  140. package/dist/style/cdr-toast.css +1 -1
  141. package/dist/style/cdr-toggle-button.css +1 -1
  142. package/dist/style/cdr-toggle-group.css +1 -1
  143. package/dist/style/cdr-tooltip.css +1 -1
  144. package/dist/style/cdr-utility-sans.css +1 -1
  145. package/dist/style/cdr-utility-serif.css +1 -1
  146. package/package.json +9 -9
  147. package/dist/style.css +0 -1
  148. /package/dist/{reset.css → cdr-reset.css} +0 -0
@@ -1,32 +1,4 @@
1
1
  {
2
- "CdrAbstract": {
3
- "name": "CdrAbstract",
4
- "exportName": "default",
5
- "displayName": "CdrAbstract",
6
- "description": "",
7
- "tags": {},
8
- "props": [
9
- {
10
- "name": "tag",
11
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
12
- "type": {
13
- "name": "string"
14
- },
15
- "defaultValue": {
16
- "func": false,
17
- "value": "'p'"
18
- }
19
- }
20
- ],
21
- "slots": [
22
- {
23
- "name": "default"
24
- }
25
- ],
26
- "sourceFiles": [
27
- "./src/components/abstract/CdrAbstract.vue"
28
- ]
29
- },
30
2
  "CdrAccordion": {
31
3
  "name": "CdrAccordion",
32
4
  "description": "Vertically-stacked list that allows users to expand and collapse additional content",
@@ -191,6 +163,34 @@
191
163
  }
192
164
  ]
193
165
  },
166
+ "CdrAbstract": {
167
+ "name": "CdrAbstract",
168
+ "exportName": "default",
169
+ "displayName": "CdrAbstract",
170
+ "description": "",
171
+ "tags": {},
172
+ "props": [
173
+ {
174
+ "name": "tag",
175
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
176
+ "type": {
177
+ "name": "string"
178
+ },
179
+ "defaultValue": {
180
+ "func": false,
181
+ "value": "'p'"
182
+ }
183
+ }
184
+ ],
185
+ "slots": [
186
+ {
187
+ "name": "default"
188
+ }
189
+ ],
190
+ "sourceFiles": [
191
+ "./src/components/abstract/CdrAbstract.vue"
192
+ ]
193
+ },
194
194
  "CdrAccordionGroup": {
195
195
  "name": "CdrAccordionGroup",
196
196
  "exportName": "default",
@@ -228,184 +228,206 @@
228
228
  "./src/components/accordion/CdrAccordionGroup.vue"
229
229
  ]
230
230
  },
231
- "CdrBreadcrumb": {
232
- "name": "CdrBreadcrumb",
233
- "description": "Navigation used to reveal a page's location within the site hierarchy",
231
+ "CdrBanner": {
232
+ "name": "CdrBanner",
233
+ "description": "Provides contextual feedback messages for typical user actions",
234
234
  "tags": {},
235
235
  "exportName": "default",
236
- "displayName": "CdrBreadcrumb",
236
+ "displayName": "CdrBanner",
237
237
  "props": [
238
238
  {
239
- "name": "items",
240
- "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
239
+ "name": "type",
240
+ "description": "Sets the banner style.",
241
241
  "tags": {
242
- "demoIgnore": [
242
+ "demoSelectMultiple": [
243
243
  {
244
- "description": "true",
245
- "title": "demoIgnore"
244
+ "description": "false",
245
+ "title": "demoSelectMultiple"
246
246
  }
247
247
  ]
248
248
  },
249
+ "values": [
250
+ "info",
251
+ "warning",
252
+ "success",
253
+ "error",
254
+ "default"
255
+ ],
249
256
  "type": {
250
- "name": "breadcrumbItem[]"
257
+ "name": "string"
251
258
  },
252
259
  "defaultValue": {
253
- "func": true,
254
- "value": "() => []"
260
+ "func": false,
261
+ "value": "'default'"
255
262
  }
263
+ }
264
+ ],
265
+ "slots": [
266
+ {
267
+ "name": "icon-left",
268
+ "description": "Icon matching banner type"
256
269
  },
257
270
  {
258
- "name": "truncationEnabled",
259
- "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
260
- "type": {
261
- "name": "boolean"
262
- },
263
- "defaultValue": {
264
- "func": false,
265
- "value": true
266
- }
271
+ "name": "default",
272
+ "description": "Primary message content"
267
273
  },
268
274
  {
269
- "name": "id",
270
- "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
271
- "tags": {
272
- "demoIgnore": [
273
- {
274
- "description": "true",
275
- "title": "demoIgnore"
276
- }
277
- ]
278
- },
279
- "type": {
280
- "name": "string"
281
- }
282
- }
283
- ],
284
- "events": [
275
+ "name": "icon-right",
276
+ "description": "Additional icon"
277
+ },
285
278
  {
286
- "name": "navigate",
287
- "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
288
- "properties": [
289
- {
290
- "type": {
291
- "names": [
292
- "mixed"
293
- ]
294
- },
295
- "name": "breadcrumb",
296
- "description": "The breadcrumb data object"
297
- }
298
- ],
299
- "tags": [
300
- {
301
- "title": "param",
302
- "type": {
303
- "name": "mixed"
304
- },
305
- "name": "breadcrumb",
306
- "description": "The breadcrumb data object"
307
- }
308
- ]
309
- }
310
- ],
311
- "slots": [
279
+ "name": "message-body",
280
+ "description": "Additional content about the message"
281
+ },
312
282
  {
313
- "name": "link",
314
- "scoped": true,
315
- "bindings": [
316
- {
317
- "name": "class",
318
- "title": "binding"
319
- },
320
- {
321
- "name": "href",
322
- "title": "binding"
323
- },
324
- {
325
- "name": "content",
326
- "title": "binding"
327
- }
328
- ]
283
+ "name": "info-action",
284
+ "description": "Action-wrapped icon"
329
285
  }
330
286
  ],
331
287
  "sourceFiles": [
332
- "./src/components/breadcrumb/CdrBreadcrumb.vue"
288
+ "./src/components/banner/CdrBanner.vue"
333
289
  ],
334
290
  "UIProperties": [
335
291
  {
336
- "name": "--cdr-breadcrumb-ellipses-icon-color",
337
- "defaultValue": "--cdr-color-text-secondary",
338
- "description": "Ellipses icon color"
292
+ "name": "--cdr-banner-message-body-background-color",
293
+ "defaultValue": "--cdr-color-background-primary",
294
+ "description": "Message body background color"
339
295
  },
340
296
  {
341
- "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
342
- "defaultValue": "--cdr-color-text-link-hover",
343
- "description": "Ellipses icon hover, active and focus color"
297
+ "name": "--cdr-banner-icon-right-fill",
298
+ "defaultValue": "--cdr-color-text-emphasis",
299
+ "description": "Right icon fill color"
344
300
  },
345
301
  {
346
- "name": "--cdr-breadcrumb-item-color",
347
- "defaultValue": "--cdr-color-text-secondary",
348
- "description": "Breadcrumb item color"
302
+ "name": "--cdr-banner-info-action-fill",
303
+ "defaultValue": "--cdr-color-text-link-rest",
304
+ "description": "Info action icon fill color"
349
305
  },
350
306
  {
351
- "name": "--cdr-breadcrumb-item-linked-highlight-color",
352
- "defaultValue": "--cdr-color-text-link-hover",
353
- "description": "Breadcrumb item linked hover, active and focus color"
354
- }
355
- ]
356
- },
357
- "CdrCaption": {
358
- "name": "CdrCaption",
359
- "description": "Provides context and credit for an asset such as an image, video, or chart",
360
- "tags": {},
361
- "exportName": "default",
362
- "displayName": "CdrCaption",
363
- "props": [
307
+ "name": "--cdr-banner-default-icon-left-background-color",
308
+ "defaultValue": "--cdr-color-background-message-default-02",
309
+ "description": "Left icon background color for default banner"
310
+ },
364
311
  {
365
- "name": "summary",
366
- "description": "Sets the string content for the description body of the caption.",
367
- "tags": {
368
- "demoIgnore": [
369
- {
370
- "description": "true",
371
- "title": "demoIgnore"
372
- }
373
- ]
374
- },
375
- "type": {
376
- "name": "string"
377
- }
312
+ "name": "--cdr-banner-default-icon-left-fill",
313
+ "defaultValue": "--cdr-color-icon-message-default",
314
+ "description": "Left icon fill color for default banner"
378
315
  },
379
316
  {
380
- "name": "credit",
381
- "description": "Sets the string content for attribution.",
382
- "tags": {
383
- "demoIgnore": [
384
- {
385
- "description": "true",
386
- "title": "demoIgnore"
387
- }
388
- ]
389
- },
390
- "type": {
391
- "name": "string"
392
- }
393
- }
394
- ],
395
- "sourceFiles": [
396
- "./src/components/caption/CdrCaption.vue"
397
- ],
398
- "UIProperties": [
317
+ "name": "--cdr-banner-default-wrapper-border-left-color",
318
+ "defaultValue": "--cdr-color-border-message-default-01",
319
+ "description": "Wrapper border left color for default banner"
320
+ },
399
321
  {
400
- "name": "--cdr-caption-summary-color",
401
- "defaultValue": "--cdr-color-text-primary",
402
- "description": "Text color of a cdr-caption"
322
+ "name": "--cdr-banner-info-icon-left-background-color",
323
+ "defaultValue": "--cdr-color-background-message-info-02",
324
+ "description": "Left icon background color for info banner"
403
325
  },
404
326
  {
405
- "name": "--cdr-caption-cite-color",
406
- "defaultValue": "--cdr-color-text-secondary",
407
- "description": "Text color of a cdr-caption"
408
- }
327
+ "name": "--cdr-banner-info-icon-left-fill",
328
+ "defaultValue": "--cdr-color-icon-message-info",
329
+ "description": "Left icon fill color for info banner"
330
+ },
331
+ {
332
+ "name": "--cdr-banner-info-wrapper-border-left-color",
333
+ "defaultValue": "--cdr-color-border-message-info-01",
334
+ "description": "Wrapper border left color for info banner"
335
+ },
336
+ {
337
+ "name": "--cdr-banner-warning-icon-left-background-color",
338
+ "defaultValue": "--cdr-color-background-message-warning-02",
339
+ "description": "Left icon background color for warning banner"
340
+ },
341
+ {
342
+ "name": "--cdr-banner-warning-icon-left-fill",
343
+ "defaultValue": "--cdr-color-icon-message-warning",
344
+ "description": "Left icon fill color for warning banner"
345
+ },
346
+ {
347
+ "name": "--cdr-banner-warning-wrapper-border-left-color",
348
+ "defaultValue": "--cdr-color-border-message-warning-01",
349
+ "description": "Wrapper border left color for warning banner"
350
+ },
351
+ {
352
+ "name": "--cdr-banner-success-icon-left-background-color",
353
+ "defaultValue": "--cdr-color-background-message-success-02",
354
+ "description": "Left icon background color for success banner"
355
+ },
356
+ {
357
+ "name": "--cdr-banner-success-icon-left-fill",
358
+ "defaultValue": "--cdr-color-icon-message-success",
359
+ "description": "Left icon fill color for success banner"
360
+ },
361
+ {
362
+ "name": "--cdr-banner-success-wrapper-border-left-color",
363
+ "defaultValue": "--cdr-color-border-message-success-01",
364
+ "description": "Wrapper border left color for success banner"
365
+ },
366
+ {
367
+ "name": "--cdr-banner-error-icon-left-background-color",
368
+ "defaultValue": "--cdr-color-background-message-error-02",
369
+ "description": "Left icon background color for error banner"
370
+ },
371
+ {
372
+ "name": "--cdr-banner-error-icon-left-fill",
373
+ "defaultValue": "--cdr-color-icon-message-error",
374
+ "description": "Left icon fill color for error banner"
375
+ },
376
+ {
377
+ "name": "--cdr-banner-error-wrapper-border-left-color",
378
+ "defaultValue": "--cdr-color-border-message-error-01",
379
+ "description": "Wrapper border left color for error banner"
380
+ },
381
+ {
382
+ "name": "--cdr-banner-default-background-color",
383
+ "defaultValue": "--cdr-color-background-message-default-01",
384
+ "description": "Background color for a default cdr-banner"
385
+ },
386
+ {
387
+ "name": "--cdr-banner-default-outline-color",
388
+ "defaultValue": "--cdr-color-border-message-default-02",
389
+ "description": "Outline color for a default cdr-banner"
390
+ },
391
+ {
392
+ "name": "--cdr-banner-info-background-color",
393
+ "defaultValue": "--cdr-color-background-message-info-01",
394
+ "description": "Background color for an info cdr-banner"
395
+ },
396
+ {
397
+ "name": "--cdr-banner-info-outline-color",
398
+ "defaultValue": "--cdr-color-border-message-info-02",
399
+ "description": "Outline color for an info cdr-banner"
400
+ },
401
+ {
402
+ "name": "--cdr-banner-success-background-color",
403
+ "defaultValue": "--cdr-color-background-message-success-01",
404
+ "description": "Background color for a success cdr-banner"
405
+ },
406
+ {
407
+ "name": "--cdr-banner-success-outline-color",
408
+ "defaultValue": "--cdr-color-border-message-success-02",
409
+ "description": "Outline color for a success cdr-banner"
410
+ },
411
+ {
412
+ "name": "--cdr-banner-warning-background-color",
413
+ "defaultValue": "--cdr-color-background-message-warning-01",
414
+ "description": "Background color for a warning cdr-banner"
415
+ },
416
+ {
417
+ "name": "--cdr-banner-warning-outline-color",
418
+ "defaultValue": "--cdr-color-border-message-warning-02",
419
+ "description": "Outline color for a warning cdr-banner"
420
+ },
421
+ {
422
+ "name": "--cdr-banner-error-background-color",
423
+ "defaultValue": "--cdr-color-background-message-error-01",
424
+ "description": "Background color for an error cdr-banner"
425
+ },
426
+ {
427
+ "name": "--cdr-banner-error-outline-color",
428
+ "defaultValue": "--cdr-color-border-message-error-02",
429
+ "description": "Outline color for an error cdr-banner"
430
+ }
409
431
  ]
410
432
  },
411
433
  "CdrButton": {
@@ -505,11 +527,7 @@
505
527
  "large"
506
528
  ],
507
529
  "type": {
508
- "name": "string"
509
- },
510
- "defaultValue": {
511
- "func": false,
512
- "value": "'medium'"
530
+ "name": "sizeProps"
513
531
  }
514
532
  },
515
533
  {
@@ -1110,6 +1128,132 @@
1110
1128
  }
1111
1129
  ]
1112
1130
  },
1131
+ "CdrBreadcrumb": {
1132
+ "name": "CdrBreadcrumb",
1133
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
1134
+ "tags": {},
1135
+ "exportName": "default",
1136
+ "displayName": "CdrBreadcrumb",
1137
+ "props": [
1138
+ {
1139
+ "name": "items",
1140
+ "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
1141
+ "tags": {
1142
+ "demoIgnore": [
1143
+ {
1144
+ "description": "true",
1145
+ "title": "demoIgnore"
1146
+ }
1147
+ ]
1148
+ },
1149
+ "type": {
1150
+ "name": "breadcrumbItem[]"
1151
+ },
1152
+ "defaultValue": {
1153
+ "func": true,
1154
+ "value": "() => []"
1155
+ }
1156
+ },
1157
+ {
1158
+ "name": "truncationEnabled",
1159
+ "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
1160
+ "type": {
1161
+ "name": "boolean"
1162
+ },
1163
+ "defaultValue": {
1164
+ "func": false,
1165
+ "value": true
1166
+ }
1167
+ },
1168
+ {
1169
+ "name": "id",
1170
+ "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
1171
+ "tags": {
1172
+ "demoIgnore": [
1173
+ {
1174
+ "description": "true",
1175
+ "title": "demoIgnore"
1176
+ }
1177
+ ]
1178
+ },
1179
+ "type": {
1180
+ "name": "string"
1181
+ }
1182
+ }
1183
+ ],
1184
+ "events": [
1185
+ {
1186
+ "name": "navigate",
1187
+ "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
1188
+ "properties": [
1189
+ {
1190
+ "type": {
1191
+ "names": [
1192
+ "mixed"
1193
+ ]
1194
+ },
1195
+ "name": "breadcrumb",
1196
+ "description": "The breadcrumb data object"
1197
+ }
1198
+ ],
1199
+ "tags": [
1200
+ {
1201
+ "title": "param",
1202
+ "type": {
1203
+ "name": "mixed"
1204
+ },
1205
+ "name": "breadcrumb",
1206
+ "description": "The breadcrumb data object"
1207
+ }
1208
+ ]
1209
+ }
1210
+ ],
1211
+ "slots": [
1212
+ {
1213
+ "name": "link",
1214
+ "scoped": true,
1215
+ "bindings": [
1216
+ {
1217
+ "name": "class",
1218
+ "title": "binding"
1219
+ },
1220
+ {
1221
+ "name": "href",
1222
+ "title": "binding"
1223
+ },
1224
+ {
1225
+ "name": "content",
1226
+ "title": "binding"
1227
+ }
1228
+ ]
1229
+ }
1230
+ ],
1231
+ "sourceFiles": [
1232
+ "./src/components/breadcrumb/CdrBreadcrumb.vue"
1233
+ ],
1234
+ "UIProperties": [
1235
+ {
1236
+ "name": "--cdr-breadcrumb-ellipses-icon-color",
1237
+ "defaultValue": "--cdr-color-text-secondary",
1238
+ "description": "Ellipses icon color"
1239
+ },
1240
+ {
1241
+ "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
1242
+ "defaultValue": "--cdr-color-text-link-hover",
1243
+ "description": "Ellipses icon hover, active and focus color"
1244
+ },
1245
+ {
1246
+ "name": "--cdr-breadcrumb-item-color",
1247
+ "defaultValue": "--cdr-color-text-secondary",
1248
+ "description": "Breadcrumb item color"
1249
+ },
1250
+ {
1251
+ "name": "--cdr-breadcrumb-item-linked-highlight-color",
1252
+ "defaultValue": "--cdr-color-text-link-hover",
1253
+ "description": "Breadcrumb item linked hover, active and focus color"
1254
+ }
1255
+ ]
1256
+ },
1113
1257
  "CdrCard": {
1114
1258
  "name": "CdrCard",
1115
1259
  "description": "Related, interactive containers linking to a single subject or destination",
@@ -1161,237 +1305,13 @@
1161
1305
  }
1162
1306
  ]
1163
1307
  },
1164
- "CdrBanner": {
1165
- "name": "CdrBanner",
1166
- "description": "Provides contextual feedback messages for typical user actions",
1308
+ "CdrChip": {
1309
+ "name": "CdrChip",
1310
+ "description": "Allows people to make selections, filter content, or trigger actions",
1167
1311
  "tags": {},
1168
1312
  "exportName": "default",
1169
- "displayName": "CdrBanner",
1170
- "props": [
1171
- {
1172
- "name": "type",
1173
- "description": "Sets the banner style.",
1174
- "tags": {
1175
- "demoSelectMultiple": [
1176
- {
1177
- "description": "false",
1178
- "title": "demoSelectMultiple"
1179
- }
1180
- ]
1181
- },
1182
- "values": [
1183
- "info",
1184
- "warning",
1185
- "success",
1186
- "error",
1187
- "default"
1188
- ],
1189
- "type": {
1190
- "name": "string"
1191
- },
1192
- "defaultValue": {
1193
- "func": false,
1194
- "value": "'default'"
1195
- }
1196
- }
1197
- ],
1198
- "slots": [
1199
- {
1200
- "name": "icon-left",
1201
- "description": "Icon matching banner type"
1202
- },
1203
- {
1204
- "name": "default",
1205
- "description": "Primary message content"
1206
- },
1207
- {
1208
- "name": "icon-right",
1209
- "description": "Additional icon"
1210
- },
1211
- {
1212
- "name": "message-body",
1213
- "description": "Additional content about the message"
1214
- },
1215
- {
1216
- "name": "info-action",
1217
- "description": "Action-wrapped icon"
1218
- }
1219
- ],
1220
- "sourceFiles": [
1221
- "./src/components/banner/CdrBanner.vue"
1222
- ],
1223
- "UIProperties": [
1224
- {
1225
- "name": "--cdr-banner-message-body-background-color",
1226
- "defaultValue": "--cdr-color-background-primary",
1227
- "description": "Message body background color"
1228
- },
1229
- {
1230
- "name": "--cdr-banner-icon-right-fill",
1231
- "defaultValue": "--cdr-color-text-emphasis",
1232
- "description": "Right icon fill color"
1233
- },
1234
- {
1235
- "name": "--cdr-banner-info-action-fill",
1236
- "defaultValue": "--cdr-color-text-link-rest",
1237
- "description": "Info action icon fill color"
1238
- },
1239
- {
1240
- "name": "--cdr-banner-default-icon-left-background-color",
1241
- "defaultValue": "--cdr-color-background-message-default-02",
1242
- "description": "Left icon background color for default banner"
1243
- },
1244
- {
1245
- "name": "--cdr-banner-default-icon-left-fill",
1246
- "defaultValue": "--cdr-color-icon-message-default",
1247
- "description": "Left icon fill color for default banner"
1248
- },
1249
- {
1250
- "name": "--cdr-banner-default-wrapper-border-left-color",
1251
- "defaultValue": "--cdr-color-border-message-default-01",
1252
- "description": "Wrapper border left color for default banner"
1253
- },
1254
- {
1255
- "name": "--cdr-banner-info-icon-left-background-color",
1256
- "defaultValue": "--cdr-color-background-message-info-02",
1257
- "description": "Left icon background color for info banner"
1258
- },
1259
- {
1260
- "name": "--cdr-banner-info-icon-left-fill",
1261
- "defaultValue": "--cdr-color-icon-message-info",
1262
- "description": "Left icon fill color for info banner"
1263
- },
1264
- {
1265
- "name": "--cdr-banner-info-wrapper-border-left-color",
1266
- "defaultValue": "--cdr-color-border-message-info-01",
1267
- "description": "Wrapper border left color for info banner"
1268
- },
1269
- {
1270
- "name": "--cdr-banner-warning-icon-left-background-color",
1271
- "defaultValue": "--cdr-color-background-message-warning-02",
1272
- "description": "Left icon background color for warning banner"
1273
- },
1274
- {
1275
- "name": "--cdr-banner-warning-icon-left-fill",
1276
- "defaultValue": "--cdr-color-icon-message-warning",
1277
- "description": "Left icon fill color for warning banner"
1278
- },
1279
- {
1280
- "name": "--cdr-banner-warning-wrapper-border-left-color",
1281
- "defaultValue": "--cdr-color-border-message-warning-01",
1282
- "description": "Wrapper border left color for warning banner"
1283
- },
1284
- {
1285
- "name": "--cdr-banner-success-icon-left-background-color",
1286
- "defaultValue": "--cdr-color-background-message-success-02",
1287
- "description": "Left icon background color for success banner"
1288
- },
1289
- {
1290
- "name": "--cdr-banner-success-icon-left-fill",
1291
- "defaultValue": "--cdr-color-icon-message-success",
1292
- "description": "Left icon fill color for success banner"
1293
- },
1294
- {
1295
- "name": "--cdr-banner-success-wrapper-border-left-color",
1296
- "defaultValue": "--cdr-color-border-message-success-01",
1297
- "description": "Wrapper border left color for success banner"
1298
- },
1299
- {
1300
- "name": "--cdr-banner-error-icon-left-background-color",
1301
- "defaultValue": "--cdr-color-background-message-error-02",
1302
- "description": "Left icon background color for error banner"
1303
- },
1304
- {
1305
- "name": "--cdr-banner-error-icon-left-fill",
1306
- "defaultValue": "--cdr-color-icon-message-error",
1307
- "description": "Left icon fill color for error banner"
1308
- },
1309
- {
1310
- "name": "--cdr-banner-error-wrapper-border-left-color",
1311
- "defaultValue": "--cdr-color-border-message-error-01",
1312
- "description": "Wrapper border left color for error banner"
1313
- },
1314
- {
1315
- "name": "--cdr-banner-default-background-color",
1316
- "defaultValue": "--cdr-color-background-message-default-01",
1317
- "description": "Background color for a default cdr-banner"
1318
- },
1319
- {
1320
- "name": "--cdr-banner-default-outline-color",
1321
- "defaultValue": "--cdr-color-border-message-default-02",
1322
- "description": "Outline color for a default cdr-banner"
1323
- },
1324
- {
1325
- "name": "--cdr-banner-info-background-color",
1326
- "defaultValue": "--cdr-color-background-message-info-01",
1327
- "description": "Background color for an info cdr-banner"
1328
- },
1329
- {
1330
- "name": "--cdr-banner-info-outline-color",
1331
- "defaultValue": "--cdr-color-border-message-info-02",
1332
- "description": "Outline color for an info cdr-banner"
1333
- },
1334
- {
1335
- "name": "--cdr-banner-success-background-color",
1336
- "defaultValue": "--cdr-color-background-message-success-01",
1337
- "description": "Background color for a success cdr-banner"
1338
- },
1339
- {
1340
- "name": "--cdr-banner-success-outline-color",
1341
- "defaultValue": "--cdr-color-border-message-success-02",
1342
- "description": "Outline color for a success cdr-banner"
1343
- },
1344
- {
1345
- "name": "--cdr-banner-warning-background-color",
1346
- "defaultValue": "--cdr-color-background-message-warning-01",
1347
- "description": "Background color for a warning cdr-banner"
1348
- },
1349
- {
1350
- "name": "--cdr-banner-warning-outline-color",
1351
- "defaultValue": "--cdr-color-border-message-warning-02",
1352
- "description": "Outline color for a warning cdr-banner"
1353
- },
1354
- {
1355
- "name": "--cdr-banner-error-background-color",
1356
- "defaultValue": "--cdr-color-background-message-error-01",
1357
- "description": "Background color for an error cdr-banner"
1358
- },
1359
- {
1360
- "name": "--cdr-banner-error-outline-color",
1361
- "defaultValue": "--cdr-color-border-message-error-02",
1362
- "description": "Outline color for an error cdr-banner"
1363
- }
1364
- ]
1365
- },
1366
- "CdrChoreographer": {
1367
- "name": "CdrChoreographer",
1368
- "exportName": "default",
1369
- "displayName": "CdrChoreographer",
1370
- "description": "",
1371
- "tags": {},
1372
- "props": [
1373
- {
1374
- "name": "schema",
1375
- "type": {
1376
- "name": "choreographerSchema[]"
1377
- },
1378
- "defaultValue": {
1379
- "func": true,
1380
- "value": "() => []"
1381
- }
1382
- }
1383
- ],
1384
- "sourceFiles": [
1385
- "./src/components/choreographer/CdrChoreographer.vue"
1386
- ]
1387
- },
1388
- "CdrChip": {
1389
- "name": "CdrChip",
1390
- "description": "Allows people to make selections, filter content, or trigger actions",
1391
- "tags": {},
1392
- "exportName": "default",
1393
- "displayName": "CdrChip",
1394
- "slots": [
1313
+ "displayName": "CdrChip",
1314
+ "slots": [
1395
1315
  {
1396
1316
  "name": "icon-left",
1397
1317
  "description": "Icon to the left of the content"
@@ -1516,47 +1436,6 @@
1516
1436
  }
1517
1437
  ]
1518
1438
  },
1519
- "CdrChipGroup": {
1520
- "name": "CdrChipGroup",
1521
- "exportName": "default",
1522
- "displayName": "CdrChipGroup",
1523
- "description": "",
1524
- "tags": {},
1525
- "props": [
1526
- {
1527
- "name": "label",
1528
- "description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
1529
- "type": {
1530
- "name": "string"
1531
- },
1532
- "required": true
1533
- },
1534
- {
1535
- "name": "hideLabel",
1536
- "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1537
- "type": {
1538
- "name": "boolean"
1539
- },
1540
- "defaultValue": {
1541
- "func": false,
1542
- "value": true
1543
- }
1544
- }
1545
- ],
1546
- "slots": [
1547
- {
1548
- "name": "label",
1549
- "description": "Override CdrChip label content with a custom element"
1550
- },
1551
- {
1552
- "name": "default",
1553
- "description": "CdrChipGroup content (CdrChip components)"
1554
- }
1555
- ],
1556
- "sourceFiles": [
1557
- "./src/components/chip/CdrChipGroup.vue"
1558
- ]
1559
- },
1560
1439
  "CdrCheckbox": {
1561
1440
  "name": "CdrCheckbox",
1562
1441
  "description": "Allows selecting one or more items from a list",
@@ -1815,39 +1694,99 @@
1815
1694
  }
1816
1695
  ]
1817
1696
  },
1818
- "CdrFormError": {
1819
- "name": "CdrFormError",
1820
- "exportName": "default",
1821
- "displayName": "CdrFormError",
1822
- "description": "",
1697
+ "CdrCaption": {
1698
+ "name": "CdrCaption",
1699
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
1823
1700
  "tags": {},
1701
+ "exportName": "default",
1702
+ "displayName": "CdrCaption",
1824
1703
  "props": [
1825
1704
  {
1826
- "name": "error",
1705
+ "name": "summary",
1706
+ "description": "Sets the string content for the description body of the caption.",
1707
+ "tags": {
1708
+ "demoIgnore": [
1709
+ {
1710
+ "description": "true",
1711
+ "title": "demoIgnore"
1712
+ }
1713
+ ]
1714
+ },
1827
1715
  "type": {
1828
- "name": "boolean|string"
1716
+ "name": "string"
1829
1717
  }
1830
- }
1831
- ],
1832
- "slots": [
1718
+ },
1833
1719
  {
1834
- "name": "error"
1720
+ "name": "credit",
1721
+ "description": "Sets the string content for attribution.",
1722
+ "tags": {
1723
+ "demoIgnore": [
1724
+ {
1725
+ "description": "true",
1726
+ "title": "demoIgnore"
1727
+ }
1728
+ ]
1729
+ },
1730
+ "type": {
1731
+ "name": "string"
1732
+ }
1835
1733
  }
1836
1734
  ],
1837
1735
  "sourceFiles": [
1838
- "./src/components/formError/CdrFormError.vue"
1736
+ "./src/components/caption/CdrCaption.vue"
1839
1737
  ],
1840
1738
  "UIProperties": [
1841
1739
  {
1842
- "name": "--cdr-form-error-text-color",
1843
- "defaultValue": "--cdr-color-text-input-error",
1844
- "description": "Text color of a cdr-form-error"
1740
+ "name": "--cdr-caption-summary-color",
1741
+ "defaultValue": "--cdr-color-text-primary",
1742
+ "description": "Text color of a cdr-caption"
1845
1743
  },
1846
1744
  {
1847
- "name": "--cdr-form-error-fill-color",
1848
- "defaultValue": "--cdr-color-text-input-error",
1849
- "description": "Fill color of a cdr-form-error"
1745
+ "name": "--cdr-caption-cite-color",
1746
+ "defaultValue": "--cdr-color-text-secondary",
1747
+ "description": "Text color of a cdr-caption"
1748
+ }
1749
+ ]
1750
+ },
1751
+ "CdrChipGroup": {
1752
+ "name": "CdrChipGroup",
1753
+ "exportName": "default",
1754
+ "displayName": "CdrChipGroup",
1755
+ "description": "",
1756
+ "tags": {},
1757
+ "props": [
1758
+ {
1759
+ "name": "label",
1760
+ "description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
1761
+ "type": {
1762
+ "name": "string"
1763
+ },
1764
+ "required": true
1765
+ },
1766
+ {
1767
+ "name": "hideLabel",
1768
+ "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1769
+ "type": {
1770
+ "name": "boolean"
1771
+ },
1772
+ "defaultValue": {
1773
+ "func": false,
1774
+ "value": true
1775
+ }
1776
+ }
1777
+ ],
1778
+ "slots": [
1779
+ {
1780
+ "name": "label",
1781
+ "description": "Override CdrChip label content with a custom element"
1782
+ },
1783
+ {
1784
+ "name": "default",
1785
+ "description": "CdrChipGroup content (CdrChip components)"
1850
1786
  }
1787
+ ],
1788
+ "sourceFiles": [
1789
+ "./src/components/chip/CdrChipGroup.vue"
1851
1790
  ]
1852
1791
  },
1853
1792
  "CdrContainer": {
@@ -1902,58 +1841,39 @@
1902
1841
  "./src/components/container/CdrContainer.vue"
1903
1842
  ]
1904
1843
  },
1905
- "CdrGrid": {
1906
- "name": "CdrGrid",
1907
- "description": "Simple wrapper for working with CSS grid",
1908
- "tags": {},
1844
+ "CdrFormError": {
1845
+ "name": "CdrFormError",
1909
1846
  "exportName": "default",
1910
- "displayName": "CdrGrid",
1847
+ "displayName": "CdrFormError",
1848
+ "description": "",
1849
+ "tags": {},
1911
1850
  "props": [
1912
1851
  {
1913
- "name": "gutter",
1914
- "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
1915
- "tags": {
1916
- "demoSelectMultiple": [
1917
- {
1918
- "description": "false",
1919
- "title": "demoSelectMultiple"
1920
- }
1921
- ]
1922
- },
1923
- "values": [
1924
- "none",
1925
- "small",
1926
- "medium",
1927
- "large"
1928
- ],
1929
- "type": {
1930
- "name": "string"
1931
- },
1932
- "defaultValue": {
1933
- "func": false,
1934
- "value": "'medium@xs medium@sm large@md large@lg'"
1935
- }
1936
- },
1937
- {
1938
- "name": "tag",
1939
- "description": "Sets the HTML tag for the grid element",
1852
+ "name": "error",
1940
1853
  "type": {
1941
- "name": "string"
1942
- },
1943
- "defaultValue": {
1944
- "func": false,
1945
- "value": "'div'"
1854
+ "name": "boolean|string"
1946
1855
  }
1947
1856
  }
1948
1857
  ],
1949
1858
  "slots": [
1950
1859
  {
1951
- "name": "default",
1952
- "description": "CdrGrid content (grid child elements)"
1860
+ "name": "error"
1953
1861
  }
1954
1862
  ],
1955
1863
  "sourceFiles": [
1956
- "./src/components/grid/CdrGrid.vue"
1864
+ "./src/components/formError/CdrFormError.vue"
1865
+ ],
1866
+ "UIProperties": [
1867
+ {
1868
+ "name": "--cdr-form-error-text-color",
1869
+ "defaultValue": "--cdr-color-text-input-error",
1870
+ "description": "Text color of a cdr-form-error"
1871
+ },
1872
+ {
1873
+ "name": "--cdr-form-error-fill-color",
1874
+ "defaultValue": "--cdr-color-text-input-error",
1875
+ "description": "Fill color of a cdr-form-error"
1876
+ }
1957
1877
  ]
1958
1878
  },
1959
1879
  "CdrFormGroup": {
@@ -2078,6 +1998,82 @@
2078
1998
  }
2079
1999
  ]
2080
2000
  },
2001
+ "CdrChoreographer": {
2002
+ "name": "CdrChoreographer",
2003
+ "description": "Choreographer is in an experimental stage and should be considered unstable",
2004
+ "tags": {},
2005
+ "exportName": "default",
2006
+ "displayName": "CdrChoreographer",
2007
+ "props": [
2008
+ {
2009
+ "name": "schema",
2010
+ "type": {
2011
+ "name": "choreographerSchema[]"
2012
+ },
2013
+ "defaultValue": {
2014
+ "func": true,
2015
+ "value": "() => []"
2016
+ }
2017
+ }
2018
+ ],
2019
+ "sourceFiles": [
2020
+ "./src/components/choreographer/CdrChoreographer.vue"
2021
+ ]
2022
+ },
2023
+ "CdrGrid": {
2024
+ "name": "CdrGrid",
2025
+ "description": "Simple wrapper for working with CSS grid",
2026
+ "tags": {},
2027
+ "exportName": "default",
2028
+ "displayName": "CdrGrid",
2029
+ "props": [
2030
+ {
2031
+ "name": "gutter",
2032
+ "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
2033
+ "tags": {
2034
+ "demoSelectMultiple": [
2035
+ {
2036
+ "description": "false",
2037
+ "title": "demoSelectMultiple"
2038
+ }
2039
+ ]
2040
+ },
2041
+ "values": [
2042
+ "none",
2043
+ "small",
2044
+ "medium",
2045
+ "large"
2046
+ ],
2047
+ "type": {
2048
+ "name": "string"
2049
+ },
2050
+ "defaultValue": {
2051
+ "func": false,
2052
+ "value": "'medium@xs medium@sm large@md large@lg'"
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "tag",
2057
+ "description": "Sets the HTML tag for the grid element",
2058
+ "type": {
2059
+ "name": "string"
2060
+ },
2061
+ "defaultValue": {
2062
+ "func": false,
2063
+ "value": "'div'"
2064
+ }
2065
+ }
2066
+ ],
2067
+ "slots": [
2068
+ {
2069
+ "name": "default",
2070
+ "description": "CdrGrid content (grid child elements)"
2071
+ }
2072
+ ],
2073
+ "sourceFiles": [
2074
+ "./src/components/grid/CdrGrid.vue"
2075
+ ]
2076
+ },
2081
2077
  "CdrIcon": {
2082
2078
  "name": "CdrIcon",
2083
2079
  "description": "Communicates meaning through graphics representing simple and complex ideas",
@@ -2117,7 +2113,7 @@
2117
2113
  },
2118
2114
  "defaultValue": {
2119
2115
  "func": false,
2120
- "value": "'medium'"
2116
+ "value": "undefined"
2121
2117
  }
2122
2118
  }
2123
2119
  ],
@@ -2137,220 +2133,16 @@
2137
2133
  }
2138
2134
  ]
2139
2135
  },
2140
- "CdrImg": {
2141
- "name": "CdrImg",
2142
- "description": "Media for capturing attention and communicating messages",
2136
+ "CdrInput": {
2137
+ "name": "CdrInput",
2138
+ "description": "Allows for data entry, editing, and search",
2143
2139
  "tags": {},
2144
2140
  "exportName": "default",
2145
- "displayName": "CdrImg",
2141
+ "displayName": "CdrInput",
2146
2142
  "props": [
2147
2143
  {
2148
- "name": "src",
2149
- "description": "The image src",
2150
- "required": true,
2151
- "type": {
2152
- "name": "string"
2153
- }
2154
- },
2155
- {
2156
- "name": "alt",
2157
- "description": "The image alt. Defaults to empty string.",
2158
- "required": false,
2159
- "type": {
2160
- "name": "string"
2161
- },
2162
- "defaultValue": {
2163
- "func": false,
2164
- "value": "''"
2165
- }
2166
- },
2167
- {
2168
- "name": "srcset",
2169
- "description": "Comma seperated list of image sources",
2170
- "required": false,
2171
- "type": {
2172
- "name": "string"
2173
- }
2174
- },
2175
- {
2176
- "name": "sizes",
2177
- "description": "Comma seperated list of source sizes",
2178
- "required": false,
2179
- "type": {
2180
- "name": "string"
2181
- }
2182
- },
2183
- {
2184
- "name": "ratio",
2185
- "description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
2186
- "tags": {
2187
- "demoSelectMultiple": [
2188
- {
2189
- "description": "false",
2190
- "title": "demoSelectMultiple"
2191
- }
2192
- ]
2193
- },
2194
- "required": false,
2195
- "type": {
2196
- "name": "string"
2197
- }
2198
- },
2199
- {
2200
- "name": "position",
2201
- "description": "Object position of the image, passes value to CSS object-position property.",
2202
- "tags": {
2203
- "demoTextField": [
2204
- {
2205
- "description": "true",
2206
- "title": "demoTextField"
2207
- }
2208
- ]
2209
- },
2210
- "required": false,
2211
- "type": {
2212
- "name": "string"
2213
- }
2214
- },
2215
- {
2216
- "name": "fit",
2217
- "description": "Object fit of the image, passes value to CSS object-fit property",
2218
- "tags": {
2219
- "demoTextField": [
2220
- {
2221
- "description": "true",
2222
- "title": "demoTextField"
2223
- }
2224
- ]
2225
- },
2226
- "required": false,
2227
- "type": {
2228
- "name": "string"
2229
- }
2230
- },
2231
- {
2232
- "name": "radius",
2233
- "description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
2234
- "tags": {
2235
- "demoTextField": [
2236
- {
2237
- "description": "true",
2238
- "title": "demoTextField"
2239
- }
2240
- ]
2241
- },
2242
- "required": false,
2243
- "type": {
2244
- "name": "union",
2245
- "elements": [
2246
- {
2247
- "name": "\"soft\""
2248
- },
2249
- {
2250
- "name": "\"softer\""
2251
- },
2252
- {
2253
- "name": "\"round\""
2254
- },
2255
- {
2256
- "name": "string"
2257
- }
2258
- ]
2259
- }
2260
- },
2261
- {
2262
- "name": "loading",
2263
- "description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
2264
- "tags": {
2265
- "demoIgnore": [
2266
- {
2267
- "description": true,
2268
- "title": "demoIgnore"
2269
- }
2270
- ]
2271
- },
2272
- "required": false,
2273
- "type": {
2274
- "name": "union",
2275
- "elements": [
2276
- {
2277
- "name": "\"lazy\""
2278
- },
2279
- {
2280
- "name": "\"eager\""
2281
- }
2282
- ]
2283
- }
2284
- },
2285
- {
2286
- "name": "decoding",
2287
- "description": "value for decoding attribute ()",
2288
- "tags": {
2289
- "demoIgnore": [
2290
- {
2291
- "description": true,
2292
- "title": "demoIgnore"
2293
- }
2294
- ]
2295
- },
2296
- "required": false,
2297
- "type": {
2298
- "name": "union",
2299
- "elements": [
2300
- {
2301
- "name": "\"async\""
2302
- },
2303
- {
2304
- "name": "\"sync\""
2305
- },
2306
- {
2307
- "name": "\"auto\""
2308
- }
2309
- ]
2310
- }
2311
- },
2312
- {
2313
- "name": "fetchpriority",
2314
- "description": "value for fetch priority attribute",
2315
- "tags": {
2316
- "demoIgnore": [
2317
- {
2318
- "description": true,
2319
- "title": "demoIgnore"
2320
- }
2321
- ]
2322
- },
2323
- "required": false,
2324
- "type": {
2325
- "name": "union",
2326
- "elements": [
2327
- {
2328
- "name": "\"high\""
2329
- },
2330
- {
2331
- "name": "\"low\""
2332
- },
2333
- {
2334
- "name": "\"auto\""
2335
- }
2336
- ]
2337
- }
2338
- }
2339
- ],
2340
- "sourceFiles": [
2341
- "./src/components/image/CdrImg.vue"
2342
- ]
2343
- },
2344
- "CdrInput": {
2345
- "name": "CdrInput",
2346
- "description": "Allows for data entry, editing, and search",
2347
- "tags": {},
2348
- "exportName": "default",
2349
- "displayName": "CdrInput",
2350
- "props": [
2351
- {
2352
- "name": "id",
2353
- "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
2144
+ "name": "id",
2145
+ "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
2354
2146
  "type": {
2355
2147
  "name": "string"
2356
2148
  }
@@ -2440,17 +2232,16 @@
2440
2232
  "tags": {
2441
2233
  "demoSelectMultiple": [
2442
2234
  {
2443
- "description": "false",
2235
+ "description": "true",
2444
2236
  "title": "demoSelectMultiple"
2445
2237
  }
2446
2238
  ]
2447
2239
  },
2448
2240
  "values": [
2449
- "medium",
2450
2241
  "large"
2451
2242
  ],
2452
2243
  "type": {
2453
- "name": "sizeProps"
2244
+ "name": "string"
2454
2245
  }
2455
2246
  },
2456
2247
  {
@@ -2685,66 +2476,247 @@
2685
2476
  }
2686
2477
  ]
2687
2478
  },
2688
- "CdrKicker": {
2689
- "name": "CdrKicker",
2690
- "exportName": "default",
2691
- "displayName": "CdrKicker",
2692
- "description": "",
2479
+ "CdrImg": {
2480
+ "name": "CdrImg",
2481
+ "description": "Media for capturing attention and communicating messages",
2693
2482
  "tags": {},
2694
- "slots": [
2695
- {
2696
- "name": "default"
2697
- }
2698
- ],
2699
- "sourceFiles": [
2700
- "./src/components/kicker/CdrKicker.vue"
2701
- ]
2702
- },
2703
- "CdrHeadingSubheadingBlock": {
2704
2483
  "exportName": "default",
2705
- "displayName": "CdrHeadingSubheadingBlock",
2706
- "description": "",
2707
- "tags": {},
2484
+ "displayName": "CdrImg",
2708
2485
  "props": [
2709
2486
  {
2710
- "name": "headingTag",
2487
+ "name": "src",
2488
+ "description": "The image src",
2489
+ "required": true,
2711
2490
  "type": {
2712
2491
  "name": "string"
2713
- },
2714
- "defaultValue": {
2715
- "func": false,
2716
- "value": "'h1'"
2717
2492
  }
2718
- }
2719
- ],
2720
- "slots": [
2721
- {
2722
- "name": "default"
2723
2493
  },
2724
2494
  {
2725
- "name": "subheading"
2726
- }
2727
- ],
2728
- "sourceFiles": [
2729
- "./src/components/lead/CdrHeadingSubheadingBlock.vue"
2730
- ]
2731
- },
2732
- "CdrLabelStandalone": {
2733
- "name": "CdrLabelStandalone",
2734
- "exportName": "default",
2735
- "displayName": "CdrLabelStandalone",
2736
- "description": "",
2737
- "tags": {},
2738
- "props": [
2739
- {
2740
- "name": "forId",
2495
+ "name": "alt",
2496
+ "description": "The image alt. Defaults to empty string.",
2497
+ "required": false,
2741
2498
  "type": {
2742
2499
  "name": "string"
2743
2500
  },
2744
- "required": true
2501
+ "defaultValue": {
2502
+ "func": false,
2503
+ "value": "''"
2504
+ }
2745
2505
  },
2746
2506
  {
2747
- "name": "label",
2507
+ "name": "srcset",
2508
+ "description": "Comma seperated list of image sources",
2509
+ "required": false,
2510
+ "type": {
2511
+ "name": "string"
2512
+ }
2513
+ },
2514
+ {
2515
+ "name": "sizes",
2516
+ "description": "Comma seperated list of source sizes",
2517
+ "required": false,
2518
+ "type": {
2519
+ "name": "string"
2520
+ }
2521
+ },
2522
+ {
2523
+ "name": "ratio",
2524
+ "description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
2525
+ "tags": {
2526
+ "demoTextField": [
2527
+ {
2528
+ "description": "true",
2529
+ "title": "demoTextField"
2530
+ }
2531
+ ],
2532
+ "demoPlaceholderText": [
2533
+ {
2534
+ "description": "Example: '16-9'",
2535
+ "title": "demoPlaceholderText"
2536
+ }
2537
+ ]
2538
+ },
2539
+ "required": false,
2540
+ "type": {
2541
+ "name": "string"
2542
+ }
2543
+ },
2544
+ {
2545
+ "name": "position",
2546
+ "description": "Object position of the image, passes value to CSS object-position property.",
2547
+ "tags": {
2548
+ "demoTextField": [
2549
+ {
2550
+ "description": "true",
2551
+ "title": "demoTextField"
2552
+ }
2553
+ ]
2554
+ },
2555
+ "required": false,
2556
+ "type": {
2557
+ "name": "string"
2558
+ }
2559
+ },
2560
+ {
2561
+ "name": "fit",
2562
+ "description": "Object fit of the image, passes value to CSS object-fit property",
2563
+ "tags": {
2564
+ "demoTextField": [
2565
+ {
2566
+ "description": "true",
2567
+ "title": "demoTextField"
2568
+ }
2569
+ ]
2570
+ },
2571
+ "required": false,
2572
+ "type": {
2573
+ "name": "string"
2574
+ }
2575
+ },
2576
+ {
2577
+ "name": "radius",
2578
+ "description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
2579
+ "tags": {
2580
+ "demoTextField": [
2581
+ {
2582
+ "description": "true",
2583
+ "title": "demoTextField"
2584
+ }
2585
+ ]
2586
+ },
2587
+ "required": false,
2588
+ "type": {
2589
+ "name": "union",
2590
+ "elements": [
2591
+ {
2592
+ "name": "\"soft\""
2593
+ },
2594
+ {
2595
+ "name": "\"softer\""
2596
+ },
2597
+ {
2598
+ "name": "\"round\""
2599
+ },
2600
+ {
2601
+ "name": "string"
2602
+ }
2603
+ ]
2604
+ }
2605
+ },
2606
+ {
2607
+ "name": "loading",
2608
+ "description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
2609
+ "tags": {
2610
+ "demoIgnore": [
2611
+ {
2612
+ "description": true,
2613
+ "title": "demoIgnore"
2614
+ }
2615
+ ]
2616
+ },
2617
+ "required": false,
2618
+ "type": {
2619
+ "name": "union",
2620
+ "elements": [
2621
+ {
2622
+ "name": "\"lazy\""
2623
+ },
2624
+ {
2625
+ "name": "\"eager\""
2626
+ }
2627
+ ]
2628
+ }
2629
+ },
2630
+ {
2631
+ "name": "decoding",
2632
+ "description": "value for decoding attribute ()",
2633
+ "tags": {
2634
+ "demoIgnore": [
2635
+ {
2636
+ "description": true,
2637
+ "title": "demoIgnore"
2638
+ }
2639
+ ]
2640
+ },
2641
+ "required": false,
2642
+ "type": {
2643
+ "name": "union",
2644
+ "elements": [
2645
+ {
2646
+ "name": "\"async\""
2647
+ },
2648
+ {
2649
+ "name": "\"sync\""
2650
+ },
2651
+ {
2652
+ "name": "\"auto\""
2653
+ }
2654
+ ]
2655
+ }
2656
+ },
2657
+ {
2658
+ "name": "fetchpriority",
2659
+ "description": "value for fetch priority attribute",
2660
+ "tags": {
2661
+ "demoIgnore": [
2662
+ {
2663
+ "description": true,
2664
+ "title": "demoIgnore"
2665
+ }
2666
+ ]
2667
+ },
2668
+ "required": false,
2669
+ "type": {
2670
+ "name": "union",
2671
+ "elements": [
2672
+ {
2673
+ "name": "\"high\""
2674
+ },
2675
+ {
2676
+ "name": "\"low\""
2677
+ },
2678
+ {
2679
+ "name": "\"auto\""
2680
+ }
2681
+ ]
2682
+ }
2683
+ }
2684
+ ],
2685
+ "sourceFiles": [
2686
+ "./src/components/image/CdrImg.vue"
2687
+ ]
2688
+ },
2689
+ "CdrKicker": {
2690
+ "name": "CdrKicker",
2691
+ "exportName": "default",
2692
+ "displayName": "CdrKicker",
2693
+ "description": "",
2694
+ "tags": {},
2695
+ "slots": [
2696
+ {
2697
+ "name": "default"
2698
+ }
2699
+ ],
2700
+ "sourceFiles": [
2701
+ "./src/components/kicker/CdrKicker.vue"
2702
+ ]
2703
+ },
2704
+ "CdrLabelStandalone": {
2705
+ "name": "CdrLabelStandalone",
2706
+ "exportName": "default",
2707
+ "displayName": "CdrLabelStandalone",
2708
+ "description": "",
2709
+ "tags": {},
2710
+ "props": [
2711
+ {
2712
+ "name": "forId",
2713
+ "type": {
2714
+ "name": "string"
2715
+ },
2716
+ "required": true
2717
+ },
2718
+ {
2719
+ "name": "label",
2748
2720
  "type": {
2749
2721
  "name": "string"
2750
2722
  }
@@ -2820,189 +2792,58 @@
2820
2792
  }
2821
2793
  ]
2822
2794
  },
2823
- "CdrLabelWrapper": {
2824
- "name": "CdrLabelWrapper",
2825
- "exportName": "default",
2826
- "displayName": "CdrLabelWrapper",
2827
- "description": "",
2795
+ "CdrLink": {
2796
+ "name": "CdrLink",
2797
+ "description": "Clickable text elements used for navigating to other pages or sections",
2828
2798
  "tags": {},
2799
+ "exportName": "default",
2800
+ "displayName": "CdrLink",
2829
2801
  "props": [
2830
2802
  {
2831
- "name": "labelClass",
2803
+ "name": "tag",
2804
+ "description": "Sets valid HTML element tag",
2805
+ "tags": {},
2806
+ "values": [
2807
+ "a",
2808
+ "button"
2809
+ ],
2832
2810
  "type": {
2833
2811
  "name": "string"
2812
+ },
2813
+ "defaultValue": {
2814
+ "func": false,
2815
+ "value": "'a'"
2834
2816
  }
2835
2817
  },
2836
2818
  {
2837
- "name": "contentClass",
2819
+ "name": "href",
2820
+ "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
2838
2821
  "type": {
2839
2822
  "name": "string"
2823
+ },
2824
+ "defaultValue": {
2825
+ "func": false,
2826
+ "value": "'#'"
2840
2827
  }
2841
2828
  },
2842
2829
  {
2843
- "name": "background",
2844
- "type": {
2845
- "name": "backgroundProps"
2846
- }
2847
- },
2848
- {
2849
- "name": "disabled",
2830
+ "name": "inheritColor",
2831
+ "description": "Sets color and fill",
2850
2832
  "type": {
2851
2833
  "name": "boolean"
2834
+ },
2835
+ "defaultValue": {
2836
+ "func": false,
2837
+ "value": false
2852
2838
  }
2853
2839
  },
2854
2840
  {
2855
2841
  "name": "modifier",
2856
- "type": {
2857
- "name": "string"
2858
- }
2859
- },
2860
- {
2861
- "name": "size",
2862
- "type": {
2863
- "name": "string"
2864
- }
2865
- }
2866
- ],
2867
- "slots": [
2868
- {
2869
- "name": "input"
2870
- },
2871
- {
2872
- "name": "svgs"
2873
- },
2874
- {
2875
- "name": "default"
2876
- }
2877
- ],
2878
- "sourceFiles": [
2879
- "./src/components/labelWrapper/CdrLabelWrapper.vue"
2880
- ],
2881
- "UIProperties": [
2882
- {
2883
- "name": "--cdr-label-wrapper-text-color",
2884
- "defaultValue": "--cdr-color-text-input-label",
2885
- "description": "Text color of a label wrapper"
2886
- },
2887
- {
2888
- "name": "--cdr-label-wrapper-background-color",
2889
- "defaultValue": "--cdr-color-background-input-default",
2890
- "description": "Background color of a label wrapper"
2891
- },
2892
- {
2893
- "name": "--cdr-label-wrapper-primary-background-color-hover",
2894
- "defaultValue": "--cdr-color-background-label-default-hover",
2895
- "description": "Background color of a primary label wrapper when hovered"
2896
- },
2897
- {
2898
- "name": "--cdr-label-wrapper-primary-background-color-focus",
2899
- "defaultValue": "--cdr-color-background-label-default-focus",
2900
- "description": "Background color of a primary label wrapper when it has focus within"
2901
- },
2902
- {
2903
- "name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
2904
- "defaultValue": "--cdr-color-border-label-default-focus",
2905
- "description": "Box shadow color of a primary label wrapper when it has focus within"
2906
- },
2907
- {
2908
- "name": "--cdr-label-wrapper-primary-background-color-active",
2909
- "defaultValue": "--cdr-color-background-label-default-active",
2910
- "description": "Background color of a primary label wrapper when active"
2911
- },
2912
- {
2913
- "name": "--cdr-label-wrapper-secondary-background-color",
2914
- "defaultValue": "--cdr-color-background-input-default",
2915
- "description": "Background color of a secondary label wrapper"
2916
- },
2917
- {
2918
- "name": "--cdr-label-wrapper-secondary-background-color-hover",
2919
- "defaultValue": "--cdr-color-background-label-secondary-hover",
2920
- "description": "Background color of a secondary label wrapper when hovered"
2921
- },
2922
- {
2923
- "name": "--cdr-label-wrapper-secondary-background-color-focus",
2924
- "defaultValue": "--cdr-color-background-label-secondary-focus",
2925
- "description": "Background color of a secondary label wrapper when it has focus within"
2926
- },
2927
- {
2928
- "name": "--cdr-label-wrapper-secondary-background-color-active",
2929
- "defaultValue": "--cdr-color-background-label-secondary-active",
2930
- "description": "Background color of a secondary label wrapper when active"
2931
- },
2932
- {
2933
- "name": "--cdr-label-wrapper-text-color-disabled",
2934
- "defaultValue": "--cdr-color-text-input-disabled",
2935
- "description": "Text color of a disabled label wrapper"
2936
- },
2937
- {
2938
- "name": "--cdr-label-wrapper-background-color-disabled",
2939
- "defaultValue": "--cdr-color-background-input-default",
2940
- "description": "Background color of a disabled label wrapper"
2941
- },
2942
- {
2943
- "name": "--cdr-form-figure-background-color",
2944
- "defaultValue": "--cdr-color-background-input-default",
2945
- "description": "Background color of a form figure"
2946
- },
2947
- {
2948
- "name": "--cdr-form-figure-box-shadow-color",
2949
- "defaultValue": "--cdr-color-border-input-default",
2950
- "description": "Box shadow color of a form figure"
2951
- }
2952
- ]
2953
- },
2954
- "CdrLink": {
2955
- "name": "CdrLink",
2956
- "description": "Clickable text elements used for navigating to other pages or sections",
2957
- "tags": {},
2958
- "exportName": "default",
2959
- "displayName": "CdrLink",
2960
- "props": [
2961
- {
2962
- "name": "tag",
2963
- "description": "Sets valid HTML element tag",
2964
- "tags": {},
2965
- "values": [
2966
- "a",
2967
- "button"
2968
- ],
2969
- "type": {
2970
- "name": "string"
2971
- },
2972
- "defaultValue": {
2973
- "func": false,
2974
- "value": "'a'"
2975
- }
2976
- },
2977
- {
2978
- "name": "href",
2979
- "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
2980
- "type": {
2981
- "name": "string"
2982
- },
2983
- "defaultValue": {
2984
- "func": false,
2985
- "value": "'#'"
2986
- }
2987
- },
2988
- {
2989
- "name": "inheritColor",
2990
- "description": "Sets color and fill",
2991
- "type": {
2992
- "name": "boolean"
2993
- },
2994
- "defaultValue": {
2995
- "func": false,
2996
- "value": false
2997
- }
2998
- },
2999
- {
3000
- "name": "modifier",
3001
- "description": "Modifies the style variant for this component.",
3002
- "tags": {},
3003
- "values": [
3004
- "standalone"
3005
- ],
2842
+ "description": "Modifies the style variant for this component.",
2843
+ "tags": {},
2844
+ "values": [
2845
+ "standalone"
2846
+ ],
3006
2847
  "type": {
3007
2848
  "name": "string"
3008
2849
  },
@@ -3117,7 +2958,7 @@
3117
2958
  },
3118
2959
  "defaultValue": {
3119
2960
  "func": false,
3120
- "value": "''"
2961
+ "value": "undefined"
3121
2962
  }
3122
2963
  }
3123
2964
  ],
@@ -3153,225 +2994,195 @@
3153
2994
  }
3154
2995
  ]
3155
2996
  },
3156
- "CdrLead": {
3157
- "name": "CdrLead",
3158
- "description": "Static presentation used for page leads",
3159
- "tags": {},
2997
+ "CdrLabelWrapper": {
2998
+ "name": "CdrLabelWrapper",
3160
2999
  "exportName": "default",
3161
- "displayName": "CdrLead",
3000
+ "displayName": "CdrLabelWrapper",
3001
+ "description": "",
3002
+ "tags": {},
3162
3003
  "props": [
3163
3004
  {
3164
- "name": "imgSrc",
3165
- "description": "Sets the lead's image source",
3005
+ "name": "labelClass",
3166
3006
  "type": {
3167
3007
  "name": "string"
3168
- },
3169
- "defaultValue": {
3170
- "func": false,
3171
- "value": "undefined"
3172
3008
  }
3173
3009
  },
3174
3010
  {
3175
- "name": "imgAlt",
3176
- "description": "Sets the lead's image alt",
3011
+ "name": "contentClass",
3177
3012
  "type": {
3178
3013
  "name": "string"
3179
- },
3180
- "defaultValue": {
3181
- "func": false,
3182
- "value": "''"
3183
3014
  }
3184
3015
  },
3185
3016
  {
3186
- "name": "heading",
3187
- "description": "Sets the lead's heading",
3017
+ "name": "background",
3018
+ "type": {
3019
+ "name": "backgroundProps"
3020
+ }
3021
+ },
3022
+ {
3023
+ "name": "disabled",
3024
+ "type": {
3025
+ "name": "boolean"
3026
+ }
3027
+ },
3028
+ {
3029
+ "name": "modifier",
3188
3030
  "type": {
3189
3031
  "name": "string"
3190
- },
3191
- "defaultValue": {
3192
- "func": false,
3193
- "value": "undefined"
3194
3032
  }
3195
3033
  },
3196
3034
  {
3197
- "name": "subheading",
3198
- "description": "Sets the lead's subheading",
3035
+ "name": "size",
3199
3036
  "type": {
3200
3037
  "name": "string"
3201
- },
3202
- "defaultValue": {
3203
- "func": false,
3204
- "value": "undefined"
3205
3038
  }
3206
3039
  }
3207
3040
  ],
3208
3041
  "slots": [
3209
3042
  {
3210
- "name": "content",
3211
- "description": "Override content section"
3043
+ "name": "input"
3044
+ },
3045
+ {
3046
+ "name": "svgs"
3047
+ },
3048
+ {
3049
+ "name": "default"
3212
3050
  }
3213
3051
  ],
3214
3052
  "sourceFiles": [
3215
- "./src/components/lead/CdrLead.vue"
3053
+ "./src/components/labelWrapper/CdrLabelWrapper.vue"
3216
3054
  ],
3217
3055
  "UIProperties": [
3218
3056
  {
3219
- "name": "--cdr-lead-base-background-color",
3220
- "defaultValue": "--cdr-color-background-primary",
3221
- "description": "Lead background color"
3222
- }
3223
- ]
3224
- },
3225
- "CdrPagination": {
3226
- "name": "CdrPagination",
3227
- "description": "Allows people to navigate to the next or previous page within an experience",
3228
- "tags": {},
3229
- "exportName": "default",
3230
- "displayName": "CdrPagination",
3231
- "props": [
3057
+ "name": "--cdr-label-wrapper-text-color",
3058
+ "defaultValue": "--cdr-color-text-input-label",
3059
+ "description": "Text color of a label wrapper"
3060
+ },
3232
3061
  {
3233
- "name": "id",
3234
- "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3235
- "tags": {
3236
- "demoIgnore": [
3237
- {
3238
- "description": "true",
3239
- "title": "demoIgnore"
3240
- }
3241
- ]
3242
- },
3243
- "type": {
3244
- "name": "string"
3245
- }
3062
+ "name": "--cdr-label-wrapper-background-color",
3063
+ "defaultValue": "--cdr-color-background-input-default",
3064
+ "description": "Background color of a label wrapper"
3246
3065
  },
3247
3066
  {
3248
- "name": "totalPages",
3249
- "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
3250
- "type": {
3251
- "name": "number"
3252
- },
3253
- "defaultValue": {
3254
- "func": false,
3255
- "value": "null"
3256
- }
3067
+ "name": "--cdr-label-wrapper-primary-background-color-hover",
3068
+ "defaultValue": "--cdr-color-background-label-default-hover",
3069
+ "description": "Background color of a primary label wrapper when hovered"
3257
3070
  },
3258
3071
  {
3259
- "name": "pages",
3260
- "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
3261
- "type": {
3262
- "name": "paginationItem[]"
3263
- },
3264
- "required": true
3072
+ "name": "--cdr-label-wrapper-primary-background-color-focus",
3073
+ "defaultValue": "--cdr-color-background-label-default-focus",
3074
+ "description": "Background color of a primary label wrapper when it has focus within"
3265
3075
  },
3266
3076
  {
3267
- "name": "linkTag",
3268
- "description": "Sets which tag type is used to render pagination elements",
3269
- "tags": {},
3270
- "values": [
3271
- "a",
3272
- "button"
3273
- ],
3274
- "type": {
3275
- "name": "string"
3276
- },
3277
- "defaultValue": {
3278
- "func": false,
3279
- "value": "'a'"
3280
- }
3077
+ "name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
3078
+ "defaultValue": "--cdr-color-border-label-default-focus",
3079
+ "description": "Box shadow color of a primary label wrapper when it has focus within"
3281
3080
  },
3282
3081
  {
3283
- "name": "forLabel",
3284
- "description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
3285
- "type": {
3286
- "name": "string"
3287
- },
3288
- "defaultValue": {
3289
- "func": false,
3290
- "value": "''"
3291
- }
3082
+ "name": "--cdr-label-wrapper-primary-background-color-active",
3083
+ "defaultValue": "--cdr-color-background-label-default-active",
3084
+ "description": "Background color of a primary label wrapper when active"
3292
3085
  },
3293
3086
  {
3294
- "name": "modelValue",
3087
+ "name": "--cdr-label-wrapper-secondary-background-color",
3088
+ "defaultValue": "--cdr-color-background-input-default",
3089
+ "description": "Background color of a secondary label wrapper"
3090
+ },
3091
+ {
3092
+ "name": "--cdr-label-wrapper-secondary-background-color-hover",
3093
+ "defaultValue": "--cdr-color-background-label-secondary-hover",
3094
+ "description": "Background color of a secondary label wrapper when hovered"
3095
+ },
3096
+ {
3097
+ "name": "--cdr-label-wrapper-secondary-background-color-focus",
3098
+ "defaultValue": "--cdr-color-background-label-secondary-focus",
3099
+ "description": "Background color of a secondary label wrapper when it has focus within"
3100
+ },
3101
+ {
3102
+ "name": "--cdr-label-wrapper-secondary-background-color-active",
3103
+ "defaultValue": "--cdr-color-background-label-secondary-active",
3104
+ "description": "Background color of a secondary label wrapper when active"
3105
+ },
3106
+ {
3107
+ "name": "--cdr-label-wrapper-text-color-disabled",
3108
+ "defaultValue": "--cdr-color-text-input-disabled",
3109
+ "description": "Text color of a disabled label wrapper"
3110
+ },
3111
+ {
3112
+ "name": "--cdr-label-wrapper-background-color-disabled",
3113
+ "defaultValue": "--cdr-color-background-input-default",
3114
+ "description": "Background color of a disabled label wrapper"
3115
+ },
3116
+ {
3117
+ "name": "--cdr-form-figure-background-color",
3118
+ "defaultValue": "--cdr-color-background-input-default",
3119
+ "description": "Background color of a form figure"
3120
+ },
3121
+ {
3122
+ "name": "--cdr-form-figure-box-shadow-color",
3123
+ "defaultValue": "--cdr-color-border-input-default",
3124
+ "description": "Box shadow color of a form figure"
3125
+ }
3126
+ ]
3127
+ },
3128
+ "CdrLead": {
3129
+ "name": "CdrLead",
3130
+ "description": "Container used for assembling leads",
3131
+ "tags": {},
3132
+ "exportName": "default",
3133
+ "displayName": "CdrLead",
3134
+ "props": [
3135
+ {
3136
+ "name": "surface",
3137
+ "description": "Sets the orientation of the background surface",
3295
3138
  "tags": {
3296
- "ignore": [
3139
+ "demoSelectMultiple": [
3297
3140
  {
3298
- "description": "used for binding v-model, represents the current page",
3299
- "title": "ignore"
3141
+ "description": "false",
3142
+ "title": "demoSelectMultiple"
3300
3143
  }
3301
3144
  ]
3302
3145
  },
3146
+ "required": false,
3303
3147
  "type": {
3304
- "name": "number"
3305
- }
3148
+ "name": "union",
3149
+ "elements": [
3150
+ {
3151
+ "name": "\"top\""
3152
+ },
3153
+ {
3154
+ "name": "\"bottom\""
3155
+ }
3156
+ ]
3157
+ },
3158
+ "defaultValue": {
3159
+ "func": false,
3160
+ "value": "'bottom'"
3161
+ },
3162
+ "values": [
3163
+ "top",
3164
+ "bottom"
3165
+ ]
3306
3166
  }
3307
3167
  ],
3308
- "events": [
3168
+ "slots": [
3309
3169
  {
3310
- "name": "update:modelValue",
3311
- "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
3312
- "properties": [
3313
- {
3314
- "type": {
3315
- "names": [
3316
- "mixed"
3317
- ]
3318
- },
3319
- "name": "modelValue"
3320
- }
3321
- ],
3322
- "tags": [
3323
- {
3324
- "title": "param",
3325
- "type": {
3326
- "name": "mixed"
3327
- },
3328
- "name": "modelValue"
3329
- }
3330
- ]
3170
+ "name": "top",
3171
+ "description": "top slot"
3331
3172
  },
3332
3173
  {
3333
- "name": "navigate",
3334
- "description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
3174
+ "name": "bottom",
3175
+ "description": "bottom slot"
3335
3176
  }
3336
3177
  ],
3337
3178
  "sourceFiles": [
3338
- "./src/components/pagination/CdrPagination.vue"
3179
+ "./src/components/lead/CdrLead.vue"
3339
3180
  ],
3340
3181
  "UIProperties": [
3341
3182
  {
3342
- "name": "--cdr-pagination-link-text-color",
3343
- "defaultValue": "--cdr-color-text-primary",
3344
- "description": "Text color of a cdr-pagination link"
3345
- },
3346
- {
3347
- "name": "--cdr-pagination-link-fill-color",
3348
- "defaultValue": "--cdr-color-text-primary",
3349
- "description": "Fill color of a cdr-pagination link"
3350
- },
3351
- {
3352
- "name": "--cdr-pagination-link-background-color-interaction",
3353
- "defaultValue": "--cdr-color-background-pagination-hover",
3354
- "description": "Background color of a cdr-pagination link on hover/focus/active"
3355
- },
3356
- {
3357
- "name": "--cdr-pagination-link-current-background-color-keyline",
3358
- "defaultValue": "--cdr-color-background-pagination-keyline",
3359
- "description": "Background color of the keyline for the current cdr-pagination link"
3360
- },
3361
- {
3362
- "name": "--cdr-pagination-link-text-color-disabled",
3363
- "defaultValue": "--cdr-color-text-disabled",
3364
- "description": "Text color of a disabled cdr-pagination link"
3365
- },
3366
- {
3367
- "name": "--cdr-pagination-link-fill-color-disabled",
3368
- "defaultValue": "--cdr-color-text-disabled",
3369
- "description": "Fill color of a disabled cdr-pagination link"
3370
- },
3371
- {
3372
- "name": "--cdr-pagination-link-text-color-interactive-disabled",
3373
- "defaultValue": "--cdr-color-text-disabled",
3374
- "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3183
+ "name": "--cdr-lead-surface-color",
3184
+ "defaultValue": "--cdr-color-surface-primary",
3185
+ "description": "Color of the lead's surface layer"
3375
3186
  }
3376
3187
  ]
3377
3188
  },
@@ -3526,299 +3337,290 @@
3526
3337
  }
3527
3338
  ]
3528
3339
  },
3529
- "CdrPopup": {
3530
- "name": "CdrPopup",
3531
- "description": "An internal helper component used by Popover and Tooltip",
3340
+ "CdrPicture": {
3341
+ "name": "CdrPicture",
3342
+ "description": "Media for capturing attention and communicating messages while allowing for art-direction of the image",
3532
3343
  "tags": {},
3533
3344
  "exportName": "default",
3534
- "displayName": "CdrPopup",
3345
+ "displayName": "CdrPicture",
3535
3346
  "props": [
3536
3347
  {
3537
- "name": "opened",
3538
- "type": {
3539
- "name": "boolean"
3348
+ "name": "fetchpriority",
3349
+ "description": "value for fetch priority attribute",
3350
+ "tags": {
3351
+ "demoIgnore": [
3352
+ {
3353
+ "description": true,
3354
+ "title": "demoIgnore"
3355
+ }
3356
+ ]
3540
3357
  },
3541
- "defaultValue": {
3542
- "func": false,
3543
- "value": false
3358
+ "required": false,
3359
+ "type": {
3360
+ "name": "union",
3361
+ "elements": [
3362
+ {
3363
+ "name": "\"high\""
3364
+ },
3365
+ {
3366
+ "name": "\"low\""
3367
+ },
3368
+ {
3369
+ "name": "\"auto\""
3370
+ }
3371
+ ]
3544
3372
  }
3545
3373
  },
3546
3374
  {
3547
- "name": "position",
3548
- "type": {
3549
- "name": "string"
3375
+ "name": "decoding",
3376
+ "description": "value for decoding attribute ()",
3377
+ "tags": {
3378
+ "demoIgnore": [
3379
+ {
3380
+ "description": true,
3381
+ "title": "demoIgnore"
3382
+ }
3383
+ ]
3550
3384
  },
3551
3385
  "required": false,
3552
- "defaultValue": {
3553
- "func": false,
3554
- "value": "'top'"
3555
- }
3556
- },
3557
- {
3558
- "name": "autoPosition",
3559
3386
  "type": {
3560
- "name": "boolean"
3561
- },
3562
- "defaultValue": {
3563
- "func": false,
3564
- "value": true
3387
+ "name": "union",
3388
+ "elements": [
3389
+ {
3390
+ "name": "\"async\""
3391
+ },
3392
+ {
3393
+ "name": "\"sync\""
3394
+ },
3395
+ {
3396
+ "name": "\"auto\""
3397
+ }
3398
+ ]
3565
3399
  }
3566
3400
  },
3567
3401
  {
3568
- "name": "contentClass",
3402
+ "name": "loading",
3403
+ "description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
3404
+ "tags": {
3405
+ "demoIgnore": [
3406
+ {
3407
+ "description": true,
3408
+ "title": "demoIgnore"
3409
+ }
3410
+ ]
3411
+ },
3412
+ "required": false,
3569
3413
  "type": {
3570
- "name": "string"
3414
+ "name": "union",
3415
+ "elements": [
3416
+ {
3417
+ "name": "\"lazy\""
3418
+ },
3419
+ {
3420
+ "name": "\"eager\""
3421
+ }
3422
+ ]
3571
3423
  }
3572
- }
3573
- ],
3574
- "events": [
3424
+ },
3575
3425
  {
3576
- "name": "closed"
3577
- }
3578
- ],
3579
- "slots": [
3580
- {
3581
- "name": "default"
3582
- }
3583
- ],
3584
- "sourceFiles": [
3585
- "./src/components/popup/CdrPopup.vue"
3586
- ],
3587
- "UIProperties": [
3588
- {
3589
- "name": "--cdr-popup-content-background",
3590
- "defaultValue": "--cdr-color-background-primary",
3591
- "description": "Background color of cdr-popup content"
3426
+ "name": "radius",
3427
+ "description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
3428
+ "tags": {
3429
+ "demoTextField": [
3430
+ {
3431
+ "description": "true",
3432
+ "title": "demoTextField"
3433
+ }
3434
+ ]
3435
+ },
3436
+ "required": false,
3437
+ "type": {
3438
+ "name": "union",
3439
+ "elements": [
3440
+ {
3441
+ "name": "\"soft\""
3442
+ },
3443
+ {
3444
+ "name": "\"softer\""
3445
+ },
3446
+ {
3447
+ "name": "\"round\""
3448
+ },
3449
+ {
3450
+ "name": "string"
3451
+ }
3452
+ ]
3453
+ }
3592
3454
  },
3593
3455
  {
3594
- "name": "--cdr-popup-content-border-color",
3595
- "defaultValue": "--cdr-color-border-secondary",
3596
- "description": "Border color of cdr-popup content"
3597
- }
3598
- ]
3599
- },
3600
- "CdrPopover": {
3601
- "name": "CdrPopover",
3602
- "description": "Small overlay used to display contextual information",
3603
- "tags": {},
3604
- "exportName": "default",
3605
- "displayName": "CdrPopover",
3606
- "props": [
3607
- {
3608
- "name": "position",
3609
- "description": "Sets the position where the popover will render relative to the trigger element.",
3456
+ "name": "fit",
3457
+ "description": "Object fit of the image, passes value to CSS object-fit property",
3610
3458
  "tags": {
3611
- "demoSelectMultiple": [
3459
+ "demoTextField": [
3612
3460
  {
3613
- "description": "false",
3614
- "title": "demoSelectMultiple"
3461
+ "description": "true",
3462
+ "title": "demoTextField"
3615
3463
  }
3616
3464
  ]
3617
3465
  },
3618
- "values": [
3619
- "top",
3620
- "bottom",
3621
- "left",
3622
- "right"
3623
- ],
3466
+ "required": false,
3624
3467
  "type": {
3625
3468
  "name": "string"
3626
- },
3627
- "required": false,
3628
- "defaultValue": {
3629
- "func": false,
3630
- "value": "'top'"
3631
3469
  }
3632
3470
  },
3633
3471
  {
3634
- "name": "autoPosition",
3635
- "description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
3636
- "type": {
3637
- "name": "boolean"
3472
+ "name": "position",
3473
+ "description": "Object position of the image, passes value to CSS object-position property.",
3474
+ "tags": {
3475
+ "demoTextField": [
3476
+ {
3477
+ "description": "true",
3478
+ "title": "demoTextField"
3479
+ }
3480
+ ]
3638
3481
  },
3639
3482
  "required": false,
3640
- "defaultValue": {
3641
- "func": false,
3642
- "value": true
3483
+ "type": {
3484
+ "name": "string"
3643
3485
  }
3644
3486
  },
3645
3487
  {
3646
- "name": "label",
3647
- "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3488
+ "name": "ratio",
3489
+ "description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
3490
+ "tags": {
3491
+ "demoTextField": [
3492
+ {
3493
+ "description": "true",
3494
+ "title": "demoTextField"
3495
+ }
3496
+ ],
3497
+ "demoPlaceholderText": [
3498
+ {
3499
+ "description": "Example: '16-9'",
3500
+ "title": "demoPlaceholderText"
3501
+ }
3502
+ ]
3503
+ },
3504
+ "required": false,
3648
3505
  "type": {
3649
3506
  "name": "string"
3650
- },
3651
- "required": false
3507
+ }
3652
3508
  },
3653
3509
  {
3654
- "name": "id",
3655
- "description": "ID for the popover element, required for accessibility",
3510
+ "name": "sizes",
3511
+ "description": "Comma seperated list of source sizes",
3512
+ "required": false,
3656
3513
  "type": {
3657
3514
  "name": "string"
3658
- },
3659
- "required": true
3515
+ }
3660
3516
  },
3661
3517
  {
3662
- "name": "contentClass",
3663
- "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3518
+ "name": "srcset",
3519
+ "description": "Comma seperated list of image sources",
3520
+ "required": false,
3664
3521
  "type": {
3665
3522
  "name": "string"
3666
- },
3667
- "required": false
3523
+ }
3668
3524
  },
3669
3525
  {
3670
- "name": "open",
3671
- "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3672
- "tags": {
3673
- "demoIgnore": [
3674
- {
3675
- "description": "true",
3676
- "title": "demoIgnore"
3677
- }
3678
- ]
3679
- },
3526
+ "name": "alt",
3527
+ "description": "The image alt. Defaults to empty string.",
3528
+ "required": false,
3680
3529
  "type": {
3681
- "name": "boolean"
3530
+ "name": "string"
3682
3531
  },
3683
- "required": false,
3684
3532
  "defaultValue": {
3685
3533
  "func": false,
3686
- "value": false
3534
+ "value": "''"
3687
3535
  }
3688
- }
3689
- ],
3690
- "events": [
3691
- {
3692
- "name": "opened",
3693
- "description": "Emits when popover is opened"
3694
- },
3695
- {
3696
- "name": "closed",
3697
- "description": "Emits when popover is closed"
3698
- }
3699
- ],
3700
- "slots": [
3701
- {
3702
- "name": "trigger",
3703
- "description": " Slot for the element that triggers the popover."
3704
- },
3705
- {
3706
- "name": "title",
3707
- "description": "Sets the title for the popover. Can also be set with `label` prop"
3708
3536
  },
3709
3537
  {
3710
- "name": "default"
3538
+ "name": "src",
3539
+ "description": "The image src",
3540
+ "required": true,
3541
+ "type": {
3542
+ "name": "string"
3543
+ }
3711
3544
  },
3712
3545
  {
3713
- "name": "icon"
3546
+ "name": "sources",
3547
+ "description": "An object containing 1..n child objects containing HTMLSourceElement attributes",
3548
+ "required": true,
3549
+ "type": {
3550
+ "name": "pictureSourceObject"
3551
+ }
3714
3552
  }
3715
3553
  ],
3716
3554
  "sourceFiles": [
3717
- "./src/components/popover/CdrPopover.vue"
3555
+ "./src/components/picture/CdrPicture.vue"
3718
3556
  ]
3719
3557
  },
3720
- "CdrRadio": {
3721
- "name": "CdrRadio",
3722
- "description": "Permits the selection of only one option from a list of two or more",
3558
+ "CdrPagination": {
3559
+ "name": "CdrPagination",
3560
+ "description": "Allows people to navigate to the next or previous page within an experience",
3723
3561
  "tags": {},
3724
3562
  "exportName": "default",
3725
- "displayName": "CdrRadio",
3563
+ "displayName": "CdrPagination",
3726
3564
  "props": [
3727
3565
  {
3728
- "name": "labelClass",
3729
- "description": "Adds CSS class to the label for custom styles.",
3730
- "type": {
3731
- "name": "string"
3732
- }
3733
- },
3734
- {
3735
- "name": "inputClass",
3736
- "description": "Adds CSS class to the input for custom styles.",
3737
- "type": {
3738
- "name": "string"
3739
- }
3740
- },
3741
- {
3742
- "name": "contentClass",
3743
- "description": "Adds CSS class to the slot wrapper for custom styles.",
3566
+ "name": "id",
3567
+ "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3568
+ "tags": {
3569
+ "demoIgnore": [
3570
+ {
3571
+ "description": "true",
3572
+ "title": "demoIgnore"
3573
+ }
3574
+ ]
3575
+ },
3744
3576
  "type": {
3745
3577
  "name": "string"
3746
3578
  }
3747
3579
  },
3748
3580
  {
3749
- "name": "disabled",
3750
- "description": "Disables the radio",
3581
+ "name": "totalPages",
3582
+ "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
3751
3583
  "type": {
3752
- "name": "boolean"
3584
+ "name": "number"
3585
+ },
3586
+ "defaultValue": {
3587
+ "func": false,
3588
+ "value": "null"
3753
3589
  }
3754
3590
  },
3755
3591
  {
3756
- "name": "name",
3757
- "description": "Sets the name of the radio button.",
3592
+ "name": "pages",
3593
+ "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
3758
3594
  "type": {
3759
- "name": "string"
3595
+ "name": "paginationItem[]"
3760
3596
  },
3761
3597
  "required": true
3762
3598
  },
3763
3599
  {
3764
- "name": "modifier",
3765
- "description": "Modifies the style variants for this component",
3766
- "tags": {
3767
- "demoSelectMultiple": [
3768
- {
3769
- "description": "true",
3770
- "title": "demoSelectMultiple"
3771
- }
3772
- ]
3773
- },
3600
+ "name": "linkTag",
3601
+ "description": "Sets which tag type is used to render pagination elements",
3602
+ "tags": {},
3774
3603
  "values": [
3775
- "hide-figure"
3604
+ "a",
3605
+ "button"
3776
3606
  ],
3777
3607
  "type": {
3778
3608
  "name": "string"
3779
3609
  },
3780
3610
  "defaultValue": {
3781
3611
  "func": false,
3782
- "value": "''"
3612
+ "value": "'a'"
3783
3613
  }
3784
3614
  },
3785
3615
  {
3786
- "name": "size",
3787
- "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
3788
- "tags": {
3789
- "demoSelectMultiple": [
3790
- {
3791
- "description": "false",
3792
- "title": "demoSelectMultiple"
3793
- }
3794
- ]
3795
- },
3796
- "values": [
3797
- "small",
3798
- "medium",
3799
- "large"
3800
- ],
3801
- "type": {
3802
- "name": "sizeProps"
3803
- }
3804
- },
3805
- {
3806
- "name": "background",
3807
- "description": "Sets the background color the radio button is rendered on",
3808
- "tags": {},
3809
- "values": [
3810
- "primary",
3811
- "secondary"
3812
- ],
3813
- "type": {
3814
- "name": "backgroundProps"
3815
- }
3816
- },
3817
- {
3818
- "name": "customValue",
3819
- "description": "Sets the value of the radio.",
3616
+ "name": "forLabel",
3617
+ "description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
3820
3618
  "type": {
3821
- "name": "string|number|boolean|object|array|symbol|func"
3619
+ "name": "string"
3620
+ },
3621
+ "defaultValue": {
3622
+ "func": false,
3623
+ "value": "''"
3822
3624
  }
3823
3625
  },
3824
3626
  {
@@ -3826,20 +3628,20 @@
3826
3628
  "tags": {
3827
3629
  "ignore": [
3828
3630
  {
3829
- "description": "v-model binding",
3631
+ "description": "used for binding v-model, represents the current page",
3830
3632
  "title": "ignore"
3831
3633
  }
3832
3634
  ]
3833
3635
  },
3834
3636
  "type": {
3835
- "name": "string|number|boolean|object|array|symbol|func"
3637
+ "name": "number"
3836
3638
  }
3837
3639
  }
3838
3640
  ],
3839
3641
  "events": [
3840
3642
  {
3841
3643
  "name": "update:modelValue",
3842
- "description": "Event emitted by v-model on the radio's <input> element",
3644
+ "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
3843
3645
  "properties": [
3844
3646
  {
3845
3647
  "type": {
@@ -3859,314 +3661,242 @@
3859
3661
  "name": "modelValue"
3860
3662
  }
3861
3663
  ]
3862
- }
3863
- ],
3864
- "slots": [
3664
+ },
3865
3665
  {
3866
- "name": "default"
3666
+ "name": "navigate",
3667
+ "description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
3867
3668
  }
3868
3669
  ],
3869
3670
  "sourceFiles": [
3870
- "./src/components/radio/CdrRadio.vue"
3671
+ "./src/components/pagination/CdrPagination.vue"
3871
3672
  ],
3872
3673
  "UIProperties": [
3873
3674
  {
3874
- "name": "--cdr-radio-box-shadow-color-selected",
3875
- "defaultValue": "--cdr-color-border-input-default-selected",
3876
- "description": "Box-shadow color of cdr-radio when selected"
3877
- },
3878
- {
3879
- "name": "--cdr-radio-background-color-selected",
3880
- "defaultValue": "--cdr-color-background-input-default-selected",
3881
- "description": "Background color of cdr-radio when selected"
3882
- },
3883
- {
3884
- "name": "--cdr-radio-inner-circle-background-color-selected",
3885
- "defaultValue": "--cdr-color-icon-checkbox-default-selected",
3886
- "description": "Background color of the inner circle of cdr-radio when selected"
3887
- },
3888
- {
3889
- "name": "--cdr-radio-box-shadow-color-hover",
3890
- "defaultValue": "--cdr-color-border-input-default-hover",
3891
- "description": "Box-shadow color of cdr-radio on hover"
3892
- },
3893
- {
3894
- "name": "--cdr-radio-background-color-hover",
3895
- "defaultValue": "--cdr-color-background-input-default-hover",
3896
- "description": "Background color of cdr-radio on hover"
3897
- },
3898
- {
3899
- "name": "--cdr-radio-box-shadow-color-selected-hover",
3900
- "defaultValue": "--cdr-color-border-input-default-selected-hover",
3901
- "description": "Box-shadow color of cdr-radio when selected on hover"
3902
- },
3903
- {
3904
- "name": "--cdr-radio-background-color-selected-hover",
3905
- "defaultValue": "--cdr-color-background-input-default-selected-hover",
3906
- "description": "Background color of cdr-radio when selected on hover"
3907
- },
3908
- {
3909
- "name": "--cdr-radio-box-shadow-color-disabled",
3910
- "defaultValue": "--cdr-color-border-input-default-disabled",
3911
- "description": "Box-shadow color of cdr-radio when disabled"
3912
- },
3913
- {
3914
- "name": "--cdr-radio-background-color-disabled",
3915
- "defaultValue": "--cdr-color-background-input-default-disabled",
3916
- "description": "Background color of cdr-radio when disabled"
3917
- },
3918
- {
3919
- "name": "--cdr-radio-inner-circle-background-color-disabled",
3920
- "defaultValue": "--cdr-color-background-input-default-disabled",
3921
- "description": "Background color of the inner circle of cdr-radio when disabled"
3922
- },
3923
- {
3924
- "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
3925
- "defaultValue": "--cdr-color-background-input-default-disabled",
3926
- "description": "Background color of the inner circle of cdr-radio when selected and disabled"
3675
+ "name": "--cdr-pagination-link-text-color",
3676
+ "defaultValue": "--cdr-color-text-primary",
3677
+ "description": "Text color of a cdr-pagination link"
3927
3678
  },
3928
3679
  {
3929
- "name": "--cdr-radio-box-shadow-color-focus",
3930
- "defaultValue": "--cdr-color-border-input-default-active",
3931
- "description": "Box-shadow color of cdr-radio on focus"
3680
+ "name": "--cdr-pagination-link-fill-color",
3681
+ "defaultValue": "--cdr-color-text-primary",
3682
+ "description": "Fill color of a cdr-pagination link"
3932
3683
  },
3933
3684
  {
3934
- "name": "--cdr-radio-background-color-focus",
3935
- "defaultValue": "--cdr-color-background-input-default-focus",
3936
- "description": "Background color of cdr-radio on focus"
3685
+ "name": "--cdr-pagination-link-background-color-interaction",
3686
+ "defaultValue": "--cdr-color-background-pagination-hover",
3687
+ "description": "Background color of a cdr-pagination link on hover/focus/active"
3937
3688
  },
3938
3689
  {
3939
- "name": "--cdr-radio-background-color-selected-focus",
3940
- "defaultValue": "--cdr-color-background-input-default-selected-focus",
3941
- "description": "Background color of cdr-radio when selected on focus"
3690
+ "name": "--cdr-pagination-link-current-background-color-keyline",
3691
+ "defaultValue": "--cdr-color-background-pagination-keyline",
3692
+ "description": "Background color of the keyline for the current cdr-pagination link"
3942
3693
  },
3943
3694
  {
3944
- "name": "--cdr-radio-box-shadow-color-active",
3945
- "defaultValue": "--cdr-color-border-input-default-active",
3946
- "description": "Box-shadow color of cdr-radio when active"
3695
+ "name": "--cdr-pagination-link-text-color-disabled",
3696
+ "defaultValue": "--cdr-color-text-disabled",
3697
+ "description": "Text color of a disabled cdr-pagination link"
3947
3698
  },
3948
3699
  {
3949
- "name": "--cdr-radio-background-color-active",
3950
- "defaultValue": "--cdr-color-background-input-default-active",
3951
- "description": "Background color of cdr-radio when active"
3700
+ "name": "--cdr-pagination-link-fill-color-disabled",
3701
+ "defaultValue": "--cdr-color-text-disabled",
3702
+ "description": "Fill color of a disabled cdr-pagination link"
3952
3703
  },
3953
3704
  {
3954
- "name": "--cdr-radio-inner-circle-background-color-selected-active",
3955
- "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
3956
- "description": "Background color of the inner circle of cdr-radio when selected and active"
3705
+ "name": "--cdr-pagination-link-text-color-interactive-disabled",
3706
+ "defaultValue": "--cdr-color-text-disabled",
3707
+ "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3957
3708
  }
3958
3709
  ]
3959
3710
  },
3960
- "CdrPicture": {
3961
- "name": "CdrPicture",
3962
- "description": "Media for capturing attention and communicating messages while allowing for art-direction of the image",
3711
+ "CdrPopover": {
3712
+ "name": "CdrPopover",
3713
+ "description": "Small overlay used to display contextual information",
3963
3714
  "tags": {},
3964
3715
  "exportName": "default",
3965
- "displayName": "CdrPicture",
3716
+ "displayName": "CdrPopover",
3966
3717
  "props": [
3967
3718
  {
3968
- "name": "fetchpriority",
3969
- "description": "value for fetch priority attribute",
3719
+ "name": "position",
3720
+ "description": "Sets the position where the popover will render relative to the trigger element.",
3970
3721
  "tags": {
3971
- "demoIgnore": [
3722
+ "demoSelectMultiple": [
3972
3723
  {
3973
- "description": true,
3974
- "title": "demoIgnore"
3724
+ "description": "false",
3725
+ "title": "demoSelectMultiple"
3975
3726
  }
3976
3727
  ]
3977
3728
  },
3978
- "required": false,
3729
+ "values": [
3730
+ "top",
3731
+ "bottom",
3732
+ "left",
3733
+ "right"
3734
+ ],
3979
3735
  "type": {
3980
- "name": "union",
3981
- "elements": [
3982
- {
3983
- "name": "\"high\""
3984
- },
3985
- {
3986
- "name": "\"low\""
3987
- },
3988
- {
3989
- "name": "\"auto\""
3990
- }
3991
- ]
3992
- }
3993
- },
3994
- {
3995
- "name": "decoding",
3996
- "description": "value for decoding attribute ()",
3997
- "tags": {
3998
- "demoIgnore": [
3999
- {
4000
- "description": true,
4001
- "title": "demoIgnore"
4002
- }
4003
- ]
3736
+ "name": "string"
4004
3737
  },
4005
3738
  "required": false,
4006
- "type": {
4007
- "name": "union",
4008
- "elements": [
4009
- {
4010
- "name": "\"async\""
4011
- },
4012
- {
4013
- "name": "\"sync\""
4014
- },
4015
- {
4016
- "name": "\"auto\""
4017
- }
4018
- ]
3739
+ "defaultValue": {
3740
+ "func": false,
3741
+ "value": "'top'"
4019
3742
  }
4020
3743
  },
4021
3744
  {
4022
- "name": "loading",
4023
- "description": "Value for loading attribute (\"lazy\", \"eager\", \"auto\")",
4024
- "tags": {
4025
- "demoIgnore": [
4026
- {
4027
- "description": true,
4028
- "title": "demoIgnore"
4029
- }
4030
- ]
3745
+ "name": "autoPosition",
3746
+ "description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
3747
+ "type": {
3748
+ "name": "boolean"
4031
3749
  },
4032
3750
  "required": false,
4033
- "type": {
4034
- "name": "union",
4035
- "elements": [
4036
- {
4037
- "name": "\"lazy\""
4038
- },
4039
- {
4040
- "name": "\"eager\""
4041
- }
4042
- ]
3751
+ "defaultValue": {
3752
+ "func": false,
3753
+ "value": true
4043
3754
  }
4044
3755
  },
4045
3756
  {
4046
- "name": "radius",
4047
- "description": "Border radius of the image. Accepts shorthand for cedar radius tokens (\"soft\", \"softer\", \"round\") or a custom value which is passed ot the CSS border-radius property.",
4048
- "tags": {
4049
- "demoTextField": [
4050
- {
4051
- "description": "true",
4052
- "title": "demoTextField"
4053
- }
4054
- ]
4055
- },
4056
- "required": false,
3757
+ "name": "label",
3758
+ "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
4057
3759
  "type": {
4058
- "name": "union",
4059
- "elements": [
4060
- {
4061
- "name": "\"soft\""
4062
- },
4063
- {
4064
- "name": "\"softer\""
4065
- },
4066
- {
4067
- "name": "\"round\""
4068
- },
4069
- {
4070
- "name": "string"
4071
- }
4072
- ]
4073
- }
3760
+ "name": "string"
3761
+ },
3762
+ "required": false
4074
3763
  },
4075
3764
  {
4076
- "name": "fit",
4077
- "description": "Object fit of the image, passes value to CSS object-fit property",
4078
- "tags": {
4079
- "demoTextField": [
4080
- {
4081
- "description": "true",
4082
- "title": "demoTextField"
4083
- }
4084
- ]
4085
- },
4086
- "required": false,
3765
+ "name": "id",
3766
+ "description": "ID for the popover element, required for accessibility",
4087
3767
  "type": {
4088
3768
  "name": "string"
4089
- }
3769
+ },
3770
+ "required": true
4090
3771
  },
4091
3772
  {
4092
- "name": "position",
4093
- "description": "Object position of the image, passes value to CSS object-position property.",
4094
- "tags": {
4095
- "demoTextField": [
4096
- {
4097
- "description": "true",
4098
- "title": "demoTextField"
4099
- }
4100
- ]
4101
- },
4102
- "required": false,
3773
+ "name": "contentClass",
3774
+ "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
4103
3775
  "type": {
4104
3776
  "name": "string"
4105
- }
3777
+ },
3778
+ "required": false
4106
3779
  },
4107
3780
  {
4108
- "name": "ratio",
4109
- "description": "Aspect ratio of the image, passes to the CSS aspect-ratio property.",
3781
+ "name": "open",
3782
+ "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
4110
3783
  "tags": {
4111
- "demoSelectMultiple": [
3784
+ "demoIgnore": [
4112
3785
  {
4113
- "description": "false",
4114
- "title": "demoSelectMultiple"
3786
+ "description": "true",
3787
+ "title": "demoIgnore"
4115
3788
  }
4116
3789
  ]
4117
3790
  },
4118
- "required": false,
4119
3791
  "type": {
4120
- "name": "string"
3792
+ "name": "boolean"
3793
+ },
3794
+ "required": false,
3795
+ "defaultValue": {
3796
+ "func": false,
3797
+ "value": false
4121
3798
  }
3799
+ }
3800
+ ],
3801
+ "events": [
3802
+ {
3803
+ "name": "opened",
3804
+ "description": "Emits when popover is opened"
4122
3805
  },
4123
3806
  {
4124
- "name": "sizes",
4125
- "description": "Comma seperated list of source sizes",
4126
- "required": false,
4127
- "type": {
4128
- "name": "string"
4129
- }
3807
+ "name": "closed",
3808
+ "description": "Emits when popover is closed"
3809
+ }
3810
+ ],
3811
+ "slots": [
3812
+ {
3813
+ "name": "trigger",
3814
+ "description": " Slot for the element that triggers the popover."
4130
3815
  },
4131
3816
  {
4132
- "name": "srcset",
4133
- "description": "Comma seperated list of image sources",
4134
- "required": false,
3817
+ "name": "title",
3818
+ "description": "Sets the title for the popover. Can also be set with `label` prop"
3819
+ },
3820
+ {
3821
+ "name": "default"
3822
+ },
3823
+ {
3824
+ "name": "icon"
3825
+ }
3826
+ ],
3827
+ "sourceFiles": [
3828
+ "./src/components/popover/CdrPopover.vue"
3829
+ ]
3830
+ },
3831
+ "CdrPopup": {
3832
+ "name": "CdrPopup",
3833
+ "description": "An internal helper component used by Popover and Tooltip",
3834
+ "tags": {},
3835
+ "exportName": "default",
3836
+ "displayName": "CdrPopup",
3837
+ "props": [
3838
+ {
3839
+ "name": "opened",
4135
3840
  "type": {
4136
- "name": "string"
3841
+ "name": "boolean"
3842
+ },
3843
+ "defaultValue": {
3844
+ "func": false,
3845
+ "value": false
4137
3846
  }
4138
3847
  },
4139
3848
  {
4140
- "name": "alt",
4141
- "description": "The image alt. Defaults to empty string.",
4142
- "required": false,
3849
+ "name": "position",
4143
3850
  "type": {
4144
3851
  "name": "string"
4145
3852
  },
3853
+ "required": false,
4146
3854
  "defaultValue": {
4147
3855
  "func": false,
4148
- "value": "''"
3856
+ "value": "'top'"
4149
3857
  }
4150
3858
  },
4151
3859
  {
4152
- "name": "src",
4153
- "description": "The image src",
4154
- "required": true,
3860
+ "name": "autoPosition",
4155
3861
  "type": {
4156
- "name": "string"
3862
+ "name": "boolean"
3863
+ },
3864
+ "defaultValue": {
3865
+ "func": false,
3866
+ "value": true
4157
3867
  }
4158
3868
  },
4159
3869
  {
4160
- "name": "sources",
4161
- "description": "An object containing 1..n child objects containing HTMLSourceElement attributes",
4162
- "required": true,
3870
+ "name": "contentClass",
4163
3871
  "type": {
4164
- "name": "pictureSourceObject"
3872
+ "name": "string"
4165
3873
  }
4166
3874
  }
4167
3875
  ],
3876
+ "events": [
3877
+ {
3878
+ "name": "closed"
3879
+ }
3880
+ ],
3881
+ "slots": [
3882
+ {
3883
+ "name": "default"
3884
+ }
3885
+ ],
4168
3886
  "sourceFiles": [
4169
- "./src/components/picture/CdrPicture.vue"
3887
+ "./src/components/popup/CdrPopup.vue"
3888
+ ],
3889
+ "UIProperties": [
3890
+ {
3891
+ "name": "--cdr-popup-content-background",
3892
+ "defaultValue": "--cdr-color-background-primary",
3893
+ "description": "Background color of cdr-popup content"
3894
+ },
3895
+ {
3896
+ "name": "--cdr-popup-content-border-color",
3897
+ "defaultValue": "--cdr-color-border-secondary",
3898
+ "description": "Border color of cdr-popup content"
3899
+ }
4170
3900
  ]
4171
3901
  },
4172
3902
  "CdrQuote": {
@@ -4220,15 +3950,185 @@
4220
3950
  "name": "summary",
4221
3951
  "description": "Sets the quote body text.",
4222
3952
  "type": {
4223
- "name": "string"
3953
+ "name": "string"
3954
+ }
3955
+ },
3956
+ {
3957
+ "name": "citation",
3958
+ "description": "Sets the quote attribution text.",
3959
+ "type": {
3960
+ "name": "string"
3961
+ }
3962
+ }
3963
+ ],
3964
+ "slots": [
3965
+ {
3966
+ "name": "default"
3967
+ }
3968
+ ],
3969
+ "sourceFiles": [
3970
+ "./src/components/quote/CdrQuote.vue"
3971
+ ],
3972
+ "UIProperties": [
3973
+ {
3974
+ "name": "--cdr-quote-cite-text-color",
3975
+ "defaultValue": "--cdr-color-text-secondary",
3976
+ "description": "Text color of a cdr-quote citation"
3977
+ },
3978
+ {
3979
+ "name": "--cdr-quote-content-text-color",
3980
+ "defaultValue": "--cdr-color-text-primary",
3981
+ "description": "Text color of cdr-quote content"
3982
+ },
3983
+ {
3984
+ "name": "--cdr-quote-pull-container-border-color",
3985
+ "defaultValue": "--cdr-color-border-primary",
3986
+ "description": "Border color of a cdr-quote pull container"
3987
+ }
3988
+ ]
3989
+ },
3990
+ "CdrRadio": {
3991
+ "name": "CdrRadio",
3992
+ "description": "Permits the selection of only one option from a list of two or more",
3993
+ "tags": {},
3994
+ "exportName": "default",
3995
+ "displayName": "CdrRadio",
3996
+ "props": [
3997
+ {
3998
+ "name": "labelClass",
3999
+ "description": "Adds CSS class to the label for custom styles.",
4000
+ "type": {
4001
+ "name": "string"
4002
+ }
4003
+ },
4004
+ {
4005
+ "name": "inputClass",
4006
+ "description": "Adds CSS class to the input for custom styles.",
4007
+ "type": {
4008
+ "name": "string"
4009
+ }
4010
+ },
4011
+ {
4012
+ "name": "contentClass",
4013
+ "description": "Adds CSS class to the slot wrapper for custom styles.",
4014
+ "type": {
4015
+ "name": "string"
4016
+ }
4017
+ },
4018
+ {
4019
+ "name": "disabled",
4020
+ "description": "Disables the radio",
4021
+ "type": {
4022
+ "name": "boolean"
4023
+ }
4024
+ },
4025
+ {
4026
+ "name": "name",
4027
+ "description": "Sets the name of the radio button.",
4028
+ "type": {
4029
+ "name": "string"
4030
+ },
4031
+ "required": true
4032
+ },
4033
+ {
4034
+ "name": "modifier",
4035
+ "description": "Modifies the style variants for this component",
4036
+ "tags": {
4037
+ "demoSelectMultiple": [
4038
+ {
4039
+ "description": "true",
4040
+ "title": "demoSelectMultiple"
4041
+ }
4042
+ ]
4043
+ },
4044
+ "values": [
4045
+ "hide-figure"
4046
+ ],
4047
+ "type": {
4048
+ "name": "string"
4049
+ },
4050
+ "defaultValue": {
4051
+ "func": false,
4052
+ "value": "''"
4053
+ }
4054
+ },
4055
+ {
4056
+ "name": "size",
4057
+ "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
4058
+ "tags": {
4059
+ "demoSelectMultiple": [
4060
+ {
4061
+ "description": "false",
4062
+ "title": "demoSelectMultiple"
4063
+ }
4064
+ ]
4065
+ },
4066
+ "values": [
4067
+ "small",
4068
+ "medium",
4069
+ "large"
4070
+ ],
4071
+ "type": {
4072
+ "name": "sizeProps"
4073
+ }
4074
+ },
4075
+ {
4076
+ "name": "background",
4077
+ "description": "Sets the background color the radio button is rendered on",
4078
+ "tags": {},
4079
+ "values": [
4080
+ "primary",
4081
+ "secondary"
4082
+ ],
4083
+ "type": {
4084
+ "name": "backgroundProps"
4085
+ }
4086
+ },
4087
+ {
4088
+ "name": "customValue",
4089
+ "description": "Sets the value of the radio.",
4090
+ "type": {
4091
+ "name": "string|number|boolean|object|array|symbol|func"
4092
+ }
4093
+ },
4094
+ {
4095
+ "name": "modelValue",
4096
+ "tags": {
4097
+ "ignore": [
4098
+ {
4099
+ "description": "v-model binding",
4100
+ "title": "ignore"
4101
+ }
4102
+ ]
4103
+ },
4104
+ "type": {
4105
+ "name": "string|number|boolean|object|array|symbol|func"
4224
4106
  }
4225
- },
4107
+ }
4108
+ ],
4109
+ "events": [
4226
4110
  {
4227
- "name": "citation",
4228
- "description": "Sets the quote attribution text.",
4229
- "type": {
4230
- "name": "string"
4231
- }
4111
+ "name": "update:modelValue",
4112
+ "description": "Event emitted by v-model on the radio's <input> element",
4113
+ "properties": [
4114
+ {
4115
+ "type": {
4116
+ "names": [
4117
+ "mixed"
4118
+ ]
4119
+ },
4120
+ "name": "modelValue"
4121
+ }
4122
+ ],
4123
+ "tags": [
4124
+ {
4125
+ "title": "param",
4126
+ "type": {
4127
+ "name": "mixed"
4128
+ },
4129
+ "name": "modelValue"
4130
+ }
4131
+ ]
4232
4132
  }
4233
4133
  ],
4234
4134
  "slots": [
@@ -4237,23 +4137,93 @@
4237
4137
  }
4238
4138
  ],
4239
4139
  "sourceFiles": [
4240
- "./src/components/quote/CdrQuote.vue"
4140
+ "./src/components/radio/CdrRadio.vue"
4241
4141
  ],
4242
4142
  "UIProperties": [
4243
4143
  {
4244
- "name": "--cdr-quote-cite-text-color",
4245
- "defaultValue": "--cdr-color-text-secondary",
4246
- "description": "Text color of a cdr-quote citation"
4144
+ "name": "--cdr-radio-box-shadow-color-selected",
4145
+ "defaultValue": "--cdr-color-border-input-default-selected",
4146
+ "description": "Box-shadow color of cdr-radio when selected"
4247
4147
  },
4248
4148
  {
4249
- "name": "--cdr-quote-content-text-color",
4250
- "defaultValue": "--cdr-color-text-primary",
4251
- "description": "Text color of cdr-quote content"
4149
+ "name": "--cdr-radio-background-color-selected",
4150
+ "defaultValue": "--cdr-color-background-input-default-selected",
4151
+ "description": "Background color of cdr-radio when selected"
4252
4152
  },
4253
4153
  {
4254
- "name": "--cdr-quote-pull-container-border-color",
4255
- "defaultValue": "--cdr-color-border-primary",
4256
- "description": "Border color of a cdr-quote pull container"
4154
+ "name": "--cdr-radio-inner-circle-background-color-selected",
4155
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected",
4156
+ "description": "Background color of the inner circle of cdr-radio when selected"
4157
+ },
4158
+ {
4159
+ "name": "--cdr-radio-box-shadow-color-hover",
4160
+ "defaultValue": "--cdr-color-border-input-default-hover",
4161
+ "description": "Box-shadow color of cdr-radio on hover"
4162
+ },
4163
+ {
4164
+ "name": "--cdr-radio-background-color-hover",
4165
+ "defaultValue": "--cdr-color-background-input-default-hover",
4166
+ "description": "Background color of cdr-radio on hover"
4167
+ },
4168
+ {
4169
+ "name": "--cdr-radio-box-shadow-color-selected-hover",
4170
+ "defaultValue": "--cdr-color-border-input-default-selected-hover",
4171
+ "description": "Box-shadow color of cdr-radio when selected on hover"
4172
+ },
4173
+ {
4174
+ "name": "--cdr-radio-background-color-selected-hover",
4175
+ "defaultValue": "--cdr-color-background-input-default-selected-hover",
4176
+ "description": "Background color of cdr-radio when selected on hover"
4177
+ },
4178
+ {
4179
+ "name": "--cdr-radio-box-shadow-color-disabled",
4180
+ "defaultValue": "--cdr-color-border-input-default-disabled",
4181
+ "description": "Box-shadow color of cdr-radio when disabled"
4182
+ },
4183
+ {
4184
+ "name": "--cdr-radio-background-color-disabled",
4185
+ "defaultValue": "--cdr-color-background-input-default-disabled",
4186
+ "description": "Background color of cdr-radio when disabled"
4187
+ },
4188
+ {
4189
+ "name": "--cdr-radio-inner-circle-background-color-disabled",
4190
+ "defaultValue": "--cdr-color-background-input-default-disabled",
4191
+ "description": "Background color of the inner circle of cdr-radio when disabled"
4192
+ },
4193
+ {
4194
+ "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
4195
+ "defaultValue": "--cdr-color-background-input-default-disabled",
4196
+ "description": "Background color of the inner circle of cdr-radio when selected and disabled"
4197
+ },
4198
+ {
4199
+ "name": "--cdr-radio-box-shadow-color-focus",
4200
+ "defaultValue": "--cdr-color-border-input-default-active",
4201
+ "description": "Box-shadow color of cdr-radio on focus"
4202
+ },
4203
+ {
4204
+ "name": "--cdr-radio-background-color-focus",
4205
+ "defaultValue": "--cdr-color-background-input-default-focus",
4206
+ "description": "Background color of cdr-radio on focus"
4207
+ },
4208
+ {
4209
+ "name": "--cdr-radio-background-color-selected-focus",
4210
+ "defaultValue": "--cdr-color-background-input-default-selected-focus",
4211
+ "description": "Background color of cdr-radio when selected on focus"
4212
+ },
4213
+ {
4214
+ "name": "--cdr-radio-box-shadow-color-active",
4215
+ "defaultValue": "--cdr-color-border-input-default-active",
4216
+ "description": "Box-shadow color of cdr-radio when active"
4217
+ },
4218
+ {
4219
+ "name": "--cdr-radio-background-color-active",
4220
+ "defaultValue": "--cdr-color-background-input-default-active",
4221
+ "description": "Background color of cdr-radio when active"
4222
+ },
4223
+ {
4224
+ "name": "--cdr-radio-inner-circle-background-color-selected-active",
4225
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
4226
+ "description": "Background color of the inner circle of cdr-radio when selected and active"
4257
4227
  }
4258
4228
  ]
4259
4229
  },
@@ -4323,11 +4293,7 @@
4323
4293
  "large"
4324
4294
  ],
4325
4295
  "type": {
4326
- "name": "string"
4327
- },
4328
- "defaultValue": {
4329
- "func": false,
4330
- "value": "'medium'"
4296
+ "name": "sizeProps"
4331
4297
  }
4332
4298
  }
4333
4299
  ],
@@ -4448,22 +4414,20 @@
4448
4414
  },
4449
4415
  {
4450
4416
  "name": "size",
4451
- "description": "Sets the component's size; values can target responsive breakpoints. Example `small@lg`",
4417
+ "description": "Sets the component's size; values can target responsive breakpoints. Example `large@lg`",
4452
4418
  "tags": {
4453
4419
  "demoSelectMultiple": [
4454
4420
  {
4455
- "description": "false",
4421
+ "description": "true",
4456
4422
  "title": "demoSelectMultiple"
4457
4423
  }
4458
4424
  ]
4459
4425
  },
4460
4426
  "values": [
4461
- "small",
4462
- "medium",
4463
4427
  "large"
4464
4428
  ],
4465
4429
  "type": {
4466
- "name": "sizeProps"
4430
+ "name": "string"
4467
4431
  }
4468
4432
  },
4469
4433
  {
@@ -4731,6 +4695,44 @@
4731
4695
  }
4732
4696
  ]
4733
4697
  },
4698
+ "CdrSkeletonBone": {
4699
+ "name": "CdrSkeletonBone",
4700
+ "exportName": "default",
4701
+ "displayName": "CdrSkeletonBone",
4702
+ "description": "",
4703
+ "tags": {},
4704
+ "props": [
4705
+ {
4706
+ "name": "type",
4707
+ "description": "Sets the type of content placeholder",
4708
+ "tags": {
4709
+ "demoSelectMultiple": [
4710
+ {
4711
+ "description": "false",
4712
+ "title": "demoSelectMultiple"
4713
+ }
4714
+ ]
4715
+ },
4716
+ "values": [
4717
+ "default",
4718
+ "heading",
4719
+ "line",
4720
+ "rectangle",
4721
+ "square"
4722
+ ],
4723
+ "type": {
4724
+ "name": "string"
4725
+ },
4726
+ "defaultValue": {
4727
+ "func": false,
4728
+ "value": "'default'"
4729
+ }
4730
+ }
4731
+ ],
4732
+ "sourceFiles": [
4733
+ "./src/components/skeleton/CdrSkeletonBone.vue"
4734
+ ]
4735
+ },
4734
4736
  "CdrSwitch": {
4735
4737
  "name": "CdrSwitch",
4736
4738
  "description": "Permits selection from two opposing options",
@@ -4936,114 +4938,25 @@
4936
4938
  "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
4937
4939
  },
4938
4940
  {
4939
- "name": "--cdr-switch-icon-fill-checked-hover",
4940
- "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4941
- "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
4942
- },
4943
- {
4944
- "name": "--cdr-switch-handle-border-color-checked-hover",
4945
- "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4946
- "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
4947
- },
4948
- {
4949
- "name": "--cdr-switch-handle-border",
4950
- "defaultValue": "--cdr-color-border-secondary",
4951
- "description": "Border color of the cdr-switch handle"
4952
- },
4953
- {
4954
- "name": "--cdr-switch-handle-background-color-rest",
4955
- "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4956
- "description": "Background color of the cdr-switch handle"
4957
- }
4958
- ]
4959
- },
4960
- "CdrSkeletonBone": {
4961
- "name": "CdrSkeletonBone",
4962
- "exportName": "default",
4963
- "displayName": "CdrSkeletonBone",
4964
- "description": "",
4965
- "tags": {},
4966
- "props": [
4967
- {
4968
- "name": "type",
4969
- "description": "Sets the type of content placeholder",
4970
- "tags": {
4971
- "demoSelectMultiple": [
4972
- {
4973
- "description": "false",
4974
- "title": "demoSelectMultiple"
4975
- }
4976
- ]
4977
- },
4978
- "values": [
4979
- "default",
4980
- "heading",
4981
- "line",
4982
- "rectangle",
4983
- "square"
4984
- ],
4985
- "type": {
4986
- "name": "string"
4987
- },
4988
- "defaultValue": {
4989
- "func": false,
4990
- "value": "'default'"
4991
- }
4992
- }
4993
- ],
4994
- "sourceFiles": [
4995
- "./src/components/skeleton/CdrSkeletonBone.vue"
4996
- ]
4997
- },
4998
- "CdrTabPanel": {
4999
- "name": "CdrTabPanel",
5000
- "exportName": "default",
5001
- "displayName": "CdrTabPanel",
5002
- "description": "",
5003
- "tags": {},
5004
- "props": [
5005
- {
5006
- "name": "id",
5007
- "description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
5008
- "type": {
5009
- "name": "string"
5010
- }
5011
- },
5012
- {
5013
- "name": "name",
5014
- "description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
5015
- "type": {
5016
- "name": "string"
5017
- }
4941
+ "name": "--cdr-switch-icon-fill-checked-hover",
4942
+ "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4943
+ "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
5018
4944
  },
5019
4945
  {
5020
- "name": "ariaLabelledby",
5021
- "description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
5022
- "type": {
5023
- "name": "string"
5024
- }
5025
- }
5026
- ],
5027
- "events": [
4946
+ "name": "--cdr-switch-handle-border-color-checked-hover",
4947
+ "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4948
+ "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
4949
+ },
5028
4950
  {
5029
- "name": "tab-change",
5030
- "description": "Emits when active tab is changed",
5031
- "tags": [
5032
- {
5033
- "title": "params",
5034
- "content": "state, panelId"
5035
- }
5036
- ]
5037
- }
5038
- ],
5039
- "slots": [
4951
+ "name": "--cdr-switch-handle-border",
4952
+ "defaultValue": "--cdr-color-border-secondary",
4953
+ "description": "Border color of the cdr-switch handle"
4954
+ },
5040
4955
  {
5041
- "name": "default",
5042
- "description": "CdrTabPanel content"
4956
+ "name": "--cdr-switch-handle-background-color-rest",
4957
+ "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4958
+ "description": "Background color of the cdr-switch handle"
5043
4959
  }
5044
- ],
5045
- "sourceFiles": [
5046
- "./src/components/tabs/CdrTabPanel.vue"
5047
4960
  ]
5048
4961
  },
5049
4962
  "CdrTable": {
@@ -5125,11 +5038,7 @@
5125
5038
  "large"
5126
5039
  ],
5127
5040
  "type": {
5128
- "name": "string"
5129
- },
5130
- "defaultValue": {
5131
- "func": false,
5132
- "value": "'medium'"
5041
+ "name": "sizeProps"
5133
5042
  }
5134
5043
  }
5135
5044
  ],
@@ -5200,40 +5109,55 @@
5200
5109
  }
5201
5110
  ]
5202
5111
  },
5203
- "CdrText": {
5204
- "name": "CdrText",
5205
- "description": "Text container used for any text element such as paragraphs, headings, and lists",
5206
- "tags": {},
5112
+ "CdrTabPanel": {
5113
+ "name": "CdrTabPanel",
5207
5114
  "exportName": "default",
5208
- "displayName": "CdrText",
5115
+ "displayName": "CdrTabPanel",
5116
+ "description": "",
5117
+ "tags": {},
5209
5118
  "props": [
5210
5119
  {
5211
- "name": "tag",
5212
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
5120
+ "name": "id",
5121
+ "description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
5122
+ "type": {
5123
+ "name": "string"
5124
+ }
5125
+ },
5126
+ {
5127
+ "name": "name",
5128
+ "description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
5129
+ "type": {
5130
+ "name": "string"
5131
+ }
5132
+ },
5133
+ {
5134
+ "name": "ariaLabelledby",
5135
+ "description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
5213
5136
  "type": {
5214
5137
  "name": "string"
5215
- },
5216
- "defaultValue": {
5217
- "func": false,
5218
- "value": "'p'"
5219
5138
  }
5220
5139
  }
5221
5140
  ],
5141
+ "events": [
5142
+ {
5143
+ "name": "tab-change",
5144
+ "description": "Emits when active tab is changed",
5145
+ "tags": [
5146
+ {
5147
+ "title": "params",
5148
+ "content": "state, panelId"
5149
+ }
5150
+ ]
5151
+ }
5152
+ ],
5222
5153
  "slots": [
5223
5154
  {
5224
5155
  "name": "default",
5225
- "description": "CdrText content"
5156
+ "description": "CdrTabPanel content"
5226
5157
  }
5227
5158
  ],
5228
5159
  "sourceFiles": [
5229
- "./src/components/text/CdrText.vue"
5230
- ],
5231
- "UIProperties": [
5232
- {
5233
- "name": "--cdr-text-color",
5234
- "defaultValue": "--cdr-color-text-primary",
5235
- "description": "Text color"
5236
- }
5160
+ "./src/components/tabs/CdrTabPanel.vue"
5237
5161
  ]
5238
5162
  },
5239
5163
  "CdrTabs": {
@@ -5356,223 +5280,68 @@
5356
5280
  }
5357
5281
  ]
5358
5282
  },
5359
- "CdrToggleButton": {
5360
- "name": "CdrToggleButton",
5361
- "description": "Permits switching two or more options on and off",
5283
+ "CdrText": {
5284
+ "name": "CdrText",
5285
+ "description": "Text container used for any text element such as paragraphs, headings, and lists",
5362
5286
  "tags": {},
5363
5287
  "exportName": "default",
5364
- "displayName": "CdrToggleButton",
5288
+ "displayName": "CdrText",
5365
5289
  "props": [
5366
5290
  {
5367
- "name": "toggleValue",
5368
- "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
5291
+ "name": "tag",
5292
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
5293
+ "required": false,
5369
5294
  "type": {
5370
5295
  "name": "string"
5371
5296
  },
5372
- "required": true
5297
+ "defaultValue": {
5298
+ "func": false,
5299
+ "value": "'p'"
5300
+ }
5373
5301
  }
5374
5302
  ],
5375
5303
  "slots": [
5376
5304
  {
5377
5305
  "name": "default",
5378
- "description": "CdrToggleButton label content"
5306
+ "description": "CdrText content"
5379
5307
  }
5380
5308
  ],
5381
5309
  "sourceFiles": [
5382
- "./src/components/toggleButton/CdrToggleButton.vue"
5310
+ "./src/components/text/CdrText.vue"
5383
5311
  ],
5384
5312
  "UIProperties": [
5385
5313
  {
5386
- "name": "--cdr-toggle-button-color-default-rest",
5387
- "defaultValue": "--cdr-color-text-toggle-button-default-rest",
5388
- "description": "Default text color of the cdr-toggle-button"
5389
- },
5390
- {
5391
- "name": "--cdr-toggle-button-background-color-default-rest",
5392
- "defaultValue": "--cdr-color-background-toggle-button-default-rest",
5393
- "description": "Default background color of the cdr-toggle-button"
5394
- },
5395
- {
5396
- "name": "--cdr-toggle-button-border-color-default-focus",
5397
- "defaultValue": "--cdr-color-border-toggle-button-default-focus",
5398
- "description": "Focus border color of the cdr-toggle-button"
5399
- },
5400
- {
5401
- "name": "--cdr-toggle-button-background-color-default-focus",
5402
- "defaultValue": "--cdr-color-background-toggle-button-default-focus",
5403
- "description": "Focus background color of the cdr-toggle-button"
5404
- },
5405
- {
5406
- "name": "--cdr-toggle-button-icon-fill-default",
5407
- "defaultValue": "--cdr-color-icon-default",
5408
- "description": "Default fill color of the cdr-toggle-button's svg"
5409
- },
5410
- {
5411
- "name": "--cdr-toggle-button-background-color-default-selected-rest",
5412
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
5413
- "description": "Selected background color of the cdr-toggle-button at rest"
5414
- },
5415
- {
5416
- "name": "--cdr-toggle-button-border-color-default-selected-rest",
5417
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
5418
- "description": "Selected border color of the cdr-toggle-button at rest"
5419
- },
5420
- {
5421
- "name": "--cdr-toggle-button-icon-fill-selected-rest",
5422
- "defaultValue": "--cdr-color-icon-emphasis",
5423
- "description": "Selected fill color of the cdr-toggle-button's svg at rest"
5424
- },
5425
- {
5426
- "name": "--cdr-toggle-button-border-color-default-selected-focus",
5427
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5428
- "description": "Selected border color of the cdr-toggle-button on focus"
5429
- },
5430
- {
5431
- "name": "--cdr-toggle-button-background-color-default-selected-hover",
5432
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
5433
- "description": "Selected background color of the cdr-toggle-button on hover"
5434
- },
5435
- {
5436
- "name": "--cdr-toggle-button-background-color-default-hover",
5437
- "defaultValue": "--cdr-color-background-toggle-button-default-hover",
5438
- "description": "Background color of the cdr-toggle-button on hover"
5439
- },
5440
- {
5441
- "name": "--cdr-toggle-button-border-color-hover-focus",
5442
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5443
- "description": "Hover border color of the cdr-toggle-button on focus"
5314
+ "name": "--cdr-text-color",
5315
+ "defaultValue": "--cdr-color-text-primary",
5316
+ "description": "Text color"
5444
5317
  }
5445
5318
  ]
5446
5319
  },
5447
- "CdrTooltip": {
5448
- "name": "CdrTooltip",
5449
- "description": "Floating label used to clarify interface actions",
5450
- "tags": {},
5320
+ "CdrTitle": {
5451
5321
  "exportName": "default",
5452
- "displayName": "CdrTooltip",
5322
+ "displayName": "CdrTitle",
5323
+ "description": "",
5324
+ "tags": {},
5453
5325
  "props": [
5454
5326
  {
5455
- "name": "position",
5456
- "description": "Sets the position where the tooltip will render relative to the trigger element.",
5457
- "tags": {
5458
- "demoSelectMultiple": [
5459
- {
5460
- "description": "false",
5461
- "title": "demoSelectMultiple"
5462
- }
5463
- ]
5464
- },
5465
- "values": [
5466
- "top",
5467
- "bottom",
5468
- "left",
5469
- "right"
5470
- ],
5471
- "type": {
5472
- "name": "string"
5473
- },
5474
- "required": false,
5475
- "defaultValue": {
5476
- "func": false,
5477
- "value": "'top'"
5478
- }
5479
- },
5480
- {
5481
- "name": "autoPosition",
5482
- "description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
5483
- "type": {
5484
- "name": "boolean"
5485
- },
5486
- "defaultValue": {
5487
- "func": false,
5488
- "value": true
5489
- }
5490
- },
5491
- {
5492
- "name": "id",
5493
- "description": "ID for the tooltip element, required for accessibility",
5494
- "type": {
5495
- "name": "string"
5496
- },
5497
- "required": true
5498
- },
5499
- {
5500
- "name": "contentClass",
5501
- "description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
5327
+ "name": "tag",
5328
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
5502
5329
  "type": {
5503
5330
  "name": "string"
5504
5331
  },
5505
- "required": false
5506
- },
5507
- {
5508
- "name": "open",
5509
- "description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
5510
- "tags": {
5511
- "demoIgnore": [
5512
- {
5513
- "description": "true",
5514
- "title": "demoIgnore"
5515
- }
5516
- ]
5517
- },
5518
- "type": {
5519
- "name": "boolean"
5520
- },
5521
5332
  "defaultValue": {
5522
5333
  "func": false,
5523
- "value": false
5334
+ "value": "'h1'"
5524
5335
  }
5525
5336
  }
5526
5337
  ],
5527
- "events": [
5528
- {
5529
- "name": "opened",
5530
- "description": "Emits when tooltip is opened"
5531
- },
5532
- {
5533
- "name": "closed",
5534
- "description": "Emits when tooltip is closed"
5535
- }
5536
- ],
5537
5338
  "slots": [
5538
5339
  {
5539
- "name": "trigger",
5540
- "description": " Slot for the element that triggers the tooltip."
5541
- },
5542
- {
5543
- "name": "default",
5544
- "description": "CdrTooltip content"
5340
+ "name": "default"
5545
5341
  }
5546
5342
  ],
5547
5343
  "sourceFiles": [
5548
- "./src/components/tooltip/CdrTooltip.vue"
5549
- ],
5550
- "UIProperties": [
5551
- {
5552
- "name": "--cdr-popup-background-color-default",
5553
- "defaultValue": "--cdr-color-background-tooltip-default",
5554
- "description": "Background color of the cdr-popup"
5555
- },
5556
- {
5557
- "name": "--cdr-popup-text-color-default",
5558
- "defaultValue": "--cdr-color-text-tooltip-default",
5559
- "description": "Text color of the cdr-popup"
5560
- },
5561
- {
5562
- "name": "--cdr-popup-border-color-default",
5563
- "defaultValue": "--cdr-color-border-tooltip-default",
5564
- "description": "Border color of the cdr-popup"
5565
- },
5566
- {
5567
- "name": "--cdr-popup-arrow-border-bottom-color",
5568
- "defaultValue": "--cdr-color-border-tooltip-default",
5569
- "description": "Border color of the cdr-popup arrow"
5570
- },
5571
- {
5572
- "name": "--cdr-popup-arrow-background-color",
5573
- "defaultValue": "--cdr-color-background-tooltip-default",
5574
- "description": "Background color of the cdr-popup arrow"
5575
- }
5344
+ "./src/components/title/CdrTitle.vue"
5576
5345
  ]
5577
5346
  },
5578
5347
  "CdrToast": {
@@ -5892,31 +5661,223 @@
5892
5661
  }
5893
5662
  ]
5894
5663
  },
5895
- "CdrTitle": {
5664
+ "CdrToggleButton": {
5665
+ "name": "CdrToggleButton",
5666
+ "description": "Permits switching two or more options on and off",
5667
+ "tags": {},
5896
5668
  "exportName": "default",
5897
- "displayName": "CdrTitle",
5898
- "description": "",
5669
+ "displayName": "CdrToggleButton",
5670
+ "props": [
5671
+ {
5672
+ "name": "toggleValue",
5673
+ "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
5674
+ "type": {
5675
+ "name": "string"
5676
+ },
5677
+ "required": true
5678
+ }
5679
+ ],
5680
+ "slots": [
5681
+ {
5682
+ "name": "default",
5683
+ "description": "CdrToggleButton label content"
5684
+ }
5685
+ ],
5686
+ "sourceFiles": [
5687
+ "./src/components/toggleButton/CdrToggleButton.vue"
5688
+ ],
5689
+ "UIProperties": [
5690
+ {
5691
+ "name": "--cdr-toggle-button-color-default-rest",
5692
+ "defaultValue": "--cdr-color-text-toggle-button-default-rest",
5693
+ "description": "Default text color of the cdr-toggle-button"
5694
+ },
5695
+ {
5696
+ "name": "--cdr-toggle-button-background-color-default-rest",
5697
+ "defaultValue": "--cdr-color-background-toggle-button-default-rest",
5698
+ "description": "Default background color of the cdr-toggle-button"
5699
+ },
5700
+ {
5701
+ "name": "--cdr-toggle-button-border-color-default-focus",
5702
+ "defaultValue": "--cdr-color-border-toggle-button-default-focus",
5703
+ "description": "Focus border color of the cdr-toggle-button"
5704
+ },
5705
+ {
5706
+ "name": "--cdr-toggle-button-background-color-default-focus",
5707
+ "defaultValue": "--cdr-color-background-toggle-button-default-focus",
5708
+ "description": "Focus background color of the cdr-toggle-button"
5709
+ },
5710
+ {
5711
+ "name": "--cdr-toggle-button-icon-fill-default",
5712
+ "defaultValue": "--cdr-color-icon-default",
5713
+ "description": "Default fill color of the cdr-toggle-button's svg"
5714
+ },
5715
+ {
5716
+ "name": "--cdr-toggle-button-background-color-default-selected-rest",
5717
+ "defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
5718
+ "description": "Selected background color of the cdr-toggle-button at rest"
5719
+ },
5720
+ {
5721
+ "name": "--cdr-toggle-button-border-color-default-selected-rest",
5722
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
5723
+ "description": "Selected border color of the cdr-toggle-button at rest"
5724
+ },
5725
+ {
5726
+ "name": "--cdr-toggle-button-icon-fill-selected-rest",
5727
+ "defaultValue": "--cdr-color-icon-emphasis",
5728
+ "description": "Selected fill color of the cdr-toggle-button's svg at rest"
5729
+ },
5730
+ {
5731
+ "name": "--cdr-toggle-button-border-color-default-selected-focus",
5732
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5733
+ "description": "Selected border color of the cdr-toggle-button on focus"
5734
+ },
5735
+ {
5736
+ "name": "--cdr-toggle-button-background-color-default-selected-hover",
5737
+ "defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
5738
+ "description": "Selected background color of the cdr-toggle-button on hover"
5739
+ },
5740
+ {
5741
+ "name": "--cdr-toggle-button-background-color-default-hover",
5742
+ "defaultValue": "--cdr-color-background-toggle-button-default-hover",
5743
+ "description": "Background color of the cdr-toggle-button on hover"
5744
+ },
5745
+ {
5746
+ "name": "--cdr-toggle-button-border-color-hover-focus",
5747
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5748
+ "description": "Hover border color of the cdr-toggle-button on focus"
5749
+ }
5750
+ ]
5751
+ },
5752
+ "CdrTooltip": {
5753
+ "name": "CdrTooltip",
5754
+ "description": "Floating label used to clarify interface actions",
5899
5755
  "tags": {},
5756
+ "exportName": "default",
5757
+ "displayName": "CdrTooltip",
5900
5758
  "props": [
5901
5759
  {
5902
- "name": "tag",
5903
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
5760
+ "name": "position",
5761
+ "description": "Sets the position where the tooltip will render relative to the trigger element.",
5762
+ "tags": {
5763
+ "demoSelectMultiple": [
5764
+ {
5765
+ "description": "false",
5766
+ "title": "demoSelectMultiple"
5767
+ }
5768
+ ]
5769
+ },
5770
+ "values": [
5771
+ "top",
5772
+ "bottom",
5773
+ "left",
5774
+ "right"
5775
+ ],
5904
5776
  "type": {
5905
5777
  "name": "string"
5906
5778
  },
5779
+ "required": false,
5907
5780
  "defaultValue": {
5908
5781
  "func": false,
5909
- "value": "'h1'"
5782
+ "value": "'top'"
5783
+ }
5784
+ },
5785
+ {
5786
+ "name": "autoPosition",
5787
+ "description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
5788
+ "type": {
5789
+ "name": "boolean"
5790
+ },
5791
+ "defaultValue": {
5792
+ "func": false,
5793
+ "value": true
5794
+ }
5795
+ },
5796
+ {
5797
+ "name": "id",
5798
+ "description": "ID for the tooltip element, required for accessibility",
5799
+ "type": {
5800
+ "name": "string"
5801
+ },
5802
+ "required": true
5803
+ },
5804
+ {
5805
+ "name": "contentClass",
5806
+ "description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
5807
+ "type": {
5808
+ "name": "string"
5809
+ },
5810
+ "required": false
5811
+ },
5812
+ {
5813
+ "name": "open",
5814
+ "description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
5815
+ "tags": {
5816
+ "demoIgnore": [
5817
+ {
5818
+ "description": "true",
5819
+ "title": "demoIgnore"
5820
+ }
5821
+ ]
5822
+ },
5823
+ "type": {
5824
+ "name": "boolean"
5825
+ },
5826
+ "defaultValue": {
5827
+ "func": false,
5828
+ "value": false
5910
5829
  }
5911
5830
  }
5912
5831
  ],
5832
+ "events": [
5833
+ {
5834
+ "name": "opened",
5835
+ "description": "Emits when tooltip is opened"
5836
+ },
5837
+ {
5838
+ "name": "closed",
5839
+ "description": "Emits when tooltip is closed"
5840
+ }
5841
+ ],
5913
5842
  "slots": [
5914
5843
  {
5915
- "name": "default"
5844
+ "name": "trigger",
5845
+ "description": " Slot for the element that triggers the tooltip."
5846
+ },
5847
+ {
5848
+ "name": "default",
5849
+ "description": "CdrTooltip content"
5916
5850
  }
5917
5851
  ],
5918
5852
  "sourceFiles": [
5919
- "./src/components/title/CdrTitle.vue"
5853
+ "./src/components/tooltip/CdrTooltip.vue"
5854
+ ],
5855
+ "UIProperties": [
5856
+ {
5857
+ "name": "--cdr-popup-background-color-default",
5858
+ "defaultValue": "--cdr-color-background-tooltip-default",
5859
+ "description": "Background color of the cdr-popup"
5860
+ },
5861
+ {
5862
+ "name": "--cdr-popup-text-color-default",
5863
+ "defaultValue": "--cdr-color-text-tooltip-default",
5864
+ "description": "Text color of the cdr-popup"
5865
+ },
5866
+ {
5867
+ "name": "--cdr-popup-border-color-default",
5868
+ "defaultValue": "--cdr-color-border-tooltip-default",
5869
+ "description": "Border color of the cdr-popup"
5870
+ },
5871
+ {
5872
+ "name": "--cdr-popup-arrow-border-bottom-color",
5873
+ "defaultValue": "--cdr-color-border-tooltip-default",
5874
+ "description": "Border color of the cdr-popup arrow"
5875
+ },
5876
+ {
5877
+ "name": "--cdr-popup-arrow-background-color",
5878
+ "defaultValue": "--cdr-color-background-tooltip-default",
5879
+ "description": "Background color of the cdr-popup arrow"
5880
+ }
5920
5881
  ]
5921
5882
  }
5922
5883
  }