@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,8 +1,8 @@
1
1
  const r = {
2
- "cdr-choreographer__kicker": "cdr-choreographer__kicker_15-5-0",
3
- "cdr-choreographer__title": "cdr-choreographer__title_15-5-0",
4
- "cdr-choreographer__rating": "cdr-choreographer__rating_15-5-0",
5
- "cdr-choreographer__abstract": "cdr-choreographer__abstract_15-5-0"
2
+ "cdr-choreographer__kicker": "cdr-choreographer__kicker_15-6-1-beta-0",
3
+ "cdr-choreographer__title": "cdr-choreographer__title_15-6-1-beta-0",
4
+ "cdr-choreographer__rating": "cdr-choreographer__rating_15-6-1-beta-0",
5
+ "cdr-choreographer__abstract": "cdr-choreographer__abstract_15-6-1-beta-0"
6
6
  };
7
7
  export {
8
8
  r as default
@@ -1,4 +1,4 @@
1
- import { defineComponent as i, useCssModule as l, computed as c, openBlock as d, createBlock as m, resolveDynamicComponent as f, normalizeClass as p, unref as t, withCtx as u, renderSlot as C } from "vue";
1
+ import { defineComponent as i, useCssModule as l, computed as c, createBlock as d, openBlock as m, resolveDynamicComponent as f, normalizeClass as p, unref as t, withCtx as u, renderSlot as C } from "vue";
2
2
  import v from "../../utils/propValidator.mjs";
3
3
  import g from "../../utils/mapClasses.mjs";
4
4
  const a = "cdr-container", h = /* @__PURE__ */ i({
@@ -23,7 +23,7 @@ const a = "cdr-container", h = /* @__PURE__ */ i({
23
23
  },
24
24
  setup(e) {
25
25
  const o = e, s = l(), r = c(() => `${a}--${o.modifier}`);
26
- return (n, y) => (d(), m(f(e.tag), {
26
+ return (n, y) => (m(), d(f(e.tag), {
27
27
  class: p(t(g)(t(s), a, r.value))
28
28
  }, {
29
29
  default: u(() => [C(n.$slots, "default")]),
@@ -1,6 +1,6 @@
1
1
  const t = {
2
- "cdr-container": "cdr-container_15-5-0",
3
- "cdr-container--static": "cdr-container--static_15-5-0"
2
+ "cdr-container": "cdr-container_15-6-1-beta-0",
3
+ "cdr-container--static": "cdr-container--static_15-6-1-beta-0"
4
4
  };
5
5
  export {
6
6
  t as default
@@ -0,0 +1,92 @@
1
+ import { defineComponent as E, useAttrs as b, provide as P, ref as n, computed as r, useId as T, watch as I, createElementBlock as M, createCommentVNode as $, openBlock as v, mergeProps as B, renderSlot as N, createVNode as O, normalizeClass as W, unref as x, withCtx as G, createBlock as V, resolveDynamicComponent as H, normalizeProps as K, guardReactiveProps as L, h as U } from "vue";
2
+ import j from "./CdrFilmstripEngine.vue.mjs";
3
+ import { useDebounceFn as q, useResizeObserver as J } from "@vueuse/core";
4
+ import { CdrFilmstripEventKey as Q } from "../../types/symbols.mjs";
5
+ const X = 6, se = /* @__PURE__ */ E({
6
+ name: "CdrFilmstrip",
7
+ __name: "CdrFilmstrip",
8
+ props: {
9
+ adapter: {
10
+ type: Function,
11
+ default: () => (console.warn("No adapter provided for CdrFilmstrip"), {
12
+ frames: [],
13
+ filmstripId: "empty-filmstrip",
14
+ component: U("div"),
15
+ description: "An empty filmstrip"
16
+ })
17
+ },
18
+ model: {
19
+ default: () => ({})
20
+ }
21
+ },
22
+ setup(m, {
23
+ emit: y
24
+ }) {
25
+ var p, f;
26
+ const i = y, h = (e, s) => {
27
+ i(e, s);
28
+ }, F = b().class || "";
29
+ P(Q, h);
30
+ const l = m, u = n(null), t = r(() => l.adapter(l.model)), o = n(((p = t == null ? void 0 : t.value) == null ? void 0 : p.framesToShow) ?? X), c = n(o.value), d = r(() => t.value.frames), w = r(() => d.value.length > 0), C = r(() => `${t.value.filmstripId}-${T()}`), S = r(() => t.value.description), z = r(() => {
31
+ var e;
32
+ return ((e = t == null ? void 0 : t.value) == null ? void 0 : e.framesGap) || 0;
33
+ }), A = n(typeof ((f = t == null ? void 0 : t.value) == null ? void 0 : f.useDefaultResizeStrategy) == "boolean" ? t.value.useDefaultResizeStrategy : !1), g = r(() => {
34
+ var e;
35
+ return ((e = t == null ? void 0 : t.value) == null ? void 0 : e.focusSelector) || ":first-child";
36
+ }), k = r(() => {
37
+ var e;
38
+ return ((e = t.value) == null ? void 0 : e.dataAttributes) || {};
39
+ });
40
+ function R({
41
+ event: e,
42
+ direction: s
43
+ }) {
44
+ const a = {
45
+ event: e,
46
+ direction: s,
47
+ model: l.model
48
+ };
49
+ i("arrowClick", a);
50
+ }
51
+ function _() {
52
+ const e = window.innerWidth;
53
+ o.value = e >= 1024 ? 5 : e >= 768 ? 4 : 2, c.value = Math.max(o.value - 1, 1);
54
+ }
55
+ const D = q(() => {
56
+ const e = {
57
+ model: l.model,
58
+ framesToShow: o,
59
+ framesToScroll: c
60
+ };
61
+ i("resize", e), A.value && _();
62
+ }, 25);
63
+ return I(() => u.value, (e) => {
64
+ e && J(e, D);
65
+ }, {
66
+ immediate: !0
67
+ }), (e, s) => w.value ? (v(), M("div", B({
68
+ key: 0,
69
+ ref_key: "CdrFilmstripContainer",
70
+ ref: u
71
+ }, k.value), [N(e.$slots, "heading"), O(j, {
72
+ class: W(x(F)),
73
+ id: C.value,
74
+ description: S.value,
75
+ frames: d.value,
76
+ "frames-gap": z.value,
77
+ "frames-to-show": o.value,
78
+ "frames-to-scroll": c.value,
79
+ "focus-selector": g.value,
80
+ onAriaMessage: s[0] || (s[0] = (a) => e.$emit("ariaMessage", a)),
81
+ onArrowClick: R
82
+ }, {
83
+ frame: G(({
84
+ ...a
85
+ }) => [(v(), V(H(t.value.component), K(L(a)), null, 16))]),
86
+ _: 1
87
+ }, 8, ["class", "id", "description", "frames", "frames-gap", "frames-to-show", "frames-to-scroll", "focus-selector"])], 16)) : $("", !0);
88
+ }
89
+ });
90
+ export {
91
+ se as default
92
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./CdrFilmstrip.vue.mjs";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,9 @@
1
+ import s from "./CdrFilmstripEngine.vue2.mjs";
2
+ import o from "./styles/CdrFilmstrip.module.scss.mjs";
3
+ import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const r = {
5
+ $style: o
6
+ }, c = /* @__PURE__ */ t(s, [["__cssModules", r]]);
7
+ export {
8
+ c as default
9
+ };
@@ -0,0 +1,196 @@
1
+ import "core-js/modules/esnext.iterator.constructor.js";
2
+ import "core-js/modules/esnext.iterator.filter.js";
3
+ import "core-js/modules/esnext.iterator.for-each.js";
4
+ import "core-js/modules/esnext.iterator.map.js";
5
+ import { defineComponent as D, useCssModule as q, useAttrs as J, ref as u, computed as k, onMounted as K, onUnmounted as Q, createElementBlock as $, openBlock as _, normalizeClass as d, normalizeStyle as X, unref as r, createVNode as g, withCtx as b, createElementVNode as Y, Fragment as x, renderList as B, renderSlot as F, mergeProps as y, createBlock as R, createCommentVNode as Z, withModifiers as ee, resolveDynamicComponent as ae } from "vue";
6
+ import h from "../../utils/mapClasses.mjs";
7
+ import { useElementHover as re, useDebounceFn as I, useEventListener as te, useResizeObserver as oe } from "@vueuse/core";
8
+ import { ScrollAreaRoot as se, ScrollAreaViewport as le, ScrollAreaScrollbar as ne, ScrollAreaThumb as ie } from "radix-vue";
9
+ import fe from "../button/CdrButton.vue.mjs";
10
+ import ce from "../icon/comps/caret-left.vue.mjs";
11
+ import ue from "../icon/comps/caret-right.vue.mjs";
12
+ const me = ["id", "data-ui"], de = ["id", "data-ui"], n = "cdr-filmstrip", Te = /* @__PURE__ */ D({
13
+ name: "CdrFilmstripEngine",
14
+ __name: "CdrFilmstripEngine",
15
+ props: {
16
+ id: {
17
+ default: ""
18
+ },
19
+ description: {
20
+ default: ""
21
+ },
22
+ dataUi: {
23
+ default: n
24
+ },
25
+ isShowingArrows: {
26
+ type: Boolean,
27
+ default: !0
28
+ },
29
+ frames: {
30
+ default: () => []
31
+ },
32
+ framesToShow: {
33
+ default: 5
34
+ },
35
+ framesToScroll: {
36
+ default: 4
37
+ },
38
+ framesGap: {
39
+ default: 0
40
+ },
41
+ frameExtra: {
42
+ default: 0.25
43
+ },
44
+ focusSelector: {
45
+ default: ":first-child"
46
+ },
47
+ viewportTabindex: {
48
+ default: "-1"
49
+ }
50
+ },
51
+ emits: ["arrowClick", "ariaMessage"],
52
+ setup(L, {
53
+ emit: z
54
+ }) {
55
+ const c = q(), s = L, l = J().class || "", S = z, p = u(""), v = u(null), w = u(null), N = u(null), C = u(0), f = u(0), G = u(0), T = u(!1), P = re(v), M = k(() => {
56
+ const e = s.framesToShow * s.framesGap;
57
+ return (C.value - e) / (s.framesToShow + s.frameExtra);
58
+ }), U = k(() => ({
59
+ "--frames-gap": s.framesGap,
60
+ "--frame-width": M.value,
61
+ "--frame-extra": s.frameExtra
62
+ })), V = k(() => {
63
+ const e = f.value === 0, t = f.value >= s.frames.length - s.framesToShow;
64
+ return ["left", "right"].map((a) => {
65
+ const o = a === "left" ? !e : !t;
66
+ return {
67
+ direction: a,
68
+ icon: a === "left" ? ce : ue,
69
+ attributes: {
70
+ "data-ui": `${n}__arrow--${a}`,
71
+ class: [h(c, `${n}__arrow`, `${n}__arrow--${a}`, o ? "" : `${n}__arrow--disabled`), l ? `${l}__arrow` : null, l ? `${l}__arrow--${a}` : null, o ? "" : l && `${n}__arrow--disabled`].filter(Boolean).join(" "),
72
+ "aria-label": `${a === "right" ? "Next" : "Previous"} Frame`,
73
+ "aria-controls": `${s.id}-frames`,
74
+ tabindex: 0,
75
+ size: "large",
76
+ disabled: !o
77
+ }
78
+ };
79
+ });
80
+ }), E = (e) => {
81
+ const t = M.value * e, a = s.framesGap * e;
82
+ return t + a;
83
+ }, W = (e) => {
84
+ var o, i;
85
+ const t = E(e), a = ((o = w.value) == null ? void 0 : o.viewportElement.scrollLeft) ?? 0;
86
+ (i = w.value) == null || i.viewportElement.scrollBy({
87
+ left: t - a,
88
+ behavior: "smooth"
89
+ });
90
+ }, A = (e, t) => {
91
+ S("arrowClick", {
92
+ event: e,
93
+ direction: t
94
+ });
95
+ const o = t === "left" ? -s.framesToScroll : s.framesToScroll, i = f.value + o;
96
+ f.value = Math.max(0, Math.min(i, s.frames.length - 1)), W(f.value);
97
+ }, O = I(() => {
98
+ const e = s.frames.length, t = Math.max(1, f.value + 1), a = Math.min(e, t + s.framesToShow - 1);
99
+ p.value = s.framesToShow === 1 ? `Now showing frame ${t} of ${e}` : `Now showing frames ${t} through ${a} of ${e}`, S("ariaMessage", p.value);
100
+ }, 300), H = (e) => {
101
+ const t = e.currentTarget;
102
+ if (!t || !e.relatedTarget || !t.contains(e.relatedTarget)) {
103
+ const a = s.frames.length, o = Math.max(1, f.value + 1), i = Math.min(a, o + s.framesToShow - 1);
104
+ s.framesToShow === 1 ? p.value = `Showing frame ${o} of ${a}. Use left and right arrow keys to navigate.` : p.value = `Showing frames ${o} through ${i} of ${a}. Use left and right arrow keys to navigate.`, S("ariaMessage", p.value);
105
+ }
106
+ }, j = I((e) => {
107
+ const t = e.target.scrollLeft, a = s.frames.map((i, m) => E(m)), o = a.findIndex((i) => Math.abs(i - t) === Math.min(...a.map((m) => Math.abs(m - t))));
108
+ o !== f.value && (f.value = o, O()), T.value || (T.value = !0);
109
+ }, 100);
110
+ return K(() => {
111
+ var t, a;
112
+ te((t = w.value) == null ? void 0 : t.viewportElement, "scroll", j);
113
+ const {
114
+ stop: e
115
+ } = oe(v, (o) => {
116
+ o.forEach((i) => {
117
+ C.value = i.contentRect.width;
118
+ });
119
+ });
120
+ Q(() => {
121
+ e();
122
+ }), C.value = ((a = v.value) == null ? void 0 : a.offsetWidth) ?? 0;
123
+ }), (e, t) => (_(), $("div", {
124
+ id: e.id,
125
+ ref_key: "containerRef",
126
+ ref: v,
127
+ "data-ui": e.dataUi,
128
+ style: X(U.value),
129
+ class: d(r(c)[n]),
130
+ onFocusin: H
131
+ }, [g(r(se), {
132
+ type: "auto",
133
+ class: d([r(h)(r(c), `${n}__root`), r(l) ? `${r(l)}__root` : null])
134
+ }, {
135
+ default: b(() => [g(r(le), {
136
+ ref_key: "framesRef",
137
+ ref: w,
138
+ class: d([r(h)(r(c), `${n}__viewport`), r(l) ? `${r(l)}__viewport` : null]),
139
+ "aria-label": e.description || `${e.frames.length} items`,
140
+ tabindex: e.viewportTabindex
141
+ }, {
142
+ default: b(() => [Y("ul", {
143
+ id: `${e.id}-frames`,
144
+ class: d([r(h)(r(c), `${n}__frames`), r(l) && `${r(l)}__frames`]),
145
+ "data-ui": `${n}__frames`
146
+ }, [(_(!0), $(x, null, B(e.frames, (a, o) => (_(), $("li", {
147
+ key: a.key,
148
+ ref_for: !0,
149
+ ref_key: "framesItemsRef",
150
+ ref: N,
151
+ class: d([r(h)(r(c), `${n}__frame`), r(l) ? `${r(l)}__frame` : null])
152
+ }, [F(e.$slots, "frame", y({
153
+ index: o,
154
+ ref_for: !0
155
+ }, a.props, {
156
+ tabindex: o === G.value ? "0" : "-1"
157
+ }))], 2))), 128))], 10, de)]),
158
+ _: 3
159
+ }, 8, ["class", "aria-label", "tabindex"]), g(r(ne), {
160
+ class: d([r(h)(r(c), `${n}__bar`, `${n}__bar--horizontal`), r(l) ? `${r(l)}__bar` : null, r(l) ? `${r(l)}__bar--horizontal` : null]),
161
+ orientation: "horizontal"
162
+ }, {
163
+ default: b(() => [g(r(ie), {
164
+ class: d([r(h)(r(c), `${n}__thumb`), r(l) ? `${r(l)}__thumb` : null])
165
+ }, null, 8, ["class"])]),
166
+ _: 1
167
+ }, 8, ["class"])]),
168
+ _: 3
169
+ }, 8, ["class"]), (_(!0), $(x, null, B(V.value, ({
170
+ direction: a,
171
+ attributes: o,
172
+ icon: i
173
+ }) => F(e.$slots, "arrow", y({
174
+ ref_for: !0
175
+ }, {
176
+ attributes: o,
177
+ direction: a,
178
+ icon: i
179
+ }, {
180
+ onClick: (m) => A(m, a)
181
+ }), () => [r(P) && s.isShowingArrows ? (_(), R(fe, y({
182
+ key: a,
183
+ "icon-only": !0,
184
+ "with-background": !0,
185
+ ref_for: !0
186
+ }, o, {
187
+ onClick: ee((m) => A(m, a), ["prevent"])
188
+ }), {
189
+ icon: b(() => [(_(), R(ae(i)))]),
190
+ _: 2
191
+ }, 1040, ["onClick"])) : Z("", !0)])), 256))], 46, me));
192
+ }
193
+ });
194
+ export {
195
+ Te as default
196
+ };
@@ -0,0 +1,17 @@
1
+ const r = {
2
+ "cdr-filmstrip": "cdr-filmstrip_15-6-1-beta-0",
3
+ "cdr-filmstrip__viewport": "cdr-filmstrip__viewport_15-6-1-beta-0",
4
+ "cdr-filmstrip__root": "cdr-filmstrip__root_15-6-1-beta-0",
5
+ "cdr-filmstrip__frames": "cdr-filmstrip__frames_15-6-1-beta-0",
6
+ "cdr-filmstrip__frame": "cdr-filmstrip__frame_15-6-1-beta-0",
7
+ "cdr-filmstrip__bar": "cdr-filmstrip__bar_15-6-1-beta-0",
8
+ "cdr-filmstrip__bar--horizontal": "cdr-filmstrip__bar--horizontal_15-6-1-beta-0",
9
+ "cdr-filmstrip__thumb": "cdr-filmstrip__thumb_15-6-1-beta-0",
10
+ "cdr-filmstrip__arrow": "cdr-filmstrip__arrow_15-6-1-beta-0",
11
+ "cdr-filmstrip__arrow--left": "cdr-filmstrip__arrow--left_15-6-1-beta-0",
12
+ "cdr-filmstrip__arrow--right": "cdr-filmstrip__arrow--right_15-6-1-beta-0",
13
+ "cdr-filmstrip__sr-only": "cdr-filmstrip__sr-only_15-6-1-beta-0"
14
+ };
15
+ export {
16
+ r as default
17
+ };
@@ -1,4 +1,4 @@
1
- import { defineComponent as a, useCssModule as l, openBlock as c, createElementBlock as m, normalizeClass as e, unref as o, createElementVNode as s, createVNode as i, renderSlot as d, toDisplayString as p } from "vue";
1
+ import { defineComponent as a, useCssModule as l, createElementBlock as c, openBlock as m, normalizeClass as e, unref as o, createElementVNode as s, renderSlot as i, createVNode as d, toDisplayString as p } from "vue";
2
2
  import f from "../icon/comps/error-stroke.vue.mjs";
3
3
  const u = "cdr-form-error", _ = "cdr-form-error__icon", S = /* @__PURE__ */ a({
4
4
  name: "CdrFormError",
@@ -8,15 +8,15 @@ const u = "cdr-form-error", _ = "cdr-form-error__icon", S = /* @__PURE__ */ a({
8
8
  },
9
9
  setup(n) {
10
10
  const r = l();
11
- return (t, C) => (c(), m("div", {
11
+ return (t, C) => (m(), c("div", {
12
12
  class: e(o(r)[u]),
13
13
  role: "status"
14
14
  }, [s("span", {
15
15
  class: e(o(r)[_])
16
- }, [i(f, {
16
+ }, [d(f, {
17
17
  size: "small",
18
18
  "inherit-color": ""
19
- })], 2), d(t.$slots, "error", {}, () => [s("span", null, p(n.error), 1)])], 2));
19
+ })], 2), i(t.$slots, "error", {}, () => [s("span", null, p(n.error), 1)])], 2));
20
20
  }
21
21
  });
22
22
  export {
@@ -1,6 +1,6 @@
1
1
  const r = {
2
- "cdr-form-error": "cdr-form-error_15-5-0",
3
- "cdr-form-error__icon": "cdr-form-error__icon_15-5-0"
2
+ "cdr-form-error": "cdr-form-error_15-6-1-beta-0",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_15-6-1-beta-0"
4
4
  };
5
5
  export {
6
6
  r as default
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, useCssModule as C, computed as c, openBlock as a, createElementBlock as t, normalizeClass as s, unref as e, createElementVNode as m, renderSlot as n, createTextVNode as y, toDisplayString as v, createCommentVNode as u, createBlock as B, withCtx as k } from "vue";
1
+ import { defineComponent as g, useCssModule as C, computed as c, createElementBlock as t, openBlock as a, unref as e, normalizeClass as s, createElementVNode as m, createBlock as y, createCommentVNode as n, renderSlot as u, createTextVNode as v, toDisplayString as B, withCtx as k } from "vue";
2
2
  import f from "../../utils/mapClasses.mjs";
3
3
  import $ from "../formError/CdrFormError.vue.mjs";
4
4
  import q from "../../utils/uid.mjs";
@@ -48,20 +48,20 @@ const S = ["disabled", "aria-invalid", "aria-errormessage", "aria-describedby"],
48
48
  "aria-invalid": !!r.error,
49
49
  "aria-errormessage": r.error ? `${e(l)}-error` : void 0,
50
50
  "aria-describedby": r.error ? `${e(l)}-error` : void 0
51
- }, [m("legend", null, [n(i.$slots, "label", {}, () => [y(v(r.label), 1)]), r.required ? (a(), t("span", h, " *")) : u("", !0), r.optional && !r.required ? (a(), t("span", {
51
+ }, [m("legend", null, [u(i.$slots, "label", {}, () => [v(B(r.label), 1)]), r.required ? (a(), t("span", h, " *")) : n("", !0), r.optional && !r.required ? (a(), t("span", {
52
52
  key: 1,
53
53
  class: s(e(d)["cdr-form-group__optional"])
54
- }, " (optional)", 2)) : u("", !0)]), m("div", {
54
+ }, " (optional)", 2)) : n("", !0)]), m("div", {
55
55
  class: s(e(f)(e(d), "cdr-form-group__wrapper", b.value))
56
- }, [n(i.$slots, "default")], 2), r.error ? (a(), B($, {
56
+ }, [u(i.$slots, "default")], 2), r.error ? (a(), y($, {
57
57
  key: 0,
58
58
  error: r.error,
59
59
  id: `${e(l)}-error`,
60
60
  "aria-live": "polite"
61
61
  }, {
62
- error: k(() => [n(i.$slots, "error")]),
62
+ error: k(() => [u(i.$slots, "error")]),
63
63
  _: 3
64
- }, 8, ["error", "id"])) : u("", !0)], 10, S));
64
+ }, 8, ["error", "id"])) : n("", !0)], 10, S));
65
65
  }
66
66
  });
67
67
  export {
@@ -1,12 +1,12 @@
1
1
  const r = {
2
- "cdr-form-error": "cdr-form-error_15-5-0",
3
- "cdr-form-error__icon": "cdr-form-error__icon_15-5-0",
4
- "cdr-form-group": "cdr-form-group_15-5-0",
5
- "cdr-form-group--error": "cdr-form-group--error_15-5-0",
6
- "cdr-form-group--disabled": "cdr-form-group--disabled_15-5-0",
7
- "cdr-form-group__optional": "cdr-form-group__optional_15-5-0",
8
- "cdr-form-group__required": "cdr-form-group__required_15-5-0",
9
- "cdr-form-group__wrapper": "cdr-form-group__wrapper_15-5-0"
2
+ "cdr-form-error": "cdr-form-error_15-6-1-beta-0",
3
+ "cdr-form-error__icon": "cdr-form-error__icon_15-6-1-beta-0",
4
+ "cdr-form-group": "cdr-form-group_15-6-1-beta-0",
5
+ "cdr-form-group--error": "cdr-form-group--error_15-6-1-beta-0",
6
+ "cdr-form-group--disabled": "cdr-form-group--disabled_15-6-1-beta-0",
7
+ "cdr-form-group__optional": "cdr-form-group__optional_15-6-1-beta-0",
8
+ "cdr-form-group__required": "cdr-form-group__required_15-6-1-beta-0",
9
+ "cdr-form-group__wrapper": "cdr-form-group__wrapper_15-6-1-beta-0"
10
10
  };
11
11
  export {
12
12
  r as default
@@ -0,0 +1,9 @@
1
+ import s from "./CdrFulfillmentTile.vue2.mjs";
2
+ import o from "./styles/CdrFulfillmentTitle.module.scss.mjs";
3
+ import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const e = {
5
+ $style: o
6
+ }, f = /* @__PURE__ */ t(s, [["__cssModules", e]]);
7
+ export {
8
+ f as default
9
+ };
@@ -0,0 +1,92 @@
1
+ import { defineComponent as p, useCssModule as h, computed as g, createBlock as c, openBlock as l, mergeProps as y, unref as s, withCtx as n, createElementVNode as k, normalizeClass as a, createElementBlock as d, createCommentVNode as o, renderSlot as i, createVNode as b } from "vue";
2
+ import $ from "../surfaceSelection/CdrSurfaceSelection.vue.mjs";
3
+ import C from "../text/presets/CdrSubheadingSans.vue.mjs";
4
+ import f from "../text/presets/CdrBody.vue.mjs";
5
+ import { getSurfaceProps as _ } from "../../utils/surface.mjs";
6
+ const v = {
7
+ key: 1
8
+ }, E = /* @__PURE__ */ p({
9
+ name: "CdrFulfillmentTile",
10
+ __name: "CdrFulfillmentTile",
11
+ props: {
12
+ checked: {
13
+ type: Boolean
14
+ },
15
+ disabled: {
16
+ type: Boolean
17
+ },
18
+ loading: {
19
+ type: Boolean
20
+ },
21
+ role: {
22
+ default: "checkbox"
23
+ },
24
+ layout: {},
25
+ background: {},
26
+ borderColor: {},
27
+ borderStyle: {},
28
+ borderWidth: {},
29
+ borderRadius: {
30
+ default: "soft"
31
+ },
32
+ boxShadow: {},
33
+ tag: {
34
+ default: "div"
35
+ },
36
+ palette: {}
37
+ },
38
+ setup(u) {
39
+ const t = u, r = h(), m = g(() => ({
40
+ ..._(t),
41
+ "aria-checked": t.checked,
42
+ "aria-disabled": t.disabled,
43
+ "data-loading": t.loading
44
+ }));
45
+ return (e, S) => (l(), c($, y(m.value, {
46
+ class: s(r)["cdr-fulfillment-tile"],
47
+ tag: t.tag,
48
+ role: t.role
49
+ }), {
50
+ default: n(() => [k("div", {
51
+ class: a(s(r)["cdr-fulfillment-tile__content"])
52
+ }, [e.$slots.header ? (l(), d("div", {
53
+ key: 0,
54
+ class: a(s(r)["cdr-fulfillment-tile__header"])
55
+ }, [e.$slots["icon-left"] ? (l(), d("span", {
56
+ key: 0,
57
+ class: a(s(r)["cdr-fulfillment-tile-header__icon"])
58
+ }, [i(e.$slots, "icon-left")], 2)) : o("", !0), e.$slots.header ? (l(), d("div", v, [b(C, {
59
+ strong: !0,
60
+ scale: "-1",
61
+ tag: "span"
62
+ }, {
63
+ default: n(() => [i(e.$slots, "header")]),
64
+ _: 3
65
+ })])) : o("", !0), e.$slots["icon-right"] ? (l(), d("span", {
66
+ key: 2,
67
+ class: a(s(r)["cdr-fulfillment-tile-header__icon"])
68
+ }, [i(e.$slots, "icon-right")], 2)) : o("", !0)], 2)) : o("", !0), e.$slots.body || e.$slots.footer ? (l(), d("div", {
69
+ key: 1,
70
+ class: a(s(r)["cdr-fulfillment-tile__main"])
71
+ }, [e.$slots.body ? (l(), c(f, {
72
+ key: 0,
73
+ tag: "div",
74
+ scale: "-2"
75
+ }, {
76
+ default: n(() => [i(e.$slots, "body")]),
77
+ _: 3
78
+ })) : o("", !0), e.$slots.footer ? (l(), c(f, {
79
+ key: 1,
80
+ tag: "div",
81
+ scale: "-1"
82
+ }, {
83
+ default: n(() => [i(e.$slots, "footer")]),
84
+ _: 3
85
+ })) : o("", !0)], 2)) : o("", !0)], 2)]),
86
+ _: 3
87
+ }, 16, ["class", "tag", "role"]));
88
+ }
89
+ });
90
+ export {
91
+ E as default
92
+ };
@@ -0,0 +1,9 @@
1
+ import o from "./CdrFulfillmentTileIcon.vue2.mjs";
2
+ import s from "./styles/CdrFulfillmentTileIcon.module.scss.mjs";
3
+ import t from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const e = {
5
+ $style: s
6
+ }, c = /* @__PURE__ */ t(o, [["__cssModules", e]]);
7
+ export {
8
+ c as default
9
+ };
@@ -0,0 +1,19 @@
1
+ import { defineComponent as c, useCssModule as r, computed as u, createElementBlock as p, openBlock as f, normalizeClass as m, unref as l, renderSlot as d } from "vue";
2
+ const t = "cdr-fulfillment-tile-icon", _ = /* @__PURE__ */ c({
3
+ name: "CdrFulfillmentTileIcon",
4
+ __name: "CdrFulfillmentTileIcon",
5
+ props: {
6
+ type: {
7
+ default: "default"
8
+ }
9
+ },
10
+ setup(s) {
11
+ const n = s, e = r(), o = u(() => `${t}--${n.type}`);
12
+ return (a, i) => (f(), p("span", {
13
+ class: m([l(e)[t], l(e)[o.value]])
14
+ }, [d(a.$slots, "default")], 2));
15
+ }
16
+ });
17
+ export {
18
+ _ as default
19
+ };
@@ -0,0 +1,11 @@
1
+ const l = {
2
+ "cdr-fulfillment-tile-icon": "cdr-fulfillment-tile-icon_15-6-1-beta-0",
3
+ "cdr-fulfillment-tile-icon--default": "cdr-fulfillment-tile-icon--default_15-6-1-beta-0",
4
+ "cdr-fulfillment-tile-icon--info": "cdr-fulfillment-tile-icon--info_15-6-1-beta-0",
5
+ "cdr-fulfillment-tile-icon--warning": "cdr-fulfillment-tile-icon--warning_15-6-1-beta-0",
6
+ "cdr-fulfillment-tile-icon--success": "cdr-fulfillment-tile-icon--success_15-6-1-beta-0",
7
+ "cdr-fulfillment-tile-icon--error": "cdr-fulfillment-tile-icon--error_15-6-1-beta-0"
8
+ };
9
+ export {
10
+ l as default
11
+ };
@@ -0,0 +1,11 @@
1
+ const e = {
2
+ "cdr-fulfillment-tile": "cdr-fulfillment-tile_15-6-1-beta-0",
3
+ "cdr-fulfillment-tile__header": "cdr-fulfillment-tile__header_15-6-1-beta-0",
4
+ "cdr-surface-selection__loading": "cdr-surface-selection__loading_15-6-1-beta-0",
5
+ "cdr-surface-selection__layout": "cdr-surface-selection__layout_15-6-1-beta-0",
6
+ "cdr-fulfillment-tile__content": "cdr-fulfillment-tile__content_15-6-1-beta-0",
7
+ "cdr-fulfillment-tile__main": "cdr-fulfillment-tile__main_15-6-1-beta-0"
8
+ };
9
+ export {
10
+ e as default
11
+ };
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, useCssModule as n, computed as d, openBlock as i, createBlock as u, resolveDynamicComponent as p, normalizeClass as c, unref as r, withCtx as g, renderSlot as f } from "vue";
1
+ import { defineComponent as m, useCssModule as n, computed as d, createBlock as i, openBlock as u, resolveDynamicComponent as p, normalizeClass as c, unref as r, withCtx as g, renderSlot as f } from "vue";
2
2
  import C from "../../utils/mapClasses.mjs";
3
3
  import { responsiveModifyClass as v } from "../../utils/buildClass.mjs";
4
4
  import y from "../../utils/propValidator.mjs";
@@ -24,7 +24,7 @@ const s = "cdr-grid", B = /* @__PURE__ */ m({
24
24
  },
25
25
  setup(e) {
26
26
  const t = e, a = n(), o = d(() => t.gutter ? v(s, "gutter-", t.gutter) : "");
27
- return (l, _) => (i(), u(p(e.tag), {
27
+ return (l, _) => (u(), i(p(e.tag), {
28
28
  class: c(r(C)(r(a), s, o.value))
29
29
  }, {
30
30
  default: g(() => [f(l.$slots, "default")]),