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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +1496 -1496
  4. package/dist/icon-component-docgen.json +555 -555
  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,57 @@
528
402
  }
529
403
  ]
530
404
  },
405
+ "CdrCard": {
406
+ "name": "CdrCard",
407
+ "description": "Related, interactive containers linking to a single subject or destination",
408
+ "tags": {},
409
+ "exportName": "default",
410
+ "displayName": "CdrCard",
411
+ "props": [
412
+ {
413
+ "name": "tag",
414
+ "description": "Sets valid HTML container element tag.",
415
+ "type": {
416
+ "name": "string"
417
+ },
418
+ "defaultValue": {
419
+ "func": false,
420
+ "value": "'article'"
421
+ }
422
+ }
423
+ ],
424
+ "slots": [
425
+ {
426
+ "name": "default",
427
+ "description": "CdrCard content"
428
+ }
429
+ ],
430
+ "sourceFiles": [
431
+ "./src/components/card/CdrCard.vue"
432
+ ],
433
+ "UIProperties": [
434
+ {
435
+ "name": "--cdr-card-base-background-color",
436
+ "defaultValue": "--cdr-color-background-primary",
437
+ "description": "Background color of a cdr-card"
438
+ },
439
+ {
440
+ "name": "--cdr-card-base-color",
441
+ "defaultValue": "--cdr-color-text-primary",
442
+ "description": "Text color of a cdr-card"
443
+ },
444
+ {
445
+ "name": "--cdr-card-link-color",
446
+ "defaultValue": "--cdr-color-text-primary",
447
+ "description": "Link text color of a cdr-card"
448
+ },
449
+ {
450
+ "name": "--cdr-card-link-hover-color",
451
+ "defaultValue": "--cdr-color-text-link-hover",
452
+ "description": "Link hover text color of a cdr-card"
453
+ }
454
+ ]
455
+ },
531
456
  "CdrButton": {
532
457
  "name": "CdrButton",
533
458
  "description": "Initiates an action, such as completing a task or submitting information",
@@ -1230,134 +1155,183 @@
1230
1155
  }
1231
1156
  ]
1232
1157
  },
1233
- "CdrChip": {
1234
- "name": "CdrChip",
1235
- "description": "Allows people to make selections, filter content, or trigger actions",
1158
+ "CdrBreadcrumb": {
1159
+ "name": "CdrBreadcrumb",
1160
+ "description": "Navigation used to reveal a page's location within the site hierarchy",
1236
1161
  "tags": {},
1237
1162
  "exportName": "default",
1238
- "displayName": "CdrChip",
1239
- "slots": [
1163
+ "displayName": "CdrBreadcrumb",
1164
+ "props": [
1240
1165
  {
1241
- "name": "icon-left",
1242
- "description": "Icon to the left of the content"
1166
+ "name": "items",
1167
+ "description": "Sets the array of a breadcrumb object containing a 'url' and 'name' property.",
1168
+ "tags": {
1169
+ "demoIgnore": [
1170
+ {
1171
+ "description": "true",
1172
+ "title": "demoIgnore"
1173
+ }
1174
+ ]
1175
+ },
1176
+ "type": {
1177
+ "name": "breadcrumbItem[]"
1178
+ },
1179
+ "defaultValue": {
1180
+ "func": true,
1181
+ "value": "() => []"
1182
+ }
1243
1183
  },
1244
1184
  {
1245
- "name": "icon-right",
1246
- "description": "Icon to the right of the content"
1185
+ "name": "truncationEnabled",
1186
+ "description": "Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.",
1187
+ "type": {
1188
+ "name": "boolean"
1189
+ },
1190
+ "defaultValue": {
1191
+ "func": false,
1192
+ "value": true
1193
+ }
1247
1194
  },
1248
1195
  {
1249
- "name": "default",
1250
- "description": "Primary CdrChip content"
1196
+ "name": "id",
1197
+ "description": "Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.",
1198
+ "tags": {
1199
+ "demoIgnore": [
1200
+ {
1201
+ "description": "true",
1202
+ "title": "demoIgnore"
1203
+ }
1204
+ ]
1205
+ },
1206
+ "type": {
1207
+ "name": "string"
1208
+ }
1251
1209
  }
1252
1210
  ],
1253
- "sourceFiles": [
1254
- "./src/components/chip/CdrChip.vue"
1255
- ],
1256
- "UIProperties": [
1257
- {
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
- },
1211
+ "events": [
1272
1212
  {
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
- },
1213
+ "name": "navigate",
1214
+ "description": "Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.",
1215
+ "properties": [
1216
+ {
1217
+ "type": {
1218
+ "names": [
1219
+ "mixed"
1220
+ ]
1221
+ },
1222
+ "name": "breadcrumb",
1223
+ "description": "The breadcrumb data object"
1224
+ }
1225
+ ],
1226
+ "tags": [
1227
+ {
1228
+ "title": "param",
1229
+ "type": {
1230
+ "name": "mixed"
1231
+ },
1232
+ "name": "breadcrumb",
1233
+ "description": "The breadcrumb data object"
1234
+ }
1235
+ ]
1236
+ }
1237
+ ],
1238
+ "slots": [
1317
1239
  {
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
- },
1240
+ "name": "link",
1241
+ "scoped": true,
1242
+ "bindings": [
1243
+ {
1244
+ "name": "class",
1245
+ "title": "binding"
1246
+ },
1247
+ {
1248
+ "name": "href",
1249
+ "title": "binding"
1250
+ },
1251
+ {
1252
+ "name": "content",
1253
+ "title": "binding"
1254
+ }
1255
+ ]
1256
+ }
1257
+ ],
1258
+ "sourceFiles": [
1259
+ "./src/components/breadcrumb/CdrBreadcrumb.vue"
1260
+ ],
1261
+ "UIProperties": [
1322
1262
  {
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"
1263
+ "name": "--cdr-breadcrumb-ellipses-icon-color",
1264
+ "defaultValue": "--cdr-color-text-secondary",
1265
+ "description": "Ellipses icon color"
1326
1266
  },
1327
1267
  {
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"
1268
+ "name": "--cdr-breadcrumb-ellipses-icon-highlight-color",
1269
+ "defaultValue": "--cdr-color-text-link-hover",
1270
+ "description": "Ellipses icon hover, active and focus color"
1331
1271
  },
1332
1272
  {
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"
1273
+ "name": "--cdr-breadcrumb-item-color",
1274
+ "defaultValue": "--cdr-color-text-secondary",
1275
+ "description": "Breadcrumb item color"
1336
1276
  },
1337
1277
  {
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
- },
1278
+ "name": "--cdr-breadcrumb-item-linked-highlight-color",
1279
+ "defaultValue": "--cdr-color-text-link-hover",
1280
+ "description": "Breadcrumb item linked hover, active and focus color"
1281
+ }
1282
+ ]
1283
+ },
1284
+ "CdrCaption": {
1285
+ "name": "CdrCaption",
1286
+ "description": "Provides context and credit for an asset such as an image, video, or chart",
1287
+ "tags": {},
1288
+ "exportName": "default",
1289
+ "displayName": "CdrCaption",
1290
+ "props": [
1342
1291
  {
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"
1292
+ "name": "summary",
1293
+ "description": "Sets the string content for the description body of the caption.",
1294
+ "tags": {
1295
+ "demoIgnore": [
1296
+ {
1297
+ "description": "true",
1298
+ "title": "demoIgnore"
1299
+ }
1300
+ ]
1301
+ },
1302
+ "type": {
1303
+ "name": "string"
1304
+ }
1346
1305
  },
1347
1306
  {
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
- },
1307
+ "name": "credit",
1308
+ "description": "Sets the string content for attribution.",
1309
+ "tags": {
1310
+ "demoIgnore": [
1311
+ {
1312
+ "description": "true",
1313
+ "title": "demoIgnore"
1314
+ }
1315
+ ]
1316
+ },
1317
+ "type": {
1318
+ "name": "string"
1319
+ }
1320
+ }
1321
+ ],
1322
+ "sourceFiles": [
1323
+ "./src/components/caption/CdrCaption.vue"
1324
+ ],
1325
+ "UIProperties": [
1352
1326
  {
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"
1327
+ "name": "--cdr-caption-summary-color",
1328
+ "defaultValue": "--cdr-color-text-primary",
1329
+ "description": "Text color of a cdr-caption"
1356
1330
  },
1357
1331
  {
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"
1332
+ "name": "--cdr-caption-cite-color",
1333
+ "defaultValue": "--cdr-color-text-secondary",
1334
+ "description": "Text color of a cdr-caption"
1361
1335
  }
1362
1336
  ]
1363
1337
  },
@@ -1619,107 +1593,176 @@
1619
1593
  }
1620
1594
  ]
1621
1595
  },
1622
- "CdrCard": {
1623
- "name": "CdrCard",
1624
- "description": "Related, interactive containers linking to a single subject or destination",
1596
+ "CdrChip": {
1597
+ "name": "CdrChip",
1598
+ "description": "Allows people to make selections, filter content, or trigger actions",
1625
1599
  "tags": {},
1626
1600
  "exportName": "default",
1627
- "displayName": "CdrCard",
1628
- "props": [
1629
- {
1630
- "name": "tag",
1631
- "description": "Sets valid HTML container element tag.",
1632
- "type": {
1633
- "name": "string"
1634
- },
1635
- "defaultValue": {
1636
- "func": false,
1637
- "value": "'article'"
1638
- }
1639
- }
1640
- ],
1601
+ "displayName": "CdrChip",
1641
1602
  "slots": [
1603
+ {
1604
+ "name": "icon-left",
1605
+ "description": "Icon to the left of the content"
1606
+ },
1607
+ {
1608
+ "name": "icon-right",
1609
+ "description": "Icon to the right of the content"
1610
+ },
1642
1611
  {
1643
1612
  "name": "default",
1644
- "description": "CdrCard content"
1613
+ "description": "Primary CdrChip content"
1645
1614
  }
1646
1615
  ],
1647
1616
  "sourceFiles": [
1648
- "./src/components/card/CdrCard.vue"
1617
+ "./src/components/chip/CdrChip.vue"
1649
1618
  ],
1650
1619
  "UIProperties": [
1651
1620
  {
1652
- "name": "--cdr-card-base-background-color",
1653
- "defaultValue": "--cdr-color-background-primary",
1654
- "description": "Background color of a cdr-card"
1621
+ "name": "--cdr-chip-text-color",
1622
+ "defaultValue": "--cdr-color-text-chip-default",
1623
+ "description": "Text color of a cdr-chip"
1655
1624
  },
1656
1625
  {
1657
- "name": "--cdr-card-base-color",
1658
- "defaultValue": "--cdr-color-text-primary",
1659
- "description": "Text color of a cdr-card"
1626
+ "name": "--cdr-chip-fill-color",
1627
+ "defaultValue": "--cdr-color-text-chip-default",
1628
+ "description": "Fill color of a cdr-chip"
1660
1629
  },
1661
1630
  {
1662
- "name": "--cdr-card-link-color",
1663
- "defaultValue": "--cdr-color-text-primary",
1664
- "description": "Link text color of a cdr-card"
1631
+ "name": "--cdr-chip-background-color-rest",
1632
+ "defaultValue": "--cdr-color-background-chip-default-rest",
1633
+ "description": "Background color of a cdr-chip"
1665
1634
  },
1666
1635
  {
1667
- "name": "--cdr-card-link-hover-color",
1668
- "defaultValue": "--cdr-color-text-link-hover",
1669
- "description": "Link hover text color of a cdr-card"
1670
- }
1671
- ]
1672
- },
1673
- "CdrContainer": {
1674
- "name": "CdrContainer",
1675
- "description": "Provides base margins and responsive layout logic for pages",
1676
- "tags": {},
1677
- "exportName": "default",
1678
- "displayName": "CdrContainer",
1679
- "props": [
1680
- {
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
- }
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"
1690
1639
  },
1691
1640
  {
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
- ],
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.",
1706
1737
  "type": {
1707
1738
  "name": "string"
1708
1739
  },
1740
+ "required": true
1741
+ },
1742
+ {
1743
+ "name": "hideLabel",
1744
+ "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1745
+ "type": {
1746
+ "name": "boolean"
1747
+ },
1709
1748
  "defaultValue": {
1710
1749
  "func": false,
1711
- "value": "'static'"
1750
+ "value": true
1712
1751
  }
1713
1752
  }
1714
1753
  ],
