@rei/cedar 14.0.2-alpha.5 → 14.0.2-alpha.6

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 (571) hide show
  1. package/dist/cedar-compiled.css +1050 -1050
  2. package/dist/cedar.umd.js +5 -5
  3. package/dist/component-docgen.json +771 -771
  4. package/dist/components/breadcrumb/CdrBreadcrumb.vue.d.ts +1 -1
  5. package/dist/icon-component-docgen.json +498 -498
  6. package/dist/lib.mjs +7503 -0
  7. package/dist/style/cdr-accordion-group.css +1 -1
  8. package/dist/style/cdr-accordion.css +1 -1
  9. package/dist/style/cdr-banner.css +1 -1
  10. package/dist/style/cdr-breadcrumb.css +1 -1
  11. package/dist/style/cdr-button.css +1 -1
  12. package/dist/style/cdr-caption.css +1 -1
  13. package/dist/style/cdr-card.css +1 -1
  14. package/dist/style/cdr-checkbox.css +1 -1
  15. package/dist/style/cdr-chip-group.css +1 -1
  16. package/dist/style/cdr-chip.css +1 -1
  17. package/dist/style/cdr-container.css +1 -1
  18. package/dist/style/cdr-form-error.css +1 -1
  19. package/dist/style/cdr-form-group.css +1 -1
  20. package/dist/style/cdr-grid.css +1 -1
  21. package/dist/style/cdr-icon.css +1 -1
  22. package/dist/style/cdr-img.css +1 -1
  23. package/dist/style/cdr-input.css +1 -1
  24. package/dist/style/cdr-label-standalone.css +1 -1
  25. package/dist/style/cdr-label-wrapper.css +1 -1
  26. package/dist/style/cdr-link.css +1 -1
  27. package/dist/style/cdr-list.css +1 -1
  28. package/dist/style/cdr-modal.css +1 -1
  29. package/dist/style/cdr-pagination.css +1 -1
  30. package/dist/style/cdr-popover.css +1 -1
  31. package/dist/style/cdr-popup.css +1 -1
  32. package/dist/style/cdr-quote.css +1 -1
  33. package/dist/style/cdr-radio.css +1 -1
  34. package/dist/style/cdr-rating.css +1 -1
  35. package/dist/style/cdr-select.css +1 -1
  36. package/dist/style/cdr-skeleton-bone.css +1 -1
  37. package/dist/style/cdr-skeleton.css +1 -1
  38. package/dist/style/cdr-switch.css +1 -1
  39. package/dist/style/cdr-tab-panel.css +1 -1
  40. package/dist/style/cdr-table.css +1 -1
  41. package/dist/style/cdr-tabs.css +1 -1
  42. package/dist/style/cdr-text.css +1 -1
  43. package/dist/style/cdr-toast.css +1 -1
  44. package/dist/style/cdr-toggle-button.css +1 -1
  45. package/dist/style/cdr-toggle-group.css +1 -1
  46. package/dist/style/cdr-tooltip.css +1 -1
  47. package/dist/style.css +1 -1
  48. package/package.json +1 -1
  49. package/dist/_virtual/_plugin-vue_export-helper.mjs +0 -9
  50. package/dist/node_modules/@rei/cdr-tokens/dist/rei-dot-com/js/cdr-tokens.mjs +0 -10
  51. package/dist/src/components/accordion/CdrAccordion.vue.mjs +0 -9
  52. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +0 -133
  53. package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +0 -9
  54. package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +0 -72
  55. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +0 -34
  56. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +0 -7
  57. package/dist/src/components/accordion/symbols.mjs +0 -4
  58. package/dist/src/components/banner/CdrBanner.vue.mjs +0 -9
  59. package/dist/src/components/banner/CdrBanner.vue2.mjs +0 -45
  60. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +0 -19
  61. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +0 -9
  62. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +0 -103
  63. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +0 -12
  64. package/dist/src/components/button/CdrButton.vue.mjs +0 -9
  65. package/dist/src/components/button/CdrButton.vue2.mjs +0 -85
  66. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +0 -36
  67. package/dist/src/components/caption/CdrCaption.vue.mjs +0 -9
  68. package/dist/src/components/caption/CdrCaption.vue2.mjs +0 -36
  69. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +0 -7
  70. package/dist/src/components/card/CdrCard.vue.mjs +0 -9
  71. package/dist/src/components/card/CdrCard.vue2.mjs +0 -24
  72. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +0 -6
  73. package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +0 -9
  74. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +0 -147
  75. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +0 -32
  76. package/dist/src/components/chip/CdrChip.vue.mjs +0 -9
  77. package/dist/src/components/chip/CdrChip.vue2.mjs +0 -22
  78. package/dist/src/components/chip/CdrChipGroup.vue.mjs +0 -9
  79. package/dist/src/components/chip/CdrChipGroup.vue2.mjs +0 -73
  80. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +0 -9
  81. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +0 -9
  82. package/dist/src/components/container/CdrContainer.vue.mjs +0 -9
  83. package/dist/src/components/container/CdrContainer.vue2.mjs +0 -36
  84. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +0 -7
  85. package/dist/src/components/formError/CdrFormError.vue.mjs +0 -9
  86. package/dist/src/components/formError/CdrFormError.vue2.mjs +0 -24
  87. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +0 -7
  88. package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +0 -9
  89. package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +0 -68
  90. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +0 -13
  91. package/dist/src/components/grid/CdrGrid.vue.mjs +0 -9
  92. package/dist/src/components/grid/CdrGrid.vue2.mjs +0 -37
  93. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +0 -26
  94. package/dist/src/components/icon/CdrIcon.vue.mjs +0 -9
  95. package/dist/src/components/icon/CdrIcon.vue2.mjs +0 -46
  96. package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +0 -23
  97. package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +0 -4
  98. package/dist/src/components/icon/comps/account-profile.vue.mjs +0 -23
  99. package/dist/src/components/icon/comps/account-profile.vue2.mjs +0 -4
  100. package/dist/src/components/icon/comps/arrow-down.vue.mjs +0 -23
  101. package/dist/src/components/icon/comps/arrow-down.vue2.mjs +0 -4
  102. package/dist/src/components/icon/comps/arrow-left.vue.mjs +0 -23
  103. package/dist/src/components/icon/comps/arrow-left.vue2.mjs +0 -4
  104. package/dist/src/components/icon/comps/arrow-right.vue.mjs +0 -23
  105. package/dist/src/components/icon/comps/arrow-right.vue2.mjs +0 -4
  106. package/dist/src/components/icon/comps/arrow-up.vue.mjs +0 -23
  107. package/dist/src/components/icon/comps/arrow-up.vue2.mjs +0 -4
  108. package/dist/src/components/icon/comps/atv.vue.mjs +0 -23
  109. package/dist/src/components/icon/comps/atv.vue2.mjs +0 -4
  110. package/dist/src/components/icon/comps/bed-outline.vue.mjs +0 -23
  111. package/dist/src/components/icon/comps/bed-outline.vue2.mjs +0 -4
  112. package/dist/src/components/icon/comps/bike-shop.vue.mjs +0 -23
  113. package/dist/src/components/icon/comps/bike-shop.vue2.mjs +0 -4
  114. package/dist/src/components/icon/comps/binoculars.vue.mjs +0 -23
  115. package/dist/src/components/icon/comps/binoculars.vue2.mjs +0 -4
  116. package/dist/src/components/icon/comps/birding.vue.mjs +0 -23
  117. package/dist/src/components/icon/comps/birding.vue2.mjs +0 -4
  118. package/dist/src/components/icon/comps/boat.vue.mjs +0 -23
  119. package/dist/src/components/icon/comps/boat.vue2.mjs +0 -4
  120. package/dist/src/components/icon/comps/boating.vue.mjs +0 -23
  121. package/dist/src/components/icon/comps/boating.vue2.mjs +0 -4
  122. package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +0 -23
  123. package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +0 -4
  124. package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +0 -23
  125. package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +0 -4
  126. package/dist/src/components/icon/comps/brand-abstract.vue.mjs +0 -23
  127. package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +0 -4
  128. package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +0 -23
  129. package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +0 -4
  130. package/dist/src/components/icon/comps/brand-github.vue.mjs +0 -23
  131. package/dist/src/components/icon/comps/brand-github.vue2.mjs +0 -4
  132. package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +0 -23
  133. package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +0 -4
  134. package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +0 -23
  135. package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +0 -4
  136. package/dist/src/components/icon/comps/brand-sketch.vue.mjs +0 -23
  137. package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +0 -4
  138. package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +0 -24
  139. package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +0 -4
  140. package/dist/src/components/icon/comps/buddies.vue.mjs +0 -23
  141. package/dist/src/components/icon/comps/buddies.vue2.mjs +0 -4
  142. package/dist/src/components/icon/comps/bus.vue.mjs +0 -23
  143. package/dist/src/components/icon/comps/bus.vue2.mjs +0 -4
  144. package/dist/src/components/icon/comps/calendar.vue.mjs +0 -23
  145. package/dist/src/components/icon/comps/calendar.vue2.mjs +0 -4
  146. package/dist/src/components/icon/comps/camera.vue.mjs +0 -23
  147. package/dist/src/components/icon/comps/camera.vue2.mjs +0 -4
  148. package/dist/src/components/icon/comps/canoe.vue.mjs +0 -23
  149. package/dist/src/components/icon/comps/canoe.vue2.mjs +0 -4
  150. package/dist/src/components/icon/comps/car.vue.mjs +0 -23
  151. package/dist/src/components/icon/comps/car.vue2.mjs +0 -4
  152. package/dist/src/components/icon/comps/caret-down.vue.mjs +0 -23
  153. package/dist/src/components/icon/comps/caret-down.vue2.mjs +0 -4
  154. package/dist/src/components/icon/comps/caret-left.vue.mjs +0 -23
  155. package/dist/src/components/icon/comps/caret-left.vue2.mjs +0 -4
  156. package/dist/src/components/icon/comps/caret-right.vue.mjs +0 -23
  157. package/dist/src/components/icon/comps/caret-right.vue2.mjs +0 -4
  158. package/dist/src/components/icon/comps/caret-up.vue.mjs +0 -23
  159. package/dist/src/components/icon/comps/caret-up.vue2.mjs +0 -4
  160. package/dist/src/components/icon/comps/cart-fill.vue.mjs +0 -23
  161. package/dist/src/components/icon/comps/cart-fill.vue2.mjs +0 -4
  162. package/dist/src/components/icon/comps/cart.vue.mjs +0 -23
  163. package/dist/src/components/icon/comps/cart.vue2.mjs +0 -4
  164. package/dist/src/components/icon/comps/chain-link.vue.mjs +0 -23
  165. package/dist/src/components/icon/comps/chain-link.vue2.mjs +0 -4
  166. package/dist/src/components/icon/comps/chat.vue.mjs +0 -23
  167. package/dist/src/components/icon/comps/chat.vue2.mjs +0 -4
  168. package/dist/src/components/icon/comps/check-fill.vue.mjs +0 -23
  169. package/dist/src/components/icon/comps/check-fill.vue2.mjs +0 -4
  170. package/dist/src/components/icon/comps/check-lg.vue.mjs +0 -23
  171. package/dist/src/components/icon/comps/check-lg.vue2.mjs +0 -4
  172. package/dist/src/components/icon/comps/check-sm.vue.mjs +0 -23
  173. package/dist/src/components/icon/comps/check-sm.vue2.mjs +0 -4
  174. package/dist/src/components/icon/comps/check-stroke.vue.mjs +0 -23
  175. package/dist/src/components/icon/comps/check-stroke.vue2.mjs +0 -4
  176. package/dist/src/components/icon/comps/climb.vue.mjs +0 -23
  177. package/dist/src/components/icon/comps/climb.vue2.mjs +0 -4
  178. package/dist/src/components/icon/comps/clipboard.vue.mjs +0 -23
  179. package/dist/src/components/icon/comps/clipboard.vue2.mjs +0 -4
  180. package/dist/src/components/icon/comps/clock.vue.mjs +0 -23
  181. package/dist/src/components/icon/comps/clock.vue2.mjs +0 -4
  182. package/dist/src/components/icon/comps/code-html.vue.mjs +0 -23
  183. package/dist/src/components/icon/comps/code-html.vue2.mjs +0 -4
  184. package/dist/src/components/icon/comps/code-js.vue.mjs +0 -23
  185. package/dist/src/components/icon/comps/code-js.vue2.mjs +0 -4
  186. package/dist/src/components/icon/comps/compass.vue.mjs +0 -23
  187. package/dist/src/components/icon/comps/compass.vue2.mjs +0 -4
  188. package/dist/src/components/icon/comps/copy.vue.mjs +0 -23
  189. package/dist/src/components/icon/comps/copy.vue2.mjs +0 -4
  190. package/dist/src/components/icon/comps/coupon-fill.vue.mjs +0 -23
  191. package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +0 -4
  192. package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +0 -23
  193. package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +0 -4
  194. package/dist/src/components/icon/comps/credit-card.vue.mjs +0 -23
  195. package/dist/src/components/icon/comps/credit-card.vue2.mjs +0 -4
  196. package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +0 -23
  197. package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +0 -4
  198. package/dist/src/components/icon/comps/day.vue.mjs +0 -23
  199. package/dist/src/components/icon/comps/day.vue2.mjs +0 -4
  200. package/dist/src/components/icon/comps/diving.vue.mjs +0 -23
  201. package/dist/src/components/icon/comps/diving.vue2.mjs +0 -4
  202. package/dist/src/components/icon/comps/dog.vue.mjs +0 -23
  203. package/dist/src/components/icon/comps/dog.vue2.mjs +0 -4
  204. package/dist/src/components/icon/comps/download.vue.mjs +0 -23
  205. package/dist/src/components/icon/comps/download.vue2.mjs +0 -4
  206. package/dist/src/components/icon/comps/duplicate.vue.mjs +0 -24
  207. package/dist/src/components/icon/comps/duplicate.vue2.mjs +0 -4
  208. package/dist/src/components/icon/comps/edit.vue.mjs +0 -23
  209. package/dist/src/components/icon/comps/edit.vue2.mjs +0 -4
  210. package/dist/src/components/icon/comps/elevation.vue.mjs +0 -23
  211. package/dist/src/components/icon/comps/elevation.vue2.mjs +0 -4
  212. package/dist/src/components/icon/comps/error-fill.vue.mjs +0 -25
  213. package/dist/src/components/icon/comps/error-fill.vue2.mjs +0 -4
  214. package/dist/src/components/icon/comps/error-stroke.vue.mjs +0 -27
  215. package/dist/src/components/icon/comps/error-stroke.vue2.mjs +0 -4
  216. package/dist/src/components/icon/comps/expand.vue.mjs +0 -23
  217. package/dist/src/components/icon/comps/expand.vue2.mjs +0 -4
  218. package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +0 -23
  219. package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +0 -4
  220. package/dist/src/components/icon/comps/experiences-camping.vue.mjs +0 -23
  221. package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +0 -4
  222. package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +0 -23
  223. package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +0 -4
  224. package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +0 -23
  225. package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +0 -4
  226. package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +0 -23
  227. package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +0 -4
  228. package/dist/src/components/icon/comps/experiences-family.vue.mjs +0 -23
  229. package/dist/src/components/icon/comps/experiences-family.vue2.mjs +0 -4
  230. package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +0 -23
  231. package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +0 -4
  232. package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +0 -23
  233. package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +0 -4
  234. package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +0 -23
  235. package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +0 -4
  236. package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +0 -23
  237. package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +0 -4
  238. package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +0 -23
  239. package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +0 -4
  240. package/dist/src/components/icon/comps/experiences-running.vue.mjs +0 -24
  241. package/dist/src/components/icon/comps/experiences-running.vue2.mjs +0 -4
  242. package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +0 -23
  243. package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +0 -4
  244. package/dist/src/components/icon/comps/experiences-travel.vue.mjs +0 -23
  245. package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +0 -4
  246. package/dist/src/components/icon/comps/external-link-alt.vue.mjs +0 -24
  247. package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +0 -4
  248. package/dist/src/components/icon/comps/external-link.vue.mjs +0 -23
  249. package/dist/src/components/icon/comps/external-link.vue2.mjs +0 -4
  250. package/dist/src/components/icon/comps/eye-hide.vue.mjs +0 -23
  251. package/dist/src/components/icon/comps/eye-hide.vue2.mjs +0 -4
  252. package/dist/src/components/icon/comps/eye-show.vue.mjs +0 -23
  253. package/dist/src/components/icon/comps/eye-show.vue2.mjs +0 -4
  254. package/dist/src/components/icon/comps/facebook.vue.mjs +0 -23
  255. package/dist/src/components/icon/comps/facebook.vue2.mjs +0 -4
  256. package/dist/src/components/icon/comps/filter-alt.vue.mjs +0 -23
  257. package/dist/src/components/icon/comps/filter-alt.vue2.mjs +0 -4
  258. package/dist/src/components/icon/comps/filter.vue.mjs +0 -23
  259. package/dist/src/components/icon/comps/filter.vue2.mjs +0 -4
  260. package/dist/src/components/icon/comps/find-location.vue.mjs +0 -23
  261. package/dist/src/components/icon/comps/find-location.vue2.mjs +0 -4
  262. package/dist/src/components/icon/comps/fire.vue.mjs +0 -23
  263. package/dist/src/components/icon/comps/fire.vue2.mjs +0 -4
  264. package/dist/src/components/icon/comps/fishing.vue.mjs +0 -23
  265. package/dist/src/components/icon/comps/fishing.vue2.mjs +0 -4
  266. package/dist/src/components/icon/comps/free-product.vue.mjs +0 -23
  267. package/dist/src/components/icon/comps/free-product.vue2.mjs +0 -4
  268. package/dist/src/components/icon/comps/grid-view.vue.mjs +0 -23
  269. package/dist/src/components/icon/comps/grid-view.vue2.mjs +0 -4
  270. package/dist/src/components/icon/comps/heart-fill.vue.mjs +0 -23
  271. package/dist/src/components/icon/comps/heart-fill.vue2.mjs +0 -4
  272. package/dist/src/components/icon/comps/heart-stroke.vue.mjs +0 -23
  273. package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +0 -4
  274. package/dist/src/components/icon/comps/hike.vue.mjs +0 -23
  275. package/dist/src/components/icon/comps/hike.vue2.mjs +0 -4
  276. package/dist/src/components/icon/comps/history.vue.mjs +0 -23
  277. package/dist/src/components/icon/comps/history.vue2.mjs +0 -4
  278. package/dist/src/components/icon/comps/home.vue.mjs +0 -23
  279. package/dist/src/components/icon/comps/home.vue2.mjs +0 -4
  280. package/dist/src/components/icon/comps/horse.vue.mjs +0 -23
  281. package/dist/src/components/icon/comps/horse.vue2.mjs +0 -4
  282. package/dist/src/components/icon/comps/horseshoe.vue.mjs +0 -23
  283. package/dist/src/components/icon/comps/horseshoe.vue2.mjs +0 -4
  284. package/dist/src/components/icon/comps/image.vue.mjs +0 -23
  285. package/dist/src/components/icon/comps/image.vue2.mjs +0 -4
  286. package/dist/src/components/icon/comps/information-fill.vue.mjs +0 -23
  287. package/dist/src/components/icon/comps/information-fill.vue2.mjs +0 -4
  288. package/dist/src/components/icon/comps/information-stroke.vue.mjs +0 -23
  289. package/dist/src/components/icon/comps/information-stroke.vue2.mjs +0 -4
  290. package/dist/src/components/icon/comps/instagram.vue.mjs +0 -23
  291. package/dist/src/components/icon/comps/instagram.vue2.mjs +0 -4
  292. package/dist/src/components/icon/comps/kayak.vue.mjs +0 -23
  293. package/dist/src/components/icon/comps/kayak.vue2.mjs +0 -4
  294. package/dist/src/components/icon/comps/link-alt.vue.mjs +0 -24
  295. package/dist/src/components/icon/comps/link-alt.vue2.mjs +0 -4
  296. package/dist/src/components/icon/comps/list-ragged.vue.mjs +0 -23
  297. package/dist/src/components/icon/comps/list-ragged.vue2.mjs +0 -4
  298. package/dist/src/components/icon/comps/list-view.vue.mjs +0 -23
  299. package/dist/src/components/icon/comps/list-view.vue2.mjs +0 -4
  300. package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +0 -23
  301. package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +0 -4
  302. package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +0 -23
  303. package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +0 -4
  304. package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +0 -23
  305. package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +0 -4
  306. package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +0 -23
  307. package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +0 -4
  308. package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +0 -23
  309. package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +0 -4
  310. package/dist/src/components/icon/comps/mail.vue.mjs +0 -23
  311. package/dist/src/components/icon/comps/mail.vue2.mjs +0 -4
  312. package/dist/src/components/icon/comps/map.vue.mjs +0 -23
  313. package/dist/src/components/icon/comps/map.vue2.mjs +0 -4
  314. package/dist/src/components/icon/comps/member-card.vue.mjs +0 -23
  315. package/dist/src/components/icon/comps/member-card.vue2.mjs +0 -4
  316. package/dist/src/components/icon/comps/membership.vue.mjs +0 -24
  317. package/dist/src/components/icon/comps/membership.vue2.mjs +0 -4
  318. package/dist/src/components/icon/comps/microphone.vue.mjs +0 -23
  319. package/dist/src/components/icon/comps/microphone.vue2.mjs +0 -4
  320. package/dist/src/components/icon/comps/minus-fill.vue.mjs +0 -23
  321. package/dist/src/components/icon/comps/minus-fill.vue2.mjs +0 -4
  322. package/dist/src/components/icon/comps/minus-lg.vue.mjs +0 -23
  323. package/dist/src/components/icon/comps/minus-lg.vue2.mjs +0 -4
  324. package/dist/src/components/icon/comps/minus-sm.vue.mjs +0 -23
  325. package/dist/src/components/icon/comps/minus-sm.vue2.mjs +0 -4
  326. package/dist/src/components/icon/comps/minus-stroke.vue.mjs +0 -23
  327. package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +0 -4
  328. package/dist/src/components/icon/comps/more-functions.vue.mjs +0 -23
  329. package/dist/src/components/icon/comps/more-functions.vue2.mjs +0 -4
  330. package/dist/src/components/icon/comps/my-location.vue.mjs +0 -23
  331. package/dist/src/components/icon/comps/my-location.vue2.mjs +0 -4
  332. package/dist/src/components/icon/comps/navigation-menu.vue.mjs +0 -23
  333. package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +0 -4
  334. package/dist/src/components/icon/comps/night.vue.mjs +0 -23
  335. package/dist/src/components/icon/comps/night.vue2.mjs +0 -4
  336. package/dist/src/components/icon/comps/paddle.vue.mjs +0 -23
  337. package/dist/src/components/icon/comps/paddle.vue2.mjs +0 -4
  338. package/dist/src/components/icon/comps/pause-fill.vue.mjs +0 -23
  339. package/dist/src/components/icon/comps/pause-fill.vue2.mjs +0 -4
  340. package/dist/src/components/icon/comps/pause-stroke.vue.mjs +0 -23
  341. package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +0 -4
  342. package/dist/src/components/icon/comps/pause.vue.mjs +0 -23
  343. package/dist/src/components/icon/comps/pause.vue2.mjs +0 -4
  344. package/dist/src/components/icon/comps/photography.vue.mjs +0 -23
  345. package/dist/src/components/icon/comps/photography.vue2.mjs +0 -4
  346. package/dist/src/components/icon/comps/picnic.vue.mjs +0 -23
  347. package/dist/src/components/icon/comps/picnic.vue2.mjs +0 -4
  348. package/dist/src/components/icon/comps/pinterest.vue.mjs +0 -23
  349. package/dist/src/components/icon/comps/pinterest.vue2.mjs +0 -4
  350. package/dist/src/components/icon/comps/plane.vue.mjs +0 -23
  351. package/dist/src/components/icon/comps/plane.vue2.mjs +0 -4
  352. package/dist/src/components/icon/comps/play-fill.vue.mjs +0 -23
  353. package/dist/src/components/icon/comps/play-fill.vue2.mjs +0 -4
  354. package/dist/src/components/icon/comps/play-stroke.vue.mjs +0 -23
  355. package/dist/src/components/icon/comps/play-stroke.vue2.mjs +0 -4
  356. package/dist/src/components/icon/comps/play.vue.mjs +0 -23
  357. package/dist/src/components/icon/comps/play.vue2.mjs +0 -4
  358. package/dist/src/components/icon/comps/playground.vue.mjs +0 -23
  359. package/dist/src/components/icon/comps/playground.vue2.mjs +0 -4
  360. package/dist/src/components/icon/comps/plugin.vue.mjs +0 -23
  361. package/dist/src/components/icon/comps/plugin.vue2.mjs +0 -4
  362. package/dist/src/components/icon/comps/plus-fill.vue.mjs +0 -23
  363. package/dist/src/components/icon/comps/plus-fill.vue2.mjs +0 -4
  364. package/dist/src/components/icon/comps/plus-lg.vue.mjs +0 -23
  365. package/dist/src/components/icon/comps/plus-lg.vue2.mjs +0 -4
  366. package/dist/src/components/icon/comps/plus-sm.vue.mjs +0 -23
  367. package/dist/src/components/icon/comps/plus-sm.vue2.mjs +0 -4
  368. package/dist/src/components/icon/comps/plus-stroke.vue.mjs +0 -23
  369. package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +0 -4
  370. package/dist/src/components/icon/comps/print.vue.mjs +0 -23
  371. package/dist/src/components/icon/comps/print.vue2.mjs +0 -4
  372. package/dist/src/components/icon/comps/protection-fill.vue.mjs +0 -23
  373. package/dist/src/components/icon/comps/protection-fill.vue2.mjs +0 -4
  374. package/dist/src/components/icon/comps/protection-stroke.vue.mjs +0 -23
  375. package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +0 -4
  376. package/dist/src/components/icon/comps/question-fill.vue.mjs +0 -23
  377. package/dist/src/components/icon/comps/question-fill.vue2.mjs +0 -4
  378. package/dist/src/components/icon/comps/question-stroke.vue.mjs +0 -23
  379. package/dist/src/components/icon/comps/question-stroke.vue2.mjs +0 -4
  380. package/dist/src/components/icon/comps/refresh.vue.mjs +0 -23
  381. package/dist/src/components/icon/comps/refresh.vue2.mjs +0 -4
  382. package/dist/src/components/icon/comps/reload.vue.mjs +0 -23
  383. package/dist/src/components/icon/comps/reload.vue2.mjs +0 -4
  384. package/dist/src/components/icon/comps/returns.vue.mjs +0 -24
  385. package/dist/src/components/icon/comps/returns.vue2.mjs +0 -4
  386. package/dist/src/components/icon/comps/run.vue.mjs +0 -23
  387. package/dist/src/components/icon/comps/run.vue2.mjs +0 -4
  388. package/dist/src/components/icon/comps/scan-barcode.vue.mjs +0 -23
  389. package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +0 -4
  390. package/dist/src/components/icon/comps/search.vue.mjs +0 -23
  391. package/dist/src/components/icon/comps/search.vue2.mjs +0 -4
  392. package/dist/src/components/icon/comps/service-shop.vue.mjs +0 -23
  393. package/dist/src/components/icon/comps/service-shop.vue2.mjs +0 -4
  394. package/dist/src/components/icon/comps/shipping-prep.vue.mjs +0 -24
  395. package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +0 -4
  396. package/dist/src/components/icon/comps/shipping-truck.vue.mjs +0 -24
  397. package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +0 -4
  398. package/dist/src/components/icon/comps/shipping.vue.mjs +0 -23
  399. package/dist/src/components/icon/comps/shipping.vue2.mjs +0 -4
  400. package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +0 -23
  401. package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +0 -4
  402. package/dist/src/components/icon/comps/shopping-bag.vue.mjs +0 -23
  403. package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +0 -4
  404. package/dist/src/components/icon/comps/shrink.vue.mjs +0 -23
  405. package/dist/src/components/icon/comps/shrink.vue2.mjs +0 -4
  406. package/dist/src/components/icon/comps/size-chart.vue.mjs +0 -23
  407. package/dist/src/components/icon/comps/size-chart.vue2.mjs +0 -4
  408. package/dist/src/components/icon/comps/ski-boot.vue.mjs +0 -23
  409. package/dist/src/components/icon/comps/ski-boot.vue2.mjs +0 -4
  410. package/dist/src/components/icon/comps/ski.vue.mjs +0 -23
  411. package/dist/src/components/icon/comps/ski.vue2.mjs +0 -4
  412. package/dist/src/components/icon/comps/snow-shop.vue.mjs +0 -23
  413. package/dist/src/components/icon/comps/snow-shop.vue2.mjs +0 -4
  414. package/dist/src/components/icon/comps/snow.vue.mjs +0 -23
  415. package/dist/src/components/icon/comps/snow.vue2.mjs +0 -4
  416. package/dist/src/components/icon/comps/sort.vue.mjs +0 -23
  417. package/dist/src/components/icon/comps/sort.vue2.mjs +0 -4
  418. package/dist/src/components/icon/comps/star-100.vue.mjs +0 -23
  419. package/dist/src/components/icon/comps/star-100.vue2.mjs +0 -4
  420. package/dist/src/components/icon/comps/star-25.vue.mjs +0 -23
  421. package/dist/src/components/icon/comps/star-25.vue2.mjs +0 -4
  422. package/dist/src/components/icon/comps/star-50.vue.mjs +0 -23
  423. package/dist/src/components/icon/comps/star-50.vue2.mjs +0 -4
  424. package/dist/src/components/icon/comps/star-75.vue.mjs +0 -23
  425. package/dist/src/components/icon/comps/star-75.vue2.mjs +0 -4
  426. package/dist/src/components/icon/comps/star-stroke.vue.mjs +0 -23
  427. package/dist/src/components/icon/comps/star-stroke.vue2.mjs +0 -4
  428. package/dist/src/components/icon/comps/storefront.vue.mjs +0 -23
  429. package/dist/src/components/icon/comps/storefront.vue2.mjs +0 -4
  430. package/dist/src/components/icon/comps/swim.vue.mjs +0 -23
  431. package/dist/src/components/icon/comps/swim.vue2.mjs +0 -4
  432. package/dist/src/components/icon/comps/telephone.vue.mjs +0 -23
  433. package/dist/src/components/icon/comps/telephone.vue2.mjs +0 -4
  434. package/dist/src/components/icon/comps/tent.vue.mjs +0 -23
  435. package/dist/src/components/icon/comps/tent.vue2.mjs +0 -4
  436. package/dist/src/components/icon/comps/trash.vue.mjs +0 -23
  437. package/dist/src/components/icon/comps/trash.vue2.mjs +0 -4
  438. package/dist/src/components/icon/comps/twitter.vue.mjs +0 -23
  439. package/dist/src/components/icon/comps/twitter.vue2.mjs +0 -4
  440. package/dist/src/components/icon/comps/upload.vue.mjs +0 -23
  441. package/dist/src/components/icon/comps/upload.vue2.mjs +0 -4
  442. package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +0 -23
  443. package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +0 -4
  444. package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +0 -23
  445. package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +0 -4
  446. package/dist/src/components/icon/comps/warning-fill.vue.mjs +0 -23
  447. package/dist/src/components/icon/comps/warning-fill.vue2.mjs +0 -4
  448. package/dist/src/components/icon/comps/warning-stroke.vue.mjs +0 -23
  449. package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +0 -4
  450. package/dist/src/components/icon/comps/water.vue.mjs +0 -23
  451. package/dist/src/components/icon/comps/water.vue2.mjs +0 -4
  452. package/dist/src/components/icon/comps/wilderness.vue.mjs +0 -23
  453. package/dist/src/components/icon/comps/wilderness.vue2.mjs +0 -4
  454. package/dist/src/components/icon/comps/x-fill.vue.mjs +0 -23
  455. package/dist/src/components/icon/comps/x-fill.vue2.mjs +0 -4
  456. package/dist/src/components/icon/comps/x-lg.vue.mjs +0 -23
  457. package/dist/src/components/icon/comps/x-lg.vue2.mjs +0 -4
  458. package/dist/src/components/icon/comps/x-sm.vue.mjs +0 -23
  459. package/dist/src/components/icon/comps/x-sm.vue2.mjs +0 -4
  460. package/dist/src/components/icon/comps/x-stroke.vue.mjs +0 -23
  461. package/dist/src/components/icon/comps/x-stroke.vue2.mjs +0 -4
  462. package/dist/src/components/icon/comps/youtube.vue.mjs +0 -23
  463. package/dist/src/components/icon/comps/youtube.vue2.mjs +0 -4
  464. package/dist/src/components/icon/comps/zoom-in.vue.mjs +0 -23
  465. package/dist/src/components/icon/comps/zoom-in.vue2.mjs +0 -4
  466. package/dist/src/components/icon/comps/zoom-out.vue.mjs +0 -23
  467. package/dist/src/components/icon/comps/zoom-out.vue2.mjs +0 -4
  468. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +0 -17
  469. package/dist/src/components/image/CdrImg.vue.mjs +0 -9
  470. package/dist/src/components/image/CdrImg.vue2.mjs +0 -107
  471. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +0 -13
  472. package/dist/src/components/input/CdrInput.vue.mjs +0 -9
  473. package/dist/src/components/input/CdrInput.vue2.mjs +0 -213
  474. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +0 -37
  475. package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +0 -9
  476. package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +0 -53
  477. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +0 -17
  478. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +0 -9
  479. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +0 -31
  480. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +0 -30
  481. package/dist/src/components/link/CdrLink.vue.mjs +0 -9
  482. package/dist/src/components/link/CdrLink.vue2.mjs +0 -59
  483. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +0 -8
  484. package/dist/src/components/list/CdrList.vue.mjs +0 -9
  485. package/dist/src/components/list/CdrList.vue2.mjs +0 -39
  486. package/dist/src/components/list/styles/CdrList.module.scss.mjs +0 -10
  487. package/dist/src/components/modal/CdrModal.vue.mjs +0 -9
  488. package/dist/src/components/modal/CdrModal.vue2.mjs +0 -225
  489. package/dist/src/components/modal/onTransitionEnd.mjs +0 -32
  490. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +0 -17
  491. package/dist/src/components/pagination/CdrPagination.vue.mjs +0 -9
  492. package/dist/src/components/pagination/CdrPagination.vue2.mjs +0 -223
  493. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +0 -58
  494. package/dist/src/components/popover/CdrPopover.vue.mjs +0 -9
  495. package/dist/src/components/popover/CdrPopover.vue2.mjs +0 -136
  496. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +0 -68
  497. package/dist/src/components/popup/CdrPopup.vue.mjs +0 -9
  498. package/dist/src/components/popup/CdrPopup.vue2.mjs +0 -94
  499. package/dist/src/components/popup/calculatePlacement.mjs +0 -31
  500. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +0 -19
  501. package/dist/src/components/quote/CdrQuote.vue.mjs +0 -9
  502. package/dist/src/components/quote/CdrQuote.vue2.mjs +0 -51
  503. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +0 -9
  504. package/dist/src/components/radio/CdrRadio.vue.mjs +0 -9
  505. package/dist/src/components/radio/CdrRadio.vue2.mjs +0 -108
  506. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +0 -32
  507. package/dist/src/components/rating/CdrRating.vue.mjs +0 -9
  508. package/dist/src/components/rating/CdrRating.vue2.mjs +0 -100
  509. package/dist/src/components/rating/components/CdrStar00.vue.mjs +0 -9
  510. package/dist/src/components/rating/components/CdrStar00.vue2.mjs +0 -37
  511. package/dist/src/components/rating/components/CdrStar100.vue.mjs +0 -9
  512. package/dist/src/components/rating/components/CdrStar100.vue2.mjs +0 -37
  513. package/dist/src/components/rating/components/CdrStar25.vue.mjs +0 -9
  514. package/dist/src/components/rating/components/CdrStar25.vue2.mjs +0 -48
  515. package/dist/src/components/rating/components/CdrStar50.vue.mjs +0 -9
  516. package/dist/src/components/rating/components/CdrStar50.vue2.mjs +0 -53
  517. package/dist/src/components/rating/components/CdrStar75.vue.mjs +0 -9
  518. package/dist/src/components/rating/components/CdrStar75.vue2.mjs +0 -50
  519. package/dist/src/components/rating/components/CdrStarNull.vue.mjs +0 -9
  520. package/dist/src/components/rating/components/CdrStarNull.vue2.mjs +0 -43
  521. package/dist/src/components/rating/composables/useStar.mjs +0 -8
  522. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +0 -49
  523. package/dist/src/components/select/CdrSelect.vue.mjs +0 -9
  524. package/dist/src/components/select/CdrSelect.vue2.mjs +0 -196
  525. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +0 -47
  526. package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +0 -9
  527. package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +0 -29
  528. package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +0 -9
  529. package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +0 -29
  530. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +0 -6
  531. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +0 -13
  532. package/dist/src/components/skeleton/symbols.mjs +0 -4
  533. package/dist/src/components/switch/CdrSwitch.vue.mjs +0 -9
  534. package/dist/src/components/switch/CdrSwitch.vue2.mjs +0 -78
  535. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +0 -13
  536. package/dist/src/components/table/CdrTable.vue.mjs +0 -9
  537. package/dist/src/components/table/CdrTable.vue2.mjs +0 -58
  538. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +0 -18
  539. package/dist/src/components/tabs/CdrTabPanel.vue.mjs +0 -9
  540. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +0 -40
  541. package/dist/src/components/tabs/CdrTabs.vue.mjs +0 -9
  542. package/dist/src/components/tabs/CdrTabs.vue2.mjs +0 -157
  543. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +0 -10
  544. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +0 -33
  545. package/dist/src/components/tabs/symbols.mjs +0 -4
  546. package/dist/src/components/text/CdrText.vue.mjs +0 -9
  547. package/dist/src/components/text/CdrText.vue2.mjs +0 -24
  548. package/dist/src/components/text/styles/CdrText.module.scss.mjs +0 -6
  549. package/dist/src/components/toast/CdrToast.vue.mjs +0 -9
  550. package/dist/src/components/toast/CdrToast.vue2.mjs +0 -103
  551. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +0 -62
  552. package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +0 -9
  553. package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +0 -32
  554. package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +0 -9
  555. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +0 -74
  556. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +0 -7
  557. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +0 -10
  558. package/dist/src/components/toggleButton/symbols.mjs +0 -4
  559. package/dist/src/components/tooltip/CdrTooltip.vue.mjs +0 -9
  560. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +0 -98
  561. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +0 -21
  562. package/dist/src/lib.mjs +0 -446
  563. package/dist/src/mixins/breakpoints.mjs +0 -8
  564. package/dist/src/props/background.mjs +0 -9
  565. package/dist/src/props/size.mjs +0 -12
  566. package/dist/src/utils/buildClass.mjs +0 -6
  567. package/dist/src/utils/debounce.mjs +0 -9
  568. package/dist/src/utils/kebabCase.mjs +0 -6
  569. package/dist/src/utils/mapClasses.mjs +0 -9
  570. package/dist/src/utils/propValidator.mjs +0 -9
  571. package/dist/src/utils/uid.mjs +0 -6
