@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,17 +1,17 @@
1
1
  const l = {
2
- "cdr-table": "cdr-table_13-5-2",
3
- "cdr-table--small": "cdr-table--small_13-5-2",
4
- "cdr-table--medium": "cdr-table--medium_13-5-2",
5
- "cdr-table--large": "cdr-table--large_13-5-2",
6
- "cdr-table--striped": "cdr-table--striped_13-5-2",
7
- "cdr-table--border": "cdr-table--border_13-5-2",
8
- "cdr-table--full-width": "cdr-table--full-width_13-5-2",
9
- "cdr-table--responsive": "cdr-table--responsive_13-5-2",
10
- "cdr-table--hover": "cdr-table--hover_13-5-2",
11
- "cdr-table--full-width@xs": "cdr-table--full-width@xs_13-5-2",
12
- "cdr-table--full-width@sm": "cdr-table--full-width@sm_13-5-2",
13
- "cdr-table--full-width@md": "cdr-table--full-width@md_13-5-2",
14
- "cdr-table--full-width@lg": "cdr-table--full-width@lg_13-5-2"
2
+ "cdr-table": "cdr-table_14-0-0-ts-0",
3
+ "cdr-table--small": "cdr-table--small_14-0-0-ts-0",
4
+ "cdr-table--medium": "cdr-table--medium_14-0-0-ts-0",
5
+ "cdr-table--large": "cdr-table--large_14-0-0-ts-0",
6
+ "cdr-table--striped": "cdr-table--striped_14-0-0-ts-0",
7
+ "cdr-table--border": "cdr-table--border_14-0-0-ts-0",
8
+ "cdr-table--full-width": "cdr-table--full-width_14-0-0-ts-0",
9
+ "cdr-table--responsive": "cdr-table--responsive_14-0-0-ts-0",
10
+ "cdr-table--hover": "cdr-table--hover_14-0-0-ts-0",
11
+ "cdr-table--full-width@xs": "cdr-table--full-width@xs_14-0-0-ts-0",
12
+ "cdr-table--full-width@sm": "cdr-table--full-width@sm_14-0-0-ts-0",
13
+ "cdr-table--full-width@md": "cdr-table--full-width@md_14-0-0-ts-0",
14
+ "cdr-table--full-width@lg": "cdr-table--full-width@lg_14-0-0-ts-0"
15
15
  };
16
16
  export {
17
17
  l as default
@@ -1,49 +1,9 @@
1
- import { defineComponent as r, inject as d, computed as i, useCssModule as c, watch as m, withDirectives as p, openBlock as b, createElementBlock as u, normalizeClass as f, renderSlot as h, vShow as v } from "vue";
2
- import { kebabCase as y } from "lodash-es";
3
- import $ from "./styles/CdrTabPanel.module.scss.mjs";
4
- import C from "../../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _ = r({
6
- name: "CdrTabPanel",
7
- props: {
8
- /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
9
- id: String,
10
- /** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
11
- name: String,
12
- /** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
13
- ariaLabelledby: String
14
- },
15
- emits: {
16
- /**
17
- * Emits when active tab is changed
18
- * @params state, panelId
19
- */
20
- "tab-change": null
21
- },
22
- setup(e, s) {
23
- const a = d("selectedTabName"), t = i(() => e.name === (a == null ? void 0 : a.value)), n = i(() => `${y(e.name)}-panel`), o = c();
24
- return m(t, (l) => {
25
- s.emit("tab-change", l, n.value);
26
- }), {
27
- selectedTabName: a,
28
- isActive: t,
29
- panelId: n,
30
- style: o
31
- };
32
- }
33
- }), g = ["aria-hidden", "id", "aria-labelledby"];
34
- function S(e, s, a, t, n, o) {
35
- return p((b(), u("section", {
36
- tabindex: "0",
37
- "aria-hidden": !e.isActive,
38
- role: "tabpanel",
39
- class: f(e.style["cdr-tab-panel"]),
40
- id: e.panelId,
41
- "aria-labelledby": e.name
42
- }, [h(e.$slots, "default")], 10, g)), [[v, e.isActive]]);
43
- }
44
- const k = {
45
- $style: $
46
- }, I = /* @__PURE__ */ C(_, [["render", S], ["__cssModules", k]]);
1
+ import s from "./CdrTabPanel.vue2.mjs";
2
+ import o from "./styles/CdrTabPanel.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]]);
47
7
  export {
48
- I as default
8
+ f as default
49
9
  };