1715
1754
  "slots": [
1755
+ {
1756
+ "name": "label",
1757
+ "description": "Override CdrChip label content with a custom element"
1758
+ },
1716
1759
  {
1717
1760
  "name": "default",
1718
- "description": "CdrContainer content"
1761
+ "description": "CdrChipGroup content (CdrChip components)"
1719
1762
  }
1720
1763
  ],
1721
1764
  "sourceFiles": [
1722
- "./src/components/container/CdrContainer.vue"
1765
+ "./src/components/chip/CdrChipGroup.vue"
1723
1766
  ]
1724
1767
  },
1725
1768
  "CdrFormError": {
@@ -1757,45 +1800,56 @@
1757
1800
  }
1758
1801
  ]
1759
1802
  },
1760
- "CdrChipGroup": {
1761
- "name": "CdrChipGroup",
1762
- "exportName": "default",
1763
- "displayName": "CdrChipGroup",
1764
- "description": "",
1803
+ "CdrContainer": {
1804
+ "name": "CdrContainer",
1805
+ "description": "Provides base margins and responsive layout logic for pages",
1765
1806
  "tags": {},
1807
+ "exportName": "default",
1808
+ "displayName": "CdrContainer",
1766
1809
  "props": [
1767
1810
  {
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.",
1811
+ "name": "tag",
1812
+ "description": "Sets the HTML tag for the container element",
1770
1813
  "type": {
1771
1814
  "name": "string"
1772
1815
  },
1773
- "required": true
1816
+ "defaultValue": {
1817
+ "func": false,
1818
+ "value": "'div'"
1819
+ }
1774
1820
  },
1775
1821
  {
1776
- "name": "hideLabel",
1777
- "description": "Visually hides the chip group label but makes it accessible to screen readers.",
1822
+ "name": "modifier",
1823
+ "description": "Controls whether container is static or fluid width.",
1824
+ "tags": {
1825
+ "demoSelectMultiple": [
1826
+ {
1827
+ "description": "false",
1828
+ "title": "demoSelectMultiple"
1829
+ }
1830
+ ]
1831
+ },
1832
+ "values": [
1833
+ "static",
1834
+ "fluid"
1835
+ ],
1778
1836
  "type": {
1779
- "name": "boolean"
1837
+ "name": "string"
1780
1838
  },
1781
1839
  "defaultValue": {
1782
1840
  "func": false,
1783
- "value": true
1841
+ "value": "'static'"
1784
1842
  }
1785
1843
  }
1786
1844
  ],
1787
1845
  "slots": [
1788
- {
1789
- "name": "label",
1790
- "description": "Override CdrChip label content with a custom element"
1791
- },
1792
1846
  {
1793
1847
  "name": "default",
1794
- "description": "CdrChipGroup content (CdrChip components)"
1848
+ "description": "CdrContainer content"
1795
1849
  }
1796
1850
  ],
1797
1851
  "sourceFiles": [
1798
- "./src/components/chip/CdrChipGroup.vue"
1852
+ "./src/components/container/CdrContainer.vue"
1799
1853
  ]
1800
1854
  },
1801
1855
  "CdrGrid": {
@@ -1852,60 +1906,6 @@
1852
1906
  "./src/components/grid/CdrGrid.vue"
1853
1907
  ]
1854
1908
  },
