@rei/cedar 14.0.2-alpha.7 → 14.0.2-alpha.8

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 (100) hide show
  1. package/dist/cedar-compiled.css +1050 -1050
  2. package/dist/cedar.umd.js +5 -5
  3. package/dist/component-docgen.json +1145 -1145
  4. package/dist/icon-component-docgen.json +627 -627
  5. package/dist/lib.d.ts +17 -2
  6. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +1 -1
  7. package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +1 -1
  8. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  9. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  10. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  11. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  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 +27 -27
  16. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  17. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  18. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  19. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  20. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  21. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  22. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  23. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  24. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  25. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  26. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
  27. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  28. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  29. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  30. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  31. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  32. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  33. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  34. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
  35. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
  36. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  37. package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +1 -1
  38. package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +1 -1
  39. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  40. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  41. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  42. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  43. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +1 -1
  44. package/dist/src/components/tabs/CdrTabs.vue2.mjs +1 -1
  45. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  46. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  47. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  48. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  49. package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +1 -1
  50. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +1 -1
  51. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  52. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  53. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  54. package/dist/src/types/symbols.mjs +7 -0
  55. package/dist/style/cdr-accordion-group.css +1 -1
  56. package/dist/style/cdr-accordion.css +1 -1
  57. package/dist/style/cdr-banner.css +1 -1
  58. package/dist/style/cdr-breadcrumb.css +1 -1
  59. package/dist/style/cdr-button.css +1 -1
  60. package/dist/style/cdr-caption.css +1 -1
  61. package/dist/style/cdr-card.css +1 -1
  62. package/dist/style/cdr-checkbox.css +1 -1
  63. package/dist/style/cdr-chip-group.css +1 -1
  64. package/dist/style/cdr-chip.css +1 -1
  65. package/dist/style/cdr-container.css +1 -1
  66. package/dist/style/cdr-form-error.css +1 -1
  67. package/dist/style/cdr-form-group.css +1 -1
  68. package/dist/style/cdr-grid.css +1 -1
  69. package/dist/style/cdr-icon.css +1 -1
  70. package/dist/style/cdr-img.css +1 -1
  71. package/dist/style/cdr-input.css +1 -1
  72. package/dist/style/cdr-label-standalone.css +1 -1
  73. package/dist/style/cdr-label-wrapper.css +1 -1
  74. package/dist/style/cdr-link.css +1 -1
  75. package/dist/style/cdr-list.css +1 -1
  76. package/dist/style/cdr-modal.css +1 -1
  77. package/dist/style/cdr-pagination.css +1 -1
  78. package/dist/style/cdr-popover.css +1 -1
  79. package/dist/style/cdr-popup.css +1 -1
  80. package/dist/style/cdr-quote.css +1 -1
  81. package/dist/style/cdr-radio.css +1 -1
  82. package/dist/style/cdr-rating.css +1 -1
  83. package/dist/style/cdr-select.css +1 -1
  84. package/dist/style/cdr-skeleton-bone.css +1 -1
  85. package/dist/style/cdr-skeleton.css +1 -1
  86. package/dist/style/cdr-switch.css +1 -1
  87. package/dist/style/cdr-tab-panel.css +1 -1
  88. package/dist/style/cdr-table.css +1 -1
  89. package/dist/style/cdr-tabs.css +1 -1
  90. package/dist/style/cdr-text.css +1 -1
  91. package/dist/style/cdr-toast.css +1 -1
  92. package/dist/style/cdr-toggle-button.css +1 -1
  93. package/dist/style/cdr-toggle-group.css +1 -1
  94. package/dist/style/cdr-tooltip.css +1 -1
  95. package/dist/style.css +1 -1
  96. package/package.json +1 -1
  97. package/dist/src/components/accordion/symbols.mjs +0 -4
  98. package/dist/src/components/skeleton/symbols.mjs +0 -4
  99. package/dist/src/components/tabs/symbols.mjs +0 -4
  100. package/dist/src/components/toggleButton/symbols.mjs +0 -4
@@ -1,4 +1,168 @@
1
1
  {
2
+ "CdrAccordion": {
3
+ "name": "CdrAccordion",
4
+ "description": "Vertically-stacked list that allows users to expand and collapse additional content",
5
+ "tags": {},
6
+ "exportName": "default",
7
+ "displayName": "CdrAccordion",
8
+ "props": [
9
+ {
10
+ "name": "id",
11
+ "description": "The unique id of an accordion.",
12
+ "tags": {
13
+ "demoIgnore": [
14
+ {
15
+ "description": "true",
16
+ "title": "demoIgnore"
17
+ }
18
+ ]
19
+ },
20
+ "type": {
21
+ "name": "string"
22
+ },
23
+ "required": true
24
+ },
25
+ {
26
+ "name": "opened",
27
+ "description": "Toggle this value to open/close the accordion.",
28
+ "tags": {
29
+ "demoIgnore": [
30
+ {
31
+ "description": "true",
32
+ "title": "demoIgnore"
33
+ }
34
+ ]
35
+ },
36
+ "type": {
37
+ "name": "boolean"
38
+ },
39
+ "defaultValue": {
40
+ "func": false,
41
+ "value": false
42
+ }
43
+ },
44
+ {
45
+ "name": "compact",
46
+ "description": "Sets a compact style.",
47
+ "type": {
48
+ "name": "boolean"
49
+ },
50
+ "defaultValue": {
51
+ "func": false,
52
+ "value": false
53
+ }
54
+ },
55
+ {
56
+ "name": "borderAligned",
57
+ "description": "Sets a border-aligned style.",
58
+ "type": {
59
+ "name": "boolean"
60
+ },
61
+ "defaultValue": {
62
+ "func": false,
63
+ "value": false
64
+ }
65
+ },
66
+ {
67
+ "name": "level",
68
+ "description": "Sets the heading level",
69
+ "tags": {
70
+ "demoIgnore": [
71
+ {
72
+ "description": "true",
73
+ "title": "demoIgnore"
74
+ }
75
+ ]
76
+ },
77
+ "type": {
78
+ "name": "string|number"
79
+ },
80
+ "required": true
81
+ },
82
+ {
83
+ "name": "contentSpacing",
84
+ "description": "Toggles content spacing (padding)",
85
+ "type": {
86
+ "name": "boolean"
87
+ },
88
+ "defaultValue": {
89
+ "func": false,
90
+ "value": true
91
+ }
92
+ },
93
+ {
94
+ "name": "label",
95
+ "description": "Sets the readable text on CdrAccordion button (also can be slotted)",
96
+ "tags": {
97
+ "demoIgnore": [
98
+ {
99
+ "description": "true",
100
+ "title": "demoIgnore"
101
+ }
102
+ ]
103
+ },
104
+ "type": {
105
+ "name": "string"
106
+ }
107
+ }
108
+ ],
109
+ "events": [
110
+ {
111
+ "name": "accordion-toggle",
112
+ "description": "Emits on accordion open/close"
113
+ }
114
+ ],
115
+ "slots": [
116
+ {
117
+ "name": "label",
118
+ "description": " Sets the readable text on the CdrAccordion button"
119
+ },
120
+ {
121
+ "name": "default",
122
+ "description": "CdrAccordion content"
123
+ }
124
+ ],
125
+ "sourceFiles": [
126
+ "./src/components/accordion/CdrAccordion.vue"
127
+ ],
128
+ "UIProperties": [
129
+ {
130
+ "name": "--cdr-accordion-border-color",
131
+ "defaultValue": "--cdr-color-border-primary",
132
+ "description": "Border color of cdr-accordion"
133
+ },
134
+ {
135
+ "name": "--cdr-accordion-button-background-color",
136
+ "defaultValue": "transparent",
137
+ "description": "Background color of a cdr-accordion header button"
138
+ },
139
+ {
140
+ "name": "--cdr-accordion-button-color",
141
+ "defaultValue": "--cdr-color-text-primary",
142
+ "description": "Text color of a cdr-accordion header button"
143
+ },
144
+ {
145
+ "name": "--cdr-accordion-button-background-color-hover",
146
+ "defaultValue": "--cdr-color-background-accordion-hover",
147
+ "description": "Background color of a cdr-accordion header button on focus and hover"
148
+ },
149
+ {
150
+ "name": "--cdr-accordion-icon-fill",
151
+ "defaultValue": "--cdr-color-icon-default",
152
+ "description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
153
+ },
154
+ {
155
+ "name": "--cdr-accordion-content-background-color",
156
+ "defaultValue": "transparent",
157
+ "description": "Background color of cdr-accordion content"
158
+ },
159
+ {
160
+ "name": "--cdr-accordion-content-text-color",
161
+ "defaultValue": "--cdr-color-text-primary",
162
+ "description": "Text color of cdr-accordion content"
163
+ }
164
+ ]
165
+ },
2
166
  "CdrAccordionGroup": {
3
167
  "name": "CdrAccordionGroup",
4
168
  "exportName": "default",
@@ -238,16 +402,16 @@
238
402
  }
239
403
  ]
240
404
  },
