@rei/cedar 13.5.2 → 14.0.0-ts.0

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 (550) hide show
  1. package/dist/cedar-compiled.css +1031 -1031
  2. package/dist/cedar.umd.js +2 -2
  3. package/dist/component-docgen.json +1369 -1325
  4. package/dist/icon-component-docgen.json +510 -510
  5. package/dist/src/components/accordion/CdrAccordion.vue.mjs +7 -165
  6. package/dist/src/components/accordion/CdrAccordion.vue2.mjs +136 -0
  7. package/dist/src/components/accordion/CdrAccordionGroup.vue.mjs +7 -80
  8. package/dist/src/components/accordion/CdrAccordionGroup.vue2.mjs +72 -0
  9. package/dist/src/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  10. package/dist/src/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  11. package/dist/src/components/accordion/symbols.mjs +5 -0
  12. package/dist/src/components/banner/CdrBanner.vue.mjs +7 -59
  13. package/dist/src/components/banner/CdrBanner.vue2.mjs +45 -0
  14. package/dist/src/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  15. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue.mjs +7 -113
  16. package/dist/src/components/breadcrumb/CdrBreadcrumb.vue2.mjs +103 -0
  17. package/dist/src/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  18. package/dist/src/components/button/CdrButton.vue.mjs +7 -102
  19. package/dist/src/components/button/CdrButton.vue2.mjs +85 -0
  20. package/dist/src/components/button/styles/CdrButton.module.scss.mjs +31 -31
  21. package/dist/src/components/caption/CdrCaption.vue.mjs +7 -45
  22. package/dist/src/components/caption/CdrCaption.vue2.mjs +36 -0
  23. package/dist/src/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  24. package/dist/src/components/card/CdrCard.vue.mjs +7 -33
  25. package/dist/src/components/card/CdrCard.vue2.mjs +24 -0
  26. package/dist/src/components/card/styles/CdrCard.module.scss.mjs +1 -1
  27. package/dist/src/components/checkbox/CdrCheckbox.vue.mjs +7 -146
  28. package/dist/src/components/checkbox/CdrCheckbox.vue2.mjs +134 -0
  29. package/dist/src/components/checkbox/styles/CdrCheckbox.module.scss.mjs +25 -25
  30. package/dist/src/components/chip/CdrChip.vue.mjs +7 -29
  31. package/dist/src/components/chip/CdrChip.vue2.mjs +22 -0
  32. package/dist/src/components/chip/CdrChipGroup.vue.mjs +7 -83
  33. package/dist/src/components/chip/CdrChipGroup.vue2.mjs +73 -0
  34. package/dist/src/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  35. package/dist/src/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  36. package/dist/src/components/container/CdrContainer.vue.mjs +7 -46
  37. package/dist/src/components/container/CdrContainer.vue2.mjs +36 -0
  38. package/dist/src/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  39. package/dist/src/components/formError/CdrFormError.vue.mjs +7 -36
  40. package/dist/src/components/formError/CdrFormError.vue2.mjs +24 -0
  41. package/dist/src/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  42. package/dist/src/components/formGroup/CdrFormGroup.vue.mjs +7 -70
  43. package/dist/src/components/formGroup/CdrFormGroup.vue2.mjs +65 -0
  44. package/dist/src/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  45. package/dist/src/components/grid/CdrGrid.vue.mjs +7 -47
  46. package/dist/src/components/grid/CdrGrid.vue2.mjs +37 -0
  47. package/dist/src/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  48. package/dist/src/components/icon/CdrIcon.vue.mjs +7 -58
  49. package/dist/src/components/icon/CdrIcon.vue2.mjs +46 -0
  50. package/dist/src/components/icon/comps/account-profile-fill.vue.mjs +15 -20
  51. package/dist/src/components/icon/comps/account-profile-fill.vue2.mjs +4 -0
  52. package/dist/src/components/icon/comps/account-profile.vue.mjs +15 -20
  53. package/dist/src/components/icon/comps/account-profile.vue2.mjs +4 -0
  54. package/dist/src/components/icon/comps/arrow-down.vue.mjs +15 -20
  55. package/dist/src/components/icon/comps/arrow-down.vue2.mjs +4 -0
  56. package/dist/src/components/icon/comps/arrow-left.vue.mjs +15 -20
  57. package/dist/src/components/icon/comps/arrow-left.vue2.mjs +4 -0
  58. package/dist/src/components/icon/comps/arrow-right.vue.mjs +15 -20
  59. package/dist/src/components/icon/comps/arrow-right.vue2.mjs +4 -0
  60. package/dist/src/components/icon/comps/arrow-up.vue.mjs +15 -20
  61. package/dist/src/components/icon/comps/arrow-up.vue2.mjs +4 -0
  62. package/dist/src/components/icon/comps/atv.vue.mjs +15 -20
  63. package/dist/src/components/icon/comps/atv.vue2.mjs +4 -0
  64. package/dist/src/components/icon/comps/bed-outline.vue.mjs +15 -20
  65. package/dist/src/components/icon/comps/bed-outline.vue2.mjs +4 -0
  66. package/dist/src/components/icon/comps/bike-shop.vue.mjs +15 -20
  67. package/dist/src/components/icon/comps/bike-shop.vue2.mjs +4 -0
  68. package/dist/src/components/icon/comps/binoculars.vue.mjs +14 -19
  69. package/dist/src/components/icon/comps/binoculars.vue2.mjs +4 -0
  70. package/dist/src/components/icon/comps/birding.vue.mjs +15 -20
  71. package/dist/src/components/icon/comps/birding.vue2.mjs +4 -0
  72. package/dist/src/components/icon/comps/boat.vue.mjs +15 -20
  73. package/dist/src/components/icon/comps/boat.vue2.mjs +4 -0
  74. package/dist/src/components/icon/comps/boating.vue.mjs +15 -20
  75. package/dist/src/components/icon/comps/boating.vue2.mjs +4 -0
  76. package/dist/src/components/icon/comps/bookmark-fill.vue.mjs +14 -19
  77. package/dist/src/components/icon/comps/bookmark-fill.vue2.mjs +4 -0
  78. package/dist/src/components/icon/comps/bookmark-stroke.vue.mjs +15 -20
  79. package/dist/src/components/icon/comps/bookmark-stroke.vue2.mjs +4 -0
  80. package/dist/src/components/icon/comps/brand-abstract.vue.mjs +15 -20
  81. package/dist/src/components/icon/comps/brand-abstract.vue2.mjs +4 -0
  82. package/dist/src/components/icon/comps/brand-code-sandbox.vue.mjs +15 -20
  83. package/dist/src/components/icon/comps/brand-code-sandbox.vue2.mjs +4 -0
  84. package/dist/src/components/icon/comps/brand-github.vue.mjs +15 -20
  85. package/dist/src/components/icon/comps/brand-github.vue2.mjs +4 -0
  86. package/dist/src/components/icon/comps/brand-linkedin.vue.mjs +15 -20
  87. package/dist/src/components/icon/comps/brand-linkedin.vue2.mjs +4 -0
  88. package/dist/src/components/icon/comps/brand-rei-ice-axes.vue.mjs +15 -20
  89. package/dist/src/components/icon/comps/brand-rei-ice-axes.vue2.mjs +4 -0
  90. package/dist/src/components/icon/comps/brand-sketch.vue.mjs +14 -19
  91. package/dist/src/components/icon/comps/brand-sketch.vue2.mjs +4 -0
  92. package/dist/src/components/icon/comps/brand-tiktok.vue.mjs +16 -21
  93. package/dist/src/components/icon/comps/brand-tiktok.vue2.mjs +4 -0
  94. package/dist/src/components/icon/comps/buddies.vue.mjs +15 -20
  95. package/dist/src/components/icon/comps/buddies.vue2.mjs +4 -0
  96. package/dist/src/components/icon/comps/bus.vue.mjs +15 -20
  97. package/dist/src/components/icon/comps/bus.vue2.mjs +4 -0
  98. package/dist/src/components/icon/comps/calendar.vue.mjs +15 -20
  99. package/dist/src/components/icon/comps/calendar.vue2.mjs +4 -0
  100. package/dist/src/components/icon/comps/camera.vue.mjs +15 -20
  101. package/dist/src/components/icon/comps/camera.vue2.mjs +4 -0
  102. package/dist/src/components/icon/comps/canoe.vue.mjs +15 -20
  103. package/dist/src/components/icon/comps/canoe.vue2.mjs +4 -0
  104. package/dist/src/components/icon/comps/car.vue.mjs +15 -20
  105. package/dist/src/components/icon/comps/car.vue2.mjs +4 -0
  106. package/dist/src/components/icon/comps/caret-down.vue.mjs +15 -20
  107. package/dist/src/components/icon/comps/caret-down.vue2.mjs +4 -0
  108. package/dist/src/components/icon/comps/caret-left.vue.mjs +15 -20
  109. package/dist/src/components/icon/comps/caret-left.vue2.mjs +4 -0
  110. package/dist/src/components/icon/comps/caret-right.vue.mjs +15 -20
  111. package/dist/src/components/icon/comps/caret-right.vue2.mjs +4 -0
  112. package/dist/src/components/icon/comps/caret-up.vue.mjs +15 -20
  113. package/dist/src/components/icon/comps/caret-up.vue2.mjs +4 -0
  114. package/dist/src/components/icon/comps/cart-fill.vue.mjs +15 -20
  115. package/dist/src/components/icon/comps/cart-fill.vue2.mjs +4 -0
  116. package/dist/src/components/icon/comps/cart.vue.mjs +15 -20
  117. package/dist/src/components/icon/comps/cart.vue2.mjs +4 -0
  118. package/dist/src/components/icon/comps/chain-link.vue.mjs +15 -20
  119. package/dist/src/components/icon/comps/chain-link.vue2.mjs +4 -0
  120. package/dist/src/components/icon/comps/chat.vue.mjs +15 -20
  121. package/dist/src/components/icon/comps/chat.vue2.mjs +4 -0
  122. package/dist/src/components/icon/comps/check-fill.vue.mjs +15 -20
  123. package/dist/src/components/icon/comps/check-fill.vue2.mjs +4 -0
  124. package/dist/src/components/icon/comps/check-lg.vue.mjs +15 -20
  125. package/dist/src/components/icon/comps/check-lg.vue2.mjs +4 -0
  126. package/dist/src/components/icon/comps/check-sm.vue.mjs +15 -20
  127. package/dist/src/components/icon/comps/check-sm.vue2.mjs +4 -0
  128. package/dist/src/components/icon/comps/check-stroke.vue.mjs +15 -20
  129. package/dist/src/components/icon/comps/check-stroke.vue2.mjs +4 -0
  130. package/dist/src/components/icon/comps/climb.vue.mjs +15 -20
  131. package/dist/src/components/icon/comps/climb.vue2.mjs +4 -0
  132. package/dist/src/components/icon/comps/clipboard.vue.mjs +15 -20
  133. package/dist/src/components/icon/comps/clipboard.vue2.mjs +4 -0
  134. package/dist/src/components/icon/comps/clock.vue.mjs +15 -20
  135. package/dist/src/components/icon/comps/clock.vue2.mjs +4 -0
  136. package/dist/src/components/icon/comps/code-html.vue.mjs +15 -20
  137. package/dist/src/components/icon/comps/code-html.vue2.mjs +4 -0
  138. package/dist/src/components/icon/comps/code-js.vue.mjs +15 -20
  139. package/dist/src/components/icon/comps/code-js.vue2.mjs +4 -0
  140. package/dist/src/components/icon/comps/compass.vue.mjs +15 -20
  141. package/dist/src/components/icon/comps/compass.vue2.mjs +4 -0
  142. package/dist/src/components/icon/comps/copy.vue.mjs +15 -20
  143. package/dist/src/components/icon/comps/copy.vue2.mjs +4 -0
  144. package/dist/src/components/icon/comps/coupon-fill.vue.mjs +15 -20
  145. package/dist/src/components/icon/comps/coupon-fill.vue2.mjs +4 -0
  146. package/dist/src/components/icon/comps/coupon-stroke.vue.mjs +14 -19
  147. package/dist/src/components/icon/comps/coupon-stroke.vue2.mjs +4 -0
  148. package/dist/src/components/icon/comps/credit-card.vue.mjs +15 -20
  149. package/dist/src/components/icon/comps/credit-card.vue2.mjs +4 -0
  150. package/dist/src/components/icon/comps/curbside-pickup.vue.mjs +15 -20
  151. package/dist/src/components/icon/comps/curbside-pickup.vue2.mjs +4 -0
  152. package/dist/src/components/icon/comps/day.vue.mjs +15 -20
  153. package/dist/src/components/icon/comps/day.vue2.mjs +4 -0
  154. package/dist/src/components/icon/comps/diving.vue.mjs +15 -20
  155. package/dist/src/components/icon/comps/diving.vue2.mjs +4 -0
  156. package/dist/src/components/icon/comps/dog.vue.mjs +15 -20
  157. package/dist/src/components/icon/comps/dog.vue2.mjs +4 -0
  158. package/dist/src/components/icon/comps/download.vue.mjs +15 -20
  159. package/dist/src/components/icon/comps/download.vue2.mjs +4 -0
  160. package/dist/src/components/icon/comps/duplicate.vue.mjs +16 -21
  161. package/dist/src/components/icon/comps/duplicate.vue2.mjs +4 -0
  162. package/dist/src/components/icon/comps/edit.vue.mjs +15 -20
  163. package/dist/src/components/icon/comps/edit.vue2.mjs +4 -0
  164. package/dist/src/components/icon/comps/elevation.vue.mjs +15 -20
  165. package/dist/src/components/icon/comps/elevation.vue2.mjs +4 -0
  166. package/dist/src/components/icon/comps/error-fill.vue.mjs +17 -22
  167. package/dist/src/components/icon/comps/error-fill.vue2.mjs +4 -0
  168. package/dist/src/components/icon/comps/error-stroke.vue.mjs +19 -24
  169. package/dist/src/components/icon/comps/error-stroke.vue2.mjs +4 -0
  170. package/dist/src/components/icon/comps/expand.vue.mjs +15 -20
  171. package/dist/src/components/icon/comps/expand.vue2.mjs +4 -0
  172. package/dist/src/components/icon/comps/experiences-backpacking.vue.mjs +15 -20
  173. package/dist/src/components/icon/comps/experiences-backpacking.vue2.mjs +4 -0
  174. package/dist/src/components/icon/comps/experiences-camping.vue.mjs +15 -20
  175. package/dist/src/components/icon/comps/experiences-camping.vue2.mjs +4 -0
  176. package/dist/src/components/icon/comps/experiences-climbing.vue.mjs +15 -20
  177. package/dist/src/components/icon/comps/experiences-climbing.vue2.mjs +4 -0
  178. package/dist/src/components/icon/comps/experiences-clothing.vue.mjs +15 -20
  179. package/dist/src/components/icon/comps/experiences-clothing.vue2.mjs +4 -0
  180. package/dist/src/components/icon/comps/experiences-cycling.vue.mjs +15 -20
  181. package/dist/src/components/icon/comps/experiences-cycling.vue2.mjs +4 -0
  182. package/dist/src/components/icon/comps/experiences-family.vue.mjs +15 -20
  183. package/dist/src/components/icon/comps/experiences-family.vue2.mjs +4 -0
  184. package/dist/src/components/icon/comps/experiences-fitness.vue.mjs +15 -20
  185. package/dist/src/components/icon/comps/experiences-fitness.vue2.mjs +4 -0
  186. package/dist/src/components/icon/comps/experiences-hiking.vue.mjs +15 -20
  187. package/dist/src/components/icon/comps/experiences-hiking.vue2.mjs +4 -0
  188. package/dist/src/components/icon/comps/experiences-outdoor-basics.vue.mjs +15 -20
  189. package/dist/src/components/icon/comps/experiences-outdoor-basics.vue2.mjs +4 -0
  190. package/dist/src/components/icon/comps/experiences-paddling.vue.mjs +15 -20
  191. package/dist/src/components/icon/comps/experiences-paddling.vue2.mjs +4 -0
  192. package/dist/src/components/icon/comps/experiences-rentals.vue.mjs +15 -20
  193. package/dist/src/components/icon/comps/experiences-rentals.vue2.mjs +4 -0
  194. package/dist/src/components/icon/comps/experiences-running.vue.mjs +16 -21
  195. package/dist/src/components/icon/comps/experiences-running.vue2.mjs +4 -0
  196. package/dist/src/components/icon/comps/experiences-snowsports.vue.mjs +15 -20
  197. package/dist/src/components/icon/comps/experiences-snowsports.vue2.mjs +4 -0
  198. package/dist/src/components/icon/comps/experiences-travel.vue.mjs +15 -20
  199. package/dist/src/components/icon/comps/experiences-travel.vue2.mjs +4 -0
  200. package/dist/src/components/icon/comps/external-link-alt.vue.mjs +16 -21
  201. package/dist/src/components/icon/comps/external-link-alt.vue2.mjs +4 -0
  202. package/dist/src/components/icon/comps/external-link.vue.mjs +15 -20
  203. package/dist/src/components/icon/comps/external-link.vue2.mjs +4 -0
  204. package/dist/src/components/icon/comps/eye-hide.vue.mjs +15 -20
  205. package/dist/src/components/icon/comps/eye-hide.vue2.mjs +4 -0
  206. package/dist/src/components/icon/comps/eye-show.vue.mjs +15 -20
  207. package/dist/src/components/icon/comps/eye-show.vue2.mjs +4 -0
  208. package/dist/src/components/icon/comps/facebook.vue.mjs +15 -20
  209. package/dist/src/components/icon/comps/facebook.vue2.mjs +4 -0
  210. package/dist/src/components/icon/comps/filter-alt.vue.mjs +15 -20
  211. package/dist/src/components/icon/comps/filter-alt.vue2.mjs +4 -0
  212. package/dist/src/components/icon/comps/filter.vue.mjs +15 -20
  213. package/dist/src/components/icon/comps/filter.vue2.mjs +4 -0
  214. package/dist/src/components/icon/comps/find-location.vue.mjs +15 -20
  215. package/dist/src/components/icon/comps/find-location.vue2.mjs +4 -0
  216. package/dist/src/components/icon/comps/fire.vue.mjs +14 -19
  217. package/dist/src/components/icon/comps/fire.vue2.mjs +4 -0
  218. package/dist/src/components/icon/comps/fishing.vue.mjs +15 -20
  219. package/dist/src/components/icon/comps/fishing.vue2.mjs +4 -0
  220. package/dist/src/components/icon/comps/free-product.vue.mjs +15 -20
  221. package/dist/src/components/icon/comps/free-product.vue2.mjs +4 -0
  222. package/dist/src/components/icon/comps/grid-view.vue.mjs +15 -20
  223. package/dist/src/components/icon/comps/grid-view.vue2.mjs +4 -0
  224. package/dist/src/components/icon/comps/heart-fill.vue.mjs +15 -20
  225. package/dist/src/components/icon/comps/heart-fill.vue2.mjs +4 -0
  226. package/dist/src/components/icon/comps/heart-stroke.vue.mjs +15 -20
  227. package/dist/src/components/icon/comps/heart-stroke.vue2.mjs +4 -0
  228. package/dist/src/components/icon/comps/hike.vue.mjs +14 -19
  229. package/dist/src/components/icon/comps/hike.vue2.mjs +4 -0
  230. package/dist/src/components/icon/comps/history.vue.mjs +15 -20
  231. package/dist/src/components/icon/comps/history.vue2.mjs +4 -0
  232. package/dist/src/components/icon/comps/home.vue.mjs +15 -20
  233. package/dist/src/components/icon/comps/home.vue2.mjs +4 -0
  234. package/dist/src/components/icon/comps/horse.vue.mjs +14 -19
  235. package/dist/src/components/icon/comps/horse.vue2.mjs +4 -0
  236. package/dist/src/components/icon/comps/horseshoe.vue.mjs +15 -20
  237. package/dist/src/components/icon/comps/horseshoe.vue2.mjs +4 -0
  238. package/dist/src/components/icon/comps/image.vue.mjs +15 -20
  239. package/dist/src/components/icon/comps/image.vue2.mjs +4 -0
  240. package/dist/src/components/icon/comps/information-fill.vue.mjs +15 -20
  241. package/dist/src/components/icon/comps/information-fill.vue2.mjs +4 -0
  242. package/dist/src/components/icon/comps/information-stroke.vue.mjs +15 -20
  243. package/dist/src/components/icon/comps/information-stroke.vue2.mjs +4 -0
  244. package/dist/src/components/icon/comps/instagram.vue.mjs +15 -20
  245. package/dist/src/components/icon/comps/instagram.vue2.mjs +4 -0
  246. package/dist/src/components/icon/comps/kayak.vue.mjs +15 -20
  247. package/dist/src/components/icon/comps/kayak.vue2.mjs +4 -0
  248. package/dist/src/components/icon/comps/link-alt.vue.mjs +16 -21
  249. package/dist/src/components/icon/comps/link-alt.vue2.mjs +4 -0
  250. package/dist/src/components/icon/comps/list-ragged.vue.mjs +15 -20
  251. package/dist/src/components/icon/comps/list-ragged.vue2.mjs +4 -0
  252. package/dist/src/components/icon/comps/list-view.vue.mjs +15 -20
  253. package/dist/src/components/icon/comps/list-view.vue2.mjs +4 -0
  254. package/dist/src/components/icon/comps/location-pin-fill.vue.mjs +15 -20
  255. package/dist/src/components/icon/comps/location-pin-fill.vue2.mjs +4 -0
  256. package/dist/src/components/icon/comps/location-pin-stroke.vue.mjs +15 -20
  257. package/dist/src/components/icon/comps/location-pin-stroke.vue2.mjs +4 -0
  258. package/dist/src/components/icon/comps/lock-locked-fill.vue.mjs +15 -20
  259. package/dist/src/components/icon/comps/lock-locked-fill.vue2.mjs +4 -0
  260. package/dist/src/components/icon/comps/lock-locked-stroke.vue.mjs +14 -19
  261. package/dist/src/components/icon/comps/lock-locked-stroke.vue2.mjs +4 -0
  262. package/dist/src/components/icon/comps/lock-unlocked-stroke.vue.mjs +15 -20
  263. package/dist/src/components/icon/comps/lock-unlocked-stroke.vue2.mjs +4 -0
  264. package/dist/src/components/icon/comps/mail.vue.mjs +14 -19
  265. package/dist/src/components/icon/comps/mail.vue2.mjs +4 -0
  266. package/dist/src/components/icon/comps/map.vue.mjs +15 -20
  267. package/dist/src/components/icon/comps/map.vue2.mjs +4 -0
  268. package/dist/src/components/icon/comps/member-card.vue.mjs +14 -19
  269. package/dist/src/components/icon/comps/member-card.vue2.mjs +4 -0
  270. package/dist/src/components/icon/comps/membership.vue.mjs +16 -21
  271. package/dist/src/components/icon/comps/membership.vue2.mjs +4 -0
  272. package/dist/src/components/icon/comps/microphone.vue.mjs +15 -20
  273. package/dist/src/components/icon/comps/microphone.vue2.mjs +4 -0
  274. package/dist/src/components/icon/comps/minus-fill.vue.mjs +15 -20
  275. package/dist/src/components/icon/comps/minus-fill.vue2.mjs +4 -0
  276. package/dist/src/components/icon/comps/minus-lg.vue.mjs +15 -20
  277. package/dist/src/components/icon/comps/minus-lg.vue2.mjs +4 -0
  278. package/dist/src/components/icon/comps/minus-sm.vue.mjs +15 -20
  279. package/dist/src/components/icon/comps/minus-sm.vue2.mjs +4 -0
  280. package/dist/src/components/icon/comps/minus-stroke.vue.mjs +15 -20
  281. package/dist/src/components/icon/comps/minus-stroke.vue2.mjs +4 -0
  282. package/dist/src/components/icon/comps/more-functions.vue.mjs +15 -20
  283. package/dist/src/components/icon/comps/more-functions.vue2.mjs +4 -0
  284. package/dist/src/components/icon/comps/my-location.vue.mjs +15 -20
  285. package/dist/src/components/icon/comps/my-location.vue2.mjs +4 -0
  286. package/dist/src/components/icon/comps/navigation-menu.vue.mjs +15 -20
  287. package/dist/src/components/icon/comps/navigation-menu.vue2.mjs +4 -0
  288. package/dist/src/components/icon/comps/night.vue.mjs +15 -20
  289. package/dist/src/components/icon/comps/night.vue2.mjs +4 -0
  290. package/dist/src/components/icon/comps/paddle.vue.mjs +15 -20
  291. package/dist/src/components/icon/comps/paddle.vue2.mjs +4 -0
  292. package/dist/src/components/icon/comps/pause-fill.vue.mjs +15 -20
  293. package/dist/src/components/icon/comps/pause-fill.vue2.mjs +4 -0
  294. package/dist/src/components/icon/comps/pause-stroke.vue.mjs +15 -20
  295. package/dist/src/components/icon/comps/pause-stroke.vue2.mjs +4 -0
  296. package/dist/src/components/icon/comps/pause.vue.mjs +15 -20
  297. package/dist/src/components/icon/comps/pause.vue2.mjs +4 -0
  298. package/dist/src/components/icon/comps/photography.vue.mjs +15 -20
  299. package/dist/src/components/icon/comps/photography.vue2.mjs +4 -0
  300. package/dist/src/components/icon/comps/picnic.vue.mjs +15 -20
  301. package/dist/src/components/icon/comps/picnic.vue2.mjs +4 -0
  302. package/dist/src/components/icon/comps/pinterest.vue.mjs +15 -20
  303. package/dist/src/components/icon/comps/pinterest.vue2.mjs +4 -0
  304. package/dist/src/components/icon/comps/plane.vue.mjs +15 -20
  305. package/dist/src/components/icon/comps/plane.vue2.mjs +4 -0
  306. package/dist/src/components/icon/comps/play-fill.vue.mjs +15 -20
  307. package/dist/src/components/icon/comps/play-fill.vue2.mjs +4 -0
  308. package/dist/src/components/icon/comps/play-stroke.vue.mjs +14 -19
  309. package/dist/src/components/icon/comps/play-stroke.vue2.mjs +4 -0
  310. package/dist/src/components/icon/comps/play.vue.mjs +15 -20
  311. package/dist/src/components/icon/comps/play.vue2.mjs +4 -0
  312. package/dist/src/components/icon/comps/playground.vue.mjs +15 -20
  313. package/dist/src/components/icon/comps/playground.vue2.mjs +4 -0
  314. package/dist/src/components/icon/comps/plugin.vue.mjs +15 -20
  315. package/dist/src/components/icon/comps/plugin.vue2.mjs +4 -0
  316. package/dist/src/components/icon/comps/plus-fill.vue.mjs +15 -20
  317. package/dist/src/components/icon/comps/plus-fill.vue2.mjs +4 -0
  318. package/dist/src/components/icon/comps/plus-lg.vue.mjs +15 -20
  319. package/dist/src/components/icon/comps/plus-lg.vue2.mjs +4 -0
  320. package/dist/src/components/icon/comps/plus-sm.vue.mjs +15 -20
  321. package/dist/src/components/icon/comps/plus-sm.vue2.mjs +4 -0
  322. package/dist/src/components/icon/comps/plus-stroke.vue.mjs +15 -20
  323. package/dist/src/components/icon/comps/plus-stroke.vue2.mjs +4 -0
  324. package/dist/src/components/icon/comps/print.vue.mjs +15 -20
  325. package/dist/src/components/icon/comps/print.vue2.mjs +4 -0
  326. package/dist/src/components/icon/comps/protection-fill.vue.mjs +15 -20
  327. package/dist/src/components/icon/comps/protection-fill.vue2.mjs +4 -0
  328. package/dist/src/components/icon/comps/protection-stroke.vue.mjs +14 -19
  329. package/dist/src/components/icon/comps/protection-stroke.vue2.mjs +4 -0
  330. package/dist/src/components/icon/comps/question-fill.vue.mjs +15 -20
  331. package/dist/src/components/icon/comps/question-fill.vue2.mjs +4 -0
  332. package/dist/src/components/icon/comps/question-stroke.vue.mjs +15 -20
  333. package/dist/src/components/icon/comps/question-stroke.vue2.mjs +4 -0
  334. package/dist/src/components/icon/comps/refresh.vue.mjs +15 -20
  335. package/dist/src/components/icon/comps/refresh.vue2.mjs +4 -0
  336. package/dist/src/components/icon/comps/reload.vue.mjs +15 -20
  337. package/dist/src/components/icon/comps/reload.vue2.mjs +4 -0
  338. package/dist/src/components/icon/comps/returns.vue.mjs +16 -21
  339. package/dist/src/components/icon/comps/returns.vue2.mjs +4 -0
  340. package/dist/src/components/icon/comps/run.vue.mjs +15 -20
  341. package/dist/src/components/icon/comps/run.vue2.mjs +4 -0
  342. package/dist/src/components/icon/comps/scan-barcode.vue.mjs +15 -20
  343. package/dist/src/components/icon/comps/scan-barcode.vue2.mjs +4 -0
  344. package/dist/src/components/icon/comps/search.vue.mjs +15 -20
  345. package/dist/src/components/icon/comps/search.vue2.mjs +4 -0
  346. package/dist/src/components/icon/comps/service-shop.vue.mjs +15 -20
  347. package/dist/src/components/icon/comps/service-shop.vue2.mjs +4 -0
  348. package/dist/src/components/icon/comps/shipping-prep.vue.mjs +16 -21
  349. package/dist/src/components/icon/comps/shipping-prep.vue2.mjs +4 -0
  350. package/dist/src/components/icon/comps/shipping-truck.vue.mjs +16 -21
  351. package/dist/src/components/icon/comps/shipping-truck.vue2.mjs +4 -0
  352. package/dist/src/components/icon/comps/shipping.vue.mjs +15 -20
  353. package/dist/src/components/icon/comps/shipping.vue2.mjs +4 -0
  354. package/dist/src/components/icon/comps/shopping-bag-fill.vue.mjs +15 -20
  355. package/dist/src/components/icon/comps/shopping-bag-fill.vue2.mjs +4 -0
  356. package/dist/src/components/icon/comps/shopping-bag.vue.mjs +15 -20
  357. package/dist/src/components/icon/comps/shopping-bag.vue2.mjs +4 -0
  358. package/dist/src/components/icon/comps/shrink.vue.mjs +15 -20
  359. package/dist/src/components/icon/comps/shrink.vue2.mjs +4 -0
  360. package/dist/src/components/icon/comps/size-chart.vue.mjs +15 -20
  361. package/dist/src/components/icon/comps/size-chart.vue2.mjs +4 -0
  362. package/dist/src/components/icon/comps/ski-boot.vue.mjs +14 -19
  363. package/dist/src/components/icon/comps/ski-boot.vue2.mjs +4 -0
  364. package/dist/src/components/icon/comps/ski.vue.mjs +15 -20
  365. package/dist/src/components/icon/comps/ski.vue2.mjs +4 -0
  366. package/dist/src/components/icon/comps/snow-shop.vue.mjs +15 -20
  367. package/dist/src/components/icon/comps/snow-shop.vue2.mjs +4 -0
  368. package/dist/src/components/icon/comps/snow.vue.mjs +15 -20
  369. package/dist/src/components/icon/comps/snow.vue2.mjs +4 -0
  370. package/dist/src/components/icon/comps/sort.vue.mjs +14 -19
  371. package/dist/src/components/icon/comps/sort.vue2.mjs +4 -0
  372. package/dist/src/components/icon/comps/star-100.vue.mjs +15 -20
  373. package/dist/src/components/icon/comps/star-100.vue2.mjs +4 -0
  374. package/dist/src/components/icon/comps/star-25.vue.mjs +14 -19
  375. package/dist/src/components/icon/comps/star-25.vue2.mjs +4 -0
  376. package/dist/src/components/icon/comps/star-50.vue.mjs +14 -19
  377. package/dist/src/components/icon/comps/star-50.vue2.mjs +4 -0
  378. package/dist/src/components/icon/comps/star-75.vue.mjs +14 -19
  379. package/dist/src/components/icon/comps/star-75.vue2.mjs +4 -0
  380. package/dist/src/components/icon/comps/star-stroke.vue.mjs +14 -19
  381. package/dist/src/components/icon/comps/star-stroke.vue2.mjs +4 -0
  382. package/dist/src/components/icon/comps/storefront.vue.mjs +15 -20
  383. package/dist/src/components/icon/comps/storefront.vue2.mjs +4 -0
  384. package/dist/src/components/icon/comps/swim.vue.mjs +15 -20
  385. package/dist/src/components/icon/comps/swim.vue2.mjs +4 -0
  386. package/dist/src/components/icon/comps/telephone.vue.mjs +15 -20
  387. package/dist/src/components/icon/comps/telephone.vue2.mjs +4 -0
  388. package/dist/src/components/icon/comps/tent.vue.mjs +15 -20
  389. package/dist/src/components/icon/comps/tent.vue2.mjs +4 -0
  390. package/dist/src/components/icon/comps/trash.vue.mjs +14 -19
  391. package/dist/src/components/icon/comps/trash.vue2.mjs +4 -0
  392. package/dist/src/components/icon/comps/twitter.vue.mjs +15 -20
  393. package/dist/src/components/icon/comps/twitter.vue2.mjs +4 -0
  394. package/dist/src/components/icon/comps/upload.vue.mjs +15 -20
  395. package/dist/src/components/icon/comps/upload.vue2.mjs +4 -0
  396. package/dist/src/components/icon/comps/verified-purchaser.vue.mjs +15 -20
  397. package/dist/src/components/icon/comps/verified-purchaser.vue2.mjs +4 -0
  398. package/dist/src/components/icon/comps/virtual-outfitting.vue.mjs +15 -20
  399. package/dist/src/components/icon/comps/virtual-outfitting.vue2.mjs +4 -0
  400. package/dist/src/components/icon/comps/warning-fill.vue.mjs +15 -20
  401. package/dist/src/components/icon/comps/warning-fill.vue2.mjs +4 -0
  402. package/dist/src/components/icon/comps/warning-stroke.vue.mjs +15 -20
  403. package/dist/src/components/icon/comps/warning-stroke.vue2.mjs +4 -0
  404. package/dist/src/components/icon/comps/water.vue.mjs +15 -20
  405. package/dist/src/components/icon/comps/water.vue2.mjs +4 -0
  406. package/dist/src/components/icon/comps/wilderness.vue.mjs +15 -20
  407. package/dist/src/components/icon/comps/wilderness.vue2.mjs +4 -0
  408. package/dist/src/components/icon/comps/x-fill.vue.mjs +15 -20
  409. package/dist/src/components/icon/comps/x-fill.vue2.mjs +4 -0
  410. package/dist/src/components/icon/comps/x-lg.vue.mjs +15 -20
  411. package/dist/src/components/icon/comps/x-lg.vue2.mjs +4 -0
  412. package/dist/src/components/icon/comps/x-sm.vue.mjs +15 -20
  413. package/dist/src/components/icon/comps/x-sm.vue2.mjs +4 -0
  414. package/dist/src/components/icon/comps/x-stroke.vue.mjs +15 -20
  415. package/dist/src/components/icon/comps/x-stroke.vue2.mjs +4 -0
  416. package/dist/src/components/icon/comps/youtube.vue.mjs +15 -20
  417. package/dist/src/components/icon/comps/youtube.vue2.mjs +4 -0
  418. package/dist/src/components/icon/comps/zoom-in.vue.mjs +15 -20
  419. package/dist/src/components/icon/comps/zoom-in.vue2.mjs +4 -0
  420. package/dist/src/components/icon/comps/zoom-out.vue.mjs +15 -20
  421. package/dist/src/components/icon/comps/zoom-out.vue2.mjs +4 -0
  422. package/dist/src/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  423. package/dist/src/components/image/CdrImg.vue.mjs +7 -123
  424. package/dist/src/components/image/CdrImg.vue2.mjs +107 -0
  425. package/dist/src/components/image/styles/CdrImg.module.scss.mjs +8 -8
  426. package/dist/src/components/input/CdrInput.vue.mjs +7 -245
  427. package/dist/src/components/input/CdrInput.vue2.mjs +213 -0
  428. package/dist/src/components/input/styles/CdrInput.module.scss.mjs +34 -34
  429. package/dist/src/components/labelStandalone/CdrLabelStandalone.vue.mjs +7 -68
  430. package/dist/src/components/labelStandalone/CdrLabelStandalone.vue2.mjs +53 -0
  431. package/dist/src/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +12 -12
  432. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue.mjs +7 -42
  433. package/dist/src/components/labelWrapper/CdrLabelWrapper.vue2.mjs +31 -0
  434. package/dist/src/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +23 -23
  435. package/dist/src/components/link/CdrLink.vue.mjs +7 -72
  436. package/dist/src/components/link/CdrLink.vue2.mjs +59 -0
  437. package/dist/src/components/link/styles/CdrLink.module.scss.mjs +3 -3
  438. package/dist/src/components/list/CdrList.vue.mjs +7 -48
  439. package/dist/src/components/list/CdrList.vue2.mjs +39 -0
  440. package/dist/src/components/list/styles/CdrList.module.scss.mjs +7 -7
  441. package/dist/src/components/modal/CdrModal.vue.mjs +7 -239
  442. package/dist/src/components/modal/CdrModal.vue2.mjs +225 -0
  443. package/dist/src/components/modal/onTransitionEnd.mjs +13 -10
  444. package/dist/src/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  445. package/dist/src/components/pagination/CdrPagination.vue.mjs +7 -226
  446. package/dist/src/components/pagination/CdrPagination.vue2.mjs +223 -0
  447. package/dist/src/components/pagination/styles/CdrPagination.module.scss.mjs +53 -53
  448. package/dist/src/components/popover/CdrPopover.vue.mjs +7 -150
  449. package/dist/src/components/popover/CdrPopover.vue2.mjs +136 -0
  450. package/dist/src/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  451. package/dist/src/components/popup/CdrPopup.vue.mjs +7 -109
  452. package/dist/src/components/popup/CdrPopup.vue2.mjs +94 -0
  453. package/dist/src/components/popup/calculatePlacement.mjs +22 -18
  454. package/dist/src/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  455. package/dist/src/components/quote/CdrQuote.vue.mjs +7 -63
  456. package/dist/src/components/quote/CdrQuote.vue2.mjs +51 -0
  457. package/dist/src/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  458. package/dist/src/components/radio/CdrRadio.vue.mjs +7 -116
  459. package/dist/src/components/radio/CdrRadio.vue2.mjs +108 -0
  460. package/dist/src/components/radio/styles/CdrRadio.module.scss.mjs +25 -25
  461. package/dist/src/components/rating/CdrRating.vue.mjs +7 -106
  462. package/dist/src/components/rating/CdrRating.vue2.mjs +86 -0
  463. package/dist/src/components/rating/styles/CdrRating.module.scss.mjs +28 -28
  464. package/dist/src/components/select/CdrSelect.vue.mjs +7 -222
  465. package/dist/src/components/select/CdrSelect.vue2.mjs +196 -0
  466. package/dist/src/components/select/styles/CdrSelect.module.scss.mjs +42 -42
  467. package/dist/src/components/skeleton/CdrSkeleton.vue.mjs +7 -36
  468. package/dist/src/components/skeleton/CdrSkeleton.vue2.mjs +29 -0
  469. package/dist/src/components/skeleton/CdrSkeletonBone.vue.mjs +7 -41
  470. package/dist/src/components/skeleton/CdrSkeletonBone.vue2.mjs +29 -0
  471. package/dist/src/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  472. package/dist/src/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  473. package/dist/src/components/skeleton/symbols.mjs +4 -0
  474. package/dist/src/components/switch/CdrSwitch.vue.mjs +7 -94
  475. package/dist/src/components/switch/CdrSwitch.vue2.mjs +78 -0
  476. package/dist/src/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  477. package/dist/src/components/table/CdrTable.vue.mjs +7 -73
  478. package/dist/src/components/table/CdrTable.vue2.mjs +58 -0
  479. package/dist/src/components/table/styles/CdrTable.module.scss.mjs +13 -13
  480. package/dist/src/components/tabs/CdrTabPanel.vue.mjs +7 -47
  481. package/dist/src/components/tabs/CdrTabPanel.vue2.mjs +40 -0
  482. package/dist/src/components/tabs/CdrTabs.vue.mjs +7 -186
  483. package/dist/src/components/tabs/CdrTabs.vue2.mjs +157 -0
  484. package/dist/src/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  485. package/dist/src/components/tabs/styles/CdrTabs.module.scss.mjs +30 -30
  486. package/dist/src/components/tabs/symbols.mjs +4 -0
  487. package/dist/src/components/text/CdrText.vue.mjs +7 -30
  488. package/dist/src/components/text/CdrText.vue2.mjs +24 -0
  489. package/dist/src/components/text/styles/CdrText.module.scss.mjs +1 -1
  490. package/dist/src/components/toast/CdrToast.vue.mjs +7 -124
  491. package/dist/src/components/toast/CdrToast.vue2.mjs +103 -0
  492. package/dist/src/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  493. package/dist/src/components/toggleButton/CdrToggleButton.vue.mjs +7 -39
  494. package/dist/src/components/toggleButton/CdrToggleButton.vue2.mjs +32 -0
  495. package/dist/src/components/toggleButton/CdrToggleGroup.vue.mjs +7 -85
  496. package/dist/src/components/toggleButton/CdrToggleGroup.vue2.mjs +74 -0
  497. package/dist/src/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  498. package/dist/src/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  499. package/dist/src/components/toggleButton/symbols.mjs +4 -0
  500. package/dist/src/components/tooltip/CdrTooltip.vue.mjs +7 -113
  501. package/dist/src/components/tooltip/CdrTooltip.vue2.mjs +98 -0
  502. package/dist/src/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  503. package/dist/src/lib.mjs +316 -316
  504. package/dist/src/props/size.mjs +4 -1
  505. package/dist/src/utils/buildClass.mjs +1 -1
  506. package/dist/src/utils/debounce.mjs +9 -0
  507. package/dist/src/utils/kebabCase.mjs +6 -0
  508. package/dist/src/utils/mapClasses.mjs +4 -1
  509. package/dist/style/cdr-accordion-group.css +1 -1
  510. package/dist/style/cdr-accordion.css +1 -1
  511. package/dist/style/cdr-banner.css +1 -1
  512. package/dist/style/cdr-breadcrumb.css +1 -1
  513. package/dist/style/cdr-button.css +1 -1
  514. package/dist/style/cdr-caption.css +1 -1
  515. package/dist/style/cdr-card.css +1 -1
  516. package/dist/style/cdr-checkbox.css +1 -1
  517. package/dist/style/cdr-chip-group.css +1 -1
  518. package/dist/style/cdr-chip.css +1 -1
  519. package/dist/style/cdr-container.css +1 -1
  520. package/dist/style/cdr-form-error.css +1 -1
  521. package/dist/style/cdr-form-group.css +1 -1
  522. package/dist/style/cdr-grid.css +1 -1
  523. package/dist/style/cdr-icon.css +1 -1
  524. package/dist/style/cdr-img.css +1 -1
  525. package/dist/style/cdr-input.css +1 -1
  526. package/dist/style/cdr-label-standalone.css +1 -1
  527. package/dist/style/cdr-label-wrapper.css +1 -1
  528. package/dist/style/cdr-link.css +1 -1
  529. package/dist/style/cdr-list.css +1 -1
  530. package/dist/style/cdr-modal.css +1 -1
  531. package/dist/style/cdr-pagination.css +1 -1
  532. package/dist/style/cdr-popover.css +1 -1
  533. package/dist/style/cdr-popup.css +1 -1
  534. package/dist/style/cdr-quote.css +1 -1
  535. package/dist/style/cdr-radio.css +1 -1
  536. package/dist/style/cdr-rating.css +1 -1
  537. package/dist/style/cdr-select.css +1 -1
  538. package/dist/style/cdr-skeleton-bone.css +1 -1
  539. package/dist/style/cdr-skeleton.css +1 -1
  540. package/dist/style/cdr-switch.css +1 -1
  541. package/dist/style/cdr-tab-panel.css +1 -1
  542. package/dist/style/cdr-table.css +1 -1
  543. package/dist/style/cdr-tabs.css +1 -1
  544. package/dist/style/cdr-text.css +1 -1
  545. package/dist/style/cdr-toast.css +1 -1
  546. package/dist/style/cdr-toggle-button.css +1 -1
  547. package/dist/style/cdr-toggle-group.css +1 -1
  548. package/dist/style/cdr-tooltip.css +1 -1
  549. package/dist/style.css +1 -1
  550. package/package.json +20 -16
