@rei/cedar 15.5.0 → 15.6.1-beta.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 (405) hide show
  1. package/dist/cdr-style.css +1 -1
  2. package/dist/cedar.umd.js +11 -9
  3. package/dist/component-docgen.json +3803 -3477
  4. package/dist/components/abstract/CdrAbstract.vue2.mjs +2 -2
  5. package/dist/components/abstract/styles/CdrAbstract.module.scss.mjs +1 -1
  6. package/dist/components/accordion/CdrAccordion.vue2.mjs +2 -2
  7. package/dist/components/accordion/CdrAccordionGroup.vue2.mjs +2 -2
  8. package/dist/components/accordion/styles/CdrAccordion.module.scss.mjs +29 -29
  9. package/dist/components/accordion/styles/CdrAccordionGroup.module.scss.mjs +2 -2
  10. package/dist/components/banner/CdrBanner.vue2.mjs +6 -6
  11. package/dist/components/banner/styles/CdrBanner.module.scss.mjs +14 -14
  12. package/dist/components/breadcrumb/CdrBreadcrumb.vue2.mjs +5 -5
  13. package/dist/components/breadcrumb/styles/CdrBreadcrumb.module.scss.mjs +7 -7
  14. package/dist/components/button/CdrButton.vue2.mjs +2 -2
  15. package/dist/components/button/styles/CdrButton.module.scss.mjs +31 -31
  16. package/dist/components/caption/CdrCaption.vue2.mjs +5 -5
  17. package/dist/components/caption/styles/CdrCaption.module.scss.mjs +4 -4
  18. package/dist/components/card/CdrCard.vue2.mjs +2 -2
  19. package/dist/components/card/styles/CdrCard.module.scss.mjs +3 -3
  20. package/dist/components/checkbox/CdrCheckbox.vue2.mjs +5 -5
  21. package/dist/components/checkbox/styles/CdrCheckbox.module.scss.mjs +27 -27
  22. package/dist/components/chip/CdrChip.vue2.mjs +4 -4
  23. package/dist/components/chip/CdrChipGroup.vue2.mjs +2 -2
  24. package/dist/components/chip/styles/CdrChip.module.scss.mjs +4 -4
  25. package/dist/components/chip/styles/CdrChipGroup.module.scss.mjs +4 -4
  26. package/dist/components/choreographer/CdrChoreographer.vue2.mjs +1 -1
  27. package/dist/components/choreographer/styles/CdrChoreographer.module.scss.mjs +4 -4
  28. package/dist/components/container/CdrContainer.vue2.mjs +2 -2
  29. package/dist/components/container/styles/CdrContainer.module.scss.mjs +2 -2
  30. package/dist/components/filmstrip/CdrFilmstrip.vue.mjs +92 -0
  31. package/dist/components/filmstrip/CdrFilmstrip.vue2.mjs +4 -0
  32. package/dist/components/filmstrip/CdrFilmstripEngine.vue.mjs +9 -0
  33. package/dist/components/filmstrip/CdrFilmstripEngine.vue2.mjs +196 -0
  34. package/dist/components/filmstrip/styles/CdrFilmstrip.module.scss.mjs +17 -0
  35. package/dist/components/formError/CdrFormError.vue2.mjs +4 -4
  36. package/dist/components/formError/styles/CdrFormError.module.scss.mjs +2 -2
  37. package/dist/components/formGroup/CdrFormGroup.vue2.mjs +6 -6
  38. package/dist/components/formGroup/styles/CdrFormGroup.module.scss.mjs +8 -8
  39. package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue.mjs +9 -0
  40. package/dist/components/fulfillmentTile/CdrFulfillmentTile.vue2.mjs +92 -0
  41. package/dist/components/fulfillmentTile/CdrFulfillmentTileIcon.vue.mjs +9 -0
  42. package/dist/components/fulfillmentTile/CdrFulfillmentTileIcon.vue2.mjs +19 -0
  43. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTileIcon.module.scss.mjs +11 -0
  44. package/dist/components/fulfillmentTile/styles/CdrFulfillmentTitle.module.scss.mjs +11 -0
  45. package/dist/components/grid/CdrGrid.vue2.mjs +2 -2
  46. package/dist/components/grid/styles/CdrGrid.module.scss.mjs +21 -21
  47. package/dist/components/icon/CdrIcon.vue2.mjs +4 -4
  48. package/dist/components/icon/comps/account-profile-fill.vue.mjs +2 -2
  49. package/dist/components/icon/comps/account-profile.vue.mjs +2 -2
  50. package/dist/components/icon/comps/arrow-down.vue.mjs +2 -2
  51. package/dist/components/icon/comps/arrow-left.vue.mjs +2 -2
  52. package/dist/components/icon/comps/arrow-right.vue.mjs +2 -2
  53. package/dist/components/icon/comps/arrow-up.vue.mjs +2 -2
  54. package/dist/components/icon/comps/atv.vue.mjs +2 -2
  55. package/dist/components/icon/comps/bed-outline.vue.mjs +2 -2
  56. package/dist/components/icon/comps/bike-shop.vue.mjs +2 -2
  57. package/dist/components/icon/comps/binoculars.vue.mjs +2 -2
  58. package/dist/components/icon/comps/birding.vue.mjs +2 -2
  59. package/dist/components/icon/comps/boat.vue.mjs +2 -2
  60. package/dist/components/icon/comps/boating.vue.mjs +2 -2
  61. package/dist/components/icon/comps/bookmark-fill.vue.mjs +2 -2
  62. package/dist/components/icon/comps/bookmark-stroke.vue.mjs +2 -2
  63. package/dist/components/icon/comps/brand-abstract.vue.mjs +2 -2
  64. package/dist/components/icon/comps/brand-code-sandbox.vue.mjs +2 -2
  65. package/dist/components/icon/comps/brand-github.vue.mjs +2 -2
  66. package/dist/components/icon/comps/brand-linkedin.vue.mjs +2 -2
  67. package/dist/components/icon/comps/brand-rei-ice-axes.vue.mjs +2 -2
  68. package/dist/components/icon/comps/brand-sketch.vue.mjs +2 -2
  69. package/dist/components/icon/comps/brand-tiktok.vue.mjs +2 -2
  70. package/dist/components/icon/comps/buddies.vue.mjs +2 -2
  71. package/dist/components/icon/comps/bus.vue.mjs +2 -2
  72. package/dist/components/icon/comps/calendar.vue.mjs +2 -2
  73. package/dist/components/icon/comps/camera.vue.mjs +2 -2
  74. package/dist/components/icon/comps/canoe.vue.mjs +2 -2
  75. package/dist/components/icon/comps/car.vue.mjs +2 -2
  76. package/dist/components/icon/comps/caret-down.vue.mjs +2 -2
  77. package/dist/components/icon/comps/caret-left.vue.mjs +2 -2
  78. package/dist/components/icon/comps/caret-right.vue.mjs +2 -2
  79. package/dist/components/icon/comps/caret-up.vue.mjs +2 -2
  80. package/dist/components/icon/comps/cart-fill.vue.mjs +2 -2
  81. package/dist/components/icon/comps/cart.vue.mjs +2 -2
  82. package/dist/components/icon/comps/chain-link.vue.mjs +2 -2
  83. package/dist/components/icon/comps/chat.vue.mjs +2 -2
  84. package/dist/components/icon/comps/check-fill.vue.mjs +2 -2
  85. package/dist/components/icon/comps/check-lg.vue.mjs +2 -2
  86. package/dist/components/icon/comps/check-sm.vue.mjs +2 -2
  87. package/dist/components/icon/comps/check-stroke.vue.mjs +2 -2
  88. package/dist/components/icon/comps/climb.vue.mjs +2 -2
  89. package/dist/components/icon/comps/clipboard.vue.mjs +2 -2
  90. package/dist/components/icon/comps/clock.vue.mjs +2 -2
  91. package/dist/components/icon/comps/code-html.vue.mjs +2 -2
  92. package/dist/components/icon/comps/code-js.vue.mjs +2 -2
  93. package/dist/components/icon/comps/compass.vue.mjs +2 -2
  94. package/dist/components/icon/comps/copy.vue.mjs +2 -2
  95. package/dist/components/icon/comps/coupon-fill.vue.mjs +2 -2
  96. package/dist/components/icon/comps/coupon-stroke.vue.mjs +2 -2
  97. package/dist/components/icon/comps/credit-card.vue.mjs +2 -2
  98. package/dist/components/icon/comps/curbside-pickup.vue.mjs +2 -2
  99. package/dist/components/icon/comps/day.vue.mjs +2 -2
  100. package/dist/components/icon/comps/diving.vue.mjs +2 -2
  101. package/dist/components/icon/comps/dog.vue.mjs +2 -2
  102. package/dist/components/icon/comps/download.vue.mjs +2 -2
  103. package/dist/components/icon/comps/duplicate.vue.mjs +2 -2
  104. package/dist/components/icon/comps/edit.vue.mjs +2 -2
  105. package/dist/components/icon/comps/elevation.vue.mjs +2 -2
  106. package/dist/components/icon/comps/error-fill.vue.mjs +2 -2
  107. package/dist/components/icon/comps/error-stroke.vue.mjs +2 -2
  108. package/dist/components/icon/comps/expand.vue.mjs +2 -2
  109. package/dist/components/icon/comps/experiences-backpacking.vue.mjs +2 -2
  110. package/dist/components/icon/comps/experiences-camping.vue.mjs +2 -2
  111. package/dist/components/icon/comps/experiences-climbing.vue.mjs +2 -2
  112. package/dist/components/icon/comps/experiences-clothing.vue.mjs +2 -2
  113. package/dist/components/icon/comps/experiences-cycling.vue.mjs +2 -2
  114. package/dist/components/icon/comps/experiences-family.vue.mjs +2 -2
  115. package/dist/components/icon/comps/experiences-fitness.vue.mjs +2 -2
  116. package/dist/components/icon/comps/experiences-hiking.vue.mjs +2 -2
  117. package/dist/components/icon/comps/experiences-outdoor-basics.vue.mjs +2 -2
  118. package/dist/components/icon/comps/experiences-paddling.vue.mjs +2 -2
  119. package/dist/components/icon/comps/experiences-rentals.vue.mjs +2 -2
  120. package/dist/components/icon/comps/experiences-running.vue.mjs +2 -2
  121. package/dist/components/icon/comps/experiences-snowsports.vue.mjs +2 -2
  122. package/dist/components/icon/comps/experiences-travel.vue.mjs +2 -2
  123. package/dist/components/icon/comps/external-link-alt.vue.mjs +2 -2
  124. package/dist/components/icon/comps/external-link.vue.mjs +2 -2
  125. package/dist/components/icon/comps/eye-hide.vue.mjs +2 -2
  126. package/dist/components/icon/comps/eye-show.vue.mjs +2 -2
  127. package/dist/components/icon/comps/facebook.vue.mjs +2 -2
  128. package/dist/components/icon/comps/filter-alt.vue.mjs +2 -2
  129. package/dist/components/icon/comps/filter.vue.mjs +2 -2
  130. package/dist/components/icon/comps/find-location.vue.mjs +2 -2
  131. package/dist/components/icon/comps/fire.vue.mjs +2 -2
  132. package/dist/components/icon/comps/fishing.vue.mjs +2 -2
  133. package/dist/components/icon/comps/free-product.vue.mjs +2 -2
  134. package/dist/components/icon/comps/grid-view.vue.mjs +2 -2
  135. package/dist/components/icon/comps/heart-fill.vue.mjs +2 -2
  136. package/dist/components/icon/comps/heart-stroke.vue.mjs +2 -2
  137. package/dist/components/icon/comps/hike.vue.mjs +2 -2
  138. package/dist/components/icon/comps/history.vue.mjs +2 -2
  139. package/dist/components/icon/comps/home.vue.mjs +2 -2
  140. package/dist/components/icon/comps/horse.vue.mjs +2 -2
  141. package/dist/components/icon/comps/horseshoe.vue.mjs +2 -2
  142. package/dist/components/icon/comps/image.vue.mjs +2 -2
  143. package/dist/components/icon/comps/information-fill.vue.mjs +2 -2
  144. package/dist/components/icon/comps/information-stroke.vue.mjs +2 -2
  145. package/dist/components/icon/comps/instagram.vue.mjs +2 -2
  146. package/dist/components/icon/comps/kayak.vue.mjs +2 -2
  147. package/dist/components/icon/comps/link-alt.vue.mjs +2 -2
  148. package/dist/components/icon/comps/list-ragged.vue.mjs +2 -2
  149. package/dist/components/icon/comps/list-view.vue.mjs +2 -2
  150. package/dist/components/icon/comps/location-pin-fill.vue.mjs +2 -2
  151. package/dist/components/icon/comps/location-pin-stroke.vue.mjs +2 -2
  152. package/dist/components/icon/comps/lock-locked-fill.vue.mjs +2 -2
  153. package/dist/components/icon/comps/lock-locked-stroke.vue.mjs +2 -2
  154. package/dist/components/icon/comps/lock-unlocked-stroke.vue.mjs +2 -2
  155. package/dist/components/icon/comps/mail.vue.mjs +2 -2
  156. package/dist/components/icon/comps/map.vue.mjs +2 -2
  157. package/dist/components/icon/comps/member-card.vue.mjs +2 -2
  158. package/dist/components/icon/comps/membership.vue.mjs +2 -2
  159. package/dist/components/icon/comps/microphone.vue.mjs +2 -2
  160. package/dist/components/icon/comps/minus-fill.vue.mjs +2 -2
  161. package/dist/components/icon/comps/minus-lg.vue.mjs +2 -2
  162. package/dist/components/icon/comps/minus-sm.vue.mjs +2 -2
  163. package/dist/components/icon/comps/minus-stroke.vue.mjs +2 -2
  164. package/dist/components/icon/comps/more-functions.vue.mjs +2 -2
  165. package/dist/components/icon/comps/my-location.vue.mjs +2 -2
  166. package/dist/components/icon/comps/navigation-menu.vue.mjs +2 -2
  167. package/dist/components/icon/comps/night.vue.mjs +2 -2
  168. package/dist/components/icon/comps/paddle.vue.mjs +2 -2
  169. package/dist/components/icon/comps/pause-fill.vue.mjs +2 -2
  170. package/dist/components/icon/comps/pause-stroke.vue.mjs +2 -2
  171. package/dist/components/icon/comps/pause.vue.mjs +2 -2
  172. package/dist/components/icon/comps/photography.vue.mjs +2 -2
  173. package/dist/components/icon/comps/picnic.vue.mjs +2 -2
  174. package/dist/components/icon/comps/pinterest.vue.mjs +2 -2
  175. package/dist/components/icon/comps/plane.vue.mjs +2 -2
  176. package/dist/components/icon/comps/play-fill.vue.mjs +2 -2
  177. package/dist/components/icon/comps/play-stroke.vue.mjs +2 -2
  178. package/dist/components/icon/comps/play.vue.mjs +2 -2
  179. package/dist/components/icon/comps/playground.vue.mjs +2 -2
  180. package/dist/components/icon/comps/plugin.vue.mjs +2 -2
  181. package/dist/components/icon/comps/plus-fill.vue.mjs +2 -2
  182. package/dist/components/icon/comps/plus-lg.vue.mjs +2 -2
  183. package/dist/components/icon/comps/plus-sm.vue.mjs +2 -2
  184. package/dist/components/icon/comps/plus-stroke.vue.mjs +2 -2
  185. package/dist/components/icon/comps/print.vue.mjs +2 -2
  186. package/dist/components/icon/comps/protection-fill.vue.mjs +2 -2
  187. package/dist/components/icon/comps/protection-stroke.vue.mjs +2 -2
  188. package/dist/components/icon/comps/question-fill.vue.mjs +2 -2
  189. package/dist/components/icon/comps/question-stroke.vue.mjs +2 -2
  190. package/dist/components/icon/comps/refresh.vue.mjs +2 -2
  191. package/dist/components/icon/comps/reload.vue.mjs +2 -2
  192. package/dist/components/icon/comps/returns.vue.mjs +2 -2
  193. package/dist/components/icon/comps/run.vue.mjs +2 -2
  194. package/dist/components/icon/comps/scan-barcode.vue.mjs +2 -2
  195. package/dist/components/icon/comps/search.vue.mjs +2 -2
  196. package/dist/components/icon/comps/service-shop.vue.mjs +2 -2
  197. package/dist/components/icon/comps/shipping-prep.vue.mjs +2 -2
  198. package/dist/components/icon/comps/shipping-truck.vue.mjs +2 -2
  199. package/dist/components/icon/comps/shipping.vue.mjs +2 -2
  200. package/dist/components/icon/comps/shopping-bag-fill.vue.mjs +2 -2
  201. package/dist/components/icon/comps/shopping-bag.vue.mjs +2 -2
  202. package/dist/components/icon/comps/shrink.vue.mjs +2 -2
  203. package/dist/components/icon/comps/size-chart.vue.mjs +2 -2
  204. package/dist/components/icon/comps/ski-boot.vue.mjs +2 -2
  205. package/dist/components/icon/comps/ski.vue.mjs +2 -2
  206. package/dist/components/icon/comps/snow-shop.vue.mjs +2 -2
  207. package/dist/components/icon/comps/snow.vue.mjs +2 -2
  208. package/dist/components/icon/comps/sort.vue.mjs +2 -2
  209. package/dist/components/icon/comps/star-100.vue.mjs +2 -2
  210. package/dist/components/icon/comps/star-25.vue.mjs +2 -2
  211. package/dist/components/icon/comps/star-50.vue.mjs +2 -2
  212. package/dist/components/icon/comps/star-75.vue.mjs +2 -2
  213. package/dist/components/icon/comps/star-stroke.vue.mjs +2 -2
  214. package/dist/components/icon/comps/storefront.vue.mjs +2 -2
  215. package/dist/components/icon/comps/swim.vue.mjs +2 -2
  216. package/dist/components/icon/comps/telephone.vue.mjs +2 -2
  217. package/dist/components/icon/comps/tent.vue.mjs +2 -2
  218. package/dist/components/icon/comps/trash.vue.mjs +2 -2
  219. package/dist/components/icon/comps/twitter.vue.mjs +2 -2
  220. package/dist/components/icon/comps/upload.vue.mjs +2 -2
  221. package/dist/components/icon/comps/verified-purchaser.vue.mjs +2 -2
  222. package/dist/components/icon/comps/virtual-outfitting.vue.mjs +2 -2
  223. package/dist/components/icon/comps/warning-fill.vue.mjs +2 -2
  224. package/dist/components/icon/comps/warning-stroke.vue.mjs +2 -2
  225. package/dist/components/icon/comps/water.vue.mjs +2 -2
  226. package/dist/components/icon/comps/wilderness.vue.mjs +2 -2
  227. package/dist/components/icon/comps/x-fill.vue.mjs +2 -2
  228. package/dist/components/icon/comps/x-lg.vue.mjs +2 -2
  229. package/dist/components/icon/comps/x-sm.vue.mjs +2 -2
  230. package/dist/components/icon/comps/x-stroke.vue.mjs +2 -2
  231. package/dist/components/icon/comps/youtube.vue.mjs +2 -2
  232. package/dist/components/icon/comps/zoom-in.vue.mjs +2 -2
  233. package/dist/components/icon/comps/zoom-out.vue.mjs +2 -2
  234. package/dist/components/icon/styles/CdrIcon.module.scss.mjs +12 -12
  235. package/dist/components/image/CdrImg.vue2.mjs +4 -4
  236. package/dist/components/image/styles/CdrImg.module.scss.mjs +1 -1
  237. package/dist/components/input/CdrInput.vue2.mjs +1 -1
  238. package/dist/components/input/styles/CdrInput.module.scss.mjs +34 -34
  239. package/dist/components/kicker/CdrKicker.vue2.mjs +2 -2
  240. package/dist/components/kicker/styles/CdrKicker.module.scss.mjs +3 -3
  241. package/dist/components/labelStandalone/CdrLabelStandalone.vue2.mjs +6 -6
  242. package/dist/components/labelStandalone/styles/CdrLabelStandalone.module.scss.mjs +14 -14
  243. package/dist/components/labelWrapper/CdrLabelWrapper.vue2.mjs +2 -2
  244. package/dist/components/labelWrapper/styles/CdrLabelWrapper.module.scss.mjs +25 -25
  245. package/dist/components/landingLead/CdrLandingLead.vue2.mjs +2 -2
  246. package/dist/components/landingLead/components/CdrHeadingSubheadingBlock.vue2.mjs +2 -2
  247. package/dist/components/landingLead/styles/CdrHeadingSubheadingBlock.module.scss.mjs +4 -4
  248. package/dist/components/landingLead/styles/CdrLandingLead.module.scss.mjs +8 -8
  249. package/dist/components/layout/CdrLayout.vue2.mjs +2 -2
  250. package/dist/components/layout/styles/CdrLayout.module.scss.mjs +84 -84
  251. package/dist/components/link/CdrLink.vue2.mjs +2 -2
  252. package/dist/components/link/styles/CdrLink.module.scss.mjs +3 -3
  253. package/dist/components/list/CdrList.vue2.mjs +5 -4
  254. package/dist/components/list/styles/CdrList.module.scss.mjs +7 -7
  255. package/dist/components/mediaObject/CdrMediaObject.vue2.mjs +2 -2
  256. package/dist/components/mediaObject/styles/CdrMediaObject.module.scss.mjs +8 -8
  257. package/dist/components/modal/CdrModal.vue2.mjs +3 -3
  258. package/dist/components/modal/styles/CdrModal.module.scss.mjs +12 -12
  259. package/dist/components/objectOverlay/CdrObjectOverlay.vue2.mjs +2 -2
  260. package/dist/components/objectOverlay/styles/CdrObjectOverlay.module.scss.mjs +3 -3
  261. package/dist/components/pagination/CdrPagination.vue2.mjs +1 -1
  262. package/dist/components/pagination/styles/CdrPagination.module.scss.mjs +55 -55
  263. package/dist/components/picture/CdrPicture.vue2.mjs +4 -4
  264. package/dist/components/picture/styles/CdrPicture.module.scss.mjs +4 -4
  265. package/dist/components/popover/CdrPopover.vue2.mjs +4 -4
  266. package/dist/components/popover/styles/CdrPopover.module.scss.mjs +65 -65
  267. package/dist/components/popup/CdrPopup.vue2.mjs +2 -2
  268. package/dist/components/popup/styles/CdrPopup.module.scss.mjs +14 -14
  269. package/dist/components/quote/CdrQuote.vue2.mjs +3 -3
  270. package/dist/components/quote/styles/CdrQuote.module.scss.mjs +4 -4
  271. package/dist/components/radio/CdrRadio.vue2.mjs +5 -5
  272. package/dist/components/radio/styles/CdrRadio.module.scss.mjs +27 -27
  273. package/dist/components/rating/CdrRating.vue2.mjs +1 -1
  274. package/dist/components/rating/components/CdrStar00.vue2.mjs +2 -2
  275. package/dist/components/rating/components/CdrStar100.vue2.mjs +2 -2
  276. package/dist/components/rating/components/CdrStar25.vue2.mjs +2 -2
  277. package/dist/components/rating/components/CdrStar50.vue2.mjs +2 -2
  278. package/dist/components/rating/components/CdrStar75.vue2.mjs +2 -2
  279. package/dist/components/rating/components/CdrStarNull.vue2.mjs +2 -2
  280. package/dist/components/rating/styles/CdrRating.module.scss.mjs +44 -44
  281. package/dist/components/select/CdrSelect.vue2.mjs +4 -4
  282. package/dist/components/select/styles/CdrSelect.module.scss.mjs +44 -44
  283. package/dist/components/skeleton/CdrSkeleton.vue2.mjs +2 -2
  284. package/dist/components/skeleton/CdrSkeletonBone.vue2.mjs +2 -2
  285. package/dist/components/skeleton/styles/CdrSkeleton.module.scss.mjs +1 -1
  286. package/dist/components/skeleton/styles/CdrSkeletonBone.module.scss.mjs +7 -7
  287. package/dist/components/splitSurface/CdrSplitSurface.vue2.mjs +2 -2
  288. package/dist/components/splitSurface/styles/CdrSplitSurface.module.scss.mjs +5 -5
  289. package/dist/components/surface/CdrSurface.vue2.mjs +2 -2
  290. package/dist/components/surface/styles/CdrSurface.module.scss.mjs +3 -3
  291. package/dist/components/surfaceNavigation/CdrSurfaceNavigation.vue.mjs +31 -0
  292. package/dist/components/surfaceNavigation/CdrSurfaceNavigation.vue2.mjs +4 -0
  293. package/dist/components/surfaceSelection/CdrSurfaceSelection.vue.mjs +9 -0
  294. package/dist/components/surfaceSelection/CdrSurfaceSelection.vue2.mjs +71 -0
  295. package/dist/components/surfaceSelection/styles/CdrSurfaceSelection.module.scss.mjs +9 -0
  296. package/dist/components/switch/CdrSwitch.vue2.mjs +2 -2
  297. package/dist/components/switch/styles/CdrSwitch.module.scss.mjs +10 -10
  298. package/dist/components/table/CdrTable.vue2.mjs +2 -2
  299. package/dist/components/table/styles/CdrTable.module.scss.mjs +15 -15
  300. package/dist/components/tabs/CdrTabPanel.vue2.mjs +2 -2
  301. package/dist/components/tabs/CdrTabs.vue2.mjs +6 -6
  302. package/dist/components/tabs/styles/CdrTabPanel.module.scss.mjs +5 -5
  303. package/dist/components/tabs/styles/CdrTabs.module.scss.mjs +28 -28
  304. package/dist/components/text/CdrText.vue2.mjs +2 -2
  305. package/dist/components/text/presets/CdrBody.vue2.mjs +4 -4
  306. package/dist/components/text/presets/CdrEyebrow.vue2.mjs +2 -2
  307. package/dist/components/text/presets/CdrHeadingDisplay.vue2.mjs +4 -4
  308. package/dist/components/text/presets/CdrHeadingSans.vue2.mjs +4 -4
  309. package/dist/components/text/presets/CdrHeadingSerif.vue2.mjs +4 -4
  310. package/dist/components/text/presets/CdrSubheadingSans.vue2.mjs +4 -4
  311. package/dist/components/text/presets/CdrUtilitySans.vue2.mjs +4 -4
  312. package/dist/components/text/presets/CdrUtilitySerif.vue2.mjs +4 -4
  313. package/dist/components/text/presets/styles/CdrBody.module.scss.mjs +1 -1
  314. package/dist/components/text/presets/styles/CdrEyebrow.module.scss.mjs +1 -1
  315. package/dist/components/text/presets/styles/CdrHeadingDisplay.module.scss.mjs +3 -3
  316. package/dist/components/text/presets/styles/CdrHeadingSans.module.scss.mjs +3 -3
  317. package/dist/components/text/presets/styles/CdrHeadingSerif.module.scss.mjs +1 -1
  318. package/dist/components/text/presets/styles/CdrSubheadingSans.module.scss.mjs +1 -1
  319. package/dist/components/text/presets/styles/CdrUtilitySans.module.scss.mjs +1 -1
  320. package/dist/components/text/presets/styles/CdrUtilitySerif.module.scss.mjs +1 -1
  321. package/dist/components/text/styles/CdrText.module.scss.mjs +1 -1
  322. package/dist/components/title/CdrTitle.vue2.mjs +2 -2
  323. package/dist/components/title/styles/CdrTitle.module.scss.mjs +1 -1
  324. package/dist/components/toast/CdrToast.vue2.mjs +4 -4
  325. package/dist/components/toast/styles/CdrToast.module.scss.mjs +57 -57
  326. package/dist/components/toggleButton/CdrToggleButton.vue2.mjs +2 -2
  327. package/dist/components/toggleButton/CdrToggleGroup.vue2.mjs +4 -4
  328. package/dist/components/toggleButton/styles/CdrToggleButton.module.scss.mjs +2 -2
  329. package/dist/components/toggleButton/styles/CdrToggleGroup.module.scss.mjs +7 -7
  330. package/dist/components/tooltip/CdrTooltip.vue2.mjs +2 -2
  331. package/dist/components/tooltip/styles/CdrTooltip.module.scss.mjs +16 -16
  332. package/dist/icon-component-docgen.json +585 -585
  333. package/dist/lib.d.ts +1161 -715
  334. package/dist/lib.mjs +468 -458
  335. package/dist/style/cdr-abstract.css +1 -1
  336. package/dist/style/cdr-accordion-group.css +1 -1
  337. package/dist/style/cdr-accordion.css +1 -1
  338. package/dist/style/cdr-banner.css +1 -1
  339. package/dist/style/cdr-body.css +1 -1
  340. package/dist/style/cdr-breadcrumb.css +1 -1
  341. package/dist/style/cdr-button.css +1 -1
  342. package/dist/style/cdr-caption.css +1 -1
  343. package/dist/style/cdr-card.css +1 -1
  344. package/dist/style/cdr-checkbox.css +1 -1
  345. package/dist/style/cdr-chip-group.css +1 -1
  346. package/dist/style/cdr-chip.css +1 -1
  347. package/dist/style/cdr-choreographer.css +1 -1
  348. package/dist/style/cdr-container.css +1 -1
  349. package/dist/style/cdr-eyebrow.css +1 -1
  350. package/dist/style/cdr-filmstrip.css +1 -0
  351. package/dist/style/cdr-form-error.css +1 -1
  352. package/dist/style/cdr-form-group.css +1 -1
  353. package/dist/style/cdr-fulfillment-tile-icon.css +1 -0
  354. package/dist/style/cdr-fulfillment-title.css +1 -0
  355. package/dist/style/cdr-grid.css +1 -1
  356. package/dist/style/cdr-heading-display.css +1 -1
  357. package/dist/style/cdr-heading-sans.css +1 -1
  358. package/dist/style/cdr-heading-serif.css +1 -1
  359. package/dist/style/cdr-heading-subheading-block.css +1 -1
  360. package/dist/style/cdr-icon.css +1 -1
  361. package/dist/style/cdr-img.css +1 -1
  362. package/dist/style/cdr-input.css +1 -1
  363. package/dist/style/cdr-kicker.css +1 -1
  364. package/dist/style/cdr-label-standalone.css +1 -1
  365. package/dist/style/cdr-label-wrapper.css +1 -1
  366. package/dist/style/cdr-landing-lead.css +1 -1
  367. package/dist/style/cdr-layout.css +1 -1
  368. package/dist/style/cdr-link.css +1 -1
  369. package/dist/style/cdr-list.css +1 -1
  370. package/dist/style/cdr-media-object.css +1 -1
  371. package/dist/style/cdr-modal.css +1 -1
  372. package/dist/style/cdr-object-overlay.css +1 -1
  373. package/dist/style/cdr-pagination.css +1 -1
  374. package/dist/style/cdr-picture.css +1 -1
  375. package/dist/style/cdr-popover.css +1 -1
  376. package/dist/style/cdr-popup.css +1 -1
  377. package/dist/style/cdr-quote.css +1 -1
  378. package/dist/style/cdr-radio.css +1 -1
  379. package/dist/style/cdr-rating.css +1 -1
  380. package/dist/style/cdr-select.css +1 -1
  381. package/dist/style/cdr-skeleton-bone.css +1 -1
  382. package/dist/style/cdr-skeleton.css +1 -1
  383. package/dist/style/cdr-split-surface.css +1 -1
  384. package/dist/style/cdr-subheading-sans.css +1 -1
  385. package/dist/style/cdr-surface-selection.css +1 -0
  386. package/dist/style/cdr-surface.css +1 -1
  387. package/dist/style/cdr-switch.css +1 -1
  388. package/dist/style/cdr-tab-panel.css +1 -1
  389. package/dist/style/cdr-table.css +1 -1
  390. package/dist/style/cdr-tabs.css +1 -1
  391. package/dist/style/cdr-text.css +1 -1
  392. package/dist/style/cdr-title.css +1 -1
  393. package/dist/style/cdr-toast.css +1 -1
  394. package/dist/style/cdr-toggle-button.css +1 -1
  395. package/dist/style/cdr-toggle-group.css +1 -1
  396. package/dist/style/cdr-tooltip.css +1 -1
  397. package/dist/style/cdr-utility-sans.css +1 -1
  398. package/dist/style/cdr-utility-serif.css +1 -1
  399. package/dist/types/symbols.mjs +5 -4
  400. package/dist/utils/buildClass.mjs +5 -4
  401. package/dist/utils/layout.mjs +4 -3
  402. package/dist/utils/mapClasses.mjs +4 -4
  403. package/dist/utils/other.mjs +3 -2
  404. package/dist/utils/surface.mjs +10 -4
  405. package/package.json +3 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as i } from "vue";