241
- "CdrAccordion": {
242
- "name": "CdrAccordion",
243
- "description": "Vertically-stacked list that allows users to expand and collapse additional content",
405
+ "CdrButton": {
406
+ "name": "CdrButton",
407
+ "description": "Initiates an action, such as completing a task or submitting information",
244
408
  "tags": {},
245
409
  "exportName": "default",
246
- "displayName": "CdrAccordion",
410
+ "displayName": "CdrButton",
247
411
  "props": [
248
412
  {
249
- "name": "id",
250
- "description": "The unique id of an accordion.",
413
+ "name": "tag",
414
+ "description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
251
415
  "tags": {
252
416
  "demoIgnore": [
253
417
  {
@@ -256,14 +420,21 @@
256
420
  }
257
421
  ]
258
422
  },
423
+ "values": [
424
+ "button",
425
+ "a"
426
+ ],
259
427
  "type": {
260
428
  "name": "string"
261
429
  },
262
- "required": true
430
+ "defaultValue": {
431
+ "func": false,
432
+ "value": "'button'"
433
+ }
263
434
  },
264
435
  {
265
- "name": "opened",
266
- "description": "Toggle this value to open/close the accordion.",
436
+ "name": "type",
437
+ "description": "Sets the button type",
267
438
  "tags": {
268
439
  "demoIgnore": [
269
440
  {
@@ -272,243 +443,72 @@
272
443
  }
273
444
  ]
274
445
  },
446
+ "values": [
447
+ "button",
448
+ "submit",
449
+ "reset"
450
+ ],
275
451
  "type": {
276
- "name": "boolean"
452
+ "name": "string"
277
453
  },
278
454
  "defaultValue": {
279
455
  "func": false,
280
- "value": false
456
+ "value": "'button'"
281
457
  }
282
458
  },
283
459
  {
284
- "name": "compact",
285
- "description": "Sets a compact style.",
286
- "type": {
287
- "name": "boolean"
460
+ "name": "modifier",
461
+ "description": "Modifies the style variant for this component",
462
+ "tags": {
463
+ "demoSelectMultiple": [
464
+ {
465
+ "description": "false",
466
+ "title": "demoSelectMultiple"
467
+ }
468
+ ]
288
469
  },
289
- "defaultValue": {
290
- "func": false,
291
- "value": false
292
- }
293
- },
294
- {
295
- "name": "borderAligned",
296
- "description": "Sets a border-aligned style.",
470
+ "values": [
471
+ "primary",
472
+ "secondary",
473
+ "sale",
474
+ "dark",
475
+ "link"
476
+ ],
297
477
  "type": {
298
- "name": "boolean"
478
+ "name": "string"
299
479
  },
300
480
  "defaultValue": {
301
481
  "func": false,
302
- "value": false
482
+ "value": "'primary'"
303
483
  }
304
484
  },
305
485
  {
306
- "name": "level",
307
- "description": "Sets the heading level",
486
+ "name": "size",
487
+ "description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
308
488
  "tags": {
309
- "demoIgnore": [
489
+ "demoSelectMultiple": [
310
490
  {
311
- "description": "true",
312
- "title": "demoIgnore"
491
+ "description": "false",
492
+ "title": "demoSelectMultiple"
313
493
  }
314
494
  ]
315
495
  },
496
+ "values": [
497
+ "small",
498
+ "medium",
499
+ "large"
500
+ ],
316
501
  "type": {
317
- "name": "string|number"
502
+ "name": "string"
318
503
  },
319
- "required": true
504
+ "defaultValue": {
505
+ "func": false,
506
+ "value": "'medium'"
507
+ }
320
508
  },
321
509
  {
322
- "name": "contentSpacing",
323
- "description": "Toggles content spacing (padding)",
324
- "type": {
325
- "name": "boolean"
326
- },
327
- "defaultValue": {
328
- "func": false,
329
- "value": true
330
- }
331
- },
332
- {
333
- "name": "label",
334
- "description": "Sets the readable text on CdrAccordion button (also can be slotted)",
335
- "tags": {
336
- "demoIgnore": [
337
- {
338
- "description": "true",
339
- "title": "demoIgnore"
340
- }
341
- ]
342
- },
343
- "type": {
344
- "name": "string"
345
- }
346
- }
347
- ],
348
- "events": [
349
- {
350
- "name": "accordion-toggle",
351
- "description": "Emits on accordion open/close"
352
- }
353
- ],
354
- "slots": [
355
- {
356
- "name": "label",
357
- "description": " Sets the readable text on the CdrAccordion button"
358
- },
359
- {
360
- "name": "default",
361
- "description": "CdrAccordion content"
362
- }
363
- ],
364
- "sourceFiles": [
365
- "./src/components/accordion/CdrAccordion.vue"
366
- ],
367
- "UIProperties": [
368
- {
369
- "name": "--cdr-accordion-border-color",
370
- "defaultValue": "--cdr-color-border-primary",
371
- "description": "Border color of cdr-accordion"
372
- },
373
- {
374
- "name": "--cdr-accordion-button-background-color",
375
- "defaultValue": "transparent",
376
- "description": "Background color of a cdr-accordion header button"
377
- },
378
- {
379
- "name": "--cdr-accordion-button-color",
380
- "defaultValue": "--cdr-color-text-primary",
381
- "description": "Text color of a cdr-accordion header button"
382
- },
383
- {
384
- "name": "--cdr-accordion-button-background-color-hover",
385
- "defaultValue": "--cdr-color-background-accordion-hover",
386
- "description": "Background color of a cdr-accordion header button on focus and hover"
387
- },
388
- {
389
- "name": "--cdr-accordion-icon-fill",
390
- "defaultValue": "--cdr-color-icon-default",
391
- "description": "Fill color of icons on a cdr-accordion. This is used for the caret which changes orientation when the accordion collapses and expands"
392
- },
393
- {
394
- "name": "--cdr-accordion-content-background-color",
395
- "defaultValue": "transparent",
396
- "description": "Background color of cdr-accordion content"
397
- },
398
- {
399
- "name": "--cdr-accordion-content-text-color",
400
- "defaultValue": "--cdr-color-text-primary",
401
- "description": "Text color of cdr-accordion content"
402
- }
403
- ]
404
- },
405
- "CdrButton": {
406
- "name": "CdrButton",
407
- "description": "Initiates an action, such as completing a task or submitting information",
408
- "tags": {},
409
- "exportName": "default",
410
- "displayName": "CdrButton",
411
- "props": [
412
- {
413
- "name": "tag",
414
- "description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
415
- "tags": {
416
- "demoIgnore": [
417
- {
418
- "description": "true",
419
- "title": "demoIgnore"
420
- }
421
- ]
422
- },
423
- "values": [
424
- "button",
425
- "a"
426
- ],
427
- "type": {
428
- "name": "string"
429
- },
430
- "defaultValue": {
431
- "func": false,
432
- "value": "'button'"
433
- }
434
- },
435
- {
436
- "name": "type",
437
- "description": "Sets the button type",
438
- "tags": {
439
- "demoIgnore": [
440
- {
441
- "description": "true",
442
- "title": "demoIgnore"
443
- }
444
- ]
445
- },
446
- "values": [
447
- "button",
448
- "submit",
449
- "reset"
450
- ],
451
- "type": {
452
- "name": "string"
453
- },
454
- "defaultValue": {
455
- "func": false,
456
- "value": "'button'"
457
- }
458
- },
459
- {
460
- "name": "modifier",
461
- "description": "Modifies the style variant for this component",
462
- "tags": {
463
- "demoSelectMultiple": [
464
- {
465
- "description": "false",
466
- "title": "demoSelectMultiple"
467
- }
468
- ]
469
- },
470
- "values": [
471
- "primary",
472
- "secondary",
473
- "sale",
474
- "dark",
475
- "link"
476
- ],
477
- "type": {
478
- "name": "string"
479
- },
480
- "defaultValue": {
481
- "func": false,
482
- "value": "'primary'"
483
- }
484
- },
485
- {
486
- "name": "size",
487
- "description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
488
- "tags": {
489
- "demoSelectMultiple": [
490
- {
491
- "description": "false",
492
- "title": "demoSelectMultiple"
493
- }
494
- ]
495
- },
496
- "values": [
497
- "small",
498
- "medium",
499
- "large"
500
- ],
501
- "type": {
502
- "name": "string"
503
- },
504
- "defaultValue": {
505
- "func": false,
506
- "value": "'medium'"
507
- }
508
- },
509
- {
510
- "name": "fullWidth",
511
- "description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
510
+ "name": "fullWidth",
511
+ "description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
512
512
  "type": {
513
513
  "name": "string|boolean"
514
514
  },
@@ -1230,144 +1230,39 @@
1230
1230
  }
1231
1231
  ]
1232
1232
  },
1233
- "CdrCaption": {
1234
- "name": "CdrCaption",
1235
- "description": "Provides context and credit for an asset such as an image, video, or chart",
1233
+ "CdrCheckbox": {
1234
+ "name": "CdrCheckbox",
1235
+ "description": "Allows selecting one or more items from a list",
1236
1236
  "tags": {},
1237
1237
  "exportName": "default",
1238
- "displayName": "CdrCaption",
1238
+ "displayName": "CdrCheckbox",
1239
1239
  "props": [
1240
1240
  {
1241
- "name": "summary",
1242
- "description": "Sets the string content for the description body of the caption.",
1243
- "tags": {
1244
- "demoIgnore": [
1245
- {
1246
- "description": "true",
1247
- "title": "demoIgnore"
1248
- }
1249
- ]
1250
- },
1241
+ "name": "labelClass",
1242
+ "description": "Passes a CSS class to the label for custom styles",
1251
1243
  "type": {
1252
1244
  "name": "string"
1253
1245
  }
1254
1246
  },
1255
1247
  {
1256
- "name": "credit",
1257
- "description": "Sets the string content for attribution.",
1258
- "tags": {
1259
- "demoIgnore": [
1260
- {
1261
- "description": "true",
1262
- "title": "demoIgnore"
1263
- }
1264
- ]
1265
- },
1248
+ "name": "inputClass",
1249
+ "description": "Passes a CSS class to the input for custom styles",
1266
1250
  "type": {
1267
1251
  "name": "string"
1268
1252
  }
1269
- }
1270
- ],
1271
- "sourceFiles": [
1272
- "./src/components/caption/CdrCaption.vue"
1273
- ],
1274
- "UIProperties": [
1275
- {
1276
- "name": "--cdr-caption-summary-color",
1277
- "defaultValue": "--cdr-color-text-primary",
1278
- "description": "Text color of a cdr-caption"
1279
1253
  },
1280
1254
  {
1281
- "name": "--cdr-caption-cite-color",
1282
- "defaultValue": "--cdr-color-text-secondary",
1283
- "description": "Text color of a cdr-caption"
1284
- }
1285
- ]
1286
- },
1287
- "CdrCard": {
1288
- "name": "CdrCard",
1289
- "description": "Related, interactive containers linking to a single subject or destination",
1290
- "tags": {},
1291
- "exportName": "default",
1292
- "displayName": "CdrCard",
1293
- "props": [
1294
- {
1295
- "name": "tag",
1296
- "description": "Sets valid HTML container element tag.",
1255
+ "name": "contentClass",
1256
+ "description": "Passes a CSS class to the slot wrapper for custom styles",
1297
1257
  "type": {
1298
1258
  "name": "string"
1299
- },
1300
- "defaultValue": {
1301
- "func": false,
1302
- "value": "'article'"
1303
- }
1304
- }
1305
- ],
1306
- "slots": [
1307
- {
1308
- "name": "default",
1309
- "description": "CdrCard content"
1310
- }
1311
- ],
1312
- "sourceFiles": [
1313
- "./src/components/card/CdrCard.vue"
1314
- ],
1315
- "UIProperties": [
1316
- {
1317
- "name": "--cdr-card-base-background-color",
1318
- "defaultValue": "--cdr-color-background-primary",
1319
- "description": "Background color of a cdr-card"
1320
- },
1321
- {
1322
- "name": "--cdr-card-base-color",
1323
- "defaultValue": "--cdr-color-text-primary",
1324
- "description": "Text color of a cdr-card"
1325
- },
1326
- {
1327
- "name": "--cdr-card-link-color",
1328
- "defaultValue": "--cdr-color-text-primary",
1329
- "description": "Link text color of a cdr-card"
1330
- },
1331
- {
1332
- "name": "--cdr-card-link-hover-color",
1333
- "defaultValue": "--cdr-color-text-link-hover",
1334
- "description": "Link hover text color of a cdr-card"
1335
- }
1336
- ]
1337
- },
1338
- "CdrCheckbox": {
1339
- "name": "CdrCheckbox",
1340
- "description": "Allows selecting one or more items from a list",
1341
- "tags": {},
1342
- "exportName": "default",
1343
- "displayName": "CdrCheckbox",
1344
- "props": [
1345
- {
1346
- "name": "labelClass",
1347
- "description": "Passes a CSS class to the label for custom styles",
1348
- "type": {
1349
- "name": "string"
1350
- }
1351
- },
1352
- {
1353
- "name": "inputClass",
1354
- "description": "Passes a CSS class to the input for custom styles",
1355
- "type": {
1356
- "name": "string"
1357
- }
1358
- },
1359
- {
1360
- "name": "contentClass",
1361
- "description": "Passes a CSS class to the slot wrapper for custom styles",
1362
- "type": {
1363
- "name": "string"
1364
- }
1365
- },
1366
- {
1367
- "name": "indeterminate",
1368
- "description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
1369
- "type": {
1370
- "name": "boolean|string"
1259
+ }
1260
+ },
1261
+ {
1262
+ "name": "indeterminate",
1263
+ "description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
1264
+ "type": {
1265
+ "name": "boolean|string"
1371
1266
  },
1372
1267
  "defaultValue": {
1373
1268
  "func": false,
@@ -1593,47 +1488,6 @@
1593
1488
  }
1594
1489
  ]
1595
1490
  },
1596
- "CdrChipGroup": {
1597
- "name": "CdrChipGroup",
1598
- "exportName": "default",
1599
- "displayName": "CdrChipGroup",
1600
- "description": "",
1601
- "tags": {},
1602
- "props": [
1603
- {
1604
- "name": "label",
1605
- "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.",
1606
- "type": {
1607
- "name": "string"
1608
- },
1609
- "required": true
1610
- },
1611
- {
1612
- "name": "hideLabel",
1613
- "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1614
- "type": {
1615
- "name": "boolean"
1616
- },
1617
- "defaultValue": {
1618
- "func": false,
1619
- "value": true
1620
- }
1621
- }
1622
- ],
1623
- "slots": [
1624
- {
1625
- "name": "label",
1626
- "description": "Override CdrChip label content with a custom element"
1627
- },
1628
- {
1629
- "name": "default",
1630
- "description": "CdrChipGroup content (CdrChip components)"
1631
- }
1632
- ],
1633
- "sourceFiles": [
1634
- "./src/components/chip/CdrChipGroup.vue"
1635
- ]
1636
- },
1637
1491
  "CdrChip": {
1638
1492
  "name": "CdrChip",
1639
1493
  "description": "Allows people to make selections, filter content, or trigger actions",
@@ -1765,6 +1619,111 @@
1765
1619
  }
1766
1620
  ]
1767
1621
  },
1622
+ "CdrCaption": {
1623
+ "name": "CdrCaption",
1624
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
1625
+ "tags": {},
1626
+ "exportName": "default",
1627
+ "displayName": "CdrCaption",
1628
+ "props": [
1629
+ {
1630
+ "name": "summary",
1631
+ "description": "Sets the string content for the description body of the caption.",
1632
+ "tags": {
1633
+ "demoIgnore": [
1634
+ {
1635
+ "description": "true",
1636
+ "title": "demoIgnore"
1637
+ }
1638
+ ]
1639
+ },
1640
+ "type": {
1641
+ "name": "string"
1642
+ }
1643
+ },
1644
+ {
1645
+ "name": "credit",
1646
+ "description": "Sets the string content for attribution.",
1647
+ "tags": {
1648
+ "demoIgnore": [
1649
+ {
1650
+ "description": "true",
1651
+ "title": "demoIgnore"
1652
+ }
1653
+ ]
1654
+ },
1655
+ "type": {
1656
+ "name": "string"
1657
+ }
1658
+ }
1659
+ ],
1660
+ "sourceFiles": [
1661
+ "./src/components/caption/CdrCaption.vue"
1662
+ ],
1663
+ "UIProperties": [
1664
+ {
1665
+ "name": "--cdr-caption-summary-color",
1666
+ "defaultValue": "--cdr-color-text-primary",
1667
+ "description": "Text color of a cdr-caption"
1668
+ },
1669
+ {
1670
+ "name": "--cdr-caption-cite-color",
1671
+ "defaultValue": "--cdr-color-text-secondary",
1672
+ "description": "Text color of a cdr-caption"
1673
+ }
1674
+ ]
1675
+ },
1676
+ "CdrCard": {
1677
+ "name": "CdrCard",
1678
+ "description": "Related, interactive containers linking to a single subject or destination",
1679
+ "tags": {},
1680
+ "exportName": "default",
1681
+ "displayName": "CdrCard",
1682
+ "props": [
1683
+ {
1684
+ "name": "tag",
1685
+ "description": "Sets valid HTML container element tag.",
1686
+ "type": {
1687
+ "name": "string"
1688
+ },
1689
+ "defaultValue": {
1690
+ "func": false,
1691
+ "value": "'article'"
1692
+ }
1693
+ }
1694
+ ],
1695
+ "slots": [
1696
+ {
1697
+ "name": "default",
1698
+ "description": "CdrCard content"
1699
+ }
1700
+ ],
1701
+ "sourceFiles": [
1702
+ "./src/components/card/CdrCard.vue"
1703
+ ],
1704
+ "UIProperties": [
1705
+ {
1706
+ "name": "--cdr-card-base-background-color",
1707
+ "defaultValue": "--cdr-color-background-primary",
1708
+ "description": "Background color of a cdr-card"
1709
+ },
1710
+ {
1711
+ "name": "--cdr-card-base-color",
1712
+ "defaultValue": "--cdr-color-text-primary",
1713
+ "description": "Text color of a cdr-card"
1714
+ },
1715
+ {
1716
+ "name": "--cdr-card-link-color",
1717
+ "defaultValue": "--cdr-color-text-primary",
1718
+ "description": "Link text color of a cdr-card"
1719
+ },
1720
+ {
1721
+ "name": "--cdr-card-link-hover-color",
1722
+ "defaultValue": "--cdr-color-text-link-hover",
1723
+ "description": "Link hover text color of a cdr-card"
1724
+ }
1725
+ ]
1726
+ },
1768
1727
  "CdrContainer": {
1769
1728
  "name": "CdrContainer",
1770
1729
  "description": "Provides base margins and responsive layout logic for pages",
@@ -2028,63 +1987,45 @@
2028
1987
  "./src/components/grid/CdrGrid.vue"
2029
1988
  ]
2030
1989
  },
2031
- "CdrIcon": {
2032
- "name": "CdrIcon",
2033
- "description": "Communicates meaning through graphics representing simple and complex ideas",
2034
- "tags": {
2035
- "demoComponentNames": [
2036
- {
2037
- "description": "icon-account-profile, icon-camera",
2038
- "title": "demoComponentNames"
2039
- }
2040
- ]
2041
- },
1990
+ "CdrChipGroup": {
1991
+ "name": "CdrChipGroup",
2042
1992
  "exportName": "default",
2043
- "displayName": "CdrIcon",
1993
+ "displayName": "CdrChipGroup",
1994
+ "description": "",
1995
+ "tags": {},
2044
1996
  "props": [
2045
1997
  {
2046
- "name": "use",
2047
- "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
1998
+ "name": "label",
1999
+ "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.",
2048
2000
  "type": {
2049
2001
  "name": "string"
2050
- }
2002
+ },
2003
+ "required": true
2051
2004
  },
2052
2005
  {
2053
- "name": "inheritColor",
2054
- "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
2006
+ "name": "hideLabel",
2007
+ "description": "Visually hides the chip group label but makes it accessible to screen readers.",
2055
2008
  "type": {
2056
2009
  "name": "boolean"
2057
2010
  },
2058
2011
  "defaultValue": {
2059
2012
  "func": false,
2060
- "value": false
2013
+ "value": true
2061
2014
  }
2015
+ }
2016
+ ],
2017
+ "slots": [
2018
+ {
2019
+ "name": "label",
2020
+ "description": "Override CdrChip label content with a custom element"
2062
2021
  },
2063
2022
  {
2064
- "name": "size",
2065
- "type": {
2066
- "name": "string"
2067
- },
2068
- "defaultValue": {
2069
- "func": false,
2070
- "value": "'medium'"
2071
- }
2072
- }
2073
- ],
2074
- "slots": [
2075
- {
2076
- "name": "default"
2023
+ "name": "default",
2024
+ "description": "CdrChipGroup content (CdrChip components)"
2077
2025
  }
2078
2026
  ],
2079
2027
  "sourceFiles": [
2080
- "./src/components/icon/CdrIcon.vue"
2081
- ],
2082
- "UIProperties": [
2083
- {
2084
- "name": "--cdr-icon-fill-default",
2085
- "defaultValue": "--cdr-color-icon-default",
2086
- "description": "Fill color of an icon"
2087
- }
2028
+ "./src/components/chip/CdrChipGroup.vue"
2088
2029
  ]
2089
2030
  },
2090
2031
  "CdrImg": {
@@ -2227,6 +2168,65 @@
2227
2168
  "./src/components/image/CdrImg.vue"
2228
2169
  ]
2229
2170
  },
2171
+ "CdrIcon": {
2172
+ "name": "CdrIcon",
2173
+ "description": "Communicates meaning through graphics representing simple and complex ideas",
2174
+ "tags": {
2175
+ "demoComponentNames": [
2176
+ {
2177
+ "description": "icon-account-profile, icon-camera",
2178
+ "title": "demoComponentNames"
2179
+ }
2180
+ ]
2181
+ },
2182
+ "exportName": "default",
2183
+ "displayName": "CdrIcon",
2184
+ "props": [
2185
+ {
2186
+ "name": "use",
2187
+ "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
2188
+ "type": {
2189
+ "name": "string"
2190
+ }
2191
+ },
2192
+ {
2193
+ "name": "inheritColor",
2194
+ "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
2195
+ "type": {
2196
+ "name": "boolean"
2197
+ },
2198
+ "defaultValue": {
2199
+ "func": false,
2200
+ "value": false
2201
+ }
2202
+ },
2203
+ {
2204
+ "name": "size",
2205
+ "type": {
2206
+ "name": "string"
2207
+ },
2208
+ "defaultValue": {
2209
+ "func": false,
2210
+ "value": "'medium'"
2211
+ }
2212
+ }
2213
+ ],
2214
+ "slots": [
2215
+ {
2216
+ "name": "default"
2217
+ }
2218
+ ],
2219
+ "sourceFiles": [
2220
+ "./src/components/icon/CdrIcon.vue"
2221
+ ],
2222
+ "UIProperties": [
2223
+ {
2224
+ "name": "--cdr-icon-fill-default",
2225
+ "defaultValue": "--cdr-color-icon-default",
2226
+ "description": "Fill color of an icon"
2227
+ }
2228
+ ]
2229
+ },
2230
2230
  "CdrInput": {
2231
2231
  "name": "CdrInput",
2232
2232
  "description": "Allows for data entry, editing, and search",
@@ -2661,87 +2661,6 @@
2661
2661
  }
2662
2662
  ]