@@ -0,0 +1,40 @@
1
+ import { defineComponent as c, useCssModule as d, inject as m, ref as u, computed as r, watch as b, withDirectives as p, openBlock as f, createElementBlock as h, normalizeClass as v, unref as C, renderSlot as g, vShow as y } from "vue";
2
+ import S from "../../utils/kebabCase.mjs";
3
+ import { selectedTabKey as _ } from "./symbols.mjs";
4
+ const k = ["aria-hidden", "id", "aria-labelledby"], T = /* @__PURE__ */ c({
5
+ name: "CdrTabPanel",
6
+ __name: "CdrTabPanel",
7
+ props: {
8
+ /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
9
+ id: String,
10
+ /** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
11
+ name: String,
12
+ /** Sets reference identifier for tab header. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `id` property. */
13
+ ariaLabelledby: String
14
+ },
15
+ emits: {
16
+ /**
17
+ * Emits when active tab is changed
18
+ * @params state, panelId
19
+ */
20
+ "tab-change": null
21
+ },
22
+ setup(l, {
23
+ emit: o
24
+ }) {
25
+ const e = l, s = d(), a = m(_, u(null)), n = r(() => e.name === (a == null ? void 0 : a.value)), i = r(() => e.name ? `${S(e.name)}-panel` : void 0);
26
+ return b(n, (t) => {
27
+ o("tab-change", t, i.value);
28
+ }), (t, w) => p((f(), h("section", {
29
+ tabindex: "0",
30
+ "aria-hidden": !n.value,
31
+ role: "tabpanel",
32
+ class: v(C(s)["cdr-tab-panel"]),
33
+ id: i.value,
34
+ "aria-labelledby": l.name
35
+ }, [g(t.$slots, "default")], 10, k)), [[y, n.value]]);
36
+ }
37
+ });
38
+ export {
39
+ T as default
40
+ };
@@ -1,188 +1,9 @@
1
- import { defineComponent as V, ref as r, provide as j, computed as h, onMounted as q, useCssModule as G, openBlock as L, createElementBlock as N, normalizeClass as c, normalizeStyle as C, createElementVNode as b, Fragment as J, renderList as Q, withModifiers as Y, withKeys as W, toDisplayString as Z, renderSlot as x, nextTick as ee } from "vue";
2
- import { debounce as A } from "lodash-es";
3
- import { CdrColorBackgroundPrimary as te, CdrSpaceHalfX as ae, CdrSpaceOneX as le } from "../../../node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.mjs";
4
- import se from "../../utils/mapClasses.mjs";
5
- import { modifyClassName as B } from "../../utils/buildClass.mjs";
6
- import re from "./styles/CdrTabs.module.scss.mjs";
7
- import ne from "../../../_virtual/_plugin-vue_export-helper.mjs";
8
- const ie = V({
9
- name: "CdrTabs",
10
- props: {
11
- /**
12
- * Sets height of the tabs container element.
13
- * Passing a `px` value will render tabs with a static height,
14
- * passing `auto` will render tabs with variable height based on content size.
15
- */
16
- height: {
17
- type: String,
18
- default: "240px"
19
- },
20
- /** Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed. */
21
- activeTab: {
22
- type: Number,
23
- default: 0
24
- },
25
- /**
26
- * Modifies the style variants for this component
27
- * @values centered, compact, full-width, no-border
28
- */
29
- modifier: String,
30
- /**
31
- * Use `small` to reduce spacing around the tabs for a denser visual design
32
- * @demoSelectMultiple true
33
- * @values small
34
- */
35
- size: String,
36
- /**
37
- * Sets the background color of the tab.
38
- * For CdrTabs that are rendered on non-primary backgrounds.
39
- * Pass the background-color into the component to ensure that the scrolling gradients render correctly.
40
- */
41
- backgroundColor: {
42
- type: String,
43
- default: te
44
- }
45
- },
46
- setup(e, d) {
47
- var R;
48
- const T = (R = d.slots.default()[0].children) != null && R.length ? d.slots.default()[0].children : d.slots.default(), z = "cdr-tabs", p = r(T.map((a) => ({
49
- name: a.props.name,
50
- disabled: a.props.disabled,
51
- id: a.props["aria-labelledby"]
52
- }))), m = r(null), l = r(null), n = r(!1), s = r(0), o = r([]), v = r(null), S = r(null), k = r(!1), w = r(!1), i = r(0), f = r(0);
53
- j("selectedTabName", m);
54
- const X = h(() => e.modifier && B("cdr-tabs", e.modifier)), O = h(() => e.size && B("cdr-tabs", e.size)), P = h(() => ({
55
- transform: `translateX(${i.value}px)`,
56
- width: `${f.value}px`
57
- })), F = h(() => ({
58
- background: `linear-gradient(to left, rgba(255, 255, 255, 0), ${e.backgroundColor})`
59
- })), _ = h(() => ({
60
- background: `linear-gradient(to right, rgba(255, 255, 255, 0),
61
- ${e.backgroundColor})`
62
- })), H = (a, t) => l.value === a && !t.disabled, y = () => {
63
- let a = 0;
64
- if (S.value && (a = S.value.offsetWidth), n.value = s.value > a, n.value) {
65
- const t = v.value.scrollLeft;
66
- k.value = t > 1, w.value = t + 1 < s.value - a;
67
- } else
68
- k.value = !1, w.value = !1;
69
- }, E = () => {
70
- let a = [];
71
- v.value && (a = Array.from(v.value.children));
72
- let t = 0;
73
- return a.forEach((u, $) => {
74
- $ > 0 && (t += e.size === "small" ? Number(ae) : Number(le)), t += u.offsetWidth || 0;
75
- }), t;
76
- }, g = () => {
77
- if (o.value.length > 0) {
78
- const t = o.value[l.value].getBoundingClientRect(), u = v.value.getBoundingClientRect(), $ = t.x - u.x;
79
- i.value = $ - v.value.scrollLeft, f.value = t.width, i.value + f.value >= u.width ? (f.value = Math.max(0, u.width - i.value), i.value = Math.min(i.value, u.width)) : i.value < 0 && (f.value = Math.max(0, f.value + i.value), i.value = 0);
80
- }
81
- }, I = async (a) => {
82
- const t = o.value[a];
83
- m.value = p.value[a].name, l.value = a, await ee(), t.focus(), g();
84
- }, K = () => {
85
- if (l.value === o.value.length - 1)
86
- return;
87
- let t = l.value + 1;
88
- o.value[t].disabled && (t += 1), t <= o.value.length - 1 && I(t);
89
- }, D = () => {
90
- if (l.value <= 0)
91
- return;
92
- let t = l.value - 1;
93
- o.value[t].disabled && (t -= 1), t >= 0 && I(t);
94
- }, M = () => {
95
- o.value.forEach((a, t) => {
96
- !a.disabled && l.value === null && (l.value = t, m.value = p.value[t].name);
97
- });
98
- };
99
- q(() => {
100
- M(), s.value = E(), y(), setTimeout(() => {
101
- g();
102
- }, 250), window.addEventListener("resize", A(() => {
103
- s.value = E(), y(), g();
104
- }, 250)), v.value.addEventListener("scroll", A(() => {
105
- y(), g();
106
- }, 50));
107
- });
108
- const U = G();
109
- return {
110
- slottedTabs: T,
111
- baseClass: z,
112
- tabs: p,
113
- selectedTabName: m,
114
- selectedIndex: l,
115
- headerOverflow: n,
116
- headerWidth: s,
117
- tabElements: o,
118
- tablist: v,
119
- containerEl: S,
120
- overflowLeft: k,
121
- overflowRight: w,
122
- underlineOffsetX: i,
123
- underlineWidth: f,
124
- mapClasses: se,
125
- modifierClass: X,
126
- sizeClass: O,
127
- underlineStyle: P,
128
- gradientLeftStyle: F,
129
- gradientRightStyle: _,
130
- checkIfActive: H,
131
- calculateOverflow: y,
132
- getHeaderWidth: E,
133
- updateUnderline: g,
134
- selectTabNext: K,
135
- selectTabPrev: D,
136
- selectTab: I,
137
- setInitialTabStates: M,
138
- style: U
139
- };
140
- }
141
- }), oe = ["id", "disabled", "aria-selected", "tabIndex", "onClick"];
142
- function de(e, d, T, z, p, m) {
143
- return L(), N("div", {
144
- class: c(e.mapClasses(e.style, e.baseClass, e.modifierClass, e.sizeClass)),
145
- ref: "containerEl",
146
- style: C({
147
- height: e.height
148
- })
149
- }, [b("div", {
150
- class: c(e.style["cdr-tabs__gradient-container"])
151
- }, [b("div", {
152
- class: c(e.mapClasses(e.style, "cdr-tabs__gradient", "cdr-tabs__gradient--left", e.overflowLeft ? "cdr-tabs__gradient--active" : "")),
153
- style: C(e.gradientLeftStyle)
154
- }, null, 6), b("ul", {
155
- class: c(e.style["cdr-tabs__header-container"]),
156
- role: "tablist",
157
- ref: "tablist"
158
- }, [(L(!0), N(J, null, Q(e.tabs, (l, n) => (L(), N("li", {
159
- key: `${l.name}-${n}`,
160
- role: "presentation",
161
- class: c(e.style["cdr-tabs__header"])
162
- }, [b("button", {
163
- ref_for: !0,
164
- ref: (s) => {
165
- e.tabElements[n] = s;
166
- },
167
- id: l.id,
168
- disabled: l.disabled,
169
- "aria-selected": e.checkIfActive(n, l),
170
- tabIndex: e.checkIfActive(n, l) ? 0 : -1,
171
- class: c(e.mapClasses(e.style, e.checkIfActive(n, l) ? "cdr-tabs__header-item-active" : "", "cdr-tabs__header-item", l.disabled ? "cdr-tabs__header-item--disabled" : "")),
172
- role: "tab",
173
- onClick: Y((s) => e.selectTab(n), ["prevent"]),
174
- onKeyup: [d[0] || (d[0] = W((...s) => e.selectTabNext && e.selectTabNext(...s), ["right"])), d[1] || (d[1] = W((...s) => e.selectTabPrev && e.selectTabPrev(...s), ["left"]))]
175
- }, Z(l.name), 43, oe)], 2))), 128))], 2), b("div", {
176
- class: c(e.mapClasses(e.style, "cdr-tabs__gradient", "cdr-tabs__gradient--right", e.overflowRight ? "cdr-tabs__gradient--active" : "")),
177
- style: C(e.gradientRightStyle)
178
- }, null, 6), b("div", {
179
- class: c(e.style["cdr-tabs__underline"]),
180
- style: C(e.underlineStyle)
181
- }, null, 6)], 2), x(e.$slots, "default")], 6);
182
- }
183
- const ue = {
184
- $style: re
185
- }, pe = /* @__PURE__ */ ne(ie, [["render", de], ["__cssModules", ue]]);
1
+ import s from "./CdrTabs.vue2.mjs";
2
+ import o from "./styles/CdrTabs.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]]);
186
7
  export {
187
- pe as default
8
+ f as default
188
9
  };