1
+ import { defineComponent as o, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as i } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ o({
4
4
  name: "WarningStroke",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(r) {
12
- return (t, e) => (a(), n(d, p(l(r.props)), {
12
+ return (t, e) => (n(), a(d, p(l(r.props)), {
13
13
  default: s(() => [m(t.$slots, "default"), e[0] || (e[0] = i("path", {
14
14
  role: "presentation",
15
15
  d: "M11.106 3.558a1 1 0 011.788 0l8.002 15.995A1 1 0 0120.002 21H3.998a1 1 0 01-.894-1.447zM12 6.24L5.617 19h12.766L12 6.24zM12 16a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm.199-6a1 1 0 01.998 1.05l-.15 3a1 1 0 01-.998.95h-.098a1 1 0 01-.998-.95l-.15-3A1 1 0 0111.8 10h.398z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as c, withCtx as l, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as o, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as c, withCtx as l, renderSlot as m, createElementVNode as s } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ o({
4
4
  name: "Water",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (r, e) => (a(), n(d, p(c(t.props)), {
12
+ return (r, e) => (n(), a(d, p(c(t.props)), {
13
13
  default: l(() => [m(r.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M20.218 16.384a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.349-5.306 2.349-.75 0-1.504-.131-2.232-.405-.954-.36-1.821-.83-2.81-1.53-.01-.006-.015-.017-.024-.023-.846-.596-1.547-.98-2.338-1.276-1.855-.697-4.005-.071-5.297 1.587a.995.995 0 01-1.402.173.999.999 0 01-.173-1.403c1.833-2.35 4.899-3.235 7.575-2.23.953.359 1.82.83 2.81 1.53.01.007.014.017.023.024.846.595 1.547.978 2.339 1.276 1.853.695 3.967.355 5.26-1.302h-.001zm0-10.447a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.35-5.306 2.35-.75 0-1.504-.132-2.232-.406-.954-.36-1.821-.83-2.81-1.53-.01-.006-.015-.017-.024-.023-.846-.596-1.547-.98-2.338-1.276-1.855-.697-4.005-.07-5.297 1.587a.995.995 0 01-1.402.173.999.999 0 01-.173-1.403c1.833-2.35 4.899-3.235 7.575-2.23.953.359 1.82.83 2.81 1.53.01.007.014.017.023.024.846.595 1.547.978 2.339 1.276 1.853.695 3.967.355 5.26-1.302h-.001zm0 5.223a1 1 0 011.576 1.23c-1.334 1.71-3.301 2.35-5.306 2.35-.75 0-1.504-.132-2.232-.406-.954-.36-1.821-.83-2.81-1.53-.01-.006-.015-.017-.024-.023-.846-.596-1.547-.98-2.338-1.276-1.855-.697-4.005-.07-5.297 1.588a.995.995 0 01-1.402.173.999.999 0 01-.173-1.403c1.833-2.35 4.899-3.236 7.575-2.23.953.358 1.82.83 2.81 1.53.01.006.014.016.023.023.846.595 1.547.978 2.339 1.276 1.853.695 3.967.355 5.26-1.302h-.001z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as o, createBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as l, renderSlot as d, createElementVNode as c } from "vue";
1
+ import { defineComponent as t, createBlock as o, openBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as l, renderSlot as d, createElementVNode as c } from "vue";
2
2
  import h from "../CdrIcon.vue.mjs";
3
3
  const u = /* @__PURE__ */ t({
4
4
  name: "Wilderness",
@@ -9,7 +9,7 @@ const u = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (r, e) => (o(), n(h, p(s(a.props)), {
12
+ return (r, e) => (n(), o(h, p(s(a.props)), {
13
13
  default: l(() => [d(r.$slots, "default"), e[0] || (e[0] = c("path", {
14
14
  role: "presentation",
15
15
  d: "M12.707 2.293A.997.997 0 0113 3v1a3 3 0 003 3h1a1 1 0 010 2h-1a4.978 4.978 0 01-3-1 3 3 0 003 3h2a1 1 0 110 2h-2a4.978 4.978 0 01-3-1 3 3 0 003 3h3a1 1 0 110 2h-3a4.978 4.978 0 01-3-1v5a1 1 0 01-2 0v-5c-.836.628-1.874 1-3 1H5a1 1 0 010-2h3a3 3 0 003-3c-.836.628-1.874 1-3 1H6a1 1 0 010-2h2a3 3 0 003-3c-.836.628-1.874 1-3 1H7a1 1 0 110-2h1a3 3 0 003-3V3a1 1 0 011.707-.707z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as l, createBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as s, renderSlot as i, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as s, renderSlot as i, createElementVNode as m } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const u = /* @__PURE__ */ r({
4
4
  name: "XFill",
@@ -9,7 +9,7 @@ const u = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (l(), a(d, n(p(t.props)), {
12
+ return (o, e) => (a(), l(d, n(p(t.props)), {
13
13
  default: s(() => [i(o.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2zM7.293 7.296a1 1 0 000 1.414l3.285 3.295-3.285 3.288a1 1 0 001.414 1.415l3.285-3.289 3.297 3.289a1 1 0 001.414-1.415l-3.297-3.287 3.297-3.296a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295a1 1 0 00-1.414 0z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as l, createBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "XLg",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (l(), n(i, p(a(t.props)), {
12
+ return (o, e) => (n(), l(i, p(a(t.props)), {
13
13
  default: s(() => [m(o.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M13.415 12.006l5.295-5.292a1 1 0 00-1.414-1.415L12 10.591 6.71 5.296A1 1 0 005.295 6.71l5.292 5.295-5.295 5.292a1 1 0 101.414 1.414l5.295-5.292 5.292 5.295a1 1 0 001.414-1.414l-5.292-5.294z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as l, createBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "XSm",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (l(), n(i, p(a(t.props)), {
12
+ return (o, e) => (n(), l(i, p(a(t.props)), {
13
13
  default: s(() => [m(o.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M13.406 12.006l3.297-3.296a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295A1 1 0 107.293 8.71l3.285 3.295-3.285 3.288a1 1 0 001.414 1.415l3.285-3.289 3.297 3.289a1 1 0 001.414-1.415l-3.297-3.287z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "XStroke",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (a(), l(i, n(p(t.props)), {
12
+ return (o, e) => (l(), a(i, n(p(t.props)), {
13
13
  default: s(() => [m(o.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 100-16 8 8 0 000 16zm1.406-7.998l3.297-3.295a1 1 0 10-1.414-1.414l-3.297 3.295-3.285-3.295a1 1 0 00-1.414 1.414l3.285 3.294-3.285 3.289a1 1 0 001.414 1.414l3.285-3.288 3.297 3.288a1 1 0 001.414-1.414l-3.297-3.288z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as n, createBlock as p, normalizeProps as l, guardReactiveProps as s, withCtx as a, renderSlot as c, createElementVNode as u } from "vue";
1
+ import { defineComponent as r, createBlock as n, openBlock as p, normalizeProps as l, guardReactiveProps as s, withCtx as a, renderSlot as c, createElementVNode as u } from "vue";
2
2
  import m from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Youtube",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (n(), p(m, l(s(t.props)), {
12
+ return (o, e) => (p(), n(m, l(s(t.props)), {
13
13
  default: a(() => [c(o.$slots, "default"), e[0] || (e[0] = u("path", {
14
14
  role: "presentation",
15
15
  d: "M18.941 5.225s1.716.06 2.387 1.336c0 0 .67.925.67 5.439v.041c.004.352.018 2.86-.277 4.239-.318 1.485-1.02 1.92-1.02 1.92s-.45.433-1.443.551c-.993.119-4.213.249-7.273.249 0 0-5.603-.003-7.49-.313-1.82-.298-2.13-1.936-2.15-2.052l-.01-.06c-.084-.514-.715-4.683.008-9.198 0 0 .224-1.926 2.479-2.152 0 0 2.318-.213 6.795-.225h.368c4.717 0 6.956.225 6.956.225zM9.925 9.143v5.495l5.469-2.747-5.469-2.748z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "ZoomIn",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (a(), n(i, p(l(o.props)), {
12
+ return (t, e) => (n(), a(i, p(l(o.props)), {
13
13
  default: m(() => [s(t.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M10.5 3a7.5 7.5 0 015.963 12.05l4.247 4.242a1 1 0 01-1.415 1.414l-4.246-4.243A7.5 7.5 0 1110.5 3zm0 2a5.5 5.5 0 100 11 5.5 5.5 0 000-11zm0 1.5a.75.75 0 01.75.75v2.5h2.5a.75.75 0 110 1.5h-2.5v2.5a.75.75 0 11-1.5 0v-2.5h-2.5a.75.75 0 110-1.5h2.5v-2.5a.75.75 0 01.75-.75z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as u } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as u } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "ZoomOut",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (a(), n(d, p(l(o.props)), {
12
+ return (t, e) => (n(), a(d, p(l(o.props)), {
13
13
  default: m(() => [s(t.$slots, "default"), e[0] || (e[0] = u("path", {
14
14
  role: "presentation",
15
15
  d: "M20.706 19.296a1 1 0 01-1.414 1.414l-4.243-4.247a7.5 7.5 0 111.414-1.414l4.243 4.247zM10.5 16a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM7.25 9.75h6.5a.75.75 0 110 1.5h-6.5a.75.75 0 110-1.5z"
@@ -1,16 +1,16 @@
1
1
  const c = {
2
- "cdr-icon": "cdr-icon_15-5-0",
3
- "cdr-icon--small": "cdr-icon--small_15-5-0",
4
- "cdr-icon--large": "cdr-icon--large_15-5-0",
5
- "cdr-icon--small@xs": "cdr-icon--small@xs_15-5-0",
6
- "cdr-icon--large@xs": "cdr-icon--large@xs_15-5-0",
7
- "cdr-icon--small@sm": "cdr-icon--small@sm_15-5-0",
8
- "cdr-icon--large@sm": "cdr-icon--large@sm_15-5-0",
9
- "cdr-icon--small@md": "cdr-icon--small@md_15-5-0",
10
- "cdr-icon--large@md": "cdr-icon--large@md_15-5-0",
11
- "cdr-icon--small@lg": "cdr-icon--small@lg_15-5-0",
12
- "cdr-icon--large@lg": "cdr-icon--large@lg_15-5-0",
13
- "cdr-icon--inherit-color": "cdr-icon--inherit-color_15-5-0"
2
+ "cdr-icon": "cdr-icon_15-6-1-beta-0",
3
+ "cdr-icon--small": "cdr-icon--small_15-6-1-beta-0",
4
+ "cdr-icon--large": "cdr-icon--large_15-6-1-beta-0",
5
+ "cdr-icon--small@xs": "cdr-icon--small@xs_15-6-1-beta-0",
6
+ "cdr-icon--large@xs": "cdr-icon--large@xs_15-6-1-beta-0",
7
+ "cdr-icon--small@sm": "cdr-icon--small@sm_15-6-1-beta-0",
8
+ "cdr-icon--large@sm": "cdr-icon--large@sm_15-6-1-beta-0",
9
+ "cdr-icon--small@md": "cdr-icon--small@md_15-6-1-beta-0",
10
+ "cdr-icon--large@md": "cdr-icon--large@md_15-6-1-beta-0",
11
+ "cdr-icon--small@lg": "cdr-icon--small@lg_15-6-1-beta-0",
12
+ "cdr-icon--large@lg": "cdr-icon--large@lg_15-6-1-beta-0",
13
+ "cdr-icon--inherit-color": "cdr-icon--inherit-color_15-6-1-beta-0"
14
14
  };
15
15
  export {
16
16
  c as default
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, computed as i, useCssModule as c, openBlock as l, createElementBlock as u, normalizeClass as m, unref as p, normalizeStyle as g } from "vue";
1
+ import { defineComponent as n, computed as i, useCssModule as c, createElementBlock as l, openBlock as u, normalizeStyle as m, normalizeClass as p, unref as g } from "vue";
2
2
  import { CdrRadiusSoft as f, CdrRadiusSofter as C, CdrRadiusRound as y } from "@rei/cdr-tokens";
3
3
  const h = ["src", "alt", "srcset", "sizes", "loading", "decoding", "fetchpriority"], z = "cdr-image", S = /* @__PURE__ */ n({
4
4
  name: "CdrImg",
@@ -25,9 +25,9 @@ const h = ["src", "alt", "srcset", "sizes", "loading", "decoding", "fetchpriorit
25
25
  "--cdr-img-object-fit": e.fit,
26
26
  "--cdr-img-border-radius": t.value
27
27
  })), d = c();
28
- return (s, R) => (l(), u("img", {
29
- class: m(p(d)[z]),
30
- style: g(a.value),
28
+ return (s, R) => (u(), l("img", {
29
+ class: p(g(d)[z]),
30
+ style: m(a.value),
31
31
  src: s.src,
32
32
  alt: s.alt,
33
33
  srcset: s.srcset,
@@ -1,5 +1,5 @@
1
1
  const e = {
2
- "cdr-image": "cdr-image_15-5-0"
2
+ "cdr-image": "cdr-image_15-6-1-beta-0"
3
3
  };
4
4
  export {
5
5
  e as default
@@ -1,6 +1,6 @@
1
1
  import "core-js/modules/esnext.iterator.constructor.js";
2
2
  import "core-js/modules/esnext.iterator.filter.js";
3
- import { defineComponent as O, useSlots as G, useAttrs as J, useCssModule as K, ref as Q, computed as a, openBlock as m, createBlock as P, unref as r, normalizeClass as p, createSlots as W, withCtx as d, createElementVNode as z, withDirectives as N, createElementBlock as f, mergeProps as A, vModelText as X, vModelDynamic as Y, renderSlot as u, createCommentVNode as y } from "vue";
3
+ import { defineComponent as O, useSlots as G, useAttrs as J, useCssModule as K, ref as Q, computed as a, createBlock as P, openBlock as m, normalizeClass as p, unref as r, createSlots as W, withCtx as d, createElementVNode as z, withDirectives as N, createElementBlock as f, createCommentVNode as y, mergeProps as A, vModelText as X, vModelDynamic as Y, renderSlot as u } from "vue";
4
4
  import Z from "../../utils/propValidator.mjs";
5
5
  import _ from "../labelStandalone/CdrLabelStandalone.vue.mjs";
6
6
  import ee from "../formError/CdrFormError.vue.mjs";
@@ -1,37 +1,37 @@
1
- const n = {
2
- "cdr-label-standalone": "cdr-label-standalone_15-5-0",
3
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-5-0",
4
- "cdr-label-standalone__label": "cdr-label-standalone__label_15-5-0",
5
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-5-0",
6
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-5-0",
7
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_15-5-0",
8
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_15-5-0",
9
- "cdr-label-standalone__info": "cdr-label-standalone__info_15-5-0",
10
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-5-0",
11
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-5-0",
12
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-5-0",
13
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-5-0",
14
- "cdr-form-error": "cdr-form-error_15-5-0",
15
- "cdr-form-error__icon": "cdr-form-error__icon_15-5-0",
16
- "cdr-input": "cdr-input_15-5-0",
17
- "cdr-input--focus": "cdr-input--focus_15-5-0",
18
- "cdr-input--multiline": "cdr-input--multiline_15-5-0",
19
- "cdr-input--preicon": "cdr-input--preicon_15-5-0",
20
- "cdr-input--posticon": "cdr-input--posticon_15-5-0",
21
- "cdr-input--posticons": "cdr-input--posticons_15-5-0",
22
- "cdr-input--primary": "cdr-input--primary_15-5-0",
23
- "cdr-input--secondary": "cdr-input--secondary_15-5-0",
24
- "cdr-input--error": "cdr-input--error_15-5-0",
25
- "cdr-input--large": "cdr-input--large_15-5-0",
26
- "cdr-input--large@xs": "cdr-input--large@xs_15-5-0",
27
- "cdr-input--large@sm": "cdr-input--large@sm_15-5-0",
28
- "cdr-input--large@md": "cdr-input--large@md_15-5-0",
29
- "cdr-input--large@lg": "cdr-input--large@lg_15-5-0",
30
- "cdr-input__pre-icon": "cdr-input__pre-icon_15-5-0",
31
- "cdr-input__post-icon": "cdr-input__post-icon_15-5-0",
32
- "cdr-input__helper-text": "cdr-input__helper-text_15-5-0",
33
- "cdr-input-wrap": "cdr-input-wrap_15-5-0"
1
+ const a = {
2
+ "cdr-label-standalone": "cdr-label-standalone_15-6-1-beta-0",
3
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-6-1-beta-0",
4
+ "cdr-label-standalone__label": "cdr-label-standalone__label_15-6-1-beta-0",
5
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-6-1-beta-0",
6
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-6-1-beta-0",
7
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_15-6-1-beta-0",
8
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_15-6-1-beta-0",
9
+ "cdr-label-standalone__info": "cdr-label-standalone__info_15-6-1-beta-0",
10
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-6-1-beta-0",
11
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-6-1-beta-0",
12
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-6-1-beta-0",
13
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-6-1-beta-0",
14
+ "cdr-form-error": "cdr-form-error_15-6-1-beta-0",
15
+ "cdr-form-error__icon": "cdr-form-error__icon_15-6-1-beta-0",
16
+ "cdr-input": "cdr-input_15-6-1-beta-0",
17
+ "cdr-input--focus": "cdr-input--focus_15-6-1-beta-0",
18
+ "cdr-input--multiline": "cdr-input--multiline_15-6-1-beta-0",
19
+ "cdr-input--preicon": "cdr-input--preicon_15-6-1-beta-0",
20
+ "cdr-input--posticon": "cdr-input--posticon_15-6-1-beta-0",
21
+ "cdr-input--posticons": "cdr-input--posticons_15-6-1-beta-0",
22
+ "cdr-input--primary": "cdr-input--primary_15-6-1-beta-0",
23
+ "cdr-input--secondary": "cdr-input--secondary_15-6-1-beta-0",
24
+ "cdr-input--error": "cdr-input--error_15-6-1-beta-0",
25
+ "cdr-input--large": "cdr-input--large_15-6-1-beta-0",
26
+ "cdr-input--large@xs": "cdr-input--large@xs_15-6-1-beta-0",
27
+ "cdr-input--large@sm": "cdr-input--large@sm_15-6-1-beta-0",
28
+ "cdr-input--large@md": "cdr-input--large@md_15-6-1-beta-0",
29
+ "cdr-input--large@lg": "cdr-input--large@lg_15-6-1-beta-0",
30
+ "cdr-input__pre-icon": "cdr-input__pre-icon_15-6-1-beta-0",
31
+ "cdr-input__post-icon": "cdr-input__post-icon_15-6-1-beta-0",
32
+ "cdr-input__helper-text": "cdr-input__helper-text_15-6-1-beta-0",
33
+ "cdr-input-wrap": "cdr-input-wrap_15-6-1-beta-0"
34
34
  };
35
35
  export {
36
- n as default
36
+ a as default
37
37
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, useCssModule as t, openBlock as a, createBlock as o, resolveDynamicComponent as n, normalizeClass as l, unref as c, withCtx as p, renderSlot as d } from "vue";
1
+ import { defineComponent as r, useCssModule as t, createBlock as a, openBlock as o, resolveDynamicComponent as n, normalizeClass as l, unref as c, withCtx as p, renderSlot as d } from "vue";
2
2
  const u = "cdr-kicker", C = /* @__PURE__ */ r({
3
3
  name: "CdrKicker",
4
4
  __name: "CdrKicker",
@@ -9,7 +9,7 @@ const u = "cdr-kicker", C = /* @__PURE__ */ r({
9
9
  },
10
10
  setup(i) {
11
11
  const s = t();
12
- return (e, m) => (a(), o(n(e.tag), {
12
+ return (e, m) => (o(), a(n(e.tag), {
13
13
  class: l(c(s)[u])
14
14
  }, {
15
15
  default: p(() => [d(e.$slots, "default")]),
@@ -1,6 +1,6 @@
1
- const c = {
2
- "cdr-kicker": "cdr-kicker_15-5-0"
1
+ const e = {
2
+ "cdr-kicker": "cdr-kicker_15-6-1-beta-0"
3
3
  };
4
4
  export {
5
- c as default
5
+ e as default
6
6
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as k, useSlots as v, useCssModule as L, computed as p, openBlock as n, createElementBlock as o, normalizeClass as s, unref as e, createElementVNode as i, createTextVNode as $, toDisplayString as h, createCommentVNode as r, renderSlot as d } from "vue";
1
+ import { defineComponent as k, useSlots as v, useCssModule as L, computed as p, createElementBlock as n, openBlock as o, normalizeClass as s, unref as e, createElementVNode as i, createCommentVNode as r, createTextVNode as $, toDisplayString as h, renderSlot as d } from "vue";
2
2
  import m from "../../utils/mapClasses.mjs";
3
3
  const g = ["for"], B = {
4
4
  key: 0,
@@ -25,26 +25,26 @@ const g = ["for"], B = {
25
25
  },
26
26
  setup(l) {
27
27
  const c = l, b = v(), a = L(), u = b.helper, f = b.info, C = b["info-action"], y = p(() => c.disabled ? "cdr-label-standalone__label--disabled" : ""), _ = p(() => c.hideLabel ? "cdr-label-standalone__label--sr-only" : ""), S = p(() => !c.hideLabel || u || f ? "cdr-label-standalone__input-spacing" : "");
28
- return (t, V) => (n(), o("div", {
28
+ return (t, V) => (o(), n("div", {
29
29
  class: s(e(a)[N])
30
30
  }, [i("div", {
31
31
  class: s(e(a)["cdr-label-standalone__label-wrapper"])
32
32
  }, [i("label", {
33
33
  class: s(e(m)(e(a), "cdr-label-standalone__label", y.value, _.value).concat(` ${l.labelClass}`)),
34
34
  for: l.forId
35
- }, [$(h(l.label) + h((l.required || l.optional, "")) + " ", 1), l.required ? (n(), o("span", B, "*")) : l.optional ? (n(), o("span", {
35
+ }, [$(h(l.label) + h((l.required || l.optional, "")) + " ", 1), l.required ? (o(), n("span", B, "*")) : l.optional ? (o(), n("span", {
36
36
  key: 1,
37
37
  class: s(e(a)["cdr-label-standalone__optional"])
38
- }, "(optional)", 2)) : r("", !0)], 10, g), !l.hideLabel && e(u) ? (n(), o("br", I)) : r("", !0), e(u) ? (n(), o("span", {
38
+ }, "(optional)", 2)) : r("", !0)], 10, g), !l.hideLabel && e(u) ? (o(), n("br", I)) : r("", !0), e(u) ? (o(), n("span", {
39
39
  key: 1,
40
40
  class: s(e(a)["cdr-label-standalone__helper"]),
41
41
  id: `${l.forId}-helper-text-top`
42
42
  }, [d(t.$slots, "helper")], 10, q)) : r("", !0)], 2), i("div", {
43
43
  class: s(e(m)(e(a), "cdr-label-standalone__input-wrap", S.value))
44
- }, [d(t.$slots, "default"), e(C) ? (n(), o("div", {
44
+ }, [d(t.$slots, "default"), e(C) ? (o(), n("div", {
45
45
  key: 0,
46
46
  class: s(e(a)["cdr-label-standalone__info-action"])
47
- }, [d(t.$slots, "info-action")], 2)) : r("", !0)], 2), e(f) ? (n(), o("span", {
47
+ }, [d(t.$slots, "info-action")], 2)) : r("", !0)], 2), e(f) ? (o(), n("span", {
48
48
  key: 0,
49
49
  class: s(e(a)["cdr-label-standalone__info"])
50
50
  }, [d(t.$slots, "info")], 2)) : r("", !0), i("div", {
@@ -1,17 +1,17 @@
1
- const l = {
2
- "cdr-label-standalone": "cdr-label-standalone_15-5-0",
3
- "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-5-0",
4
- "cdr-label-standalone__label": "cdr-label-standalone__label_15-5-0",
5
- "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-5-0",
6
- "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-5-0",
7
- "cdr-label-standalone__optional": "cdr-label-standalone__optional_15-5-0",
8
- "cdr-label-standalone__helper": "cdr-label-standalone__helper_15-5-0",
9
- "cdr-label-standalone__info": "cdr-label-standalone__info_15-5-0",
10
- "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-5-0",
11
- "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-5-0",
12
- "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-5-0",
13
- "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-5-0"
1
+ const a = {
2
+ "cdr-label-standalone": "cdr-label-standalone_15-6-1-beta-0",
3
+ "cdr-label-standalone__label-wrapper": "cdr-label-standalone__label-wrapper_15-6-1-beta-0",
4
+ "cdr-label-standalone__label": "cdr-label-standalone__label_15-6-1-beta-0",
5
+ "cdr-label-standalone__label--sr-only": "cdr-label-standalone__label--sr-only_15-6-1-beta-0",
6
+ "cdr-label-standalone__label--disabled": "cdr-label-standalone__label--disabled_15-6-1-beta-0",
7
+ "cdr-label-standalone__optional": "cdr-label-standalone__optional_15-6-1-beta-0",
8
+ "cdr-label-standalone__helper": "cdr-label-standalone__helper_15-6-1-beta-0",
9
+ "cdr-label-standalone__info": "cdr-label-standalone__info_15-6-1-beta-0",
10
+ "cdr-label-standalone__post-content": "cdr-label-standalone__post-content_15-6-1-beta-0",
11
+ "cdr-label-standalone__info-action": "cdr-label-standalone__info-action_15-6-1-beta-0",
12
+ "cdr-label-standalone__input-wrap": "cdr-label-standalone__input-wrap_15-6-1-beta-0",
13
+ "cdr-label-standalone__input-spacing": "cdr-label-standalone__input-spacing_15-6-1-beta-0"
14
14
  };
15
15
  export {
16
- l as default
16
+ a as default
17
17
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, useCssModule as u, computed as n, openBlock as f, createElementBlock as C, normalizeClass as r, unref as s, createElementVNode as t, renderSlot as i } from "vue";
1
+ import { defineComponent as b, useCssModule as u, computed as n, createElementBlock as f, openBlock as C, normalizeClass as r, unref as s, createElementVNode as t, renderSlot as i } from "vue";
2
2
  import { responsiveModifyClass as g } from "../../utils/buildClass.mjs";
3
3
  import $ from "../../props/background.mjs";
4
4
  import v from "../../utils/mapClasses.mjs";
@@ -15,7 +15,7 @@ const c = "cdr-label-wrapper", _ = /* @__PURE__ */ b({
15
15
  },
16
16
  setup(a) {
17
17
  const e = a, l = u(), d = n(() => e.modifier ? `${c}--${e.modifier}` : ""), p = n(() => e.size ? g(c, "", e.size) : ""), m = n(() => e.disabled ? `${c}--disabled` : "");
18
- return (o, w) => (f(), C("div", {
18
+ return (o, w) => (C(), f("div", {
19
19
  class: r(s(l)["cdr-label-wrapper__container"])
20
20
  }, [t("label", {
21
21
  class: r(s(v)(s(l), "cdr-label-wrapper", `cdr-label-wrapper--${a.background}`, m.value, d.value, p.value).concat(` ${a.labelClass || ""}`))
@@ -1,29 +1,29 @@
1
1
  const r = {
2
- "cdr-label-wrapper": "cdr-label-wrapper_15-5-0",
3
- "cdr-label-wrapper__container": "cdr-label-wrapper__container_15-5-0",
4
- "cdr-label-wrapper--primary": "cdr-label-wrapper--primary_15-5-0",
5
- "cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_15-5-0",
6
- "cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_15-5-0",
7
- "cdr-label-wrapper__figure": "cdr-label-wrapper__figure_15-5-0",
8
- "cdr-label-wrapper__content": "cdr-label-wrapper__content_15-5-0",
9
- "cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_15-5-0",
10
- "cdr-checkbox__svg-box": "cdr-checkbox__svg-box_15-5-0",
11
- "cdr-label-wrapper--small": "cdr-label-wrapper--small_15-5-0",
12
- "cdr-label-wrapper--medium": "cdr-label-wrapper--medium_15-5-0",
13
- "cdr-label-wrapper--large": "cdr-label-wrapper--large_15-5-0",
14
- "cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_15-5-0",
15
- "cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_15-5-0",
16
- "cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_15-5-0",
17
- "cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_15-5-0",
18
- "cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_15-5-0",
19
- "cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_15-5-0",
20
- "cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_15-5-0",
21
- "cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_15-5-0",
22
- "cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_15-5-0",
23
- "cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_15-5-0",
24
- "cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_15-5-0",
25
- "cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_15-5-0",
26
- "cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_15-5-0"
2
+ "cdr-label-wrapper": "cdr-label-wrapper_15-6-1-beta-0",
3
+ "cdr-label-wrapper__container": "cdr-label-wrapper__container_15-6-1-beta-0",
4
+ "cdr-label-wrapper--primary": "cdr-label-wrapper--primary_15-6-1-beta-0",
5
+ "cdr-label-wrapper--secondary": "cdr-label-wrapper--secondary_15-6-1-beta-0",
6
+ "cdr-label-wrapper--disabled": "cdr-label-wrapper--disabled_15-6-1-beta-0",
7
+ "cdr-label-wrapper__figure": "cdr-label-wrapper__figure_15-6-1-beta-0",
8
+ "cdr-label-wrapper__content": "cdr-label-wrapper__content_15-6-1-beta-0",
9
+ "cdr-label-wrapper--hide-figure": "cdr-label-wrapper--hide-figure_15-6-1-beta-0",
10
+ "cdr-checkbox__svg-box": "cdr-checkbox__svg-box_15-6-1-beta-0",
11
+ "cdr-label-wrapper--small": "cdr-label-wrapper--small_15-6-1-beta-0",
12
+ "cdr-label-wrapper--medium": "cdr-label-wrapper--medium_15-6-1-beta-0",
13
+ "cdr-label-wrapper--large": "cdr-label-wrapper--large_15-6-1-beta-0",
14
+ "cdr-checkbox__checkbox-box": "cdr-checkbox__checkbox-box_15-6-1-beta-0",
15
+ "cdr-label-wrapper--small@xs": "cdr-label-wrapper--small@xs_15-6-1-beta-0",
16
+ "cdr-label-wrapper--medium@xs": "cdr-label-wrapper--medium@xs_15-6-1-beta-0",
17
+ "cdr-label-wrapper--large@xs": "cdr-label-wrapper--large@xs_15-6-1-beta-0",
18
+ "cdr-label-wrapper--small@sm": "cdr-label-wrapper--small@sm_15-6-1-beta-0",
19
+ "cdr-label-wrapper--medium@sm": "cdr-label-wrapper--medium@sm_15-6-1-beta-0",
20
+ "cdr-label-wrapper--large@sm": "cdr-label-wrapper--large@sm_15-6-1-beta-0",
21
+ "cdr-label-wrapper--small@md": "cdr-label-wrapper--small@md_15-6-1-beta-0",
22
+ "cdr-label-wrapper--medium@md": "cdr-label-wrapper--medium@md_15-6-1-beta-0",
23
+ "cdr-label-wrapper--large@md": "cdr-label-wrapper--large@md_15-6-1-beta-0",
24
+ "cdr-label-wrapper--small@lg": "cdr-label-wrapper--small@lg_15-6-1-beta-0",
25
+ "cdr-label-wrapper--medium@lg": "cdr-label-wrapper--medium@lg_15-6-1-beta-0",
26
+ "cdr-label-wrapper--large@lg": "cdr-label-wrapper--large@lg_15-6-1-beta-0"
27
27
  };
28
28
  export {
29
29
  r as default
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, useCssModule as o, openBlock as m, createBlock as g, unref as t, normalizeClass as i, withCtx as r, createVNode as n, createTextVNode as d, toDisplayString as c } from "vue";
1
+ import { defineComponent as l, useCssModule as o, createBlock as m, openBlock as g, unref as t, normalizeClass as i, withCtx as r, createVNode as n, createTextVNode as d, toDisplayString as c } from "vue";
2
2
  import u from "../image/CdrImg.vue.mjs";
3
3
  import p from "../splitSurface/CdrSplitSurface.vue.mjs";
4
4
  /* empty css */
@@ -37,7 +37,7 @@ const s = "cdr-landing-lead", B = /* @__PURE__ */ l({
37
37
  },
38
38
  setup(e) {
39
39
  const a = o();
40
- return (S, C) => (m(), g(t(p), {
40
+ return (S, C) => (g(), m(t(p), {
41
41
  class: i(t(a)[s])
42
42
  }, {
43
43
  top: r(() => [n(t(u), {
@@ -1,4 +1,4 @@
1
- import { defineComponent as i, useCssModule as c, openBlock as g, createElementBlock as u, normalizeClass as s, unref as e, createVNode as o, withCtx as r, renderSlot as d } from "vue";
1
+ import { defineComponent as i, useCssModule as c, createElementBlock as g, openBlock as u, normalizeClass as s, unref as e, createVNode as o, withCtx as r, renderSlot as d } from "vue";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  /* empty css */
@@ -14,7 +14,7 @@ const t = "cdr-heading-subheading-block", $ = /* @__PURE__ */ i({
14
14
  },
15
15
  setup(l) {
16
16
  const a = c();
17
- return (n, h) => (g(), u("header", {
17
+ return (n, h) => (u(), g("header", {
18
18
  class: s(e(a)[t])
19
19
  }, [o(e(p), {
20
20
  tag: l.headingTag,
@@ -1,8 +1,8 @@
1
1
  const d = {
2
- "cdr-heading-display": "cdr-heading-display_15-5-0",
3
- "cdr-subheading-sans": "cdr-subheading-sans_15-5-0",
4
- "cdr-heading-subheading-block__heading": "cdr-heading-subheading-block__heading_15-5-0",
5
- "cdr-heading-subheading-block__subheading": "cdr-heading-subheading-block__subheading_15-5-0"
2
+ "cdr-heading-display": "cdr-heading-display_15-6-1-beta-0",
3
+ "cdr-subheading-sans": "cdr-subheading-sans_15-6-1-beta-0",
4
+ "cdr-heading-subheading-block__heading": "cdr-heading-subheading-block__heading_15-6-1-beta-0",
5
+ "cdr-heading-subheading-block__subheading": "cdr-heading-subheading-block__subheading_15-6-1-beta-0"
6
6
  };
7
7
  export {
8
8
  d as default
@@ -1,12 +1,12 @@
1
1
  const d = {
2
- "cdr-image": "cdr-image_15-5-0",
3
- "cdr-heading-display": "cdr-heading-display_15-5-0",
4
- "cdr-subheading-sans": "cdr-subheading-sans_15-5-0",
5
- "cdr-heading-subheading-block__heading": "cdr-heading-subheading-block__heading_15-5-0",
6
- "cdr-heading-subheading-block__subheading": "cdr-heading-subheading-block__subheading_15-5-0",
7
- "cdr-landing-lead": "cdr-landing-lead_15-5-0",
8
- "cdr-landing-lead__image": "cdr-landing-lead__image_15-5-0",
9
- "cdr-landing-lead__copy-block": "cdr-landing-lead__copy-block_15-5-0"
2
+ "cdr-image": "cdr-image_15-6-1-beta-0",
3
+ "cdr-heading-display": "cdr-heading-display_15-6-1-beta-0",
4
+ "cdr-subheading-sans": "cdr-subheading-sans_15-6-1-beta-0",
5
+ "cdr-heading-subheading-block__heading": "cdr-heading-subheading-block__heading_15-6-1-beta-0",
6
+ "cdr-heading-subheading-block__subheading": "cdr-heading-subheading-block__subheading_15-6-1-beta-0",
7
+ "cdr-landing-lead": "cdr-landing-lead_15-6-1-beta-0",
8
+ "cdr-landing-lead__image": "cdr-landing-lead__image_15-6-1-beta-0",
9
+ "cdr-landing-lead__copy-block": "cdr-landing-lead__copy-block_15-6-1-beta-0"
10
10
  };
11
11
  export {
12
12
  d as default
@@ -1,5 +1,5 @@
1
1
  import "core-js/modules/es.array.push.js";
2
- import { defineComponent as i, useCssModule as m, computed as d, openBlock as y, createBlock as w, resolveDynamicComponent as C, unref as g, normalizeProps as h, guardReactiveProps as v, withCtx as S, renderSlot as z } from "vue";
2
+ import { defineComponent as i, useCssModule as m, computed as d, createBlock as y, openBlock as w, resolveDynamicComponent as C, unref as g, normalizeProps as h, guardReactiveProps as v, withCtx as S, renderSlot as z } from "vue";
3
3
  import $ from "../../utils/mapClasses.mjs";
4
4
  import { getStructureStyles as G } from "../../utils/layout.mjs";
5
5
  import { modifyClassName as s } from "../../utils/buildClass.mjs";
@@ -56,7 +56,7 @@ const A = /* @__PURE__ */ i({
56
56
  style: t
57
57
  };
58
58
  }), p = o.as === "CdrSurface" ? _ : o.as;
59
- return (e, a) => (y(), w(C(g(p)), h(v(n.value)), {
59
+ return (e, a) => (w(), y(C(g(p)), h(v(n.value)), {
60
60
  default: S(() => [z(e.$slots, "default")]),
61
61
  _: 3
62
62
  }, 16));