2663
2663
  },
2664
- "CdrList": {
2665
- "name": "CdrList",
2666
- "description": "Groups related content items together either vertically or horizontally",
2667
- "tags": {},
2668
- "exportName": "default",
2669
- "displayName": "CdrList",
2670
- "props": [
2671
- {
2672
- "name": "tag",
2673
- "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
2674
- "tags": {},
2675
- "values": [
2676
- "ul",
2677
- "ol"
2678
- ],
2679
- "type": {
2680
- "name": "string"
2681
- },
2682
- "defaultValue": {
2683
- "func": false,
2684
- "value": "'ul'"
2685
- }
2686
- },
2687
- {
2688
- "name": "modifier",
2689
- "description": "Modifies the style variant for this component",
2690
- "tags": {
2691
- "demoSelectMultiple": [
2692
- {
2693
- "description": "true",
2694
- "title": "demoSelectMultiple"
2695
- }
2696
- ]
2697
- },
2698
- "values": [
2699
- "ordered",
2700
- "unordered",
2701
- "compact",
2702
- "inline"
2703
- ],
2704
- "type": {
2705
- "name": "string"
2706
- },
2707
- "defaultValue": {
2708
- "func": false,
2709
- "value": "''"
2710
- }
2711
- }
2712
- ],
2713
- "slots": [
2714
- {
2715
- "name": "default",
2716
- "description": "CdrList content (list-items)"
2717
- }
2718
- ],
2719
- "sourceFiles": [
2720
- "./src/components/list/CdrList.vue"
2721
- ],
2722
- "UIProperties": [
2723
- {
2724
- "name": "--cdr-list-inline-text-color",
2725
- "defaultValue": "--cdr-color-text-secondary",
2726
- "description": "Color of the unordered inline list item prefix"
2727
- },
2728
- {
2729
- "name": "--cdr-list-ordered-nested-prefix-color",
2730
- "defaultValue": "--cdr-color-text-secondary",
2731
- "description": "Color of the nested ordered cdr-list item prefix"
2732
- },
2733
- {
2734
- "name": "--cdr-list-unordered-prefix-color",
2735
- "defaultValue": "--cdr-color-text-secondary",
2736
- "description": "Color of the unordered cdr-list item prefix"
2737
- },
2738
- {
2739
- "name": "--cdr-list-unordered-nested-prefix-color",
2740
- "defaultValue": "--cdr-color-text-secondary",
2741
- "description": "Color of the nested unordered cdr-list item prefix"
2742
- }
2743
- ]
2744
- },
2745
2664
  "CdrLabelWrapper": {
2746
2665
  "name": "CdrLabelWrapper",
2747
2666
  "exportName": "default",
@@ -2873,155 +2792,84 @@
2873
2792
  }
