@rei/cedar 14.0.2-alpha.8 → 14.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cedar-compiled.css +1050 -1050
- package/dist/cedar.umd.js +14 -14
- package/dist/component-docgen.json +1201 -1201
- package/dist/icon-component-docgen.json +654 -654
- package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
- package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
- package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
- package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
- package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
- package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
- package/dist/src/components/card/styles/CdrCard.module.scss.mjs +3 -3
- package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +29 -29
- package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
- package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +6 -6
- package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +4 -4
- package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
- package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
- package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
- package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
- package/dist/src/components/image/styles/CdrImg.module.scss.mjs +10 -10
- package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
- package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
- package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +27 -27
- package/dist/src/components/link/styles/CdrLink.module.scss.mjs +5 -5
- package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
- package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +14 -14
- package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
- package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
- package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
- package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
- package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +29 -29
- package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +46 -46
- package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
- package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
- package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
- package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
- package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
- package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +7 -7
- package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
- package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
- package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
- package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
- package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
- package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
- package/dist/style/cdr-accordion-group.css +1 -1
- package/dist/style/cdr-accordion.css +1 -1
- package/dist/style/cdr-banner.css +1 -1
- package/dist/style/cdr-breadcrumb.css +1 -1
- package/dist/style/cdr-button.css +1 -1
- package/dist/style/cdr-caption.css +1 -1
- package/dist/style/cdr-card.css +1 -1
- package/dist/style/cdr-checkbox.css +1 -1
- package/dist/style/cdr-chip-group.css +1 -1
- package/dist/style/cdr-chip.css +1 -1
- package/dist/style/cdr-container.css +1 -1
- package/dist/style/cdr-form-error.css +1 -1
- package/dist/style/cdr-form-group.css +1 -1
- package/dist/style/cdr-grid.css +1 -1
- package/dist/style/cdr-icon.css +1 -1
- package/dist/style/cdr-img.css +1 -1
- package/dist/style/cdr-input.css +1 -1
- package/dist/style/cdr-label-standalone.css +1 -1
- package/dist/style/cdr-label-wrapper.css +1 -1
- package/dist/style/cdr-link.css +1 -1
- package/dist/style/cdr-list.css +1 -1
- package/dist/style/cdr-modal.css +1 -1
- package/dist/style/cdr-pagination.css +1 -1
- package/dist/style/cdr-popover.css +1 -1
- package/dist/style/cdr-popup.css +1 -1
- package/dist/style/cdr-quote.css +1 -1
- package/dist/style/cdr-radio.css +1 -1
- package/dist/style/cdr-rating.css +1 -1
- package/dist/style/cdr-select.css +1 -1
- package/dist/style/cdr-skeleton-bone.css +1 -1
- package/dist/style/cdr-skeleton.css +1 -1
- package/dist/style/cdr-switch.css +1 -1
- package/dist/style/cdr-tab-panel.css +1 -1
- package/dist/style/cdr-table.css +1 -1
- package/dist/style/cdr-tabs.css +1 -1
- package/dist/style/cdr-text.css +1 -1
- package/dist/style/cdr-toast.css +1 -1
- package/dist/style/cdr-toggle-button.css +1 -1
- package/dist/style/cdr-toggle-group.css +1 -1
- package/dist/style/cdr-tooltip.css +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
|
@@ -402,6 +402,186 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
+
"CdrBreadcrumb": {
|
|
406
|
+
"name": "CdrBreadcrumb",
|
|
407
|
+
"description": "Navigation used to reveal a page's location within the site hierarchy",
|
|
408
|
+
"tags": {},
|
|
409
|
+
"exportName": "default",
|
|
410
|
+
"displayName": "CdrBreadcrumb",
|
|
411
|
+
"props": [
|
|
412
|
+
{
|
|
413
|
+
"name": "items",
|
|
414
|
+
"description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
|
|
415
|
+
"tags": {
|
|
416
|
+
"demoIgnore": [
|
|
417
|
+
{
|
|
418
|
+
"description": "true",
|
|
419
|
+
"title": "demoIgnore"
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
423
|
+
"type": {
|
|
424
|
+
"name": "breadcrumbItem[]"
|
|
425
|
+
},
|
|
426
|
+
"defaultValue": {
|
|
427
|
+
"func": true,
|
|
428
|
+
"value": "() => []"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "truncationEnabled",
|
|
433
|
+
"description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
|
|
434
|
+
"type": {
|
|
435
|
+
"name": "boolean"
|
|
436
|
+
},
|
|
437
|
+
"defaultValue": {
|
|
438
|
+
"func": false,
|
|
439
|
+
"value": true
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"name": "id",
|
|
444
|
+
"description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
|
|
445
|
+
"tags": {
|
|
446
|
+
"demoIgnore": [
|
|
447
|
+
{
|
|
448
|
+
"description": "true",
|
|
449
|
+
"title": "demoIgnore"
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
"type": {
|
|
454
|
+
"name": "string"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"events": [
|
|
459
|
+
{
|
|
460
|
+
"name": "navigate",
|
|
461
|
+
"description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
|
|
462
|
+
"properties": [
|
|
463
|
+
{
|
|
464
|
+
"type": {
|
|
465
|
+
"names": [
|
|
466
|
+
"mixed"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"name": "breadcrumb",
|
|
470
|
+
"description": "The breadcrumb data object"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"tags": [
|
|
474
|
+
{
|
|
475
|
+
"title": "param",
|
|
476
|
+
"type": {
|
|
477
|
+
"name": "mixed"
|
|
478
|
+
},
|
|
479
|
+
"name": "breadcrumb",
|
|
480
|
+
"description": "The breadcrumb data object"
|
|
481
|
+
}
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
],
|
|
485
|
+
"slots": [
|
|
486
|
+
{
|
|
487
|
+
"name": "link",
|
|
488
|
+
"scoped": true,
|
|
489
|
+
"bindings": [
|
|
490
|
+
{
|
|
491
|
+
"name": "class",
|
|
492
|
+
"title": "binding"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "href",
|
|
496
|
+
"title": "binding"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "content",
|
|
500
|
+
"title": "binding"
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
}
|
|
504
|
+
],
|
|
505
|
+
"sourceFiles": [
|
|
506
|
+
"./src/components/breadcrumb/CdrBreadcrumb.vue"
|
|
507
|
+
],
|
|
508
|
+
"UIProperties": [
|
|
509
|
+
{
|
|
510
|
+
"name": "--cdr-breadcrumb-ellipses-icon-color",
|
|
511
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
512
|
+
"description": "Ellipses icon color"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
|
|
516
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
517
|
+
"description": "Ellipses icon hover, active and focus color"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "--cdr-breadcrumb-item-color",
|
|
521
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
522
|
+
"description": "Breadcrumb item color"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "--cdr-breadcrumb-item-linked-highlight-color",
|
|
526
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
527
|
+
"description": "Breadcrumb item linked hover, active and focus color"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
"CdrCaption": {
|
|
532
|
+
"name": "CdrCaption",
|
|
533
|
+
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
534
|
+
"tags": {},
|
|
535
|
+
"exportName": "default",
|
|
536
|
+
"displayName": "CdrCaption",
|
|
537
|
+
"props": [
|
|
538
|
+
{
|
|
539
|
+
"name": "summary",
|
|
540
|
+
"description": "Sets the string content for the description body of the caption.",
|
|
541
|
+
"tags": {
|
|
542
|
+
"demoIgnore": [
|
|
543
|
+
{
|
|
544
|
+
"description": "true",
|
|
545
|
+
"title": "demoIgnore"
|
|
546
|
+
}
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
"type": {
|
|
550
|
+
"name": "string"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "credit",
|
|
555
|
+
"description": "Sets the string content for attribution.",
|
|
556
|
+
"tags": {
|
|
557
|
+
"demoIgnore": [
|
|
558
|
+
{
|
|
559
|
+
"description": "true",
|
|
560
|
+
"title": "demoIgnore"
|
|
561
|
+
}
|
|
562
|
+
]
|
|
563
|
+
},
|
|
564
|
+
"type": {
|
|
565
|
+
"name": "string"
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
"sourceFiles": [
|
|
570
|
+
"./src/components/caption/CdrCaption.vue"
|
|
571
|
+
],
|
|
572
|
+
"UIProperties": [
|
|
573
|
+
{
|
|
574
|
+
"name": "--cdr-caption-summary-color",
|
|
575
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
576
|
+
"description": "Text color of a cdr-caption"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "--cdr-caption-cite-color",
|
|
580
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
581
|
+
"description": "Text color of a cdr-caption"
|
|
582
|
+
}
|
|
583
|
+
]
|
|
584
|
+
},
|
|
405
585
|
"CdrButton": {
|
|
406
586
|
"name": "CdrButton",
|
|
407
587
|
"description": "Initiates an action, such as completing a task or submitting information",
|
|
@@ -1104,144 +1284,69 @@
|
|
|
1104
1284
|
}
|
|
1105
1285
|
]
|
|
1106
1286
|
},
|
|
1107
|
-
"
|
|
1108
|
-
"name": "
|
|
1109
|
-
"description": "
|
|
1287
|
+
"CdrCard": {
|
|
1288
|
+
"name": "CdrCard",
|
|
1289
|
+
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1110
1290
|
"tags": {},
|
|
1111
1291
|
"exportName": "default",
|
|
1112
|
-
"displayName": "
|
|
1292
|
+
"displayName": "CdrCard",
|
|
1113
1293
|
"props": [
|
|
1114
1294
|
{
|
|
1115
|
-
"name": "
|
|
1116
|
-
"description": "Sets
|
|
1117
|
-
"tags": {
|
|
1118
|
-
"demoIgnore": [
|
|
1119
|
-
{
|
|
1120
|
-
"description": "true",
|
|
1121
|
-
"title": "demoIgnore"
|
|
1122
|
-
}
|
|
1123
|
-
]
|
|
1124
|
-
},
|
|
1295
|
+
"name": "tag",
|
|
1296
|
+
"description": "Sets valid HTML container element tag.",
|
|
1125
1297
|
"type": {
|
|
1126
|
-
"name": "
|
|
1298
|
+
"name": "string"
|
|
1127
1299
|
},
|
|
1128
1300
|
"defaultValue": {
|
|
1129
|
-
"func":
|
|
1130
|
-
"value": "
|
|
1301
|
+
"func": false,
|
|
1302
|
+
"value": "'article'"
|
|
1131
1303
|
}
|
|
1304
|
+
}
|
|
1305
|
+
],
|
|
1306
|
+
"slots": [
|
|
1307
|
+
{
|
|
1308
|
+
"name": "default",
|
|
1309
|
+
"description": "CdrCard content"
|
|
1310
|
+
}
|
|
1311
|
+
],
|
|
1312
|
+
"sourceFiles": [
|
|
1313
|
+
"./src/components/card/CdrCard.vue"
|
|
1314
|
+
],
|
|
1315
|
+
"UIProperties": [
|
|
1316
|
+
{
|
|
1317
|
+
"name": "--cdr-card-base-background-color",
|
|
1318
|
+
"defaultValue": "--cdr-color-background-primary",
|
|
1319
|
+
"description": "Background color of a cdr-card"
|
|
1132
1320
|
},
|
|
1133
1321
|
{
|
|
1134
|
-
"name": "
|
|
1135
|
-
"
|
|
1322
|
+
"name": "--cdr-card-base-color",
|
|
1323
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1324
|
+
"description": "Text color of a cdr-card"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"name": "--cdr-card-link-color",
|
|
1328
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
1329
|
+
"description": "Link text color of a cdr-card"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"name": "--cdr-card-link-hover-color",
|
|
1333
|
+
"defaultValue": "--cdr-color-text-link-hover",
|
|
1334
|
+
"description": "Link hover text color of a cdr-card"
|
|
1335
|
+
}
|
|
1336
|
+
]
|
|
1337
|
+
},
|
|
1338
|
+
"CdrCheckbox": {
|
|
1339
|
+
"name": "CdrCheckbox",
|
|
1340
|
+
"description": "Allows selecting one or more items from a list",
|
|
1341
|
+
"tags": {},
|
|
1342
|
+
"exportName": "default",
|
|
1343
|
+
"displayName": "CdrCheckbox",
|
|
1344
|
+
"props": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "labelClass",
|
|
1347
|
+
"description": "Passes a CSS class to the label for custom styles",
|
|
1136
1348
|
"type": {
|
|
1137
|
-
"name": "
|
|
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
|
-
"CdrCheckbox": {
|
|
1234
|
-
"name": "CdrCheckbox",
|
|
1235
|
-
"description": "Allows selecting one or more items from a list",
|
|
1236
|
-
"tags": {},
|
|
1237
|
-
"exportName": "default",
|
|
1238
|
-
"displayName": "CdrCheckbox",
|
|
1239
|
-
"props": [
|
|
1240
|
-
{
|
|
1241
|
-
"name": "labelClass",
|
|
1242
|
-
"description": "Passes a CSS class to the label for custom styles",
|
|
1243
|
-
"type": {
|
|
1244
|
-
"name": "string"
|
|
1349
|
+
"name": "string"
|
|
1245
1350
|
}
|
|
1246
1351
|
},
|
|
1247
1352
|
{
|
|
@@ -1488,6 +1593,47 @@
|
|
|
1488
1593
|
}
|
|
1489
1594
|
]
|
|
1490
1595
|
},
|
|
1596
|
+
"CdrChipGroup": {
|
|
1597
|
+
"name": "CdrChipGroup",
|
|
1598
|
+
"exportName": "default",
|
|
1599
|
+
"displayName": "CdrChipGroup",
|
|
1600
|
+
"description": "",
|
|
1601
|
+
"tags": {},
|
|
1602
|
+
"props": [
|
|
1603
|
+
{
|
|
1604
|
+
"name": "label",
|
|
1605
|
+
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"name": "string"
|
|
1608
|
+
},
|
|
1609
|
+
"required": true
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "hideLabel",
|
|
1613
|
+
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
1614
|
+
"type": {
|
|
1615
|
+
"name": "boolean"
|
|
1616
|
+
},
|
|
1617
|
+
"defaultValue": {
|
|
1618
|
+
"func": false,
|
|
1619
|
+
"value": true
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"slots": [
|
|
1624
|
+
{
|
|
1625
|
+
"name": "label",
|
|
1626
|
+
"description": "Override CdrChip label content with a custom element"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "default",
|
|
1630
|
+
"description": "CdrChipGroup content (CdrChip components)"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"sourceFiles": [
|
|
1634
|
+
"./src/components/chip/CdrChipGroup.vue"
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1491
1637
|
"CdrChip": {
|
|
1492
1638
|
"name": "CdrChip",
|
|
1493
1639
|
"description": "Allows people to make selections, filter content, or trigger actions",
|
|
@@ -1619,111 +1765,6 @@
|
|
|
1619
1765
|
}
|
|
1620
1766
|
]
|
|
1621
1767
|
},
|
|
1622
|
-
"CdrCaption": {
|
|
1623
|
-
"name": "CdrCaption",
|
|
1624
|
-
"description": "Provides context and credit for an asset such as an image, video, or chart",
|
|
1625
|
-
"tags": {},
|
|
1626
|
-
"exportName": "default",
|
|
1627
|
-
"displayName": "CdrCaption",
|
|
1628
|
-
"props": [
|
|
1629
|
-
{
|
|
1630
|
-
"name": "summary",
|
|
1631
|
-
"description": "Sets the string content for the description body of the caption.",
|
|
1632
|
-
"tags": {
|
|
1633
|
-
"demoIgnore": [
|
|
1634
|
-
{
|
|
1635
|
-
"description": "true",
|
|
1636
|
-
"title": "demoIgnore"
|
|
1637
|
-
}
|
|
1638
|
-
]
|
|
1639
|
-
},
|
|
1640
|
-
"type": {
|
|
1641
|
-
"name": "string"
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
{
|
|
1645
|
-
"name": "credit",
|
|
1646
|
-
"description": "Sets the string content for attribution.",
|
|
1647
|
-
"tags": {
|
|
1648
|
-
"demoIgnore": [
|
|
1649
|
-
{
|
|
1650
|
-
"description": "true",
|
|
1651
|
-
"title": "demoIgnore"
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
"type": {
|
|
1656
|
-
"name": "string"
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
],
|
|
1660
|
-
"sourceFiles": [
|
|
1661
|
-
"./src/components/caption/CdrCaption.vue"
|
|
1662
|
-
],
|
|
1663
|
-
"UIProperties": [
|
|
1664
|
-
{
|
|
1665
|
-
"name": "--cdr-caption-summary-color",
|
|
1666
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1667
|
-
"description": "Text color of a cdr-caption"
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"name": "--cdr-caption-cite-color",
|
|
1671
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
1672
|
-
"description": "Text color of a cdr-caption"
|
|
1673
|
-
}
|
|
1674
|
-
]
|
|
1675
|
-
},
|
|
1676
|
-
"CdrCard": {
|
|
1677
|
-
"name": "CdrCard",
|
|
1678
|
-
"description": "Related, interactive containers linking to a single subject or destination",
|
|
1679
|
-
"tags": {},
|
|
1680
|
-
"exportName": "default",
|
|
1681
|
-
"displayName": "CdrCard",
|
|
1682
|
-
"props": [
|
|
1683
|
-
{
|
|
1684
|
-
"name": "tag",
|
|
1685
|
-
"description": "Sets valid HTML container element tag.",
|
|
1686
|
-
"type": {
|
|
1687
|
-
"name": "string"
|
|
1688
|
-
},
|
|
1689
|
-
"defaultValue": {
|
|
1690
|
-
"func": false,
|
|
1691
|
-
"value": "'article'"
|
|
1692
|
-
}
|
|
1693
|
-
}
|
|
1694
|
-
],
|
|
1695
|
-
"slots": [
|
|
1696
|
-
{
|
|
1697
|
-
"name": "default",
|
|
1698
|
-
"description": "CdrCard content"
|
|
1699
|
-
}
|
|
1700
|
-
],
|
|
1701
|
-
"sourceFiles": [
|
|
1702
|
-
"./src/components/card/CdrCard.vue"
|
|
1703
|
-
],
|
|
1704
|
-
"UIProperties": [
|
|
1705
|
-
{
|
|
1706
|
-
"name": "--cdr-card-base-background-color",
|
|
1707
|
-
"defaultValue": "--cdr-color-background-primary",
|
|
1708
|
-
"description": "Background color of a cdr-card"
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
"name": "--cdr-card-base-color",
|
|
1712
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1713
|
-
"description": "Text color of a cdr-card"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "--cdr-card-link-color",
|
|
1717
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
1718
|
-
"description": "Link text color of a cdr-card"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "--cdr-card-link-hover-color",
|
|
1722
|
-
"defaultValue": "--cdr-color-text-link-hover",
|
|
1723
|
-
"description": "Link hover text color of a cdr-card"
|
|
1724
|
-
}
|
|
1725
|
-
]
|
|
1726
|
-
},
|
|
1727
1768
|
"CdrContainer": {
|
|
1728
1769
|
"name": "CdrContainer",
|
|
1729
1770
|
"description": "Provides base margins and responsive layout logic for pages",
|
|
@@ -1811,12 +1852,66 @@
|
|
|
1811
1852
|
}
|
|
1812
1853
|
]
|
|
1813
1854
|
},
|
|
1814
|
-
"
|
|
1815
|
-
"name": "
|
|
1816
|
-
"description": "
|
|
1855
|
+
"CdrGrid": {
|
|
1856
|
+
"name": "CdrGrid",
|
|
1857
|
+
"description": "Simple wrapper for working with CSS grid",
|
|
1817
1858
|
"tags": {},
|
|
1818
1859
|
"exportName": "default",
|
|
1819
|
-
"displayName": "
|
|
1860
|
+
"displayName": "CdrGrid",
|
|
1861
|
+
"props": [
|
|
1862
|
+
{
|
|
1863
|
+
"name": "gutter",
|
|
1864
|
+
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
1865
|
+
"tags": {
|
|
1866
|
+
"demoSelectMultiple": [
|
|
1867
|
+
{
|
|
1868
|
+
"description": "false",
|
|
1869
|
+
"title": "demoSelectMultiple"
|
|
1870
|
+
}
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1873
|
+
"values": [
|
|
1874
|
+
"none",
|
|
1875
|
+
"small",
|
|
1876
|
+
"medium",
|
|
1877
|
+
"large"
|
|
1878
|
+
],
|
|
1879
|
+
"type": {
|
|
1880
|
+
"name": "string"
|
|
1881
|
+
},
|
|
1882
|
+
"defaultValue": {
|
|
1883
|
+
"func": false,
|
|
1884
|
+
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "tag",
|
|
1889
|
+
"description": "Sets the HTML tag for the grid element",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"name": "string"
|
|
1892
|
+
},
|
|
1893
|
+
"defaultValue": {
|
|
1894
|
+
"func": false,
|
|
1895
|
+
"value": "'div'"
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1898
|
+
],
|
|
1899
|
+
"slots": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "default",
|
|
1902
|
+
"description": "CdrGrid content (grid child elements)"
|
|
1903
|
+
}
|
|
1904
|
+
],
|
|
1905
|
+
"sourceFiles": [
|
|
1906
|
+
"./src/components/grid/CdrGrid.vue"
|
|
1907
|
+
]
|
|
1908
|
+
},
|
|
1909
|
+
"CdrFormGroup": {
|
|
1910
|
+
"name": "CdrFormGroup",
|
|
1911
|
+
"description": "Groups related input elements together",
|
|
1912
|
+
"tags": {},
|
|
1913
|
+
"exportName": "default",
|
|
1914
|
+
"displayName": "CdrFormGroup",
|
|
1820
1915
|
"props": [
|
|
1821
1916
|
{
|
|
1822
1917
|
"name": "id",
|
|
@@ -1933,101 +2028,6 @@
|
|
|
1933
2028
|
}
|
|
1934
2029
|
]
|
|
1935
2030
|
},
|
|
1936
|
-
"CdrGrid": {
|
|
1937
|
-
"name": "CdrGrid",
|
|
1938
|
-
"description": "Simple wrapper for working with CSS grid",
|
|
1939
|
-
"tags": {},
|
|
1940
|
-
"exportName": "default",
|
|
1941
|
-
"displayName": "CdrGrid",
|
|
1942
|
-
"props": [
|
|
1943
|
-
{
|
|
1944
|
-
"name": "gutter",
|
|
1945
|
-
"description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
|
|
1946
|
-
"tags": {
|
|
1947
|
-
"demoSelectMultiple": [
|
|
1948
|
-
{
|
|
1949
|
-
"description": "false",
|
|
1950
|
-
"title": "demoSelectMultiple"
|
|
1951
|
-
}
|
|
1952
|
-
]
|
|
1953
|
-
},
|
|
1954
|
-
"values": [
|
|
1955
|
-
"none",
|
|
1956
|
-
"small",
|
|
1957
|
-
"medium",
|
|
1958
|
-
"large"
|
|
1959
|
-
],
|
|
1960
|
-
"type": {
|
|
1961
|
-
"name": "string"
|
|
1962
|
-
},
|
|
1963
|
-
"defaultValue": {
|
|
1964
|
-
"func": false,
|
|
1965
|
-
"value": "'medium@xs medium@sm large@md large@lg'"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "tag",
|
|
1970
|
-
"description": "Sets the HTML tag for the grid element",
|
|
1971
|
-
"type": {
|
|
1972
|
-
"name": "string"
|
|
1973
|
-
},
|
|
1974
|
-
"defaultValue": {
|
|
1975
|
-
"func": false,
|
|
1976
|
-
"value": "'div'"
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
],
|
|
1980
|
-
"slots": [
|
|
1981
|
-
{
|
|
1982
|
-
"name": "default",
|
|
1983
|
-
"description": "CdrGrid content (grid child elements)"
|
|
1984
|
-
}
|
|
1985
|
-
],
|
|
1986
|
-
"sourceFiles": [
|
|
1987
|
-
"./src/components/grid/CdrGrid.vue"
|
|
1988
|
-
]
|
|
1989
|
-
},
|
|
1990
|
-
"CdrChipGroup": {
|
|
1991
|
-
"name": "CdrChipGroup",
|
|
1992
|
-
"exportName": "default",
|
|
1993
|
-
"displayName": "CdrChipGroup",
|
|
1994
|
-
"description": "",
|
|
1995
|
-
"tags": {},
|
|
1996
|
-
"props": [
|
|
1997
|
-
{
|
|
1998
|
-
"name": "label",
|
|
1999
|
-
"description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
|
|
2000
|
-
"type": {
|
|
2001
|
-
"name": "string"
|
|
2002
|
-
},
|
|
2003
|
-
"required": true
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"name": "hideLabel",
|
|
2007
|
-
"description": "Visually hides the chip group label but makes it accessible to screen readers.",
|
|
2008
|
-
"type": {
|
|
2009
|
-
"name": "boolean"
|
|
2010
|
-
},
|
|
2011
|
-
"defaultValue": {
|
|
2012
|
-
"func": false,
|
|
2013
|
-
"value": true
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
],
|
|
2017
|
-
"slots": [
|
|
2018
|
-
{
|
|
2019
|
-
"name": "label",
|
|
2020
|
-
"description": "Override CdrChip label content with a custom element"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "default",
|
|
2024
|
-
"description": "CdrChipGroup content (CdrChip components)"
|
|
2025
|
-
}
|
|
2026
|
-
],
|
|
2027
|
-
"sourceFiles": [
|
|
2028
|
-
"./src/components/chip/CdrChipGroup.vue"
|
|
2029
|
-
]
|
|
2030
|
-
},
|
|
2031
2031
|
"CdrImg": {
|
|
2032
2032
|
"name": "CdrImg",
|
|
2033
2033
|
"description": "Media for capturing attention and communicating messages",
|
|
@@ -2227,6 +2227,97 @@
|
|
|
2227
2227
|
}
|
|
2228
2228
|
]
|
|
2229
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"
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"sourceFiles": [
|
|
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
|
+
}
|
|
2319
|
+
]
|
|
2320
|
+
},
|
|
2230
2321
|
"CdrInput": {
|
|
2231
2322
|
"name": "CdrInput",
|
|
2232
2323
|
"description": "Allows for data entry, editing, and search",
|
|
@@ -2570,118 +2661,27 @@
|
|
|
2570
2661
|
}
|
|
2571
2662
|
]
|
|
2572
2663
|
},
|
|
2573
|
-
"
|
|
2574
|
-
"name": "
|
|
2664
|
+
"CdrLabelWrapper": {
|
|
2665
|
+
"name": "CdrLabelWrapper",
|
|
2575
2666
|
"exportName": "default",
|
|
2576
|
-
"displayName": "
|
|
2667
|
+
"displayName": "CdrLabelWrapper",
|
|
2577
2668
|
"description": "",
|
|
2578
2669
|
"tags": {},
|
|
2579
2670
|
"props": [
|
|
2580
2671
|
{
|
|
2581
|
-
"name": "
|
|
2672
|
+
"name": "labelClass",
|
|
2582
2673
|
"type": {
|
|
2583
2674
|
"name": "string"
|
|
2584
|
-
}
|
|
2585
|
-
"required": true
|
|
2675
|
+
}
|
|
2586
2676
|
},
|
|
2587
2677
|
{
|
|
2588
|
-
"name": "
|
|
2678
|
+
"name": "contentClass",
|
|
2589
2679
|
"type": {
|
|
2590
2680
|
"name": "string"
|
|
2591
2681
|
}
|
|
2592
2682
|
},
|
|
2593
2683
|
{
|
|
2594
|
-
"name": "
|
|
2595
|
-
"type": {
|
|
2596
|
-
"name": "boolean"
|
|
2597
|
-
}
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"name": "required",
|
|
2601
|
-
"type": {
|
|
2602
|
-
"name": "boolean"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"name": "optional",
|
|
2607
|
-
"type": {
|
|
2608
|
-
"name": "boolean"
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "hideLabel",
|
|
2613
|
-
"type": {
|
|
2614
|
-
"name": "boolean"
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
],
|
|
2618
|
-
"slots": [
|
|
2619
|
-
{
|
|
2620
|
-
"name": "helper"
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"name": "default"
|
|
2624
|
-
},
|
|
2625
|
-
{
|
|
2626
|
-
"name": "info-action"
|
|
2627
|
-
},
|
|
2628
|
-
{
|
|
2629
|
-
"name": "info"
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"name": "helper-text-bottom"
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
"name": "error"
|
|
2636
|
-
}
|
|
2637
|
-
],
|
|
2638
|
-
"sourceFiles": [
|
|
2639
|
-
"./src/components/labelStandalone/CdrLabelStandalone.vue"
|
|
2640
|
-
],
|
|
2641
|
-
"UIProperties": [
|
|
2642
|
-
{
|
|
2643
|
-
"name": "--cdr-label-standalone-text-color",
|
|
2644
|
-
"defaultValue": "--cdr-color-text-input-label",
|
|
2645
|
-
"description": "Text color of a standalone label"
|
|
2646
|
-
},
|
|
2647
|
-
{
|
|
2648
|
-
"name": "--cdr-label-standalone-disabled-text-color",
|
|
2649
|
-
"defaultValue": "--cdr-color-text-input-disabled",
|
|
2650
|
-
"description": "Text color of a standalone label when disabled"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"name": "--cdr-label-standalone-optional-text-color",
|
|
2654
|
-
"defaultValue": "--cdr-color-text-input-optional",
|
|
2655
|
-
"description": "Text color of a standalone label when optional"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "--cdr-label-standalone-helper-text-color",
|
|
2659
|
-
"defaultValue": "--cdr-color-text-input-help",
|
|
2660
|
-
"description": "Text color of a standalone helper label"
|
|
2661
|
-
}
|
|
2662
|
-
]
|
|
2663
|
-
},
|
|
2664
|
-
"CdrLabelWrapper": {
|
|
2665
|
-
"name": "CdrLabelWrapper",
|
|
2666
|
-
"exportName": "default",
|
|
2667
|
-
"displayName": "CdrLabelWrapper",
|
|
2668
|
-
"description": "",
|
|
2669
|
-
"tags": {},
|
|
2670
|
-
"props": [
|
|
2671
|
-
{
|
|
2672
|
-
"name": "labelClass",
|
|
2673
|
-
"type": {
|
|
2674
|
-
"name": "string"
|
|
2675
|
-
}
|
|
2676
|
-
},
|
|
2677
|
-
{
|
|
2678
|
-
"name": "contentClass",
|
|
2679
|
-
"type": {
|
|
2680
|
-
"name": "string"
|
|
2681
|
-
}
|
|
2682
|
-
},
|
|
2683
|
-
{
|
|
2684
|
-
"name": "background",
|
|
2684
|
+
"name": "background",
|
|
2685
2685
|
"type": {
|
|
2686
2686
|
"name": "backgroundProps"
|
|
2687
2687
|
}
|
|
@@ -2792,87 +2792,6 @@
|
|
|
2792
2792
|
}
|
|
2793
2793
|
]
|
|
2794
2794
|
},
|
|
2795
|
-
"CdrList": {
|
|
2796
|
-
"name": "CdrList",
|
|
2797
|
-
"description": "Groups related content items together either vertically or horizontally",
|
|
2798
|
-
"tags": {},
|
|
2799
|
-
"exportName": "default",
|
|
2800
|
-
"displayName": "CdrList",
|
|
2801
|
-
"props": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "tag",
|
|
2804
|
-
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2805
|
-
"tags": {},
|
|
2806
|
-
"values": [
|
|
2807
|
-
"ul",
|
|
2808
|
-
"ol"
|
|
2809
|
-
],
|
|
2810
|
-
"type": {
|
|
2811
|
-
"name": "string"
|
|
2812
|
-
},
|
|
2813
|
-
"defaultValue": {
|
|
2814
|
-
"func": false,
|
|
2815
|
-
"value": "'ul'"
|
|
2816
|
-
}
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"name": "modifier",
|
|
2820
|
-
"description": "Modifies the style variant for this component",
|
|
2821
|
-
"tags": {
|
|
2822
|
-
"demoSelectMultiple": [
|
|
2823
|
-
{
|
|
2824
|
-
"description": "true",
|
|
2825
|
-
"title": "demoSelectMultiple"
|
|
2826
|
-
}
|
|
2827
|
-
]
|
|
2828
|
-
},
|
|
2829
|
-
"values": [
|
|
2830
|
-
"ordered",
|
|
2831
|
-
"unordered",
|
|
2832
|
-
"compact",
|
|
2833
|
-
"inline"
|
|
2834
|
-
],
|
|
2835
|
-
"type": {
|
|
2836
|
-
"name": "string"
|
|
2837
|
-
},
|
|
2838
|
-
"defaultValue": {
|
|
2839
|
-
"func": false,
|
|
2840
|
-
"value": "''"
|
|
2841
|
-
}
|
|
2842
|
-
}
|
|
2843
|
-
],
|
|
2844
|
-
"slots": [
|
|
2845
|
-
{
|
|
2846
|
-
"name": "default",
|
|
2847
|
-
"description": "CdrList content (list-items)"
|
|
2848
|
-
}
|
|
2849
|
-
],
|
|
2850
|
-
"sourceFiles": [
|
|
2851
|
-
"./src/components/list/CdrList.vue"
|
|
2852
|
-
],
|
|
2853
|
-
"UIProperties": [
|
|
2854
|
-
{
|
|
2855
|
-
"name": "--cdr-list-inline-text-color",
|
|
2856
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2857
|
-
"description": "Color of the unordered inline list item prefix"
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2861
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2862
|
-
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "--cdr-list-unordered-prefix-color",
|
|
2866
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2867
|
-
"description": "Color of the unordered cdr-list item prefix"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2871
|
-
"defaultValue": "--cdr-color-text-secondary",
|
|
2872
|
-
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2873
|
-
}
|
|
2874
|
-
]
|
|
2875
|
-
},
|
|
2876
2795
|
"CdrLink": {
|
|
2877
2796
|
"name": "CdrLink",
|
|
2878
2797
|
"description": "Clickable text elements used for navigating to other pages or sections",
|
|
@@ -2994,6 +2913,87 @@
|
|
|
2994
2913
|
}
|
|
2995
2914
|
]
|
|
2996
2915
|
},
|
|
2916
|
+
"CdrList": {
|
|
2917
|
+
"name": "CdrList",
|
|
2918
|
+
"description": "Groups related content items together either vertically or horizontally",
|
|
2919
|
+
"tags": {},
|
|
2920
|
+
"exportName": "default",
|
|
2921
|
+
"displayName": "CdrList",
|
|
2922
|
+
"props": [
|
|
2923
|
+
{
|
|
2924
|
+
"name": "tag",
|
|
2925
|
+
"description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
|
|
2926
|
+
"tags": {},
|
|
2927
|
+
"values": [
|
|
2928
|
+
"ul",
|
|
2929
|
+
"ol"
|
|
2930
|
+
],
|
|
2931
|
+
"type": {
|
|
2932
|
+
"name": "string"
|
|
2933
|
+
},
|
|
2934
|
+
"defaultValue": {
|
|
2935
|
+
"func": false,
|
|
2936
|
+
"value": "'ul'"
|
|
2937
|
+
}
|
|
2938
|
+
},
|
|
2939
|
+
{
|
|
2940
|
+
"name": "modifier",
|
|
2941
|
+
"description": "Modifies the style variant for this component",
|
|
2942
|
+
"tags": {
|
|
2943
|
+
"demoSelectMultiple": [
|
|
2944
|
+
{
|
|
2945
|
+
"description": "true",
|
|
2946
|
+
"title": "demoSelectMultiple"
|
|
2947
|
+
}
|
|
2948
|
+
]
|
|
2949
|
+
},
|
|
2950
|
+
"values": [
|
|
2951
|
+
"ordered",
|
|
2952
|
+
"unordered",
|
|
2953
|
+
"compact",
|
|
2954
|
+
"inline"
|
|
2955
|
+
],
|
|
2956
|
+
"type": {
|
|
2957
|
+
"name": "string"
|
|
2958
|
+
},
|
|
2959
|
+
"defaultValue": {
|
|
2960
|
+
"func": false,
|
|
2961
|
+
"value": "''"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
],
|
|
2965
|
+
"slots": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "default",
|
|
2968
|
+
"description": "CdrList content (list-items)"
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"sourceFiles": [
|
|
2972
|
+
"./src/components/list/CdrList.vue"
|
|
2973
|
+
],
|
|
2974
|
+
"UIProperties": [
|
|
2975
|
+
{
|
|
2976
|
+
"name": "--cdr-list-inline-text-color",
|
|
2977
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2978
|
+
"description": "Color of the unordered inline list item prefix"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"name": "--cdr-list-ordered-nested-prefix-color",
|
|
2982
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2983
|
+
"description": "Color of the nested ordered cdr-list item prefix"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "--cdr-list-unordered-prefix-color",
|
|
2987
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2988
|
+
"description": "Color of the unordered cdr-list item prefix"
|
|
2989
|
+
},
|
|
2990
|
+
{
|
|
2991
|
+
"name": "--cdr-list-unordered-nested-prefix-color",
|
|
2992
|
+
"defaultValue": "--cdr-color-text-secondary",
|
|
2993
|
+
"description": "Color of the nested unordered cdr-list item prefix"
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
2997
|
"CdrPagination": {
|
|
2998
2998
|
"name": "CdrPagination",
|
|
2999
2999
|
"description": "Allows people to navigate to the next or previous page within an experience",
|
|
@@ -3490,10 +3490,98 @@
|
|
|
3490
3490
|
}
|
|
3491
3491
|
]
|
|
3492
3492
|
},
|
|
3493
|
-
"
|
|
3494
|
-
"name": "
|
|
3495
|
-
"description": "
|
|
3496
|
-
"tags": {},
|
|
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
|
+
],
|
|
3510
|
+
"type": {
|
|
3511
|
+
"name": "string"
|
|
3512
|
+
},
|
|
3513
|
+
"defaultValue": {
|
|
3514
|
+
"func": false,
|
|
3515
|
+
"value": "'blockquote'"
|
|
3516
|
+
}
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
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
|
+
],
|
|
3532
|
+
"type": {
|
|
3533
|
+
"name": "string"
|
|
3534
|
+
},
|
|
3535
|
+
"defaultValue": {
|
|
3536
|
+
"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": {},
|
|
3497
3585
|
"exportName": "default",
|
|
3498
3586
|
"displayName": "CdrRadio",
|
|
3499
3587
|
"props": [
|
|
@@ -3730,146 +3818,122 @@
|
|
|
3730
3818
|
}
|
|
3731
3819
|
]
|
|
3732
3820
|
},
|
|
3733
|
-
"
|
|
3734
|
-
"name": "
|
|
3735
|
-
"description": "
|
|
3821
|
+
"CdrSkeleton": {
|
|
3822
|
+
"name": "CdrSkeleton",
|
|
3823
|
+
"description": "Visually communicates content is in the process of loading",
|
|
3736
3824
|
"tags": {},
|
|
3737
3825
|
"exportName": "default",
|
|
3738
|
-
"displayName": "
|
|
3826
|
+
"displayName": "CdrSkeleton",
|
|
3739
3827
|
"props": [
|
|
3740
3828
|
{
|
|
3741
|
-
"name": "
|
|
3742
|
-
"description": "
|
|
3743
|
-
"tags": {},
|
|
3744
|
-
"values": [
|
|
3745
|
-
"blockquote",
|
|
3746
|
-
"aside",
|
|
3747
|
-
"q",
|
|
3748
|
-
"div"
|
|
3749
|
-
],
|
|
3750
|
-
"type": {
|
|
3751
|
-
"name": "string"
|
|
3752
|
-
},
|
|
3753
|
-
"defaultValue": {
|
|
3754
|
-
"func": false,
|
|
3755
|
-
"value": "'blockquote'"
|
|
3756
|
-
}
|
|
3757
|
-
},
|
|
3758
|
-
{
|
|
3759
|
-
"name": "modifier",
|
|
3760
|
-
"description": "Modifies the style variant for the quote",
|
|
3761
|
-
"tags": {
|
|
3762
|
-
"demoSelectMultiple": [
|
|
3763
|
-
{
|
|
3764
|
-
"description": "true",
|
|
3765
|
-
"title": "demoSelectMultiple"
|
|
3766
|
-
}
|
|
3767
|
-
]
|
|
3768
|
-
},
|
|
3769
|
-
"values": [
|
|
3770
|
-
"pull"
|
|
3771
|
-
],
|
|
3829
|
+
"name": "motion",
|
|
3830
|
+
"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.",
|
|
3772
3831
|
"type": {
|
|
3773
|
-
"name": "
|
|
3832
|
+
"name": "boolean"
|
|
3774
3833
|
},
|
|
3775
3834
|
"defaultValue": {
|
|
3776
3835
|
"func": false,
|
|
3777
|
-
"value":
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"name": "summary",
|
|
3782
|
-
"description": "Sets the quote body text.",
|
|
3783
|
-
"type": {
|
|
3784
|
-
"name": "string"
|
|
3785
|
-
}
|
|
3786
|
-
},
|
|
3787
|
-
{
|
|
3788
|
-
"name": "citation",
|
|
3789
|
-
"description": "Sets the quote attribution text.",
|
|
3790
|
-
"type": {
|
|
3791
|
-
"name": "string"
|
|
3836
|
+
"value": true
|
|
3792
3837
|
}
|
|
3793
3838
|
}
|
|
3794
3839
|
],
|
|
3795
3840
|
"slots": [
|
|
3796
3841
|
{
|
|
3797
|
-
"name": "default"
|
|
3842
|
+
"name": "default",
|
|
3843
|
+
"description": "CdrSkeleton content (CdrSkeletonBone components)"
|
|
3798
3844
|
}
|
|
3799
3845
|
],
|
|
3800
3846
|
"sourceFiles": [
|
|
3801
|
-
"./src/components/
|
|
3847
|
+
"./src/components/skeleton/CdrSkeleton.vue"
|
|
3802
3848
|
],
|
|
3803
3849
|
"UIProperties": [
|
|
3804
3850
|
{
|
|
3805
|
-
"name": "--cdr-
|
|
3806
|
-
"defaultValue": "
|
|
3807
|
-
"description": "
|
|
3851
|
+
"name": "--cdr-skeleton-bone-background-color",
|
|
3852
|
+
"defaultValue": "#edeae3",
|
|
3853
|
+
"description": "Skeleton bone background color"
|
|
3808
3854
|
},
|
|
3809
3855
|
{
|
|
3810
|
-
"name": "--cdr-
|
|
3811
|
-
"defaultValue": "
|
|
3812
|
-
"description": "
|
|
3856
|
+
"name": "--cdr-skeleton-gradient-1",
|
|
3857
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
3858
|
+
"description": "Skeleton shimmer gradient part 1"
|
|
3813
3859
|
},
|
|
3814
3860
|
{
|
|
3815
|
-
"name": "--cdr-
|
|
3816
|
-
"defaultValue": "
|
|
3817
|
-
"description": "
|
|
3861
|
+
"name": "--cdr-skeleton-gradient-2",
|
|
3862
|
+
"defaultValue": "rgba(249,248,240,1)",
|
|
3863
|
+
"description": "Skeleton shimmer gradient part 2"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"name": "--cdr-skeleton-gradient-3",
|
|
3867
|
+
"defaultValue": "rgba(237,234,227,1)",
|
|
3868
|
+
"description": "Skeleton shimmer gradient part 3"
|
|
3818
3869
|
}
|
|
3819
3870
|
]
|
|
3820
3871
|
},
|
|
3821
|
-
"
|
|
3822
|
-
"name": "
|
|
3823
|
-
"description": "
|
|
3872
|
+
"CdrTable": {
|
|
3873
|
+
"name": "CdrTable",
|
|
3874
|
+
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
3824
3875
|
"tags": {},
|
|
3825
3876
|
"exportName": "default",
|
|
3826
|
-
"displayName": "
|
|
3877
|
+
"displayName": "CdrTable",
|
|
3827
3878
|
"props": [
|
|
3828
3879
|
{
|
|
3829
|
-
"name": "
|
|
3830
|
-
"description": "Sets
|
|
3880
|
+
"name": "striped",
|
|
3881
|
+
"description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
|
|
3831
3882
|
"type": {
|
|
3832
|
-
"name": "
|
|
3883
|
+
"name": "boolean"
|
|
3833
3884
|
},
|
|
3834
|
-
"required": true,
|
|
3835
3885
|
"defaultValue": {
|
|
3836
3886
|
"func": false,
|
|
3837
|
-
"value":
|
|
3887
|
+
"value": false
|
|
3838
3888
|
}
|
|
3839
3889
|
},
|
|
3840
3890
|
{
|
|
3841
|
-
"name": "
|
|
3842
|
-
"description": "
|
|
3891
|
+
"name": "border",
|
|
3892
|
+
"description": "Adds borders between rows. Will disable `striped` if both are true",
|
|
3843
3893
|
"type": {
|
|
3844
|
-
"name": "
|
|
3894
|
+
"name": "boolean"
|
|
3845
3895
|
},
|
|
3846
|
-
"required": false,
|
|
3847
3896
|
"defaultValue": {
|
|
3848
3897
|
"func": false,
|
|
3849
|
-
"value":
|
|
3898
|
+
"value": true
|
|
3850
3899
|
}
|
|
3851
3900
|
},
|
|
3852
3901
|
{
|
|
3853
|
-
"name": "
|
|
3854
|
-
"description": "
|
|
3902
|
+
"name": "fullWidth",
|
|
3903
|
+
"description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
|
|
3904
|
+
"type": {
|
|
3905
|
+
"name": "boolean|string"
|
|
3906
|
+
},
|
|
3907
|
+
"defaultValue": {
|
|
3908
|
+
"func": false,
|
|
3909
|
+
"value": true
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "responsive",
|
|
3914
|
+
"description": "Makes the table scroll horizontally when it would overflow its container",
|
|
3855
3915
|
"type": {
|
|
3856
3916
|
"name": "boolean"
|
|
3857
3917
|
},
|
|
3858
3918
|
"defaultValue": {
|
|
3859
3919
|
"func": false,
|
|
3860
|
-
"value":
|
|
3920
|
+
"value": true
|
|
3861
3921
|
}
|
|
3862
3922
|
},
|
|
3863
3923
|
{
|
|
3864
|
-
"name": "
|
|
3865
|
-
"description": "
|
|
3924
|
+
"name": "hover",
|
|
3925
|
+
"description": "Adds a darker background on row hover",
|
|
3866
3926
|
"type": {
|
|
3867
|
-
"name": "
|
|
3927
|
+
"name": "boolean"
|
|
3928
|
+
},
|
|
3929
|
+
"defaultValue": {
|
|
3930
|
+
"func": false,
|
|
3931
|
+
"value": false
|
|
3868
3932
|
}
|
|
3869
3933
|
},
|
|
3870
3934
|
{
|
|
3871
3935
|
"name": "size",
|
|
3872
|
-
"description": "Sets the
|
|
3936
|
+
"description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
|
|
3873
3937
|
"tags": {
|
|
3874
3938
|
"demoSelectMultiple": [
|
|
3875
3939
|
{
|
|
@@ -3892,59 +3956,70 @@
|
|
|
3892
3956
|
}
|
|
3893
3957
|
}
|
|
3894
3958
|
],
|
|
3959
|
+
"slots": [
|
|
3960
|
+
{
|
|
3961
|
+
"name": "default",
|
|
3962
|
+
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
3963
|
+
}
|
|
3964
|
+
],
|
|
3895
3965
|
"sourceFiles": [
|
|
3896
|
-
"./src/components/
|
|
3966
|
+
"./src/components/table/CdrTable.vue"
|
|
3897
3967
|
],
|
|
3898
3968
|
"UIProperties": [
|
|
3899
3969
|
{
|
|
3900
|
-
"name": "--cdr-
|
|
3901
|
-
"defaultValue": "--cdr-color-text-
|
|
3902
|
-
"description": "
|
|
3970
|
+
"name": "--cdr-table-base-text-color",
|
|
3971
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3972
|
+
"description": "Color of the cdr-table base text"
|
|
3903
3973
|
},
|
|
3904
3974
|
{
|
|
3905
|
-
"name": "--cdr-
|
|
3906
|
-
"defaultValue": "--cdr-color-
|
|
3907
|
-
"description": "
|
|
3975
|
+
"name": "--cdr-table-row-background-color",
|
|
3976
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
3977
|
+
"description": "Background color of the table rows"
|
|
3908
3978
|
},
|
|
3909
3979
|
{
|
|
3910
|
-
"name": "--cdr-
|
|
3911
|
-
"defaultValue": "
|
|
3912
|
-
"description": "
|
|
3980
|
+
"name": "--cdr-table-header-background-color",
|
|
3981
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
3982
|
+
"description": "Background color of the table header"
|
|
3913
3983
|
},
|
|
3914
3984
|
{
|
|
3915
|
-
"name": "--cdr-
|
|
3916
|
-
"defaultValue": "
|
|
3917
|
-
"description": "
|
|
3985
|
+
"name": "--cdr-table-text-cell-color",
|
|
3986
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
3987
|
+
"description": "Text color of the table cells"
|
|
3918
3988
|
},
|
|
3919
3989
|
{
|
|
3920
|
-
"name": "--cdr-
|
|
3921
|
-
"defaultValue": "
|
|
3922
|
-
"description": "
|
|
3990
|
+
"name": "--cdr-table-border-color-default",
|
|
3991
|
+
"defaultValue": "--cdr-color-border-table-default",
|
|
3992
|
+
"description": "Default border color of the table"
|
|
3923
3993
|
},
|
|
3924
3994
|
{
|
|
3925
|
-
"name": "--cdr-
|
|
3926
|
-
"defaultValue": "
|
|
3927
|
-
"description": "
|
|
3995
|
+
"name": "--cdr-table-head-border-default",
|
|
3996
|
+
"defaultValue": "--cdr-color-border-table-head",
|
|
3997
|
+
"description": "Head border color of the table"
|
|
3928
3998
|
},
|
|
3929
3999
|
{
|
|
3930
|
-
"name": "--cdr-
|
|
3931
|
-
"defaultValue": "
|
|
3932
|
-
"description": "
|
|
4000
|
+
"name": "--cdr-table-odd-row-background-color",
|
|
4001
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4002
|
+
"description": "Background color of all odd rows in the table"
|
|
3933
4003
|
},
|
|
3934
4004
|
{
|
|
3935
|
-
"name": "--cdr-
|
|
3936
|
-
"defaultValue": "
|
|
3937
|
-
"description": "
|
|
4005
|
+
"name": "--cdr-table-header-odd-row-background-color",
|
|
4006
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4007
|
+
"description": "Background color of odd rows in the table header"
|
|
3938
4008
|
},
|
|
3939
4009
|
{
|
|
3940
|
-
"name": "--cdr-
|
|
3941
|
-
"defaultValue": "
|
|
3942
|
-
"description": "
|
|
4010
|
+
"name": "--cdr-table-striped-odd-row-background-color",
|
|
4011
|
+
"defaultValue": "--cdr-color-background-table-row",
|
|
4012
|
+
"description": "Background color of the odd rows in striped tables"
|
|
3943
4013
|
},
|
|
3944
4014
|
{
|
|
3945
|
-
"name": "--cdr-
|
|
3946
|
-
"defaultValue": "
|
|
3947
|
-
"description": "
|
|
4015
|
+
"name": "--cdr-table-body-footer-odd-row-background-color",
|
|
4016
|
+
"defaultValue": "--cdr-color-background-table-row-alt",
|
|
4017
|
+
"description": "Background color of odd rows in the table body and footer"
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"name": "--cdr-table-cell-background-color-hover",
|
|
4021
|
+
"defaultValue": "--cdr-color-background-table-header",
|
|
4022
|
+
"description": "Background color of table cells on hover"
|
|
3948
4023
|
}
|
|
3949
4024
|
]
|
|
3950
4025
|
},
|
|
@@ -4241,71 +4316,96 @@
|
|
|
4241
4316
|
}
|
|
4242
4317
|
]
|
|
4243
4318
|
},
|
|
4244
|
-
"
|
|
4245
|
-
"name": "
|
|
4246
|
-
"description": "Organizes structured data for users to easily scan, compare, and analyze",
|
|
4247
|
-
"tags": {},
|
|
4319
|
+
"CdrSkeletonBone": {
|
|
4320
|
+
"name": "CdrSkeletonBone",
|
|
4248
4321
|
"exportName": "default",
|
|
4249
|
-
"displayName": "
|
|
4322
|
+
"displayName": "CdrSkeletonBone",
|
|
4323
|
+
"description": "",
|
|
4324
|
+
"tags": {},
|
|
4250
4325
|
"props": [
|
|
4251
4326
|
{
|
|
4252
|
-
"name": "
|
|
4253
|
-
"description": "Sets
|
|
4327
|
+
"name": "type",
|
|
4328
|
+
"description": "Sets the type of content placeholder",
|
|
4329
|
+
"tags": {
|
|
4330
|
+
"demoSelectMultiple": [
|
|
4331
|
+
{
|
|
4332
|
+
"description": "false",
|
|
4333
|
+
"title": "demoSelectMultiple"
|
|
4334
|
+
}
|
|
4335
|
+
]
|
|
4336
|
+
},
|
|
4337
|
+
"values": [
|
|
4338
|
+
"default",
|
|
4339
|
+
"heading",
|
|
4340
|
+
"line",
|
|
4341
|
+
"rectangle",
|
|
4342
|
+
"square"
|
|
4343
|
+
],
|
|
4254
4344
|
"type": {
|
|
4255
|
-
"name": "
|
|
4345
|
+
"name": "string"
|
|
4256
4346
|
},
|
|
4257
4347
|
"defaultValue": {
|
|
4258
4348
|
"func": false,
|
|
4259
|
-
"value":
|
|
4349
|
+
"value": "'default'"
|
|
4260
4350
|
}
|
|
4261
|
-
}
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"sourceFiles": [
|
|
4354
|
+
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
4355
|
+
]
|
|
4356
|
+
},
|
|
4357
|
+
"CdrRating": {
|
|
4358
|
+
"name": "CdrRating",
|
|
4359
|
+
"description": "Provides insight into user opinions for products, experiences, and more",
|
|
4360
|
+
"tags": {},
|
|
4361
|
+
"exportName": "default",
|
|
4362
|
+
"displayName": "CdrRating",
|
|
4363
|
+
"props": [
|
|
4262
4364
|
{
|
|
4263
|
-
"name": "
|
|
4264
|
-
"description": "
|
|
4365
|
+
"name": "rating",
|
|
4366
|
+
"description": "Sets the rating values between 0 and 5.",
|
|
4265
4367
|
"type": {
|
|
4266
|
-
"name": "
|
|
4368
|
+
"name": "string|number"
|
|
4267
4369
|
},
|
|
4370
|
+
"required": true,
|
|
4268
4371
|
"defaultValue": {
|
|
4269
4372
|
"func": false,
|
|
4270
|
-
"value":
|
|
4373
|
+
"value": "0"
|
|
4271
4374
|
}
|
|
4272
4375
|
},
|
|
4273
4376
|
{
|
|
4274
|
-
"name": "
|
|
4275
|
-
"description": "Sets the
|
|
4377
|
+
"name": "count",
|
|
4378
|
+
"description": "Sets the total number of ratings",
|
|
4276
4379
|
"type": {
|
|
4277
|
-
"name": "
|
|
4380
|
+
"name": "string|number"
|
|
4278
4381
|
},
|
|
4382
|
+
"required": false,
|
|
4279
4383
|
"defaultValue": {
|
|
4280
4384
|
"func": false,
|
|
4281
|
-
"value":
|
|
4385
|
+
"value": "null"
|
|
4282
4386
|
}
|
|
4283
4387
|
},
|
|
4284
4388
|
{
|
|
4285
|
-
"name": "
|
|
4286
|
-
"description": "
|
|
4389
|
+
"name": "compact",
|
|
4390
|
+
"description": "Hides the word 'reviews' if true",
|
|
4287
4391
|
"type": {
|
|
4288
4392
|
"name": "boolean"
|
|
4289
4393
|
},
|
|
4290
4394
|
"defaultValue": {
|
|
4291
4395
|
"func": false,
|
|
4292
|
-
"value":
|
|
4396
|
+
"value": false
|
|
4293
4397
|
}
|
|
4294
4398
|
},
|
|
4295
4399
|
{
|
|
4296
|
-
"name": "
|
|
4297
|
-
"description": "
|
|
4400
|
+
"name": "href",
|
|
4401
|
+
"description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
|
|
4298
4402
|
"type": {
|
|
4299
|
-
"name": "
|
|
4300
|
-
},
|
|
4301
|
-
"defaultValue": {
|
|
4302
|
-
"func": false,
|
|
4303
|
-
"value": false
|
|
4403
|
+
"name": "string"
|
|
4304
4404
|
}
|
|
4305
4405
|
},
|
|
4306
4406
|
{
|
|
4307
4407
|
"name": "size",
|
|
4308
|
-
"description": "Sets the
|
|
4408
|
+
"description": "Sets the rating size.",
|
|
4309
4409
|
"tags": {
|
|
4310
4410
|
"demoSelectMultiple": [
|
|
4311
4411
|
{
|
|
@@ -4328,141 +4428,123 @@
|
|
|
4328
4428
|
}
|
|
4329
4429
|
}
|
|
4330
4430
|
],
|
|
4331
|
-
"slots": [
|
|
4332
|
-
{
|
|
4333
|
-
"name": "default",
|
|
4334
|
-
"description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
|
|
4335
|
-
}
|
|
4336
|
-
],
|
|
4337
4431
|
"sourceFiles": [
|
|
4338
|
-
"./src/components/
|
|
4432
|
+
"./src/components/rating/CdrRating.vue"
|
|
4339
4433
|
],
|
|
4340
4434
|
"UIProperties": [
|
|
4341
4435
|
{
|
|
4342
|
-
"name": "--cdr-
|
|
4343
|
-
"defaultValue": "--cdr-color-text-
|
|
4344
|
-
"description": "
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"name": "--cdr-table-row-background-color",
|
|
4348
|
-
"defaultValue": "--cdr-color-background-table-row",
|
|
4349
|
-
"description": "Background color of the table rows"
|
|
4436
|
+
"name": "--cdr-rating-count-hover-color",
|
|
4437
|
+
"defaultValue": "--cdr-color-text-rating-hover",
|
|
4438
|
+
"description": "Hover text color of cdr-rating count"
|
|
4350
4439
|
},
|
|
4351
4440
|
{
|
|
4352
|
-
"name": "--cdr-
|
|
4353
|
-
"defaultValue": "--cdr-color-
|
|
4354
|
-
"description": "
|
|
4441
|
+
"name": "--cdr-rating-text-rating-separator",
|
|
4442
|
+
"defaultValue": "--cdr-color-text-rating-separator",
|
|
4443
|
+
"description": "Color of the rating text separator"
|
|
4355
4444
|
},
|
|
4356
4445
|
{
|
|
4357
|
-
"name": "--cdr-
|
|
4358
|
-
"defaultValue": "
|
|
4359
|
-
"description": "
|
|
4446
|
+
"name": "--cdr-rating-star-null-fill-color",
|
|
4447
|
+
"defaultValue": "#F9F8F6",
|
|
4448
|
+
"description": "Fill color of a null star"
|
|
4360
4449
|
},
|
|
4361
4450
|
{
|
|
4362
|
-
"name": "--cdr-
|
|
4363
|
-
"defaultValue": "
|
|
4364
|
-
"description": "
|
|
4451
|
+
"name": "--cdr-rating-star-null-outline-color",
|
|
4452
|
+
"defaultValue": "#928B80",
|
|
4453
|
+
"description": "Outline color of a null star"
|
|
4365
4454
|
},
|
|
4366
4455
|
{
|
|
4367
|
-
"name": "--cdr-
|
|
4368
|
-
"defaultValue": "
|
|
4369
|
-
"description": "
|
|
4456
|
+
"name": "--cdr-rating-star-partial-fill-color",
|
|
4457
|
+
"defaultValue": "#FFD280",
|
|
4458
|
+
"description": "Fill color of a partially filled star"
|
|
4370
4459
|
},
|
|
4371
4460
|
{
|
|
4372
|
-
"name": "--cdr-
|
|
4373
|
-
"defaultValue": "
|
|
4374
|
-
"description": "
|
|
4461
|
+
"name": "--cdr-rating-star-partial-stroke-color",
|
|
4462
|
+
"defaultValue": "#BD7B2D",
|
|
4463
|
+
"description": "Stroke color of a partially filled star"
|
|
4375
4464
|
},
|
|
4376
4465
|
{
|
|
4377
|
-
"name": "--cdr-
|
|
4378
|
-
"defaultValue": "
|
|
4379
|
-
"description": "
|
|
4466
|
+
"name": "--cdr-rating-star-filled-fill-color",
|
|
4467
|
+
"defaultValue": "#FFD280",
|
|
4468
|
+
"description": "Fill color of a filled star"
|
|
4380
4469
|
},
|
|
4381
4470
|
{
|
|
4382
|
-
"name": "--cdr-
|
|
4383
|
-
"defaultValue": "
|
|
4384
|
-
"description": "
|
|
4471
|
+
"name": "--cdr-rating-star-filled-stroke-color",
|
|
4472
|
+
"defaultValue": "#BD7B2D",
|
|
4473
|
+
"description": "Stroke color of a filled star"
|
|
4385
4474
|
},
|
|
4386
4475
|
{
|
|
4387
|
-
"name": "--cdr-
|
|
4388
|
-
"defaultValue": "
|
|
4389
|
-
"description": "
|
|
4476
|
+
"name": "--cdr-rating-star-empty-fill-color",
|
|
4477
|
+
"defaultValue": "#F9F8F6",
|
|
4478
|
+
"description": "Fill color of an empty star"
|
|
4390
4479
|
},
|
|
4391
4480
|
{
|
|
4392
|
-
"name": "--cdr-
|
|
4393
|
-
"defaultValue": "
|
|
4394
|
-
"description": "
|
|
4481
|
+
"name": "--cdr-rating-star-empty-stroke-color",
|
|
4482
|
+
"defaultValue": "#BD7B2D",
|
|
4483
|
+
"description": "Stroke color of an empty star"
|
|
4395
4484
|
}
|
|
4396
4485
|
]
|
|
4397
4486
|
},
|
|
4398
|
-
"
|
|
4399
|
-
"name": "
|
|
4400
|
-
"description": "Visually communicates content is in the process of loading",
|
|
4401
|
-
"tags": {},
|
|
4487
|
+
"CdrTabPanel": {
|
|
4488
|
+
"name": "CdrTabPanel",
|
|
4402
4489
|
"exportName": "default",
|
|
4403
|
-
"displayName": "
|
|
4490
|
+
"displayName": "CdrTabPanel",
|
|
4491
|
+
"description": "",
|
|
4492
|
+
"tags": {},
|
|
4404
4493
|
"props": [
|
|
4405
4494
|
{
|
|
4406
|
-
"name": "
|
|
4407
|
-
"description": "
|
|
4495
|
+
"name": "id",
|
|
4496
|
+
"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.",
|
|
4408
4497
|
"type": {
|
|
4409
|
-
"name": "
|
|
4410
|
-
}
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4498
|
+
"name": "string"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "name",
|
|
4503
|
+
"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.",
|
|
4504
|
+
"type": {
|
|
4505
|
+
"name": "string"
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"name": "ariaLabelledby",
|
|
4510
|
+
"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.",
|
|
4511
|
+
"type": {
|
|
4512
|
+
"name": "string"
|
|
4414
4513
|
}
|
|
4415
4514
|
}
|
|
4416
4515
|
],
|
|
4516
|
+
"events": [
|
|
4517
|
+
{
|
|
4518
|
+
"name": "tab-change",
|
|
4519
|
+
"description": "Emits when active tab is changed",
|
|
4520
|
+
"tags": [
|
|
4521
|
+
{
|
|
4522
|
+
"title": "params",
|
|
4523
|
+
"content": "state, panelId"
|
|
4524
|
+
}
|
|
4525
|
+
]
|
|
4526
|
+
}
|
|
4527
|
+
],
|
|
4417
4528
|
"slots": [
|
|
4418
4529
|
{
|
|
4419
4530
|
"name": "default",
|
|
4420
|
-
"description": "
|
|
4531
|
+
"description": "CdrTabPanel content"
|
|
4421
4532
|
}
|
|
4422
4533
|
],
|
|
4423
4534
|
"sourceFiles": [
|
|
4424
|
-
"./src/components/
|
|
4425
|
-
],
|
|
4426
|
-
"UIProperties": [
|
|
4427
|
-
{
|
|
4428
|
-
"name": "--cdr-skeleton-bone-background-color",
|
|
4429
|
-
"defaultValue": "#edeae3",
|
|
4430
|
-
"description": "Skeleton bone background color"
|
|
4431
|
-
},
|
|
4432
|
-
{
|
|
4433
|
-
"name": "--cdr-skeleton-gradient-1",
|
|
4434
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4435
|
-
"description": "Skeleton shimmer gradient part 1"
|
|
4436
|
-
},
|
|
4437
|
-
{
|
|
4438
|
-
"name": "--cdr-skeleton-gradient-2",
|
|
4439
|
-
"defaultValue": "rgba(249,248,240,1)",
|
|
4440
|
-
"description": "Skeleton shimmer gradient part 2"
|
|
4441
|
-
},
|
|
4442
|
-
{
|
|
4443
|
-
"name": "--cdr-skeleton-gradient-3",
|
|
4444
|
-
"defaultValue": "rgba(237,234,227,1)",
|
|
4445
|
-
"description": "Skeleton shimmer gradient part 3"
|
|
4446
|
-
}
|
|
4535
|
+
"./src/components/tabs/CdrTabPanel.vue"
|
|
4447
4536
|
]
|
|
4448
4537
|
},
|
|
4449
|
-
"
|
|
4450
|
-
"name": "
|
|
4451
|
-
"description": "
|
|
4538
|
+
"CdrToast": {
|
|
4539
|
+
"name": "CdrToast",
|
|
4540
|
+
"description": "Non-modal dialog used to communicate the status of a task or process",
|
|
4452
4541
|
"tags": {},
|
|
4453
4542
|
"exportName": "default",
|
|
4454
|
-
"displayName": "
|
|
4543
|
+
"displayName": "CdrToast",
|
|
4455
4544
|
"props": [
|
|
4456
4545
|
{
|
|
4457
|
-
"name": "
|
|
4458
|
-
"description": "Sets
|
|
4459
|
-
"type": {
|
|
4460
|
-
"name": "string"
|
|
4461
|
-
}
|
|
4462
|
-
},
|
|
4463
|
-
{
|
|
4464
|
-
"name": "size",
|
|
4465
|
-
"description": "Sets the size of the switch",
|
|
4546
|
+
"name": "type",
|
|
4547
|
+
"description": "Sets the toast type.",
|
|
4466
4548
|
"tags": {
|
|
4467
4549
|
"demoSelectMultiple": [
|
|
4468
4550
|
{
|
|
@@ -4472,20 +4554,31 @@
|
|
|
4472
4554
|
]
|
|
4473
4555
|
},
|
|
4474
4556
|
"values": [
|
|
4475
|
-
"
|
|
4476
|
-
"
|
|
4557
|
+
"info",
|
|
4558
|
+
"success",
|
|
4559
|
+
"warning",
|
|
4560
|
+
"error",
|
|
4561
|
+
"default"
|
|
4477
4562
|
],
|
|
4478
4563
|
"type": {
|
|
4479
4564
|
"name": "string"
|
|
4480
4565
|
},
|
|
4481
4566
|
"defaultValue": {
|
|
4482
4567
|
"func": false,
|
|
4483
|
-
"value": "'
|
|
4568
|
+
"value": "'default'"
|
|
4484
4569
|
}
|
|
4485
4570
|
},
|
|
4486
4571
|
{
|
|
4487
|
-
"name": "
|
|
4488
|
-
"description": "
|
|
4572
|
+
"name": "open",
|
|
4573
|
+
"description": "Used to programmatically control the toast open/close state.",
|
|
4574
|
+
"tags": {
|
|
4575
|
+
"demoIgnore": [
|
|
4576
|
+
{
|
|
4577
|
+
"description": "true",
|
|
4578
|
+
"title": "demoIgnore"
|
|
4579
|
+
}
|
|
4580
|
+
]
|
|
4581
|
+
},
|
|
4489
4582
|
"type": {
|
|
4490
4583
|
"name": "boolean"
|
|
4491
4584
|
},
|
|
@@ -4495,232 +4588,175 @@
|
|
|
4495
4588
|
}
|
|
4496
4589
|
},
|
|
4497
4590
|
{
|
|
4498
|
-
"name": "
|
|
4499
|
-
"
|
|
4500
|
-
"demoIgnore": [
|
|
4501
|
-
{
|
|
4502
|
-
"description": "true",
|
|
4503
|
-
"title": "demoIgnore"
|
|
4504
|
-
}
|
|
4505
|
-
]
|
|
4506
|
-
},
|
|
4591
|
+
"name": "autoDismiss",
|
|
4592
|
+
"description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
|
|
4507
4593
|
"type": {
|
|
4508
4594
|
"name": "boolean"
|
|
4509
4595
|
},
|
|
4510
|
-
"
|
|
4596
|
+
"defaultValue": {
|
|
4597
|
+
"func": false,
|
|
4598
|
+
"value": true
|
|
4599
|
+
}
|
|
4600
|
+
},
|
|
4601
|
+
{
|
|
4602
|
+
"name": "dismissDelay",
|
|
4603
|
+
"description": "Sets the interval (in milliseconds) before the toast automatically closes.",
|
|
4604
|
+
"type": {
|
|
4605
|
+
"name": "number"
|
|
4606
|
+
},
|
|
4607
|
+
"defaultValue": {
|
|
4608
|
+
"func": false,
|
|
4609
|
+
"value": "5000"
|
|
4610
|
+
}
|
|
4511
4611
|
}
|
|
4512
4612
|
],
|
|
4513
4613
|
"events": [
|
|
4514
4614
|
{
|
|
4515
|
-
"name": "
|
|
4516
|
-
"description": "
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
"mixed"
|
|
4522
|
-
]
|
|
4523
|
-
},
|
|
4524
|
-
"name": "modelValue"
|
|
4525
|
-
}
|
|
4526
|
-
],
|
|
4527
|
-
"tags": [
|
|
4528
|
-
{
|
|
4529
|
-
"title": "param",
|
|
4530
|
-
"type": {
|
|
4531
|
-
"name": "mixed"
|
|
4532
|
-
},
|
|
4533
|
-
"name": "modelValue"
|
|
4534
|
-
}
|
|
4535
|
-
]
|
|
4615
|
+
"name": "open",
|
|
4616
|
+
"description": "Emits when toast opens"
|
|
4617
|
+
},
|
|
4618
|
+
{
|
|
4619
|
+
"name": "closed",
|
|
4620
|
+
"description": "Emits when toast closes"
|
|
4536
4621
|
}
|
|
4537
4622
|
],
|
|
4538
4623
|
"slots": [
|
|
4624
|
+
{
|
|
4625
|
+
"name": "icon-left",
|
|
4626
|
+
"description": "Icon matching toast messaging type"
|
|
4627
|
+
},
|
|
4539
4628
|
{
|
|
4540
4629
|
"name": "default",
|
|
4541
|
-
"description": "
|
|
4630
|
+
"description": "CdrToast content"
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"name": "icon"
|
|
4542
4634
|
}
|
|
4543
4635
|
],
|
|
4544
4636
|
"sourceFiles": [
|
|
4545
|
-
"./src/components/
|
|
4637
|
+
"./src/components/toast/CdrToast.vue"
|
|
4546
4638
|
],
|
|
4547
4639
|
"UIProperties": [
|
|
4548
4640
|
{
|
|
4549
|
-
"name": "--cdr-
|
|
4550
|
-
"defaultValue": "--cdr-color-
|
|
4551
|
-
"description": "
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
"name": "--cdr-switch-background-color",
|
|
4555
|
-
"defaultValue": "--cdr-color-background-switch-default-rest",
|
|
4556
|
-
"description": "Background color of the cdr-switch button"
|
|
4557
|
-
},
|
|
4558
|
-
{
|
|
4559
|
-
"name": "--cdr-switch-icon-fill",
|
|
4560
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
4561
|
-
"description": "Fill of the cdr-switch x and check icons"
|
|
4562
|
-
},
|
|
4563
|
-
{
|
|
4564
|
-
"name": "--cdr-switch-box-shadow-color-focus",
|
|
4565
|
-
"defaultValue": "--cdr-color-border-secondary",
|
|
4566
|
-
"description": "Box-shadow of the cdr-switch button on focus"
|
|
4641
|
+
"name": "--cdr-toast-close-button-fill",
|
|
4642
|
+
"defaultValue": "--cdr-color-text-emphasis",
|
|
4643
|
+
"description": "Fill color of the cdr-toast close button icon"
|
|
4567
4644
|
},
|
|
4568
4645
|
{
|
|
4569
|
-
"name": "--cdr-
|
|
4570
|
-
"defaultValue": "--cdr-color-background-
|
|
4571
|
-
"description": "
|
|
4646
|
+
"name": "--cdr-toast-icon-left-background-color-default",
|
|
4647
|
+
"defaultValue": "--cdr-color-background-message-default-02",
|
|
4648
|
+
"description": "Default background color of the cdr-toast icon-left"
|
|
4572
4649
|
},
|
|
4573
4650
|
{
|
|
4574
|
-
"name": "--cdr-
|
|
4575
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
4576
|
-
"description": "
|
|
4651
|
+
"name": "--cdr-toast-icon-left-fill-default",
|
|
4652
|
+
"defaultValue": "--cdr-color-icon-message-default",
|
|
4653
|
+
"description": "Default fill color of the cdr-toast icon-left"
|
|
4577
4654
|
},
|
|
4578
4655
|
{
|
|
4579
|
-
"name": "--cdr-
|
|
4580
|
-
"defaultValue": "--cdr-color-background-
|
|
4581
|
-
"description": "
|
|
4656
|
+
"name": "--cdr-toast-icon-left-background-color-info",
|
|
4657
|
+
"defaultValue": "--cdr-color-background-message-info-02",
|
|
4658
|
+
"description": "Info background color of the cdr-toast icon-left"
|
|
4582
4659
|
},
|
|
4583
4660
|
{
|
|
4584
|
-
"name": "--cdr-
|
|
4585
|
-
"defaultValue": "--cdr-color-
|
|
4586
|
-
"description": "
|
|
4661
|
+
"name": "--cdr-toast-icon-left-fill-info",
|
|
4662
|
+
"defaultValue": "--cdr-color-icon-message-info",
|
|
4663
|
+
"description": "Info fill color of the cdr-toast icon-left"
|
|
4587
4664
|
},
|
|
4588
4665
|
{
|
|
4589
|
-
"name": "--cdr-
|
|
4590
|
-
"defaultValue": "--cdr-color-
|
|
4591
|
-
"description": "
|
|
4666
|
+
"name": "--cdr-toast-border-left-color-info",
|
|
4667
|
+
"defaultValue": "--cdr-color-border-message-info-01",
|
|
4668
|
+
"description": "Info border-left color of the cdr-toast"
|
|
4592
4669
|
},
|
|
4593
4670
|
{
|
|
4594
|
-
"name": "--cdr-
|
|
4595
|
-
"defaultValue": "--cdr-color-
|
|
4596
|
-
"description": "
|
|
4671
|
+
"name": "--cdr-toast-icon-left-background-color-warning",
|
|
4672
|
+
"defaultValue": "--cdr-color-background-message-warning-02",
|
|
4673
|
+
"description": "Warning background color of the cdr-toast icon-left"
|
|
4597
4674
|
},
|
|
4598
4675
|
{
|
|
4599
|
-
"name": "--cdr-
|
|
4600
|
-
"defaultValue": "--cdr-color-
|
|
4601
|
-
"description": "
|
|
4676
|
+
"name": "--cdr-toast-icon-left-fill-warning",
|
|
4677
|
+
"defaultValue": "--cdr-color-icon-message-warning",
|
|
4678
|
+
"description": "Warning fill color of the cdr-toast icon-left"
|
|
4602
4679
|
},
|
|
4603
4680
|
{
|
|
4604
|
-
"name": "--cdr-
|
|
4605
|
-
"defaultValue": "--cdr-color-
|
|
4606
|
-
"description": "
|
|
4681
|
+
"name": "--cdr-toast-border-left-color-warning",
|
|
4682
|
+
"defaultValue": "--cdr-color-border-message-warning-01",
|
|
4683
|
+
"description": "Warning border-left color of the cdr-toast"
|
|
4607
4684
|
},
|
|
4608
4685
|
{
|
|
4609
|
-
"name": "--cdr-
|
|
4610
|
-
"defaultValue": "--cdr-color-
|
|
4611
|
-
"description": "
|
|
4686
|
+
"name": "--cdr-toast-icon-left-background-color-success",
|
|
4687
|
+
"defaultValue": "--cdr-color-background-message-success-02",
|
|
4688
|
+
"description": "Success background color of the cdr-toast icon-left"
|
|
4612
4689
|
},
|
|
4613
4690
|
{
|
|
4614
|
-
"name": "--cdr-
|
|
4615
|
-
"defaultValue": "--cdr-color-
|
|
4616
|
-
"description": "
|
|
4691
|
+
"name": "--cdr-toast-icon-left-fill-success",
|
|
4692
|
+
"defaultValue": "--cdr-color-icon-message-success",
|
|
4693
|
+
"description": "Success fill color of the cdr-toast icon-left"
|
|
4617
4694
|
},
|
|
4618
4695
|
{
|
|
4619
|
-
"name": "--cdr-
|
|
4620
|
-
"defaultValue": "--cdr-color-
|
|
4621
|
-
"description": "
|
|
4696
|
+
"name": "--cdr-toast-border-left-color-success",
|
|
4697
|
+
"defaultValue": "--cdr-color-border-message-success-01",
|
|
4698
|
+
"description": "Success border-left color of the cdr-toast"
|
|
4622
4699
|
},
|
|
4623
4700
|
{
|
|
4624
|
-
"name": "--cdr-
|
|
4625
|
-
"defaultValue": "--cdr-color-
|
|
4626
|
-
"description": "
|
|
4701
|
+
"name": "--cdr-toast-icon-left-background-color-error",
|
|
4702
|
+
"defaultValue": "--cdr-color-background-message-error-02",
|
|
4703
|
+
"description": "Error background color of the cdr-toast icon-left"
|
|
4627
4704
|
},
|
|
4628
4705
|
{
|
|
4629
|
-
"name": "--cdr-
|
|
4630
|
-
"defaultValue": "--cdr-color-
|
|
4631
|
-
"description": "
|
|
4706
|
+
"name": "--cdr-toast-icon-left-fill-error",
|
|
4707
|
+
"defaultValue": "--cdr-color-icon-message-error",
|
|
4708
|
+
"description": "Error fill color of the cdr-toast icon-left"
|
|
4632
4709
|
},
|
|
4633
4710
|
{
|
|
4634
|
-
"name": "--cdr-
|
|
4635
|
-
"defaultValue": "--cdr-color-
|
|
4636
|
-
"description": "
|
|
4711
|
+
"name": "--cdr-toast-border-left-color-error",
|
|
4712
|
+
"defaultValue": "--cdr-color-border-message-error-01",
|
|
4713
|
+
"description": "Error border-left color of the cdr-toast"
|
|
4637
4714
|
},
|
|
4638
4715
|
{
|
|
4639
|
-
"name": "--cdr-
|
|
4640
|
-
"defaultValue": "--cdr-color-background-
|
|
4641
|
-
"description": "
|
|
4716
|
+
"name": "--cdr-toast-background-color-default",
|
|
4717
|
+
"defaultValue": "--cdr-color-background-message-default-01",
|
|
4718
|
+
"description": "Default background color of cdr-toast"
|
|
4642
4719
|
},
|
|
4643
4720
|
{
|
|
4644
|
-
"name": "--cdr-
|
|
4645
|
-
"defaultValue": "--cdr-color-border-
|
|
4646
|
-
"description": "
|
|
4721
|
+
"name": "--cdr-toast-outline-color-default",
|
|
4722
|
+
"defaultValue": "--cdr-color-border-message-default-02",
|
|
4723
|
+
"description": "Default outline color of cdr-toast"
|
|
4647
4724
|
},
|
|
4648
4725
|
{
|
|
4649
|
-
"name": "--cdr-
|
|
4650
|
-
"defaultValue": "--cdr-color-background-
|
|
4651
|
-
"description": "
|
|
4726
|
+
"name": "--cdr-toast-background-color-info",
|
|
4727
|
+
"defaultValue": "--cdr-color-background-message-info-01",
|
|
4728
|
+
"description": "Info background color of cdr-toast"
|
|
4652
4729
|
},
|
|
4653
4730
|
{
|
|
4654
|
-
"name": "--cdr-
|
|
4655
|
-
"defaultValue": "--cdr-color-
|
|
4656
|
-
"description": "
|
|
4731
|
+
"name": "--cdr-toast-background-color-success",
|
|
4732
|
+
"defaultValue": "--cdr-color-background-message-success-01",
|
|
4733
|
+
"description": "Success background color of cdr-toast"
|
|
4657
4734
|
},
|
|
4658
4735
|
{
|
|
4659
|
-
"name": "--cdr-
|
|
4660
|
-
"defaultValue": "--cdr-color-border-
|
|
4661
|
-
"description": "
|
|
4736
|
+
"name": "--cdr-toast-outline-color-success",
|
|
4737
|
+
"defaultValue": "--cdr-color-border-message-success-02",
|
|
4738
|
+
"description": "Success outline color of cdr-toast"
|
|
4662
4739
|
},
|
|
4663
4740
|
{
|
|
4664
|
-
"name": "--cdr-
|
|
4665
|
-
"defaultValue": "--cdr-color-
|
|
4666
|
-
"description": "
|
|
4741
|
+
"name": "--cdr-toast-background-color-warning",
|
|
4742
|
+
"defaultValue": "--cdr-color-background-message-warning-01",
|
|
4743
|
+
"description": "Warning background color of cdr-toast"
|
|
4667
4744
|
},
|
|
4668
4745
|
{
|
|
4669
|
-
"name": "--cdr-
|
|
4670
|
-
"defaultValue": "--cdr-color-
|
|
4671
|
-
"description": "
|
|
4672
|
-
}
|
|
4673
|
-
]
|
|
4674
|
-
},
|
|
4675
|
-
"CdrTabPanel": {
|
|
4676
|
-
"name": "CdrTabPanel",
|
|
4677
|
-
"exportName": "default",
|
|
4678
|
-
"displayName": "CdrTabPanel",
|
|
4679
|
-
"description": "",
|
|
4680
|
-
"tags": {},
|
|
4681
|
-
"props": [
|
|
4682
|
-
{
|
|
4683
|
-
"name": "id",
|
|
4684
|
-
"description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
|
|
4685
|
-
"type": {
|
|
4686
|
-
"name": "string"
|
|
4687
|
-
}
|
|
4746
|
+
"name": "--cdr-toast-outline-color-warning",
|
|
4747
|
+
"defaultValue": "--cdr-color-border-message-warning-02",
|
|
4748
|
+
"description": "Warning outline color of cdr-toast"
|
|
4688
4749
|
},
|
|
4689
4750
|
{
|
|
4690
|
-
"name": "
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"name": "string"
|
|
4694
|
-
}
|
|
4751
|
+
"name": "--cdr-toast-background-color-error",
|
|
4752
|
+
"defaultValue": "--cdr-color-background-message-error-01",
|
|
4753
|
+
"description": "Error background color of cdr-toast"
|
|
4695
4754
|
},
|
|
4696
4755
|
{
|
|
4697
|
-
"name": "
|
|
4698
|
-
"
|
|
4699
|
-
"
|
|
4700
|
-
"name": "string"
|
|
4701
|
-
}
|
|
4702
|
-
}
|
|
4703
|
-
],
|
|
4704
|
-
"events": [
|
|
4705
|
-
{
|
|
4706
|
-
"name": "tab-change",
|
|
4707
|
-
"description": "Emits when active tab is changed",
|
|
4708
|
-
"tags": [
|
|
4709
|
-
{
|
|
4710
|
-
"title": "params",
|
|
4711
|
-
"content": "state, panelId"
|
|
4712
|
-
}
|
|
4713
|
-
]
|
|
4714
|
-
}
|
|
4715
|
-
],
|
|
4716
|
-
"slots": [
|
|
4717
|
-
{
|
|
4718
|
-
"name": "default",
|
|
4719
|
-
"description": "CdrTabPanel content"
|
|
4756
|
+
"name": "--cdr-toast-outline-color-error",
|
|
4757
|
+
"defaultValue": "--cdr-color-border-message-error-02",
|
|
4758
|
+
"description": "Error outline color of cdr-toast"
|
|
4720
4759
|
}
|
|
4721
|
-
],
|
|
4722
|
-
"sourceFiles": [
|
|
4723
|
-
"./src/components/tabs/CdrTabPanel.vue"
|
|
4724
4760
|
]
|
|
4725
4761
|
},
|
|
4726
4762
|
"CdrTabs": {
|
|
@@ -4837,9 +4873,45 @@
|
|
|
4837
4873
|
"description": "Background color of the cdr-tabs keyline"
|
|
4838
4874
|
},
|
|
4839
4875
|
{
|
|
4840
|
-
"name": "--cdr-tabs-no-border-border-color",
|
|
4841
|
-
"defaultValue": "transparent",
|
|
4842
|
-
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4876
|
+
"name": "--cdr-tabs-no-border-border-color",
|
|
4877
|
+
"defaultValue": "transparent",
|
|
4878
|
+
"description": "Border color of the cdr-tabs with no-border modifier"
|
|
4879
|
+
}
|
|
4880
|
+
]
|
|
4881
|
+
},
|
|
4882
|
+
"CdrText": {
|
|
4883
|
+
"name": "CdrText",
|
|
4884
|
+
"description": "Text container used for any text element such as paragraphs, headings, and lists",
|
|
4885
|
+
"tags": {},
|
|
4886
|
+
"exportName": "default",
|
|
4887
|
+
"displayName": "CdrText",
|
|
4888
|
+
"props": [
|
|
4889
|
+
{
|
|
4890
|
+
"name": "tag",
|
|
4891
|
+
"description": "Sets the HTML tag (p, span, h1, h2, etc)",
|
|
4892
|
+
"type": {
|
|
4893
|
+
"name": "string"
|
|
4894
|
+
},
|
|
4895
|
+
"defaultValue": {
|
|
4896
|
+
"func": false,
|
|
4897
|
+
"value": "'p'"
|
|
4898
|
+
}
|
|
4899
|
+
}
|
|
4900
|
+
],
|
|
4901
|
+
"slots": [
|
|
4902
|
+
{
|
|
4903
|
+
"name": "default",
|
|
4904
|
+
"description": "CdrText content"
|
|
4905
|
+
}
|
|
4906
|
+
],
|
|
4907
|
+
"sourceFiles": [
|
|
4908
|
+
"./src/components/text/CdrText.vue"
|
|
4909
|
+
],
|
|
4910
|
+
"UIProperties": [
|
|
4911
|
+
{
|
|
4912
|
+
"name": "--cdr-text-color",
|
|
4913
|
+
"defaultValue": "--cdr-color-text-primary",
|
|
4914
|
+
"description": "Text color"
|
|
4843
4915
|
}
|
|
4844
4916
|
]
|
|
4845
4917
|
},
|
|
@@ -4936,52 +5008,23 @@
|
|
|
4936
5008
|
}
|
|
4937
5009
|
]
|
|
4938
5010
|
},
|
|
4939
|
-
"
|
|
4940
|
-
"name": "
|
|
4941
|
-
"description": "
|
|
5011
|
+
"CdrSwitch": {
|
|
5012
|
+
"name": "CdrSwitch",
|
|
5013
|
+
"description": "Permits selection from two opposing options",
|
|
4942
5014
|
"tags": {},
|
|
4943
5015
|
"exportName": "default",
|
|
4944
|
-
"displayName": "
|
|
5016
|
+
"displayName": "CdrSwitch",
|
|
4945
5017
|
"props": [
|
|
4946
5018
|
{
|
|
4947
|
-
"name": "
|
|
4948
|
-
"description": "Sets the
|
|
5019
|
+
"name": "id",
|
|
5020
|
+
"description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
|
|
4949
5021
|
"type": {
|
|
4950
5022
|
"name": "string"
|
|
4951
|
-
},
|
|
4952
|
-
"defaultValue": {
|
|
4953
|
-
"func": false,
|
|
4954
|
-
"value": "'p'"
|
|
4955
5023
|
}
|
|
4956
|
-
}
|
|
4957
|
-
],
|
|
4958
|
-
"slots": [
|
|
4959
|
-
{
|
|
4960
|
-
"name": "default",
|
|
4961
|
-
"description": "CdrText content"
|
|
4962
|
-
}
|
|
4963
|
-
],
|
|
4964
|
-
"sourceFiles": [
|
|
4965
|
-
"./src/components/text/CdrText.vue"
|
|
4966
|
-
],
|
|
4967
|
-
"UIProperties": [
|
|
4968
|
-
{
|
|
4969
|
-
"name": "--cdr-text-color",
|
|
4970
|
-
"defaultValue": "--cdr-color-text-primary",
|
|
4971
|
-
"description": "Text color"
|
|
4972
|
-
}
|
|
4973
|
-
]
|
|
4974
|
-
},
|
|
4975
|
-
"CdrToast": {
|
|
4976
|
-
"name": "CdrToast",
|
|
4977
|
-
"description": "Non-modal dialog used to communicate the status of a task or process",
|
|
4978
|
-
"tags": {},
|
|
4979
|
-
"exportName": "default",
|
|
4980
|
-
"displayName": "CdrToast",
|
|
4981
|
-
"props": [
|
|
5024
|
+
},
|
|
4982
5025
|
{
|
|
4983
|
-
"name": "
|
|
4984
|
-
"description": "Sets the
|
|
5026
|
+
"name": "size",
|
|
5027
|
+
"description": "Sets the size of the switch",
|
|
4985
5028
|
"tags": {
|
|
4986
5029
|
"demoSelectMultiple": [
|
|
4987
5030
|
{
|
|
@@ -4991,31 +5034,20 @@
|
|
|
4991
5034
|
]
|
|
4992
5035
|
},
|
|
4993
5036
|
"values": [
|
|
4994
|
-
"
|
|
4995
|
-
"
|
|
4996
|
-
"warning",
|
|
4997
|
-
"error",
|
|
4998
|
-
"default"
|
|
5037
|
+
"medium",
|
|
5038
|
+
"large"
|
|
4999
5039
|
],
|
|
5000
5040
|
"type": {
|
|
5001
5041
|
"name": "string"
|
|
5002
5042
|
},
|
|
5003
5043
|
"defaultValue": {
|
|
5004
5044
|
"func": false,
|
|
5005
|
-
"value": "'
|
|
5045
|
+
"value": "'medium'"
|
|
5006
5046
|
}
|
|
5007
5047
|
},
|
|
5008
5048
|
{
|
|
5009
|
-
"name": "
|
|
5010
|
-
"description": "
|
|
5011
|
-
"tags": {
|
|
5012
|
-
"demoIgnore": [
|
|
5013
|
-
{
|
|
5014
|
-
"description": "true",
|
|
5015
|
-
"title": "demoIgnore"
|
|
5016
|
-
}
|
|
5017
|
-
]
|
|
5018
|
-
},
|
|
5049
|
+
"name": "fullWidth",
|
|
5050
|
+
"description": "Sets the label and switch to expand to the full width of its container with `space-between`",
|
|
5019
5051
|
"type": {
|
|
5020
5052
|
"name": "boolean"
|
|
5021
5053
|
},
|
|
@@ -5025,213 +5057,269 @@
|
|
|
5025
5057
|
}
|
|
5026
5058
|
},
|
|
5027
5059
|
{
|
|
5028
|
-
"name": "
|
|
5029
|
-
"
|
|
5030
|
-
|
|
5031
|
-
|
|
5060
|
+
"name": "modelValue",
|
|
5061
|
+
"tags": {
|
|
5062
|
+
"demoIgnore": [
|
|
5063
|
+
{
|
|
5064
|
+
"description": "true",
|
|
5065
|
+
"title": "demoIgnore"
|
|
5066
|
+
}
|
|
5067
|
+
]
|
|
5032
5068
|
},
|
|
5033
|
-
"defaultValue": {
|
|
5034
|
-
"func": false,
|
|
5035
|
-
"value": true
|
|
5036
|
-
}
|
|
5037
|
-
},
|
|
5038
|
-
{
|
|
5039
|
-
"name": "dismissDelay",
|
|
5040
|
-
"description": "Sets the interval (in milliseconds) before the toast automatically closes.",
|
|
5041
5069
|
"type": {
|
|
5042
|
-
"name": "
|
|
5070
|
+
"name": "boolean"
|
|
5043
5071
|
},
|
|
5044
|
-
"
|
|
5045
|
-
"func": false,
|
|
5046
|
-
"value": "5000"
|
|
5047
|
-
}
|
|
5072
|
+
"required": true
|
|
5048
5073
|
}
|
|
5049
5074
|
],
|
|
5050
5075
|
"events": [
|
|
5051
5076
|
{
|
|
5052
|
-
"name": "
|
|
5053
|
-
"description": "
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5077
|
+
"name": "update:modelValue",
|
|
5078
|
+
"description": "Event emitted by v-model on switch",
|
|
5079
|
+
"properties": [
|
|
5080
|
+
{
|
|
5081
|
+
"type": {
|
|
5082
|
+
"names": [
|
|
5083
|
+
"mixed"
|
|
5084
|
+
]
|
|
5085
|
+
},
|
|
5086
|
+
"name": "modelValue"
|
|
5087
|
+
}
|
|
5088
|
+
],
|
|
5089
|
+
"tags": [
|
|
5090
|
+
{
|
|
5091
|
+
"title": "param",
|
|
5092
|
+
"type": {
|
|
5093
|
+
"name": "mixed"
|
|
5094
|
+
},
|
|
5095
|
+
"name": "modelValue"
|
|
5096
|
+
}
|
|
5097
|
+
]
|
|
5058
5098
|
}
|
|
5059
5099
|
],
|
|
5060
5100
|
"slots": [
|
|
5061
|
-
{
|
|
5062
|
-
"name": "icon-left",
|
|
5063
|
-
"description": "Icon matching toast messaging type"
|
|
5064
|
-
},
|
|
5065
5101
|
{
|
|
5066
5102
|
"name": "default",
|
|
5067
|
-
"description": "
|
|
5068
|
-
},
|
|
5069
|
-
{
|
|
5070
|
-
"name": "icon"
|
|
5103
|
+
"description": "The label for the switch"
|
|
5071
5104
|
}
|
|
5072
5105
|
],
|
|
5073
5106
|
"sourceFiles": [
|
|
5074
|
-
"./src/components/
|
|
5107
|
+
"./src/components/switch/CdrSwitch.vue"
|
|
5075
5108
|
],
|
|
5076
5109
|
"UIProperties": [
|
|
5077
5110
|
{
|
|
5078
|
-
"name": "--cdr-
|
|
5079
|
-
"defaultValue": "--cdr-color-
|
|
5080
|
-
"description": "
|
|
5111
|
+
"name": "--cdr-switch-border-color",
|
|
5112
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
5113
|
+
"description": "Border of the cdr-switch button"
|
|
5081
5114
|
},
|
|
5082
5115
|
{
|
|
5083
|
-
"name": "--cdr-
|
|
5084
|
-
"defaultValue": "--cdr-color-background-
|
|
5085
|
-
"description": "
|
|
5116
|
+
"name": "--cdr-switch-background-color",
|
|
5117
|
+
"defaultValue": "--cdr-color-background-switch-default-rest",
|
|
5118
|
+
"description": "Background color of the cdr-switch button"
|
|
5086
5119
|
},
|
|
5087
5120
|
{
|
|
5088
|
-
"name": "--cdr-
|
|
5089
|
-
"defaultValue": "--cdr-color-icon-
|
|
5090
|
-
"description": "
|
|
5121
|
+
"name": "--cdr-switch-icon-fill",
|
|
5122
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5123
|
+
"description": "Fill of the cdr-switch x and check icons"
|
|
5091
5124
|
},
|
|
5092
5125
|
{
|
|
5093
|
-
"name": "--cdr-
|
|
5094
|
-
"defaultValue": "--cdr-color-
|
|
5095
|
-
"description": "
|
|
5126
|
+
"name": "--cdr-switch-box-shadow-color-focus",
|
|
5127
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
5128
|
+
"description": "Box-shadow of the cdr-switch button on focus"
|
|
5096
5129
|
},
|
|
5097
5130
|
{
|
|
5098
|
-
"name": "--cdr-
|
|
5099
|
-
"defaultValue": "--cdr-color-
|
|
5100
|
-
"description": "
|
|
5131
|
+
"name": "--cdr-switch-background-color-focus",
|
|
5132
|
+
"defaultValue": "--cdr-color-background-switch-default-focus",
|
|
5133
|
+
"description": "Background color of the cdr-switch button on focus"
|
|
5101
5134
|
},
|
|
5102
5135
|
{
|
|
5103
|
-
"name": "--cdr-
|
|
5104
|
-
"defaultValue": "--cdr-color-
|
|
5105
|
-
"description": "
|
|
5136
|
+
"name": "--cdr-switch-icon-fill-focus",
|
|
5137
|
+
"defaultValue": "--cdr-color-icon-default",
|
|
5138
|
+
"description": "Fill of the cdr-switch x and check icons on focus"
|
|
5106
5139
|
},
|
|
5107
5140
|
{
|
|
5108
|
-
"name": "--cdr-
|
|
5109
|
-
"defaultValue": "--cdr-color-background-
|
|
5110
|
-
"description": "
|
|
5141
|
+
"name": "--cdr-switch-handle-background-color-focus",
|
|
5142
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-focus",
|
|
5143
|
+
"description": "Background color of the cdr-switch handle before on focus"
|
|
5111
5144
|
},
|
|
5112
5145
|
{
|
|
5113
|
-
"name": "--cdr-
|
|
5114
|
-
"defaultValue": "--cdr-color-
|
|
5115
|
-
"description": "
|
|
5146
|
+
"name": "--cdr-switch-hover-border-color",
|
|
5147
|
+
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
5148
|
+
"description": "Border of the cdr-switch button on hover when not in focus"
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"name": "--cdr-switch-background-color-hover",
|
|
5152
|
+
"defaultValue": "--cdr-color-background-switch-default-hover",
|
|
5153
|
+
"description": "Background color of the cdr-switch button on hover when not in focus"
|
|
5154
|
+
},
|
|
5155
|
+
{
|
|
5156
|
+
"name": "--cdr-switch-icon-fill-hover",
|
|
5157
|
+
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5158
|
+
"description": "Fill of the cdr-switch x and check icons on hover when not in focus"
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"name": "--cdr-switch-handle-border-color-hover",
|
|
5162
|
+
"defaultValue": "--cdr-color-border-switch-default-hover",
|
|
5163
|
+
"description": "Border of the cdr-switch handle on hover when not in focus"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"name": "--cdr-switch-background-color-checked",
|
|
5167
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-rest",
|
|
5168
|
+
"description": "Background color of the cdr-switch button when it is checked"
|
|
5169
|
+
},
|
|
5170
|
+
{
|
|
5171
|
+
"name": "--cdr-switch-icon-fill-checked",
|
|
5172
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-rest",
|
|
5173
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked"
|
|
5174
|
+
},
|
|
5175
|
+
{
|
|
5176
|
+
"name": "--cdr-switch-box-shadow-color-checked-focus",
|
|
5177
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
5178
|
+
"description": "Box-shadow of the cdr-switch button when it is checked and in focus"
|
|
5179
|
+
},
|
|
5180
|
+
{
|
|
5181
|
+
"name": "--cdr-switch-background-color-checked-focus",
|
|
5182
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-focus",
|
|
5183
|
+
"description": "Background color of the cdr-switch button when it is checked and in focus"
|
|
5184
|
+
},
|
|
5185
|
+
{
|
|
5186
|
+
"name": "--cdr-switch-handle-border-color-checked-focus",
|
|
5187
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-focus",
|
|
5188
|
+
"description": "Border of the cdr-switch handle when it is checked and in focus"
|
|
5189
|
+
},
|
|
5190
|
+
{
|
|
5191
|
+
"name": "--cdr-switch-handle-background-color-checked-focus",
|
|
5192
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
|
|
5193
|
+
"description": "Background color of the cdr-switch handle when it is checked and in focus"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
"name": "--cdr-switch-icon-fill-checked-focus",
|
|
5197
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-focus",
|
|
5198
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
|
|
5199
|
+
},
|
|
5200
|
+
{
|
|
5201
|
+
"name": "--cdr-switch-handle-background-color-checked",
|
|
5202
|
+
"defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
|
|
5203
|
+
"description": "Background color of the cdr-switch handle when it is checked"
|
|
5204
|
+
},
|
|
5205
|
+
{
|
|
5206
|
+
"name": "--cdr-switch-border-color-checked-hover",
|
|
5207
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
5208
|
+
"description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
|
|
5116
5209
|
},
|
|
5117
5210
|
{
|
|
5118
|
-
"name": "--cdr-
|
|
5119
|
-
"defaultValue": "--cdr-color-
|
|
5120
|
-
"description": "
|
|
5211
|
+
"name": "--cdr-switch-background-color-checked-hover",
|
|
5212
|
+
"defaultValue": "--cdr-color-background-switch-selected-default-hover",
|
|
5213
|
+
"description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
|
|
5121
5214
|
},
|
|
5122
5215
|
{
|
|
5123
|
-
"name": "--cdr-
|
|
5124
|
-
"defaultValue": "--cdr-color-
|
|
5125
|
-
"description": "
|
|
5216
|
+
"name": "--cdr-switch-icon-fill-checked-hover",
|
|
5217
|
+
"defaultValue": "--cdr-color-icon-switch-selected-default-hover",
|
|
5218
|
+
"description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
|
|
5126
5219
|
},
|
|
5127
5220
|
{
|
|
5128
|
-
"name": "--cdr-
|
|
5129
|
-
"defaultValue": "--cdr-color-
|
|
5130
|
-
"description": "
|
|
5221
|
+
"name": "--cdr-switch-handle-border-color-checked-hover",
|
|
5222
|
+
"defaultValue": "--cdr-color-border-switch-handle-default-hover",
|
|
5223
|
+
"description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
|
|
5131
5224
|
},
|
|
5132
5225
|
{
|
|
5133
|
-
"name": "--cdr-
|
|
5134
|
-
"defaultValue": "--cdr-color-border-
|
|
5135
|
-
"description": "
|
|
5226
|
+
"name": "--cdr-switch-handle-border",
|
|
5227
|
+
"defaultValue": "--cdr-color-border-secondary",
|
|
5228
|
+
"description": "Border color of the cdr-switch handle"
|
|
5136
5229
|
},
|
|
5137
5230
|
{
|
|
5138
|
-
"name": "--cdr-
|
|
5139
|
-
"defaultValue": "--cdr-color-background-
|
|
5140
|
-
"description": "
|
|
5141
|
-
}
|
|
5231
|
+
"name": "--cdr-switch-handle-background-color-rest",
|
|
5232
|
+
"defaultValue": "--cdr-color-background-switch-handle-default-rest",
|
|
5233
|
+
"description": "Background color of the cdr-switch handle"
|
|
5234
|
+
}
|
|
5235
|
+
]
|
|
5236
|
+
},
|
|
5237
|
+
"CdrToggleButton": {
|
|
5238
|
+
"name": "CdrToggleButton",
|
|
5239
|
+
"description": "Permits switching two or more options on and off",
|
|
5240
|
+
"tags": {},
|
|
5241
|
+
"exportName": "default",
|
|
5242
|
+
"displayName": "CdrToggleButton",
|
|
5243
|
+
"props": [
|
|
5142
5244
|
{
|
|
5143
|
-
"name": "
|
|
5144
|
-
"
|
|
5145
|
-
"
|
|
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"
|
|
5146
5267
|
},
|
|
5147
5268
|
{
|
|
5148
|
-
"name": "--cdr-
|
|
5149
|
-
"defaultValue": "--cdr-color-
|
|
5150
|
-
"description": "
|
|
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"
|
|
5151
5272
|
},
|
|
5152
5273
|
{
|
|
5153
|
-
"name": "--cdr-
|
|
5154
|
-
"defaultValue": "--cdr-color-
|
|
5155
|
-
"description": "
|
|
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"
|
|
5156
5277
|
},
|
|
5157
5278
|
{
|
|
5158
|
-
"name": "--cdr-
|
|
5159
|
-
"defaultValue": "--cdr-color-
|
|
5160
|
-
"description": "
|
|
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"
|
|
5161
5282
|
},
|
|
5162
5283
|
{
|
|
5163
|
-
"name": "--cdr-
|
|
5164
|
-
"defaultValue": "--cdr-color-
|
|
5165
|
-
"description": "
|
|
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"
|
|
5166
5287
|
},
|
|
5167
5288
|
{
|
|
5168
|
-
"name": "--cdr-
|
|
5169
|
-
"defaultValue": "--cdr-color-background-
|
|
5170
|
-
"description": "
|
|
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"
|
|
5171
5292
|
},
|
|
5172
5293
|
{
|
|
5173
|
-
"name": "--cdr-
|
|
5174
|
-
"defaultValue": "--cdr-color-border-
|
|
5175
|
-
"description": "
|
|
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"
|
|
5176
5297
|
},
|
|
5177
5298
|
{
|
|
5178
|
-
"name": "--cdr-
|
|
5179
|
-
"defaultValue": "--cdr-color-
|
|
5180
|
-
"description": "
|
|
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"
|
|
5181
5302
|
},
|
|
5182
5303
|
{
|
|
5183
|
-
"name": "--cdr-
|
|
5184
|
-
"defaultValue": "--cdr-color-border-
|
|
5185
|
-
"description": "
|
|
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"
|
|
5186
5307
|
},
|
|
5187
5308
|
{
|
|
5188
|
-
"name": "--cdr-
|
|
5189
|
-
"defaultValue": "--cdr-color-background-
|
|
5190
|
-
"description": "
|
|
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"
|
|
5191
5312
|
},
|
|
5192
5313
|
{
|
|
5193
|
-
"name": "--cdr-
|
|
5194
|
-
"defaultValue": "--cdr-color-
|
|
5195
|
-
"description": "
|
|
5196
|
-
}
|
|
5197
|
-
]
|
|
5198
|
-
},
|
|
5199
|
-
"CdrSkeletonBone": {
|
|
5200
|
-
"name": "CdrSkeletonBone",
|
|
5201
|
-
"exportName": "default",
|
|
5202
|
-
"displayName": "CdrSkeletonBone",
|
|
5203
|
-
"description": "",
|
|
5204
|
-
"tags": {},
|
|
5205
|
-
"props": [
|
|
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
|
+
},
|
|
5206
5318
|
{
|
|
5207
|
-
"name": "
|
|
5208
|
-
"
|
|
5209
|
-
"
|
|
5210
|
-
"demoSelectMultiple": [
|
|
5211
|
-
{
|
|
5212
|
-
"description": "false",
|
|
5213
|
-
"title": "demoSelectMultiple"
|
|
5214
|
-
}
|
|
5215
|
-
]
|
|
5216
|
-
},
|
|
5217
|
-
"values": [
|
|
5218
|
-
"default",
|
|
5219
|
-
"heading",
|
|
5220
|
-
"line",
|
|
5221
|
-
"rectangle",
|
|
5222
|
-
"square"
|
|
5223
|
-
],
|
|
5224
|
-
"type": {
|
|
5225
|
-
"name": "string"
|
|
5226
|
-
},
|
|
5227
|
-
"defaultValue": {
|
|
5228
|
-
"func": false,
|
|
5229
|
-
"value": "'default'"
|
|
5230
|
-
}
|
|
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"
|
|
5231
5322
|
}
|
|
5232
|
-
],
|
|
5233
|
-
"sourceFiles": [
|
|
5234
|
-
"./src/components/skeleton/CdrSkeletonBone.vue"
|
|
5235
5323
|
]
|
|
5236
5324
|
},
|
|
5237
5325
|
"CdrTooltip": {
|
|
@@ -5364,93 +5452,5 @@
|
|
|
5364
5452
|
"description": "Background color of the cdr-popup arrow"
|
|
5365
5453
|
}
|
|
5366
5454
|
]
|
|
5367
|
-
},
|
|
5368
|
-
"CdrToggleButton": {
|
|
5369
|
-
"name": "CdrToggleButton",
|
|
5370
|
-
"description": "Permits switching two or more options on and off",
|
|
5371
|
-
"tags": {},
|
|
5372
|
-
"exportName": "default",
|
|
5373
|
-
"displayName": "CdrToggleButton",
|
|
5374
|
-
"props": [
|
|
5375
|
-
{
|
|
5376
|
-
"name": "toggleValue",
|
|
5377
|
-
"description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
|
|
5378
|
-
"type": {
|
|
5379
|
-
"name": "string"
|
|
5380
|
-
},
|
|
5381
|
-
"required": true
|
|
5382
|
-
}
|
|
5383
|
-
],
|
|
5384
|
-
"slots": [
|
|
5385
|
-
{
|
|
5386
|
-
"name": "default",
|
|
5387
|
-
"description": "CdrToggleButton label content"
|
|
5388
|
-
}
|
|
5389
|
-
],
|
|
5390
|
-
"sourceFiles": [
|
|
5391
|
-
"./src/components/toggleButton/CdrToggleButton.vue"
|
|
5392
|
-
],
|
|
5393
|
-
"UIProperties": [
|
|
5394
|
-
{
|
|
5395
|
-
"name": "--cdr-toggle-button-color-default-rest",
|
|
5396
|
-
"defaultValue": "--cdr-color-text-toggle-button-default-rest",
|
|
5397
|
-
"description": "Default text color of the cdr-toggle-button"
|
|
5398
|
-
},
|
|
5399
|
-
{
|
|
5400
|
-
"name": "--cdr-toggle-button-background-color-default-rest",
|
|
5401
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-rest",
|
|
5402
|
-
"description": "Default background color of the cdr-toggle-button"
|
|
5403
|
-
},
|
|
5404
|
-
{
|
|
5405
|
-
"name": "--cdr-toggle-button-border-color-default-focus",
|
|
5406
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-focus",
|
|
5407
|
-
"description": "Focus border color of the cdr-toggle-button"
|
|
5408
|
-
},
|
|
5409
|
-
{
|
|
5410
|
-
"name": "--cdr-toggle-button-background-color-default-focus",
|
|
5411
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-focus",
|
|
5412
|
-
"description": "Focus background color of the cdr-toggle-button"
|
|
5413
|
-
},
|
|
5414
|
-
{
|
|
5415
|
-
"name": "--cdr-toggle-button-icon-fill-default",
|
|
5416
|
-
"defaultValue": "--cdr-color-icon-default",
|
|
5417
|
-
"description": "Default fill color of the cdr-toggle-button's svg"
|
|
5418
|
-
},
|
|
5419
|
-
{
|
|
5420
|
-
"name": "--cdr-toggle-button-background-color-default-selected-rest",
|
|
5421
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-rest",
|
|
5422
|
-
"description": "Selected background color of the cdr-toggle-button at rest"
|
|
5423
|
-
},
|
|
5424
|
-
{
|
|
5425
|
-
"name": "--cdr-toggle-button-border-color-default-selected-rest",
|
|
5426
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-rest",
|
|
5427
|
-
"description": "Selected border color of the cdr-toggle-button at rest"
|
|
5428
|
-
},
|
|
5429
|
-
{
|
|
5430
|
-
"name": "--cdr-toggle-button-icon-fill-selected-rest",
|
|
5431
|
-
"defaultValue": "--cdr-color-icon-emphasis",
|
|
5432
|
-
"description": "Selected fill color of the cdr-toggle-button's svg at rest"
|
|
5433
|
-
},
|
|
5434
|
-
{
|
|
5435
|
-
"name": "--cdr-toggle-button-border-color-default-selected-focus",
|
|
5436
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5437
|
-
"description": "Selected border color of the cdr-toggle-button on focus"
|
|
5438
|
-
},
|
|
5439
|
-
{
|
|
5440
|
-
"name": "--cdr-toggle-button-background-color-default-selected-hover",
|
|
5441
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-selected-hover",
|
|
5442
|
-
"description": "Selected background color of the cdr-toggle-button on hover"
|
|
5443
|
-
},
|
|
5444
|
-
{
|
|
5445
|
-
"name": "--cdr-toggle-button-background-color-default-hover",
|
|
5446
|
-
"defaultValue": "--cdr-color-background-toggle-button-default-hover",
|
|
5447
|
-
"description": "Background color of the cdr-toggle-button on hover"
|
|
5448
|
-
},
|
|
5449
|
-
{
|
|
5450
|
-
"name": "--cdr-toggle-button-border-color-hover-focus",
|
|
5451
|
-
"defaultValue": "--cdr-color-border-toggle-button-default-selected-focus",
|
|
5452
|
-
"description": "Hover border color of the cdr-toggle-button on focus"
|
|
5453
|
-
}
|
|
5454
|
-
]
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|