@rei/cedar 13.5.1 → 13.5.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.
Files changed (89) hide show
  1. package/dist/cedar-compiled.css +1031 -1031
  2. package/dist/cedar.umd.js +2 -2
  3. package/dist/component-docgen.json +965 -937
  4. package/dist/icon-component-docgen.json +439 -439
  5. package/dist/src/components/accordion/CdrAccordion.vue.mjs +75 -80
  6. package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +27 -27
  7. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  8. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  9. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  10. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +20 -19
  11. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  12. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  13. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  14. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  15. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
  16. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  17. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  18. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  19. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  20. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  21. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  22. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  23. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  24. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  25. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  26. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
  27. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  28. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  29. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  30. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  31. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  32. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  33. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  34. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
  35. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
  36. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  37. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  38. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  39. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  40. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  41. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  42. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  43. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  44. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  45. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  46. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  47. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  48. package/dist/style/cdr-accordion-group.css +1 -1
  49. package/dist/style/cdr-accordion.css +1 -1
  50. package/dist/style/cdr-banner.css +1 -1
  51. package/dist/style/cdr-breadcrumb.css +1 -1
  52. package/dist/style/cdr-button.css +1 -1
  53. package/dist/style/cdr-caption.css +1 -1
  54. package/dist/style/cdr-card.css +1 -1
  55. package/dist/style/cdr-checkbox.css +1 -1
  56. package/dist/style/cdr-chip-group.css +1 -1
  57. package/dist/style/cdr-chip.css +1 -1
  58. package/dist/style/cdr-container.css +1 -1
  59. package/dist/style/cdr-form-error.css +1 -1
  60. package/dist/style/cdr-form-group.css +1 -1
  61. package/dist/style/cdr-grid.css +1 -1
  62. package/dist/style/cdr-icon.css +1 -1
  63. package/dist/style/cdr-img.css +1 -1
  64. package/dist/style/cdr-input.css +1 -1
  65. package/dist/style/cdr-label-standalone.css +1 -1
  66. package/dist/style/cdr-label-wrapper.css +1 -1
  67. package/dist/style/cdr-link.css +1 -1
  68. package/dist/style/cdr-list.css +1 -1
  69. package/dist/style/cdr-modal.css +1 -1
  70. package/dist/style/cdr-pagination.css +1 -1
  71. package/dist/style/cdr-popover.css +1 -1
  72. package/dist/style/cdr-popup.css +1 -1
  73. package/dist/style/cdr-quote.css +1 -1
  74. package/dist/style/cdr-radio.css +1 -1
  75. package/dist/style/cdr-rating.css +1 -1
  76. package/dist/style/cdr-select.css +1 -1
  77. package/dist/style/cdr-skeleton-bone.css +1 -1
  78. package/dist/style/cdr-skeleton.css +1 -1
  79. package/dist/style/cdr-switch.css +1 -1
  80. package/dist/style/cdr-tab-panel.css +1 -1
  81. package/dist/style/cdr-table.css +1 -1
  82. package/dist/style/cdr-tabs.css +1 -1
  83. package/dist/style/cdr-text.css +1 -1
  84. package/dist/style/cdr-toast.css +1 -1
  85. package/dist/style/cdr-toggle-button.css +1 -1
  86. package/dist/style/cdr-toggle-group.css +1 -1
  87. package/dist/style/cdr-tooltip.css +1 -1
  88. package/dist/style.css +1 -1
  89. package/package.json +2 -2
@@ -1,4 +1,40 @@
1
1
  {
2
+ "CdrAccordionGroup": {
3
+ "displayName": "CdrAccordionGroup",
4
+ "exportName": "default",
5
+ "description": "",
6
+ "tags": {},
7
+ "props": [
8
+ {
9
+ "name": "unwrap",
10
+ "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
11
+ "tags": {},
12
+ "values": [
13
+ "@xs",
14
+ "@sm",
15
+ "@md",
16
+ "@lg",
17
+ "true"
18
+ ],
19
+ "type": {
20
+ "name": "string|boolean"
21
+ },
22
+ "defaultValue": {
23
+ "func": false,
24
+ "value": false
25
+ }
26
+ }
27
+ ],
28
+ "slots": [
29
+ {
30
+ "name": "default",
31
+ "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
32
+ }
33
+ ],
34
+ "sourceFiles": [
35
+ "./src/components/accordion/CdrAccordionGroup.vue"
36
+ ]
37
+ },
2
38
  "CdrAccordion": {
3
39
  "displayName": "CdrAccordion",
4
40
  "description": "Vertically-stacked list that allows users to expand and collapse additional content",
@@ -125,42 +161,6 @@
125
161
  "./src/components/accordion/CdrAccordion.vue"
126
162
  ]
127
163
  },
128
- "CdrAccordionGroup": {
129
- "displayName": "CdrAccordionGroup",
130
- "exportName": "default",
131
- "description": "",
132
- "tags": {},
133
- "props": [
134
- {
135
- "name": "unwrap",
136
- "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
137
- "tags": {},
138
- "values": [
139
- "@xs",
140
- "@sm",
141
- "@md",
142
- "@lg",
143
- "true"
144
- ],
145
- "type": {
146
- "name": "string|boolean"
147
- },
148
- "defaultValue": {
149
- "func": false,
150
- "value": false
151
- }
152
- }
153
- ],
154
- "slots": [
155
- {
156
- "name": "default",
157
- "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
158
- }
159
- ],
160
- "sourceFiles": [
161
- "./src/components/accordion/CdrAccordionGroup.vue"
162
- ]
163
- },
164
164
  "CdrBreadcrumb": {
165
165
  "displayName": "CdrBreadcrumb",
166
166
  "description": "Navigation used to reveal a page's location within the site hierarchy",
@@ -216,7 +216,28 @@
216
216
  "events": [
217
217
  {
218
218
  "name": "navigate",
219
- "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation."
219
+ "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
220
+ "properties": [
221
+ {
222
+ "type": {
223
+ "names": [
224
+ "mixed"
225
+ ]
226
+ },
227
+ "name": "breadcrumb",
228
+ "description": "The breadcrumb data object"
229
+ }
230
+ ],
231
+ "tags": [
232
+ {
233
+ "title": "param",
234
+ "type": {
235
+ "name": "mixed"
236
+ },
237
+ "name": "breadcrumb",
238
+ "description": "The breadcrumb data object"
239
+ }
240
+ ]
220
241
  }
221
242
  ],
222
243
  "slots": [
@@ -302,15 +323,15 @@
302
323
  "./src/components/banner/CdrBanner.vue"
303
324
  ]
304
325
  },
305
- "CdrButton": {
306
- "displayName": "CdrButton",
307
- "description": "Initiates an action, such as completing a task or submitting information",
326
+ "CdrCaption": {
327
+ "displayName": "CdrCaption",
328
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
308
329
  "tags": {},
309
330
  "exportName": "default",
310
331
  "props": [
311
332
  {
312
- "name": "tag",
313
- "description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
333
+ "name": "summary",
334
+ "description": "Sets the string content for the description body of the caption.",
314
335
  "tags": {
315
336
  "demoIgnore": [
316
337
  {
@@ -319,21 +340,13 @@
319
340
  }
320
341
  ]
321
342
  },
322
- "values": [
323
- "button",
324
- "a"
325
- ],
326
343
  "type": {
327
344
  "name": "string"
328
- },
329
- "defaultValue": {
330
- "func": false,
331
- "value": "'button'"
332
345
  }
333
346
  },
334
347
  {
335
- "name": "type",
336
- "description": "Sets the button type",
348
+ "name": "credit",
349
+ "description": "Sets the string content for attribution.",
337
350
  "tags": {
338
351
  "demoIgnore": [
339
352
  {
@@ -342,123 +355,41 @@
342
355
  }
343
356
  ]
344
357
  },
345
- "values": [
346
- "button",
347
- "submit",
348
- "reset"
349
- ],
350
- "type": {
351
- "name": "string"
352
- },
353
- "defaultValue": {
354
- "func": false,
355
- "value": "'button'"
356
- }
357
- },
358
- {
359
- "name": "modifier",
360
- "description": "Modifies the style variant for this component",
361
- "tags": {
362
- "demoSelectMultiple": [
363
- {
364
- "description": "false",
365
- "title": "demoSelectMultiple"
366
- }
367
- ]
368
- },
369
- "values": [
370
- "primary",
371
- "secondary",
372
- "sale",
373
- "dark",
374
- "link"
375
- ],
376
358
  "type": {
377
359
  "name": "string"
378
- },
379
- "defaultValue": {
380
- "func": false,
381
- "value": "'primary'"
382
360
  }
383
- },
361
+ }
362
+ ],
363
+ "sourceFiles": [
364
+ "./src/components/caption/CdrCaption.vue"
365
+ ]
366
+ },
367
+ "CdrCard": {
368
+ "displayName": "CdrCard",
369
+ "description": "Related, interactive containers linking to a single subject or destination",
370
+ "tags": {},
371
+ "exportName": "default",
372
+ "props": [
384
373
  {
385
- "name": "size",
386
- "description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
387
- "tags": {
388
- "demoSelectMultiple": [
389
- {
390
- "description": "false",
391
- "title": "demoSelectMultiple"
392
- }
393
- ]
394
- },
395
- "values": [
396
- "small",
397
- "medium",
398
- "large"
399
- ],
374
+ "name": "tag",
375
+ "description": "Sets valid HTML container element tag.",
400
376
  "type": {
401
377
  "name": "string"
402
378
  },
403
379
  "defaultValue": {
404
380
  "func": false,
405
- "value": "'medium'"
406
- }
407
- },
408
- {
409
- "name": "fullWidth",
410
- "description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
411
- "type": {
412
- "name": "string|boolean"
413
- },
414
- "defaultValue": {
415
- "func": false,
416
- "value": false
417
- }
418
- },
419
- {
420
- "name": "iconOnly",
421
- "description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
422
- "type": {
423
- "name": "boolean"
424
- },
425
- "defaultValue": {
426
- "func": false,
427
- "value": false
428
- }
429
- },
430
- {
431
- "name": "withBackground",
432
- "description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
433
- "type": {
434
- "name": "boolean"
435
- },
436
- "defaultValue": {
437
- "func": false,
438
- "value": false
381
+ "value": "'article'"
439
382
  }
440
383
  }
441
384
  ],
442
385
  "slots": [
443
- {
444
- "name": "icon-left",
445
- "description": "Icon to the left of text content"
446
- },
447
- {
448
- "name": "icon",
449
- "description": "Icon for icon-only button"
450
- },
451
386
  {
452
387
  "name": "default",
453
- "description": "Readable text of the button. Leave empty if icon-only"
454
- },
455
- {
456
- "name": "icon-right",
457
- "description": "Icon to the right of text content"
388
+ "description": "CdrCard content"
458
389
  }
459
390
  ],
460
391
  "sourceFiles": [
461
- "./src/components/button/CdrButton.vue"
392
+ "./src/components/card/CdrCard.vue"
462
393
  ]
463
394
  },
