@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 m, renderSlot as s, createElementVNode as c } from "vue";
1
+ import { defineComponent as o, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as c } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ o({
4
4
  name: "Cart",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (r, e) => (a(), n(d, p(l(t.props)), {
12
+ return (r, e) => (n(), a(d, p(l(t.props)), {
13
13
  default: m(() => [s(r.$slots, "default"), e[0] || (e[0] = c("path", {
14
14
  role: "presentation",
15
15
  d: "M9.25 18.5a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm7.5 0a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM6 3c.317 0 .6.147.782.377.085.105.15.23.187.369L7.573 6H20a1 1 0 01.936.648c.073.19.089.404.032.616l-1.607 5.998a1 1 0 01-1.048.738H9.168l-.402 1.5H18a1 1 0 010 2H7.47a1 1 0 01-.864-.497.997.997 0 01-.107-.77l.873-3.258L5.236 5H4a1 1 0 110-2h2zm12.7 5H8.11l1.071 4h8.447L18.7 8z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as r, createBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as i, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as o, createBlock as r, openBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as i, 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: "ChainLink",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (t, e) => (r(), l(d, n(p(a.props)), {
12
+ return (t, e) => (l(), r(d, n(p(a.props)), {
13
13
  default: i(() => [m(t.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M5.586 12.762a3.998 3.998 0 013.864-1.036L5.586 15.59a2 2 0 102.828 2.828l3.864-3.864a3.998 3.998 0 01-1.035 3.864l-1.415 1.415a4 4 0 11-5.656-5.657zm10.117-4.47a1 1 0 010 1.415l-5.996 5.996a1 1 0 11-1.414-1.414l5.996-5.996a1 1 0 011.414 0zm4.13-4.12a4 4 0 01.15 5.497l-.15.16-1.415 1.414a3.996 3.996 0 01-3.64 1.088l-.224-.053 3.864-3.864a2 2 0 00-2.7-2.945l-.128.117-3.864 3.864a4 4 0 01.868-3.686l.168-.178 1.414-1.414a4 4 0 015.657 0z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as r, createBlock as n, normalizeProps as p, guardReactiveProps as m, withCtx as l, renderSlot as s, createElementVNode as d } from "vue";
1
+ import { defineComponent as o, createBlock as r, openBlock as n, normalizeProps as p, guardReactiveProps as m, withCtx as l, renderSlot as s, createElementVNode as d } from "vue";
2
2
  import c from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ o({
4
4
  name: "Chat",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (a, e) => (r(), n(c, p(m(t.props)), {
12
+ return (a, e) => (n(), r(c, p(m(t.props)), {
13
13
  default: l(() => [s(a.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M21 4a1 1 0 011 1v11a1 1 0 01-1 1h-2.002v2a.999.999 0 01-1.635.771L14 17H3a1 1 0 01-1-1V5a1 1 0 011-1h18zm-1 2H4v9h10.718l2.28 1.879V15H20V6zm-7.5 3a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm-4 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3zm8 0a1.5 1.5 0 110 3 1.5 1.5 0 010-3z"
@@ -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 c } 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 c } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const u = /* @__PURE__ */ r({
4
4
  name: "CheckFill",
@@ -9,7 +9,7 @@ const u = /* @__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] = c("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 10zm4.77-13.357a1 1 0 10-1.533-1.286l-5.95 7.083-1.52-1.817a1 1 0 00-1.533 1.285l2.227 2.66a.999.999 0 001.565.1l6.743-8.025z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as n, createBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as c, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as n, openBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as c, createElementVNode as m } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "CheckLg",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (n(), p(d, a(l(t.props)), {
12
+ return (o, e) => (p(), n(d, a(l(t.props)), {
13
13
  default: s(() => [c(o.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M9.673 18.669h.001L19.766 6.644a1 1 0 10-1.532-1.286l-9.3 11.085-3.169-3.776a1 1 0 10-1.532 1.286l3.875 4.618a.999.999 0 001.565.099z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as n, createBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
1
+ import { defineComponent as r, createBlock as n, openBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "CheckSm",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (n(), p(d, a(l(t.props)), {
12
+ return (o, e) => (p(), n(d, a(l(t.props)), {
13
13
  default: s(() => [m(o.$slots, "default"), e[0] || (e[0] = c("path", {
14
14
  role: "presentation",
15
15
  d: "M16.77 8.645a1 1 0 10-1.533-1.286l-5.95 7.083-1.52-1.817a1 1 0 10-1.533 1.285l2.227 2.66a.999.999 0 001.565.1l6.743-8.025z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "CheckStroke",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (a(), n(d, p(l(t.props)), {
12
+ return (o, e) => (n(), a(d, p(l(t.props)), {
13
13
  default: s(() => [m(o.$slots, "default"), e[0] || (e[0] = c("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 2zm0 2a8 8 0 100 16 8 8 0 000-16zm3.237 3.36a1 1 0 111.532 1.285l-6.743 8.025a.997.997 0 01-1.565-.1l-2.227-2.66a1 1 0 111.532-1.285l1.52 1.817z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as c, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as c, renderSlot as m, createElementVNode as s } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Climb",
@@ -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: c(() => [m(o.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M19.24 11.306a1 1 0 01.729 1.212l-1.078 3.979a1 1 0 01-1.212.728l-.51-.127c-.182.61-.377 1.244-.585 1.902a5.001 5.001 0 01-9.12.106c-1.992-4.486-3.142-8.23-3.451-11.232A5.5 5.5 0 019.5 2c1.205 0 3.043.237 5.513.71A5.502 5.502 0 0119 8c0 .85-.115 1.903-.346 3.16l.587.146h-.001zM17 8a3.502 3.502 0 00-2.46-3.343C12.233 4.217 10.536 4 9.5 4a3.5 3.5 0 00-3.493 3.721c.293 2.755 1.383 6.29 3.27 10.542a3 3 0 005.436.02c.182-.576.353-1.132.513-1.67l-.458-.113a1 1 0 01-.728-1.213l1.078-3.979a1 1 0 011.212-.728l.38.095C16.904 9.597 17 8.703 17 8zm-.76 6.806l.97.242.555-2.049-.97-.241-.555 2.048z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as a, createBlock as p, normalizeProps as n, guardReactiveProps as l, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
1
+ import { defineComponent as t, createBlock as a, openBlock as p, normalizeProps as n, 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 u = /* @__PURE__ */ t({
4
4
  name: "Clipboard",
@@ -9,7 +9,7 @@ const u = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (r, e) => (a(), p(i, n(l(o.props)), {
12
+ return (r, e) => (p(), a(i, n(l(o.props)), {
13
13
  default: m(() => [s(r.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M6 6v14h12V6h1a1 1 0 011 1v14a1 1 0 01-1 1H5a1 1 0 01-1-1V7a1 1 0 011-1h1zm6 8v1H8v-1h4zm4-2v1H8v-1h8zm0-2v1H8v-1h8zm-4-8a2 2 0 011.732 3.001L16 5a1 1 0 011 1v1H7V6a1 1 0 011-1l2.268.001A2 2 0 0112 2zm0 1a1 1 0 100 2 1 1 0 000-2z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Clock",
@@ -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: s(() => [m(t.$slots, "default"), e[0] || (e[0] = c("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 2zm0 2a8 8 0 100 16 8 8 0 000-16zm-.25 2a.75.75 0 01.75.75v5.097l2.775 2.775a.78.78 0 01-1.103 1.103l-2.884-2.884A.749.749 0 0111 12.25v-5.5a.75.75 0 01.75-.75z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, openBlock as r, createBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
1
+ import { defineComponent as l, createBlock as r, openBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
2
2
  import c from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ l({
4
4
  name: "CodeHtml",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ l({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (r(), a(c, n(p(t.props)), {
12
+ return (o, e) => (a(), r(c, n(p(t.props)), {
13
13
  default: m(() => [s(o.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M4.414 12l2.293 2.293a1 1 0 11-1.414 1.414l-3-2.999a1 1 0 010-1.414l3-3.001a1 1 0 111.414 1.414l-2.293 2.294zm12.879-2.293a1 1 0 111.414-1.414l3 3a1 1 0 010 1.415l-3 3a1 1 0 11-1.414-1.415L19.586 12l-2.293-2.294zm-4.255-4.982a1 1 0 111.924.55l-4 14a1 1 0 11-1.924-.55l4-14z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as r, createBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as m, renderSlot as l, createElementVNode as d } from "vue";
1
+ import { defineComponent as t, createBlock as r, openBlock as n, normalizeProps as p, guardReactiveProps as s, withCtx as m, renderSlot as l, createElementVNode as d } from "vue";
2
2
  import c from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ t({
4
4
  name: "CodeJs",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (a, e) => (r(), n(c, p(s(o.props)), {
12
+ return (a, e) => (n(), r(c, p(s(o.props)), {
13
13
  default: m(() => [l(a.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M17 9V6a1 1 0 00-1-1 1 1 0 010-2 3 3 0 013 3v3a2 2 0 002 2 1 1 0 010 2 2 2 0 00-2 2v3a3 3 0 01-3 3 1 1 0 010-2 1 1 0 001-1v-3a3.99 3.99 0 011.354-3A3.99 3.99 0 0117 9zM7 9a3.99 3.99 0 01-1.354 3A3.99 3.99 0 017 15v3a1 1 0 001 1 1 1 0 010 2 3 3 0 01-3-3v-3a2 2 0 00-2-2 1 1 0 010-2 2 2 0 002-2V6a3 3 0 013-3 1 1 0 110 2 1 1 0 00-1 1v3zm2 8a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2zm3 0a1 1 0 110-2 1 1 0 010 2z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as l, createBlock as p, normalizeProps as a, guardReactiveProps as n, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as p, normalizeProps as a, guardReactiveProps as n, withCtx as s, renderSlot as m, createElementVNode as d } from "vue";
2
2
  import c from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Compass",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (l(), p(c, a(n(o.props)), {
12
+ return (t, e) => (p(), l(c, a(n(o.props)), {
13
13
  default: s(() => [m(t.$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 16zm.224-7.776l.487-.937-.937.487-.487.937.937-.487zm-1.751-1.748v-.002l.002-.002v.001l5.366-2.786a.35.35 0 01.472.472l-2.786 5.365v.002l-.002.002v-.001l-5.366 2.786a.35.35 0 01-.472-.472l2.786-5.365z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as p, normalizeProps as n, guardReactiveProps as m, withCtx as h, renderSlot as l, createElementVNode as s } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as p, normalizeProps as n, guardReactiveProps as m, withCtx as h, renderSlot as l, createElementVNode as s } from "vue";
2
2
  import v from "../CdrIcon.vue.mjs";
3
3
  const i = /* @__PURE__ */ r({
4
4
  name: "Copy",
@@ -9,7 +9,7 @@ const i = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (a(), p(v, n(m(o.props)), {
12
+ return (t, e) => (p(), a(v, n(m(o.props)), {
13
13
  default: h(() => [l(t.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M19 2a1 1 0 011 1v15a1 1 0 01-1 1h-2v2a1 1 0 01-1 1H5a1 1 0 01-1-1V6a1 1 0 011-1h2V3a1 1 0 011-1h11zM7 7H6v13h9v-1H8a1 1 0 01-1-1V7zm11-3H9v13h9V4zm-4 6v1h-4v-1h4zm3-2v1h-7V8h7zm0-2v1h-7V6h7z"
@@ -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 i, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as s, renderSlot as i, createElementVNode as m } from "vue";
2
2
  import u from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "CouponFill",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (l(), n(u, p(a(o.props)), {
12
+ return (t, e) => (n(), l(u, p(a(o.props)), {
13
13
  default: s(() => [i(t.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M19.998 3a1 1 0 011 1l-.011 7.587a1 1 0 01-.293.705l-8.404 8.414a1 1 0 01-1.411.004l-7.582-7.506a1 1 0 01-.007-1.415l8.402-8.492A1 1 0 0112.403 3h7.595zM16.75 6a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as n, createBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as u } from "vue";
1
+ import { defineComponent as r, createBlock as n, openBlock as p, normalizeProps as a, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as u } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "CouponStroke",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, e) => (n(), p(d, a(l(o.props)), {
12
+ return (t, e) => (p(), n(d, a(l(o.props)), {
13
13
  default: s(() => [m(t.$slots, "default"), e[0] || (e[0] = u("path", {
14
14
  role: "presentation",
15
15
  d: "M19.998 3a1 1 0 011 1l-.011 7.587a1 1 0 01-.293.705l-8.404 8.414a1 1 0 01-1.411.004l-7.582-7.506a1 1 0 01-.007-1.415l8.402-8.492A1 1 0 0112.403 3h7.595zm-1.002 2h-6.175l-7.408 7.485 6.165 6.103 7.41-7.417L18.995 5zM16.75 6a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as m, withCtx as d, renderSlot as l, createElementVNode as s } from "vue";
1
+ import { defineComponent as o, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as m, withCtx as d, renderSlot as l, createElementVNode as s } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const h = /* @__PURE__ */ o({
4
4
  name: "CreditCard",
@@ -9,7 +9,7 @@ const h = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(r) {
12
- return (t, e) => (a(), n(i, p(m(r.props)), {
12
+ return (t, e) => (n(), a(i, p(m(r.props)), {
13
13
  default: d(() => [l(t.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M21 5a1 1 0 011 1v12a1 1 0 01-1 1H3a1 1 0 01-1-1V6a1 1 0 011-1h18zm-1 7H4v5h16v-5zm0-5H4v2h16V7zm-4 7h3v2h-3v-2zm-3 0h2v2h-2v-2z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as o, createBlock as p, normalizeProps as n, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
1
+ import { defineComponent as t, createBlock as o, openBlock as p, normalizeProps as n, guardReactiveProps as l, withCtx as s, renderSlot as m, createElementVNode as c } from "vue";
2
2
  import h from "../CdrIcon.vue.mjs";
3
3
  const d = /* @__PURE__ */ t({
4
4
  name: "CurbsidePickup",
@@ -9,7 +9,7 @@ const d = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (r, e) => (o(), p(h, n(l(a.props)), {
12
+ return (r, e) => (p(), o(h, n(l(a.props)), {
13
13
  default: s(() => [m(r.$slots, "default"), e[0] || (e[0] = c("path", {
14
14
  role: "presentation",
15
15
  d: "M17.256 6a1 1 0 01.958.713L19.2 10h1.3a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-1v9.5a.5.5 0 01-.5.5h-2a.5.5 0 01-.5-.5V19h-9v2.5a.5.5 0 01-.5.5H5a.5.5 0 01-.5-.5V12h-1a.5.5 0 01-.5-.5v-1a.5.5 0 01.5-.5h1.302l.984-3.287A1 1 0 016.744 6h10.512zm.244 7h-11v4h11v-4zm-9.25.75a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zm7.5 0a1.25 1.25 0 110 2.5 1.25 1.25 0 010-2.5zM16.512 8H7.488l-.899 3h6.496a1.5 1.5 0 012.83 0h1.497l-.9-3zM12 2c1.394 0 2.676.475 3.695 1.272.186.187.305.444.305.728a1 1 0 01-1.603.798A3.98 3.98 0 0012 4c-.88 0-1.692.284-2.353.765a1 1 0 11-1.252-1.56A5.971 5.971 0 0112 1.999z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, openBlock as r, createBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as m, renderSlot as s, createElementVNode as z } from "vue";
1
+ import { defineComponent as o, createBlock as r, openBlock as l, normalizeProps as n, guardReactiveProps as p, withCtx as m, renderSlot as s, createElementVNode as z } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const c = /* @__PURE__ */ o({
4
4
  name: "Day",
@@ -9,7 +9,7 @@ const c = /* @__PURE__ */ o({
9
9
  }
10
10
  },
11
11
  setup(e) {
12
- return (t, a) => (r(), l(d, n(p(e.props)), {
12
+ return (t, a) => (l(), r(d, n(p(e.props)), {
13
13
  default: m(() => [s(t.$slots, "default"), a[0] || (a[0] = z("path", {
14
14
  role: "presentation",
15
15
  d: "M12 15a3 3 0 100-6 3 3 0 000 6zm0 2a5 5 0 110-10 5 5 0 010 10zm0-15a1 1 0 011 1v2a1 1 0 01-2 0V3a1 1 0 011-1zm0 16a1 1 0 011 1v2a1 1 0 01-2 0v-2a1 1 0 011-1zm7.071-13.071a1 1 0 010 1.414l-1.414 1.414a1 1 0 11-1.414-1.414l1.414-1.414a1 1 0 011.414 0zM7.757 16.243a1 1 0 010 1.414L6.343 19.07a1 1 0 11-1.414-1.414l1.414-1.414a1 1 0 011.414 0v.001zM22 12a1 1 0 01-1 1h-2a1 1 0 010-2h2a1 1 0 011 1zM6 12a1 1 0 01-1 1H3a1 1 0 010-2h2a1 1 0 011 1zm13.071 7.071a1 1 0 01-1.414 0l-1.414-1.414a1 1 0 111.414-1.414l1.414 1.414a1 1 0 010 1.414zM7.757 7.757a1 1 0 01-1.414 0L4.93 6.343A1 1 0 016.343 4.93l1.414 1.414a1 1 0 010 1.414v-.001z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as i, withCtx as l, renderSlot as s, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as i, withCtx as l, renderSlot as s, createElementVNode as m } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Diving",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (a(), n(d, p(i(t.props)), {
12
+ return (o, e) => (n(), a(d, p(i(t.props)), {
13
13
  default: l(() => [s(o.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M14 12a1.3 1.3 0 011.265 1c.348.598.995 1 1.735 1a2 2 0 100-4h-6a2 2 0 101.732 3c.138-.573.653-1 1.268-1zm-3-4h6a4 4 0 11-3 6.646A4.002 4.002 0 017.126 13H5v3.5A2.5 2.5 0 007.5 19H12a1 1 0 012 0v1a1 1 0 01-1 1H7.5A4.5 4.5 0 013 16.5V4a1 1 0 112 0v7h2.126C7.57 9.275 9.136 8 11 8z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as r, createBlock as c, normalizeProps as l, guardReactiveProps as n, withCtx as p, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as t, createBlock as r, openBlock as c, normalizeProps as l, guardReactiveProps as n, withCtx as p, renderSlot as m, createElementVNode as s } from "vue";
2
2
  import d from "../CdrIcon.vue.mjs";
3
3
  const v = /* @__PURE__ */ t({
4
4
  name: "Dog",
@@ -9,7 +9,7 @@ const v = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (o, e) => (r(), c(d, l(n(a.props)), {
12
+ return (o, e) => (c(), r(d, l(n(a.props)), {
13
13
  default: p(() => [m(o.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M12.024 17.245c-.55.496-1.266.77-2.007.769h-.005a1.002 1.002 0 010-2.003 1.01 1.01 0 00.922-.676l-.555-.55a1 1 0 01.671-1.773h1.928l.037-.001a1 1 0 01.684 1.73l-.59.586c.134.388.497.674.925.684a1.002 1.002 0 010 2.003h-.004a2.989 2.989 0 01-2.007-.77l.001.001zm2.99-6.236a1.001 1.001 0 11-2.002 0 1.001 1.001 0 012.002 0zm-3.997-.004a1 1 0 110-.001v.001zm-2.79 8.005h7.574c1.275-.33 2.213-1.605 2.213-2.91 0-.988-.486-1.912-1.3-2.471a1 1 0 01-.583-1.43 5.3 5.3 0 00.384-2.043 4.5 4.5 0 00-4.5-4.5v-2c.98 0 1.911.217 2.745.606A3.574 3.574 0 0117.496 3c1.785 0 3.262 1.292 3.52 2.977v3.86a1 1 0 01-1.685.873 2.98 2.98 0 00-.816-.488 6.49 6.49 0 01-.338 2.006 4.99 4.99 0 011.837 3.873c0 2.42-1.674 4.513-4 4.901l-.005.008H8.02l-.007-.008c-2.325-.388-4-2.48-4-4.901a4.99 4.99 0 011.838-3.873 6.49 6.49 0 01-.338-2.006 2.98 2.98 0 00-.816.488 1 1 0 01-1.684-.873v-3.86C3.27 4.292 4.746 3 6.532 3c1.1 0 2.082.49 2.735 1.262.86-.4 1.797-.607 2.745-.606v2a4.5 4.5 0 00-4.5 4.5c0 .737.113 1.355.384 2.043a1 1 0 01-.583 1.43 2.997 2.997 0 00-1.3 2.472c0 1.304.94 2.579 2.214 2.91v-.001zM5.012 8.275c.275-.093.557-.163.843-.208a6.505 6.505 0 011.72-2.66A1.533 1.533 0 006.531 5c-.796 0-1.449.599-1.519 1.363v1.912zm14.004 0V6.363A1.516 1.516 0 0017.497 5c-.404 0-.77.154-1.044.406a6.505 6.505 0 011.72 2.66c.287.045.569.115.843.209z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as r, createBlock as n, normalizeProps as l, guardReactiveProps as p, withCtx as d, renderSlot as s, createElementVNode as m } from "vue";
1
+ import { defineComponent as t, createBlock as r, openBlock as n, normalizeProps as l, guardReactiveProps as p, withCtx as d, renderSlot as s, createElementVNode as m } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ t({
4
4
  name: "Download",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (a, e) => (r(), n(i, l(p(o.props)), {
12
+ return (a, e) => (n(), r(i, l(p(o.props)), {
13
13
  default: d(() => [s(a.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M19 17a1 1 0 011 1v3a.997.997 0 01-1 1H5a.997.997 0 01-1-1v-3a1 1 0 012 0v2h12v-2a1 1 0 011-1zM12 2a1 1 0 011 1v11.586l3.293-3.293a1 1 0 011.414 1.414l-5.005 5.005a.997.997 0 01-1.43-.026l-4.98-4.979a1 1 0 011.413-1.417L11 14.585V3a1 1 0 011-1z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as p, createBlock as l, normalizeProps as n, guardReactiveProps as a, withCtx as c, renderSlot as d, createElementVNode as u } from "vue";
1
+ import { defineComponent as r, createBlock as p, openBlock as l, normalizeProps as n, guardReactiveProps as a, withCtx as c, renderSlot as d, createElementVNode as u } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const v = /* @__PURE__ */ r({
4
4
  name: "Duplicate",
@@ -9,7 +9,7 @@ const v = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (p(), l(i, n(a(t.props)), {
12
+ return (o, e) => (l(), p(i, n(a(t.props)), {
13
13
  default: c(() => [d(o.$slots, "default"), e[0] || (e[0] = u("path", {
14
14
  "fill-rule": "evenodd",
15
15
  d: "M7 7H4.077C3.482 7 3 7.448 3 8v12c0 .552.482 1 1.077 1h11.846c.595 0 1.077-.448 1.077-1v-3h2.923c.595 0 1.077-.448 1.077-1V4c0-.552-.482-1-1.077-1H8.077C7.482 3 7 3.448 7 4v3zm2 0h6.923C16.518 7 17 7.448 17 8v7h2V5H9v2zM5 19V9h10v10H5z",
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as l, createBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as m, renderSlot as s, createElementVNode as d } from "vue";
1
+ import { defineComponent as r, createBlock as l, openBlock as n, normalizeProps as p, guardReactiveProps as a, 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: "Edit",
@@ -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: m(() => [s(o.$slots, "default"), e[0] || (e[0] = d("path", {
14
14
  role: "presentation",
15
15
  d: "M18.196 3.59l2.174 2.188c.74.745.78 1.93.117 2.72l-.124.136-11.4 11.359-4.741 1.004a1.054 1.054 0 01-1.22-1.092l.012-.122.944-4.827L15.37 3.583a1.993 1.993 0 012.825.007zm-4.488 4.484l-7.905 7.878-.54 2.765 2.71-.575 7.91-7.881-2.175-2.187zm3.072-3.06l-1.649 1.643 2.176 2.186 1.647-1.64-2.174-2.188z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as l, guardReactiveProps as p, withCtx as s, renderSlot as i, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as l, 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 f = /* @__PURE__ */ r({
4
4
  name: "Elevation",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (a(), n(d, l(p(t.props)), {
12
+ return (o, e) => (n(), a(d, l(p(t.props)), {
13
13
  default: s(() => [i(o.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M9.038 15.274L8.003 12.7 5.483 19H18.55L14.01 6.907l-3.034 8.312a1 1 0 01-1.938.055zM20 21H4a1 1 0 01-.884-1.467l3.92-9.802a1 1 0 011.92-.024l.998 2.482 3.072-8.415a1 1 0 011.954.025l5.912 15.748A1 1 0 0120 21z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as l, createBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as d, renderSlot as s, createElementVNode as i } from "vue";
1
+ import { defineComponent as t, createBlock as l, openBlock as n, normalizeProps as p, guardReactiveProps as a, withCtx as d, renderSlot as s, createElementVNode as i } from "vue";
2
2
  import m from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ t({
4
4
  name: "ErrorFill",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(r) {
12
- return (o, e) => (l(), n(m, p(a(r.props)), {
12
+ return (o, e) => (n(), l(m, p(a(r.props)), {
13
13
  default: d(() => [s(o.$slots, "default"), e[0] || (e[0] = i("path", {
14
14
  role: "presentation",
15
15
  "fill-rule": "evenodd",
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, openBlock as p, createBlock as l, normalizeProps as a, guardReactiveProps as d, withCtx as s, renderSlot as m, createElementVNode as e } from "vue";
1
+ import { defineComponent as n, createBlock as p, openBlock as l, normalizeProps as a, guardReactiveProps as d, withCtx as s, renderSlot as m, createElementVNode as e } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ n({
4
4
  name: "ErrorStroke",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ n({
9
9
  }
10
10
  },
11
11
  setup(o) {
12
- return (t, r) => (p(), l(i, a(d(o.props)), {
12
+ return (t, r) => (l(), p(i, a(d(o.props)), {
13
13
  default: s(() => [m(t.$slots, "default"), r[0] || (r[0] = e("g", null, [e("path", {
14
14
  role: "presentation",
15
15
  d: "M15.293 16.707a1 1 0 001.414-1.414L9.121 7.707a1 1 0 10-1.414 1.414l7.586 7.586z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as a, createBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as d, createElementVNode as m } from "vue";
1
+ import { defineComponent as r, createBlock as a, openBlock as n, normalizeProps as p, guardReactiveProps as l, withCtx as s, renderSlot as d, createElementVNode as m } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "Expand",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(t) {
12
- return (o, e) => (a(), n(i, p(l(t.props)), {
12
+ return (o, e) => (n(), a(i, p(l(t.props)), {
13
13
  default: s(() => [d(o.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M19.002 6.42l-4.295 4.287a1 1 0 01-1.414-1.415L17.583 5h-2.58a1 1 0 110-2h5.006a.997.997 0 01.992 1.029V9a1 1 0 01-2 .004l.001-2.584zM5 17.58l4.296-4.287a1 1 0 011.414 1.414L6.419 19H9a1 1 0 110 2H3.993A.997.997 0 013 19.97V15a1 1 0 012-.004v2.584z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as t, createBlock as v, normalizeProps as o, guardReactiveProps as m, withCtx as n, renderSlot as p, createElementVNode as h } from "vue";
1
+ import { defineComponent as r, createBlock as t, openBlock as v, normalizeProps as o, guardReactiveProps as m, withCtx as n, renderSlot as p, createElementVNode as h } from "vue";
2
2
  import l from "../CdrIcon.vue.mjs";
3
3
  const V = /* @__PURE__ */ r({
4
4
  name: "ExperiencesBackpacking",
@@ -9,7 +9,7 @@ const V = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (c, e) => (t(), v(l, o(m(a.props)), {
12
+ return (c, e) => (v(), t(l, o(m(a.props)), {
13
13
  default: n(() => [p(c.$slots, "default"), e[0] || (e[0] = h("path", {
14
14
  role: "presentation",
15
15
  d: "M15.75 20.25l.113-.005-.047.004-.066.001zm-2.165-8.372l-.093.013A.756.756 0 0113.5 12v.75a.75.75 0 01-.75.75h-1.5a.75.75 0 01-.75-.75V12c0-.037.003-.073.008-.109-1.27-.186-2.339-.608-3.008-1.163v8.022c0 .414.336.75.75.75h7.5a.75.75 0 00.75-.75v-8.023c-.652.542-1.686.957-2.915 1.151zM6.75 14.25h-1.5V15c0 2.037.724 3.713 1.598 4.287l.029.07.013.026-.024-.055-.041-.109a1.499 1.499 0 01-.075-.469v-4.5zm12 0h-1.5v4.5c0 .188-.035.368-.098.534v.003c.844-.554 1.548-2.135 1.595-4.076L18.75 15v-.75zm-3.75 0a.75.75 0 01.75.75v3a.75.75 0 01-.75.75H9a.75.75 0 01-.75-.75v-3a.75.75 0 01.75-.75h6zm0 2.25H9V18h6v-1.5zm0-1.5H9v.75h6V15zm-2.25-3h-1.5v.75h1.5V12zm3-4.5h-7.5a.75.75 0 00-.75.75v1.125c0 .894 1.962 1.875 4.5 1.875 2.468 0 4.39-.927 4.495-1.8l.005-.075V8.25a.75.75 0 00-.75-.75zm-7.5-3H7.125a.375.375 0 00-.375.375v1.5c0 .207.168.375.375.375H8.25V4.5zm1.5 0H9v2.25h.75V4.5zm5.25 0h-.75v2.25H15V4.5zm-1.5 0h-3v2.25h3V4.5zm3.375 0H15.75v2.25h1.125a.375.375 0 00.375-.375v-1.5a.375.375 0 00-.375-.375zM16.5 20.25h-9l-.115-.004C5.78 20.14 4.5 17.832 4.5 15v-.75a.75.75 0 01.75-.75h1.5V8.25c0-.279.076-.54.209-.764A1.123 1.123 0 016 6.375v-1.5c0-.621.504-1.125 1.125-1.125h9.75c.621 0 1.125.504 1.125 1.125v1.5c0 .565-.417 1.033-.96 1.113.134.222.21.483.21.762v5.25h1.5a.75.75 0 01.745.663l.005.087V15c0 2.763-1.22 5.027-2.768 5.235l-.117.011-.115.004z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as t, createBlock as o, normalizeProps as n, guardReactiveProps as p, withCtx as c, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as r, createBlock as t, openBlock as o, normalizeProps as n, guardReactiveProps as p, withCtx as c, renderSlot as m, createElementVNode as s } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const z = /* @__PURE__ */ r({
4
4
  name: "ExperiencesCamping",
@@ -9,7 +9,7 @@ const z = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(l) {
12
- return (a, e) => (t(), o(i, n(p(l.props)), {
12
+ return (a, e) => (o(), t(i, n(p(l.props)), {
13
13
  default: c(() => [m(a.$slots, "default"), e[0] || (e[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M7.125 8.986a1.865 1.865 0 01-1.863-1.864 1.865 1.865 0 013.117-1.378.374.374 0 01-.195.7h-.01a.68.68 0 10-.006 1.358.38.38 0 01.351.231.37.37 0 01-.078.408 1.85 1.85 0 01-1.316.545zm0-2.977c-.614 0-1.113.5-1.113 1.113 0 .66.609 1.184 1.252 1.105a1.427 1.427 0 01-.002-2.21 1.196 1.196 0 00-.137-.008zm11.533 11.343a.376.376 0 01-.012.531l-.68.65a.372.372 0 01-.33.204h-12a.368.368 0 01-.307-.173l-.713-.68a.375.375 0 11.518-.543l.158.15c.352-3.935 3.056-7.008 6.334-7.016h.012c1.006.003 1.955.301 2.802.818l1.323-1.322V8.78l-.86.86a.377.377 0 01-.53 0 .375.375 0 010-.53l1.39-1.391V6.53l-.86.86a.377.377 0 01-.53 0 .375.375 0 010-.53l1.498-1.5a.372.372 0 01.531 0l1.5 1.5a.375.375 0 01-.531.53l-.86-.86v1.19l1.39 1.39a.375.375 0 01-.53.53l-.86-.86v1.19l1.39 1.39a.375.375 0 01-.53.53l-.86-.86v2.263c.792 1.163 1.317 2.609 1.459 4.197l.157-.15a.375.375 0 01.53.012zm-6.646-2.465v3.099h2.575l-2.575-3.1zm-.75 3.099v-3.1l-2.576 3.1h2.576zm4.5-6.956l-.697.696c.245.194.477.405.697.637V11.03zm-4.131.195c-3.005.003-5.46 3.003-5.616 6.76H7.71l3.637-4.376c.008-.01.019-.014.027-.022.008-.008.013-.02.022-.027.011-.009.024-.011.035-.019a.382.382 0 01.134-.055.36.36 0 01.276.056c.01.008.024.01.035.019.009.007.013.019.022.027.008.008.02.013.027.022l3.637 4.376h1.684c-.155-3.758-2.61-6.758-5.616-6.761z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as o, createBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as h, renderSlot as m, createElementVNode as l } from "vue";
1
+ import { defineComponent as t, createBlock as o, openBlock as a, normalizeProps as n, guardReactiveProps as p, withCtx as h, renderSlot as m, createElementVNode as l } from "vue";
2
2
  import v from "../CdrIcon.vue.mjs";
3
3
  const d = /* @__PURE__ */ t({
4
4
  name: "ExperiencesClimbing",
@@ -9,7 +9,7 @@ const d = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(c) {
12
- return (r, e) => (o(), a(v, n(p(c.props)), {
12
+ return (r, e) => (a(), o(v, n(p(c.props)), {
13
13
  default: h(() => [m(r.$slots, "default"), e[0] || (e[0] = l("path", {
14
14
  role: "presentation",
15
15
  d: "M15.74 11.002c.202 0 .375.165.375.375s-.165.375-.375.375h-.75a.371.371 0 01-.375-.375c0-.21.165-.375.375-.375h.75zm1.125-1.387c.217.127.375.36.375.645v2.25a.74.74 0 01-.375.63v.862a.76.76 0 01-.375.638v.195c0 2.572-1.973 4.665-4.395 4.665h-.06c-1.98 0-3.728-1.418-4.245-3.442L6.155 9.645c-.375-1.463-.06-3.03.847-4.2.833-1.073 2.07-1.695 3.39-1.695h1.703c2.287 0 4.17 1.875 4.38 4.26l.007.105c.225.127.383.36.383.637v.863zm-1.125 5.213h-.008v-.068h-.75v.082c0 1.748-1.297 3.165-2.895 3.165-1.35 0-2.497-.952-2.85-2.317L7.595 9.278c-.255-1.02-.038-2.108.592-2.91.555-.72 1.343-1.118 2.205-1.118h1.703c1.462 0 2.662 1.2 2.85 2.752h.75C15.5 6.037 13.962 4.5 12.087 4.5h-1.702c-1.08 0-2.1.51-2.798 1.41a4.118 4.118 0 00-.712 3.547l1.642 6.413c.435 1.695 1.883 2.88 3.518 2.88h.06c2.01 0 3.645-1.762 3.645-3.922zm.375-6.075h-1.5v.75h1.5v-.75zm-2.25 4.387a.811.811 0 01-.39-.638v-2.25a.75.75 0 01.375-.637v-.863c0-.262.15-.487.36-.622 0-.06-.008-.12-.015-.12C14.022 6.87 13.145 6 12.087 6h-1.702c-.623 0-1.2.293-1.613.825a2.66 2.66 0 00-.45 2.265l1.65 6.42c.263 1.028 1.11 1.748 2.063 1.748 1.245 0 2.205-1.088 2.205-2.423v-.195a.75.75 0 01-.375-.638v-.862zm2.25.862v-.75h-1.5v.75h1.5zm.375-1.5v-2.25h-2.25v2.25h2.25z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, openBlock as o, createBlock as r, normalizeProps as v, guardReactiveProps as n, withCtx as a, renderSlot as m, createElementVNode as p } from "vue";
1
+ import { defineComponent as t, createBlock as o, openBlock as r, normalizeProps as v, guardReactiveProps as n, withCtx as a, renderSlot as m, createElementVNode as p } from "vue";
2
2
  import l from "../CdrIcon.vue.mjs";
3
3
  const H = /* @__PURE__ */ t({
4
4
  name: "ExperiencesClothing",
@@ -9,7 +9,7 @@ const H = /* @__PURE__ */ t({
9
9
  }
10
10
  },
11
11
  setup(e) {
12
- return (h, c) => (o(), r(l, v(n(e.props)), {
12
+ return (h, c) => (r(), o(l, v(n(e.props)), {
13
13
  default: a(() => [m(h.$slots, "default"), c[0] || (c[0] = p("path", {
14
14
  role: "presentation",
15
15
  d: "M17.505 11.355c-.502-.322-.997-.818-1.102-2.888-.03-.652-.6-1.162-1.29-1.162h-.54V5.903a1.38 1.38 0 00-.023-.248v-.03c-.113-.645-.607-1.125-1.208-1.125H9.909c-.6 0-1.095.487-1.208 1.14v.008a1.403 1.403 0 00-.022.255v1.395h-.54c-.69 0-1.26.51-1.29 1.162-.106 2.077-.6 2.565-1.103 2.887-.308.203-.495.57-.495.983v6.292c0 .683.585 1.23 1.298 1.23h10.155c.712 0 1.297-.555 1.297-1.23V12.33c0-.405-.188-.773-.495-.975zm-.765 5.13l-1.875-1.875h2.385v1.875h-.51zm-10.74 0V14.61h2.385L6.51 16.485H6zm0-4.147c0-.06.015-.255.15-.353h4.725v1.875H6v-1.522zm11.1-.353c.142.098.15.293.15.353v1.522h-5.625v-.563H12c.21 0 .375-.165.375-.375a.371.371 0 00-.375-.375h-.375v-.562H17.1zM9.352 14.7c.03-.03.046-.06.06-.09h1.463v1.875H7.567L9.352 14.7zm2.273 1.223H12c.21 0 .375-.165.375-.376a.371.371 0 00-.375-.375h-.375v-.562h2.213a.33.33 0 00.06.09l1.784 1.785h-4.057v-.563zm4.027-7.425c.068 1.372.308 2.19.676 2.737h-4.703v-.563H12c.21 0 .375-.165.375-.375A.371.371 0 0012 9.922h-.375V9.36h1.71c.652 0 1.185-.585 1.222-1.313h.548c.293 0 .54.203.547.45zM9.428 6.63c.15.06.307.105.48.105h.967V8.61h-.967c-.263 0-.48-.3-.48-.652V6.63zm2.197 1.417H12c.21 0 .375-.165.375-.375A.371.371 0 0012 7.299h-.375v-.563h1.71c.172 0 .33-.045.48-.105v1.327c0 .353-.217.653-.48.653h-1.71v-.563zM9.908 5.25h3.427c.21 0 .39.195.45.457-.06.165-.24.278-.443.278H9.909a.486.486 0 01-.45-.3c.075-.247.247-.435.45-.435zm-2.31 3.248c.007-.248.255-.45.54-.45h.547c.045.727.57 1.312 1.223 1.312h.967v1.875H6.923c.367-.547.607-1.365.675-2.737zM6 18.63v-1.395h4.875v1.875H6.548c-.3 0-.548-.218-.548-.48zm10.703.48h-5.078v-.563H12c.21 0 .375-.165.375-.375a.371.371 0 00-.375-.375h-.375v-.562h5.625v1.395c0 .262-.247.48-.547.48z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as e, openBlock as r, createBlock as m, normalizeProps as t, guardReactiveProps as o, withCtx as n, renderSlot as p, createElementVNode as z } from "vue";
1
+ import { defineComponent as e, createBlock as r, openBlock as m, normalizeProps as t, guardReactiveProps as o, withCtx as n, renderSlot as p, createElementVNode as z } from "vue";
2
2
  import s from "../CdrIcon.vue.mjs";
3
3
  const u = /* @__PURE__ */ e({
4
4
  name: "ExperiencesCycling",
@@ -9,7 +9,7 @@ const u = /* @__PURE__ */ e({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (l, c) => (r(), m(s, t(o(a.props)), {
12
+ return (l, c) => (m(), r(s, t(o(a.props)), {
13
13
  default: n(() => [p(l.$slots, "default"), c[0] || (c[0] = z("path", {
14
14
  role: "presentation",
15
15
  d: "M20.176 12.42a.7.7 0 01-.059.702c-.082.108-.18.187-.257.25-.063.051-.13.104-.135.133-.005.03.034.104.073.176.048.088.106.196.141.326a.69.69 0 01-.198.675 1.43 1.43 0 01-.302.194c-.073.039-.148.077-.16.105-.011.028.015.108.039.186.029.096.066.215.075.35a.69.69 0 01-.326.621c-.118.069-.238.103-.335.132-.078.022-.16.046-.176.071-.017.026-.009.11 0 .19.01.1.024.224.006.358a.69.69 0 01-.44.546c-.131.044-.256.054-.356.063-.081.007-.166.015-.187.036-.022.021-.03.107-.036.189-.009.1-.02.225-.063.353a.684.684 0 01-.676.456c-.076 0-.15-.008-.225-.016-.046-.005-.091-.011-.136-.011-.081.026-.105.11-.128.19a1.498 1.498 0 01-.129.336.675.675 0 01-.573.333 1.452 1.452 0 01-.396-.081c-.066-.021-.133-.043-.171-.043-.045.015-.085.092-.123.168-.046.09-.103.204-.192.309a.662.662 0 01-.5.224l-.163-.02c-.133-.038-.244-.1-.333-.149a.57.57 0 00-.172-.078c-.04.006-.093.075-.145.142-.063.08-.141.18-.249.266a.67.67 0 01-.688.069 1.488 1.488 0 01-.297-.21c-.064-.055-.13-.112-.162-.113-.043.003-.105.058-.166.111-.077.067-.172.15-.295.213a.65.65 0 01-.294.07.634.634 0 01-.393-.132 1.546 1.546 0 01-.25-.266c-.052-.066-.106-.136-.138-.144a.56.56 0 00-.187.082c-.089.05-.199.112-.33.15l-.17.023a.642.642 0 01-.488-.217 1.517 1.517 0 01-.193-.312c-.039-.077-.078-.155-.108-.17-.087-.01-.134.021-.202.044-.102.033-.217.07-.353.082a.67.67 0 01-.606-.32 1.506 1.506 0 01-.129-.343c-.023-.083-.046-.169-.074-.189-.104-.008-.154-.001-.203.004a1.52 1.52 0 01-.363.012.653.653 0 01-.532-.434c-.042-.13-.051-.258-.06-.36-.006-.086-.013-.173-.035-.198-.028-.023-.116-.03-.2-.036-.107-.009-.228-.018-.357-.06a.652.652 0 01-.44-.53 1.53 1.53 0 01.012-.363c.01-.085.02-.172.004-.201-.02-.03-.106-.053-.188-.076-.1-.028-.222-.062-.342-.128a.644.644 0 01-.325-.6c.011-.139.05-.255.082-.356.027-.082.055-.166.044-.2-.014-.032-.093-.071-.17-.11-.09-.046-.204-.103-.31-.192a.645.645 0 01-.2-.656c.038-.132.1-.242.149-.33.041-.075.085-.151.08-.185-.006-.035-.075-.09-.142-.142a1.458 1.458 0 01-.265-.249.657.657 0 01-.068-.686c.062-.122.144-.218.21-.296.055-.064.112-.13.113-.163-.001-.035-.058-.101-.112-.165a1.486 1.486 0 01-.21-.295.664.664 0 01.065-.689c.086-.109.186-.187.267-.25.059-.046.119-.092.137-.124a.465.465 0 00-.073-.192c-.05-.089-.111-.2-.148-.332a.664.664 0 01.198-.665c.104-.09.218-.147.309-.194.075-.037.152-.076.165-.105.01-.029-.015-.11-.041-.19-.03-.097-.069-.217-.08-.354a.678.678 0 01.328-.615c.119-.068.24-.102.337-.129.08-.023.164-.047.18-.073.017-.025.008-.11-.001-.192a1.489 1.489 0 01-.008-.361.685.685 0 01.444-.542c.128-.043.253-.053.353-.062.082-.007.168-.014.189-.036.02-.022.028-.106.036-.188.009-.1.02-.225.063-.353a.69.69 0 01.543-.446 1.46 1.46 0 01.357.006c.046.005.09.01.135.01.081-.025.105-.107.128-.186a1.54 1.54 0 01.131-.335.688.688 0 01.581-.33c.174.01.293.046.388.076.065.02.131.04.17.04.044-.014.084-.09.121-.162.047-.09.105-.2.194-.303a.681.681 0 01.509-.222l.165.021c.13.034.239.093.325.142.06.032.136.074.168.074.036-.007.09-.073.14-.136.064-.078.14-.175.249-.257a.704.704 0 01.701-.068c.122.06.217.139.294.202.125.103.189.103.314 0 .077-.063.172-.142.293-.201a.709.709 0 01.703.068c.108.081.186.176.249.254.051.062.104.126.133.132.039 0 .114-.04.174-.072.089-.048.197-.107.327-.14l.164-.022c.196 0 .387.083.512.222.09.102.148.211.195.3.038.071.077.145.105.156a.66.66 0 00.184-.036c.096-.03.214-.066.349-.074h.004a.71.71 0 01.62.332c.068.115.103.234.131.329.024.078.048.158.073.175.101.01.143.004.188 0 .117-.01.236-.02.354-.003a.692.692 0 01.548.449c.043.124.055.247.065.345.008.08.017.164.038.185.02.021.105.029.185.037.098.01.22.022.345.065a.696.696 0 01.453.545c.019.133.007.256-.003.355-.008.08-.016.164 0 .188.016.025.096.05.174.072.094.029.213.064.328.132a.687.687 0 01.337.618c-.008.137-.045.255-.074.35-.024.079-.05.159-.038.186.012.028.09.07.158.106.088.046.197.104.298.193.187.165.27.436.207.673-.033.131-.093.24-.14.328-.04.072-.08.146-.074.175.006.029.071.082.134.133.078.062.174.141.256.248.15.197.179.48.072.7a1.494 1.494 0 01-.203.295c-.052.063-.105.127-.105.157s.054.095.105.158c.063.076.142.171.201.291zm-15.155.925l.013.076c.037.294-.082.506-.169.661l-.05.092c.029.017.062.033.096.05.161.082.382.193.507.454l.028.071c.095.292.02.521-.035.688a2.822 2.822 0 00-.03.099c.03.01.067.02.103.03.175.048.415.114.588.345l.052.08c.138.244.109.486.089.661-.005.038-.01.074-.011.106.033.005.07.008.108.01.18.015.426.034.64.223l.06.059c.194.215.212.463.227.643l.01.105.107-.01c.246-.03.478-.018.666.09l.073.046c.236.175.304.417.352.594l.029.1.101-.032c.177-.058.438-.12.669-.043l.087.034c.264.124.376.348.458.51.016.033.031.065.047.094l.095-.054c.14-.079.315-.177.547-.177l.185.02c.285.07.438.266.55.41l.068.082.08-.068c.13-.114.305-.267.576-.291l.059-.003c.344.008.533.17.673.29.03.025.058.05.085.07.024-.026.047-.056.07-.087.116-.147.273-.348.57-.412a.888.888 0 01.167-.017c.228 0 .4.095.538.172.035.02.069.038.1.053.018-.03.036-.064.053-.1.086-.17.202-.401.488-.52.241-.099.522-.04.705.019.04.013.078.025.112.034.012-.034.023-.072.035-.113.05-.18.121-.428.376-.599.191-.128.433-.15.69-.12.041.004.08.009.12.01.007-.036.01-.078.014-.123.017-.186.039-.439.254-.654.214-.213.466-.236.65-.252.044-.004.086-.008.12-.014 0-.037-.004-.08-.01-.127-.018-.184-.046-.436.123-.687.168-.252.411-.323.589-.375.04-.012.08-.023.114-.036a1.416 1.416 0 00-.035-.124c-.055-.176-.13-.417-.014-.695.115-.28.34-.398.505-.483l.106-.058c-.015-.035-.037-.074-.059-.115-.087-.163-.208-.384-.149-.68.059-.294.255-.453.398-.57.035-.026.067-.053.094-.078-.022-.032-.051-.067-.08-.103-.117-.142-.278-.336-.278-.636s.16-.494.278-.636a1.19 1.19 0 00.078-.098c-.027-.027-.062-.055-.098-.085-.142-.115-.338-.274-.396-.568-.058-.295.061-.516.149-.678.02-.04.042-.078.056-.112a1.79 1.79 0 00-.112-.063c-.163-.086-.387-.204-.5-.482-.115-.276-.041-.517.013-.693a1.63 1.63 0 00.034-.12 1.529 1.529 0 00-.124-.04c-.176-.053-.416-.126-.583-.375-.166-.248-.141-.497-.122-.679.004-.046.009-.09.009-.128a1.687 1.687 0 00-.131-.017c-.182-.018-.431-.042-.642-.252-.21-.211-.235-.46-.253-.642a1.623 1.623 0 00-.016-.126c-.06 0-.095.004-.132.007-.253.026-.492.002-.679-.123-.248-.166-.32-.406-.373-.582-.014-.043-.026-.086-.04-.12-.037.007-.08.02-.125.034-.182.055-.46.109-.692.013-.278-.115-.396-.337-.481-.499a1.957 1.957 0 00-.062-.11 1.286 1.286 0 00-.117.059c-.165.09-.39.205-.675.148-.294-.059-.452-.252-.567-.394-.03-.036-.058-.07-.084-.098-.032.022-.067.05-.103.08-.142.118-.336.277-.635.277-.3 0-.493-.16-.634-.276a1.364 1.364 0 00-.101-.079c-.026.026-.053.06-.081.095-.117.143-.275.34-.571.4-.287.056-.513-.06-.678-.15a1.482 1.482 0 00-.113-.057c-.02.03-.04.069-.059.107-.086.165-.204.39-.483.506-.235.099-.515.042-.695-.014a3.646 3.646 0 00-.122-.036c-.013.035-.024.076-.037.119-.052.177-.123.421-.374.59-.192.127-.429.15-.687.121-.042-.004-.082-.01-.124-.01a1.87 1.87 0 00-.014.124c-.017.185-.04.438-.253.652-.215.215-.468.237-.653.253-.043.004-.084.007-.12.013.001.037.006.08.01.123.021.185.049.438-.12.69-.17.256-.418.326-.6.378-.037.011-.076.021-.109.033.01.034.021.074.035.114.054.17.137.423.019.708-.119.285-.36.407-.52.488a1.944 1.944 0 00-.098.051l.055.101c.092.164.218.388.16.689l-.002.009h.001a.123.123 0 01-.002.008l-.01.039c-.073.271-.262.42-.403.53a1.52 1.52 0 00-.085.068c.02.028.046.057.072.088.118.138.28.328.292.62-.012.354-.175.543-.294.682-.024.03-.05.057-.07.084l.086.07c.143.112.337.265.408.546zm6.974-7.914a6.57 6.57 0 016.563 6.562 6.57 6.57 0 01-6.563 6.563 6.57 6.57 0 01-6.562-6.563 6.57 6.57 0 016.562-6.562zm4.833 3.339a5.86 5.86 0 00-1.61-1.61l-2.173 3.765.019.018 3.764-2.173zm-4.083 3.223a.75.75 0 10-1.501.002.75.75 0 001.501-.002zm-.375-1.446l.024.007 2.174-3.765A5.767 5.767 0 0012.37 6.2v4.347zm-.75 0V6.2a5.753 5.753 0 00-2.197.59l2.174 3.764.023-.007zm-1.071 1.071l.007-.023-3.765-2.173a5.76 5.76 0 00-.589 2.196h4.347zm0 .75H6.202c.05.785.257 1.527.589 2.197l3.765-2.173-.007-.024zm1.071 1.072l-.023-.007-2.174 3.765c.67.333 1.412.539 2.197.59V13.44zm.75 0v4.346a5.753 5.753 0 002.198-.588l-2.174-3.765-.024.007zm1.072-1.072c-.001.009-.004.016-.007.024l3.765 2.173a5.76 5.76 0 00.589-2.197h-4.347zm0-.75h4.346a5.767 5.767 0 00-.588-2.196l-3.765 2.173.007.023zM8.772 7.16a5.863 5.863 0 00-1.61 1.61l3.765 2.173.019-.018L8.773 7.16zm-1.61 8.057a5.85 5.85 0 001.61 1.61l2.173-3.765-.018-.019-3.765 2.174zm8.057 1.61a5.86 5.86 0 001.61-1.61l-3.765-2.173-.019.019 2.174 3.764z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as r, openBlock as t, createBlock as o, normalizeProps as l, guardReactiveProps as n, withCtx as p, renderSlot as m, createElementVNode as s } from "vue";
1
+ import { defineComponent as r, createBlock as t, openBlock as o, normalizeProps as l, guardReactiveProps as n, withCtx as p, renderSlot as m, createElementVNode as s } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ r({
4
4
  name: "ExperiencesFamily",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ r({
9
9
  }
10
10
  },
11
11
  setup(e) {
12
- return (c, a) => (t(), o(i, l(n(e.props)), {
12
+ return (c, a) => (o(), t(i, l(n(e.props)), {
13
13
  default: p(() => [m(c.$slots, "default"), a[0] || (a[0] = s("path", {
14
14
  role: "presentation",
15
15
  d: "M16.864 12.973a4.129 4.129 0 012.636 3.842.375.375 0 01-.375.375h-4.492c.227.454.367.959.367 1.5a.375.375 0 01-.375.375h-6a.375.375 0 01-.375-.375c0-.541.14-1.046.367-1.5H4.125a.375.375 0 01-.375-.375 4.128 4.128 0 012.638-3.842 2.624 2.624 0 01-1.136-2.158A2.628 2.628 0 017.877 8.19a2.628 2.628 0 012.625 2.625c0 .894-.452 1.684-1.137 2.158.22.086.43.19.63.31a1.87 1.87 0 011.63-.967c.704 0 1.31.393 1.631.967.2-.12.41-.225.63-.31a2.624 2.624 0 01-1.136-2.158 2.628 2.628 0 012.625-2.625A2.628 2.628 0 0118 10.815c0 .894-.451 1.684-1.136 2.158zM13.5 10.815c0 1.034.841 1.875 1.875 1.875a1.878 1.878 0 001.875-1.875 1.878 1.878 0 00-1.875-1.875 1.878 1.878 0 00-1.875 1.875zm-2.898 2.913a1.11 1.11 0 00-.102.462c0 .592.46 1.073 1.04 1.117.028.001.056.008.085.008.62 0 1.125-.505 1.125-1.125 0-.165-.037-.32-.102-.462a1.124 1.124 0 00-1.023-.663c-.455 0-.846.273-1.023.663zM6 10.815c0 1.034.841 1.875 1.875 1.875a1.878 1.878 0 001.875-1.875A1.878 1.878 0 007.875 8.94 1.878 1.878 0 006 10.815zM4.521 16.44h4.606c.34-.376.756-.681 1.233-.874a1.864 1.864 0 01-.61-1.376c0-.054.011-.104.016-.157a3.341 3.341 0 00-1.891-.593 3.38 3.38 0 00-3.354 3zm4.506 1.875h5.196a2.597 2.597 0 00-.457-1.125 2.63 2.63 0 00-.791-.75 2.604 2.604 0 00-1.35-.375c-.105 0-.206.017-.307.029-.052.006-.106.005-.157.014a2.604 2.604 0 00-.886.332c-.315.19-.58.45-.791.75a2.6 2.6 0 00-.457 1.125zm5.096-1.875h4.606a3.38 3.38 0 00-3.354-3c-.703 0-1.35.224-1.89.593.004.053.015.103.015.157 0 .545-.238 1.033-.61 1.376.476.194.893.498 1.232.874zM11.36 8.406l-1.296-1.295a1.094 1.094 0 01.012-1.546c.416-.415 1.136-.42 1.546-.011l.003.003.003-.002c.41-.41 1.13-.405 1.546.01.43.43.435 1.124.012 1.547L11.89 8.407a.377.377 0 01-.53-.001zm-.753-2.31a.344.344 0 00-.012.485l1.03 1.03 1.029-1.031a.344.344 0 00-.011-.485c-.133-.134-.36-.138-.486-.012l-.267.268a.375.375 0 01-.53 0l-.268-.268a.327.327 0 00-.233-.094.357.357 0 00-.252.106z"
@@ -1,4 +1,4 @@
1
- import { defineComponent as l, openBlock as r, createBlock as o, normalizeProps as c, guardReactiveProps as n, withCtx as p, renderSlot as s, createElementVNode as m } from "vue";
1
+ import { defineComponent as l, createBlock as r, openBlock as o, normalizeProps as c, guardReactiveProps as n, withCtx as p, renderSlot as s, createElementVNode as m } from "vue";
2
2
  import i from "../CdrIcon.vue.mjs";
3
3
  const f = /* @__PURE__ */ l({
4
4
  name: "ExperiencesFitness",
@@ -9,7 +9,7 @@ const f = /* @__PURE__ */ l({
9
9
  }
10
10
  },
11
11
  setup(a) {
12
- return (t, e) => (r(), o(i, c(n(a.props)), {
12
+ return (t, e) => (o(), r(i, c(n(a.props)), {
13
13
  default: p(() => [s(t.$slots, "default"), e[0] || (e[0] = m("path", {
14
14
  role: "presentation",
15
15
  d: "M18.383 12.105a6.024 6.024 0 01-3.075 5.242L14.4 19.11a1.113 1.113 0 01-.998.608H11.37a1.13 1.13 0 01-.997-.6l-.953-1.785v-.008a6.003 6.003 0 01-3.022-4.845H6v.375c0 .21-.165.375-.375.375a.371.371 0 01-.375-.375v-1.5c0-.21.165-.375.375-.375s.375.165.375.375v.375h.39a6.002 6.002 0 013.022-4.838c.008-.007.008-.007.008-.014l.96-1.778c.195-.367.57-.6.99-.6h2.033c.42 0 .802.232.997.607l.9 1.755a5.962 5.962 0 013.082 5.243zm-7.35-6.66l-.51.96a5.846 5.846 0 011.852-.3c.63 0 1.245.097 1.83.285l-.48-.938a.358.358 0 00-.33-.202h-2.032a.382.382 0 00-.33.195zm2.692 13.313l.495-.945a5.918 5.918 0 01-1.83.292h-.015a5.977 5.977 0 01-1.845-.293l.503.945a.366.366 0 00.33.203h2.032a.374.374 0 00.33-.203zm-1.357-1.395v.007h.007c2.902-.008 5.258-2.363 5.258-5.258A5.22 5.22 0 0016.095 8.4a5.257 5.257 0 00-8.97 3.713c0 2.895 2.355 5.25 5.243 5.25zm.014-9.953a4.702 4.702 0 014.696 4.695 4.702 4.702 0 01-4.695 4.695 4.702 4.702 0 01-4.695-4.695 4.702 4.702 0 014.695-4.695zm0 .75c-2.077 0-3.764 1.62-3.915 3.66h1.545l.503-.96a.363.363 0 01.352-.202c.143 0 .27.082.33.21l.976 1.964 1.087-2.482a.368.368 0 01.675-.008l.682 1.478h1.68c-.15-2.04-1.837-3.66-3.915-3.66zm0 7.89c2.01 0 3.66-1.523 3.9-3.473l-1.905-.007a.37.37 0 01-.337-.218l-.435-.937-1.072 2.453a.377.377 0 01-.338.224h-.008a.384.384 0 01-.337-.21l-1.005-2.024-.263.51a.358.358 0 01-.33.202H8.49c.232 1.957 1.875 3.48 3.893 3.48z"