1855
- "CdrCaption": {
1856
- "name": "CdrCaption",
1857
- "description": "Provides context and credit for an asset such as an image, video, or chart",
1858
- "tags": {},
1859
- "exportName": "default",
1860
- "displayName": "CdrCaption",
1861
- "props": [
1862
- {
1863
- "name": "summary",
1864
- "description": "Sets the string content for the description body of the caption.",
1865
- "tags": {
1866
- "demoIgnore": [
1867
- {
1868
- "description": "true",
1869
- "title": "demoIgnore"
1870
- }
1871
- ]
1872
- },
1873
- "type": {
1874
- "name": "string"
1875
- }
1876
- },
1877
- {
1878
- "name": "credit",
1879
- "description": "Sets the string content for attribution.",
1880
- "tags": {
1881
- "demoIgnore": [
1882
- {
1883
- "description": "true",
1884
- "title": "demoIgnore"
1885
- }
1886
- ]
1887
- },
1888
- "type": {
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
1909
  "CdrIcon": {
1910
1910
  "name": "CdrIcon",
1911
1911
  "description": "Communicates meaning through graphics representing simple and complex ideas",
@@ -1965,290 +1965,28 @@
1965
1965
  }
1966
1966
  ]
1967
1967
  },
1968
- "CdrFormGroup": {
1969
- "name": "CdrFormGroup",
1970
- "description": "Groups related input elements together",
1968
+ "CdrInput": {
1969
+ "name": "CdrInput",
1970
+ "description": "Allows for data entry, editing, and search",
1971
1971
  "tags": {},
1972
1972
  "exportName": "default",
1973
- "displayName": "CdrFormGroup",
1973
+ "displayName": "CdrInput",
1974
1974
  "props": [
1975
1975
  {
1976
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
- },
1977
+ "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
1986
1978
  "type": {
1987
1979
  "name": "string"
1988
1980
  }
1989
1981
  },
1990
1982
  {
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.",
1983
+ "name": "type",
1984
+ "description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
1993
1985
  "tags": {
1994
- "demoIgnore": [
1986
+ "demoSelectMultiple": [
1995
1987
  {
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"
2014
- },
2015
- "defaultValue": {
2016
- "func": false,
2017
- "value": false
2018
- }
2019
- },
2020
- {
2021
- "name": "required",
2022
- "description": "Adds required label to the form group.",
2023
- "type": {
2024
- "name": "boolean"
2025
- }
2026
- },
2027
- {
2028
- "name": "optional",
2029
- "description": "Adds optional label to the form group.",
2030
- "type": {
2031
- "name": "boolean"
2032
- }
2033
- },
2034
- {
2035
- "name": "disabled",
2036
- "description": "Renders form group in a disabled state.",
2037
- "type": {
2038
- "name": "boolean"
2039
- },
2040
- "defaultValue": {
2041
- "func": false,
2042
- "value": "undefined"
2043
- }
2044
- }
2045
- ],
2046
- "slots": [
2047
- {
2048
- "name": "label",
2049
- "description": "Overrides CdrFormGroup label/legend. Should be a text element"
2050
- },
2051
- {
2052
- "name": "default",
2053
- "description": "CdrFormGroup content (form elements)"
2054
- },
2055
- {
2056
- "name": "error"
2057
- }
2058
- ],
2059
- "sourceFiles": [
2060
- "./src/components/formGroup/CdrFormGroup.vue"
2061
- ],
2062
- "UIProperties": [
2063
- {
2064
- "name": "--cdr-form-group-error-box-shadow",
2065
- "defaultValue": "--cdr-color-border-input-error",
2066
- "description": "Box-shadow color of a cdr-form-group error"
2067
- },
2068
- {
2069
- "name": "--cdr-form-group-error-background-color",
2070
- "defaultValue": "--cdr-color-background-input-error",
2071
- "description": "Background color of a cdr-form-group error"
2072
- },
2073
- {
2074
- "name": "--cdr-form-group-error-background-hover",
2075
- "defaultValue": "transparent",
2076
- "description": "Background color of a cdr-form-group error on hover"
2077
- },
2078
- {
2079
- "name": "--cdr-form-group-optional-text-color",
2080
- "defaultValue": "--cdr-color-text-input-optional",
2081
- "description": "Text color of an optional cdr-form-group"
2082
- },
2083
- {
2084
- "name": "--cdr-form-group-disabled-text-color",
2085
- "defaultValue": "--cdr-color-text-disabled",
2086
- "description": "Text color of a disabled cdr-form-group"
2087
- }
2088
- ]
2089
- },
2090
- "CdrImg": {
2091
- "name": "CdrImg",
2092
- "description": "Media for capturing attention and communicating messages",
2093
- "tags": {},
2094
- "exportName": "default",
2095
- "displayName": "CdrImg",
2096
- "props": [
2097
- {
2098
- "name": "src",
2099
- "description": "Image source url.",
2100
- "type": {
2101
- "name": "string"
2102
- },
2103
- "required": true
2104
- },
2105
- {
2106
- "name": "alt",
2107
- "description": "Image alt text. Defaults to an empty string",
2108
- "type": {
2109
- "name": "string"
2110
- },
2111
- "defaultValue": {
2112
- "func": false,
2113
- "value": "''"
2114
- }
2115
- },
2116
- {
2117
- "name": "ratio",
2118
- "description": "Aspect ratio of the media container",
2119
- "tags": {
2120
- "demoSelectMultiple": [
2121
- {
2122
- "description": "false",
2123
- "title": "demoSelectMultiple"
2124
- }
2125
- ]
2126
- },
2127
- "values": [
2128
- "auto",
2129
- "square",
2130
- "1-2",
2131
- "2-3",
2132
- "3-4",
2133
- "9-16",
2134
- "2-1",
2135
- "3-2",
2136
- "4-3",
2137
- "16-9"
2138
- ],
2139
- "type": {
2140
- "name": "string"
2141
- },
2142
- "defaultValue": {
2143
- "func": false,
2144
- "value": "undefined"
2145
- }
2146
- },
2147
- {
2148
- "name": "crop",
2149
- "description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
2150
- "tags": {
2151
- "demoSelectMultiple": [
2152
- {
2153
- "description": "false",
2154
- "title": "demoSelectMultiple"
2155
- }
2156
- ]
2157
- },
2158
- "values": [
2159
- "left",
2160
- "x-center",
2161
- "right",
2162
- "top",
2163
- "y-center",
2164
- "bottom"
2165
- ],
2166
- "type": {
2167
- "name": "string"
2168
- }
2169
- },
2170
- {
2171
- "name": "cover",
2172
- "description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
2173
- "type": {
2174
- "name": "boolean"
2175
- }
2176
- },
2177
- {
2178
- "name": "containerClass",
2179
- "description": "Adds a custom class to the cdr-img__ratio container div",
2180
- "type": {
2181
- "name": "string"
2182
- }
2183
- },
2184
- {
2185
- "name": "radius",
2186
- "description": "Sets a border radius to an element {square, top, right, bottom, left}",
2187
- "tags": {
2188
- "demoSelectMultiple": [
2189
- {
2190
- "description": "false",
2191
- "title": "demoSelectMultiple"
2192
- }
2193
- ]
2194
- },
2195
- "values": [
2196
- "circle",
2197
- "rounded"
2198
- ],
2199
- "type": {
2200
- "name": "string"
2201
- }
2202
- },
2203
- {
2204
- "name": "modifier",
2205
- "description": "Modifies the style variant for this component.",
2206
- "tags": {
2207
- "demoSelectMultiple": [
2208
- {
2209
- "description": "false",
2210
- "title": "demoSelectMultiple"
2211
- }
2212
- ]
2213
- },
2214
- "values": [
2215
- "responsive"
2216
- ],
2217
- "type": {
2218
- "name": "string"
2219
- },
2220
- "defaultValue": {
2221
- "func": false,
2222
- "value": "''"
2223
- }
2224
- }
2225
- ],
2226
- "sourceFiles": [
2227
- "./src/components/image/CdrImg.vue"
2228
- ]
2229
- },
2230
- "CdrInput": {
2231
- "name": "CdrInput",
2232
- "description": "Allows for data entry, editing, and search",
2233
- "tags": {},
2234
- "exportName": "default",
2235
- "displayName": "CdrInput",
2236
- "props": [
2237
- {
2238
- "name": "id",
2239
- "description": "Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.",
2240
- "type": {
2241
- "name": "string"
2242
- }
2243
- },
2244
- {
2245
- "name": "type",
2246
- "description": "'type' attribute for the input as defined by w3c.\n Only supporting text|email|number|password|search|url|date.\n The increment/decrement webkit psuedo element is hidden for number.",
2247
- "tags": {
2248
- "demoSelectMultiple": [
2249
- {
2250
- "description": "false",
2251
- "title": "demoSelectMultiple"
1988
+ "description": "false",
1989
+ "title": "demoSelectMultiple"
2252
1990
  }
2253
1991
  ]
2254
1992
  },
@@ -2570,225 +2308,125 @@
2570
2308
  }
2571
2309
  ]
2572
2310
  },
2573
- "CdrLabelStandalone": {
2574
- "name": "CdrLabelStandalone",
2575
- "exportName": "default",
2576
- "displayName": "CdrLabelStandalone",
2577
- "description": "",
2311
+ "CdrFormGroup": {
2312
+ "name": "CdrFormGroup",
2313
+ "description": "Groups related input elements together",
2578
2314
  "tags": {},
2315
+ "exportName": "default",
2316
+ "displayName": "CdrFormGroup",
2579
2317
  "props": [
2580
2318
  {
2581
- "name": "forId",
2319
+ "name": "id",
2320
+ "description": "Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.",
2321
+ "tags": {
2322
+ "demoIgnore": [
2323
+ {
2324
+ "description": "true",
2325
+ "title": "demoIgnore"
2326
+ }
2327
+ ]
2328
+ },
2582
2329
  "type": {
2583
2330
  "name": "string"
2584
- },
2585
- "required": true
2331
+ }
2586
2332
  },
2587
2333
  {
2588
2334
  "name": "label",
2335
+ "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.",
2336
+ "tags": {
2337
+ "demoIgnore": [
2338
+ {
2339
+ "description": "true",
2340
+ "title": "demoIgnore"
2341
+ }
2342
+ ]
2343
+ },
2589
2344
  "type": {
2590
2345
  "name": "string"
2346
+ },
2347
+ "defaultValue": {
2348
+ "func": false,
2349
+ "value": "''"
2591
2350
  }
2592
2351
  },
2593
2352
  {
2594
- "name": "disabled",
2353
+ "name": "error",
2354
+ "description": "Sets the form group to an error state, displays the `error` slot if one is present.",
2595
2355
  "type": {
2596
- "name": "boolean"
2356
+ "name": "boolean|string"
2357
+ },
2358
+ "defaultValue": {
2359
+ "func": false,
2360
+ "value": false
2597
2361
  }
2598
2362
  },
2599
2363
  {
2600
2364
  "name": "required",
2365
+ "description": "Adds required label to the form group.",
2601
2366
  "type": {
2602
2367
  "name": "boolean"
2603
2368
  }
2604
2369
  },
2605
2370
  {
2606
2371
  "name": "optional",
2372
+ "description": "Adds optional label to the form group.",
2607
2373
  "type": {
2608
2374
  "name": "boolean"
2609
2375
  }
2610
2376
  },
2611
- {
2612
- "name": "hideLabel",
2613
- "type": {
2614
- "name": "boolean"
2615
- }
2616
- }
2617
- ],
2618
- "slots": [
2619
- {
2620
- "name": "helper"
2621
- },
2622
- {
2623
- "name": "default"
2624
- },
2625
- {
2626
- "name": "info-action"
2627
- },
2628
- {
2629
- "name": "info"
2630
- },
2631
- {
2632
- "name": "helper-text-bottom"
2633
- },
2634
- {
2635
- "name": "error"
2636
- }
2637
- ],
2638
- "sourceFiles": [
2639
- "./src/components/labelStandalone/CdrLabelStandalone.vue"
2640
- ],
2641
- "UIProperties": [
2642
- {
2643
- "name": "--cdr-label-standalone-text-color",
2644
- "defaultValue": "--cdr-color-text-input-label",
2645
- "description": "Text color of a standalone label"
2646
- },
2647
- {
2648
- "name": "--cdr-label-standalone-disabled-text-color",
2649
- "defaultValue": "--cdr-color-text-input-disabled",
2650
- "description": "Text color of a standalone label when disabled"
2651
- },
2652
- {
2653
- "name": "--cdr-label-standalone-optional-text-color",
2654
- "defaultValue": "--cdr-color-text-input-optional",
2655
- "description": "Text color of a standalone label when optional"
2656
- },
2657
- {
2658
- "name": "--cdr-label-standalone-helper-text-color",
2659
- "defaultValue": "--cdr-color-text-input-help",
2660
- "description": "Text color of a standalone helper label"
2661
- }
2662
- ]
2663
- },
2664
- "CdrLabelWrapper": {
2665
- "name": "CdrLabelWrapper",
2666
- "exportName": "default",
2667
- "displayName": "CdrLabelWrapper",
2668
- "description": "",
2669
- "tags": {},
2670
- "props": [
2671
- {
2672
- "name": "labelClass",
2673
- "type": {
2674
- "name": "string"
2675
- }
2676
- },
2677
- {
2678
- "name": "contentClass",
2679
- "type": {
2680
- "name": "string"
2681
- }
2682
- },
2683
- {
2684
- "name": "background",
2685
- "type": {
2686
- "name": "backgroundProps"
2687
- }
2688
- },
2689
2377
  {
2690
2378
  "name": "disabled",
2379
+ "description": "Renders form group in a disabled state.",
2691
2380
  "type": {
2692
2381
  "name": "boolean"
2693
- }
2694
- },
2695
- {
2696
- "name": "modifier",
2697
- "type": {
2698
- "name": "string"
2699
- }
2700
- },
2701
- {
2702
- "name": "size",
2703
- "type": {
2704
- "name": "string"
2382
+ },
2383
+ "defaultValue": {
2384
+ "func": false,
2385
+ "value": "undefined"
2705
2386
  }
2706
2387
  }
2707
2388
  ],
2708
2389
  "slots": [
2709
2390
  {
2710
- "name": "input"
2391
+ "name": "label",
2392
+ "description": "Overrides CdrFormGroup label/legend. Should be a text element"
2711
2393
  },
2712
2394
  {
2713
- "name": "svgs"
2395
+ "name": "default",
2396
+ "description": "CdrFormGroup content (form elements)"
2714
2397
  },
2715
2398
  {
2716
- "name": "default"
2399
+ "name": "error"
2717
2400
  }
2718
2401
  ],
2719
2402
  "sourceFiles": [
2720
- "./src/components/labelWrapper/CdrLabelWrapper.vue"
2403
+ "./src/components/formGroup/CdrFormGroup.vue"
2721
2404
  ],
2722
2405
  "UIProperties": [
2723
2406
  {
2724
- "name": "--cdr-label-wrapper-text-color",
2725
- "defaultValue": "--cdr-color-text-input-label",
2726
- "description": "Text color of a label wrapper"
2727
- },
2728
- {
2729
- "name": "--cdr-label-wrapper-background-color",
2730
- "defaultValue": "--cdr-color-background-input-default",
2731
- "description": "Background color of a label wrapper"
2732
- },
2733
- {
2734
- "name": "--cdr-label-wrapper-primary-background-color-hover",
2735
- "defaultValue": "--cdr-color-background-label-default-hover",
2736
- "description": "Background color of a primary label wrapper when hovered"
2737
- },
2738
- {
2739
- "name": "--cdr-label-wrapper-primary-background-color-focus",
2740
- "defaultValue": "--cdr-color-background-label-default-focus",
2741
- "description": "Background color of a primary label wrapper when it has focus within"
2742
- },
2743
- {
2744
- "name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
2745
- "defaultValue": "--cdr-color-border-label-default-focus",
2746
- "description": "Box shadow color of a primary label wrapper when it has focus within"
2747
- },
2748
- {
2749
- "name": "--cdr-label-wrapper-primary-background-color-active",
2750
- "defaultValue": "--cdr-color-background-label-default-active",
2751
- "description": "Background color of a primary label wrapper when active"
2752
- },
2753
- {
2754
- "name": "--cdr-label-wrapper-secondary-background-color",
2755
- "defaultValue": "--cdr-color-background-input-default",
2756
- "description": "Background color of a secondary label wrapper"
2757
- },
2758
- {
2759
- "name": "--cdr-label-wrapper-secondary-background-color-hover",
2760
- "defaultValue": "--cdr-color-background-label-secondary-hover",
2761
- "description": "Background color of a secondary label wrapper when hovered"
2762
- },
2763
- {
2764
- "name": "--cdr-label-wrapper-secondary-background-color-focus",
2765
- "defaultValue": "--cdr-color-background-label-secondary-focus",
2766
- "description": "Background color of a secondary label wrapper when it has focus within"
2767
- },
2768
- {
2769
- "name": "--cdr-label-wrapper-secondary-background-color-active",
2770
- "defaultValue": "--cdr-color-background-label-secondary-active",
2771
- "description": "Background color of a secondary label wrapper when active"
2407
+ "name": "--cdr-form-group-error-box-shadow",
2408
+ "defaultValue": "--cdr-color-border-input-error",
2409
+ "description": "Box-shadow color of a cdr-form-group error"
2772
2410
  },
2773
2411
  {
2774
- "name": "--cdr-label-wrapper-text-color-disabled",
2775
- "defaultValue": "--cdr-color-text-input-disabled",
2776
- "description": "Text color of a disabled label wrapper"
2412
+ "name": "--cdr-form-group-error-background-color",
2413
+ "defaultValue": "--cdr-color-background-input-error",
2414
+ "description": "Background color of a cdr-form-group error"
2777
2415
  },
2778
2416
  {
2779
- "name": "--cdr-label-wrapper-background-color-disabled",
2780
- "defaultValue": "--cdr-color-background-input-default",
2781
- "description": "Background color of a disabled label wrapper"
2417
+ "name": "--cdr-form-group-error-background-hover",
2418
+ "defaultValue": "transparent",
2419
+ "description": "Background color of a cdr-form-group error on hover"
2782
2420
  },
2783
2421
  {
2784
- "name": "--cdr-form-figure-background-color",
2785
- "defaultValue": "--cdr-color-background-input-default",
2786
- "description": "Background color of a form figure"
2422
+ "name": "--cdr-form-group-optional-text-color",
2423
+ "defaultValue": "--cdr-color-text-input-optional",
2424
+ "description": "Text color of an optional cdr-form-group"
2787
2425
  },
2788
2426
  {
2789
- "name": "--cdr-form-figure-box-shadow-color",
2790
- "defaultValue": "--cdr-color-border-input-default",
2791
- "description": "Box shadow color of a form figure"
2427
+ "name": "--cdr-form-group-disabled-text-color",
2428
+ "defaultValue": "--cdr-color-text-disabled",
2429
+ "description": "Text color of a disabled cdr-form-group"
2792
2430
  }
2793
2431
  ]
2794
2432
  },
@@ -3146,37 +2784,399 @@
3146
2784
  }
3147
2785
  ]
3148
2786
  },
3149
- "CdrPagination": {
3150
- "name": "CdrPagination",
3151
- "description": "Allows people to navigate to the next or previous page within an experience",
2787
+ "CdrImg": {
2788
+ "name": "CdrImg",
2789
+ "description": "Media for capturing attention and communicating messages",
3152
2790
  "tags": {},
3153
2791
  "exportName": "default",
3154
- "displayName": "CdrPagination",
2792
+ "displayName": "CdrImg",
3155
2793
  "props": [
3156
2794
  {
3157
- "name": "id",
3158
- "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3159
- "tags": {
3160
- "demoIgnore": [
3161
- {
3162
- "description": "true",
3163
- "title": "demoIgnore"
3164
- }
3165
- ]
3166
- },
2795
+ "name": "src",
2796
+ "description": "Image source url.",
3167
2797
  "type": {
3168
2798
  "name": "string"
3169
- }
2799
+ },
2800
+ "required": true
3170
2801
  },
3171
2802
  {
3172
- "name": "totalPages",
3173
- "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
2803
+ "name": "alt",
2804
+ "description": "Image alt text. Defaults to an empty string",
3174
2805
  "type": {
3175
- "name": "number"
2806
+ "name": "string"
3176
2807
  },
3177
2808
  "defaultValue": {
3178
2809
  "func": false,
3179
- "value": "null"
2810
+ "value": "''"
2811
+ }
2812
+ },
2813
+ {
2814
+ "name": "ratio",
2815
+ "description": "Aspect ratio of the media container",
2816
+ "tags": {
2817
+ "demoSelectMultiple": [
2818
+ {
2819
+ "description": "false",
2820
+ "title": "demoSelectMultiple"
2821
+ }
2822
+ ]
2823
+ },
2824
+ "values": [
2825
+ "auto",
2826
+ "square",
2827
+ "1-2",
2828
+ "2-3",
2829
+ "3-4",
2830
+ "9-16",
2831
+ "2-1",
2832
+ "3-2",
2833
+ "4-3",
2834
+ "16-9"
2835
+ ],
2836
+ "type": {
2837
+ "name": "string"
2838
+ },
2839
+ "defaultValue": {
2840
+ "func": false,
2841
+ "value": "undefined"
2842
+ }
2843
+ },
2844
+ {
2845
+ "name": "crop",
2846
+ "description": "Requires a `ratio`. Area to crop the image overflow to. {left, center, right} {top, center, bottom}",
2847
+ "tags": {
2848
+ "demoSelectMultiple": [
2849
+ {
2850
+ "description": "false",
2851
+ "title": "demoSelectMultiple"
2852
+ }
2853
+ ]
2854
+ },
2855
+ "values": [
2856
+ "left",
2857
+ "x-center",
2858
+ "right",
2859
+ "top",
2860
+ "y-center",
2861
+ "bottom"
2862
+ ],
2863
+ "type": {
2864
+ "name": "string"
2865
+ }
2866
+ },
2867
+ {
2868
+ "name": "cover",
2869
+ "description": "Requires a `ratio`. Scale the image to be as large as possible to fill the area (background-position: cover;)",
2870
+ "type": {
2871
+ "name": "boolean"
2872
+ }
2873
+ },
2874
+ {
2875
+ "name": "containerClass",
2876
+ "description": "Adds a custom class to the cdr-img__ratio container div",
2877
+ "type": {
2878
+ "name": "string"
2879
+ }
2880
+ },
2881
+ {
2882
+ "name": "radius",
2883
+ "description": "Sets a border radius to an element {square, top, right, bottom, left}",
2884
+ "tags": {
2885
+ "demoSelectMultiple": [
2886
+ {
2887
+ "description": "false",
2888
+ "title": "demoSelectMultiple"
2889
+ }
2890
+ ]
2891
+ },
2892
+ "values": [
2893
+ "circle",
2894
+ "rounded"
2895
+ ],
2896
+ "type": {
2897
+ "name": "string"
2898
+ }
2899
+ },
2900
+ {
2901
+ "name": "modifier",
2902
+ "description": "Modifies the style variant for this component.",
2903
+ "tags": {
2904
+ "demoSelectMultiple": [
2905
+ {
2906
+ "description": "false",
2907
+ "title": "demoSelectMultiple"
2908
+ }
2909
+ ]
2910
+ },
2911
+ "values": [
2912
+ "responsive"
2913
+ ],
2914
+ "type": {
2915
+ "name": "string"
2916
+ },
2917
+ "defaultValue": {
2918
+ "func": false,
2919
+ "value": "''"
2920
+ }
2921
+ }
2922
+ ],
2923
+ "sourceFiles": [
2924
+ "./src/components/image/CdrImg.vue"
2925
+ ]
2926
+ },
2927
+ "CdrLabelWrapper": {
2928
+ "name": "CdrLabelWrapper",
2929
+ "exportName": "default",
2930
+ "displayName": "CdrLabelWrapper",
2931
+ "description": "",
2932
+ "tags": {},
2933
+ "props": [
2934
+ {
2935
+ "name": "labelClass",
2936
+ "type": {
2937
+ "name": "string"
2938
+ }
2939
+ },
2940
+ {
2941
+ "name": "contentClass",
2942
+ "type": {
2943
+ "name": "string"
2944
+ }
2945
+ },
2946
+ {
2947
+ "name": "background",
2948
+ "type": {
2949
+ "name": "backgroundProps"
2950
+ }
2951
+ },
2952
+ {
2953
+ "name": "disabled",
2954
+ "type": {
2955
+ "name": "boolean"
2956
+ }
2957
+ },
2958
+ {
2959
+ "name": "modifier",
2960
+ "type": {
2961
+ "name": "string"
2962
+ }
2963
+ },
2964
+ {
2965
+ "name": "size",
2966
+ "type": {
2967
+ "name": "string"
2968
+ }
2969
+ }
2970
+ ],
2971
+ "slots": [
2972
+ {
2973
+ "name": "input"
2974
+ },
2975
+ {
2976
+ "name": "svgs"
2977
+ },
2978
+ {
2979
+ "name": "default"
2980
+ }
2981
+ ],
2982
+ "sourceFiles": [
2983
+ "./src/components/labelWrapper/CdrLabelWrapper.vue"
2984
+ ],
2985
+ "UIProperties": [
2986
+ {
2987
+ "name": "--cdr-label-wrapper-text-color",
2988
+ "defaultValue": "--cdr-color-text-input-label",
2989
+ "description": "Text color of a label wrapper"
2990
+ },
2991
+ {
2992
+ "name": "--cdr-label-wrapper-background-color",
2993
+ "defaultValue": "--cdr-color-background-input-default",
2994
+ "description": "Background color of a label wrapper"
2995
+ },
2996
+ {
2997
+ "name": "--cdr-label-wrapper-primary-background-color-hover",
2998
+ "defaultValue": "--cdr-color-background-label-default-hover",
2999
+ "description": "Background color of a primary label wrapper when hovered"
3000
+ },
3001
+ {
3002
+ "name": "--cdr-label-wrapper-primary-background-color-focus",
3003
+ "defaultValue": "--cdr-color-background-label-default-focus",
3004
+ "description": "Background color of a primary label wrapper when it has focus within"
3005
+ },
3006
+ {
3007
+ "name": "--cdr-label-wrapper-primary-focus-box-shadow-color",
3008
+ "defaultValue": "--cdr-color-border-label-default-focus",
3009
+ "description": "Box shadow color of a primary label wrapper when it has focus within"
3010
+ },
3011
+ {
3012
+ "name": "--cdr-label-wrapper-primary-background-color-active",
3013
+ "defaultValue": "--cdr-color-background-label-default-active",
3014
+ "description": "Background color of a primary label wrapper when active"
3015
+ },
3016
+ {
3017
+ "name": "--cdr-label-wrapper-secondary-background-color",
3018
+ "defaultValue": "--cdr-color-background-input-default",
3019
+ "description": "Background color of a secondary label wrapper"
3020
+ },
3021
+ {
3022
+ "name": "--cdr-label-wrapper-secondary-background-color-hover",
3023
+ "defaultValue": "--cdr-color-background-label-secondary-hover",
3024
+ "description": "Background color of a secondary label wrapper when hovered"
3025
+ },
3026
+ {
3027
+ "name": "--cdr-label-wrapper-secondary-background-color-focus",
3028
+ "defaultValue": "--cdr-color-background-label-secondary-focus",
3029
+ "description": "Background color of a secondary label wrapper when it has focus within"
3030
+ },
3031
+ {
3032
+ "name": "--cdr-label-wrapper-secondary-background-color-active",
3033
+ "defaultValue": "--cdr-color-background-label-secondary-active",
3034
+ "description": "Background color of a secondary label wrapper when active"
3035
+ },
3036
+ {
3037
+ "name": "--cdr-label-wrapper-text-color-disabled",
3038
+ "defaultValue": "--cdr-color-text-input-disabled",
3039
+ "description": "Text color of a disabled label wrapper"
3040
+ },
3041
+ {
3042
+ "name": "--cdr-label-wrapper-background-color-disabled",
3043
+ "defaultValue": "--cdr-color-background-input-default",
3044
+ "description": "Background color of a disabled label wrapper"
3045
+ },
3046
+ {
3047
+ "name": "--cdr-form-figure-background-color",
3048
+ "defaultValue": "--cdr-color-background-input-default",
3049
+ "description": "Background color of a form figure"
3050
+ },
3051
+ {
3052
+ "name": "--cdr-form-figure-box-shadow-color",
3053
+ "defaultValue": "--cdr-color-border-input-default",
3054
+ "description": "Box shadow color of a form figure"
3055
+ }
3056
+ ]
3057
+ },
3058
+ "CdrLabelStandalone": {
3059
+ "name": "CdrLabelStandalone",
3060
+ "exportName": "default",
3061
+ "displayName": "CdrLabelStandalone",
3062
+ "description": "",
3063
+ "tags": {},
3064
+ "props": [
3065
+ {
3066
+ "name": "forId",
3067
+ "type": {
3068
+ "name": "string"
3069
+ },
3070
+ "required": true
3071
+ },
3072
+ {
3073
+ "name": "label",
3074
+ "type": {
3075
+ "name": "string"
3076
+ }
3077
+ },
3078
+ {
3079
+ "name": "disabled",
3080
+ "type": {
3081
+ "name": "boolean"
3082
+ }
3083
+ },
3084
+ {
3085
+ "name": "required",
3086
+ "type": {
3087
+ "name": "boolean"
3088
+ }
3089
+ },
3090
+ {
3091
+ "name": "optional",
3092
+ "type": {
3093
+ "name": "boolean"
3094
+ }
3095
+ },
3096
+ {
3097
+ "name": "hideLabel",
3098
+ "type": {
3099
+ "name": "boolean"
3100
+ }
3101
+ }
3102
+ ],
3103
+ "slots": [
3104
+ {
3105
+ "name": "helper"
3106
+ },
3107
+ {
3108
+ "name": "default"
3109
+ },
3110
+ {
3111
+ "name": "info-action"
3112
+ },
3113
+ {
3114
+ "name": "info"
3115
+ },
3116
+ {
3117
+ "name": "helper-text-bottom"
3118
+ },
3119
+ {
3120
+ "name": "error"
3121
+ }
3122
+ ],
3123
+ "sourceFiles": [
3124
+ "./src/components/labelStandalone/CdrLabelStandalone.vue"
3125
+ ],
3126
+ "UIProperties": [
3127
+ {
3128
+ "name": "--cdr-label-standalone-text-color",
3129
+ "defaultValue": "--cdr-color-text-input-label",
3130
+ "description": "Text color of a standalone label"
3131
+ },
3132
+ {
3133
+ "name": "--cdr-label-standalone-disabled-text-color",
3134
+ "defaultValue": "--cdr-color-text-input-disabled",
3135
+ "description": "Text color of a standalone label when disabled"
3136
+ },
3137
+ {
3138
+ "name": "--cdr-label-standalone-optional-text-color",
3139
+ "defaultValue": "--cdr-color-text-input-optional",
3140
+ "description": "Text color of a standalone label when optional"
3141
+ },
3142
+ {
3143
+ "name": "--cdr-label-standalone-helper-text-color",
3144
+ "defaultValue": "--cdr-color-text-input-help",
3145
+ "description": "Text color of a standalone helper label"
3146
+ }
3147
+ ]
3148
+ },
3149
+ "CdrPagination": {
3150
+ "name": "CdrPagination",
3151
+ "description": "Allows people to navigate to the next or previous page within an experience",
3152
+ "tags": {},
3153
+ "exportName": "default",
3154
+ "displayName": "CdrPagination",
3155
+ "props": [
3156
+ {
3157
+ "name": "id",
3158
+ "description": "Define a custom slug for the generated pagination item IDs. Slug is randomly generated if no ID provided.",
3159
+ "tags": {
3160
+ "demoIgnore": [
3161
+ {
3162
+ "description": "true",
3163
+ "title": "demoIgnore"
3164
+ }
3165
+ ]
3166
+ },
3167
+ "type": {
3168
+ "name": "string"
3169
+ }
3170
+ },
3171
+ {
3172
+ "name": "totalPages",
3173
+ "description": "Sets the total number of pages for displaying \"Page x of <totalPages>\".\nSometimes the total number of pages is different than total page data objects in the pages array.\nFor example, if only the next and previous pages are provided.",
3174
+ "type": {
3175
+ "name": "number"
3176
+ },
3177
+ "defaultValue": {
3178
+ "func": false,
3179
+ "value": "null"
3180
3180
  }
3181
3181
  },
3182
3182
  {
@@ -3288,14 +3288,85 @@
3288
3288
  "description": "Text color of a disabled cdr-pagination link"
3289
3289
  },
3290
3290
  {
3291
- "name": "--cdr-pagination-link-fill-color-disabled",
3292
- "defaultValue": "--cdr-color-text-disabled",
3293
- "description": "Fill color of a disabled cdr-pagination link"
3291
+ "name": "--cdr-pagination-link-fill-color-disabled",
3292
+ "defaultValue": "--cdr-color-text-disabled",
3293
+ "description": "Fill color of a disabled cdr-pagination link"
3294
+ },
3295
+ {
3296
+ "name": "--cdr-pagination-link-text-color-interactive-disabled",
3297
+ "defaultValue": "--cdr-color-text-disabled",
3298
+ "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3299
+ }
3300
+ ]
3301
+ },
3302
+ "CdrPopup": {
3303
+ "name": "CdrPopup",
3304
+ "description": "An internal helper component used by Popover and Tooltip",
3305
+ "tags": {},
3306
+ "exportName": "default",
3307
+ "displayName": "CdrPopup",
3308
+ "props": [
3309
+ {
3310
+ "name": "opened",
3311
+ "type": {
3312
+ "name": "boolean"
3313
+ },
3314
+ "defaultValue": {
3315
+ "func": false,
3316
+ "value": false
3317
+ }
3318
+ },
3319
+ {
3320
+ "name": "position",
3321
+ "type": {
3322
+ "name": "string"
3323
+ },
3324
+ "required": false,
3325
+ "defaultValue": {
3326
+ "func": false,
3327
+ "value": "'top'"
3328
+ }
3329
+ },
3330
+ {
3331
+ "name": "autoPosition",
3332
+ "type": {
3333
+ "name": "boolean"
3334
+ },
3335
+ "defaultValue": {
3336
+ "func": false,
3337
+ "value": true
3338
+ }
3339
+ },
3340
+ {
3341
+ "name": "contentClass",
3342
+ "type": {
3343
+ "name": "string"
3344
+ }
3345
+ }
3346
+ ],
3347
+ "events": [
3348
+ {
3349
+ "name": "closed"
3350
+ }
3351
+ ],
3352
+ "slots": [
3353
+ {
3354
+ "name": "default"
3355
+ }
3356
+ ],
3357
+ "sourceFiles": [
3358
+ "./src/components/popup/CdrPopup.vue"
3359
+ ],
3360
+ "UIProperties": [
3361
+ {
3362
+ "name": "--cdr-popup-content-background",
3363
+ "defaultValue": "--cdr-color-background-primary",
3364
+ "description": "Background color of cdr-popup content"
3294
3365
  },
3295
3366
  {
3296
- "name": "--cdr-pagination-link-text-color-interactive-disabled",
3297
- "defaultValue": "--cdr-color-text-disabled",
3298
- "description": "Text color of a disabled cdr-pagination link on hover/focus/active"
3367
+ "name": "--cdr-popup-content-border-color",
3368
+ "defaultValue": "--cdr-color-border-secondary",
3369
+ "description": "Border color of cdr-popup content"
3299
3370
  }
3300
3371
  ]
3301
3372
  },
@@ -3381,80 +3452,379 @@
3381
3452
  "description": "Text color of cdr-quote content"
3382
3453
  },
3383
3454
  {
3384
- "name": "--cdr-quote-pull-container-border-color",
3385
- "defaultValue": "--cdr-color-border-primary",
3386
- "description": "Border color of a cdr-quote pull container"
3455
+ "name": "--cdr-quote-pull-container-border-color",
3456
+ "defaultValue": "--cdr-color-border-primary",
3457
+ "description": "Border color of a cdr-quote pull container"
3458
+ }
3459
+ ]
3460
+ },
3461
+ "CdrRadio": {
3462
+ "name": "CdrRadio",
3463
+ "description": "Permits the selection of only one option from a list of two or more",
3464
+ "tags": {},
3465
+ "exportName": "default",
3466
+ "displayName": "CdrRadio",
3467
+ "props": [
3468
+ {
3469
+ "name": "labelClass",
3470
+ "description": "Adds CSS class to the label for custom styles.",
3471
+ "type": {
3472
+ "name": "string"
3473
+ }
3474
+ },
3475
+ {
3476
+ "name": "inputClass",
3477
+ "description": "Adds CSS class to the input for custom styles.",
3478
+ "type": {
3479
+ "name": "string"
3480
+ }
3481
+ },
3482
+ {
3483
+ "name": "contentClass",
3484
+ "description": "Adds CSS class to the slot wrapper for custom styles.",
3485
+ "type": {
3486
+ "name": "string"
3487
+ }
3488
+ },
3489
+ {
3490
+ "name": "disabled",
3491
+ "description": "Disables the radio",
3492
+ "type": {
3493
+ "name": "boolean"
3494
+ }
3495
+ },
3496
+ {
3497
+ "name": "name",
3498
+ "description": "Sets the name of the radio button.",
3499
+ "type": {
3500
+ "name": "string"
3501
+ },
3502
+ "required": true
3503
+ },
3504
+ {
3505
+ "name": "modifier",
3506
+ "description": "Modifies the style variants for this component",
3507
+ "tags": {
3508
+ "demoSelectMultiple": [
3509
+ {
3510
+ "description": "true",
3511
+ "title": "demoSelectMultiple"
3512
+ }
3513
+ ]
3514
+ },
3515
+ "values": [
3516
+ "hide-figure"
3517
+ ],
3518
+ "type": {
3519
+ "name": "string"
3520
+ },
3521
+ "defaultValue": {
3522
+ "func": false,
3523
+ "value": "''"
3524
+ }
3525
+ },
3526
+ {
3527
+ "name": "size",
3528
+ "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
3529
+ "tags": {
3530
+ "demoSelectMultiple": [
3531
+ {
3532
+ "description": "false",
3533
+ "title": "demoSelectMultiple"
3534
+ }
3535
+ ]
3536
+ },
3537
+ "values": [
3538
+ "small",
3539
+ "medium",
3540
+ "large"
3541
+ ],
3542
+ "type": {
3543
+ "name": "sizeProps"
3544
+ }
3545
+ },
3546
+ {
3547
+ "name": "background",
3548
+ "description": "Sets the background color the radio button is rendered on",
3549
+ "tags": {},
3550
+ "values": [
3551
+ "primary",
3552
+ "secondary"
3553
+ ],
3554
+ "type": {
3555
+ "name": "backgroundProps"
3556
+ }
3557
+ },
3558
+ {
3559
+ "name": "customValue",
3560
+ "description": "Sets the value of the radio.",
3561
+ "type": {
3562
+ "name": "string|number|boolean|object|array|symbol|func"
3563
+ }
3564
+ },
3565
+ {
3566
+ "name": "modelValue",
3567
+ "tags": {
3568
+ "ignore": [
3569
+ {
3570
+ "description": "v-model binding",
3571
+ "title": "ignore"
3572
+ }
3573
+ ]
3574
+ },
3575
+ "type": {
3576
+ "name": "string|number|boolean|object|array|symbol|func"
3577
+ }
3578
+ }
3579
+ ],
3580
+ "events": [
3581
+ {
3582
+ "name": "update:modelValue",
3583
+ "description": "Event emitted by v-model on the radio's <input> element",
3584
+ "properties": [
3585
+ {
3586
+ "type": {
3587
+ "names": [
3588
+ "mixed"
3589
+ ]
3590
+ },
3591
+ "name": "modelValue"
3592
+ }
3593
+ ],
3594
+ "tags": [
3595
+ {
3596
+ "title": "param",
3597
+ "type": {
3598
+ "name": "mixed"
3599
+ },
3600
+ "name": "modelValue"
3601
+ }
3602
+ ]
3603
+ }
3604
+ ],
3605
+ "slots": [
3606
+ {
3607
+ "name": "default"
3608
+ }
3609
+ ],
3610
+ "sourceFiles": [
3611
+ "./src/components/radio/CdrRadio.vue"
3612
+ ],
3613
+ "UIProperties": [
3614
+ {
3615
+ "name": "--cdr-radio-box-shadow-color-selected",
3616
+ "defaultValue": "--cdr-color-border-input-default-selected",
3617
+ "description": "Box-shadow color of cdr-radio when selected"
3618
+ },
3619
+ {
3620
+ "name": "--cdr-radio-background-color-selected",
3621
+ "defaultValue": "--cdr-color-background-input-default-selected",
3622
+ "description": "Background color of cdr-radio when selected"
3623
+ },
3624
+ {
3625
+ "name": "--cdr-radio-inner-circle-background-color-selected",
3626
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected",
3627
+ "description": "Background color of the inner circle of cdr-radio when selected"
3628
+ },
3629
+ {
3630
+ "name": "--cdr-radio-box-shadow-color-hover",
3631
+ "defaultValue": "--cdr-color-border-input-default-hover",
3632
+ "description": "Box-shadow color of cdr-radio on hover"
3633
+ },
3634
+ {
3635
+ "name": "--cdr-radio-background-color-hover",
3636
+ "defaultValue": "--cdr-color-background-input-default-hover",
3637
+ "description": "Background color of cdr-radio on hover"
3638
+ },
3639
+ {
3640
+ "name": "--cdr-radio-box-shadow-color-selected-hover",
3641
+ "defaultValue": "--cdr-color-border-input-default-selected-hover",
3642
+ "description": "Box-shadow color of cdr-radio when selected on hover"
3643
+ },
3644
+ {
3645
+ "name": "--cdr-radio-background-color-selected-hover",
3646
+ "defaultValue": "--cdr-color-background-input-default-selected-hover",
3647
+ "description": "Background color of cdr-radio when selected on hover"
3648
+ },
3649
+ {
3650
+ "name": "--cdr-radio-box-shadow-color-disabled",
3651
+ "defaultValue": "--cdr-color-border-input-default-disabled",
3652
+ "description": "Box-shadow color of cdr-radio when disabled"
3653
+ },
3654
+ {
3655
+ "name": "--cdr-radio-background-color-disabled",
3656
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3657
+ "description": "Background color of cdr-radio when disabled"
3658
+ },
3659
+ {
3660
+ "name": "--cdr-radio-inner-circle-background-color-disabled",
3661
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3662
+ "description": "Background color of the inner circle of cdr-radio when disabled"
3663
+ },
3664
+ {
3665
+ "name": "--cdr-radio-inner-circle-background-color-selected-disabled",
3666
+ "defaultValue": "--cdr-color-background-input-default-disabled",
3667
+ "description": "Background color of the inner circle of cdr-radio when selected and disabled"
3668
+ },
3669
+ {
3670
+ "name": "--cdr-radio-box-shadow-color-focus",
3671
+ "defaultValue": "--cdr-color-border-input-default-active",
3672
+ "description": "Box-shadow color of cdr-radio on focus"
3673
+ },
3674
+ {
3675
+ "name": "--cdr-radio-background-color-focus",
3676
+ "defaultValue": "--cdr-color-background-input-default-focus",
3677
+ "description": "Background color of cdr-radio on focus"
3678
+ },
3679
+ {
3680
+ "name": "--cdr-radio-background-color-selected-focus",
3681
+ "defaultValue": "--cdr-color-background-input-default-selected-focus",
3682
+ "description": "Background color of cdr-radio when selected on focus"
3683
+ },
3684
+ {
3685
+ "name": "--cdr-radio-box-shadow-color-active",
3686
+ "defaultValue": "--cdr-color-border-input-default-active",
3687
+ "description": "Box-shadow color of cdr-radio when active"
3688
+ },
3689
+ {
3690
+ "name": "--cdr-radio-background-color-active",
3691
+ "defaultValue": "--cdr-color-background-input-default-active",
3692
+ "description": "Background color of cdr-radio when active"
3693
+ },
3694
+ {
3695
+ "name": "--cdr-radio-inner-circle-background-color-selected-active",
3696
+ "defaultValue": "--cdr-color-icon-checkbox-default-selected-active",
3697
+ "description": "Background color of the inner circle of cdr-radio when selected and active"
3387
3698
  }
3388
3699
  ]
3389
3700
  },