464
395
  "CdrCheckbox": {
@@ -624,15 +555,15 @@
624
555
  "./src/components/checkbox/CdrCheckbox.vue"
625
556
  ]
626
557
  },
627
- "CdrCaption": {
628
- "displayName": "CdrCaption",
629
- "description": "Provides context and credit for an asset such as an image, video, or chart",
558
+ "CdrButton": {
559
+ "displayName": "CdrButton",
560
+ "description": "Initiates an action, such as completing a task or submitting information",
630
561
  "tags": {},
631
562
  "exportName": "default",
632
563
  "props": [
633
564
  {
634
- "name": "summary",
635
- "description": "Sets the string content for the description body of the caption.",
565
+ "name": "tag",
566
+ "description": "Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.",
636
567
  "tags": {
637
568
  "demoIgnore": [
638
569
  {
@@ -641,13 +572,21 @@
641
572
  }
642
573
  ]
643
574
  },
575
+ "values": [
576
+ "button",
577
+ "a"
578
+ ],
644
579
  "type": {
645
580
  "name": "string"
581
+ },
582
+ "defaultValue": {
583
+ "func": false,
584
+ "value": "'button'"
646
585
  }
647
586
  },
648
587
  {
649
- "name": "credit",
650
- "description": "Sets the string content for attribution.",
588
+ "name": "type",
589
+ "description": "Sets the button type",
651
590
  "tags": {
652
591
  "demoIgnore": [
653
592
  {
@@ -656,41 +595,123 @@
656
595
  }
657
596
  ]
658
597
  },
598
+ "values": [
599
+ "button",
600
+ "submit",
601
+ "reset"
602
+ ],
659
603
  "type": {
660
604
  "name": "string"
661
- }
662
- }
663
- ],
664
- "sourceFiles": [
665
- "./src/components/caption/CdrCaption.vue"
666
- ]
667
- },
668
- "CdrCard": {
669
- "displayName": "CdrCard",
670
- "description": "Related, interactive containers linking to a single subject or destination",
671
- "tags": {},
672
- "exportName": "default",
673
- "props": [
605
+ },
606
+ "defaultValue": {
607
+ "func": false,
608
+ "value": "'button'"
609
+ }
610
+ },
674
611
  {
675
- "name": "tag",
676
- "description": "Sets valid HTML container element tag.",
612
+ "name": "modifier",
613
+ "description": "Modifies the style variant for this component",
614
+ "tags": {
615
+ "demoSelectMultiple": [
616
+ {
617
+ "description": "false",
618
+ "title": "demoSelectMultiple"
619
+ }
620
+ ]
621
+ },
622
+ "values": [
623
+ "primary",
624
+ "secondary",
625
+ "sale",
626
+ "dark",
627
+ "link"
628
+ ],
677
629
  "type": {
678
630
  "name": "string"
679
631
  },
680
632
  "defaultValue": {
681
633
  "func": false,
682
- "value": "'article'"
634
+ "value": "'primary'"
635
+ }
636
+ },
637
+ {
638
+ "name": "size",
639
+ "description": "Sets the button size; values can target responsive breakpoints. Example: `large@sm`.",
640
+ "tags": {
641
+ "demoSelectMultiple": [
642
+ {
643
+ "description": "false",
644
+ "title": "demoSelectMultiple"
645
+ }
646
+ ]
647
+ },
648
+ "values": [
649
+ "small",
650
+ "medium",
651
+ "large"
652
+ ],
653
+ "type": {
654
+ "name": "string"
655
+ },
656
+ "defaultValue": {
657
+ "func": false,
658
+ "value": "'medium'"
659
+ }
660
+ },
661
+ {
662
+ "name": "fullWidth",
663
+ "description": "Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.",
664
+ "type": {
665
+ "name": "string|boolean"
666
+ },
667
+ "defaultValue": {
668
+ "func": false,
669
+ "value": false
670
+ }
671
+ },
672
+ {
673
+ "name": "iconOnly",
674
+ "description": "Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'",
675
+ "type": {
676
+ "name": "boolean"
677
+ },
678
+ "defaultValue": {
679
+ "func": false,
680
+ "value": false
681
+ }
682
+ },
683
+ {
684
+ "name": "withBackground",
685
+ "description": "Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.",
686
+ "type": {
687
+ "name": "boolean"
688
+ },
689
+ "defaultValue": {
690
+ "func": false,
691
+ "value": false
683
692
  }
684
693
  }
685
694
  ],
686
695
  "slots": [
696
+ {
697
+ "name": "icon-left",
698
+ "description": "Icon to the left of text content"
699
+ },
700
+ {
701
+ "name": "icon",
702
+ "description": "Icon for icon-only button"
703
+ },
687
704
  {
688
705
  "name": "default",
689
- "description": "CdrCard content"
706
+ "description": "Readable text of the button. Leave empty if icon-only"
707
+ },
708
+ {
709
+ "name": "icon-right",
710
+ "description": "Icon to the right of text content"
690
711
  }
691
712
  ],
692
713
  "sourceFiles": [
693
- "./src/components/card/CdrCard.vue"
714
+ "./src/components/button/CdrButton.vue"
694
715
  ]
695
716
  },
696
717
  "CdrChip": {
@@ -829,168 +850,122 @@
829
850
  "./src/components/formError/CdrFormError.vue"
830
851
  ]
831
852
  },
