@rei/cedar 13.4.0-alpha.0 → 13.4.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/cedar-compiled.css +1032 -1032
  2. package/dist/cedar.mjs +1023 -1023
  3. package/dist/cedar.umd.js +3 -3
  4. package/dist/component-docgen.json +775 -775
  5. package/dist/icon-component-docgen.json +293 -293
  6. package/dist/style/cdr-accordion-group.css +1 -1
  7. package/dist/style/cdr-accordion.css +1 -1
  8. package/dist/style/cdr-banner.css +1 -1
  9. package/dist/style/cdr-breadcrumb.css +1 -1
  10. package/dist/style/cdr-button.css +1 -1
  11. package/dist/style/cdr-caption.css +1 -1
  12. package/dist/style/cdr-card.css +1 -1
  13. package/dist/style/cdr-checkbox.css +1 -1
  14. package/dist/style/cdr-chip-group.css +1 -1
  15. package/dist/style/cdr-chip.css +1 -1
  16. package/dist/style/cdr-container.css +1 -1
  17. package/dist/style/cdr-form-error.css +1 -1
  18. package/dist/style/cdr-form-group.css +1 -1
  19. package/dist/style/cdr-grid.css +1 -1
  20. package/dist/style/cdr-icon.css +1 -1
  21. package/dist/style/cdr-img.css +1 -1
  22. package/dist/style/cdr-input.css +1 -1
  23. package/dist/style/cdr-label-standalone.css +1 -1
  24. package/dist/style/cdr-label-wrapper.css +1 -1
  25. package/dist/style/cdr-link.css +1 -1
  26. package/dist/style/cdr-list.css +1 -1
  27. package/dist/style/cdr-modal.css +1 -1
  28. package/dist/style/cdr-pagination.css +1 -1
  29. package/dist/style/cdr-popover.css +1 -1
  30. package/dist/style/cdr-popup.css +1 -1
  31. package/dist/style/cdr-quote.css +1 -1
  32. package/dist/style/cdr-radio.css +1 -1
  33. package/dist/style/cdr-rating.css +1 -1
  34. package/dist/style/cdr-select.css +1 -1
  35. package/dist/style/cdr-skeleton-bone.css +1 -1
  36. package/dist/style/cdr-skeleton.css +1 -1
  37. package/dist/style/cdr-switch.css +1 -1
  38. package/dist/style/cdr-tab-panel.css +1 -1
  39. package/dist/style/cdr-table.css +1 -1
  40. package/dist/style/cdr-tabs.css +1 -1
  41. package/dist/style/cdr-text.css +1 -1
  42. package/dist/style/cdr-toast.css +1 -1
  43. package/dist/style/cdr-toggle-button.css +1 -1
  44. package/dist/style/cdr-toggle-group.css +1 -1
  45. package/dist/style/cdr-tooltip.css +1 -1
  46. package/dist/style.css +1 -1
  47. package/package.json +2 -2
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "CdrAccordion": {
3
3
  "displayName": "CdrAccordion",
4
- "exportName": "default",
5
- "description": "",
4
+ "description": "Vertically-stacked list that allows users to expand and collapse additional content",
6
5
  "tags": {},
6
+ "exportName": "default",
7
7
  "props": [
8
8
  {
9
9
  "name": "id",
@@ -122,11 +122,44 @@
122
122
  }
123
123
  ]
124
124
  },