3390
- "CdrPopup": {
3391
- "name": "CdrPopup",
3392
- "description": "An internal helper component used by Popover and Tooltip",
3701
+ "CdrRating": {
3702
+ "name": "CdrRating",
3703
+ "description": "Provides insight into user opinions for products, experiences, and more",
3393
3704
  "tags": {},
3394
3705
  "exportName": "default",
3395
- "displayName": "CdrPopup",
3706
+ "displayName": "CdrRating",
3396
3707
  "props": [
3397
3708
  {
3398
- "name": "opened",
3709
+ "name": "rating",
3710
+ "description": "Sets the rating values between 0 and 5.",
3399
3711
  "type": {
3400
- "name": "boolean"
3712
+ "name": "string|number"
3401
3713
  },
3714
+ "required": true,
3402
3715
  "defaultValue": {
3403
3716
  "func": false,
3404
- "value": false
3717
+ "value": "0"
3405
3718
  }
3406
3719
  },
3407
3720
  {
3408
- "name": "position",
3721
+ "name": "count",
3722
+ "description": "Sets the total number of ratings",
3409
3723
  "type": {
3410
- "name": "string"
3724
+ "name": "string|number"
3411
3725
  },
3412
3726
  "required": false,
3413
3727
  "defaultValue": {
3414
3728
  "func": false,
3415
- "value": "'top'"
3729
+ "value": "null"
3416
3730
  }
3417
3731
  },
3418
3732
  {
3419
- "name": "autoPosition",
3733
+ "name": "compact",
3734
+ "description": "Hides the word 'reviews' if true",
3420
3735
  "type": {
3421
3736
  "name": "boolean"
3422
3737
  },
3423
3738
  "defaultValue": {
3424
3739
  "func": false,
3425
- "value": true
3740
+ "value": false
3426
3741
  }
3427
3742
  },
3428
3743
  {
3429
- "name": "contentClass",
3744
+ "name": "href",
3745
+ "description": "Sets the rating component (icons and text) to display inline and wraps them in an anchor tag so they can act as link.",
3430
3746
  "type": {
3431
3747
  "name": "string"
3432
3748
  }
3433
- }
3434
- ],
3435
- "events": [
3436
- {
3437
- "name": "closed"
3438
- }
3439
- ],
3440
- "slots": [
3749
+ },
3441
3750
  {
3442
- "name": "default"
3751
+ "name": "size",
3752
+ "description": "Sets the rating size.",
3753
+ "tags": {
3754
+ "demoSelectMultiple": [
3755
+ {
3756
+ "description": "false",
3757
+ "title": "demoSelectMultiple"
3758
+ }
3759
+ ]
3760
+ },
3761
+ "values": [
3762
+ "small",
3763
+ "medium",
3764
+ "large"
3765
+ ],
3766
+ "type": {
3767
+ "name": "string"
3768
+ },
3769
+ "defaultValue": {
3770
+ "func": false,
3771
+ "value": "'medium'"
3772
+ }
3443
3773
  }
3444
3774
  ],
3445
3775
  "sourceFiles": [
3446
- "./src/components/popup/CdrPopup.vue"
3776
+ "./src/components/rating/CdrRating.vue"
3447
3777
  ],
3448
3778
  "UIProperties": [
3449
3779
  {
3450
- "name": "--cdr-popup-content-background",
3451
- "defaultValue": "--cdr-color-background-primary",
3452
- "description": "Background color of cdr-popup content"
3780
+ "name": "--cdr-rating-count-hover-color",
3781
+ "defaultValue": "--cdr-color-text-rating-hover",
3782
+ "description": "Hover text color of cdr-rating count"
3453
3783
  },
3454
3784
  {
3455
- "name": "--cdr-popup-content-border-color",
3456
- "defaultValue": "--cdr-color-border-secondary",
3457
- "description": "Border color of cdr-popup content"
3785
+ "name": "--cdr-rating-text-rating-separator",
3786
+ "defaultValue": "--cdr-color-text-rating-separator",
3787
+ "description": "Color of the rating text separator"
3788
+ },
3789
+ {
3790
+ "name": "--cdr-rating-star-null-fill-color",
3791
+ "defaultValue": "#F9F8F6",
3792
+ "description": "Fill color of a null star"
3793
+ },
3794
+ {
3795
+ "name": "--cdr-rating-star-null-outline-color",
3796
+ "defaultValue": "#928B80",
3797
+ "description": "Outline color of a null star"
3798
+ },
3799
+ {
3800
+ "name": "--cdr-rating-star-partial-fill-color",
3801
+ "defaultValue": "#FFD280",
3802
+ "description": "Fill color of a partially filled star"
3803
+ },
3804
+ {
3805
+ "name": "--cdr-rating-star-partial-stroke-color",
3806
+ "defaultValue": "#BD7B2D",
3807
+ "description": "Stroke color of a partially filled star"
3808
+ },
3809
+ {
3810
+ "name": "--cdr-rating-star-filled-fill-color",
3811
+ "defaultValue": "#FFD280",
3812
+ "description": "Fill color of a filled star"
3813
+ },
3814
+ {
3815
+ "name": "--cdr-rating-star-filled-stroke-color",
3816
+ "defaultValue": "#BD7B2D",
3817
+ "description": "Stroke color of a filled star"
3818
+ },
3819
+ {
3820
+ "name": "--cdr-rating-star-empty-fill-color",
3821
+ "defaultValue": "#F9F8F6",
3822
+ "description": "Fill color of an empty star"
3823
+ },
3824
+ {
3825
+ "name": "--cdr-rating-star-empty-stroke-color",
3826
+ "defaultValue": "#BD7B2D",
3827
+ "description": "Stroke color of an empty star"
3458
3828
  }
3459
3829
  ]
3460
3830
  },