832
- "CdrFormGroup": {
833
- "displayName": "CdrFormGroup",
834
- "description": "Groups related input elements together",
835
- "tags": {},
853
+ "CdrIcon": {
854
+ "displayName": "CdrIcon",
855
+ "description": "Communicates meaning through graphics representing simple and complex ideas",
856
+ "tags": {
857
+ "demoComponentNames": [
858
+ {
859
+ "description": "icon-account-profile, icon-camera",
860
+ "title": "demoComponentNames"
861
+ }
862
+ ]
863
+ },
836
864
  "exportName": "default",
837
865
  "props": [
838
866
  {
839
- "name": "id",
867
+ "name": "use",
868
+ "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
840
869
  "type": {
841
870
  "name": "string"
842
871
  }
843
872
  },
844
873
  {
845
- "name": "label",
874
+ "name": "inheritColor",
875
+ "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
846
876
  "type": {
847
- "name": "string"
877
+ "name": "boolean"
848
878
  },
849
- "required": false,
850
879
  "defaultValue": {
851
880
  "func": false,
852
- "value": "''"
881
+ "value": false
853
882
  }
854
883
  },
855
884
  {
856
- "name": "error",
885
+ "name": "size",
857
886
  "type": {
858
- "name": "boolean|string"
887
+ "name": "string"
859
888
  },
860
889
  "defaultValue": {
861
890
  "func": false,
862
- "value": false
863
- }
864
- },
865
- {
866
- "name": "required",
867
- "type": {
868
- "name": "boolean"
869
- }
870
- },
871
- {
872
- "name": "optional",
873
- "type": {
874
- "name": "boolean"
875
- }
876
- },
877
- {
878
- "name": "disabled",
879
- "type": {
880
- "name": "boolean"
891
+ "value": "'medium'"
881
892
  }
882
893
  }
883
894
  ],
884
895
  "slots": [
885
- {
886
- "name": "label"
887
- },
888
896
  {
889
897
  "name": "default"
890
- },
891
- {
892
- "name": "error"
893
898
  }
894
899
  ],
895
900
  "sourceFiles": [
896
- "./src/components/formGroup/CdrFormGroup.vue"
901
+ "./src/components/icon/CdrIcon.vue"
897
902
  ]
898
903
  },
899
- "CdrGrid": {
900
- "displayName": "CdrGrid",
901
- "description": "Simple wrapper for working with CSS grid",
904
+ "CdrFormGroup": {
905
+ "displayName": "CdrFormGroup",
906
+ "description": "Groups related input elements together",
902
907
  "tags": {},
903
908
  "exportName": "default",
904
909
  "props": [
905
910
  {
906
- "name": "gutter",
907
- "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
908
- "tags": {
909
- "demoSelectMultiple": [
910
- {
911
- "description": "false",
912
- "title": "demoSelectMultiple"
913
- }
914
- ]
915
- },
916
- "values": [
917
- "none",
918
- "small",
919
- "medium",
920
- "large"
921
- ],
911
+ "name": "id",
912
+ "type": {
913
+ "name": "string"
914
+ }
915
+ },
916
+ {
917
+ "name": "label",
922
918
  "type": {
923
919
  "name": "string"
924
920
  },
921
+ "required": false,
925
922
  "defaultValue": {
926
923
  "func": false,
927
- "value": "'medium@xs medium@sm large@md large@lg'"
924
+ "value": "''"
928
925
  }
929
926
  },
930
927
  {
931
- "name": "tag",
932
- "description": "Sets the HTML tag for the grid element",
928
+ "name": "error",
933
929
  "type": {
934
- "name": "string"
930
+ "name": "boolean|string"
935
931
  },
936
932
  "defaultValue": {
937
933
  "func": false,
938
- "value": "'div'"
934
+ "value": false
939
935
  }
940
- }
941
- ],
942
- "slots": [
943
- {
944
- "name": "default",
945
- "description": "CdrGrid content (grid child elements)"
946
- }
947
- ],
948
- "sourceFiles": [
949
- "./src/components/grid/CdrGrid.vue"
950
- ]
951
- },
952
- "CdrIcon": {
953
- "displayName": "CdrIcon",
954
- "description": "Communicates meaning through graphics representing simple and complex ideas",
955
- "tags": {},
956
- "exportName": "default",
957
- "props": [
936
+ },
958
937
  {
959
- "name": "use",
960
- "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
938
+ "name": "required",
961
939
  "type": {
962
- "name": "string"
940
+ "name": "boolean"
963
941
  }
964
942
  },
965
943
  {
966
- "name": "inheritColor",
967
- "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
944
+ "name": "optional",
968
945
  "type": {
969
946
  "name": "boolean"
970
- },
971
- "defaultValue": {
972
- "func": false,
973
- "value": false
974
947
  }
975
948
  },
976
949
  {
977
- "name": "size",
950
+ "name": "disabled",
978
951
  "type": {
979
- "name": "string"
980
- },
981
- "defaultValue": {
982
- "func": false,
983
- "value": "'medium'"
952
+ "name": "boolean"
984
953
  }
985
954
  }
986
955
  ],
987
956
  "slots": [
957
+ {
958
+ "name": "label"
959
+ },
988
960
  {
989
961
  "name": "default"
962
+ },
963
+ {
964
+ "name": "error"
990
965
  }
991
966
  ],
992
967
  "sourceFiles": [
993
- "./src/components/icon/CdrIcon.vue"
968
+ "./src/components/formGroup/CdrFormGroup.vue"
994
969
  ]
995
970
  },
996
971
  "CdrImg": {
@@ -1128,14 +1103,135 @@
1128
1103
  "./src/components/image/CdrImg.vue"
1129
1104
  ]
1130
1105
  },
