@rei/cedar 14.0.2-alpha.1 → 14.0.2-alpha.2

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 (338) hide show
  1. package/dist/cedar-compiled.css +1050 -1050
  2. package/dist/cedar.umd.js +5 -5
  3. package/dist/component-docgen.json +1806 -1806
  4. package/dist/icon-component-docgen.json +554 -554
  5. package/dist/lib.d.ts +6306 -37
  6. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  7. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  8. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  9. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  10. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  11. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +2 -2
  12. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  13. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
  14. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  15. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  16. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  17. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  18. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  19. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  20. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  21. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  22. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +32 -32
  23. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  24. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
  25. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  26. package/dist/src/components/list/styles/CdrList.module.scss.mjs +5 -5
  27. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  28. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  29. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +63 -63
  30. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  31. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  32. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
  33. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +44 -44
  34. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  35. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  36. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  37. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +8 -8
  38. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  39. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  40. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  41. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  42. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  43. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  44. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +5 -5
  45. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  46. package/dist/style/cdr-accordion-group.css +1 -1
  47. package/dist/style/cdr-accordion.css +1 -1
  48. package/dist/style/cdr-banner.css +1 -1
  49. package/dist/style/cdr-breadcrumb.css +1 -1
  50. package/dist/style/cdr-button.css +1 -1
  51. package/dist/style/cdr-caption.css +1 -1
  52. package/dist/style/cdr-card.css +1 -1
  53. package/dist/style/cdr-checkbox.css +1 -1
  54. package/dist/style/cdr-chip-group.css +1 -1
  55. package/dist/style/cdr-chip.css +1 -1
  56. package/dist/style/cdr-container.css +1 -1
  57. package/dist/style/cdr-form-error.css +1 -1
  58. package/dist/style/cdr-form-group.css +1 -1
  59. package/dist/style/cdr-grid.css +1 -1
  60. package/dist/style/cdr-icon.css +1 -1
  61. package/dist/style/cdr-img.css +1 -1
  62. package/dist/style/cdr-input.css +1 -1
  63. package/dist/style/cdr-label-standalone.css +1 -1
  64. package/dist/style/cdr-label-wrapper.css +1 -1
  65. package/dist/style/cdr-link.css +1 -1
  66. package/dist/style/cdr-list.css +1 -1
  67. package/dist/style/cdr-modal.css +1 -1
  68. package/dist/style/cdr-pagination.css +1 -1
  69. package/dist/style/cdr-popover.css +1 -1
  70. package/dist/style/cdr-popup.css +1 -1
  71. package/dist/style/cdr-quote.css +1 -1
  72. package/dist/style/cdr-radio.css +1 -1
  73. package/dist/style/cdr-rating.css +1 -1
  74. package/dist/style/cdr-select.css +1 -1
  75. package/dist/style/cdr-skeleton-bone.css +1 -1
  76. package/dist/style/cdr-skeleton.css +1 -1
  77. package/dist/style/cdr-switch.css +1 -1
  78. package/dist/style/cdr-tab-panel.css +1 -1
  79. package/dist/style/cdr-table.css +1 -1
  80. package/dist/style/cdr-tabs.css +1 -1
  81. package/dist/style/cdr-text.css +1 -1
  82. package/dist/style/cdr-toast.css +1 -1
  83. package/dist/style/cdr-toggle-button.css +1 -1
  84. package/dist/style/cdr-toggle-group.css +1 -1
  85. package/dist/style/cdr-tooltip.css +1 -1
  86. package/dist/style.css +1 -1
  87. package/package.json +1 -1
  88. package/dist/components/accordion/CdrAccordion.vue.d.ts +0 -128
  89. package/dist/components/accordion/CdrAccordionGroup.vue.d.ts +0 -31
  90. package/dist/components/accordion/symbols.d.ts +0 -4
  91. package/dist/components/banner/CdrBanner.vue.d.ts +0 -37
  92. package/dist/components/breadcrumb/CdrBreadcrumb.vue.d.ts +0 -88
  93. package/dist/components/button/CdrButton.vue.d.ts +0 -146
  94. package/dist/components/caption/CdrCaption.vue.d.ts +0 -32
  95. package/dist/components/card/CdrCard.vue.d.ts +0 -23
  96. package/dist/components/checkbox/CdrCheckbox.vue.d.ts +0 -169
  97. package/dist/components/chip/CdrChip.vue.d.ts +0 -11
  98. package/dist/components/chip/CdrChipGroup.vue.d.ts +0 -42
  99. package/dist/components/container/CdrContainer.vue.d.ts +0 -44
  100. package/dist/components/formError/CdrFormError.vue.d.ts +0 -13
  101. package/dist/components/formGroup/CdrFormGroup.vue.d.ts +0 -79
  102. package/dist/components/grid/CdrGrid.vue.d.ts +0 -44
  103. package/dist/components/icon/CdrIcon.vue.d.ts +0 -46
  104. package/dist/components/icon/build/generate.d.ts +0 -8
  105. package/dist/components/icon/comps/account-profile-fill.vue.d.ts +0 -17
  106. package/dist/components/icon/comps/account-profile.vue.d.ts +0 -17
  107. package/dist/components/icon/comps/arrow-down.vue.d.ts +0 -17
  108. package/dist/components/icon/comps/arrow-left.vue.d.ts +0 -17
  109. package/dist/components/icon/comps/arrow-right.vue.d.ts +0 -17
  110. package/dist/components/icon/comps/arrow-up.vue.d.ts +0 -17
  111. package/dist/components/icon/comps/atv.vue.d.ts +0 -17
  112. package/dist/components/icon/comps/bed-outline.vue.d.ts +0 -17
  113. package/dist/components/icon/comps/bike-shop.vue.d.ts +0 -17
  114. package/dist/components/icon/comps/binoculars.vue.d.ts +0 -17
  115. package/dist/components/icon/comps/birding.vue.d.ts +0 -17
  116. package/dist/components/icon/comps/boat.vue.d.ts +0 -17
  117. package/dist/components/icon/comps/boating.vue.d.ts +0 -17
  118. package/dist/components/icon/comps/bookmark-fill.vue.d.ts +0 -17
  119. package/dist/components/icon/comps/bookmark-stroke.vue.d.ts +0 -17
  120. package/dist/components/icon/comps/brand-abstract.vue.d.ts +0 -17
  121. package/dist/components/icon/comps/brand-code-sandbox.vue.d.ts +0 -17
  122. package/dist/components/icon/comps/brand-github.vue.d.ts +0 -17
  123. package/dist/components/icon/comps/brand-linkedin.vue.d.ts +0 -17
  124. package/dist/components/icon/comps/brand-rei-ice-axes.vue.d.ts +0 -17
  125. package/dist/components/icon/comps/brand-sketch.vue.d.ts +0 -17
  126. package/dist/components/icon/comps/brand-tiktok.vue.d.ts +0 -17
  127. package/dist/components/icon/comps/buddies.vue.d.ts +0 -17
  128. package/dist/components/icon/comps/bus.vue.d.ts +0 -17
  129. package/dist/components/icon/comps/calendar.vue.d.ts +0 -17
  130. package/dist/components/icon/comps/camera.vue.d.ts +0 -17
  131. package/dist/components/icon/comps/canoe.vue.d.ts +0 -17
  132. package/dist/components/icon/comps/car.vue.d.ts +0 -17
  133. package/dist/components/icon/comps/caret-down.vue.d.ts +0 -17
  134. package/dist/components/icon/comps/caret-left.vue.d.ts +0 -17
  135. package/dist/components/icon/comps/caret-right.vue.d.ts +0 -17
  136. package/dist/components/icon/comps/caret-up.vue.d.ts +0 -17
  137. package/dist/components/icon/comps/cart-fill.vue.d.ts +0 -17
  138. package/dist/components/icon/comps/cart.vue.d.ts +0 -17
  139. package/dist/components/icon/comps/chain-link.vue.d.ts +0 -17
  140. package/dist/components/icon/comps/chat.vue.d.ts +0 -17
  141. package/dist/components/icon/comps/check-fill.vue.d.ts +0 -17
  142. package/dist/components/icon/comps/check-lg.vue.d.ts +0 -17
  143. package/dist/components/icon/comps/check-sm.vue.d.ts +0 -17
  144. package/dist/components/icon/comps/check-stroke.vue.d.ts +0 -17
  145. package/dist/components/icon/comps/climb.vue.d.ts +0 -17
  146. package/dist/components/icon/comps/clipboard.vue.d.ts +0 -17
  147. package/dist/components/icon/comps/clock.vue.d.ts +0 -17
  148. package/dist/components/icon/comps/code-html.vue.d.ts +0 -17
  149. package/dist/components/icon/comps/code-js.vue.d.ts +0 -17
  150. package/dist/components/icon/comps/compass.vue.d.ts +0 -17
  151. package/dist/components/icon/comps/copy.vue.d.ts +0 -17
  152. package/dist/components/icon/comps/coupon-fill.vue.d.ts +0 -17
  153. package/dist/components/icon/comps/coupon-stroke.vue.d.ts +0 -17
  154. package/dist/components/icon/comps/credit-card.vue.d.ts +0 -17
  155. package/dist/components/icon/comps/curbside-pickup.vue.d.ts +0 -17
  156. package/dist/components/icon/comps/day.vue.d.ts +0 -17
  157. package/dist/components/icon/comps/diving.vue.d.ts +0 -17
  158. package/dist/components/icon/comps/dog.vue.d.ts +0 -17
  159. package/dist/components/icon/comps/download.vue.d.ts +0 -17
  160. package/dist/components/icon/comps/duplicate.vue.d.ts +0 -17
  161. package/dist/components/icon/comps/edit.vue.d.ts +0 -17
  162. package/dist/components/icon/comps/elevation.vue.d.ts +0 -17
  163. package/dist/components/icon/comps/error-fill.vue.d.ts +0 -17
  164. package/dist/components/icon/comps/error-stroke.vue.d.ts +0 -17
  165. package/dist/components/icon/comps/expand.vue.d.ts +0 -17
  166. package/dist/components/icon/comps/experiences-backpacking.vue.d.ts +0 -17
  167. package/dist/components/icon/comps/experiences-camping.vue.d.ts +0 -17
  168. package/dist/components/icon/comps/experiences-climbing.vue.d.ts +0 -17
  169. package/dist/components/icon/comps/experiences-clothing.vue.d.ts +0 -17
  170. package/dist/components/icon/comps/experiences-cycling.vue.d.ts +0 -17
  171. package/dist/components/icon/comps/experiences-family.vue.d.ts +0 -17
  172. package/dist/components/icon/comps/experiences-fitness.vue.d.ts +0 -17
  173. package/dist/components/icon/comps/experiences-hiking.vue.d.ts +0 -17
  174. package/dist/components/icon/comps/experiences-outdoor-basics.vue.d.ts +0 -17
  175. package/dist/components/icon/comps/experiences-paddling.vue.d.ts +0 -17
  176. package/dist/components/icon/comps/experiences-rentals.vue.d.ts +0 -17
  177. package/dist/components/icon/comps/experiences-running.vue.d.ts +0 -17
  178. package/dist/components/icon/comps/experiences-snowsports.vue.d.ts +0 -17
  179. package/dist/components/icon/comps/experiences-travel.vue.d.ts +0 -17
  180. package/dist/components/icon/comps/external-link-alt.vue.d.ts +0 -17
  181. package/dist/components/icon/comps/external-link.vue.d.ts +0 -17
  182. package/dist/components/icon/comps/eye-hide.vue.d.ts +0 -17
  183. package/dist/components/icon/comps/eye-show.vue.d.ts +0 -17
  184. package/dist/components/icon/comps/facebook.vue.d.ts +0 -17
  185. package/dist/components/icon/comps/filter-alt.vue.d.ts +0 -17
  186. package/dist/components/icon/comps/filter.vue.d.ts +0 -17
  187. package/dist/components/icon/comps/find-location.vue.d.ts +0 -17
  188. package/dist/components/icon/comps/fire.vue.d.ts +0 -17
  189. package/dist/components/icon/comps/fishing.vue.d.ts +0 -17
  190. package/dist/components/icon/comps/free-product.vue.d.ts +0 -17
  191. package/dist/components/icon/comps/grid-view.vue.d.ts +0 -17
  192. package/dist/components/icon/comps/heart-fill.vue.d.ts +0 -17
  193. package/dist/components/icon/comps/heart-stroke.vue.d.ts +0 -17
  194. package/dist/components/icon/comps/hike.vue.d.ts +0 -17
  195. package/dist/components/icon/comps/history.vue.d.ts +0 -17
  196. package/dist/components/icon/comps/home.vue.d.ts +0 -17
  197. package/dist/components/icon/comps/horse.vue.d.ts +0 -17
  198. package/dist/components/icon/comps/horseshoe.vue.d.ts +0 -17
  199. package/dist/components/icon/comps/image.vue.d.ts +0 -17
  200. package/dist/components/icon/comps/information-fill.vue.d.ts +0 -17
  201. package/dist/components/icon/comps/information-stroke.vue.d.ts +0 -17
  202. package/dist/components/icon/comps/instagram.vue.d.ts +0 -17
  203. package/dist/components/icon/comps/kayak.vue.d.ts +0 -17
  204. package/dist/components/icon/comps/link-alt.vue.d.ts +0 -17
  205. package/dist/components/icon/comps/list-ragged.vue.d.ts +0 -17
  206. package/dist/components/icon/comps/list-view.vue.d.ts +0 -17
  207. package/dist/components/icon/comps/location-pin-fill.vue.d.ts +0 -17
  208. package/dist/components/icon/comps/location-pin-stroke.vue.d.ts +0 -17
  209. package/dist/components/icon/comps/lock-locked-fill.vue.d.ts +0 -17
  210. package/dist/components/icon/comps/lock-locked-stroke.vue.d.ts +0 -17
  211. package/dist/components/icon/comps/lock-unlocked-stroke.vue.d.ts +0 -17
  212. package/dist/components/icon/comps/mail.vue.d.ts +0 -17
  213. package/dist/components/icon/comps/map.vue.d.ts +0 -17
  214. package/dist/components/icon/comps/member-card.vue.d.ts +0 -17
  215. package/dist/components/icon/comps/membership.vue.d.ts +0 -17
  216. package/dist/components/icon/comps/microphone.vue.d.ts +0 -17
  217. package/dist/components/icon/comps/minus-fill.vue.d.ts +0 -17
  218. package/dist/components/icon/comps/minus-lg.vue.d.ts +0 -17
  219. package/dist/components/icon/comps/minus-sm.vue.d.ts +0 -17
  220. package/dist/components/icon/comps/minus-stroke.vue.d.ts +0 -17
  221. package/dist/components/icon/comps/more-functions.vue.d.ts +0 -17
  222. package/dist/components/icon/comps/my-location.vue.d.ts +0 -17
  223. package/dist/components/icon/comps/navigation-menu.vue.d.ts +0 -17
  224. package/dist/components/icon/comps/night.vue.d.ts +0 -17
  225. package/dist/components/icon/comps/paddle.vue.d.ts +0 -17
  226. package/dist/components/icon/comps/pause-fill.vue.d.ts +0 -17
  227. package/dist/components/icon/comps/pause-stroke.vue.d.ts +0 -17
  228. package/dist/components/icon/comps/pause.vue.d.ts +0 -17
  229. package/dist/components/icon/comps/photography.vue.d.ts +0 -17
  230. package/dist/components/icon/comps/picnic.vue.d.ts +0 -17
  231. package/dist/components/icon/comps/pinterest.vue.d.ts +0 -17
  232. package/dist/components/icon/comps/plane.vue.d.ts +0 -17
  233. package/dist/components/icon/comps/play-fill.vue.d.ts +0 -17
  234. package/dist/components/icon/comps/play-stroke.vue.d.ts +0 -17
  235. package/dist/components/icon/comps/play.vue.d.ts +0 -17
  236. package/dist/components/icon/comps/playground.vue.d.ts +0 -17
  237. package/dist/components/icon/comps/plugin.vue.d.ts +0 -17
  238. package/dist/components/icon/comps/plus-fill.vue.d.ts +0 -17
  239. package/dist/components/icon/comps/plus-lg.vue.d.ts +0 -17
  240. package/dist/components/icon/comps/plus-sm.vue.d.ts +0 -17
  241. package/dist/components/icon/comps/plus-stroke.vue.d.ts +0 -17
  242. package/dist/components/icon/comps/print.vue.d.ts +0 -17
  243. package/dist/components/icon/comps/protection-fill.vue.d.ts +0 -17
  244. package/dist/components/icon/comps/protection-stroke.vue.d.ts +0 -17
  245. package/dist/components/icon/comps/question-fill.vue.d.ts +0 -17
  246. package/dist/components/icon/comps/question-stroke.vue.d.ts +0 -17
  247. package/dist/components/icon/comps/refresh.vue.d.ts +0 -17
  248. package/dist/components/icon/comps/reload.vue.d.ts +0 -17
  249. package/dist/components/icon/comps/returns.vue.d.ts +0 -17
  250. package/dist/components/icon/comps/run.vue.d.ts +0 -17
  251. package/dist/components/icon/comps/scan-barcode.vue.d.ts +0 -17
  252. package/dist/components/icon/comps/search.vue.d.ts +0 -17
  253. package/dist/components/icon/comps/service-shop.vue.d.ts +0 -17
  254. package/dist/components/icon/comps/shipping-prep.vue.d.ts +0 -17
  255. package/dist/components/icon/comps/shipping-truck.vue.d.ts +0 -17
  256. package/dist/components/icon/comps/shipping.vue.d.ts +0 -17
  257. package/dist/components/icon/comps/shopping-bag-fill.vue.d.ts +0 -17
  258. package/dist/components/icon/comps/shopping-bag.vue.d.ts +0 -17
  259. package/dist/components/icon/comps/shrink.vue.d.ts +0 -17
  260. package/dist/components/icon/comps/size-chart.vue.d.ts +0 -17
  261. package/dist/components/icon/comps/ski-boot.vue.d.ts +0 -17
  262. package/dist/components/icon/comps/ski.vue.d.ts +0 -17
  263. package/dist/components/icon/comps/snow-shop.vue.d.ts +0 -17
  264. package/dist/components/icon/comps/snow.vue.d.ts +0 -17
  265. package/dist/components/icon/comps/sort.vue.d.ts +0 -17
  266. package/dist/components/icon/comps/star-100.vue.d.ts +0 -17
  267. package/dist/components/icon/comps/star-25.vue.d.ts +0 -17
  268. package/dist/components/icon/comps/star-50.vue.d.ts +0 -17
  269. package/dist/components/icon/comps/star-75.vue.d.ts +0 -17
  270. package/dist/components/icon/comps/star-stroke.vue.d.ts +0 -17
  271. package/dist/components/icon/comps/storefront.vue.d.ts +0 -17
  272. package/dist/components/icon/comps/swim.vue.d.ts +0 -17
  273. package/dist/components/icon/comps/telephone.vue.d.ts +0 -17
  274. package/dist/components/icon/comps/tent.vue.d.ts +0 -17
  275. package/dist/components/icon/comps/trash.vue.d.ts +0 -17
  276. package/dist/components/icon/comps/twitter.vue.d.ts +0 -17
  277. package/dist/components/icon/comps/upload.vue.d.ts +0 -17
  278. package/dist/components/icon/comps/verified-purchaser.vue.d.ts +0 -17
  279. package/dist/components/icon/comps/virtual-outfitting.vue.d.ts +0 -17
  280. package/dist/components/icon/comps/warning-fill.vue.d.ts +0 -17
  281. package/dist/components/icon/comps/warning-stroke.vue.d.ts +0 -17
  282. package/dist/components/icon/comps/water.vue.d.ts +0 -17
  283. package/dist/components/icon/comps/wilderness.vue.d.ts +0 -17
  284. package/dist/components/icon/comps/x-fill.vue.d.ts +0 -17
  285. package/dist/components/icon/comps/x-lg.vue.d.ts +0 -17
  286. package/dist/components/icon/comps/x-sm.vue.d.ts +0 -17
  287. package/dist/components/icon/comps/x-stroke.vue.d.ts +0 -17
  288. package/dist/components/icon/comps/youtube.vue.d.ts +0 -17
  289. package/dist/components/icon/comps/zoom-in.vue.d.ts +0 -17
  290. package/dist/components/icon/comps/zoom-out.vue.d.ts +0 -17
  291. package/dist/components/icon/index.d.ts +0 -186
  292. package/dist/components/image/CdrImg.vue.d.ts +0 -131
  293. package/dist/components/input/CdrInput.vue.d.ts +0 -223
  294. package/dist/components/labelStandalone/CdrLabelStandalone.vue.d.ts +0 -39
  295. package/dist/components/labelWrapper/CdrLabelWrapper.vue.d.ts +0 -36
  296. package/dist/components/link/CdrLink.vue.d.ts +0 -86
  297. package/dist/components/list/CdrList.vue.d.ts +0 -52
  298. package/dist/components/modal/CdrModal.vue.d.ts +0 -142
  299. package/dist/components/modal/onTransitionEnd.d.ts +0 -2
  300. package/dist/components/pagination/CdrPagination.vue.d.ts +0 -128
  301. package/dist/components/popover/CdrPopover.vue.d.ts +0 -116
  302. package/dist/components/popup/CdrPopup.vue.d.ts +0 -53
  303. package/dist/components/popup/calculatePlacement.d.ts +0 -4
  304. package/dist/components/quote/CdrQuote.vue.d.ts +0 -60
  305. package/dist/components/radio/CdrRadio.vue.d.ts +0 -144
  306. package/dist/components/rating/CdrRating.vue.d.ts +0 -87
  307. package/dist/components/rating/components/CdrStar00.vue.d.ts +0 -16
  308. package/dist/components/rating/components/CdrStar100.vue.d.ts +0 -16
  309. package/dist/components/rating/components/CdrStar25.vue.d.ts +0 -16
  310. package/dist/components/rating/components/CdrStar50.vue.d.ts +0 -16
  311. package/dist/components/rating/components/CdrStar75.vue.d.ts +0 -16
  312. package/dist/components/rating/components/CdrStarNull.vue.d.ts +0 -16
  313. package/dist/components/rating/composables/useStar.d.ts +0 -8
  314. package/dist/components/select/CdrSelect.vue.d.ts +0 -201
  315. package/dist/components/skeleton/CdrSkeleton.vue.d.ts +0 -33
  316. package/dist/components/skeleton/CdrSkeletonBone.vue.d.ts +0 -26
  317. package/dist/components/skeleton/symbols.d.ts +0 -3
  318. package/dist/components/switch/CdrSwitch.vue.d.ts +0 -82
  319. package/dist/components/table/CdrTable.vue.d.ts +0 -92
  320. package/dist/components/tabs/CdrTabPanel.vue.d.ts +0 -31
  321. package/dist/components/tabs/CdrTabs.vue.d.ts +0 -83
  322. package/dist/components/tabs/symbols.d.ts +0 -3
  323. package/dist/components/text/CdrText.vue.d.ts +0 -23
  324. package/dist/components/toast/CdrToast.vue.d.ts +0 -82
  325. package/dist/components/toggleButton/CdrToggleButton.vue.d.ts +0 -25
  326. package/dist/components/toggleButton/CdrToggleGroup.vue.d.ts +0 -51
  327. package/dist/components/toggleButton/symbols.d.ts +0 -3
  328. package/dist/components/tooltip/CdrTooltip.vue.d.ts +0 -100
  329. package/dist/mixins/breakpoints.d.ts +0 -1
  330. package/dist/props/background.d.ts +0 -6
  331. package/dist/props/position.d.ts +0 -6
  332. package/dist/props/size.d.ts +0 -6
  333. package/dist/utils/buildClass.d.ts +0 -25
  334. package/dist/utils/debounce.d.ts +0 -6
  335. package/dist/utils/kebabCase.d.ts +0 -5
  336. package/dist/utils/mapClasses.d.ts +0 -1
  337. package/dist/utils/propValidator.d.ts +0 -8
  338. package/dist/utils/uid.d.ts +0 -4
