@rei/cedar 14.0.0 → 14.0.1

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 (88) hide show
  1. package/dist/cedar-compiled.css +1050 -1050
  2. package/dist/cedar.umd.js +9 -9
  3. package/dist/component-docgen.json +1652 -1652
  4. package/dist/components/image/CdrImg.vue.d.ts +2 -2
  5. package/dist/icon-component-docgen.json +494 -494
  6. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  7. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  8. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  9. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  10. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  11. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  12. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  13. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
  14. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  15. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  16. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  17. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  18. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  19. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  20. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  21. package/dist/src/components/image/CdrImg.vue2.mjs +7 -7
  22. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  23. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  24. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  25. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
  26. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  27. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  28. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  29. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  30. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  31. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  32. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  33. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
  34. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
  35. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  36. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  37. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  38. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  39. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  40. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  41. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  42. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  43. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  44. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  45. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  46. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  47. package/dist/style/cdr-accordion-group.css +1 -1
  48. package/dist/style/cdr-accordion.css +1 -1
  49. package/dist/style/cdr-banner.css +1 -1
  50. package/dist/style/cdr-breadcrumb.css +1 -1
  51. package/dist/style/cdr-button.css +1 -1
  52. package/dist/style/cdr-caption.css +1 -1
  53. package/dist/style/cdr-card.css +1 -1
  54. package/dist/style/cdr-checkbox.css +1 -1
  55. package/dist/style/cdr-chip-group.css +1 -1
  56. package/dist/style/cdr-chip.css +1 -1
  57. package/dist/style/cdr-container.css +1 -1
  58. package/dist/style/cdr-form-error.css +1 -1
  59. package/dist/style/cdr-form-group.css +1 -1
  60. package/dist/style/cdr-grid.css +1 -1
  61. package/dist/style/cdr-icon.css +1 -1
  62. package/dist/style/cdr-img.css +1 -1
  63. package/dist/style/cdr-input.css +1 -1
  64. package/dist/style/cdr-label-standalone.css +1 -1
  65. package/dist/style/cdr-label-wrapper.css +1 -1
  66. package/dist/style/cdr-link.css +1 -1
  67. package/dist/style/cdr-list.css +1 -1
  68. package/dist/style/cdr-modal.css +1 -1
  69. package/dist/style/cdr-pagination.css +1 -1
  70. package/dist/style/cdr-popover.css +1 -1
  71. package/dist/style/cdr-popup.css +1 -1
  72. package/dist/style/cdr-quote.css +1 -1
  73. package/dist/style/cdr-radio.css +1 -1
  74. package/dist/style/cdr-rating.css +1 -1
  75. package/dist/style/cdr-select.css +1 -1
  76. package/dist/style/cdr-skeleton-bone.css +1 -1
  77. package/dist/style/cdr-skeleton.css +1 -1
  78. package/dist/style/cdr-switch.css +1 -1
  79. package/dist/style/cdr-tab-panel.css +1 -1
  80. package/dist/style/cdr-table.css +1 -1
  81. package/dist/style/cdr-tabs.css +1 -1
  82. package/dist/style/cdr-text.css +1 -1
  83. package/dist/style/cdr-toast.css +1 -1
  84. package/dist/style/cdr-toggle-button.css +1 -1
  85. package/dist/style/cdr-toggle-group.css +1 -1
  86. package/dist/style/cdr-tooltip.css +1 -1
  87. package/dist/style.css +1 -1
  88. package/package.json +2 -2
@@ -163,6 +163,245 @@
163
163
  }
164
164
  ]
165
165
  },
166
+ "CdrBanner": {
167
+ "name": "CdrBanner",
168
+ "description": "Provides contextual feedback messages for typical user actions",
169
+ "tags": {},
170
+ "exportName": "default",
171
+ "displayName": "CdrBanner",
172
+ "props": [
173
+ {
174
+ "name": "type",
175
+ "description": "Sets the banner style.",
176
+ "tags": {
177
+ "demoSelectMultiple": [
178
+ {
179
+ "description": "false",
180
+ "title": "demoSelectMultiple"
181
+ }
182
+ ]
183
+ },
184
+ "values": [
185
+ "info",
186
+ "warning",
187
+ "success",
188
+ "error",
189
+ "default"
190
+ ],
191
+ "type": {
192
+ "name": "string"
193
+ },
194
+ "defaultValue": {
195
+ "func": false,
196
+ "value": "'default'"
197
+ }
198
+ }
199
+ ],
200
+ "slots": [
201
+ {
202
+ "name": "icon-left",
203
+ "description": "Icon matching banner type"
204
+ },
205
+ {
206
+ "name": "default",
207
+ "description": "Primary message content"
208
+ },
209
+ {
210
+ "name": "icon-right",
211
+ "description": "Additional icon"
212
+ },
213
+ {
214
+ "name": "message-body",
215
+ "description": "Additional content about the message"
216
+ },
217
+ {
218
+ "name": "info-action",
219
+ "description": "Action-wrapped icon"
220
+ }
221
+ ],
222
+ "sourceFiles": [
223
+ "./src/components/banner/CdrBanner.vue"
224
+ ],
225
+ "UIProperties": [
226
+ {
227
+ "name": "--cdr-banner-message-body-background-color",
228
+ "defaultValue": "--cdr-color-background-primary",
229
+ "description": "Message body background color"
230
+ },
231
+ {
232
+ "name": "--cdr-banner-icon-right-fill",
233
+ "defaultValue": "--cdr-color-text-emphasis",
234
+ "description": "Right icon fill color"
235
+ },
236
+ {
237
+ "name": "--cdr-banner-info-action-fill",
238
+ "defaultValue": "--cdr-color-text-link-rest",
239
+ "description": "Info action icon fill color"
240
+ },
241
+ {
242
+ "name": "--cdr-banner-default-icon-left-background-color",
243
+ "defaultValue": "--cdr-color-background-message-default-02",
244
+ "description": "Left icon background color for default banner"
245
+ },
246
+ {
247
+ "name": "--cdr-banner-default-icon-left-fill",
248
+ "defaultValue": "--cdr-color-icon-message-default",
249
+ "description": "Left icon fill color for default banner"
250
+ },
251
+ {
252
+ "name": "--cdr-banner-default-wrapper-border-left-color",
253
+ "defaultValue": "--cdr-color-border-message-default-01",
254
+ "description": "Wrapper border left color for default banner"
255
+ },
256
+ {
257
+ "name": "--cdr-banner-info-icon-left-background-color",
258
+ "defaultValue": "--cdr-color-background-message-info-02",
259
+ "description": "Left icon background color for info banner"
260
+ },
261
+ {
262
+ "name": "--cdr-banner-info-icon-left-fill",
263
+ "defaultValue": "--cdr-color-icon-message-info",
264
+ "description": "Left icon fill color for info banner"
265
+ },
266
+ {
267
+ "name": "--cdr-banner-info-wrapper-border-left-color",
268
+ "defaultValue": "--cdr-color-border-message-info-01",
269
+ "description": "Wrapper border left color for info banner"
270
+ },
271
+ {
272
+ "name": "--cdr-banner-warning-icon-left-background-color",
273
+ "defaultValue": "--cdr-color-background-message-warning-02",
274
+ "description": "Left icon background color for warning banner"
275
+ },
276
+ {
277
+ "name": "--cdr-banner-warning-icon-left-fill",
278
+ "defaultValue": "--cdr-color-icon-message-warning",
279
+ "description": "Left icon fill color for warning banner"
280
+ },
281
+ {
282
+ "name": "--cdr-banner-warning-wrapper-border-left-color",
283
+ "defaultValue": "--cdr-color-border-message-warning-01",
284
+ "description": "Wrapper border left color for warning banner"
285
+ },
286
+ {
287
+ "name": "--cdr-banner-success-icon-left-background-color",
288
+ "defaultValue": "--cdr-color-background-message-success-02",
289
+ "description": "Left icon background color for success banner"
290
+ },
291
+ {
292
+ "name": "--cdr-banner-success-icon-left-fill",
293
+ "defaultValue": "--cdr-color-icon-message-success",
294
+ "description": "Left icon fill color for success banner"
295
+ },
296
+ {
297
+ "name": "--cdr-banner-success-wrapper-border-left-color",
298
+ "defaultValue": "--cdr-color-border-message-success-01",
299
+ "description": "Wrapper border left color for success banner"
300
+ },
301
+ {
302
+ "name": "--cdr-banner-error-icon-left-background-color",
303
+ "defaultValue": "--cdr-color-background-message-error-02",
304
+ "description": "Left icon background color for error banner"
305
+ },
306
+ {
307
+ "name": "--cdr-banner-error-icon-left-fill",
308
+ "defaultValue": "--cdr-color-icon-message-error",
309
+ "description": "Left icon fill color for error banner"
310
+ },
311
+ {
312
+ "name": "--cdr-banner-error-wrapper-border-left-color",
313
+ "defaultValue": "--cdr-color-border-message-error-01",
314
+ "description": "Wrapper border left color for error banner"
315
+ },
316
+ {
317
+ "name": "--cdr-banner-default-background-color",
318
+ "defaultValue": "--cdr-color-background-message-default-01",
319
+ "description": "Background color for a default cdr-banner"
320
+ },
321
+ {
322
+ "name": "--cdr-banner-default-outline-color",
323
+ "defaultValue": "--cdr-color-border-message-default-02",
324
+ "description": "Outline color for a default cdr-banner"
325
+ },
326
+ {
327
+ "name": "--cdr-banner-info-background-color",
328
+ "defaultValue": "--cdr-color-background-message-info-01",
329
+ "description": "Background color for an info cdr-banner"
330
+ },
331
+ {
332
+ "name": "--cdr-banner-info-outline-color",
333
+ "defaultValue": "--cdr-color-border-message-info-02",
334
+ "description": "Outline color for an info cdr-banner"
335
+ },
336
+ {
337
+ "name": "--cdr-banner-success-background-color",
338
+ "defaultValue": "--cdr-color-background-message-success-01",
339
+ "description": "Background color for a success cdr-banner"
340
+ },
341
+ {
342
+ "name": "--cdr-banner-success-outline-color",
343
+ "defaultValue": "--cdr-color-border-message-success-02",
344
+ "description": "Outline color for a success cdr-banner"
345
+ },
346
+ {
347
+ "name": "--cdr-banner-warning-background-color",
348
+ "defaultValue": "--cdr-color-background-message-warning-01",
349
+ "description": "Background color for a warning cdr-banner"
350
+ },
351
+ {
352
+ "name": "--cdr-banner-warning-outline-color",
353
+ "defaultValue": "--cdr-color-border-message-warning-02",
354
+ "description": "Outline color for a warning cdr-banner"
355
+ },
356
+ {
357
+ "name": "--cdr-banner-error-background-color",
358
+ "defaultValue": "--cdr-color-background-message-error-01",
359
+ "description": "Background color for an error cdr-banner"
360
+ },
361
+ {
362
+ "name": "--cdr-banner-error-outline-color",
363
+ "defaultValue": "--cdr-color-border-message-error-02",
364
+ "description": "Outline color for an error cdr-banner"
365
+ }
366
+ ]
367
+ },
368
+ "CdrAccordionGroup": {
369
+ "name": "CdrAccordionGroup",
370
+ "exportName": "default",
371
+ "displayName": "CdrAccordionGroup",
372
+ "description": "",
373
+ "tags": {},
374
+ "props": [
375
+ {
376
+ "name": "unwrap",
377
+ "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
378
+ "tags": {},
379
+ "values": [
380
+ "@xs",
381
+ "@sm",
382
+ "@md",
383
+ "@lg",
384
+ "true"
385
+ ],
386
+ "type": {
387
+ "name": "string|boolean"
388
+ },
389
+ "defaultValue": {
390
+ "func": false,
391
+ "value": false
392
+ }
393
+ }
394
+ ],
395
+ "slots": [
396
+ {
397
+ "name": "default",
398
+ "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
399
+ }
400
+ ],
401
+ "sourceFiles": [
402
+ "./src/components/accordion/CdrAccordionGroup.vue"
403
+ ]
404
+ },
166
405
  "CdrButton": {
167
406
  "name": "CdrButton",
168
407
  "description": "Initiates an action, such as completing a task or submitting information",
@@ -865,16 +1104,16 @@
865
1104
  }
866
1105
  ]
867
1106
  },