2874
2793
  ]
2875
2794
  },
2876
- "CdrModal": {
2877
- "name": "CdrModal",
2878
- "description": "Disruptive, action-blocking overlays used to display important information",
2795
+ "CdrList": {
2796
+ "name": "CdrList",
2797
+ "description": "Groups related content items together either vertically or horizontally",
2879
2798
  "tags": {},
2880
2799
  "exportName": "default",
2881
- "displayName": "CdrModal",
2800
+ "displayName": "CdrList",
2882
2801
  "props": [
2883
2802
  {
2884
- "name": "opened",
2885
- "description": "Toggles the state of the modal",
2886
- "tags": {
2887
- "demoIgnore": [
2888
- {
2889
- "description": "true",
2890
- "title": "demoIgnore"
2891
- }
2892
- ]
2893
- },
2894
- "type": {
2895
- "name": "boolean"
2896
- },
2897
- "required": true
2898
- },
2899
- {
2900
- "name": "label",
2901
- "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
2803
+ "name": "tag",
2804
+ "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
2805
+ "tags": {},
2806
+ "values": [
2807
+ "ul",
2808
+ "ol"
2809
+ ],
2902
2810
  "type": {
2903
2811
  "name": "string"
2904
2812
  },
2905
- "required": true
2906
- },
2907
- {
2908
- "name": "showTitle",
2909
- "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
2910
- "type": {
2911
- "name": "boolean"
2912
- },
2913
- "required": false,
2914
2813
  "defaultValue": {
2915
2814
  "func": false,
2916
- "value": true
2815
+ "value": "'ul'"
2917
2816
  }
2918
2817
  },
2919
2818
  {
2920
- "name": "ariaDescribedby",
2921
- "description": "Text for aria-describedby attribute. Applied to modal content element",
2922
- "type": {
2923
- "name": "string"
2819
+ "name": "modifier",
2820
+ "description": "Modifies the style variant for this component",
2821
+ "tags": {
2822
+ "demoSelectMultiple": [
2823
+ {
2824
+ "description": "true",
2825
+ "title": "demoSelectMultiple"
2826
+ }
2827
+ ]
2924
2828
  },
2925
- "required": false,
2926
- "defaultValue": {
2927
- "func": false,
2928
- "value": "null"
2929
- }
2930
- },
2931
- {
2932
- "name": "role",
2933
- "description": "Sets the `role` attribute on the modal content element",
2934
- "tags": {},
2935
2829
  "values": [
2936
- "dialog",
2937
- "alertDialog"
2830
+ "ordered",
2831
+ "unordered",
2832
+ "compact",
2833
+ "inline"
2938
2834
  ],
2939
2835
  "type": {
2940
2836
  "name": "string"
2941
2837
  },
2942
- "required": false,
2943
2838
  "defaultValue": {
2944
2839
  "func": false,
2945
- "value": "'dialog'"
2840
+ "value": "''"
2946
2841
  }
2842
+ }
2843
+ ],
2844
+ "slots": [
2845
+ {
2846
+ "name": "default",
2847
+ "description": "CdrList content (list-items)"
2848
+ }
2849
+ ],
2850
+ "sourceFiles": [
2851
+ "./src/components/list/CdrList.vue"
2852
+ ],
2853
+ "UIProperties": [
2854
+ {
2855
+ "name": "--cdr-list-inline-text-color",
2856
+ "defaultValue": "--cdr-color-text-secondary",
2857
+ "description": "Color of the unordered inline list item prefix"
2947
2858
  },
2948
2859
  {
2949
- "name": "id",
2950
- "description": "Sets unique `id` for modal",
2951
- "type": {
2952
- "name": "string"
2953
- },
2954
- "required": false,
2955
- "defaultValue": {
2956
- "func": false,
2957
- "value": "null"
2958
- }
2959
- },
2960
- {
2961
- "name": "overlayClass",
2962
- "description": "Adds custom class to the `cdr-modal__overlay` div",
2963
- "type": {
2964
- "name": "string"
2965
- }
2966
- },
2967
- {
2968
- "name": "wrapperClass",
2969
- "description": "Adds custom class to the `cdr-modal__outerWrap` div",
2970
- "type": {
2971
- "name": "string"
2972
- }
2973
- },
2974
- {
2975
- "name": "contentClass",
2976
- "description": "Adds custom class to the `cdr-modal__innerWrap` div",
2977
- "type": {
2978
- "name": "string"
2979
- }
2980
- },
2981
- {
2982
- "name": "animationDuration",
2983
- "description": "Sets duration for modal's close animation",
2984
- "type": {
2985
- "name": "number"
2986
- },
2987
- "defaultValue": {
2988
- "func": false,
2989
- "value": "300"
2990
- }
2991
- }
2992
- ],
2993
- "events": [
2994
- {
2995
- "name": "closed",
2996
- "description": "Fires when modal is closed"
2997
- }
2998
- ],
2999
- "slots": [
3000
- {
3001
- "name": "modal",
3002
- "description": "Use to override the entire CdrModal content container."
3003
- },
3004
- {
3005
- "name": "title",
3006
- "description": "Use to override the default title"
2860
+ "name": "--cdr-list-ordered-nested-prefix-color",
2861
+ "defaultValue": "--cdr-color-text-secondary",
2862
+ "description": "Color of the nested ordered cdr-list item prefix"
3007
2863
  },
3008
2864
  {
3009
- "name": "default"
3010
- }
3011
- ],
3012
- "sourceFiles": [
3013
- "./src/components/modal/CdrModal.vue"
3014
- ],
3015
- "UIProperties": [
3016
- {
3017
- "name": "--cdr-modal-overlay-background-color",
3018
- "defaultValue": "--cdr-color-background-modal-overlay",
3019
- "description": "Background color of the modal overlay"
2865
+ "name": "--cdr-list-unordered-prefix-color",
2866
+ "defaultValue": "--cdr-color-text-secondary",
2867
+ "description": "Color of the unordered cdr-list item prefix"
3020
2868
  },
3021
2869
  {
3022
- "name": "--cdr-modal-content-wrap-background-color",
3023
- "defaultValue": "--cdr-color-background-primary",
3024
- "description": "Background color of the content wrap"
2870
+ "name": "--cdr-list-unordered-nested-prefix-color",
2871
+ "defaultValue": "--cdr-color-text-secondary",
2872
+ "description": "Color of the nested unordered cdr-list item prefix"
3025
2873
  }
3026
2874
  ]
3027
2875
  },
@@ -3146,347 +2994,499 @@
3146
2994
  }
3147
2995
  ]
3148
2996
  },