1131
- "CdrInput": {
1132
- "displayName": "CdrInput",
1133
- "description": "Allows for data entry, editing, and search",
1134
- "tags": {},
1106
+ "CdrLabelStandalone": {
1107
+ "displayName": "CdrLabelStandalone",
1135
1108
  "exportName": "default",
1109
+ "description": "",
1110
+ "tags": {},
1136
1111
  "props": [
1137
1112
  {
1138
- "name": "id",
1113
+ "name": "forId",
1114
+ "type": {
1115
+ "name": "string"
1116
+ },
1117
+ "required": true
1118
+ },
1119
+ {
1120
+ "name": "label",
1121
+ "type": {
1122
+ "name": "string"
1123
+ }
1124
+ },
1125
+ {
1126
+ "name": "disabled",
1127
+ "type": {
1128
+ "name": "boolean"
1129
+ }
1130
+ },
1131
+ {
1132
+ "name": "required",
1133
+ "type": {
1134
+ "name": "boolean"
1135
+ }
1136
+ },
1137
+ {
1138
+ "name": "optional",
1139
+ "type": {
1140
+ "name": "boolean"
1141
+ }
1142
+ },
1143
+ {
1144
+ "name": "hideLabel",
1145
+ "type": {
1146
+ "name": "boolean"
1147
+ }
1148
+ }
1149
+ ],
1150
+ "slots": [
1151
+ {
1152
+ "name": "helper"
1153
+ },
1154
+ {
1155
+ "name": "default"
1156
+ },
1157
+ {
1158
+ "name": "info-action"
1159
+ },
1160
+ {
1161
+ "name": "info"
1162
+ },
1163
+ {
1164
+ "name": "helper-text-bottom"
1165
+ },
1166
+ {
1167
+ "name": "error"
1168
+ }
1169
+ ],
1170
+ "sourceFiles": [
1171
+ "./src/components/labelStandalone/CdrLabelStandalone.vue"
1172
+ ]
1173
+ },
1174
+ "CdrGrid": {
1175
+ "displayName": "CdrGrid",
1176
+ "description": "Simple wrapper for working with CSS grid",
1177
+ "tags": {},
1178
+ "exportName": "default",
1179
+ "props": [
1180
+ {
1181
+ "name": "gutter",
1182
+ "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
1183
+ "tags": {
1184
+ "demoSelectMultiple": [
1185
+ {
1186
+ "description": "false",
1187
+ "title": "demoSelectMultiple"
1188
+ }
1189
+ ]
1190
+ },
1191
+ "values": [
1192
+ "none",
1193
+ "small",
1194
+ "medium",
1195
+ "large"
1196
+ ],
1197
+ "type": {
1198
+ "name": "string"
1199
+ },
1200
+ "defaultValue": {
1201
+ "func": false,
1202
+ "value": "'medium@xs medium@sm large@md large@lg'"
1203
+ }
1204
+ },
1205
+ {
1206
+ "name": "tag",
1207
+ "description": "Sets the HTML tag for the grid element",
1208
+ "type": {
1209
+ "name": "string"
1210
+ },
1211
+ "defaultValue": {
1212
+ "func": false,
1213
+ "value": "'div'"
1214
+ }
1215
+ }
1216
+ ],
1217
+ "slots": [
1218
+ {
1219
+ "name": "default",
1220
+ "description": "CdrGrid content (grid child elements)"
1221
+ }
1222
+ ],
1223
+ "sourceFiles": [
1224
+ "./src/components/grid/CdrGrid.vue"
1225
+ ]
1226
+ },
1227
+ "CdrInput": {
1228
+ "displayName": "CdrInput",
1229
+ "description": "Allows for data entry, editing, and search",
1230
+ "tags": {},
1231
+ "exportName": "default",
1232
+ "props": [
1233
+ {
1234
+ "name": "id",
1139
1235
  "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
1140
1236
  "type": {
1141
1237
  "name": "string"
@@ -1359,72 +1455,102 @@
1359
1455
  "./src/components/input/CdrInput.vue"
1360
1456
  ]
1361
1457
  },
1362
- "CdrLabelStandalone": {
1363
- "displayName": "CdrLabelStandalone",
1364
- "exportName": "default",
1365
- "description": "",
1458
+ "CdrLink": {
1459
+ "displayName": "CdrLink",
1460
+ "description": "Clickable text elements used for navigating to other pages or sections",
1366
1461
  "tags": {},
1462
+ "exportName": "default",
1367
1463
  "props": [
1368
1464
  {
1369
- "name": "forId",
1465
+ "name": "tag",
1466
+ "description": "Sets valid HTML element tag",
1467
+ "tags": {},
1468
+ "values": [
1469
+ "a",
1470
+ "button"
1471
+ ],
1370
1472
  "type": {
1371
1473
  "name": "string"
1372
1474
  },
1373
- "required": true
1475
+ "defaultValue": {
1476
+ "func": false,
1477
+ "value": "'a'"
1478
+ }
1374
1479
  },
1375
1480
  {
1376
- "name": "label",
1481
+ "name": "href",
1482
+ "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
1377
1483
  "type": {
1378
1484
  "name": "string"
1485
+ },
1486
+ "defaultValue": {
1487
+ "func": false,
1488
+ "value": "'#'"
1379
1489
  }
1380
1490
  },
1381
1491
  {
1382
- "name": "disabled",
1492
+ "name": "inheritColor",
1493
+ "description": "Sets color and fill",
1383
1494
  "type": {
1384
1495
  "name": "boolean"
1496
+ },
1497
+ "defaultValue": {
1498
+ "func": false,
1499
+ "value": false
1385
1500
  }
1386
1501
  },
1387
1502
  {
1388
- "name": "required",
1503
+ "name": "modifier",
1504
+ "description": "Modifies the style variant for this component.",
1505
+ "tags": {},
1506
+ "values": [
1507
+ "standalone"
1508
+ ],
1389
1509
  "type": {
1390
- "name": "boolean"
1510
+ "name": "string"
1511
+ },
1512
+ "defaultValue": {
1513
+ "func": false,
1514
+ "value": "''"
1391
1515
  }
1392
1516
  },
1393
1517
  {
1394
- "name": "optional",
1518
+ "name": "target",
1519
+ "tags": {
1520
+ "ignore": [
1521
+ {
1522
+ "description": true,
1523
+ "title": "ignore"
1524
+ }
1525
+ ]
1526
+ },
1395
1527
  "type": {
1396
- "name": "boolean"
1528
+ "name": "string"
1397
1529
  }
1398
1530
  },
1399
1531
  {
1400
- "name": "hideLabel",
1532
+ "name": "rel",
1533
+ "tags": {
1534
+ "ignore": [
1535
+ {
1536
+ "description": true,
1537
+ "title": "ignore"
1538
+ }
1539
+ ]
1540
+ },
1401
1541
  "type": {
1402
- "name": "boolean"
1542
+ "name": "string"
1403
1543
  }
1404
1544
  }
1405
1545
  ],
1406
1546
  "slots": [
1407
1547
  {
1408
- "name": "helper"
1409
- },
1410
- {
1411
- "name": "default"
1412
- },
1413
- {
1414
- "name": "info-action"
1415
- },
1416
- {
1417
- "name": "info"
1418
- },
1419
- {
1420
- "name": "helper-text-bottom"
1421
- },
1422
- {
1423
- "name": "error"
1548
+ "name": "default",
1549
+ "description": "Readable text of the link"
1424
1550
  }
1425
1551
  ],
1426
1552
  "sourceFiles": [
1427
- "./src/components/labelStandalone/CdrLabelStandalone.vue"
1553
+ "./src/components/link/CdrLink.vue"
1428
1554
  ]
1429
1555
  },
1430
1556
  "CdrLabelWrapper": {
@@ -1482,102 +1608,123 @@
1482
1608
  "./src/components/labelWrapper/CdrLabelWrapper.vue"
1483
1609
  ]
1484
1610
  },
1485
- "CdrLink": {
1486
- "displayName": "CdrLink",
1487
- "description": "Clickable text elements used for navigating to other pages or sections",
1611
+ "CdrPopover": {
1612
+ "displayName": "CdrPopover",
1613
+ "description": "Small overlay used to display contextual information",
1488
1614
  "tags": {},
1489
1615
  "exportName": "default",
1490
1616
  "props": [
1491
1617
  {
1492
- "name": "tag",
1493
- "description": "Sets valid HTML element tag",
1494
- "tags": {},
1618
+ "name": "position",
1619
+ "description": "Sets the position where the popover will render relative to the trigger element.",
1620
+ "tags": {
1621
+ "demoSelectMultiple": [
1622
+ {
1623
+ "description": "false",
1624
+ "title": "demoSelectMultiple"
1625
+ }
1626
+ ]
1627
+ },
1495
1628
  "values": [
1496
- "a",
1497
- "button"
1629
+ "top",
1630
+ "bottom",
1631
+ "left",
1632
+ "right"
1498
1633
  ],
1499
1634
  "type": {
1500
1635
  "name": "string"
1501
1636
  },
1637
+ "required": false,
1502
1638
  "defaultValue": {
1503
1639
  "func": false,
1504
- "value": "'a'"
1640
+ "value": "'top'"
1505
1641
  }
1506
1642
  },
1507
1643
  {
1508
- "name": "href",
1509
- "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
1644
+ "name": "autoPosition",
1645
+ "description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
1510
1646
  "type": {
1511
- "name": "string"
1647
+ "name": "boolean"
1512
1648
  },
1649
+ "required": false,
1513
1650
  "defaultValue": {
1514
1651
  "func": false,
1515
- "value": "'#'"
1652
+ "value": true
1516
1653
  }
1517
1654
  },
1518
1655
  {
1519
- "name": "inheritColor",
1520
- "description": "Sets color and fill",
1656
+ "name": "label",
1657
+ "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
1521
1658
  "type": {
1522
- "name": "boolean"
1659
+ "name": "string"
1523
1660
  },
1524
- "defaultValue": {
1525
- "func": false,
1526
- "value": false
1527
- }
1661
+ "required": false
1528
1662
  },
1529
1663
  {
1530
- "name": "modifier",
1531
- "description": "Modifies the style variant for this component.",
1532
- "tags": {},
1533
- "values": [
1534
- "standalone"
1535
- ],
1664
+ "name": "id",
1665
+ "description": "ID for the popover element, required for accessibility",
1536
1666
  "type": {
1537
1667
  "name": "string"
1538
1668
  },
1539
- "defaultValue": {
1540
- "func": false,
1541
- "value": "''"
1542
- }
1669
+ "required": true
1543
1670
  },
1544
1671
  {
1545
- "name": "target",
1546
- "tags": {
1547
- "ignore": [
1548
- {
1549
- "description": true,
1550
- "title": "ignore"
1551
- }
1552
- ]
1553
- },
1672
+ "name": "contentClass",
1673
+ "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
1554
1674
  "type": {
1555
1675
  "name": "string"
1556
- }
1676
+ },
1677
+ "required": false
1557
1678
  },
1558
1679
  {
1559
- "name": "rel",
1680
+ "name": "open",
1681
+ "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
1560
1682
  "tags": {
1561
- "ignore": [
1683
+ "demoIgnore": [
1562
1684
  {
1563
- "description": true,
1564
- "title": "ignore"
1685
+ "description": "true",
1686
+ "title": "demoIgnore"
1565
1687
  }
1566
1688
  ]
1567
1689
  },
1568
1690
  "type": {
1569
- "name": "string"
1691
+ "name": "boolean"
1692
+ },
1693
+ "required": false,
1694
+ "defaultValue": {
1695
+ "func": false,
1696
+ "value": false
1570
1697
  }
1571
1698
  }
1572
1699
  ],
1700
+ "events": [
1701
+ {
1702
+ "name": "opened",
1703
+ "description": "Emits when popover is opened"
1704
+ },
1705
+ {
1706
+ "name": "closed",
1707
+ "description": "Emits when popover is closed"
1708
+ }
1709
+ ],
1573
1710
  "slots": [
1574
1711
  {
1575
- "name": "default",
1576
- "description": "Readable text of the link"
1712
+ "name": "trigger",
1713
+ "description": " Slot for the element that triggers the popover."
1714
+ },
1715
+ {
1716
+ "name": "title",
1717
+ "description": "Sets the title for the popover. Can also be set with `label` prop"
1718
+ },
1719
+ {
1720
+ "name": "default"
1721
+ },
1722
+ {
1723
+ "name": "icon"
1577
1724
  }
1578
1725
  ],
1579
1726
  "sourceFiles": [
1580
- "./src/components/link/CdrLink.vue"
1727
+ "./src/components/popover/CdrPopover.vue"
1581
1728
  ]
1582
1729
  },
1583
1730
  "CdrList": {
@@ -1638,143 +1785,74 @@
1638
1785
  "./src/components/list/CdrList.vue"
1639
1786
  ]
1640
1787
  },
1641
- "CdrModal": {
1642
- "displayName": "CdrModal",
1643
- "description": "Disruptive, action-blocking overlays used to display important information",
1788
+ "CdrQuote": {
1789
+ "displayName": "CdrQuote",
1790
+ "description": "Short excerpt used to emphasize content or break up a large body of text",
1644
1791
  "tags": {},
1645
1792
  "exportName": "default",
1646
1793
  "props": [
1647
1794
  {
1648
- "name": "opened",
1649
- "description": "Toggles the state of the modal",
1650
- "tags": {
1651
- "demoIgnore": [
1652
- {
1653
- "description": "true",
1654
- "title": "demoIgnore"
1655
- }
1656
- ]
1657
- },
1658
- "type": {
1659
- "name": "boolean"
1660
- },
1661
- "required": true
1662
- },
1663
- {
1664
- "name": "label",
1665
- "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
1666
- "type": {
1667
- "name": "string"
1668
- },
1669
- "required": true
1670
- },
1671
- {
1672
- "name": "showTitle",
1673
- "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
1674
- "type": {
1675
- "name": "boolean"
1676
- },
1677
- "required": false,
1678
- "defaultValue": {
1679
- "func": false,
1680
- "value": true
1681
- }
1682
- },
1683
- {
1684
- "name": "ariaDescribedby",
1685
- "description": "Text for aria-describedby attribute. Applied to modal content element",
1686
- "type": {
1687
- "name": "string"
1688
- },
1689
- "required": false,
1690
- "defaultValue": {
1691
- "func": false,
1692
- "value": "null"
1693
- }
1694
- },
1695
- {
1696
- "name": "role",
1697
- "description": "Sets the `role` attribute on the modal content element",
1795
+ "name": "tag",
1796
+ "description": "Sets the semantic HTML element for the quote.",
1698
1797
  "tags": {},
1699
1798
  "values": [
1700
- "dialog",
1701
- "alertDialog"
1799
+ "blockquote",
1800
+ "aside",
1801
+ "q",
1802
+ "div"
1702
1803
  ],
1703
1804
  "type": {
1704
1805
  "name": "string"
1705
1806
  },
1706
- "required": false,
1707
1807
  "defaultValue": {
1708
1808
  "func": false,
1709
- "value": "'dialog'"
1809
+ "value": "'blockquote'"
1710
1810
  }
1711
1811
  },
1712
1812
  {
1713
- "name": "id",
1714
- "description": "Sets unique `id` for modal",
1813
+ "name": "modifier",
1814
+ "description": "Modifies the style variant for the quote",
1815
+ "tags": {
1816
+ "demoSelectMultiple": [
1817
+ {
1818
+ "description": "true",
1819
+ "title": "demoSelectMultiple"
1820
+ }
1821
+ ]
1822
+ },
1823
+ "values": [
1824
+ "pull"
1825
+ ],
1715
1826
  "type": {
1716
1827
  "name": "string"
1717
1828
  },
1718
- "required": false,
1719
1829
  "defaultValue": {
1720
1830
  "func": false,
1721
- "value": "null"
1722
- }
1723
- },
1724
- {
1725
- "name": "overlayClass",
1726
- "description": "Adds custom class to the `cdr-modal__overlay` div",
1727
- "type": {
1728
- "name": "string"
1831
+ "value": "''"
1729
1832
  }
1730
1833
  },
1731
1834
  {
1732
- "name": "wrapperClass",
1733
- "description": "Adds custom class to the `cdr-modal__outerWrap` div",
1835
+ "name": "summary",
1836
+ "description": "Sets the quote body text.",
1734
1837
  "type": {
1735
1838
  "name": "string"
1736
1839
  }
1737
1840
  },
1738
1841
  {
1739
- "name": "contentClass",
1740
- "description": "Adds custom class to the `cdr-modal__innerWrap` div",
1842
+ "name": "citation",
1843
+ "description": "Sets the quote attribution text.",
1741
1844
  "type": {
1742
1845
  "name": "string"
1743
1846
  }
1744
- },
1745
- {
1746
- "name": "animationDuration",
1747
- "description": "Sets duration for modal's close animation",
1748
- "type": {
1749
- "name": "number"
1750
- },
1751
- "defaultValue": {
1752
- "func": false,
1753
- "value": "300"
1754
- }
1755
- }
1756
- ],
1757
- "events": [
1758
- {
1759
- "name": "closed",
1760
- "description": "Fires when modal is closed"
1761
1847
  }
1762
1848
  ],
1763
1849
  "slots": [
1764
- {
1765
- "name": "modal",
1766
- "description": "Use to override the entire CdrModal content container."
1767
- },
1768
- {
1769
- "name": "title",
1770
- "description": "Use to override the default title"
1771
- },
1772
1850
  {
1773
1851
  "name": "default"
1774
1852
  }
1775
1853
  ],
1776
1854
  "sourceFiles": [
1777
- "./src/components/modal/CdrModal.vue"
1855
+ "./src/components/quote/CdrQuote.vue"
1778
1856
  ]
1779
1857
  },
1780
1858
  "CdrPagination": {
@@ -1892,283 +1970,36 @@
1892
1970
  "./src/components/pagination/CdrPagination.vue"
1893
1971
  ]
1894
1972
  },
1895
- "CdrPopover": {
1896
- "displayName": "CdrPopover",
1897
- "description": "Small overlay used to display contextual information",
1973
+ "CdrRadio": {
1974
+ "displayName": "CdrRadio",
1975
+ "description": "Permits the selection of only one option from a list of two or more",
1898
1976
  "tags": {},
1899
1977
  "exportName": "default",
1900
1978
  "props": [
1901
1979
  {
1902
- "name": "position",
1903
- "description": "Sets the position where the popover will render relative to the trigger element.",
1904
- "tags": {
1905
- "demoSelectMultiple": [
1906
- {
1907
- "description": "false",
1908
- "title": "demoSelectMultiple"
1909
- }
1910
- ]
1911
- },
1912
- "values": [
1913
- "top",
1914
- "bottom",
1915
- "left",
1916
- "right"
1917
- ],
1980
+ "name": "labelClass",
1981
+ "description": "Adds CSS class to the label for custom styles.",
1918
1982
  "type": {
1919
1983
  "name": "string"
1920
- },
1921
- "required": false,
1922
- "defaultValue": {
1923
- "func": false,
1924
- "value": "'top'"
1925
1984
  }
1926
1985
  },
1927
1986
  {
1928
- "name": "autoPosition",
1929
- "description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
1987
+ "name": "inputClass",
1988
+ "description": "Adds CSS class to the input for custom styles.",
1930
1989
  "type": {
1931
- "name": "boolean"
1932
- },
1933
- "required": false,
1934
- "defaultValue": {
1935
- "func": false,
1936
- "value": true
1990
+ "name": "string"
1937
1991
  }
1938
1992
  },
1939
1993
  {
1940
- "name": "label",
1941
- "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
1994
+ "name": "contentClass",
1995
+ "description": "Adds CSS class to the slot wrapper for custom styles.",
1942
1996
  "type": {
1943
1997
  "name": "string"
1944
- },
1945
- "required": false
1998
+ }
1946
1999
  },
1947
2000
  {
1948
- "name": "id",
1949
- "description": "ID for the popover element, required for accessibility",
1950
- "type": {
1951
- "name": "string"
1952
- },
1953
- "required": true
1954
- },
1955
- {
1956
- "name": "contentClass",
1957
- "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
1958
- "type": {
1959
- "name": "string"
1960
- },
1961
- "required": false
1962
- },
1963
- {
1964
- "name": "open",
1965
- "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
1966
- "tags": {
1967
- "demoIgnore": [
1968
- {
1969
- "description": "true",
1970
- "title": "demoIgnore"
1971
- }
1972
- ]
1973
- },
1974
- "type": {
1975
- "name": "boolean"
1976
- },
1977
- "required": false,
1978
- "defaultValue": {
1979
- "func": false,
1980
- "value": false
1981
- }
1982
- }
1983
- ],
1984
- "events": [
1985
- {
1986
- "name": "opened",
1987
- "description": "Emits when popover is opened"
1988
- },
1989
- {
1990
- "name": "closed",
1991
- "description": "Emits when popover is closed"
1992
- }
1993
- ],
1994
- "slots": [
1995
- {
1996
- "name": "trigger",
1997
- "description": " Slot for the element that triggers the popover."
1998
- },
1999
- {
2000
- "name": "title",
2001
- "description": "Sets the title for the popover. Can also be set with `label` prop"
2002
- },
2003
- {
2004
- "name": "default"
2005
- },
2006
- {
2007
- "name": "icon"
2008
- }
2009
- ],
2010
- "sourceFiles": [
2011
- "./src/components/popover/CdrPopover.vue"
2012
- ]
2013
- },
2014
- "CdrPopup": {
2015
- "displayName": "CdrPopup",
2016
- "exportName": "default",
2017
- "description": "",
2018
- "tags": {},
2019
- "props": [
2020
- {
2021
- "name": "opened",
2022
- "type": {
2023
- "name": "boolean"
2024
- },
2025
- "defaultValue": {
2026
- "func": false,
2027
- "value": false
2028
- }
2029
- },
2030
- {
2031
- "name": "position",
2032
- "type": {
2033
- "name": "string"
2034
- },
2035
- "required": false,
2036
- "defaultValue": {
2037
- "func": false,
2038
- "value": "'top'"
2039
- }
2040
- },
2041
- {
2042
- "name": "autoPosition",
2043
- "type": {
2044
- "name": "boolean"
2045
- },
2046
- "defaultValue": {
2047
- "func": false,
2048
- "value": true
2049
- }
2050
- },
2051
- {
2052
- "name": "contentClass",
2053
- "type": {
2054
- "name": "string"
2055
- }
2056
- }
2057
- ],
2058
- "events": [
2059
- {
2060
- "name": "closed"
2061
- }
2062
- ],
2063
- "slots": [
2064
- {
2065
- "name": "default"
2066
- }
2067
- ],
2068
- "sourceFiles": [
2069
- "./src/components/popup/CdrPopup.vue"
2070
- ]
2071
- },
2072
- "CdrQuote": {
2073
- "displayName": "CdrQuote",
2074
- "description": "Short excerpt used to emphasize content or break up a large body of text",
2075
- "tags": {},
2076
- "exportName": "default",
2077
- "props": [
2078
- {
2079
- "name": "tag",
2080
- "description": "Sets the semantic HTML element for the quote.",
2081
- "tags": {},
2082
- "values": [
2083
- "blockquote",
2084
- "aside",
2085
- "q",
2086
- "div"
2087
- ],
2088
- "type": {
2089
- "name": "string"
2090
- },
2091
- "defaultValue": {
2092
- "func": false,
2093
- "value": "'blockquote'"
2094
- }
2095
- },
2096
- {
2097
- "name": "modifier",
2098
- "description": "Modifies the style variant for the quote",
2099
- "tags": {
2100
- "demoSelectMultiple": [
2101
- {
2102
- "description": "true",
2103
- "title": "demoSelectMultiple"
2104
- }
2105
- ]
2106
- },
2107
- "values": [
2108
- "pull"
2109
- ],
2110
- "type": {
2111
- "name": "string"
2112
- },
2113
- "defaultValue": {
2114
- "func": false,
2115
- "value": "''"
2116
- }
2117
- },
2118
- {
2119
- "name": "summary",
2120
- "description": "Sets the quote body text.",
2121
- "type": {
2122
- "name": "string"
2123
- }
2124
- },
2125
- {
2126
- "name": "citation",
2127
- "description": "Sets the quote attribution text.",
2128
- "type": {
2129
- "name": "string"
2130
- }
2131
- }
2132
- ],
2133
- "slots": [
2134
- {
2135
- "name": "default"
2136
- }
2137
- ],
2138
- "sourceFiles": [
2139
- "./src/components/quote/CdrQuote.vue"
2140
- ]
2141
- },
2142
- "CdrRadio": {
2143
- "displayName": "CdrRadio",
2144
- "description": "Permits the selection of only one option from a list of two or more",
2145
- "tags": {},
2146
- "exportName": "default",
2147
- "props": [
2148
- {
2149
- "name": "labelClass",
2150
- "description": "Adds CSS class to the label for custom styles.",
2151
- "type": {
2152
- "name": "string"
2153
- }
2154
- },
2155
- {
2156
- "name": "inputClass",
2157
- "description": "Adds CSS class to the input for custom styles.",
2158
- "type": {
2159
- "name": "string"
2160
- }
2161
- },
2162
- {
2163
- "name": "contentClass",
2164
- "description": "Adds CSS class to the slot wrapper for custom styles.",
2165
- "type": {
2166
- "name": "string"
2167
- }
2168
- },
2169
- {
2170
- "name": "name",
2171
- "description": "Sets the name of the radio button.",
2001
+ "name": "name",
2002
+ "description": "Sets the name of the radio button.",
2172
2003
  "type": {
2173
2004
  "name": "string"
2174
2005
  },
@@ -2284,130 +2115,201 @@
2284
2115
  "./src/components/radio/CdrRadio.vue"
2285
2116
  ]
2286
2117
  },
2287
- "CdrSkeleton": {
2288
- "displayName": "CdrSkeleton",
2289
- "description": "Visually communicates content is in the process of loading",
2118
+ "CdrModal": {
2119
+ "displayName": "CdrModal",
2120
+ "description": "Disruptive, action-blocking overlays used to display important information",
2290
2121
  "tags": {},
2291
2122
  "exportName": "default",
2292
2123
  "props": [
2293
2124
  {
2294
- "name": "motion",
2295
- "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.",
2125
+ "name": "opened",
2126
+ "description": "Toggles the state of the modal",
2127
+ "tags": {
2128
+ "demoIgnore": [
2129
+ {
2130
+ "description": "true",
2131
+ "title": "demoIgnore"
2132
+ }
2133
+ ]
2134
+ },
2135
+ "type": {
2136
+ "name": "boolean"
2137
+ },
2138
+ "required": true
2139
+ },
2140
+ {
2141
+ "name": "label",
2142
+ "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
2143
+ "type": {
2144
+ "name": "string"
2145
+ },
2146
+ "required": true
2147
+ },
2148
+ {
2149
+ "name": "showTitle",
2150
+ "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
2296
2151
  "type": {
2297
2152
  "name": "boolean"
2298
2153
  },
2154
+ "required": false,
2299
2155
  "defaultValue": {
2300
2156
  "func": false,
2301
2157
  "value": true
2302
2158
  }
2159
+ },
2160
+ {
2161
+ "name": "ariaDescribedby",
2162
+ "description": "Text for aria-describedby attribute. Applied to modal content element",
2163
+ "type": {
2164
+ "name": "string"
2165
+ },
2166
+ "required": false,
2167
+ "defaultValue": {
2168
+ "func": false,
2169
+ "value": "null"
2170
+ }
2171
+ },
2172
+ {
2173
+ "name": "role",
2174
+ "description": "Sets the `role` attribute on the modal content element",
2175
+ "tags": {},
2176
+ "values": [
2177
+ "dialog",
2178
+ "alertDialog"
2179
+ ],
2180
+ "type": {
2181
+ "name": "string"
2182
+ },
2183
+ "required": false,
2184
+ "defaultValue": {
2185
+ "func": false,
2186
+ "value": "'dialog'"
2187
+ }
2188
+ },
2189
+ {
2190
+ "name": "id",
2191
+ "description": "Sets unique `id` for modal",
2192
+ "type": {
2193
+ "name": "string"
2194
+ },
2195
+ "required": false,
2196
+ "defaultValue": {
2197
+ "func": false,
2198
+ "value": "null"
2199
+ }
2200
+ },
2201
+ {
2202
+ "name": "overlayClass",
2203
+ "description": "Adds custom class to the `cdr-modal__overlay` div",
2204
+ "type": {
2205
+ "name": "string"
2206
+ }
2207
+ },
2208
+ {
2209
+ "name": "wrapperClass",
2210
+ "description": "Adds custom class to the `cdr-modal__outerWrap` div",
2211
+ "type": {
2212
+ "name": "string"
2213
+ }
2214
+ },
2215
+ {
2216
+ "name": "contentClass",
2217
+ "description": "Adds custom class to the `cdr-modal__innerWrap` div",
2218
+ "type": {
2219
+ "name": "string"
2220
+ }
2221
+ },
2222
+ {
2223
+ "name": "animationDuration",
2224
+ "description": "Sets duration for modal's close animation",
2225
+ "type": {
2226
+ "name": "number"
2227
+ },
2228
+ "defaultValue": {
2229
+ "func": false,
2230
+ "value": "300"
2231
+ }
2232
+ }
2233
+ ],
2234
+ "events": [
2235
+ {
2236
+ "name": "closed",
2237
+ "description": "Fires when modal is closed"
2303
2238
  }
2304
2239
  ],
2305
2240
  "slots": [
2306
2241
  {
2307
- "name": "default",
2308
- "description": "CdrSkeleton content (CdrSkeletonBone components)"
2242
+ "name": "modal",
2243
+ "description": "Use to override the entire CdrModal content container."
2244
+ },
2245
+ {
2246
+ "name": "title",
2247
+ "description": "Use to override the default title"
2248
+ },
2249
+ {
2250
+ "name": "default"
2309
2251
  }
2310
2252
  ],
2311
2253
  "sourceFiles": [
2312
- "./src/components/skeleton/CdrSkeleton.vue"
2254
+ "./src/components/modal/CdrModal.vue"
2313
2255
  ]
2314
2256
  },
2315
- "CdrSwitch": {
2316
- "displayName": "CdrSwitch",
2317
- "description": "Permits selection from two opposing options",
2318
- "tags": {},
2257
+ "CdrPopup": {
2258
+ "displayName": "CdrPopup",
2319
2259
  "exportName": "default",
2260
+ "description": "",
2261
+ "tags": {},
2320
2262
  "props": [
2321
2263
  {
2322
- "name": "id",
2323
- "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
2264
+ "name": "opened",
2324
2265
  "type": {
2325
- "name": "string"
2266
+ "name": "boolean"
2267
+ },
2268
+ "defaultValue": {
2269
+ "func": false,
2270
+ "value": false
2326
2271
  }
2327
2272
  },
2328
2273
  {
2329
- "name": "size",
2330
- "description": "Sets the size of the switch",
2331
- "tags": {
2332
- "demoSelectMultiple": [
2333
- {
2334
- "description": "false",
2335
- "title": "demoSelectMultiple"
2336
- }
2337
- ]
2338
- },
2339
- "values": [
2340
- "medium",
2341
- "large"
2342
- ],
2274
+ "name": "position",
2343
2275
  "type": {
2344
2276
  "name": "string"
2345
2277
  },
2278
+ "required": false,
2346
2279
  "defaultValue": {
2347
2280
  "func": false,
2348
- "value": "'medium'"
2281
+ "value": "'top'"
2349
2282
  }
2350
2283
  },
2351
2284
  {
2352
- "name": "fullWidth",
2353
- "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
2285
+ "name": "autoPosition",
2354
2286
  "type": {
2355
2287
  "name": "boolean"
2356
2288
  },
2357
2289
  "defaultValue": {
2358
2290
  "func": false,
2359
- "value": false
2291
+ "value": true
2360
2292
  }
2361
2293
  },
2362
2294
  {
2363
- "name": "modelValue",
2364
- "tags": {
2365
- "demoIgnore": [
2366
- {
2367
- "description": "true",
2368
- "title": "demoIgnore"
2369
- }
2370
- ]
2371
- },
2295
+ "name": "contentClass",
2372
2296
  "type": {
2373
- "name": "boolean"
2374
- },
2375
- "required": true
2297
+ "name": "string"
2298
+ }
2376
2299
  }
2377
2300
  ],
2378
2301
  "events": [
2379
2302
  {
2380
- "name": "update:modelValue",
2381
- "description": "Event emitted by v-model on switch",
2382
- "properties": [
2383
- {
2384
- "type": {
2385
- "names": [
2386
- "mixed"
2387
- ]
2388
- },
2389
- "name": "modelValue"
2390
- }
2391
- ],
2392
- "tags": [
2393
- {
2394
- "title": "param",
2395
- "type": {
2396
- "name": "mixed"
2397
- },
2398
- "name": "modelValue"
2399
- }
2400
- ]
2303
+ "name": "closed"
2401
2304
  }
2402
2305
  ],
2403
2306
  "slots": [
2404
2307
  {
2405
- "name": "default",
2406
- "description": "The label for the switch"
2308
+ "name": "default"
2407
2309
  }
2408
2310
  ],
2409
2311
  "sourceFiles": [
2410
- "./src/components/switch/CdrSwitch.vue"
2312
+ "./src/components/popup/CdrPopup.vue"
2411
2313
  ]
2412
2314
  },
2413
2315
  "CdrRating": {
@@ -2487,44 +2389,6 @@
2487
2389
  "./src/components/rating/CdrRating.vue"
2488
2390
  ]
2489
2391
  },
2490
- "CdrSkeletonBone": {
2491
- "displayName": "CdrSkeletonBone",
2492
- "exportName": "default",
2493
- "description": "",
2494
- "tags": {},
2495
- "props": [
2496
- {
2497
- "name": "type",
2498
- "description": "Sets the type of content placeholder",
2499
- "tags": {
2500
- "demoSelectMultiple": [
2501
- {
2502
- "description": "false",
2503
- "title": "demoSelectMultiple"
2504
- }
2505
- ]
2506
- },
2507
- "values": [
2508
- "default",
2509
- "heading",
2510
- "line",
2511
- "rectangle",
2512
- "square"
2513
- ],
2514
- "type": {
2515
- "name": "string"
2516
- },
2517
- "required": false,
2518
- "defaultValue": {
2519
- "func": false,
2520
- "value": "'default'"
2521
- }
2522
- }
2523
- ],
2524
- "sourceFiles": [
2525
- "./src/components/skeleton/CdrSkeletonBone.vue"
2526
- ]
2527
- },
2528
2392
  "CdrSelect": {
2529
2393
  "displayName": "CdrSelect",
2530
2394
  "description": "Allows the selection of one or more options from a dropdown list",
@@ -2730,6 +2594,94 @@
2730
2594
  "./src/components/select/CdrSelect.vue"
2731
2595
  ]
2732
2596
  },
2597
+ "CdrSkeletonBone": {
2598
+ "displayName": "CdrSkeletonBone",
2599
+ "exportName": "default",
2600
+ "description": "",
2601
+ "tags": {},
2602
+ "props": [
2603
+ {
2604
+ "name": "type",
2605
+ "description": "Sets the type of content placeholder",
2606
+ "tags": {
2607
+ "demoSelectMultiple": [
2608
+ {
2609
+ "description": "false",
2610
+ "title": "demoSelectMultiple"
2611
+ }
2612
+ ]
2613
+ },
2614
+ "values": [
2615
+ "default",
2616
+ "heading",
2617
+ "line",
2618
+ "rectangle",
2619
+ "square"
2620
+ ],
2621
+ "type": {
2622
+ "name": "string"
2623
+ },
2624
+ "required": false,
2625
+ "defaultValue": {
2626
+ "func": false,
2627
+ "value": "'default'"
2628
+ }
2629
+ }
2630
+ ],
2631
+ "sourceFiles": [
2632
+ "./src/components/skeleton/CdrSkeletonBone.vue"
2633
+ ]
2634
+ },
2635
+ "CdrTabPanel": {
2636
+ "displayName": "CdrTabPanel",
2637
+ "exportName": "default",
2638
+ "description": "",
2639
+ "tags": {},
2640
+ "props": [
2641
+ {
2642
+ "name": "id",
2643
+ "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.",
2644
+ "type": {
2645
+ "name": "string"
2646
+ }
2647
+ },
2648
+ {
2649
+ "name": "name",
2650
+ "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.",
2651
+ "type": {
2652
+ "name": "string"
2653
+ }
2654
+ },
2655
+ {
2656
+ "name": "ariaLabelledby",
2657
+ "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.",
2658
+ "type": {
2659
+ "name": "string"
2660
+ }
2661
+ }
2662
+ ],
2663
+ "events": [
2664
+ {
2665
+ "name": "tab-change",
2666
+ "description": "Emits when active tab is changed",
2667
+ "tags": [
2668
+ {
2669
+ "title": "params",
2670
+ "content": "state, panelId"
2671
+ }
2672
+ ]
2673
+ }
2674
+ ],
2675
+ "slots": [
2676
+ {
2677
+ "name": "default",
2678
+ "description": "CdrTabPanel content"
2679
+ }
2680
+ ],
2681
+ "sourceFiles": [
2682
+ "./src/components/tabs/CdrTabPanel.vue"
2683
+ ]
2684
+ },
2733
2685
  "CdrTable": {
2734
2686
  "displayName": "CdrTable",
2735
2687
  "description": "Organizes structured data for users to easily scan, compare, and analyze",
@@ -2826,42 +2778,118 @@
2826
2778
  "./src/components/table/CdrTable.vue"
2827
2779
  ]
2828
2780
  },
2829
- "CdrTabPanel": {
2830
- "displayName": "CdrTabPanel",
2781
+ "CdrSkeleton": {
2782
+ "displayName": "CdrSkeleton",
2783
+ "description": "Visually communicates content is in the process of loading",
2784
+ "tags": {},
2831
2785
  "exportName": "default",
2832
- "description": "",
2786
+ "props": [
2787
+ {
2788
+ "name": "motion",
2789
+ "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.",
2790
+ "type": {
2791
+ "name": "boolean"
2792
+ },
2793
+ "defaultValue": {
2794
+ "func": false,
2795
+ "value": true
2796
+ }
2797
+ }
2798
+ ],
2799
+ "slots": [
2800
+ {
2801
+ "name": "default",
2802
+ "description": "CdrSkeleton content (CdrSkeletonBone components)"
2803
+ }
2804
+ ],
2805
+ "sourceFiles": [
2806
+ "./src/components/skeleton/CdrSkeleton.vue"
2807
+ ]
2808
+ },
2809
+ "CdrSwitch": {
2810
+ "displayName": "CdrSwitch",
2811
+ "description": "Permits selection from two opposing options",
2833
2812
  "tags": {},
2813
+ "exportName": "default",
2834
2814
  "props": [
2835
2815
  {
2836
2816
  "name": "id",
2837
- "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.",
2817
+ "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
2818
+ "type": {
2819
+ "name": "string"
2820
+ }
2821
+ },
2822
+ {
2823
+ "name": "size",
2824
+ "description": "Sets the size of the switch",
2825
+ "tags": {
2826
+ "demoSelectMultiple": [
2827
+ {
2828
+ "description": "false",
2829
+ "title": "demoSelectMultiple"
2830
+ }
2831
+ ]
2832
+ },
2833
+ "values": [
2834
+ "medium",
2835
+ "large"
2836
+ ],
2838
2837
  "type": {
2839
2838
  "name": "string"
2839
+ },
2840
+ "defaultValue": {
2841
+ "func": false,
2842
+ "value": "'medium'"
2840
2843
  }
2841
2844
  },
2842
2845
  {
2843
- "name": "name",
2844
- "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.",
2846
+ "name": "fullWidth",
2847
+ "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
2845
2848
  "type": {
2846
- "name": "string"
2849
+ "name": "boolean"
2850
+ },
2851
+ "defaultValue": {
2852
+ "func": false,
2853
+ "value": false
2847
2854
  }
2848
2855
  },
2849
2856
  {
2850
- "name": "ariaLabelledby",
2851
- "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.",
2857
+ "name": "modelValue",
2858
+ "tags": {
2859
+ "demoIgnore": [
2860
+ {
2861
+ "description": "true",
2862
+ "title": "demoIgnore"
2863
+ }
2864
+ ]
2865
+ },
2852
2866
  "type": {
2853
- "name": "string"
2854
- }
2867
+ "name": "boolean"
2868
+ },
2869
+ "required": true
2855
2870
  }
2856
2871
  ],
2857
2872
  "events": [
2858
2873
  {
2859
- "name": "tab-change",
2860
- "description": "Emits when active tab is changed",
2874
+ "name": "update:modelValue",
2875
+ "description": "Event emitted by v-model on switch",
2876
+ "properties": [
2877
+ {
2878
+ "type": {
2879
+ "names": [
2880
+ "mixed"
2881
+ ]
2882
+ },
2883
+ "name": "modelValue"
2884
+ }
2885
+ ],
2861
2886
  "tags": [
2862
2887
  {
2863
- "title": "params",
2864
- "content": "state, panelId"
2888
+ "title": "param",
2889
+ "type": {
2890
+ "name": "mixed"
2891
+ },
2892
+ "name": "modelValue"
2865
2893
  }
2866
2894
  ]
2867
2895
  }
@@ -2869,39 +2897,11 @@
2869
2897
  "slots": [
2870
2898
  {
2871
2899
  "name": "default",
2872
- "description": "CdrTabPanel content"
2873
- }
2874
- ],
2875
- "sourceFiles": [
2876
- "./src/components/tabs/CdrTabPanel.vue"
2877
- ]
2878
- },
2879
- "CdrText": {
2880
- "displayName": "CdrText",
2881
- "description": "Text container used for any text element such as paragraphs, headings, and lists",
2882
- "tags": {},
2883
- "exportName": "default",
2884
- "props": [
2885
- {
2886
- "name": "tag",
2887
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
2888
- "type": {
2889
- "name": "string"
2890
- },
2891
- "defaultValue": {
2892
- "func": false,
2893
- "value": "'p'"
2894
- }
2895
- }
2896
- ],
2897
- "slots": [
2898
- {
2899
- "name": "default",
2900
- "description": "CdrText content"
2900
+ "description": "The label for the switch"
2901
2901
  }
2902
2902
  ],
2903
2903
  "sourceFiles": [
2904
- "./src/components/text/CdrText.vue"
2904
+ "./src/components/switch/CdrSwitch.vue"
2905
2905
  ]
2906
2906
  },
2907
2907
  "CdrTabs": {
@@ -2986,6 +2986,86 @@
2986
2986
  "./src/components/tabs/CdrTabs.vue"
2987
2987
  ]
2988
2988
  },
2989
+ "CdrToggleGroup": {
2990
+ "displayName": "CdrToggleGroup",
2991
+ "exportName": "default",
2992
+ "description": "",
2993
+ "tags": {},
2994
+ "props": [
2995
+ {
2996
+ "name": "modelValue",
2997
+ "tags": {
2998
+ "ignore": [
2999
+ {
3000
+ "description": true,
3001
+ "title": "ignore"
3002
+ }
3003
+ ]
3004
+ },
3005
+ "type": {
3006
+ "name": "string|number|boolean|object|array"
3007
+ },
3008
+ "required": true
3009
+ },
3010
+ {
3011
+ "name": "size",
3012
+ "description": "Sets toggle button size",
3013
+ "tags": {
3014
+ "demoSelectMultiple": [
3015
+ {
3016
+ "description": "false",
3017
+ "title": "demoSelectMultiple"
3018
+ }
3019
+ ]
3020
+ },
3021
+ "values": [
3022
+ "medium",
3023
+ "large"
3024
+ ],
3025
+ "type": {
3026
+ "name": "string"
3027
+ },
3028
+ "defaultValue": {
3029
+ "func": false,
3030
+ "value": "'medium'"
3031
+ }
3032
+ }
3033
+ ],
3034
+ "events": [
3035
+ {
3036
+ "name": "update:modelValue",
3037
+ "description": "Event emitted by v-model",
3038
+ "properties": [
3039
+ {
3040
+ "type": {
3041
+ "names": [
3042
+ "mixed"
3043
+ ]
3044
+ },
3045
+ "name": "modelValue"
3046
+ }
3047
+ ],
3048
+ "tags": [
3049
+ {
3050
+ "title": "param",
3051
+ "type": {
3052
+ "name": "mixed"
3053
+ },
3054
+ "name": "modelValue"
3055
+ }
3056
+ ]
3057
+ }
3058
+ ],
3059
+ "slots": [
3060
+ {
3061
+ "name": "default",
3062
+ "description": "CdrToggleGroup content (CdrToggleButton components)"
3063
+ }
3064
+ ],
3065
+ "sourceFiles": [
3066
+ "./src/components/toggleButton/CdrToggleGroup.vue"
3067
+ ]
3068
+ },
2989
3069
  "CdrToast": {
2990
3070
  "displayName": "CdrToast",
2991
3071
  "description": "Non-modal dialog used to communicate the status of a task or process",
@@ -3087,109 +3167,57 @@
3087
3167
  "./src/components/toast/CdrToast.vue"
3088
3168
  ]
3089
3169
  },
3090
- "CdrToggleButton": {
3091
- "displayName": "CdrToggleButton",
3092
- "description": "Permits switching two or more options on and off",
3170
+ "CdrText": {
3171
+ "displayName": "CdrText",
3172
+ "description": "Text container used for any text element such as paragraphs, headings, and lists",
3093
3173
  "tags": {},
3094
3174
  "exportName": "default",
3095
3175
  "props": [
3096
3176
  {
3097
- "name": "toggleValue",
3098
- "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
3177
+ "name": "tag",
3178
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
3099
3179
  "type": {
3100
3180
  "name": "string"
3101
3181
  },
3102
- "required": true
3182
+ "defaultValue": {
3183
+ "func": false,
3184
+ "value": "'p'"
3185
+ }
3103
3186
  }
3104
3187
  ],
3105
3188
  "slots": [
3106
3189
  {
3107
3190
  "name": "default",
3108
- "description": "CdrToggleButton label content"
3191
+ "description": "CdrText content"
3109
3192
  }
3110
3193
  ],
3111
3194
  "sourceFiles": [
3112
- "./src/components/toggleButton/CdrToggleButton.vue"
3195
+ "./src/components/text/CdrText.vue"
3113
3196
  ]
3114
3197
  },
3115
- "CdrToggleGroup": {
3116
- "displayName": "CdrToggleGroup",
3117
- "exportName": "default",
3118
- "description": "",
3198
+ "CdrToggleButton": {
3199
+ "displayName": "CdrToggleButton",
3200
+ "description": "Permits switching two or more options on and off",
3119
3201
  "tags": {},
3202
+ "exportName": "default",
3120
3203
  "props": [
3121
3204
  {
3122
- "name": "modelValue",
3123
- "tags": {
3124
- "ignore": [
3125
- {
3126
- "description": true,
3127
- "title": "ignore"
3128
- }
3129
- ]
3130
- },
3131
- "type": {
3132
- "name": "string|number|boolean|object|array"
3133
- },
3134
- "required": true
3135
- },
3136
- {
3137
- "name": "size",
3138
- "description": "Sets toggle button size",
3139
- "tags": {
3140
- "demoSelectMultiple": [
3141
- {
3142
- "description": "false",
3143
- "title": "demoSelectMultiple"
3144
- }
3145
- ]
3146
- },
3147
- "values": [
3148
- "medium",
3149
- "large"
3150
- ],
3205
+ "name": "toggleValue",
3206
+ "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
3151
3207
  "type": {
3152
3208
  "name": "string"
3153
3209
  },
3154
- "defaultValue": {
3155
- "func": false,
3156
- "value": "'medium'"
3157
- }
3158
- }
3159
- ],
3160
- "events": [
3161
- {
3162
- "name": "update:modelValue",
3163
- "description": "Event emitted by v-model",
3164
- "properties": [
3165
- {
3166
- "type": {
3167
- "names": [
3168
- "mixed"
3169
- ]
3170
- },
3171
- "name": "modelValue"
3172
- }
3173
- ],
3174
- "tags": [
3175
- {
3176
- "title": "param",
3177
- "type": {
3178
- "name": "mixed"
3179
- },
3180
- "name": "modelValue"
3181
- }
3182
- ]
3210
+ "required": true
3183
3211
  }
3184
3212
  ],
3185
3213
  "slots": [
3186
3214
  {
3187
3215
  "name": "default",
3188
- "description": "CdrToggleGroup content (CdrToggleButton components)"
3216
+ "description": "CdrToggleButton label content"
3189
3217
  }
3190
3218
  ],
3191
3219
  "sourceFiles": [
3192
- "./src/components/toggleButton/CdrToggleGroup.vue"
3220
+ "./src/components/toggleButton/CdrToggleButton.vue"
3193
3221
  ]
3194
3222
  },
3195
3223
  "CdrTooltip": {