@@ -1,18 +1,18 @@
1
1
  const n = {
2
- "cdr-banner": "cdr-banner_13-5-2",
3
- "cdr-banner__wrapper--prominence": "cdr-banner__wrapper--prominence_13-5-2",
4
- "cdr-banner__main": "cdr-banner__main_13-5-2",
5
- "cdr-banner__icon-left": "cdr-banner__icon-left_13-5-2",
6
- "cdr-banner__message": "cdr-banner__message_13-5-2",
7
- "cdr-banner__message-body": "cdr-banner__message-body_13-5-2",
8
- "cdr-banner__icon-right": "cdr-banner__icon-right_13-5-2",
9
- "cdr-banner__info-action": "cdr-banner__info-action_13-5-2",
10
- "cdr-banner--default": "cdr-banner--default_13-5-2",
11
- "cdr-banner__wrapper": "cdr-banner__wrapper_13-5-2",
12
- "cdr-banner--info": "cdr-banner--info_13-5-2",
13
- "cdr-banner--warning": "cdr-banner--warning_13-5-2",
14
- "cdr-banner--success": "cdr-banner--success_13-5-2",
15
- "cdr-banner--error": "cdr-banner--error_13-5-2"
2
+ "cdr-banner": "cdr-banner_14-0-0-ts-0",
3
+ "cdr-banner__wrapper--prominence": "cdr-banner__wrapper--prominence_14-0-0-ts-0",
4
+ "cdr-banner__main": "cdr-banner__main_14-0-0-ts-0",
5
+ "cdr-banner__icon-left": "cdr-banner__icon-left_14-0-0-ts-0",
6
+ "cdr-banner__message": "cdr-banner__message_14-0-0-ts-0",
7
+ "cdr-banner__message-body": "cdr-banner__message-body_14-0-0-ts-0",
8
+ "cdr-banner__icon-right": "cdr-banner__icon-right_14-0-0-ts-0",
9
+ "cdr-banner__info-action": "cdr-banner__info-action_14-0-0-ts-0",
10
+ "cdr-banner--default": "cdr-banner--default_14-0-0-ts-0",
11
+ "cdr-banner__wrapper": "cdr-banner__wrapper_14-0-0-ts-0",
12
+ "cdr-banner--info": "cdr-banner--info_14-0-0-ts-0",
13
+ "cdr-banner--warning": "cdr-banner--warning_14-0-0-ts-0",
14
+ "cdr-banner--success": "cdr-banner--success_14-0-0-ts-0",
15
+ "cdr-banner--error": "cdr-banner--error_14-0-0-ts-0"
16
16
  };