@@ -3578,134 +3948,93 @@
3578
3948
  "./src/components/popover/CdrPopover.vue"
3579
3949
  ]
3580
3950
  },
3581
- "CdrRating": {
3582
- "name": "CdrRating",
3583
- "description": "Provides insight into user opinions for products, experiences, and more",
3951
+ "CdrSkeleton": {
3952
+ "name": "CdrSkeleton",
3953
+ "description": "Visually communicates content is in the process of loading",
3584
3954
  "tags": {},
3585
3955
  "exportName": "default",
3586
- "displayName": "CdrRating",
3956
+ "displayName": "CdrSkeleton",
3587
3957
  "props": [
3588
3958
  {
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",
3959
+ "name": "motion",
3960
+ "description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
3615
3961
  "type": {
3616
3962
  "name": "boolean"
3617
3963
  },
3618
3964
  "defaultValue": {
3619
3965
  "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"
3966
+ "value": true
3628
3967
  }
3629
- },
3968
+ }
3969
+ ],
3970
+ "slots": [
3630
3971
  {
3631
- "name": "size",
3632
- "description": "Sets the rating size.",
3633
- "tags": {
3634
- "demoSelectMultiple": [
3635
- {
3636
- "description": "false",
3637
- "title": "demoSelectMultiple"
3638
- }
3639
- ]
3640
- },
3641
- "values": [
3642
- "small",
3643
- "medium",
3644
- "large"
3645
- ],
3646
- "type": {
3647
- "name": "string"
3648
- },
3649
- "defaultValue": {
3650
- "func": false,
3651
- "value": "'medium'"
3652
- }
3972
+ "name": "default",
3973
+ "description": "CdrSkeleton content (CdrSkeletonBone components)"
3653
3974
  }
3654
3975
  ],
3655
3976
  "sourceFiles": [
3656
- "./src/components/rating/CdrRating.vue"
3977
+ "./src/components/skeleton/CdrSkeleton.vue"
3657
3978
  ],
3658
3979
  "UIProperties": [
3659
3980
  {
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"
3981
+ "name": "--cdr-skeleton-bone-background-color",
3982
+ "defaultValue": "#edeae3",
3983
+ "description": "Skeleton bone background color"
3688
3984
  },
3689
3985
  {
3690
- "name": "--cdr-rating-star-filled-fill-color",
3691
- "defaultValue": "#FFD280",
3692
- "description": "Fill color of a filled star"
3986
+ "name": "--cdr-skeleton-gradient-1",
3987
+ "defaultValue": "rgba(237,234,227,1)",
3988
+ "description": "Skeleton shimmer gradient part 1"
3693
3989
  },
3694
3990
  {
3695
- "name": "--cdr-rating-star-filled-stroke-color",
3696
- "defaultValue": "#BD7B2D",
3697
- "description": "Stroke color of a filled star"
3991
+ "name": "--cdr-skeleton-gradient-2",
3992
+ "defaultValue": "rgba(249,248,240,1)",
3993
+ "description": "Skeleton shimmer gradient part 2"
3698
3994
  },
3699
3995
  {
3700
- "name": "--cdr-rating-star-empty-fill-color",
3701
- "defaultValue": "#F9F8F6",
3702
- "description": "Fill color of an empty star"
3703
- },
3996
+ "name": "--cdr-skeleton-gradient-3",
3997
+ "defaultValue": "rgba(237,234,227,1)",
3998
+ "description": "Skeleton shimmer gradient part 3"
3999
+ }
4000
+ ]
4001
+ },
4002
+ "CdrSkeletonBone": {
4003
+ "name": "CdrSkeletonBone",
4004
+ "exportName": "default",
4005
+ "displayName": "CdrSkeletonBone",
4006
+ "description": "",
4007
+ "tags": {},
4008
+ "props": [
3704
4009
  {
3705
- "name": "--cdr-rating-star-empty-stroke-color",
3706
- "defaultValue": "#BD7B2D",
3707
- "description": "Stroke color of an empty star"
4010
+ "name": "type",
4011
+ "description": "Sets the type of content placeholder",
4012
+ "tags": {
4013
+ "demoSelectMultiple": [
4014
+ {
4015
+ "description": "false",
4016
+ "title": "demoSelectMultiple"
4017
+ }
4018
+ ]
4019
+ },
4020
+ "values": [
4021
+ "default",
4022
+ "heading",
4023
+ "line",
4024
+ "rectangle",
4025
+ "square"
4026
+ ],
4027
+ "type": {
4028
+ "name": "string"
4029
+ },
4030
+ "defaultValue": {
4031
+ "func": false,
4032
+ "value": "'default'"
4033
+ }
3708
4034
  }
4035
+ ],
4036
+ "sourceFiles": [
4037
+ "./src/components/skeleton/CdrSkeletonBone.vue"
3709
4038
  ]
3710
4039
  },
