@rei/cedar 13.5.2 → 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 (88) hide show
  1. package/dist/cedar-compiled.css +1031 -1031
  2. package/dist/cedar.umd.js +2 -2
  3. package/dist/component-docgen.json +1087 -1080
  4. package/dist/icon-component-docgen.json +401 -401
  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/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  11. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  12. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  13. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  14. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
  15. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  16. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  17. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  18. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  19. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  20. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  21. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  22. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  23. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  24. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  25. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
  26. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  27. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  28. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  29. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  30. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  31. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  32. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  33. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
  34. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
  35. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  36. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  37. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  38. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  39. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  40. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  41. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  42. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  43. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  44. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  45. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  46. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  47. package/dist/style/cdr-accordion-group.css +1 -1
  48. package/dist/style/cdr-accordion.css +1 -1
  49. package/dist/style/cdr-banner.css +1 -1
  50. package/dist/style/cdr-breadcrumb.css +1 -1
  51. package/dist/style/cdr-button.css +1 -1
  52. package/dist/style/cdr-caption.css +1 -1
  53. package/dist/style/cdr-card.css +1 -1
  54. package/dist/style/cdr-checkbox.css +1 -1
  55. package/dist/style/cdr-chip-group.css +1 -1
  56. package/dist/style/cdr-chip.css +1 -1
  57. package/dist/style/cdr-container.css +1 -1
  58. package/dist/style/cdr-form-error.css +1 -1
  59. package/dist/style/cdr-form-group.css +1 -1
  60. package/dist/style/cdr-grid.css +1 -1
  61. package/dist/style/cdr-icon.css +1 -1
  62. package/dist/style/cdr-img.css +1 -1
  63. package/dist/style/cdr-input.css +1 -1
  64. package/dist/style/cdr-label-standalone.css +1 -1
  65. package/dist/style/cdr-label-wrapper.css +1 -1
  66. package/dist/style/cdr-link.css +1 -1
  67. package/dist/style/cdr-list.css +1 -1
  68. package/dist/style/cdr-modal.css +1 -1
  69. package/dist/style/cdr-pagination.css +1 -1
  70. package/dist/style/cdr-popover.css +1 -1
  71. package/dist/style/cdr-popup.css +1 -1
  72. package/dist/style/cdr-quote.css +1 -1
  73. package/dist/style/cdr-radio.css +1 -1
  74. package/dist/style/cdr-rating.css +1 -1
  75. package/dist/style/cdr-select.css +1 -1
  76. package/dist/style/cdr-skeleton-bone.css +1 -1
  77. package/dist/style/cdr-skeleton.css +1 -1
  78. package/dist/style/cdr-switch.css +1 -1
  79. package/dist/style/cdr-tab-panel.css +1 -1
  80. package/dist/style/cdr-table.css +1 -1
  81. package/dist/style/cdr-tabs.css +1 -1
  82. package/dist/style/cdr-text.css +1 -1
  83. package/dist/style/cdr-toast.css +1 -1
  84. package/dist/style/cdr-toggle-button.css +1 -1
  85. package/dist/style/cdr-toggle-group.css +1 -1
  86. package/dist/style/cdr-tooltip.css +1 -1
  87. package/dist/style.css +1 -1
  88. package/package.json +2 -2
@@ -1,105 +1,38 @@
1
1
  {
2
- "CdrBreadcrumb": {
3
- "displayName": "CdrBreadcrumb",
4
- "description": "Navigation used to reveal a page's location within the site hierarchy",
5
- "tags": {},
2
+ "CdrAccordionGroup": {
3
+ "displayName": "CdrAccordionGroup",
6
4
  "exportName": "default",
5
+ "description": "",
6
+ "tags": {},
7
7
  "props": [
8
8
  {
9
- "name": "items",
10
- "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
11
- "tags": {
12
- "demoIgnore": [
13
- {
14
- "description": "true",
15
- "title": "demoIgnore"
16
- }
17
- ]
18
- },
19
- "type": {
20
- "name": "array"
21
- },
22
- "defaultValue": {
23
- "func": false,
24
- "value": []
25
- }
26
- },
27
- {
28
- "name": "truncationEnabled",
29
- "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
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
+ ],
30
19
  "type": {
31
- "name": "boolean"
20
+ "name": "string|boolean"
32
21
  },
33
22
  "defaultValue": {
34
23
  "func": false,
35
- "value": true
36
- }
37
- },
38
- {
39
- "name": "id",
40
- "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
41
- "tags": {
42
- "demoIgnore": [
43
- {
44
- "description": "true",
45
- "title": "demoIgnore"
46
- }
47
- ]
48
- },
49
- "type": {
50
- "name": "string"
24
+ "value": false
51
25
  }
52
26
  }
53
27
  ],
54
- "events": [
55
- {
56
- "name": "navigate",
57
- "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
58
- "properties": [
59
- {
60
- "type": {
61
- "names": [
62
- "mixed"
63
- ]
64
- },
65
- "name": "breadcrumb",
66
- "description": "The breadcrumb data object"
67
- }
68
- ],
69
- "tags": [
70
- {
71
- "title": "param",
72
- "type": {
73
- "name": "mixed"
74
- },
75
- "name": "breadcrumb",
76
- "description": "The breadcrumb data object"
77
- }
78
- ]
79
- }
80
- ],
81
28
  "slots": [
82
29
  {
83
- "name": "link",
84
- "scoped": true,
85
- "bindings": [
86
- {
87
- "name": "class",
88
- "title": "binding"
89
- },
90
- {
91
- "name": "href",
92
- "title": "binding"
93
- },
94
- {
95
- "name": "content",
96
- "title": "binding"
97
- }
98
- ]
30
+ "name": "default",
31
+ "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
99
32
  }
100
33
  ],
101
34
  "sourceFiles": [
102
- "./src/components/breadcrumb/CdrBreadcrumb.vue"
35
+ "./src/components/accordion/CdrAccordionGroup.vue"
103
36
  ]
104
37
  },
105
38
  "CdrAccordion": {
@@ -228,6 +161,109 @@
228
161
  "./src/components/accordion/CdrAccordion.vue"
229
162
  ]
230
163
  },
164
+ "CdrBreadcrumb": {
165
+ "displayName": "CdrBreadcrumb",
166
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
167
+ "tags": {},
168
+ "exportName": "default",
169
+ "props": [
170
+ {
171
+ "name": "items",
172
+ "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
173
+ "tags": {
174
+ "demoIgnore": [
175
+ {
176
+ "description": "true",
177
+ "title": "demoIgnore"
178
+ }
179
+ ]
180
+ },
181
+ "type": {
182
+ "name": "array"
183
+ },
184
+ "defaultValue": {
185
+ "func": false,
186
+ "value": []
187
+ }
188
+ },
189
+ {
190
+ "name": "truncationEnabled",
191
+ "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
192
+ "type": {
193
+ "name": "boolean"
194
+ },
195
+ "defaultValue": {
196
+ "func": false,
197
+ "value": true
198
+ }
199
+ },
200
+ {
201
+ "name": "id",
202
+ "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
203
+ "tags": {
204
+ "demoIgnore": [
205
+ {
206
+ "description": "true",
207
+ "title": "demoIgnore"
208
+ }
209
+ ]
210
+ },
211
+ "type": {
212
+ "name": "string"
213
+ }
214
+ }
215
+ ],
216
+ "events": [
217
+ {
218
+ "name": "navigate",
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
+ ]
241
+ }
242
+ ],
243
+ "slots": [
244
+ {
245
+ "name": "link",
246
+ "scoped": true,
247
+ "bindings": [
248
+ {
249
+ "name": "class",
250
+ "title": "binding"
251
+ },
252
+ {
253
+ "name": "href",
254
+ "title": "binding"
255
+ },
256
+ {
257
+ "name": "content",
258
+ "title": "binding"
259
+ }
260
+ ]
261
+ }
262
+ ],
263
+ "sourceFiles": [
264
+ "./src/components/breadcrumb/CdrBreadcrumb.vue"
265
+ ]
266
+ },
231
267
  "CdrBanner": {
232
268
  "displayName": "CdrBanner",
233
269
  "description": "Provides contextual feedback messages for typical user actions",
@@ -328,42 +364,6 @@
328
364
  "./src/components/caption/CdrCaption.vue"
329
365
  ]