@@ -163,132 +163,6 @@
163
163
  }
164
164
  ]
165
165
  },
166
- "CdrBreadcrumb": {
167
- "name": "CdrBreadcrumb",
168
- "description": "Navigation used to reveal a page's location within the site hierarchy",
169
- "tags": {},
170
- "exportName": "default",
171
- "displayName": "CdrBreadcrumb",
172
- "props": [
173
- {
174
- "name": "items",
175
- "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
176
- "tags": {
177
- "demoIgnore": [
178
- {
179
- "description": "true",
180
- "title": "demoIgnore"
181
- }
182
- ]
183
- },
184
- "type": {
185
- "name": "breadcrumbItem[]"
186
- },
187
- "defaultValue": {
188
- "func": true,
189
- "value": "() => []"
190
- }
191
- },
192
- {
193
- "name": "truncationEnabled",
194
- "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
195
- "type": {
196
- "name": "boolean"
197
- },
198
- "defaultValue": {
199
- "func": false,
200
- "value": true
201
- }
202
- },
203
- {
204
- "name": "id",
205
- "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
206
- "tags": {
207
- "demoIgnore": [
208
- {
209
- "description": "true",
210
- "title": "demoIgnore"
211
- }
212
- ]
213
- },
214
- "type": {
215
- "name": "string"
216
- }
217
- }
218
- ],
219
- "events": [
220
- {
221
- "name": "navigate",
222
- "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
223
- "properties": [
224
- {
225
- "type": {
226
- "names": [
227
- "mixed"
228
- ]
229
- },
230
- "name": "breadcrumb",
231
- "description": "The breadcrumb data object"
232
- }
233
- ],
234
- "tags": [
235
- {
236
- "title": "param",
237
- "type": {
238
- "name": "mixed"
239
- },
240
- "name": "breadcrumb",
241
- "description": "The breadcrumb data object"
242
- }
243
- ]
244
- }
245
- ],
246
- "slots": [
247
- {
248
- "name": "link",
249
- "scoped": true,
250
- "bindings": [
251
- {
252
- "name": "class",
253
- "title": "binding"
254
- },
255
- {
256
- "name": "href",
257
- "title": "binding"
258
- },
259
- {
260
- "name": "content",
261
- "title": "binding"
262
- }
263
- ]
264
- }
265
- ],
266
- "sourceFiles": [
267
- "./src/components/breadcrumb/CdrBreadcrumb.vue"
268
- ],
269
- "UIProperties": [
270
- {
271
- "name": "--cdr-breadcrumb-ellipses-icon-color",
272
- "defaultValue": "--cdr-color-text-secondary",
273
- "description": "Ellipses icon color"
274
- },
275
- {
276
- "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
277
- "defaultValue": "--cdr-color-text-link-hover",
278
- "description": "Ellipses icon hover, active and focus color"
279
- },
280
- {
281
- "name": "--cdr-breadcrumb-item-color",
282
- "defaultValue": "--cdr-color-text-secondary",
283
- "description": "Breadcrumb item color"
284
- },
285
- {
286
- "name": "--cdr-breadcrumb-item-linked-highlight-color",
287
- "defaultValue": "--cdr-color-text-link-hover",
288
- "description": "Breadcrumb item linked hover, active and focus color"
289
- }
290
- ]
291
- },
292
166
  "CdrAccordionGroup": {
293
167
  "name": "CdrAccordionGroup",
294
168
  "exportName": "default",
@@ -528,6 +402,132 @@
528
402
  }
529
403
  ]
530
404
  },
405
+ "CdrBreadcrumb": {
406
+ "name": "CdrBreadcrumb",
407
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
408
+ "tags": {},
409
+ "exportName": "default",
410
+ "displayName": "CdrBreadcrumb",
411
+ "props": [
412
+ {
413
+ "name": "items",
414
+ "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
415
+ "tags": {
416
+ "demoIgnore": [
417
+ {
418
+ "description": "true",
419
+ "title": "demoIgnore"
420
+ }
421
+ ]
422
+ },
423
+ "type": {
424
+ "name": "breadcrumbItem[]"
425
+ },
426
+ "defaultValue": {
427
+ "func": true,
428
+ "value": "() => []"
429
+ }
430
+ },
431
+ {
432
+ "name": "truncationEnabled",
433
+ "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
434
+ "type": {
435
+ "name": "boolean"
436
+ },
437
+ "defaultValue": {
438
+ "func": false,
439
+ "value": true
440
+ }
441
+ },
442
+ {
443
+ "name": "id",
444
+ "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
445
+ "tags": {
446
+ "demoIgnore": [
447
+ {
448
+ "description": "true",
449
+ "title": "demoIgnore"
450
+ }
451
+ ]
452
+ },
453
+ "type": {
454
+ "name": "string"
455
+ }
456
+ }
457
+ ],
458
+ "events": [
459
+ {
460
+ "name": "navigate",
461
+ "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
462
+ "properties": [
463
+ {
464
+ "type": {
465
+ "names": [
466
+ "mixed"
467
+ ]
468
+ },
469
+ "name": "breadcrumb",
470
+ "description": "The breadcrumb data object"
471
+ }
472
+ ],
473
+ "tags": [
474
+ {
475
+ "title": "param",
476
+ "type": {
477
+ "name": "mixed"
478
+ },
479
+ "name": "breadcrumb",
480
+ "description": "The breadcrumb data object"
481
+ }
482
+ ]
483
+ }
484
+ ],
485
+ "slots": [
486
+ {
487
+ "name": "link",
488
+ "scoped": true,
489
+ "bindings": [
490
+ {
491
+ "name": "class",
492
+ "title": "binding"
493
+ },
494
+ {
495
+ "name": "href",
496
+ "title": "binding"
497
+ },
498
+ {
499
+ "name": "content",
500
+ "title": "binding"
501
+ }
502
+ ]
503
+ }
504
+ ],
505
+ "sourceFiles": [
506
+ "./src/components/breadcrumb/CdrBreadcrumb.vue"
507
+ ],
508
+ "UIProperties": [
509
+ {
510
+ "name": "--cdr-breadcrumb-ellipses-icon-color",
511
+ "defaultValue": "--cdr-color-text-secondary",
512
+ "description": "Ellipses icon color"
513
+ },
514
+ {
515
+ "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
516
+ "defaultValue": "--cdr-color-text-link-hover",
517
+ "description": "Ellipses icon hover, active and focus color"
518
+ },
519
+ {
520
+ "name": "--cdr-breadcrumb-item-color",
521
+ "defaultValue": "--cdr-color-text-secondary",
522
+ "description": "Breadcrumb item color"
523
+ },
524
+ {
525
+ "name": "--cdr-breadcrumb-item-linked-highlight-color",
526
+ "defaultValue": "--cdr-color-text-link-hover",
527
+ "description": "Breadcrumb item linked hover, active and focus color"
528
+ }
529
+ ]
530
+ },
531
531
  "CdrButton": {
532
532
  "name": "CdrButton",
533
533
  "description": "Initiates an action, such as completing a task or submitting information",
@@ -1230,134 +1230,57 @@
1230
1230
  }
1231
1231
  ]
1232
1232
  },
1233
- "CdrChip": {
1234
- "name": "CdrChip",
1235
- "description": "Allows people to make selections, filter content, or trigger actions",
1236
- "tags": {},
1233
+ "CdrCaption": {
1234
+ "name": "CdrCaption",
1235
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
1236
+ "tags": {},
1237
1237
  "exportName": "default",
1238
- "displayName": "CdrChip",
1239
- "slots": [
1240
- {
1241
- "name": "icon-left",
1242
- "description": "Icon to the left of the content"
1243
- },
1238
+ "displayName": "CdrCaption",
1239
+ "props": [
1244
1240
  {
1245
- "name": "icon-right",
1246
- "description": "Icon to the right of the content"
1241
+ "name": "summary",
1242
+ "description": "Sets the string content for the description body of the caption.",
1243
+ "tags": {
1244
+ "demoIgnore": [
1245
+ {
1246
+ "description": "true",
1247
+ "title": "demoIgnore"
1248
+ }
1249
+ ]
1250
+ },
1251
+ "type": {
1252
+ "name": "string"
1253
+ }
1247
1254
  },
1248
1255
  {
1249
- "name": "default",
1250
- "description": "Primary CdrChip content"
1256
+ "name": "credit",
1257
+ "description": "Sets the string content for attribution.",
1258
+ "tags": {
1259
+ "demoIgnore": [
1260
+ {
1261
+ "description": "true",
1262
+ "title": "demoIgnore"
1263
+ }
1264
+ ]
1265
+ },
1266
+ "type": {
1267
+ "name": "string"
1268
+ }
1251
1269
  }
1252
1270
  ],
1253
1271
  "sourceFiles": [
1254
- "./src/components/chip/CdrChip.vue"
1272
+ "./src/components/caption/CdrCaption.vue"
1255
1273
  ],
1256
1274
  "UIProperties": [
1257
1275
  {
1258
- "name": "--cdr-chip-text-color",
1259
- "defaultValue": "--cdr-color-text-chip-default",
1260
- "description": "Text color of a cdr-chip"
1261
- },
1262
- {
1263
- "name": "--cdr-chip-fill-color",
1264
- "defaultValue": "--cdr-color-text-chip-default",
1265
- "description": "Fill color of a cdr-chip"
1266
- },
1267
- {
1268
- "name": "--cdr-chip-background-color-rest",
1269
- "defaultValue": "--cdr-color-background-chip-default-rest",
1270
- "description": "Background color of a cdr-chip"
1271
- },
1272
- {
1273
- "name": "--cdr-chip-box-shadow-color-rest",
1274
- "defaultValue": "--cdr-color-border-chip-default-rest",
1275
- "description": "Box-shadow color of a cdr-chip"
1276
- },
1277
- {
1278
- "name": "--cdr-chip-background-color-disabled",
1279
- "defaultValue": "--cdr-color-background-chip-default-disabled",
1280
- "description": "Background color of a cdr-chip when disabled"
1281
- },
1282
- {
1283
- "name": "--cdr-chip-box-shadow-color-disabled",
1284
- "defaultValue": "--cdr-color-border-chip-default-disabled",
1285
- "description": "Box-shadow color of a cdr-chip when disabled"
1286
- },
1287
- {
1288
- "name": "--cdr-chip-text-color-disabled",
1289
- "defaultValue": "--cdr-color-text-chip-disabled",
1290
- "description": "Text color of a cdr-chip when disabled"
1291
- },
1292
- {
1293
- "name": "--cdr-chip-background-color-hover",
1294
- "defaultValue": "--cdr-color-background-chip-default-hover",
1295
- "description": "Background color of a cdr-chip on hover"
1296
- },
1297
- {
1298
- "name": "--cdr-chip-box-shadow-color-hover",
1299
- "defaultValue": "--cdr-color-border-chip-default-hover",
1300
- "description": "Box-shadow color of a cdr-chip on hover"
1301
- },
1302
- {
1303
- "name": "--cdr-chip-background-color-focus",
1304
- "defaultValue": "--cdr-color-background-chip-default-focus",
1305
- "description": "Background color of a cdr-chip on focus"
1306
- },
1307
- {
1308
- "name": "--cdr-chip-box-shadow-color-focus",
1309
- "defaultValue": "--cdr-color-border-chip-default-focus",
1310
- "description": "Box-shadow color of a cdr-chip on focus"
1311
- },
1312
- {
1313
- "name": "--cdr-chip-background-color-active",
1314
- "defaultValue": "--cdr-color-background-chip-default-active",
1315
- "description": "Background color of a cdr-chip when active"
1316
- },
1317
- {
1318
- "name": "--cdr-chip-box-shadow-color-active",
1319
- "defaultValue": "--cdr-color-border-chip-default-active",
1320
- "description": "Box-shadow color of a cdr-chip when active"
1321
- },
1322
- {
1323
- "name": "--cdr-chip-background-color-selected-rest",
1324
- "defaultValue": "--cdr-color-background-chip-default-selected",
1325
- "description": "Background color of a cdr-chip when selected"
1326
- },
1327
- {
1328
- "name": "--cdr-chip-box-shadow-color-selected-rest",
1329
- "defaultValue": "--cdr-color-border-chip-default-selected-rest",
1330
- "description": "Box-shadow color of a cdr-chip when selected"
1331
- },
1332
- {
1333
- "name": "--cdr-chip-background-color-selected-hover",
1334
- "defaultValue": "--cdr-color-background-chip-default-selected-hover",
1335
- "description": "Background color of a cdr-chip when selected and hovered"
1336
- },
1337
- {
1338
- "name": "--cdr-chip-box-shadow-color-selected-hover",
1339
- "defaultValue": "--cdr-color-border-chip-default-selected-hover",
1340
- "description": "Box-shadow color of a cdr-chip when selected and hovered"
1341
- },
1342
- {
1343
- "name": "--cdr-chip-background-color-selected-focus",
1344
- "defaultValue": "--cdr-color-background-chip-default-selected-focus",
1345
- "description": "Background color of a cdr-chip when selected and focused"
1346
- },
1347
- {
1348
- "name": "--cdr-chip-box-shadow-color-selected-focus",
1349
- "defaultValue": "--cdr-color-border-chip-default-selected-focus",
1350
- "description": "Box-shadow color of a cdr-chip when selected and focused"
1351
- },
1352
- {
1353
- "name": "--cdr-chip-background-color-selected-active",
1354
- "defaultValue": "--cdr-color-background-chip-default-selected-active",
1355
- "description": "Background color of a cdr-chip when selected and active"
1276
+ "name": "--cdr-caption-summary-color",
1277
+ "defaultValue": "--cdr-color-text-primary",
1278
+ "description": "Text color of a cdr-caption"
1356
1279
  },
1357
1280
  {
1358
- "name": "--cdr-chip-box-shadow-color-selected-focus",
1359
- "defaultValue": "--cdr-color-border-chip-default-selected-focus",
1360
- "description": "Box-shadow color of a cdr-chip when selected and active"
1281
+ "name": "--cdr-caption-cite-color",
1282
+ "defaultValue": "--cdr-color-text-secondary",
1283
+ "description": "Text color of a cdr-caption"
1361
1284
  }
1362
1285
  ]
1363
1286
  },
@@ -1670,110 +1593,154 @@
1670
1593
  }
1671
1594
  ]
1672
1595
  },