868
- "CdrCaption": {
869
- "name": "CdrCaption",
870
- "description": "Provides context and credit for an asset such as an image, video, or chart",
1107
+ "CdrBreadcrumb": {
1108
+ "name": "CdrBreadcrumb",
1109
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
871
1110
  "tags": {},
872
1111
  "exportName": "default",
873
- "displayName": "CdrCaption",
1112
+ "displayName": "CdrBreadcrumb",
874
1113
  "props": [
875
1114
  {
876
- "name": "summary",
877
- "description": "Sets the string content for the description body of the caption.",
1115
+ "name": "items",
1116
+ "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
878
1117
  "tags": {
879
1118
  "demoIgnore": [
880
1119
  {
@@ -884,11 +1123,137 @@
884
1123
  ]
885
1124
  },
886
1125
  "type": {
887
- "name": "string"
888
- }
889
- },
890
- {
891
- "name": "credit",
1126
+ "name": "breadcrumbItem[]"
1127
+ },
1128
+ "defaultValue": {
1129
+ "func": true,
1130
+ "value": "() => []"
1131
+ }
1132
+ },
1133
+ {
1134
+ "name": "truncationEnabled",
1135
+ "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
1136
+ "type": {
1137
+ "name": "boolean"
1138
+ },
1139
+ "defaultValue": {
1140
+ "func": false,
1141
+ "value": true
1142
+ }
1143
+ },
1144
+ {
1145
+ "name": "id",
1146
+ "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
1147
+ "tags": {
1148
+ "demoIgnore": [
1149
+ {
1150
+ "description": "true",
1151
+ "title": "demoIgnore"
1152
+ }
1153
+ ]
1154
+ },
1155
+ "type": {
1156
+ "name": "string"
1157
+ }
1158
+ }
1159
+ ],
1160
+ "events": [
1161
+ {
1162
+ "name": "navigate",
1163
+ "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
1164
+ "properties": [
1165
+ {
1166
+ "type": {
1167
+ "names": [
1168
+ "mixed"
1169
+ ]
1170
+ },
1171
+ "name": "breadcrumb",
1172
+ "description": "The breadcrumb data object"
1173
+ }
1174
+ ],
1175
+ "tags": [
1176
+ {
1177
+ "title": "param",
1178
+ "type": {
1179
+ "name": "mixed"
1180
+ },
1181
+ "name": "breadcrumb",
1182
+ "description": "The breadcrumb data object"
1183
+ }
1184
+ ]
1185
+ }
1186
+ ],
1187
+ "slots": [
1188
+ {
1189
+ "name": "link",
1190
+ "scoped": true,
1191
+ "bindings": [
1192
+ {
1193
+ "name": "class",
1194
+ "title": "binding"
1195
+ },
1196
+ {
1197
+ "name": "href",
1198
+ "title": "binding"
1199
+ },
1200
+ {
1201
+ "name": "content",
1202
+ "title": "binding"
1203
+ }
1204
+ ]
1205
+ }
1206
+ ],
1207
+ "sourceFiles": [
1208
+ "./src/components/breadcrumb/CdrBreadcrumb.vue"
1209
+ ],
1210
+ "UIProperties": [
1211
+ {
1212
+ "name": "--cdr-breadcrumb-ellipses-icon-color",
1213
+ "defaultValue": "--cdr-color-text-secondary",
1214
+ "description": "Ellipses icon color"
1215
+ },
1216
+ {
1217
+ "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
1218
+ "defaultValue": "--cdr-color-text-link-hover",
1219
+ "description": "Ellipses icon hover, active and focus color"
1220
+ },
1221
+ {
1222
+ "name": "--cdr-breadcrumb-item-color",
1223
+ "defaultValue": "--cdr-color-text-secondary",
1224
+ "description": "Breadcrumb item color"
1225
+ },
1226
+ {
1227
+ "name": "--cdr-breadcrumb-item-linked-highlight-color",
1228
+ "defaultValue": "--cdr-color-text-link-hover",
1229
+ "description": "Breadcrumb item linked hover, active and focus color"
1230
+ }
1231
+ ]
1232
+ },
1233
+ "CdrCaption": {
1234
+ "name": "CdrCaption",
1235
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
1236
+ "tags": {},
1237
+ "exportName": "default",
1238
+ "displayName": "CdrCaption",
1239
+ "props": [
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
+ },
1251
+ "type": {
1252
+ "name": "string"
1253
+ }
1254
+ },
1255
+ {
1256
+ "name": "credit",
892
1257
  "description": "Sets the string content for attribution.",
893
1258
  "tags": {
894
1259
  "demoIgnore": [
@@ -970,420 +1335,92 @@
970
1335
  }
971
1336
  ]
972
1337
  },
973
- "CdrBanner": {
974
- "name": "CdrBanner",
975
- "description": "Provides contextual feedback messages for typical user actions",
1338
+ "CdrCheckbox": {
1339
+ "name": "CdrCheckbox",
1340
+ "description": "Allows selecting one or more items from a list",
976
1341
  "tags": {},
977
1342
  "exportName": "default",
978
- "displayName": "CdrBanner",
1343
+ "displayName": "CdrCheckbox",
979
1344
  "props": [
980
1345
  {
981
- "name": "type",
982
- "description": "Sets the banner style.",
983
- "tags": {
984
- "demoSelectMultiple": [
985
- {
986
- "description": "false",
987
- "title": "demoSelectMultiple"
988
- }
989
- ]
990
- },
991
- "values": [
992
- "info",
993
- "warning",
994
- "success",
995
- "error",
996
- "default"
997
- ],
1346
+ "name": "labelClass",
1347
+ "description": "Passes a CSS class to the label for custom styles",
998
1348
  "type": {
999
1349
  "name": "string"
1000
- },
1001
- "defaultValue": {
1002
- "func": false,
1003
- "value": "'default'"
1004
1350
  }
1005
- }
1006
- ],
1007
- "slots": [
1008
- {
1009
- "name": "icon-left",
1010
- "description": "Icon matching banner type"
1011
1351
  },
1012
1352
  {
1013
- "name": "default",
1014
- "description": "Primary message content"
1353
+ "name": "inputClass",
1354
+ "description": "Passes a CSS class to the input for custom styles",
1355
+ "type": {
1356
+ "name": "string"
1357
+ }
1015
1358
  },
1016
1359
  {
1017
- "name": "icon-right",
1018
- "description": "Additional icon"
1360
+ "name": "contentClass",
1361
+ "description": "Passes a CSS class to the slot wrapper for custom styles",
1362
+ "type": {
1363
+ "name": "string"
1364
+ }
1019
1365
  },
1020
1366
  {
1021
- "name": "message-body",
1022
- "description": "Additional content about the message"
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"
1371
+ },
1372
+ "defaultValue": {
1373
+ "func": false,
1374
+ "value": false
1375
+ }
1023
1376
  },
1024
1377
  {
1025
- "name": "info-action",
1026
- "description": "Action-wrapped icon"
1027
- }
1028
- ],
1029
- "sourceFiles": [
1030
- "./src/components/banner/CdrBanner.vue"
1031
- ],
1032
- "UIProperties": [
1033
- {
1034
- "name": "--cdr-banner-message-body-background-color",
1035
- "defaultValue": "--cdr-color-background-primary",
1036
- "description": "Message body background color"
1378
+ "name": "disabled",
1379
+ "description": "Disables the checkbox",
1380
+ "type": {
1381
+ "name": "boolean"
1382
+ }
1037
1383
  },
1038
1384
  {
1039
- "name": "--cdr-banner-icon-right-fill",
1040
- "defaultValue": "--cdr-color-text-emphasis",
1041
- "description": "Right icon fill color"
1385
+ "name": "trueValue",
1386
+ "description": "The value when checked.",
1387
+ "type": {
1388
+ "name": "string|number|boolean|object|array|symbol|func"
1389
+ },
1390
+ "defaultValue": {
1391
+ "func": false,
1392
+ "value": true
1393
+ }
1042
1394
  },
1043
1395
  {
1044
- "name": "--cdr-banner-info-action-fill",
1045
- "defaultValue": "--cdr-color-text-link-rest",
1046
- "description": "Info action icon fill color"
1396
+ "name": "falseValue",
1397
+ "description": "The value when unchecked.",
1398
+ "type": {
1399
+ "name": "string|number|boolean|object|array|symbol|func"
1400
+ },
1401
+ "defaultValue": {
1402
+ "func": false,
1403
+ "value": false
1404
+ }
1047
1405
  },
1048
1406
  {
1049
- "name": "--cdr-banner-default-icon-left-background-color",
1050
- "defaultValue": "--cdr-color-background-message-default-02",
1051
- "description": "Left icon background color for default banner"
1407
+ "name": "customValue",
1408
+ "description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
1409
+ "type": {
1410
+ "name": "string|number|boolean|object|array|symbol|func"
1411
+ }
1052
1412
  },
1053
1413
  {
1054
- "name": "--cdr-banner-default-icon-left-fill",
1055
- "defaultValue": "--cdr-color-icon-message-default",
1056
- "description": "Left icon fill color for default banner"
1057
- },
1058
- {
1059
- "name": "--cdr-banner-default-wrapper-border-left-color",
1060
- "defaultValue": "--cdr-color-border-message-default-01",
1061
- "description": "Wrapper border left color for default banner"
1062
- },
1063
- {
1064
- "name": "--cdr-banner-info-icon-left-background-color",
1065
- "defaultValue": "--cdr-color-background-message-info-02",
1066
- "description": "Left icon background color for info banner"
1067
- },
1068
- {
1069
- "name": "--cdr-banner-info-icon-left-fill",
1070
- "defaultValue": "--cdr-color-icon-message-info",
1071
- "description": "Left icon fill color for info banner"
1072
- },
1073
- {
1074
- "name": "--cdr-banner-info-wrapper-border-left-color",
1075
- "defaultValue": "--cdr-color-border-message-info-01",
1076
- "description": "Wrapper border left color for info banner"
1077
- },
1078
- {
1079
- "name": "--cdr-banner-warning-icon-left-background-color",
1080
- "defaultValue": "--cdr-color-background-message-warning-02",
1081
- "description": "Left icon background color for warning banner"
1082
- },
1083
- {
1084
- "name": "--cdr-banner-warning-icon-left-fill",
1085
- "defaultValue": "--cdr-color-icon-message-warning",
1086
- "description": "Left icon fill color for warning banner"
1087
- },
1088
- {
1089
- "name": "--cdr-banner-warning-wrapper-border-left-color",
1090
- "defaultValue": "--cdr-color-border-message-warning-01",
1091
- "description": "Wrapper border left color for warning banner"
1092
- },
1093
- {
1094
- "name": "--cdr-banner-success-icon-left-background-color",
1095
- "defaultValue": "--cdr-color-background-message-success-02",
1096
- "description": "Left icon background color for success banner"
1097
- },
1098
- {
1099
- "name": "--cdr-banner-success-icon-left-fill",
1100
- "defaultValue": "--cdr-color-icon-message-success",
1101
- "description": "Left icon fill color for success banner"
1102
- },
1103
- {
1104
- "name": "--cdr-banner-success-wrapper-border-left-color",
1105
- "defaultValue": "--cdr-color-border-message-success-01",
1106
- "description": "Wrapper border left color for success banner"
1107
- },
1108
- {
1109
- "name": "--cdr-banner-error-icon-left-background-color",
1110
- "defaultValue": "--cdr-color-background-message-error-02",
1111
- "description": "Left icon background color for error banner"
1112
- },
1113
- {
1114
- "name": "--cdr-banner-error-icon-left-fill",
1115
- "defaultValue": "--cdr-color-icon-message-error",
1116
- "description": "Left icon fill color for error banner"
1117
- },
1118
- {
1119
- "name": "--cdr-banner-error-wrapper-border-left-color",
1120
- "defaultValue": "--cdr-color-border-message-error-01",
1121
- "description": "Wrapper border left color for error banner"
1122
- },
1123
- {
1124
- "name": "--cdr-banner-default-background-color",
1125
- "defaultValue": "--cdr-color-background-message-default-01",
1126
- "description": "Background color for a default cdr-banner"
1127
- },
1128
- {
1129
- "name": "--cdr-banner-default-outline-color",
1130
- "defaultValue": "--cdr-color-border-message-default-02",
1131
- "description": "Outline color for a default cdr-banner"
1132
- },
1133
- {
1134
- "name": "--cdr-banner-info-background-color",
1135
- "defaultValue": "--cdr-color-background-message-info-01",
1136
- "description": "Background color for an info cdr-banner"
1137
- },
1138
- {
1139
- "name": "--cdr-banner-info-outline-color",
1140
- "defaultValue": "--cdr-color-border-message-info-02",
1141
- "description": "Outline color for an info cdr-banner"
1142
- },
1143
- {
1144
- "name": "--cdr-banner-success-background-color",
1145
- "defaultValue": "--cdr-color-background-message-success-01",
1146
- "description": "Background color for a success cdr-banner"
1147
- },
1148
- {
1149
- "name": "--cdr-banner-success-outline-color",
1150
- "defaultValue": "--cdr-color-border-message-success-02",
1151
- "description": "Outline color for a success cdr-banner"
1152
- },
1153
- {
1154
- "name": "--cdr-banner-warning-background-color",
1155
- "defaultValue": "--cdr-color-background-message-warning-01",
1156
- "description": "Background color for a warning cdr-banner"
1157
- },
1158
- {
1159
- "name": "--cdr-banner-warning-outline-color",
1160
- "defaultValue": "--cdr-color-border-message-warning-02",
1161
- "description": "Outline color for a warning cdr-banner"
1162
- },
1163
- {
1164
- "name": "--cdr-banner-error-background-color",
1165
- "defaultValue": "--cdr-color-background-message-error-01",
1166
- "description": "Background color for an error cdr-banner"
1167
- },
1168
- {
1169
- "name": "--cdr-banner-error-outline-color",
1170
- "defaultValue": "--cdr-color-border-message-error-02",
1171
- "description": "Outline color for an error cdr-banner"
1172
- }
1173
- ]
1174
- },
1175
- "CdrBreadcrumb": {
1176
- "name": "CdrBreadcrumb",
1177
- "description": "Navigation used to reveal a page's location within the site hierarchy",
1178
- "tags": {},
1179
- "exportName": "default",
1180
- "displayName": "CdrBreadcrumb",
1181
- "props": [
1182
- {
1183
- "name": "items",
1184
- "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
1185
- "tags": {
1186
- "demoIgnore": [
1187
- {
1188
- "description": "true",
1189
- "title": "demoIgnore"
1190
- }
1191
- ]
1192
- },
1193
- "type": {
1194
- "name": "breadcrumbItem[]"
1195
- },
1196
- "defaultValue": {
1197
- "func": true,
1198
- "value": "() => []"
1199
- }
1200
- },
1201
- {
1202
- "name": "truncationEnabled",
1203
- "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
1204
- "type": {
1205
- "name": "boolean"
1206
- },
1207
- "defaultValue": {
1208
- "func": false,
1209
- "value": true
1210
- }
1211
- },
1212
- {
1213
- "name": "id",
1214
- "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
1215
- "tags": {
1216
- "demoIgnore": [
1217
- {
1218
- "description": "true",
1219
- "title": "demoIgnore"
1220
- }
1221
- ]
1222
- },
1223
- "type": {
1224
- "name": "string"
1225
- }
1226
- }
1227
- ],
1228
- "events": [
1229
- {
1230
- "name": "navigate",
1231
- "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
1232
- "properties": [
1233
- {
1234
- "type": {
1235
- "names": [
1236
- "mixed"
1237
- ]
1238
- },
1239
- "name": "breadcrumb",
1240
- "description": "The breadcrumb data object"
1241
- }
1242
- ],
1243
- "tags": [
1244
- {
1245
- "title": "param",
1246
- "type": {
1247
- "name": "mixed"
1248
- },
1249
- "name": "breadcrumb",
1250
- "description": "The breadcrumb data object"
1251
- }
1252
- ]
1253
- }
1254
- ],
1255
- "slots": [
1256
- {
1257
- "name": "link",
1258
- "scoped": true,
1259
- "bindings": [
1260
- {
1261
- "name": "class",
1262
- "title": "binding"
1263
- },
1264
- {
1265
- "name": "href",
1266
- "title": "binding"
1267
- },
1268
- {
1269
- "name": "content",
1270
- "title": "binding"
1271
- }
1272
- ]
1273
- }
1274
- ],
1275
- "sourceFiles": [
1276
- "./src/components/breadcrumb/CdrBreadcrumb.vue"
1277
- ],
1278
- "UIProperties": [
1279
- {
1280
- "name": "--cdr-breadcrumb-ellipses-icon-color",
1281
- "defaultValue": "--cdr-color-text-secondary",
1282
- "description": "Ellipses icon color"
1283
- },
1284
- {
1285
- "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
1286
- "defaultValue": "--cdr-color-text-link-hover",
1287
- "description": "Ellipses icon hover, active and focus color"
1288
- },
1289
- {
1290
- "name": "--cdr-breadcrumb-item-color",
1291
- "defaultValue": "--cdr-color-text-secondary",
1292
- "description": "Breadcrumb item color"
1293
- },
1294
- {
1295
- "name": "--cdr-breadcrumb-item-linked-highlight-color",
1296
- "defaultValue": "--cdr-color-text-link-hover",
1297
- "description": "Breadcrumb item linked hover, active and focus color"
1298
- }
1299
- ]
1300
- },
1301
- "CdrCheckbox": {
1302
- "name": "CdrCheckbox",
1303
- "description": "Allows selecting one or more items from a list",
1304
- "tags": {},
1305
- "exportName": "default",
1306
- "displayName": "CdrCheckbox",
1307
- "props": [
1308
- {
1309
- "name": "labelClass",
1310
- "description": "Passes a CSS class to the label for custom styles",
1311
- "type": {
1312
- "name": "string"
1313
- }
1314
- },
1315
- {
1316
- "name": "inputClass",
1317
- "description": "Passes a CSS class to the input for custom styles",
1318
- "type": {
1319
- "name": "string"
1320
- }
1321
- },
1322
- {
1323
- "name": "contentClass",
1324
- "description": "Passes a CSS class to the slot wrapper for custom styles",
1325
- "type": {
1326
- "name": "string"
1327
- }
1328
- },
1329
- {
1330
- "name": "indeterminate",
1331
- "description": "Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)",
1332
- "type": {
1333
- "name": "boolean|string"
1334
- },
1335
- "defaultValue": {
1336
- "func": false,
1337
- "value": false
1338
- }
1339
- },
1340
- {
1341
- "name": "disabled",
1342
- "description": "Disables the checkbox",
1343
- "type": {
1344
- "name": "boolean"
1345
- }
1346
- },
1347
- {
1348
- "name": "trueValue",
1349
- "description": "The value when checked.",
1350
- "type": {
1351
- "name": "string|number|boolean|object|array|symbol|func"
1352
- },
1353
- "defaultValue": {
1354
- "func": false,
1355
- "value": true
1356
- }
1357
- },
1358
- {
1359
- "name": "falseValue",
1360
- "description": "The value when unchecked.",
1361
- "type": {
1362
- "name": "string|number|boolean|object|array|symbol|func"
1363
- },
1364
- "defaultValue": {
1365
- "func": false,
1366
- "value": false
1367
- }
1368
- },
1369
- {
1370
- "name": "customValue",
1371
- "description": "The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.",
1372
- "type": {
1373
- "name": "string|number|boolean|object|array|symbol|func"
1374
- }
1375
- },
1376
- {
1377
- "name": "background",
1378
- "description": "Sets the background color the input is rendered on",
1379
- "tags": {},
1380
- "values": [
1381
- "primary",
1382
- "secondary"
1383
- ],
1384
- "type": {
1385
- "name": "backgroundProps"
1386
- }
1414
+ "name": "background",
1415
+ "description": "Sets the background color the input is rendered on",
1416
+ "tags": {},
1417
+ "values": [
1418
+ "primary",
1419
+ "secondary"
1420
+ ],
1421
+ "type": {
1422
+ "name": "backgroundProps"
1423
+ }
1387
1424
  },
1388
1425
  {
1389
1426
  "name": "size",
@@ -1728,6 +1765,41 @@
1728
1765
  "./src/components/chip/CdrChipGroup.vue"
1729
1766
  ]
1730
1767
  },
1768
+ "CdrFormError": {
1769
+ "name": "CdrFormError",
1770
+ "exportName": "default",
1771
+ "displayName": "CdrFormError",
1772
+ "description": "",
1773
+ "tags": {},
1774
+ "props": [
1775
+ {
1776
+ "name": "error",
1777
+ "type": {
1778
+ "name": "boolean|string"
1779
+ }
1780
+ }
1781
+ ],
1782
+ "slots": [
1783
+ {
1784
+ "name": "error"
1785
+ }
1786
+ ],
1787
+ "sourceFiles": [
1788
+ "./src/components/formError/CdrFormError.vue"
1789
+ ],
1790
+ "UIProperties": [
1791
+ {
1792
+ "name": "--cdr-form-error-text-color",
1793
+ "defaultValue": "--cdr-color-text-input-error",
1794
+ "description": "Text color of a cdr-form-error"
1795
+ },
1796
+ {
1797
+ "name": "--cdr-form-error-fill-color",
1798
+ "defaultValue": "--cdr-color-text-input-error",
1799
+ "description": "Fill color of a cdr-form-error"
1800
+ }
1801
+ ]
1802
+ },
1731
1803
  "CdrContainer": {
1732
1804
  "name": "CdrContainer",
1733
1805
  "description": "Provides base margins and responsive layout logic for pages",
@@ -1780,41 +1852,6 @@
1780
1852
  "./src/components/container/CdrContainer.vue"
1781
1853
  ]
1782
1854
  },
1783
- "CdrFormError": {
1784
- "name": "CdrFormError",
1785
- "exportName": "default",
1786
- "displayName": "CdrFormError",
1787
- "description": "",
1788
- "tags": {},
1789
- "props": [
1790
- {
1791
- "name": "error",
1792
- "type": {
1793
- "name": "boolean|string"
1794
- }
1795
- }
1796
- ],
1797
- "slots": [
1798
- {
1799
- "name": "error"
1800
- }
1801
- ],
1802
- "sourceFiles": [
1803
- "./src/components/formError/CdrFormError.vue"
1804
- ],
1805
- "UIProperties": [
1806
- {
1807
- "name": "--cdr-form-error-text-color",
1808
- "defaultValue": "--cdr-color-text-input-error",
1809
- "description": "Text color of a cdr-form-error"
1810
- },
1811
- {
1812
- "name": "--cdr-form-error-fill-color",
1813
- "defaultValue": "--cdr-color-text-input-error",
1814
- "description": "Fill color of a cdr-form-error"
1815
- }
1816
- ]
1817
- },
1818
1855
  "CdrFormGroup": {
1819
1856
  "name": "CdrFormGroup",
1820
1857
  "description": "Groups related input elements together",
@@ -2104,7 +2141,7 @@
2104
2141
  },
2105
2142
  "defaultValue": {
2106
2143
  "func": false,
2107
- "value": "''"
2144
+ "value": "undefined"
2108
2145
  }
2109
2146
  },