330
366
  },
331
- "CdrAccordionGroup": {
332
- "displayName": "CdrAccordionGroup",
333
- "exportName": "default",
334
- "description": "",
335
- "tags": {},
336
- "props": [
337
- {
338
- "name": "unwrap",
339
- "description": "A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.",
340
- "tags": {},
341
- "values": [
342
- "@xs",
343
- "@sm",
344
- "@md",
345
- "@lg",
346
- "true"
347
- ],
348
- "type": {
349
- "name": "string|boolean"
350
- },
351
- "defaultValue": {
352
- "func": false,
353
- "value": false
354
- }
355
- }
356
- ],
357
- "slots": [
358
- {
359
- "name": "default",
360
- "description": "CdrAccordionGroup content (i.e. CdrAccordion components)"
361
- }
362
- ],
363
- "sourceFiles": [
364
- "./src/components/accordion/CdrAccordionGroup.vue"
365
- ]
366
- },
367
367
  "CdrCard": {
368
368
  "displayName": "CdrCard",
369
369
  "description": "Related, interactive containers linking to a single subject or destination",
@@ -392,35 +392,12 @@
392
392
  "./src/components/card/CdrCard.vue"
393
393
  ]
394
394
  },
395
- "CdrChip": {
396
- "displayName": "CdrChip",
397
- "description": "Allows people to make selections, filter content, or trigger actions",
395
+ "CdrCheckbox": {
396
+ "displayName": "CdrCheckbox",
397
+ "description": "Allows selecting one or more items from a list",
398
398
  "tags": {},
399
399
  "exportName": "default",
400
- "slots": [
401
- {
402
- "name": "icon-left",
403
- "description": "Icon to the left of the content"
404
- },
405
- {
406
- "name": "icon-right",
407
- "description": "Icon to the right of the content"
408
- },
409
- {
410
- "name": "default",
411
- "description": "Primary CdrChip content"
412
- }
413
- ],
414
- "sourceFiles": [
415
- "./src/components/chip/CdrChip.vue"
416
- ]
417
- },
418
- "CdrCheckbox": {
419
- "displayName": "CdrCheckbox",
420
- "description": "Allows selecting one or more items from a list",
421
- "tags": {},
422
- "exportName": "default",
423
- "props": [
400
+ "props": [
424
401
  {
425
402
  "name": "labelClass",
426
403
  "description": "Passes a CSS class to the label for custom styles",
@@ -578,177 +555,6 @@
578
555
  "./src/components/checkbox/CdrCheckbox.vue"
579
556
  ]
580
557
  },
581
- "CdrContainer": {
582
- "displayName": "CdrContainer",
583
- "description": "Provides base margins and responsive layout logic for pages",
584
- "tags": {},
585
- "exportName": "default",
586
- "props": [
587
- {
588
- "name": "tag",
589
- "description": "Sets the HTML tag for the container element",
590
- "type": {
591
- "name": "string"
592
- },
593
- "defaultValue": {
594
- "func": false,
595
- "value": "'div'"
596
- }
597
- },
598
- {
599
- "name": "modifier",
600
- "description": "Controls whether container is static or fluid width.",
601
- "tags": {
602
- "demoSelectMultiple": [
603
- {
604
- "description": "false",
605
- "title": "demoSelectMultiple"
606
- }
607
- ]
608
- },
609
- "values": [
610
- "static",
611
- "fluid"
612
- ],
613
- "type": {
614
- "name": "string"
615
- },
616
- "defaultValue": {
617
- "func": false,
618
- "value": "'static'"
619
- }
620
- }
621
- ],
622
- "slots": [
623
- {
624
- "name": "default",
625
- "description": "CdrContainer content"
626
- }
627
- ],
628
- "sourceFiles": [
629
- "./src/components/container/CdrContainer.vue"
630
- ]
631
- },
632
- "CdrGrid": {
633
- "displayName": "CdrGrid",
634
- "description": "Simple wrapper for working with CSS grid",
635
- "tags": {},
636
- "exportName": "default",
637
- "props": [
638
- {
639
- "name": "gutter",
640
- "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
641
- "tags": {
642
- "demoSelectMultiple": [
643
- {
644
- "description": "false",
645
- "title": "demoSelectMultiple"
646
- }
647
- ]
648
- },
649
- "values": [
650
- "none",
651
- "small",
652
- "medium",
653
- "large"
654
- ],
655
- "type": {
656
- "name": "string"
657
- },
658
- "defaultValue": {
659
- "func": false,
660
- "value": "'medium@xs medium@sm large@md large@lg'"
661
- }
662
- },
663
- {
664
- "name": "tag",
665
- "description": "Sets the HTML tag for the grid element",
666
- "type": {
667
- "name": "string"
668
- },
669
- "defaultValue": {
670
- "func": false,
671
- "value": "'div'"
672
- }
673
- }
674
- ],
675
- "slots": [
676
- {
677
- "name": "default",
678
- "description": "CdrGrid content (grid child elements)"
679
- }
680
- ],
681
- "sourceFiles": [
682
- "./src/components/grid/CdrGrid.vue"
683
- ]
684
- },
685
- "CdrFormGroup": {
686
- "displayName": "CdrFormGroup",
687
- "description": "Groups related input elements together",
688
- "tags": {},
689
- "exportName": "default",
690
- "props": [
691
- {
692
- "name": "id",
693
- "type": {
694
- "name": "string"
695
- }
696
- },
697
- {
698
- "name": "label",
699
- "type": {
700
- "name": "string"
701
- },
702
- "required": false,
703
- "defaultValue": {
704
- "func": false,
705
- "value": "''"
706
- }
707
- },
708
- {
709
- "name": "error",
710
- "type": {
711
- "name": "boolean|string"
712
- },
713
- "defaultValue": {
714
- "func": false,
715
- "value": false
716
- }
717
- },
718
- {
719
- "name": "required",
720
- "type": {
721
- "name": "boolean"
722
- }
723
- },
724
- {
725
- "name": "optional",
726
- "type": {
727
- "name": "boolean"
728
- }
729
- },
730
- {
731
- "name": "disabled",
732
- "type": {
733
- "name": "boolean"
734
- }
735
- }
736
- ],
737
- "slots": [
738
- {
739
- "name": "label"
740
- },
741
- {
742
- "name": "default"
743
- },
744
- {
745
- "name": "error"
746
- }
747
- ],
748
- "sourceFiles": [
749
- "./src/components/formGroup/CdrFormGroup.vue"
750
- ]
751
- },
752
558
  "CdrButton": {
753
559
  "displayName": "CdrButton",
754
560
  "description": "Initiates an action, such as completing a task or submitting information",
@@ -908,48 +714,27 @@
908
714
  "./src/components/button/CdrButton.vue"
909
715
  ]
910
716
  },
911
- "CdrIcon": {
912
- "displayName": "CdrIcon",
913
- "description": "Communicates meaning through graphics representing simple and complex ideas",
717
+ "CdrChip": {
718
+ "displayName": "CdrChip",
719
+ "description": "Allows people to make selections, filter content, or trigger actions",
914
720
  "tags": {},
915
721
  "exportName": "default",
916
- "props": [
722
+ "slots": [
917
723
  {
918
- "name": "use",
919
- "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
920
- "type": {
921
- "name": "string"
922
- }
724
+ "name": "icon-left",
725
+ "description": "Icon to the left of the content"
923
726
  },
924
727
  {
925
- "name": "inheritColor",
926
- "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
927
- "type": {
928
- "name": "boolean"
929
- },
930
- "defaultValue": {
931
- "func": false,
932
- "value": false
933
- }
728
+ "name": "icon-right",
729
+ "description": "Icon to the right of the content"
934
730
  },
935
731
  {
936
- "name": "size",
937
- "type": {
938
- "name": "string"
939
- },
940
- "defaultValue": {
941
- "func": false,
942
- "value": "'medium'"
943
- }
944
- }
945
- ],
946
- "slots": [
947
- {
948
- "name": "default"
732
+ "name": "default",
733
+ "description": "Primary CdrChip content"
949
734
  }
950
735
  ],
951
736
  "sourceFiles": [
952
- "./src/components/icon/CdrIcon.vue"
737
+ "./src/components/chip/CdrChip.vue"
953
738
  ]
954
739
  },
955
740
  "CdrChipGroup": {
@@ -992,59 +777,195 @@
992
777
  "./src/components/chip/CdrChipGroup.vue"
993
778
  ]
994
779
  },
995
- "CdrLabelWrapper": {
996
- "displayName": "CdrLabelWrapper",
997
- "exportName": "default",
998
- "description": "",
780
+ "CdrContainer": {
781
+ "displayName": "CdrContainer",
782
+ "description": "Provides base margins and responsive layout logic for pages",
999
783
  "tags": {},
784
+ "exportName": "default",
1000
785
  "props": [
1001
786
  {
1002
- "name": "labelClass",
1003
- "type": {
1004
- "name": "string"
1005
- }
1006
- },
1007
- {
1008
- "name": "contentClass",
787
+ "name": "tag",
788
+ "description": "Sets the HTML tag for the container element",
1009
789
  "type": {
1010
790
  "name": "string"
791
+ },
792
+ "defaultValue": {
793
+ "func": false,
794
+ "value": "'div'"
1011
795
  }
1012
796
  },
1013
797
  {
1014
- "name": "background",
1015
- "type": {
1016
- "name": "backgroundProps"
798
+ "name": "modifier",
799
+ "description": "Controls whether container is static or fluid width.",
800
+ "tags": {
801
+ "demoSelectMultiple": [
802
+ {
803
+ "description": "false",
804
+ "title": "demoSelectMultiple"
805
+ }
806
+ ]
807
+ },
808
+ "values": [
809
+ "static",
810
+ "fluid"
811
+ ],
812
+ "type": {
813
+ "name": "string"
814
+ },
815
+ "defaultValue": {
816
+ "func": false,
817
+ "value": "'static'"
818
+ }
819
+ }
820
+ ],
821
+ "slots": [
822
+ {
823
+ "name": "default",
824
+ "description": "CdrContainer content"
825
+ }
826
+ ],
827
+ "sourceFiles": [
828
+ "./src/components/container/CdrContainer.vue"
829
+ ]
830
+ },
831
+ "CdrFormError": {
832
+ "displayName": "CdrFormError",
833
+ "exportName": "default",
834
+ "description": "",
835
+ "tags": {},
836
+ "props": [
837
+ {
838
+ "name": "error",
839
+ "type": {
840
+ "name": "boolean|string"
841
+ }
842
+ }
843
+ ],
844
+ "slots": [
845
+ {
846
+ "name": "error"
847
+ }
848
+ ],
849
+ "sourceFiles": [
850
+ "./src/components/formError/CdrFormError.vue"
851
+ ]
852
+ },
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
+ },
864
+ "exportName": "default",
865
+ "props": [
866
+ {
867
+ "name": "use",
868
+ "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
869
+ "type": {
870
+ "name": "string"
1017
871
  }
1018
872
  },
1019
873
  {
1020
- "name": "disabled",
874
+ "name": "inheritColor",
875
+ "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
1021
876
  "type": {
1022
877
  "name": "boolean"
878
+ },
879
+ "defaultValue": {
880
+ "func": false,
881
+ "value": false
1023
882
  }
1024
883
  },
1025
884
  {
1026
- "name": "modifier",
885
+ "name": "size",
886
+ "type": {
887
+ "name": "string"
888
+ },
889
+ "defaultValue": {
890
+ "func": false,
891
+ "value": "'medium'"
892
+ }
893
+ }
894
+ ],
895
+ "slots": [
896
+ {
897
+ "name": "default"
898
+ }
899
+ ],
900
+ "sourceFiles": [
901
+ "./src/components/icon/CdrIcon.vue"
902
+ ]
903
+ },
904
+ "CdrFormGroup": {
905
+ "displayName": "CdrFormGroup",
906
+ "description": "Groups related input elements together",
907
+ "tags": {},
908
+ "exportName": "default",
909
+ "props": [
910
+ {
911
+ "name": "id",
1027
912
  "type": {
1028
913
  "name": "string"
1029
914
  }
1030
915
  },
1031
916
  {
1032
- "name": "size",
917
+ "name": "label",
1033
918
  "type": {
1034
919
  "name": "string"
920
+ },
921
+ "required": false,
922
+ "defaultValue": {
923
+ "func": false,
924
+ "value": "''"
925
+ }
926
+ },
927
+ {
928
+ "name": "error",
929
+ "type": {
930
+ "name": "boolean|string"
931
+ },
932
+ "defaultValue": {
933
+ "func": false,
934
+ "value": false
935
+ }
936
+ },
937
+ {
938
+ "name": "required",
939
+ "type": {
940
+ "name": "boolean"
941
+ }
942
+ },
943
+ {
944
+ "name": "optional",
945
+ "type": {
946
+ "name": "boolean"
947
+ }
948
+ },
949
+ {
950
+ "name": "disabled",
951
+ "type": {
952
+ "name": "boolean"
1035
953
  }
1036
954
  }
1037
955
  ],
1038
956
  "slots": [
1039
957
  {
1040
- "name": "input"
958
+ "name": "label"
1041
959
  },
1042
960
  {
1043
961
  "name": "default"
962
+ },
963
+ {
964
+ "name": "error"
1044
965
  }
1045
966
  ],
1046
967
  "sourceFiles": [
1047
- "./src/components/labelWrapper/CdrLabelWrapper.vue"
968
+ "./src/components/formGroup/CdrFormGroup.vue"
1048
969
  ]
1049
970
  },
1050
971
  "CdrImg": {
@@ -1182,96 +1103,83 @@
1182
1103
  "./src/components/image/CdrImg.vue"
1183
1104
  ]
1184
1105
  },
1185
- "CdrInput": {
1186
- "displayName": "CdrInput",
1187
- "description": "Allows for data entry, editing, and search",
1188
- "tags": {},
1106
+ "CdrLabelStandalone": {
1107
+ "displayName": "CdrLabelStandalone",
1189
1108
  "exportName": "default",
1109
+ "description": "",
1110
+ "tags": {},
1190
1111
  "props": [
1191
1112
  {
1192
- "name": "id",
1193
- "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
1194
- "type": {
1195
- "name": "string"
1196
- }
1197
- },
1198
- {
1199
- "name": "type",
1200
- "description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
1201
- "tags": {
1202
- "demoSelectMultiple": [
1203
- {
1204
- "description": "false",
1205
- "title": "demoSelectMultiple"
1206
- }
1207
- ]
1208
- },
1209
- "values": [
1210
- "text",
1211
- "email",
1212
- "number",
1213
- "password",
1214
- "search",
1215
- "url",
1216
- "tel",
1217
- "date"
1218
- ],
1113
+ "name": "forId",
1219
1114
  "type": {
1220
1115
  "name": "string"
1221
1116
  },
1222
- "defaultValue": {
1223
- "func": false,
1224
- "value": "'text'"
1225
- }
1117
+ "required": true
1226
1118
  },
1227
1119
  {
1228
1120
  "name": "label",
1229
- "description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
1230
1121
  "type": {
1231
1122
  "name": "string"
1232
- },
1233
- "required": true
1123
+ }
1234
1124
  },
1235
1125
  {
1236
- "name": "numeric",
1237
- "description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
1126
+ "name": "disabled",
1238
1127
  "type": {
1239
1128
  "name": "boolean"
1240
- },
1241
- "defaultValue": {
1242
- "func": false,
1243
- "value": false
1244
1129
  }
1245
1130
  },
1246
1131
  {
1247
- "name": "hideLabel",
1248
- "description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
1132
+ "name": "required",
1249
1133
  "type": {
1250
1134
  "name": "boolean"
1251
1135
  }
1252
1136
  },
1253
1137
  {
1254
- "name": "rows",
1255
- "description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
1138
+ "name": "optional",
1256
1139
  "type": {
1257
- "name": "number"
1140
+ "name": "boolean"
1258
1141
  }
1259
1142
  },
1260
1143
  {
1261
- "name": "background",
1262
- "description": "Sets the background color the input is rendered on",
1263
- "tags": {},
1264
- "values": [
1265
- "primary",
1266
- "secondary"
1267
- ],
1144
+ "name": "hideLabel",
1268
1145
  "type": {
1269
- "name": "backgroundProps"
1146
+ "name": "boolean"
1270
1147
  }
1148
+ }
1149
+ ],
1150
+ "slots": [
1151
+ {
1152
+ "name": "helper"
1271
1153
  },
1272
1154
  {
1273
- "name": "size",
1274
- "description": "Sets the input field size",
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\"",
1275
1183
  "tags": {
1276
1184
  "demoSelectMultiple": [
1277
1185
  {
@@ -1281,11 +1189,145 @@
1281
1189
  ]
1282
1190
  },
1283
1191
  "values": [
1192
+ "none",
1193
+ "small",
1284
1194
  "medium",
1285
1195
  "large"
1286
1196
  ],
1287
1197
  "type": {
1288
- "name": "sizeProps"
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",
1235
+ "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
1236
+ "type": {
1237
+ "name": "string"
1238
+ }
1239
+ },
1240
+ {
1241
+ "name": "type",
1242
+ "description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
1243
+ "tags": {
1244
+ "demoSelectMultiple": [
1245
+ {
1246
+ "description": "false",
1247
+ "title": "demoSelectMultiple"
1248
+ }
1249
+ ]
1250
+ },
1251
+ "values": [
1252
+ "text",
1253
+ "email",
1254
+ "number",
1255
+ "password",
1256
+ "search",
1257
+ "url",
1258
+ "tel",
1259
+ "date"
1260
+ ],
1261
+ "type": {
1262
+ "name": "string"
1263
+ },
1264
+ "defaultValue": {
1265
+ "func": false,
1266
+ "value": "'text'"
1267
+ }
1268
+ },
1269
+ {
1270
+ "name": "label",
1271
+ "description": "Sets the text value for the input label. Required for a11y compliance. Use ‘hideLabel’ if the label display is not desired. Required.",
1272
+ "type": {
1273
+ "name": "string"
1274
+ },
1275
+ "required": true
1276
+ },
1277
+ {
1278
+ "name": "numeric",
1279
+ "description": "Sets default attributes for an input that should launch a numeric keyboard but is not strictly a 'number' (credit card, security code, postal code, etc.). Should be used in conjunction with the default text type input. An `input` listener can be used to fully restrict input values to numerical characters only",
1280
+ "type": {
1281
+ "name": "boolean"
1282
+ },
1283
+ "defaultValue": {
1284
+ "func": false,
1285
+ "value": false
1286
+ }
1287
+ },
1288
+ {
1289
+ "name": "hideLabel",
1290
+ "description": "Removes the label element but sets the input `aria-label` to `label` text for a11y.",
1291
+ "type": {
1292
+ "name": "boolean"
1293
+ }
1294
+ },
1295
+ {
1296
+ "name": "rows",
1297
+ "description": "Number of rows for input. Converts component to text-area if rows greater than 1.",
1298
+ "type": {
1299
+ "name": "number"
1300
+ }
1301
+ },
1302
+ {
1303
+ "name": "background",
1304
+ "description": "Sets the background color the input is rendered on",
1305
+ "tags": {},
1306
+ "values": [
1307
+ "primary",
1308
+ "secondary"
1309
+ ],
1310
+ "type": {
1311
+ "name": "backgroundProps"
1312
+ }
1313
+ },
1314
+ {
1315
+ "name": "size",
1316
+ "description": "Sets the input field size",
1317
+ "tags": {
1318
+ "demoSelectMultiple": [
1319
+ {
1320
+ "description": "false",
1321
+ "title": "demoSelectMultiple"
1322
+ }
1323
+ ]
1324
+ },
1325
+ "values": [
1326
+ "medium",
1327
+ "large"
1328
+ ],
1329
+ "type": {
1330
+ "name": "sizeProps"
1289
1331
  }
1290
1332
  },
1291
1333
  {
@@ -1413,74 +1455,6 @@
1413
1455
  "./src/components/input/CdrInput.vue"
1414
1456
  ]
1415
1457
  },
1416
- "CdrLabelStandalone": {
1417
- "displayName": "CdrLabelStandalone",
1418
- "exportName": "default",
1419
- "description": "",
1420
- "tags": {},
1421
- "props": [
1422
- {
1423
- "name": "forId",
1424
- "type": {
1425
- "name": "string"
1426
- },
1427
- "required": true
1428
- },
1429
- {
1430
- "name": "label",
1431
- "type": {
1432
- "name": "string"
1433
- }
1434
- },
1435
- {
1436
- "name": "disabled",
1437
- "type": {
1438
- "name": "boolean"
1439
- }
1440
- },
1441
- {
1442
- "name": "required",
1443
- "type": {
1444
- "name": "boolean"
1445
- }
1446
- },
1447
- {
1448
- "name": "optional",
1449
- "type": {
1450
- "name": "boolean"
1451
- }
1452
- },
1453
- {
1454
- "name": "hideLabel",
1455
- "type": {
1456
- "name": "boolean"
1457
- }
1458
- }
1459
- ],
1460
- "slots": [
1461
- {
1462
- "name": "helper"
1463
- },
1464
- {
1465
- "name": "default"
1466
- },
1467
- {
1468
- "name": "info-action"
1469
- },
1470
- {
1471
- "name": "info"
1472
- },
1473
- {
1474
- "name": "helper-text-bottom"
1475
- },
1476
- {
1477
- "name": "error"
1478
- }
1479
- ],
1480
- "sourceFiles": [
1481
- "./src/components/labelStandalone/CdrLabelStandalone.vue"
1482
- ]
1483
- },
1484
1458
  "CdrLink": {
1485
1459
  "displayName": "CdrLink",
1486
1460
  "description": "Clickable text elements used for navigating to other pages or sections",
@@ -1579,6 +1553,61 @@
1579
1553
  "./src/components/link/CdrLink.vue"
1580
1554
  ]
1581
1555
  },
1556
+ "CdrLabelWrapper": {
1557
+ "displayName": "CdrLabelWrapper",
1558
+ "exportName": "default",
1559
+ "description": "",
1560
+ "tags": {},
1561
+ "props": [
1562
+ {
1563
+ "name": "labelClass",
1564
+ "type": {
1565
+ "name": "string"
1566
+ }
1567
+ },
1568
+ {
1569
+ "name": "contentClass",
1570
+ "type": {
1571
+ "name": "string"
1572
+ }
1573
+ },
1574
+ {
1575
+ "name": "background",
1576
+ "type": {
1577
+ "name": "backgroundProps"
1578
+ }
1579
+ },
1580
+ {
1581
+ "name": "disabled",
1582
+ "type": {
1583
+ "name": "boolean"
1584
+ }
1585
+ },
1586
+ {
1587
+ "name": "modifier",
1588
+ "type": {
1589
+ "name": "string"
1590
+ }
1591
+ },
1592
+ {
1593
+ "name": "size",
1594
+ "type": {
1595
+ "name": "string"
1596
+ }
1597
+ }
1598
+ ],
1599
+ "slots": [
1600
+ {
1601
+ "name": "input"
1602
+ },
1603
+ {
1604
+ "name": "default"
1605
+ }
1606
+ ],
1607
+ "sourceFiles": [
1608
+ "./src/components/labelWrapper/CdrLabelWrapper.vue"
1609
+ ]
1610
+ },
1582
1611
  "CdrPopover": {
1583
1612
  "displayName": "CdrPopover",
1584
1613
  "description": "Small overlay used to display contextual information",
@@ -1756,11 +1785,196 @@
1756
1785
  "./src/components/list/CdrList.vue"
1757
1786
  ]
1758
1787
  },
1759
- "CdrRadio": {
1760
- "displayName": "CdrRadio",
1761
- "description": "Permits the selection of only one option from a list of two or more",
1762
- "tags": {},
1763
- "exportName": "default",
1788
+ "CdrQuote": {
1789
+ "displayName": "CdrQuote",
1790
+ "description": "Short excerpt used to emphasize content or break up a large body of text",
1791
+ "tags": {},
1792
+ "exportName": "default",
1793
+ "props": [
1794
+ {
1795
+ "name": "tag",
1796
+ "description": "Sets the semantic HTML element for the quote.",
1797
+ "tags": {},
1798
+ "values": [
1799
+ "blockquote",
1800
+ "aside",
1801
+ "q",
1802
+ "div"
1803
+ ],
1804
+ "type": {
1805
+ "name": "string"
1806
+ },
1807
+ "defaultValue": {
1808
+ "func": false,
1809
+ "value": "'blockquote'"
1810
+ }
1811
+ },
1812
+ {
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
+ ],
1826
+ "type": {
1827
+ "name": "string"
1828
+ },
1829
+ "defaultValue": {
1830
+ "func": false,
1831
+ "value": "''"
1832
+ }
1833
+ },
1834
+ {
1835
+ "name": "summary",
1836
+ "description": "Sets the quote body text.",
1837
+ "type": {
1838
+ "name": "string"
1839
+ }
1840
+ },
1841
+ {
1842
+ "name": "citation",
1843
+ "description": "Sets the quote attribution text.",
1844
+ "type": {
1845
+ "name": "string"
1846
+ }
1847
+ }
1848
+ ],
1849
+ "slots": [
1850
+ {
1851
+ "name": "default"
1852
+ }
1853
+ ],
1854
+ "sourceFiles": [
1855
+ "./src/components/quote/CdrQuote.vue"
1856
+ ]
1857
+ },
1858
+ "CdrPagination": {
1859
+ "displayName": "CdrPagination",
1860
+ "description": "Allows people to navigate to the next or previous page within an experience",
1861
+ "tags": {},
1862
+ "exportName": "default",
1863
+ "props": [
1864
+ {
1865
+ "name": "id",
1866
+ "description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
1867
+ "tags": {
1868
+ "demoIgnore": [
1869
+ {
1870
+ "description": "true",
1871
+ "title": "demoIgnore"
1872
+ }
1873
+ ]
1874
+ },
1875
+ "type": {
1876
+ "name": "string"
1877
+ }
1878
+ },
1879
+ {
1880
+ "name": "totalPages",
1881
+ "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.",
1882
+ "type": {
1883
+ "name": "number"
1884
+ },
1885
+ "defaultValue": {
1886
+ "func": false,
1887
+ "value": "null"
1888
+ }
1889
+ },
1890
+ {
1891
+ "name": "pages",
1892
+ "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
1893
+ "type": {
1894
+ "name": "array"
1895
+ },
1896
+ "required": true
1897
+ },
1898
+ {
1899
+ "name": "linkTag",
1900
+ "description": "Sets which tag type is used to render pagination elements",
1901
+ "tags": {},
1902
+ "values": [
1903
+ "a",
1904
+ "button"
1905
+ ],
1906
+ "type": {
1907
+ "name": "string"
1908
+ },
1909
+ "defaultValue": {
1910
+ "func": false,
1911
+ "value": "'a'"
1912
+ }
1913
+ },
1914
+ {
1915
+ "name": "forLabel",
1916
+ "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`",
1917
+ "type": {
1918
+ "name": "string"
1919
+ },
1920
+ "defaultValue": {
1921
+ "func": false,
1922
+ "value": "''"
1923
+ }
1924
+ },
1925
+ {
1926
+ "name": "modelValue",
1927
+ "tags": {
1928
+ "ignore": [
1929
+ {
1930
+ "description": "used for binding v-model, represents the current page",
1931
+ "title": "ignore"
1932
+ }
1933
+ ]
1934
+ },
1935
+ "type": {
1936
+ "name": "number"
1937
+ }
1938
+ }
1939
+ ],
1940
+ "events": [
1941
+ {
1942
+ "name": "update:modelValue",
1943
+ "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
1944
+ "properties": [
1945
+ {
1946
+ "type": {
1947
+ "names": [
1948
+ "mixed"
1949
+ ]
1950
+ },
1951
+ "name": "modelValue"
1952
+ }
1953
+ ],
1954
+ "tags": [
1955
+ {
1956
+ "title": "param",
1957
+ "type": {
1958
+ "name": "mixed"
1959
+ },
1960
+ "name": "modelValue"
1961
+ }
1962
+ ]
1963
+ },
1964
+ {
1965
+ "name": "navigate",
1966
+ "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."
1967
+ }
1968
+ ],
1969
+ "sourceFiles": [
1970
+ "./src/components/pagination/CdrPagination.vue"
1971
+ ]
1972
+ },
1973
+ "CdrRadio": {
1974
+ "displayName": "CdrRadio",
1975
+ "description": "Permits the selection of only one option from a list of two or more",
1976
+ "tags": {},
1977
+ "exportName": "default",
1764
1978
  "props": [
1765
1979
  {
1766
1980
  "name": "labelClass",
@@ -1901,29 +2115,53 @@
1901
2115
  "./src/components/radio/CdrRadio.vue"
1902
2116
  ]
1903
2117
  },
1904
- "CdrRating": {
1905
- "displayName": "CdrRating",
1906
- "description": "Provides insight into user opinions for products, experiences, and more",
2118
+ "CdrModal": {
2119
+ "displayName": "CdrModal",
2120
+ "description": "Disruptive, action-blocking overlays used to display important information",
1907
2121
  "tags": {},
1908
2122
  "exportName": "default",
1909
2123
  "props": [
1910
2124
  {
1911
- "name": "rating",
1912
- "description": "Sets the rating values between 0 and 5.",
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
+ },
1913
2135
  "type": {
1914
- "name": "string|number"
2136
+ "name": "boolean"
1915
2137
  },
1916
- "required": true,
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.",
2151
+ "type": {
2152
+ "name": "boolean"
2153
+ },
2154
+ "required": false,
1917
2155
  "defaultValue": {
1918
2156
  "func": false,
1919
- "value": "0"
2157
+ "value": true
1920
2158
  }
1921
2159
  },
1922
2160
  {
1923
- "name": "count",
1924
- "description": "Sets the total number of ratings",
2161
+ "name": "ariaDescribedby",
2162
+ "description": "Text for aria-describedby attribute. Applied to modal content element",
1925
2163
  "type": {
1926
- "name": "string|number"
2164
+ "name": "string"
1927
2165
  },
1928
2166
  "required": false,
1929
2167
  "defaultValue": {
@@ -1932,120 +2170,223 @@
1932
2170
  }
1933
2171
  },
1934
2172
  {
1935
- "name": "compact",
1936
- "description": "Hides the word 'reviews' if true",
2173
+ "name": "role",
2174
+ "description": "Sets the `role` attribute on the modal content element",
2175
+ "tags": {},
2176
+ "values": [
2177
+ "dialog",
2178
+ "alertDialog"
2179
+ ],
1937
2180
  "type": {
1938
- "name": "boolean"
2181
+ "name": "string"
1939
2182
  },
2183
+ "required": false,
1940
2184
  "defaultValue": {
1941
2185
  "func": false,
1942
- "value": false
2186
+ "value": "'dialog'"
1943
2187
  }
1944
2188
  },
1945
2189
  {
1946
- "name": "href",
1947
- "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
2190
+ "name": "id",
2191
+ "description": "Sets unique `id` for modal",
1948
2192
  "type": {
1949
2193
  "name": "string"
1950
- }
1951
- },
1952
- {
1953
- "name": "size",
1954
- "description": "Sets the rating size.",
1955
- "tags": {
1956
- "demoSelectMultiple": [
1957
- {
1958
- "description": "false",
1959
- "title": "demoSelectMultiple"
1960
- }
1961
- ]
1962
2194
  },
1963
- "values": [
1964
- "small",
1965
- "medium",
1966
- "large"
1967
- ],
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",
1968
2218
  "type": {
1969
2219
  "name": "string"
2220
+ }
2221
+ },
2222
+ {
2223
+ "name": "animationDuration",
2224
+ "description": "Sets duration for modal's close animation",
2225
+ "type": {
2226
+ "name": "number"
1970
2227
  },
1971
2228
  "defaultValue": {
1972
2229
  "func": false,
1973
- "value": "'medium'"
2230
+ "value": "300"
1974
2231
  }
1975
2232
  }
1976
2233
  ],
2234
+ "events": [
2235
+ {
2236
+ "name": "closed",
2237
+ "description": "Fires when modal is closed"
2238
+ }
2239
+ ],
2240
+ "slots": [
2241
+ {
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"
2251
+ }
2252
+ ],
1977
2253
  "sourceFiles": [
1978
- "./src/components/rating/CdrRating.vue"
2254
+ "./src/components/modal/CdrModal.vue"
1979
2255
  ]
1980
2256
  },
1981
- "CdrQuote": {
1982
- "displayName": "CdrQuote",
1983
- "description": "Short excerpt used to emphasize content or break up a large body of text",
1984
- "tags": {},
2257
+ "CdrPopup": {
2258
+ "displayName": "CdrPopup",
1985
2259
  "exportName": "default",
2260
+ "description": "",
2261
+ "tags": {},
1986
2262
  "props": [
1987
2263
  {
1988
- "name": "tag",
1989
- "description": "Sets the semantic HTML element for the quote.",
1990
- "tags": {},
1991
- "values": [
1992
- "blockquote",
1993
- "aside",
1994
- "q",
1995
- "div"
1996
- ],
2264
+ "name": "opened",
1997
2265
  "type": {
1998
- "name": "string"
2266
+ "name": "boolean"
1999
2267
  },
2000
2268
  "defaultValue": {
2001
2269
  "func": false,
2002
- "value": "'blockquote'"
2270
+ "value": false
2003
2271
  }
2004
2272
  },
2005
2273
  {
2006
- "name": "modifier",
2007
- "description": "Modifies the style variant for the quote",
2008
- "tags": {
2009
- "demoSelectMultiple": [
2010
- {
2011
- "description": "true",
2012
- "title": "demoSelectMultiple"
2013
- }
2014
- ]
2015
- },
2016
- "values": [
2017
- "pull"
2018
- ],
2274
+ "name": "position",
2019
2275
  "type": {
2020
2276
  "name": "string"
2021
2277
  },
2278
+ "required": false,
2022
2279
  "defaultValue": {
2023
2280
  "func": false,
2024
- "value": "''"
2281
+ "value": "'top'"
2025
2282
  }
2026
2283
  },
2027
2284
  {
2028
- "name": "summary",
2029
- "description": "Sets the quote body text.",
2285
+ "name": "autoPosition",
2030
2286
  "type": {
2031
- "name": "string"
2287
+ "name": "boolean"
2288
+ },
2289
+ "defaultValue": {
2290
+ "func": false,
2291
+ "value": true
2032
2292
  }
2033
2293
  },
2034
2294
  {
2035
- "name": "citation",
2036
- "description": "Sets the quote attribution text.",
2295
+ "name": "contentClass",
2037
2296
  "type": {
2038
2297
  "name": "string"
2039
2298
  }
2040
2299
  }
2041
2300
  ],
2301
+ "events": [
2302
+ {
2303
+ "name": "closed"
2304
+ }
2305
+ ],
2042
2306
  "slots": [
2043
2307
  {
2044
2308
  "name": "default"
2045
2309
  }
2046
2310
  ],
2047
2311
  "sourceFiles": [
2048
- "./src/components/quote/CdrQuote.vue"
2312
+ "./src/components/popup/CdrPopup.vue"
2313
+ ]
2314
+ },
2315
+ "CdrRating": {
2316
+ "displayName": "CdrRating",
2317
+ "description": "Provides insight into user opinions for products, experiences, and more",
2318
+ "tags": {},
2319
+ "exportName": "default",
2320
+ "props": [
2321
+ {
2322
+ "name": "rating",
2323
+ "description": "Sets the rating values between 0 and 5.",
2324
+ "type": {
2325
+ "name": "string|number"
2326
+ },
2327
+ "required": true,
2328
+ "defaultValue": {
2329
+ "func": false,
2330
+ "value": "0"
2331
+ }
2332
+ },
2333
+ {
2334
+ "name": "count",
2335
+ "description": "Sets the total number of ratings",
2336
+ "type": {
2337
+ "name": "string|number"
2338
+ },
2339
+ "required": false,
2340
+ "defaultValue": {
2341
+ "func": false,
2342
+ "value": "null"
2343
+ }
2344
+ },
2345
+ {
2346
+ "name": "compact",
2347
+ "description": "Hides the word 'reviews' if true",
2348
+ "type": {
2349
+ "name": "boolean"
2350
+ },
2351
+ "defaultValue": {
2352
+ "func": false,
2353
+ "value": false
2354
+ }
2355
+ },
2356
+ {
2357
+ "name": "href",
2358
+ "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
2359
+ "type": {
2360
+ "name": "string"
2361
+ }
2362
+ },
2363
+ {
2364
+ "name": "size",
2365
+ "description": "Sets the rating size.",
2366
+ "tags": {
2367
+ "demoSelectMultiple": [
2368
+ {
2369
+ "description": "false",
2370
+ "title": "demoSelectMultiple"
2371
+ }
2372
+ ]
2373
+ },
2374
+ "values": [
2375
+ "small",
2376
+ "medium",
2377
+ "large"
2378
+ ],
2379
+ "type": {
2380
+ "name": "string"
2381
+ },
2382
+ "defaultValue": {
2383
+ "func": false,
2384
+ "value": "'medium'"
2385
+ }
2386
+ }
2387
+ ],
2388
+ "sourceFiles": [
2389
+ "./src/components/rating/CdrRating.vue"
2049
2390
  ]
2050
2391
  },
2051
2392
  "CdrSelect": {
@@ -2253,56 +2594,6 @@
2253
2594
  "./src/components/select/CdrSelect.vue"
2254
2595
  ]
2255
2596
  },
2256
- "CdrFormError": {
2257
- "displayName": "CdrFormError",
2258
- "exportName": "default",
2259
- "description": "",
2260
- "tags": {},
2261
- "props": [
2262
- {
2263
- "name": "error",
2264
- "type": {
2265
- "name": "boolean|string"
2266
- }
2267
- }
2268
- ],
2269
- "slots": [
2270
- {
2271
- "name": "error"
2272
- }
2273
- ],
2274
- "sourceFiles": [
2275
- "./src/components/formError/CdrFormError.vue"
2276
- ]
2277
- },
2278
- "CdrSkeleton": {
2279
- "displayName": "CdrSkeleton",
2280
- "description": "Visually communicates content is in the process of loading",
2281
- "tags": {},
2282
- "exportName": "default",
2283
- "props": [
2284
- {
2285
- "name": "motion",
2286
- "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.",
2287
- "type": {
2288
- "name": "boolean"
2289
- },
2290
- "defaultValue": {
2291
- "func": false,
2292
- "value": true
2293
- }
2294
- }
2295
- ],
2296
- "slots": [
2297
- {
2298
- "name": "default",
2299
- "description": "CdrSkeleton content (CdrSkeletonBone components)"
2300
- }
2301
- ],
2302
- "sourceFiles": [
2303
- "./src/components/skeleton/CdrSkeleton.vue"
2304
- ]
2305
- },
2306
2597
  "CdrSkeletonBone": {
2307
2598
  "displayName": "CdrSkeletonBone",
2308
2599
  "exportName": "default",
@@ -2341,121 +2632,6 @@
2341
2632
  "./src/components/skeleton/CdrSkeletonBone.vue"
2342
2633
  ]
2343
2634
  },
2344
- "CdrPagination": {
2345
- "displayName": "CdrPagination",
2346
- "description": "Allows people to navigate to the next or previous page within an experience",
2347
- "tags": {},
2348
- "exportName": "default",
2349
- "props": [
2350
- {
2351
- "name": "id",
2352
- "description": "Define a custom slug for the generated breadcrumb item IDs. Slug is randomly generated if no ID provided.",
2353
- "tags": {
2354
- "demoIgnore": [
2355
- {
2356
- "description": "true",
2357
- "title": "demoIgnore"
2358
- }
2359
- ]
2360
- },
2361
- "type": {
2362
- "name": "string"
2363
- }
2364
- },
2365
- {
2366
- "name": "totalPages",
2367
- "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.",
2368
- "type": {
2369
- "name": "number"
2370
- },
2371
- "defaultValue": {
2372
- "func": false,
2373
- "value": "null"
2374
- }
2375
- },
2376
- {
2377
- "name": "pages",
2378
- "description": "Array of objects containing pagination data.\nObjects must have structure of `{ page: number, url: string }`",
2379
- "type": {
2380
- "name": "array"
2381
- },
2382
- "required": true
2383
- },
2384
- {
2385
- "name": "linkTag",
2386
- "description": "Sets which tag type is used to render pagination elements",
2387
- "tags": {},
2388
- "values": [
2389
- "a",
2390
- "button"
2391
- ],
2392
- "type": {
2393
- "name": "string"
2394
- },
2395
- "defaultValue": {
2396
- "func": false,
2397
- "value": "'a'"
2398
- }
2399
- },
2400
- {
2401
- "name": "forLabel",
2402
- "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`",
2403
- "type": {
2404
- "name": "string"
2405
- },
2406
- "defaultValue": {
2407
- "func": false,
2408
- "value": "''"
2409
- }
2410
- },
2411
- {
2412
- "name": "modelValue",
2413
- "tags": {
2414
- "ignore": [
2415
- {
2416
- "description": "used for binding v-model, represents the current page",
2417
- "title": "ignore"
2418
- }
2419
- ]
2420
- },
2421
- "type": {
2422
- "name": "number"
2423
- }
2424
- }
2425
- ],
2426
- "events": [
2427
- {
2428
- "name": "update:modelValue",
2429
- "description": "Event emitted by v-model on the select <input> element to indicate current page.\nOnly used on small devices",
2430
- "properties": [
2431
- {
2432
- "type": {
2433
- "names": [
2434
- "mixed"
2435
- ]
2436
- },
2437
- "name": "modelValue"
2438
- }
2439
- ],
2440
- "tags": [
2441
- {
2442
- "title": "param",
2443
- "type": {
2444
- "name": "mixed"
2445
- },
2446
- "name": "modelValue"
2447
- }
2448
- ]
2449
- },
2450
- {
2451
- "name": "navigate",
2452
- "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."
2453
- }
2454
- ],
2455
- "sourceFiles": [
2456
- "./src/components/pagination/CdrPagination.vue"
2457
- ]
2458
- },
2459
2635
  "CdrTabPanel": {
2460
2636
  "displayName": "CdrTabPanel",
2461
2637
  "exportName": "default",
@@ -2602,283 +2778,32 @@
2602
2778
  "./src/components/table/CdrTable.vue"
2603
2779
  ]
2604
2780
  },
2605
- "CdrTabs": {
2606
- "displayName": "CdrTabs",
2607
- "description": "Organizes related content into groups for people to navigate between",
2608
- "tags": {},
2609
- "exportName": "default",
2610
- "props": [
2611
- {
2612
- "name": "height",
2613
- "description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
2614
- "type": {
2615
- "name": "string"
2616
- },
2617
- "defaultValue": {
2618
- "func": false,
2619
- "value": "'240px'"
2620
- }
2621
- },
2622
- {
2623
- "name": "activeTab",
2624
- "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
2625
- "type": {
2626
- "name": "number"
2627
- },
2628
- "defaultValue": {
2629
- "func": false,
2630
- "value": "0"
2631
- }
2632
- },
2633
- {
2634
- "name": "modifier",
2635
- "description": "Modifies the style variants for this component",
2636
- "tags": {},
2637
- "values": [
2638
- "centered",
2639
- "compact",
2640
- "full-width",
2641
- "no-border"
2642
- ],
2643
- "type": {
2644
- "name": "string"
2645
- }
2646
- },
2647
- {
2648
- "name": "size",
2649
- "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
2650
- "tags": {
2651
- "demoSelectMultiple": [
2652
- {
2653
- "description": "true",
2654
- "title": "demoSelectMultiple"
2655
- }
2656
- ]
2657
- },
2658
- "values": [
2659
- "small"
2660
- ],
2661
- "type": {
2662
- "name": "string"
2663
- }
2664
- },
2665
- {
2666
- "name": "backgroundColor",
2667
- "description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
2668
- "type": {
2669
- "name": "string"
2670
- },
2671
- "defaultValue": {
2672
- "func": false,
2673
- "value": "CdrColorBackgroundPrimary"
2674
- }
2675
- }
2676
- ],
2677
- "slots": [
2678
- {
2679
- "name": "default",
2680
- "description": "CdrTabs content (CdrTabPanel components)"
2681
- }
2682
- ],
2683
- "sourceFiles": [
2684
- "./src/components/tabs/CdrTabs.vue"
2685
- ]
2686
- },
2687
- "CdrPopup": {
2688
- "displayName": "CdrPopup",
2689
- "exportName": "default",
2690
- "description": "",
2691
- "tags": {},
2692
- "props": [
2693
- {
2694
- "name": "opened",
2695
- "type": {
2696
- "name": "boolean"
2697
- },
2698
- "defaultValue": {
2699
- "func": false,
2700
- "value": false
2701
- }
2702
- },
2703
- {
2704
- "name": "position",
2705
- "type": {
2706
- "name": "string"
2707
- },
2708
- "required": false,
2709
- "defaultValue": {
2710
- "func": false,
2711
- "value": "'top'"
2712
- }
2713
- },
2714
- {
2715
- "name": "autoPosition",
2716
- "type": {
2717
- "name": "boolean"
2718
- },
2719
- "defaultValue": {
2720
- "func": false,
2721
- "value": true
2722
- }
2723
- },
2724
- {
2725
- "name": "contentClass",
2726
- "type": {
2727
- "name": "string"
2728
- }
2729
- }
2730
- ],
2731
- "events": [
2732
- {
2733
- "name": "closed"
2734
- }
2735
- ],
2736
- "slots": [
2737
- {
2738
- "name": "default"
2739
- }
2740
- ],
2741
- "sourceFiles": [
2742
- "./src/components/popup/CdrPopup.vue"
2743
- ]
2744
- },
2745
- "CdrModal": {
2746
- "displayName": "CdrModal",
2747
- "description": "Disruptive, action-blocking overlays used to display important information",
2781
+ "CdrSkeleton": {
2782
+ "displayName": "CdrSkeleton",
2783
+ "description": "Visually communicates content is in the process of loading",
2748
2784
  "tags": {},
2749
2785
  "exportName": "default",
2750
2786
  "props": [
2751
2787
  {
2752
- "name": "opened",
2753
- "description": "Toggles the state of the modal",
2754
- "tags": {
2755
- "demoIgnore": [
2756
- {
2757
- "description": "true",
2758
- "title": "demoIgnore"
2759
- }
2760
- ]
2761
- },
2762
- "type": {
2763
- "name": "boolean"
2764
- },
2765
- "required": true
2766
- },
2767
- {
2768
- "name": "label",
2769
- "description": "Sets `aria-label` and modal title text. Can also use title slot to set title.",
2770
- "type": {
2771
- "name": "string"
2772
- },
2773
- "required": true
2774
- },
2775
- {
2776
- "name": "showTitle",
2777
- "description": "Toggles the modal title text, which comes from `label` prop or `title` slot.",
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.",
2778
2790
  "type": {
2779
2791
  "name": "boolean"
2780
2792
  },
2781
- "required": false,
2782
2793
  "defaultValue": {
2783
2794
  "func": false,
2784
2795
  "value": true
2785
- }
2786
- },
2787
- {
2788
- "name": "ariaDescribedby",
2789
- "description": "Text for aria-describedby attribute. Applied to modal content element",
2790
- "type": {
2791
- "name": "string"
2792
- },
2793
- "required": false,
2794
- "defaultValue": {
2795
- "func": false,
2796
- "value": "null"
2797
- }
2798
- },
2799
- {
2800
- "name": "role",
2801
- "description": "Sets the `role` attribute on the modal content element",
2802
- "tags": {},
2803
- "values": [
2804
- "dialog",
2805
- "alertDialog"
2806
- ],
2807
- "type": {
2808
- "name": "string"
2809
- },
2810
- "required": false,
2811
- "defaultValue": {
2812
- "func": false,
2813
- "value": "'dialog'"
2814
- }
2815
- },
2816
- {
2817
- "name": "id",
2818
- "description": "Sets unique `id` for modal",
2819
- "type": {
2820
- "name": "string"
2821
- },
2822
- "required": false,
2823
- "defaultValue": {
2824
- "func": false,
2825
- "value": "null"
2826
- }
2827
- },
2828
- {
2829
- "name": "overlayClass",
2830
- "description": "Adds custom class to the `cdr-modal__overlay` div",
2831
- "type": {
2832
- "name": "string"
2833
- }
2834
- },
2835
- {
2836
- "name": "wrapperClass",
2837
- "description": "Adds custom class to the `cdr-modal__outerWrap` div",
2838
- "type": {
2839
- "name": "string"
2840
- }
2841
- },
2842
- {
2843
- "name": "contentClass",
2844
- "description": "Adds custom class to the `cdr-modal__innerWrap` div",
2845
- "type": {
2846
- "name": "string"
2847
- }
2848
- },
2849
- {
2850
- "name": "animationDuration",
2851
- "description": "Sets duration for modal's close animation",
2852
- "type": {
2853
- "name": "number"
2854
- },
2855
- "defaultValue": {
2856
- "func": false,
2857
- "value": "300"
2858
- }
2859
- }
2860
- ],
2861
- "events": [
2862
- {
2863
- "name": "closed",
2864
- "description": "Fires when modal is closed"
2796
+ }
2865
2797
  }
2866
2798
  ],
2867
2799
  "slots": [
2868
2800
  {
2869
- "name": "modal",
2870
- "description": "Use to override the entire CdrModal content container."
2871
- },
2872
- {
2873
- "name": "title",
2874
- "description": "Use to override the default title"
2875
- },
2876
- {
2877
- "name": "default"
2801
+ "name": "default",
2802
+ "description": "CdrSkeleton content (CdrSkeletonBone components)"
2878
2803
  }
2879
2804
  ],
2880
2805
  "sourceFiles": [
2881
- "./src/components/modal/CdrModal.vue"
2806
+ "./src/components/skeleton/CdrSkeleton.vue"
2882
2807
  ]
2883
2808
  },
2884
2809
  "CdrSwitch": {
@@ -2979,32 +2904,166 @@
2979
2904
  "./src/components/switch/CdrSwitch.vue"
2980
2905
  ]
2981
2906
  },
2982
- "CdrText": {
2983
- "displayName": "CdrText",
2984
- "description": "Text container used for any text element such as paragraphs, headings, and lists",
2907
+ "CdrTabs": {
2908
+ "displayName": "CdrTabs",
2909
+ "description": "Organizes related content into groups for people to navigate between",
2985
2910
  "tags": {},
2986
2911
  "exportName": "default",
2987
2912
  "props": [
2988
2913
  {
2989
- "name": "tag",
2990
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
2914
+ "name": "height",
2915
+ "description": "Sets height of the tabs container element.\nPassing a `px` value will render tabs with a static height,\npassing `auto` will render tabs with variable height based on content size.",
2991
2916
  "type": {
2992
2917
  "name": "string"
2993
2918
  },
2994
2919
  "defaultValue": {
2995
2920
  "func": false,
2996
- "value": "'p'"
2921
+ "value": "'240px'"
2922
+ }
2923
+ },
2924
+ {
2925
+ "name": "activeTab",
2926
+ "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
2927
+ "type": {
2928
+ "name": "number"
2929
+ },
2930
+ "defaultValue": {
2931
+ "func": false,
2932
+ "value": "0"
2933
+ }
2934
+ },
2935
+ {
2936
+ "name": "modifier",
2937
+ "description": "Modifies the style variants for this component",
2938
+ "tags": {},
2939
+ "values": [
2940
+ "centered",
2941
+ "compact",
2942
+ "full-width",
2943
+ "no-border"
2944
+ ],
2945
+ "type": {
2946
+ "name": "string"
2947
+ }
2948
+ },
2949
+ {
2950
+ "name": "size",
2951
+ "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
2952
+ "tags": {
2953
+ "demoSelectMultiple": [
2954
+ {
2955
+ "description": "true",
2956
+ "title": "demoSelectMultiple"
2957
+ }
2958
+ ]
2959
+ },
2960
+ "values": [
2961
+ "small"
2962
+ ],
2963
+ "type": {
2964
+ "name": "string"
2965
+ }
2966
+ },
2967
+ {
2968
+ "name": "backgroundColor",
2969
+ "description": "Sets the background color of the tab.\nFor CdrTabs that are rendered on non-primary backgrounds.\nPass the background-color into the component to ensure that the scrolling gradients render correctly.",
2970
+ "type": {
2971
+ "name": "string"
2972
+ },
2973
+ "defaultValue": {
2974
+ "func": false,
2975
+ "value": "CdrColorBackgroundPrimary"
2997
2976
  }
2998
2977
  }
2999
2978
  ],
3000
2979
  "slots": [
3001
2980
  {
3002
2981
  "name": "default",
3003
- "description": "CdrText content"
2982
+ "description": "CdrTabs content (CdrTabPanel components)"
3004
2983
  }
3005
2984
  ],
3006
2985
  "sourceFiles": [
3007
- "./src/components/text/CdrText.vue"
2986
+ "./src/components/tabs/CdrTabs.vue"
2987
+ ]
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"
3008
3067
  ]
3009
3068
  },
3010
3069
  "CdrToast": {
@@ -3108,109 +3167,57 @@
3108
3167
  "./src/components/toast/CdrToast.vue"
3109
3168
  ]
3110
3169
  },