@@ -1,36 +0,0 @@
1
- import { defineComponent as i, useCssModule as m, openBlock as s, createElementBlock as a, normalizeClass as c, unref as r, toDisplayString as n, createCommentVNode as o } from "vue";
2
- const l = "cdr-caption", u = "cdr-caption__summary", d = "cdr-caption__cite", f = /* @__PURE__ */ i({
3
- name: "CdrCaption",
4
- __name: "CdrCaption",
5
- props: {
6
- /**
7
- * Sets the string content for the description body of the caption.
8
- * @demoIgnore true
9
- */
10
- summary: {
11
- type: String
12
- },
13
- /**
14
- * Sets the string content for attribution.
15
- * @demoIgnore true
16
- */
17
- credit: {
18
- type: String
19
- }
20
- },
21
- setup(e) {
22
- const t = m();
23
- return (y, C) => (s(), a("div", {
24
- class: c(r(t)[l])
25
- }, [e.summary ? (s(), a("p", {
26
- key: 0,
27
- class: c(r(t)[u])
28
- }, n(e.summary), 3)) : o("", !0), e.credit ? (s(), a("cite", {
29
- key: 1,
30
- class: c(r(t)[d])
31
- }, n(e.credit), 3)) : o("", !0)], 2));
32
- }
33
- });
34
- export {
35
- f as default
36
- };
@@ -1,7 +0,0 @@
1
- const a = {
2
- "cdr-caption": "cdr-caption_14-0-2-alpha-5",
3
- "cdr-caption__summary": "cdr-caption__summary_14-0-2-alpha-5"
4
- };
5
- export {
6
- a as default
7
- };
@@ -1,9 +0,0 @@
1
- import s from "./CdrCard.vue2.mjs";
2
- import o from "./styles/CdrCard.module.scss.mjs";
3
- import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = {
5
- $style: o
6
- }, f = /* @__PURE__ */ r(s, [["__cssModules", t]]);
7
- export {
8
- f as default
9
- };
@@ -1,24 +0,0 @@
1
- import { defineComponent as s, useCssModule as r, openBlock as n, createBlock as o, resolveDynamicComponent as l, normalizeClass as c, unref as d, withCtx as u, renderSlot as C } from "vue";
2
- const m = "cdr-card", i = /* @__PURE__ */ s({
3
- name: "CdrCard",
4
- __name: "CdrCard",
5
- props: {
6
- /** Sets valid HTML container element tag. */
7
- tag: {
8
- type: String,
9
- default: "article"
10
- }
11
- },
12
- setup(e) {
13
- const t = r();
14
- return (a, p) => (n(), o(l(e.tag), {
15
- class: c(d(t)[m])
16
- }, {
17
- default: u(() => [C(a.$slots, "default")]),
18
- _: 3
19
- }, 8, ["class"]));
20
- }
21
- });
22
- export {
23
- i as default
24
- };
@@ -1,6 +0,0 @@
1
- const a = {
2
- "cdr-card": "cdr-card_14-0-2-alpha-5"
3
- };
4
- export {
5
- a as default
6
- };
@@ -1,9 +0,0 @@
1
- import o from "./CdrCheckbox.vue2.mjs";
2
- import s from "./styles/CdrCheckbox.module.scss.mjs";
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = {
5
- $style: s
6
- }, f = /* @__PURE__ */ t(o, [["__cssModules", r]]);
7
- export {
8
- f as default
9
- };
@@ -1,147 +0,0 @@
1
- import { defineComponent as b, useCssModule as f, computed as v, openBlock as g, createBlock as h, normalizeClass as u, unref as n, withCtx as r, withDirectives as C, createElementVNode as l, mergeProps as y, vModelCheckbox as k, renderSlot as S } from "vue";
2
- import V from "../labelWrapper/CdrLabelWrapper.vue.mjs";
3
- import x from "../../props/size.mjs";
4
- import p from "../../utils/propValidator.mjs";
5
- import A from "../../props/background.mjs";
6
- const B = ["disabled", "true-value", "false-value", "value"], z = /* @__PURE__ */ l("svg", {
7
- xmlns: "http://www.w3.org/2000/svg",
8
- viewBox: "0 0 24 24"
9
- }, [/* @__PURE__ */ l("path", {
10
- role: "presentation",
11
- d: `M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3
12
- 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z`
13
- })], -1), w = [z], N = "cdr-checkbox", L = /* @__PURE__ */ b({
14
- name: "CdrCheckbox",
15
- inheritAttrs: !1,
16
- customOptions: {},
17
- __name: "CdrCheckbox",
18
- props: {
19
- /**
20
- * Passes a CSS class to the label for custom styles
21
- */
22
- labelClass: String,
23
- /**
24
- * Passes a CSS class to the input for custom styles
25
- */
26
- inputClass: String,
27
- /**
28
- * Passes a CSS class to the slot wrapper for custom styles
29
- */
30
- contentClass: String,
31
- /**
32
- * Show checkbox in indeterminate state. (NOTE: this is a visual-only state and there is no logic for when to show it)
33
- */
34
- indeterminate: {
35
- type: [Boolean, String],
36
- default: !1
37
- },
38
- /** Disables the checkbox */
39
- disabled: Boolean,
40
- /**
41
- * The value when checked.
42
- */
43
- trueValue: {
44
- type: [String, Number, Boolean, Object, Array, Symbol, Function],
45
- default: !0
46
- },
47
- /**
48
- * The value when unchecked.
49
- */
50
- falseValue: {
51
- type: [String, Number, Boolean, Object, Array, Symbol, Function],
52
- default: !1
53
- },
54
- /**
55
- * The value when used in a checkbox group. Replaces `trueValue` and `falseValue`.
56
- */
57
- customValue: [String, Number, Boolean, Object, Array, Symbol, Function],
58
- /**
59
- * Sets the background color the input is rendered on
60
- * @values primary, secondary
61
- */
62
- background: A,
63
- /**
64
- * @demoSelectMultiple false
65
- * @values small, medium, large
66
- */
67
- size: x,
68
- /**
69
- * Use `hide-figure` to hide the checkbox, which leaves the text label as the clickable element.
70
- * Add appropriate custom styles to convey selected and unselected states.
71
- * @values hide-figure
72
- */
73
- modifier: {
74
- type: String,
75
- default: "",
76
- validator: (e) => p(e, ["", "hide-figure"])
77
- },
78
- /** @ignore */
79
- modelValue: {
80
- type: [String, Number, Boolean, Object, Array, Symbol, Function]
81
- }
82
- },
83
- emits: {
84
- /**
85
- * Event emitted by v-model on the <input> element
86
- * @param modelValue
87
- */
88
- "update:modelValue": null
89
- },
90
- setup(e, {
91
- emit: i
92
- }) {
93
- const d = e, c = {
94
- mounted(t, a) {
95
- if (a.value) {
96
- t.setAttribute("indeterminate", a.value);
97
- return;
98
- }
99
- t.removeAttribute("indeterminate");
100
- },
101
- updated(t, a) {
102
- if (a.value) {
103
- t.setAttribute("indeterminate", a.value);
104
- return;
105
- }
106
- t.removeAttribute("indeterminate");
107
- }
108
- }, o = f(), s = v({
109
- get() {
110
- return d.modelValue;
111
- },
112
- set(t) {
113
- i("update:modelValue", t);
114
- }
115
- });
116
- return (t, a) => (g(), h(V, {
117
- class: u(n(o)[N]),
118
- size: e.size,
119
- modifier: e.modifier,
120
- "label-class": e.labelClass,
121
- "content-class": e.contentClass,
122
- background: e.background,
123
- disabled: e.disabled
124
- }, {
125
- input: r(() => [C(l("input", y({
126
- class: [n(o)["cdr-checkbox__input"], e.inputClass],
127
- disabled: e.disabled,
128
- type: "checkbox"
129
- }, t.$attrs, {
130
- "true-value": e.customValue ? null : e.trueValue,
131
- "false-value": e.customValue ? null : e.falseValue,
132
- value: e.customValue,
133
- "onUpdate:modelValue": a[0] || (a[0] = (m) => s.value = m)
134
- }), null, 16, B), [[c, e.indeterminate], [k, s.value, void 0, {
135
- lazy: !0
136
- }]])]),
137
- svgs: r(() => [l("div", {
138
- class: u(n(o)["cdr-checkbox__svg-box"])
139
- }, w, 2)]),
140
- default: r(() => [S(t.$slots, "default")]),
141
- _: 3
142
- }, 8, ["class", "size", "modifier", "label-class", "content-class", "background", "disabled"]));
143
- }
144
- });
145
- export {
146
- L as default
147
- };
@@ -1,32 +0,0 @@
1
- const a = {
2
- "cdr-label-wrapper": "cdr-label-wrapper_14-0-2-alpha-5",
3
- "cdr-label-wrapper__container": "cdr-label-wrapper__container_14-0-2-alpha-5",
4
- "cdr-label-wrapper--primary": "cdr-label-wrapper--primary_14-0-2-alpha-5",
5
- "cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_14-0-2-alpha-5",
6
- "cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_14-0-2-alpha-5",
7
- "cdr-label-wrapper__figure": "cdr-label-wrapper__figure_14-0-2-alpha-5",
8
- "cdr-label-wrapper__content": "cdr-label-wrapper__content_14-0-2-alpha-5",
9
- "cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_14-0-2-alpha-5",
10
- "cdr-checkbox__svg-box": "cdr-checkbox__svg-box_14-0-2-alpha-5",
11
- "cdr-label-wrapper--small": "cdr-label-wrapper--small_14-0-2-alpha-5",
12
- "cdr-label-wrapper--medium": "cdr-label-wrapper--medium_14-0-2-alpha-5",
13
- "cdr-label-wrapper--large": "cdr-label-wrapper--large_14-0-2-alpha-5",
14
- "cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_14-0-2-alpha-5",
15
- "cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_14-0-2-alpha-5",
16
- "cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_14-0-2-alpha-5",
17
- "cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_14-0-2-alpha-5",
18
- "cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_14-0-2-alpha-5",
19
- "cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_14-0-2-alpha-5",
20
- "cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_14-0-2-alpha-5",
21
- "cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_14-0-2-alpha-5",
22
- "cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_14-0-2-alpha-5",
23
- "cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_14-0-2-alpha-5",
24
- "cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_14-0-2-alpha-5",
25
- "cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_14-0-2-alpha-5",
26
- "cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_14-0-2-alpha-5",
27
- "cdr-checkbox": "cdr-checkbox_14-0-2-alpha-5",
28
- "cdr-checkbox__input": "cdr-checkbox__input_14-0-2-alpha-5"
29
- };
30
- export {
31
- a as default
32
- };
@@ -1,9 +0,0 @@
1
- import s from "./CdrChip.vue2.mjs";
2
- import o from "./styles/CdrChip.module.scss.mjs";
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = {
5
- $style: o
6
- }, f = /* @__PURE__ */ t(s, [["__cssModules", r]]);
7
- export {
8
- f as default
9
- };
@@ -1,22 +0,0 @@
1
- import { defineComponent as a, useCssModule as i, openBlock as n, createElementBlock as c, normalizeClass as t, unref as o, renderSlot as r, createCommentVNode as l, createElementVNode as p } from "vue";
2
- const d = "cdr-chip", f = /* @__PURE__ */ a({
3
- name: "CdrChip",
4
- __name: "CdrChip",
5
- setup(m) {
6
- const s = i();
7
- return (e, u) => (n(), c("button", {
8
- class: t(o(s)[d])
9
- }, [e.$slots["icon-left"] ? (n(), c("span", {
10
- key: 0,
11
- class: t(o(s)["cdr-chip__icon-left"])
12
- }, [r(e.$slots, "icon-left")], 2)) : l("", !0), e.$slots["icon-right"] ? (n(), c("span", {
13
- key: 1,
14
- class: t(o(s)["cdr-chip__icon-right"])
15
- }, [r(e.$slots, "icon-right")], 2)) : l("", !0), p("span", {
16
- class: t(o(s)["cdr-chip__content"])
17
- }, [r(e.$slots, "default")], 2)], 2));
18
- }
19
- });
20
- export {
21
- f as default
22
- };
@@ -1,9 +0,0 @@
1
- import o from "./CdrChipGroup.vue2.mjs";
2
- import s from "./styles/CdrChipGroup.module.scss.mjs";
3
- import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = {
5
- $style: s
6
- }, c = /* @__PURE__ */ r(o, [["__cssModules", t]]);
7
- export {
8
- c as default
9
- };
@@ -1,73 +0,0 @@
1
- import { defineComponent as m, useCssModule as k, ref as n, computed as o, onMounted as x, openBlock as C, createElementBlock as _, normalizeClass as s, unref as c, createElementVNode as p, renderSlot as i, createTextVNode as A, toDisplayString as D } from "vue";
2
- const w = "cdr-chip-group", I = /* @__PURE__ */ m({
3
- name: "CdrChipGroup",
4
- __name: "CdrChipGroup",
5
- props: {
6
- /**
7
- * 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.
8
- */
9
- label: {
10
- type: String,
11
- required: !0
12
- },
13
- /**
14
- * Visually hides the chip group label but makes it accessible to screen readers.
15
- */
16
- hideLabel: {
17
- type: Boolean,
18
- default: !0
19
- }
20
- },
21
- setup(u) {
22
- const v = u, a = k(), d = n(null), t = n([]), r = n(0), f = o(() => {
23
- const e = r.value + 1;
24
- return e >= t.value.length ? 0 : e;
25
- }), h = o(() => {
26
- const e = r.value - 1;
27
- return e <= -1 ? t.value.length - 1 : e;
28
- }), g = o(() => v.hideLabel ? "cdr-chip-group__legend--hidden" : "cdr-chip-group__legend");
29
- x(() => {
30
- var e;
31
- t.value = Array.prototype.filter.call((e = d.value) == null ? void 0 : e.children, (l) => !(l.getAttribute("disabled") === "" || l.getAttribute("aria-disabled"))), r.value = Array.prototype.findIndex.call(t, (l) => l.getAttribute("aria-checked") === "true");
32
- });
33
- const b = (e) => {
34
- if (r.value === -1)
35
- return;
36
- const {
37
- key: l
38
- } = e;
39
- switch (l) {
40
- case "Home":
41
- e.preventDefault(), t.value[0].focus();
42
- break;
43
- case "End":
44
- e.preventDefault(), t.value[t.value.length - 1].focus();
45
- break;
46
- case "ArrowDown":
47
- case "Down":
48
- e.preventDefault(), t.value[f.value].focus();
49
- break;
50
- case "ArrowUp":
51
- case "Up":
52
- e.preventDefault(), t.value[h.value].focus();
53
- break;
54
- }
55
- }, y = (e) => {
56
- r.value = Array.prototype.indexOf.call(t.value, e.target);
57
- };
58
- return (e, l) => (C(), _("fieldset", {
59
- class: s(c(a)[w]),
60
- onFocusin: y,
61
- onKeydown: b
62
- }, [p("legend", {
63
- class: s(c(a)[g.value])
64
- }, [i(e.$slots, "label", {}, () => [A(D(u.label), 1)])], 2), p("div", {
65
- ref_key: "chipsEl",
66
- ref: d,
67
- class: s(c(a)["cdr-chip-group__content"])
68
- }, [i(e.$slots, "default")], 2)], 34));
69
- }
70
- });
71
- export {
72
- I as default
73
- };
@@ -1,9 +0,0 @@
1
- const c = {
2
- "cdr-chip": "cdr-chip_14-0-2-alpha-5",
3
- "cdr-chip__icon-left": "cdr-chip__icon-left_14-0-2-alpha-5",
4
- "cdr-chip__icon-right": "cdr-chip__icon-right_14-0-2-alpha-5",
5
- "cdr-chip__content": "cdr-chip__content_14-0-2-alpha-5"
6
- };
7
- export {
8
- c as default
9
- };
@@ -1,9 +0,0 @@
1
- const p = {
2
- "cdr-chip-group": "cdr-chip-group_14-0-2-alpha-5",
3
- "cdr-chip-group__content": "cdr-chip-group__content_14-0-2-alpha-5",
4
- "cdr-chip-group__legend--hidden": "cdr-chip-group__legend--hidden_14-0-2-alpha-5",
5
- "cdr-chip-group__legend": "cdr-chip-group__legend_14-0-2-alpha-5"
6
- };
7
- export {
8
- p as default
9
- };
@@ -1,9 +0,0 @@
1
- import o from "./CdrContainer.vue2.mjs";
2
- import s from "./styles/CdrContainer.module.scss.mjs";
3
- import t from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const r = {
5
- $style: s
6
- }, f = /* @__PURE__ */ t(o, [["__cssModules", r]]);
7
- export {
8
- f as default
9
- };
@@ -1,36 +0,0 @@
1
- import { defineComponent as i, useCssModule as l, computed as c, openBlock as d, createBlock as m, resolveDynamicComponent as f, normalizeClass as p, unref as t, withCtx as u, renderSlot as C } from "vue";
2
- import v from "../../utils/propValidator.mjs";
3
- import g from "../../utils/mapClasses.mjs";
4
- const a = "cdr-container", h = /* @__PURE__ */ i({
5
- name: "CdrContainer",
6
- __name: "CdrContainer",
7
- props: {
8
- /** Sets the HTML tag for the container element */
9
- tag: {
10
- type: String,
11
- default: "div"
12
- },
13
- /**
14
- * Controls whether container is static or fluid width.
15
- * @demoSelectMultiple false
16
- * @values static, fluid
17
- */
18
- modifier: {
19
- type: String,
20
- default: "static",
21
- validator: (e) => v(e, ["static", "fluid"], !1)
22
- }
23
- },
24
- setup(e) {
25
- const o = e, s = l(), r = c(() => `${a}--${o.modifier}`);
26
- return (n, y) => (d(), m(f(e.tag), {
27
- class: p(t(g)(t(s), a, r.value))
28
- }, {
29
- default: u(() => [C(n.$slots, "default")]),
30
- _: 3
31
- }, 8, ["class"]));
32
- }
33
- });
34
- export {
35
- h as default
36
- };
@@ -1,7 +0,0 @@
1
- const a = {
2
- "cdr-container": "cdr-container_14-0-2-alpha-5",
3
- "cdr-container--static": "cdr-container--static_14-0-2-alpha-5"
4
- };
5
- export {
6
- a as default
7
- };
@@ -1,9 +0,0 @@
1
- import o from "./CdrFormError.vue2.mjs";
2
- import r from "./styles/CdrFormError.module.scss.mjs";
3
- import s from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = {
5
- $style: r
6
- }, f = /* @__PURE__ */ s(o, [["__cssModules", t]]);
7
- export {
8
- f as default
9
- };
@@ -1,24 +0,0 @@
1
- import { defineComponent as a, useCssModule as l, openBlock as c, createElementBlock as m, normalizeClass as e, unref as o, createElementVNode as s, createVNode as i, renderSlot as d, toDisplayString as p } from "vue";
2
- import f from "../icon/comps/error-stroke.vue.mjs";
3
- const u = "cdr-form-error", _ = "cdr-form-error__icon", S = /* @__PURE__ */ a({
4
- name: "CdrFormError",
5
- __name: "CdrFormError",
6
- props: {
7
- error: [Boolean, String]
8
- },
9
- setup(n) {
10
- const r = l();
11
- return (t, C) => (c(), m("div", {
12
- class: e(o(r)[u]),
13
- role: "status"
14
- }, [s("span", {
15
- class: e(o(r)[_])
16
- }, [i(f, {
17
- size: "small",
18
- "inherit-color": ""
19
- })], 2), d(t.$slots, "error", {}, () => [s("span", null, p(n.error), 1)])], 2));
20
- }
21
- });
22
- export {
23
- S as default
24
- };
@@ -1,7 +0,0 @@
1
- const r = {
2
- "cdr-form-error": "cdr-form-error_14-0-2-alpha-5",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-2-alpha-5"
4
- };
5
- export {
6
- r as default
7
- };
@@ -1,9 +0,0 @@
1
- import o from "./CdrFormGroup.vue2.mjs";
2
- import s from "./styles/CdrFormGroup.module.scss.mjs";
3
- import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = {
5
- $style: s
6
- }, f = /* @__PURE__ */ r(o, [["__cssModules", t]]);
7
- export {
8
- f as default
9
- };
@@ -1,68 +0,0 @@
1
- import { defineComponent as p, useCssModule as C, computed as c, openBlock as a, createElementBlock as i, normalizeClass as s, unref as e, createElementVNode as m, renderSlot as n, createTextVNode as y, toDisplayString as v, createCommentVNode as u, createBlock as B, withCtx as k } from "vue";
2
- import f from "../../utils/mapClasses.mjs";
3
- import $ from "../formError/CdrFormError.vue.mjs";
4
- import q from "../../utils/uid.mjs";
5
- const S = ["disabled", "aria-invalid", "aria-errormessage", "aria-describedby"], h = {
6
- key: 0,
7
- "aria-label": "required"
8
- }, E = "cdr-form-group", x = /* @__PURE__ */ p({
9
- name: "CdrFormGroup",
10
- __name: "CdrFormGroup",
11
- props: {
12
- /**
13
- * Custom ID that is mapped to the form error. If this value is not set, it will be randomly generated.
14
- * @demoIgnore true
15
- */
16
- id: String,
17
- /**
18
- * Sets the label/legend for the form group. Applies default text styles to this label.
19
- * To override that default text style or apply other customization, use the `label` slot.
20
- * @demoIgnore true
21
- */
22
- label: {
23
- type: String,
24
- default: ""
25
- },
26
- /**
27
- * Sets the form group to an error state, displays the `error` slot if one is present.
28
- */
29
- error: {
30
- type: [Boolean, String],
31
- default: !1
32
- },
33
- /** Adds required label to the form group. */
34
- required: Boolean,
35
- /** Adds optional label to the form group. */
36
- optional: Boolean,
37
- /** Renders form group in a disabled state. */
38
- disabled: {
39
- type: Boolean,
40
- default: void 0
41
- }
42
- },
43
- setup(r) {
44
- const o = r, d = o.id ? o.id : q(), l = C(), b = c(() => o.error ? "cdr-form-group--error" : ""), g = c(() => o.disabled ? "cdr-form-group--disabled" : "");
45
- return (t, F) => (a(), i("fieldset", {
46
- class: s(e(f)(e(l), E, g.value)),
47
- disabled: r.disabled,
48
- "aria-invalid": !!r.error,
49
- "aria-errormessage": r.error ? `${e(d)}-error` : void 0,
50
- "aria-describedby": r.error ? `${e(d)}-error` : void 0
51
- }, [m("legend", null, [n(t.$slots, "label", {}, () => [y(v(r.label), 1)]), r.required ? (a(), i("span", h, " *")) : u("", !0), r.optional && !r.required ? (a(), i("span", {
52
- key: 1,
53
- class: s(e(l)["cdr-form-group__optional"])
54
- }, " (optional)", 2)) : u("", !0)]), m("div", {
55
- class: s(e(f)(e(l), "cdr-form-group__wrapper", b.value))
56
- }, [n(t.$slots, "default")], 2), r.error ? (a(), B($, {
57
- key: 0,
58
- error: r.error,
59
- id: `${e(d)}-error`
60
- }, {
61
- error: k(() => [n(t.$slots, "error")]),
62
- _: 3
63
- }, 8, ["error", "id"])) : u("", !0)], 10, S));
64
- }
65
- });
66
- export {
67
- x as default
68
- };
@@ -1,13 +0,0 @@
1
- const r = {
2
- "cdr-form-error": "cdr-form-error_14-0-2-alpha-5",
3
- "cdr-form-error__icon": "cdr-form-error__icon_14-0-2-alpha-5",
4
- "cdr-form-group": "cdr-form-group_14-0-2-alpha-5",
5
- "cdr-form-group--error": "cdr-form-group--error_14-0-2-alpha-5",
6
- "cdr-form-group--disabled": "cdr-form-group--disabled_14-0-2-alpha-5",
7
- "cdr-form-group__optional": "cdr-form-group__optional_14-0-2-alpha-5",
8
- "cdr-form-group__required": "cdr-form-group__required_14-0-2-alpha-5",
9
- "cdr-form-group__wrapper": "cdr-form-group__wrapper_14-0-2-alpha-5"
10
- };
11
- export {
12
- r as default
13
- };
@@ -1,9 +0,0 @@
1
- import s from "./CdrGrid.vue2.mjs";
2
- import o from "./styles/CdrGrid.module.scss.mjs";
3
- import r from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const t = {
5
- $style: o
6
- }, f = /* @__PURE__ */ r(s, [["__cssModules", t]]);
7
- export {
8
- f as default
9
- };
@@ -1,37 +0,0 @@
1
- import { defineComponent as m, useCssModule as n, computed as d, openBlock as i, createBlock as u, resolveDynamicComponent as p, normalizeClass as c, unref as r, withCtx as g, renderSlot as f } from "vue";
2
- import C from "../../utils/mapClasses.mjs";
3
- import { responsiveModifyClass as v } from "../../utils/buildClass.mjs";
4
- import y from "../../utils/propValidator.mjs";
5
- const s = "cdr-grid", B = /* @__PURE__ */ m({
6
- name: "CdrGrid",
7
- __name: "CdrGrid",
8
- props: {
9
- /**
10
- * Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
11
- * @demoSelectMultiple false
12
- * @values none, small, medium, large
13
- */
14
- gutter: {
15
- type: String,
16
- validator: (e) => y(e, ["none", "small", "medium", "large"]),
17
- default: "medium@xs medium@sm large@md large@lg"
18
- },
19
- /** Sets the HTML tag for the grid element */
20
- tag: {
21
- type: String,
22
- default: "div"
23
- }
24
- },
25
- setup(e) {
26
- const t = e, a = n(), o = d(() => t.gutter ? v(s, "gutter-", t.gutter) : "");
27
- return (l, _) => (i(), u(p(e.tag), {
28
- class: c(r(C)(r(a), s, o.value))
29
- }, {
30
- default: g(() => [f(l.$slots, "default")]),
31
- _: 3
32
- }, 8, ["class"]));
33
- }
34
- });
35
- export {
36
- B as default
37
- };