2110
2147
  {
@@ -2164,30 +2201,121 @@
2164
2201
  }
2165
2202
  },
2166
2203
  {
2167
- "name": "modifier",
2168
- "description": "Modifies the style variant for this component.",
2169
- "tags": {
2170
- "demoSelectMultiple": [
2171
- {
2172
- "description": "false",
2173
- "title": "demoSelectMultiple"
2174
- }
2175
- ]
2176
- },
2177
- "values": [
2178
- "responsive"
2179
- ],
2180
- "type": {
2181
- "name": "string"
2182
- },
2183
- "defaultValue": {
2184
- "func": false,
2185
- "value": "''"
2186
- }
2204
+ "name": "modifier",
2205
+ "description": "Modifies the style variant for this component.",
2206
+ "tags": {
2207
+ "demoSelectMultiple": [
2208
+ {
2209
+ "description": "false",
2210
+ "title": "demoSelectMultiple"
2211
+ }
2212
+ ]
2213
+ },
2214
+ "values": [
2215
+ "responsive"
2216
+ ],
2217
+ "type": {
2218
+ "name": "string"
2219
+ },
2220
+ "defaultValue": {
2221
+ "func": false,
2222
+ "value": "''"
2223
+ }
2224
+ }
2225
+ ],
2226
+ "sourceFiles": [
2227
+ "./src/components/image/CdrImg.vue"
2228
+ ]
2229
+ },
2230
+ "CdrLabelStandalone": {
2231
+ "name": "CdrLabelStandalone",
2232
+ "exportName": "default",
2233
+ "displayName": "CdrLabelStandalone",
2234
+ "description": "",
2235
+ "tags": {},
2236
+ "props": [
2237
+ {
2238
+ "name": "forId",
2239
+ "type": {
2240
+ "name": "string"
2241
+ },
2242
+ "required": true
2243
+ },
2244
+ {
2245
+ "name": "label",
2246
+ "type": {
2247
+ "name": "string"
2248
+ }
2249
+ },
2250
+ {
2251
+ "name": "disabled",
2252
+ "type": {
2253
+ "name": "boolean"
2254
+ }
2255
+ },
2256
+ {
2257
+ "name": "required",
2258
+ "type": {
2259
+ "name": "boolean"
2260
+ }
2261
+ },
2262
+ {
2263
+ "name": "optional",
2264
+ "type": {
2265
+ "name": "boolean"
2266
+ }
2267
+ },
2268
+ {
2269
+ "name": "hideLabel",
2270
+ "type": {
2271
+ "name": "boolean"
2272
+ }
2273
+ }
2274
+ ],
2275
+ "slots": [
2276
+ {
2277
+ "name": "helper"
2278
+ },
2279
+ {
2280
+ "name": "default"
2281
+ },
2282
+ {
2283
+ "name": "info-action"
2284
+ },
2285
+ {
2286
+ "name": "info"
2287
+ },
2288
+ {
2289
+ "name": "helper-text-bottom"
2290
+ },
2291
+ {
2292
+ "name": "error"
2187
2293
  }
2188
2294
  ],
2189
2295
  "sourceFiles": [
2190
- "./src/components/image/CdrImg.vue"
2296
+ "./src/components/labelStandalone/CdrLabelStandalone.vue"
2297
+ ],
2298
+ "UIProperties": [
2299
+ {
2300
+ "name": "--cdr-label-standalone-text-color",
2301
+ "defaultValue": "--cdr-color-text-input-label",
2302
+ "description": "Text color of a standalone label"
2303
+ },
2304
+ {
2305
+ "name": "--cdr-label-standalone-disabled-text-color",
2306
+ "defaultValue": "--cdr-color-text-input-disabled",
2307
+ "description": "Text color of a standalone label when disabled"
2308
+ },
2309
+ {
2310
+ "name": "--cdr-label-standalone-optional-text-color",
2311
+ "defaultValue": "--cdr-color-text-input-optional",
2312
+ "description": "Text color of a standalone label when optional"
2313
+ },
2314
+ {
2315
+ "name": "--cdr-label-standalone-helper-text-color",
2316
+ "defaultValue": "--cdr-color-text-input-help",
2317
+ "description": "Text color of a standalone helper label"
2318
+ }
2191
2319
  ]
2192
2320
  },
2193
2321
  "CdrInput": {
@@ -2664,94 +2792,124 @@
2664
2792
  }
2665
2793
  ]
2666
2794
  },
2667
- "CdrLabelStandalone": {
2668
- "name": "CdrLabelStandalone",
2669
- "exportName": "default",
2670
- "displayName": "CdrLabelStandalone",
2671
- "description": "",
2795
+ "CdrLink": {
2796
+ "name": "CdrLink",
2797
+ "description": "Clickable text elements used for navigating to other pages or sections",
2672
2798
  "tags": {},
2799
+ "exportName": "default",
2800
+ "displayName": "CdrLink",
2673
2801
  "props": [
2674
2802
  {
2675
- "name": "forId",
2803
+ "name": "tag",
2804
+ "description": "Sets valid HTML element tag",
2805
+ "tags": {},
2806
+ "values": [
2807
+ "a",
2808
+ "button"
2809
+ ],
2676
2810
  "type": {
2677
2811
  "name": "string"
2678
2812
  },
2679
- "required": true
2813
+ "defaultValue": {
2814
+ "func": false,
2815
+ "value": "'a'"
2816
+ }
2680
2817
  },
2681
2818
  {
2682
- "name": "label",
2819
+ "name": "href",
2820
+ "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
2683
2821
  "type": {
2684
2822
  "name": "string"
2823
+ },
2824
+ "defaultValue": {
2825
+ "func": false,
2826
+ "value": "'#'"
2685
2827
  }
2686
2828
  },
2687
2829
  {
2688
- "name": "disabled",
2830
+ "name": "inheritColor",
2831
+ "description": "Sets color and fill",
2689
2832
  "type": {
2690
2833
  "name": "boolean"
2834
+ },
2835
+ "defaultValue": {
2836
+ "func": false,
2837
+ "value": false
2691
2838
  }
2692
2839
  },
2693
2840
  {
2694
- "name": "required",
2841
+ "name": "modifier",
2842
+ "description": "Modifies the style variant for this component.",
2843
+ "tags": {},
2844
+ "values": [
2845
+ "standalone"
2846
+ ],
2695
2847
  "type": {
2696
- "name": "boolean"
2848
+ "name": "string"
2849
+ },
2850
+ "defaultValue": {
2851
+ "func": false,
2852
+ "value": "''"
2697
2853
  }
2698
2854
  },
2699
2855
  {
2700
- "name": "optional",
2856
+ "name": "target",
2857
+ "tags": {
2858
+ "ignore": [
2859
+ {
2860
+ "description": true,
2861
+ "title": "ignore"
2862
+ }
2863
+ ]
2864
+ },
2701
2865
  "type": {
2702
- "name": "boolean"
2866
+ "name": "string"
2703
2867
  }
2704
2868
  },
2705
2869
  {
2706
- "name": "hideLabel",
2870
+ "name": "rel",
2871
+ "tags": {
2872
+ "ignore": [
2873
+ {
2874
+ "description": true,
2875
+ "title": "ignore"
2876
+ }
2877
+ ]
2878
+ },
2707
2879
  "type": {
2708
- "name": "boolean"
2880
+ "name": "string"
2709
2881
  }
2710
2882
  }
2711
2883
  ],
2712
2884
  "slots": [
2713
2885
  {
2714
- "name": "helper"
2715
- },
2716
- {
2717
- "name": "default"
2718
- },
2719
- {
2720
- "name": "info-action"
2721
- },
2722
- {
2723
- "name": "info"
2724
- },
2725
- {
2726
- "name": "helper-text-bottom"
2727
- },
2728
- {
2729
- "name": "error"
2886
+ "name": "default",
2887
+ "description": "Readable text of the link"
2730
2888
  }
2731
2889
  ],
2732
2890
  "sourceFiles": [
2733
- "./src/components/labelStandalone/CdrLabelStandalone.vue"
2891
+ "./src/components/link/CdrLink.vue"
2734
2892
  ],
2735
2893
  "UIProperties": [
2736
2894
  {
2737
- "name": "--cdr-label-standalone-text-color",
2738
- "defaultValue": "--cdr-color-text-input-label",
2739
- "description": "Text color of a standalone label"
2895
+ "name": "--cdr-link-text-color",
2896
+ "defaultValue": "--cdr-color-text-link-rest",
2897
+ "description": "Color of the link text"
2740
2898
  },
2741
2899
  {
2742
- "name": "--cdr-label-standalone-disabled-text-color",
2743
- "defaultValue": "--cdr-color-text-input-disabled",
2744
- "description": "Text color of a standalone label when disabled"
2900
+ "name": "--cdr-link-fill-color",
2901
+ "defaultValue": "--cdr-color-text-link-rest",
2902
+ "description": "Color of the link fill"
2745
2903
  },
2746
2904
  {
2747
- "name": "--cdr-label-standalone-optional-text-color",
2748
- "defaultValue": "--cdr-color-text-input-optional",
2749
- "description": "Text color of a standalone label when optional"
2905
+ "name": "--cdr-link-active-text-color-active",
2906
+ "defaultValue": "--cdr-color-text-link-active",
2907
+ "description": "Color of the link text when active or focused"
2750
2908
  },
2751
2909
  {
2752
- "name": "--cdr-label-standalone-helper-text-color",
2753
- "defaultValue": "--cdr-color-text-input-help",
2754
- "description": "Text color of a standalone helper label"
2910
+ "name": "--cdr-link-text-color-hover",
2911
+ "defaultValue": "--cdr-color-text-link-hover",
2912
+ "description": "Color of the link text when hovered"
2755
2913
  }
2756
2914
  ]
2757
2915
  },
@@ -2836,124 +2994,155 @@
2836
2994
  }
2837
2995
  ]
2838
2996
  },
2839
- "CdrLink": {
2840
- "name": "CdrLink",
2841
- "description": "Clickable text elements used for navigating to other pages or sections",
2997
+ "CdrModal": {
2998
+ "name": "CdrModal",
2999
+ "description": "Disruptive, action-blocking overlays used to display important information",
2842
3000
  "tags": {},
2843
3001
  "exportName": "default",
2844
- "displayName": "CdrLink",
3002
+ "displayName": "CdrModal",
2845
3003
  "props": [
2846
3004
  {
2847
- "name": "tag",
2848
- "description": "Sets valid HTML element tag",
2849
- "tags": {},
2850
- "values": [
2851
- "a",
2852
- "button"
2853
- ],
3005
+ "name": "opened",
3006
+ "description": "Toggles the state of the modal",
3007
+ "tags": {
3008
+ "demoIgnore": [
3009
+ {
3010
+ "description": "true",
3011
+ "title": "demoIgnore"
3012
+ }
3013
+ ]
3014
+ },
2854
3015
  "type": {
2855
- "name": "string"
3016
+ "name": "boolean"
2856
3017
  },
2857
- "defaultValue": {
2858
- "func": false,
2859
- "value": "'a'"
2860
- }
3018
+ "required": true
2861
3019
  },
2862
3020
  {
2863
- "name": "href",
2864
- "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
3021
+ "name": "label",
3022
+ "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
2865
3023
  "type": {
2866
3024
  "name": "string"
2867
3025
  },
3026
+ "required": true
3027
+ },
3028
+ {
3029
+ "name": "showTitle",
3030
+ "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
3031
+ "type": {
3032
+ "name": "boolean"
3033
+ },
3034
+ "required": false,
2868
3035
  "defaultValue": {
2869
3036
  "func": false,
2870
- "value": "'#'"
3037
+ "value": true
2871
3038
  }
2872
3039
  },
2873
3040
  {
2874
- "name": "inheritColor",
2875
- "description": "Sets color and fill",
3041
+ "name": "ariaDescribedby",
3042
+ "description": "Text for aria-describedby attribute. Applied to modal content element",
2876
3043
  "type": {
2877
- "name": "boolean"
3044
+ "name": "string"
2878
3045
  },
3046
+ "required": false,
2879
3047
  "defaultValue": {
2880
3048
  "func": false,
2881
- "value": false
3049
+ "value": "null"
2882
3050
  }
2883
3051
  },
2884
3052
  {
2885
- "name": "modifier",
2886
- "description": "Modifies the style variant for this component.",
3053
+ "name": "role",
3054
+ "description": "Sets the `role` attribute on the modal content element",
2887
3055
  "tags": {},
2888
3056
  "values": [
2889
- "standalone"
3057
+ "dialog",
3058
+ "alertDialog"
2890
3059
  ],
2891
3060
  "type": {
2892
3061
  "name": "string"
2893
3062
  },
3063
+ "required": false,
2894
3064
  "defaultValue": {
2895
3065
  "func": false,
2896
- "value": "''"
3066
+ "value": "'dialog'"
2897
3067
  }
2898
3068
  },
2899
3069
  {
2900
- "name": "target",
2901
- "tags": {
2902
- "ignore": [
2903
- {
2904
- "description": true,
2905
- "title": "ignore"
2906
- }
2907
- ]
3070
+ "name": "id",
3071
+ "description": "Sets unique `id` for modal",
3072
+ "type": {
3073
+ "name": "string"
2908
3074
  },
3075
+ "required": false,
3076
+ "defaultValue": {
3077
+ "func": false,
3078
+ "value": "null"
3079
+ }
3080
+ },
3081
+ {
3082
+ "name": "overlayClass",
3083
+ "description": "Adds custom class to the `cdr-modal__overlay` div",
3084
+ "type": {
3085
+ "name": "string"
3086
+ }
3087
+ },
3088
+ {
3089
+ "name": "wrapperClass",
3090
+ "description": "Adds custom class to the `cdr-modal__outerWrap` div",
2909
3091
  "type": {
2910
3092
  "name": "string"
2911
3093
  }
2912
3094
  },
2913
3095
  {
2914
- "name": "rel",
2915
- "tags": {
2916
- "ignore": [
2917
- {
2918
- "description": true,
2919
- "title": "ignore"
2920
- }
2921
- ]
2922
- },
3096
+ "name": "contentClass",
3097
+ "description": "Adds custom class to the `cdr-modal__innerWrap` div",
2923
3098
  "type": {
2924
3099
  "name": "string"
2925
3100
  }
3101
+ },
3102
+ {
3103
+ "name": "animationDuration",
3104
+ "description": "Sets duration for modal's close animation",
3105
+ "type": {
3106
+ "name": "number"
3107
+ },
3108
+ "defaultValue": {
3109
+ "func": false,
3110
+ "value": "300"
3111
+ }
2926
3112
  }
2927
3113
  ],
2928
- "slots": [
3114
+ "events": [
2929
3115
  {
2930
- "name": "default",
2931
- "description": "Readable text of the link"
3116
+ "name": "closed",
3117
+ "description": "Fires when modal is closed"
2932
3118
  }
2933
3119
  ],
2934
- "sourceFiles": [
2935
- "./src/components/link/CdrLink.vue"
2936
- ],
2937
- "UIProperties": [
3120
+ "slots": [
2938
3121
  {
2939
- "name": "--cdr-link-text-color",
2940
- "defaultValue": "--cdr-color-text-link-rest",
2941
- "description": "Color of the link text"
3122
+ "name": "modal",
3123
+ "description": "Use to override the entire CdrModal content container."
2942
3124
  },
2943
3125
  {
2944
- "name": "--cdr-link-fill-color",
2945
- "defaultValue": "--cdr-color-text-link-rest",
2946
- "description": "Color of the link fill"
3126
+ "name": "title",
3127
+ "description": "Use to override the default title"
2947
3128
  },
2948
3129
  {
2949
- "name": "--cdr-link-active-text-color-active",
2950
- "defaultValue": "--cdr-color-text-link-active",
2951
- "description": "Color of the link text when active or focused"
3130
+ "name": "default"
3131
+ }
3132
+ ],
3133
+ "sourceFiles": [
3134
+ "./src/components/modal/CdrModal.vue"
3135
+ ],
3136
+ "UIProperties": [
3137
+ {
3138
+ "name": "--cdr-modal-overlay-background-color",
3139
+ "defaultValue": "--cdr-color-background-modal-overlay",
3140
+ "description": "Background color of the modal overlay"
2952
3141
  },
2953
3142
  {
2954
- "name": "--cdr-link-text-color-hover",
2955
- "defaultValue": "--cdr-color-text-link-hover",
2956
- "description": "Color of the link text when hovered"
3143
+ "name": "--cdr-modal-content-wrap-background-color",
3144
+ "defaultValue": "--cdr-color-background-primary",
3145
+ "description": "Background color of the content wrap"
2957
3146
  }
2958
3147
  ]
2959
3148
  },
@@ -3110,77 +3299,6 @@
3110
3299
  }
3111
3300
  ]
3112
3301
  },
3113
- "CdrPopup": {
3114
- "name": "CdrPopup",
3115
- "description": "An internal helper component used by Popover and Tooltip",
3116
- "tags": {},
3117
- "exportName": "default",
3118
- "displayName": "CdrPopup",
3119
- "props": [
3120
- {
3121
- "name": "opened",
3122
- "type": {
3123
- "name": "boolean"
3124
- },
3125
- "defaultValue": {
3126
- "func": false,
3127
- "value": false
3128
- }
3129
- },
3130
- {
3131
- "name": "position",
3132
- "type": {
3133
- "name": "string"
3134
- },
3135
- "required": false,
3136
- "defaultValue": {
3137
- "func": false,
3138
- "value": "'top'"
3139
- }
3140
- },
3141
- {
3142
- "name": "autoPosition",
3143
- "type": {
3144
- "name": "boolean"
3145
- },
3146
- "defaultValue": {
3147
- "func": false,
3148
- "value": true
3149
- }
3150
- },
3151
- {
3152
- "name": "contentClass",
3153
- "type": {
3154
- "name": "string"
3155
- }
3156
- }
3157
- ],
3158
- "events": [
3159
- {
3160
- "name": "closed"
3161
- }
3162
- ],
3163
- "slots": [
3164
- {
3165
- "name": "default"
3166
- }
3167
- ],
3168
- "sourceFiles": [
3169
- "./src/components/popup/CdrPopup.vue"
3170
- ],
3171
- "UIProperties": [
3172
- {
3173
- "name": "--cdr-popup-content-background",
3174
- "defaultValue": "--cdr-color-background-primary",
3175
- "description": "Background color of cdr-popup content"
3176
- },
3177
- {
3178
- "name": "--cdr-popup-content-border-color",
3179
- "defaultValue": "--cdr-color-border-secondary",
3180
- "description": "Border color of cdr-popup content"
3181
- }
3182
- ]
3183
- },
3184
3302
  "CdrPopover": {
3185
3303
  "name": "CdrPopover",
3186
3304
  "description": "Small overlay used to display contextual information",
@@ -3199,431 +3317,207 @@
3199
3317
  }
3200
3318
  ]
