@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
package/dist/lib.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ import { default as CdrFulfillmentTile } from './components/fulfillmentTile/CdrFulfillmentTile.vue';
1
2
  import { Component } from 'vue';
2
3
  import { ComponentOptionsMixin } from 'vue';
3
4
  import { ComponentProvideOptions } from 'vue';
@@ -5,6 +6,7 @@ import { DefineComponent } from 'vue';
5
6
  import { ExtractPropTypes } from 'vue';
6
7
  import { PropType } from 'vue';
7
8
  import { PublicProps } from 'vue';
9
+ import { Ref } from 'vue';
8
10
 
9
11
  declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<baseTextProps>, {
10
12
  tag: string;
@@ -455,7 +457,115 @@ type: ObjectConstructor;
455
457
  };
456
458
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
457
459
 
458
- declare const __VLS_component_13: DefineComponent<ExtractPropTypes< {
460
+ declare const __VLS_component_13: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileIcon>, {
461
+ type: string;
462
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<fulfillmentTileIcon>, {
463
+ type: string;
464
+ }>>> & Readonly<{}>, {
465
+ type: StatusType;
466
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
467
+
468
+ declare const __VLS_component_130: DefineComponent<ExtractPropTypes< {
469
+ props: {
470
+ type: ObjectConstructor;
471
+ };
472
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
473
+ props: {
474
+ type: ObjectConstructor;
475
+ };
476
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
477
+
478
+ declare const __VLS_component_131: DefineComponent<ExtractPropTypes< {
479
+ props: {
480
+ type: ObjectConstructor;
481
+ };
482
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
483
+ props: {
484
+ type: ObjectConstructor;
485
+ };
486
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
487
+
488
+ declare const __VLS_component_132: DefineComponent<ExtractPropTypes< {
489
+ props: {
490
+ type: ObjectConstructor;
491
+ };
492
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
493
+ props: {
494
+ type: ObjectConstructor;
495
+ };
496
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
497
+
498
+ declare const __VLS_component_133: DefineComponent<ExtractPropTypes< {
499
+ props: {
500
+ type: ObjectConstructor;
501
+ };
502
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
503
+ props: {
504
+ type: ObjectConstructor;
505
+ };
506
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
507
+
508
+ declare const __VLS_component_134: DefineComponent<ExtractPropTypes< {
509
+ props: {
510
+ type: ObjectConstructor;
511
+ };
512
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
513
+ props: {
514
+ type: ObjectConstructor;
515
+ };
516
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
517
+
518
+ declare const __VLS_component_135: DefineComponent<ExtractPropTypes< {
519
+ props: {
520
+ type: ObjectConstructor;
521
+ };
522
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
523
+ props: {
524
+ type: ObjectConstructor;
525
+ };
526
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
527
+
528
+ declare const __VLS_component_136: DefineComponent<ExtractPropTypes< {
529
+ props: {
530
+ type: ObjectConstructor;
531
+ };
532
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
533
+ props: {
534
+ type: ObjectConstructor;
535
+ };
536
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
537
+
538
+ declare const __VLS_component_137: DefineComponent<ExtractPropTypes< {
539
+ props: {
540
+ type: ObjectConstructor;
541
+ };
542
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
543
+ props: {
544
+ type: ObjectConstructor;
545
+ };
546
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
547
+
548
+ declare const __VLS_component_138: DefineComponent<ExtractPropTypes< {
549
+ props: {
550
+ type: ObjectConstructor;
551
+ };
552
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
553
+ props: {
554
+ type: ObjectConstructor;
555
+ };
556
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
557
+
558
+ declare const __VLS_component_139: DefineComponent<ExtractPropTypes< {
559
+ props: {
560
+ type: ObjectConstructor;
561
+ };
562
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
563
+ props: {
564
+ type: ObjectConstructor;
565
+ };
566
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
567
+
568
+ declare const __VLS_component_14: DefineComponent<ExtractPropTypes< {
459
569
  /**
460
570
  * Defines gutter size. Also accepts responsive values with `@breakpoint`: "none@md"
461
571
  * @demoSelectMultiple false
@@ -492,7 +602,7 @@ tag: string;
492
602
  gutter: string;
493
603
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
494
604
 
495
- declare const __VLS_component_130: DefineComponent<ExtractPropTypes< {
605
+ declare const __VLS_component_140: DefineComponent<ExtractPropTypes< {
496
606
  props: {
497
607
  type: ObjectConstructor;
498
608
  };
@@ -502,7 +612,7 @@ type: ObjectConstructor;
502
612
  };
503
613
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
504
614
 
505
- declare const __VLS_component_131: DefineComponent<ExtractPropTypes< {
615
+ declare const __VLS_component_141: DefineComponent<ExtractPropTypes< {
506
616
  props: {
507
617
  type: ObjectConstructor;
508
618
  };
@@ -512,7 +622,7 @@ type: ObjectConstructor;
512
622
  };
513
623
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
514
624
 
515
- declare const __VLS_component_132: DefineComponent<ExtractPropTypes< {
625
+ declare const __VLS_component_142: DefineComponent<ExtractPropTypes< {
516
626
  props: {
517
627
  type: ObjectConstructor;
518
628
  };
@@ -522,7 +632,7 @@ type: ObjectConstructor;
522
632
  };
523
633
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
524
634
 
525
- declare const __VLS_component_133: DefineComponent<ExtractPropTypes< {
635
+ declare const __VLS_component_143: DefineComponent<ExtractPropTypes< {
526
636
  props: {
527
637
  type: ObjectConstructor;
528
638
  };
@@ -532,7 +642,7 @@ type: ObjectConstructor;
532
642
  };
533
643
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
534
644
 
535
- declare const __VLS_component_134: DefineComponent<ExtractPropTypes< {
645
+ declare const __VLS_component_144: DefineComponent<ExtractPropTypes< {
536
646
  props: {
537
647
  type: ObjectConstructor;
538
648
  };
@@ -542,7 +652,7 @@ type: ObjectConstructor;
542
652
  };
543
653
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
544
654
 
545
- declare const __VLS_component_135: DefineComponent<ExtractPropTypes< {
655
+ declare const __VLS_component_145: DefineComponent<ExtractPropTypes< {
546
656
  props: {
547
657
  type: ObjectConstructor;
548
658
  };
@@ -552,7 +662,7 @@ type: ObjectConstructor;
552
662
  };
553
663
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
554
664
 
555
- declare const __VLS_component_136: DefineComponent<ExtractPropTypes< {
665
+ declare const __VLS_component_146: DefineComponent<ExtractPropTypes< {
556
666
  props: {
557
667
  type: ObjectConstructor;
558
668
  };
@@ -562,7 +672,7 @@ type: ObjectConstructor;
562
672
  };
563
673
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
564
674
 
565
- declare const __VLS_component_137: DefineComponent<ExtractPropTypes< {
675
+ declare const __VLS_component_147: DefineComponent<ExtractPropTypes< {
566
676
  props: {
567
677
  type: ObjectConstructor;
568
678
  };
@@ -572,7 +682,7 @@ type: ObjectConstructor;
572
682
  };
573
683
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
574
684
 
575
- declare const __VLS_component_138: DefineComponent<ExtractPropTypes< {
685
+ declare const __VLS_component_148: DefineComponent<ExtractPropTypes< {
576
686
  props: {
577
687
  type: ObjectConstructor;
578
688
  };
@@ -582,7 +692,7 @@ type: ObjectConstructor;
582
692
  };
583
693
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
584
694
 
585
- declare const __VLS_component_139: DefineComponent<ExtractPropTypes< {
695
+ declare const __VLS_component_149: DefineComponent<ExtractPropTypes< {
586
696
  props: {
587
697
  type: ObjectConstructor;
588
698
  };
@@ -592,7 +702,7 @@ type: ObjectConstructor;
592
702
  };
593
703
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
594
704
 
595
- declare const __VLS_component_14: DefineComponent<ExtractPropTypes< {
705
+ declare const __VLS_component_15: DefineComponent<ExtractPropTypes< {
596
706
  /**
597
707
  * Only on CdrIcon. Sets the href attribute for use with SVG symbol sprite (see @rei/cedar-icons).
598
708
  */
@@ -631,7 +741,7 @@ inheritColor: boolean;
631
741
  size: string;
632
742
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
633
743
 
634
- declare const __VLS_component_140: DefineComponent<ExtractPropTypes< {
744
+ declare const __VLS_component_150: DefineComponent<ExtractPropTypes< {
635
745
  props: {
636
746
  type: ObjectConstructor;
637
747
  };
@@ -641,7 +751,7 @@ type: ObjectConstructor;
641
751
  };
642
752
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
643
753
 
644
- declare const __VLS_component_141: DefineComponent<ExtractPropTypes< {
754
+ declare const __VLS_component_151: DefineComponent<ExtractPropTypes< {
645
755
  props: {
646
756
  type: ObjectConstructor;
647
757
  };
@@ -651,7 +761,7 @@ type: ObjectConstructor;
651
761
  };
652
762
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
653
763
 
654
- declare const __VLS_component_142: DefineComponent<ExtractPropTypes< {
764
+ declare const __VLS_component_152: DefineComponent<ExtractPropTypes< {
655
765
  props: {
656
766
  type: ObjectConstructor;
657
767
  };
@@ -661,7 +771,7 @@ type: ObjectConstructor;
661
771
  };
662
772
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
663
773
 
664
- declare const __VLS_component_143: DefineComponent<ExtractPropTypes< {
774
+ declare const __VLS_component_153: DefineComponent<ExtractPropTypes< {
665
775
  props: {
666
776
  type: ObjectConstructor;
667
777
  };
@@ -671,7 +781,7 @@ type: ObjectConstructor;
671
781
  };
672
782
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
673
783
 
674
- declare const __VLS_component_144: DefineComponent<ExtractPropTypes< {
784
+ declare const __VLS_component_154: DefineComponent<ExtractPropTypes< {
675
785
  props: {
676
786
  type: ObjectConstructor;
677
787
  };
@@ -681,7 +791,7 @@ type: ObjectConstructor;
681
791
  };
682
792
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
683
793
 
684
- declare const __VLS_component_145: DefineComponent<ExtractPropTypes< {
794
+ declare const __VLS_component_155: DefineComponent<ExtractPropTypes< {
685
795
  props: {
686
796
  type: ObjectConstructor;
687
797
  };
@@ -691,7 +801,7 @@ type: ObjectConstructor;
691
801
  };
692
802
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
693
803
 
694
- declare const __VLS_component_146: DefineComponent<ExtractPropTypes< {
804
+ declare const __VLS_component_156: DefineComponent<ExtractPropTypes< {
695
805
  props: {
696
806
  type: ObjectConstructor;
697
807
  };
@@ -701,7 +811,7 @@ type: ObjectConstructor;
701
811
  };
702
812
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
703
813
 
704
- declare const __VLS_component_147: DefineComponent<ExtractPropTypes< {
814
+ declare const __VLS_component_157: DefineComponent<ExtractPropTypes< {
705
815
  props: {
706
816
  type: ObjectConstructor;
707
817
  };
@@ -711,7 +821,7 @@ type: ObjectConstructor;
711
821
  };
712
822
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
713
823
 
714
- declare const __VLS_component_148: DefineComponent<ExtractPropTypes< {
824
+ declare const __VLS_component_158: DefineComponent<ExtractPropTypes< {
715
825
  props: {
716
826
  type: ObjectConstructor;
717
827
  };
@@ -721,7 +831,7 @@ type: ObjectConstructor;
721
831
  };
722
832
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
723
833
 
724
- declare const __VLS_component_149: DefineComponent<ExtractPropTypes< {
834
+ declare const __VLS_component_159: DefineComponent<ExtractPropTypes< {
725
835
  props: {
726
836
  type: ObjectConstructor;
727
837
  };
@@ -731,7 +841,7 @@ type: ObjectConstructor;
731
841
  };
732
842
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
733
843
 
734
- declare const __VLS_component_15: DefineComponent<ExtractPropTypes< {
844
+ declare const __VLS_component_16: DefineComponent<ExtractPropTypes< {
735
845
  /**
736
846
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be randomly generated.
737
847
  */
@@ -932,7 +1042,7 @@ numeric: boolean;
932
1042
  errorRole: string;
933
1043
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
934
1044
 
935
- declare const __VLS_component_150: DefineComponent<ExtractPropTypes< {
1045
+ declare const __VLS_component_160: DefineComponent<ExtractPropTypes< {
936
1046
  props: {
937
1047
  type: ObjectConstructor;
938
1048
  };
@@ -942,7 +1052,7 @@ type: ObjectConstructor;
942
1052
  };
943
1053
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
944
1054
 
945
- declare const __VLS_component_151: DefineComponent<ExtractPropTypes< {
1055
+ declare const __VLS_component_161: DefineComponent<ExtractPropTypes< {
946
1056
  props: {
947
1057
  type: ObjectConstructor;
948
1058
  };
@@ -952,7 +1062,7 @@ type: ObjectConstructor;
952
1062
  };
953
1063
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
954
1064
 
955
- declare const __VLS_component_152: DefineComponent<ExtractPropTypes< {
1065
+ declare const __VLS_component_162: DefineComponent<ExtractPropTypes< {
956
1066
  props: {
957
1067
  type: ObjectConstructor;
958
1068
  };
@@ -962,7 +1072,7 @@ type: ObjectConstructor;
962
1072
  };
963
1073
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
964
1074
 
965
- declare const __VLS_component_153: DefineComponent<ExtractPropTypes< {
1075
+ declare const __VLS_component_163: DefineComponent<ExtractPropTypes< {
966
1076
  props: {
967
1077
  type: ObjectConstructor;
968
1078
  };
@@ -972,7 +1082,7 @@ type: ObjectConstructor;
972
1082
  };
973
1083
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
974
1084
 
975
- declare const __VLS_component_154: DefineComponent<ExtractPropTypes< {
1085
+ declare const __VLS_component_164: DefineComponent<ExtractPropTypes< {
976
1086
  props: {
977
1087
  type: ObjectConstructor;
978
1088
  };
@@ -982,7 +1092,7 @@ type: ObjectConstructor;
982
1092
  };
983
1093
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
984
1094
 
985
- declare const __VLS_component_155: DefineComponent<ExtractPropTypes< {
1095
+ declare const __VLS_component_165: DefineComponent<ExtractPropTypes< {
986
1096
  props: {
987
1097
  type: ObjectConstructor;
988
1098
  };
@@ -992,7 +1102,7 @@ type: ObjectConstructor;
992
1102
  };
993
1103
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
994
1104
 
995
- declare const __VLS_component_156: DefineComponent<ExtractPropTypes< {
1105
+ declare const __VLS_component_166: DefineComponent<ExtractPropTypes< {
996
1106
  props: {
997
1107
  type: ObjectConstructor;
998
1108
  };
@@ -1002,7 +1112,7 @@ type: ObjectConstructor;
1002
1112
  };
1003
1113
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1004
1114
 
1005
- declare const __VLS_component_157: DefineComponent<ExtractPropTypes< {
1115
+ declare const __VLS_component_167: DefineComponent<ExtractPropTypes< {
1006
1116
  props: {
1007
1117
  type: ObjectConstructor;
1008
1118
  };
@@ -1012,7 +1122,7 @@ type: ObjectConstructor;
1012
1122
  };
1013
1123
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1014
1124
 
1015
- declare const __VLS_component_158: DefineComponent<ExtractPropTypes< {
1125
+ declare const __VLS_component_168: DefineComponent<ExtractPropTypes< {
1016
1126
  props: {
1017
1127
  type: ObjectConstructor;
1018
1128
  };
@@ -1022,7 +1132,7 @@ type: ObjectConstructor;
1022
1132
  };
1023
1133
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1024
1134
 
1025
- declare const __VLS_component_159: DefineComponent<ExtractPropTypes< {
1135
+ declare const __VLS_component_169: DefineComponent<ExtractPropTypes< {
1026
1136
  props: {
1027
1137
  type: ObjectConstructor;
1028
1138
  };
@@ -1032,15 +1142,15 @@ type: ObjectConstructor;
1032
1142
  };
1033
1143
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1034
1144
 
1035
- declare const __VLS_component_16: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseTextProps>, {
1145
+ declare const __VLS_component_17: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseTextProps>, {
1036
1146
  tag: string;
1037
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseTextProps>, {
1147
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<baseTextProps>, {
1038
1148
  tag: string;
1039
1149
  }>>> & Readonly<{}>, {
1040
1150
  tag: string;
1041
1151
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1042
1152
 
1043
- declare const __VLS_component_160: DefineComponent<ExtractPropTypes< {
1153
+ declare const __VLS_component_170: DefineComponent<ExtractPropTypes< {
1044
1154
  props: {
1045
1155
  type: ObjectConstructor;
1046
1156
  };
@@ -1050,7 +1160,7 @@ type: ObjectConstructor;
1050
1160
  };
1051
1161
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1052
1162
 
1053
- declare const __VLS_component_161: DefineComponent<ExtractPropTypes< {
1163
+ declare const __VLS_component_171: DefineComponent<ExtractPropTypes< {
1054
1164
  props: {
1055
1165
  type: ObjectConstructor;
1056
1166
  };
@@ -1060,7 +1170,7 @@ type: ObjectConstructor;
1060
1170
  };
1061
1171
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1062
1172
 
1063
- declare const __VLS_component_162: DefineComponent<ExtractPropTypes< {
1173
+ declare const __VLS_component_172: DefineComponent<ExtractPropTypes< {
1064
1174
  props: {
1065
1175
  type: ObjectConstructor;
1066
1176
  };
@@ -1070,7 +1180,7 @@ type: ObjectConstructor;
1070
1180
  };
1071
1181
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1072
1182
 
1073
- declare const __VLS_component_163: DefineComponent<ExtractPropTypes< {
1183
+ declare const __VLS_component_173: DefineComponent<ExtractPropTypes< {
1074
1184
  props: {
1075
1185
  type: ObjectConstructor;
1076
1186
  };
@@ -1080,7 +1190,7 @@ type: ObjectConstructor;
1080
1190
  };
1081
1191
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1082
1192
 
1083
- declare const __VLS_component_164: DefineComponent<ExtractPropTypes< {
1193
+ declare const __VLS_component_174: DefineComponent<ExtractPropTypes< {
1084
1194
  props: {
1085
1195
  type: ObjectConstructor;
1086
1196
  };
@@ -1090,7 +1200,7 @@ type: ObjectConstructor;
1090
1200
  };
1091
1201
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1092
1202
 
1093
- declare const __VLS_component_165: DefineComponent<ExtractPropTypes< {
1203
+ declare const __VLS_component_175: DefineComponent<ExtractPropTypes< {
1094
1204
  props: {
1095
1205
  type: ObjectConstructor;
1096
1206
  };
@@ -1100,7 +1210,7 @@ type: ObjectConstructor;
1100
1210
  };
1101
1211
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1102
1212
 
1103
- declare const __VLS_component_166: DefineComponent<ExtractPropTypes< {
1213
+ declare const __VLS_component_176: DefineComponent<ExtractPropTypes< {
1104
1214
  props: {
1105
1215
  type: ObjectConstructor;
1106
1216
  };
@@ -1110,7 +1220,7 @@ type: ObjectConstructor;
1110
1220
  };
1111
1221
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1112
1222
 
1113
- declare const __VLS_component_167: DefineComponent<ExtractPropTypes< {
1223
+ declare const __VLS_component_177: DefineComponent<ExtractPropTypes< {
1114
1224
  props: {
1115
1225
  type: ObjectConstructor;
1116
1226
  };
@@ -1120,7 +1230,7 @@ type: ObjectConstructor;
1120
1230
  };
1121
1231
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1122
1232
 
1123
- declare const __VLS_component_168: DefineComponent<ExtractPropTypes< {
1233
+ declare const __VLS_component_178: DefineComponent<ExtractPropTypes< {
1124
1234
  props: {
1125
1235
  type: ObjectConstructor;
1126
1236
  };
@@ -1130,7 +1240,7 @@ type: ObjectConstructor;
1130
1240
  };
1131
1241
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1132
1242
 
1133
- declare const __VLS_component_169: DefineComponent<ExtractPropTypes< {
1243
+ declare const __VLS_component_179: DefineComponent<ExtractPropTypes< {
1134
1244
  props: {
1135
1245
  type: ObjectConstructor;
1136
1246
  };
@@ -1140,7 +1250,7 @@ type: ObjectConstructor;
1140
1250
  };
1141
1251
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1142
1252
 
1143
- declare const __VLS_component_17: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Layout>, {
1253
+ declare const __VLS_component_18: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Layout>, {
1144
1254
  gap: string;
1145
1255
  rowGap: string;
1146
1256
  columnGap: string;
@@ -1150,7 +1260,7 @@ as: string;
1150
1260
  queryType: string;
1151
1261
  flow: undefined;
1152
1262
  flowValue: string;
1153
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<Layout>, {
1263
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<Layout>, {
1154
1264
  gap: string;
1155
1265
  rowGap: string;
1156
1266
  columnGap: string;
@@ -1162,7 +1272,7 @@ flow: undefined;
1162
1272
  flowValue: string;
1163
1273
  }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1164
1274
 
1165
- declare const __VLS_component_170: DefineComponent<ExtractPropTypes< {
1275
+ declare const __VLS_component_180: DefineComponent<ExtractPropTypes< {
1166
1276
  props: {
1167
1277
  type: ObjectConstructor;
1168
1278
  };
@@ -1172,7 +1282,7 @@ type: ObjectConstructor;
1172
1282
  };
1173
1283
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1174
1284
 
1175
- declare const __VLS_component_171: DefineComponent<ExtractPropTypes< {
1285
+ declare const __VLS_component_181: DefineComponent<ExtractPropTypes< {
1176
1286
  props: {
1177
1287
  type: ObjectConstructor;
1178
1288
  };
@@ -1182,7 +1292,7 @@ type: ObjectConstructor;
1182
1292
  };
1183
1293
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1184
1294
 
1185
- declare const __VLS_component_172: DefineComponent<ExtractPropTypes< {
1295
+ declare const __VLS_component_182: DefineComponent<ExtractPropTypes< {
1186
1296
  props: {
1187
1297
  type: ObjectConstructor;
1188
1298
  };
@@ -1192,7 +1302,7 @@ type: ObjectConstructor;
1192
1302
  };
1193
1303
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1194
1304
 
1195
- declare const __VLS_component_173: DefineComponent<ExtractPropTypes< {
1305
+ declare const __VLS_component_183: DefineComponent<ExtractPropTypes< {
1196
1306
  props: {
1197
1307
  type: ObjectConstructor;
1198
1308
  };
@@ -1202,7 +1312,7 @@ type: ObjectConstructor;
1202
1312
  };
1203
1313
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1204
1314
 
1205
- declare const __VLS_component_174: DefineComponent<ExtractPropTypes< {
1315
+ declare const __VLS_component_184: DefineComponent<ExtractPropTypes< {
1206
1316
  props: {
1207
1317
  type: ObjectConstructor;
1208
1318
  };
@@ -1212,7 +1322,7 @@ type: ObjectConstructor;
1212
1322
  };
1213
1323
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1214
1324
 
1215
- declare const __VLS_component_175: DefineComponent<ExtractPropTypes< {
1325
+ declare const __VLS_component_185: DefineComponent<ExtractPropTypes< {
1216
1326
  props: {
1217
1327
  type: ObjectConstructor;
1218
1328
  };
@@ -1222,7 +1332,7 @@ type: ObjectConstructor;
1222
1332
  };
1223
1333
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1224
1334
 
1225
- declare const __VLS_component_176: DefineComponent<ExtractPropTypes< {
1335
+ declare const __VLS_component_186: DefineComponent<ExtractPropTypes< {
1226
1336
  props: {
1227
1337
  type: ObjectConstructor;
1228
1338
  };
@@ -1232,7 +1342,7 @@ type: ObjectConstructor;
1232
1342
  };
1233
1343
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1234
1344
 
1235
- declare const __VLS_component_177: DefineComponent<ExtractPropTypes< {
1345
+ declare const __VLS_component_187: DefineComponent<ExtractPropTypes< {
1236
1346
  props: {
1237
1347
  type: ObjectConstructor;
1238
1348
  };
@@ -1242,7 +1352,7 @@ type: ObjectConstructor;
1242
1352
  };
1243
1353
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1244
1354
 
1245
- declare const __VLS_component_178: DefineComponent<ExtractPropTypes< {
1355
+ declare const __VLS_component_188: DefineComponent<ExtractPropTypes< {
1246
1356
  props: {
1247
1357
  type: ObjectConstructor;
1248
1358
  };
@@ -1252,7 +1362,7 @@ type: ObjectConstructor;
1252
1362
  };
1253
1363
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1254
1364
 
1255
- declare const __VLS_component_179: DefineComponent<ExtractPropTypes< {
1365
+ declare const __VLS_component_189: DefineComponent<ExtractPropTypes< {
1256
1366
  props: {
1257
1367
  type: ObjectConstructor;
1258
1368
  };
@@ -1262,7 +1372,7 @@ type: ObjectConstructor;
1262
1372
  };
1263
1373
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1264
1374
 
1265
- declare const __VLS_component_18: DefineComponent<ExtractPropTypes< {
1375
+ declare const __VLS_component_19: DefineComponent<ExtractPropTypes< {
1266
1376
  /**
1267
1377
  * Sets valid HTML element tag
1268
1378
  * @values a, button
@@ -1341,7 +1451,7 @@ href: string;
1341
1451
  modifier: string;
1342
1452
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1343
1453
 
1344
- declare const __VLS_component_180: DefineComponent<ExtractPropTypes< {
1454
+ declare const __VLS_component_190: DefineComponent<ExtractPropTypes< {
1345
1455
  props: {
1346
1456
  type: ObjectConstructor;
1347
1457
  };
@@ -1351,7 +1461,7 @@ type: ObjectConstructor;
1351
1461
  };
1352
1462
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1353
1463
 
1354
- declare const __VLS_component_181: DefineComponent<ExtractPropTypes< {
1464
+ declare const __VLS_component_191: DefineComponent<ExtractPropTypes< {
1355
1465
  props: {
1356
1466
  type: ObjectConstructor;
1357
1467
  };
@@ -1361,7 +1471,7 @@ type: ObjectConstructor;
1361
1471
  };
1362
1472
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1363
1473
 
1364
- declare const __VLS_component_182: DefineComponent<ExtractPropTypes< {
1474
+ declare const __VLS_component_192: DefineComponent<ExtractPropTypes< {
1365
1475
  props: {
1366
1476
  type: ObjectConstructor;
1367
1477
  };
@@ -1371,7 +1481,7 @@ type: ObjectConstructor;
1371
1481
  };
1372
1482
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1373
1483
 
1374
- declare const __VLS_component_183: DefineComponent<ExtractPropTypes< {
1484
+ declare const __VLS_component_193: DefineComponent<ExtractPropTypes< {
1375
1485
  props: {
1376
1486
  type: ObjectConstructor;
1377
1487
  };
@@ -1381,7 +1491,7 @@ type: ObjectConstructor;
1381
1491
  };
1382
1492
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1383
1493
 
1384
- declare const __VLS_component_184: DefineComponent<ExtractPropTypes< {
1494
+ declare const __VLS_component_194: DefineComponent<ExtractPropTypes< {
1385
1495
  props: {
1386
1496
  type: ObjectConstructor;
1387
1497
  };
@@ -1391,7 +1501,7 @@ type: ObjectConstructor;
1391
1501
  };
1392
1502
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1393
1503
 
1394
- declare const __VLS_component_185: DefineComponent<ExtractPropTypes< {
1504
+ declare const __VLS_component_195: DefineComponent<ExtractPropTypes< {
1395
1505
  props: {
1396
1506
  type: ObjectConstructor;
1397
1507
  };
@@ -1401,7 +1511,7 @@ type: ObjectConstructor;
1401
1511
  };
1402
1512
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1403
1513
 
1404
- declare const __VLS_component_186: DefineComponent<ExtractPropTypes< {
1514
+ declare const __VLS_component_196: DefineComponent<ExtractPropTypes< {
1405
1515
  props: {
1406
1516
  type: ObjectConstructor;
1407
1517
  };
@@ -1411,7 +1521,7 @@ type: ObjectConstructor;
1411
1521
  };
1412
1522
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1413
1523
 
1414
- declare const __VLS_component_187: DefineComponent<ExtractPropTypes< {
1524
+ declare const __VLS_component_197: DefineComponent<ExtractPropTypes< {
1415
1525
  props: {
1416
1526
  type: ObjectConstructor;
1417
1527
  };
@@ -1421,7 +1531,7 @@ type: ObjectConstructor;
1421
1531
  };
1422
1532
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1423
1533
 
1424
- declare const __VLS_component_188: DefineComponent<ExtractPropTypes< {
1534
+ declare const __VLS_component_198: DefineComponent<ExtractPropTypes< {
1425
1535
  props: {
1426
1536
  type: ObjectConstructor;
1427
1537
  };
@@ -1431,7 +1541,7 @@ type: ObjectConstructor;
1431
1541
  };
1432
1542
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1433
1543
 
1434
- declare const __VLS_component_189: DefineComponent<ExtractPropTypes< {
1544
+ declare const __VLS_component_199: DefineComponent<ExtractPropTypes< {
1435
1545
  props: {
1436
1546
  type: ObjectConstructor;
1437
1547
  };
@@ -1441,30 +1551,147 @@ type: ObjectConstructor;
1441
1551
  };
1442
1552
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1443
1553
 
1444
- declare const __VLS_component_19: DefineComponent<ExtractPropTypes< {
1554
+ declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
1445
1555
  /**
1446
- * Sets list type and HTML element as "unordered" or "ordered"
1447
- * @values ul, ol
1556
+ * The unique id of an accordion.
1557
+ * @demoIgnore true
1448
1558
  */
1449
- tag: {
1559
+ id: {
1450
1560
  type: StringConstructor;
1451
- default: string;
1452
- validator: (value: string) => boolean;
1561
+ required: true;
1453
1562
  };
1454
1563
  /**
1455
- * Modifies the style variant for this component
1456
- * @demoSelectMultiple true
1457
- * @values ordered, unordered, compact, inline
1564
+ * Toggle this value to open/close the accordion.
1565
+ * @demoIgnore true
1458
1566
  */
1459
- modifier: {
1460
- type: StringConstructor;
1461
- default: undefined;
1462
- validator: (value: string) => boolean;
1567
+ opened: {
1568
+ type: BooleanConstructor;
1569
+ default: boolean;
1463
1570
  };
1464
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1465
1571
  /**
1466
- * Sets list type and HTML element as "unordered" or "ordered"
1467
- * @values ul, ol
1572
+ * Sets a compact style.
1573
+ */
1574
+ compact: {
1575
+ type: BooleanConstructor;
1576
+ default: boolean;
1577
+ };
1578
+ /**
1579
+ * Sets a border-aligned style.
1580
+ */
1581
+ borderAligned: {
1582
+ type: BooleanConstructor;
1583
+ default: boolean;
1584
+ };
1585
+ /**
1586
+ * Sets the heading level
1587
+ * @demoIgnore true
1588
+ */
1589
+ level: {
1590
+ type: (StringConstructor | NumberConstructor)[];
1591
+ required: true;
1592
+ };
1593
+ /**
1594
+ * Toggles content spacing (padding)
1595
+ */
1596
+ contentSpacing: {
1597
+ type: BooleanConstructor;
1598
+ default: boolean;
1599
+ };
1600
+ /**
1601
+ * Sets the readable text on CdrAccordion button (also can be slotted)
1602
+ * @demoIgnore true
1603
+ */
1604
+ label: {
1605
+ type: StringConstructor;
1606
+ };
1607
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1608
+ "accordion-toggle": (...args: any[]) => void;
1609
+ }, string, PublicProps, Readonly<ExtractPropTypes< {
1610
+ /**
1611
+ * The unique id of an accordion.
1612
+ * @demoIgnore true
1613
+ */
1614
+ id: {
1615
+ type: StringConstructor;
1616
+ required: true;
1617
+ };
1618
+ /**
1619
+ * Toggle this value to open/close the accordion.
1620
+ * @demoIgnore true
1621
+ */
1622
+ opened: {
1623
+ type: BooleanConstructor;
1624
+ default: boolean;
1625
+ };
1626
+ /**
1627
+ * Sets a compact style.
1628
+ */
1629
+ compact: {
1630
+ type: BooleanConstructor;
1631
+ default: boolean;
1632
+ };
1633
+ /**
1634
+ * Sets a border-aligned style.
1635
+ */
1636
+ borderAligned: {
1637
+ type: BooleanConstructor;
1638
+ default: boolean;
1639
+ };
1640
+ /**
1641
+ * Sets the heading level
1642
+ * @demoIgnore true
1643
+ */
1644
+ level: {
1645
+ type: (StringConstructor | NumberConstructor)[];
1646
+ required: true;
1647
+ };
1648
+ /**
1649
+ * Toggles content spacing (padding)
1650
+ */
1651
+ contentSpacing: {
1652
+ type: BooleanConstructor;
1653
+ default: boolean;
1654
+ };
1655
+ /**
1656
+ * Sets the readable text on CdrAccordion button (also can be slotted)
1657
+ * @demoIgnore true
1658
+ */
1659
+ label: {
1660
+ type: StringConstructor;
1661
+ };
1662
+ }>> & Readonly<{
1663
+ "onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
1664
+ }>, {
1665
+ opened: boolean;
1666
+ compact: boolean;
1667
+ borderAligned: boolean;
1668
+ contentSpacing: boolean;
1669
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1670
+
1671
+ declare const __VLS_component_20: DefineComponent<ExtractPropTypes< {
1672
+ /**
1673
+ * Sets list type and HTML element as "unordered" or "ordered"
1674
+ * @values ul, ol
1675
+ */
1676
+ tag: {
1677
+ type: StringConstructor;
1678
+ default: string;
1679
+ validator: (value: string) => boolean;
1680
+ };
1681
+ /**
1682
+ * Modifies the style variant for this component
1683
+ * @demoSelectMultiple true
1684
+ * @values ordered, unordered, compact, inline
1685
+ */
1686
+ modifier: {
1687
+ type: StringConstructor;
1688
+ default: undefined;
1689
+ validator: (value: string) => boolean;
1690
+ };
1691
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1692
+ /**
1693
+ * Sets list type and HTML element as "unordered" or "ordered"
1694
+ * @values ul, ol
1468
1695
  */
1469
1696
  tag: {
1470
1697
  type: StringConstructor;
@@ -1486,7 +1713,7 @@ tag: string;
1486
1713
  modifier: string;
1487
1714
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1488
1715
 
1489
- declare const __VLS_component_190: DefineComponent<ExtractPropTypes< {
1716
+ declare const __VLS_component_200: DefineComponent<ExtractPropTypes< {
1490
1717
  props: {
1491
1718
  type: ObjectConstructor;
1492
1719
  };
@@ -1496,7 +1723,7 @@ type: ObjectConstructor;
1496
1723
  };
1497
1724
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1498
1725
 
1499
- declare const __VLS_component_191: DefineComponent<ExtractPropTypes< {
1726
+ declare const __VLS_component_201: DefineComponent<ExtractPropTypes< {
1500
1727
  props: {
1501
1728
  type: ObjectConstructor;
1502
1729
  };
@@ -1506,7 +1733,7 @@ type: ObjectConstructor;
1506
1733
  };
1507
1734
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1508
1735
 
1509
- declare const __VLS_component_192: DefineComponent<ExtractPropTypes< {
1736
+ declare const __VLS_component_202: DefineComponent<ExtractPropTypes< {
1510
1737
  props: {
1511
1738
  type: ObjectConstructor;
1512
1739
  };
@@ -1516,7 +1743,7 @@ type: ObjectConstructor;
1516
1743
  };
1517
1744
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1518
1745
 
1519
- declare const __VLS_component_193: DefineComponent<ExtractPropTypes< {
1746
+ declare const __VLS_component_203: DefineComponent<ExtractPropTypes< {
1520
1747
  props: {
1521
1748
  type: ObjectConstructor;
1522
1749
  };
@@ -1526,7 +1753,7 @@ type: ObjectConstructor;
1526
1753
  };
1527
1754
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1528
1755
 
1529
- declare const __VLS_component_194: DefineComponent<ExtractPropTypes< {
1756
+ declare const __VLS_component_204: DefineComponent<ExtractPropTypes< {
1530
1757
  props: {
1531
1758
  type: ObjectConstructor;
1532
1759
  };
@@ -1536,7 +1763,7 @@ type: ObjectConstructor;
1536
1763
  };
1537
1764
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1538
1765
 
1539
- declare const __VLS_component_195: DefineComponent<ExtractPropTypes< {
1766
+ declare const __VLS_component_205: DefineComponent<ExtractPropTypes< {
1540
1767
  props: {
1541
1768
  type: ObjectConstructor;
1542
1769
  };
@@ -1546,7 +1773,7 @@ type: ObjectConstructor;
1546
1773
  };
1547
1774
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1548
1775
 
1549
- declare const __VLS_component_196: DefineComponent<ExtractPropTypes< {
1776
+ declare const __VLS_component_206: DefineComponent<ExtractPropTypes< {
1550
1777
  props: {
1551
1778
  type: ObjectConstructor;
1552
1779
  };
@@ -1556,7 +1783,7 @@ type: ObjectConstructor;
1556
1783
  };
1557
1784
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1558
1785
 
1559
- declare const __VLS_component_197: DefineComponent<ExtractPropTypes< {
1786
+ declare const __VLS_component_207: DefineComponent<ExtractPropTypes< {
1560
1787
  props: {
1561
1788
  type: ObjectConstructor;
1562
1789
  };
@@ -1566,7 +1793,7 @@ type: ObjectConstructor;
1566
1793
  };
1567
1794
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1568
1795
 
1569
- declare const __VLS_component_198: DefineComponent<ExtractPropTypes< {
1796
+ declare const __VLS_component_208: DefineComponent<ExtractPropTypes< {
1570
1797
  props: {
1571
1798
  type: ObjectConstructor;
1572
1799
  };
@@ -1576,7 +1803,7 @@ type: ObjectConstructor;
1576
1803
  };
1577
1804
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1578
1805
 
1579
- declare const __VLS_component_199: DefineComponent<ExtractPropTypes< {
1806
+ declare const __VLS_component_209: DefineComponent<ExtractPropTypes< {
1580
1807
  props: {
1581
1808
  type: ObjectConstructor;
1582
1809
  };
@@ -1586,124 +1813,7 @@ type: ObjectConstructor;
1586
1813
  };
1587
1814
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1588
1815
 
1589
- declare const __VLS_component_2: DefineComponent<ExtractPropTypes< {
1590
- /**
1591
- * The unique id of an accordion.
1592
- * @demoIgnore true
1593
- */
1594
- id: {
1595
- type: StringConstructor;
1596
- required: true;
1597
- };
1598
- /**
1599
- * Toggle this value to open/close the accordion.
1600
- * @demoIgnore true
1601
- */
1602
- opened: {
1603
- type: BooleanConstructor;
1604
- default: boolean;
1605
- };
1606
- /**
1607
- * Sets a compact style.
1608
- */
1609
- compact: {
1610
- type: BooleanConstructor;
1611
- default: boolean;
1612
- };
1613
- /**
1614
- * Sets a border-aligned style.
1615
- */
1616
- borderAligned: {
1617
- type: BooleanConstructor;
1618
- default: boolean;
1619
- };
1620
- /**
1621
- * Sets the heading level
1622
- * @demoIgnore true
1623
- */
1624
- level: {
1625
- type: (StringConstructor | NumberConstructor)[];
1626
- required: true;
1627
- };
1628
- /**
1629
- * Toggles content spacing (padding)
1630
- */
1631
- contentSpacing: {
1632
- type: BooleanConstructor;
1633
- default: boolean;
1634
- };
1635
- /**
1636
- * Sets the readable text on CdrAccordion button (also can be slotted)
1637
- * @demoIgnore true
1638
- */
1639
- label: {
1640
- type: StringConstructor;
1641
- };
1642
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1643
- "accordion-toggle": (...args: any[]) => void;
1644
- }, string, PublicProps, Readonly<ExtractPropTypes< {
1645
- /**
1646
- * The unique id of an accordion.
1647
- * @demoIgnore true
1648
- */
1649
- id: {
1650
- type: StringConstructor;
1651
- required: true;
1652
- };
1653
- /**
1654
- * Toggle this value to open/close the accordion.
1655
- * @demoIgnore true
1656
- */
1657
- opened: {
1658
- type: BooleanConstructor;
1659
- default: boolean;
1660
- };
1661
- /**
1662
- * Sets a compact style.
1663
- */
1664
- compact: {
1665
- type: BooleanConstructor;
1666
- default: boolean;
1667
- };
1668
- /**
1669
- * Sets a border-aligned style.
1670
- */
1671
- borderAligned: {
1672
- type: BooleanConstructor;
1673
- default: boolean;
1674
- };
1675
- /**
1676
- * Sets the heading level
1677
- * @demoIgnore true
1678
- */
1679
- level: {
1680
- type: (StringConstructor | NumberConstructor)[];
1681
- required: true;
1682
- };
1683
- /**
1684
- * Toggles content spacing (padding)
1685
- */
1686
- contentSpacing: {
1687
- type: BooleanConstructor;
1688
- default: boolean;
1689
- };
1690
- /**
1691
- * Sets the readable text on CdrAccordion button (also can be slotted)
1692
- * @demoIgnore true
1693
- */
1694
- label: {
1695
- type: StringConstructor;
1696
- };
1697
- }>> & Readonly<{
1698
- "onAccordion-toggle"?: ((...args: any[]) => any) | undefined;
1699
- }>, {
1700
- opened: boolean;
1701
- compact: boolean;
1702
- borderAligned: boolean;
1703
- contentSpacing: boolean;
1704
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1705
-
1706
- declare const __VLS_component_20: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<MediaObject>, {
1816
+ declare const __VLS_component_21: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<MediaObject>, {
1707
1817
  align: string;
1708
1818
  mediaPosition: string;
1709
1819
  mediaWidth: string;
@@ -1713,7 +1823,7 @@ overlay: boolean;
1713
1823
  overlayRowAlign: string;
1714
1824
  overlayColumnAlign: string;
1715
1825
  contentPadding: string;
1716
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<MediaObject>, {
1826
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<MediaObject>, {
1717
1827
  align: string;
1718
1828
  mediaPosition: string;
1719
1829
  mediaWidth: string;
@@ -1725,7 +1835,7 @@ overlayColumnAlign: string;
1725
1835
  contentPadding: string;
1726
1836
  }>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1727
1837
 
1728
- declare const __VLS_component_200: DefineComponent<ExtractPropTypes< {
1838
+ declare const __VLS_component_210: DefineComponent<ExtractPropTypes< {
1729
1839
  props: {
1730
1840
  type: ObjectConstructor;
1731
1841
  };
@@ -1735,7 +1845,7 @@ type: ObjectConstructor;
1735
1845
  };
1736
1846
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1737
1847
 
1738
- declare const __VLS_component_201: DefineComponent<ExtractPropTypes< {
1848
+ declare const __VLS_component_211: DefineComponent<ExtractPropTypes< {
1739
1849
  props: {
1740
1850
  type: ObjectConstructor;
1741
1851
  };
@@ -1745,7 +1855,7 @@ type: ObjectConstructor;
1745
1855
  };
1746
1856
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1747
1857
 
1748
- declare const __VLS_component_202: DefineComponent<ExtractPropTypes< {
1858
+ declare const __VLS_component_212: DefineComponent<ExtractPropTypes< {
1749
1859
  props: {
1750
1860
  type: ObjectConstructor;
1751
1861
  };
@@ -1755,7 +1865,7 @@ type: ObjectConstructor;
1755
1865
  };
1756
1866
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1757
1867
 
1758
- declare const __VLS_component_203: DefineComponent<ExtractPropTypes< {
1868
+ declare const __VLS_component_213: DefineComponent<ExtractPropTypes< {
1759
1869
  props: {
1760
1870
  type: ObjectConstructor;
1761
1871
  };
@@ -1765,7 +1875,7 @@ type: ObjectConstructor;
1765
1875
  };
1766
1876
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1767
1877
 
1768
- declare const __VLS_component_204: DefineComponent<ExtractPropTypes< {
1878
+ declare const __VLS_component_214: DefineComponent<ExtractPropTypes< {
1769
1879
  props: {
1770
1880
  type: ObjectConstructor;
1771
1881
  };
@@ -1775,7 +1885,7 @@ type: ObjectConstructor;
1775
1885
  };
1776
1886
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1777
1887
 
1778
- declare const __VLS_component_205: DefineComponent<ExtractPropTypes< {
1888
+ declare const __VLS_component_215: DefineComponent<ExtractPropTypes< {
1779
1889
  props: {
1780
1890
  type: ObjectConstructor;
1781
1891
  };
@@ -1785,7 +1895,7 @@ type: ObjectConstructor;
1785
1895
  };
1786
1896
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1787
1897
 
1788
- declare const __VLS_component_206: DefineComponent<ExtractPropTypes< {
1898
+ declare const __VLS_component_216: DefineComponent<ExtractPropTypes< {
1789
1899
  props: {
1790
1900
  type: ObjectConstructor;
1791
1901
  };
@@ -1795,7 +1905,7 @@ type: ObjectConstructor;
1795
1905
  };
1796
1906
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1797
1907
 
1798
- declare const __VLS_component_207: DefineComponent<ExtractPropTypes< {
1908
+ declare const __VLS_component_217: DefineComponent<ExtractPropTypes< {
1799
1909
  props: {
1800
1910
  type: ObjectConstructor;
1801
1911
  };
@@ -1805,7 +1915,7 @@ type: ObjectConstructor;
1805
1915
  };
1806
1916
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1807
1917
 
1808
- declare const __VLS_component_208: DefineComponent<ExtractPropTypes< {
1918
+ declare const __VLS_component_218: DefineComponent<ExtractPropTypes< {
1809
1919
  props: {
1810
1920
  type: ObjectConstructor;
1811
1921
  };
@@ -1815,7 +1925,7 @@ type: ObjectConstructor;
1815
1925
  };
1816
1926
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1817
1927
 
1818
- declare const __VLS_component_209: DefineComponent<ExtractPropTypes< {
1928
+ declare const __VLS_component_219: DefineComponent<ExtractPropTypes< {
1819
1929
  props: {
1820
1930
  type: ObjectConstructor;
1821
1931
  };
@@ -1825,7 +1935,7 @@ type: ObjectConstructor;
1825
1935
  };
1826
1936
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1827
1937
 
1828
- declare const __VLS_component_21: DefineComponent<ExtractPropTypes< {
1938
+ declare const __VLS_component_22: DefineComponent<ExtractPropTypes< {
1829
1939
  /**
1830
1940
  * Toggles the state of the modal
1831
1941
  * @demoIgnore true
@@ -1957,7 +2067,7 @@ ariaDescribedby: string;
1957
2067
  animationDuration: number;
1958
2068
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1959
2069
 
1960
- declare const __VLS_component_210: DefineComponent<ExtractPropTypes< {
2070
+ declare const __VLS_component_220: DefineComponent<ExtractPropTypes< {
1961
2071
  props: {
1962
2072
  type: ObjectConstructor;
1963
2073
  };
@@ -1967,7 +2077,7 @@ type: ObjectConstructor;
1967
2077
  };
1968
2078
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1969
2079
 
1970
- declare const __VLS_component_211: DefineComponent<ExtractPropTypes< {
2080
+ declare const __VLS_component_221: DefineComponent<ExtractPropTypes< {
1971
2081
  props: {
1972
2082
  type: ObjectConstructor;
1973
2083
  };
@@ -1977,7 +2087,7 @@ type: ObjectConstructor;
1977
2087
  };
1978
2088
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1979
2089
 
1980
- declare const __VLS_component_212: DefineComponent<ExtractPropTypes< {
2090
+ declare const __VLS_component_222: DefineComponent<ExtractPropTypes< {
1981
2091
  props: {
1982
2092
  type: ObjectConstructor;
1983
2093
  };
@@ -1987,7 +2097,7 @@ type: ObjectConstructor;
1987
2097
  };
1988
2098
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1989
2099
 
1990
- declare const __VLS_component_213: DefineComponent<ExtractPropTypes< {
2100
+ declare const __VLS_component_223: DefineComponent<ExtractPropTypes< {
1991
2101
  props: {
1992
2102
  type: ObjectConstructor;
1993
2103
  };
@@ -1997,7 +2107,7 @@ type: ObjectConstructor;
1997
2107
  };
1998
2108
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1999
2109
 
2000
- declare const __VLS_component_214: DefineComponent<ExtractPropTypes< {
2110
+ declare const __VLS_component_224: DefineComponent<ExtractPropTypes< {
2001
2111
  props: {
2002
2112
  type: ObjectConstructor;
2003
2113
  };
@@ -2007,7 +2117,7 @@ type: ObjectConstructor;
2007
2117
  };
2008
2118
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2009
2119
 
2010
- declare const __VLS_component_215: DefineComponent<ExtractPropTypes< {
2120
+ declare const __VLS_component_225: DefineComponent<ExtractPropTypes< {
2011
2121
  props: {
2012
2122
  type: ObjectConstructor;
2013
2123
  };
@@ -2017,7 +2127,7 @@ type: ObjectConstructor;
2017
2127
  };
2018
2128
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2019
2129
 
2020
- declare const __VLS_component_216: DefineComponent<ExtractPropTypes< {
2130
+ declare const __VLS_component_226: DefineComponent<ExtractPropTypes< {
2021
2131
  props: {
2022
2132
  type: ObjectConstructor;
2023
2133
  };
@@ -2027,7 +2137,7 @@ type: ObjectConstructor;
2027
2137
  };
2028
2138
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2029
2139
 
2030
- declare const __VLS_component_217: DefineComponent<ExtractPropTypes< {
2140
+ declare const __VLS_component_227: DefineComponent<ExtractPropTypes< {
2031
2141
  props: {
2032
2142
  type: ObjectConstructor;
2033
2143
  };
@@ -2037,7 +2147,7 @@ type: ObjectConstructor;
2037
2147
  };
2038
2148
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2039
2149
 
2040
- declare const __VLS_component_218: DefineComponent<ExtractPropTypes< {
2150
+ declare const __VLS_component_228: DefineComponent<ExtractPropTypes< {
2041
2151
  props: {
2042
2152
  type: ObjectConstructor;
2043
2153
  };
@@ -2047,7 +2157,7 @@ type: ObjectConstructor;
2047
2157
  };
2048
2158
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2049
2159
 
2050
- declare const __VLS_component_219: DefineComponent<ExtractPropTypes< {
2160
+ declare const __VLS_component_229: DefineComponent<ExtractPropTypes< {
2051
2161
  props: {
2052
2162
  type: ObjectConstructor;
2053
2163
  };
@@ -2057,87 +2167,27 @@ type: ObjectConstructor;
2057
2167
  };
2058
2168
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2059
2169
 
2060
- declare const __VLS_component_22: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<ObjectOverlayProps>, {
2061
- position: string;
2062
- margin: string;
2063
- tag: string;
2064
- gradientTheme: string;
2065
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<ObjectOverlayProps>, {
2170
+ declare const __VLS_component_23: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<ObjectOverlayProps>, {
2066
2171
  position: string;
2067
2172
  margin: string;
2068
2173
  tag: string;
2069
2174
  gradientTheme: string;
2070
- }>>> & Readonly<{}>, {
2071
- tag: string;
2072
- position: ResponsivePosition | ObjectPosition;
2073
- gradientTheme: "dark" | "light";
2074
- margin: ResponsiveSpace | Spacing;
2075
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2076
-
2077
- declare const __VLS_component_220: DefineComponent<ExtractPropTypes< {
2078
- props: {
2079
- type: ObjectConstructor;
2080
- };
2081
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2082
- props: {
2083
- type: ObjectConstructor;
2084
- };
2085
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2086
-
2087
- declare const __VLS_component_221: DefineComponent<ExtractPropTypes< {
2088
- props: {
2089
- type: ObjectConstructor;
2090
- };
2091
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2092
- props: {
2093
- type: ObjectConstructor;
2094
- };
2095
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2096
-
2097
- declare const __VLS_component_222: DefineComponent<ExtractPropTypes< {
2098
- props: {
2099
- type: ObjectConstructor;
2100
- };
2101
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2102
- props: {
2103
- type: ObjectConstructor;
2104
- };
2105
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2106
-
2107
- declare const __VLS_component_223: DefineComponent<ExtractPropTypes< {
2108
- props: {
2109
- type: ObjectConstructor;
2110
- };
2111
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2112
- props: {
2113
- type: ObjectConstructor;
2114
- };
2115
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2116
-
2117
- declare const __VLS_component_224: DefineComponent<ExtractPropTypes< {
2118
- props: {
2119
- type: ObjectConstructor;
2120
- };
2121
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2122
- props: {
2123
- type: ObjectConstructor;
2124
- };
2125
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2126
-
2127
- declare const __VLS_component_225: DefineComponent<ExtractPropTypes< {
2128
- props: {
2129
- type: ObjectConstructor;
2130
- };
2131
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
2132
- props: {
2133
- type: ObjectConstructor;
2134
- };
2135
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2175
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<ObjectOverlayProps>, {
2176
+ position: string;
2177
+ margin: string;
2178
+ tag: string;
2179
+ gradientTheme: string;
2180
+ }>>> & Readonly<{}>, {
2181
+ tag: string;
2182
+ position: ResponsivePosition | ObjectPosition;
2183
+ gradientTheme: "dark" | "light";
2184
+ margin: ResponsiveSpace | Spacing;
2185
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2136
2186
 
2137
- declare const __VLS_component_226: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<headingDisplayTextProps>, {
2187
+ declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingDisplayTextProps>, {
2138
2188
  tag: string;
2139
2189
  scale: string;
2140
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<headingDisplayTextProps>, {
2190
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<headingDisplayTextProps>, {
2141
2191
  tag: string;
2142
2192
  scale: string;
2143
2193
  }>>> & Readonly<{}>, {
@@ -2145,11 +2195,11 @@ tag: string;
2145
2195
  scale: "2" | "3" | "4" | "5" | "6" | "7";
2146
2196
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2147
2197
 
2148
- declare const __VLS_component_227: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<headingSerifTextProps>, {
2198
+ declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSerifTextProps>, {
2149
2199
  tag: string;
2150
2200
  scale: string;
2151
2201
  strong: boolean;
2152
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<headingSerifTextProps>, {
2202
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<headingSerifTextProps>, {
2153
2203
  tag: string;
2154
2204
  scale: string;
2155
2205
  strong: boolean;
@@ -2159,10 +2209,10 @@ tag: string;
2159
2209
  scale: "1" | "2" | "3" | "4" | "5";
2160
2210
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2161
2211
 
2162
- declare const __VLS_component_228: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingSansTextProps>, {
2212
+ declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<headingSansTextProps>, {
2163
2213
  tag: string;
2164
2214
  scale: string;
2165
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<headingSansTextProps>, {
2215
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<headingSansTextProps>, {
2166
2216
  tag: string;
2167
2217
  scale: string;
2168
2218
  }>>> & Readonly<{}>, {
@@ -2170,10 +2220,10 @@ tag: string;
2170
2220
  scale: "1" | "2" | "3";
2171
2221
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2172
2222
 
2173
- declare const __VLS_component_229: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<subheadingSansTextProps>, {
2223
+ declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<subheadingSansTextProps>, {
2174
2224
  tag: string;
2175
2225
  scale: string;
2176
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<subheadingSansTextProps>, {
2226
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<subheadingSansTextProps>, {
2177
2227
  tag: string;
2178
2228
  scale: string;
2179
2229
  }>>> & Readonly<{}>, {
@@ -2181,7 +2231,57 @@ tag: string;
2181
2231
  scale: "-1" | "0" | "1" | "2";
2182
2232
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2183
2233
 
2184
- declare const __VLS_component_23: DefineComponent<ExtractPropTypes< {
2234
+ declare const __VLS_component_234: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySansTextProps>, {
2235
+ tag: string;
2236
+ scale: string;
2237
+ strong: boolean;
2238
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToRuntimeProps_21<utilitySansTextProps>, {
2239
+ tag: string;
2240
+ scale: string;
2241
+ strong: boolean;
2242
+ }>>> & Readonly<{}>, {
2243
+ strong: boolean;
2244
+ tag: string;
2245
+ scale: "-1" | "0" | "1" | "2" | "3";
2246
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2247
+
2248
+ declare const __VLS_component_235: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<utilitySerifTextProps>, {
2249
+ tag: string;
2250
+ scale: string;
2251
+ strong: boolean;
2252
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToRuntimeProps_22<utilitySerifTextProps>, {
2253
+ tag: string;
2254
+ scale: string;
2255
+ strong: boolean;
2256
+ }>>> & Readonly<{}>, {
2257
+ strong: boolean;
2258
+ tag: string;
2259
+ scale: "-1" | "0" | "1" | "2" | "3";
2260
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2261
+
2262
+ declare const __VLS_component_236: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<bodyTextProps>, {
2263
+ tag: string;
2264
+ scale: string;
2265
+ strong: boolean;
2266
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_23<__VLS_TypePropsToRuntimeProps_23<bodyTextProps>, {
2267
+ tag: string;
2268
+ scale: string;
2269
+ strong: boolean;
2270
+ }>>> & Readonly<{}>, {
2271
+ strong: boolean;
2272
+ tag: string;
2273
+ scale: ScaleValue;
2274
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2275
+
2276
+ declare const __VLS_component_237: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<baseTextProps>, {
2277
+ tag: string;
2278
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_24<__VLS_TypePropsToRuntimeProps_24<baseTextProps>, {
2279
+ tag: string;
2280
+ }>>> & Readonly<{}>, {
2281
+ tag: string;
2282
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2283
+
2284
+ declare const __VLS_component_24: DefineComponent<ExtractPropTypes< {
2185
2285
  /**
2186
2286
  * Sets the position where the popover will render relative to the trigger element.
2187
2287
  * @demoSelectMultiple false
@@ -2285,57 +2385,7 @@ autoPosition: boolean;
2285
2385
  open: boolean;
2286
2386
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2287
2387
 
2288
- declare const __VLS_component_230: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<utilitySansTextProps>, {
2289
- tag: string;
2290
- scale: string;
2291
- strong: boolean;
2292
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_17<__VLS_TypePropsToRuntimeProps_17<utilitySansTextProps>, {
2293
- tag: string;
2294
- scale: string;
2295
- strong: boolean;
2296
- }>>> & Readonly<{}>, {
2297
- strong: boolean;
2298
- tag: string;
2299
- scale: "-1" | "0" | "1" | "2" | "3";
2300
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2301
-
2302
- declare const __VLS_component_231: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<utilitySerifTextProps>, {
2303
- tag: string;
2304
- scale: string;
2305
- strong: boolean;
2306
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_18<__VLS_TypePropsToRuntimeProps_18<utilitySerifTextProps>, {
2307
- tag: string;
2308
- scale: string;
2309
- strong: boolean;
2310
- }>>> & Readonly<{}>, {
2311
- strong: boolean;
2312
- tag: string;
2313
- scale: "-1" | "0" | "1" | "2" | "3";
2314
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2315
-
2316
- declare const __VLS_component_232: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<bodyTextProps>, {
2317
- tag: string;
2318
- scale: string;
2319
- strong: boolean;
2320
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_19<__VLS_TypePropsToRuntimeProps_19<bodyTextProps>, {
2321
- tag: string;
2322
- scale: string;
2323
- strong: boolean;
2324
- }>>> & Readonly<{}>, {
2325
- strong: boolean;
2326
- tag: string;
2327
- scale: ScaleValue;
2328
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2329
-
2330
- declare const __VLS_component_233: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<baseTextProps>, {
2331
- tag: string;
2332
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_20<__VLS_TypePropsToRuntimeProps_20<baseTextProps>, {
2333
- tag: string;
2334
- }>>> & Readonly<{}>, {
2335
- tag: string;
2336
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2337
-
2338
- declare const __VLS_component_24: DefineComponent<ExtractPropTypes< {
2388
+ declare const __VLS_component_25: DefineComponent<ExtractPropTypes< {
2339
2389
  /**
2340
2390
  * Sets the semantic HTML element for the quote.
2341
2391
  * @values blockquote, aside, q, div
@@ -2386,7 +2436,7 @@ tag: string;
2386
2436
  modifier: string;
2387
2437
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2388
2438
 
2389
- declare const __VLS_component_25: DefineComponent<ExtractPropTypes< {
2439
+ declare const __VLS_component_26: DefineComponent<ExtractPropTypes< {
2390
2440
  /**
2391
2441
  * Adds CSS class to the label for custom styles.
2392
2442
  */
@@ -2519,7 +2569,7 @@ modifier: string;
2519
2569
  background: string;
2520
2570
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2521
2571
 
2522
- declare const __VLS_component_26: DefineComponent<ExtractPropTypes< {
2572
+ declare const __VLS_component_27: DefineComponent<ExtractPropTypes< {
2523
2573
  /**
2524
2574
  * Custom ID that is mapped to the label ‘for’ attribute. If this value is not set, it will be auto-generated.
2525
2575
  */
@@ -2690,7 +2740,7 @@ errorRole: string;
2690
2740
  multiple: boolean;
2691
2741
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2692
2742
 
2693
- declare const __VLS_component_27: DefineComponent<ExtractPropTypes< {
2743
+ declare const __VLS_component_28: DefineComponent<ExtractPropTypes< {
2694
2744
  /**
2695
2745
  * Toggle animation on/off.
2696
2746
  * When `true`, animated gradient will be used while loading.
@@ -2716,10 +2766,10 @@ default: boolean;
2716
2766
  motion: boolean;
2717
2767
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2718
2768
 
2719
- declare const __VLS_component_28: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<splitSurfaceProps>, {
2769
+ declare const __VLS_component_29: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
2720
2770
  surface: string;
2721
2771
  tag: string;
2722
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<splitSurfaceProps>, {
2772
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<splitSurfaceProps>, {
2723
2773
  surface: string;
2724
2774
  tag: string;
2725
2775
  }>>> & Readonly<{}>, {
@@ -2727,14 +2777,6 @@ tag: string;
2727
2777
  surface: "top" | "bottom";
2728
2778
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2729
2779
 
2730
- declare const __VLS_component_29: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<surface>, {
2731
- tag: string;
2732
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_10<__VLS_TypePropsToRuntimeProps_10<surface>, {
2733
- tag: string;
2734
- }>>> & Readonly<{}>, {
2735
- tag: Tag;
2736
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2737
-
2738
2780
  declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
2739
2781
  /**
2740
2782
  * A prop that will present accordion content as unwrapped. All content is expanded at the provided breakpoints.
@@ -2759,7 +2801,34 @@ validator: (value: string) => boolean;
2759
2801
  unwrap: string | boolean;
2760
2802
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2761
2803
 
2762
- declare const __VLS_component_30: DefineComponent<ExtractPropTypes< {
2804
+ declare const __VLS_component_30: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
2805
+ tag: string;
2806
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<surface>, {
2807
+ tag: string;
2808
+ }>>> & Readonly<{}>, {
2809
+ tag: Tag;
2810
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2811
+
2812
+ declare const __VLS_component_31: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
2813
+ tag: string;
2814
+ role: string;
2815
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<surfaceSelection>, {
2816
+ tag: string;
2817
+ role: string;
2818
+ }>>> & Readonly<{}>, {
2819
+ role: string;
2820
+ tag: Tag;
2821
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2822
+
2823
+ declare const __VLS_component_32: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<surface>, {
2824
+ tag: string;
2825
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_13<__VLS_TypePropsToRuntimeProps_13<surface>, {
2826
+ tag: string;
2827
+ }>>> & Readonly<{}>, {
2828
+ tag: Tag;
2829
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2830
+
2831
+ declare const __VLS_component_33: DefineComponent<ExtractPropTypes< {
2763
2832
  /** Sets row colors to alternate between darker and lighter backgrounds.
2764
2833
  * Striping will not apply when `border` is true
2765
2834
  */
@@ -2844,7 +2913,7 @@ border: boolean;
2844
2913
  responsive: boolean;
2845
2914
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2846
2915
 
2847
- declare const __VLS_component_31: DefineComponent<ExtractPropTypes< {
2916
+ declare const __VLS_component_34: DefineComponent<ExtractPropTypes< {
2848
2917
  /** Sets reference identifier for tab content. This property is required and is necessary for accessibility. Must be unique for each tabPanel, and cannot be the same as the `aria-labelledby` property. */
2849
2918
  id: StringConstructor;
2850
2919
  /** Sets tab display name. Required and must be unique for each tab. If `id` is not provided, this value will be used as the reference identifier. */
@@ -2864,7 +2933,7 @@ ariaLabelledby: StringConstructor;
2864
2933
  "onTab-change"?: ((...args: any[]) => any) | undefined;
2865
2934
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2866
2935
 
2867
- declare const __VLS_component_32: DefineComponent<ExtractPropTypes< {
2936
+ declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
2868
2937
  /**
2869
2938
  * Sets height of the tabs container element.
2870
2939
  * Passing a `px` value will render tabs with a static height,
@@ -2940,23 +3009,23 @@ activeTab: number;
2940
3009
  backgroundColor: string;
2941
3010
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2942
3011
 
2943
- declare const __VLS_component_33: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<baseTextProps>, {
3012
+ declare const __VLS_component_36: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
2944
3013
  tag: string;
2945
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_11<__VLS_TypePropsToRuntimeProps_11<baseTextProps>, {
3014
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_14<__VLS_TypePropsToRuntimeProps_14<baseTextProps>, {
2946
3015
  tag: string;
2947
3016
  }>>> & Readonly<{}>, {
2948
3017
  tag: string;
2949
3018
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2950
3019
 
2951
- declare const __VLS_component_34: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<baseTextProps>, {
3020
+ declare const __VLS_component_37: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<baseTextProps>, {
2952
3021
  tag: string;
2953
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_12<__VLS_TypePropsToRuntimeProps_12<baseTextProps>, {
3022
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_15<__VLS_TypePropsToRuntimeProps_15<baseTextProps>, {
2954
3023
  tag: string;
2955
3024
  }>>> & Readonly<{}>, {
2956
3025
  tag: string;
2957
3026
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2958
3027
 
2959
- declare const __VLS_component_35: DefineComponent<ExtractPropTypes< {
3028
+ declare const __VLS_component_38: DefineComponent<ExtractPropTypes< {
2960
3029
  /**
2961
3030
  * Sets the toast type.
2962
3031
  * @demoSelectMultiple false
@@ -3027,7 +3096,7 @@ autoDismiss: boolean;
3027
3096
  dismissDelay: number;
3028
3097
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3029
3098
 
3030
- declare const __VLS_component_36: DefineComponent<ExtractPropTypes< {
3099
+ declare const __VLS_component_39: DefineComponent<ExtractPropTypes< {
3031
3100
  /**
3032
3101
  * Sets the value and aria-label for the toggle button. Display can be overridden using default slot
3033
3102
  */
@@ -3045,7 +3114,33 @@ required: true;
3045
3114
  };
3046
3115
  }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3047
3116
 
3048
- declare const __VLS_component_37: DefineComponent<ExtractPropTypes< {
3117
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
3118
+ /**
3119
+ * Sets the banner style.
3120
+ * @demoSelectMultiple false
3121
+ * @values info, warning, success, error, default
3122
+ */
3123
+ type: {
3124
+ type: StringConstructor;
3125
+ validator: (value: string) => boolean;
3126
+ default: string;
3127
+ };
3128
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3129
+ /**
3130
+ * Sets the banner style.
3131
+ * @demoSelectMultiple false
3132
+ * @values info, warning, success, error, default
3133
+ */
3134
+ type: {
3135
+ type: StringConstructor;
3136
+ validator: (value: string) => boolean;
3137
+ default: string;
3138
+ };
3139
+ }>> & Readonly<{}>, {
3140
+ type: string;
3141
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3142
+
3143
+ declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
3049
3144
  /** @ignore */
3050
3145
  modelValue: {
3051
3146
  type: (BooleanConstructor | ObjectConstructor | ArrayConstructor | StringConstructor | NumberConstructor)[];
@@ -3085,7 +3180,7 @@ validator: (value: string) => boolean;
3085
3180
  size: string;
3086
3181
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3087
3182
 
3088
- declare const __VLS_component_38: DefineComponent<ExtractPropTypes< {
3183
+ declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
3089
3184
  /**
3090
3185
  * Sets a custom ID for the switch. If this value is not set, it will be auto-generated.
3091
3186
  */
@@ -3156,7 +3251,7 @@ size: string;
3156
3251
  fullWidth: boolean;
3157
3252
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3158
3253
 
3159
- declare const __VLS_component_39: DefineComponent<ExtractPropTypes< {
3254
+ declare const __VLS_component_42: DefineComponent<ExtractPropTypes< {
3160
3255
  /**
3161
3256
  * Sets the position where the tooltip will render relative to the trigger element.
3162
3257
  * @demoSelectMultiple false
@@ -3244,72 +3339,17 @@ autoPosition: boolean;
3244
3339
  open: boolean;
3245
3340
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3246
3341
 
3247
- declare const __VLS_component_4: DefineComponent<ExtractPropTypes< {
3248
- /**
3249
- * Sets the banner style.
3250
- * @demoSelectMultiple false
3251
- * @values info, warning, success, error, default
3252
- */
3253
- type: {
3254
- type: StringConstructor;
3255
- validator: (value: string) => boolean;
3256
- default: string;
3257
- };
3258
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3259
- /**
3260
- * Sets the banner style.
3261
- * @demoSelectMultiple false
3262
- * @values info, warning, success, error, default
3263
- */
3264
- type: {
3265
- type: StringConstructor;
3266
- validator: (value: string) => boolean;
3267
- default: string;
3268
- };
3269
- }>> & Readonly<{}>, {
3270
- type: string;
3342
+ declare const __VLS_component_43: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<CdrFilmstrip_2<unknown>>, {
3343
+ model: () => {};
3344
+ adapter: () => CdrFilmstripConfig<unknown>;
3345
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_16<__VLS_TypePropsToRuntimeProps_16<CdrFilmstrip_2<unknown>>, {
3346
+ model: () => {};
3347
+ adapter: () => CdrFilmstripConfig<unknown>;
3348
+ }>>> & Readonly<{}>, {
3349
+ adapter: CdrFilmstripAdapter<unknown>;
3350
+ model: {};
3271
3351
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3272
3352
 
3273
- declare const __VLS_component_40: DefineComponent<ExtractPropTypes< {
3274
- props: {
3275
- type: ObjectConstructor;
3276
- };
3277
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3278
- props: {
3279
- type: ObjectConstructor;
3280
- };
3281
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3282
-
3283
- declare const __VLS_component_41: DefineComponent<ExtractPropTypes< {
3284
- props: {
3285
- type: ObjectConstructor;
3286
- };
3287
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3288
- props: {
3289
- type: ObjectConstructor;
3290
- };
3291
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3292
-
3293
- declare const __VLS_component_42: DefineComponent<ExtractPropTypes< {
3294
- props: {
3295
- type: ObjectConstructor;
3296
- };
3297
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3298
- props: {
3299
- type: ObjectConstructor;
3300
- };
3301
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3302
-
3303
- declare const __VLS_component_43: DefineComponent<ExtractPropTypes< {
3304
- props: {
3305
- type: ObjectConstructor;
3306
- };
3307
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3308
- props: {
3309
- type: ObjectConstructor;
3310
- };
3311
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3312
-
3313
3353
  declare const __VLS_component_44: DefineComponent<ExtractPropTypes< {
3314
3354
  props: {
3315
3355
  type: ObjectConstructor;
@@ -4265,6 +4305,14 @@ declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
4265
4305
 
4266
4306
  declare type __VLS_NonUndefinedable_20<T> = T extends undefined ? never : T;
4267
4307
 
4308
+ declare type __VLS_NonUndefinedable_21<T> = T extends undefined ? never : T;
4309
+
4310
+ declare type __VLS_NonUndefinedable_22<T> = T extends undefined ? never : T;
4311
+
4312
+ declare type __VLS_NonUndefinedable_23<T> = T extends undefined ? never : T;
4313
+
4314
+ declare type __VLS_NonUndefinedable_24<T> = T extends undefined ? never : T;
4315
+
4268
4316
  declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
4269
4317
 
4270
4318
  declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
@@ -4331,6 +4379,22 @@ declare type __VLS_Prettify_20<T> = {
4331
4379
  [K in keyof T]: T[K];
4332
4380
  } & {};
4333
4381
 
4382
+ declare type __VLS_Prettify_21<T> = {
4383
+ [K in keyof T]: T[K];
4384
+ } & {};
4385
+
4386
+ declare type __VLS_Prettify_22<T> = {
4387
+ [K in keyof T]: T[K];
4388
+ } & {};
4389
+
4390
+ declare type __VLS_Prettify_23<T> = {
4391
+ [K in keyof T]: T[K];
4392
+ } & {};
4393
+
4394
+ declare type __VLS_Prettify_24<T> = {
4395
+ [K in keyof T]: T[K];
4396
+ } & {};
4397
+
4334
4398
  declare type __VLS_Prettify_3<T> = {
4335
4399
  [K in keyof T]: T[K];
4336
4400
  } & {};
@@ -4582,18 +4646,12 @@ declare function __VLS_template_148(): {
4582
4646
  default?(_: {}): any;
4583
4647
  };
4584
4648
 
4585
- declare function __VLS_template_149(): {
4586
- default?(_: {}): any;
4587
- };
4588
-
4589
- declare function __VLS_template_15(): {
4590
- "helper-text-top"?(_: {}): any;
4591
- info?(_: {}): any;
4592
- "pre-icon"?(_: {}): any;
4593
- "post-icon"?(_: {}): any;
4594
- "info-action"?(_: {}): any;
4595
- "helper-text-bottom"?(_: {}): any;
4596
- error?(_: {}): any;
4649
+ declare function __VLS_template_149(): {
4650
+ default?(_: {}): any;
4651
+ };
4652
+
4653
+ declare function __VLS_template_15(): {
4654
+ default?(_: {}): any;
4597
4655
  };
4598
4656
 
4599
4657
  declare function __VLS_template_150(): {
@@ -4637,7 +4695,13 @@ declare function __VLS_template_159(): {
4637
4695
  };
4638
4696
 
4639
4697
  declare function __VLS_template_16(): {
4640
- default?(_: {}): any;
4698
+ "helper-text-top"?(_: {}): any;
4699
+ info?(_: {}): any;
4700
+ "pre-icon"?(_: {}): any;
4701
+ "post-icon"?(_: {}): any;
4702
+ "info-action"?(_: {}): any;
4703
+ "helper-text-bottom"?(_: {}): any;
4704
+ error?(_: {}): any;
4641
4705
  };
4642
4706
 
4643
4707
  declare function __VLS_template_160(): {
@@ -4818,8 +4882,7 @@ declare function __VLS_template_2(): {
4818
4882
  };
4819
4883
 
4820
4884
  declare function __VLS_template_20(): {
4821
- media?(_: {}): any;
4822
- content?(_: {}): any;
4885
+ default?(_: {}): any;
4823
4886
  };
4824
4887
 
4825
4888
  declare function __VLS_template_200(): {
@@ -4863,9 +4926,8 @@ declare function __VLS_template_209(): {
4863
4926
  };
4864
4927
 
4865
4928
  declare function __VLS_template_21(): {
4866
- modal?(_: {}): any;
4867
- title?(_: {}): any;
4868
- default?(_: {}): any;
4929
+ media?(_: {}): any;
4930
+ content?(_: {}): any;
4869
4931
  };
4870
4932
 
4871
4933
  declare function __VLS_template_210(): {
@@ -4909,8 +4971,9 @@ declare function __VLS_template_219(): {
4909
4971
  };
4910
4972
 
4911
4973
  declare function __VLS_template_22(): {
4912
- container?(_: {}): any;
4913
- content?(_: {}): any;
4974
+ modal?(_: {}): any;
4975
+ title?(_: {}): any;
4976
+ default?(_: {}): any;
4914
4977
  };
4915
4978
 
4916
4979
  declare function __VLS_template_220(): {
@@ -4954,10 +5017,8 @@ declare function __VLS_template_229(): {
4954
5017
  };
4955
5018
 
4956
5019
  declare function __VLS_template_23(): {
4957
- trigger?(_: {}): any;
4958
- title?(_: {}): any;
4959
- default?(_: {}): any;
4960
- icon?(_: {}): any;
5020
+ container?(_: {}): any;
5021
+ content?(_: {}): any;
4961
5022
  };
4962
5023
 
4963
5024
  declare function __VLS_template_230(): {
@@ -4976,8 +5037,27 @@ declare function __VLS_template_233(): {
4976
5037
  default?(_: {}): any;
4977
5038
  };
4978
5039
 
5040
+ declare function __VLS_template_234(): {
5041
+ default?(_: {}): any;
5042
+ };
5043
+
5044
+ declare function __VLS_template_235(): {
5045
+ default?(_: {}): any;
5046
+ };
5047
+
5048
+ declare function __VLS_template_236(): {
5049
+ default?(_: {}): any;
5050
+ };
5051
+
5052
+ declare function __VLS_template_237(): {
5053
+ default?(_: {}): any;
5054
+ };
5055
+
4979
5056
  declare function __VLS_template_24(): {
5057
+ trigger?(_: {}): any;
5058
+ title?(_: {}): any;
4980
5059
  default?(_: {}): any;
5060
+ icon?(_: {}): any;
4981
5061
  };
4982
5062
 
4983
5063
  declare function __VLS_template_25(): {
@@ -4985,6 +5065,10 @@ declare function __VLS_template_25(): {
4985
5065
  };
4986
5066
 
4987
5067
  declare function __VLS_template_26(): {
5068
+ default?(_: {}): any;
5069
+ };
5070
+
5071
+ declare function __VLS_template_27(): {
4988
5072
  "helper-text"?(_: {}): any;
4989
5073
  info?(_: {}): any;
4990
5074
  "pre-icon"?(_: {}): any;
@@ -4993,19 +5077,15 @@ declare function __VLS_template_26(): {
4993
5077
  error?(_: {}): any;
4994
5078
  };
4995
5079
 
4996
- declare function __VLS_template_27(): {
5080
+ declare function __VLS_template_28(): {
4997
5081
  default?(_: {}): any;
4998
5082
  };
4999
5083
 
5000
- declare function __VLS_template_28(): {
5084
+ declare function __VLS_template_29(): {
5001
5085
  top?(_: {}): any;
5002
5086
  bottom?(_: {}): any;
5003
5087
  };
5004
5088
 
5005
- declare function __VLS_template_29(): {
5006
- default?(_: {}): any;
5007
- };
5008
-
5009
5089
  declare function __VLS_template_3(): {
5010
5090
  default?(_: {}): any;
5011
5091
  };
@@ -5016,6 +5096,7 @@ declare function __VLS_template_30(): {
5016
5096
 
5017
5097
  declare function __VLS_template_31(): {
5018
5098
  default?(_: {}): any;
5099
+ loading?(_: {}): any;
5019
5100
  };
5020
5101
 
5021
5102
  declare function __VLS_template_32(): {
@@ -5031,9 +5112,7 @@ declare function __VLS_template_34(): {
5031
5112
  };
5032
5113
 
5033
5114
  declare function __VLS_template_35(): {
5034
- "icon-left"?(_: {}): any;
5035
5115
  default?(_: {}): any;
5036
- icon?(_: {}): any;
5037
5116
  };
5038
5117
 
5039
5118
  declare function __VLS_template_36(): {
@@ -5045,11 +5124,12 @@ declare function __VLS_template_37(): {
5045
5124
  };
5046
5125
 
5047
5126
  declare function __VLS_template_38(): {
5127
+ "icon-left"?(_: {}): any;
5048
5128
  default?(_: {}): any;
5129
+ icon?(_: {}): any;
5049
5130
  };
5050
5131
 
5051
5132
  declare function __VLS_template_39(): {
5052
- trigger?(_: {}): any;
5053
5133
  default?(_: {}): any;
5054
5134
  };
5055
5135
 
@@ -5070,11 +5150,12 @@ declare function __VLS_template_41(): {
5070
5150
  };
5071
5151
 
5072
5152
  declare function __VLS_template_42(): {
5153
+ trigger?(_: {}): any;
5073
5154
  default?(_: {}): any;
5074
5155
  };
5075
5156
 
5076
5157
  declare function __VLS_template_43(): {
5077
- default?(_: {}): any;
5158
+ heading?(_: {}): any;
5078
5159
  };
5079
5160
 
5080
5161
  declare function __VLS_template_44(): {
@@ -5447,6 +5528,42 @@ declare type __VLS_TypePropsToRuntimeProps_20<T> = {
5447
5528
  };
5448
5529
  };
5449
5530
 
5531
+ declare type __VLS_TypePropsToRuntimeProps_21<T> = {
5532
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
5533
+ type: PropType<__VLS_NonUndefinedable_21<T[K]>>;
5534
+ } : {
5535
+ type: PropType<T[K]>;
5536
+ required: true;
5537
+ };
5538
+ };
5539
+
5540
+ declare type __VLS_TypePropsToRuntimeProps_22<T> = {
5541
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
5542
+ type: PropType<__VLS_NonUndefinedable_22<T[K]>>;
5543
+ } : {
5544
+ type: PropType<T[K]>;
5545
+ required: true;
5546
+ };
5547
+ };
5548
+
5549
+ declare type __VLS_TypePropsToRuntimeProps_23<T> = {
5550
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
5551
+ type: PropType<__VLS_NonUndefinedable_23<T[K]>>;
5552
+ } : {
5553
+ type: PropType<T[K]>;
5554
+ required: true;
5555
+ };
5556
+ };
5557
+
5558
+ declare type __VLS_TypePropsToRuntimeProps_24<T> = {
5559
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
5560
+ type: PropType<__VLS_NonUndefinedable_24<T[K]>>;
5561
+ } : {
5562
+ type: PropType<T[K]>;
5563
+ required: true;
5564
+ };
5565
+ };
5566
+
5450
5567
  declare type __VLS_TypePropsToRuntimeProps_3<T> = {
5451
5568
  [K in keyof T]-?: {} extends Pick<T, K> ? {
5452
5569
  type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
@@ -5588,6 +5705,30 @@ declare type __VLS_WithDefaults_20<P, D> = {
5588
5705
  }> : P[K];
5589
5706
  };
5590
5707
 
5708
+ declare type __VLS_WithDefaults_21<P, D> = {
5709
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_21<P[K] & {
5710
+ default: D[K];
5711
+ }> : P[K];
5712
+ };
5713
+
5714
+ declare type __VLS_WithDefaults_22<P, D> = {
5715
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_22<P[K] & {
5716
+ default: D[K];
5717
+ }> : P[K];
5718
+ };
5719
+
5720
+ declare type __VLS_WithDefaults_23<P, D> = {
5721
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_23<P[K] & {
5722
+ default: D[K];
5723
+ }> : P[K];
5724
+ };
5725
+
5726
+ declare type __VLS_WithDefaults_24<P, D> = {
5727
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_24<P[K] & {
5728
+ default: D[K];
5729
+ }> : P[K];
5730
+ };
5731
+
5591
5732
  declare type __VLS_WithDefaults_3<P, D> = {
5592
5733
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
5593
5734
  default: D[K];
@@ -6530,6 +6671,30 @@ declare type __VLS_WithTemplateSlots_233<T, S> = T & {
6530
6671
  };
6531
6672
  };
6532
6673
 
6674
+ declare type __VLS_WithTemplateSlots_234<T, S> = T & {
6675
+ new (): {
6676
+ $slots: S;
6677
+ };
6678
+ };
6679
+
6680
+ declare type __VLS_WithTemplateSlots_235<T, S> = T & {
6681
+ new (): {
6682
+ $slots: S;
6683
+ };
6684
+ };
6685
+
6686
+ declare type __VLS_WithTemplateSlots_236<T, S> = T & {
6687
+ new (): {
6688
+ $slots: S;
6689
+ };
6690
+ };
6691
+
6692
+ declare type __VLS_WithTemplateSlots_237<T, S> = T & {
6693
+ new (): {
6694
+ $slots: S;
6695
+ };
6696
+ };
6697
+
6533
6698
  declare type __VLS_WithTemplateSlots_24<T, S> = T & {
6534
6699
  new (): {
6535
6700
  $slots: S;
@@ -7144,7 +7309,7 @@ export declare const CdrAccordionGroup: __VLS_WithTemplateSlots_3<typeof __VLS_c
7144
7309
 
7145
7310
  export declare const CdrBanner: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
7146
7311
 
7147
- export declare const CdrBody: __VLS_WithTemplateSlots_232<typeof __VLS_component_232, ReturnType<typeof __VLS_template_232>>;
7312
+ export declare const CdrBody: __VLS_WithTemplateSlots_236<typeof __VLS_component_236, ReturnType<typeof __VLS_template_236>>;
7148
7313
 
7149
7314
  export declare const CdrBreadcrumb: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
7150
7315
 
@@ -7200,31 +7365,302 @@ components: ChoreographerComponents;
7200
7365
 
7201
7366
  export declare const CdrContainer: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, ReturnType<typeof __VLS_template_11>>;
7202
7367
 
7203
- export declare const CdrEyebrow: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
7368
+ export declare const CdrEyebrow: __VLS_WithTemplateSlots_237<typeof __VLS_component_237, ReturnType<typeof __VLS_template_237>>;
7369
+
7370
+ export declare const CdrFilmstrip: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, ReturnType<typeof __VLS_template_43>>;
7371
+
7372
+ /**
7373
+ * Interface for the CdrFilmstripEngine component's props.
7374
+ *
7375
+ * @description This type defines the structure of the props that will be passed to the `CdrFilmstripEngine` component.
7376
+ */
7377
+ declare interface CdrFilmstrip_2<T> {
7378
+ /**
7379
+ * The adapter function that transforms `model` data into a structured filmstrip model.
7380
+ * This function is responsible for generating the frames and metadata for the filmstrip.
7381
+ */
7382
+ adapter?: CdrFilmstripAdapter<T>;
7383
+ /**
7384
+ * The model data used to resolve filmstrip content.
7385
+ * This can be any object that holds the raw data needed to transform into the filmstrip's structure.
7386
+ */
7387
+ model: T;
7388
+ }
7389
+
7390
+ /**
7391
+ * Interface representing the structure and behavior of a Filmstrip Adapter.
7392
+ * This adapter function takes the raw model data and returns the transformed filmstrip information.
7393
+ */
7394
+ export declare interface CdrFilmstripAdapter<T> {
7395
+ /**
7396
+ * Resolves and transforms the given model data into filmstrip-specific metadata.
7397
+ *
7398
+ * @param modelData - Raw data for the filmstrip, typically coming from an API or external model.
7399
+ * @returns {CdrFilmstripConfig} The transformed filmstrip data, including frames, filmstrip metadata, and other necessary details.
7400
+ */
7401
+ (modelData: unknown): CdrFilmstripConfig<T>;
7402
+ }
7403
+
7404
+ /**
7405
+ * Interface representing a filmstrip arrow, including its properties and attributes.
7406
+ */
7407
+ export declare interface CdrFilmstripArrow {
7408
+ /**
7409
+ * The direction the arrow points to.
7410
+ */
7411
+ direction: 'left' | 'right';
7412
+ /**
7413
+ * The icon component associated with the arrow.
7414
+ */
7415
+ icon: Component;
7416
+ /**
7417
+ * Attributes for the arrow element.
7418
+ */
7419
+ attributes: {
7420
+ /**
7421
+ * Data attribute for UI identification.
7422
+ */
7423
+ 'data-ui': string;
7424
+ /**
7425
+ * CSS class for styling the arrow.
7426
+ */
7427
+ class: string;
7428
+ /**
7429
+ * Accessible label for the arrow.
7430
+ */
7431
+ 'aria-label': string;
7432
+ /**
7433
+ * ARIA controls attribute to specify the controlled element.
7434
+ */
7435
+ 'aria-controls': string;
7436
+ /**
7437
+ * Tabindex for focus management.
7438
+ */
7439
+ tabindex: number;
7440
+ /**
7441
+ * Size of the arrow component.
7442
+ */
7443
+ size: string;
7444
+ /**
7445
+ * Disabled state of the arrow.
7446
+ */
7447
+ disabled: boolean;
7448
+ };
7449
+ }
7450
+
7451
+ /**
7452
+ * Payload for filmstrip arrow click events.
7453
+ */
7454
+ export declare interface CdrFilmstripArrowClickPayload<T = Record<string, unknown>> {
7455
+ /**
7456
+ * The direction of the arrow that was clicked.
7457
+ */
7458
+ direction: 'left' | 'right';
7459
+ /**
7460
+ * The event object associated with the click.
7461
+ */
7462
+ event: Event;
7463
+ /**
7464
+ * The model data associated with the filmstrip.
7465
+ */
7466
+ model?: T;
7467
+ }
7468
+
7469
+ /**
7470
+ * The data returned by the filmstrip adapter, encapsulating the full filmstrip structure.
7471
+ */
7472
+ export declare interface CdrFilmstripConfig<T = Record<string, unknown>> {
7473
+ /**
7474
+ * The component used for rendering each individual frame.
7475
+ */
7476
+ component: Component;
7477
+ /**
7478
+ * The array of frames, each containing metadata and references to the components.
7479
+ */
7480
+ frames: CdrFilmstripFrame<T>[];
7481
+ /**
7482
+ * The unique ID of the filmstrip.
7483
+ */
7484
+ filmstripId: string;
7485
+ /**
7486
+ * A description of the filmstrip for accessibility or display purposes.
7487
+ */
7488
+ description: string;
7489
+ /**
7490
+ * Additional data attributes for the filmstrip container.
7491
+ */
7492
+ dataAttributes?: Record<string, unknown>;
7493
+ /**
7494
+ * Gap between frames in the filmstrip.
7495
+ */
7496
+ framesGap?: number;
7497
+ /**
7498
+ * The number of frames to show at a time in the filmstrip.
7499
+ */
7500
+ framesToShow?: number;
7501
+ /**
7502
+ * Whether to dynamically adjust the number of frames to show based on screen size.
7503
+ */
7504
+ useDefaultResizeStrategy?: boolean;
7505
+ /**
7506
+ * CSS selector for the initial focusable frame.
7507
+ */
7508
+ focusSelector?: string;
7509
+ }
7510
+
7511
+ /**
7512
+ * Interface representing the props for a filmstrip component.
7513
+ *
7514
+ * @description This type defines the properties that can be passed into a filmstrip component.
7515
+ */
7516
+ export declare interface CdrFilmstripEngine {
7517
+ /**
7518
+ * Unique ID for the filmstrip.
7519
+ * This ID can be used for targeting specific filmstrips or for testing/analytics purposes.
7520
+ */
7521
+ id?: string;
7522
+ /**
7523
+ * ARIA description for accessibility purposes.
7524
+ * This helps describe the purpose of the filmstrip for screen readers.
7525
+ */
7526
+ description?: string;
7527
+ /**
7528
+ * A custom data attribute for testing or analytics.
7529
+ * This allows the filmstrip component to be targeted in testing scenarios or analytics tracking.
7530
+ */
7531
+ dataUi?: string;
7532
+ /**
7533
+ * Flag to determine whether navigation arrows should be displayed.
7534
+ * This allows the user to control whether arrows for navigation should appear.
7535
+ */
7536
+ isShowingArrows?: boolean;
7537
+ /**
7538
+ * List of frames in the filmstrip.
7539
+ * This is an array of `Frame` objects that will populate the filmstrip.
7540
+ */
7541
+ frames?: CdrFilmstripFrame[];
7542
+ /**
7543
+ * The number of frames to show at a time in the filmstrip.
7544
+ * This defines how many frames are visible to the user in a single view.
7545
+ */
7546
+ framesToShow?: number;
7547
+ /**
7548
+ * The number of frames to scroll on each arrow click.
7549
+ * This determines how many frames are moved when the user clicks on a navigation arrow.
7550
+ */
7551
+ framesToScroll?: number;
7552
+ /**
7553
+ * The gap between each frame in the filmstrip.
7554
+ * This specifies the spacing between frames in pixels.
7555
+ */
7556
+ framesGap?: number;
7557
+ /**
7558
+ * Additional width factor for the frames.
7559
+ * This can be used to adjust the width of the frames beyond the default.
7560
+ */
7561
+ frameExtra?: number;
7562
+ /**
7563
+ * CSS selector for the initial focusable frame.
7564
+ * This allows you to specify which frame should receive focus when the filmstrip is initialized.
7565
+ */
7566
+ focusSelector?: string;
7567
+ /**
7568
+ * The tabindex value for the filmstrip viewport.
7569
+ * This allows the filmstrip viewport to be included in the tab order for accessibility purposes.
7570
+ */
7571
+ viewportTabindex?: string;
7572
+ }
7573
+
7574
+ /**
7575
+ * Interface representing a function that emits events with a specified name and an optional payload.
7576
+ * This function signature allows for emitting arbitrary events with dynamic event names.
7577
+ * The payload is optional and can be of any type (`unknown`).
7578
+ *
7579
+ * This is useful for components or systems where events are emitted dynamically,
7580
+ * and the event names and payloads can vary at runtime.
7581
+ *
7582
+ * @param {string} event - The name of the event to emit.
7583
+ * @param {unknown} [payload] -´ An optional payload associated with the event.
7584
+ *
7585
+ * @example
7586
+ * // Example usage of CdrFilmstripEventEmitter interface
7587
+ * const emitEvent: CdrFilmstripEventEmitter = (event, payload) => {
7588
+ * // handle emitting the event (e.g., using Vue's `emit` function)
7589
+ * console.log(`Event: ${event}, Payload:`, payload);
7590
+ * };
7591
+ *
7592
+ * // Emitting a known event
7593
+ * emitEvent('arrowClick', { direction: 'left' });
7594
+ *
7595
+ * // Emitting a custom event with no payload
7596
+ * emitEvent('frameChange');
7597
+ */
7598
+ export declare interface CdrFilmstripEventEmitter {
7599
+ (event: string, payload?: unknown): void;
7600
+ }
7601
+
7602
+ /**
7603
+ * Interface representing a single frame in the filmstrip.
7604
+ *
7605
+ * @template Props - The type of props that the frame component will receive (defaulting to `Record<string, unknown>`).
7606
+ */
7607
+ export declare interface CdrFilmstripFrame<Props = Record<string, unknown>> {
7608
+ /**
7609
+ * The unique key for the frame, used to differentiate frames.
7610
+ */
7611
+ key: string;
7612
+ /**
7613
+ * The properties or data associated with the frame.
7614
+ * The type of these props is flexible and can be customized for different types of frames.
7615
+ */
7616
+ props: Props;
7617
+ }
7618
+
7619
+ /**
7620
+ * Payload for filmstrip resize events.
7621
+ */
7622
+ export declare interface CdrFilmstripResizePayload<T = Record<string, unknown>> {
7623
+ /**
7624
+ * The number of frames to show at a time in the filmstrip.
7625
+ */
7626
+ framesToShow: Ref<number>;
7627
+ /**
7628
+ * The number of frames to scroll on each arrow click.
7629
+ */
7630
+ framesToScroll: Ref<number>;
7631
+ /**
7632
+ * The model data associated with the filmstrip.
7633
+ */
7634
+ model?: T;
7635
+ }
7204
7636
 
7205
7637
  export declare const CdrFormGroup: __VLS_WithTemplateSlots_12<typeof __VLS_component_12, ReturnType<typeof __VLS_template_12>>;
7206
7638
 
7207
- export declare const CdrGrid: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, ReturnType<typeof __VLS_template_13>>;
7639
+ export { CdrFulfillmentTile }
7640
+
7641
+ export declare const CdrFulfillmentTileIcon: __VLS_WithTemplateSlots_13<typeof __VLS_component_13, ReturnType<typeof __VLS_template_13>>;
7642
+
7643
+ export declare const CdrGrid: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, ReturnType<typeof __VLS_template_14>>;
7208
7644
 
7209
- export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_226<typeof __VLS_component_226, ReturnType<typeof __VLS_template_226>>;
7645
+ export declare const CdrHeadingDisplay: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
7210
7646
 
7211
- export declare const CdrHeadingSans: __VLS_WithTemplateSlots_228<typeof __VLS_component_228, ReturnType<typeof __VLS_template_228>>;
7647
+ export declare const CdrHeadingSans: __VLS_WithTemplateSlots_232<typeof __VLS_component_232, ReturnType<typeof __VLS_template_232>>;
7212
7648
 
7213
- export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_227<typeof __VLS_component_227, ReturnType<typeof __VLS_template_227>>;
7649
+ export declare const CdrHeadingSerif: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
7214
7650
 
7215
- export declare const CdrIcon: __VLS_WithTemplateSlots_14<typeof __VLS_component_14, ReturnType<typeof __VLS_template_14>>;
7651
+ export declare const CdrIcon: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
7216
7652
 
7217
- export declare const CdrImg: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<baseImageProps>, {
7653
+ export declare const CdrImg: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseImageProps>, {
7218
7654
  alt: string;
7219
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<baseImageProps>, {
7655
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<baseImageProps>, {
7220
7656
  alt: string;
7221
7657
  }>>> & Readonly<{}>, {
7222
7658
  alt: string;
7223
7659
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7224
7660
 
7225
- export declare const CdrInput: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, ReturnType<typeof __VLS_template_15>>;
7661
+ export declare const CdrInput: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
7226
7662
 
7227
- export declare const CdrKicker: __VLS_WithTemplateSlots_16<typeof __VLS_component_16, ReturnType<typeof __VLS_template_16>>;
7663
+ export declare const CdrKicker: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
7228
7664
 
7229
7665
  export declare const CdrLandingLead: DefineComponent<ExtractPropTypes< {
7230
7666
  /** Sets the landing lead's image source */
@@ -7284,17 +7720,17 @@ imgAlt: string;
7284
7720
  subheading: string;
7285
7721
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7286
7722
 
7287
- export declare const CdrLayout: __VLS_WithTemplateSlots_17<typeof __VLS_component_17, ReturnType<typeof __VLS_template_17>>;
7723
+ export declare const CdrLayout: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
7288
7724
 
7289
- export declare const CdrLink: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, ReturnType<typeof __VLS_template_18>>;
7725
+ export declare const CdrLink: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
7290
7726
 
7291
- export declare const CdrList: __VLS_WithTemplateSlots_19<typeof __VLS_component_19, ReturnType<typeof __VLS_template_19>>;
7727
+ export declare const CdrList: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
7292
7728
 
7293
- export declare const CdrMediaObject: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, ReturnType<typeof __VLS_template_20>>;
7729
+ export declare const CdrMediaObject: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
7294
7730
 
7295
- export declare const CdrModal: __VLS_WithTemplateSlots_21<typeof __VLS_component_21, ReturnType<typeof __VLS_template_21>>;
7731
+ export declare const CdrModal: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
7296
7732
 
7297
- export declare const CdrObjectOverlay: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, ReturnType<typeof __VLS_template_22>>;
7733
+ export declare const CdrObjectOverlay: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
7298
7734
 
7299
7735
  export declare const CdrPagination: DefineComponent<ExtractPropTypes< {
7300
7736
  /**
@@ -7408,19 +7844,19 @@ linkTag: string;
7408
7844
  forLabel: string;
7409
7845
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7410
7846
 
7411
- export declare const CdrPicture: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<pictureProps>, {
7847
+ export declare const CdrPicture: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
7412
7848
  alt: string;
7413
- }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<pictureProps>, {
7849
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<pictureProps>, {
7414
7850
  alt: string;
7415
7851
  }>>> & Readonly<{}>, {
7416
7852
  alt: string;
7417
7853
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7418
7854
 
7419
- export declare const CdrPopover: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, ReturnType<typeof __VLS_template_23>>;
7855
+ export declare const CdrPopover: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
7420
7856
 
7421
- export declare const CdrQuote: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, ReturnType<typeof __VLS_template_24>>;
7857
+ export declare const CdrQuote: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
7422
7858
 
7423
- export declare const CdrRadio: __VLS_WithTemplateSlots_25<typeof __VLS_component_25, ReturnType<typeof __VLS_template_25>>;
7859
+ export declare const CdrRadio: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, ReturnType<typeof __VLS_template_26>>;
7424
7860
 
7425
7861
  export declare const CdrRating: DefineComponent<ExtractPropTypes< {
7426
7862
  /**
@@ -7509,9 +7945,9 @@ rating: string | number;
7509
7945
  count: string | number;
7510
7946
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7511
7947
 
7512
- export declare const CdrSelect: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, ReturnType<typeof __VLS_template_26>>;
7948
+ export declare const CdrSelect: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, ReturnType<typeof __VLS_template_27>>;
7513
7949
 
7514
- export declare const CdrSkeleton: __VLS_WithTemplateSlots_27<typeof __VLS_component_27, ReturnType<typeof __VLS_template_27>>;
7950
+ export declare const CdrSkeleton: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, ReturnType<typeof __VLS_template_28>>;
7515
7951
 
7516
7952
  export declare const CdrSkeletonBone: DefineComponent<ExtractPropTypes< {
7517
7953
  /**
@@ -7539,35 +7975,39 @@ validator: (value: string) => boolean;
7539
7975
  type: string;
7540
7976
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
7541
7977
 
7542
- export declare const CdrSplitSurface: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, ReturnType<typeof __VLS_template_28>>;
7978
+ export declare const CdrSplitSurface: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
7543
7979
 
7544
- export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
7980
+ export declare const CdrSubheadingSans: __VLS_WithTemplateSlots_233<typeof __VLS_component_233, ReturnType<typeof __VLS_template_233>>;
7545
7981
 
7546
- export declare const CdrSurface: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, ReturnType<typeof __VLS_template_29>>;
7982
+ export declare const CdrSurface: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
7547
7983
 
7548
- export declare const CdrSwitch: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, ReturnType<typeof __VLS_template_38>>;
7984
+ export declare const CdrSurfaceNavigation: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
7549
7985
 
7550
- export declare const CdrTable: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, ReturnType<typeof __VLS_template_30>>;
7986
+ export declare const CdrSurfaceSelection: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
7551
7987
 
7552
- export declare const CdrTabPanel: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, ReturnType<typeof __VLS_template_31>>;
7988
+ export declare const CdrSwitch: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, ReturnType<typeof __VLS_template_41>>;
7553
7989
 
7554
- export declare const CdrTabs: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, ReturnType<typeof __VLS_template_32>>;
7990
+ export declare const CdrTable: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
7555
7991
 
7556
- export declare const CdrText: __VLS_WithTemplateSlots_33<typeof __VLS_component_33, ReturnType<typeof __VLS_template_33>>;
7992
+ export declare const CdrTabPanel: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, ReturnType<typeof __VLS_template_34>>;
7557
7993
 
7558
- export declare const CdrTitle: __VLS_WithTemplateSlots_34<typeof __VLS_component_34, ReturnType<typeof __VLS_template_34>>;
7994
+ export declare const CdrTabs: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, ReturnType<typeof __VLS_template_35>>;
7559
7995
 
7560
- export declare const CdrToast: __VLS_WithTemplateSlots_35<typeof __VLS_component_35, ReturnType<typeof __VLS_template_35>>;
7996
+ export declare const CdrText: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, ReturnType<typeof __VLS_template_36>>;
7561
7997
 
7562
- export declare const CdrToggleButton: __VLS_WithTemplateSlots_36<typeof __VLS_component_36, ReturnType<typeof __VLS_template_36>>;
7998
+ export declare const CdrTitle: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, ReturnType<typeof __VLS_template_37>>;
7563
7999
 
7564
- export declare const CdrToggleGroup: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, ReturnType<typeof __VLS_template_37>>;
8000
+ export declare const CdrToast: __VLS_WithTemplateSlots_38<typeof __VLS_component_38, ReturnType<typeof __VLS_template_38>>;
7565
8001
 
7566
- export declare const CdrTooltip: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, ReturnType<typeof __VLS_template_39>>;
8002
+ export declare const CdrToggleButton: __VLS_WithTemplateSlots_39<typeof __VLS_component_39, ReturnType<typeof __VLS_template_39>>;
7567
8003
 
7568
- export declare const CdrUtilitySans: __VLS_WithTemplateSlots_230<typeof __VLS_component_230, ReturnType<typeof __VLS_template_230>>;
8004
+ export declare const CdrToggleGroup: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, ReturnType<typeof __VLS_template_40>>;
7569
8005
 
7570
- export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_231<typeof __VLS_component_231, ReturnType<typeof __VLS_template_231>>;
8006
+ export declare const CdrTooltip: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
8007
+
8008
+ export declare const CdrUtilitySans: __VLS_WithTemplateSlots_234<typeof __VLS_component_234, ReturnType<typeof __VLS_template_234>>;
8009
+
8010
+ export declare const CdrUtilitySerif: __VLS_WithTemplateSlots_235<typeof __VLS_component_235, ReturnType<typeof __VLS_template_235>>;
7571
8011
 
7572
8012
  export declare interface Choreographer {
7573
8013
  schema: [ChoreographerSchema];
@@ -7642,377 +8082,377 @@ export declare interface HtmlAttributes {
7642
8082
  [key: string]: any;
7643
8083
  }
7644
8084
 
7645
- export declare const IconAccountProfile: __VLS_WithTemplateSlots_41<typeof __VLS_component_41, ReturnType<typeof __VLS_template_41>>;
8085
+ export declare const IconAccountProfile: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, ReturnType<typeof __VLS_template_45>>;
7646
8086
 
7647
- export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_40<typeof __VLS_component_40, ReturnType<typeof __VLS_template_40>>;
8087
+ export declare const IconAccountProfileFill: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, ReturnType<typeof __VLS_template_44>>;
7648
8088
 
7649
- export declare const IconArrowDown: __VLS_WithTemplateSlots_42<typeof __VLS_component_42, ReturnType<typeof __VLS_template_42>>;
8089
+ export declare const IconArrowDown: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, ReturnType<typeof __VLS_template_46>>;
7650
8090
 
7651
- export declare const IconArrowLeft: __VLS_WithTemplateSlots_43<typeof __VLS_component_43, ReturnType<typeof __VLS_template_43>>;
8091
+ export declare const IconArrowLeft: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, ReturnType<typeof __VLS_template_47>>;
7652
8092
 
7653
- export declare const IconArrowRight: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, ReturnType<typeof __VLS_template_44>>;
8093
+ export declare const IconArrowRight: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, ReturnType<typeof __VLS_template_48>>;
7654
8094
 
7655
- export declare const IconArrowUp: __VLS_WithTemplateSlots_45<typeof __VLS_component_45, ReturnType<typeof __VLS_template_45>>;
8095
+ export declare const IconArrowUp: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, ReturnType<typeof __VLS_template_49>>;
7656
8096
 
7657
- export declare const IconAtv: __VLS_WithTemplateSlots_46<typeof __VLS_component_46, ReturnType<typeof __VLS_template_46>>;
8097
+ export declare const IconAtv: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, ReturnType<typeof __VLS_template_50>>;
7658
8098
 
7659
- export declare const IconBedOutline: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, ReturnType<typeof __VLS_template_47>>;
8099
+ export declare const IconBedOutline: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, ReturnType<typeof __VLS_template_51>>;
7660
8100
 
7661
- export declare const IconBikeShop: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, ReturnType<typeof __VLS_template_48>>;
8101
+ export declare const IconBikeShop: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, ReturnType<typeof __VLS_template_52>>;
7662
8102
 
7663
- export declare const IconBinoculars: __VLS_WithTemplateSlots_49<typeof __VLS_component_49, ReturnType<typeof __VLS_template_49>>;
8103
+ export declare const IconBinoculars: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, ReturnType<typeof __VLS_template_53>>;
7664
8104
 
7665
- export declare const IconBirding: __VLS_WithTemplateSlots_50<typeof __VLS_component_50, ReturnType<typeof __VLS_template_50>>;
8105
+ export declare const IconBirding: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, ReturnType<typeof __VLS_template_54>>;
7666
8106
 
7667
- export declare const IconBoat: __VLS_WithTemplateSlots_51<typeof __VLS_component_51, ReturnType<typeof __VLS_template_51>>;
8107
+ export declare const IconBoat: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, ReturnType<typeof __VLS_template_55>>;
7668
8108
 
7669
- export declare const IconBoating: __VLS_WithTemplateSlots_52<typeof __VLS_component_52, ReturnType<typeof __VLS_template_52>>;
8109
+ export declare const IconBoating: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, ReturnType<typeof __VLS_template_56>>;
7670
8110
 
7671
- export declare const IconBookmarkFill: __VLS_WithTemplateSlots_53<typeof __VLS_component_53, ReturnType<typeof __VLS_template_53>>;
8111
+ export declare const IconBookmarkFill: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, ReturnType<typeof __VLS_template_57>>;
7672
8112
 
7673
- export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, ReturnType<typeof __VLS_template_54>>;
8113
+ export declare const IconBookmarkStroke: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, ReturnType<typeof __VLS_template_58>>;
7674
8114
 
7675
- export declare const IconBrandAbstract: __VLS_WithTemplateSlots_55<typeof __VLS_component_55, ReturnType<typeof __VLS_template_55>>;
8115
+ export declare const IconBrandAbstract: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, ReturnType<typeof __VLS_template_59>>;
7676
8116
 
7677
- export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_56<typeof __VLS_component_56, ReturnType<typeof __VLS_template_56>>;
8117
+ export declare const IconBrandCodeSandbox: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, ReturnType<typeof __VLS_template_60>>;
7678
8118
 
7679
- export declare const IconBrandGithub: __VLS_WithTemplateSlots_57<typeof __VLS_component_57, ReturnType<typeof __VLS_template_57>>;
8119
+ export declare const IconBrandGithub: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, ReturnType<typeof __VLS_template_61>>;
7680
8120
 
7681
- export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_58<typeof __VLS_component_58, ReturnType<typeof __VLS_template_58>>;
8121
+ export declare const IconBrandLinkedin: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, ReturnType<typeof __VLS_template_62>>;
7682
8122
 
7683
- export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_59<typeof __VLS_component_59, ReturnType<typeof __VLS_template_59>>;
8123
+ export declare const IconBrandReiIceAxes: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, ReturnType<typeof __VLS_template_63>>;
7684
8124
 
7685
- export declare const IconBrandSketch: __VLS_WithTemplateSlots_60<typeof __VLS_component_60, ReturnType<typeof __VLS_template_60>>;
8125
+ export declare const IconBrandSketch: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, ReturnType<typeof __VLS_template_64>>;
7686
8126
 
7687
- export declare const IconBrandTiktok: __VLS_WithTemplateSlots_61<typeof __VLS_component_61, ReturnType<typeof __VLS_template_61>>;
8127
+ export declare const IconBrandTiktok: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, ReturnType<typeof __VLS_template_65>>;
7688
8128
 
7689
- export declare const IconBuddies: __VLS_WithTemplateSlots_62<typeof __VLS_component_62, ReturnType<typeof __VLS_template_62>>;
8129
+ export declare const IconBuddies: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, ReturnType<typeof __VLS_template_66>>;
7690
8130
 
7691
- export declare const IconBus: __VLS_WithTemplateSlots_63<typeof __VLS_component_63, ReturnType<typeof __VLS_template_63>>;
8131
+ export declare const IconBus: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, ReturnType<typeof __VLS_template_67>>;
7692
8132
 
7693
- export declare const IconCalendar: __VLS_WithTemplateSlots_64<typeof __VLS_component_64, ReturnType<typeof __VLS_template_64>>;
8133
+ export declare const IconCalendar: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, ReturnType<typeof __VLS_template_68>>;
7694
8134
 
7695
- export declare const IconCamera: __VLS_WithTemplateSlots_65<typeof __VLS_component_65, ReturnType<typeof __VLS_template_65>>;
8135
+ export declare const IconCamera: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, ReturnType<typeof __VLS_template_69>>;
7696
8136
 
7697
- export declare const IconCanoe: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, ReturnType<typeof __VLS_template_66>>;
8137
+ export declare const IconCanoe: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, ReturnType<typeof __VLS_template_70>>;
7698
8138
 
7699
- export declare const IconCar: __VLS_WithTemplateSlots_67<typeof __VLS_component_67, ReturnType<typeof __VLS_template_67>>;
8139
+ export declare const IconCar: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, ReturnType<typeof __VLS_template_71>>;
7700
8140
 
7701
- export declare const IconCaretDown: __VLS_WithTemplateSlots_68<typeof __VLS_component_68, ReturnType<typeof __VLS_template_68>>;
8141
+ export declare const IconCaretDown: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, ReturnType<typeof __VLS_template_72>>;
7702
8142
 
7703
- export declare const IconCaretLeft: __VLS_WithTemplateSlots_69<typeof __VLS_component_69, ReturnType<typeof __VLS_template_69>>;
8143
+ export declare const IconCaretLeft: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, ReturnType<typeof __VLS_template_73>>;
7704
8144
 
7705
- export declare const IconCaretRight: __VLS_WithTemplateSlots_70<typeof __VLS_component_70, ReturnType<typeof __VLS_template_70>>;
8145
+ export declare const IconCaretRight: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, ReturnType<typeof __VLS_template_74>>;
7706
8146
 
7707
- export declare const IconCaretUp: __VLS_WithTemplateSlots_71<typeof __VLS_component_71, ReturnType<typeof __VLS_template_71>>;
8147
+ export declare const IconCaretUp: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, ReturnType<typeof __VLS_template_75>>;
7708
8148
 
7709
- export declare const IconCart: __VLS_WithTemplateSlots_73<typeof __VLS_component_73, ReturnType<typeof __VLS_template_73>>;
8149
+ export declare const IconCart: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, ReturnType<typeof __VLS_template_77>>;
7710
8150
 
7711
- export declare const IconCartFill: __VLS_WithTemplateSlots_72<typeof __VLS_component_72, ReturnType<typeof __VLS_template_72>>;
8151
+ export declare const IconCartFill: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, ReturnType<typeof __VLS_template_76>>;
7712
8152
 
7713
- export declare const IconChainLink: __VLS_WithTemplateSlots_74<typeof __VLS_component_74, ReturnType<typeof __VLS_template_74>>;
8153
+ export declare const IconChainLink: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, ReturnType<typeof __VLS_template_78>>;
7714
8154
 
7715
- export declare const IconChat: __VLS_WithTemplateSlots_75<typeof __VLS_component_75, ReturnType<typeof __VLS_template_75>>;
8155
+ export declare const IconChat: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, ReturnType<typeof __VLS_template_79>>;
7716
8156
 
7717
- export declare const IconCheckFill: __VLS_WithTemplateSlots_76<typeof __VLS_component_76, ReturnType<typeof __VLS_template_76>>;
8157
+ export declare const IconCheckFill: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, ReturnType<typeof __VLS_template_80>>;
7718
8158
 
7719
- export declare const IconCheckLg: __VLS_WithTemplateSlots_77<typeof __VLS_component_77, ReturnType<typeof __VLS_template_77>>;
8159
+ export declare const IconCheckLg: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, ReturnType<typeof __VLS_template_81>>;
7720
8160
 
7721
- export declare const IconCheckSm: __VLS_WithTemplateSlots_78<typeof __VLS_component_78, ReturnType<typeof __VLS_template_78>>;
8161
+ export declare const IconCheckSm: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, ReturnType<typeof __VLS_template_82>>;
7722
8162
 
7723
- export declare const IconCheckStroke: __VLS_WithTemplateSlots_79<typeof __VLS_component_79, ReturnType<typeof __VLS_template_79>>;
8163
+ export declare const IconCheckStroke: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, ReturnType<typeof __VLS_template_83>>;
7724
8164
 
7725
- export declare const IconClimb: __VLS_WithTemplateSlots_80<typeof __VLS_component_80, ReturnType<typeof __VLS_template_80>>;
8165
+ export declare const IconClimb: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, ReturnType<typeof __VLS_template_84>>;
7726
8166
 
7727
- export declare const IconClipboard: __VLS_WithTemplateSlots_81<typeof __VLS_component_81, ReturnType<typeof __VLS_template_81>>;
8167
+ export declare const IconClipboard: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, ReturnType<typeof __VLS_template_85>>;
7728
8168
 
7729
- export declare const IconClock: __VLS_WithTemplateSlots_82<typeof __VLS_component_82, ReturnType<typeof __VLS_template_82>>;
8169
+ export declare const IconClock: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, ReturnType<typeof __VLS_template_86>>;
7730
8170
 
7731
- export declare const IconCodeHtml: __VLS_WithTemplateSlots_83<typeof __VLS_component_83, ReturnType<typeof __VLS_template_83>>;
8171
+ export declare const IconCodeHtml: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, ReturnType<typeof __VLS_template_87>>;
7732
8172
 
7733
- export declare const IconCodeJs: __VLS_WithTemplateSlots_84<typeof __VLS_component_84, ReturnType<typeof __VLS_template_84>>;
8173
+ export declare const IconCodeJs: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, ReturnType<typeof __VLS_template_88>>;
7734
8174
 
7735
- export declare const IconCompass: __VLS_WithTemplateSlots_85<typeof __VLS_component_85, ReturnType<typeof __VLS_template_85>>;
8175
+ export declare const IconCompass: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, ReturnType<typeof __VLS_template_89>>;
7736
8176
 
7737
- export declare const IconCopy: __VLS_WithTemplateSlots_86<typeof __VLS_component_86, ReturnType<typeof __VLS_template_86>>;
8177
+ export declare const IconCopy: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, ReturnType<typeof __VLS_template_90>>;
7738
8178
 
7739
- export declare const IconCouponFill: __VLS_WithTemplateSlots_87<typeof __VLS_component_87, ReturnType<typeof __VLS_template_87>>;
8179
+ export declare const IconCouponFill: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, ReturnType<typeof __VLS_template_91>>;
7740
8180
 
7741
- export declare const IconCouponStroke: __VLS_WithTemplateSlots_88<typeof __VLS_component_88, ReturnType<typeof __VLS_template_88>>;
8181
+ export declare const IconCouponStroke: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, ReturnType<typeof __VLS_template_92>>;
7742
8182
 
7743
- export declare const IconCreditCard: __VLS_WithTemplateSlots_89<typeof __VLS_component_89, ReturnType<typeof __VLS_template_89>>;
8183
+ export declare const IconCreditCard: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, ReturnType<typeof __VLS_template_93>>;
7744
8184
 
7745
- export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_90<typeof __VLS_component_90, ReturnType<typeof __VLS_template_90>>;
8185
+ export declare const IconCurbsidePickup: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, ReturnType<typeof __VLS_template_94>>;
7746
8186
 
7747
- export declare const IconDay: __VLS_WithTemplateSlots_91<typeof __VLS_component_91, ReturnType<typeof __VLS_template_91>>;
8187
+ export declare const IconDay: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, ReturnType<typeof __VLS_template_95>>;
7748
8188
 
7749
- export declare const IconDiving: __VLS_WithTemplateSlots_92<typeof __VLS_component_92, ReturnType<typeof __VLS_template_92>>;
8189
+ export declare const IconDiving: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, ReturnType<typeof __VLS_template_96>>;
7750
8190
 
7751
- export declare const IconDog: __VLS_WithTemplateSlots_93<typeof __VLS_component_93, ReturnType<typeof __VLS_template_93>>;
8191
+ export declare const IconDog: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, ReturnType<typeof __VLS_template_97>>;
7752
8192
 
7753
- export declare const IconDownload: __VLS_WithTemplateSlots_94<typeof __VLS_component_94, ReturnType<typeof __VLS_template_94>>;
8193
+ export declare const IconDownload: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, ReturnType<typeof __VLS_template_98>>;
7754
8194
 
7755
- export declare const IconDuplicate: __VLS_WithTemplateSlots_95<typeof __VLS_component_95, ReturnType<typeof __VLS_template_95>>;
8195
+ export declare const IconDuplicate: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, ReturnType<typeof __VLS_template_99>>;
7756
8196
 
7757
- export declare const IconEdit: __VLS_WithTemplateSlots_96<typeof __VLS_component_96, ReturnType<typeof __VLS_template_96>>;
8197
+ export declare const IconEdit: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, ReturnType<typeof __VLS_template_100>>;
7758
8198
 
7759
- export declare const IconElevation: __VLS_WithTemplateSlots_97<typeof __VLS_component_97, ReturnType<typeof __VLS_template_97>>;
8199
+ export declare const IconElevation: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, ReturnType<typeof __VLS_template_101>>;
7760
8200
 
7761
- export declare const IconErrorFill: __VLS_WithTemplateSlots_98<typeof __VLS_component_98, ReturnType<typeof __VLS_template_98>>;
8201
+ export declare const IconErrorFill: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, ReturnType<typeof __VLS_template_102>>;
7762
8202
 
7763
- export declare const IconErrorStroke: __VLS_WithTemplateSlots_99<typeof __VLS_component_99, ReturnType<typeof __VLS_template_99>>;
8203
+ export declare const IconErrorStroke: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, ReturnType<typeof __VLS_template_103>>;
7764
8204
 
7765
- export declare const IconExpand: __VLS_WithTemplateSlots_100<typeof __VLS_component_100, ReturnType<typeof __VLS_template_100>>;
8205
+ export declare const IconExpand: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, ReturnType<typeof __VLS_template_104>>;
7766
8206
 
7767
- export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_101<typeof __VLS_component_101, ReturnType<typeof __VLS_template_101>>;
8207
+ export declare const IconExperiencesBackpacking: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, ReturnType<typeof __VLS_template_105>>;
7768
8208
 
7769
- export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_102<typeof __VLS_component_102, ReturnType<typeof __VLS_template_102>>;
8209
+ export declare const IconExperiencesCamping: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, ReturnType<typeof __VLS_template_106>>;
7770
8210
 
7771
- export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_103<typeof __VLS_component_103, ReturnType<typeof __VLS_template_103>>;
8211
+ export declare const IconExperiencesClimbing: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, ReturnType<typeof __VLS_template_107>>;
7772
8212
 
7773
- export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_104<typeof __VLS_component_104, ReturnType<typeof __VLS_template_104>>;
8213
+ export declare const IconExperiencesClothing: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, ReturnType<typeof __VLS_template_108>>;
7774
8214
 
7775
- export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_105<typeof __VLS_component_105, ReturnType<typeof __VLS_template_105>>;
8215
+ export declare const IconExperiencesCycling: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, ReturnType<typeof __VLS_template_109>>;
7776
8216
 
7777
- export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_106<typeof __VLS_component_106, ReturnType<typeof __VLS_template_106>>;
8217
+ export declare const IconExperiencesFamily: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, ReturnType<typeof __VLS_template_110>>;
7778
8218
 
7779
- export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_107<typeof __VLS_component_107, ReturnType<typeof __VLS_template_107>>;
8219
+ export declare const IconExperiencesFitness: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, ReturnType<typeof __VLS_template_111>>;
7780
8220
 
7781
- export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_108<typeof __VLS_component_108, ReturnType<typeof __VLS_template_108>>;
8221
+ export declare const IconExperiencesHiking: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, ReturnType<typeof __VLS_template_112>>;
7782
8222
 
7783
- export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_109<typeof __VLS_component_109, ReturnType<typeof __VLS_template_109>>;
8223
+ export declare const IconExperiencesOutdoorBasics: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, ReturnType<typeof __VLS_template_113>>;
7784
8224
 
7785
- export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_110<typeof __VLS_component_110, ReturnType<typeof __VLS_template_110>>;
8225
+ export declare const IconExperiencesPaddling: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, ReturnType<typeof __VLS_template_114>>;
7786
8226
 
7787
- export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_111<typeof __VLS_component_111, ReturnType<typeof __VLS_template_111>>;
8227
+ export declare const IconExperiencesRentals: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, ReturnType<typeof __VLS_template_115>>;
7788
8228
 
7789
- export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_112<typeof __VLS_component_112, ReturnType<typeof __VLS_template_112>>;
8229
+ export declare const IconExperiencesRunning: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, ReturnType<typeof __VLS_template_116>>;
7790
8230
 
7791
- export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_113<typeof __VLS_component_113, ReturnType<typeof __VLS_template_113>>;
8231
+ export declare const IconExperiencesSnowsports: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, ReturnType<typeof __VLS_template_117>>;
7792
8232
 
7793
- export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_114<typeof __VLS_component_114, ReturnType<typeof __VLS_template_114>>;
8233
+ export declare const IconExperiencesTravel: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, ReturnType<typeof __VLS_template_118>>;
7794
8234
 
7795
- export declare const IconExternalLink: __VLS_WithTemplateSlots_116<typeof __VLS_component_116, ReturnType<typeof __VLS_template_116>>;
8235
+ export declare const IconExternalLink: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, ReturnType<typeof __VLS_template_120>>;
7796
8236
 
7797
- export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_115<typeof __VLS_component_115, ReturnType<typeof __VLS_template_115>>;
8237
+ export declare const IconExternalLinkAlt: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, ReturnType<typeof __VLS_template_119>>;
7798
8238
 
7799
- export declare const IconEyeHide: __VLS_WithTemplateSlots_117<typeof __VLS_component_117, ReturnType<typeof __VLS_template_117>>;
8239
+ export declare const IconEyeHide: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, ReturnType<typeof __VLS_template_121>>;
7800
8240
 
7801
- export declare const IconEyeShow: __VLS_WithTemplateSlots_118<typeof __VLS_component_118, ReturnType<typeof __VLS_template_118>>;
8241
+ export declare const IconEyeShow: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, ReturnType<typeof __VLS_template_122>>;
7802
8242
 
7803
- export declare const IconFacebook: __VLS_WithTemplateSlots_119<typeof __VLS_component_119, ReturnType<typeof __VLS_template_119>>;
8243
+ export declare const IconFacebook: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, ReturnType<typeof __VLS_template_123>>;
7804
8244
 
7805
- export declare const IconFilter: __VLS_WithTemplateSlots_121<typeof __VLS_component_121, ReturnType<typeof __VLS_template_121>>;
8245
+ export declare const IconFilter: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, ReturnType<typeof __VLS_template_125>>;
7806
8246
 
7807
- export declare const IconFilterAlt: __VLS_WithTemplateSlots_120<typeof __VLS_component_120, ReturnType<typeof __VLS_template_120>>;
8247
+ export declare const IconFilterAlt: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, ReturnType<typeof __VLS_template_124>>;
7808
8248
 
7809
- export declare const IconFindLocation: __VLS_WithTemplateSlots_122<typeof __VLS_component_122, ReturnType<typeof __VLS_template_122>>;
8249
+ export declare const IconFindLocation: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, ReturnType<typeof __VLS_template_126>>;
7810
8250
 
7811
- export declare const IconFire: __VLS_WithTemplateSlots_123<typeof __VLS_component_123, ReturnType<typeof __VLS_template_123>>;
8251
+ export declare const IconFire: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, ReturnType<typeof __VLS_template_127>>;
7812
8252
 
7813
- export declare const IconFishing: __VLS_WithTemplateSlots_124<typeof __VLS_component_124, ReturnType<typeof __VLS_template_124>>;
8253
+ export declare const IconFishing: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, ReturnType<typeof __VLS_template_128>>;
7814
8254
 
7815
- export declare const IconFreeProduct: __VLS_WithTemplateSlots_125<typeof __VLS_component_125, ReturnType<typeof __VLS_template_125>>;
8255
+ export declare const IconFreeProduct: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, ReturnType<typeof __VLS_template_129>>;
7816
8256
 
7817
- export declare const IconGridView: __VLS_WithTemplateSlots_126<typeof __VLS_component_126, ReturnType<typeof __VLS_template_126>>;
8257
+ export declare const IconGridView: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, ReturnType<typeof __VLS_template_130>>;
7818
8258
 
7819
- export declare const IconHeartFill: __VLS_WithTemplateSlots_127<typeof __VLS_component_127, ReturnType<typeof __VLS_template_127>>;
8259
+ export declare const IconHeartFill: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, ReturnType<typeof __VLS_template_131>>;
7820
8260
 
7821
- export declare const IconHeartStroke: __VLS_WithTemplateSlots_128<typeof __VLS_component_128, ReturnType<typeof __VLS_template_128>>;
8261
+ export declare const IconHeartStroke: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, ReturnType<typeof __VLS_template_132>>;
7822
8262
 
7823
- export declare const IconHike: __VLS_WithTemplateSlots_129<typeof __VLS_component_129, ReturnType<typeof __VLS_template_129>>;
8263
+ export declare const IconHike: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, ReturnType<typeof __VLS_template_133>>;
7824
8264
 
7825
- export declare const IconHistory: __VLS_WithTemplateSlots_130<typeof __VLS_component_130, ReturnType<typeof __VLS_template_130>>;
8265
+ export declare const IconHistory: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, ReturnType<typeof __VLS_template_134>>;
7826
8266
 
7827
- export declare const IconHome: __VLS_WithTemplateSlots_131<typeof __VLS_component_131, ReturnType<typeof __VLS_template_131>>;
8267
+ export declare const IconHome: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, ReturnType<typeof __VLS_template_135>>;
7828
8268
 
7829
- export declare const IconHorse: __VLS_WithTemplateSlots_132<typeof __VLS_component_132, ReturnType<typeof __VLS_template_132>>;
8269
+ export declare const IconHorse: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, ReturnType<typeof __VLS_template_136>>;
7830
8270
 
7831
- export declare const IconHorseshoe: __VLS_WithTemplateSlots_133<typeof __VLS_component_133, ReturnType<typeof __VLS_template_133>>;
8271
+ export declare const IconHorseshoe: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, ReturnType<typeof __VLS_template_137>>;
7832
8272
 
7833
- export declare const IconImage: __VLS_WithTemplateSlots_134<typeof __VLS_component_134, ReturnType<typeof __VLS_template_134>>;
8273
+ export declare const IconImage: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, ReturnType<typeof __VLS_template_138>>;
7834
8274
 
7835
- export declare const IconInformationFill: __VLS_WithTemplateSlots_135<typeof __VLS_component_135, ReturnType<typeof __VLS_template_135>>;
8275
+ export declare const IconInformationFill: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, ReturnType<typeof __VLS_template_139>>;
7836
8276
 
7837
- export declare const IconInformationStroke: __VLS_WithTemplateSlots_136<typeof __VLS_component_136, ReturnType<typeof __VLS_template_136>>;
8277
+ export declare const IconInformationStroke: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, ReturnType<typeof __VLS_template_140>>;
7838
8278
 
7839
- export declare const IconInstagram: __VLS_WithTemplateSlots_137<typeof __VLS_component_137, ReturnType<typeof __VLS_template_137>>;
8279
+ export declare const IconInstagram: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, ReturnType<typeof __VLS_template_141>>;
7840
8280
 
7841
- export declare const IconKayak: __VLS_WithTemplateSlots_138<typeof __VLS_component_138, ReturnType<typeof __VLS_template_138>>;
8281
+ export declare const IconKayak: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, ReturnType<typeof __VLS_template_142>>;
7842
8282
 
7843
- export declare const IconLinkAlt: __VLS_WithTemplateSlots_139<typeof __VLS_component_139, ReturnType<typeof __VLS_template_139>>;
8283
+ export declare const IconLinkAlt: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, ReturnType<typeof __VLS_template_143>>;
7844
8284
 
7845
- export declare const IconListRagged: __VLS_WithTemplateSlots_140<typeof __VLS_component_140, ReturnType<typeof __VLS_template_140>>;
8285
+ export declare const IconListRagged: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, ReturnType<typeof __VLS_template_144>>;
7846
8286
 
7847
- export declare const IconListView: __VLS_WithTemplateSlots_141<typeof __VLS_component_141, ReturnType<typeof __VLS_template_141>>;
8287
+ export declare const IconListView: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, ReturnType<typeof __VLS_template_145>>;
7848
8288
 
7849
- export declare const IconLocationPinFill: __VLS_WithTemplateSlots_142<typeof __VLS_component_142, ReturnType<typeof __VLS_template_142>>;
8289
+ export declare const IconLocationPinFill: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, ReturnType<typeof __VLS_template_146>>;
7850
8290
 
7851
- export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_143<typeof __VLS_component_143, ReturnType<typeof __VLS_template_143>>;
8291
+ export declare const IconLocationPinStroke: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, ReturnType<typeof __VLS_template_147>>;
7852
8292
 
7853
- export declare const IconLockLockedFill: __VLS_WithTemplateSlots_144<typeof __VLS_component_144, ReturnType<typeof __VLS_template_144>>;
8293
+ export declare const IconLockLockedFill: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, ReturnType<typeof __VLS_template_148>>;
7854
8294
 
7855
- export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_145<typeof __VLS_component_145, ReturnType<typeof __VLS_template_145>>;
8295
+ export declare const IconLockLockedStroke: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, ReturnType<typeof __VLS_template_149>>;
7856
8296
 
7857
- export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_146<typeof __VLS_component_146, ReturnType<typeof __VLS_template_146>>;
8297
+ export declare const IconLockUnlockedStroke: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, ReturnType<typeof __VLS_template_150>>;
7858
8298
 
7859
- export declare const IconMail: __VLS_WithTemplateSlots_147<typeof __VLS_component_147, ReturnType<typeof __VLS_template_147>>;
8299
+ export declare const IconMail: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, ReturnType<typeof __VLS_template_151>>;
7860
8300
 
7861
- export declare const IconMap: __VLS_WithTemplateSlots_148<typeof __VLS_component_148, ReturnType<typeof __VLS_template_148>>;
8301
+ export declare const IconMap: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, ReturnType<typeof __VLS_template_152>>;
7862
8302
 
7863
- export declare const IconMemberCard: __VLS_WithTemplateSlots_149<typeof __VLS_component_149, ReturnType<typeof __VLS_template_149>>;
8303
+ export declare const IconMemberCard: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, ReturnType<typeof __VLS_template_153>>;
7864
8304
 
7865
- export declare const IconMembership: __VLS_WithTemplateSlots_150<typeof __VLS_component_150, ReturnType<typeof __VLS_template_150>>;
8305
+ export declare const IconMembership: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, ReturnType<typeof __VLS_template_154>>;
7866
8306
 
7867
- export declare const IconMicrophone: __VLS_WithTemplateSlots_151<typeof __VLS_component_151, ReturnType<typeof __VLS_template_151>>;
8307
+ export declare const IconMicrophone: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, ReturnType<typeof __VLS_template_155>>;
7868
8308
 
7869
- export declare const IconMinusFill: __VLS_WithTemplateSlots_152<typeof __VLS_component_152, ReturnType<typeof __VLS_template_152>>;
8309
+ export declare const IconMinusFill: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, ReturnType<typeof __VLS_template_156>>;
7870
8310
 
7871
- export declare const IconMinusLg: __VLS_WithTemplateSlots_153<typeof __VLS_component_153, ReturnType<typeof __VLS_template_153>>;
8311
+ export declare const IconMinusLg: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, ReturnType<typeof __VLS_template_157>>;
7872
8312
 
7873
- export declare const IconMinusSm: __VLS_WithTemplateSlots_154<typeof __VLS_component_154, ReturnType<typeof __VLS_template_154>>;
8313
+ export declare const IconMinusSm: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, ReturnType<typeof __VLS_template_158>>;
7874
8314
 
7875
- export declare const IconMinusStroke: __VLS_WithTemplateSlots_155<typeof __VLS_component_155, ReturnType<typeof __VLS_template_155>>;
8315
+ export declare const IconMinusStroke: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, ReturnType<typeof __VLS_template_159>>;
7876
8316
 
7877
- export declare const IconMoreFunctions: __VLS_WithTemplateSlots_156<typeof __VLS_component_156, ReturnType<typeof __VLS_template_156>>;
8317
+ export declare const IconMoreFunctions: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, ReturnType<typeof __VLS_template_160>>;
7878
8318
 
7879
- export declare const IconMyLocation: __VLS_WithTemplateSlots_157<typeof __VLS_component_157, ReturnType<typeof __VLS_template_157>>;
8319
+ export declare const IconMyLocation: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, ReturnType<typeof __VLS_template_161>>;
7880
8320
 
7881
- export declare const IconNavigationMenu: __VLS_WithTemplateSlots_158<typeof __VLS_component_158, ReturnType<typeof __VLS_template_158>>;
8321
+ export declare const IconNavigationMenu: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, ReturnType<typeof __VLS_template_162>>;
7882
8322
 
7883
- export declare const IconNight: __VLS_WithTemplateSlots_159<typeof __VLS_component_159, ReturnType<typeof __VLS_template_159>>;
8323
+ export declare const IconNight: __VLS_WithTemplateSlots_163<typeof __VLS_component_163, ReturnType<typeof __VLS_template_163>>;
7884
8324
 
7885
- export declare const IconPaddle: __VLS_WithTemplateSlots_160<typeof __VLS_component_160, ReturnType<typeof __VLS_template_160>>;
8325
+ export declare const IconPaddle: __VLS_WithTemplateSlots_164<typeof __VLS_component_164, ReturnType<typeof __VLS_template_164>>;
7886
8326
 
7887
- export declare const IconPause: __VLS_WithTemplateSlots_163<typeof __VLS_component_163, ReturnType<typeof __VLS_template_163>>;
8327
+ export declare const IconPause: __VLS_WithTemplateSlots_167<typeof __VLS_component_167, ReturnType<typeof __VLS_template_167>>;
7888
8328
 
7889
- export declare const IconPauseFill: __VLS_WithTemplateSlots_161<typeof __VLS_component_161, ReturnType<typeof __VLS_template_161>>;
8329
+ export declare const IconPauseFill: __VLS_WithTemplateSlots_165<typeof __VLS_component_165, ReturnType<typeof __VLS_template_165>>;
7890
8330
 
7891
- export declare const IconPauseStroke: __VLS_WithTemplateSlots_162<typeof __VLS_component_162, ReturnType<typeof __VLS_template_162>>;
8331
+ export declare const IconPauseStroke: __VLS_WithTemplateSlots_166<typeof __VLS_component_166, ReturnType<typeof __VLS_template_166>>;
7892
8332
 
7893
- export declare const IconPhotography: __VLS_WithTemplateSlots_164<typeof __VLS_component_164, ReturnType<typeof __VLS_template_164>>;
8333
+ export declare const IconPhotography: __VLS_WithTemplateSlots_168<typeof __VLS_component_168, ReturnType<typeof __VLS_template_168>>;
7894
8334
 
7895
- export declare const IconPicnic: __VLS_WithTemplateSlots_165<typeof __VLS_component_165, ReturnType<typeof __VLS_template_165>>;
8335
+ export declare const IconPicnic: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, ReturnType<typeof __VLS_template_169>>;
7896
8336
 
7897
- export declare const IconPinterest: __VLS_WithTemplateSlots_166<typeof __VLS_component_166, ReturnType<typeof __VLS_template_166>>;
8337
+ export declare const IconPinterest: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, ReturnType<typeof __VLS_template_170>>;
7898
8338
 
7899
- export declare const IconPlane: __VLS_WithTemplateSlots_167<typeof __VLS_component_167, ReturnType<typeof __VLS_template_167>>;
8339
+ export declare const IconPlane: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, ReturnType<typeof __VLS_template_171>>;
7900
8340
 
7901
- export declare const IconPlay: __VLS_WithTemplateSlots_170<typeof __VLS_component_170, ReturnType<typeof __VLS_template_170>>;
8341
+ export declare const IconPlay: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, ReturnType<typeof __VLS_template_174>>;
7902
8342
 
7903
- export declare const IconPlayFill: __VLS_WithTemplateSlots_168<typeof __VLS_component_168, ReturnType<typeof __VLS_template_168>>;
8343
+ export declare const IconPlayFill: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, ReturnType<typeof __VLS_template_172>>;
7904
8344
 
7905
- export declare const IconPlayground: __VLS_WithTemplateSlots_171<typeof __VLS_component_171, ReturnType<typeof __VLS_template_171>>;
8345
+ export declare const IconPlayground: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, ReturnType<typeof __VLS_template_175>>;
7906
8346
 
7907
- export declare const IconPlayStroke: __VLS_WithTemplateSlots_169<typeof __VLS_component_169, ReturnType<typeof __VLS_template_169>>;
8347
+ export declare const IconPlayStroke: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, ReturnType<typeof __VLS_template_173>>;
7908
8348
 
7909
- export declare const IconPlugin: __VLS_WithTemplateSlots_172<typeof __VLS_component_172, ReturnType<typeof __VLS_template_172>>;
8349
+ export declare const IconPlugin: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, ReturnType<typeof __VLS_template_176>>;
7910
8350
 
7911
- export declare const IconPlusFill: __VLS_WithTemplateSlots_173<typeof __VLS_component_173, ReturnType<typeof __VLS_template_173>>;
8351
+ export declare const IconPlusFill: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, ReturnType<typeof __VLS_template_177>>;
7912
8352
 
7913
- export declare const IconPlusLg: __VLS_WithTemplateSlots_174<typeof __VLS_component_174, ReturnType<typeof __VLS_template_174>>;
8353
+ export declare const IconPlusLg: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, ReturnType<typeof __VLS_template_178>>;
7914
8354
 
7915
- export declare const IconPlusSm: __VLS_WithTemplateSlots_175<typeof __VLS_component_175, ReturnType<typeof __VLS_template_175>>;
8355
+ export declare const IconPlusSm: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, ReturnType<typeof __VLS_template_179>>;
7916
8356
 
7917
- export declare const IconPlusStroke: __VLS_WithTemplateSlots_176<typeof __VLS_component_176, ReturnType<typeof __VLS_template_176>>;
8357
+ export declare const IconPlusStroke: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, ReturnType<typeof __VLS_template_180>>;
7918
8358
 
7919
- export declare const IconPrint: __VLS_WithTemplateSlots_177<typeof __VLS_component_177, ReturnType<typeof __VLS_template_177>>;
8359
+ export declare const IconPrint: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, ReturnType<typeof __VLS_template_181>>;
7920
8360
 
7921
- export declare const IconProtectionFill: __VLS_WithTemplateSlots_178<typeof __VLS_component_178, ReturnType<typeof __VLS_template_178>>;
8361
+ export declare const IconProtectionFill: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, ReturnType<typeof __VLS_template_182>>;
7922
8362
 
7923
- export declare const IconProtectionStroke: __VLS_WithTemplateSlots_179<typeof __VLS_component_179, ReturnType<typeof __VLS_template_179>>;
8363
+ export declare const IconProtectionStroke: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, ReturnType<typeof __VLS_template_183>>;
7924
8364
 
7925
- export declare const IconQuestionFill: __VLS_WithTemplateSlots_180<typeof __VLS_component_180, ReturnType<typeof __VLS_template_180>>;
8365
+ export declare const IconQuestionFill: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, ReturnType<typeof __VLS_template_184>>;
7926
8366
 
7927
- export declare const IconQuestionStroke: __VLS_WithTemplateSlots_181<typeof __VLS_component_181, ReturnType<typeof __VLS_template_181>>;
8367
+ export declare const IconQuestionStroke: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, ReturnType<typeof __VLS_template_185>>;
7928
8368
 
7929
- export declare const IconRefresh: __VLS_WithTemplateSlots_182<typeof __VLS_component_182, ReturnType<typeof __VLS_template_182>>;
8369
+ export declare const IconRefresh: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, ReturnType<typeof __VLS_template_186>>;
7930
8370
 
7931
- export declare const IconReload: __VLS_WithTemplateSlots_183<typeof __VLS_component_183, ReturnType<typeof __VLS_template_183>>;
8371
+ export declare const IconReload: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, ReturnType<typeof __VLS_template_187>>;
7932
8372
 
7933
- export declare const IconReturns: __VLS_WithTemplateSlots_184<typeof __VLS_component_184, ReturnType<typeof __VLS_template_184>>;
8373
+ export declare const IconReturns: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, ReturnType<typeof __VLS_template_188>>;
7934
8374
 
7935
- export declare const IconRun: __VLS_WithTemplateSlots_185<typeof __VLS_component_185, ReturnType<typeof __VLS_template_185>>;
8375
+ export declare const IconRun: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, ReturnType<typeof __VLS_template_189>>;
7936
8376
 
7937
- export declare const IconScanBarcode: __VLS_WithTemplateSlots_186<typeof __VLS_component_186, ReturnType<typeof __VLS_template_186>>;
8377
+ export declare const IconScanBarcode: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, ReturnType<typeof __VLS_template_190>>;
7938
8378
 
7939
- export declare const IconSearch: __VLS_WithTemplateSlots_187<typeof __VLS_component_187, ReturnType<typeof __VLS_template_187>>;
8379
+ export declare const IconSearch: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, ReturnType<typeof __VLS_template_191>>;
7940
8380
 
7941
- export declare const IconServiceShop: __VLS_WithTemplateSlots_188<typeof __VLS_component_188, ReturnType<typeof __VLS_template_188>>;
8381
+ export declare const IconServiceShop: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, ReturnType<typeof __VLS_template_192>>;
7942
8382
 
7943
- export declare const IconShipping: __VLS_WithTemplateSlots_191<typeof __VLS_component_191, ReturnType<typeof __VLS_template_191>>;
8383
+ export declare const IconShipping: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, ReturnType<typeof __VLS_template_195>>;
7944
8384
 
7945
- export declare const IconShippingPrep: __VLS_WithTemplateSlots_189<typeof __VLS_component_189, ReturnType<typeof __VLS_template_189>>;
8385
+ export declare const IconShippingPrep: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, ReturnType<typeof __VLS_template_193>>;
7946
8386
 
7947
- export declare const IconShippingTruck: __VLS_WithTemplateSlots_190<typeof __VLS_component_190, ReturnType<typeof __VLS_template_190>>;
8387
+ export declare const IconShippingTruck: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, ReturnType<typeof __VLS_template_194>>;
7948
8388
 
7949
- export declare const IconShoppingBag: __VLS_WithTemplateSlots_193<typeof __VLS_component_193, ReturnType<typeof __VLS_template_193>>;
8389
+ export declare const IconShoppingBag: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, ReturnType<typeof __VLS_template_197>>;
7950
8390
 
7951
- export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_192<typeof __VLS_component_192, ReturnType<typeof __VLS_template_192>>;
8391
+ export declare const IconShoppingBagFill: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, ReturnType<typeof __VLS_template_196>>;
7952
8392
 
7953
- export declare const IconShrink: __VLS_WithTemplateSlots_194<typeof __VLS_component_194, ReturnType<typeof __VLS_template_194>>;
8393
+ export declare const IconShrink: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, ReturnType<typeof __VLS_template_198>>;
7954
8394
 
7955
- export declare const IconSizeChart: __VLS_WithTemplateSlots_195<typeof __VLS_component_195, ReturnType<typeof __VLS_template_195>>;
8395
+ export declare const IconSizeChart: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, ReturnType<typeof __VLS_template_199>>;
7956
8396
 
7957
- export declare const IconSki: __VLS_WithTemplateSlots_197<typeof __VLS_component_197, ReturnType<typeof __VLS_template_197>>;
8397
+ export declare const IconSki: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, ReturnType<typeof __VLS_template_201>>;
7958
8398
 
7959
- export declare const IconSkiBoot: __VLS_WithTemplateSlots_196<typeof __VLS_component_196, ReturnType<typeof __VLS_template_196>>;
8399
+ export declare const IconSkiBoot: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, ReturnType<typeof __VLS_template_200>>;
7960
8400
 
7961
- export declare const IconSnow: __VLS_WithTemplateSlots_199<typeof __VLS_component_199, ReturnType<typeof __VLS_template_199>>;
8401
+ export declare const IconSnow: __VLS_WithTemplateSlots_203<typeof __VLS_component_203, ReturnType<typeof __VLS_template_203>>;
7962
8402
 
7963
- export declare const IconSnowShop: __VLS_WithTemplateSlots_198<typeof __VLS_component_198, ReturnType<typeof __VLS_template_198>>;
8403
+ export declare const IconSnowShop: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, ReturnType<typeof __VLS_template_202>>;
7964
8404
 
7965
- export declare const IconSort: __VLS_WithTemplateSlots_200<typeof __VLS_component_200, ReturnType<typeof __VLS_template_200>>;
8405
+ export declare const IconSort: __VLS_WithTemplateSlots_204<typeof __VLS_component_204, ReturnType<typeof __VLS_template_204>>;
7966
8406
 
7967
- export declare const IconStar100: __VLS_WithTemplateSlots_201<typeof __VLS_component_201, ReturnType<typeof __VLS_template_201>>;
8407
+ export declare const IconStar100: __VLS_WithTemplateSlots_205<typeof __VLS_component_205, ReturnType<typeof __VLS_template_205>>;
7968
8408
 
7969
- export declare const IconStar25: __VLS_WithTemplateSlots_202<typeof __VLS_component_202, ReturnType<typeof __VLS_template_202>>;
8409
+ export declare const IconStar25: __VLS_WithTemplateSlots_206<typeof __VLS_component_206, ReturnType<typeof __VLS_template_206>>;
7970
8410
 
7971
- export declare const IconStar50: __VLS_WithTemplateSlots_203<typeof __VLS_component_203, ReturnType<typeof __VLS_template_203>>;
8411
+ export declare const IconStar50: __VLS_WithTemplateSlots_207<typeof __VLS_component_207, ReturnType<typeof __VLS_template_207>>;
7972
8412
 
7973
- export declare const IconStar75: __VLS_WithTemplateSlots_204<typeof __VLS_component_204, ReturnType<typeof __VLS_template_204>>;
8413
+ export declare const IconStar75: __VLS_WithTemplateSlots_208<typeof __VLS_component_208, ReturnType<typeof __VLS_template_208>>;
7974
8414
 
7975
- export declare const IconStarStroke: __VLS_WithTemplateSlots_205<typeof __VLS_component_205, ReturnType<typeof __VLS_template_205>>;
8415
+ export declare const IconStarStroke: __VLS_WithTemplateSlots_209<typeof __VLS_component_209, ReturnType<typeof __VLS_template_209>>;
7976
8416
 
7977
- export declare const IconStorefront: __VLS_WithTemplateSlots_206<typeof __VLS_component_206, ReturnType<typeof __VLS_template_206>>;
8417
+ export declare const IconStorefront: __VLS_WithTemplateSlots_210<typeof __VLS_component_210, ReturnType<typeof __VLS_template_210>>;
7978
8418
 
7979
- export declare const IconSwim: __VLS_WithTemplateSlots_207<typeof __VLS_component_207, ReturnType<typeof __VLS_template_207>>;
8419
+ export declare const IconSwim: __VLS_WithTemplateSlots_211<typeof __VLS_component_211, ReturnType<typeof __VLS_template_211>>;
7980
8420
 
7981
- export declare const IconTelephone: __VLS_WithTemplateSlots_208<typeof __VLS_component_208, ReturnType<typeof __VLS_template_208>>;
8421
+ export declare const IconTelephone: __VLS_WithTemplateSlots_212<typeof __VLS_component_212, ReturnType<typeof __VLS_template_212>>;
7982
8422
 
7983
- export declare const IconTent: __VLS_WithTemplateSlots_209<typeof __VLS_component_209, ReturnType<typeof __VLS_template_209>>;
8423
+ export declare const IconTent: __VLS_WithTemplateSlots_213<typeof __VLS_component_213, ReturnType<typeof __VLS_template_213>>;
7984
8424
 
7985
- export declare const IconTrash: __VLS_WithTemplateSlots_210<typeof __VLS_component_210, ReturnType<typeof __VLS_template_210>>;
8425
+ export declare const IconTrash: __VLS_WithTemplateSlots_214<typeof __VLS_component_214, ReturnType<typeof __VLS_template_214>>;
7986
8426
 
7987
- export declare const IconTwitter: __VLS_WithTemplateSlots_211<typeof __VLS_component_211, ReturnType<typeof __VLS_template_211>>;
8427
+ export declare const IconTwitter: __VLS_WithTemplateSlots_215<typeof __VLS_component_215, ReturnType<typeof __VLS_template_215>>;
7988
8428
 
7989
- export declare const IconUpload: __VLS_WithTemplateSlots_212<typeof __VLS_component_212, ReturnType<typeof __VLS_template_212>>;
8429
+ export declare const IconUpload: __VLS_WithTemplateSlots_216<typeof __VLS_component_216, ReturnType<typeof __VLS_template_216>>;
7990
8430
 
7991
- export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_213<typeof __VLS_component_213, ReturnType<typeof __VLS_template_213>>;
8431
+ export declare const IconVerifiedPurchaser: __VLS_WithTemplateSlots_217<typeof __VLS_component_217, ReturnType<typeof __VLS_template_217>>;
7992
8432
 
7993
- export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_214<typeof __VLS_component_214, ReturnType<typeof __VLS_template_214>>;
8433
+ export declare const IconVirtualOutfitting: __VLS_WithTemplateSlots_218<typeof __VLS_component_218, ReturnType<typeof __VLS_template_218>>;
7994
8434
 
7995
- export declare const IconWarningFill: __VLS_WithTemplateSlots_215<typeof __VLS_component_215, ReturnType<typeof __VLS_template_215>>;
8435
+ export declare const IconWarningFill: __VLS_WithTemplateSlots_219<typeof __VLS_component_219, ReturnType<typeof __VLS_template_219>>;
7996
8436
 
7997
- export declare const IconWarningStroke: __VLS_WithTemplateSlots_216<typeof __VLS_component_216, ReturnType<typeof __VLS_template_216>>;
8437
+ export declare const IconWarningStroke: __VLS_WithTemplateSlots_220<typeof __VLS_component_220, ReturnType<typeof __VLS_template_220>>;
7998
8438
 
7999
- export declare const IconWater: __VLS_WithTemplateSlots_217<typeof __VLS_component_217, ReturnType<typeof __VLS_template_217>>;
8439
+ export declare const IconWater: __VLS_WithTemplateSlots_221<typeof __VLS_component_221, ReturnType<typeof __VLS_template_221>>;
8000
8440
 
8001
- export declare const IconWilderness: __VLS_WithTemplateSlots_218<typeof __VLS_component_218, ReturnType<typeof __VLS_template_218>>;
8441
+ export declare const IconWilderness: __VLS_WithTemplateSlots_222<typeof __VLS_component_222, ReturnType<typeof __VLS_template_222>>;
8002
8442
 
8003
- export declare const IconXFill: __VLS_WithTemplateSlots_219<typeof __VLS_component_219, ReturnType<typeof __VLS_template_219>>;
8443
+ export declare const IconXFill: __VLS_WithTemplateSlots_223<typeof __VLS_component_223, ReturnType<typeof __VLS_template_223>>;
8004
8444
 
8005
- export declare const IconXLg: __VLS_WithTemplateSlots_220<typeof __VLS_component_220, ReturnType<typeof __VLS_template_220>>;
8445
+ export declare const IconXLg: __VLS_WithTemplateSlots_224<typeof __VLS_component_224, ReturnType<typeof __VLS_template_224>>;
8006
8446
 
8007
- export declare const IconXSm: __VLS_WithTemplateSlots_221<typeof __VLS_component_221, ReturnType<typeof __VLS_template_221>>;
8447
+ export declare const IconXSm: __VLS_WithTemplateSlots_225<typeof __VLS_component_225, ReturnType<typeof __VLS_template_225>>;
8008
8448
 
8009
- export declare const IconXStroke: __VLS_WithTemplateSlots_222<typeof __VLS_component_222, ReturnType<typeof __VLS_template_222>>;
8449
+ export declare const IconXStroke: __VLS_WithTemplateSlots_226<typeof __VLS_component_226, ReturnType<typeof __VLS_template_226>>;
8010
8450
 
8011
- export declare const IconYoutube: __VLS_WithTemplateSlots_223<typeof __VLS_component_223, ReturnType<typeof __VLS_template_223>>;
8451
+ export declare const IconYoutube: __VLS_WithTemplateSlots_227<typeof __VLS_component_227, ReturnType<typeof __VLS_template_227>>;
8012
8452
 
8013
- export declare const IconZoomIn: __VLS_WithTemplateSlots_224<typeof __VLS_component_224, ReturnType<typeof __VLS_template_224>>;
8453
+ export declare const IconZoomIn: __VLS_WithTemplateSlots_228<typeof __VLS_component_228, ReturnType<typeof __VLS_template_228>>;
8014
8454
 
8015
- export declare const IconZoomOut: __VLS_WithTemplateSlots_225<typeof __VLS_component_225, ReturnType<typeof __VLS_template_225>>;
8455
+ export declare const IconZoomOut: __VLS_WithTemplateSlots_229<typeof __VLS_component_229, ReturnType<typeof __VLS_template_229>>;
8016
8456
 
8017
8457
  /**
8018
8458
  * Foundational container for creating structured layouts
@@ -8128,7 +8568,10 @@ export declare interface NameValuePair {
8128
8568
  }
8129
8569
 
8130
8570
  export declare interface ObjectOverlayProps {
8131
- /** Determines if the container will have a gradient based on position */
8571
+ /**
8572
+ * Determines if the container will have a gradient based on position
8573
+ * @demoIgnore
8574
+ */
8132
8575
  withGradient?: boolean;
8133
8576
  /** Theme for the gradient (dark or light) */
8134
8577
  gradientTheme?: 'dark' | 'light';
@@ -8326,14 +8769,17 @@ export declare interface surface {
8326
8769
  export declare interface surfaceSelection extends surface {
8327
8770
  /**
8328
8771
  * Determines if the surface is in a checked state. Adds an `aria-checked` attribute.
8772
+ * @demoIgnore
8329
8773
  */
8330
8774
  checked?: boolean;
8331
8775
  /**
8332
8776
  * Determines if the surface is in a disabled state.
8777
+ * @demoIgnore
8333
8778
  */
8334
8779
  disabled?: boolean;
8335
8780
  /**
8336
8781
  * Determines if the surface is in a loading state.
8782
+ * @demoIgnore
8337
8783
  */
8338
8784
  loading?: boolean;
8339
8785
  /**