@@ -0,0 +1,157 @@
1
+ import { defineComponent as q, useCssModule as G, useSlots as J, computed as m, ref as i, provide as Q, onMounted as Y, openBlock as $, createElementBlock as N, normalizeClass as f, unref as s, normalizeStyle as C, createElementVNode as g, Fragment as Z, renderList as ee, withModifiers as te, withKeys as X, toDisplayString as ae, renderSlot as le, nextTick as re } from "vue";
2
+ import { debounce as K } from "../../utils/debounce.mjs";
3
+ import { CdrColorBackgroundPrimary as se, CdrSpaceHalfX as ne, CdrSpaceOneX as ie } from "../../../node_modules/@rei/cdr-tokens/dist/js/cdr-tokens.mjs";
4
+ import T from "../../utils/mapClasses.mjs";
5
+ import { modifyClassName as O } from "../../utils/buildClass.mjs";
6
+ import { selectedTabKey as de } from "./symbols.mjs";
7
+ const oe = ["id", "disabled", "aria-selected", "tabIndex", "onClick", "onKeyup"], ue = "cdr-tabs", ge = /* @__PURE__ */ q({
8
+ name: "CdrTabs",
9
+ __name: "CdrTabs",
10
+ props: {
11
+ /**
12
+ * Sets height of the tabs container element.
13
+ * Passing a `px` value will render tabs with a static height,
14
+ * passing `auto` will render tabs with variable height based on content size.
15
+ */
16
+ height: {
17
+ type: String,
18
+ default: "240px"
19
+ },
20
+ /** Sets the index of the tab that should be active on initial page load. Note that this property is zero-indexed. */
21
+ activeTab: {
22
+ type: Number,
23
+ default: 0
24
+ },
25
+ /**
26
+ * Modifies the style variants for this component
27
+ * @values centered, compact, full-width, no-border
28
+ */
29
+ modifier: String,
30
+ /**
31
+ * Use `small` to reduce spacing around the tabs for a denser visual design
32
+ * @demoSelectMultiple true
33
+ * @values small
34
+ */
35
+ size: String,
36
+ /**
37
+ * Sets the background color of the tab.
38
+ * For CdrTabs that are rendered on non-primary backgrounds.
39
+ * Pass the background-color into the component to ensure that the scrolling gradients render correctly.
40
+ */
41
+ backgroundColor: {
42
+ type: String,
43
+ default: se
44
+ }
45
+ },
46
+ setup(W) {
47
+ const b = W, c = G(), d = J(), M = m(() => {
48
+ var e, t, a, l, r, y;
49
+ return (a = (t = (e = d.default) == null ? void 0 : e.call(d)[0]) == null ? void 0 : t.children) != null && a.length ? (r = (l = d.default) == null ? void 0 : l.call(d)[0]) == null ? void 0 : r.children : (y = d.default) == null ? void 0 : y.call(d);
50
+ }), x = m(() => M.value ? M.value.map((e) => ({
51
+ name: e.props.name,
52
+ disabled: e.props.disabled,
53
+ id: e.props["aria-labelledby"]
54
+ })) : []), k = i(null), n = i(null), R = i(!1), p = i(0), o = i([]), v = i(null), S = i(null), w = i(!1), E = i(!1), u = i(0), h = i(0);
55
+ Q(de, k);
56
+ const F = m(() => b.modifier ? O("cdr-tabs", b.modifier) : ""), A = m(() => b.size ? O("cdr-tabs", b.size) : ""), H = m(() => ({
57
+ transform: `translateX(${u.value}px)`,
58
+ width: `${h.value}px`
59
+ })), P = m(() => ({
60
+ background: `linear-gradient(to left, rgba(255, 255, 255, 0), ${b.backgroundColor})`
61
+ })), D = m(() => ({
62
+ background: `linear-gradient(to right, rgba(255, 255, 255, 0),
63
+ ${b.backgroundColor})`
64
+ })), I = (e, t) => n.value === e && !t.disabled, L = () => {
65
+ var t;
66
+ let e = 0;
67
+ if (S.value && (e = S.value.offsetWidth), R.value = p.value > e, R.value) {
68
+ const a = ((t = v.value) == null ? void 0 : t.scrollLeft) ?? 0;
69
+ w.value = a > 1, E.value = a + 1 < p.value - e;
70
+ } else
71
+ w.value = !1, E.value = !1;
72
+ }, B = () => {
73
+ let e = [];
74
+ v.value && (e = Array.from(v.value.children));
75
+ let t = 0;
76
+ return e.forEach((a, l) => {
77
+ l > 0 && (t += b.size === "small" ? Number(ne) : Number(ie)), t += a.offsetWidth || 0;
78
+ }), t;
79
+ }, _ = () => {
80
+ var e, t;
81
+ if (o.value.length > 0 && n.value) {
82
+ const l = o.value[n.value].getBoundingClientRect(), r = (e = v.value) == null ? void 0 : e.getBoundingClientRect(), y = r ? l.x - r.x : 0;
83
+ u.value = v.value ? y - ((t = v.value) == null ? void 0 : t.scrollLeft) : 0, h.value = l.width, r && u.value + h.value >= r.width ? (h.value = Math.max(0, r.width - u.value), u.value = Math.min(u.value, r.width)) : u.value < 0 && (h.value = Math.max(0, h.value + u.value), u.value = 0);
84
+ }
85
+ }, z = async (e) => {
86
+ const t = o.value[e];
87
+ k.value = x.value[e].name, n.value = e, await re(), t.focus(), _();
88
+ }, U = () => {
89
+ if (n.value === o.value.length - 1)
90
+ return;
91
+ let t = n.value + 1;
92
+ o.value[t].disabled && (t += 1), t <= o.value.length - 1 && z(t);
93
+ }, V = () => {
94
+ if (n.value && n.value <= 0)
95
+ return;
96
+ let t = n.value - 1;
97
+ o.value[t].disabled && (t -= 1), t >= 0 && z(t);
98
+ }, j = () => {
99
+ o.value.forEach((e, t) => {
100
+ !e.disabled && n.value === null && (n.value = t, k.value = x.value[t].name);
101
+ });
102
+ };
103
+ return Y(() => {
104
+ var e;
105
+ j(), p.value = B(), L(), setTimeout(() => {
106
+ _();
107
+ }, 250), window.addEventListener("resize", K(() => {
108
+ p.value = B(), L(), _();
109
+ }, 250)), (e = v.value) == null || e.addEventListener("scroll", K(() => {
110
+ L(), _();
111
+ }, 50));
112
+ }), (e, t) => ($(), N("div", {
113
+ class: f(s(T)(s(c), ue, F.value, A.value)),
114
+ ref_key: "containerEl",
115
+ ref: S,
116
+ style: C({
117
+ height: W.height
118
+ })
119
+ }, [g("div", {
120
+ class: f(s(c)["cdr-tabs__gradient-container"])
121
+ }, [g("div", {
122
+ class: f(s(T)(s(c), "cdr-tabs__gradient", "cdr-tabs__gradient--left", w.value ? "cdr-tabs__gradient--active" : "")),
123
+ style: C(P.value)
124
+ }, null, 6), g("ul", {
125
+ class: f(s(c)["cdr-tabs__header-container"]),
126
+ role: "tablist",
127
+ ref_key: "tablist",
128
+ ref: v
129
+ }, [($(!0), N(Z, null, ee(x.value, (a, l) => ($(), N("li", {
130
+ key: `${a.name}-${l}`,
131
+ role: "presentation",
132
+ class: f(s(c)["cdr-tabs__header"])
133
+ }, [g("button", {
134
+ ref_for: !0,
135
+ ref: (r) => {
136
+ o.value[l] = r;
137
+ },
138
+ id: a.id,
139
+ disabled: a.disabled,
140
+ "aria-selected": I(l, a),
141
+ tabIndex: I(l, a) ? 0 : -1,
142
+ class: f(s(T)(s(c), I(l, a) ? "cdr-tabs__header-item-active" : "", "cdr-tabs__header-item", a.disabled ? "cdr-tabs__header-item--disabled" : "")),
143
+ role: "tab",
144
+ onClick: te((r) => z(l), ["prevent"]),
145
+ onKeyup: [X(U, ["right"]), X(V, ["left"])]
146
+ }, ae(a.name), 43, oe)], 2))), 128))], 2), g("div", {
147
+ class: f(s(T)(s(c), "cdr-tabs__gradient", "cdr-tabs__gradient--right", E.value ? "cdr-tabs__gradient--active" : "")),
148
+ style: C(D.value)
149
+ }, null, 6), g("div", {
150
+ class: f(s(c)["cdr-tabs__underline"]),
151
+ style: C(H.value)
152
+ }, null, 6)], 2), le(e.$slots, "default")], 6));
153
+ }
154
+ });
155
+ export {
156
+ ge as default
157
+ };
@@ -1,9 +1,9 @@
1
1
  const t = {
2
- "cdr-tab-panel": "cdr-tab-panel_13-5-2",
3
- "cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_13-5-2",
4
- "cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_13-5-2",
5
- "cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_13-5-2",
6
- "cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_13-5-2"
2
+ "cdr-tab-panel": "cdr-tab-panel_14-0-0-ts-0",
3
+ "cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_14-0-0-ts-0",
4
+ "cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_14-0-0-ts-0",
5
+ "cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_14-0-0-ts-0",
6
+ "cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_14-0-0-ts-0"
7
7
  };