3111
- "CdrToggleButton": {
3112
- "displayName": "CdrToggleButton",
3113
- "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",
3114
3173
  "tags": {},
3115
3174
  "exportName": "default",
3116
3175
  "props": [
3117
3176
  {
3118
- "name": "toggleValue",
3119
- "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)",
3120
3179
  "type": {
3121
3180
  "name": "string"
3122
3181
  },
3123
- "required": true
3182
+ "defaultValue": {
3183
+ "func": false,
3184
+ "value": "'p'"
3185
+ }
3124
3186
  }
3125
3187
  ],
3126
3188
  "slots": [
3127
3189
  {
3128
3190
  "name": "default",
3129
- "description": "CdrToggleButton label content"
3191
+ "description": "CdrText content"
3130
3192
  }
3131
3193
  ],
3132
3194
  "sourceFiles": [
3133
- "./src/components/toggleButton/CdrToggleButton.vue"
3195
+ "./src/components/text/CdrText.vue"
3134
3196
  ]
3135
3197
  },
3136
- "CdrToggleGroup": {
3137
- "displayName": "CdrToggleGroup",
3138
- "exportName": "default",
3139
- "description": "",
3198
+ "CdrToggleButton": {
3199
+ "displayName": "CdrToggleButton",
3200
+ "description": "Permits switching two or more options on and off",
3140
3201
  "tags": {},
3202
+ "exportName": "default",
3141
3203
  "props": [
3142
3204
  {
3143
- "name": "modelValue",
3144
- "tags": {
3145
- "ignore": [
3146
- {
3147
- "description": true,
3148
- "title": "ignore"
3149
- }
3150
- ]
3151
- },
3152
- "type": {
3153
- "name": "string|number|boolean|object|array"
3154
- },
3155
- "required": true
3156
- },
3157
- {
3158
- "name": "size",
3159
- "description": "Sets toggle button size",
3160
- "tags": {
3161
- "demoSelectMultiple": [
3162
- {
3163
- "description": "false",
3164
- "title": "demoSelectMultiple"
3165
- }
3166
- ]
3167
- },
3168
- "values": [
3169
- "medium",
3170
- "large"
3171
- ],
3205
+ "name": "toggleValue",
3206
+ "description": "Sets the value and aria-label for the toggle button. Display can be overridden using default slot",
3172
3207
  "type": {
3173
3208
  "name": "string"
3174
3209
  },
3175
- "defaultValue": {
3176
- "func": false,
3177
- "value": "'medium'"
3178
- }
3179
- }
3180
- ],
3181
- "events": [
3182
- {
3183
- "name": "update:modelValue",
3184
- "description": "Event emitted by v-model",
3185
- "properties": [
3186
- {
3187
- "type": {
3188
- "names": [
3189
- "mixed"
3190
- ]
3191
- },
3192
- "name": "modelValue"
3193
- }
3194
- ],
3195
- "tags": [
3196
- {
3197
- "title": "param",
3198
- "type": {
3199
- "name": "mixed"
3200
- },
3201
- "name": "modelValue"
3202
- }
3203
- ]
3210
+ "required": true
3204
3211
  }
3205
3212
  ],
3206
3213
  "slots": [
3207
3214
  {
3208
3215
  "name": "default",
3209
- "description": "CdrToggleGroup content (CdrToggleButton components)"
3216
+ "description": "CdrToggleButton label content"
3210
3217
  }
3211
3218
  ],
3212
3219
  "sourceFiles": [
3213
- "./src/components/toggleButton/CdrToggleGroup.vue"
3220
+ "./src/components/toggleButton/CdrToggleButton.vue"
3214
3221
  ]
3215
3222
  },
3216
3223
  "CdrTooltip": {