3149
- "CdrPopover": {
3150
- "name": "CdrPopover",
3151
- "description": "Small overlay used to display contextual information",
2997
+ "CdrPagination": {
2998
+ "name": "CdrPagination",
2999
+ "description": "Allows people to navigate to the next or previous page within an experience",
3152
3000
  "tags": {},
3153
3001
  "exportName": "default",
3154
- "displayName": "CdrPopover",
3002
+ "displayName": "CdrPagination",
3155
3003
  "props": [
3156
3004
  {
3157
- "name": "position",
3158
- "description": "Sets the position where the popover will render relative to the trigger element.",
3005
+ "name": "id",
3006
+ "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3159
3007
  "tags": {
3160
- "demoSelectMultiple": [
3008
+ "demoIgnore": [
3161
3009
  {
3162
- "description": "false",
3163
- "title": "demoSelectMultiple"
3010
+ "description": "true",
3011
+ "title": "demoIgnore"
3164
3012
  }
3165
3013
  ]
3166
3014
  },
3167
- "values": [
3168
- "top",
3169
- "bottom",
3170
- "left",
3171
- "right"
3172
- ],
3173
3015
  "type": {
3174
3016
  "name": "string"
3175
- },
3176
- "required": false,
3177
- "defaultValue": {
3178
- "func": false,
3179
- "value": "'top'"
3180
3017
  }
3181
3018
  },
3182
3019
  {
3183
- "name": "autoPosition",
3184
- "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`.",
3020
+ "name": "totalPages",
3021
+ "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.",
3185
3022
  "type": {
3186
- "name": "boolean"
3023
+ "name": "number"
3187
3024
  },
3188
- "required": false,
3189
3025
  "defaultValue": {
3190
3026
  "func": false,
3191
- "value": true
3027
+ "value": "null"
3192
3028
  }
3193
3029
  },
3194
3030
  {
3195
- "name": "label",
3196
- "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3031
+ "name": "pages",
3032
+ "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
3197
3033
  "type": {
3198
- "name": "string"
3034
+ "name": "paginationItem[]"
3199
3035
  },
3200
- "required": false
3036
+ "required": true
3201
3037
  },
3202
3038
  {
3203
- "name": "id",
3204
- "description": "ID for the popover element, required for accessibility",
3039
+ "name": "linkTag",
3040
+ "description": "Sets which tag type is used to render pagination elements",
3041
+ "tags": {},
3042
+ "values": [
3043
+ "a",
3044
+ "button"
3045
+ ],
3205
3046
  "type": {
3206
3047
  "name": "string"
3207
3048
  },
3208
- "required": true
3049
+ "defaultValue": {
3050
+ "func": false,
3051
+ "value": "'a'"
3052
+ }
3209
3053
  },
3210
3054
  {
3211
- "name": "contentClass",
3212
- "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3055
+ "name": "forLabel",
3056
+ "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`",
3213
3057
  "type": {
3214
3058
  "name": "string"
3215
3059
  },
3216
- "required": false
3060
+ "defaultValue": {
3061
+ "func": false,
3062
+ "value": "''"
3063
+ }
3217
3064
  },
3218
3065
  {
3219
- "name": "open",
3220
- "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3066
+ "name": "modelValue",
3221
3067
  "tags": {
3222
- "demoIgnore": [
3068
+ "ignore": [
3223
3069
  {
3224
- "description": "true",
3225
- "title": "demoIgnore"
3070
+ "description": "used for binding v-model, represents the current page",
3071
+ "title": "ignore"
3226
3072
  }
3227
3073
  ]
3228
3074
  },
3229
3075
  "type": {
3230
- "name": "boolean"
3231
- },
3232
- "required": false,
3233
- "defaultValue": {
3234
- "func": false,
3235
- "value": false
3076
+ "name": "number"
3236
3077
  }
3237
3078
  }
3238
3079
  ],
3239
3080
  "events": [
3240
3081
  {
3241
- "name": "opened",
3242
- "description": "Emits when popover is opened"
3082
+ "name": "update:modelValue",
3083
+ "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
3084
+ "properties": [
3085
+ {
3086
+ "type": {
3087
+ "names": [
3088
+ "mixed"
3089
+ ]
3090
+ },
3091
+ "name": "modelValue"
3092
+ }
3093
+ ],
3094
+ "tags": [
3095
+ {
3096
+ "title": "param",
3097
+ "type": {
3098
+ "name": "mixed"
3099
+ },
3100
+ "name": "modelValue"
3101
+ }
3102
+ ]
3243
3103
  },
3244
3104
  {
3245
- "name": "closed",
3246
- "description": "Emits when popover is closed"
3105
+ "name": "navigate",
3106
+ "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."
3247
3107
  }
3248
3108
  ],
3249
- "slots": [
3109
+ "sourceFiles": [
3110
+ "./src/components/pagination/CdrPagination.vue"
3111
+ ],
3112
+ "UIProperties": [
3250
3113
  {
3251
- "name": "trigger",
3252
- "description": " Slot for the element that triggers the popover."
3114
+ "name": "--cdr-pagination-link-text-color",
3115
+ "defaultValue": "--cdr-color-text-primary",
3116
+ "description": "Text color of a cdr-pagination link"
3253
3117
  },
3254
3118
  {
3255
- "name": "title",
3256
- "description": "Sets the title for the popover. Can also be set with `label` prop"
3119
+ "name": "--cdr-pagination-link-fill-color",
3120
+ "defaultValue": "--cdr-color-text-primary",
3121
+ "description": "Fill color of a cdr-pagination link"
3257
3122
  },
3258
3123
  {
3259
- "name": "default"
3124
+ "name": "--cdr-pagination-link-background-color-interaction",
3125
+ "defaultValue": "--cdr-color-background-pagination-hover",
3126
+ "description": "Background color of a cdr-pagination link on hover/focus/active"
3260
3127
  },
3261
3128
  {
3262
- "name": "icon"
3129
+ "name": "--cdr-pagination-link-current-background-color-keyline",
3130
+ "defaultValue": "--cdr-color-background-pagination-keyline",
3131
+ "description": "Background color of the keyline for the current cdr-pagination link"
3132
+ },
3133
+ {
3134
+ "name": "--cdr-pagination-link-text-color-disabled",
3135
+ "defaultValue": "--cdr-color-text-disabled",
3136
+ "description": "Text color of a disabled cdr-pagination link"
3137
+ },
3138
+ {
3139
+ "name": "--cdr-pagination-link-fill-color-disabled",
3140
+ "defaultValue": "--cdr-color-text-disabled",
3141
+ "description": "Fill color of a disabled cdr-pagination link"
3142
+ },
3143
+ {
3144
+ "name": "--cdr-pagination-link-text-color-interactive-disabled",
3145
+ "defaultValue": "--cdr-color-text-disabled",
3146
+ "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3263
3147
  }
3264
- ],
3265
- "sourceFiles": [
3266
- "./src/components/popover/CdrPopover.vue"
3267
3148
  ]
3268
3149
  },
3269
- "CdrPopup": {
3270
- "name": "CdrPopup",
3271
- "description": "An internal helper component used by Popover and Tooltip",
3150
+ "CdrModal": {
3151
+ "name": "CdrModal",
3152
+ "description": "Disruptive, action-blocking overlays used to display important information",
3272
3153
  "tags": {},
3273
3154
  "exportName": "default",
3274
- "displayName": "CdrPopup",
3155
+ "displayName": "CdrModal",
3275
3156
  "props": [
3276
3157
  {
3277
3158
  "name": "opened",
3159
+ "description": "Toggles the state of the modal",
3160
+ "tags": {
3161
+ "demoIgnore": [
3162
+ {
3163
+ "description": "true",
3164
+ "title": "demoIgnore"
3165
+ }
3166
+ ]
3167
+ },
3168
+ "type": {
3169
+ "name": "boolean"
3170
+ },
3171
+ "required": true
3172
+ },
3173
+ {
3174
+ "name": "label",
3175
+ "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
3176
+ "type": {
3177
+ "name": "string"
3178
+ },
3179
+ "required": true
3180
+ },
3181
+ {
3182
+ "name": "showTitle",
3183
+ "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
3278
3184
  "type": {
3279
3185
  "name": "boolean"
3280
3186
  },
3187
+ "required": false,
3281
3188
  "defaultValue": {
3282
3189
  "func": false,
3283
- "value": false
3190
+ "value": true
3284
3191
  }
3285
3192
  },
3286
3193
  {
3287
- "name": "position",
3194
+ "name": "ariaDescribedby",
3195
+ "description": "Text for aria-describedby attribute. Applied to modal content element",
3288
3196
  "type": {
3289
3197
  "name": "string"
3290
3198
  },
3291
3199
  "required": false,
3292
3200
  "defaultValue": {
3293
3201
  "func": false,
3294
- "value": "'top'"
3202
+ "value": "null"
3295
3203
  }
3296
3204
  },
3297
3205
  {
3298
- "name": "autoPosition",
3206
+ "name": "role",
3207
+ "description": "Sets the `role` attribute on the modal content element",
3208
+ "tags": {},
3209
+ "values": [
3210
+ "dialog",
3211
+ "alertDialog"
3212
+ ],
3299
3213
  "type": {
3300
- "name": "boolean"
3214
+ "name": "string"
3301
3215
  },
3216
+ "required": false,
3302
3217
  "defaultValue": {
3303
3218
  "func": false,
3304
- "value": true
3219
+ "value": "'dialog'"
3220
+ }
3221
+ },
3222
+ {
3223
+ "name": "id",
3224
+ "description": "Sets unique `id` for modal",
3225
+ "type": {
3226
+ "name": "string"
3227
+ },
3228
+ "required": false,
3229
+ "defaultValue": {
3230
+ "func": false,
3231
+ "value": "null"
3232
+ }
3233
+ },
3234
+ {
3235
+ "name": "overlayClass",
3236
+ "description": "Adds custom class to the `cdr-modal__overlay` div",
3237
+ "type": {
3238
+ "name": "string"
3239
+ }
3240
+ },
3241
+ {
3242
+ "name": "wrapperClass",
3243
+ "description": "Adds custom class to the `cdr-modal__outerWrap` div",
3244
+ "type": {
3245
+ "name": "string"
3305
3246
  }
3306
3247
  },
3307
3248
  {
3308
3249
  "name": "contentClass",
3250
+ "description": "Adds custom class to the `cdr-modal__innerWrap` div",
3309
3251
  "type": {
3310
3252
  "name": "string"
3311
3253
  }
3254
+ },
3255
+ {
3256
+ "name": "animationDuration",
3257
+ "description": "Sets duration for modal's close animation",
3258
+ "type": {
3259
+ "name": "number"
3260
+ },
3261
+ "defaultValue": {
3262
+ "func": false,
3263
+ "value": "300"
3264
+ }
3312
3265
  }
3313
3266
  ],
3314
3267
  "events": [
3315
3268
  {
3316
- "name": "closed"
3269
+ "name": "closed",
3270
+ "description": "Fires when modal is closed"
3317
3271
  }
3318
3272
  ],
3319
3273
  "slots": [
3274
+ {
3275
+ "name": "modal",
3276
+ "description": "Use to override the entire CdrModal content container."
3277
+ },
3278
+ {
3279
+ "name": "title",
3280
+ "description": "Use to override the default title"
3281
+ },
3320
3282
  {
3321
3283
  "name": "default"
3322
3284
  }
3323
3285
  ],
3324
3286
  "sourceFiles": [
3325
- "./src/components/popup/CdrPopup.vue"
3287
+ "./src/components/modal/CdrModal.vue"
3326
3288
  ],
3327
3289
  "UIProperties": [
3328
3290
  {
3329
- "name": "--cdr-popup-content-background",
3330
- "defaultValue": "--cdr-color-background-primary",
3331
- "description": "Background color of cdr-popup content"
3291
+ "name": "--cdr-modal-overlay-background-color",
3292
+ "defaultValue": "--cdr-color-background-modal-overlay",
3293
+ "description": "Background color of the modal overlay"
3332
3294
  },
3333
3295
  {
3334
- "name": "--cdr-popup-content-border-color",
3335
- "defaultValue": "--cdr-color-border-secondary",
3336
- "description": "Border color of cdr-popup content"
3296
+ "name": "--cdr-modal-content-wrap-background-color",
3297
+ "defaultValue": "--cdr-color-background-primary",
3298
+ "description": "Background color of the content wrap"
3337
3299
  }
3338
3300
  ]
3339
3301
  },
3340
- "CdrPagination": {
3341
- "name": "CdrPagination",
3342
- "description": "Allows people to navigate to the next or previous page within an experience",
3302
+ "CdrPopover": {
3303
+ "name": "CdrPopover",
3304
+ "description": "Small overlay used to display contextual information",
3343
3305
  "tags": {},
3344
3306
  "exportName": "default",
3345
- "displayName": "CdrPagination",
3307
+ "displayName": "CdrPopover",
3346
3308
  "props": [
3347
3309
  {
3348
- "name": "id",
3349
- "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3310
+ "name": "position",
3311
+ "description": "Sets the position where the popover will render relative to the trigger element.",
3350
3312
  "tags": {
3351
- "demoIgnore": [
3313
+ "demoSelectMultiple": [
3352
3314
  {
3353
- "description": "true",
3354
- "title": "demoIgnore"
3315
+ "description": "false",
3316
+ "title": "demoSelectMultiple"
3355
3317
  }
3356
3318
  ]
3357
3319
  },
3320
+ "values": [
3321
+ "top",
3322
+ "bottom",
3323
+ "left",
3324
+ "right"
3325
+ ],
3358
3326
  "type": {
3359
3327
  "name": "string"
3328
+ },
3329
+ "required": false,
3330
+ "defaultValue": {
3331
+ "func": false,
3332
+ "value": "'top'"
3360
3333
  }
3361
3334
  },
3362
3335
  {
3363
- "name": "totalPages",
3364
- "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.",
3336
+ "name": "autoPosition",
3337
+ "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`.",
3365
3338
  "type": {
3366
- "name": "number"
3339
+ "name": "boolean"
3367
3340
  },
3341
+ "required": false,
3368
3342
  "defaultValue": {
3369
3343
  "func": false,
3370
- "value": "null"
3344
+ "value": true
3371
3345
  }
3372
3346
  },
3373
3347
  {
3374
- "name": "pages",
3375
- "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
3348
+ "name": "label",
3349
+ "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3376
3350
  "type": {
3377
- "name": "paginationItem[]"
3351
+ "name": "string"
3378
3352
  },
3379
- "required": true
3353
+ "required": false
3380
3354
  },
3381
3355
  {
3382
- "name": "linkTag",
3383
- "description": "Sets which tag type is used to render pagination elements",
3384
- "tags": {},
3385
- "values": [
3386
- "a",
3387
- "button"
3388
- ],
3356
+ "name": "id",
3357
+ "description": "ID for the popover element, required for accessibility",
3389
3358
  "type": {
3390
3359
  "name": "string"
3391
3360
  },
3392
- "defaultValue": {
3393
- "func": false,
3394
- "value": "'a'"
3395
- }
3361
+ "required": true
3396
3362
  },
3397
3363
  {
3398
- "name": "forLabel",
3399
- "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`",
3364
+ "name": "contentClass",
3365
+ "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3400
3366
  "type": {
3401
3367
  "name": "string"
3402
3368
  },
3403
- "defaultValue": {
3404
- "func": false,
3405
- "value": "''"
3406
- }
3369
+ "required": false
3407
3370
  },
3408
3371
  {
3409
- "name": "modelValue",
3372
+ "name": "open",
3373
+ "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3410
3374
  "tags": {
3411
- "ignore": [
3375
+ "demoIgnore": [
3412
3376
  {
3413
- "description": "used for binding v-model, represents the current page",
3414
- "title": "ignore"
3377
+ "description": "true",
3378
+ "title": "demoIgnore"
3415
3379
  }
3416
3380
  ]
3417
3381
  },
3418
3382
  "type": {
3419
- "name": "number"
3383
+ "name": "boolean"
3384
+ },
3385
+ "required": false,
3386
+ "defaultValue": {
3387
+ "func": false,
3388
+ "value": false
3420
3389
  }
3421
3390
  }
3422
3391
  ],
3423
3392
  "events": [
3424
3393
  {
3425
- "name": "update:modelValue",
3426
- "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
3427
- "properties": [
3428
- {
3429
- "type": {
3430
- "names": [
3431
- "mixed"
3432
- ]
3433
- },
3434
- "name": "modelValue"
3435
- }
3436
- ],
3437
- "tags": [
3438
- {
3439
- "title": "param",
3440
- "type": {
3441
- "name": "mixed"
3442
- },
3443
- "name": "modelValue"
3444
- }
3445
- ]
3394
+ "name": "opened",
3395
+ "description": "Emits when popover is opened"
3446
3396
  },
3447
3397
  {
3448
- "name": "navigate",
3449
- "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."
3398
+ "name": "closed",
3399
+ "description": "Emits when popover is closed"
3450
3400
  }
3451
3401
  ],
3452
- "sourceFiles": [
3453
- "./src/components/pagination/CdrPagination.vue"
3402
+ "slots": [
3403
+ {
3404
+ "name": "trigger",
3405
+ "description": " Slot for the element that triggers the popover."
3406
+ },
3407
+ {
3408
+ "name": "title",
3409
+ "description": "Sets the title for the popover. Can also be set with `label` prop"
3410
+ },
3411
+ {
3412
+ "name": "default"
3413
+ },
3414
+ {
3415
+ "name": "icon"
3416
+ }
3454
3417
  ],
3455
- "UIProperties": [
3418
+ "sourceFiles": [
3419
+ "./src/components/popover/CdrPopover.vue"
3420
+ ]
3421
+ },
3422
+ "CdrPopup": {
3423
+ "name": "CdrPopup",
3424
+ "description": "An internal helper component used by Popover and Tooltip",
3425
+ "tags": {},
3426
+ "exportName": "default",
3427
+ "displayName": "CdrPopup",
3428
+ "props": [
3456
3429
  {
3457
- "name": "--cdr-pagination-link-text-color",
3458
- "defaultValue": "--cdr-color-text-primary",
3459
- "description": "Text color of a cdr-pagination link"
3430
+ "name": "opened",
3431
+ "type": {
3432
+ "name": "boolean"
3433
+ },
3434
+ "defaultValue": {
3435
+ "func": false,
3436
+ "value": false
3437
+ }
3460
3438
  },
3461
3439
  {
3462
- "name": "--cdr-pagination-link-fill-color",
3463
- "defaultValue": "--cdr-color-text-primary",
3464
- "description": "Fill color of a cdr-pagination link"
3440
+ "name": "position",
3441
+ "type": {
3442
+ "name": "string"
3443
+ },
3444
+ "required": false,
3445
+ "defaultValue": {
3446
+ "func": false,
3447
+ "value": "'top'"
3448
+ }
3465
3449
  },
3466
3450
  {
3467
- "name": "--cdr-pagination-link-background-color-interaction",
3468
- "defaultValue": "--cdr-color-background-pagination-hover",
3469
- "description": "Background color of a cdr-pagination link on hover/focus/active"
3451
+ "name": "autoPosition",
3452
+ "type": {
3453
+ "name": "boolean"
3454
+ },
3455
+ "defaultValue": {
3456
+ "func": false,
3457
+ "value": true
3458
+ }
3470
3459
  },
3471
3460
  {
3472
- "name": "--cdr-pagination-link-current-background-color-keyline",
3473
- "defaultValue": "--cdr-color-background-pagination-keyline",
3474
- "description": "Background color of the keyline for the current cdr-pagination link"
3475
- },
3461
+ "name": "contentClass",
3462
+ "type": {
3463
+ "name": "string"
3464
+ }
3465
+ }
3466
+ ],
3467
+ "events": [
3476
3468
  {
3477
- "name": "--cdr-pagination-link-text-color-disabled",
3478
- "defaultValue": "--cdr-color-text-disabled",
3479
- "description": "Text color of a disabled cdr-pagination link"
3480
- },
3469
+ "name": "closed"
3470
+ }
3471
+ ],
3472
+ "slots": [
3481
3473
  {
3482
- "name": "--cdr-pagination-link-fill-color-disabled",
3483
- "defaultValue": "--cdr-color-text-disabled",
3484
- "description": "Fill color of a disabled cdr-pagination link"
3474
+ "name": "default"
3475
+ }
3476
+ ],
3477
+ "sourceFiles": [
3478
+ "./src/components/popup/CdrPopup.vue"
3479
+ ],
3480
+ "UIProperties": [
3481
+ {
3482
+ "name": "--cdr-popup-content-background",
3483
+ "defaultValue": "--cdr-color-background-primary",
3484
+ "description": "Background color of cdr-popup content"
3485
3485
  },
3486
3486
  {
3487
- "name": "--cdr-pagination-link-text-color-interactive-disabled",
3488
- "defaultValue": "--cdr-color-text-disabled",
3489
- "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3487
+ "name": "--cdr-popup-content-border-color",
3488
+ "defaultValue": "--cdr-color-border-secondary",
3489
+ "description": "Border color of cdr-popup content"
3490
3490
  }
3491
3491
  ]
3492
3492
  },
@@ -4241,6 +4241,160 @@
4241
4241
  }
4242
4242
  ]
4243
4243
  },
4244
+ "CdrTable": {
4245
+ "name": "CdrTable",
4246
+ "description": "Organizes structured data for users to easily scan, compare, and analyze",
4247
+ "tags": {},
4248
+ "exportName": "default",
4249
+ "displayName": "CdrTable",
4250
+ "props": [
4251
+ {
4252
+ "name": "striped",
4253
+ "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
4254
+ "type": {
4255
+ "name": "boolean"
4256
+ },
4257
+ "defaultValue": {
4258
+ "func": false,
4259
+ "value": false
4260
+ }
4261
+ },
4262
+ {
4263
+ "name": "border",
4264
+ "description": "Adds borders between rows. Will disable `striped` if both are true",
4265
+ "type": {
4266
+ "name": "boolean"
4267
+ },
4268
+ "defaultValue": {
4269
+ "func": false,
4270
+ "value": true
4271
+ }
4272
+ },
4273
+ {
4274
+ "name": "fullWidth",
4275
+ "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
4276
+ "type": {
4277
+ "name": "boolean|string"
4278
+ },
4279
+ "defaultValue": {
4280
+ "func": false,
4281
+ "value": true
4282
+ }
4283
+ },
4284
+ {
4285
+ "name": "responsive",
4286
+ "description": "Makes the table scroll horizontally when it would overflow its container",
4287
+ "type": {
4288
+ "name": "boolean"
4289
+ },
4290
+ "defaultValue": {
4291
+ "func": false,
4292
+ "value": true
4293
+ }
4294
+ },
4295
+ {
4296
+ "name": "hover",
4297
+ "description": "Adds a darker background on row hover",
4298
+ "type": {
4299
+ "name": "boolean"
4300
+ },
4301
+ "defaultValue": {
4302
+ "func": false,
4303
+ "value": false
4304
+ }
4305
+ },
4306
+ {
4307
+ "name": "size",
4308
+ "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4309
+ "tags": {
4310
+ "demoSelectMultiple": [
4311
+ {
4312
+ "description": "false",
4313
+ "title": "demoSelectMultiple"
4314
+ }
4315
+ ]
4316
+ },
4317
+ "values": [
4318
+ "small",
4319
+ "medium",
4320
+ "large"
4321
+ ],
4322
+ "type": {
4323
+ "name": "string"
4324
+ },
4325
+ "defaultValue": {
4326
+ "func": false,
4327
+ "value": "'medium'"
4328
+ }
4329
+ }
4330
+ ],
4331
+ "slots": [
4332
+ {
4333
+ "name": "default",
4334
+ "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4335
+ }
4336
+ ],
4337
+ "sourceFiles": [
4338
+ "./src/components/table/CdrTable.vue"
4339
+ ],
4340
+ "UIProperties": [
4341
+ {
4342
+ "name": "--cdr-table-base-text-color",
4343
+ "defaultValue": "--cdr-color-text-primary",
4344
+ "description": "Color of the cdr-table base text"
4345
+ },
4346
+ {
4347
+ "name": "--cdr-table-row-background-color",
4348
+ "defaultValue": "--cdr-color-background-table-row",
4349
+ "description": "Background color of the table rows"
4350
+ },
4351
+ {
4352
+ "name": "--cdr-table-header-background-color",
4353
+ "defaultValue": "--cdr-color-background-table-header",
4354
+ "description": "Background color of the table header"
4355
+ },
4356
+ {
4357
+ "name": "--cdr-table-text-cell-color",
4358
+ "defaultValue": "--cdr-color-text-primary",
4359
+ "description": "Text color of the table cells"
4360
+ },
4361
+ {
4362
+ "name": "--cdr-table-border-color-default",
4363
+ "defaultValue": "--cdr-color-border-table-default",
4364
+ "description": "Default border color of the table"
4365
+ },
4366
+ {
4367
+ "name": "--cdr-table-head-border-default",
4368
+ "defaultValue": "--cdr-color-border-table-head",
4369
+ "description": "Head border color of the table"
4370
+ },
4371
+ {
4372
+ "name": "--cdr-table-odd-row-background-color",
4373
+ "defaultValue": "--cdr-color-background-table-row-alt",
4374
+ "description": "Background color of all odd rows in the table"
4375
+ },
4376
+ {
4377
+ "name": "--cdr-table-header-odd-row-background-color",
4378
+ "defaultValue": "--cdr-color-background-table-row",
4379
+ "description": "Background color of odd rows in the table header"
4380
+ },
4381
+ {
4382
+ "name": "--cdr-table-striped-odd-row-background-color",
4383
+ "defaultValue": "--cdr-color-background-table-row",
4384
+ "description": "Background color of the odd rows in striped tables"
4385
+ },
4386
+ {
4387
+ "name": "--cdr-table-body-footer-odd-row-background-color",
4388
+ "defaultValue": "--cdr-color-background-table-row-alt",
4389
+ "description": "Background color of odd rows in the table body and footer"
4390
+ },
4391
+ {
4392
+ "name": "--cdr-table-cell-background-color-hover",
4393
+ "defaultValue": "--cdr-color-background-table-header",
4394
+ "description": "Background color of table cells on hover"
4395
+ }
4396
+ ]
4397
+ },
4244
4398
  "CdrSkeleton": {
4245
4399
  "name": "CdrSkeleton",
4246
4400
  "description": "Visually communicates content is in the process of loading",
@@ -4292,44 +4446,6 @@
4292
4446
  }
4293
4447
  ]
4294
4448
  },
4295
- "CdrSkeletonBone": {
4296
- "name": "CdrSkeletonBone",
4297
- "exportName": "default",
4298
- "displayName": "CdrSkeletonBone",
4299
- "description": "",
4300
- "tags": {},
4301
- "props": [
4302
- {
4303
- "name": "type",
4304
- "description": "Sets the type of content placeholder",
4305
- "tags": {
4306
- "demoSelectMultiple": [
4307
- {
4308
- "description": "false",
4309
- "title": "demoSelectMultiple"
4310
- }
4311
- ]
4312
- },
4313
- "values": [
4314
- "default",
4315
- "heading",
4316
- "line",
4317
- "rectangle",
4318
- "square"
4319
- ],
4320
- "type": {
4321
- "name": "string"
4322
- },
4323
- "defaultValue": {
4324
- "func": false,
4325
- "value": "'default'"
4326
- }
4327
- }
4328
- ],
4329
- "sourceFiles": [
4330
- "./src/components/skeleton/CdrSkeletonBone.vue"
4331
- ]
4332
- },
4333
4449
  "CdrSwitch": {
4334
4450
  "name": "CdrSwitch",
4335
4451
  "description": "Permits selection from two opposing options",
@@ -4556,6 +4672,57 @@
4556
4672
  }
4557
4673
  ]
4558
4674
  },
4675
+ "CdrTabPanel": {
4676
+ "name": "CdrTabPanel",
4677
+ "exportName": "default",
4678
+ "displayName": "CdrTabPanel",
4679
+ "description": "",
4680
+ "tags": {},
4681
+ "props": [
4682
+ {
4683
+ "name": "id",
4684
+ "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.",
4685
+ "type": {
4686
+ "name": "string"
4687
+ }
4688
+ },
4689
+ {
4690
+ "name": "name",
4691
+ "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.",
4692
+ "type": {
4693
+ "name": "string"
4694
+ }
4695
+ },
4696
+ {
4697
+ "name": "ariaLabelledby",
4698
+ "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.",
4699
+ "type": {
4700
+ "name": "string"
4701
+ }
4702
+ }
4703
+ ],
4704
+ "events": [
4705
+ {
4706
+ "name": "tab-change",
4707
+ "description": "Emits when active tab is changed",
4708
+ "tags": [
4709
+ {
4710
+ "title": "params",
4711
+ "content": "state, panelId"
4712
+ }
4713
+ ]
4714
+ }
4715
+ ],
4716
+ "slots": [
4717
+ {
4718
+ "name": "default",
4719
+ "description": "CdrTabPanel content"
4720
+ }
4721
+ ],
4722
+ "sourceFiles": [
4723
+ "./src/components/tabs/CdrTabPanel.vue"
4724
+ ]
4725
+ },
4559
4726
  "CdrTabs": {
4560
4727
  "name": "CdrTabs",
4561
4728
  "description": "Organizes related content into groups for people to navigate between",
@@ -4676,122 +4843,31 @@
4676
4843
  }
4677
4844
  ]