3711
4040
  "CdrSelect": {
@@ -4001,74 +4330,23 @@
4001
4330
  }
4002
4331
  ]
4003
4332
  },
4004
- "CdrRadio": {
4005
- "name": "CdrRadio",
4006
- "description": "Permits the selection of only one option from a list of two or more",
4333
+ "CdrSwitch": {
4334
+ "name": "CdrSwitch",
4335
+ "description": "Permits selection from two opposing options",
4007
4336
  "tags": {},
4008
4337
  "exportName": "default",
4009
- "displayName": "CdrRadio",
4338
+ "displayName": "CdrSwitch",
4010
4339
  "props": [
4011
4340
  {
4012
- "name": "labelClass",
4013
- "description": "Adds CSS class to the label for custom styles.",
4014
- "type": {
4015
- "name": "string"
4016
- }
4017
- },
4018
- {
4019
- "name": "inputClass",
4020
- "description": "Adds CSS class to the input for custom styles.",
4021
- "type": {
4022
- "name": "string"
4023
- }
4024
- },
4025
- {
4026
- "name": "contentClass",
4027
- "description": "Adds CSS class to the slot wrapper for custom styles.",
4028
- "type": {
4029
- "name": "string"
4030
- }
4031
- },
4032
- {
4033
- "name": "disabled",
4034
- "description": "Disables the radio",
4035
- "type": {
4036
- "name": "boolean"
4037
- }
4038
- },
4039
- {
4040
- "name": "name",
4041
- "description": "Sets the name of the radio button.",
4042
- "type": {
4043
- "name": "string"
4044
- },
4045
- "required": true
4046
- },
4047
- {
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
- ]
4057
- },
4058
- "values": [
4059
- "hide-figure"
4060
- ],
4341
+ "name": "id",
4342
+ "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
4061
4343
  "type": {
4062
4344
  "name": "string"
4063
- },
4064
- "defaultValue": {
4065
- "func": false,
4066
- "value": "''"
4067
4345
  }
4068
4346
  },
4069
4347
  {
4070
4348
  "name": "size",
4071
- "description": "Sets the radio size; values can target responsive breakpoints. Example `small@lg`",
4349
+ "description": "Sets the size of the switch",
4072
4350
  "tags": {
4073
4351
  "demoSelectMultiple": [
4074
4352
  {
@@ -4078,52 +4356,48 @@
4078
4356
  ]
4079
4357
  },
4080
4358
  "values": [
4081
- "small",
4082
4359
  "medium",
4083
4360
  "large"
4084
4361
  ],
4085
4362
  "type": {
4086
- "name": "sizeProps"
4087
- }
4088
- },
4089
- {
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"
4363
+ "name": "string"
4364
+ },
4365
+ "defaultValue": {
4366
+ "func": false,
4367
+ "value": "'medium'"
4099
4368
  }
4100
4369
  },
4101
4370
  {
4102
- "name": "customValue",
4103
- "description": "Sets the value of the radio.",
4371
+ "name": "fullWidth",
4372
+ "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
4104
4373
  "type": {
4105
- "name": "string|number|boolean|object|array|symbol|func"
4374
+ "name": "boolean"
4375
+ },
4376
+ "defaultValue": {
4377
+ "func": false,
4378
+ "value": false
4106
4379
  }
4107
4380
  },
4108
4381
  {
4109
4382
  "name": "modelValue",
4110
4383
  "tags": {
4111
- "ignore": [
4384
+ "demoIgnore": [
4112
4385
  {
4113
- "description": "v-model binding",
4114
- "title": "ignore"
4386
+ "description": "true",
4387
+ "title": "demoIgnore"
4115
4388
  }
4116
4389
  ]
4117
4390
  },
4118
4391
  "type": {
4119
- "name": "string|number|boolean|object|array|symbol|func"
4120
- }
4392
+ "name": "boolean"
4393
+ },
4394
+ "required": true
4121
4395
  }
4122
4396
  ],