17
17
  export {
18
18
  n as default
@@ -1,115 +1,9 @@
1
- import { defineComponent as h, ref as u, computed as b, watch as g, useCssModule as p, openBlock as r, createElementBlock as l, normalizeClass as s, createElementVNode as n, createCommentVNode as f, Fragment as k, renderList as C, withDirectives as _, renderSlot as $, toDisplayString as E, vShow as v, nextTick as L } from "vue";
2
- import B from "../../utils/uid.mjs";
3
- import w from "./styles/CdrBreadcrumb.module.scss.mjs";
4
- import q from "../../../_virtual/_plugin-vue_export-helper.mjs";
5
- const S = h({
6
- name: "CdrBreadcrumb",
7
- props: {
8
- /**
9
- * Sets the array of a breadcrumb object containing a 'url' and 'name' property.
10
- * @demoIgnore true
11
- */
12
- items: {
13
- type: Array,
14
- default: () => [],
15
- validator: (e) => {
16
- if (e.length && e.length > 0)
17
- for (let t = 0; t < e.length; t += 1) {
18
- if (typeof e[t].item != "object")
19
- return console.error("Breadcrumb items array missing item key at index ", t), !1;
20
- if (!Object.hasOwnProperty.call(e[t].item, "name"))
21
- return console.error("Breadcrumb items array is missing item.name value at index ", t), !1;
22
- }
23
- return !0;
24
- }
25
- },
26
- /**
27
- * Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.
28
- */
29
- truncationEnabled: {
30
- type: Boolean,
31
- default: !0
32
- },
33
- /**
34
- * Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.
35
- * @demoIgnore true
36
- */
37
- id: {
38
- type: String
39
- }
40
- },
41
- emits: {
42
- /**
43
- * Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.
44
- * @param breadcrumb The breadcrumb data object
45
- */
46
- navigate: null
47
- },
48
- setup(e) {
49
- const t = e.id ? e.id : B(), a = u(e.truncationEnabled && e.items.length > 2), o = u(null), d = b(() => {
50
- const i = e.items.length - 2 > 1 ? "s" : "";
51
- return `show ${e.items.length - 2} more navigation level${i}`;
52
- }), m = () => {
53
- a.value = !1, L(() => {
54
- o.value.querySelector("li a").focus();
55
- });
56
- };
57
- return g(() => e.items, () => {
58
- a.value = e.truncationEnabled && e.items.length > 2;
59
- }), {
60
- style: p(),
61
- uniqueId: t,
62
- truncate: a,
63
- itemListEl: o,
64
- ellipsisLabel: d,
65
- handleEllipsisClick: m
66
- };
67
- }
68
- }), I = ["id"], M = ["id"], j = ["aria-controls", "aria-label"], D = ["href", "onClick"];
69
- function N(e, t, a, o, d, m) {
70
- return r(), l("nav", {
71
- class: s(e.style["cdr-breadcrumb"]),
72
- id: e.uniqueId,
73
- "aria-label": "breadcrumbs"
74
- }, [n("ol", {
75
- id: `${e.uniqueId}List`,
76
- class: s(e.style["cdr-breadcrumb__list"]),
77
- ref: "itemListEl"
78
- }, [e.truncate ? (r(), l("li", {
79
- key: 0,
80
- class: s(e.style["cdr-breadcrumb__item"])
81
- }, [n("button", {
82
- onClick: t[0] || (t[0] = (...i) => e.handleEllipsisClick && e.handleEllipsisClick(...i)),
83
- "aria-expanded": "false",
84
- class: s(e.style["cdr-breadcrumb__ellipses"]),
85
- "aria-controls": `${e.uniqueId}List`,
86
- "aria-label": e.ellipsisLabel
87
- }, [n("span", {
88
- class: s(e.style["cdr-breadcrumb__ellipses-icon"]),
89
- "aria-hidden": "true"
90
- }, " . . . ", 2)], 10, j), n("span", {
91
- class: s(e.style["cdr-breadcrumb__delimiter"]),
92
- "aria-hidden": "true"
93
- }, " / ", 2)], 2)) : f("", !0), (r(!0), l(k, null, C(e.items, (i, c) => _((r(), l("li", {
94
- class: s(e.style["cdr-breadcrumb__item"]),
95
- key: i.item.id || i.item.name.replace(/ /g, "-").toLowerCase()
96
- }, [$(e.$slots, "link", {
97
- class: s(e.style["cdr-breadcrumb__link"]),
98
- href: i.item.url,
99
- content: i.item.name
100
- }, () => [n("a", {
101
- class: s(e.style["cdr-breadcrumb__link"]),
102
- href: i.item.url,
103
- onClick: (y) => e.$emit("navigate", i, y)
104
- }, E(i.item.name), 11, D)]), c < e.items.length - 1 ? (r(), l("span", {
105
- key: 0,
106
- class: s(e.style["cdr-breadcrumb__delimiter"]),
107
- "aria-hidden": "true"
108
- }, " / ", 2)) : f("", !0)], 2)), [[v, !e.truncate || c >= e.items.length - 2]])), 128))], 10, M)], 10, I);
109
- }
110
- const O = {
111
- $style: w
112
- }, P = /* @__PURE__ */ q(S, [["render", N], ["__cssModules", O]]);
1
+ import s from "./CdrBreadcrumb.vue2.mjs";
2
+ import o from "./styles/CdrBreadcrumb.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]]);
113
7
  export {
114
- P as default
8
+ f as default
115
9
  };
@@ -0,0 +1,103 @@
1
+ import { defineComponent as v, useCssModule as C, ref as h, computed as E, watch as B, openBlock as s, createElementBlock as c, normalizeClass as a, unref as t, createElementVNode as o, createCommentVNode as p, Fragment as L, renderList as w, withDirectives as $, renderSlot as S, toDisplayString as x, vShow as j, nextTick as q } from "vue";
2
+ import A from "../../utils/uid.mjs";
3
+ const D = ["id"], N = ["id"], O = ["aria-controls", "aria-label"], V = ["href", "onClick"], I = /* @__PURE__ */ v({
4
+ name: "CdrBreadcrumb",
5
+ __name: "CdrBreadcrumb",
6
+ props: {
7
+ /**
8
+ * Sets the array of a breadcrumb object containing a 'url' and 'name' property.
9
+ * @demoIgnore true
10
+ */
11
+ items: {
12
+ type: Array,
13
+ default: () => [],
14
+ validator: (r) => {
15
+ if (r.length && r.length > 0)
16
+ for (let e = 0; e < r.length; e += 1) {
17
+ if (typeof r[e].item != "object")
18
+ return console.error("Breadcrumb items array missing item key at index ", e), !1;
19
+ if (!Object.hasOwnProperty.call(r[e].item, "name"))
20
+ return console.error("Breadcrumb items array is missing item.name value at index ", e), !1;
21
+ }
22
+ return !0;
23
+ }
24
+ },
25
+ /**
26
+ * Controls the ability to truncate the entire breadcrumb path. If this value is false, truncation will no longer occur.
27
+ */
28
+ truncationEnabled: {
29
+ type: Boolean,
30
+ default: !0
31
+ },
32
+ /**
33
+ * Define a custom ID for the `<nav>` element. Randomly generated if no ID provided.
34
+ * @demoIgnore true
35
+ */
36
+ id: {
37
+ type: String
38
+ }
39
+ },
40
+ emits: {
41
+ /**
42
+ * Emits when a breadcrumb item is clicked. `e.preventDefault()` may be used to override the default link navigation.
43
+ * @param breadcrumb The breadcrumb data object
44
+ */
45
+ navigate: null
46
+ },
47
+ setup(r) {
48
+ const e = r, i = C(), m = e.id ? e.id : A(), d = h(e.truncationEnabled && e.items.length > 2), f = h(null), _ = h(null), g = E(() => {
49
+ const n = e.items.length - 2 > 1 ? "s" : "";
50
+ return `show ${e.items.length - 2} more navigation level${n}`;
51
+ }), y = () => {
52
+ d.value = !1, q(() => {
53
+ var n, u;
54
+ _.value = (n = f.value) == null ? void 0 : n.querySelector("li a"), (u = _.value) == null || u.focus();
55
+ });
56
+ };
57
+ return B(() => e.items, () => {
58
+ d.value = e.truncationEnabled && e.items.length > 2;
59
+ }), (n, u) => (s(), c("nav", {
60
+ class: a(t(i)["cdr-breadcrumb"]),
61
+ id: t(m),
62
+ "aria-label": "breadcrumbs"
63
+ }, [o("ol", {
64
+ id: `${t(m)}List`,
65
+ class: a(t(i)["cdr-breadcrumb__list"]),
66
+ ref_key: "itemListEl",
67
+ ref: f
68
+ }, [d.value ? (s(), c("li", {
69
+ key: 0,
70
+ class: a(t(i)["cdr-breadcrumb__item"])
71
+ }, [o("button", {
72
+ onClick: y,
73
+ "aria-expanded": "false",
74
+ class: a(t(i)["cdr-breadcrumb__ellipses"]),
75
+ "aria-controls": `${t(m)}List`,
76
+ "aria-label": g.value
77
+ }, [o("span", {
78
+ class: a(t(i)["cdr-breadcrumb__ellipses-icon"]),
79
+ "aria-hidden": "true"
80
+ }, " . . . ", 2)], 10, O), o("span", {
81
+ class: a(t(i)["cdr-breadcrumb__delimiter"]),
82
+ "aria-hidden": "true"
83
+ }, " / ", 2)], 2)) : p("", !0), (s(!0), c(L, null, w(r.items, (l, b) => $((s(), c("li", {
84
+ class: a(t(i)["cdr-breadcrumb__item"]),
85
+ key: l.item.id || l.item.name.replace(/ /g, "-").toLowerCase()
86
+ }, [S(n.$slots, "link", {
87
+ class: a(t(i)["cdr-breadcrumb__link"]),
88
+ href: l.item.url,
89
+ content: l.item.name
90
+ }, () => [o("a", {
91
+ class: a(t(i)["cdr-breadcrumb__link"]),
92
+ href: l.item.url,
93
+ onClick: (k) => n.$emit("navigate", l, k)
94
+ }, x(l.item.name), 11, V)]), b < r.items.length - 1 ? (s(), c("span", {
95
+ key: 0,
96
+ class: a(t(i)["cdr-breadcrumb__delimiter"]),
97
+ "aria-hidden": "true"
98
+ }, " / ", 2)) : p("", !0)], 2)), [[j, !d.value || b >= r.items.length - 2]])), 128))], 10, N)], 10, D));
99
+ }
100
+ });
101
+ export {
102
+ I as default
103
+ };
@@ -1,11 +1,11 @@
1
1
  const r = {
2
- "cdr-breadcrumb": "cdr-breadcrumb_13-5-2",
3
- "cdr-breadcrumb__list": "cdr-breadcrumb__list_13-5-2",
4
- "cdr-breadcrumb__item": "cdr-breadcrumb__item_13-5-2",
5
- "cdr-breadcrumb__link": "cdr-breadcrumb__link_13-5-2",
6
- "cdr-breadcrumb__delimiter": "cdr-breadcrumb__delimiter_13-5-2",
7
- "cdr-breadcrumb__ellipses": "cdr-breadcrumb__ellipses_13-5-2",
8
- "cdr-breadcrumb__ellipses-icon": "cdr-breadcrumb__ellipses-icon_13-5-2"
2
+ "cdr-breadcrumb": "cdr-breadcrumb_14-0-0-ts-0",
3
+ "cdr-breadcrumb__list": "cdr-breadcrumb__list_14-0-0-ts-0",
4
+ "cdr-breadcrumb__item": "cdr-breadcrumb__item_14-0-0-ts-0",
5
+ "cdr-breadcrumb__link": "cdr-breadcrumb__link_14-0-0-ts-0",
6
+ "cdr-breadcrumb__delimiter": "cdr-breadcrumb__delimiter_14-0-0-ts-0",
7
+ "cdr-breadcrumb__ellipses": "cdr-breadcrumb__ellipses_14-0-0-ts-0",
8
+ "cdr-breadcrumb__ellipses-icon": "cdr-breadcrumb__ellipses-icon_14-0-0-ts-0"
9
9
  };
10
10
  export {
11
11
  r as default
@@ -1,104 +1,9 @@
1
- import { defineComponent as y, computed as o, useCssModule as C, openBlock as g, createBlock as h, resolveDynamicComponent as p, normalizeClass as $, withCtx as b, renderSlot as n } from "vue";
2
- import B from "../../utils/mapClasses.mjs";
3
- import { buildBooleanClass as k, responsiveModifyClass as w } from "../../utils/buildClass.mjs";
4
- import e from "../../utils/propValidator.mjs";
5
- import O from "./styles/CdrButton.module.scss.mjs";
6
- import v from "../../../_virtual/_plugin-vue_export-helper.mjs";
7
- const z = y({
8
- name: "CdrButton",
9
- props: {
10
- /**
11
- * Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
12
- * @demoIgnore true
13
- * @values button, a
14
- */
15
- tag: {
16
- type: String,
17
- default: "button",
18
- validator: (t) => e(t, ["button", "a"])
19
- },
20
- /**
21
- * Sets the button type
22
- * @demoIgnore true
23
- * @values button, submit, reset
24
- */
25
- type: {
26
- type: String,
27
- default: "button",
28
- validator: (t) => e(t, ["button", "submit", "reset"])
29
- },
30
- /**
31
- * Modifies the style variant for this component
32
- * @demoSelectMultiple false
33
- * @values primary, secondary, sale, dark, link
34
- */
35
- modifier: {
36
- type: String,
37
- default: "primary",
38
- validator: (t) => e(t, ["primary", "secondary", "sale", "dark", "link"])
39
- },
40
- /**
41
- * Sets the button size; values can target responsive breakpoints. Example: `large@sm`.
42
- * @demoSelectMultiple false
43
- * @values small, medium, large
44
- */
45
- size: {
46
- type: String,
47
- default: "medium",
48
- validator: (t) => e(t, ["small", "medium", "large"])
49
- },
50
- /**
51
- * Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.
52
- */
53
- fullWidth: {
54
- type: [String, Boolean],
55
- default: !1,
56
- validator: (t) => typeof t == "string" ? e(t, ["@xs", "@sm", "@md", "@lg"], !1) : typeof t == "boolean"
57
- },
58
- /**
59
- * Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'
60
- */
61
- iconOnly: {
62
- type: Boolean,
63
- default: !1
64
- },
65
- /**
66
- * Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.
67
- */
68
- withBackground: {
69
- type: Boolean,
70
- default: !1
71
- }
72
- },
73
- setup(t, l) {
74
- const s = "cdr-button", a = o(() => t.tag === "button" ? t.type : null), i = o(() => `${s}--${t.modifier}`), r = o(() => !t.iconOnly && t.fullWidth && k(s, t.fullWidth, "full-width")), d = o(() => t.iconOnly ? `cdr-button--icon-only-${t.size}` : w(s, "", t.size)), u = o(() => l.slots["icon-left"] && l.slots.default && `${s}--has-icon-left`), f = o(() => l.slots["icon-right"] && l.slots.default && `${s}--has-icon-right`), c = o(() => t.iconOnly && `${s}--icon-only`), m = o(() => t.iconOnly && t.withBackground && `${s}--with-background`);
75
- return {
76
- style: C(),
77
- mapClasses: B,
78
- baseClass: s,
79
- buttonType: a,
80
- modifierClass: i,
81
- fullWidthClass: r,
82
- sizeClass: d,
83
- iconLeftClass: u,
84
- iconRightClass: f,
85
- iconOnlyClass: c,
86
- withBackgroundClass: m
87
- };
88
- }
89
- });
90
- function S(t, l, s, a, i, r) {
91
- return g(), h(p(t.tag), {
92
- class: $(t.mapClasses(t.style, t.baseClass, t.modifierClass, t.sizeClass, t.fullWidthClass, t.iconOnlyClass, t.iconLeftClass, t.iconRightClass, t.withBackgroundClass)),
93
- type: t.buttonType
94
- }, {
95
- default: b(() => [n(t.$slots, "icon-left"), n(t.$slots, "icon"), n(t.$slots, "default"), n(t.$slots, "icon-right")]),
96
- _: 3
97
- }, 8, ["class", "type"]);
98
- }
99
- const W = {
100
- $style: O
101
- }, j = /* @__PURE__ */ v(z, [["render", S], ["__cssModules", W]]);
1
+ import o from "./CdrButton.vue2.mjs";
2
+ import s from "./styles/CdrButton.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]]);
102
7
  export {
103
- j as default
8
+ f as default
104
9
  };
@@ -0,0 +1,85 @@
1
+ import { defineComponent as h, useSlots as v, useCssModule as b, computed as e, openBlock as B, createBlock as $, resolveDynamicComponent as k, normalizeClass as S, unref as r, withCtx as w, renderSlot as i } from "vue";
2
+ import O from "../../utils/mapClasses.mjs";
3
+ import { buildBooleanClass as z, responsiveModifyClass as W } from "../../utils/buildClass.mjs";
4
+ import n from "../../utils/propValidator.mjs";
5
+ const l = "cdr-button", T = /* @__PURE__ */ h({
6
+ name: "CdrButton",
7
+ __name: "CdrButton",
8
+ props: {
9
+ /**
10
+ * Renders CdrButton as a <button> or <a> element. When using the value of <a>, this element renders as an anchor link.
11
+ * @demoIgnore true
12
+ * @values button, a
13
+ */
14
+ tag: {
15
+ type: String,
16
+ default: "button",
17
+ validator: (t) => n(t, ["button", "a"])
18
+ },
19
+ /**
20
+ * Sets the button type
21
+ * @demoIgnore true
22
+ * @values button, submit, reset
23
+ */
24
+ type: {
25
+ type: String,
26
+ default: "button",
27
+ validator: (t) => n(t, ["button", "submit", "reset"])
28
+ },
29
+ /**
30
+ * Modifies the style variant for this component
31
+ * @demoSelectMultiple false
32
+ * @values primary, secondary, sale, dark, link
33
+ */
34
+ modifier: {
35
+ type: String,
36
+ default: "primary",
37
+ validator: (t) => n(t, ["primary", "secondary", "sale", "dark", "link"])
38
+ },
39
+ /**
40
+ * Sets the button size; values can target responsive breakpoints. Example: `large@sm`.
41
+ * @demoSelectMultiple false
42
+ * @values small, medium, large
43
+ */
44
+ size: {
45
+ type: String,
46
+ default: "medium",
47
+ validator: (t) => n(t, ["small", "medium", "large"])
48
+ },
49
+ /**
50
+ * Sets button width to 100%. Setting this value to true will set the button width to 100% of the parent container. Use the 'fullWidth' prop with the 'size' prop to control top and bottom padding.
51
+ */
52
+ fullWidth: {
53
+ type: [String, Boolean],
54
+ default: !1,
55
+ validator: (t) => typeof t == "string" ? n(t, ["@xs", "@sm", "@md", "@lg"], !1) : typeof t == "boolean"
56
+ },
57
+ /**
58
+ * Renders an 'icon-only' button. When this value is true, it will override the size and 'responsiveSize' props. Can be used in conjunction with 'with-background'
59
+ */
60
+ iconOnly: {
61
+ type: Boolean,
62
+ default: !1
63
+ },
64
+ /**
65
+ * Renders an 'icon-only' button with a background color and border. Must be used in conjunction with the 'iconOnly' prop.
66
+ */
67
+ withBackground: {
68
+ type: Boolean,
69
+ default: !1
70
+ }
71
+ },
72
+ setup(t) {
73
+ const o = t, s = v(), u = b(), d = e(() => o.tag === "button" ? o.type : null), c = e(() => `${l}--${o.modifier}`), f = e(() => !o.iconOnly && o.fullWidth ? z(l, o.fullWidth, "full-width") : ""), p = e(() => o.iconOnly ? `cdr-button--icon-only-${o.size}` : W(l, "", o.size)), m = e(() => s["icon-left"] && s.default ? `${l}--has-icon-left` : ""), y = e(() => s["icon-right"] && s.default ? `${l}--has-icon-right` : ""), g = e(() => o.iconOnly ? `${l}--icon-only` : ""), C = e(() => o.iconOnly && o.withBackground ? `${l}--with-background` : "");
74
+ return (a, M) => (B(), $(k(t.tag), {
75
+ class: S(r(O)(r(u), l, c.value, p.value, f.value, g.value, m.value, y.value, C.value)),
76
+ type: d.value
77
+ }, {
78
+ default: w(() => [i(a.$slots, "icon-left"), i(a.$slots, "icon"), i(a.$slots, "default"), i(a.$slots, "icon-right")]),
79
+ _: 3
80
+ }, 8, ["class", "type"]));
81
+ }
82
+ });
83
+ export {
84
+ T as default
85
+ };
@@ -1,35 +1,35 @@
1
1
  const t = {
2
- "cdr-button": "cdr-button_13-5-2",
3
- "cdr-button--has-icon-left": "cdr-button--has-icon-left_13-5-2",
4
- "cdr-button--has-icon-right": "cdr-button--has-icon-right_13-5-2",
5
- "cdr-button--primary": "cdr-button--primary_13-5-2",
6
- "cdr-button--secondary": "cdr-button--secondary_13-5-2",
7
- "cdr-button--dark": "cdr-button--dark_13-5-2",
8
- "cdr-button--sale": "cdr-button--sale_13-5-2",
9
- "cdr-button--link": "cdr-button--link_13-5-2",
10
- "cdr-button--large": "cdr-button--large_13-5-2",
11
- "cdr-button--medium": "cdr-button--medium_13-5-2",
12
- "cdr-button--small": "cdr-button--small_13-5-2",
13
- "cdr-button--icon-only": "cdr-button--icon-only_13-5-2",
14
- "cdr-button--icon-only-large": "cdr-button--icon-only-large_13-5-2",
15
- "cdr-button--with-background": "cdr-button--with-background_13-5-2",
16
- "cdr-button--full-width": "cdr-button--full-width_13-5-2",
17
- "cdr-button--small@xs": "cdr-button--small@xs_13-5-2",
18
- "cdr-button--medium@xs": "cdr-button--medium@xs_13-5-2",
19
- "cdr-button--large@xs": "cdr-button--large@xs_13-5-2",
20
- "cdr-button--full-width@xs": "cdr-button--full-width@xs_13-5-2",
21
- "cdr-button--small@sm": "cdr-button--small@sm_13-5-2",
22
- "cdr-button--medium@sm": "cdr-button--medium@sm_13-5-2",
23
- "cdr-button--large@sm": "cdr-button--large@sm_13-5-2",
24
- "cdr-button--full-width@sm": "cdr-button--full-width@sm_13-5-2",
25
- "cdr-button--small@md": "cdr-button--small@md_13-5-2",
26
- "cdr-button--medium@md": "cdr-button--medium@md_13-5-2",
27
- "cdr-button--large@md": "cdr-button--large@md_13-5-2",
28
- "cdr-button--full-width@md": "cdr-button--full-width@md_13-5-2",
29
- "cdr-button--small@lg": "cdr-button--small@lg_13-5-2",
30
- "cdr-button--medium@lg": "cdr-button--medium@lg_13-5-2",
31
- "cdr-button--large@lg": "cdr-button--large@lg_13-5-2",
32
- "cdr-button--full-width@lg": "cdr-button--full-width@lg_13-5-2"
2
+ "cdr-button": "cdr-button_14-0-0-ts-0",
3
+ "cdr-button--has-icon-left": "cdr-button--has-icon-left_14-0-0-ts-0",
4
+ "cdr-button--has-icon-right": "cdr-button--has-icon-right_14-0-0-ts-0",
5
+ "cdr-button--primary": "cdr-button--primary_14-0-0-ts-0",
6
+ "cdr-button--secondary": "cdr-button--secondary_14-0-0-ts-0",
7
+ "cdr-button--dark": "cdr-button--dark_14-0-0-ts-0",
8
+ "cdr-button--sale": "cdr-button--sale_14-0-0-ts-0",
9
+ "cdr-button--link": "cdr-button--link_14-0-0-ts-0",
10
+ "cdr-button--large": "cdr-button--large_14-0-0-ts-0",
11
+ "cdr-button--medium": "cdr-button--medium_14-0-0-ts-0",
12
+ "cdr-button--small": "cdr-button--small_14-0-0-ts-0",
13
+ "cdr-button--icon-only": "cdr-button--icon-only_14-0-0-ts-0",
14
+ "cdr-button--icon-only-large": "cdr-button--icon-only-large_14-0-0-ts-0",
15
+ "cdr-button--with-background": "cdr-button--with-background_14-0-0-ts-0",
16
+ "cdr-button--full-width": "cdr-button--full-width_14-0-0-ts-0",
17
+ "cdr-button--small@xs": "cdr-button--small@xs_14-0-0-ts-0",
18
+ "cdr-button--medium@xs": "cdr-button--medium@xs_14-0-0-ts-0",
19
+ "cdr-button--large@xs": "cdr-button--large@xs_14-0-0-ts-0",
20
+ "cdr-button--full-width@xs": "cdr-button--full-width@xs_14-0-0-ts-0",
21
+ "cdr-button--small@sm": "cdr-button--small@sm_14-0-0-ts-0",
22
+ "cdr-button--medium@sm": "cdr-button--medium@sm_14-0-0-ts-0",
23
+ "cdr-button--large@sm": "cdr-button--large@sm_14-0-0-ts-0",
24
+ "cdr-button--full-width@sm": "cdr-button--full-width@sm_14-0-0-ts-0",
25
+ "cdr-button--small@md": "cdr-button--small@md_14-0-0-ts-0",
26
+ "cdr-button--medium@md": "cdr-button--medium@md_14-0-0-ts-0",
27
+ "cdr-button--large@md": "cdr-button--large@md_14-0-0-ts-0",
28
+ "cdr-button--full-width@md": "cdr-button--full-width@md_14-0-0-ts-0",
29
+ "cdr-button--small@lg": "cdr-button--small@lg_14-0-0-ts-0",
30
+ "cdr-button--medium@lg": "cdr-button--medium@lg_14-0-0-ts-0",
31
+ "cdr-button--large@lg": "cdr-button--large@lg_14-0-0-ts-0",
32
+ "cdr-button--full-width@lg": "cdr-button--full-width@lg_14-0-0-ts-0"
33
33
  };
34
34
  export {
35
35
  t as default
@@ -1,47 +1,9 @@
1
- import { defineComponent as n, useCssModule as i, openBlock as e, createElementBlock as r, normalizeClass as t, toDisplayString as a, createCommentVNode as o } from "vue";
2
- import l from "./styles/CdrCaption.module.scss.mjs";
3
- import m from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const p = n({
5
- name: "CdrCaption",
6
- props: {
7
- /**
8
- * Sets the string content for the description body of the caption.
9
- * @demoIgnore true
10
- */
11
- summary: {
12
- type: String
13
- },
14
- /**
15
- * Sets the string content for attribution.
16
- * @demoIgnore true
17
- */
18
- credit: {
19
- type: String
20
- }
21
- },
22
- setup() {
23
- return {
24
- style: i(),
25
- baseClass: "cdr-caption",
26
- summaryClass: "cdr-caption__summary",
27
- citeClass: "cdr-caption__cite"
28
- };
29
- }
30
- });
31
- function c(s, u, y, C, f, $) {
32
- return e(), r("div", {
33
- class: t(s.style[s.baseClass])
34
- }, [s.summary ? (e(), r("p", {
35
- key: 0,
36
- class: t(s.style[s.summaryClass])
37
- }, a(s.summary), 3)) : o("", !0), s.credit ? (e(), r("cite", {
38
- key: 1,
39
- class: t(s.style[s.citeClass])
40
- }, a(s.credit), 3)) : o("", !0)], 2);
41
- }
42
- const d = {
43
- $style: l
44
- }, M = /* @__PURE__ */ m(p, [["render", c], ["__cssModules", d]]);
1
+ import o from "./CdrCaption.vue2.mjs";
2
+ import s from "./styles/CdrCaption.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]]);
45
7
  export {
46
- M as default
8
+ f as default
47
9
  };
@@ -0,0 +1,36 @@
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 +1,7 @@
1
- const c = {
2
- "cdr-caption": "cdr-caption_13-5-2",
3
- "cdr-caption__summary": "cdr-caption__summary_13-5-2"
1
+ const t = {
2
+ "cdr-caption": "cdr-caption_14-0-0-ts-0",
3
+ "cdr-caption__summary": "cdr-caption__summary_14-0-0-ts-0"
4
4
  };
5
5
  export {
6
- c as default
6
+ t as default
7
7
  };