4678
4845
  },
4679
- "CdrTabPanel": {
4680
- "name": "CdrTabPanel",
4846
+ "CdrToggleGroup": {
4847
+ "name": "CdrToggleGroup",
4681
4848
  "exportName": "default",
4682
- "displayName": "CdrTabPanel",
4849
+ "displayName": "CdrToggleGroup",
4683
4850
  "description": "",
4684
4851
  "tags": {},
4685
4852
  "props": [
4686
4853
  {
4687
- "name": "id",
4688
- "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.",
4689
- "type": {
4690
- "name": "string"
4691
- }
4692
- },
4693
- {
4694
- "name": "name",
4695
- "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.",
4696
- "type": {
4697
- "name": "string"
4698
- }
4699
- },
4700
- {
4701
- "name": "ariaLabelledby",
4702
- "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.",
4703
- "type": {
4704
- "name": "string"
4705
- }
4706
- }
4707
- ],
4708
- "events": [
4709
- {
4710
- "name": "tab-change",
4711
- "description": "Emits when active tab is changed",
4712
- "tags": [
4713
- {
4714
- "title": "params",
4715
- "content": "state, panelId"
4716
- }
4717
- ]
4718
- }
4719
- ],
4720
- "slots": [
4721
- {
4722
- "name": "default",
4723
- "description": "CdrTabPanel content"
4724
- }
4725
- ],
4726
- "sourceFiles": [
4727
- "./src/components/tabs/CdrTabPanel.vue"
4728
- ]
4729
- },
4730
- "CdrTable": {
4731
- "name": "CdrTable",
4732
- "description": "Organizes structured data for users to easily scan, compare, and analyze",
4733
- "tags": {},
4734
- "exportName": "default",
4735
- "displayName": "CdrTable",
4736
- "props": [
4737
- {
4738
- "name": "striped",
4739
- "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
4740
- "type": {
4741
- "name": "boolean"
4742
- },
4743
- "defaultValue": {
4744
- "func": false,
4745
- "value": false
4746
- }
4747
- },
4748
- {
4749
- "name": "border",
4750
- "description": "Adds borders between rows. Will disable `striped` if both are true",
4751
- "type": {
4752
- "name": "boolean"
4753
- },
4754
- "defaultValue": {
4755
- "func": false,
4756
- "value": true
4757
- }
4758
- },
4759
- {
4760
- "name": "fullWidth",
4761
- "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
4762
- "type": {
4763
- "name": "boolean|string"
4764
- },
4765
- "defaultValue": {
4766
- "func": false,
4767
- "value": true
4768
- }
4769
- },
4770
- {
4771
- "name": "responsive",
4772
- "description": "Makes the table scroll horizontally when it would overflow its container",
4773
- "type": {
4774
- "name": "boolean"
4854
+ "name": "modelValue",
4855
+ "tags": {
4856
+ "ignore": [
4857
+ {
4858
+ "description": true,
4859
+ "title": "ignore"
4860
+ }
4861
+ ]
4775
4862
  },
4776
- "defaultValue": {
4777
- "func": false,
4778
- "value": true
4779
- }
4780
- },
4781
- {
4782
- "name": "hover",
4783
- "description": "Adds a darker background on row hover",
4784
4863
  "type": {
4785
- "name": "boolean"
4864
+ "name": "string|number|boolean|object|array"
4786
4865
  },
4787
- "defaultValue": {
4788
- "func": false,
4789
- "value": false
4790
- }
4866
+ "required": true
4791
4867
  },
4792
4868
  {
4793
4869
  "name": "size",
4794
- "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4870
+ "description": "Sets toggle button size",
4795
4871
  "tags": {
4796
4872
  "demoSelectMultiple": [
4797
4873
  {
@@ -4801,7 +4877,6 @@
4801
4877
  ]
4802
4878
  },
4803
4879
  "values": [
4804
- "small",
4805
4880
  "medium",
4806
4881
  "large"
4807
4882
  ],
@@ -4814,70 +4889,50 @@
4814
4889
  }
4815
4890
  }
4816
4891
  ],
4892
+ "events": [
4893
+ {
4894
+ "name": "update:modelValue",
4895
+ "description": "Event emitted by v-model",
4896
+ "properties": [
4897
+ {
4898
+ "type": {
4899
+ "names": [
4900
+ "mixed"
4901
+ ]
4902
+ },
4903
+ "name": "modelValue"
4904
+ }
4905
+ ],
4906
+ "tags": [
4907
+ {
4908
+ "title": "param",
4909
+ "type": {
4910
+ "name": "mixed"
4911
+ },
4912
+ "name": "modelValue"
4913
+ }
4914
+ ]
4915
+ }
4916
+ ],
4817
4917
  "slots": [
4818
4918
  {
4819
4919
  "name": "default",
4820
- "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4920
+ "description": "CdrToggleGroup content (CdrToggleButton components)"
4821
4921
  }
4822
4922
  ],
4823
4923
  "sourceFiles": [
4824
- "./src/components/table/CdrTable.vue"
4924
+ "./src/components/toggleButton/CdrToggleGroup.vue"
4825
4925
  ],
4826
4926
  "UIProperties": [
4827
4927
  {
4828
- "name": "--cdr-table-base-text-color",
4829
- "defaultValue": "--cdr-color-text-primary",
4830
- "description": "Color of the cdr-table base text"
4831
- },
4832
- {
4833
- "name": "--cdr-table-row-background-color",
4834
- "defaultValue": "--cdr-color-background-table-row",
4835
- "description": "Background color of the table rows"
4836
- },
4837
- {
4838
- "name": "--cdr-table-header-background-color",
4839
- "defaultValue": "--cdr-color-background-table-header",
4840
- "description": "Background color of the table header"
4841
- },
4842
- {
4843
- "name": "--cdr-table-text-cell-color",
4844
- "defaultValue": "--cdr-color-text-primary",
4845
- "description": "Text color of the table cells"
4846
- },
4847
- {
4848
- "name": "--cdr-table-border-color-default",
4849
- "defaultValue": "--cdr-color-border-table-default",
4850
- "description": "Default border color of the table"
4851
- },
4852
- {
4853
- "name": "--cdr-table-head-border-default",
4854
- "defaultValue": "--cdr-color-border-table-head",
4855
- "description": "Head border color of the table"
4856
- },
4857
- {
4858
- "name": "--cdr-table-odd-row-background-color",
4859
- "defaultValue": "--cdr-color-background-table-row-alt",
4860
- "description": "Background color of all odd rows in the table"
4861
- },
4862
- {
4863
- "name": "--cdr-table-header-odd-row-background-color",
4864
- "defaultValue": "--cdr-color-background-table-row",
4865
- "description": "Background color of odd rows in the table header"
4866
- },
4867
- {
4868
- "name": "--cdr-table-striped-odd-row-background-color",
4869
- "defaultValue": "--cdr-color-background-table-row",
4870
- "description": "Background color of the odd rows in striped tables"
4871
- },
4872
- {
4873
- "name": "--cdr-table-body-footer-odd-row-background-color",
4874
- "defaultValue": "--cdr-color-background-table-row-alt",
4875
- "description": "Background color of odd rows in the table body and footer"
4928
+ "name": "--cdr-toggle-group-border-color",
4929
+ "defaultValue": "--cdr-color-border-primary",
4930
+ "description": "Border color of the cdr-toggle-group"
4876
4931
  },
4877
4932
  {
4878
- "name": "--cdr-table-cell-background-color-hover",
4879
- "defaultValue": "--cdr-color-background-table-header",
4880
- "description": "Background color of table cells on hover"
4933
+ "name": "--cdr-toggle-group-background-color-default-rest",
4934
+ "defaultValue": "--cdr-color-background-toggle-group-default-rest",
4935
+ "description": "Default background color of the cdr-toggle-group"
4881
4936
  }
4882
4937
  ]
4883
4938
  },
@@ -5141,31 +5196,16 @@
5141
5196
  }
5142
5197
  ]