3201
3319
  },
3202
- "values": [
3203
- "top",
3204
- "bottom",
3205
- "left",
3206
- "right"
3207
- ],
3208
- "type": {
3209
- "name": "string"
3210
- },
3211
- "required": false,
3212
- "defaultValue": {
3213
- "func": false,
3214
- "value": "'top'"
3215
- }
3216
- },
3217
- {
3218
- "name": "autoPosition",
3219
- "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`.",
3220
- "type": {
3221
- "name": "boolean"
3222
- },
3223
- "required": false,
3224
- "defaultValue": {
3225
- "func": false,
3226
- "value": true
3227
- }
3228
- },
3229
- {
3230
- "name": "label",
3231
- "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3232
- "type": {
3233
- "name": "string"
3234
- },
3235
- "required": false
3236
- },
3237
- {
3238
- "name": "id",
3239
- "description": "ID for the popover element, required for accessibility",
3240
- "type": {
3241
- "name": "string"
3242
- },
3243
- "required": true
3244
- },
3245
- {
3246
- "name": "contentClass",
3247
- "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3248
- "type": {
3249
- "name": "string"
3250
- },
3251
- "required": false
3252
- },
3253
- {
3254
- "name": "open",
3255
- "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3256
- "tags": {
3257
- "demoIgnore": [
3258
- {
3259
- "description": "true",
3260
- "title": "demoIgnore"
3261
- }
3262
- ]
3263
- },
3264
- "type": {
3265
- "name": "boolean"
3266
- },
3267
- "required": false,
3268
- "defaultValue": {
3269
- "func": false,
3270
- "value": false
3271
- }
3272
- }
3273
- ],
3274
- "events": [
3275
- {
3276
- "name": "opened",
3277
- "description": "Emits when popover is opened"
3278
- },
3279
- {
3280
- "name": "closed",
3281
- "description": "Emits when popover is closed"
3282
- }
3283
- ],
3284
- "slots": [
3285
- {
3286
- "name": "trigger",
3287
- "description": " Slot for the element that triggers the popover."
3288
- },
3289
- {
3290
- "name": "title",
3291
- "description": "Sets the title for the popover. Can also be set with `label` prop"
3292
- },
3293
- {
3294
- "name": "default"
3295
- },
3296
- {
3297
- "name": "icon"
3298
- }
3299
- ],
3300
- "sourceFiles": [
3301
- "./src/components/popover/CdrPopover.vue"
3302
- ]
3303
- },
3304
- "CdrModal": {
3305
- "name": "CdrModal",
3306
- "description": "Disruptive, action-blocking overlays used to display important information",
3307
- "tags": {},
3308
- "exportName": "default",
3309
- "displayName": "CdrModal",
3310
- "props": [
3311
- {
3312
- "name": "opened",
3313
- "description": "Toggles the state of the modal",
3314
- "tags": {
3315
- "demoIgnore": [
3316
- {
3317
- "description": "true",
3318
- "title": "demoIgnore"
3319
- }
3320
- ]
3321
- },
3322
- "type": {
3323
- "name": "boolean"
3324
- },
3325
- "required": true
3326
- },
3327
- {
3328
- "name": "label",
3329
- "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
3320
+ "values": [
3321
+ "top",
3322
+ "bottom",
3323
+ "left",
3324
+ "right"
3325
+ ],
3330
3326
  "type": {
3331
3327
  "name": "string"
3332
3328
  },
3333
- "required": true
3334
- },
3335
- {
3336
- "name": "showTitle",
3337
- "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
3338
- "type": {
3339
- "name": "boolean"
3340
- },
3341
3329
  "required": false,
3342
3330
  "defaultValue": {
3343
3331
  "func": false,
3344
- "value": true
3332
+ "value": "'top'"
3345
3333
  }
3346
3334
  },
3347
3335
  {
3348
- "name": "ariaDescribedby",
3349
- "description": "Text for aria-describedby attribute. Applied to modal content element",
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`.",
3350
3338
  "type": {
3351
- "name": "string"
3339
+ "name": "boolean"
3352
3340
  },
3353
3341
  "required": false,
3354
3342
  "defaultValue": {
3355
3343
  "func": false,
3356
- "value": "null"
3344
+ "value": true
3357
3345
  }
3358
3346
  },
3359
3347
  {
3360
- "name": "role",
3361
- "description": "Sets the `role` attribute on the modal content element",
3362
- "tags": {},
3363
- "values": [
3364
- "dialog",
3365
- "alertDialog"
3366
- ],
3348
+ "name": "label",
3349
+ "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3367
3350
  "type": {
3368
3351
  "name": "string"
3369
3352
  },
3370
- "required": false,
3371
- "defaultValue": {
3372
- "func": false,
3373
- "value": "'dialog'"
3374
- }
3353
+ "required": false
3375
3354
  },
3376
3355
  {
3377
3356
  "name": "id",
3378
- "description": "Sets unique `id` for modal",
3357
+ "description": "ID for the popover element, required for accessibility",
3379
3358
  "type": {
3380
3359
  "name": "string"
3381
3360
  },
3382
- "required": false,
3383
- "defaultValue": {
3384
- "func": false,
3385
- "value": "null"
3386
- }
3387
- },
3388
- {
3389
- "name": "overlayClass",
3390
- "description": "Adds custom class to the `cdr-modal__overlay` div",
3391
- "type": {
3392
- "name": "string"
3393
- }
3394
- },
3395
- {
3396
- "name": "wrapperClass",
3397
- "description": "Adds custom class to the `cdr-modal__outerWrap` div",
3398
- "type": {
3399
- "name": "string"
3400
- }
3361
+ "required": true
3401
3362
  },
3402
3363
  {
3403
3364
  "name": "contentClass",
3404
- "description": "Adds custom class to the `cdr-modal__innerWrap` div",
3365
+ "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3405
3366
  "type": {
3406
3367
  "name": "string"
3407
- }
3368
+ },
3369
+ "required": false
3408
3370
  },
3409
3371
  {
3410
- "name": "animationDuration",
3411
- "description": "Sets duration for modal's close animation",
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.",
3374
+ "tags": {
3375
+ "demoIgnore": [
3376
+ {
3377
+ "description": "true",
3378
+ "title": "demoIgnore"
3379
+ }
3380
+ ]
3381
+ },
3412
3382
  "type": {
3413
- "name": "number"
3383
+ "name": "boolean"
3414
3384
  },
3385
+ "required": false,
3415
3386
  "defaultValue": {
3416
3387
  "func": false,
3417
- "value": "300"
3388
+ "value": false
3418
3389
  }
3419
3390
  }
3420
3391
  ],
3421
3392
  "events": [
3393
+ {
3394
+ "name": "opened",
3395
+ "description": "Emits when popover is opened"
3396
+ },
3422
3397
  {
3423
3398
  "name": "closed",
3424
- "description": "Fires when modal is closed"
3399
+ "description": "Emits when popover is closed"
3425
3400
  }
3426
3401
  ],
3427
3402
  "slots": [
3428
3403
  {
3429
- "name": "modal",
3430
- "description": "Use to override the entire CdrModal content container."
3404
+ "name": "trigger",
3405
+ "description": " Slot for the element that triggers the popover."
3431
3406
  },
3432
3407
  {
3433
3408
  "name": "title",
3434
- "description": "Use to override the default title"
3409
+ "description": "Sets the title for the popover. Can also be set with `label` prop"
3435
3410
  },
3436
3411
  {
3437
3412
  "name": "default"
3438
- }
3439
- ],
3440
- "sourceFiles": [
3441
- "./src/components/modal/CdrModal.vue"
3442
- ],
3443
- "UIProperties": [
3444
- {
3445
- "name": "--cdr-modal-overlay-background-color",
3446
- "defaultValue": "--cdr-color-background-modal-overlay",
3447
- "description": "Background color of the modal overlay"
3448
3413
  },
3449
3414
  {
3450
- "name": "--cdr-modal-content-wrap-background-color",
3451
- "defaultValue": "--cdr-color-background-primary",
3452
- "description": "Background color of the content wrap"
3453
- }
3454
- ]
3455
- },
3456
- "CdrAccordionGroup": {
3457
- "name": "CdrAccordionGroup",
3458
- "exportName": "default",
3459
- "displayName": "CdrAccordionGroup",
3460
- "description": "",
3461
- "tags": {},
3462
- "props": [
3463
- {
3464
- "name": "unwrap",
3465
- "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
3466
- "tags": {},
3467
- "values": [
3468
- "@xs",
3469
- "@sm",
3470
- "@md",
3471
- "@lg",
3472
- "true"
3473
- ],
3474
- "type": {
3475
- "name": "string|boolean"
3476
- },
3477
- "defaultValue": {
3478
- "func": false,
3479
- "value": false
3480
- }
3481
- }
3482
- ],
3483
- "slots": [
3484
- {
3485
- "name": "default",
3486
- "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
3415
+ "name": "icon"
3487
3416
  }
3488
3417
  ],
3489
3418
  "sourceFiles": [
3490
- "./src/components/accordion/CdrAccordionGroup.vue"
3419
+ "./src/components/popover/CdrPopover.vue"
3491
3420
  ]
3492
3421
  },
3493
- "CdrQuote": {
3494
- "name": "CdrQuote",
3495
- "description": "Short excerpt used to emphasize content or break up a large body of text",
3422
+ "CdrPopup": {
3423
+ "name": "CdrPopup",
3424
+ "description": "An internal helper component used by Popover and Tooltip",
3496
3425
  "tags": {},
3497
3426
  "exportName": "default",
3498
- "displayName": "CdrQuote",
3427
+ "displayName": "CdrPopup",
3499
3428
  "props": [
3500
3429
  {
3501
- "name": "tag",
3502
- "description": "Sets the semantic HTML element for the quote.",
3503
- "tags": {},
3504
- "values": [
3505
- "blockquote",
3506
- "aside",
3507
- "q",
3508
- "div"
3509
- ],
3430
+ "name": "opened",
3510
3431
  "type": {
3511
- "name": "string"
3432
+ "name": "boolean"
3512
3433
  },
3513
3434
  "defaultValue": {
3514
3435
  "func": false,
3515
- "value": "'blockquote'"
3436
+ "value": false
3516
3437
  }
3517
3438
  },
3518
3439
  {
3519
- "name": "modifier",
3520
- "description": "Modifies the style variant for the quote",
3521
- "tags": {
3522
- "demoSelectMultiple": [
3523
- {
3524
- "description": "true",
3525
- "title": "demoSelectMultiple"
3526
- }
3527
- ]
3528
- },
3529
- "values": [
3530
- "pull"
3531
- ],
3440
+ "name": "position",
3532
3441
  "type": {
3533
3442
  "name": "string"
3534
3443
  },
3444
+ "required": false,
3535
3445
  "defaultValue": {
3536
3446
  "func": false,
3537
- "value": "''"
3538
- }
3539
- },
3540
- {
3541
- "name": "summary",
3542
- "description": "Sets the quote body text.",
3543
- "type": {
3544
- "name": "string"
3545
- }
3546
- },
3547
- {
3548
- "name": "citation",
3549
- "description": "Sets the quote attribution text.",
3550
- "type": {
3551
- "name": "string"
3552
- }
3553
- }
3554
- ],
3555
- "slots": [
3556
- {
3557
- "name": "default"
3558
- }
3559
- ],
3560
- "sourceFiles": [
3561
- "./src/components/quote/CdrQuote.vue"
3562
- ],
3563
- "UIProperties": [
3564
- {
3565
- "name": "--cdr-quote-cite-text-color",
3566
- "defaultValue": "--cdr-color-text-secondary",
3567
- "description": "Text color of a cdr-quote citation"
3568
- },
3569
- {
3570
- "name": "--cdr-quote-content-text-color",
3571
- "defaultValue": "--cdr-color-text-primary",
3572
- "description": "Text color of cdr-quote content"
3573
- },
3574
- {
3575
- "name": "--cdr-quote-pull-container-border-color",
3576
- "defaultValue": "--cdr-color-border-primary",
3577
- "description": "Border color of a cdr-quote pull container"
3578
- }
3579
- ]
3580
- },
3581
- "CdrRadio": {
3582
- "name": "CdrRadio",
3583
- "description": "Permits the selection of only one option from a list of two or more",
3584
- "tags": {},
3585
- "exportName": "default",
3586
- "displayName": "CdrRadio",
3587
- "props": [
3588
- {
3589
- "name": "labelClass",
3590
- "description": "Adds CSS class to the label for custom styles.",
3591
- "type": {
3592
- "name": "string"
3447
+ "value": "'top'"
3593
3448
  }
3594
3449
  },
3595
3450
  {
3596
- "name": "inputClass",
3597
- "description": "Adds CSS class to the input for custom styles.",
3451
+ "name": "autoPosition",
3598
3452
  "type": {
3599
- "name": "string"
3453
+ "name": "boolean"
3454
+ },
3455
+ "defaultValue": {
3456
+ "func": false,
3457
+ "value": true
3600
3458
  }
3601
3459
  },
3602
3460
  {
3603
3461
  "name": "contentClass",
3604
- "description": "Adds CSS class to the slot wrapper for custom styles.",
3605
3462
  "type": {
3606
3463
  "name": "string"
3607
3464
  }
3608
- },
3465
+ }
3466
+ ],
3467
+ "events": [
3609
3468
  {
3610
- "name": "disabled",
3611
- "description": "Disables the radio",
3612
- "type": {
3613
- "name": "boolean"
3614
- }
3469
+ "name": "closed"
3470
+ }
3471
+ ],
3472
+ "slots": [
3473
+ {
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"
3615
3485
  },
3616
3486
  {
3617
- "name": "name",
3618
- "description": "Sets the name of the radio button.",
3487
+ "name": "--cdr-popup-content-border-color",
3488
+ "defaultValue": "--cdr-color-border-secondary",
3489
+ "description": "Border color of cdr-popup content"
3490
+ }
3491
+ ]
3492
+ },
3493
+ "CdrQuote": {
3494
+ "name": "CdrQuote",
3495
+ "description": "Short excerpt used to emphasize content or break up a large body of text",
3496
+ "tags": {},
3497
+ "exportName": "default",
3498
+ "displayName": "CdrQuote",
3499
+ "props": [
3500
+ {
3501
+ "name": "tag",
3502
+ "description": "Sets the semantic HTML element for the quote.",
3503
+ "tags": {},
3504
+ "values": [
3505
+ "blockquote",
3506
+ "aside",
3507
+ "q",
3508
+ "div"
3509
+ ],
3619
3510
  "type": {
3620
3511
  "name": "string"
3621
3512
  },
3622
- "required": true
3513
+ "defaultValue": {
3514
+ "func": false,
3515
+ "value": "'blockquote'"
3516
+ }
3623
3517
  },
3624
3518
  {
3625
3519
  "name": "modifier",
3626
- "description": "Modifies the style variants for this component",
3520
+ "description": "Modifies the style variant for the quote",
3627
3521
  "tags": {
3628
3522
  "demoSelectMultiple": [
3629
3523
  {
@@ -3633,7 +3527,7 @@
3633
3527
  ]
3634
3528
  },
3635
3529
  "values": [
3636
- "hide-figure"
3530
+ "pull"
3637
3531
  ],
3638
3532
  "type": {
3639
3533
  "name": "string"
@@ -3644,177 +3538,43 @@
3644
3538
  }
3645
3539
  },
3646
3540
  {
3647
- "name": "size",
3648
- "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
3649
- "tags": {
3650
- "demoSelectMultiple": [
3651
- {
3652
- "description": "false",
3653
- "title": "demoSelectMultiple"
3654
- }
3655
- ]
3656
- },
3657
- "values": [
3658
- "small",
3659
- "medium",
3660
- "large"
3661
- ],
3662
- "type": {
3663
- "name": "sizeProps"
3664
- }
3665
- },
3666
- {
3667
- "name": "background",
3668
- "description": "Sets the background color the radio button is rendered on",
3669
- "tags": {},
3670
- "values": [
3671
- "primary",
3672
- "secondary"
3673
- ],
3674
- "type": {
3675
- "name": "backgroundProps"
3676
- }
3677
- },
3678
- {
3679
- "name": "customValue",
3680
- "description": "Sets the value of the radio.",
3541
+ "name": "summary",
3542
+ "description": "Sets the quote body text.",
3681
3543
  "type": {
3682
- "name": "string|number|boolean|object|array|symbol|func"
3544
+ "name": "string"
3683
3545
  }
3684
3546
  },
3685
3547
  {
3686
- "name": "modelValue",
3687
- "tags": {
3688
- "ignore": [
3689
- {
3690
- "description": "v-model binding",
3691
- "title": "ignore"
3692
- }
3693
- ]
3694
- },
3548
+ "name": "citation",
3549
+ "description": "Sets the quote attribution text.",
3695
3550
  "type": {
3696
- "name": "string|number|boolean|object|array|symbol|func"
3551
+ "name": "string"
3697
3552
  }
3698
3553
  }
3699
3554
  ],
3700
- "events": [
3701
- {
3702
- "name": "update:modelValue",
3703
- "description": "Event emitted by v-model on the radio's <input> element",
3704
- "properties": [
3705
- {
3706
- "type": {
3707
- "names": [
3708
- "mixed"
3709
- ]
3710
- },
3711
- "name": "modelValue"
3712
- }
3713
- ],
3714
- "tags": [
3715
- {
3716
- "title": "param",
3717
- "type": {
3718
- "name": "mixed"
3719
- },
3720
- "name": "modelValue"
3721
- }
3722
- ]
3723
- }
3724
- ],
3725
3555
  "slots": [
3726
3556
  {
3727
3557
  "name": "default"
3728
3558
  }
3729
3559
  ],
3730
3560
  "sourceFiles": [
3731
- "./src/components/radio/CdrRadio.vue"
3561
+ "./src/components/quote/CdrQuote.vue"
3732
3562
  ],
3733
3563
  "UIProperties": [
3734
3564
  {
3735
- "name": "--cdr-radio-box-shadow-color-selected",
3736
- "defaultValue": "--cdr-color-border-input-default-selected",
3737
- "description": "Box-shadow color of cdr-radio when selected"
3738
- },
3739
- {
3740
- "name": "--cdr-radio-background-color-selected",
3741
- "defaultValue": "--cdr-color-background-input-default-selected",
3742
- "description": "Background color of cdr-radio when selected"
3743
- },
3744
- {
3745
- "name": "--cdr-radio-inner-circle-background-color-selected",
3746
- "defaultValue": "--cdr-color-icon-checkbox-default-selected",
3747
- "description": "Background color of the inner circle of cdr-radio when selected"
3748
- },
3749
- {
3750
- "name": "--cdr-radio-box-shadow-color-hover",
3751
- "defaultValue": "--cdr-color-border-input-default-hover",
3752
- "description": "Box-shadow color of cdr-radio on hover"
3753
- },
3754
- {
3755
- "name": "--cdr-radio-background-color-hover",
3756
- "defaultValue": "--cdr-color-background-input-default-hover",
3757
- "description": "Background color of cdr-radio on hover"
3758
- },
3759
- {
3760
- "name": "--cdr-radio-box-shadow-color-selected-hover",
3761
- "defaultValue": "--cdr-color-border-input-default-selected-hover",
3762
- "description": "Box-shadow color of cdr-radio when selected on hover"
3763
- },
3764
- {
3765
- "name": "--cdr-radio-background-color-selected-hover",
3766
- "defaultValue": "--cdr-color-background-input-default-selected-hover",
3767
- "description": "Background color of cdr-radio when selected on hover"
3768
- },
3769
- {
3770
- "name": "--cdr-radio-box-shadow-color-disabled",
3771
- "defaultValue": "--cdr-color-border-input-default-disabled",
3772
- "description": "Box-shadow color of cdr-radio when disabled"
3773
- },
3774
- {
3775
- "name": "--cdr-radio-background-color-disabled",
3776
- "defaultValue": "--cdr-color-background-input-default-disabled",
3777
- "description": "Background color of cdr-radio when disabled"
3778
- },
3779
- {
3780
- "name": "--cdr-radio-inner-circle-background-color-disabled",
3781
- "defaultValue": "--cdr-color-background-input-default-disabled",
3782
- "description": "Background color of the inner circle of cdr-radio when disabled"
3783
- },
3784
- {
3785
- "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
3786
- "defaultValue": "--cdr-color-background-input-default-disabled",
3787
- "description": "Background color of the inner circle of cdr-radio when selected and disabled"
3788
- },
3789
- {
3790
- "name": "--cdr-radio-box-shadow-color-focus",
3791
- "defaultValue": "--cdr-color-border-input-default-active",
3792
- "description": "Box-shadow color of cdr-radio on focus"
3793
- },
3794
- {
3795
- "name": "--cdr-radio-background-color-focus",
3796
- "defaultValue": "--cdr-color-background-input-default-focus",
3797
- "description": "Background color of cdr-radio on focus"
3798
- },
3799
- {
3800
- "name": "--cdr-radio-background-color-selected-focus",
3801
- "defaultValue": "--cdr-color-background-input-default-selected-focus",
3802
- "description": "Background color of cdr-radio when selected on focus"
3803
- },
3804
- {
3805
- "name": "--cdr-radio-box-shadow-color-active",
3806
- "defaultValue": "--cdr-color-border-input-default-active",
3807
- "description": "Box-shadow color of cdr-radio when active"
3565
+ "name": "--cdr-quote-cite-text-color",
3566
+ "defaultValue": "--cdr-color-text-secondary",
3567
+ "description": "Text color of a cdr-quote citation"
3808
3568
  },
3809
3569
  {
3810
- "name": "--cdr-radio-background-color-active",
3811
- "defaultValue": "--cdr-color-background-input-default-active",
3812
- "description": "Background color of cdr-radio when active"
3570
+ "name": "--cdr-quote-content-text-color",
3571
+ "defaultValue": "--cdr-color-text-primary",
3572
+ "description": "Text color of cdr-quote content"
3813
3573
  },
3814
3574
  {
3815
- "name": "--cdr-radio-inner-circle-background-color-selected-active",
3816
- "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
3817
- "description": "Background color of the inner circle of cdr-radio when selected and active"
3575
+ "name": "--cdr-quote-pull-container-border-color",
3576
+ "defaultValue": "--cdr-color-border-primary",
3577
+ "description": "Border color of a cdr-quote pull container"
3818
3578
  }
3819
3579
  ]
3820
3580
  },
@@ -3948,112 +3708,74 @@
3948
3708
  }
3949
3709
  ]
3950
3710
  },
3951
- "CdrSkeleton": {
3952
- "name": "CdrSkeleton",
3953
- "description": "Visually communicates content is in the process of loading",
3711
+ "CdrRadio": {
3712
+ "name": "CdrRadio",
3713
+ "description": "Permits the selection of only one option from a list of two or more",
3954
3714
  "tags": {},
3955
3715
  "exportName": "default",
3956
- "displayName": "CdrSkeleton",
3716
+ "displayName": "CdrRadio",
3957
3717
  "props": [
3958
3718
  {
3959
- "name": "motion",
3960
- "description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
3719
+ "name": "labelClass",
3720
+ "description": "Adds CSS class to the label for custom styles.",
3961
3721
  "type": {
3962
- "name": "boolean"
3963
- },
3964
- "defaultValue": {
3965
- "func": false,
3966
- "value": true
3722
+ "name": "string"
3967
3723
  }
3968
- }
3969
- ],
3970
- "slots": [
3971
- {
3972
- "name": "default",
3973
- "description": "CdrSkeleton content (CdrSkeletonBone components)"
3974
- }
3975
- ],
3976
- "sourceFiles": [
3977
- "./src/components/skeleton/CdrSkeleton.vue"
3978
- ],
3979
- "UIProperties": [
3724
+ },
3980
3725
  {
3981
- "name": "--cdr-skeleton-bone-background-color",
3982
- "defaultValue": "#edeae3",
3983
- "description": "Skeleton bone background color"
3726
+ "name": "inputClass",
3727
+ "description": "Adds CSS class to the input for custom styles.",
3728
+ "type": {
3729
+ "name": "string"
3730
+ }
3984
3731
  },
3985
3732
  {
3986
- "name": "--cdr-skeleton-gradient-1",
3987
- "defaultValue": "rgba(237,234,227,1)",
3988
- "description": "Skeleton shimmer gradient part 1"
3733
+ "name": "contentClass",
3734
+ "description": "Adds CSS class to the slot wrapper for custom styles.",
3735
+ "type": {
3736
+ "name": "string"
3737
+ }
3989
3738
  },
3990
3739
  {
3991
- "name": "--cdr-skeleton-gradient-2",
3992
- "defaultValue": "rgba(249,248,240,1)",
3993
- "description": "Skeleton shimmer gradient part 2"
3740
+ "name": "disabled",
3741
+ "description": "Disables the radio",
3742
+ "type": {
3743
+ "name": "boolean"
3744
+ }
3994
3745
  },
3995
3746
  {
3996
- "name": "--cdr-skeleton-gradient-3",
3997
- "defaultValue": "rgba(237,234,227,1)",
3998
- "description": "Skeleton shimmer gradient part 3"
3999
- }
4000
- ]
4001
- },
4002
- "CdrSkeletonBone": {
4003
- "name": "CdrSkeletonBone",
4004
- "exportName": "default",
4005
- "displayName": "CdrSkeletonBone",
4006
- "description": "",
4007
- "tags": {},
4008
- "props": [
3747
+ "name": "name",
3748
+ "description": "Sets the name of the radio button.",
3749
+ "type": {
3750
+ "name": "string"
3751
+ },
3752
+ "required": true
3753
+ },
4009
3754
  {
4010
- "name": "type",
4011
- "description": "Sets the type of content placeholder",
3755
+ "name": "modifier",
3756
+ "description": "Modifies the style variants for this component",
4012
3757
  "tags": {
4013
3758
  "demoSelectMultiple": [
4014
3759
  {
4015
- "description": "false",
3760
+ "description": "true",
4016
3761
  "title": "demoSelectMultiple"
4017
3762
  }
4018
3763
  ]
4019
3764
  },
4020
3765
  "values": [
4021
- "default",
4022
- "heading",
4023
- "line",
4024
- "rectangle",
4025
- "square"
3766
+ "hide-figure"
4026
3767
  ],
4027
3768
  "type": {
4028
3769
  "name": "string"
4029
3770
  },
4030
3771
  "defaultValue": {
4031
3772
  "func": false,
4032
- "value": "'default'"
4033
- }
4034
- }
4035
- ],
4036
- "sourceFiles": [
4037
- "./src/components/skeleton/CdrSkeletonBone.vue"
4038
- ]
4039
- },
4040
- "CdrSwitch": {
4041
- "name": "CdrSwitch",
4042
- "description": "Permits selection from two opposing options",
4043
- "tags": {},
4044
- "exportName": "default",
4045
- "displayName": "CdrSwitch",
4046
- "props": [
4047
- {
4048
- "name": "id",
4049
- "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
4050
- "type": {
4051
- "name": "string"
3773
+ "value": "''"
4052
3774
  }
4053
3775
  },
4054
3776
  {
4055
3777
  "name": "size",
4056
- "description": "Sets the size of the switch",
3778
+ "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
4057
3779
  "tags": {
4058
3780
  "demoSelectMultiple": [
4059
3781
  {
@@ -4063,48 +3785,52 @@
4063
3785
  ]
4064
3786
  },
4065
3787
  "values": [
3788
+ "small",
4066
3789
  "medium",
4067
3790
  "large"
4068
3791
  ],
4069
3792
  "type": {
4070
- "name": "string"
4071
- },
4072
- "defaultValue": {
4073
- "func": false,
4074
- "value": "'medium'"
3793
+ "name": "sizeProps"
4075
3794
  }
4076
3795
  },
4077
3796
  {
4078
- "name": "fullWidth",
4079
- "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
3797
+ "name": "background",
3798
+ "description": "Sets the background color the radio button is rendered on",
3799
+ "tags": {},
3800
+ "values": [
3801
+ "primary",
3802
+ "secondary"
3803
+ ],
4080
3804
  "type": {
4081
- "name": "boolean"
4082
- },
4083
- "defaultValue": {
4084
- "func": false,
4085
- "value": false
3805
+ "name": "backgroundProps"
3806
+ }
3807
+ },
3808
+ {
3809
+ "name": "customValue",
3810
+ "description": "Sets the value of the radio.",
3811
+ "type": {
3812
+ "name": "string|number|boolean|object|array|symbol|func"
4086
3813
  }
4087
3814
  },
4088
3815
  {
4089
3816
  "name": "modelValue",
4090
3817
  "tags": {
4091
- "demoIgnore": [
3818
+ "ignore": [
4092
3819
  {
4093
- "description": "true",
4094
- "title": "demoIgnore"
3820
+ "description": "v-model binding",
3821
+ "title": "ignore"
4095
3822
  }
4096
3823
  ]
4097
3824
  },
4098
3825
  "type": {
4099
- "name": "boolean"
4100
- },
4101
- "required": true
3826
+ "name": "string|number|boolean|object|array|symbol|func"
3827
+ }
4102
3828
  }
4103
3829
  ],
4104
3830
  "events": [
4105
3831
  {
4106
3832
  "name": "update:modelValue",
4107
- "description": "Event emitted by v-model on switch",
3833
+ "description": "Event emitted by v-model on the radio's <input> element",
4108
3834
  "properties": [
4109
3835
  {
4110
3836
  "type": {
@@ -4128,138 +3854,97 @@
4128
3854
  ],
4129
3855
  "slots": [
4130
3856
  {
4131
- "name": "default",
4132
- "description": "The label for the switch"
3857
+ "name": "default"
4133
3858
  }
4134
3859
  ],
4135
3860
  "sourceFiles": [
4136
- "./src/components/switch/CdrSwitch.vue"
3861
+ "./src/components/radio/CdrRadio.vue"
4137
3862
  ],
4138
3863
  "UIProperties": [
4139
3864
  {
4140
- "name": "--cdr-switch-border-color",
4141
- "defaultValue": "--cdr-color-border-secondary",
4142
- "description": "Border of the cdr-switch button"
4143
- },
4144
- {
4145
- "name": "--cdr-switch-background-color",
4146
- "defaultValue": "--cdr-color-background-switch-default-rest",
4147
- "description": "Background color of the cdr-switch button"
4148
- },
4149
- {
4150
- "name": "--cdr-switch-icon-fill",
4151
- "defaultValue": "--cdr-color-icon-default",
4152
- "description": "Fill of the cdr-switch x and check icons"
4153
- },
4154
- {
4155
- "name": "--cdr-switch-box-shadow-color-focus",
4156
- "defaultValue": "--cdr-color-border-secondary",
4157
- "description": "Box-shadow of the cdr-switch button on focus"
4158
- },
4159
- {
4160
- "name": "--cdr-switch-background-color-focus",
4161
- "defaultValue": "--cdr-color-background-switch-default-focus",
4162
- "description": "Background color of the cdr-switch button on focus"
4163
- },
4164
- {
4165
- "name": "--cdr-switch-icon-fill-focus",
4166
- "defaultValue": "--cdr-color-icon-default",
4167
- "description": "Fill of the cdr-switch x and check icons on focus"
4168
- },
4169
- {
4170
- "name": "--cdr-switch-handle-background-color-focus",
4171
- "defaultValue": "--cdr-color-background-switch-handle-default-focus",
4172
- "description": "Background color of the cdr-switch handle before on focus"
4173
- },
4174
- {
4175
- "name": "--cdr-switch-hover-border-color",
4176
- "defaultValue": "--cdr-color-border-switch-default-hover",
4177
- "description": "Border of the cdr-switch button on hover when not in focus"
4178
- },
4179
- {
4180
- "name": "--cdr-switch-background-color-hover",
4181
- "defaultValue": "--cdr-color-background-switch-default-hover",
4182
- "description": "Background color of the cdr-switch button on hover when not in focus"
3865
+ "name": "--cdr-radio-box-shadow-color-selected",
3866
+ "defaultValue": "--cdr-color-border-input-default-selected",
3867
+ "description": "Box-shadow color of cdr-radio when selected"
4183
3868
  },
4184
3869
  {
4185
- "name": "--cdr-switch-icon-fill-hover",
4186
- "defaultValue": "--cdr-color-icon-emphasis",
4187
- "description": "Fill of the cdr-switch x and check icons on hover when not in focus"
3870
+ "name": "--cdr-radio-background-color-selected",
3871
+ "defaultValue": "--cdr-color-background-input-default-selected",
3872
+ "description": "Background color of cdr-radio when selected"
4188
3873
  },
4189
3874
  {
4190
- "name": "--cdr-switch-handle-border-color-hover",
4191
- "defaultValue": "--cdr-color-border-switch-default-hover",
4192
- "description": "Border of the cdr-switch handle on hover when not in focus"
3875
+ "name": "--cdr-radio-inner-circle-background-color-selected",
3876
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected",
3877
+ "description": "Background color of the inner circle of cdr-radio when selected"
4193
3878
  },
4194
3879
  {
4195
- "name": "--cdr-switch-background-color-checked",
4196
- "defaultValue": "--cdr-color-background-switch-selected-default-rest",
4197
- "description": "Background color of the cdr-switch button when it is checked"
3880
+ "name": "--cdr-radio-box-shadow-color-hover",
3881
+ "defaultValue": "--cdr-color-border-input-default-hover",
3882
+ "description": "Box-shadow color of cdr-radio on hover"
4198
3883
  },
4199
3884
  {
4200
- "name": "--cdr-switch-icon-fill-checked",
4201
- "defaultValue": "--cdr-color-icon-switch-selected-default-rest",
4202
- "description": "Fill of the cdr-switch x and check icons when it is checked"
3885
+ "name": "--cdr-radio-background-color-hover",
3886
+ "defaultValue": "--cdr-color-background-input-default-hover",
3887
+ "description": "Background color of cdr-radio on hover"
4203
3888
  },
4204
3889
  {
4205
- "name": "--cdr-switch-box-shadow-color-checked-focus",
4206
- "defaultValue": "--cdr-color-border-secondary",
4207
- "description": "Box-shadow of the cdr-switch button when it is checked and in focus"
3890
+ "name": "--cdr-radio-box-shadow-color-selected-hover",
3891
+ "defaultValue": "--cdr-color-border-input-default-selected-hover",
3892
+ "description": "Box-shadow color of cdr-radio when selected on hover"
4208
3893
  },
4209
3894
  {
4210
- "name": "--cdr-switch-background-color-checked-focus",
4211
- "defaultValue": "--cdr-color-background-switch-selected-default-focus",
4212
- "description": "Background color of the cdr-switch button when it is checked and in focus"
3895
+ "name": "--cdr-radio-background-color-selected-hover",
3896
+ "defaultValue": "--cdr-color-background-input-default-selected-hover",
3897
+ "description": "Background color of cdr-radio when selected on hover"
4213
3898
  },
4214
3899
  {
4215
- "name": "--cdr-switch-handle-border-color-checked-focus",
4216
- "defaultValue": "--cdr-color-border-switch-handle-default-focus",
4217
- "description": "Border of the cdr-switch handle when it is checked and in focus"
3900
+ "name": "--cdr-radio-box-shadow-color-disabled",
3901
+ "defaultValue": "--cdr-color-border-input-default-disabled",
3902
+ "description": "Box-shadow color of cdr-radio when disabled"
4218
3903
  },
4219
3904
  {
4220
- "name": "--cdr-switch-handle-background-color-checked-focus",
4221
- "defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
4222
- "description": "Background color of the cdr-switch handle when it is checked and in focus"
3905
+ "name": "--cdr-radio-background-color-disabled",
3906
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3907
+ "description": "Background color of cdr-radio when disabled"
4223
3908
  },
4224
3909
  {
4225
- "name": "--cdr-switch-icon-fill-checked-focus",
4226
- "defaultValue": "--cdr-color-icon-switch-selected-default-focus",
4227
- "description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
3910
+ "name": "--cdr-radio-inner-circle-background-color-disabled",
3911
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3912
+ "description": "Background color of the inner circle of cdr-radio when disabled"
4228
3913
  },
4229
3914
  {
4230
- "name": "--cdr-switch-handle-background-color-checked",
4231
- "defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
4232
- "description": "Background color of the cdr-switch handle when it is checked"
3915
+ "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
3916
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3917
+ "description": "Background color of the inner circle of cdr-radio when selected and disabled"
4233
3918
  },
4234
3919
  {
4235
- "name": "--cdr-switch-border-color-checked-hover",
4236
- "defaultValue": "--cdr-color-border-secondary",
4237
- "description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
3920
+ "name": "--cdr-radio-box-shadow-color-focus",
3921
+ "defaultValue": "--cdr-color-border-input-default-active",
3922
+ "description": "Box-shadow color of cdr-radio on focus"
4238
3923
  },
4239
3924
  {
4240
- "name": "--cdr-switch-background-color-checked-hover",
4241
- "defaultValue": "--cdr-color-background-switch-selected-default-hover",
4242
- "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
3925
+ "name": "--cdr-radio-background-color-focus",
3926
+ "defaultValue": "--cdr-color-background-input-default-focus",
3927
+ "description": "Background color of cdr-radio on focus"
4243
3928
  },
4244
3929
  {
4245
- "name": "--cdr-switch-icon-fill-checked-hover",
4246
- "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4247
- "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
3930
+ "name": "--cdr-radio-background-color-selected-focus",
3931
+ "defaultValue": "--cdr-color-background-input-default-selected-focus",
3932
+ "description": "Background color of cdr-radio when selected on focus"
4248
3933
  },
4249
3934
  {
4250
- "name": "--cdr-switch-handle-border-color-checked-hover",
4251
- "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4252
- "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
3935
+ "name": "--cdr-radio-box-shadow-color-active",
3936
+ "defaultValue": "--cdr-color-border-input-default-active",
3937
+ "description": "Box-shadow color of cdr-radio when active"
4253
3938
  },
4254
3939
  {
4255
- "name": "--cdr-switch-handle-border",
4256
- "defaultValue": "--cdr-color-border-secondary",
4257
- "description": "Border color of the cdr-switch handle"
3940
+ "name": "--cdr-radio-background-color-active",
3941
+ "defaultValue": "--cdr-color-background-input-default-active",
3942
+ "description": "Background color of cdr-radio when active"
4258
3943
  },
4259
3944
  {
4260
- "name": "--cdr-switch-handle-background-color-rest",
4261
- "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4262
- "description": "Background color of the cdr-switch handle"
3945
+ "name": "--cdr-radio-inner-circle-background-color-selected-active",
3946
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
3947
+ "description": "Background color of the inner circle of cdr-radio when selected and active"
4263
3948
  }
4264
3949
  ]
4265
3950
  },
@@ -4505,162 +4190,547 @@
4505
4190
  "description": "Text color of a disabled cdr-select"
4506
4191
  },
4507
4192
  {
4508
- "name": "--cdr-select-box-shadow-color-disabled",
4509
- "defaultValue": "--cdr-color-border-input-default-disabled",
4510
- "description": "Box-shadow color of a disabled cdr-select"
4193
+ "name": "--cdr-select-box-shadow-color-disabled",
4194
+ "defaultValue": "--cdr-color-border-input-default-disabled",
4195
+ "description": "Box-shadow color of a disabled cdr-select"
4196
+ },
4197
+ {
4198
+ "name": "--cdr-select-box-shadow-color-focus",
4199
+ "defaultValue": "--cdr-color-border-input-default-focus",
4200
+ "description": "Box-shadow color of a cdr-select when active or focused"
4201
+ },
4202
+ {
4203
+ "name": "--cdr-select-prompt-text-color",
4204
+ "defaultValue": "--cdr-color-text-primary",
4205
+ "description": "Text color of cdr-select prompt"
4206
+ },
4207
+ {
4208
+ "name": "--cdr-select-prompt-text-color-disabled",
4209
+ "defaultValue": "--cdr-color-text-input-disabled",
4210
+ "description": "Text color of a disabled cdr-select prompt"
4211
+ },
4212
+ {
4213
+ "name": "--cdr-select-primary-background-color",
4214
+ "defaultValue": "--cdr-color-background-input-default",
4215
+ "description": "Background color of a primary cdr-select"
4216
+ },
4217
+ {
4218
+ "name": "--cdr-select-primary-background-color-active",
4219
+ "defaultValue": "--cdr-color-background-input-default-active",
4220
+ "description": "Background color of a primary cdr-select when active or focused"
4221
+ },
4222
+ {
4223
+ "name": "--cdr-select-secondary-background-color",
4224
+ "defaultValue": "--cdr-color-background-input-secondary",
4225
+ "description": "Background color of a secondary cdr-select"
4226
+ },
4227
+ {
4228
+ "name": "--cdr-select-secondary-background-color-active",
4229
+ "defaultValue": "--cdr-color-background-input-secondary-active",
4230
+ "description": "Background color of a secondary cdr-select when active or focused"
4231
+ },
4232
+ {
4233
+ "name": "--cdr-select-background-color-error",
4234
+ "defaultValue": "--cdr-color-background-input-error",
4235
+ "description": "Background color of a cdr-select error"
4236
+ },
4237
+ {
4238
+ "name": "--cdr-select-box-shadow-color-error",
4239
+ "defaultValue": "--cdr-color-border-input-error",
4240
+ "description": "Box-shadow color of a cdr-select error"
4241
+ }
4242
+ ]
4243
+ },
4244
+ "CdrSkeletonBone": {
4245
+ "name": "CdrSkeletonBone",
4246
+ "exportName": "default",
4247
+ "displayName": "CdrSkeletonBone",
4248
+ "description": "",
4249
+ "tags": {},
4250
+ "props": [
4251
+ {
4252
+ "name": "type",
4253
+ "description": "Sets the type of content placeholder",
4254
+ "tags": {
4255
+ "demoSelectMultiple": [
4256
+ {
4257
+ "description": "false",
4258
+ "title": "demoSelectMultiple"
4259
+ }
4260
+ ]
4261
+ },
4262
+ "values": [
4263
+ "default",
4264
+ "heading",
4265
+ "line",
4266
+ "rectangle",
4267
+ "square"
4268
+ ],
4269
+ "type": {
4270
+ "name": "string"
4271
+ },
4272
+ "defaultValue": {
4273
+ "func": false,
4274
+ "value": "'default'"
4275
+ }
4276
+ }
4277
+ ],
4278
+ "sourceFiles": [
4279
+ "./src/components/skeleton/CdrSkeletonBone.vue"
4280
+ ]
4281
+ },
4282
+ "CdrTabPanel": {
4283
+ "name": "CdrTabPanel",
4284
+ "exportName": "default",
4285
+ "displayName": "CdrTabPanel",
4286
+ "description": "",
4287
+ "tags": {},
4288
+ "props": [
4289
+ {
4290
+ "name": "id",
4291
+ "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.",
4292
+ "type": {
4293
+ "name": "string"
4294
+ }
4295
+ },
4296
+ {
4297
+ "name": "name",
4298
+ "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.",
4299
+ "type": {
4300
+ "name": "string"
4301
+ }
4302
+ },
4303
+ {
4304
+ "name": "ariaLabelledby",
4305
+ "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.",
4306
+ "type": {
4307
+ "name": "string"
4308
+ }
4309
+ }
4310
+ ],
4311
+ "events": [
4312
+ {
4313
+ "name": "tab-change",
4314
+ "description": "Emits when active tab is changed",
4315
+ "tags": [
4316
+ {
4317
+ "title": "params",
4318
+ "content": "state, panelId"
4319
+ }
4320
+ ]
4321
+ }
4322
+ ],
4323
+ "slots": [
4324
+ {
4325
+ "name": "default",
4326
+ "description": "CdrTabPanel content"
4327
+ }
4328
+ ],
4329
+ "sourceFiles": [
4330
+ "./src/components/tabs/CdrTabPanel.vue"
4331
+ ]
4332
+ },
4333
+ "CdrTable": {
4334
+ "name": "CdrTable",
4335
+ "description": "Organizes structured data for users to easily scan, compare, and analyze",
4336
+ "tags": {},
4337
+ "exportName": "default",
4338
+ "displayName": "CdrTable",
4339
+ "props": [
4340
+ {
4341
+ "name": "striped",
4342
+ "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
4343
+ "type": {
4344
+ "name": "boolean"
4345
+ },
4346
+ "defaultValue": {
4347
+ "func": false,
4348
+ "value": false
4349
+ }
4350
+ },
4351
+ {
4352
+ "name": "border",
4353
+ "description": "Adds borders between rows. Will disable `striped` if both are true",
4354
+ "type": {
4355
+ "name": "boolean"
4356
+ },
4357
+ "defaultValue": {
4358
+ "func": false,
4359
+ "value": true
4360
+ }
4361
+ },
4362
+ {
4363
+ "name": "fullWidth",
4364
+ "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
4365
+ "type": {
4366
+ "name": "boolean|string"
4367
+ },
4368
+ "defaultValue": {
4369
+ "func": false,
4370
+ "value": true
4371
+ }
4372
+ },
4373
+ {
4374
+ "name": "responsive",
4375
+ "description": "Makes the table scroll horizontally when it would overflow its container",
4376
+ "type": {
4377
+ "name": "boolean"
4378
+ },
4379
+ "defaultValue": {
4380
+ "func": false,
4381
+ "value": true
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "hover",
4386
+ "description": "Adds a darker background on row hover",
4387
+ "type": {
4388
+ "name": "boolean"
4389
+ },
4390
+ "defaultValue": {
4391
+ "func": false,
4392
+ "value": false
4393
+ }
4394
+ },
4395
+ {
4396
+ "name": "size",
4397
+ "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4398
+ "tags": {
4399
+ "demoSelectMultiple": [
4400
+ {
4401
+ "description": "false",
4402
+ "title": "demoSelectMultiple"
4403
+ }
4404
+ ]
4405
+ },
4406
+ "values": [
4407
+ "small",
4408
+ "medium",
4409
+ "large"
4410
+ ],
4411
+ "type": {
4412
+ "name": "string"
4413
+ },
4414
+ "defaultValue": {
4415
+ "func": false,
4416
+ "value": "'medium'"
4417
+ }
4418
+ }
4419
+ ],
4420
+ "slots": [
4421
+ {
4422
+ "name": "default",
4423
+ "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4424
+ }
4425
+ ],
4426
+ "sourceFiles": [
4427
+ "./src/components/table/CdrTable.vue"
4428
+ ],
4429
+ "UIProperties": [
4430
+ {
4431
+ "name": "--cdr-table-base-text-color",
4432
+ "defaultValue": "--cdr-color-text-primary",
4433
+ "description": "Color of the cdr-table base text"
4434
+ },
4435
+ {
4436
+ "name": "--cdr-table-row-background-color",
4437
+ "defaultValue": "--cdr-color-background-table-row",
4438
+ "description": "Background color of the table rows"
4511
4439
  },
4512
4440
  {
4513
- "name": "--cdr-select-box-shadow-color-focus",
4514
- "defaultValue": "--cdr-color-border-input-default-focus",
4515
- "description": "Box-shadow color of a cdr-select when active or focused"
4441
+ "name": "--cdr-table-header-background-color",
4442
+ "defaultValue": "--cdr-color-background-table-header",
4443
+ "description": "Background color of the table header"
4516
4444
  },
4517
4445
  {
4518
- "name": "--cdr-select-prompt-text-color",
4446
+ "name": "--cdr-table-text-cell-color",
4519
4447
  "defaultValue": "--cdr-color-text-primary",
4520
- "description": "Text color of cdr-select prompt"
4448
+ "description": "Text color of the table cells"
4521
4449
  },
4522
4450
  {
4523
- "name": "--cdr-select-prompt-text-color-disabled",
4524
- "defaultValue": "--cdr-color-text-input-disabled",
4525
- "description": "Text color of a disabled cdr-select prompt"
4451
+ "name": "--cdr-table-border-color-default",
4452
+ "defaultValue": "--cdr-color-border-table-default",
4453
+ "description": "Default border color of the table"
4526
4454
  },
4527
4455
  {
4528
- "name": "--cdr-select-primary-background-color",
4529
- "defaultValue": "--cdr-color-background-input-default",
4530
- "description": "Background color of a primary cdr-select"
4456
+ "name": "--cdr-table-head-border-default",
4457
+ "defaultValue": "--cdr-color-border-table-head",
4458
+ "description": "Head border color of the table"
4531
4459
  },
4532
4460
  {
4533
- "name": "--cdr-select-primary-background-color-active",
4534
- "defaultValue": "--cdr-color-background-input-default-active",
4535
- "description": "Background color of a primary cdr-select when active or focused"
4461
+ "name": "--cdr-table-odd-row-background-color",
4462
+ "defaultValue": "--cdr-color-background-table-row-alt",
4463
+ "description": "Background color of all odd rows in the table"
4536
4464
  },
4537
4465
  {
4538
- "name": "--cdr-select-secondary-background-color",
4539
- "defaultValue": "--cdr-color-background-input-secondary",
4540
- "description": "Background color of a secondary cdr-select"
4466
+ "name": "--cdr-table-header-odd-row-background-color",
4467
+ "defaultValue": "--cdr-color-background-table-row",
4468
+ "description": "Background color of odd rows in the table header"
4541
4469
  },
4542
4470
  {
4543
- "name": "--cdr-select-secondary-background-color-active",
4544
- "defaultValue": "--cdr-color-background-input-secondary-active",
4545
- "description": "Background color of a secondary cdr-select when active or focused"
4471
+ "name": "--cdr-table-striped-odd-row-background-color",
4472
+ "defaultValue": "--cdr-color-background-table-row",
4473
+ "description": "Background color of the odd rows in striped tables"
4546
4474
  },
4547
4475
  {
4548
- "name": "--cdr-select-background-color-error",
4549
- "defaultValue": "--cdr-color-background-input-error",
4550
- "description": "Background color of a cdr-select error"
4476
+ "name": "--cdr-table-body-footer-odd-row-background-color",
4477
+ "defaultValue": "--cdr-color-background-table-row-alt",
4478
+ "description": "Background color of odd rows in the table body and footer"
4551
4479
  },
4552
4480
  {
4553
- "name": "--cdr-select-box-shadow-color-error",
4554
- "defaultValue": "--cdr-color-border-input-error",
4555
- "description": "Box-shadow color of a cdr-select error"
4481
+ "name": "--cdr-table-cell-background-color-hover",
4482
+ "defaultValue": "--cdr-color-background-table-header",
4483
+ "description": "Background color of table cells on hover"
4556
4484
  }
4557
4485
  ]
4558
4486
  },
4559
- "CdrTabPanel": {
4560
- "name": "CdrTabPanel",
4561
- "exportName": "default",
4562
- "displayName": "CdrTabPanel",
4563
- "description": "",
4487
+ "CdrTabs": {
4488
+ "name": "CdrTabs",
4489
+ "description": "Organizes related content into groups for people to navigate between",
4564
4490
  "tags": {},
4491
+ "exportName": "default",
4492
+ "displayName": "CdrTabs",
4565
4493
  "props": [
4566
4494
  {
4567
- "name": "id",
4568
- "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.",
4495
+ "name": "height",
4496
+ "description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
4569
4497
  "type": {
4570
4498
  "name": "string"
4499
+ },
4500
+ "defaultValue": {
4501
+ "func": false,
4502
+ "value": "'240px'"
4571
4503
  }
4572
4504
  },
4573
4505
  {
4574
- "name": "name",
4575
- "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.",
4506
+ "name": "activeTab",
4507
+ "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
4508
+ "type": {
4509
+ "name": "number"
4510
+ },
4511
+ "defaultValue": {
4512
+ "func": false,
4513
+ "value": "0"
4514
+ }
4515
+ },
4516
+ {
4517
+ "name": "modifier",
4518
+ "description": "Modifies the style variants for this component",
4519
+ "tags": {},
4520
+ "values": [
4521
+ "centered",
4522
+ "compact",
4523
+ "full-width",
4524
+ "no-border"
4525
+ ],
4576
4526
  "type": {
4577
4527
  "name": "string"
4578
4528
  }
4579
4529
  },
4580
4530
  {
4581
- "name": "ariaLabelledby",
4582
- "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.",
4531
+ "name": "size",
4532
+ "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
4533
+ "tags": {
4534
+ "demoSelectMultiple": [
4535
+ {
4536
+ "description": "true",
4537
+ "title": "demoSelectMultiple"
4538
+ }
4539
+ ]
4540
+ },
4541
+ "values": [
4542
+ "small"
4543
+ ],
4583
4544
  "type": {
4584
4545
  "name": "string"
4585
4546
  }
4586
- }
4587
- ],
4588
- "events": [
4547
+ },
4589
4548
  {
4590
- "name": "tab-change",
4591
- "description": "Emits when active tab is changed",
4592
- "tags": [
4593
- {
4594
- "title": "params",
4595
- "content": "state, panelId"
4596
- }
4597
- ]
4549
+ "name": "backgroundColor",
4550
+ "description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
4551
+ "type": {
4552
+ "name": "string"
4553
+ },
4554
+ "defaultValue": {
4555
+ "func": false,
4556
+ "value": "CdrColorBackgroundPrimary"
4557
+ }
4598
4558
  }
4599
4559
  ],
4600
4560
  "slots": [
4601
4561
  {
4602
4562
  "name": "default",
4603
- "description": "CdrTabPanel content"
4563
+ "description": "CdrTabs content (CdrTabPanel components)"
4604
4564
  }
4605
4565
  ],
4606
4566
  "sourceFiles": [
4607
- "./src/components/tabs/CdrTabPanel.vue"
4567
+ "./src/components/tabs/CdrTabs.vue"
4568
+ ],
4569
+ "UIProperties": [
4570
+ {
4571
+ "name": "--cdr-tabs-header-container-keyline-color",
4572
+ "defaultValue": "--cdr-color-border-tab-keyline-rest",
4573
+ "description": "Keyline color of the cdr-tabs header container"
4574
+ },
4575
+ {
4576
+ "name": "--cdr-tabs-tab-text-color",
4577
+ "defaultValue": "--cdr-color-text-tab-rest",
4578
+ "description": "Text color in a tab"
4579
+ },
4580
+ {
4581
+ "name": "--cdr-tabs-tab-text-color-active",
4582
+ "defaultValue": "--cdr-color-text-tab-active",
4583
+ "description": "Text color of an active tab"
4584
+ },
4585
+ {
4586
+ "name": "--cdr-tabs-tab-text-color-interaction",
4587
+ "defaultValue": "--cdr-color-text-tab-hover",
4588
+ "description": "Text color of a tab on active, focus, or hover"
4589
+ },
4590
+ {
4591
+ "name": "--cdr-tabs-tab-text-color-disabled",
4592
+ "defaultValue": "--cdr-color-text-tab-disabled",
4593
+ "description": "Text color of a disabled tab"
4594
+ },
4595
+ {
4596
+ "name": "--cdr-tabs-keyline-background-color",
4597
+ "defaultValue": "--cdr-color-border-tab-keyline-active",
4598
+ "description": "Background color of the cdr-tabs keyline"
4599
+ },
4600
+ {
4601
+ "name": "--cdr-tabs-no-border-border-color",
4602
+ "defaultValue": "transparent",
4603
+ "description": "Border color of the cdr-tabs with no-border modifier"
4604
+ }
4608
4605
  ]
4609
4606
  },
4610
- "CdrTable": {
4611
- "name": "CdrTable",
4612
- "description": "Organizes structured data for users to easily scan, compare, and analyze",
4607
+ "CdrSkeleton": {
4608
+ "name": "CdrSkeleton",
4609
+ "description": "Visually communicates content is in the process of loading",
4613
4610
  "tags": {},
4614
4611
  "exportName": "default",
4615
- "displayName": "CdrTable",
4612
+ "displayName": "CdrSkeleton",
4616
4613
  "props": [
4617
4614
  {
4618
- "name": "striped",
4619
- "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
4615
+ "name": "motion",
4616
+ "description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
4620
4617
  "type": {
4621
4618
  "name": "boolean"
4622
4619
  },
4623
4620
  "defaultValue": {
4624
4621
  "func": false,
4625
- "value": false
4622
+ "value": true
4626
4623
  }
4624
+ }
4625
+ ],
4626
+ "slots": [
4627
+ {
4628
+ "name": "default",
4629
+ "description": "CdrSkeleton content (CdrSkeletonBone components)"
4630
+ }
4631
+ ],
4632
+ "sourceFiles": [
4633
+ "./src/components/skeleton/CdrSkeleton.vue"
4634
+ ],
4635
+ "UIProperties": [
4636
+ {
4637
+ "name": "--cdr-skeleton-bone-background-color",
4638
+ "defaultValue": "#edeae3",
4639
+ "description": "Skeleton bone background color"
4627
4640
  },
4628
4641
  {
4629
- "name": "border",
4630
- "description": "Adds borders between rows. Will disable `striped` if both are true",
4642
+ "name": "--cdr-skeleton-gradient-1",
4643
+ "defaultValue": "rgba(237,234,227,1)",
4644
+ "description": "Skeleton shimmer gradient part 1"
4645
+ },
4646
+ {
4647
+ "name": "--cdr-skeleton-gradient-2",
4648
+ "defaultValue": "rgba(249,248,240,1)",
4649
+ "description": "Skeleton shimmer gradient part 2"
4650
+ },
4651
+ {
4652
+ "name": "--cdr-skeleton-gradient-3",
4653
+ "defaultValue": "rgba(237,234,227,1)",
4654
+ "description": "Skeleton shimmer gradient part 3"
4655
+ }
4656
+ ]
4657
+ },
4658
+ "CdrText": {
4659
+ "name": "CdrText",
4660
+ "description": "Text container used for any text element such as paragraphs, headings, and lists",
4661
+ "tags": {},
4662
+ "exportName": "default",
4663
+ "displayName": "CdrText",
4664
+ "props": [
4665
+ {
4666
+ "name": "tag",
4667
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
4631
4668
  "type": {
4632
- "name": "boolean"
4669
+ "name": "string"
4633
4670
  },
4634
4671
  "defaultValue": {
4635
4672
  "func": false,
4636
- "value": true
4673
+ "value": "'p'"
4637
4674
  }
4638
- },
4675
+ }
4676
+ ],
4677
+ "slots": [
4678
+ {
4679
+ "name": "default",
4680
+ "description": "CdrText content"
4681
+ }
4682
+ ],
4683
+ "sourceFiles": [
4684
+ "./src/components/text/CdrText.vue"
4685
+ ],
4686
+ "UIProperties": [
4687
+ {
4688
+ "name": "--cdr-text-color",
4689
+ "defaultValue": "--cdr-color-text-primary",
4690
+ "description": "Text color"
4691
+ }
4692
+ ]
4693
+ },
4694
+ "CdrSwitch": {
4695
+ "name": "CdrSwitch",
4696
+ "description": "Permits selection from two opposing options",
4697
+ "tags": {},
4698
+ "exportName": "default",
4699
+ "displayName": "CdrSwitch",
4700
+ "props": [
4639
4701
  {
4640
- "name": "fullWidth",
4641
- "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
4702
+ "name": "id",
4703
+ "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
4642
4704
  "type": {
4643
- "name": "boolean|string"
4644
- },
4645
- "defaultValue": {
4646
- "func": false,
4647
- "value": true
4705
+ "name": "string"
4648
4706
  }
4649
4707
  },
4650
4708
  {
4651
- "name": "responsive",
4652
- "description": "Makes the table scroll horizontally when it would overflow its container",
4709
+ "name": "size",
4710
+ "description": "Sets the size of the switch",
4711
+ "tags": {
4712
+ "demoSelectMultiple": [
4713
+ {
4714
+ "description": "false",
4715
+ "title": "demoSelectMultiple"
4716
+ }
4717
+ ]
4718
+ },
4719
+ "values": [
4720
+ "medium",
4721
+ "large"
4722
+ ],
4653
4723
  "type": {
4654
- "name": "boolean"
4724
+ "name": "string"
4655
4725
  },
4656
4726
  "defaultValue": {
4657
4727
  "func": false,
4658
- "value": true
4728
+ "value": "'medium'"
4659
4729
  }
4660
4730
  },
4661
4731
  {
4662
- "name": "hover",
4663
- "description": "Adds a darker background on row hover",
4732
+ "name": "fullWidth",
4733
+ "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
4664
4734
  "type": {
4665
4735
  "name": "boolean"
4666
4736
  },
@@ -4670,250 +4740,180 @@
4670
4740
  }
4671
4741
  },
4672
4742
  {
4673
- "name": "size",
4674
- "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4743
+ "name": "modelValue",
4675
4744
  "tags": {
4676
- "demoSelectMultiple": [
4745
+ "demoIgnore": [
4677
4746
  {
4678
- "description": "false",
4679
- "title": "demoSelectMultiple"
4747
+ "description": "true",
4748
+ "title": "demoIgnore"
4680
4749
  }
4681
4750
  ]
4682
4751
  },
4683
- "values": [
4684
- "small",
4685
- "medium",
4686
- "large"
4687
- ],
4688
4752
  "type": {
4689
- "name": "string"
4753
+ "name": "boolean"
4690
4754
  },
4691
- "defaultValue": {
4692
- "func": false,
4693
- "value": "'medium'"
4694
- }
4755
+ "required": true
4756
+ }
4757
+ ],
4758
+ "events": [
4759
+ {
4760
+ "name": "update:modelValue",
4761
+ "description": "Event emitted by v-model on switch",
4762
+ "properties": [
4763
+ {
4764
+ "type": {
4765
+ "names": [
4766
+ "mixed"
4767
+ ]
4768
+ },
4769
+ "name": "modelValue"
4770
+ }
4771
+ ],
4772
+ "tags": [
4773
+ {
4774
+ "title": "param",
4775
+ "type": {
4776
+ "name": "mixed"
4777
+ },
4778
+ "name": "modelValue"
4779
+ }
4780
+ ]
4695
4781
  }
4696
4782
  ],
4697
4783
  "slots": [
4698
4784
  {
4699
4785
  "name": "default",
4700
- "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4786
+ "description": "The label for the switch"
4701
4787
  }
4702
4788
  ],
4703
4789
  "sourceFiles": [
4704
- "./src/components/table/CdrTable.vue"
4790
+ "./src/components/switch/CdrSwitch.vue"
4705
4791
  ],
4706
4792
  "UIProperties": [
4707
4793
  {
4708
- "name": "--cdr-table-base-text-color",
4709
- "defaultValue": "--cdr-color-text-primary",
4710
- "description": "Color of the cdr-table base text"
4794
+ "name": "--cdr-switch-border-color",
4795
+ "defaultValue": "--cdr-color-border-secondary",
4796
+ "description": "Border of the cdr-switch button"
4711
4797
  },
4712
4798
  {
4713
- "name": "--cdr-table-row-background-color",
4714
- "defaultValue": "--cdr-color-background-table-row",
4715
- "description": "Background color of the table rows"
4799
+ "name": "--cdr-switch-background-color",
4800
+ "defaultValue": "--cdr-color-background-switch-default-rest",
4801
+ "description": "Background color of the cdr-switch button"
4716
4802
  },
4717
4803
  {
4718
- "name": "--cdr-table-header-background-color",
4719
- "defaultValue": "--cdr-color-background-table-header",
4720
- "description": "Background color of the table header"
4804
+ "name": "--cdr-switch-icon-fill",
4805
+ "defaultValue": "--cdr-color-icon-default",
4806
+ "description": "Fill of the cdr-switch x and check icons"
4721
4807
  },
4722
4808
  {
4723
- "name": "--cdr-table-text-cell-color",
4724
- "defaultValue": "--cdr-color-text-primary",
4725
- "description": "Text color of the table cells"
4809
+ "name": "--cdr-switch-box-shadow-color-focus",
4810
+ "defaultValue": "--cdr-color-border-secondary",
4811
+ "description": "Box-shadow of the cdr-switch button on focus"
4726
4812
  },
4727
4813
  {
4728
- "name": "--cdr-table-border-color-default",
4729
- "defaultValue": "--cdr-color-border-table-default",
4730
- "description": "Default border color of the table"
4814
+ "name": "--cdr-switch-background-color-focus",
4815
+ "defaultValue": "--cdr-color-background-switch-default-focus",
4816
+ "description": "Background color of the cdr-switch button on focus"
4731
4817
  },
4732
4818
  {
4733
- "name": "--cdr-table-head-border-default",
4734
- "defaultValue": "--cdr-color-border-table-head",
4735
- "description": "Head border color of the table"
4819
+ "name": "--cdr-switch-icon-fill-focus",
4820
+ "defaultValue": "--cdr-color-icon-default",
4821
+ "description": "Fill of the cdr-switch x and check icons on focus"
4736
4822
  },
4737
4823
  {
4738
- "name": "--cdr-table-odd-row-background-color",
4739
- "defaultValue": "--cdr-color-background-table-row-alt",
4740
- "description": "Background color of all odd rows in the table"
4824
+ "name": "--cdr-switch-handle-background-color-focus",
4825
+ "defaultValue": "--cdr-color-background-switch-handle-default-focus",
4826
+ "description": "Background color of the cdr-switch handle before on focus"
4741
4827
  },
4742
4828
  {
4743
- "name": "--cdr-table-header-odd-row-background-color",
4744
- "defaultValue": "--cdr-color-background-table-row",
4745
- "description": "Background color of odd rows in the table header"
4829
+ "name": "--cdr-switch-hover-border-color",
4830
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4831
+ "description": "Border of the cdr-switch button on hover when not in focus"
4746
4832
  },
4747
4833
  {
4748
- "name": "--cdr-table-striped-odd-row-background-color",
4749
- "defaultValue": "--cdr-color-background-table-row",
4750
- "description": "Background color of the odd rows in striped tables"
4834
+ "name": "--cdr-switch-background-color-hover",
4835
+ "defaultValue": "--cdr-color-background-switch-default-hover",
4836
+ "description": "Background color of the cdr-switch button on hover when not in focus"
4751
4837
  },
4752
4838
  {
4753
- "name": "--cdr-table-body-footer-odd-row-background-color",
4754
- "defaultValue": "--cdr-color-background-table-row-alt",
4755
- "description": "Background color of odd rows in the table body and footer"
4839
+ "name": "--cdr-switch-icon-fill-hover",
4840
+ "defaultValue": "--cdr-color-icon-emphasis",
4841
+ "description": "Fill of the cdr-switch x and check icons on hover when not in focus"
4756
4842
  },
4757
4843
  {
4758
- "name": "--cdr-table-cell-background-color-hover",
4759
- "defaultValue": "--cdr-color-background-table-header",
4760
- "description": "Background color of table cells on hover"
4761
- }
4762
- ]
4763
- },
4764
- "CdrTabs": {
4765
- "name": "CdrTabs",
4766
- "description": "Organizes related content into groups for people to navigate between",
4767
- "tags": {},
4768
- "exportName": "default",
4769
- "displayName": "CdrTabs",
4770
- "props": [
4771
- {
4772
- "name": "height",
4773
- "description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
4774
- "type": {
4775
- "name": "string"
4776
- },
4777
- "defaultValue": {
4778
- "func": false,
4779
- "value": "'240px'"
4780
- }
4844
+ "name": "--cdr-switch-handle-border-color-hover",
4845
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4846
+ "description": "Border of the cdr-switch handle on hover when not in focus"
4781
4847
  },
4782
4848
  {
4783
- "name": "activeTab",
4784
- "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
4785
- "type": {
4786
- "name": "number"
4787
- },
4788
- "defaultValue": {
4789
- "func": false,
4790
- "value": "0"
4791
- }
4849
+ "name": "--cdr-switch-background-color-checked",
4850
+ "defaultValue": "--cdr-color-background-switch-selected-default-rest",
4851
+ "description": "Background color of the cdr-switch button when it is checked"
4792
4852
  },
4793
4853
  {
4794
- "name": "modifier",
4795
- "description": "Modifies the style variants for this component",
4796
- "tags": {},
4797
- "values": [
4798
- "centered",
4799
- "compact",
4800
- "full-width",
4801
- "no-border"
4802
- ],
4803
- "type": {
4804
- "name": "string"
4805
- }
4854
+ "name": "--cdr-switch-icon-fill-checked",
4855
+ "defaultValue": "--cdr-color-icon-switch-selected-default-rest",
4856
+ "description": "Fill of the cdr-switch x and check icons when it is checked"
4806
4857
  },
4807
4858
  {
4808
- "name": "size",
4809
- "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
4810
- "tags": {
4811
- "demoSelectMultiple": [
4812
- {
4813
- "description": "true",
4814
- "title": "demoSelectMultiple"
4815
- }
4816
- ]
4817
- },
4818
- "values": [
4819
- "small"
4820
- ],
4821
- "type": {
4822
- "name": "string"
4823
- }
4859
+ "name": "--cdr-switch-box-shadow-color-checked-focus",
4860
+ "defaultValue": "--cdr-color-border-secondary",
4861
+ "description": "Box-shadow of the cdr-switch button when it is checked and in focus"
4824
4862
  },
4825
4863
  {
4826
- "name": "backgroundColor",
4827
- "description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
4828
- "type": {
4829
- "name": "string"
4830
- },
4831
- "defaultValue": {
4832
- "func": false,
4833
- "value": "CdrColorBackgroundPrimary"
4834
- }
4835
- }
4836
- ],
4837
- "slots": [
4864
+ "name": "--cdr-switch-background-color-checked-focus",
4865
+ "defaultValue": "--cdr-color-background-switch-selected-default-focus",
4866
+ "description": "Background color of the cdr-switch button when it is checked and in focus"
4867
+ },
4838
4868
  {
4839
- "name": "default",
4840
- "description": "CdrTabs content (CdrTabPanel components)"
4841
- }
4842
- ],
4843
- "sourceFiles": [
4844
- "./src/components/tabs/CdrTabs.vue"
4845
- ],
4846
- "UIProperties": [
4869
+ "name": "--cdr-switch-handle-border-color-checked-focus",
4870
+ "defaultValue": "--cdr-color-border-switch-handle-default-focus",
4871
+ "description": "Border of the cdr-switch handle when it is checked and in focus"
4872
+ },
4847
4873
  {
4848
- "name": "--cdr-tabs-header-container-keyline-color",
4849
- "defaultValue": "--cdr-color-border-tab-keyline-rest",
4850
- "description": "Keyline color of the cdr-tabs header container"
4874
+ "name": "--cdr-switch-handle-background-color-checked-focus",
4875
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
4876
+ "description": "Background color of the cdr-switch handle when it is checked and in focus"
4851
4877
  },
4852
4878
  {
4853
- "name": "--cdr-tabs-tab-text-color",
4854
- "defaultValue": "--cdr-color-text-tab-rest",
4855
- "description": "Text color in a tab"
4879
+ "name": "--cdr-switch-icon-fill-checked-focus",
4880
+ "defaultValue": "--cdr-color-icon-switch-selected-default-focus",
4881
+ "description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
4856
4882
  },
4857
4883
  {
4858
- "name": "--cdr-tabs-tab-text-color-active",
4859
- "defaultValue": "--cdr-color-text-tab-active",
4860
- "description": "Text color of an active tab"
4884
+ "name": "--cdr-switch-handle-background-color-checked",
4885
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
4886
+ "description": "Background color of the cdr-switch handle when it is checked"
4861
4887
  },
4862
4888
  {
4863
- "name": "--cdr-tabs-tab-text-color-interaction",
4864
- "defaultValue": "--cdr-color-text-tab-hover",
4865
- "description": "Text color of a tab on active, focus, or hover"
4889
+ "name": "--cdr-switch-border-color-checked-hover",
4890
+ "defaultValue": "--cdr-color-border-secondary",
4891
+ "description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
4866
4892
  },
4867
4893
  {
4868
- "name": "--cdr-tabs-tab-text-color-disabled",
4869
- "defaultValue": "--cdr-color-text-tab-disabled",
4870
- "description": "Text color of a disabled tab"
4894
+ "name": "--cdr-switch-background-color-checked-hover",
4895
+ "defaultValue": "--cdr-color-background-switch-selected-default-hover",
4896
+ "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
4871
4897
  },
4872
4898
  {
4873
- "name": "--cdr-tabs-keyline-background-color",
4874
- "defaultValue": "--cdr-color-border-tab-keyline-active",
4875
- "description": "Background color of the cdr-tabs keyline"
4899
+ "name": "--cdr-switch-icon-fill-checked-hover",
4900
+ "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4901
+ "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
4876
4902
  },
4877
4903
  {
4878
- "name": "--cdr-tabs-no-border-border-color",
4879
- "defaultValue": "transparent",
4880
- "description": "Border color of the cdr-tabs with no-border modifier"
4881
- }
4882
- ]
4883
- },
4884
- "CdrText": {
4885
- "name": "CdrText",
4886
- "description": "Text container used for any text element such as paragraphs, headings, and lists",
4887
- "tags": {},
4888
- "exportName": "default",
4889
- "displayName": "CdrText",
4890
- "props": [
4891
- {
4892
- "name": "tag",
4893
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
4894
- "type": {
4895
- "name": "string"
4896
- },
4897
- "defaultValue": {
4898
- "func": false,
4899
- "value": "'p'"
4900
- }
4901
- }
4902
- ],
4903
- "slots": [
4904
+ "name": "--cdr-switch-handle-border-color-checked-hover",
4905
+ "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4906
+ "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
4907
+ },
4904
4908
  {
4905
- "name": "default",
4906
- "description": "CdrText content"
4907
- }
4908
- ],
4909
- "sourceFiles": [
4910
- "./src/components/text/CdrText.vue"
4911
- ],
4912
- "UIProperties": [
4909
+ "name": "--cdr-switch-handle-border",
4910
+ "defaultValue": "--cdr-color-border-secondary",
4911
+ "description": "Border color of the cdr-switch handle"
4912
+ },
4913
4913
  {
4914
- "name": "--cdr-text-color",
4915
- "defaultValue": "--cdr-color-text-primary",
4916
- "description": "Text color"
4914
+ "name": "--cdr-switch-handle-background-color-rest",
4915
+ "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4916
+ "description": "Background color of the cdr-switch handle"
4917
4917
  }
4918
4918
  ]
4919
4919
  },
@@ -5141,94 +5141,6 @@
5141
5141
  }
5142
5142
  ]
5143
5143
  },
5144
- "CdrToggleButton": {
5145
- "name": "CdrToggleButton",
5146
- "description": "Permits switching two or more options on and off",
5147
- "tags": {},
5148
- "exportName": "default",
5149
- "displayName": "CdrToggleButton",
5150
- "props": [
5151
- {
5152
- "name": "toggleValue",
5153
- "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
5154
- "type": {
5155
- "name": "string"
5156
- },
5157
- "required": true
5158
- }
5159
- ],
5160
- "slots": [
5161
- {
5162
- "name": "default",
5163
- "description": "CdrToggleButton label content"
5164
- }
5165
- ],
5166
- "sourceFiles": [
5167
- "./src/components/toggleButton/CdrToggleButton.vue"
5168
- ],
5169
- "UIProperties": [
5170
- {
5171
- "name": "--cdr-toggle-button-color-default-rest",
5172
- "defaultValue": "--cdr-color-text-toggle-button-default-rest",
5173
- "description": "Default text color of the cdr-toggle-button"
5174
- },
5175
- {
5176
- "name": "--cdr-toggle-button-background-color-default-rest",
5177
- "defaultValue": "--cdr-color-background-toggle-button-default-rest",
5178
- "description": "Default background color of the cdr-toggle-button"
5179
- },
5180
- {
5181
- "name": "--cdr-toggle-button-border-color-default-focus",
5182
- "defaultValue": "--cdr-color-border-toggle-button-default-focus",
5183
- "description": "Focus border color of the cdr-toggle-button"
5184
- },
5185
- {
5186
- "name": "--cdr-toggle-button-background-color-default-focus",
5187
- "defaultValue": "--cdr-color-background-toggle-button-default-focus",
5188
- "description": "Focus background color of the cdr-toggle-button"
5189
- },
5190
- {
5191
- "name": "--cdr-toggle-button-icon-fill-default",
5192
- "defaultValue": "--cdr-color-icon-default",
5193
- "description": "Default fill color of the cdr-toggle-button's svg"
5194
- },
5195
- {
5196
- "name": "--cdr-toggle-button-background-color-default-selected-rest",
5197
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
5198
- "description": "Selected background color of the cdr-toggle-button at rest"
5199
- },
5200
- {
5201
- "name": "--cdr-toggle-button-border-color-default-selected-rest",
5202
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
5203
- "description": "Selected border color of the cdr-toggle-button at rest"
5204
- },
5205
- {
5206
- "name": "--cdr-toggle-button-icon-fill-selected-rest",
5207
- "defaultValue": "--cdr-color-icon-emphasis",
5208
- "description": "Selected fill color of the cdr-toggle-button's svg at rest"
5209
- },
5210
- {
5211
- "name": "--cdr-toggle-button-border-color-default-selected-focus",
5212
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5213
- "description": "Selected border color of the cdr-toggle-button on focus"
5214
- },
5215
- {
5216
- "name": "--cdr-toggle-button-background-color-default-selected-hover",
5217
- "defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
5218
- "description": "Selected background color of the cdr-toggle-button on hover"
5219
- },
5220
- {
5221
- "name": "--cdr-toggle-button-background-color-default-hover",
5222
- "defaultValue": "--cdr-color-background-toggle-button-default-hover",
5223
- "description": "Background color of the cdr-toggle-button on hover"
5224
- },
5225
- {
5226
- "name": "--cdr-toggle-button-border-color-hover-focus",
5227
- "defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
5228
- "description": "Hover border color of the cdr-toggle-button on focus"
5229
- }
5230
- ]
5231
- },
5232
5144
  "CdrToggleGroup": {
5233
5145
  "name": "CdrToggleGroup",
5234
5146
  "exportName": "default",
@@ -5322,6 +5234,94 @@
5322
5234
  }
5323
5235
  ]
5324
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
+ "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
+ }
5323
+ ]
5324
+ },
5325
5325
  "CdrTooltip": {
5326
5326
  "name": "CdrTooltip",
5327
5327
  "description": "Floating label used to clarify interface actions",