1673
- "CdrContainer": {
1674
- "name": "CdrContainer",
1675
- "description": "Provides base margins and responsive layout logic for pages",
1596
+ "CdrChip": {
1597
+ "name": "CdrChip",
1598
+ "description": "Allows people to make selections, filter content, or trigger actions",
1676
1599
  "tags": {},
1677
1600
  "exportName": "default",
1678
- "displayName": "CdrContainer",
1679
- "props": [
1601
+ "displayName": "CdrChip",
1602
+ "slots": [
1680
1603
  {
1681
- "name": "tag",
1682
- "description": "Sets the HTML tag for the container element",
1683
- "type": {
1684
- "name": "string"
1685
- },
1686
- "defaultValue": {
1687
- "func": false,
1688
- "value": "'div'"
1689
- }
1604
+ "name": "icon-left",
1605
+ "description": "Icon to the left of the content"
1690
1606
  },
1691
1607
  {
1692
- "name": "modifier",
1693
- "description": "Controls whether container is static or fluid width.",
1694
- "tags": {
1695
- "demoSelectMultiple": [
1696
- {
1697
- "description": "false",
1698
- "title": "demoSelectMultiple"
1699
- }
1700
- ]
1701
- },
1702
- "values": [
1703
- "static",
1704
- "fluid"
1705
- ],
1706
- "type": {
1707
- "name": "string"
1708
- },
1709
- "defaultValue": {
1710
- "func": false,
1711
- "value": "'static'"
1712
- }
1713
- }
1714
- ],
1715
- "slots": [
1608
+ "name": "icon-right",
1609
+ "description": "Icon to the right of the content"
1610
+ },
1716
1611
  {
1717
1612
  "name": "default",
1718
- "description": "CdrContainer content"
1719
- }
1720
- ],
1721
- "sourceFiles": [
1722
- "./src/components/container/CdrContainer.vue"
1723
- ]
1724
- },
1725
- "CdrFormError": {
1726
- "name": "CdrFormError",
1727
- "exportName": "default",
1728
- "displayName": "CdrFormError",
1729
- "description": "",
1730
- "tags": {},
1731
- "props": [
1732
- {
1733
- "name": "error",
1734
- "type": {
1735
- "name": "boolean|string"
1736
- }
1737
- }
1738
- ],
1739
- "slots": [
1740
- {
1741
- "name": "error"
1613
+ "description": "Primary CdrChip content"
1742
1614
  }
1743
1615
  ],
1744
1616
  "sourceFiles": [
1745
- "./src/components/formError/CdrFormError.vue"
1617
+ "./src/components/chip/CdrChip.vue"
1746
1618
  ],
1747
1619
  "UIProperties": [
1748
1620
  {
1749
- "name": "--cdr-form-error-text-color",
1750
- "defaultValue": "--cdr-color-text-input-error",
1751
- "description": "Text color of a cdr-form-error"
1621
+ "name": "--cdr-chip-text-color",
1622
+ "defaultValue": "--cdr-color-text-chip-default",
1623
+ "description": "Text color of a cdr-chip"
1752
1624
  },
1753
1625
  {
1754
- "name": "--cdr-form-error-fill-color",
1755
- "defaultValue": "--cdr-color-text-input-error",
1756
- "description": "Fill color of a cdr-form-error"
1757
- }
1758
- ]
1759
- },
1760
- "CdrChipGroup": {
1761
- "name": "CdrChipGroup",
1762
- "exportName": "default",
1763
- "displayName": "CdrChipGroup",
1764
- "description": "",
1765
- "tags": {},
1766
- "props": [
1767
- {
1768
- "name": "label",
1769
- "description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
1770
- "type": {
1771
- "name": "string"
1772
- },
1773
- "required": true
1626
+ "name": "--cdr-chip-fill-color",
1627
+ "defaultValue": "--cdr-color-text-chip-default",
1628
+ "description": "Fill color of a cdr-chip"
1774
1629
  },
1775
1630
  {
1776
- "name": "hideLabel",
1631
+ "name": "--cdr-chip-background-color-rest",
1632
+ "defaultValue": "--cdr-color-background-chip-default-rest",
1633
+ "description": "Background color of a cdr-chip"
1634
+ },
1635
+ {
1636
+ "name": "--cdr-chip-box-shadow-color-rest",
1637
+ "defaultValue": "--cdr-color-border-chip-default-rest",
1638
+ "description": "Box-shadow color of a cdr-chip"
1639
+ },
1640
+ {
1641
+ "name": "--cdr-chip-background-color-disabled",
1642
+ "defaultValue": "--cdr-color-background-chip-default-disabled",
1643
+ "description": "Background color of a cdr-chip when disabled"
1644
+ },
1645
+ {
1646
+ "name": "--cdr-chip-box-shadow-color-disabled",
1647
+ "defaultValue": "--cdr-color-border-chip-default-disabled",
1648
+ "description": "Box-shadow color of a cdr-chip when disabled"
1649
+ },
1650
+ {
1651
+ "name": "--cdr-chip-text-color-disabled",
1652
+ "defaultValue": "--cdr-color-text-chip-disabled",
1653
+ "description": "Text color of a cdr-chip when disabled"
1654
+ },
1655
+ {
1656
+ "name": "--cdr-chip-background-color-hover",
1657
+ "defaultValue": "--cdr-color-background-chip-default-hover",
1658
+ "description": "Background color of a cdr-chip on hover"
1659
+ },
1660
+ {
1661
+ "name": "--cdr-chip-box-shadow-color-hover",
1662
+ "defaultValue": "--cdr-color-border-chip-default-hover",
1663
+ "description": "Box-shadow color of a cdr-chip on hover"
1664
+ },
1665
+ {
1666
+ "name": "--cdr-chip-background-color-focus",
1667
+ "defaultValue": "--cdr-color-background-chip-default-focus",
1668
+ "description": "Background color of a cdr-chip on focus"
1669
+ },
1670
+ {
1671
+ "name": "--cdr-chip-box-shadow-color-focus",
1672
+ "defaultValue": "--cdr-color-border-chip-default-focus",
1673
+ "description": "Box-shadow color of a cdr-chip on focus"
1674
+ },
1675
+ {
1676
+ "name": "--cdr-chip-background-color-active",
1677
+ "defaultValue": "--cdr-color-background-chip-default-active",
1678
+ "description": "Background color of a cdr-chip when active"
1679
+ },
1680
+ {
1681
+ "name": "--cdr-chip-box-shadow-color-active",
1682
+ "defaultValue": "--cdr-color-border-chip-default-active",
1683
+ "description": "Box-shadow color of a cdr-chip when active"
1684
+ },
1685
+ {
1686
+ "name": "--cdr-chip-background-color-selected-rest",
1687
+ "defaultValue": "--cdr-color-background-chip-default-selected",
1688
+ "description": "Background color of a cdr-chip when selected"
1689
+ },
1690
+ {
1691
+ "name": "--cdr-chip-box-shadow-color-selected-rest",
1692
+ "defaultValue": "--cdr-color-border-chip-default-selected-rest",
1693
+ "description": "Box-shadow color of a cdr-chip when selected"
1694
+ },
1695
+ {
1696
+ "name": "--cdr-chip-background-color-selected-hover",
1697
+ "defaultValue": "--cdr-color-background-chip-default-selected-hover",
1698
+ "description": "Background color of a cdr-chip when selected and hovered"
1699
+ },
1700
+ {
1701
+ "name": "--cdr-chip-box-shadow-color-selected-hover",
1702
+ "defaultValue": "--cdr-color-border-chip-default-selected-hover",
1703
+ "description": "Box-shadow color of a cdr-chip when selected and hovered"
1704
+ },
1705
+ {
1706
+ "name": "--cdr-chip-background-color-selected-focus",
1707
+ "defaultValue": "--cdr-color-background-chip-default-selected-focus",
1708
+ "description": "Background color of a cdr-chip when selected and focused"
1709
+ },
1710
+ {
1711
+ "name": "--cdr-chip-box-shadow-color-selected-focus",
1712
+ "defaultValue": "--cdr-color-border-chip-default-selected-focus",
1713
+ "description": "Box-shadow color of a cdr-chip when selected and focused"
1714
+ },
1715
+ {
1716
+ "name": "--cdr-chip-background-color-selected-active",
1717
+ "defaultValue": "--cdr-color-background-chip-default-selected-active",
1718
+ "description": "Background color of a cdr-chip when selected and active"
1719
+ },
1720
+ {
1721
+ "name": "--cdr-chip-box-shadow-color-selected-focus",
1722
+ "defaultValue": "--cdr-color-border-chip-default-selected-focus",
1723
+ "description": "Box-shadow color of a cdr-chip when selected and active"
1724
+ }
1725
+ ]
1726
+ },
1727
+ "CdrChipGroup": {
1728
+ "name": "CdrChipGroup",
1729
+ "exportName": "default",
1730
+ "displayName": "CdrChipGroup",
1731
+ "description": "",
1732
+ "tags": {},
1733
+ "props": [
1734
+ {
1735
+ "name": "label",
1736
+ "description": "Sets a label that describes the chip group and what it is selecting. By default this label is visually hidden and only made available to screen readers.",
1737
+ "type": {
1738
+ "name": "string"
1739
+ },
1740
+ "required": true
1741
+ },
1742
+ {
1743
+ "name": "hideLabel",
1777
1744
  "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1778
1745
  "type": {
1779
1746
  "name": "boolean"
@@ -1798,16 +1765,27 @@
1798
1765
  "./src/components/chip/CdrChipGroup.vue"
1799
1766
  ]
1800
1767
  },
1801
- "CdrGrid": {
1802
- "name": "CdrGrid",
1803
- "description": "Simple wrapper for working with CSS grid",
1768
+ "CdrContainer": {
1769
+ "name": "CdrContainer",
1770
+ "description": "Provides base margins and responsive layout logic for pages",
1804
1771
  "tags": {},
1805
1772
  "exportName": "default",
1806
- "displayName": "CdrGrid",
1773
+ "displayName": "CdrContainer",
1807
1774
  "props": [
1808
1775
  {
1809
- "name": "gutter",
1810
- "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
1776
+ "name": "tag",
1777
+ "description": "Sets the HTML tag for the container element",
1778
+ "type": {
1779
+ "name": "string"
1780
+ },
1781
+ "defaultValue": {
1782
+ "func": false,
1783
+ "value": "'div'"
1784
+ }
1785
+ },
1786
+ {
1787
+ "name": "modifier",
1788
+ "description": "Controls whether container is static or fluid width.",
1811
1789
  "tags": {
1812
1790
  "demoSelectMultiple": [
1813
1791
  {
@@ -1817,51 +1795,73 @@
1817
1795
  ]
1818
1796
  },
1819
1797
  "values": [
1820
- "none",
1821
- "small",
1822
- "medium",
1823
- "large"
1798
+ "static",
1799
+ "fluid"
1824
1800
  ],
1825
1801
  "type": {
1826
1802
  "name": "string"
1827
1803
  },
1828
1804
  "defaultValue": {
1829
1805
  "func": false,
1830
- "value": "'medium@xs medium@sm large@md large@lg'"
1806
+ "value": "'static'"
1831
1807
  }
1832
- },
1808
+ }
1809
+ ],
1810
+ "slots": [
1833
1811
  {
1834
- "name": "tag",
1835
- "description": "Sets the HTML tag for the grid element",
1812
+ "name": "default",
1813
+ "description": "CdrContainer content"
1814
+ }
1815
+ ],
1816
+ "sourceFiles": [
1817
+ "./src/components/container/CdrContainer.vue"
1818
+ ]
1819
+ },
1820
+ "CdrFormError": {
1821
+ "name": "CdrFormError",
1822
+ "exportName": "default",
1823
+ "displayName": "CdrFormError",
1824
+ "description": "",
1825
+ "tags": {},
1826
+ "props": [
1827
+ {
1828
+ "name": "error",
1836
1829
  "type": {
1837
- "name": "string"
1838
- },
1839
- "defaultValue": {
1840
- "func": false,
1841
- "value": "'div'"
1830
+ "name": "boolean|string"
1842
1831
  }
1843
1832
  }
1844
1833
  ],
1845
1834
  "slots": [
1846
1835
  {
1847
- "name": "default",
1848
- "description": "CdrGrid content (grid child elements)"
1836
+ "name": "error"
1849
1837
  }
1850
1838
  ],
1851
1839
  "sourceFiles": [
1852
- "./src/components/grid/CdrGrid.vue"
1840
+ "./src/components/formError/CdrFormError.vue"
1841
+ ],
1842
+ "UIProperties": [
1843
+ {
1844
+ "name": "--cdr-form-error-text-color",
1845
+ "defaultValue": "--cdr-color-text-input-error",
1846
+ "description": "Text color of a cdr-form-error"
1847
+ },
1848
+ {
1849
+ "name": "--cdr-form-error-fill-color",
1850
+ "defaultValue": "--cdr-color-text-input-error",
1851
+ "description": "Fill color of a cdr-form-error"
1852
+ }
1853
1853
  ]
1854
1854
  },
1855
- "CdrCaption": {
1856
- "name": "CdrCaption",
1857
- "description": "Provides context and credit for an asset such as an image, video, or chart",
1855
+ "CdrFormGroup": {
1856
+ "name": "CdrFormGroup",
1857
+ "description": "Groups related input elements together",
1858
1858
  "tags": {},
1859
1859
  "exportName": "default",
1860
- "displayName": "CdrCaption",
1860
+ "displayName": "CdrFormGroup",
1861
1861
  "props": [
1862
1862
  {
1863
- "name": "summary",
1864
- "description": "Sets the string content for the description body of the caption.",
1863
+ "name": "id",
1864
+ "description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
1865
1865
  "tags": {
1866
1866
  "demoIgnore": [
1867
1867
  {
@@ -1875,8 +1875,8 @@
1875
1875
  }
1876
1876
  },
1877
1877
  {
1878
- "name": "credit",
1879
- "description": "Sets the string content for attribution.",
1878
+ "name": "label",
1879
+ "description": "Sets the label/legend for the form group. Applies default text styles to this label.\nTo override that default text style or apply other customization, use the `label` slot.",
1880
1880
  "tags": {
1881
1881
  "demoIgnore": [
1882
1882
  {
@@ -1887,130 +1887,17 @@
1887
1887
  },
1888
1888
  "type": {
1889
1889
  "name": "string"
1890
- }
1891
- }
1892
- ],
1893
- "sourceFiles": [
1894
- "./src/components/caption/CdrCaption.vue"
1895
- ],
1896
- "UIProperties": [
1897
- {
1898
- "name": "--cdr-caption-summary-color",
1899
- "defaultValue": "--cdr-color-text-primary",
1900
- "description": "Text color of a cdr-caption"
1901
- },
1902
- {
1903
- "name": "--cdr-caption-cite-color",
1904
- "defaultValue": "--cdr-color-text-secondary",
1905
- "description": "Text color of a cdr-caption"
1906
- }
1907
- ]
1908
- },
1909
- "CdrIcon": {
1910
- "name": "CdrIcon",
1911
- "description": "Communicates meaning through graphics representing simple and complex ideas",
1912
- "tags": {
1913
- "demoComponentNames": [
1914
- {
1915
- "description": "icon-account-profile, icon-camera",
1916
- "title": "demoComponentNames"
1917
- }
1918
- ]
1919
- },
1920
- "exportName": "default",
1921
- "displayName": "CdrIcon",
1922
- "props": [
1923
- {
1924
- "name": "use",
1925
- "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
1926
- "type": {
1927
- "name": "string"
1890
+ },
1891
+ "defaultValue": {
1892
+ "func": false,
1893
+ "value": "''"
1928
1894
  }
1929
1895
  },
1930
1896
  {
1931
- "name": "inheritColor",
1932
- "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
1897
+ "name": "error",
1898
+ "description": "Sets the form group to an error state, displays the `error` slot if one is present.",
1933
1899
  "type": {
1934
- "name": "boolean"
1935
- },
1936
- "defaultValue": {
1937
- "func": false,
1938
- "value": false
1939
- }
1940
- },
1941
- {
1942
- "name": "size",
1943
- "type": {
1944
- "name": "string"
1945
- },
1946
- "defaultValue": {
1947
- "func": false,
1948
- "value": "'medium'"
1949
- }
1950
- }
1951
- ],
1952
- "slots": [
1953
- {
1954
- "name": "default"
1955
- }
1956
- ],
1957
- "sourceFiles": [
1958
- "./src/components/icon/CdrIcon.vue"
1959
- ],
1960
- "UIProperties": [
1961
- {
1962
- "name": "--cdr-icon-fill-default",
1963
- "defaultValue": "--cdr-color-icon-default",
1964
- "description": "Fill color of an icon"
1965
- }
1966
- ]
1967
- },
1968
- "CdrFormGroup": {
1969
- "name": "CdrFormGroup",
1970
- "description": "Groups related input elements together",
1971
- "tags": {},
1972
- "exportName": "default",
1973
- "displayName": "CdrFormGroup",
1974
- "props": [
1975
- {
1976
- "name": "id",
1977
- "description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
1978
- "tags": {
1979
- "demoIgnore": [
1980
- {
1981
- "description": "true",
1982
- "title": "demoIgnore"
1983
- }
1984
- ]
1985
- },
1986
- "type": {
1987
- "name": "string"
1988
- }
1989
- },
1990
- {
1991
- "name": "label",
1992
- "description": "Sets the label/legend for the form group. Applies default text styles to this label.\nTo override that default text style or apply other customization, use the `label` slot.",
1993
- "tags": {
1994
- "demoIgnore": [
1995
- {
1996
- "description": "true",
1997
- "title": "demoIgnore"
1998
- }
1999
- ]
2000
- },
2001
- "type": {
2002
- "name": "string"
2003
- },
2004
- "defaultValue": {
2005
- "func": false,
2006
- "value": "''"
2007
- }
2008
- },
2009
- {
2010
- "name": "error",
2011
- "description": "Sets the form group to an error state, displays the `error` slot if one is present.",
2012
- "type": {
2013
- "name": "boolean|string"
1900
+ "name": "boolean|string"
2014
1901
  },
2015
1902
  "defaultValue": {
2016
1903
  "func": false,
@@ -2087,6 +1974,119 @@
2087
1974
  }
2088
1975
  ]
2089
1976
  },
1977
+ "CdrGrid": {
1978
+ "name": "CdrGrid",
1979
+ "description": "Simple wrapper for working with CSS grid",
1980
+ "tags": {},
1981
+ "exportName": "default",
1982
+ "displayName": "CdrGrid",
1983
+ "props": [
1984
+ {
1985
+ "name": "gutter",
1986
+ "description": "Defines gutter size. Also accepts responsive values with `@breakpoint`: \"none@md\"",
1987
+ "tags": {
1988
+ "demoSelectMultiple": [
1989
+ {
1990
+ "description": "false",
1991
+ "title": "demoSelectMultiple"
1992
+ }
1993
+ ]
1994
+ },
1995
+ "values": [
1996
+ "none",
1997
+ "small",
1998
+ "medium",
1999
+ "large"
2000
+ ],
2001
+ "type": {
2002
+ "name": "string"
2003
+ },
2004
+ "defaultValue": {
2005
+ "func": false,
2006
+ "value": "'medium@xs medium@sm large@md large@lg'"
2007
+ }
2008
+ },
2009
+ {
2010
+ "name": "tag",
2011
+ "description": "Sets the HTML tag for the grid element",
2012
+ "type": {
2013
+ "name": "string"
2014
+ },
2015
+ "defaultValue": {
2016
+ "func": false,
2017
+ "value": "'div'"
2018
+ }
2019
+ }
2020
+ ],
2021
+ "slots": [
2022
+ {
2023
+ "name": "default",
2024
+ "description": "CdrGrid content (grid child elements)"
2025
+ }
2026
+ ],
2027
+ "sourceFiles": [
2028
+ "./src/components/grid/CdrGrid.vue"
2029
+ ]
2030
+ },
2031
+ "CdrIcon": {
2032
+ "name": "CdrIcon",
2033
+ "description": "Communicates meaning through graphics representing simple and complex ideas",
2034
+ "tags": {
2035
+ "demoComponentNames": [
2036
+ {
2037
+ "description": "icon-account-profile, icon-camera",
2038
+ "title": "demoComponentNames"
2039
+ }
2040
+ ]
2041
+ },
2042
+ "exportName": "default",
2043
+ "displayName": "CdrIcon",
2044
+ "props": [
2045
+ {
2046
+ "name": "use",
2047
+ "description": "Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).",
2048
+ "type": {
2049
+ "name": "string"
2050
+ }
2051
+ },
2052
+ {
2053
+ "name": "inheritColor",
2054
+ "description": "Sets icon fill to \"inherit\" so as to use parent/ancestor fill color.",
2055
+ "type": {
2056
+ "name": "boolean"
2057
+ },
2058
+ "defaultValue": {
2059
+ "func": false,
2060
+ "value": false
2061
+ }
2062
+ },
2063
+ {
2064
+ "name": "size",
2065
+ "type": {
2066
+ "name": "string"
2067
+ },
2068
+ "defaultValue": {
2069
+ "func": false,
2070
+ "value": "'medium'"
2071
+ }
2072
+ }
2073
+ ],
2074
+ "slots": [
2075
+ {
2076
+ "name": "default"
2077
+ }
2078
+ ],
2079
+ "sourceFiles": [
2080
+ "./src/components/icon/CdrIcon.vue"
2081
+ ],
2082
+ "UIProperties": [
2083
+ {
2084
+ "name": "--cdr-icon-fill-default",
2085
+ "defaultValue": "--cdr-color-icon-default",
2086
+ "description": "Fill color of an icon"
2087
+ }
2088
+ ]
2089
+ },
2090
2090
  "CdrImg": {
2091
2091
  "name": "CdrImg",
2092
2092
  "description": "Media for capturing attention and communicating messages",
@@ -2792,57 +2792,45 @@
2792
2792
  }
2793
2793
  ]
2794
2794
  },
2795
- "CdrLink": {
2796
- "name": "CdrLink",
2797
- "description": "Clickable text elements used for navigating to other pages or sections",
2795
+ "CdrList": {
2796
+ "name": "CdrList",
2797
+ "description": "Groups related content items together either vertically or horizontally",
2798
2798
  "tags": {},
2799
2799
  "exportName": "default",
2800
- "displayName": "CdrLink",
2800
+ "displayName": "CdrList",
2801
2801
  "props": [
2802
2802
  {
2803
2803
  "name": "tag",
2804
- "description": "Sets valid HTML element tag",
2804
+ "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
2805
2805
  "tags": {},
2806
2806
  "values": [
2807
- "a",
2808
- "button"
2807
+ "ul",
2808
+ "ol"
2809
2809
  ],
2810
2810
  "type": {
2811
2811
  "name": "string"
2812
2812
  },
2813
2813
  "defaultValue": {
2814
2814
  "func": false,
2815
- "value": "'a'"
2816
- }
2817
- },
2818
- {
2819
- "name": "href",
2820
- "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
2821
- "type": {
2822
- "name": "string"
2823
- },
2824
- "defaultValue": {
2825
- "func": false,
2826
- "value": "'#'"
2827
- }
2828
- },
2829
- {
2830
- "name": "inheritColor",
2831
- "description": "Sets color and fill",
2832
- "type": {
2833
- "name": "boolean"
2834
- },
2835
- "defaultValue": {
2836
- "func": false,
2837
- "value": false
2815
+ "value": "'ul'"
2838
2816
  }
2839
2817
  },
2840
2818
  {
2841
2819
  "name": "modifier",
2842
- "description": "Modifies the style variant for this component.",
2843
- "tags": {},
2820
+ "description": "Modifies the style variant for this component",
2821
+ "tags": {
2822
+ "demoSelectMultiple": [
2823
+ {
2824
+ "description": "true",
2825
+ "title": "demoSelectMultiple"
2826
+ }
2827
+ ]
2828
+ },
2844
2829
  "values": [
2845
- "standalone"
2830
+ "ordered",
2831
+ "unordered",
2832
+ "compact",
2833
+ "inline"
2846
2834
  ],
2847
2835
  "type": {
2848
2836
  "name": "string"
@@ -2851,118 +2839,9 @@
2851
2839
  "func": false,
2852
2840
  "value": "''"
2853
2841
  }
2854
- },
2855
- {
2856
- "name": "target",
2857
- "tags": {
2858
- "ignore": [
2859
- {
2860
- "description": true,
2861
- "title": "ignore"
2862
- }
2863
- ]
2864
- },
2865
- "type": {
2866
- "name": "string"
2867
- }
2868
- },
2869
- {
2870
- "name": "rel",
2871
- "tags": {
2872
- "ignore": [
2873
- {
2874
- "description": true,
2875
- "title": "ignore"
2876
- }
2877
- ]
2878
- },
2879
- "type": {
2880
- "name": "string"
2881
- }
2882
- }
2883
- ],
2884
- "slots": [
2885
- {
2886
- "name": "default",
2887
- "description": "Readable text of the link"
2888
- }
2889
- ],
2890
- "sourceFiles": [
2891
- "./src/components/link/CdrLink.vue"
2892
- ],
2893
- "UIProperties": [
2894
- {
2895
- "name": "--cdr-link-text-color",
2896
- "defaultValue": "--cdr-color-text-link-rest",
2897
- "description": "Color of the link text"
2898
- },
2899
- {
2900
- "name": "--cdr-link-fill-color",
2901
- "defaultValue": "--cdr-color-text-link-rest",
2902
- "description": "Color of the link fill"
2903
- },
2904
- {
2905
- "name": "--cdr-link-active-text-color-active",
2906
- "defaultValue": "--cdr-color-text-link-active",
2907
- "description": "Color of the link text when active or focused"
2908
- },
2909
- {
2910
- "name": "--cdr-link-text-color-hover",
2911
- "defaultValue": "--cdr-color-text-link-hover",
2912
- "description": "Color of the link text when hovered"
2913
- }
2914
- ]
2915
- },
2916
- "CdrList": {
2917
- "name": "CdrList",
2918
- "description": "Groups related content items together either vertically or horizontally",
2919
- "tags": {},
2920
- "exportName": "default",
2921
- "displayName": "CdrList",
2922
- "props": [
2923
- {
2924
- "name": "tag",
2925
- "description": "Sets list type and HTML element as \"unordered\" or \"ordered\"",
2926
- "tags": {},
2927
- "values": [
2928
- "ul",
2929
- "ol"
2930
- ],
2931
- "type": {
2932
- "name": "string"
2933
- },
2934
- "defaultValue": {
2935
- "func": false,
2936
- "value": "'ul'"
2937
- }
2938
- },
2939
- {
2940
- "name": "modifier",
2941
- "description": "Modifies the style variant for this component",
2942
- "tags": {
2943
- "demoSelectMultiple": [
2944
- {
2945
- "description": "true",
2946
- "title": "demoSelectMultiple"
2947
- }
2948
- ]
2949
- },
2950
- "values": [
2951
- "ordered",
2952
- "unordered",
2953
- "compact",
2954
- "inline"
2955
- ],
2956
- "type": {
2957
- "name": "string"
2958
- },
2959
- "defaultValue": {
2960
- "func": false,
2961
- "value": "''"
2962
- }
2963
- }
2964
- ],
2965
- "slots": [
2842
+ }
2843
+ ],
2844
+ "slots": [
2966
2845
  {
2967
2846
  "name": "default",
2968
2847
  "description": "CdrList content (list-items)"
@@ -3146,6 +3025,127 @@
3146
3025
  }
3147
3026
  ]
3148
3027
  },
3028
+ "CdrLink": {
3029
+ "name": "CdrLink",
3030
+ "description": "Clickable text elements used for navigating to other pages or sections",
3031
+ "tags": {},
3032
+ "exportName": "default",
3033
+ "displayName": "CdrLink",
3034
+ "props": [
3035
+ {
3036
+ "name": "tag",
3037
+ "description": "Sets valid HTML element tag",
3038
+ "tags": {},
3039
+ "values": [
3040
+ "a",
3041
+ "button"
3042
+ ],
3043
+ "type": {
3044
+ "name": "string"
3045
+ },
3046
+ "defaultValue": {
3047
+ "func": false,
3048
+ "value": "'a'"
3049
+ }
3050
+ },
3051
+ {
3052
+ "name": "href",
3053
+ "description": "Sets value for anchors href property. Requires tag prop value to be `a`.",
3054
+ "type": {
3055
+ "name": "string"
3056
+ },
3057
+ "defaultValue": {
3058
+ "func": false,
3059
+ "value": "'#'"
3060
+ }
3061
+ },
3062
+ {
3063
+ "name": "inheritColor",
3064
+ "description": "Sets color and fill",
3065
+ "type": {
3066
+ "name": "boolean"
3067
+ },
3068
+ "defaultValue": {
3069
+ "func": false,
3070
+ "value": false
3071
+ }
3072
+ },
3073
+ {
3074
+ "name": "modifier",
3075
+ "description": "Modifies the style variant for this component.",
3076
+ "tags": {},
3077
+ "values": [
3078
+ "standalone"
3079
+ ],
3080
+ "type": {
3081
+ "name": "string"
3082
+ },
3083
+ "defaultValue": {
3084
+ "func": false,
3085
+ "value": "''"
3086
+ }
3087
+ },
3088
+ {
3089
+ "name": "target",
3090
+ "tags": {
3091
+ "ignore": [
3092
+ {
3093
+ "description": true,
3094
+ "title": "ignore"
3095
+ }
3096
+ ]
3097
+ },
3098
+ "type": {
3099
+ "name": "string"
3100
+ }
3101
+ },
3102
+ {
3103
+ "name": "rel",
3104
+ "tags": {
3105
+ "ignore": [
3106
+ {
3107
+ "description": true,
3108
+ "title": "ignore"
3109
+ }
3110
+ ]
3111
+ },
3112
+ "type": {
3113
+ "name": "string"
3114
+ }
3115
+ }
3116
+ ],
3117
+ "slots": [
3118
+ {
3119
+ "name": "default",
3120
+ "description": "Readable text of the link"
3121
+ }
3122
+ ],
3123
+ "sourceFiles": [
3124
+ "./src/components/link/CdrLink.vue"
3125
+ ],
3126
+ "UIProperties": [
3127
+ {
3128
+ "name": "--cdr-link-text-color",
3129
+ "defaultValue": "--cdr-color-text-link-rest",
3130
+ "description": "Color of the link text"
3131
+ },
3132
+ {
3133
+ "name": "--cdr-link-fill-color",
3134
+ "defaultValue": "--cdr-color-text-link-rest",
3135
+ "description": "Color of the link fill"
3136
+ },
3137
+ {
3138
+ "name": "--cdr-link-active-text-color-active",
3139
+ "defaultValue": "--cdr-color-text-link-active",
3140
+ "description": "Color of the link text when active or focused"
3141
+ },
3142
+ {
3143
+ "name": "--cdr-link-text-color-hover",
3144
+ "defaultValue": "--cdr-color-text-link-hover",
3145
+ "description": "Color of the link text when hovered"
3146
+ }
3147
+ ]
3148
+ },
3149
3149
  "CdrPagination": {
3150
3150
  "name": "CdrPagination",
3151
3151
  "description": "Allows people to navigate to the next or previous page within an experience",
@@ -3299,92 +3299,124 @@
3299
3299
  }
3300
3300
  ]
3301
3301
  },
3302
- "CdrQuote": {
3303
- "name": "CdrQuote",
3304
- "description": "Short excerpt used to emphasize content or break up a large body of text",
3302
+ "CdrPopover": {
3303
+ "name": "CdrPopover",
3304
+ "description": "Small overlay used to display contextual information",
3305
3305
  "tags": {},
3306
3306
  "exportName": "default",
3307
- "displayName": "CdrQuote",
3307
+ "displayName": "CdrPopover",
3308
3308
  "props": [
3309
3309
  {
3310
- "name": "tag",
3311
- "description": "Sets the semantic HTML element for the quote.",
3312
- "tags": {},
3310
+ "name": "position",
3311
+ "description": "Sets the position where the popover will render relative to the trigger element.",
3312
+ "tags": {
3313
+ "demoSelectMultiple": [
3314
+ {
3315
+ "description": "false",
3316
+ "title": "demoSelectMultiple"
3317
+ }
3318
+ ]
3319
+ },
3313
3320
  "values": [
3314
- "blockquote",
3315
- "aside",
3316
- "q",
3317
- "div"
3321
+ "top",
3322
+ "bottom",
3323
+ "left",
3324
+ "right"
3318
3325
  ],
3319
3326
  "type": {
3320
3327
  "name": "string"
3321
3328
  },
3329
+ "required": false,
3322
3330
  "defaultValue": {
3323
3331
  "func": false,
3324
- "value": "'blockquote'"
3332
+ "value": "'top'"
3325
3333
  }
3326
3334
  },
3327
3335
  {
3328
- "name": "modifier",
3329
- "description": "Modifies the style variant for the quote",
3330
- "tags": {
3331
- "demoSelectMultiple": [
3332
- {
3333
- "description": "true",
3334
- "title": "demoSelectMultiple"
3335
- }
3336
- ]
3337
- },
3338
- "values": [
3339
- "pull"
3340
- ],
3336
+ "name": "autoPosition",
3337
+ "description": "If set to `true`, popover will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the popover will always render in the provided `position`.",
3341
3338
  "type": {
3342
- "name": "string"
3339
+ "name": "boolean"
3343
3340
  },
3341
+ "required": false,
3344
3342
  "defaultValue": {
3345
3343
  "func": false,
3346
- "value": "''"
3344
+ "value": true
3347
3345
  }
3348
3346
  },
3349
3347
  {
3350
- "name": "summary",
3351
- "description": "Sets the quote body text.",
3348
+ "name": "label",
3349
+ "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3352
3350
  "type": {
3353
3351
  "name": "string"
3354
- }
3352
+ },
3353
+ "required": false
3355
3354
  },
3356
3355
  {
3357
- "name": "citation",
3358
- "description": "Sets the quote attribution text.",
3356
+ "name": "id",
3357
+ "description": "ID for the popover element, required for accessibility",
3358
+ "type": {
3359
+ "name": "string"
3360
+ },
3361
+ "required": true
3362
+ },
3363
+ {
3364
+ "name": "contentClass",
3365
+ "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3359
3366
  "type": {
3360
3367
  "name": "string"
3368
+ },
3369
+ "required": false
3370
+ },
3371
+ {
3372
+ "name": "open",
3373
+ "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3374
+ "tags": {
3375
+ "demoIgnore": [
3376
+ {
3377
+ "description": "true",
3378
+ "title": "demoIgnore"
3379
+ }
3380
+ ]
3381
+ },
3382
+ "type": {
3383
+ "name": "boolean"
3384
+ },
3385
+ "required": false,
3386
+ "defaultValue": {
3387
+ "func": false,
3388
+ "value": false
3361
3389
  }
3362
3390
  }
3363
3391
  ],
3364
- "slots": [
3392
+ "events": [
3365
3393
  {
3366
- "name": "default"
3394
+ "name": "opened",
3395
+ "description": "Emits when popover is opened"
3396
+ },
3397
+ {
3398
+ "name": "closed",
3399
+ "description": "Emits when popover is closed"
3367
3400
  }
3368
3401
  ],
3369
- "sourceFiles": [
3370
- "./src/components/quote/CdrQuote.vue"
3371
- ],
3372
- "UIProperties": [
3402
+ "slots": [
3373
3403
  {
3374
- "name": "--cdr-quote-cite-text-color",
3375
- "defaultValue": "--cdr-color-text-secondary",
3376
- "description": "Text color of a cdr-quote citation"
3404
+ "name": "trigger",
3405
+ "description": " Slot for the element that triggers the popover."
3377
3406
  },
3378
3407
  {
3379
- "name": "--cdr-quote-content-text-color",
3380
- "defaultValue": "--cdr-color-text-primary",
3381
- "description": "Text color of cdr-quote content"
3408
+ "name": "title",
3409
+ "description": "Sets the title for the popover. Can also be set with `label` prop"
3382
3410
  },
3383
3411
  {
3384
- "name": "--cdr-quote-pull-container-border-color",
3385
- "defaultValue": "--cdr-color-border-primary",
3386
- "description": "Border color of a cdr-quote pull container"
3412
+ "name": "default"
3413
+ },
3414
+ {
3415
+ "name": "icon"
3387
3416
  }
3417
+ ],
3418
+ "sourceFiles": [
3419
+ "./src/components/popover/CdrPopover.vue"
3388
3420
  ]
3389
3421
  },
3390
3422
  "CdrPopup": {
@@ -3458,178 +3490,74 @@
3458
3490
  }
3459
3491
  ]
3460
3492
  },
3461
- "CdrPopover": {
3462
- "name": "CdrPopover",
3463
- "description": "Small overlay used to display contextual information",
3493
+ "CdrRadio": {
3494
+ "name": "CdrRadio",
3495
+ "description": "Permits the selection of only one option from a list of two or more",
3464
3496
  "tags": {},
3465
3497
  "exportName": "default",
3466
- "displayName": "CdrPopover",
3498
+ "displayName": "CdrRadio",
3467
3499
  "props": [
3468
3500
  {
3469
- "name": "position",
3470
- "description": "Sets the position where the popover will render relative to the trigger element.",
3471
- "tags": {
3472
- "demoSelectMultiple": [
3473
- {
3474
- "description": "false",
3475
- "title": "demoSelectMultiple"
3476
- }
3477
- ]
3478
- },
3479
- "values": [
3480
- "top",
3481
- "bottom",
3482
- "left",
3483
- "right"
3484
- ],
3501
+ "name": "labelClass",
3502
+ "description": "Adds CSS class to the label for custom styles.",
3485
3503
  "type": {
3486
3504
  "name": "string"
3487
- },
3488
- "required": false,
3489
- "defaultValue": {
3490
- "func": false,
3491
- "value": "'top'"
3492
3505
  }
3493
3506
  },
3494
3507
  {
3495
- "name": "autoPosition",
3496
- "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`.",
3508
+ "name": "inputClass",
3509
+ "description": "Adds CSS class to the input for custom styles.",
3497
3510
  "type": {
3498
- "name": "boolean"
3499
- },
3500
- "required": false,
3501
- "defaultValue": {
3502
- "func": false,
3503
- "value": true
3511
+ "name": "string"
3504
3512
  }
3505
3513
  },
3506
3514
  {
3507
- "name": "label",
3508
- "description": "Sets the title for the popover content. Can also be provided via the `title` slot.",
3515
+ "name": "contentClass",
3516
+ "description": "Adds CSS class to the slot wrapper for custom styles.",
3509
3517
  "type": {
3510
3518
  "name": "string"
3511
- },
3512
- "required": false
3519
+ }
3513
3520
  },
3514
3521
  {
3515
- "name": "id",
3516
- "description": "ID for the popover element, required for accessibility",
3522
+ "name": "disabled",
3523
+ "description": "Disables the radio",
3517
3524
  "type": {
3518
- "name": "string"
3519
- },
3520
- "required": true
3525
+ "name": "boolean"
3526
+ }
3521
3527
  },
3522
3528
  {
3523
- "name": "contentClass",
3524
- "description": "Add custom class to the popover content wrapper. Allows for overriding size, styling, etc.",
3529
+ "name": "name",
3530
+ "description": "Sets the name of the radio button.",
3525
3531
  "type": {
3526
3532
  "name": "string"
3527
3533
  },
3528
- "required": false
3534
+ "required": true
3529
3535
  },
3530
3536
  {
3531
- "name": "open",
3532
- "description": "Used to programmatically control the popover state. Does not need to be set if you are using the `trigger` slot.",
3537
+ "name": "modifier",
3538
+ "description": "Modifies the style variants for this component",
3533
3539
  "tags": {
3534
- "demoIgnore": [
3540
+ "demoSelectMultiple": [
3535
3541
  {
3536
3542
  "description": "true",
3537
- "title": "demoIgnore"
3543
+ "title": "demoSelectMultiple"
3538
3544
  }
3539
3545
  ]
3540
3546
  },
3547
+ "values": [
3548
+ "hide-figure"
3549
+ ],
3541
3550
  "type": {
3542
- "name": "boolean"
3543
- },
3544
- "required": false,
3545
- "defaultValue": {
3546
- "func": false,
3547
- "value": false
3548
- }
3549
- }
3550
- ],
3551
- "events": [
3552
- {
3553
- "name": "opened",
3554
- "description": "Emits when popover is opened"
3555
- },
3556
- {
3557
- "name": "closed",
3558
- "description": "Emits when popover is closed"
3559
- }
3560
- ],
3561
- "slots": [
3562
- {
3563
- "name": "trigger",
3564
- "description": " Slot for the element that triggers the popover."
3565
- },
3566
- {
3567
- "name": "title",
3568
- "description": "Sets the title for the popover. Can also be set with `label` prop"
3569
- },
3570
- {
3571
- "name": "default"
3572
- },
3573
- {
3574
- "name": "icon"
3575
- }
3576
- ],
3577
- "sourceFiles": [
3578
- "./src/components/popover/CdrPopover.vue"
3579
- ]
3580
- },
3581
- "CdrRating": {
3582
- "name": "CdrRating",
3583
- "description": "Provides insight into user opinions for products, experiences, and more",
3584
- "tags": {},
3585
- "exportName": "default",
3586
- "displayName": "CdrRating",
3587
- "props": [
3588
- {
3589
- "name": "rating",
3590
- "description": "Sets the rating values between 0 and 5.",
3591
- "type": {
3592
- "name": "string|number"
3593
- },
3594
- "required": true,
3595
- "defaultValue": {
3596
- "func": false,
3597
- "value": "0"
3598
- }
3599
- },
3600
- {
3601
- "name": "count",
3602
- "description": "Sets the total number of ratings",
3603
- "type": {
3604
- "name": "string|number"
3605
- },
3606
- "required": false,
3607
- "defaultValue": {
3608
- "func": false,
3609
- "value": "null"
3610
- }
3611
- },
3612
- {
3613
- "name": "compact",
3614
- "description": "Hides the word 'reviews' if true",
3615
- "type": {
3616
- "name": "boolean"
3551
+ "name": "string"
3617
3552
  },
3618
3553
  "defaultValue": {
3619
3554
  "func": false,
3620
- "value": false
3621
- }
3622
- },
3623
- {
3624
- "name": "href",
3625
- "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
3626
- "type": {
3627
- "name": "string"
3555
+ "value": "''"
3628
3556
  }
3629
3557
  },
3630
3558
  {
3631
3559
  "name": "size",
3632
- "description": "Sets the rating size.",
3560
+ "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
3633
3561
  "tags": {
3634
3562
  "demoSelectMultiple": [
3635
3563
  {
@@ -3644,115 +3572,7 @@
3644
3572
  "large"
3645
3573
  ],
3646
3574
  "type": {
3647
- "name": "string"
3648
- },
3649
- "defaultValue": {
3650
- "func": false,
3651
- "value": "'medium'"
3652
- }
3653
- }
3654
- ],
3655
- "sourceFiles": [
3656
- "./src/components/rating/CdrRating.vue"
3657
- ],
3658
- "UIProperties": [
3659
- {
3660
- "name": "--cdr-rating-count-hover-color",
3661
- "defaultValue": "--cdr-color-text-rating-hover",
3662
- "description": "Hover text color of cdr-rating count"
3663
- },
3664
- {
3665
- "name": "--cdr-rating-text-rating-separator",
3666
- "defaultValue": "--cdr-color-text-rating-separator",
3667
- "description": "Color of the rating text separator"
3668
- },
3669
- {
3670
- "name": "--cdr-rating-star-null-fill-color",
3671
- "defaultValue": "#F9F8F6",
3672
- "description": "Fill color of a null star"
3673
- },
3674
- {
3675
- "name": "--cdr-rating-star-null-outline-color",
3676
- "defaultValue": "#928B80",
3677
- "description": "Outline color of a null star"
3678
- },
3679
- {
3680
- "name": "--cdr-rating-star-partial-fill-color",
3681
- "defaultValue": "#FFD280",
3682
- "description": "Fill color of a partially filled star"
3683
- },
3684
- {
3685
- "name": "--cdr-rating-star-partial-stroke-color",
3686
- "defaultValue": "#BD7B2D",
3687
- "description": "Stroke color of a partially filled star"
3688
- },
3689
- {
3690
- "name": "--cdr-rating-star-filled-fill-color",
3691
- "defaultValue": "#FFD280",
3692
- "description": "Fill color of a filled star"
3693
- },
3694
- {
3695
- "name": "--cdr-rating-star-filled-stroke-color",
3696
- "defaultValue": "#BD7B2D",
3697
- "description": "Stroke color of a filled star"
3698
- },
3699
- {
3700
- "name": "--cdr-rating-star-empty-fill-color",
3701
- "defaultValue": "#F9F8F6",
3702
- "description": "Fill color of an empty star"
3703
- },
3704
- {
3705
- "name": "--cdr-rating-star-empty-stroke-color",
3706
- "defaultValue": "#BD7B2D",
3707
- "description": "Stroke color of an empty star"
3708
- }
3709
- ]
3710
- },
3711
- "CdrSelect": {
3712
- "name": "CdrSelect",
3713
- "description": "Allows the selection of one or more options from a dropdown list",
3714
- "tags": {},
3715
- "exportName": "default",
3716
- "displayName": "CdrSelect",
3717
- "props": [
3718
- {
3719
- "name": "id",
3720
- "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
3721
- "type": {
3722
- "name": "string"
3723
- }
3724
- },
3725
- {
3726
- "name": "label",
3727
- "description": "Sets the text value for the select label.\nRequired for accessibility compliance. Use ‘hideLabel’ to\nvisually hide the label but keep it available to screenreaders.",
3728
- "type": {
3729
- "name": "string"
3730
- },
3731
- "required": true
3732
- },
3733
- {
3734
- "name": "hideLabel",
3735
- "description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
3736
- "type": {
3737
- "name": "boolean"
3738
- },
3739
- "defaultValue": {
3740
- "func": false,
3741
- "value": false
3742
- }
3743
- },
3744
- {
3745
- "name": "prompt",
3746
- "description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
3747
- "type": {
3748
- "name": "string"
3749
- }
3750
- },
3751
- {
3752
- "name": "options",
3753
- "description": "Build options programmatically with data.\nProvide an array of objects [{ text: String, value: String}] for greater control\nor provide an array of strings ['String'] for simpler setup (value and text will be the same).",
3754
- "type": {
3755
- "name": "selectOption[] | string[]"
3575
+ "name": "sizeProps"
3756
3576
  }
3757
3577
  },
3758
3578
  {
@@ -3768,45 +3588,10 @@
3768
3588
  }
3769
3589
  },
3770
3590
  {
3771
- "name": "size",
3772
- "description": "Sets the component's size; values can target responsive breakpoints. Example `small@lg`",
3773
- "tags": {
3774
- "demoSelectMultiple": [
3775
- {
3776
- "description": "false",
3777
- "title": "demoSelectMultiple"
3778
- }
3779
- ]
3780
- },
3781
- "values": [
3782
- "small",
3783
- "medium",
3784
- "large"
3785
- ],
3786
- "type": {
3787
- "name": "sizeProps"
3788
- }
3789
- },
3790
- {
3791
- "name": "error",
3792
- "description": "Sets the select to an error state, displays the `error` slot if one is present.",
3793
- "type": {
3794
- "name": "boolean|string"
3795
- },
3796
- "defaultValue": {
3797
- "func": false,
3798
- "value": false
3799
- }
3800
- },
3801
- {
3802
- "name": "errorRole",
3803
- "description": "Sets the `role` attribute for the embedded error state messaging.",
3591
+ "name": "customValue",
3592
+ "description": "Sets the value of the radio.",
3804
3593
  "type": {
3805
- "name": "string"
3806
- },
3807
- "defaultValue": {
3808
- "func": false,
3809
- "value": "'status'"
3594
+ "name": "string|number|boolean|object|array|symbol|func"
3810
3595
  }
3811
3596
  },
3812
3597
  {
@@ -3814,7 +3599,7 @@
3814
3599
  "tags": {
3815
3600
  "ignore": [
3816
3601
  {
3817
- "description": true,
3602
+ "description": "v-model binding",
3818
3603
  "title": "ignore"
3819
3604
  }
3820
3605
  ]
@@ -3822,41 +3607,6 @@
3822
3607
  "type": {
3823
3608
  "name": "string|number|boolean|object|array|symbol|func"
3824
3609
  }
3825
- },
3826
- {
3827
- "name": "disabled",
3828
- "description": "Disables the input and sets appropriate styling",
3829
- "type": {
3830
- "name": "boolean"
3831
- }
3832
- },
3833
- {
3834
- "name": "required",
3835
- "description": "Sets aria-required on the input field and displays an asterisk next to the select label",
3836
- "type": {
3837
- "name": "boolean"
3838
- }
3839
- },
3840
- {
3841
- "name": "optional",
3842
- "description": "Displays '(optional)' text next to the select label.",
3843
- "type": {
3844
- "name": "boolean"
3845
- }
3846
- },
3847
- {
3848
- "name": "multiple",
3849
- "description": "Turns CdrSelect into a multi-select element.",
3850
- "type": {
3851
- "name": "boolean"
3852
- }
3853
- },
3854
- {
3855
- "name": "multipleSize",
3856
- "description": "Sets the height of the CdrSelect when using the multiple option.\nThis number corresponds to the number of select options that will be visible without scrolling.",
3857
- "type": {
3858
- "name": "number"
3859
- }
3860
3610
  }
3861
3611
  ],
3862
3612
  "events": [
@@ -3886,189 +3636,240 @@
3886
3636
  ],
3887
3637
  "slots": [
3888
3638
  {
3889
- "name": "helper-text",
3890
- "description": "Helper text above the select field"
3891
- },
3892
- {
3893
- "name": "info",
3894
- "description": "Link or icon to the right above the select field."
3895
- },
3896
- {
3897
- "name": "pre-icon",
3898
- "description": "Icon preceding text within the select field"
3899
- },
3900
- {
3901
- "name": "default",
3902
- "description": "CdrSelect content (<option> tags). Leave empty if using the `options` prop."
3903
- },
3904
- {
3905
- "name": "info-action",
3906
- "description": "Action-wrapped icon to the right of the select field"
3907
- },
3908
- {
3909
- "name": "error",
3910
- "description": "Error messaging text that is displayed when the `error` prop is true."
3639
+ "name": "default"
3911
3640
  }
3912
3641
  ],
3913
3642
  "sourceFiles": [
3914
- "./src/components/select/CdrSelect.vue"
3643
+ "./src/components/radio/CdrRadio.vue"
3915
3644
  ],
3916
3645
  "UIProperties": [
3917
3646
  {
3918
- "name": "--cdr-select-caret-fill",
3919
- "defaultValue": "--cdr-color-text-primary",
3920
- "description": "Color of the cdr-select caret"
3647
+ "name": "--cdr-radio-box-shadow-color-selected",
3648
+ "defaultValue": "--cdr-color-border-input-default-selected",
3649
+ "description": "Box-shadow color of cdr-radio when selected"
3921
3650
  },
3922
3651
  {
3923
- "name": "--cdr-select-caret-fill-disabled",
3924
- "defaultValue": "--cdr-color-icon-disabled",
3925
- "description": "Color of a disabled cdr-select caret"
3652
+ "name": "--cdr-radio-background-color-selected",
3653
+ "defaultValue": "--cdr-color-background-input-default-selected",
3654
+ "description": "Background color of cdr-radio when selected"
3926
3655
  },
3927
3656
  {
3928
- "name": "--cdr-select-background-color",
3929
- "defaultValue": "--cdr-color-background-input-default",
3930
- "description": "Background color of cdr-select"
3657
+ "name": "--cdr-radio-inner-circle-background-color-selected",
3658
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected",
3659
+ "description": "Background color of the inner circle of cdr-radio when selected"
3931
3660
  },
3932
3661
  {
3933
- "name": "--cdr-select-text-color",
3934
- "defaultValue": "--cdr-color-text-input-default",
3935
- "description": "Text color of cdr-select"
3662
+ "name": "--cdr-radio-box-shadow-color-hover",
3663
+ "defaultValue": "--cdr-color-border-input-default-hover",
3664
+ "description": "Box-shadow color of cdr-radio on hover"
3936
3665
  },
3937
3666
  {
3938
- "name": "--cdr-select-box-shadow-color",
3939
- "defaultValue": "--cdr-color-border-input-default",
3940
- "description": "Box-shadow color of cdr-select"
3667
+ "name": "--cdr-radio-background-color-hover",
3668
+ "defaultValue": "--cdr-color-background-input-default-hover",
3669
+ "description": "Background color of cdr-radio on hover"
3941
3670
  },
3942
3671
  {
3943
- "name": "--cdr-select-background-color-disabled",
3944
- "defaultValue": "--cdr-color-background-input-default-disabled",
3945
- "description": "Background color of a disabled cdr-select"
3672
+ "name": "--cdr-radio-box-shadow-color-selected-hover",
3673
+ "defaultValue": "--cdr-color-border-input-default-selected-hover",
3674
+ "description": "Box-shadow color of cdr-radio when selected on hover"
3946
3675
  },
3947
3676
  {
3948
- "name": "--cdr-select-text-color-disabled",
3949
- "defaultValue": "--cdr-color-text-input-disabled",
3950
- "description": "Text color of a disabled cdr-select"
3677
+ "name": "--cdr-radio-background-color-selected-hover",
3678
+ "defaultValue": "--cdr-color-background-input-default-selected-hover",
3679
+ "description": "Background color of cdr-radio when selected on hover"
3951
3680
  },
3952
3681
  {
3953
- "name": "--cdr-select-box-shadow-color-disabled",
3682
+ "name": "--cdr-radio-box-shadow-color-disabled",
3954
3683
  "defaultValue": "--cdr-color-border-input-default-disabled",
3955
- "description": "Box-shadow color of a disabled cdr-select"
3684
+ "description": "Box-shadow color of cdr-radio when disabled"
3956
3685
  },
3957
3686
  {
3958
- "name": "--cdr-select-box-shadow-color-focus",
3959
- "defaultValue": "--cdr-color-border-input-default-focus",
3960
- "description": "Box-shadow color of a cdr-select when active or focused"
3687
+ "name": "--cdr-radio-background-color-disabled",
3688
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3689
+ "description": "Background color of cdr-radio when disabled"
3961
3690
  },
3962
3691
  {
3963
- "name": "--cdr-select-prompt-text-color",
3964
- "defaultValue": "--cdr-color-text-primary",
3965
- "description": "Text color of cdr-select prompt"
3692
+ "name": "--cdr-radio-inner-circle-background-color-disabled",
3693
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3694
+ "description": "Background color of the inner circle of cdr-radio when disabled"
3966
3695
  },
3967
3696
  {
3968
- "name": "--cdr-select-prompt-text-color-disabled",
3969
- "defaultValue": "--cdr-color-text-input-disabled",
3970
- "description": "Text color of a disabled cdr-select prompt"
3697
+ "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
3698
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3699
+ "description": "Background color of the inner circle of cdr-radio when selected and disabled"
3971
3700
  },
3972
3701
  {
3973
- "name": "--cdr-select-primary-background-color",
3974
- "defaultValue": "--cdr-color-background-input-default",
3975
- "description": "Background color of a primary cdr-select"
3702
+ "name": "--cdr-radio-box-shadow-color-focus",
3703
+ "defaultValue": "--cdr-color-border-input-default-active",
3704
+ "description": "Box-shadow color of cdr-radio on focus"
3976
3705
  },
3977
3706
  {
3978
- "name": "--cdr-select-primary-background-color-active",
3979
- "defaultValue": "--cdr-color-background-input-default-active",
3980
- "description": "Background color of a primary cdr-select when active or focused"
3707
+ "name": "--cdr-radio-background-color-focus",
3708
+ "defaultValue": "--cdr-color-background-input-default-focus",
3709
+ "description": "Background color of cdr-radio on focus"
3981
3710
  },
3982
3711
  {
3983
- "name": "--cdr-select-secondary-background-color",
3984
- "defaultValue": "--cdr-color-background-input-secondary",
3985
- "description": "Background color of a secondary cdr-select"
3712
+ "name": "--cdr-radio-background-color-selected-focus",
3713
+ "defaultValue": "--cdr-color-background-input-default-selected-focus",
3714
+ "description": "Background color of cdr-radio when selected on focus"
3986
3715
  },
3987
3716
  {
3988
- "name": "--cdr-select-secondary-background-color-active",
3989
- "defaultValue": "--cdr-color-background-input-secondary-active",
3990
- "description": "Background color of a secondary cdr-select when active or focused"
3717
+ "name": "--cdr-radio-box-shadow-color-active",
3718
+ "defaultValue": "--cdr-color-border-input-default-active",
3719
+ "description": "Box-shadow color of cdr-radio when active"
3991
3720
  },
3992
3721
  {
3993
- "name": "--cdr-select-background-color-error",
3994
- "defaultValue": "--cdr-color-background-input-error",
3995
- "description": "Background color of a cdr-select error"
3722
+ "name": "--cdr-radio-background-color-active",
3723
+ "defaultValue": "--cdr-color-background-input-default-active",
3724
+ "description": "Background color of cdr-radio when active"
3996
3725
  },
3997
3726
  {
3998
- "name": "--cdr-select-box-shadow-color-error",
3999
- "defaultValue": "--cdr-color-border-input-error",
4000
- "description": "Box-shadow color of a cdr-select error"
3727
+ "name": "--cdr-radio-inner-circle-background-color-selected-active",
3728
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
3729
+ "description": "Background color of the inner circle of cdr-radio when selected and active"
4001
3730
  }
4002
3731
  ]
4003
3732
  },
4004
- "CdrRadio": {
4005
- "name": "CdrRadio",
4006
- "description": "Permits the selection of only one option from a list of two or more",
3733
+ "CdrQuote": {
3734
+ "name": "CdrQuote",
3735
+ "description": "Short excerpt used to emphasize content or break up a large body of text",
4007
3736
  "tags": {},
4008
3737
  "exportName": "default",
4009
- "displayName": "CdrRadio",
3738
+ "displayName": "CdrQuote",
4010
3739
  "props": [
4011
3740
  {
4012
- "name": "labelClass",
4013
- "description": "Adds CSS class to the label for custom styles.",
3741
+ "name": "tag",
3742
+ "description": "Sets the semantic HTML element for the quote.",
3743
+ "tags": {},
3744
+ "values": [
3745
+ "blockquote",
3746
+ "aside",
3747
+ "q",
3748
+ "div"
3749
+ ],
4014
3750
  "type": {
4015
3751
  "name": "string"
3752
+ },
3753
+ "defaultValue": {
3754
+ "func": false,
3755
+ "value": "'blockquote'"
4016
3756
  }
4017
3757
  },
4018
3758
  {
4019
- "name": "inputClass",
4020
- "description": "Adds CSS class to the input for custom styles.",
3759
+ "name": "modifier",
3760
+ "description": "Modifies the style variant for the quote",
3761
+ "tags": {
3762
+ "demoSelectMultiple": [
3763
+ {
3764
+ "description": "true",
3765
+ "title": "demoSelectMultiple"
3766
+ }
3767
+ ]
3768
+ },
3769
+ "values": [
3770
+ "pull"
3771
+ ],
4021
3772
  "type": {
4022
3773
  "name": "string"
3774
+ },
3775
+ "defaultValue": {
3776
+ "func": false,
3777
+ "value": "''"
4023
3778
  }
4024
3779
  },
4025
3780
  {
4026
- "name": "contentClass",
4027
- "description": "Adds CSS class to the slot wrapper for custom styles.",
3781
+ "name": "summary",
3782
+ "description": "Sets the quote body text.",
4028
3783
  "type": {
4029
3784
  "name": "string"
4030
3785
  }
4031
3786
  },
4032
3787
  {
4033
- "name": "disabled",
4034
- "description": "Disables the radio",
3788
+ "name": "citation",
3789
+ "description": "Sets the quote attribution text.",
4035
3790
  "type": {
4036
- "name": "boolean"
3791
+ "name": "string"
4037
3792
  }
3793
+ }
3794
+ ],
3795
+ "slots": [
3796
+ {
3797
+ "name": "default"
3798
+ }
3799
+ ],
3800
+ "sourceFiles": [
3801
+ "./src/components/quote/CdrQuote.vue"
3802
+ ],
3803
+ "UIProperties": [
3804
+ {
3805
+ "name": "--cdr-quote-cite-text-color",
3806
+ "defaultValue": "--cdr-color-text-secondary",
3807
+ "description": "Text color of a cdr-quote citation"
4038
3808
  },
4039
3809
  {
4040
- "name": "name",
4041
- "description": "Sets the name of the radio button.",
3810
+ "name": "--cdr-quote-content-text-color",
3811
+ "defaultValue": "--cdr-color-text-primary",
3812
+ "description": "Text color of cdr-quote content"
3813
+ },
3814
+ {
3815
+ "name": "--cdr-quote-pull-container-border-color",
3816
+ "defaultValue": "--cdr-color-border-primary",
3817
+ "description": "Border color of a cdr-quote pull container"
3818
+ }
3819
+ ]
3820
+ },
3821
+ "CdrRating": {
3822
+ "name": "CdrRating",
3823
+ "description": "Provides insight into user opinions for products, experiences, and more",
3824
+ "tags": {},
3825
+ "exportName": "default",
3826
+ "displayName": "CdrRating",
3827
+ "props": [
3828
+ {
3829
+ "name": "rating",
3830
+ "description": "Sets the rating values between 0 and 5.",
4042
3831
  "type": {
4043
- "name": "string"
3832
+ "name": "string|number"
4044
3833
  },
4045
- "required": true
3834
+ "required": true,
3835
+ "defaultValue": {
3836
+ "func": false,
3837
+ "value": "0"
3838
+ }
4046
3839
  },
4047
3840
  {
4048
- "name": "modifier",
4049
- "description": "Modifies the style variants for this component",
4050
- "tags": {
4051
- "demoSelectMultiple": [
4052
- {
4053
- "description": "true",
4054
- "title": "demoSelectMultiple"
4055
- }
4056
- ]
3841
+ "name": "count",
3842
+ "description": "Sets the total number of ratings",
3843
+ "type": {
3844
+ "name": "string|number"
4057
3845
  },
4058
- "values": [
4059
- "hide-figure"
4060
- ],
3846
+ "required": false,
3847
+ "defaultValue": {
3848
+ "func": false,
3849
+ "value": "null"
3850
+ }
3851
+ },
3852
+ {
3853
+ "name": "compact",
3854
+ "description": "Hides the word 'reviews' if true",
4061
3855
  "type": {
4062
- "name": "string"
3856
+ "name": "boolean"
4063
3857
  },
4064
3858
  "defaultValue": {
4065
3859
  "func": false,
4066
- "value": "''"
3860
+ "value": false
3861
+ }
3862
+ },
3863
+ {
3864
+ "name": "href",
3865
+ "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
3866
+ "type": {
3867
+ "name": "string"
4067
3868
  }
4068
3869
  },
4069
3870
  {
4070
3871
  "name": "size",
4071
- "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
3872
+ "description": "Sets the rating size.",
4072
3873
  "tags": {
4073
3874
  "demoSelectMultiple": [
4074
3875
  {
@@ -4083,267 +3884,132 @@
4083
3884
  "large"
4084
3885
  ],
4085
3886
  "type": {
4086
- "name": "sizeProps"
3887
+ "name": "string"
3888
+ },
3889
+ "defaultValue": {
3890
+ "func": false,
3891
+ "value": "'medium'"
4087
3892
  }
3893
+ }
3894
+ ],
3895
+ "sourceFiles": [
3896
+ "./src/components/rating/CdrRating.vue"
3897
+ ],
3898
+ "UIProperties": [
3899
+ {
3900
+ "name": "--cdr-rating-count-hover-color",
3901
+ "defaultValue": "--cdr-color-text-rating-hover",
3902
+ "description": "Hover text color of cdr-rating count"
4088
3903
  },
4089
3904
  {
4090
- "name": "background",
4091
- "description": "Sets the background color the radio button is rendered on",
4092
- "tags": {},
4093
- "values": [
4094
- "primary",
4095
- "secondary"
4096
- ],
4097
- "type": {
4098
- "name": "backgroundProps"
4099
- }
3905
+ "name": "--cdr-rating-text-rating-separator",
3906
+ "defaultValue": "--cdr-color-text-rating-separator",
3907
+ "description": "Color of the rating text separator"
4100
3908
  },
4101
3909
  {
4102
- "name": "customValue",
4103
- "description": "Sets the value of the radio.",
4104
- "type": {
4105
- "name": "string|number|boolean|object|array|symbol|func"
4106
- }
3910
+ "name": "--cdr-rating-star-null-fill-color",
3911
+ "defaultValue": "#F9F8F6",
3912
+ "description": "Fill color of a null star"
4107
3913
  },
4108
3914
  {
4109
- "name": "modelValue",
4110
- "tags": {
4111
- "ignore": [
4112
- {
4113
- "description": "v-model binding",
4114
- "title": "ignore"
4115
- }
4116
- ]
4117
- },
4118
- "type": {
4119
- "name": "string|number|boolean|object|array|symbol|func"
4120
- }
4121
- }
4122
- ],
4123
- "events": [
3915
+ "name": "--cdr-rating-star-null-outline-color",
3916
+ "defaultValue": "#928B80",
3917
+ "description": "Outline color of a null star"
3918
+ },
4124
3919
  {
4125
- "name": "update:modelValue",
4126
- "description": "Event emitted by v-model on the radio's <input> element",
4127
- "properties": [
4128
- {
4129
- "type": {
4130
- "names": [
4131
- "mixed"
4132
- ]
4133
- },
4134
- "name": "modelValue"
4135
- }
4136
- ],
4137
- "tags": [
4138
- {
4139
- "title": "param",
4140
- "type": {
4141
- "name": "mixed"
4142
- },
4143
- "name": "modelValue"
4144
- }
4145
- ]
4146
- }
4147
- ],
4148
- "slots": [
4149
- {
4150
- "name": "default"
4151
- }
4152
- ],
4153
- "sourceFiles": [
4154
- "./src/components/radio/CdrRadio.vue"
4155
- ],
4156
- "UIProperties": [
4157
- {
4158
- "name": "--cdr-radio-box-shadow-color-selected",
4159
- "defaultValue": "--cdr-color-border-input-default-selected",
4160
- "description": "Box-shadow color of cdr-radio when selected"
4161
- },
4162
- {
4163
- "name": "--cdr-radio-background-color-selected",
4164
- "defaultValue": "--cdr-color-background-input-default-selected",
4165
- "description": "Background color of cdr-radio when selected"
4166
- },
4167
- {
4168
- "name": "--cdr-radio-inner-circle-background-color-selected",
4169
- "defaultValue": "--cdr-color-icon-checkbox-default-selected",
4170
- "description": "Background color of the inner circle of cdr-radio when selected"
4171
- },
4172
- {
4173
- "name": "--cdr-radio-box-shadow-color-hover",
4174
- "defaultValue": "--cdr-color-border-input-default-hover",
4175
- "description": "Box-shadow color of cdr-radio on hover"
4176
- },
4177
- {
4178
- "name": "--cdr-radio-background-color-hover",
4179
- "defaultValue": "--cdr-color-background-input-default-hover",
4180
- "description": "Background color of cdr-radio on hover"
4181
- },
4182
- {
4183
- "name": "--cdr-radio-box-shadow-color-selected-hover",
4184
- "defaultValue": "--cdr-color-border-input-default-selected-hover",
4185
- "description": "Box-shadow color of cdr-radio when selected on hover"
4186
- },
4187
- {
4188
- "name": "--cdr-radio-background-color-selected-hover",
4189
- "defaultValue": "--cdr-color-background-input-default-selected-hover",
4190
- "description": "Background color of cdr-radio when selected on hover"
4191
- },
4192
- {
4193
- "name": "--cdr-radio-box-shadow-color-disabled",
4194
- "defaultValue": "--cdr-color-border-input-default-disabled",
4195
- "description": "Box-shadow color of cdr-radio when disabled"
4196
- },
4197
- {
4198
- "name": "--cdr-radio-background-color-disabled",
4199
- "defaultValue": "--cdr-color-background-input-default-disabled",
4200
- "description": "Background color of cdr-radio when disabled"
4201
- },
4202
- {
4203
- "name": "--cdr-radio-inner-circle-background-color-disabled",
4204
- "defaultValue": "--cdr-color-background-input-default-disabled",
4205
- "description": "Background color of the inner circle of cdr-radio when disabled"
4206
- },
4207
- {
4208
- "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
4209
- "defaultValue": "--cdr-color-background-input-default-disabled",
4210
- "description": "Background color of the inner circle of cdr-radio when selected and disabled"
4211
- },
4212
- {
4213
- "name": "--cdr-radio-box-shadow-color-focus",
4214
- "defaultValue": "--cdr-color-border-input-default-active",
4215
- "description": "Box-shadow color of cdr-radio on focus"
3920
+ "name": "--cdr-rating-star-partial-fill-color",
3921
+ "defaultValue": "#FFD280",
3922
+ "description": "Fill color of a partially filled star"
4216
3923
  },
4217
3924
  {
4218
- "name": "--cdr-radio-background-color-focus",
4219
- "defaultValue": "--cdr-color-background-input-default-focus",
4220
- "description": "Background color of cdr-radio on focus"
3925
+ "name": "--cdr-rating-star-partial-stroke-color",
3926
+ "defaultValue": "#BD7B2D",
3927
+ "description": "Stroke color of a partially filled star"
4221
3928
  },
4222
3929
  {
4223
- "name": "--cdr-radio-background-color-selected-focus",
4224
- "defaultValue": "--cdr-color-background-input-default-selected-focus",
4225
- "description": "Background color of cdr-radio when selected on focus"
3930
+ "name": "--cdr-rating-star-filled-fill-color",
3931
+ "defaultValue": "#FFD280",
3932
+ "description": "Fill color of a filled star"
4226
3933
  },
4227
3934
  {
4228
- "name": "--cdr-radio-box-shadow-color-active",
4229
- "defaultValue": "--cdr-color-border-input-default-active",
4230
- "description": "Box-shadow color of cdr-radio when active"
3935
+ "name": "--cdr-rating-star-filled-stroke-color",
3936
+ "defaultValue": "#BD7B2D",
3937
+ "description": "Stroke color of a filled star"
4231
3938
  },
4232
3939
  {
4233
- "name": "--cdr-radio-background-color-active",
4234
- "defaultValue": "--cdr-color-background-input-default-active",
4235
- "description": "Background color of cdr-radio when active"
3940
+ "name": "--cdr-rating-star-empty-fill-color",
3941
+ "defaultValue": "#F9F8F6",
3942
+ "description": "Fill color of an empty star"
4236
3943
  },
4237
3944
  {
4238
- "name": "--cdr-radio-inner-circle-background-color-selected-active",
4239
- "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
4240
- "description": "Background color of the inner circle of cdr-radio when selected and active"
3945
+ "name": "--cdr-rating-star-empty-stroke-color",
3946
+ "defaultValue": "#BD7B2D",
3947
+ "description": "Stroke color of an empty star"
4241
3948
  }
4242
3949
  ]
4243
3950
  },
4244
- "CdrSkeletonBone": {
4245
- "name": "CdrSkeletonBone",
4246
- "exportName": "default",
4247
- "displayName": "CdrSkeletonBone",
4248
- "description": "",
3951
+ "CdrSelect": {
3952
+ "name": "CdrSelect",
3953
+ "description": "Allows the selection of one or more options from a dropdown list",
4249
3954
  "tags": {},
3955
+ "exportName": "default",
3956
+ "displayName": "CdrSelect",
4250
3957
  "props": [
4251
3958
  {
4252
- "name": "type",
4253
- "description": "Sets the type of content placeholder",
4254
- "tags": {
4255
- "demoSelectMultiple": [
4256
- {
4257
- "description": "false",
4258
- "title": "demoSelectMultiple"
4259
- }
4260
- ]
4261
- },
4262
- "values": [
4263
- "default",
4264
- "heading",
4265
- "line",
4266
- "rectangle",
4267
- "square"
4268
- ],
3959
+ "name": "id",
3960
+ "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.",
4269
3961
  "type": {
4270
3962
  "name": "string"
4271
- },
4272
- "defaultValue": {
4273
- "func": false,
4274
- "value": "'default'"
4275
3963
  }
4276
- }
4277
- ],
4278
- "sourceFiles": [
4279
- "./src/components/skeleton/CdrSkeletonBone.vue"
4280
- ]
4281
- },
4282
- "CdrTable": {
4283
- "name": "CdrTable",
4284
- "description": "Organizes structured data for users to easily scan, compare, and analyze",
4285
- "tags": {},
4286
- "exportName": "default",
4287
- "displayName": "CdrTable",
4288
- "props": [
3964
+ },
4289
3965
  {
4290
- "name": "striped",
4291
- "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
3966
+ "name": "label",
3967
+ "description": "Sets the text value for the select label.\nRequired for accessibility compliance. Use ‘hideLabel’ to\nvisually hide the label but keep it available to screenreaders.",
4292
3968
  "type": {
4293
- "name": "boolean"
3969
+ "name": "string"
4294
3970
  },
4295
- "defaultValue": {
4296
- "func": false,
4297
- "value": false
4298
- }
3971
+ "required": true
4299
3972
  },
4300
3973
  {
4301
- "name": "border",
4302
- "description": "Adds borders between rows. Will disable `striped` if both are true",
3974
+ "name": "hideLabel",
3975
+ "description": "Visually hides the label element, but leaves it available to screen readers for accessibility compliance.",
4303
3976
  "type": {
4304
3977
  "name": "boolean"
4305
3978
  },
4306
3979
  "defaultValue": {
4307
3980
  "func": false,
4308
- "value": true
3981
+ "value": false
4309
3982
  }
4310
3983
  },
4311
3984
  {
4312
- "name": "fullWidth",
4313
- "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
3985
+ "name": "prompt",
3986
+ "description": "Adds an option that is disabled and selected by default to serve as a `placeholder` for the select.",
4314
3987
  "type": {
4315
- "name": "boolean|string"
4316
- },
4317
- "defaultValue": {
4318
- "func": false,
4319
- "value": true
3988
+ "name": "string"
4320
3989
  }
4321
3990
  },
4322
3991
  {
4323
- "name": "responsive",
4324
- "description": "Makes the table scroll horizontally when it would overflow its container",
3992
+ "name": "options",
3993
+ "description": "Build options programmatically with data.\nProvide an array of objects [{ text: String, value: String}] for greater control\nor provide an array of strings ['String'] for simpler setup (value and text will be the same).",
4325
3994
  "type": {
4326
- "name": "boolean"
4327
- },
4328
- "defaultValue": {
4329
- "func": false,
4330
- "value": true
3995
+ "name": "selectOption[] | string[]"
4331
3996
  }
4332
3997
  },
4333
3998
  {
4334
- "name": "hover",
4335
- "description": "Adds a darker background on row hover",
3999
+ "name": "background",
4000
+ "description": "Sets the background color the radio button is rendered on",
4001
+ "tags": {},
4002
+ "values": [
4003
+ "primary",
4004
+ "secondary"
4005
+ ],
4336
4006
  "type": {
4337
- "name": "boolean"
4338
- },
4339
- "defaultValue": {
4340
- "func": false,
4341
- "value": false
4007
+ "name": "backgroundProps"
4342
4008
  }
4343
4009
  },
4344
4010
  {
4345
4011
  "name": "size",
4346
- "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4012
+ "description": "Sets the component's size; values can target responsive breakpoints. Example `small@lg`",
4347
4013
  "tags": {
4348
4014
  "demoSelectMultiple": [
4349
4015
  {
@@ -4358,78 +4024,220 @@
4358
4024
  "large"
4359
4025
  ],
4360
4026
  "type": {
4361
- "name": "string"
4027
+ "name": "sizeProps"
4028
+ }
4029
+ },
4030
+ {
4031
+ "name": "error",
4032
+ "description": "Sets the select to an error state, displays the `error` slot if one is present.",
4033
+ "type": {
4034
+ "name": "boolean|string"
4362
4035
  },
4363
4036
  "defaultValue": {
4364
4037
  "func": false,
4365
- "value": "'medium'"
4038
+ "value": false
4366
4039
  }
4367
- }
4368
- ],
4369
- "slots": [
4370
- {
4371
- "name": "default",
4372
- "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4373
- }
4374
- ],
4375
- "sourceFiles": [
4376
- "./src/components/table/CdrTable.vue"
4377
- ],
4378
- "UIProperties": [
4040
+ },
4379
4041
  {
4380
- "name": "--cdr-table-base-text-color",
4381
- "defaultValue": "--cdr-color-text-primary",
4382
- "description": "Color of the cdr-table base text"
4042
+ "name": "errorRole",
4043
+ "description": "Sets the `role` attribute for the embedded error state messaging.",
4044
+ "type": {
4045
+ "name": "string"
4046
+ },
4047
+ "defaultValue": {
4048
+ "func": false,
4049
+ "value": "'status'"
4050
+ }
4383
4051
  },
4384
4052
  {
4385
- "name": "--cdr-table-row-background-color",
4386
- "defaultValue": "--cdr-color-background-table-row",
4387
- "description": "Background color of the table rows"
4053
+ "name": "modelValue",
4054
+ "tags": {
4055
+ "ignore": [
4056
+ {
4057
+ "description": true,
4058
+ "title": "ignore"
4059
+ }
4060
+ ]
4061
+ },
4062
+ "type": {
4063
+ "name": "string|number|boolean|object|array|symbol|func"
4064
+ }
4388
4065
  },
4389
4066
  {
4390
- "name": "--cdr-table-header-background-color",
4391
- "defaultValue": "--cdr-color-background-table-header",
4392
- "description": "Background color of the table header"
4067
+ "name": "disabled",
4068
+ "description": "Disables the input and sets appropriate styling",
4069
+ "type": {
4070
+ "name": "boolean"
4071
+ }
4393
4072
  },
4394
4073
  {
4395
- "name": "--cdr-table-text-cell-color",
4074
+ "name": "required",
4075
+ "description": "Sets aria-required on the input field and displays an asterisk next to the select label",
4076
+ "type": {
4077
+ "name": "boolean"
4078
+ }
4079
+ },
4080
+ {
4081
+ "name": "optional",
4082
+ "description": "Displays '(optional)' text next to the select label.",
4083
+ "type": {
4084
+ "name": "boolean"
4085
+ }
4086
+ },
4087
+ {
4088
+ "name": "multiple",
4089
+ "description": "Turns CdrSelect into a multi-select element.",
4090
+ "type": {
4091
+ "name": "boolean"
4092
+ }
4093
+ },
4094
+ {
4095
+ "name": "multipleSize",
4096
+ "description": "Sets the height of the CdrSelect when using the multiple option.\nThis number corresponds to the number of select options that will be visible without scrolling.",
4097
+ "type": {
4098
+ "name": "number"
4099
+ }
4100
+ }
4101
+ ],
4102
+ "events": [
4103
+ {
4104
+ "name": "update:modelValue",
4105
+ "description": "Event emitted by v-model on the radio's <input> element",
4106
+ "properties": [
4107
+ {
4108
+ "type": {
4109
+ "names": [
4110
+ "mixed"
4111
+ ]
4112
+ },
4113
+ "name": "modelValue"
4114
+ }
4115
+ ],
4116
+ "tags": [
4117
+ {
4118
+ "title": "param",
4119
+ "type": {
4120
+ "name": "mixed"
4121
+ },
4122
+ "name": "modelValue"
4123
+ }
4124
+ ]
4125
+ }
4126
+ ],
4127
+ "slots": [
4128
+ {
4129
+ "name": "helper-text",
4130
+ "description": "Helper text above the select field"
4131
+ },
4132
+ {
4133
+ "name": "info",
4134
+ "description": "Link or icon to the right above the select field."
4135
+ },
4136
+ {
4137
+ "name": "pre-icon",
4138
+ "description": "Icon preceding text within the select field"
4139
+ },
4140
+ {
4141
+ "name": "default",
4142
+ "description": "CdrSelect content (<option> tags). Leave empty if using the `options` prop."
4143
+ },
4144
+ {
4145
+ "name": "info-action",
4146
+ "description": "Action-wrapped icon to the right of the select field"
4147
+ },
4148
+ {
4149
+ "name": "error",
4150
+ "description": "Error messaging text that is displayed when the `error` prop is true."
4151
+ }
4152
+ ],
4153
+ "sourceFiles": [
4154
+ "./src/components/select/CdrSelect.vue"
4155
+ ],
4156
+ "UIProperties": [
4157
+ {
4158
+ "name": "--cdr-select-caret-fill",
4396
4159
  "defaultValue": "--cdr-color-text-primary",
4397
- "description": "Text color of the table cells"
4160
+ "description": "Color of the cdr-select caret"
4398
4161
  },
4399
4162
  {
4400
- "name": "--cdr-table-border-color-default",
4401
- "defaultValue": "--cdr-color-border-table-default",
4402
- "description": "Default border color of the table"
4163
+ "name": "--cdr-select-caret-fill-disabled",
4164
+ "defaultValue": "--cdr-color-icon-disabled",
4165
+ "description": "Color of a disabled cdr-select caret"
4403
4166
  },
4404
4167
  {
4405
- "name": "--cdr-table-head-border-default",
4406
- "defaultValue": "--cdr-color-border-table-head",
4407
- "description": "Head border color of the table"
4168
+ "name": "--cdr-select-background-color",
4169
+ "defaultValue": "--cdr-color-background-input-default",
4170
+ "description": "Background color of cdr-select"
4408
4171
  },
4409
4172
  {
4410
- "name": "--cdr-table-odd-row-background-color",
4411
- "defaultValue": "--cdr-color-background-table-row-alt",
4412
- "description": "Background color of all odd rows in the table"
4173
+ "name": "--cdr-select-text-color",
4174
+ "defaultValue": "--cdr-color-text-input-default",
4175
+ "description": "Text color of cdr-select"
4413
4176
  },
4414
4177
  {
4415
- "name": "--cdr-table-header-odd-row-background-color",
4416
- "defaultValue": "--cdr-color-background-table-row",
4417
- "description": "Background color of odd rows in the table header"
4178
+ "name": "--cdr-select-box-shadow-color",
4179
+ "defaultValue": "--cdr-color-border-input-default",
4180
+ "description": "Box-shadow color of cdr-select"
4418
4181
  },
4419
4182
  {
4420
- "name": "--cdr-table-striped-odd-row-background-color",
4421
- "defaultValue": "--cdr-color-background-table-row",
4422
- "description": "Background color of the odd rows in striped tables"
4183
+ "name": "--cdr-select-background-color-disabled",
4184
+ "defaultValue": "--cdr-color-background-input-default-disabled",
4185
+ "description": "Background color of a disabled cdr-select"
4423
4186
  },
4424
4187
  {
4425
- "name": "--cdr-table-body-footer-odd-row-background-color",
4426
- "defaultValue": "--cdr-color-background-table-row-alt",
4427
- "description": "Background color of odd rows in the table body and footer"
4188
+ "name": "--cdr-select-text-color-disabled",
4189
+ "defaultValue": "--cdr-color-text-input-disabled",
4190
+ "description": "Text color of a disabled cdr-select"
4428
4191
  },
4429
4192
  {
4430
- "name": "--cdr-table-cell-background-color-hover",
4431
- "defaultValue": "--cdr-color-background-table-header",
4432
- "description": "Background color of table cells on hover"
4193
+ "name": "--cdr-select-box-shadow-color-disabled",
4194
+ "defaultValue": "--cdr-color-border-input-default-disabled",
4195
+ "description": "Box-shadow color of a disabled cdr-select"
4196
+ },
4197
+ {
4198
+ "name": "--cdr-select-box-shadow-color-focus",
4199
+ "defaultValue": "--cdr-color-border-input-default-focus",
4200
+ "description": "Box-shadow color of a cdr-select when active or focused"
4201
+ },
4202
+ {
4203
+ "name": "--cdr-select-prompt-text-color",
4204
+ "defaultValue": "--cdr-color-text-primary",
4205
+ "description": "Text color of cdr-select prompt"
4206
+ },
4207
+ {
4208
+ "name": "--cdr-select-prompt-text-color-disabled",
4209
+ "defaultValue": "--cdr-color-text-input-disabled",
4210
+ "description": "Text color of a disabled cdr-select prompt"
4211
+ },
4212
+ {
4213
+ "name": "--cdr-select-primary-background-color",
4214
+ "defaultValue": "--cdr-color-background-input-default",
4215
+ "description": "Background color of a primary cdr-select"
4216
+ },
4217
+ {
4218
+ "name": "--cdr-select-primary-background-color-active",
4219
+ "defaultValue": "--cdr-color-background-input-default-active",
4220
+ "description": "Background color of a primary cdr-select when active or focused"
4221
+ },
4222
+ {
4223
+ "name": "--cdr-select-secondary-background-color",
4224
+ "defaultValue": "--cdr-color-background-input-secondary",
4225
+ "description": "Background color of a secondary cdr-select"
4226
+ },
4227
+ {
4228
+ "name": "--cdr-select-secondary-background-color-active",
4229
+ "defaultValue": "--cdr-color-background-input-secondary-active",
4230
+ "description": "Background color of a secondary cdr-select when active or focused"
4231
+ },
4232
+ {
4233
+ "name": "--cdr-select-background-color-error",
4234
+ "defaultValue": "--cdr-color-background-input-error",
4235
+ "description": "Background color of a cdr-select error"
4236
+ },
4237
+ {
4238
+ "name": "--cdr-select-box-shadow-color-error",
4239
+ "defaultValue": "--cdr-color-border-input-error",
4240
+ "description": "Box-shadow color of a cdr-select error"
4433
4241
  }
4434
4242
  ]
4435
4243
  },
@@ -4484,223 +4292,215 @@
4484
4292
  }
4485
4293
  ]
4486
4294
  },
4487
- "CdrTabPanel": {
4488
- "name": "CdrTabPanel",
4295
+ "CdrSkeletonBone": {
4296
+ "name": "CdrSkeletonBone",
4489
4297
  "exportName": "default",
4490
- "displayName": "CdrTabPanel",
4298
+ "displayName": "CdrSkeletonBone",
4491
4299
  "description": "",
4492
4300
  "tags": {},
4493
4301
  "props": [
4494
4302
  {
4495
- "name": "id",
4496
- "description": "Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property.",
4303
+ "name": "type",
4304
+ "description": "Sets the type of content placeholder",
4305
+ "tags": {
4306
+ "demoSelectMultiple": [
4307
+ {
4308
+ "description": "false",
4309
+ "title": "demoSelectMultiple"
4310
+ }
4311
+ ]
4312
+ },
4313
+ "values": [
4314
+ "default",
4315
+ "heading",
4316
+ "line",
4317
+ "rectangle",
4318
+ "square"
4319
+ ],
4497
4320
  "type": {
4498
4321
  "name": "string"
4322
+ },
4323
+ "defaultValue": {
4324
+ "func": false,
4325
+ "value": "'default'"
4499
4326
  }
4500
- },
4327
+ }
4328
+ ],
4329
+ "sourceFiles": [
4330
+ "./src/components/skeleton/CdrSkeletonBone.vue"
4331
+ ]
4332
+ },
4333
+ "CdrTable": {
4334
+ "name": "CdrTable",
4335
+ "description": "Organizes structured data for users to easily scan, compare, and analyze",
4336
+ "tags": {},
4337
+ "exportName": "default",
4338
+ "displayName": "CdrTable",
4339
+ "props": [
4501
4340
  {
4502
- "name": "name",
4503
- "description": "Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier.",
4341
+ "name": "striped",
4342
+ "description": "Sets row colors to alternate between darker and lighter backgrounds.\nStriping will not apply when `border` is true",
4504
4343
  "type": {
4505
- "name": "string"
4344
+ "name": "boolean"
4345
+ },
4346
+ "defaultValue": {
4347
+ "func": false,
4348
+ "value": false
4506
4349
  }
4507
4350
  },
4508
4351
  {
4509
- "name": "ariaLabelledby",
4510
- "description": "Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property.",
4352
+ "name": "border",
4353
+ "description": "Adds borders between rows. Will disable `striped` if both are true",
4511
4354
  "type": {
4512
- "name": "string"
4513
- }
4514
- }
4515
- ],
4516
- "events": [
4517
- {
4518
- "name": "tab-change",
4519
- "description": "Emits when active tab is changed",
4520
- "tags": [
4521
- {
4522
- "title": "params",
4523
- "content": "state, panelId"
4524
- }
4525
- ]
4526
- }
4527
- ],
4528
- "slots": [
4529
- {
4530
- "name": "default",
4531
- "description": "CdrTabPanel content"
4532
- }
4533
- ],
4534
- "sourceFiles": [
4535
- "./src/components/tabs/CdrTabPanel.vue"
4536
- ]
4537
- },
4538
- "CdrTabs": {
4539
- "name": "CdrTabs",
4540
- "description": "Organizes related content into groups for people to navigate between",
4541
- "tags": {},
4542
- "exportName": "default",
4543
- "displayName": "CdrTabs",
4544
- "props": [
4355
+ "name": "boolean"
4356
+ },
4357
+ "defaultValue": {
4358
+ "func": false,
4359
+ "value": true
4360
+ }
4361
+ },
4545
4362
  {
4546
- "name": "height",
4547
- "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.",
4363
+ "name": "fullWidth",
4364
+ "description": "Sets the width to 100%. Also accepts space separated strings for breakpoints that it should be full width: { '@xs' | '@sm' | '@md' | '@lg' }",
4548
4365
  "type": {
4549
- "name": "string"
4366
+ "name": "boolean|string"
4550
4367
  },
4551
4368
  "defaultValue": {
4552
4369
  "func": false,
4553
- "value": "'240px'"
4370
+ "value": true
4554
4371
  }
4555
4372
  },
4556
4373
  {
4557
- "name": "activeTab",
4558
- "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
4374
+ "name": "responsive",
4375
+ "description": "Makes the table scroll horizontally when it would overflow its container",
4559
4376
  "type": {
4560
- "name": "number"
4377
+ "name": "boolean"
4561
4378
  },
4562
4379
  "defaultValue": {
4563
4380
  "func": false,
4564
- "value": "0"
4381
+ "value": true
4565
4382
  }
4566
4383
  },
4567
4384
  {
4568
- "name": "modifier",
4569
- "description": "Modifies the style variants for this component",
4570
- "tags": {},
4571
- "values": [
4572
- "centered",
4573
- "compact",
4574
- "full-width",
4575
- "no-border"
4576
- ],
4385
+ "name": "hover",
4386
+ "description": "Adds a darker background on row hover",
4577
4387
  "type": {
4578
- "name": "string"
4388
+ "name": "boolean"
4389
+ },
4390
+ "defaultValue": {
4391
+ "func": false,
4392
+ "value": false
4579
4393
  }
4580
4394
  },
4581
4395
  {
4582
4396
  "name": "size",
4583
- "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
4397
+ "description": "Sets the table size (cell padding); values can target responsive breakpoints. Example `small@lg`.",
4584
4398
  "tags": {
4585
4399
  "demoSelectMultiple": [
4586
4400
  {
4587
- "description": "true",
4401
+ "description": "false",
4588
4402
  "title": "demoSelectMultiple"
4589
4403
  }
4590
4404
  ]
4591
4405
  },
4592
4406
  "values": [
4593
- "small"
4407
+ "small",
4408
+ "medium",
4409
+ "large"
4594
4410
  ],
4595
- "type": {
4596
- "name": "string"
4597
- }
4598
- },
4599
- {
4600
- "name": "backgroundColor",
4601
- "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.",
4602
4411
  "type": {
4603
4412
  "name": "string"
4604
4413
  },
4605
4414
  "defaultValue": {
4606
4415
  "func": false,
4607
- "value": "CdrColorBackgroundPrimary"
4416
+ "value": "'medium'"
4608
4417
  }
4609
4418
  }
4610
4419
  ],
4611
4420
  "slots": [
4612
4421
  {
4613
4422
  "name": "default",
4614
- "description": "CdrTabs content (CdrTabPanel components)"
4423
+ "description": "CdrTable content (Valid table elements <th>, <tbody>, <tr>, <td>, etc.)"
4615
4424
  }
4616
4425
  ],
4617
4426
  "sourceFiles": [
4618
- "./src/components/tabs/CdrTabs.vue"
4427
+ "./src/components/table/CdrTable.vue"
4619
4428
  ],
4620
4429
  "UIProperties": [
4621
4430
  {
4622
- "name": "--cdr-tabs-header-container-keyline-color",
4623
- "defaultValue": "--cdr-color-border-tab-keyline-rest",
4624
- "description": "Keyline color of the cdr-tabs header container"
4431
+ "name": "--cdr-table-base-text-color",
4432
+ "defaultValue": "--cdr-color-text-primary",
4433
+ "description": "Color of the cdr-table base text"
4625
4434
  },
4626
4435
  {
4627
- "name": "--cdr-tabs-tab-text-color",
4628
- "defaultValue": "--cdr-color-text-tab-rest",
4629
- "description": "Text color in a tab"
4436
+ "name": "--cdr-table-row-background-color",
4437
+ "defaultValue": "--cdr-color-background-table-row",
4438
+ "description": "Background color of the table rows"
4630
4439
  },
4631
4440
  {
4632
- "name": "--cdr-tabs-tab-text-color-active",
4633
- "defaultValue": "--cdr-color-text-tab-active",
4634
- "description": "Text color of an active tab"
4441
+ "name": "--cdr-table-header-background-color",
4442
+ "defaultValue": "--cdr-color-background-table-header",
4443
+ "description": "Background color of the table header"
4635
4444
  },
4636
4445
  {
4637
- "name": "--cdr-tabs-tab-text-color-interaction",
4638
- "defaultValue": "--cdr-color-text-tab-hover",
4639
- "description": "Text color of a tab on active, focus, or hover"
4446
+ "name": "--cdr-table-text-cell-color",
4447
+ "defaultValue": "--cdr-color-text-primary",
4448
+ "description": "Text color of the table cells"
4640
4449
  },
4641
4450
  {
4642
- "name": "--cdr-tabs-tab-text-color-disabled",
4643
- "defaultValue": "--cdr-color-text-tab-disabled",
4644
- "description": "Text color of a disabled tab"
4451
+ "name": "--cdr-table-border-color-default",
4452
+ "defaultValue": "--cdr-color-border-table-default",
4453
+ "description": "Default border color of the table"
4645
4454
  },
4646
4455
  {
4647
- "name": "--cdr-tabs-keyline-background-color",
4648
- "defaultValue": "--cdr-color-border-tab-keyline-active",
4649
- "description": "Background color of the cdr-tabs keyline"
4456
+ "name": "--cdr-table-head-border-default",
4457
+ "defaultValue": "--cdr-color-border-table-head",
4458
+ "description": "Head border color of the table"
4650
4459
  },
4651
4460
  {
4652
- "name": "--cdr-tabs-no-border-border-color",
4653
- "defaultValue": "transparent",
4654
- "description": "Border color of the cdr-tabs with no-border modifier"
4461
+ "name": "--cdr-table-odd-row-background-color",
4462
+ "defaultValue": "--cdr-color-background-table-row-alt",
4463
+ "description": "Background color of all odd rows in the table"
4464
+ },
4465
+ {
4466
+ "name": "--cdr-table-header-odd-row-background-color",
4467
+ "defaultValue": "--cdr-color-background-table-row",
4468
+ "description": "Background color of odd rows in the table header"
4469
+ },
4470
+ {
4471
+ "name": "--cdr-table-striped-odd-row-background-color",
4472
+ "defaultValue": "--cdr-color-background-table-row",
4473
+ "description": "Background color of the odd rows in striped tables"
4474
+ },
4475
+ {
4476
+ "name": "--cdr-table-body-footer-odd-row-background-color",
4477
+ "defaultValue": "--cdr-color-background-table-row-alt",
4478
+ "description": "Background color of odd rows in the table body and footer"
4479
+ },
4480
+ {
4481
+ "name": "--cdr-table-cell-background-color-hover",
4482
+ "defaultValue": "--cdr-color-background-table-header",
4483
+ "description": "Background color of table cells on hover"
4655
4484
  }
4656
4485
  ]
4657
4486
  },
4658
- "CdrText": {
4659
- "name": "CdrText",
4660
- "description": "Text container used for any text element such as paragraphs, headings, and lists",
4487
+ "CdrSwitch": {
4488
+ "name": "CdrSwitch",
4489
+ "description": "Permits selection from two opposing options",
4661
4490
  "tags": {},
4662
4491
  "exportName": "default",
4663
- "displayName": "CdrText",
4492
+ "displayName": "CdrSwitch",
4664
4493
  "props": [
4665
4494
  {
4666
- "name": "tag",
4667
- "description": "Sets the HTML tag (p, span, h1, h2, etc)",
4495
+ "name": "id",
4496
+ "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
4668
4497
  "type": {
4669
4498
  "name": "string"
4670
- },
4671
- "defaultValue": {
4672
- "func": false,
4673
- "value": "'p'"
4674
4499
  }
4675
- }
4676
- ],
4677
- "slots": [
4678
- {
4679
- "name": "default",
4680
- "description": "CdrText content"
4681
- }
4682
- ],
4683
- "sourceFiles": [
4684
- "./src/components/text/CdrText.vue"
4685
- ],
4686
- "UIProperties": [
4687
- {
4688
- "name": "--cdr-text-color",
4689
- "defaultValue": "--cdr-color-text-primary",
4690
- "description": "Text color"
4691
- }
4692
- ]
4693
- },
4694
- "CdrToast": {
4695
- "name": "CdrToast",
4696
- "description": "Non-modal dialog used to communicate the status of a task or process",
4697
- "tags": {},
4698
- "exportName": "default",
4699
- "displayName": "CdrToast",
4700
- "props": [
4500
+ },
4701
4501
  {
4702
- "name": "type",
4703
- "description": "Sets the toast type.",
4502
+ "name": "size",
4503
+ "description": "Sets the size of the switch",
4704
4504
  "tags": {
4705
4505
  "demoSelectMultiple": [
4706
4506
  {
@@ -4710,31 +4510,20 @@
4710
4510
  ]
4711
4511
  },
4712
4512
  "values": [
4713
- "info",
4714
- "success",
4715
- "warning",
4716
- "error",
4717
- "default"
4513
+ "medium",
4514
+ "large"
4718
4515
  ],
4719
4516
  "type": {
4720
4517
  "name": "string"
4721
4518
  },
4722
4519
  "defaultValue": {
4723
4520
  "func": false,
4724
- "value": "'default'"
4521
+ "value": "'medium'"
4725
4522
  }
4726
4523
  },
4727
4524
  {
4728
- "name": "open",
4729
- "description": "Used to programmatically control the toast open/close state.",
4730
- "tags": {
4731
- "demoIgnore": [
4732
- {
4733
- "description": "true",
4734
- "title": "demoIgnore"
4735
- }
4736
- ]
4737
- },
4525
+ "name": "fullWidth",
4526
+ "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
4738
4527
  "type": {
4739
4528
  "name": "boolean"
4740
4529
  },
@@ -4744,325 +4533,400 @@
4744
4533
  }
4745
4534
  },
4746
4535
  {
4747
- "name": "autoDismiss",
4748
- "description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
4749
- "type": {
4750
- "name": "boolean"
4536
+ "name": "modelValue",
4537
+ "tags": {
4538
+ "demoIgnore": [
4539
+ {
4540
+ "description": "true",
4541
+ "title": "demoIgnore"
4542
+ }
4543
+ ]
4751
4544
  },
4752
- "defaultValue": {
4753
- "func": false,
4754
- "value": true
4755
- }
4756
- },
4757
- {
4758
- "name": "dismissDelay",
4759
- "description": "Sets the interval (in milliseconds) before the toast automatically closes.",
4760
4545
  "type": {
4761
- "name": "number"
4546
+ "name": "boolean"
4762
4547
  },
4763
- "defaultValue": {
4764
- "func": false,
4765
- "value": "5000"
4766
- }
4548
+ "required": true
4767
4549
  }
4768
4550
  ],
4769
4551
  "events": [
4770
4552
  {
4771
- "name": "open",
4772
- "description": "Emits when toast opens"
4773
- },
4774
- {
4775
- "name": "closed",
4776
- "description": "Emits when toast closes"
4777
- }
4778
- ],
4553
+ "name": "update:modelValue",
4554
+ "description": "Event emitted by v-model on switch",
4555
+ "properties": [
4556
+ {
4557
+ "type": {
4558
+ "names": [
4559
+ "mixed"
4560
+ ]
4561
+ },
4562
+ "name": "modelValue"
4563
+ }
4564
+ ],
4565
+ "tags": [
4566
+ {
4567
+ "title": "param",
4568
+ "type": {
4569
+ "name": "mixed"
4570
+ },
4571
+ "name": "modelValue"
4572
+ }
4573
+ ]
4574
+ }
4575
+ ],
4779
4576
  "slots": [
4780
- {
4781
- "name": "icon-left",
4782
- "description": "Icon matching toast messaging type"
4783
- },
4784
4577
  {
4785
4578
  "name": "default",
4786
- "description": "CdrToast content"
4787
- },
4788
- {
4789
- "name": "icon"
4579
+ "description": "The label for the switch"
4790
4580
  }
4791
4581
  ],
4792
4582
  "sourceFiles": [
4793
- "./src/components/toast/CdrToast.vue"
4583
+ "./src/components/switch/CdrSwitch.vue"
4794
4584
  ],
4795
4585
  "UIProperties": [
4796
4586
  {
4797
- "name": "--cdr-toast-close-button-fill",
4798
- "defaultValue": "--cdr-color-text-emphasis",
4799
- "description": "Fill color of the cdr-toast close button icon"
4587
+ "name": "--cdr-switch-border-color",
4588
+ "defaultValue": "--cdr-color-border-secondary",
4589
+ "description": "Border of the cdr-switch button"
4800
4590
  },
4801
4591
  {
4802
- "name": "--cdr-toast-icon-left-background-color-default",
4803
- "defaultValue": "--cdr-color-background-message-default-02",
4804
- "description": "Default background color of the cdr-toast icon-left"
4592
+ "name": "--cdr-switch-background-color",
4593
+ "defaultValue": "--cdr-color-background-switch-default-rest",
4594
+ "description": "Background color of the cdr-switch button"
4805
4595
  },
4806
4596
  {
4807
- "name": "--cdr-toast-icon-left-fill-default",
4808
- "defaultValue": "--cdr-color-icon-message-default",
4809
- "description": "Default fill color of the cdr-toast icon-left"
4597
+ "name": "--cdr-switch-icon-fill",
4598
+ "defaultValue": "--cdr-color-icon-default",
4599
+ "description": "Fill of the cdr-switch x and check icons"
4810
4600
  },
4811
4601
  {
4812
- "name": "--cdr-toast-icon-left-background-color-info",
4813
- "defaultValue": "--cdr-color-background-message-info-02",
4814
- "description": "Info background color of the cdr-toast icon-left"
4602
+ "name": "--cdr-switch-box-shadow-color-focus",
4603
+ "defaultValue": "--cdr-color-border-secondary",
4604
+ "description": "Box-shadow of the cdr-switch button on focus"
4815
4605
  },
4816
4606
  {
4817
- "name": "--cdr-toast-icon-left-fill-info",
4818
- "defaultValue": "--cdr-color-icon-message-info",
4819
- "description": "Info fill color of the cdr-toast icon-left"
4607
+ "name": "--cdr-switch-background-color-focus",
4608
+ "defaultValue": "--cdr-color-background-switch-default-focus",
4609
+ "description": "Background color of the cdr-switch button on focus"
4820
4610
  },
4821
4611
  {
4822
- "name": "--cdr-toast-border-left-color-info",
4823
- "defaultValue": "--cdr-color-border-message-info-01",
4824
- "description": "Info border-left color of the cdr-toast"
4612
+ "name": "--cdr-switch-icon-fill-focus",
4613
+ "defaultValue": "--cdr-color-icon-default",
4614
+ "description": "Fill of the cdr-switch x and check icons on focus"
4825
4615
  },
4826
4616
  {
4827
- "name": "--cdr-toast-icon-left-background-color-warning",
4828
- "defaultValue": "--cdr-color-background-message-warning-02",
4829
- "description": "Warning background color of the cdr-toast icon-left"
4617
+ "name": "--cdr-switch-handle-background-color-focus",
4618
+ "defaultValue": "--cdr-color-background-switch-handle-default-focus",
4619
+ "description": "Background color of the cdr-switch handle before on focus"
4830
4620
  },
4831
4621
  {
4832
- "name": "--cdr-toast-icon-left-fill-warning",
4833
- "defaultValue": "--cdr-color-icon-message-warning",
4834
- "description": "Warning fill color of the cdr-toast icon-left"
4622
+ "name": "--cdr-switch-hover-border-color",
4623
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4624
+ "description": "Border of the cdr-switch button on hover when not in focus"
4835
4625
  },
4836
4626
  {
4837
- "name": "--cdr-toast-border-left-color-warning",
4838
- "defaultValue": "--cdr-color-border-message-warning-01",
4839
- "description": "Warning border-left color of the cdr-toast"
4627
+ "name": "--cdr-switch-background-color-hover",
4628
+ "defaultValue": "--cdr-color-background-switch-default-hover",
4629
+ "description": "Background color of the cdr-switch button on hover when not in focus"
4840
4630
  },
4841
4631
  {
4842
- "name": "--cdr-toast-icon-left-background-color-success",
4843
- "defaultValue": "--cdr-color-background-message-success-02",
4844
- "description": "Success background color of the cdr-toast icon-left"
4632
+ "name": "--cdr-switch-icon-fill-hover",
4633
+ "defaultValue": "--cdr-color-icon-emphasis",
4634
+ "description": "Fill of the cdr-switch x and check icons on hover when not in focus"
4845
4635
  },
4846
4636
  {
4847
- "name": "--cdr-toast-icon-left-fill-success",
4848
- "defaultValue": "--cdr-color-icon-message-success",
4849
- "description": "Success fill color of the cdr-toast icon-left"
4637
+ "name": "--cdr-switch-handle-border-color-hover",
4638
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4639
+ "description": "Border of the cdr-switch handle on hover when not in focus"
4850
4640
  },
4851
4641
  {
4852
- "name": "--cdr-toast-border-left-color-success",
4853
- "defaultValue": "--cdr-color-border-message-success-01",
4854
- "description": "Success border-left color of the cdr-toast"
4642
+ "name": "--cdr-switch-background-color-checked",
4643
+ "defaultValue": "--cdr-color-background-switch-selected-default-rest",
4644
+ "description": "Background color of the cdr-switch button when it is checked"
4855
4645
  },
4856
4646
  {
4857
- "name": "--cdr-toast-icon-left-background-color-error",
4858
- "defaultValue": "--cdr-color-background-message-error-02",
4859
- "description": "Error background color of the cdr-toast icon-left"
4647
+ "name": "--cdr-switch-icon-fill-checked",
4648
+ "defaultValue": "--cdr-color-icon-switch-selected-default-rest",
4649
+ "description": "Fill of the cdr-switch x and check icons when it is checked"
4860
4650
  },
4861
4651
  {
4862
- "name": "--cdr-toast-icon-left-fill-error",
4863
- "defaultValue": "--cdr-color-icon-message-error",
4864
- "description": "Error fill color of the cdr-toast icon-left"
4652
+ "name": "--cdr-switch-box-shadow-color-checked-focus",
4653
+ "defaultValue": "--cdr-color-border-secondary",
4654
+ "description": "Box-shadow of the cdr-switch button when it is checked and in focus"
4865
4655
  },
4866
4656
  {
4867
- "name": "--cdr-toast-border-left-color-error",
4868
- "defaultValue": "--cdr-color-border-message-error-01",
4869
- "description": "Error border-left color of the cdr-toast"
4657
+ "name": "--cdr-switch-background-color-checked-focus",
4658
+ "defaultValue": "--cdr-color-background-switch-selected-default-focus",
4659
+ "description": "Background color of the cdr-switch button when it is checked and in focus"
4870
4660
  },
4871
4661
  {
4872
- "name": "--cdr-toast-background-color-default",
4873
- "defaultValue": "--cdr-color-background-message-default-01",
4874
- "description": "Default background color of cdr-toast"
4662
+ "name": "--cdr-switch-handle-border-color-checked-focus",
4663
+ "defaultValue": "--cdr-color-border-switch-handle-default-focus",
4664
+ "description": "Border of the cdr-switch handle when it is checked and in focus"
4875
4665
  },
4876
4666
  {
4877
- "name": "--cdr-toast-outline-color-default",
4878
- "defaultValue": "--cdr-color-border-message-default-02",
4879
- "description": "Default outline color of cdr-toast"
4667
+ "name": "--cdr-switch-handle-background-color-checked-focus",
4668
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
4669
+ "description": "Background color of the cdr-switch handle when it is checked and in focus"
4880
4670
  },
4881
4671
  {
4882
- "name": "--cdr-toast-background-color-info",
4883
- "defaultValue": "--cdr-color-background-message-info-01",
4884
- "description": "Info background color of cdr-toast"
4672
+ "name": "--cdr-switch-icon-fill-checked-focus",
4673
+ "defaultValue": "--cdr-color-icon-switch-selected-default-focus",
4674
+ "description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
4885
4675
  },
4886
4676
  {
4887
- "name": "--cdr-toast-background-color-success",
4888
- "defaultValue": "--cdr-color-background-message-success-01",
4889
- "description": "Success background color of cdr-toast"
4677
+ "name": "--cdr-switch-handle-background-color-checked",
4678
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
4679
+ "description": "Background color of the cdr-switch handle when it is checked"
4890
4680
  },
4891
4681
  {
4892
- "name": "--cdr-toast-outline-color-success",
4893
- "defaultValue": "--cdr-color-border-message-success-02",
4894
- "description": "Success outline color of cdr-toast"
4682
+ "name": "--cdr-switch-border-color-checked-hover",
4683
+ "defaultValue": "--cdr-color-border-secondary",
4684
+ "description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
4895
4685
  },
4896
4686
  {
4897
- "name": "--cdr-toast-background-color-warning",
4898
- "defaultValue": "--cdr-color-background-message-warning-01",
4899
- "description": "Warning background color of cdr-toast"
4687
+ "name": "--cdr-switch-background-color-checked-hover",
4688
+ "defaultValue": "--cdr-color-background-switch-selected-default-hover",
4689
+ "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
4900
4690
  },
4901
4691
  {
4902
- "name": "--cdr-toast-outline-color-warning",
4903
- "defaultValue": "--cdr-color-border-message-warning-02",
4904
- "description": "Warning outline color of cdr-toast"
4692
+ "name": "--cdr-switch-icon-fill-checked-hover",
4693
+ "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4694
+ "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
4905
4695
  },
4906
4696
  {
4907
- "name": "--cdr-toast-background-color-error",
4908
- "defaultValue": "--cdr-color-background-message-error-01",
4909
- "description": "Error background color of cdr-toast"
4697
+ "name": "--cdr-switch-handle-border-color-checked-hover",
4698
+ "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4699
+ "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
4910
4700
  },
4911
4701
  {
4912
- "name": "--cdr-toast-outline-color-error",
4913
- "defaultValue": "--cdr-color-border-message-error-02",
4914
- "description": "Error outline color of cdr-toast"
4702
+ "name": "--cdr-switch-handle-border",
4703
+ "defaultValue": "--cdr-color-border-secondary",
4704
+ "description": "Border color of the cdr-switch handle"
4705
+ },
4706
+ {
4707
+ "name": "--cdr-switch-handle-background-color-rest",
4708
+ "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4709
+ "description": "Background color of the cdr-switch handle"
4915
4710
  }
4916
4711
  ]
4917
4712
  },
4918
- "CdrTooltip": {
4919
- "name": "CdrTooltip",
4920
- "description": "Floating label used to clarify interface actions",
4713
+ "CdrTabPanel": {
4714
+ "name": "CdrTabPanel",
4715
+ "exportName": "default",
4716
+ "displayName": "CdrTabPanel",
4717
+ "description": "",
4718
+ "tags": {},
4719
+ "props": [
4720
+ {
4721
+ "name": "id",
4722
+ "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.",
4723
+ "type": {
4724
+ "name": "string"
4725
+ }
4726
+ },
4727
+ {
4728
+ "name": "name",
4729
+ "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.",
4730
+ "type": {
4731
+ "name": "string"
4732
+ }
4733
+ },
4734
+ {
4735
+ "name": "ariaLabelledby",
4736
+ "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.",
4737
+ "type": {
4738
+ "name": "string"
4739
+ }
4740
+ }
4741
+ ],
4742
+ "events": [
4743
+ {
4744
+ "name": "tab-change",
4745
+ "description": "Emits when active tab is changed",
4746
+ "tags": [
4747
+ {
4748
+ "title": "params",
4749
+ "content": "state, panelId"
4750
+ }
4751
+ ]
4752
+ }
4753
+ ],
4754
+ "slots": [
4755
+ {
4756
+ "name": "default",
4757
+ "description": "CdrTabPanel content"
4758
+ }
4759
+ ],
4760
+ "sourceFiles": [
4761
+ "./src/components/tabs/CdrTabPanel.vue"
4762
+ ]
4763
+ },
4764
+ "CdrText": {
4765
+ "name": "CdrText",
4766
+ "description": "Text container used for any text element such as paragraphs, headings, and lists",
4921
4767
  "tags": {},
4922
4768
  "exportName": "default",
4923
- "displayName": "CdrTooltip",
4769
+ "displayName": "CdrText",
4924
4770
  "props": [
4925
4771
  {
4926
- "name": "position",
4927
- "description": "Sets the position where the tooltip will render relative to the trigger element.",
4928
- "tags": {
4929
- "demoSelectMultiple": [
4930
- {
4931
- "description": "false",
4932
- "title": "demoSelectMultiple"
4933
- }
4934
- ]
4772
+ "name": "tag",
4773
+ "description": "Sets the HTML tag (p, span, h1, h2, etc)",
4774
+ "type": {
4775
+ "name": "string"
4935
4776
  },
4936
- "values": [
4937
- "top",
4938
- "bottom",
4939
- "left",
4940
- "right"
4941
- ],
4777
+ "defaultValue": {
4778
+ "func": false,
4779
+ "value": "'p'"
4780
+ }
4781
+ }
4782
+ ],
4783
+ "slots": [
4784
+ {
4785
+ "name": "default",
4786
+ "description": "CdrText content"
4787
+ }
4788
+ ],
4789
+ "sourceFiles": [
4790
+ "./src/components/text/CdrText.vue"
4791
+ ],
4792
+ "UIProperties": [
4793
+ {
4794
+ "name": "--cdr-text-color",
4795
+ "defaultValue": "--cdr-color-text-primary",
4796
+ "description": "Text color"
4797
+ }
4798
+ ]
4799
+ },
4800
+ "CdrTabs": {
4801
+ "name": "CdrTabs",
4802
+ "description": "Organizes related content into groups for people to navigate between",
4803
+ "tags": {},
4804
+ "exportName": "default",
4805
+ "displayName": "CdrTabs",
4806
+ "props": [
4807
+ {
4808
+ "name": "height",
4809
+ "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.",
4942
4810
  "type": {
4943
4811
  "name": "string"
4944
4812
  },
4945
- "required": false,
4946
4813
  "defaultValue": {
4947
4814
  "func": false,
4948
- "value": "'top'"
4815
+ "value": "'240px'"
4949
4816
  }
4950
4817
  },
4951
4818
  {
4952
- "name": "autoPosition",
4953
- "description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
4819
+ "name": "activeTab",
4820
+ "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
4954
4821
  "type": {
4955
- "name": "boolean"
4822
+ "name": "number"
4956
4823
  },
4957
4824
  "defaultValue": {
4958
4825
  "func": false,
4959
- "value": true
4826
+ "value": "0"
4960
4827
  }
4961
4828
  },
4962
4829
  {
4963
- "name": "id",
4964
- "description": "ID for the tooltip element, required for accessibility",
4965
- "type": {
4966
- "name": "string"
4967
- },
4968
- "required": true
4969
- },
4970
- {
4971
- "name": "contentClass",
4972
- "description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
4830
+ "name": "modifier",
4831
+ "description": "Modifies the style variants for this component",
4832
+ "tags": {},
4833
+ "values": [
4834
+ "centered",
4835
+ "compact",
4836
+ "full-width",
4837
+ "no-border"
4838
+ ],
4973
4839
  "type": {
4974
4840
  "name": "string"
4975
- },
4976
- "required": false
4841
+ }
4977
4842
  },
4978
4843
  {
4979
- "name": "open",
4980
- "description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
4844
+ "name": "size",
4845
+ "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
4981
4846
  "tags": {
4982
- "demoIgnore": [
4847
+ "demoSelectMultiple": [
4983
4848
  {
4984
4849
  "description": "true",
4985
- "title": "demoIgnore"
4850
+ "title": "demoSelectMultiple"
4986
4851
  }
4987
4852
  ]
4988
4853
  },
4854
+ "values": [
4855
+ "small"
4856
+ ],
4989
4857
  "type": {
4990
- "name": "boolean"
4858
+ "name": "string"
4859
+ }
4860
+ },
4861
+ {
4862
+ "name": "backgroundColor",
4863
+ "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.",
4864
+ "type": {
4865
+ "name": "string"
4991
4866
  },
4992
4867
  "defaultValue": {
4993
4868
  "func": false,
4994
- "value": false
4869
+ "value": "CdrColorBackgroundPrimary"
4995
4870
  }
4996
4871
  }
4997
4872
  ],
4998
- "events": [
4999
- {
5000
- "name": "opened",
5001
- "description": "Emits when tooltip is opened"
5002
- },
5003
- {
5004
- "name": "closed",
5005
- "description": "Emits when tooltip is closed"
5006
- }
5007
- ],
5008
4873
  "slots": [
5009
- {
5010
- "name": "trigger",
5011
- "description": " Slot for the element that triggers the tooltip."
5012
- },
5013
4874
  {
5014
4875
  "name": "default",
5015
- "description": "CdrTooltip content"
4876
+ "description": "CdrTabs content (CdrTabPanel components)"
5016
4877
  }
5017
4878
  ],
5018
4879
  "sourceFiles": [
5019
- "./src/components/tooltip/CdrTooltip.vue"
4880
+ "./src/components/tabs/CdrTabs.vue"
5020
4881
  ],
5021
4882
  "UIProperties": [
5022
4883
  {
5023
- "name": "--cdr-popup-background-color-default",
5024
- "defaultValue": "--cdr-color-background-tooltip-default",
5025
- "description": "Background color of the cdr-popup"
4884
+ "name": "--cdr-tabs-header-container-keyline-color",
4885
+ "defaultValue": "--cdr-color-border-tab-keyline-rest",
4886
+ "description": "Keyline color of the cdr-tabs header container"
5026
4887
  },
5027
4888
  {
5028
- "name": "--cdr-popup-text-color-default",
5029
- "defaultValue": "--cdr-color-text-tooltip-default",
5030
- "description": "Text color of the cdr-popup"
4889
+ "name": "--cdr-tabs-tab-text-color",
4890
+ "defaultValue": "--cdr-color-text-tab-rest",
4891
+ "description": "Text color in a tab"
5031
4892
  },
5032
4893
  {
5033
- "name": "--cdr-popup-border-color-default",
5034
- "defaultValue": "--cdr-color-border-tooltip-default",
5035
- "description": "Border color of the cdr-popup"
4894
+ "name": "--cdr-tabs-tab-text-color-active",
4895
+ "defaultValue": "--cdr-color-text-tab-active",
4896
+ "description": "Text color of an active tab"
5036
4897
  },
5037
4898
  {
5038
- "name": "--cdr-popup-arrow-border-bottom-color",
5039
- "defaultValue": "--cdr-color-border-tooltip-default",
5040
- "description": "Border color of the cdr-popup arrow"
4899
+ "name": "--cdr-tabs-tab-text-color-interaction",
4900
+ "defaultValue": "--cdr-color-text-tab-hover",
4901
+ "description": "Text color of a tab on active, focus, or hover"
5041
4902
  },
5042
4903
  {
5043
- "name": "--cdr-popup-arrow-background-color",
5044
- "defaultValue": "--cdr-color-background-tooltip-default",
5045
- "description": "Background color of the cdr-popup arrow"
4904
+ "name": "--cdr-tabs-tab-text-color-disabled",
4905
+ "defaultValue": "--cdr-color-text-tab-disabled",
4906
+ "description": "Text color of a disabled tab"
4907
+ },
4908
+ {
4909
+ "name": "--cdr-tabs-keyline-background-color",
4910
+ "defaultValue": "--cdr-color-border-tab-keyline-active",
4911
+ "description": "Background color of the cdr-tabs keyline"
4912
+ },
4913
+ {
4914
+ "name": "--cdr-tabs-no-border-border-color",
4915
+ "defaultValue": "transparent",
4916
+ "description": "Border color of the cdr-tabs with no-border modifier"
5046
4917
  }
5047
4918
  ]
5048
4919
  },
5049
- "CdrSwitch": {
5050
- "name": "CdrSwitch",
5051
- "description": "Permits selection from two opposing options",
4920
+ "CdrToast": {
4921
+ "name": "CdrToast",
4922
+ "description": "Non-modal dialog used to communicate the status of a task or process",
5052
4923
  "tags": {},
5053
4924
  "exportName": "default",
5054
- "displayName": "CdrSwitch",
4925
+ "displayName": "CdrToast",
5055
4926
  "props": [
5056
4927
  {
5057
- "name": "id",
5058
- "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
5059
- "type": {
5060
- "name": "string"
5061
- }
5062
- },
5063
- {
5064
- "name": "size",
5065
- "description": "Sets the size of the switch",
4928
+ "name": "type",
4929
+ "description": "Sets the toast type.",
5066
4930
  "tags": {
5067
4931
  "demoSelectMultiple": [
5068
4932
  {
@@ -5072,20 +4936,31 @@
5072
4936
  ]
5073
4937
  },
5074
4938
  "values": [
5075
- "medium",
5076
- "large"
4939
+ "info",
4940
+ "success",
4941
+ "warning",
4942
+ "error",
4943
+ "default"
5077
4944
  ],
5078
4945
  "type": {
5079
4946
  "name": "string"
5080
4947
  },
5081
4948
  "defaultValue": {
5082
4949
  "func": false,
5083
- "value": "'medium'"
4950
+ "value": "'default'"
5084
4951
  }
5085
4952
  },
5086
4953
  {
5087
- "name": "fullWidth",
5088
- "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
4954
+ "name": "open",
4955
+ "description": "Used to programmatically control the toast open/close state.",
4956
+ "tags": {
4957
+ "demoIgnore": [
4958
+ {
4959
+ "description": "true",
4960
+ "title": "demoIgnore"
4961
+ }
4962
+ ]
4963
+ },
5089
4964
  "type": {
5090
4965
  "name": "boolean"
5091
4966
  },
@@ -5095,180 +4970,174 @@
5095
4970
  }
5096
4971
  },
5097
4972
  {
5098
- "name": "modelValue",
5099
- "tags": {
5100
- "demoIgnore": [
5101
- {
5102
- "description": "true",
5103
- "title": "demoIgnore"
5104
- }
5105
- ]
5106
- },
4973
+ "name": "autoDismiss",
4974
+ "description": "Set to `false` to disable automatic closing after the `dismissDelay`.",
5107
4975
  "type": {
5108
4976
  "name": "boolean"
5109
4977
  },
5110
- "required": true
4978
+ "defaultValue": {
4979
+ "func": false,
4980
+ "value": true
4981
+ }
4982
+ },
4983
+ {
4984
+ "name": "dismissDelay",
4985
+ "description": "Sets the interval (in milliseconds) before the toast automatically closes.",
4986
+ "type": {
4987
+ "name": "number"
4988
+ },
4989
+ "defaultValue": {
4990
+ "func": false,
4991
+ "value": "5000"
4992
+ }
5111
4993
  }
5112
4994
  ],
5113
4995
  "events": [
5114
4996
  {
5115
- "name": "update:modelValue",
5116
- "description": "Event emitted by v-model on switch",
5117
- "properties": [
5118
- {
5119
- "type": {
5120
- "names": [
5121
- "mixed"
5122
- ]
5123
- },
5124
- "name": "modelValue"
5125
- }
5126
- ],
5127
- "tags": [
5128
- {
5129
- "title": "param",
5130
- "type": {
5131
- "name": "mixed"
5132
- },
5133
- "name": "modelValue"
5134
- }
5135
- ]
4997
+ "name": "open",
4998
+ "description": "Emits when toast opens"
4999
+ },
5000
+ {
5001
+ "name": "closed",
5002
+ "description": "Emits when toast closes"
5136
5003
  }
5137
5004
  ],
5138
5005
  "slots": [
5006
+ {
5007
+ "name": "icon-left",
5008
+ "description": "Icon matching toast messaging type"
5009
+ },
5139
5010
  {
5140
5011
  "name": "default",
5141
- "description": "The label for the switch"
5012
+ "description": "CdrToast content"
5013
+ },
5014
+ {
5015
+ "name": "icon"
5142
5016
  }
5143
5017
  ],
5144
5018
  "sourceFiles": [
5145
- "./src/components/switch/CdrSwitch.vue"
5019
+ "./src/components/toast/CdrToast.vue"
5146
5020
  ],
5147
5021
  "UIProperties": [
5148
5022
  {
5149
- "name": "--cdr-switch-border-color",
5150
- "defaultValue": "--cdr-color-border-secondary",
5151
- "description": "Border of the cdr-switch button"
5152
- },
5153
- {
5154
- "name": "--cdr-switch-background-color",
5155
- "defaultValue": "--cdr-color-background-switch-default-rest",
5156
- "description": "Background color of the cdr-switch button"
5157
- },
5158
- {
5159
- "name": "--cdr-switch-icon-fill",
5160
- "defaultValue": "--cdr-color-icon-default",
5161
- "description": "Fill of the cdr-switch x and check icons"
5023
+ "name": "--cdr-toast-close-button-fill",
5024
+ "defaultValue": "--cdr-color-text-emphasis",
5025
+ "description": "Fill color of the cdr-toast close button icon"
5162
5026
  },
5163
5027
  {
5164
- "name": "--cdr-switch-box-shadow-color-focus",
5165
- "defaultValue": "--cdr-color-border-secondary",
5166
- "description": "Box-shadow of the cdr-switch button on focus"
5028
+ "name": "--cdr-toast-icon-left-background-color-default",
5029
+ "defaultValue": "--cdr-color-background-message-default-02",
5030
+ "description": "Default background color of the cdr-toast icon-left"
5167
5031
  },
5168
5032
  {
5169
- "name": "--cdr-switch-background-color-focus",
5170
- "defaultValue": "--cdr-color-background-switch-default-focus",
5171
- "description": "Background color of the cdr-switch button on focus"
5033
+ "name": "--cdr-toast-icon-left-fill-default",
5034
+ "defaultValue": "--cdr-color-icon-message-default",
5035
+ "description": "Default fill color of the cdr-toast icon-left"
5172
5036
  },
5173
5037
  {
5174
- "name": "--cdr-switch-icon-fill-focus",
5175
- "defaultValue": "--cdr-color-icon-default",
5176
- "description": "Fill of the cdr-switch x and check icons on focus"
5038
+ "name": "--cdr-toast-icon-left-background-color-info",
5039
+ "defaultValue": "--cdr-color-background-message-info-02",
5040
+ "description": "Info background color of the cdr-toast icon-left"
5177
5041
  },
5178
5042
  {
5179
- "name": "--cdr-switch-handle-background-color-focus",
5180
- "defaultValue": "--cdr-color-background-switch-handle-default-focus",
5181
- "description": "Background color of the cdr-switch handle before on focus"
5043
+ "name": "--cdr-toast-icon-left-fill-info",
5044
+ "defaultValue": "--cdr-color-icon-message-info",
5045
+ "description": "Info fill color of the cdr-toast icon-left"
5182
5046
  },
5183
5047
  {
5184
- "name": "--cdr-switch-hover-border-color",
5185
- "defaultValue": "--cdr-color-border-switch-default-hover",
5186
- "description": "Border of the cdr-switch button on hover when not in focus"
5048
+ "name": "--cdr-toast-border-left-color-info",
5049
+ "defaultValue": "--cdr-color-border-message-info-01",
5050
+ "description": "Info border-left color of the cdr-toast"
5187
5051
  },
5188
5052
  {
5189
- "name": "--cdr-switch-background-color-hover",
5190
- "defaultValue": "--cdr-color-background-switch-default-hover",
5191
- "description": "Background color of the cdr-switch button on hover when not in focus"
5053
+ "name": "--cdr-toast-icon-left-background-color-warning",
5054
+ "defaultValue": "--cdr-color-background-message-warning-02",
5055
+ "description": "Warning background color of the cdr-toast icon-left"
5192
5056
  },
5193
5057
  {
5194
- "name": "--cdr-switch-icon-fill-hover",
5195
- "defaultValue": "--cdr-color-icon-emphasis",
5196
- "description": "Fill of the cdr-switch x and check icons on hover when not in focus"
5058
+ "name": "--cdr-toast-icon-left-fill-warning",
5059
+ "defaultValue": "--cdr-color-icon-message-warning",
5060
+ "description": "Warning fill color of the cdr-toast icon-left"
5197
5061
  },
5198
5062
  {
5199
- "name": "--cdr-switch-handle-border-color-hover",
5200
- "defaultValue": "--cdr-color-border-switch-default-hover",
5201
- "description": "Border of the cdr-switch handle on hover when not in focus"
5063
+ "name": "--cdr-toast-border-left-color-warning",
5064
+ "defaultValue": "--cdr-color-border-message-warning-01",
5065
+ "description": "Warning border-left color of the cdr-toast"
5202
5066
  },
5203
5067
  {
5204
- "name": "--cdr-switch-background-color-checked",
5205
- "defaultValue": "--cdr-color-background-switch-selected-default-rest",
5206
- "description": "Background color of the cdr-switch button when it is checked"
5068
+ "name": "--cdr-toast-icon-left-background-color-success",
5069
+ "defaultValue": "--cdr-color-background-message-success-02",
5070
+ "description": "Success background color of the cdr-toast icon-left"
5207
5071
  },
5208
5072
  {
5209
- "name": "--cdr-switch-icon-fill-checked",
5210
- "defaultValue": "--cdr-color-icon-switch-selected-default-rest",
5211
- "description": "Fill of the cdr-switch x and check icons when it is checked"
5073
+ "name": "--cdr-toast-icon-left-fill-success",
5074
+ "defaultValue": "--cdr-color-icon-message-success",
5075
+ "description": "Success fill color of the cdr-toast icon-left"
5212
5076
  },
5213
5077
  {
5214
- "name": "--cdr-switch-box-shadow-color-checked-focus",
5215
- "defaultValue": "--cdr-color-border-secondary",
5216
- "description": "Box-shadow of the cdr-switch button when it is checked and in focus"
5078
+ "name": "--cdr-toast-border-left-color-success",
5079
+ "defaultValue": "--cdr-color-border-message-success-01",
5080
+ "description": "Success border-left color of the cdr-toast"
5217
5081
  },
5218
5082
  {
5219
- "name": "--cdr-switch-background-color-checked-focus",
5220
- "defaultValue": "--cdr-color-background-switch-selected-default-focus",
5221
- "description": "Background color of the cdr-switch button when it is checked and in focus"
5083
+ "name": "--cdr-toast-icon-left-background-color-error",
5084
+ "defaultValue": "--cdr-color-background-message-error-02",
5085
+ "description": "Error background color of the cdr-toast icon-left"
5222
5086
  },
5223
5087
  {
5224
- "name": "--cdr-switch-handle-border-color-checked-focus",
5225
- "defaultValue": "--cdr-color-border-switch-handle-default-focus",
5226
- "description": "Border of the cdr-switch handle when it is checked and in focus"
5088
+ "name": "--cdr-toast-icon-left-fill-error",
5089
+ "defaultValue": "--cdr-color-icon-message-error",
5090
+ "description": "Error fill color of the cdr-toast icon-left"
5227
5091
  },
5228
5092
  {
5229
- "name": "--cdr-switch-handle-background-color-checked-focus",
5230
- "defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
5231
- "description": "Background color of the cdr-switch handle when it is checked and in focus"
5093
+ "name": "--cdr-toast-border-left-color-error",
5094
+ "defaultValue": "--cdr-color-border-message-error-01",
5095
+ "description": "Error border-left color of the cdr-toast"
5232
5096
  },
5233
5097
  {
5234
- "name": "--cdr-switch-icon-fill-checked-focus",
5235
- "defaultValue": "--cdr-color-icon-switch-selected-default-focus",
5236
- "description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
5098
+ "name": "--cdr-toast-background-color-default",
5099
+ "defaultValue": "--cdr-color-background-message-default-01",
5100
+ "description": "Default background color of cdr-toast"
5237
5101
  },
5238
5102
  {
5239
- "name": "--cdr-switch-handle-background-color-checked",
5240
- "defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
5241
- "description": "Background color of the cdr-switch handle when it is checked"
5103
+ "name": "--cdr-toast-outline-color-default",
5104
+ "defaultValue": "--cdr-color-border-message-default-02",
5105
+ "description": "Default outline color of cdr-toast"
5242
5106
  },
5243
5107
  {
5244
- "name": "--cdr-switch-border-color-checked-hover",
5245
- "defaultValue": "--cdr-color-border-secondary",
5246
- "description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
5108
+ "name": "--cdr-toast-background-color-info",
5109
+ "defaultValue": "--cdr-color-background-message-info-01",
5110
+ "description": "Info background color of cdr-toast"
5247
5111
  },
5248
5112
  {
5249
- "name": "--cdr-switch-background-color-checked-hover",
5250
- "defaultValue": "--cdr-color-background-switch-selected-default-hover",
5251
- "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
5113
+ "name": "--cdr-toast-background-color-success",
5114
+ "defaultValue": "--cdr-color-background-message-success-01",
5115
+ "description": "Success background color of cdr-toast"
5252
5116
  },
5253
5117
  {
5254
- "name": "--cdr-switch-icon-fill-checked-hover",
5255
- "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
5256
- "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
5118
+ "name": "--cdr-toast-outline-color-success",
5119
+ "defaultValue": "--cdr-color-border-message-success-02",
5120
+ "description": "Success outline color of cdr-toast"
5257
5121
  },
5258
5122
  {
5259
- "name": "--cdr-switch-handle-border-color-checked-hover",
5260
- "defaultValue": "--cdr-color-border-switch-handle-default-hover",
5261
- "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
5123
+ "name": "--cdr-toast-background-color-warning",
5124
+ "defaultValue": "--cdr-color-background-message-warning-01",
5125
+ "description": "Warning background color of cdr-toast"
5262
5126
  },
5263
5127
  {
5264
- "name": "--cdr-switch-handle-border",
5265
- "defaultValue": "--cdr-color-border-secondary",
5266
- "description": "Border color of the cdr-switch handle"
5128
+ "name": "--cdr-toast-outline-color-warning",
5129
+ "defaultValue": "--cdr-color-border-message-warning-02",
5130
+ "description": "Warning outline color of cdr-toast"
5267
5131
  },
5268
5132
  {
5269
- "name": "--cdr-switch-handle-background-color-rest",
5270
- "defaultValue": "--cdr-color-background-switch-handle-default-rest",
5271
- "description": "Background color of the cdr-switch handle"
5133
+ "name": "--cdr-toast-background-color-error",
5134
+ "defaultValue": "--cdr-color-background-message-error-01",
5135
+ "description": "Error background color of cdr-toast"
5136
+ },
5137
+ {
5138
+ "name": "--cdr-toast-outline-color-error",
5139
+ "defaultValue": "--cdr-color-border-message-error-02",
5140
+ "description": "Error outline color of cdr-toast"
5272
5141
  }
5273
5142
  ]
5274
5143
  },
@@ -5360,6 +5229,137 @@
5360
5229
  }
5361
5230
  ]
5362
5231
  },
5232
+ "CdrTooltip": {
5233
+ "name": "CdrTooltip",
5234
+ "description": "Floating label used to clarify interface actions",
5235
+ "tags": {},
5236
+ "exportName": "default",
5237
+ "displayName": "CdrTooltip",
5238
+ "props": [
5239
+ {
5240
+ "name": "position",
5241
+ "description": "Sets the position where the tooltip will render relative to the trigger element.",
5242
+ "tags": {
5243
+ "demoSelectMultiple": [
5244
+ {
5245
+ "description": "false",
5246
+ "title": "demoSelectMultiple"
5247
+ }
5248
+ ]
5249
+ },
5250
+ "values": [
5251
+ "top",
5252
+ "bottom",
5253
+ "left",
5254
+ "right"
5255
+ ],
5256
+ "type": {
5257
+ "name": "string"
5258
+ },
5259
+ "required": false,
5260
+ "defaultValue": {
5261
+ "func": false,
5262
+ "value": "'top'"
5263
+ }
5264
+ },
5265
+ {
5266
+ "name": "autoPosition",
5267
+ "description": "If set to `true`, tooltip will attempt to dynamically set it's position to\nensure it renders within the visible browser window.\nIf `false` the tooltip will always render in the provided `position`.",
5268
+ "type": {
5269
+ "name": "boolean"
5270
+ },
5271
+ "defaultValue": {
5272
+ "func": false,
5273
+ "value": true
5274
+ }
5275
+ },
5276
+ {
5277
+ "name": "id",
5278
+ "description": "ID for the tooltip element, required for accessibility",
5279
+ "type": {
5280
+ "name": "string"
5281
+ },
5282
+ "required": true
5283
+ },
5284
+ {
5285
+ "name": "contentClass",
5286
+ "description": "Add custom class to the tooltip content wrapper. Allows for overriding size, styling, etc.",
5287
+ "type": {
5288
+ "name": "string"
5289
+ },
5290
+ "required": false
5291
+ },
5292
+ {
5293
+ "name": "open",
5294
+ "description": "Used to programmatically control the tooltip state. Does not need to be set if you are using the `trigger` slot.",
5295
+ "tags": {
5296
+ "demoIgnore": [
5297
+ {
5298
+ "description": "true",
5299
+ "title": "demoIgnore"
5300
+ }
5301
+ ]
5302
+ },
5303
+ "type": {
5304
+ "name": "boolean"
5305
+ },
5306
+ "defaultValue": {
5307
+ "func": false,
5308
+ "value": false
5309
+ }
5310
+ }
5311
+ ],
5312
+ "events": [
5313
+ {
5314
+ "name": "opened",
5315
+ "description": "Emits when tooltip is opened"
5316
+ },
5317
+ {
5318
+ "name": "closed",
5319
+ "description": "Emits when tooltip is closed"
5320
+ }
5321
+ ],
5322
+ "slots": [
5323
+ {
5324
+ "name": "trigger",
5325
+ "description": " Slot for the element that triggers the tooltip."
5326
+ },
5327
+ {
5328
+ "name": "default",
5329
+ "description": "CdrTooltip content"
5330
+ }
5331
+ ],
5332
+ "sourceFiles": [
5333
+ "./src/components/tooltip/CdrTooltip.vue"
5334
+ ],
5335
+ "UIProperties": [
5336
+ {
5337
+ "name": "--cdr-popup-background-color-default",
5338
+ "defaultValue": "--cdr-color-background-tooltip-default",
5339
+ "description": "Background color of the cdr-popup"
5340
+ },
5341
+ {
5342
+ "name": "--cdr-popup-text-color-default",
5343
+ "defaultValue": "--cdr-color-text-tooltip-default",
5344
+ "description": "Text color of the cdr-popup"
5345
+ },
5346
+ {
5347
+ "name": "--cdr-popup-border-color-default",
5348
+ "defaultValue": "--cdr-color-border-tooltip-default",
5349
+ "description": "Border color of the cdr-popup"
5350
+ },
5351
+ {
5352
+ "name": "--cdr-popup-arrow-border-bottom-color",
5353
+ "defaultValue": "--cdr-color-border-tooltip-default",
5354
+ "description": "Border color of the cdr-popup arrow"
5355
+ },
5356
+ {
5357
+ "name": "--cdr-popup-arrow-background-color",
5358
+ "defaultValue": "--cdr-color-background-tooltip-default",
5359
+ "description": "Background color of the cdr-popup arrow"
5360
+ }
5361
+ ]
5362
+ },
5363
5363
  "CdrToggleGroup": {
5364
5364
  "name": "CdrToggleGroup",
5365
5365
  "exportName": "default",