5143
5198
  },
5144
- "CdrToggleGroup": {
5145
- "name": "CdrToggleGroup",
5199
+ "CdrSkeletonBone": {
5200
+ "name": "CdrSkeletonBone",
5146
5201
  "exportName": "default",
5147
- "displayName": "CdrToggleGroup",
5202
+ "displayName": "CdrSkeletonBone",
5148
5203
  "description": "",
5149
5204
  "tags": {},
5150
5205
  "props": [
5151
5206
  {
5152
- "name": "modelValue",
5153
- "tags": {
5154
- "ignore": [
5155
- {
5156
- "description": true,
5157
- "title": "ignore"
5158
- }
5159
- ]
5160
- },
5161
- "type": {
5162
- "name": "string|number|boolean|object|array"
5163
- },
5164
- "required": true
5165
- },
5166
- {
5167
- "name": "size",
5168
- "description": "Sets toggle button size",
5207
+ "name": "type",
5208
+ "description": "Sets the type of content placeholder",
5169
5209
  "tags": {
5170
5210
  "demoSelectMultiple": [
5171
5211
  {
@@ -5175,151 +5215,23 @@
5175
5215
  ]
5176
5216
  },
5177
5217
  "values": [
5178
- "medium",
5179
- "large"
5218
+ "default",
5219
+ "heading",
5220
+ "line",
5221
+ "rectangle",
5222
+ "square"
5180
5223
  ],
5181
5224
  "type": {
5182
5225
  "name": "string"
5183
5226
  },
5184
5227
  "defaultValue": {
5185
5228
  "func": false,
5186
- "value": "'medium'"
5229
+ "value": "'default'"
5187
5230
  }
5188
5231
  }
5189
5232
  ],
5190
- "events": [
5191
- {
5192
- "name": "update:modelValue",
5193
- "description": "Event emitted by v-model",
5194
- "properties": [
5195
- {
5196
- "type": {
5197
- "names": [
5198
- "mixed"
5199
- ]
5200
- },
5201
- "name": "modelValue"
5202
- }
5203
- ],
5204
- "tags": [
5205
- {
5206
- "title": "param",
5207
- "type": {
5208
- "name": "mixed"
5209
- },
5210
- "name": "modelValue"
5211
- }
5212
- ]
5213
- }
5214
- ],
5215
- "slots": [
5216
- {
5217
- "name": "default",
5218
- "description": "CdrToggleGroup content (CdrToggleButton components)"
5219
- }
5220
- ],
5221
- "sourceFiles": [
5222
- "./src/components/toggleButton/CdrToggleGroup.vue"
5223
- ],
5224
- "UIProperties": [
5225
- {
5226
- "name": "--cdr-toggle-group-border-color",
5227
- "defaultValue": "--cdr-color-border-primary",
5228
- "description": "Border color of the cdr-toggle-group"
5229
- },
5230
- {
5231
- "name": "--cdr-toggle-group-background-color-default-rest",
5232
- "defaultValue": "--cdr-color-background-toggle-group-default-rest",
5233
- "description": "Default background color of the cdr-toggle-group"
5234
- }
5235
- ]
5236
- },
5237
- "CdrToggleButton": {
5238
- "name": "CdrToggleButton",
5239
- "description": "Permits switching two or more options on and off",
5240
- "tags": {},
5241
- "exportName": "default",
5242
- "displayName": "CdrToggleButton",
5243
- "props": [
5244
- {
5245
- "name": "toggleValue",
5246
- "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
5247
- "type": {
5248
- "name": "string"
5249
- },
5250
- "required": true
5251
- }
5252
- ],
5253
- "slots": [
5254
- {
5255
- "name": "default",
5256
- "description": "CdrToggleButton label content"
5257
- }
5258
- ],
5259
5233
  "sourceFiles": [
5260
- "./src/components/toggleButton/CdrToggleButton.vue"
5261
- ],
5262
- "UIProperties": [
5263
- {
5264
- "name": "--cdr-toggle-button-color-default-rest",
5265
- "defaultValue": "--cdr-color-text-toggle-button-default-rest",
5266
- "description": "Default text color of the cdr-toggle-button"
5267
- },
5268
- {
5269
- "name": "--cdr-toggle-button-background-color-default-rest",
5270
- "defaultValue": "--cdr-color-background-toggle-button-default-rest",
5271
- "description": "Default background color of the cdr-toggle-button"
5272
- },
5273
- {
5274
- "name": "--cdr-toggle-button-border-color-default-focus",
5275
- "defaultValue": "--cdr-color-border-toggle-button-default-focus",
5276
- "description": "Focus border color of the cdr-toggle-button"
5277
- },
5278
- {
5279
- "name": "--cdr-toggle-button-background-color-default-focus",
5280
- "defaultValue": "--cdr-color-background-toggle-button-default-focus",
5281
- "description": "Focus background color of the cdr-toggle-button"
5282
- },
5283
- {
5284
- "name": "--cdr-toggle-button-icon-fill-default",
5285
- "defaultValue": "--cdr-color-icon-default",
5286
- "description": "Default fill color of the cdr-toggle-button's svg"
5287
- },
5288
- {
5289
- "name": "--cdr-toggle-button-background-color-default-selected-rest",
5290
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
5291
- "description": "Selected background color of the cdr-toggle-button at rest"
5292
- },
5293
- {
5294
- "name": "--cdr-toggle-button-border-color-default-selected-rest",
5295
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
5296
- "description": "Selected border color of the cdr-toggle-button at rest"
5297
- },
5298
- {
5299
- "name": "--cdr-toggle-button-icon-fill-selected-rest",
5300
- "defaultValue": "--cdr-color-icon-emphasis",
5301
- "description": "Selected fill color of the cdr-toggle-button's svg at rest"
5302
- },
5303
- {
5304
- "name": "--cdr-toggle-button-border-color-default-selected-focus",
5305
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5306
- "description": "Selected border color of the cdr-toggle-button on focus"
5307
- },
5308
- {
5309
- "name": "--cdr-toggle-button-background-color-default-selected-hover",
5310
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
5311
- "description": "Selected background color of the cdr-toggle-button on hover"
5312
- },
5313
- {
5314
- "name": "--cdr-toggle-button-background-color-default-hover",
5315
- "defaultValue": "--cdr-color-background-toggle-button-default-hover",
5316
- "description": "Background color of the cdr-toggle-button on hover"
5317
- },
5318
- {
5319
- "name": "--cdr-toggle-button-border-color-hover-focus",
5320
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5321
- "description": "Hover border color of the cdr-toggle-button on focus"
5322
- }
5234
+ "./src/components/skeleton/CdrSkeletonBone.vue"
5323
5235
  ]
5324
5236
  },
5325
5237
  "CdrTooltip": {
@@ -5452,5 +5364,93 @@
5452
5364
  "description": "Background color of the cdr-popup arrow"
5453
5365
  }
5454
5366
  ]
5367
+ },
5368
+ "CdrToggleButton": {
5369
+ "name": "CdrToggleButton",
5370
+ "description": "Permits switching two or more options on and off",
5371
+ "tags": {},
5372
+ "exportName": "default",
5373
+ "displayName": "CdrToggleButton",
5374
+ "props": [
5375
+ {
5376
+ "name": "toggleValue",
5377
+ "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
5378
+ "type": {
5379
+ "name": "string"
5380
+ },
5381
+ "required": true
5382
+ }
5383
+ ],
5384
+ "slots": [
5385
+ {
5386
+ "name": "default",
5387
+ "description": "CdrToggleButton label content"
5388
+ }
5389
+ ],
5390
+ "sourceFiles": [
5391
+ "./src/components/toggleButton/CdrToggleButton.vue"
5392
+ ],
5393
+ "UIProperties": [
5394
+ {
5395
+ "name": "--cdr-toggle-button-color-default-rest",
5396
+ "defaultValue": "--cdr-color-text-toggle-button-default-rest",
5397
+ "description": "Default text color of the cdr-toggle-button"
5398
+ },
5399
+ {
5400
+ "name": "--cdr-toggle-button-background-color-default-rest",
5401
+ "defaultValue": "--cdr-color-background-toggle-button-default-rest",
5402
+ "description": "Default background color of the cdr-toggle-button"
5403
+ },
5404
+ {
5405
+ "name": "--cdr-toggle-button-border-color-default-focus",
5406
+ "defaultValue": "--cdr-color-border-toggle-button-default-focus",
5407
+ "description": "Focus border color of the cdr-toggle-button"
5408
+ },
5409
+ {
5410
+ "name": "--cdr-toggle-button-background-color-default-focus",
5411
+ "defaultValue": "--cdr-color-background-toggle-button-default-focus",
5412
+ "description": "Focus background color of the cdr-toggle-button"
5413
+ },
5414
+ {
5415
+ "name": "--cdr-toggle-button-icon-fill-default",
5416
+ "defaultValue": "--cdr-color-icon-default",
5417
+ "description": "Default fill color of the cdr-toggle-button's svg"
5418
+ },
5419
+ {
5420
+ "name": "--cdr-toggle-button-background-color-default-selected-rest",
5421
+ "defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
5422
+ "description": "Selected background color of the cdr-toggle-button at rest"
5423
+ },
5424
+ {
5425
+ "name": "--cdr-toggle-button-border-color-default-selected-rest",
5426
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
5427
+ "description": "Selected border color of the cdr-toggle-button at rest"
5428
+ },
5429
+ {
5430
+ "name": "--cdr-toggle-button-icon-fill-selected-rest",
5431
+ "defaultValue": "--cdr-color-icon-emphasis",
5432
+ "description": "Selected fill color of the cdr-toggle-button's svg at rest"
5433
+ },
5434
+ {
5435
+ "name": "--cdr-toggle-button-border-color-default-selected-focus",
5436
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5437
+ "description": "Selected border color of the cdr-toggle-button on focus"
5438
+ },
5439
+ {
5440
+ "name": "--cdr-toggle-button-background-color-default-selected-hover",
5441
+ "defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
5442
+ "description": "Selected background color of the cdr-toggle-button on hover"
5443
+ },
5444
+ {
5445
+ "name": "--cdr-toggle-button-background-color-default-hover",
5446
+ "defaultValue": "--cdr-color-background-toggle-button-default-hover",
5447
+ "description": "Background color of the cdr-toggle-button on hover"
5448
+ },
5449
+ {
5450
+ "name": "--cdr-toggle-button-border-color-hover-focus",
5451
+ "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5452
+ "description": "Hover border color of the cdr-toggle-button on focus"
5453
+ }
5454
+ ]
5455
5455
  }
5456
5456
  }