8
8
  export {
9
9
  t as default
@@ -1,33 +1,33 @@
1
- const e = {
2
- "cdr-tab-panel": "cdr-tab-panel_13-5-2",
3
- "cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_13-5-2",
4
- "cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_13-5-2",
5
- "cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_13-5-2",
6
- "cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_13-5-2",
7
- "cdr-tabs": "cdr-tabs_13-5-2",
8
- "cdr-tabs__header-container": "cdr-tabs__header-container_13-5-2",
9
- "cdr-tabs__header": "cdr-tabs__header_13-5-2",
10
- "cdr-tabs__header-item": "cdr-tabs__header-item_13-5-2",
11
- "cdr-tabs__header-item-active": "cdr-tabs__header-item-active_13-5-2",
12
- "cdr-tabs__header-item--disabled": "cdr-tabs__header-item--disabled_13-5-2",
13
- "cdr-tabs__gradient-container": "cdr-tabs__gradient-container_13-5-2",
14
- "cdr-tabs__gradient": "cdr-tabs__gradient_13-5-2",
15
- "cdr-tabs__gradient--left": "cdr-tabs__gradient--left_13-5-2",
16
- "cdr-tabs__gradient--right": "cdr-tabs__gradient--right_13-5-2",
17
- "cdr-tabs__gradient--active": "cdr-tabs__gradient--active_13-5-2",
18
- "cdr-tabs__underline": "cdr-tabs__underline_13-5-2",
19
- "cdr-tabs__content-container": "cdr-tabs__content-container_13-5-2",
20
- "fade-enter-active": "fade-enter-active_13-5-2",
21
- "fade-leave-active": "fade-leave-active_13-5-2",
22
- "fade-enter": "fade-enter_13-5-2",
23
- "fade-leave-to": "fade-leave-to_13-5-2",
24
- "cdr-tabs--compact": "cdr-tabs--compact_13-5-2",
25
- "cdr-tabs__header-item-label": "cdr-tabs__header-item-label_13-5-2",
26
- "cdr-tabs--small": "cdr-tabs--small_13-5-2",
27
- "cdr-tabs--no-border": "cdr-tabs--no-border_13-5-2",
28
- "cdr-tabs--full-width": "cdr-tabs--full-width_13-5-2",
29
- "cdr-tabs--centered": "cdr-tabs--centered_13-5-2"
1
+ const t = {
2
+ "cdr-tab-panel": "cdr-tab-panel_14-0-0-ts-0",
3
+ "cdr-tab-panel-enter-left": "cdr-tab-panel-enter-left_14-0-0-ts-0",
4
+ "cdr-tab-panel-enter-right": "cdr-tab-panel-enter-right_14-0-0-ts-0",
5
+ "cdr-tab-panel-exit-left": "cdr-tab-panel-exit-left_14-0-0-ts-0",
6
+ "cdr-tab-panel-exit-right": "cdr-tab-panel-exit-right_14-0-0-ts-0",
7
+ "cdr-tabs": "cdr-tabs_14-0-0-ts-0",
8
+ "cdr-tabs__header-container": "cdr-tabs__header-container_14-0-0-ts-0",
9
+ "cdr-tabs__header": "cdr-tabs__header_14-0-0-ts-0",
10
+ "cdr-tabs__header-item": "cdr-tabs__header-item_14-0-0-ts-0",
11
+ "cdr-tabs__header-item-active": "cdr-tabs__header-item-active_14-0-0-ts-0",
12
+ "cdr-tabs__header-item--disabled": "cdr-tabs__header-item--disabled_14-0-0-ts-0",
13
+ "cdr-tabs__gradient-container": "cdr-tabs__gradient-container_14-0-0-ts-0",
14
+ "cdr-tabs__gradient": "cdr-tabs__gradient_14-0-0-ts-0",
15
+ "cdr-tabs__gradient--left": "cdr-tabs__gradient--left_14-0-0-ts-0",
16
+ "cdr-tabs__gradient--right": "cdr-tabs__gradient--right_14-0-0-ts-0",
17
+ "cdr-tabs__gradient--active": "cdr-tabs__gradient--active_14-0-0-ts-0",
18
+ "cdr-tabs__underline": "cdr-tabs__underline_14-0-0-ts-0",
19
+ "cdr-tabs__content-container": "cdr-tabs__content-container_14-0-0-ts-0",
20
+ "fade-enter-active": "fade-enter-active_14-0-0-ts-0",
21
+ "fade-leave-active": "fade-leave-active_14-0-0-ts-0",
22
+ "fade-enter": "fade-enter_14-0-0-ts-0",
23
+ "fade-leave-to": "fade-leave-to_14-0-0-ts-0",
24
+ "cdr-tabs--compact": "cdr-tabs--compact_14-0-0-ts-0",
25
+ "cdr-tabs__header-item-label": "cdr-tabs__header-item-label_14-0-0-ts-0",
26
+ "cdr-tabs--small": "cdr-tabs--small_14-0-0-ts-0",
27
+ "cdr-tabs--no-border": "cdr-tabs--no-border_14-0-0-ts-0",
28
+ "cdr-tabs--full-width": "cdr-tabs--full-width_14-0-0-ts-0",
29
+ "cdr-tabs--centered": "cdr-tabs--centered_14-0-0-ts-0"
30
30
  };
31
31
  export {
32
- e as default
32
+ t as default
33
33
  };
@@ -0,0 +1,4 @@
1
+ const e = Symbol();
2
+ export {
3
+ e as selectedTabKey
4
+ };
@@ -1,32 +1,9 @@
1
- import { defineComponent as t, useCssModule as s, openBlock as o, createBlock as r, resolveDynamicComponent as n, normalizeClass as l, withCtx as a, renderSlot as p } from "vue";
2
- import c from "./styles/CdrText.module.scss.mjs";
3
- import d from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const u = t({
5
- name: "CdrText",
6
- props: {
7
- /** Sets the HTML tag (p, span, h1, h2, etc) */
8
- tag: {
9
- type: String,
10
- default: "p"
11
- }
12
- },
13
- setup() {
14
- return {
15
- style: s()
16
- };
17
- }
18
- });
19
- function f(e, i, _, C, y, $) {
20
- return o(), r(n(e.tag), {
21
- class: l(e.style["cdr-text"])
22
- }, {
23
- default: a(() => [p(e.$slots, "default")]),
24
- _: 3
25
- }, 8, ["class"]);
26
- }
27
- const m = {
28
- $style: c
29
- }, h = /* @__PURE__ */ d(u, [["render", f], ["__cssModules", m]]);
1
+ import s from "./CdrText.vue2.mjs";
2
+ import o from "./styles/CdrText.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]]);
30
7
  export {
31
- h as default
8
+ f as default
32
9
  };
@@ -0,0 +1,24 @@
1
+ import { defineComponent as n, useCssModule as o, openBlock as r, createBlock as a, resolveDynamicComponent as l, normalizeClass as c, unref as d, withCtx as p, renderSlot as u } from "vue";
2
+ const i = /* @__PURE__ */ n({
3
+ name: "CdrText",
4
+ __name: "CdrText",
5
+ props: {
6
+ /** Sets the HTML tag (p, span, h1, h2, etc) */
7
+ tag: {
8
+ type: String,
9
+ default: "p"
10
+ }
11
+ },
12
+ setup(e) {
13
+ const t = o();
14
+ return (s, m) => (r(), a(l(e.tag), {
15
+ class: c(d(t)["cdr-text"])
16
+ }, {
17
+ default: p(() => [u(s.$slots, "default")]),
18
+ _: 3
19
+ }, 8, ["class"]));
20
+ }
21
+ });
22
+ export {
23
+ i as default
24
+ };
@@ -1,5 +1,5 @@
1
1
  const t = {
2
- "cdr-text": "cdr-text_13-5-2"
2
+ "cdr-text": "cdr-text_14-0-0-ts-0"
3
3
  };
4
4
  export {
5
5
  t as default