4123
4397
  "events": [
4124
4398
  {
4125
4399
  "name": "update:modelValue",
4126
- "description": "Event emitted by v-model on the radio's <input> element",
4400
+ "description": "Event emitted by v-model on switch",
4127
4401
  "properties": [
4128
4402
  {
4129
4403
  "type": {
@@ -4147,136 +4421,139 @@
4147
4421
  ],
4148
4422
  "slots": [
4149
4423
  {
4150
- "name": "default"
4424
+ "name": "default",
4425
+ "description": "The label for the switch"
4151
4426
  }
4152
4427
  ],
4153
4428
  "sourceFiles": [
4154
- "./src/components/radio/CdrRadio.vue"
4429
+ "./src/components/switch/CdrSwitch.vue"
4155
4430
  ],
4156
4431
  "UIProperties": [
4157
4432
  {
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"
4433
+ "name": "--cdr-switch-border-color",
4434
+ "defaultValue": "--cdr-color-border-secondary",
4435
+ "description": "Border of the cdr-switch button"
4161
4436
  },
4162
4437
  {
4163
- "name": "--cdr-radio-background-color-selected",
4164
- "defaultValue": "--cdr-color-background-input-default-selected",
4165
- "description": "Background color of cdr-radio when selected"
4438
+ "name": "--cdr-switch-background-color",
4439
+ "defaultValue": "--cdr-color-background-switch-default-rest",
4440
+ "description": "Background color of the cdr-switch button"
4166
4441
  },
4167
4442
  {
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"
4443
+ "name": "--cdr-switch-icon-fill",
4444
+ "defaultValue": "--cdr-color-icon-default",
4445
+ "description": "Fill of the cdr-switch x and check icons"
4171
4446
  },
4172
4447
  {
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"
4448
+ "name": "--cdr-switch-box-shadow-color-focus",
4449
+ "defaultValue": "--cdr-color-border-secondary",
4450
+ "description": "Box-shadow of the cdr-switch button on focus"
4176
4451
  },
4177
4452
  {
4178
- "name": "--cdr-radio-background-color-hover",
4179
- "defaultValue": "--cdr-color-background-input-default-hover",
4180
- "description": "Background color of cdr-radio on hover"
4453
+ "name": "--cdr-switch-background-color-focus",
4454
+ "defaultValue": "--cdr-color-background-switch-default-focus",
4455
+ "description": "Background color of the cdr-switch button on focus"
4181
4456
  },
4182
4457
  {
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"
4458
+ "name": "--cdr-switch-icon-fill-focus",
4459
+ "defaultValue": "--cdr-color-icon-default",
4460
+ "description": "Fill of the cdr-switch x and check icons on focus"
4186
4461
  },
4187
4462
  {
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"
4463
+ "name": "--cdr-switch-handle-background-color-focus",
4464
+ "defaultValue": "--cdr-color-background-switch-handle-default-focus",
4465
+ "description": "Background color of the cdr-switch handle before on focus"
4191
4466
  },
4192
4467
  {
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"
4468
+ "name": "--cdr-switch-hover-border-color",
4469
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4470
+ "description": "Border of the cdr-switch button on hover when not in focus"
4196
4471
  },
4197
4472
  {
4198
- "name": "--cdr-radio-background-color-disabled",
4199
- "defaultValue": "--cdr-color-background-input-default-disabled",
4200
- "description": "Background color of cdr-radio when disabled"
4473
+ "name": "--cdr-switch-background-color-hover",
4474
+ "defaultValue": "--cdr-color-background-switch-default-hover",
4475
+ "description": "Background color of the cdr-switch button on hover when not in focus"
4201
4476
  },
4202
4477
  {
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"
4478
+ "name": "--cdr-switch-icon-fill-hover",
4479
+ "defaultValue": "--cdr-color-icon-emphasis",
4480
+ "description": "Fill of the cdr-switch x and check icons on hover when not in focus"
4206
4481
  },
4207
4482
  {
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"
4483
+ "name": "--cdr-switch-handle-border-color-hover",
4484
+ "defaultValue": "--cdr-color-border-switch-default-hover",
4485
+ "description": "Border of the cdr-switch handle on hover when not in focus"
4211
4486
  },
4212
4487
  {
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"
4488
+ "name": "--cdr-switch-background-color-checked",
4489
+ "defaultValue": "--cdr-color-background-switch-selected-default-rest",
4490
+ "description": "Background color of the cdr-switch button when it is checked"
4491
+ },
4492
+ {
4493
+ "name": "--cdr-switch-icon-fill-checked",
4494
+ "defaultValue": "--cdr-color-icon-switch-selected-default-rest",
4495
+ "description": "Fill of the cdr-switch x and check icons when it is checked"
4496
+ },
4497
+ {
4498
+ "name": "--cdr-switch-box-shadow-color-checked-focus",
4499
+ "defaultValue": "--cdr-color-border-secondary",
4500
+ "description": "Box-shadow of the cdr-switch button when it is checked and in focus"
4501
+ },
4502
+ {
4503
+ "name": "--cdr-switch-background-color-checked-focus",
4504
+ "defaultValue": "--cdr-color-background-switch-selected-default-focus",
4505
+ "description": "Background color of the cdr-switch button when it is checked and in focus"
4506
+ },
4507
+ {
4508
+ "name": "--cdr-switch-handle-border-color-checked-focus",
4509
+ "defaultValue": "--cdr-color-border-switch-handle-default-focus",
4510
+ "description": "Border of the cdr-switch handle when it is checked and in focus"
4511
+ },
4512
+ {
4513
+ "name": "--cdr-switch-handle-background-color-checked-focus",
4514
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-focus",
4515
+ "description": "Background color of the cdr-switch handle when it is checked and in focus"
4516
+ },
4517
+ {
4518
+ "name": "--cdr-switch-icon-fill-checked-focus",
4519
+ "defaultValue": "--cdr-color-icon-switch-selected-default-focus",
4520
+ "description": "Fill of the cdr-switch x and check icons when it is checked and in focus"
4521
+ },
4522
+ {
4523
+ "name": "--cdr-switch-handle-background-color-checked",
4524
+ "defaultValue": "--cdr-color-background-switch-handle-selected-default-rest",
4525
+ "description": "Background color of the cdr-switch handle when it is checked"
4216
4526
  },
4217
4527
  {
4218
- "name": "--cdr-radio-background-color-focus",
4219
- "defaultValue": "--cdr-color-background-input-default-focus",
4220
- "description": "Background color of cdr-radio on focus"
4528
+ "name": "--cdr-switch-border-color-checked-hover",
4529
+ "defaultValue": "--cdr-color-border-secondary",
4530
+ "description": "Border of the cdr-switch button when it is checked and on hover but not in focus"
4221
4531
  },
4222
4532
  {
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"
4533
+ "name": "--cdr-switch-background-color-checked-hover",
4534
+ "defaultValue": "--cdr-color-background-switch-selected-default-hover",
4535
+ "description": "Background color of the cdr-switch button when it is checked and on hover but not in focus"
4226
4536
  },
4227
4537
  {
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"
4538
+ "name": "--cdr-switch-icon-fill-checked-hover",
4539
+ "defaultValue": "--cdr-color-icon-switch-selected-default-hover",
4540
+ "description": "Fill of the cdr-switch x and check icons when it is checked and on hover but not in focus"
4231
4541
  },
4232
4542
  {
4233
- "name": "--cdr-radio-background-color-active",
4234
- "defaultValue": "--cdr-color-background-input-default-active",
4235
- "description": "Background color of cdr-radio when active"
4543
+ "name": "--cdr-switch-handle-border-color-checked-hover",
4544
+ "defaultValue": "--cdr-color-border-switch-handle-default-hover",
4545
+ "description": "Border of the cdr-switch handle when it is checked and on hover but not in focus"
4236
4546
  },
4237
4547
  {
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"
4241
- }
4242
- ]
4243
- },
4244
- "CdrSkeletonBone": {
4245
- "name": "CdrSkeletonBone",
4246
- "exportName": "default",
4247
- "displayName": "CdrSkeletonBone",
4248
- "description": "",
4249
- "tags": {},
4250
- "props": [
4548
+ "name": "--cdr-switch-handle-border",
4549
+ "defaultValue": "--cdr-color-border-secondary",
4550
+ "description": "Border color of the cdr-switch handle"
4551
+ },
4251
4552
  {
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
- ],
4269
- "type": {
4270
- "name": "string"
4271
- },
4272
- "defaultValue": {
4273
- "func": false,
4274
- "value": "'default'"
4275
- }
4553
+ "name": "--cdr-switch-handle-background-color-rest",
4554
+ "defaultValue": "--cdr-color-background-switch-handle-default-rest",
4555
+ "description": "Background color of the cdr-switch handle"
4276
4556
  }
4277
- ],
4278
- "sourceFiles": [
4279
- "./src/components/skeleton/CdrSkeletonBone.vue"
4280
4557
  ]
4281
4558
  },
4282
4559
  "CdrTable": {
@@ -4433,57 +4710,6 @@
4433
4710
  }
4434
4711
  ]