125
- "CdrBanner": {
126
- "displayName": "CdrBanner",
125
+ "CdrAccordionGroup": {
126
+ "displayName": "CdrAccordionGroup",
127
127
  "exportName": "default",
128
128
  "description": "",
129
129
  "tags": {},
130
+ "props": [
131
+ {
132
+ "name": "unwrap",
133
+ "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
134
+ "tags": {},
135
+ "values": [
136
+ "@xs",
137
+ "@sm",
138
+ "@md",
139
+ "@lg",
140
+ "true"
141
+ ],
142
+ "type": {
143
+ "name": "string|boolean"
144
+ },
145
+ "defaultValue": {
146
+ "func": false,
147
+ "value": false
148
+ }
149
+ }
150
+ ],
151
+ "slots": [
152
+ {
153
+ "name": "default",
154
+ "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
155
+ }
156
+ ]
157
+ },
158
+ "CdrBanner": {
159
+ "displayName": "CdrBanner",
160
+ "description": "Provides contextual feedback messages for typical user actions",
161
+ "tags": {},
162
+ "exportName": "default",
130
163
  "props": [
131
164
  {
132
165
  "name": "type",
@@ -178,44 +211,11 @@
178
211
  }
179
212
  ]
180
213
  },
181
- "CdrAccordionGroup": {
182
- "displayName": "CdrAccordionGroup",
183
- "exportName": "default",
184
- "description": "",
185
- "tags": {},
186
- "props": [
187
- {
188
- "name": "unwrap",
189
- "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
190
- "tags": {},
191
- "values": [
192
- "@xs",
193
- "@sm",
194
- "@md",
195
- "@lg",
196
- "true"
197
- ],
198
- "type": {
199
- "name": "string|boolean"
200
- },
201
- "defaultValue": {
202
- "func": false,
203
- "value": false
204
- }
205
- }
206
- ],
207
- "slots": [
208
- {
209
- "name": "default",
210
- "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
211
- }
212
- ]
213
- },
214
214
  "CdrButton": {
215
215
  "displayName": "CdrButton",
216
- "exportName": "default",
217
- "description": "",
216
+ "description": "Initiates an action, such as completing a task or submitting information",
218
217
  "tags": {},
218
+ "exportName": "default",
219
219
  "props": [
220
220
  {
221
221
  "name": "tag",
@@ -367,49 +367,11 @@
367
367
  }
368
368
  ]
369
369
  },
370
- "CdrCaption": {
371
- "displayName": "CdrCaption",
372
- "exportName": "default",
373
- "description": "",
374
- "tags": {},
375
- "props": [
376
- {
377
- "name": "summary",
378
- "description": "Sets the string content for the description body of the caption.",
379
- "tags": {
380
- "demoIgnore": [
381
- {
382
- "description": "true",
383
- "title": "demoIgnore"
384
- }
385
- ]
386
- },
387
- "type": {
388
- "name": "string"
389
- }
390
- },
391
- {
392
- "name": "credit",
393
- "description": "Sets the string content for attribution.",
394
- "tags": {
395
- "demoIgnore": [
396
- {
397
- "description": "true",
398
- "title": "demoIgnore"
399
- }
400
- ]
401
- },
402
- "type": {
403
- "name": "string"
404
- }
405
- }
406
- ]
407
- },
408
370
  "CdrBreadcrumb": {
409
371
  "displayName": "CdrBreadcrumb",
410
- "exportName": "default",
411
- "description": "",
372
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
412
373
  "tags": {},
374
+ "exportName": "default",
413
375
  "props": [
414
376
  {
415
377
  "name": "items",
@@ -484,31 +446,49 @@
484
446
  }
485
447
  ]
486
448
  },
487
- "CdrChip": {
488
- "displayName": "CdrChip",
489
- "exportName": "default",
490
- "description": "",
449
+ "CdrCaption": {
450
+ "displayName": "CdrCaption",
451
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
491
452
  "tags": {},
492
- "slots": [
493
- {
494
- "name": "icon-left",
495
- "description": "Icon to the left of the content"
496
- },
453
+ "exportName": "default",
454
+ "props": [
497
455
  {
498
- "name": "icon-right",
499
- "description": "Icon to the right of the content"
456
+ "name": "summary",
457
+ "description": "Sets the string content for the description body of the caption.",
458
+ "tags": {
459
+ "demoIgnore": [
460
+ {
461
+ "description": "true",
462
+ "title": "demoIgnore"
463
+ }
464
+ ]
465
+ },
466
+ "type": {
467
+ "name": "string"
468
+ }
500
469
  },
501
470
  {
502
- "name": "default",
503
- "description": "Primary CdrChip content"
471
+ "name": "credit",
472
+ "description": "Sets the string content for attribution.",
473
+ "tags": {
474
+ "demoIgnore": [
475
+ {
476
+ "description": "true",
477
+ "title": "demoIgnore"
478
+ }
479
+ ]
480
+ },
481
+ "type": {
482
+ "name": "string"
483
+ }
504
484
  }
505
485
  ]
506
486
  },
507
487
  "CdrCard": {
508
488
  "displayName": "CdrCard",
509
- "exportName": "default",
510
- "description": "",
489
+ "description": "Related, interactive containers linking to a single subject or destination",
511
490
  "tags": {},
491
+ "exportName": "default",
512
492
  "props": [
513
493
  {
514
494
  "name": "tag",
@@ -529,11 +509,68 @@
529
509
  }
530
510
  ]
531
511
  },
532
- "CdrCheckbox": {
533
- "displayName": "CdrCheckbox",
512
+ "CdrChipGroup": {
513
+ "displayName": "CdrChipGroup",
534
514
  "exportName": "default",
535
515
  "description": "",
536
516
  "tags": {},
517
+ "props": [
518
+ {
519
+ "name": "label",
520
+ "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.",
521
+ "type": {
522
+ "name": "string"
523
+ },
524
+ "required": true
525
+ },
526
+ {
527
+ "name": "hideLabel",
528
+ "description": "Visually hides the chip group label but makes it accessible to screen readers.",
529
+ "type": {
530
+ "name": "boolean"
531
+ },
532
+ "defaultValue": {
533
+ "func": false,
534
+ "value": true
535
+ }
536
+ }
537
+ ],
538
+ "slots": [
539
+ {
540
+ "name": "label",
541
+ "description": "Override CdrChip label content with a custom element"
542
+ },
543
+ {
544
+ "name": "default",
545
+ "description": "CdrChipGroup content (CdrChip components)"
546
+ }
547
+ ]
548
+ },
549
+ "CdrChip": {
550
+ "displayName": "CdrChip",
551
+ "description": "Allows people to make selections, filter content, or trigger actions",
552
+ "tags": {},
553
+ "exportName": "default",
554
+ "slots": [
555
+ {
556
+ "name": "icon-left",
557
+ "description": "Icon to the left of the content"
558
+ },
559
+ {
560
+ "name": "icon-right",
561
+ "description": "Icon to the right of the content"
562
+ },
563
+ {
564
+ "name": "default",
565
+ "description": "Primary CdrChip content"
566
+ }
567
+ ]
568
+ },
569
+ "CdrCheckbox": {
570
+ "displayName": "CdrCheckbox",
571
+ "description": "Allows selecting one or more items from a list",
572
+ "tags": {},
573
+ "exportName": "default",
537
574
  "props": [
538
575
  {
539
576
  "name": "labelClass",
@@ -689,11 +726,30 @@
689
726
  }
690
727
  ]
691
728
  },
692
- "CdrContainer": {
693
- "displayName": "CdrContainer",
729
+ "CdrFormError": {
730
+ "displayName": "CdrFormError",
694
731
  "exportName": "default",
695
732
  "description": "",
696
733
  "tags": {},
734
+ "props": [
735
+ {
736
+ "name": "error",
737
+ "type": {
738
+ "name": "boolean|string"
739
+ }
740
+ }
741
+ ],
742
+ "slots": [
743
+ {
744
+ "name": "error"
745
+ }
746
+ ]
747
+ },
748
+ "CdrContainer": {
749
+ "displayName": "CdrContainer",
750
+ "description": "Provides base margins and responsive layout logic for pages",
751
+ "tags": {},
752
+ "exportName": "default",
697
753
  "props": [
698
754
  {
699
755
  "name": "tag",
@@ -737,72 +793,16 @@
737
793
  }
738
794
  ]
739
795
  },
740
- "CdrFormError": {
741
- "displayName": "CdrFormError",
742
- "exportName": "default",
743
- "description": "",
796
+ "CdrFormGroup": {
797
+ "displayName": "CdrFormGroup",
798
+ "description": "Groups related input elements together",
744
799
  "tags": {},
800
+ "exportName": "default",
745
801
  "props": [
746
802
  {
747
- "name": "error",
803
+ "name": "id",
748
804
  "type": {
749
- "name": "boolean|string"
750
- }
751
- }
752
- ],
753
- "slots": [
754
- {
755
- "name": "error"
756
- }
757
- ]
758
- },
759
- "CdrChipGroup": {
760
- "displayName": "CdrChipGroup",
761
- "exportName": "default",
762
- "description": "",
763
- "tags": {},
764
- "props": [
765
- {
766
- "name": "label",
767
- "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.",
768
- "type": {
769
- "name": "string"
770
- },
771
- "required": true
772
- },
773
- {
774
- "name": "hideLabel",
775
- "description": "Visually hides the chip group label but makes it accessible to screen readers.",
776
- "type": {
777
- "name": "boolean"
778
- },
779
- "defaultValue": {
780
- "func": false,
781
- "value": true
782
- }
783
- }
784
- ],
785
- "slots": [
786
- {
787
- "name": "label",
788
- "description": "Override CdrChip label content with a custom element"
789
- },
790
- {
791
- "name": "default",
792
- "description": "CdrChipGroup content (CdrChip components)"
793
- }
794
- ]
795
- },
796
- "CdrFormGroup": {
797
- "displayName": "CdrFormGroup",
798
- "exportName": "default",
799
- "description": "",
800
- "tags": {},
801
- "props": [
802
- {
803
- "name": "id",
804
- "type": {
805
- "name": "string"
805
+ "name": "string"
806
806
  }
807
807
  },
808
808
  {
@@ -859,9 +859,9 @@
859
859
  },
860
860
  "CdrGrid": {
861
861
  "displayName": "CdrGrid",
862
- "exportName": "default",
863
- "description": "",
862
+ "description": "Simple wrapper for working with CSS grid",
864
863
  "tags": {},
864
+ "exportName": "default",
865
865
  "props": [
866
866
  {
867
867
  "name": "gutter",
@@ -909,9 +909,9 @@
909
909
  },
910
910
  "CdrImg": {
911
911
  "displayName": "CdrImg",
912
- "exportName": "default",
913
- "description": "",
912
+ "description": "Media for capturing attention and communicating messages",
914
913
  "tags": {},
914
+ "exportName": "default",
915
915
  "props": [
916
916
  {
917
917
  "name": "src",
@@ -1041,9 +1041,9 @@
1041
1041
  },
1042
1042
  "CdrInput": {
1043
1043
  "displayName": "CdrInput",
1044
- "exportName": "default",
1045
- "description": "",
1044
+ "description": "Allows for data entry, editing, and search",
1046
1045
  "tags": {},
1046
+ "exportName": "default",
1047
1047
  "props": [
1048
1048
  {
1049
1049
  "name": "id",
@@ -1267,6 +1267,47 @@
1267
1267
  }
1268
1268
  ]
1269
1269
  },
1270
+ "CdrIcon": {
1271
+ "displayName": "CdrIcon",
1272
+ "description": "Communicates meaning through graphics representing simple and complex ideas",
1273
+ "tags": {},
1274
+ "exportName": "default",
1275
+ "props": [
1276
+ {
1277
+ "name": "use",
1278
+ "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
1279
+ "type": {
1280
+ "name": "string"
1281
+ }
1282
+ },
1283
+ {
1284
+ "name": "inheritColor",
1285
+ "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
1286
+ "type": {
1287
+ "name": "boolean"
1288
+ },
1289
+ "defaultValue": {
1290
+ "func": false,
1291
+ "value": false
1292
+ }
1293
+ },
1294
+ {
1295
+ "name": "size",
1296
+ "type": {
1297
+ "name": "string"
1298
+ },
1299
+ "defaultValue": {
1300
+ "func": false,
1301
+ "value": "'medium'"
1302
+ }
1303
+ }
1304
+ ],
1305
+ "slots": [
1306
+ {
1307
+ "name": "default"
1308
+ }
1309
+ ]
1310
+ },
1270
1311
  "CdrLabelStandalone": {
1271
1312
  "displayName": "CdrLabelStandalone",
1272
1313
  "exportName": "default",
@@ -1332,52 +1373,66 @@
1332
1373
  }
1333
1374
  ]
1334
1375
  },
1335
- "CdrIcon": {
1336
- "displayName": "CdrIcon",
1337
- "exportName": "default",
1338
- "description": "",
1376
+ "CdrList": {
1377
+ "displayName": "CdrList",
1378
+ "description": "Groups related content items together either vertically or horizontally",
1339
1379
  "tags": {},
1380
+ "exportName": "default",
1340
1381
  "props": [
1341
1382
  {
1342
- "name": "use",
1343
- "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
1383
+ "name": "tag",
1384
+ "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
1385
+ "tags": {},
1386
+ "values": [
1387
+ "ul",
1388
+ "ol"
1389
+ ],
1344
1390
  "type": {
1345
1391
  "name": "string"
1346
- }
1347
- },
1348
- {
1349
- "name": "inheritColor",
1350
- "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
1351
- "type": {
1352
- "name": "boolean"
1353
1392
  },
1354
1393
  "defaultValue": {
1355
1394
  "func": false,
1356
- "value": false
1395
+ "value": "'ul'"
1357
1396
  }
1358
1397
  },
1359
1398
  {
1360
- "name": "size",
1399
+ "name": "modifier",
1400
+ "description": "Modifies the style variant for this component",
1401
+ "tags": {
1402
+ "demoSelectMultiple": [
1403
+ {
1404
+ "description": "true",
1405
+ "title": "demoSelectMultiple"
1406
+ }
1407
+ ]
1408
+ },
1409
+ "values": [
1410
+ "ordered",
1411
+ "unordered",
1412
+ "compact",
1413
+ "inline"
1414
+ ],
1361
1415
  "type": {
1362
1416
  "name": "string"
1363
1417
  },
1364
1418
  "defaultValue": {
1365
1419
  "func": false,
1366
- "value": "'medium'"
1420
+ "value": "''"
1367
1421
  }
1368
1422
  }
1369
1423
  ],
1370
1424
  "slots": [
1371
1425
  {
1372
- "name": "default"
1426
+ "name": "default",
1427
+ "description": "CdrList content (list-items)"
1373
1428
  }
1374
1429
  ]
1375
1430
  },
1376
1431
  "CdrLink": {
1377
1432
  "displayName": "CdrLink",
1378
- "exportName": "default",
1379
- "description": "",
1433
+ "description": "Clickable text elements used for navigating to other pages or sections",
1380
1434
  "tags": {},
1435
+ "exportName": "default",
1381
1436
  "props": [
1382
1437
  {
1383
1438
  "name": "tag",
@@ -1468,61 +1523,6 @@
1468
1523
  }
1469
1524
  ]
1470
1525
  },
1471
- "CdrList": {
1472
- "displayName": "CdrList",
1473
- "exportName": "default",
1474
- "description": "",
1475
- "tags": {},
1476
- "props": [
1477
- {
1478
- "name": "tag",
1479
- "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
1480
- "tags": {},
1481
- "values": [
1482
- "ul",
1483
- "ol"
1484
- ],
1485
- "type": {
1486
- "name": "string"
1487
- },
1488
- "defaultValue": {
1489
- "func": false,
1490
- "value": "'ul'"
1491
- }
1492
- },
1493
- {
1494
- "name": "modifier",
1495
- "description": "Modifies the style variant for this component",
1496
- "tags": {
1497
- "demoSelectMultiple": [
1498
- {
1499
- "description": "true",
1500
- "title": "demoSelectMultiple"
1501
- }
1502
- ]
1503
- },
1504
- "values": [
1505
- "ordered",
1506
- "unordered",
1507
- "compact",
1508
- "inline"
1509
- ],
1510
- "type": {
1511
- "name": "string"
1512
- },
1513
- "defaultValue": {
1514
- "func": false,
1515
- "value": "''"
1516
- }
1517
- }
1518
- ],
1519
- "slots": [
1520
- {
1521
- "name": "default",
1522
- "description": "CdrList content (list-items)"
1523
- }
1524
- ]
1525
- },
1526
1526
  "CdrLabelWrapper": {
1527
1527
  "displayName": "CdrLabelWrapper",
1528
1528
  "exportName": "default",
@@ -1575,15 +1575,15 @@
1575
1575
  }
1576
1576
  ]
1577
1577
  },
1578
- "CdrPagination": {
1579
- "displayName": "CdrPagination",
1580
- "exportName": "default",
1581
- "description": "",
1578
+ "CdrModal": {
1579
+ "displayName": "CdrModal",
1580
+ "description": "Disruptive, action-blocking overlays used to display important information",
1582
1581
  "tags": {},
1582
+ "exportName": "default",
1583
1583
  "props": [
1584
1584
  {
1585
- "name": "id",
1586
- "description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
1585
+ "name": "opened",
1586
+ "description": "Toggles the state of the modal",
1587
1587
  "tags": {
1588
1588
  "demoIgnore": [
1589
1589
  {
@@ -1592,110 +1592,134 @@
1592
1592
  }
1593
1593
  ]
1594
1594
  },
1595
+ "type": {
1596
+ "name": "boolean"
1597
+ },
1598
+ "required": true
1599
+ },
1600
+ {
1601
+ "name": "label",
1602
+ "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
1595
1603
  "type": {
1596
1604
  "name": "string"
1597
- }
1605
+ },
1606
+ "required": true
1598
1607
  },
1599
1608
  {
1600
- "name": "totalPages",
1601
- "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
1609
+ "name": "showTitle",
1610
+ "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
1602
1611
  "type": {
1603
- "name": "number"
1612
+ "name": "boolean"
1604
1613
  },
1614
+ "required": false,
1605
1615
  "defaultValue": {
1606
1616
  "func": false,
1607
- "value": "null"
1617
+ "value": true
1608
1618
  }
1609
1619
  },
1610
1620
  {
1611
- "name": "pages",
1612
- "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
1621
+ "name": "ariaDescribedby",
1622
+ "description": "Text for aria-describedby attribute. Applied to modal content element",
1613
1623
  "type": {
1614
- "name": "array"
1624
+ "name": "string"
1615
1625
  },
1616
- "required": true
1626
+ "required": false,
1627
+ "defaultValue": {
1628
+ "func": false,
1629
+ "value": "null"
1630
+ }
1617
1631
  },
1618
1632
  {
1619
- "name": "linkTag",
1620
- "description": "Sets which tag type is used to render pagination elements",
1633
+ "name": "role",
1634
+ "description": "Sets the `role` attribute on the modal content element",
1621
1635
  "tags": {},
1622
1636
  "values": [
1623
- "a",
1624
- "button"
1637
+ "dialog",
1638
+ "alertDialog"
1625
1639
  ],
1626
1640
  "type": {
1627
1641
  "name": "string"
1628
1642
  },
1643
+ "required": false,
1629
1644
  "defaultValue": {
1630
1645
  "func": false,
1631
- "value": "'a'"
1646
+ "value": "'dialog'"
1632
1647
  }
1633
1648
  },
1634
1649
  {
1635
- "name": "forLabel",
1636
- "description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
1650
+ "name": "id",
1651
+ "description": "Sets unique `id` for modal",
1637
1652
  "type": {
1638
1653
  "name": "string"
1639
1654
  },
1655
+ "required": false,
1640
1656
  "defaultValue": {
1641
1657
  "func": false,
1642
- "value": "''"
1658
+ "value": "null"
1643
1659
  }
1644
1660
  },
1645
1661
  {
1646
- "name": "modelValue",
1647
- "tags": {
1648
- "ignore": [
1649
- {
1650
- "description": "used for binding v-model, represents the current page",
1651
- "title": "ignore"
1652
- }
1653
- ]
1654
- },
1662
+ "name": "overlayClass",
1663
+ "description": "Adds custom class to the `cdr-modal__overlay` div",
1664
+ "type": {
1665
+ "name": "string"
1666
+ }
1667
+ },
1668
+ {
1669
+ "name": "wrapperClass",
1670
+ "description": "Adds custom class to the `cdr-modal__outerWrap` div",
1671
+ "type": {
1672
+ "name": "string"
1673
+ }
1674
+ },
1675
+ {
1676
+ "name": "contentClass",
1677
+ "description": "Adds custom class to the `cdr-modal__innerWrap` div",
1678
+ "type": {
1679
+ "name": "string"
1680
+ }
1681
+ },
1682
+ {
1683
+ "name": "animationDuration",
1684
+ "description": "Sets duration for modal's close animation",
1655
1685
  "type": {
1656
1686
  "name": "number"
1687
+ },
1688
+ "defaultValue": {
1689
+ "func": false,
1690
+ "value": "300"
1657
1691
  }
1658
1692
  }
1659
1693
  ],
1660
1694
  "events": [
1661
1695
  {
1662
- "name": "update:modelValue",
1663
- "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
1664
- "properties": [
1665
- {
1666
- "type": {
1667
- "names": [
1668
- "mixed"
1669
- ]
1670
- },
1671
- "name": "modelValue"
1672
- }
1673
- ],
1674
- "tags": [
1675
- {
1676
- "title": "param",
1677
- "type": {
1678
- "name": "mixed"
1679
- },
1680
- "name": "modelValue"
1681
- }
1682
- ]
1696
+ "name": "closed",
1697
+ "description": "Fires when modal is closed"
1698
+ }
1699
+ ],
1700
+ "slots": [
1701
+ {
1702
+ "name": "modal",
1703
+ "description": "Use to override the entire CdrModal content container."
1683
1704
  },
1684
1705
  {
1685
- "name": "navigate",
1686
- "description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
1706
+ "name": "title",
1707
+ "description": "Use to override the default title"
1708
+ },
1709
+ {
1710
+ "name": "default"
1687
1711
  }
1688
1712
  ]
1689
1713
  },
1690
- "CdrModal": {
1691
- "displayName": "CdrModal",
1692
- "exportName": "default",
1693
- "description": "",
1714
+ "CdrPagination": {
1715
+ "displayName": "CdrPagination",
1716
+ "description": "Allows people to navigate to the next or previous page within an experience",
1694
1717
  "tags": {},
1718
+ "exportName": "default",
1695
1719
  "props": [
1696
1720
  {
1697
- "name": "opened",
1698
- "description": "Toggles the state of the modal",
1721
+ "name": "id",
1722
+ "description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
1699
1723
  "tags": {
1700
1724
  "demoIgnore": [
1701
1725
  {
@@ -1704,130 +1728,106 @@
1704
1728
  }
1705
1729
  ]
1706
1730
  },
1707
- "type": {
1708
- "name": "boolean"
1709
- },
1710
- "required": true
1711
- },
1712
- {
1713
- "name": "label",
1714
- "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
1715
1731
  "type": {
1716
1732
  "name": "string"
1717
- },
1718
- "required": true
1733
+ }
1719
1734
  },
1720
1735
  {
1721
- "name": "showTitle",
1722
- "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
1736
+ "name": "totalPages",
1737
+ "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
1723
1738
  "type": {
1724
- "name": "boolean"
1739
+ "name": "number"
1725
1740
  },
1726
- "required": false,
1727
1741
  "defaultValue": {
1728
1742
  "func": false,
1729
- "value": true
1743
+ "value": "null"
1730
1744
  }
1731
1745
  },
1732
1746
  {
1733
- "name": "ariaDescribedby",
1734
- "description": "Text for aria-describedby attribute. Applied to modal content element",
1747
+ "name": "pages",
1748
+ "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
1735
1749
  "type": {
1736
- "name": "string"
1750
+ "name": "array"
1737
1751
  },
1738
- "required": false,
1739
- "defaultValue": {
1740
- "func": false,
1741
- "value": "null"
1742
- }
1752
+ "required": true
1743
1753
  },
1744
1754
  {
1745
- "name": "role",
1746
- "description": "Sets the `role` attribute on the modal content element",
1755
+ "name": "linkTag",
1756
+ "description": "Sets which tag type is used to render pagination elements",
1747
1757
  "tags": {},
1748
1758
  "values": [
1749
- "dialog",
1750
- "alertDialog"
1759
+ "a",
1760
+ "button"
1751
1761
  ],
1752
1762
  "type": {
1753
1763
  "name": "string"
1754
1764
  },
1755
- "required": false,
1756
1765
  "defaultValue": {
1757
1766
  "func": false,
1758
- "value": "'dialog'"
1767
+ "value": "'a'"
1759
1768
  }
1760
1769
  },
1761
1770
  {
1762
- "name": "id",
1763
- "description": "Sets unique `id` for modal",
1771
+ "name": "forLabel",
1772
+ "description": "Used to customize the aria-label for the root pagination element.\nFor page-level pagination (i.e, pagination that updates the entire page content and changes the URL)\nthis property should be omitted.\nFor intra-page navigation this property should describe the element being paginated, for example:\n`Pagination for sub-content`",
1764
1773
  "type": {
1765
1774
  "name": "string"
1766
1775
  },
1767
- "required": false,
1768
1776
  "defaultValue": {
1769
1777
  "func": false,
1770
- "value": "null"
1771
- }
1772
- },
1773
- {
1774
- "name": "overlayClass",
1775
- "description": "Adds custom class to the `cdr-modal__overlay` div",
1776
- "type": {
1777
- "name": "string"
1778
- }
1779
- },
1780
- {
1781
- "name": "wrapperClass",
1782
- "description": "Adds custom class to the `cdr-modal__outerWrap` div",
1783
- "type": {
1784
- "name": "string"
1785
- }
1786
- },
1787
- {
1788
- "name": "contentClass",
1789
- "description": "Adds custom class to the `cdr-modal__innerWrap` div",
1790
- "type": {
1791
- "name": "string"
1778
+ "value": "''"
1792
1779
  }
1793
1780
  },
1794
1781
  {
1795
- "name": "animationDuration",
1796
- "description": "Sets duration for modal's close animation",
1782
+ "name": "modelValue",
1783
+ "tags": {
1784
+ "ignore": [
1785
+ {
1786
+ "description": "used for binding v-model, represents the current page",
1787
+ "title": "ignore"
1788
+ }
1789
+ ]
1790
+ },
1797
1791
  "type": {
1798
1792
  "name": "number"
1799
- },
1800
- "defaultValue": {
1801
- "func": false,
1802
- "value": "300"
1803
1793
  }
1804
1794
  }
1805
1795
  ],
1806
1796
  "events": [
1807
1797
  {
1808
- "name": "closed",
1809
- "description": "Fires when modal is closed"
1810
- }
1811
- ],
1812
- "slots": [
1813
- {
1814
- "name": "modal",
1815
- "description": "Use to override the entire CdrModal content container."
1816
- },
1817
- {
1818
- "name": "title",
1819
- "description": "Use to override the default title"
1798
+ "name": "update:modelValue",
1799
+ "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
1800
+ "properties": [
1801
+ {
1802
+ "type": {
1803
+ "names": [
1804
+ "mixed"
1805
+ ]
1806
+ },
1807
+ "name": "modelValue"
1808
+ }
1809
+ ],
1810
+ "tags": [
1811
+ {
1812
+ "title": "param",
1813
+ "type": {
1814
+ "name": "mixed"
1815
+ },
1816
+ "name": "modelValue"
1817
+ }
1818
+ ]
1820
1819
  },
1821
1820
  {
1822
- "name": "default"
1821
+ "name": "navigate",
1822
+ "description": "$emit event fired when page changes based on user interaction by clicking a link\nor selecting an option from the select on mobile.\n`event.preventDefault()` can be used to override the default link navigation behavior."
1823
1823
  }
1824
1824
  ]
1825
1825
  },
1826
1826
  "CdrPopover": {
1827
1827
  "displayName": "CdrPopover",
1828
- "exportName": "default",
1829
- "description": "",
1828
+ "description": "Small overlay used to display contextual information",
1830
1829
  "tags": {},
1830
+ "exportName": "default",
1831
1831
  "props": [
1832
1832
  {
1833
1833
  "name": "position",
@@ -1939,11 +1939,66 @@
1939
1939
  }
1940
1940
  ]
1941
1941
  },
1942
- "CdrQuote": {
1943
- "displayName": "CdrQuote",
1942
+ "CdrPopup": {
1943
+ "displayName": "CdrPopup",
1944
1944
  "exportName": "default",
1945
1945
  "description": "",
1946
1946
  "tags": {},
1947
+ "props": [
1948
+ {
1949
+ "name": "opened",
1950
+ "type": {
1951
+ "name": "boolean"
1952
+ },
1953
+ "defaultValue": {
1954
+ "func": false,
1955
+ "value": false
1956
+ }
1957
+ },
1958
+ {
1959
+ "name": "position",
1960
+ "type": {
1961
+ "name": "string"
1962
+ },
1963
+ "required": false,
1964
+ "defaultValue": {
1965
+ "func": false,
1966
+ "value": "'top'"
1967
+ }
1968
+ },
1969
+ {
1970
+ "name": "autoPosition",
1971
+ "type": {
1972
+ "name": "boolean"
1973
+ },
1974
+ "defaultValue": {
1975
+ "func": false,
1976
+ "value": true
1977
+ }
1978
+ },
1979
+ {
1980
+ "name": "contentClass",
1981
+ "type": {
1982
+ "name": "string"
1983
+ }
1984
+ }
1985
+ ],
1986
+ "events": [
1987
+ {
1988
+ "name": "closed"
1989
+ }
1990
+ ],
1991
+ "slots": [
1992
+ {
1993
+ "name": "default"
1994
+ }
1995
+ ]
1996
+ },
1997
+ "CdrQuote": {
1998
+ "displayName": "CdrQuote",
1999
+ "description": "Short excerpt used to emphasize content or break up a large body of text",
2000
+ "tags": {},
2001
+ "exportName": "default",
1947
2002
  "props": [
1948
2003
  {
1949
2004
  "name": "tag",
@@ -2008,9 +2063,9 @@
2008
2063
  },
2009
2064
  "CdrRadio": {
2010
2065
  "displayName": "CdrRadio",
2011
- "exportName": "default",
2012
- "description": "",
2066
+ "description": "Permits the selection of only one option from a list of two or more",
2013
2067
  "tags": {},
2068
+ "exportName": "default",
2014
2069
  "props": [
2015
2070
  {
2016
2071
  "name": "labelClass",
@@ -2047,288 +2102,99 @@
2047
2102
  "tags": {
2048
2103
  "demoSelectMultiple": [
2049
2104
  {
2050
- "description": "true",
2051
- "title": "demoSelectMultiple"
2052
- }
2053
- ]
2054
- },
2055
- "values": [
2056
- "hide-figure"
2057
- ],
2058
- "type": {
2059
- "name": "string"
2060
- },
2061
- "defaultValue": {
2062
- "func": false,
2063
- "value": "''"
2064
- }
2065
- },
2066
- {
2067
- "name": "size",
2068
- "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
2069
- "tags": {
2070
- "demoSelectMultiple": [
2071
- {
2072
- "description": "false",
2073
- "title": "demoSelectMultiple"
2074
- }
2075
- ]
2076
- },
2077
- "values": [
2078
- "small",
2079
- "medium",
2080
- "large"
2081
- ],
2082
- "type": {
2083
- "name": "sizeProps"
2084
- }
2085
- },
2086
- {
2087
- "name": "background",
2088
- "description": "Sets the background color the radio button is rendered on",
2089
- "tags": {},
2090
- "values": [
2091
- "primary",
2092
- "secondary"
2093
- ],
2094
- "type": {
2095
- "name": "backgroundProps"
2096
- }
2097
- },
2098
- {
2099
- "name": "customValue",
2100
- "description": "Sets the value of the radio.",
2101
- "type": {
2102
- "name": "string|number|boolean|object|array|symbol|func"
2103
- }
2104
- },
2105
- {
2106
- "name": "modelValue",
2107
- "tags": {
2108
- "ignore": [
2109
- {
2110
- "description": "v-model binding",
2111
- "title": "ignore"
2112
- }
2113
- ]
2114
- },
2115
- "type": {
2116
- "name": "string|number|boolean|object|array|symbol|func"
2117
- }
2118
- }
2119
- ],
2120
- "events": [
2121
- {
2122
- "name": "update:modelValue",
2123
- "description": "Event emitted by v-model on the radio's <input> element",
2124
- "properties": [
2125
- {
2126
- "type": {
2127
- "names": [
2128
- "mixed"
2129
- ]
2130
- },
2131
- "name": "modelValue"
2132
- }
2133
- ],
2134
- "tags": [
2135
- {
2136
- "title": "param",
2137
- "type": {
2138
- "name": "mixed"
2139
- },
2140
- "name": "modelValue"
2141
- }
2142
- ]
2143
- }
2144
- ],
2145
- "slots": [
2146
- {
2147
- "name": "default"
2148
- }
2149
- ]
2150
- },
2151
- "CdrRating": {
2152
- "displayName": "CdrRating",
2153
- "exportName": "default",
2154
- "description": "",
2155
- "tags": {},
2156
- "props": [
2157
- {
2158
- "name": "rating",
2159
- "description": "Sets the rating values between 0 and 5.",
2160
- "type": {
2161
- "name": "string|number"
2162
- },
2163
- "required": true,
2164
- "defaultValue": {
2165
- "func": false,
2166
- "value": "0"
2167
- }
2168
- },
2169
- {
2170
- "name": "count",
2171
- "description": "Sets the total number of ratings",
2172
- "type": {
2173
- "name": "string|number"
2174
- },
2175
- "required": false,
2176
- "defaultValue": {
2177
- "func": false,
2178
- "value": "null"
2179
- }
2180
- },
2181
- {
2182
- "name": "compact",
2183
- "description": "Hides the word 'reviews' if true",
2184
- "type": {
2185
- "name": "boolean"
2186
- },
2187
- "defaultValue": {
2188
- "func": false,
2189
- "value": false
2190
- }
2191
- },
2192
- {
2193
- "name": "href",
2194
- "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
2195
- "type": {
2196
- "name": "string"
2197
- }
2198
- },
2199
- {
2200
- "name": "size",
2201
- "description": "Sets the rating size.",
2202
- "tags": {
2203
- "demoSelectMultiple": [
2204
- {
2205
- "description": "false",
2206
- "title": "demoSelectMultiple"
2207
- }
2208
- ]
2209
- },
2210
- "values": [
2211
- "small",
2212
- "medium",
2213
- "large"
2214
- ],
2215
- "type": {
2216
- "name": "string"
2217
- },
2218
- "defaultValue": {
2219
- "func": false,
2220
- "value": "'medium'"
2221
- }
2222
- }
2223
- ]
2224
- },
2225
- "CdrSkeleton": {
2226
- "displayName": "CdrSkeleton",
2227
- "exportName": "default",
2228
- "description": "",
2229
- "tags": {},
2230
- "props": [
2231
- {
2232
- "name": "motion",
2233
- "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.",
2234
- "type": {
2235
- "name": "boolean"
2236
- },
2237
- "defaultValue": {
2238
- "func": false,
2239
- "value": true
2240
- }
2241
- }
2242
- ],
2243
- "slots": [
2244
- {
2245
- "name": "default",
2246
- "description": "CdrSkeleton content (CdrSkeletonBone components)"
2247
- }
2248
- ]
2249
- },
2250
- "CdrSkeletonBone": {
2251
- "displayName": "CdrSkeletonBone",
2252
- "exportName": "default",
2253
- "description": "",
2254
- "tags": {},
2255
- "props": [
2256
- {
2257
- "name": "type",
2258
- "description": "Sets the type of content placeholder",
2259
- "tags": {
2260
- "demoSelectMultiple": [
2261
- {
2262
- "description": "false",
2105
+ "description": "true",
2263
2106
  "title": "demoSelectMultiple"
2264
2107
  }
2265
2108
  ]
2266
2109
  },
2267
2110
  "values": [
2268
- "default",
2269
- "heading",
2270
- "line",
2271
- "rectangle",
2272
- "square"
2111
+ "hide-figure"
2273
2112
  ],
2274
2113
  "type": {
2275
2114
  "name": "string"
2276
2115
  },
2277
- "required": false,
2278
2116
  "defaultValue": {
2279
2117
  "func": false,
2280
- "value": "'default'"
2118
+ "value": "''"
2281
2119
  }
2282
- }
2283
- ]
2284
- },
2285
- "CdrPopup": {
2286
- "displayName": "CdrPopup",
2287
- "exportName": "default",
2288
- "description": "",
2289
- "tags": {},
2290
- "props": [
2120
+ },
2291
2121
  {
2292
- "name": "opened",
2293
- "type": {
2294
- "name": "boolean"
2122
+ "name": "size",
2123
+ "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
2124
+ "tags": {
2125
+ "demoSelectMultiple": [
2126
+ {
2127
+ "description": "false",
2128
+ "title": "demoSelectMultiple"
2129
+ }
2130
+ ]
2295
2131
  },
2296
- "defaultValue": {
2297
- "func": false,
2298
- "value": false
2132
+ "values": [
2133
+ "small",
2134
+ "medium",
2135
+ "large"
2136
+ ],
2137
+ "type": {
2138
+ "name": "sizeProps"
2299
2139
  }
2300
2140
  },
2301
2141
  {
2302
- "name": "position",
2142
+ "name": "background",
2143
+ "description": "Sets the background color the radio button is rendered on",
2144
+ "tags": {},
2145
+ "values": [
2146
+ "primary",
2147
+ "secondary"
2148
+ ],
2303
2149
  "type": {
2304
- "name": "string"
2305
- },
2306
- "required": false,
2307
- "defaultValue": {
2308
- "func": false,
2309
- "value": "'top'"
2150
+ "name": "backgroundProps"
2310
2151
  }
2311
2152
  },
2312
2153
  {
2313
- "name": "autoPosition",
2154
+ "name": "customValue",
2155
+ "description": "Sets the value of the radio.",
2314
2156
  "type": {
2315
- "name": "boolean"
2316
- },
2317
- "defaultValue": {
2318
- "func": false,
2319
- "value": true
2157
+ "name": "string|number|boolean|object|array|symbol|func"
2320
2158
  }
2321
2159
  },
2322
2160
  {
2323
- "name": "contentClass",
2161
+ "name": "modelValue",
2162
+ "tags": {
2163
+ "ignore": [
2164
+ {
2165
+ "description": "v-model binding",
2166
+ "title": "ignore"
2167
+ }
2168
+ ]
2169
+ },
2324
2170
  "type": {
2325
- "name": "string"
2171
+ "name": "string|number|boolean|object|array|symbol|func"
2326
2172
  }
2327
2173
  }
2328
2174
  ],
2329
2175
  "events": [
2330
2176
  {
2331
- "name": "closed"
2177
+ "name": "update:modelValue",
2178
+ "description": "Event emitted by v-model on the radio's <input> element",
2179
+ "properties": [
2180
+ {
2181
+ "type": {
2182
+ "names": [
2183
+ "mixed"
2184
+ ]
2185
+ },
2186
+ "name": "modelValue"
2187
+ }
2188
+ ],
2189
+ "tags": [
2190
+ {
2191
+ "title": "param",
2192
+ "type": {
2193
+ "name": "mixed"
2194
+ },
2195
+ "name": "modelValue"
2196
+ }
2197
+ ]
2332
2198
  }
2333
2199
  ],
2334
2200
  "slots": [
@@ -2339,9 +2205,9 @@
2339
2205
  },
2340
2206
  "CdrSelect": {
2341
2207
  "displayName": "CdrSelect",
2342
- "exportName": "default",
2343
- "description": "",
2208
+ "description": "Allows the selection of one or more options from a dropdown list",
2344
2209
  "tags": {},
2210
+ "exportName": "default",
2345
2211
  "props": [
2346
2212
  {
2347
2213
  "name": "id",
@@ -2539,11 +2405,110 @@
2539
2405
  }
2540
2406
  ]
2541
2407
  },
2408
+ "CdrRating": {
2409
+ "displayName": "CdrRating",
2410
+ "description": "Provides insight into user opinions for products, experiences, and more",
2411
+ "tags": {},
2412
+ "exportName": "default",
2413
+ "props": [
2414
+ {
2415
+ "name": "rating",
2416
+ "description": "Sets the rating values between 0 and 5.",
2417
+ "type": {
2418
+ "name": "string|number"
2419
+ },
2420
+ "required": true,
2421
+ "defaultValue": {
2422
+ "func": false,
2423
+ "value": "0"
2424
+ }
2425
+ },
2426
+ {
2427
+ "name": "count",
2428
+ "description": "Sets the total number of ratings",
2429
+ "type": {
2430
+ "name": "string|number"
2431
+ },
2432
+ "required": false,
2433
+ "defaultValue": {
2434
+ "func": false,
2435
+ "value": "null"
2436
+ }
2437
+ },
2438
+ {
2439
+ "name": "compact",
2440
+ "description": "Hides the word 'reviews' if true",
2441
+ "type": {
2442
+ "name": "boolean"
2443
+ },
2444
+ "defaultValue": {
2445
+ "func": false,
2446
+ "value": false
2447
+ }
2448
+ },
2449
+ {
2450
+ "name": "href",
2451
+ "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
2452
+ "type": {
2453
+ "name": "string"
2454
+ }
2455
+ },
2456
+ {
2457
+ "name": "size",
2458
+ "description": "Sets the rating size.",
2459
+ "tags": {
2460
+ "demoSelectMultiple": [
2461
+ {
2462
+ "description": "false",
2463
+ "title": "demoSelectMultiple"
2464
+ }
2465
+ ]
2466
+ },
2467
+ "values": [
2468
+ "small",
2469
+ "medium",
2470
+ "large"
2471
+ ],
2472
+ "type": {
2473
+ "name": "string"
2474
+ },
2475
+ "defaultValue": {
2476
+ "func": false,
2477
+ "value": "'medium'"
2478
+ }
2479
+ }
2480
+ ]
2481
+ },
2482
+ "CdrSkeleton": {
2483
+ "displayName": "CdrSkeleton",
2484
+ "description": "Visually communicates content is in the process of loading",
2485
+ "tags": {},
2486
+ "exportName": "default",
2487
+ "props": [
2488
+ {
2489
+ "name": "motion",
2490
+ "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.",
2491
+ "type": {
2492
+ "name": "boolean"
2493
+ },
2494
+ "defaultValue": {
2495
+ "func": false,
2496
+ "value": true
2497
+ }
2498
+ }
2499
+ ],
2500
+ "slots": [
2501
+ {
2502
+ "name": "default",
2503
+ "description": "CdrSkeleton content (CdrSkeletonBone components)"
2504
+ }
2505
+ ]
2506
+ },
2542
2507
  "CdrSwitch": {
2543
2508
  "displayName": "CdrSwitch",
2544
- "exportName": "default",
2545
- "description": "",
2509
+ "description": "Permits selection from two opposing options",
2546
2510
  "tags": {},
2511
+ "exportName": "default",
2547
2512
  "props": [
2548
2513
  {
2549
2514
  "name": "id",
@@ -2636,9 +2601,9 @@
2636
2601
  },
2637
2602
  "CdrTable": {
2638
2603
  "displayName": "CdrTable",
2639
- "exportName": "default",
2640
- "description": "",
2604
+ "description": "Organizes structured data for users to easily scan, compare, and analyze",
2641
2605
  "tags": {},
2606
+ "exportName": "default",
2642
2607
  "props": [
2643
2608
  {
2644
2609
  "name": "striped",
@@ -2715,95 +2680,58 @@
2715
2680
  "name": "string"
2716
2681
  },
2717
2682
  "defaultValue": {
2718
- "func": false,
2719
- "value": "'medium'"
2720
- }
2721
- }
2722
- ],
2723
- "slots": [
2724
- {
2725
- "name": "default",
2726
- "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
2727
- }
2728
- ]
2729
- },
2730
- "CdrTabPanel": {
2731
- "displayName": "CdrTabPanel",
2732
- "exportName": "default",
2733
- "description": "",
2734
- "tags": {},
2735
- "props": [
2736
- {
2737
- "name": "id",
2738
- "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.",
2739
- "type": {
2740
- "name": "string"
2741
- }
2742
- },
2743
- {
2744
- "name": "name",
2745
- "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.",
2746
- "type": {
2747
- "name": "string"
2748
- }
2749
- },
2750
- {
2751
- "name": "ariaLabelledby",
2752
- "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.",
2753
- "type": {
2754
- "name": "string"
2755
- }
2756
- }
2757
- ],
2758
- "events": [
2759
- {
2760
- "name": "tab-change",
2761
- "description": "Emits when active tab is changed",
2762
- "tags": [
2763
- {
2764
- "title": "params",
2765
- "content": "state, panelId"
2766
- }
2767
- ]
2683
+ "func": false,
2684
+ "value": "'medium'"
2685
+ }
2768
2686
  }
2769
2687
  ],
2770
2688
  "slots": [
2771
2689
  {
2772
2690
  "name": "default",
2773
- "description": "CdrTabPanel content"
2691
+ "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
2774
2692
  }
2775
2693
  ]
2776
2694
  },
2777
- "CdrText": {
2778
- "displayName": "CdrText",
2695
+ "CdrSkeletonBone": {
2696
+ "displayName": "CdrSkeletonBone",
2779
2697
  "exportName": "default",
2780
2698
  "description": "",
2781
2699
  "tags": {},
2782
2700
  "props": [
2783
2701
  {
2784
- "name": "tag",
2785
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
2702
+ "name": "type",
2703
+ "description": "Sets the type of content placeholder",
2704
+ "tags": {
2705
+ "demoSelectMultiple": [
2706
+ {
2707
+ "description": "false",
2708
+ "title": "demoSelectMultiple"
2709
+ }
2710
+ ]
2711
+ },
2712
+ "values": [
2713
+ "default",
2714
+ "heading",
2715
+ "line",
2716
+ "rectangle",
2717
+ "square"
2718
+ ],
2786
2719
  "type": {
2787
2720
  "name": "string"
2788
2721
  },
2722
+ "required": false,
2789
2723
  "defaultValue": {
2790
2724
  "func": false,
2791
- "value": "'p'"
2725
+ "value": "'default'"
2792
2726
  }
2793
2727
  }
2794
- ],
2795
- "slots": [
2796
- {
2797
- "name": "default",
2798
- "description": "CdrText content"
2799
- }
2800
2728
  ]
2801
2729
  },
2802
2730
  "CdrTabs": {
2803
2731
  "displayName": "CdrTabs",
2804
- "exportName": "default",
2805
- "description": "",
2732
+ "description": "Organizes related content into groups for people to navigate between",
2806
2733
  "tags": {},
2734
+ "exportName": "default",
2807
2735
  "props": [
2808
2736
  {
2809
2737
  "name": "height",
@@ -2878,109 +2806,58 @@
2878
2806
  }
2879
2807
  ]
2880
2808
  },
2881
- "CdrToast": {
2882
- "displayName": "CdrToast",
2809
+ "CdrTabPanel": {
2810
+ "displayName": "CdrTabPanel",
2883
2811
  "exportName": "default",
2884
2812
  "description": "",
2885
2813
  "tags": {},
2886
2814
  "props": [
2887
2815
  {
2888
- "name": "type",
2889
- "description": "Sets the toast type.",
2890
- "tags": {
2891
- "demoSelectMultiple": [
2892
- {
2893
- "description": "false",
2894
- "title": "demoSelectMultiple"
2895
- }
2896
- ]
2897
- },
2898
- "values": [
2899
- "info",
2900
- "success",
2901
- "warning",
2902
- "error",
2903
- "default"
2904
- ],
2816
+ "name": "id",
2817
+ "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.",
2905
2818
  "type": {
2906
2819
  "name": "string"
2907
- },
2908
- "defaultValue": {
2909
- "func": false,
2910
- "value": "'default'"
2911
- }
2912
- },
2913
- {
2914
- "name": "open",
2915
- "description": "Used to programmatically control the toast open/close state.",
2916
- "tags": {
2917
- "demoIgnore": [
2918
- {
2919
- "description": "true",
2920
- "title": "demoIgnore"
2921
- }
2922
- ]
2923
- },
2924
- "type": {
2925
- "name": "boolean"
2926
- },
2927
- "defaultValue": {
2928
- "func": false,
2929
- "value": false
2930
2820
  }
2931
2821
  },
2932
2822
  {
2933
- "name": "autoDismiss",
2934
- "description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
2823
+ "name": "name",
2824
+ "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.",
2935
2825
  "type": {
2936
- "name": "boolean"
2937
- },
2938
- "defaultValue": {
2939
- "func": false,
2940
- "value": true
2826
+ "name": "string"
2941
2827
  }
2942
2828
  },
2943
2829
  {
2944
- "name": "dismissDelay",
2945
- "description": "Sets the interval (in milliseconds) before the toast automatically closes.",
2830
+ "name": "ariaLabelledby",
2831
+ "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.",
2946
2832
  "type": {
2947
- "name": "number"
2948
- },
2949
- "defaultValue": {
2950
- "func": false,
2951
- "value": "5000"
2833
+ "name": "string"
2952
2834
  }
2953
2835
  }
2954
2836
  ],
2955
2837
  "events": [
2956
2838
  {
2957
- "name": "open",
2958
- "description": "Emits when toast opens"
2959
- },
2960
- {
2961
- "name": "closed",
2962
- "description": "Emits when toast closes"
2839
+ "name": "tab-change",
2840
+ "description": "Emits when active tab is changed",
2841
+ "tags": [
2842
+ {
2843
+ "title": "params",
2844
+ "content": "state, panelId"
2845
+ }
2846
+ ]
2963
2847
  }
2964
2848
  ],
2965
2849
  "slots": [
2966
- {
2967
- "name": "icon-left",
2968
- "description": "Icon matching toast messaging type"
2969
- },
2970
2850
  {
2971
2851
  "name": "default",
2972
- "description": "CdrToast content"
2973
- },
2974
- {
2975
- "name": "icon"
2852
+ "description": "CdrTabPanel content"
2976
2853
  }
2977
2854
  ]
2978
2855
  },
2979
2856
  "CdrToggleButton": {
2980
2857
  "displayName": "CdrToggleButton",
2981
- "exportName": "default",
2982
- "description": "",
2858
+ "description": "Permits switching two or more options on and off",
2983
2859
  "tags": {},
2860
+ "exportName": "default",
2984
2861
  "props": [
2985
2862
  {
2986
2863
  "name": "toggleValue",
@@ -3077,9 +2954,9 @@
3077
2954
  },
3078
2955
  "CdrTooltip": {
3079
2956
  "displayName": "CdrTooltip",
3080
- "exportName": "default",
3081
- "description": "",
2957
+ "description": "Floating label used to clarify interface actions",
3082
2958
  "tags": {},
2959
+ "exportName": "default",
3083
2960
  "props": [
3084
2961
  {
3085
2962
  "name": "position",
@@ -3174,5 +3051,128 @@
3174
3051
  "description": "CdrTooltip content"
3175
3052
  }
3176
3053
  ]
3054
+ },
3055
+ "CdrToast": {
3056
+ "displayName": "CdrToast",
3057
+ "description": "Non-modal dialog used to communicate the status of a task or process",
3058
+ "tags": {},
3059
+ "exportName": "default",
3060
+ "props": [
3061
+ {
3062
+ "name": "type",
3063
+ "description": "Sets the toast type.",
3064
+ "tags": {
3065
+ "demoSelectMultiple": [
3066
+ {
3067
+ "description": "false",
3068
+ "title": "demoSelectMultiple"
3069
+ }
3070
+ ]
3071
+ },
3072
+ "values": [
3073
+ "info",
3074
+ "success",
3075
+ "warning",
3076
+ "error",
3077
+ "default"
3078
+ ],
3079
+ "type": {
3080
+ "name": "string"
3081
+ },
3082
+ "defaultValue": {
3083
+ "func": false,
3084
+ "value": "'default'"
3085
+ }
3086
+ },
3087
+ {
3088
+ "name": "open",
3089
+ "description": "Used to programmatically control the toast open/close state.",
3090
+ "tags": {
3091
+ "demoIgnore": [
3092
+ {
3093
+ "description": "true",
3094
+ "title": "demoIgnore"
3095
+ }
3096
+ ]
3097
+ },
3098
+ "type": {
3099
+ "name": "boolean"
3100
+ },
3101
+ "defaultValue": {
3102
+ "func": false,
3103
+ "value": false
3104
+ }
3105
+ },
3106
+ {
3107
+ "name": "autoDismiss",
3108
+ "description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
3109
+ "type": {
3110
+ "name": "boolean"
3111
+ },
3112
+ "defaultValue": {
3113
+ "func": false,
3114
+ "value": true
3115
+ }
3116
+ },
3117
+ {
3118
+ "name": "dismissDelay",
3119
+ "description": "Sets the interval (in milliseconds) before the toast automatically closes.",
3120
+ "type": {
3121
+ "name": "number"
3122
+ },
3123
+ "defaultValue": {
3124
+ "func": false,
3125
+ "value": "5000"
3126
+ }
3127
+ }
3128
+ ],
3129
+ "events": [
3130
+ {
3131
+ "name": "open",
3132
+ "description": "Emits when toast opens"
3133
+ },
3134
+ {
3135
+ "name": "closed",
3136
+ "description": "Emits when toast closes"
3137
+ }
3138
+ ],
3139
+ "slots": [
3140
+ {
3141
+ "name": "icon-left",
3142
+ "description": "Icon matching toast messaging type"
3143
+ },
3144
+ {
3145
+ "name": "default",
3146
+ "description": "CdrToast content"
3147
+ },
3148
+ {
3149
+ "name": "icon"
3150
+ }
3151
+ ]
3152
+ },
3153
+ "CdrText": {
3154
+ "displayName": "CdrText",
3155
+ "description": "Text container used for any text element such as paragraphs, headings, and lists",
3156
+ "tags": {},
3157
+ "exportName": "default",
3158
+ "props": [
3159
+ {
3160
+ "name": "tag",
3161
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
3162
+ "type": {
3163
+ "name": "string"
3164
+ },
3165
+ "defaultValue": {
3166
+ "func": false,
3167
+ "value": "'p'"
3168
+ }
3169
+ }
3170
+ ],
3171
+ "slots": [
3172
+ {
3173
+ "name": "default",
3174
+ "description": "CdrText content"
3175
+ }
3176
+ ]
3177
3177
  }
3178
3178
  }