4435
4712
  },
4436
- "CdrSkeleton": {
4437
- "name": "CdrSkeleton",
4438
- "description": "Visually communicates content is in the process of loading",
4439
- "tags": {},
4440
- "exportName": "default",
4441
- "displayName": "CdrSkeleton",
4442
- "props": [
4443
- {
4444
- "name": "motion",
4445
- "description": "Toggle animation on/off.\nWhen `true`, animated gradient will be used while loading.\nWhen `false` a static background color will be used.\nAutomatically disabled if `prefers-reduced-motion` is set by user.",
4446
- "type": {
4447
- "name": "boolean"
4448
- },
4449
- "defaultValue": {
4450
- "func": false,
4451
- "value": true
4452
- }
4453
- }
4454
- ],
4455
- "slots": [
4456
- {
4457
- "name": "default",
4458
- "description": "CdrSkeleton content (CdrSkeletonBone components)"
4459
- }
4460
- ],
4461
- "sourceFiles": [
4462
- "./src/components/skeleton/CdrSkeleton.vue"
4463
- ],
4464
- "UIProperties": [
4465
- {
4466
- "name": "--cdr-skeleton-bone-background-color",
4467
- "defaultValue": "#edeae3",
4468
- "description": "Skeleton bone background color"
4469
- },
4470
- {
4471
- "name": "--cdr-skeleton-gradient-1",
4472
- "defaultValue": "rgba(237,234,227,1)",
4473
- "description": "Skeleton shimmer gradient part 1"
4474
- },
4475
- {
4476
- "name": "--cdr-skeleton-gradient-2",
4477
- "defaultValue": "rgba(249,248,240,1)",
4478
- "description": "Skeleton shimmer gradient part 2"
4479
- },
4480
- {
4481
- "name": "--cdr-skeleton-gradient-3",
4482
- "defaultValue": "rgba(237,234,227,1)",
4483
- "description": "Skeleton shimmer gradient part 3"
4484
- }
4485
- ]
4486
- },
4487
4713
  "CdrTabPanel": {
4488
4714
  "name": "CdrTabPanel",
4489
4715
  "exportName": "default",
@@ -4515,144 +4741,24 @@
4515
4741
  ],
4516
4742
  "events": [
4517
4743
  {
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": [
4545
- {
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.",
4548
- "type": {
4549
- "name": "string"
4550
- },
4551
- "defaultValue": {
4552
- "func": false,
4553
- "value": "'240px'"
4554
- }
4555
- },
4556
- {
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.",
4559
- "type": {
4560
- "name": "number"
4561
- },
4562
- "defaultValue": {
4563
- "func": false,
4564
- "value": "0"
4565
- }
4566
- },
4567
- {
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
- ],
4577
- "type": {
4578
- "name": "string"
4579
- }
4580
- },
4581
- {
4582
- "name": "size",
4583
- "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
4584
- "tags": {
4585
- "demoSelectMultiple": [
4586
- {
4587
- "description": "true",
4588
- "title": "demoSelectMultiple"
4589
- }
4590
- ]
4591
- },
4592
- "values": [
4593
- "small"
4594
- ],
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
- "type": {
4603
- "name": "string"
4604
- },
4605
- "defaultValue": {
4606
- "func": false,
4607
- "value": "CdrColorBackgroundPrimary"
4608
- }
4609
- }
4610
- ],
4611
- "slots": [
4612
- {
4613
- "name": "default",
4614
- "description": "CdrTabs content (CdrTabPanel components)"
4615
- }
4616
- ],
4617
- "sourceFiles": [
4618
- "./src/components/tabs/CdrTabs.vue"
4619
- ],
4620
- "UIProperties": [
4621
- {
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"
4625
- },
4626
- {
4627
- "name": "--cdr-tabs-tab-text-color",
4628
- "defaultValue": "--cdr-color-text-tab-rest",
4629
- "description": "Text color in a tab"
4630
- },
4631
- {
4632
- "name": "--cdr-tabs-tab-text-color-active",
4633
- "defaultValue": "--cdr-color-text-tab-active",
4634
- "description": "Text color of an active tab"
4635
- },
4636
- {
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"
4640
- },
4641
- {
4642
- "name": "--cdr-tabs-tab-text-color-disabled",
4643
- "defaultValue": "--cdr-color-text-tab-disabled",
4644
- "description": "Text color of a disabled tab"
4645
- },
4646
- {
4647
- "name": "--cdr-tabs-keyline-background-color",
4648
- "defaultValue": "--cdr-color-border-tab-keyline-active",
4649
- "description": "Background color of the cdr-tabs keyline"
4650
- },
4651
- {
4652
- "name": "--cdr-tabs-no-border-border-color",
4653
- "defaultValue": "transparent",
4654
- "description": "Border color of the cdr-tabs with no-border modifier"
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"
4655
4758
  }
4759
+ ],
4760
+ "sourceFiles": [
4761
+ "./src/components/tabs/CdrTabPanel.vue"
4656
4762
  ]
4657
4763
  },
4658
4764
  "CdrText": {
@@ -5046,229 +5152,123 @@
5046
5152
  }
5047
5153
  ]
5048
5154
  },
5049
- "CdrSwitch": {
5050
- "name": "CdrSwitch",
5051
- "description": "Permits selection from two opposing options",
5155
+ "CdrTabs": {
5156
+ "name": "CdrTabs",
5157
+ "description": "Organizes related content into groups for people to navigate between",
5052
5158
  "tags": {},
5053
5159
  "exportName": "default",
5054
- "displayName": "CdrSwitch",
5160
+ "displayName": "CdrTabs",
5055
5161
  "props": [
5056
5162
  {
5057
- "name": "id",
5058
- "description": "Sets a custom ID for the switch. If this value is not set, it will be auto-generated.",
5163
+ "name": "height",
5164
+ "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.",
5165
+ "type": {
5166
+ "name": "string"
5167
+ },
5168
+ "defaultValue": {
5169
+ "func": false,
5170
+ "value": "'240px'"
5171
+ }
5172
+ },
5173
+ {
5174
+ "name": "activeTab",
5175
+ "description": "Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed.",
5176
+ "type": {
5177
+ "name": "number"
5178
+ },
5179
+ "defaultValue": {
5180
+ "func": false,
5181
+ "value": "0"
5182
+ }
5183
+ },
5184
+ {
5185
+ "name": "modifier",
5186
+ "description": "Modifies the style variants for this component",
5187
+ "tags": {},
5188
+ "values": [
5189
+ "centered",
5190
+ "compact",
5191
+ "full-width",
5192
+ "no-border"
5193
+ ],
5059
5194
  "type": {
5060
5195
  "name": "string"
5061
5196
  }
5062
5197
  },
5063
5198
  {
5064
5199
  "name": "size",
5065
- "description": "Sets the size of the switch",
5200
+ "description": "Use `small` to reduce spacing around the tabs for a denser visual design",
5066
5201
  "tags": {
5067
5202
  "demoSelectMultiple": [
5068
5203
  {
5069
- "description": "false",
5204
+ "description": "true",
5070
5205
  "title": "demoSelectMultiple"
5071
5206
  }
5072
5207
  ]
5073
5208
  },
5074
5209
  "values": [
5075
- "medium",
5076
- "large"
5210
+ "small"
5077
5211
  ],
5078
5212
  "type": {
5079
5213
  "name": "string"
5080
- },
5081
- "defaultValue": {
5082
- "func": false,
5083
- "value": "'medium'"
5084
5214
  }
5085
5215
  },
5086
5216
  {
5087
- "name": "fullWidth",
5088
- "description": "Sets the label and switch to expand to the full width of its container with `space-between`",
5217
+ "name": "backgroundColor",
5218
+ "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.",
5089
5219
  "type": {
5090
- "name": "boolean"
5220
+ "name": "string"
5091
5221
  },
5092
5222
  "defaultValue": {
5093
5223
  "func": false,
5094
- "value": false
5224
+ "value": "CdrColorBackgroundPrimary"
5095
5225
  }
5096
- },
5097
- {
5098
- "name": "modelValue",
5099
- "tags": {
5100
- "demoIgnore": [
5101
- {
5102
- "description": "true",
5103
- "title": "demoIgnore"
5104
- }
5105
- ]
5106
- },
5107
- "type": {
5108
- "name": "boolean"
5109
- },
5110
- "required": true
5111
- }
5112
- ],
5113
- "events": [
5114
- {
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
- ]
5136
5226
  }
5137
5227
  ],
5138
5228
  "slots": [
5139
5229
  {
5140
5230
  "name": "default",
5141
- "description": "The label for the switch"
5231
+ "description": "CdrTabs content (CdrTabPanel components)"
5142
5232
  }
5143
5233
  ],
5144
5234
  "sourceFiles": [
5145
- "./src/components/switch/CdrSwitch.vue"
5235
+ "./src/components/tabs/CdrTabs.vue"
5146
5236
  ],
5147
5237
  "UIProperties": [
5148
5238
  {
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"
5162
- },
5163
- {
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"
5167
- },
5168
- {
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"
5172
- },
5173
- {
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"
5177
- },
5178
- {
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"
5182
- },
5183
- {
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"
5187
- },
5188
- {
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"
5192
- },
5193
- {
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"
5197
- },
5198
- {
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"
5202
- },
5203
- {
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"
5207
- },
5208
- {
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"
5212
- },
5213
- {
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"
5217
- },
5218
- {
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"
5222
- },
5223
- {
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"
5227
- },
5228
- {
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"
5232
- },
5233
- {
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"
5237
- },
5238
- {
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"
5239
+ "name": "--cdr-tabs-header-container-keyline-color",
5240
+ "defaultValue": "--cdr-color-border-tab-keyline-rest",
5241
+ "description": "Keyline color of the cdr-tabs header container"
5242
5242
  },
5243
5243
  {
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"
5244
+ "name": "--cdr-tabs-tab-text-color",
5245
+ "defaultValue": "--cdr-color-text-tab-rest",
5246
+ "description": "Text color in a tab"
5247
5247
  },
5248
5248
  {
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"
5249
+ "name": "--cdr-tabs-tab-text-color-active",
5250
+ "defaultValue": "--cdr-color-text-tab-active",
5251
+ "description": "Text color of an active tab"
5252
5252
  },
5253
5253
  {
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"
5254
+ "name": "--cdr-tabs-tab-text-color-interaction",
5255
+ "defaultValue": "--cdr-color-text-tab-hover",
5256
+ "description": "Text color of a tab on active, focus, or hover"
5257
5257
  },
5258
5258
  {
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"
5259
+ "name": "--cdr-tabs-tab-text-color-disabled",
5260
+ "defaultValue": "--cdr-color-text-tab-disabled",
5261
+ "description": "Text color of a disabled tab"
5262
5262
  },
5263
5263
  {
5264
- "name": "--cdr-switch-handle-border",
5265
- "defaultValue": "--cdr-color-border-secondary",
5266
- "description": "Border color of the cdr-switch handle"
5264
+ "name": "--cdr-tabs-keyline-background-color",
5265
+ "defaultValue": "--cdr-color-border-tab-keyline-active",
5266
+ "description": "Background color of the cdr-tabs keyline"
5267
5267
  },
5268
5268
  {
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"
5269
+ "name": "--cdr-tabs-no-border-border-color",
5270
+ "defaultValue": "transparent",
5271
+ "description": "Border color of the cdr-tabs with no-border modifier"
5272
5272
  }
5273
5273
  ]
5274
5274
  },