@dillingerstaffing/strand-vue 0.16.0 → 0.17.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 (292) hide show
  1. package/dist/components/CardSection/CardSection.vue.d.ts +27 -0
  2. package/dist/components/CardSection/CardSection.vue.d.ts.map +1 -0
  3. package/dist/components/CardSection/index.d.ts +2 -0
  4. package/dist/components/CardSection/index.d.ts.map +1 -0
  5. package/dist/components/ContainerScale/ContainerScale.vue.d.ts +23 -0
  6. package/dist/components/ContainerScale/ContainerScale.vue.d.ts.map +1 -0
  7. package/dist/components/ContainerScale/ContainerScaleAxis.vue.d.ts +23 -0
  8. package/dist/components/ContainerScale/ContainerScaleAxis.vue.d.ts.map +1 -0
  9. package/dist/components/ContainerScale/ContainerScaleBar.vue.d.ts +24 -0
  10. package/dist/components/ContainerScale/ContainerScaleBar.vue.d.ts.map +1 -0
  11. package/dist/components/ContainerScale/ContainerScaleCaption.vue.d.ts +23 -0
  12. package/dist/components/ContainerScale/ContainerScaleCaption.vue.d.ts.map +1 -0
  13. package/dist/components/ContainerScale/ContainerScaleLabel.vue.d.ts +23 -0
  14. package/dist/components/ContainerScale/ContainerScaleLabel.vue.d.ts.map +1 -0
  15. package/dist/components/ContainerScale/ContainerScalePx.vue.d.ts +23 -0
  16. package/dist/components/ContainerScale/ContainerScalePx.vue.d.ts.map +1 -0
  17. package/dist/components/ContainerScale/ContainerScaleRow.vue.d.ts +23 -0
  18. package/dist/components/ContainerScale/ContainerScaleRow.vue.d.ts.map +1 -0
  19. package/dist/components/ContainerScale/ContainerScaleTrack.vue.d.ts +23 -0
  20. package/dist/components/ContainerScale/ContainerScaleTrack.vue.d.ts.map +1 -0
  21. package/dist/components/ContainerScale/index.d.ts +9 -0
  22. package/dist/components/ContainerScale/index.d.ts.map +1 -0
  23. package/dist/components/KvEditorial/KvEditorial.vue.d.ts +32 -0
  24. package/dist/components/KvEditorial/KvEditorial.vue.d.ts.map +1 -0
  25. package/dist/components/KvEditorial/index.d.ts +2 -0
  26. package/dist/components/KvEditorial/index.d.ts.map +1 -0
  27. package/dist/components/LabFrame/LabFrame.vue.d.ts +23 -0
  28. package/dist/components/LabFrame/LabFrame.vue.d.ts.map +1 -0
  29. package/dist/components/LabFrame/LabFrameActions.vue.d.ts +23 -0
  30. package/dist/components/LabFrame/LabFrameActions.vue.d.ts.map +1 -0
  31. package/dist/components/LabFrame/LabFrameBody.vue.d.ts +23 -0
  32. package/dist/components/LabFrame/LabFrameBody.vue.d.ts.map +1 -0
  33. package/dist/components/LabFrame/LabFrameChrome.vue.d.ts +23 -0
  34. package/dist/components/LabFrame/LabFrameChrome.vue.d.ts.map +1 -0
  35. package/dist/components/LabFrame/LabFrameContent.vue.d.ts +25 -0
  36. package/dist/components/LabFrame/LabFrameContent.vue.d.ts.map +1 -0
  37. package/dist/components/LabFrame/LabFrameContentHead.vue.d.ts +23 -0
  38. package/dist/components/LabFrame/LabFrameContentHead.vue.d.ts.map +1 -0
  39. package/dist/components/LabFrame/LabFrameDot.vue.d.ts +9 -0
  40. package/dist/components/LabFrame/LabFrameDot.vue.d.ts.map +1 -0
  41. package/dist/components/LabFrame/LabFrameOverlay.vue.d.ts +23 -0
  42. package/dist/components/LabFrame/LabFrameOverlay.vue.d.ts.map +1 -0
  43. package/dist/components/LabFrame/LabFramePanel.vue.d.ts +23 -0
  44. package/dist/components/LabFrame/LabFramePanel.vue.d.ts.map +1 -0
  45. package/dist/components/LabFrame/LabFramePanelBody.vue.d.ts +23 -0
  46. package/dist/components/LabFrame/LabFramePanelBody.vue.d.ts.map +1 -0
  47. package/dist/components/LabFrame/LabFramePanelClose.vue.d.ts +25 -0
  48. package/dist/components/LabFrame/LabFramePanelClose.vue.d.ts.map +1 -0
  49. package/dist/components/LabFrame/LabFramePanelFooter.vue.d.ts +23 -0
  50. package/dist/components/LabFrame/LabFramePanelFooter.vue.d.ts.map +1 -0
  51. package/dist/components/LabFrame/LabFramePanelHeader.vue.d.ts +23 -0
  52. package/dist/components/LabFrame/LabFramePanelHeader.vue.d.ts.map +1 -0
  53. package/dist/components/LabFrame/LabFramePanelTitle.vue.d.ts +23 -0
  54. package/dist/components/LabFrame/LabFramePanelTitle.vue.d.ts.map +1 -0
  55. package/dist/components/LabFrame/LabFrameTitle.vue.d.ts +23 -0
  56. package/dist/components/LabFrame/LabFrameTitle.vue.d.ts.map +1 -0
  57. package/dist/components/LabFrame/index.d.ts +16 -0
  58. package/dist/components/LabFrame/index.d.ts.map +1 -0
  59. package/dist/components/LabGlassStage/LabGlassPanel.vue.d.ts +23 -0
  60. package/dist/components/LabGlassStage/LabGlassPanel.vue.d.ts.map +1 -0
  61. package/dist/components/LabGlassStage/LabGlassStage.vue.d.ts +23 -0
  62. package/dist/components/LabGlassStage/LabGlassStage.vue.d.ts.map +1 -0
  63. package/dist/components/LabGlassStage/index.d.ts +3 -0
  64. package/dist/components/LabGlassStage/index.d.ts.map +1 -0
  65. package/dist/components/LabRevealStage/LabRevealLine.vue.d.ts +23 -0
  66. package/dist/components/LabRevealStage/LabRevealLine.vue.d.ts.map +1 -0
  67. package/dist/components/LabRevealStage/LabRevealStage.vue.d.ts +23 -0
  68. package/dist/components/LabRevealStage/LabRevealStage.vue.d.ts.map +1 -0
  69. package/dist/components/LabRevealStage/index.d.ts +3 -0
  70. package/dist/components/LabRevealStage/index.d.ts.map +1 -0
  71. package/dist/components/LabShell/LabBrand.vue.d.ts +23 -0
  72. package/dist/components/LabShell/LabBrand.vue.d.ts.map +1 -0
  73. package/dist/components/LabShell/LabBrandMark.vue.d.ts +23 -0
  74. package/dist/components/LabShell/LabBrandMark.vue.d.ts.map +1 -0
  75. package/dist/components/LabShell/LabBrandSub.vue.d.ts +23 -0
  76. package/dist/components/LabShell/LabBrandSub.vue.d.ts.map +1 -0
  77. package/dist/components/LabShell/LabBrandTitle.vue.d.ts +23 -0
  78. package/dist/components/LabShell/LabBrandTitle.vue.d.ts.map +1 -0
  79. package/dist/components/LabShell/LabExample.vue.d.ts +23 -0
  80. package/dist/components/LabShell/LabExample.vue.d.ts.map +1 -0
  81. package/dist/components/LabShell/LabExampleCaption.vue.d.ts +23 -0
  82. package/dist/components/LabShell/LabExampleCaption.vue.d.ts.map +1 -0
  83. package/dist/components/LabShell/LabExampleCode.vue.d.ts +23 -0
  84. package/dist/components/LabShell/LabExampleCode.vue.d.ts.map +1 -0
  85. package/dist/components/LabShell/LabExampleDemo.vue.d.ts +27 -0
  86. package/dist/components/LabShell/LabExampleDemo.vue.d.ts.map +1 -0
  87. package/dist/components/LabShell/LabExampleLabel.vue.d.ts +23 -0
  88. package/dist/components/LabShell/LabExampleLabel.vue.d.ts.map +1 -0
  89. package/dist/components/LabShell/LabExampleMeta.vue.d.ts +23 -0
  90. package/dist/components/LabShell/LabExampleMeta.vue.d.ts.map +1 -0
  91. package/dist/components/LabShell/LabHeader.vue.d.ts +23 -0
  92. package/dist/components/LabShell/LabHeader.vue.d.ts.map +1 -0
  93. package/dist/components/LabShell/LabHeaderLead.vue.d.ts +23 -0
  94. package/dist/components/LabShell/LabHeaderLead.vue.d.ts.map +1 -0
  95. package/dist/components/LabShell/LabHeaderMeta.vue.d.ts +23 -0
  96. package/dist/components/LabShell/LabHeaderMeta.vue.d.ts.map +1 -0
  97. package/dist/components/LabShell/LabHeaderMetaItem.vue.d.ts +23 -0
  98. package/dist/components/LabShell/LabHeaderMetaItem.vue.d.ts.map +1 -0
  99. package/dist/components/LabShell/LabHeaderMetaLabel.vue.d.ts +23 -0
  100. package/dist/components/LabShell/LabHeaderMetaLabel.vue.d.ts.map +1 -0
  101. package/dist/components/LabShell/LabHeaderMetaValue.vue.d.ts +23 -0
  102. package/dist/components/LabShell/LabHeaderMetaValue.vue.d.ts.map +1 -0
  103. package/dist/components/LabShell/LabHeaderTitle.vue.d.ts +23 -0
  104. package/dist/components/LabShell/LabHeaderTitle.vue.d.ts.map +1 -0
  105. package/dist/components/LabShell/LabMain.vue.d.ts +23 -0
  106. package/dist/components/LabShell/LabMain.vue.d.ts.map +1 -0
  107. package/dist/components/LabShell/LabSection.vue.d.ts +23 -0
  108. package/dist/components/LabShell/LabSection.vue.d.ts.map +1 -0
  109. package/dist/components/LabShell/LabSectionBody.vue.d.ts +23 -0
  110. package/dist/components/LabShell/LabSectionBody.vue.d.ts.map +1 -0
  111. package/dist/components/LabShell/LabSectionHead.vue.d.ts +23 -0
  112. package/dist/components/LabShell/LabSectionHead.vue.d.ts.map +1 -0
  113. package/dist/components/LabShell/LabSectionHeadNote.vue.d.ts +23 -0
  114. package/dist/components/LabShell/LabSectionHeadNote.vue.d.ts.map +1 -0
  115. package/dist/components/LabShell/LabShell.vue.d.ts +23 -0
  116. package/dist/components/LabShell/LabShell.vue.d.ts.map +1 -0
  117. package/dist/components/LabShell/LabSidebar.vue.d.ts +23 -0
  118. package/dist/components/LabShell/LabSidebar.vue.d.ts.map +1 -0
  119. package/dist/components/LabShell/LabSidebarGroup.vue.d.ts +23 -0
  120. package/dist/components/LabShell/LabSidebarGroup.vue.d.ts.map +1 -0
  121. package/dist/components/LabShell/LabSidebarGroupDot.vue.d.ts +8 -0
  122. package/dist/components/LabShell/LabSidebarGroupDot.vue.d.ts.map +1 -0
  123. package/dist/components/LabShell/LabSidebarGroupLabel.vue.d.ts +23 -0
  124. package/dist/components/LabShell/LabSidebarGroupLabel.vue.d.ts.map +1 -0
  125. package/dist/components/LabShell/LabSidebarGroupLink.vue.d.ts +25 -0
  126. package/dist/components/LabShell/LabSidebarGroupLink.vue.d.ts.map +1 -0
  127. package/dist/components/LabShell/LabSidebarGroupList.vue.d.ts +23 -0
  128. package/dist/components/LabShell/LabSidebarGroupList.vue.d.ts.map +1 -0
  129. package/dist/components/LabShell/LabSidebarHead.vue.d.ts +23 -0
  130. package/dist/components/LabShell/LabSidebarHead.vue.d.ts.map +1 -0
  131. package/dist/components/LabShell/LabSidebarScroll.vue.d.ts +23 -0
  132. package/dist/components/LabShell/LabSidebarScroll.vue.d.ts.map +1 -0
  133. package/dist/components/LabShell/LabTaxonomy.vue.d.ts +23 -0
  134. package/dist/components/LabShell/LabTaxonomy.vue.d.ts.map +1 -0
  135. package/dist/components/LabShell/LabTaxonomyList.vue.d.ts +23 -0
  136. package/dist/components/LabShell/LabTaxonomyList.vue.d.ts.map +1 -0
  137. package/dist/components/LabShell/LabTaxonomyTitle.vue.d.ts +23 -0
  138. package/dist/components/LabShell/LabTaxonomyTitle.vue.d.ts.map +1 -0
  139. package/dist/components/LabShell/index.d.ts +35 -0
  140. package/dist/components/LabShell/index.d.ts.map +1 -0
  141. package/dist/components/LabTip/LabTip.vue.d.ts +25 -0
  142. package/dist/components/LabTip/LabTip.vue.d.ts.map +1 -0
  143. package/dist/components/LabTip/LabTipBubble.vue.d.ts +26 -0
  144. package/dist/components/LabTip/LabTipBubble.vue.d.ts.map +1 -0
  145. package/dist/components/LabTip/index.d.ts +3 -0
  146. package/dist/components/LabTip/index.d.ts.map +1 -0
  147. package/dist/components/LabUtilCell/LabUtilCell.vue.d.ts +23 -0
  148. package/dist/components/LabUtilCell/LabUtilCell.vue.d.ts.map +1 -0
  149. package/dist/components/LabUtilCell/LabUtilCellBlock.vue.d.ts +23 -0
  150. package/dist/components/LabUtilCell/LabUtilCellBlock.vue.d.ts.map +1 -0
  151. package/dist/components/LabUtilCell/LabUtilCellCaption.vue.d.ts +23 -0
  152. package/dist/components/LabUtilCell/LabUtilCellCaption.vue.d.ts.map +1 -0
  153. package/dist/components/LabUtilCell/LabUtilCellCode.vue.d.ts +23 -0
  154. package/dist/components/LabUtilCell/LabUtilCellCode.vue.d.ts.map +1 -0
  155. package/dist/components/LabUtilCell/LabUtilCellDemo.vue.d.ts +23 -0
  156. package/dist/components/LabUtilCell/LabUtilCellDemo.vue.d.ts.map +1 -0
  157. package/dist/components/LabUtilCell/LabUtilRow.vue.d.ts +23 -0
  158. package/dist/components/LabUtilCell/LabUtilRow.vue.d.ts.map +1 -0
  159. package/dist/components/LabUtilCell/index.d.ts +7 -0
  160. package/dist/components/LabUtilCell/index.d.ts.map +1 -0
  161. package/dist/components/Swatch/Swatch.vue.d.ts +12 -0
  162. package/dist/components/Swatch/Swatch.vue.d.ts.map +1 -0
  163. package/dist/components/Swatch/SwatchGrid.vue.d.ts +23 -0
  164. package/dist/components/Swatch/SwatchGrid.vue.d.ts.map +1 -0
  165. package/dist/components/Swatch/index.d.ts +3 -0
  166. package/dist/components/Swatch/index.d.ts.map +1 -0
  167. package/dist/components/TokenSpecimen/TokenSpecimen.vue.d.ts +23 -0
  168. package/dist/components/TokenSpecimen/TokenSpecimen.vue.d.ts.map +1 -0
  169. package/dist/components/TokenSpecimen/TokenSpecimenBox.vue.d.ts +10 -0
  170. package/dist/components/TokenSpecimen/TokenSpecimenBox.vue.d.ts.map +1 -0
  171. package/dist/components/TokenSpecimen/TokenSpecimenGrid.vue.d.ts +23 -0
  172. package/dist/components/TokenSpecimen/TokenSpecimenGrid.vue.d.ts.map +1 -0
  173. package/dist/components/TokenSpecimen/TokenSpecimenSpacer.vue.d.ts +9 -0
  174. package/dist/components/TokenSpecimen/TokenSpecimenSpacer.vue.d.ts.map +1 -0
  175. package/dist/components/TokenSpecimen/index.d.ts +5 -0
  176. package/dist/components/TokenSpecimen/index.d.ts.map +1 -0
  177. package/dist/components/TypeSpecimen/TypeSpecimen.vue.d.ts +23 -0
  178. package/dist/components/TypeSpecimen/TypeSpecimen.vue.d.ts.map +1 -0
  179. package/dist/components/TypeSpecimen/TypeSpecimenMeta.vue.d.ts +23 -0
  180. package/dist/components/TypeSpecimen/TypeSpecimenMeta.vue.d.ts.map +1 -0
  181. package/dist/components/TypeSpecimen/index.d.ts +3 -0
  182. package/dist/components/TypeSpecimen/index.d.ts.map +1 -0
  183. package/dist/css/strand-ui.css +1268 -87
  184. package/dist/index.d.ts +12 -0
  185. package/dist/index.d.ts.map +1 -1
  186. package/dist/index.js +1797 -756
  187. package/dist/index.js.map +1 -1
  188. package/package.json +2 -2
  189. package/src/components/CardSection/CardSection.test.ts +51 -0
  190. package/src/components/CardSection/CardSection.vue +42 -0
  191. package/src/components/CardSection/index.ts +1 -0
  192. package/src/components/ContainerScale/ContainerScale.test.ts +42 -0
  193. package/src/components/ContainerScale/ContainerScale.vue +8 -0
  194. package/src/components/ContainerScale/ContainerScaleAxis.vue +8 -0
  195. package/src/components/ContainerScale/ContainerScaleBar.vue +17 -0
  196. package/src/components/ContainerScale/ContainerScaleCaption.vue +8 -0
  197. package/src/components/ContainerScale/ContainerScaleLabel.vue +8 -0
  198. package/src/components/ContainerScale/ContainerScalePx.vue +8 -0
  199. package/src/components/ContainerScale/ContainerScaleRow.vue +8 -0
  200. package/src/components/ContainerScale/ContainerScaleTrack.vue +8 -0
  201. package/src/components/ContainerScale/index.ts +8 -0
  202. package/src/components/KvEditorial/KvEditorial.test.ts +43 -0
  203. package/src/components/KvEditorial/KvEditorial.vue +56 -0
  204. package/src/components/KvEditorial/index.ts +1 -0
  205. package/src/components/LabFrame/LabFrame.test.ts +89 -0
  206. package/src/components/LabFrame/LabFrame.vue +8 -0
  207. package/src/components/LabFrame/LabFrameActions.vue +8 -0
  208. package/src/components/LabFrame/LabFrameBody.vue +8 -0
  209. package/src/components/LabFrame/LabFrameChrome.vue +8 -0
  210. package/src/components/LabFrame/LabFrameContent.vue +17 -0
  211. package/src/components/LabFrame/LabFrameContentHead.vue +8 -0
  212. package/src/components/LabFrame/LabFrameDot.vue +15 -0
  213. package/src/components/LabFrame/LabFrameOverlay.vue +8 -0
  214. package/src/components/LabFrame/LabFramePanel.vue +11 -0
  215. package/src/components/LabFrame/LabFramePanelBody.vue +8 -0
  216. package/src/components/LabFrame/LabFramePanelClose.vue +26 -0
  217. package/src/components/LabFrame/LabFramePanelFooter.vue +8 -0
  218. package/src/components/LabFrame/LabFramePanelHeader.vue +8 -0
  219. package/src/components/LabFrame/LabFramePanelTitle.vue +8 -0
  220. package/src/components/LabFrame/LabFrameTitle.vue +8 -0
  221. package/src/components/LabFrame/index.ts +15 -0
  222. package/src/components/LabGlassStage/LabGlassPanel.vue +8 -0
  223. package/src/components/LabGlassStage/LabGlassStage.test.ts +16 -0
  224. package/src/components/LabGlassStage/LabGlassStage.vue +8 -0
  225. package/src/components/LabGlassStage/index.ts +2 -0
  226. package/src/components/LabRevealStage/LabRevealLine.vue +8 -0
  227. package/src/components/LabRevealStage/LabRevealStage.test.ts +16 -0
  228. package/src/components/LabRevealStage/LabRevealStage.vue +8 -0
  229. package/src/components/LabRevealStage/index.ts +2 -0
  230. package/src/components/LabShell/LabBrand.vue +8 -0
  231. package/src/components/LabShell/LabBrandMark.vue +8 -0
  232. package/src/components/LabShell/LabBrandSub.vue +8 -0
  233. package/src/components/LabShell/LabBrandTitle.vue +8 -0
  234. package/src/components/LabShell/LabExample.vue +8 -0
  235. package/src/components/LabShell/LabExampleCaption.vue +8 -0
  236. package/src/components/LabShell/LabExampleCode.vue +8 -0
  237. package/src/components/LabShell/LabExampleDemo.vue +30 -0
  238. package/src/components/LabShell/LabExampleLabel.vue +8 -0
  239. package/src/components/LabShell/LabExampleMeta.vue +8 -0
  240. package/src/components/LabShell/LabHeader.vue +8 -0
  241. package/src/components/LabShell/LabHeaderLead.vue +8 -0
  242. package/src/components/LabShell/LabHeaderMeta.vue +8 -0
  243. package/src/components/LabShell/LabHeaderMetaItem.vue +8 -0
  244. package/src/components/LabShell/LabHeaderMetaLabel.vue +8 -0
  245. package/src/components/LabShell/LabHeaderMetaValue.vue +8 -0
  246. package/src/components/LabShell/LabHeaderTitle.vue +8 -0
  247. package/src/components/LabShell/LabMain.vue +8 -0
  248. package/src/components/LabShell/LabSection.vue +8 -0
  249. package/src/components/LabShell/LabSectionBody.vue +8 -0
  250. package/src/components/LabShell/LabSectionHead.vue +8 -0
  251. package/src/components/LabShell/LabSectionHeadNote.vue +8 -0
  252. package/src/components/LabShell/LabShell.test.ts +166 -0
  253. package/src/components/LabShell/LabShell.vue +12 -0
  254. package/src/components/LabShell/LabSidebar.vue +8 -0
  255. package/src/components/LabShell/LabSidebarGroup.vue +8 -0
  256. package/src/components/LabShell/LabSidebarGroupDot.vue +8 -0
  257. package/src/components/LabShell/LabSidebarGroupLabel.vue +8 -0
  258. package/src/components/LabShell/LabSidebarGroupLink.vue +14 -0
  259. package/src/components/LabShell/LabSidebarGroupList.vue +8 -0
  260. package/src/components/LabShell/LabSidebarHead.vue +8 -0
  261. package/src/components/LabShell/LabSidebarScroll.vue +8 -0
  262. package/src/components/LabShell/LabTaxonomy.vue +8 -0
  263. package/src/components/LabShell/LabTaxonomyList.vue +8 -0
  264. package/src/components/LabShell/LabTaxonomyTitle.vue +8 -0
  265. package/src/components/LabShell/index.ts +34 -0
  266. package/src/components/LabTip/LabTip.test.ts +39 -0
  267. package/src/components/LabTip/LabTip.vue +18 -0
  268. package/src/components/LabTip/LabTipBubble.vue +19 -0
  269. package/src/components/LabTip/index.ts +2 -0
  270. package/src/components/LabUtilCell/LabUtilCell.test.ts +25 -0
  271. package/src/components/LabUtilCell/LabUtilCell.vue +8 -0
  272. package/src/components/LabUtilCell/LabUtilCellBlock.vue +8 -0
  273. package/src/components/LabUtilCell/LabUtilCellCaption.vue +8 -0
  274. package/src/components/LabUtilCell/LabUtilCellCode.vue +8 -0
  275. package/src/components/LabUtilCell/LabUtilCellDemo.vue +8 -0
  276. package/src/components/LabUtilCell/LabUtilRow.vue +8 -0
  277. package/src/components/LabUtilCell/index.ts +6 -0
  278. package/src/components/Swatch/Swatch.test.ts +29 -0
  279. package/src/components/Swatch/Swatch.vue +23 -0
  280. package/src/components/Swatch/SwatchGrid.vue +8 -0
  281. package/src/components/Swatch/index.ts +2 -0
  282. package/src/components/TokenSpecimen/TokenSpecimen.test.ts +41 -0
  283. package/src/components/TokenSpecimen/TokenSpecimen.vue +8 -0
  284. package/src/components/TokenSpecimen/TokenSpecimenBox.vue +23 -0
  285. package/src/components/TokenSpecimen/TokenSpecimenGrid.vue +8 -0
  286. package/src/components/TokenSpecimen/TokenSpecimenSpacer.vue +20 -0
  287. package/src/components/TokenSpecimen/index.ts +4 -0
  288. package/src/components/TypeSpecimen/TypeSpecimen.test.ts +17 -0
  289. package/src/components/TypeSpecimen/TypeSpecimen.vue +8 -0
  290. package/src/components/TypeSpecimen/TypeSpecimenMeta.vue +8 -0
  291. package/src/components/TypeSpecimen/index.ts +2 -0
  292. package/src/index.ts +18 -0
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
- import { defineComponent as h, computed as f, openBlock as l, createElementBlock as r, normalizeClass as _, createCommentVNode as y, createElementVNode as m, normalizeStyle as O, renderSlot as $, useSlots as V, ref as B, watch as T, onMounted as S, toDisplayString as b, Fragment as w, renderList as C, createTextVNode as I, mergeProps as k, onBeforeUnmount as M, onUnmounted as N, inject as A, provide as F, nextTick as K } from "vue";
2
- const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
1
+ import { defineComponent as c, computed as o, openBlock as l, createElementBlock as r, normalizeClass as $, createCommentVNode as g, createElementVNode as v, normalizeStyle as R, renderSlot as i, useSlots as O, ref as N, watch as T, onMounted as F, toDisplayString as h, Fragment as B, renderList as L, createTextVNode as w, mergeProps as d, onBeforeUnmount as z, onUnmounted as S, inject as H, provide as V, nextTick as P } from "vue";
2
+ const G = ["type", "disabled", "aria-disabled", "aria-busy"], A = {
3
3
  key: 0,
4
4
  class: "strand-btn__spinner",
5
5
  "aria-hidden": "true"
6
- }, ha = /* @__PURE__ */ h({
6
+ }, ga = /* @__PURE__ */ c({
7
7
  __name: "Button",
8
8
  props: {
9
9
  variant: { default: "primary" },
@@ -15,46 +15,46 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
15
15
  fullWidth: { type: Boolean, default: !1 }
16
16
  },
17
17
  emits: ["click"],
18
- setup(e, { emit: t }) {
19
- const a = e, n = t, s = f(() => a.disabled || a.loading), d = f(
18
+ setup(e, { emit: s }) {
19
+ const t = e, a = s, n = o(() => t.disabled || t.loading), f = o(
20
20
  () => [
21
21
  "strand-btn",
22
- `strand-btn--${a.variant}`,
23
- `strand-btn--${a.size}`,
24
- a.iconOnly && "strand-btn--icon-only",
25
- a.fullWidth && "strand-btn--full-width",
26
- a.loading && "strand-btn--loading"
22
+ `strand-btn--${t.variant}`,
23
+ `strand-btn--${t.size}`,
24
+ t.iconOnly && "strand-btn--icon-only",
25
+ t.fullWidth && "strand-btn--full-width",
26
+ t.loading && "strand-btn--loading"
27
27
  ].filter(Boolean).join(" ")
28
28
  );
29
- function i(o) {
30
- s.value || n("click", o);
29
+ function p(u) {
30
+ n.value || a("click", u);
31
31
  }
32
- return (o, c) => (l(), r("button", {
32
+ return (u, m) => (l(), r("button", {
33
33
  type: e.type,
34
- class: _(d.value),
35
- disabled: s.value,
36
- "aria-disabled": s.value ? "true" : void 0,
34
+ class: $(f.value),
35
+ disabled: n.value,
36
+ "aria-disabled": n.value ? "true" : void 0,
37
37
  "aria-busy": e.loading ? "true" : void 0,
38
- onClick: i
38
+ onClick: p
39
39
  }, [
40
- e.loading ? (l(), r("span", U)) : y("", !0),
41
- m("span", {
40
+ e.loading ? (l(), r("span", A)) : g("", !0),
41
+ v("span", {
42
42
  class: "strand-btn__content",
43
- style: O(e.loading ? { visibility: "hidden" } : void 0)
43
+ style: R(e.loading ? { visibility: "hidden" } : void 0)
44
44
  }, [
45
- $(o.$slots, "default")
45
+ i(u.$slots, "default")
46
46
  ], 4)
47
- ], 10, P));
47
+ ], 10, G));
48
48
  }
49
- }), q = {
49
+ }), U = {
50
50
  key: 0,
51
51
  class: "strand-input__leading",
52
52
  "aria-hidden": "true"
53
- }, G = ["type", "disabled", "aria-invalid", "value"], W = {
53
+ }, K = ["type", "disabled", "aria-invalid", "value"], q = {
54
54
  key: 1,
55
55
  class: "strand-input__trailing",
56
56
  "aria-hidden": "true"
57
- }, ba = /* @__PURE__ */ h({
57
+ }, ka = /* @__PURE__ */ c({
58
58
  __name: "Input",
59
59
  props: {
60
60
  type: { default: "text" },
@@ -63,44 +63,44 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
63
63
  modelValue: {}
64
64
  },
65
65
  emits: ["update:modelValue"],
66
- setup(e, { emit: t }) {
67
- const a = e, n = t, s = V(), d = f(
66
+ setup(e, { emit: s }) {
67
+ const t = e, a = s, n = O(), f = o(
68
68
  () => [
69
69
  "strand-input",
70
- a.error && "strand-input--error",
71
- a.disabled && "strand-input--disabled",
72
- !!s.leading && "strand-input--has-leading",
73
- !!s.trailing && "strand-input--has-trailing"
70
+ t.error && "strand-input--error",
71
+ t.disabled && "strand-input--disabled",
72
+ !!n.leading && "strand-input--has-leading",
73
+ !!n.trailing && "strand-input--has-trailing"
74
74
  ].filter(Boolean).join(" ")
75
75
  );
76
- function i(o) {
77
- const c = o.target;
78
- n("update:modelValue", c.value);
76
+ function p(u) {
77
+ const m = u.target;
78
+ a("update:modelValue", m.value);
79
79
  }
80
- return (o, c) => (l(), r("div", {
81
- class: _(d.value)
80
+ return (u, m) => (l(), r("div", {
81
+ class: $(f.value)
82
82
  }, [
83
- o.$slots.leading ? (l(), r("span", q, [
84
- $(o.$slots, "leading")
85
- ])) : y("", !0),
86
- m("input", {
83
+ u.$slots.leading ? (l(), r("span", U, [
84
+ i(u.$slots, "leading")
85
+ ])) : g("", !0),
86
+ v("input", {
87
87
  type: e.type,
88
88
  class: "strand-input__field",
89
89
  disabled: e.disabled,
90
90
  "aria-invalid": e.error ? "true" : void 0,
91
91
  value: e.modelValue,
92
- onInput: i
93
- }, null, 40, G),
94
- o.$slots.trailing ? (l(), r("span", W, [
95
- $(o.$slots, "trailing")
96
- ])) : y("", !0)
92
+ onInput: p
93
+ }, null, 40, K),
94
+ u.$slots.trailing ? (l(), r("span", q, [
95
+ i(u.$slots, "trailing")
96
+ ])) : g("", !0)
97
97
  ], 2));
98
98
  }
99
- }), H = ["disabled", "aria-invalid", "maxlength", "value"], Z = {
99
+ }), W = ["disabled", "aria-invalid", "maxlength", "value"], J = {
100
100
  key: 0,
101
101
  class: "strand-textarea__count",
102
102
  "aria-live": "polite"
103
- }, _a = /* @__PURE__ */ h({
103
+ }, Na = /* @__PURE__ */ c({
104
104
  __name: "Textarea",
105
105
  props: {
106
106
  autoResize: { type: Boolean, default: !1 },
@@ -111,49 +111,49 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
111
111
  modelValue: { default: "" }
112
112
  },
113
113
  emits: ["update:modelValue"],
114
- setup(e, { emit: t }) {
115
- const a = e, n = t, s = B(null), d = f(
114
+ setup(e, { emit: s }) {
115
+ const t = e, a = s, n = N(null), f = o(
116
116
  () => [
117
117
  "strand-textarea",
118
- a.error && "strand-textarea--error",
119
- a.disabled && "strand-textarea--disabled",
120
- a.autoResize && "strand-textarea--auto-resize"
118
+ t.error && "strand-textarea--error",
119
+ t.disabled && "strand-textarea--disabled",
120
+ t.autoResize && "strand-textarea--auto-resize"
121
121
  ].filter(Boolean).join(" ")
122
- ), i = f(
123
- () => typeof a.modelValue == "string" ? a.modelValue.length : 0
122
+ ), p = o(
123
+ () => typeof t.modelValue == "string" ? t.modelValue.length : 0
124
124
  );
125
- function o() {
126
- a.autoResize && s.value && (s.value.style.height = "auto", s.value.style.height = `${s.value.scrollHeight}px`);
125
+ function u() {
126
+ t.autoResize && n.value && (n.value.style.height = "auto", n.value.style.height = `${n.value.scrollHeight}px`);
127
127
  }
128
- function c(v) {
129
- const u = v.target;
130
- n("update:modelValue", u.value), o();
128
+ function m(b) {
129
+ const _ = b.target;
130
+ a("update:modelValue", _.value), u();
131
131
  }
132
- return T(() => a.modelValue, () => {
133
- o();
134
- }), S(() => {
135
- o();
136
- }), (v, u) => (l(), r("div", {
137
- class: _(d.value)
132
+ return T(() => t.modelValue, () => {
133
+ u();
134
+ }), F(() => {
135
+ u();
136
+ }), (b, _) => (l(), r("div", {
137
+ class: $(f.value)
138
138
  }, [
139
- m("textarea", {
139
+ v("textarea", {
140
140
  ref_key: "textareaRef",
141
- ref: s,
141
+ ref: n,
142
142
  class: "strand-textarea__field",
143
143
  disabled: e.disabled,
144
144
  "aria-invalid": e.error ? "true" : void 0,
145
145
  maxlength: e.maxLength,
146
146
  value: e.modelValue,
147
- onInput: c
148
- }, null, 40, H),
149
- e.showCount && e.maxLength != null ? (l(), r("span", Z, b(i.value) + "/" + b(e.maxLength), 1)) : y("", !0)
147
+ onInput: m
148
+ }, null, 40, W),
149
+ e.showCount && e.maxLength != null ? (l(), r("span", J, h(p.value) + "/" + h(e.maxLength), 1)) : g("", !0)
150
150
  ], 2));
151
151
  }
152
- }), J = ["value", "disabled", "aria-invalid"], Q = {
152
+ }), Z = ["value", "disabled", "aria-invalid"], Q = {
153
153
  key: 0,
154
154
  value: "",
155
155
  disabled: ""
156
- }, X = ["value"], pa = /* @__PURE__ */ h({
156
+ }, X = ["value"], Ba = /* @__PURE__ */ c({
157
157
  __name: "Select",
158
158
  props: {
159
159
  options: {},
@@ -163,35 +163,35 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
163
163
  placeholder: {}
164
164
  },
165
165
  emits: ["update:modelValue"],
166
- setup(e, { emit: t }) {
167
- const a = e, n = t, s = f(
166
+ setup(e, { emit: s }) {
167
+ const t = e, a = s, n = o(
168
168
  () => [
169
169
  "strand-select",
170
- a.error && "strand-select--error",
171
- a.disabled && "strand-select--disabled"
170
+ t.error && "strand-select--error",
171
+ t.disabled && "strand-select--disabled"
172
172
  ].filter(Boolean).join(" ")
173
173
  );
174
- function d(i) {
175
- const o = i.target;
176
- n("update:modelValue", o.value);
174
+ function f(p) {
175
+ const u = p.target;
176
+ a("update:modelValue", u.value);
177
177
  }
178
- return (i, o) => (l(), r("div", {
179
- class: _(s.value)
178
+ return (p, u) => (l(), r("div", {
179
+ class: $(n.value)
180
180
  }, [
181
- m("select", {
181
+ v("select", {
182
182
  class: "strand-select__field",
183
183
  value: e.modelValue,
184
184
  disabled: e.disabled,
185
185
  "aria-invalid": e.error ? "true" : void 0,
186
- onChange: d
186
+ onChange: f
187
187
  }, [
188
- e.placeholder ? (l(), r("option", Q, b(e.placeholder), 1)) : y("", !0),
189
- (l(!0), r(w, null, C(e.options, (c) => (l(), r("option", {
190
- key: c.value,
191
- value: c.value
192
- }, b(c.label), 9, X))), 128))
193
- ], 40, J),
194
- o[0] || (o[0] = m("span", {
188
+ e.placeholder ? (l(), r("option", Q, h(e.placeholder), 1)) : g("", !0),
189
+ (l(!0), r(B, null, L(e.options, (m) => (l(), r("option", {
190
+ key: m.value,
191
+ value: m.value
192
+ }, h(m.label), 9, X))), 128))
193
+ ], 40, Z),
194
+ u[0] || (u[0] = v("span", {
195
195
  class: "strand-select__arrow",
196
196
  "aria-hidden": "true"
197
197
  }, null, -1))
@@ -205,15 +205,15 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
205
205
  class: "strand-checkbox__icon",
206
206
  viewBox: "0 0 16 16",
207
207
  fill: "none"
208
- }, te = {
208
+ }, se = {
209
209
  key: 1,
210
210
  class: "strand-checkbox__icon",
211
211
  viewBox: "0 0 16 16",
212
212
  fill: "none"
213
- }, se = {
213
+ }, te = {
214
214
  key: 0,
215
215
  class: "strand-checkbox__label"
216
- }, ya = /* @__PURE__ */ h({
216
+ }, La = /* @__PURE__ */ c({
217
217
  __name: "Checkbox",
218
218
  props: {
219
219
  checked: { type: Boolean, default: !1 },
@@ -222,47 +222,47 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
222
222
  label: {}
223
223
  },
224
224
  emits: ["change"],
225
- setup(e, { emit: t }) {
226
- const a = e, n = t, s = B(null);
227
- S(() => {
228
- s.value && (s.value.indeterminate = a.indeterminate);
229
- }), T(() => a.indeterminate, (v) => {
230
- s.value && (s.value.indeterminate = v);
225
+ setup(e, { emit: s }) {
226
+ const t = e, a = s, n = N(null);
227
+ F(() => {
228
+ n.value && (n.value.indeterminate = t.indeterminate);
229
+ }), T(() => t.indeterminate, (b) => {
230
+ n.value && (n.value.indeterminate = b);
231
231
  });
232
- const d = f(
232
+ const f = o(
233
233
  () => [
234
234
  "strand-checkbox",
235
- a.checked && "strand-checkbox--checked",
236
- a.indeterminate && "strand-checkbox--indeterminate",
237
- a.disabled && "strand-checkbox--disabled"
235
+ t.checked && "strand-checkbox--checked",
236
+ t.indeterminate && "strand-checkbox--indeterminate",
237
+ t.disabled && "strand-checkbox--disabled"
238
238
  ].filter(Boolean).join(" ")
239
- ), i = f(
240
- () => a.indeterminate ? "mixed" : a.checked ? "true" : "false"
239
+ ), p = o(
240
+ () => t.indeterminate ? "mixed" : t.checked ? "true" : "false"
241
241
  );
242
- function o(v) {
243
- a.disabled || n("change", v);
242
+ function u(b) {
243
+ t.disabled || a("change", b);
244
244
  }
245
- function c(v) {
246
- v.key === " " && !a.disabled && (v.preventDefault(), s.value && s.value.click());
245
+ function m(b) {
246
+ b.key === " " && !t.disabled && (b.preventDefault(), n.value && n.value.click());
247
247
  }
248
- return (v, u) => (l(), r("label", {
249
- class: _(d.value),
250
- onKeydown: c
248
+ return (b, _) => (l(), r("label", {
249
+ class: $(f.value),
250
+ onKeydown: m
251
251
  }, [
252
- m("input", {
252
+ v("input", {
253
253
  ref_key: "inputRef",
254
- ref: s,
254
+ ref: n,
255
255
  type: "checkbox",
256
256
  class: "strand-checkbox__native",
257
257
  checked: e.checked,
258
258
  disabled: e.disabled,
259
- "aria-checked": i.value,
259
+ "aria-checked": p.value,
260
260
  role: "checkbox",
261
- onChange: o
261
+ onChange: u
262
262
  }, null, 40, Y),
263
- m("span", ee, [
264
- e.indeterminate ? (l(), r("svg", ae, [...u[0] || (u[0] = [
265
- m("line", {
263
+ v("span", ee, [
264
+ e.indeterminate ? (l(), r("svg", ae, [..._[0] || (_[0] = [
265
+ v("line", {
266
266
  x1: "4",
267
267
  y1: "8",
268
268
  x2: "12",
@@ -271,23 +271,23 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
271
271
  "stroke-width": "2",
272
272
  "stroke-linecap": "round"
273
273
  }, null, -1)
274
- ])])) : e.checked ? (l(), r("svg", te, [...u[1] || (u[1] = [
275
- m("path", {
274
+ ])])) : e.checked ? (l(), r("svg", se, [..._[1] || (_[1] = [
275
+ v("path", {
276
276
  d: "M3.5 8L6.5 11L12.5 5",
277
277
  stroke: "currentColor",
278
278
  "stroke-width": "2",
279
279
  "stroke-linecap": "round",
280
280
  "stroke-linejoin": "round"
281
281
  }, null, -1)
282
- ])])) : y("", !0)
282
+ ])])) : g("", !0)
283
283
  ]),
284
- e.label ? (l(), r("span", se, b(e.label), 1)) : y("", !0)
284
+ e.label ? (l(), r("span", te, h(e.label), 1)) : g("", !0)
285
285
  ], 34));
286
286
  }
287
287
  }), ne = ["checked", "disabled", "name", "value"], le = {
288
288
  key: 0,
289
289
  class: "strand-radio__label"
290
- }, ga = /* @__PURE__ */ h({
290
+ }, ja = /* @__PURE__ */ c({
291
291
  __name: "Radio",
292
292
  props: {
293
293
  checked: { type: Boolean, default: !1 },
@@ -297,42 +297,42 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
297
297
  value: {}
298
298
  },
299
299
  emits: ["change"],
300
- setup(e, { emit: t }) {
301
- const a = e, n = t, s = f(
300
+ setup(e, { emit: s }) {
301
+ const t = e, a = s, n = o(
302
302
  () => [
303
303
  "strand-radio",
304
- a.checked && "strand-radio--checked",
305
- a.disabled && "strand-radio--disabled"
304
+ t.checked && "strand-radio--checked",
305
+ t.disabled && "strand-radio--disabled"
306
306
  ].filter(Boolean).join(" ")
307
307
  );
308
- function d(i) {
309
- a.disabled || n("change", i);
308
+ function f(p) {
309
+ t.disabled || a("change", p);
310
310
  }
311
- return (i, o) => (l(), r("label", {
312
- class: _(s.value)
311
+ return (p, u) => (l(), r("label", {
312
+ class: $(n.value)
313
313
  }, [
314
- m("input", {
314
+ v("input", {
315
315
  type: "radio",
316
316
  class: "strand-radio__native",
317
317
  checked: e.checked,
318
318
  disabled: e.disabled,
319
319
  name: e.name,
320
320
  value: e.value,
321
- onChange: d
321
+ onChange: f
322
322
  }, null, 40, ne),
323
- o[0] || (o[0] = m("span", {
323
+ u[0] || (u[0] = v("span", {
324
324
  class: "strand-radio__control",
325
325
  "aria-hidden": "true"
326
326
  }, [
327
- m("span", { class: "strand-radio__dot" })
327
+ v("span", { class: "strand-radio__dot" })
328
328
  ], -1)),
329
- e.label ? (l(), r("span", le, b(e.label), 1)) : y("", !0)
329
+ e.label ? (l(), r("span", le, h(e.label), 1)) : g("", !0)
330
330
  ], 2));
331
331
  }
332
332
  }), re = ["aria-checked", "disabled"], oe = {
333
333
  key: 0,
334
334
  class: "strand-switch__label"
335
- }, $a = /* @__PURE__ */ h({
335
+ }, Ca = /* @__PURE__ */ c({
336
336
  __name: "Switch",
337
337
  props: {
338
338
  checked: { type: Boolean, default: !1 },
@@ -340,41 +340,41 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
340
340
  label: {}
341
341
  },
342
342
  emits: ["change"],
343
- setup(e, { emit: t }) {
344
- const a = e, n = t, s = f(
343
+ setup(e, { emit: s }) {
344
+ const t = e, a = s, n = o(
345
345
  () => [
346
346
  "strand-switch",
347
- a.checked && "strand-switch--checked",
348
- a.disabled && "strand-switch--disabled"
347
+ t.checked && "strand-switch--checked",
348
+ t.disabled && "strand-switch--disabled"
349
349
  ].filter(Boolean).join(" ")
350
350
  );
351
- function d() {
352
- a.disabled || n("change", !a.checked);
351
+ function f() {
352
+ t.disabled || a("change", !t.checked);
353
353
  }
354
- function i(o) {
355
- (o.key === " " || o.key === "Enter") && !a.disabled && (o.preventDefault(), n("change", !a.checked));
354
+ function p(u) {
355
+ (u.key === " " || u.key === "Enter") && !t.disabled && (u.preventDefault(), a("change", !t.checked));
356
356
  }
357
- return (o, c) => (l(), r("label", {
358
- class: _(s.value)
357
+ return (u, m) => (l(), r("label", {
358
+ class: $(n.value)
359
359
  }, [
360
- m("button", {
360
+ v("button", {
361
361
  type: "button",
362
362
  role: "switch",
363
363
  class: "strand-switch__track",
364
364
  "aria-checked": e.checked ? "true" : "false",
365
365
  disabled: e.disabled,
366
- onClick: d,
367
- onKeydown: i
368
- }, [...c[0] || (c[0] = [
369
- m("span", {
366
+ onClick: f,
367
+ onKeydown: p
368
+ }, [...m[0] || (m[0] = [
369
+ v("span", {
370
370
  class: "strand-switch__thumb",
371
371
  "aria-hidden": "true"
372
372
  }, null, -1)
373
373
  ])], 40, re),
374
- e.label ? (l(), r("span", oe, b(e.label), 1)) : y("", !0)
374
+ e.label ? (l(), r("span", oe, h(e.label), 1)) : g("", !0)
375
375
  ], 2));
376
376
  }
377
- }), ie = ["min", "max", "step", "value", "disabled", "aria-valuemin", "aria-valuemax", "aria-valuenow"], ka = /* @__PURE__ */ h({
377
+ }), ce = ["min", "max", "step", "value", "disabled", "aria-valuemin", "aria-valuemax", "aria-valuenow"], wa = /* @__PURE__ */ c({
378
378
  __name: "Slider",
379
379
  props: {
380
380
  min: { default: 0 },
@@ -384,21 +384,21 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
384
384
  disabled: { type: Boolean, default: !1 }
385
385
  },
386
386
  emits: ["update:modelValue"],
387
- setup(e, { emit: t }) {
388
- const a = e, n = t, s = f(
387
+ setup(e, { emit: s }) {
388
+ const t = e, a = s, n = o(
389
389
  () => [
390
390
  "strand-slider",
391
- a.disabled && "strand-slider--disabled"
391
+ t.disabled && "strand-slider--disabled"
392
392
  ].filter(Boolean).join(" ")
393
393
  );
394
- function d(i) {
395
- const o = i.target;
396
- n("update:modelValue", Number(o.value));
394
+ function f(p) {
395
+ const u = p.target;
396
+ a("update:modelValue", Number(u.value));
397
397
  }
398
- return (i, o) => (l(), r("div", {
399
- class: _(s.value)
398
+ return (p, u) => (l(), r("div", {
399
+ class: $(n.value)
400
400
  }, [
401
- m("input", {
401
+ v("input", {
402
402
  type: "range",
403
403
  class: "strand-slider__field",
404
404
  min: e.min,
@@ -409,15 +409,15 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
409
409
  "aria-valuemin": e.min,
410
410
  "aria-valuemax": e.max,
411
411
  "aria-valuenow": e.modelValue,
412
- onInput: d
413
- }, null, 40, ie)
412
+ onInput: f
413
+ }, null, 40, ce)
414
414
  ], 2));
415
415
  }
416
- }), de = ["for"], ce = {
416
+ }), ie = ["for"], de = {
417
417
  key: 0,
418
418
  class: "strand-form-field__required",
419
419
  "aria-hidden": "true"
420
- }, ue = { class: "strand-form-field__control" }, fe = ["id"], ve = ["id"], Ba = /* @__PURE__ */ h({
420
+ }, ue = { class: "strand-form-field__control" }, fe = ["id"], pe = ["id"], Sa = /* @__PURE__ */ c({
421
421
  __name: "FormField",
422
422
  props: {
423
423
  label: {},
@@ -427,38 +427,38 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
427
427
  required: { type: Boolean, default: !1 }
428
428
  },
429
429
  setup(e) {
430
- const t = e, a = f(
430
+ const s = e, t = o(
431
431
  () => [
432
432
  "strand-form-field",
433
- t.error && "strand-form-field--error"
433
+ s.error && "strand-form-field--error"
434
434
  ].filter(Boolean).join(" ")
435
435
  );
436
- return (n, s) => (l(), r("div", {
437
- class: _(a.value)
436
+ return (a, n) => (l(), r("div", {
437
+ class: $(t.value)
438
438
  }, [
439
- m("label", {
439
+ v("label", {
440
440
  class: "strand-form-field__label",
441
441
  for: e.htmlFor
442
442
  }, [
443
- I(b(e.label) + " ", 1),
444
- e.required ? (l(), r("span", ce, " * ")) : y("", !0)
445
- ], 8, de),
446
- m("div", ue, [
447
- $(n.$slots, "default")
443
+ w(h(e.label) + " ", 1),
444
+ e.required ? (l(), r("span", de, " * ")) : g("", !0)
445
+ ], 8, ie),
446
+ v("div", ue, [
447
+ i(a.$slots, "default")
448
448
  ]),
449
449
  e.error ? (l(), r("p", {
450
450
  key: 0,
451
451
  class: "strand-form-field__error",
452
452
  id: `${e.htmlFor}-error`,
453
453
  role: "alert"
454
- }, b(e.error), 9, fe)) : e.hint ? (l(), r("p", {
454
+ }, h(e.error), 9, fe)) : e.hint ? (l(), r("p", {
455
455
  key: 1,
456
456
  class: "strand-form-field__hint",
457
457
  id: `${e.htmlFor}-hint`
458
- }, b(e.hint), 9, ve)) : y("", !0)
458
+ }, h(e.hint), 9, pe)) : g("", !0)
459
459
  ], 2));
460
460
  }
461
- }), wa = /* @__PURE__ */ h({
461
+ }), Ta = /* @__PURE__ */ c({
462
462
  __name: "Card",
463
463
  props: {
464
464
  variant: { default: "elevated" },
@@ -466,19 +466,19 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
466
466
  className: { default: "" }
467
467
  },
468
468
  setup(e) {
469
- const t = e, a = f(
469
+ const s = e, t = o(
470
470
  () => [
471
471
  "strand-card",
472
- `strand-card--${t.variant}`,
473
- `strand-card--pad-${t.padding}`,
474
- t.className
472
+ `strand-card--${s.variant}`,
473
+ `strand-card--pad-${s.padding}`,
474
+ s.className
475
475
  ].filter(Boolean).join(" ")
476
476
  );
477
- return (n, s) => (l(), r("div", k({ class: a.value }, n.$attrs), [
478
- $(n.$slots, "default")
477
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
478
+ i(a.$slots, "default")
479
479
  ], 16));
480
480
  }
481
- }), me = ["aria-label"], Ca = /* @__PURE__ */ h({
481
+ }), me = ["aria-label"], Fa = /* @__PURE__ */ c({
482
482
  __name: "Badge",
483
483
  props: {
484
484
  variant: { default: "count" },
@@ -488,32 +488,32 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
488
488
  className: { default: "" }
489
489
  },
490
490
  setup(e) {
491
- const t = e, a = V(), n = f(() => !!a.default), s = f(() => t.variant === "count" ? t.count != null && t.count > t.maxCount ? `${t.maxCount}+` : t.count : null), d = f(() => {
492
- if (t.variant === "dot") return "Status indicator";
493
- if (t.count != null) return `${t.count} notifications`;
494
- }), i = f(
491
+ const s = e, t = O(), a = o(() => !!t.default), n = o(() => s.variant === "count" ? s.count != null && s.count > s.maxCount ? `${s.maxCount}+` : s.count : null), f = o(() => {
492
+ if (s.variant === "dot") return "Status indicator";
493
+ if (s.count != null) return `${s.count} notifications`;
494
+ }), p = o(
495
495
  () => [
496
496
  "strand-badge__indicator",
497
- `strand-badge--${t.variant}`,
498
- `strand-badge--${t.status}`
497
+ `strand-badge--${s.variant}`,
498
+ `strand-badge--${s.status}`
499
499
  ].filter(Boolean).join(" ")
500
- ), o = f(
501
- () => n.value ? ["strand-badge", t.className].filter(Boolean).join(" ") : ["strand-badge", "strand-badge--inline", t.className].filter(Boolean).join(" ")
500
+ ), u = o(
501
+ () => a.value ? ["strand-badge", s.className].filter(Boolean).join(" ") : ["strand-badge", "strand-badge--inline", s.className].filter(Boolean).join(" ")
502
502
  );
503
- return (c, v) => (l(), r("span", k({ class: o.value }, c.$attrs), [
504
- $(c.$slots, "default"),
505
- m("span", {
506
- class: _(i.value),
507
- "aria-label": d.value,
503
+ return (m, b) => (l(), r("span", d({ class: u.value }, m.$attrs), [
504
+ i(m.$slots, "default"),
505
+ v("span", {
506
+ class: $(p.value),
507
+ "aria-label": f.value,
508
508
  role: "status"
509
- }, b(s.value), 11, me)
509
+ }, h(n.value), 11, me)
510
510
  ], 16));
511
511
  }
512
- }), he = ["aria-label"], be = ["src", "alt"], _e = {
512
+ }), _e = ["aria-label"], ve = ["src", "alt"], be = {
513
513
  key: 1,
514
514
  class: "strand-avatar__initials",
515
515
  "aria-hidden": "true"
516
- }, xa = /* @__PURE__ */ h({
516
+ }, xa = /* @__PURE__ */ c({
517
517
  __name: "Avatar",
518
518
  props: {
519
519
  src: {},
@@ -523,30 +523,30 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
523
523
  className: { default: "" }
524
524
  },
525
525
  setup(e) {
526
- const t = e, a = B(!1), n = () => {
527
- a.value = !0;
528
- }, s = f(() => t.src && !a.value), d = f(() => t.initials.slice(0, 2).toUpperCase()), i = f(
526
+ const s = e, t = N(!1), a = () => {
527
+ t.value = !0;
528
+ }, n = o(() => s.src && !t.value), f = o(() => s.initials.slice(0, 2).toUpperCase()), p = o(
529
529
  () => [
530
530
  "strand-avatar",
531
- `strand-avatar--${t.size}`,
532
- t.className
531
+ `strand-avatar--${s.size}`,
532
+ s.className
533
533
  ].filter(Boolean).join(" ")
534
534
  );
535
- return (o, c) => (l(), r("div", k({
536
- class: i.value,
535
+ return (u, m) => (l(), r("div", d({
536
+ class: p.value,
537
537
  role: "img",
538
- "aria-label": e.alt || d.value
539
- }, o.$attrs), [
540
- s.value ? (l(), r("img", {
538
+ "aria-label": e.alt || f.value
539
+ }, u.$attrs), [
540
+ n.value ? (l(), r("img", {
541
541
  key: 0,
542
542
  class: "strand-avatar__img",
543
543
  src: e.src,
544
544
  alt: e.alt,
545
- onError: n
546
- }, null, 40, be)) : (l(), r("span", _e, b(d.value), 1))
547
- ], 16, he));
545
+ onError: a
546
+ }, null, 40, ve)) : (l(), r("span", be, h(f.value), 1))
547
+ ], 16, _e));
548
548
  }
549
- }), pe = { class: "strand-tag__text" }, ja = /* @__PURE__ */ h({
549
+ }), he = { class: "strand-tag__text" }, Ra = /* @__PURE__ */ c({
550
550
  __name: "Tag",
551
551
  props: {
552
552
  variant: { default: "solid" },
@@ -555,105 +555,105 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
555
555
  className: { default: "" }
556
556
  },
557
557
  emits: ["remove"],
558
- setup(e, { emit: t }) {
559
- const a = e, n = t, s = f(
558
+ setup(e, { emit: s }) {
559
+ const t = e, a = s, n = o(
560
560
  () => [
561
561
  "strand-tag",
562
- `strand-tag--${a.variant}`,
563
- `strand-tag--${a.status}`,
564
- a.className
562
+ `strand-tag--${t.variant}`,
563
+ `strand-tag--${t.status}`,
564
+ t.className
565
565
  ].filter(Boolean).join(" ")
566
566
  );
567
- return (d, i) => (l(), r("span", k({ class: s.value }, d.$attrs), [
568
- m("span", pe, [
569
- $(d.$slots, "default")
567
+ return (f, p) => (l(), r("span", d({ class: n.value }, f.$attrs), [
568
+ v("span", he, [
569
+ i(f.$slots, "default")
570
570
  ]),
571
571
  e.removable ? (l(), r("button", {
572
572
  key: 0,
573
573
  type: "button",
574
574
  class: "strand-tag__remove",
575
575
  "aria-label": "Remove",
576
- onClick: i[0] || (i[0] = (o) => n("remove"))
577
- }, [...i[1] || (i[1] = [
578
- m("svg", {
576
+ onClick: p[0] || (p[0] = (u) => a("remove"))
577
+ }, [...p[1] || (p[1] = [
578
+ v("svg", {
579
579
  width: "12",
580
580
  height: "12",
581
581
  viewBox: "0 0 12 12",
582
582
  fill: "none",
583
583
  "aria-hidden": "true"
584
584
  }, [
585
- m("path", {
585
+ v("path", {
586
586
  d: "M3 3l6 6M9 3l-6 6",
587
587
  stroke: "currentColor",
588
588
  "stroke-width": "1.5",
589
589
  "stroke-linecap": "round"
590
590
  })
591
591
  ], -1)
592
- ])])) : y("", !0)
592
+ ])])) : g("", !0)
593
593
  ], 16));
594
594
  }
595
- }), ye = { class: "strand-table" }, ge = { class: "strand-table__head" }, $e = ["aria-label", "onClick"], ke = {
595
+ }), $e = { class: "strand-table" }, ye = { class: "strand-table__head" }, ge = ["aria-label", "onClick"], ke = {
596
596
  class: "strand-table__sort-indicator",
597
597
  "aria-hidden": "true"
598
- }, Be = { class: "strand-table__body" }, Na = /* @__PURE__ */ h({
598
+ }, Ne = { class: "strand-table__body" }, Ea = /* @__PURE__ */ c({
599
599
  __name: "Table",
600
600
  props: {
601
601
  columns: {},
602
602
  data: {}
603
603
  },
604
604
  emits: ["sort"],
605
- setup(e, { emit: t }) {
606
- const a = t, n = B(null), s = B("asc"), d = f(
605
+ setup(e, { emit: s }) {
606
+ const t = s, a = N(null), n = N("asc"), f = o(
607
607
  () => ["strand-table-wrapper"].filter(Boolean).join(" ")
608
608
  );
609
- function i(c) {
610
- const v = n.value === c && s.value === "asc" ? "desc" : "asc";
611
- n.value = c, s.value = v, a("sort", c, v);
609
+ function p(m) {
610
+ const b = a.value === m && n.value === "asc" ? "desc" : "asc";
611
+ a.value = m, n.value = b, t("sort", m, b);
612
612
  }
613
- function o(c) {
614
- return n.value === c ? s.value === "asc" ? "↑" : "↓" : "↕";
613
+ function u(m) {
614
+ return a.value === m ? n.value === "asc" ? "↑" : "↓" : "↕";
615
615
  }
616
- return (c, v) => (l(), r("div", {
617
- class: _(d.value)
616
+ return (m, b) => (l(), r("div", {
617
+ class: $(f.value)
618
618
  }, [
619
- m("table", ye, [
620
- m("thead", ge, [
621
- m("tr", null, [
622
- (l(!0), r(w, null, C(e.columns, (u) => (l(), r("th", {
623
- key: u.key,
619
+ v("table", $e, [
620
+ v("thead", ye, [
621
+ v("tr", null, [
622
+ (l(!0), r(B, null, L(e.columns, (_) => (l(), r("th", {
623
+ key: _.key,
624
624
  class: "strand-table__th",
625
- style: O(u.width ? { width: u.width } : void 0)
625
+ style: R(_.width ? { width: _.width } : void 0)
626
626
  }, [
627
- u.sortable ? (l(), r("button", {
627
+ _.sortable ? (l(), r("button", {
628
628
  key: 0,
629
629
  type: "button",
630
630
  class: "strand-table__sort-btn",
631
- "aria-label": `Sort by ${u.header}`,
632
- onClick: (p) => i(u.key)
631
+ "aria-label": `Sort by ${_.header}`,
632
+ onClick: (y) => p(_.key)
633
633
  }, [
634
- I(b(u.header) + " ", 1),
635
- m("span", ke, b(o(u.key)), 1)
636
- ], 8, $e)) : (l(), r(w, { key: 1 }, [
637
- I(b(u.header), 1)
634
+ w(h(_.header) + " ", 1),
635
+ v("span", ke, h(u(_.key)), 1)
636
+ ], 8, ge)) : (l(), r(B, { key: 1 }, [
637
+ w(h(_.header), 1)
638
638
  ], 64))
639
639
  ], 4))), 128))
640
640
  ])
641
641
  ]),
642
- m("tbody", Be, [
643
- (l(!0), r(w, null, C(e.data, (u, p) => (l(), r("tr", {
644
- key: p,
642
+ v("tbody", Ne, [
643
+ (l(!0), r(B, null, L(e.data, (_, y) => (l(), r("tr", {
644
+ key: y,
645
645
  class: "strand-table__row"
646
646
  }, [
647
- (l(!0), r(w, null, C(e.columns, (g) => (l(), r("td", {
648
- key: g.key,
647
+ (l(!0), r(B, null, L(e.columns, (k) => (l(), r("td", {
648
+ key: k.key,
649
649
  class: "strand-table__td"
650
- }, b(u[g.key]), 1))), 128))
650
+ }, h(_[k.key]), 1))), 128))
651
651
  ]))), 128))
652
652
  ])
653
653
  ])
654
654
  ], 2));
655
655
  }
656
- }), we = { class: "strand-data-readout__label" }, Ce = { class: "strand-data-readout__value" }, Ta = /* @__PURE__ */ h({
656
+ }), Be = { class: "strand-data-readout__label" }, Le = { class: "strand-data-readout__value" }, Ma = /* @__PURE__ */ c({
657
657
  __name: "DataReadout",
658
658
  props: {
659
659
  label: {},
@@ -662,22 +662,22 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
662
662
  className: { default: "" }
663
663
  },
664
664
  setup(e) {
665
- const t = e, a = f(
665
+ const s = e, t = o(
666
666
  () => [
667
667
  "strand-data-readout",
668
- t.size && t.size !== "md" ? `strand-data-readout--${t.size}` : "",
669
- t.className
668
+ s.size && s.size !== "md" ? `strand-data-readout--${s.size}` : "",
669
+ s.className
670
670
  ].filter(Boolean).join(" ")
671
671
  );
672
- return (n, s) => (l(), r("div", k({ class: a.value }, n.$attrs), [
673
- m("span", we, b(e.label), 1),
674
- m("span", Ce, b(e.value), 1)
672
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
673
+ v("span", Be, h(e.label), 1),
674
+ v("span", Le, h(e.value), 1)
675
675
  ], 16));
676
676
  }
677
- }), xe = ["data-strand-copy"], je = {
677
+ }), je = ["data-strand-copy"], Ce = {
678
678
  key: 0,
679
679
  class: "strand-code-block__label"
680
- }, Ne = { class: "strand-code-block__pre" }, Te = ["aria-label"], Se = 1500, Sa = /* @__PURE__ */ h({
680
+ }, we = { class: "strand-code-block__pre" }, Se = ["aria-label"], Te = 1500, Ia = /* @__PURE__ */ c({
681
681
  __name: "CodeBlock",
682
682
  props: {
683
683
  code: {},
@@ -686,44 +686,44 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
686
686
  copyable: { type: Boolean, default: !0 }
687
687
  },
688
688
  setup(e) {
689
- const t = e, a = f(
690
- () => ["strand-code-block", t.className].filter(Boolean).join(" ")
691
- ), n = B(!1);
692
- let s = null;
693
- M(() => {
694
- s !== null && window.clearTimeout(s);
689
+ const s = e, t = o(
690
+ () => ["strand-code-block", s.className].filter(Boolean).join(" ")
691
+ ), a = N(!1);
692
+ let n = null;
693
+ z(() => {
694
+ n !== null && window.clearTimeout(n);
695
695
  });
696
- async function d() {
697
- var i;
696
+ async function f() {
697
+ var p;
698
698
  try {
699
- if ((i = navigator.clipboard) != null && i.writeText)
700
- await navigator.clipboard.writeText(t.code);
699
+ if ((p = navigator.clipboard) != null && p.writeText)
700
+ await navigator.clipboard.writeText(s.code);
701
701
  else {
702
- const o = document.createElement("textarea");
703
- o.value = t.code, o.setAttribute("readonly", ""), o.style.position = "absolute", o.style.left = "-9999px", document.body.appendChild(o), o.select(), document.execCommand("copy"), document.body.removeChild(o);
702
+ const u = document.createElement("textarea");
703
+ u.value = s.code, u.setAttribute("readonly", ""), u.style.position = "absolute", u.style.left = "-9999px", document.body.appendChild(u), u.select(), document.execCommand("copy"), document.body.removeChild(u);
704
704
  }
705
- n.value = !0, s !== null && window.clearTimeout(s), s = window.setTimeout(() => {
706
- n.value = !1;
707
- }, Se);
705
+ a.value = !0, n !== null && window.clearTimeout(n), n = window.setTimeout(() => {
706
+ a.value = !1;
707
+ }, Te);
708
708
  } catch {
709
709
  }
710
710
  }
711
- return (i, o) => (l(), r("div", k({
712
- class: a.value,
711
+ return (p, u) => (l(), r("div", d({
712
+ class: t.value,
713
713
  "data-strand-copy": e.copyable ? "" : void 0
714
- }, i.$attrs), [
715
- e.language ? (l(), r("span", je, b(e.language), 1)) : y("", !0),
716
- m("pre", Ne, [
717
- m("code", null, b(e.code), 1)
714
+ }, p.$attrs), [
715
+ e.language ? (l(), r("span", Ce, h(e.language), 1)) : g("", !0),
716
+ v("pre", we, [
717
+ v("code", null, h(e.code), 1)
718
718
  ]),
719
719
  e.copyable ? (l(), r("button", {
720
720
  key: 1,
721
721
  type: "button",
722
- class: _(["strand-code-block__copy", n.value ? "strand-code-block__copy--copied" : ""]),
723
- "aria-label": n.value ? "Copied" : "Copy code to clipboard",
724
- onClick: d
725
- }, [...o[0] || (o[0] = [
726
- m("svg", {
722
+ class: $(["strand-code-block__copy", a.value ? "strand-code-block__copy--copied" : ""]),
723
+ "aria-label": a.value ? "Copied" : "Copy code to clipboard",
724
+ onClick: f
725
+ }, [...u[0] || (u[0] = [
726
+ v("svg", {
727
727
  class: "strand-code-block__copy-icon strand-code-block__copy-icon--clipboard",
728
728
  viewBox: "0 0 16 16",
729
729
  fill: "none",
@@ -734,9 +734,9 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
734
734
  "aria-hidden": "true",
735
735
  focusable: "false"
736
736
  }, [
737
- m("path", { d: "M6 3 V2 a1 1 0 0 1 1-1 h2 a1 1 0 0 1 1 1 v1 M5 3 h6 a1 1 0 0 1 1 1 v9 a1 1 0 0 1 -1 1 h-6 a1 1 0 0 1 -1 -1 v-9 a1 1 0 0 1 1 -1 z" })
737
+ v("path", { d: "M6 3 V2 a1 1 0 0 1 1-1 h2 a1 1 0 0 1 1 1 v1 M5 3 h6 a1 1 0 0 1 1 1 v9 a1 1 0 0 1 -1 1 h-6 a1 1 0 0 1 -1 -1 v-9 a1 1 0 0 1 1 -1 z" })
738
738
  ], -1),
739
- m("svg", {
739
+ v("svg", {
740
740
  class: "strand-code-block__copy-icon strand-code-block__copy-icon--check",
741
741
  viewBox: "0 0 16 16",
742
742
  fill: "none",
@@ -747,12 +747,12 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
747
747
  "aria-hidden": "true",
748
748
  focusable: "false"
749
749
  }, [
750
- m("path", { d: "M3 8 l3 3 l7 -7" })
750
+ v("path", { d: "M3 8 l3 3 l7 -7" })
751
751
  ], -1)
752
- ])], 10, Te)) : y("", !0)
753
- ], 16, xe));
752
+ ])], 10, Se)) : g("", !0)
753
+ ], 16, je));
754
754
  }
755
- }), Ra = /* @__PURE__ */ h({
755
+ }), Oa = /* @__PURE__ */ c({
756
756
  __name: "Stack",
757
757
  props: {
758
758
  direction: { default: "vertical" },
@@ -763,26 +763,26 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
763
763
  className: { default: "" }
764
764
  },
765
765
  setup(e) {
766
- const t = e, a = f(
766
+ const s = e, t = o(
767
767
  () => [
768
768
  "strand-stack",
769
- `strand-stack--${t.direction}`,
770
- t.align !== "stretch" && `strand-stack--align-${t.align}`,
771
- t.justify && `strand-stack--justify-${t.justify}`,
772
- t.wrap && "strand-stack--wrap",
773
- t.className
769
+ `strand-stack--${s.direction}`,
770
+ s.align !== "stretch" && `strand-stack--align-${s.align}`,
771
+ s.justify && `strand-stack--justify-${s.justify}`,
772
+ s.wrap && "strand-stack--wrap",
773
+ s.className
774
774
  ].filter(Boolean).join(" ")
775
- ), n = f(() => ({
776
- gap: `var(--strand-space-${t.gap})`
775
+ ), a = o(() => ({
776
+ gap: `var(--strand-space-${s.gap})`
777
777
  }));
778
- return (s, d) => (l(), r("div", k({
779
- class: a.value,
780
- style: n.value
781
- }, s.$attrs), [
782
- $(s.$slots, "default")
778
+ return (n, f) => (l(), r("div", d({
779
+ class: t.value,
780
+ style: a.value
781
+ }, n.$attrs), [
782
+ i(n.$slots, "default")
783
783
  ], 16));
784
784
  }
785
- }), Ia = /* @__PURE__ */ h({
785
+ }), Da = /* @__PURE__ */ c({
786
786
  __name: "Grid",
787
787
  props: {
788
788
  columns: { default: 1 },
@@ -790,38 +790,38 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
790
790
  className: { default: "" }
791
791
  },
792
792
  setup(e) {
793
- const t = e, a = f(
794
- () => ["strand-grid", t.className].filter(Boolean).join(" ")
795
- ), n = f(() => ({
796
- gridTemplateColumns: `repeat(${t.columns}, 1fr)`,
797
- gap: `var(--strand-space-${t.gap})`
793
+ const s = e, t = o(
794
+ () => ["strand-grid", s.className].filter(Boolean).join(" ")
795
+ ), a = o(() => ({
796
+ gridTemplateColumns: `repeat(${s.columns}, 1fr)`,
797
+ gap: `var(--strand-space-${s.gap})`
798
798
  }));
799
- return (s, d) => (l(), r("div", k({
800
- class: a.value,
801
- style: n.value
802
- }, s.$attrs), [
803
- $(s.$slots, "default")
799
+ return (n, f) => (l(), r("div", d({
800
+ class: t.value,
801
+ style: a.value
802
+ }, n.$attrs), [
803
+ i(n.$slots, "default")
804
804
  ], 16));
805
805
  }
806
- }), Oa = /* @__PURE__ */ h({
806
+ }), za = /* @__PURE__ */ c({
807
807
  __name: "Container",
808
808
  props: {
809
809
  size: { default: "default" },
810
810
  className: { default: "" }
811
811
  },
812
812
  setup(e) {
813
- const t = e, a = f(
813
+ const s = e, t = o(
814
814
  () => [
815
815
  "strand-container",
816
- `strand-container--${t.size}`,
817
- t.className
816
+ `strand-container--${s.size}`,
817
+ s.className
818
818
  ].filter(Boolean).join(" ")
819
819
  );
820
- return (n, s) => (l(), r("div", k({ class: a.value }, n.$attrs), [
821
- $(n.$slots, "default")
820
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
821
+ i(a.$slots, "default")
822
822
  ], 16));
823
823
  }
824
- }), Re = { class: "strand-divider__label" }, Ea = /* @__PURE__ */ h({
824
+ }), Fe = { class: "strand-divider__label" }, Ha = /* @__PURE__ */ c({
825
825
  __name: "Divider",
826
826
  props: {
827
827
  direction: { default: "horizontal" },
@@ -829,31 +829,31 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
829
829
  className: { default: "" }
830
830
  },
831
831
  setup(e) {
832
- const t = e, a = f(() => t.direction === "vertical"), n = f(() => !a.value && !!t.label);
833
- f(() => !a.value && !t.label);
834
- const s = f(() => a.value ? ["strand-divider", "strand-divider--vertical", t.className].filter(Boolean).join(" ") : n.value ? ["strand-divider", "strand-divider--horizontal", "strand-divider--labeled", t.className].filter(Boolean).join(" ") : ["strand-divider", "strand-divider--horizontal", t.className].filter(Boolean).join(" "));
835
- return (d, i) => a.value ? (l(), r("div", {
832
+ const s = e, t = o(() => s.direction === "vertical"), a = o(() => !t.value && !!s.label);
833
+ o(() => !t.value && !s.label);
834
+ const n = o(() => t.value ? ["strand-divider", "strand-divider--vertical", s.className].filter(Boolean).join(" ") : a.value ? ["strand-divider", "strand-divider--horizontal", "strand-divider--labeled", s.className].filter(Boolean).join(" ") : ["strand-divider", "strand-divider--horizontal", s.className].filter(Boolean).join(" "));
835
+ return (f, p) => t.value ? (l(), r("div", {
836
836
  key: 0,
837
- class: _(s.value),
837
+ class: $(n.value),
838
838
  role: "separator",
839
839
  "aria-orientation": "vertical"
840
- }, null, 2)) : n.value ? (l(), r("div", {
840
+ }, null, 2)) : a.value ? (l(), r("div", {
841
841
  key: 1,
842
- class: _(s.value),
842
+ class: $(n.value),
843
843
  role: "separator",
844
844
  "aria-orientation": "horizontal"
845
845
  }, [
846
- i[0] || (i[0] = m("span", { class: "strand-divider__line" }, null, -1)),
847
- m("span", Re, b(e.label), 1),
848
- i[1] || (i[1] = m("span", { class: "strand-divider__line" }, null, -1))
846
+ p[0] || (p[0] = v("span", { class: "strand-divider__line" }, null, -1)),
847
+ v("span", Fe, h(e.label), 1),
848
+ p[1] || (p[1] = v("span", { class: "strand-divider__line" }, null, -1))
849
849
  ], 2)) : (l(), r("hr", {
850
850
  key: 2,
851
- class: _(s.value),
851
+ class: $(n.value),
852
852
  role: "separator",
853
853
  "aria-orientation": "horizontal"
854
854
  }, null, 2));
855
855
  }
856
- }), za = /* @__PURE__ */ h({
856
+ }), Va = /* @__PURE__ */ c({
857
857
  __name: "Section",
858
858
  props: {
859
859
  variant: { default: "standard" },
@@ -862,20 +862,20 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
862
862
  className: { default: "" }
863
863
  },
864
864
  setup(e) {
865
- const t = e, a = f(
865
+ const s = e, t = o(
866
866
  () => [
867
867
  "strand-section",
868
- `strand-section--${t.variant}`,
869
- `strand-section--bg-${t.background}`,
870
- t.borderTop && "strand-section--border-top",
871
- t.className
868
+ `strand-section--${s.variant}`,
869
+ `strand-section--bg-${s.background}`,
870
+ s.borderTop && "strand-section--border-top",
871
+ s.className
872
872
  ].filter(Boolean).join(" ")
873
873
  );
874
- return (n, s) => (l(), r("section", k({ class: a.value }, n.$attrs), [
875
- $(n.$slots, "default")
874
+ return (a, n) => (l(), r("section", d({ class: t.value }, a.$attrs), [
875
+ i(a.$slots, "default")
876
876
  ], 16));
877
877
  }
878
- }), La = /* @__PURE__ */ h({
878
+ }), Pa = /* @__PURE__ */ c({
879
879
  __name: "InstrumentViewport",
880
880
  props: {
881
881
  grid: { type: Boolean, default: !1 },
@@ -883,19 +883,19 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
883
883
  className: { default: "" }
884
884
  },
885
885
  setup(e) {
886
- const t = e, a = f(
886
+ const s = e, t = o(
887
887
  () => [
888
888
  "strand-instrument-viewport",
889
- t.grid && "strand-instrument-viewport--grid",
890
- t.fullBleed && "strand-instrument-viewport--full-bleed",
891
- t.className
889
+ s.grid && "strand-instrument-viewport--grid",
890
+ s.fullBleed && "strand-instrument-viewport--full-bleed",
891
+ s.className
892
892
  ].filter(Boolean).join(" ")
893
893
  );
894
- return (n, s) => (l(), r("div", k({ class: a.value }, n.$attrs), [
895
- $(n.$slots, "default")
894
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
895
+ i(a.$slots, "default")
896
896
  ], 16));
897
897
  }
898
- }), Va = /* @__PURE__ */ h({
898
+ }), Ga = /* @__PURE__ */ c({
899
899
  __name: "ScrollReveal",
900
900
  props: {
901
901
  threshold: { default: 0.1 },
@@ -903,34 +903,34 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
903
903
  className: { default: "" }
904
904
  },
905
905
  setup(e) {
906
- const t = e, a = B(null), n = B(!1);
907
- let s = null;
908
- const d = f(
906
+ const s = e, t = N(null), a = N(!1);
907
+ let n = null;
908
+ const f = o(
909
909
  () => [
910
910
  "strand-reveal",
911
- n.value && "strand-reveal--visible",
912
- t.className
911
+ a.value && "strand-reveal--visible",
912
+ s.className
913
913
  ].filter(Boolean).join(" ")
914
914
  );
915
- return S(() => {
916
- a.value && (s = new IntersectionObserver(
917
- (i) => {
918
- for (const o of i)
919
- o.isIntersecting ? (n.value = !0, t.once && s && a.value && s.unobserve(a.value)) : t.once || (n.value = !1);
915
+ return F(() => {
916
+ t.value && (n = new IntersectionObserver(
917
+ (p) => {
918
+ for (const u of p)
919
+ u.isIntersecting ? (a.value = !0, s.once && n && t.value && n.unobserve(t.value)) : s.once || (a.value = !1);
920
920
  },
921
- { threshold: t.threshold }
922
- ), s.observe(a.value));
923
- }), N(() => {
924
- s && (s.disconnect(), s = null);
925
- }), (i, o) => (l(), r("div", k({
921
+ { threshold: s.threshold }
922
+ ), n.observe(t.value));
923
+ }), S(() => {
924
+ n && (n.disconnect(), n = null);
925
+ }), (p, u) => (l(), r("div", d({
926
926
  ref_key: "elRef",
927
- ref: a,
928
- class: d.value
929
- }, i.$attrs), [
930
- $(i.$slots, "default")
927
+ ref: t,
928
+ class: f.value
929
+ }, p.$attrs), [
930
+ i(p.$slots, "default")
931
931
  ], 16));
932
932
  }
933
- }), Ie = ["href"], Da = /* @__PURE__ */ h({
933
+ }), xe = ["href"], Aa = /* @__PURE__ */ c({
934
934
  __name: "Link",
935
935
  props: {
936
936
  href: {},
@@ -939,355 +939,355 @@ const P = ["type", "disabled", "aria-disabled", "aria-busy"], U = {
939
939
  className: { default: "" }
940
940
  },
941
941
  setup(e) {
942
- const t = e, a = f(
943
- () => ["strand-link", t.variant !== "default" && `strand-link--${t.variant}`, t.className].filter(Boolean).join(" ")
942
+ const s = e, t = o(
943
+ () => ["strand-link", s.variant !== "default" && `strand-link--${s.variant}`, s.className].filter(Boolean).join(" ")
944
944
  );
945
- return (n, s) => (l(), r("a", k({
945
+ return (a, n) => (l(), r("a", d({
946
946
  href: e.href,
947
- class: a.value
947
+ class: t.value
948
948
  }, {
949
949
  ...e.external ? { target: "_blank", rel: "noopener noreferrer" } : {},
950
- ...n.$attrs
950
+ ...a.$attrs
951
951
  }), [
952
- $(n.$slots, "default")
953
- ], 16, Ie));
952
+ i(a.$slots, "default")
953
+ ], 16, xe));
954
954
  }
955
- }), Oe = ["id", "aria-selected", "aria-controls", "tabindex", "onClick"], Ee = ["id", "aria-labelledby", "hidden"], Ma = /* @__PURE__ */ h({
955
+ }), Re = ["id", "aria-selected", "aria-controls", "tabindex", "onClick"], Ee = ["id", "aria-labelledby", "hidden"], Ua = /* @__PURE__ */ c({
956
956
  __name: "Tabs",
957
957
  props: {
958
958
  tabs: {},
959
959
  activeTab: {}
960
960
  },
961
961
  emits: ["change"],
962
- setup(e, { emit: t }) {
963
- const a = e, n = t, s = B(null), d = f(() => ["strand-tabs"].filter(Boolean).join(" "));
964
- function i(c) {
965
- var u, p;
966
- const v = a.tabs[c];
967
- if (v) {
968
- n("change", v.id);
969
- const g = (u = s.value) == null ? void 0 : u.querySelectorAll('[role="tab"]');
970
- (p = g == null ? void 0 : g[c]) == null || p.focus();
962
+ setup(e, { emit: s }) {
963
+ const t = e, a = s, n = N(null), f = o(() => ["strand-tabs"].filter(Boolean).join(" "));
964
+ function p(m) {
965
+ var _, y;
966
+ const b = t.tabs[m];
967
+ if (b) {
968
+ a("change", b.id);
969
+ const k = (_ = n.value) == null ? void 0 : _.querySelectorAll('[role="tab"]');
970
+ (y = k == null ? void 0 : k[m]) == null || y.focus();
971
971
  }
972
972
  }
973
- function o(c) {
974
- const v = a.tabs.findIndex((p) => p.id === a.activeTab);
975
- let u = null;
976
- switch (c.key) {
973
+ function u(m) {
974
+ const b = t.tabs.findIndex((y) => y.id === t.activeTab);
975
+ let _ = null;
976
+ switch (m.key) {
977
977
  case "ArrowRight":
978
- u = (v + 1) % a.tabs.length;
978
+ _ = (b + 1) % t.tabs.length;
979
979
  break;
980
980
  case "ArrowLeft":
981
- u = (v - 1 + a.tabs.length) % a.tabs.length;
981
+ _ = (b - 1 + t.tabs.length) % t.tabs.length;
982
982
  break;
983
983
  case "Home":
984
- u = 0;
984
+ _ = 0;
985
985
  break;
986
986
  case "End":
987
- u = a.tabs.length - 1;
987
+ _ = t.tabs.length - 1;
988
988
  break;
989
989
  default:
990
990
  return;
991
991
  }
992
- c.preventDefault(), i(u);
992
+ m.preventDefault(), p(_);
993
993
  }
994
- return (c, v) => (l(), r("div", {
995
- class: _(d.value)
994
+ return (m, b) => (l(), r("div", {
995
+ class: $(f.value)
996
996
  }, [
997
- m("div", {
997
+ v("div", {
998
998
  ref_key: "tablistRef",
999
- ref: s,
999
+ ref: n,
1000
1000
  role: "tablist",
1001
- onKeydown: o
1001
+ onKeydown: u
1002
1002
  }, [
1003
- (l(!0), r(w, null, C(e.tabs, (u) => (l(), r("button", {
1004
- key: u.id,
1005
- id: `tab-${u.id}`,
1003
+ (l(!0), r(B, null, L(e.tabs, (_) => (l(), r("button", {
1004
+ key: _.id,
1005
+ id: `tab-${_.id}`,
1006
1006
  role: "tab",
1007
1007
  type: "button",
1008
- class: _([
1008
+ class: $([
1009
1009
  "strand-tabs__tab",
1010
- u.id === e.activeTab && "strand-tabs__tab--active"
1010
+ _.id === e.activeTab && "strand-tabs__tab--active"
1011
1011
  ].filter(Boolean).join(" ")),
1012
- "aria-selected": u.id === e.activeTab ? "true" : "false",
1013
- "aria-controls": `panel-${u.id}`,
1014
- tabindex: u.id === e.activeTab ? 0 : -1,
1015
- onClick: (p) => n("change", u.id)
1016
- }, b(u.label), 11, Oe))), 128))
1012
+ "aria-selected": _.id === e.activeTab ? "true" : "false",
1013
+ "aria-controls": `panel-${_.id}`,
1014
+ tabindex: _.id === e.activeTab ? 0 : -1,
1015
+ onClick: (y) => a("change", _.id)
1016
+ }, h(_.label), 11, Re))), 128))
1017
1017
  ], 544),
1018
- (l(!0), r(w, null, C(e.tabs, (u) => (l(), r("div", {
1019
- key: u.id,
1020
- id: `panel-${u.id}`,
1018
+ (l(!0), r(B, null, L(e.tabs, (_) => (l(), r("div", {
1019
+ key: _.id,
1020
+ id: `panel-${_.id}`,
1021
1021
  role: "tabpanel",
1022
- "aria-labelledby": `tab-${u.id}`,
1023
- hidden: u.id !== e.activeTab || void 0,
1022
+ "aria-labelledby": `tab-${_.id}`,
1023
+ hidden: _.id !== e.activeTab || void 0,
1024
1024
  tabindex: 0
1025
1025
  }, [
1026
- $(c.$slots, `panel-${u.id}`)
1026
+ i(m.$slots, `panel-${_.id}`)
1027
1027
  ], 8, Ee))), 128))
1028
1028
  ], 2));
1029
1029
  }
1030
- }), ze = { class: "strand-breadcrumb__list" }, Le = {
1030
+ }), Me = { class: "strand-breadcrumb__list" }, Ie = {
1031
1031
  key: 0,
1032
1032
  class: "strand-breadcrumb__separator",
1033
1033
  "aria-hidden": "true"
1034
- }, Ve = {
1034
+ }, Oe = {
1035
1035
  key: 1,
1036
1036
  class: "strand-breadcrumb__current",
1037
1037
  "aria-current": "page"
1038
- }, De = ["href"], Aa = /* @__PURE__ */ h({
1038
+ }, De = ["href"], Ka = /* @__PURE__ */ c({
1039
1039
  __name: "Breadcrumb",
1040
1040
  props: {
1041
1041
  items: {},
1042
1042
  separator: { default: "/" }
1043
1043
  },
1044
1044
  setup(e) {
1045
- const t = f(
1045
+ const s = o(
1046
1046
  () => ["strand-breadcrumb"].filter(Boolean).join(" ")
1047
1047
  );
1048
- return (a, n) => (l(), r("nav", {
1048
+ return (t, a) => (l(), r("nav", {
1049
1049
  "aria-label": "Breadcrumb",
1050
- class: _(t.value)
1050
+ class: $(s.value)
1051
1051
  }, [
1052
- m("ol", ze, [
1053
- (l(!0), r(w, null, C(e.items, (s, d) => (l(), r("li", {
1054
- key: `${s.label}-${d}`,
1052
+ v("ol", Me, [
1053
+ (l(!0), r(B, null, L(e.items, (n, f) => (l(), r("li", {
1054
+ key: `${n.label}-${f}`,
1055
1055
  class: "strand-breadcrumb__item"
1056
1056
  }, [
1057
- d > 0 ? (l(), r("span", Le, b(e.separator), 1)) : y("", !0),
1058
- d === e.items.length - 1 ? (l(), r("span", Ve, b(s.label), 1)) : (l(), r("a", {
1057
+ f > 0 ? (l(), r("span", Ie, h(e.separator), 1)) : g("", !0),
1058
+ f === e.items.length - 1 ? (l(), r("span", Oe, h(n.label), 1)) : (l(), r("a", {
1059
1059
  key: 2,
1060
- href: s.href,
1060
+ href: n.href,
1061
1061
  class: "strand-breadcrumb__link"
1062
- }, b(s.label), 9, De))
1062
+ }, h(n.label), 9, De))
1063
1063
  ]))), 128))
1064
1064
  ])
1065
1065
  ], 2));
1066
1066
  }
1067
- }), Me = { class: "strand-nav__inner" }, Ae = {
1067
+ }), ze = { class: "strand-nav__inner" }, He = {
1068
1068
  key: 0,
1069
1069
  class: "strand-nav__logo"
1070
- }, Fe = { class: "strand-nav__items" }, Ke = ["href", "aria-current"], Pe = {
1070
+ }, Ve = { class: "strand-nav__items" }, Pe = ["href", "aria-current"], Ge = {
1071
1071
  key: 1,
1072
1072
  class: "strand-nav__actions"
1073
- }, Ue = ["aria-expanded", "aria-label"], qe = {
1073
+ }, Ae = ["aria-expanded", "aria-label"], Ue = {
1074
1074
  key: 0,
1075
1075
  class: "strand-nav__mobile-menu"
1076
- }, Ge = ["href", "aria-current"], Fa = /* @__PURE__ */ h({
1076
+ }, Ke = ["href", "aria-current"], qa = /* @__PURE__ */ c({
1077
1077
  __name: "Nav",
1078
1078
  props: {
1079
1079
  items: { default: () => [] },
1080
1080
  glass: { type: Boolean, default: !1 }
1081
1081
  },
1082
1082
  setup(e) {
1083
- const t = e, a = B(!1);
1084
- function n() {
1085
- a.value = !a.value;
1083
+ const s = e, t = N(!1);
1084
+ function a() {
1085
+ t.value = !t.value;
1086
1086
  }
1087
- function s(i) {
1088
- i ? document.body.classList.add("strand-glass-nav-active") : document.body.classList.remove("strand-glass-nav-active");
1087
+ function n(p) {
1088
+ p ? document.body.classList.add("strand-glass-nav-active") : document.body.classList.remove("strand-glass-nav-active");
1089
1089
  }
1090
- S(() => s(t.glass)), N(() => document.body.classList.remove("strand-glass-nav-active")), T(() => t.glass, s);
1091
- const d = f(() => ["strand-nav", t.glass && "strand-nav--glass"].filter(Boolean).join(" "));
1092
- return (i, o) => (l(), r("nav", {
1093
- class: _(d.value),
1090
+ F(() => n(s.glass)), S(() => document.body.classList.remove("strand-glass-nav-active")), T(() => s.glass, n);
1091
+ const f = o(() => ["strand-nav", s.glass && "strand-nav--glass"].filter(Boolean).join(" "));
1092
+ return (p, u) => (l(), r("nav", {
1093
+ class: $(f.value),
1094
1094
  "aria-label": "Main navigation"
1095
1095
  }, [
1096
- m("div", Me, [
1097
- i.$slots.logo ? (l(), r("div", Ae, [
1098
- $(i.$slots, "logo")
1099
- ])) : y("", !0),
1100
- m("div", Fe, [
1101
- (l(!0), r(w, null, C(e.items, (c) => (l(), r("a", {
1102
- key: c.href,
1103
- href: c.href,
1104
- class: _([
1096
+ v("div", ze, [
1097
+ p.$slots.logo ? (l(), r("div", He, [
1098
+ i(p.$slots, "logo")
1099
+ ])) : g("", !0),
1100
+ v("div", Ve, [
1101
+ (l(!0), r(B, null, L(e.items, (m) => (l(), r("a", {
1102
+ key: m.href,
1103
+ href: m.href,
1104
+ class: $([
1105
1105
  "strand-nav__link",
1106
- c.active && "strand-nav__link--active"
1106
+ m.active && "strand-nav__link--active"
1107
1107
  ].filter(Boolean).join(" ")),
1108
- "aria-current": c.active ? "page" : void 0
1109
- }, b(c.label), 11, Ke))), 128))
1108
+ "aria-current": m.active ? "page" : void 0
1109
+ }, h(m.label), 11, Pe))), 128))
1110
1110
  ]),
1111
- i.$slots.actions ? (l(), r("div", Pe, [
1112
- $(i.$slots, "actions")
1113
- ])) : y("", !0),
1114
- m("button", {
1111
+ p.$slots.actions ? (l(), r("div", Ge, [
1112
+ i(p.$slots, "actions")
1113
+ ])) : g("", !0),
1114
+ v("button", {
1115
1115
  type: "button",
1116
1116
  class: "strand-nav__hamburger",
1117
- "aria-expanded": a.value ? "true" : "false",
1118
- "aria-label": a.value ? "Close menu" : "Menu",
1119
- onClick: n
1120
- }, [...o[0] || (o[0] = [
1121
- m("span", {
1117
+ "aria-expanded": t.value ? "true" : "false",
1118
+ "aria-label": t.value ? "Close menu" : "Menu",
1119
+ onClick: a
1120
+ }, [...u[0] || (u[0] = [
1121
+ v("span", {
1122
1122
  class: "strand-nav__hamburger-icon",
1123
1123
  "aria-hidden": "true"
1124
1124
  }, null, -1)
1125
- ])], 8, Ue)
1125
+ ])], 8, Ae)
1126
1126
  ]),
1127
- a.value ? (l(), r("div", qe, [
1128
- (l(!0), r(w, null, C(e.items, (c) => (l(), r("a", {
1129
- key: c.href,
1130
- href: c.href,
1131
- class: _([
1127
+ t.value ? (l(), r("div", Ue, [
1128
+ (l(!0), r(B, null, L(e.items, (m) => (l(), r("a", {
1129
+ key: m.href,
1130
+ href: m.href,
1131
+ class: $([
1132
1132
  "strand-nav__mobile-link",
1133
- c.active && "strand-nav__mobile-link--active"
1133
+ m.active && "strand-nav__mobile-link--active"
1134
1134
  ].filter(Boolean).join(" ")),
1135
- "aria-current": c.active ? "page" : void 0
1136
- }, b(c.label), 11, Ge))), 128))
1137
- ])) : y("", !0)
1135
+ "aria-current": m.active ? "page" : void 0
1136
+ }, h(m.label), 11, Ke))), 128))
1137
+ ])) : g("", !0)
1138
1138
  ], 2));
1139
1139
  }
1140
- }), We = ["aria-live"], He = { class: "strand-toast__status" }, Ze = { class: "strand-toast__message" }, Ka = /* @__PURE__ */ h({
1140
+ }), qe = ["aria-live"], We = { class: "strand-toast__status" }, Je = { class: "strand-toast__message" }, Wa = /* @__PURE__ */ c({
1141
1141
  __name: "Toast",
1142
1142
  props: {
1143
1143
  status: { default: "info" },
1144
1144
  message: {}
1145
1145
  },
1146
1146
  emits: ["dismiss"],
1147
- setup(e, { emit: t }) {
1148
- const a = e, n = t, s = f(
1149
- () => a.status === "error" || a.status === "warning"
1150
- ), d = f(
1151
- () => ["strand-toast", `strand-toast--${a.status}`].filter(Boolean).join(" ")
1152
- ), i = {
1147
+ setup(e, { emit: s }) {
1148
+ const t = e, a = s, n = o(
1149
+ () => t.status === "error" || t.status === "warning"
1150
+ ), f = o(
1151
+ () => ["strand-toast", `strand-toast--${t.status}`].filter(Boolean).join(" ")
1152
+ ), p = {
1153
1153
  info: "INFO",
1154
1154
  success: "COMPLETE",
1155
1155
  warning: "WARNING",
1156
1156
  error: "ERROR"
1157
- }, o = f(() => i[a.status] ?? a.status.toUpperCase());
1158
- return (c, v) => (l(), r("div", {
1159
- class: _(d.value),
1157
+ }, u = o(() => p[t.status] ?? t.status.toUpperCase());
1158
+ return (m, b) => (l(), r("div", {
1159
+ class: $(f.value),
1160
1160
  role: "status",
1161
- "aria-live": s.value ? "assertive" : "polite"
1161
+ "aria-live": n.value ? "assertive" : "polite"
1162
1162
  }, [
1163
- m("span", He, b(o.value), 1),
1164
- m("span", Ze, b(e.message), 1),
1165
- m("button", {
1163
+ v("span", We, h(u.value), 1),
1164
+ v("span", Je, h(e.message), 1),
1165
+ v("button", {
1166
1166
  type: "button",
1167
1167
  class: "strand-toast__dismiss",
1168
1168
  "aria-label": "Dismiss",
1169
- onClick: v[0] || (v[0] = (u) => n("dismiss"))
1169
+ onClick: b[0] || (b[0] = (_) => a("dismiss"))
1170
1170
  }, " × ")
1171
- ], 10, We));
1171
+ ], 10, qe));
1172
1172
  }
1173
1173
  });
1174
1174
  /*! Strand Vue | MIT License | dillingerstaffing.com */
1175
1175
  const D = Symbol("StrandToast");
1176
- function Pa() {
1177
- const e = A(D);
1176
+ function Ja() {
1177
+ const e = H(D);
1178
1178
  if (!e)
1179
1179
  throw new Error("useToast must be used within a ToastProvider");
1180
1180
  return e;
1181
1181
  }
1182
- const Je = {
1182
+ const Ze = {
1183
1183
  key: 0,
1184
1184
  class: "strand-toast__container"
1185
- }, Qe = ["aria-live"], Xe = { class: "strand-toast__status" }, Ye = { class: "strand-toast__message" }, ea = ["onClick"], Ua = /* @__PURE__ */ h({
1185
+ }, Qe = ["aria-live"], Xe = { class: "strand-toast__status" }, Ye = { class: "strand-toast__message" }, ea = ["onClick"], Za = /* @__PURE__ */ c({
1186
1186
  __name: "ToastProvider",
1187
1187
  setup(e) {
1188
- let t = 0;
1189
- const a = B([]), n = /* @__PURE__ */ new Map();
1190
- function s(v) {
1191
- const u = n.get(v);
1192
- u !== void 0 && (clearTimeout(u), n.delete(v)), a.value = a.value.filter((p) => p.id !== v);
1188
+ let s = 0;
1189
+ const t = N([]), a = /* @__PURE__ */ new Map();
1190
+ function n(b) {
1191
+ const _ = a.get(b);
1192
+ _ !== void 0 && (clearTimeout(_), a.delete(b)), t.value = t.value.filter((y) => y.id !== b);
1193
1193
  }
1194
- function d(v) {
1195
- const u = {
1196
- id: ++t,
1197
- message: v.message,
1198
- status: v.status ?? "info",
1199
- duration: v.duration ?? 5e3
1194
+ function f(b) {
1195
+ const _ = {
1196
+ id: ++s,
1197
+ message: b.message,
1198
+ status: b.status ?? "info",
1199
+ duration: b.duration ?? 5e3
1200
1200
  };
1201
- if (a.value = [...a.value, u], u.duration > 0) {
1202
- const p = setTimeout(() => {
1203
- s(u.id);
1204
- }, u.duration);
1205
- n.set(u.id, p);
1201
+ if (t.value = [...t.value, _], _.duration > 0) {
1202
+ const y = setTimeout(() => {
1203
+ n(_.id);
1204
+ }, _.duration);
1205
+ a.set(_.id, y);
1206
1206
  }
1207
1207
  }
1208
- F(D, { toast: d }), N(() => {
1209
- for (const v of n.values())
1210
- clearTimeout(v);
1211
- n.clear();
1208
+ V(D, { toast: f }), S(() => {
1209
+ for (const b of a.values())
1210
+ clearTimeout(b);
1211
+ a.clear();
1212
1212
  });
1213
- function i(v) {
1214
- return v === "error" || v === "warning";
1213
+ function p(b) {
1214
+ return b === "error" || b === "warning";
1215
1215
  }
1216
- const o = {
1216
+ const u = {
1217
1217
  info: "INFO",
1218
1218
  success: "COMPLETE",
1219
1219
  warning: "WARNING",
1220
1220
  error: "ERROR"
1221
1221
  };
1222
- function c(v) {
1223
- return o[v] ?? v.toUpperCase();
1222
+ function m(b) {
1223
+ return u[b] ?? b.toUpperCase();
1224
1224
  }
1225
- return (v, u) => (l(), r(w, null, [
1226
- $(v.$slots, "default"),
1227
- a.value.length > 0 ? (l(), r("div", Je, [
1228
- (l(!0), r(w, null, C(a.value, (p) => (l(), r("div", {
1229
- key: p.id,
1230
- class: _(["strand-toast", `strand-toast--${p.status}`].join(" ")),
1225
+ return (b, _) => (l(), r(B, null, [
1226
+ i(b.$slots, "default"),
1227
+ t.value.length > 0 ? (l(), r("div", Ze, [
1228
+ (l(!0), r(B, null, L(t.value, (y) => (l(), r("div", {
1229
+ key: y.id,
1230
+ class: $(["strand-toast", `strand-toast--${y.status}`].join(" ")),
1231
1231
  role: "status",
1232
- "aria-live": i(p.status) ? "assertive" : "polite"
1232
+ "aria-live": p(y.status) ? "assertive" : "polite"
1233
1233
  }, [
1234
- m("span", Xe, b(c(p.status)), 1),
1235
- m("span", Ye, b(p.message), 1),
1236
- m("button", {
1234
+ v("span", Xe, h(m(y.status)), 1),
1235
+ v("span", Ye, h(y.message), 1),
1236
+ v("button", {
1237
1237
  type: "button",
1238
1238
  class: "strand-toast__dismiss",
1239
1239
  "aria-label": "Dismiss",
1240
- onClick: (g) => s(p.id)
1240
+ onClick: (k) => n(y.id)
1241
1241
  }, " × ", 8, ea)
1242
1242
  ], 10, Qe))), 128))
1243
- ])) : y("", !0)
1243
+ ])) : g("", !0)
1244
1244
  ], 64));
1245
1245
  }
1246
- }), aa = ["role"], ta = { class: "strand-alert__status" }, sa = { class: "strand-alert__content" }, qa = /* @__PURE__ */ h({
1246
+ }), aa = ["role"], sa = { class: "strand-alert__status" }, ta = { class: "strand-alert__content" }, Qa = /* @__PURE__ */ c({
1247
1247
  __name: "Alert",
1248
1248
  props: {
1249
1249
  status: { default: "info" },
1250
1250
  dismissible: { type: Boolean, default: !1 }
1251
1251
  },
1252
1252
  emits: ["dismiss"],
1253
- setup(e, { emit: t }) {
1254
- const a = e, n = t, s = f(
1255
- () => a.status === "error" || a.status === "warning" ? "alert" : "status"
1256
- ), d = f(
1253
+ setup(e, { emit: s }) {
1254
+ const t = e, a = s, n = o(
1255
+ () => t.status === "error" || t.status === "warning" ? "alert" : "status"
1256
+ ), f = o(
1257
1257
  () => [
1258
1258
  "strand-alert",
1259
- `strand-alert--${a.status}`
1259
+ `strand-alert--${t.status}`
1260
1260
  ].filter(Boolean).join(" ")
1261
- ), i = {
1261
+ ), p = {
1262
1262
  info: "INFO",
1263
1263
  success: "COMPLETE",
1264
1264
  warning: "WARNING",
1265
1265
  error: "ERROR"
1266
- }, o = f(() => i[a.status] ?? a.status.toUpperCase());
1267
- function c() {
1268
- n("dismiss");
1266
+ }, u = o(() => p[t.status] ?? t.status.toUpperCase());
1267
+ function m() {
1268
+ a("dismiss");
1269
1269
  }
1270
- return (v, u) => (l(), r("div", {
1271
- class: _(d.value),
1272
- role: s.value
1270
+ return (b, _) => (l(), r("div", {
1271
+ class: $(f.value),
1272
+ role: n.value
1273
1273
  }, [
1274
- m("span", ta, b(o.value), 1),
1275
- m("div", sa, [
1276
- $(v.$slots, "default")
1274
+ v("span", sa, h(u.value), 1),
1275
+ v("div", ta, [
1276
+ i(b.$slots, "default")
1277
1277
  ]),
1278
1278
  e.dismissible ? (l(), r("button", {
1279
1279
  key: 0,
1280
1280
  type: "button",
1281
1281
  class: "strand-alert__dismiss",
1282
1282
  "aria-label": "Dismiss",
1283
- onClick: c
1284
- }, " × ")) : y("", !0)
1283
+ onClick: m
1284
+ }, " × ")) : g("", !0)
1285
1285
  ], 10, aa));
1286
1286
  }
1287
1287
  }), na = ["aria-labelledby"], la = {
1288
1288
  key: 0,
1289
1289
  class: "strand-dialog__header"
1290
- }, ra = { class: "strand-dialog__body" }, L = 'a[href], button:not(:disabled), textarea:not(:disabled), input:not(:disabled), select:not(:disabled), [tabindex]:not([tabindex="-1"])', Ga = /* @__PURE__ */ h({
1290
+ }, ra = { class: "strand-dialog__body" }, I = 'a[href], button:not(:disabled), textarea:not(:disabled), input:not(:disabled), select:not(:disabled), [tabindex]:not([tabindex="-1"])', Xa = /* @__PURE__ */ c({
1291
1291
  __name: "Dialog",
1292
1292
  props: {
1293
1293
  open: { type: Boolean },
@@ -1296,83 +1296,83 @@ const Je = {
1296
1296
  closeOnEscape: { type: Boolean, default: !0 }
1297
1297
  },
1298
1298
  emits: ["close"],
1299
- setup(e, { emit: t }) {
1300
- const a = e, n = t;
1301
- let s = 0;
1302
- const d = `strand-dialog-title-${++s}`, i = B(null);
1303
- let o = null, c = "";
1304
- const v = f(
1299
+ setup(e, { emit: s }) {
1300
+ const t = e, a = s;
1301
+ let n = 0;
1302
+ const f = `strand-dialog-title-${++n}`, p = N(null);
1303
+ let u = null, m = "";
1304
+ const b = o(
1305
1305
  () => ["strand-dialog__panel"].filter(Boolean).join(" ")
1306
1306
  );
1307
- function u(g) {
1308
- if (g.key === "Escape" && a.closeOnEscape) {
1309
- g.stopPropagation(), n("close");
1307
+ function _(k) {
1308
+ if (k.key === "Escape" && t.closeOnEscape) {
1309
+ k.stopPropagation(), a("close");
1310
1310
  return;
1311
1311
  }
1312
- if (g.key === "Tab") {
1313
- const x = i.value;
1314
- if (!x) return;
1315
- const j = Array.from(
1316
- x.querySelectorAll(L)
1312
+ if (k.key === "Tab") {
1313
+ const j = p.value;
1314
+ if (!j) return;
1315
+ const C = Array.from(
1316
+ j.querySelectorAll(I)
1317
1317
  );
1318
- if (j.length === 0) return;
1319
- const E = j[0], z = j[j.length - 1];
1320
- g.shiftKey ? document.activeElement === E && (g.preventDefault(), z.focus()) : document.activeElement === z && (g.preventDefault(), E.focus());
1318
+ if (C.length === 0) return;
1319
+ const E = C[0], M = C[C.length - 1];
1320
+ k.shiftKey ? document.activeElement === E && (k.preventDefault(), M.focus()) : document.activeElement === M && (k.preventDefault(), E.focus());
1321
1321
  }
1322
1322
  }
1323
- function p(g) {
1324
- a.closeOnOutsideClick && g.target === g.currentTarget && n("close");
1323
+ function y(k) {
1324
+ t.closeOnOutsideClick && k.target === k.currentTarget && a("close");
1325
1325
  }
1326
1326
  return T(
1327
- () => a.open,
1328
- async (g) => {
1329
- if (g) {
1330
- o = document.activeElement, c = document.body.style.overflow, document.body.style.overflow = "hidden", await K();
1331
- const x = i.value;
1332
- if (x) {
1333
- const j = x.querySelectorAll(L);
1334
- j.length > 0 ? j[0].focus() : x.focus();
1327
+ () => t.open,
1328
+ async (k) => {
1329
+ if (k) {
1330
+ u = document.activeElement, m = document.body.style.overflow, document.body.style.overflow = "hidden", await P();
1331
+ const j = p.value;
1332
+ if (j) {
1333
+ const C = j.querySelectorAll(I);
1334
+ C.length > 0 ? C[0].focus() : j.focus();
1335
1335
  }
1336
1336
  } else
1337
- document.body.style.overflow = c, o && o instanceof HTMLElement && o.focus();
1337
+ document.body.style.overflow = m, u && u instanceof HTMLElement && u.focus();
1338
1338
  },
1339
1339
  { immediate: !0 }
1340
- ), N(() => {
1341
- a.open && (document.body.style.overflow = c);
1342
- }), (g, x) => e.open ? (l(), r("div", {
1340
+ ), S(() => {
1341
+ t.open && (document.body.style.overflow = m);
1342
+ }), (k, j) => e.open ? (l(), r("div", {
1343
1343
  key: 0,
1344
1344
  class: "strand-dialog__backdrop",
1345
- onClick: p,
1346
- onKeydown: u
1345
+ onClick: y,
1346
+ onKeydown: _
1347
1347
  }, [
1348
- m("div", {
1348
+ v("div", {
1349
1349
  ref_key: "panelRef",
1350
- ref: i,
1351
- class: _(v.value),
1350
+ ref: p,
1351
+ class: $(b.value),
1352
1352
  role: "dialog",
1353
1353
  "aria-modal": "true",
1354
- "aria-labelledby": e.title ? d : void 0,
1354
+ "aria-labelledby": e.title ? f : void 0,
1355
1355
  tabindex: -1
1356
1356
  }, [
1357
1357
  e.title ? (l(), r("div", la, [
1358
- m("h2", {
1359
- id: d,
1358
+ v("h2", {
1359
+ id: f,
1360
1360
  class: "strand-dialog__title"
1361
- }, b(e.title), 1)
1362
- ])) : y("", !0),
1363
- m("button", {
1361
+ }, h(e.title), 1)
1362
+ ])) : g("", !0),
1363
+ v("button", {
1364
1364
  type: "button",
1365
1365
  class: "strand-dialog__close",
1366
1366
  "aria-label": "Close",
1367
- onClick: x[0] || (x[0] = (j) => n("close"))
1367
+ onClick: j[0] || (j[0] = (C) => a("close"))
1368
1368
  }, " × "),
1369
- m("div", ra, [
1370
- $(g.$slots, "default")
1369
+ v("div", ra, [
1370
+ i(k.$slots, "default")
1371
1371
  ])
1372
1372
  ], 10, na)
1373
- ], 32)) : y("", !0);
1373
+ ], 32)) : g("", !0);
1374
1374
  }
1375
- }), oa = ["aria-hidden"], Wa = /* @__PURE__ */ h({
1375
+ }), oa = ["aria-hidden"], Ya = /* @__PURE__ */ c({
1376
1376
  __name: "Tooltip",
1377
1377
  props: {
1378
1378
  content: {},
@@ -1380,48 +1380,48 @@ const Je = {
1380
1380
  delay: { default: 200 }
1381
1381
  },
1382
1382
  setup(e) {
1383
- const t = e;
1384
- let a = 0;
1385
- const n = `strand-tooltip-${++a}`, s = B(!1);
1386
- let d = null;
1387
- function i() {
1388
- d = setTimeout(() => {
1389
- s.value = !0;
1390
- }, t.delay);
1383
+ const s = e;
1384
+ let t = 0;
1385
+ const a = `strand-tooltip-${++t}`, n = N(!1);
1386
+ let f = null;
1387
+ function p() {
1388
+ f = setTimeout(() => {
1389
+ n.value = !0;
1390
+ }, s.delay);
1391
1391
  }
1392
- function o() {
1393
- d !== null && (clearTimeout(d), d = null), s.value = !1;
1392
+ function u() {
1393
+ f !== null && (clearTimeout(f), f = null), n.value = !1;
1394
1394
  }
1395
- N(() => {
1396
- d !== null && clearTimeout(d);
1395
+ S(() => {
1396
+ f !== null && clearTimeout(f);
1397
1397
  });
1398
- const c = f(
1398
+ const m = o(
1399
1399
  () => ["strand-tooltip__wrapper"].filter(Boolean).join(" ")
1400
- ), v = f(
1400
+ ), b = o(
1401
1401
  () => [
1402
1402
  "strand-tooltip",
1403
- `strand-tooltip--${t.position}`,
1404
- s.value && "strand-tooltip--visible"
1403
+ `strand-tooltip--${s.position}`,
1404
+ n.value && "strand-tooltip--visible"
1405
1405
  ].filter(Boolean).join(" ")
1406
1406
  );
1407
- return (u, p) => (l(), r("span", {
1408
- class: _(c.value),
1409
- "aria-describedby": n,
1410
- onMouseenter: i,
1411
- onMouseleave: o,
1412
- onFocus: i,
1413
- onBlur: o
1407
+ return (_, y) => (l(), r("span", {
1408
+ class: $(m.value),
1409
+ "aria-describedby": a,
1410
+ onMouseenter: p,
1411
+ onMouseleave: u,
1412
+ onFocus: p,
1413
+ onBlur: u
1414
1414
  }, [
1415
- $(u.$slots, "default"),
1416
- m("span", {
1417
- id: n,
1418
- class: _(v.value),
1415
+ i(_.$slots, "default"),
1416
+ v("span", {
1417
+ id: a,
1418
+ class: $(b.value),
1419
1419
  role: "tooltip",
1420
- "aria-hidden": !s.value
1421
- }, b(e.content), 11, oa)
1420
+ "aria-hidden": !n.value
1421
+ }, h(e.content), 11, oa)
1422
1422
  ], 34));
1423
1423
  }
1424
- }), ia = ["aria-valuenow"], da = ["width", "height", "viewBox"], ca = ["cx", "cy", "r"], ua = ["cx", "cy", "r", "stroke-dasharray", "stroke-dashoffset", "transform"], R = 3, Ha = /* @__PURE__ */ h({
1424
+ }), ca = ["aria-valuenow"], ia = ["width", "height", "viewBox"], da = ["cx", "cy", "r"], ua = ["cx", "cy", "r", "stroke-dasharray", "stroke-dashoffset", "transform"], x = 3, es = /* @__PURE__ */ c({
1425
1425
  __name: "Progress",
1426
1426
  props: {
1427
1427
  variant: { default: "bar" },
@@ -1430,84 +1430,84 @@ const Je = {
1430
1430
  className: { default: "" }
1431
1431
  },
1432
1432
  setup(e) {
1433
- const t = e, a = { sm: 24, md: 40, lg: 56 }, n = f(() => t.value != null), s = f(
1433
+ const s = e, t = { sm: 24, md: 40, lg: 56 }, a = o(() => s.value != null), n = o(
1434
1434
  () => [
1435
1435
  "strand-progress",
1436
- `strand-progress--${t.variant}`,
1437
- `strand-progress--${t.size}`,
1438
- !n.value && "strand-progress--indeterminate",
1439
- t.className
1436
+ `strand-progress--${s.variant}`,
1437
+ `strand-progress--${s.size}`,
1438
+ !a.value && "strand-progress--indeterminate",
1439
+ s.className
1440
1440
  ].filter(Boolean).join(" ")
1441
- ), d = f(() => a[t.size] ?? a.md), i = f(() => (d.value - R) / 2), o = f(() => 2 * Math.PI * i.value), c = f(
1442
- () => n.value ? o.value - o.value * t.value / 100 : 0
1441
+ ), f = o(() => t[s.size] ?? t.md), p = o(() => (f.value - x) / 2), u = o(() => 2 * Math.PI * p.value), m = o(
1442
+ () => a.value ? u.value - u.value * s.value / 100 : 0
1443
1443
  );
1444
- return (v, u) => (l(), r("div", k({
1445
- class: s.value,
1444
+ return (b, _) => (l(), r("div", d({
1445
+ class: n.value,
1446
1446
  role: "progressbar",
1447
1447
  "aria-valuemin": 0,
1448
1448
  "aria-valuemax": 100,
1449
- "aria-valuenow": n.value ? e.value : void 0
1450
- }, v.$attrs), [
1449
+ "aria-valuenow": a.value ? e.value : void 0
1450
+ }, b.$attrs), [
1451
1451
  e.variant === "ring" ? (l(), r("svg", {
1452
1452
  key: 0,
1453
- width: d.value,
1454
- height: d.value,
1455
- viewBox: `0 0 ${d.value} ${d.value}`,
1453
+ width: f.value,
1454
+ height: f.value,
1455
+ viewBox: `0 0 ${f.value} ${f.value}`,
1456
1456
  class: "strand-progress__ring"
1457
1457
  }, [
1458
- m("circle", {
1459
- cx: d.value / 2,
1460
- cy: d.value / 2,
1461
- r: i.value,
1458
+ v("circle", {
1459
+ cx: f.value / 2,
1460
+ cy: f.value / 2,
1461
+ r: p.value,
1462
1462
  fill: "none",
1463
- "stroke-width": R,
1463
+ "stroke-width": x,
1464
1464
  class: "strand-progress__track"
1465
- }, null, 8, ca),
1466
- m("circle", {
1467
- cx: d.value / 2,
1468
- cy: d.value / 2,
1469
- r: i.value,
1465
+ }, null, 8, da),
1466
+ v("circle", {
1467
+ cx: f.value / 2,
1468
+ cy: f.value / 2,
1469
+ r: p.value,
1470
1470
  fill: "none",
1471
- "stroke-width": R,
1472
- "stroke-dasharray": o.value,
1473
- "stroke-dashoffset": n.value ? c.value : void 0,
1471
+ "stroke-width": x,
1472
+ "stroke-dasharray": u.value,
1473
+ "stroke-dashoffset": a.value ? m.value : void 0,
1474
1474
  "stroke-linecap": "round",
1475
1475
  class: "strand-progress__fill",
1476
- transform: `rotate(-90 ${d.value / 2} ${d.value / 2})`
1476
+ transform: `rotate(-90 ${f.value / 2} ${f.value / 2})`
1477
1477
  }, null, 8, ua)
1478
- ], 8, da)) : (l(), r("div", {
1478
+ ], 8, ia)) : (l(), r("div", {
1479
1479
  key: 1,
1480
1480
  class: "strand-progress__fill",
1481
- style: O(n.value ? { width: `${e.value}%` } : void 0)
1481
+ style: R(a.value ? { width: `${e.value}%` } : void 0)
1482
1482
  }, null, 4))
1483
- ], 16, ia));
1483
+ ], 16, ca));
1484
1484
  }
1485
- }), Za = /* @__PURE__ */ h({
1485
+ }), as = /* @__PURE__ */ c({
1486
1486
  __name: "Spinner",
1487
1487
  props: {
1488
1488
  size: { default: "md" },
1489
1489
  className: { default: "" }
1490
1490
  },
1491
1491
  setup(e) {
1492
- const t = e, a = f(
1492
+ const s = e, t = o(
1493
1493
  () => [
1494
1494
  "strand-spinner",
1495
- `strand-spinner--${t.size}`,
1496
- t.className
1495
+ `strand-spinner--${s.size}`,
1496
+ s.className
1497
1497
  ].filter(Boolean).join(" ")
1498
1498
  );
1499
- return (n, s) => (l(), r("span", k({
1500
- class: a.value,
1499
+ return (a, n) => (l(), r("span", d({
1500
+ class: t.value,
1501
1501
  role: "status"
1502
- }, n.$attrs), [...s[0] || (s[0] = [
1503
- m("span", {
1502
+ }, a.$attrs), [...n[0] || (n[0] = [
1503
+ v("span", {
1504
1504
  class: "strand-spinner__ring",
1505
1505
  "aria-hidden": "true"
1506
1506
  }, null, -1),
1507
- m("span", { class: "strand-spinner__sr-only" }, "Loading", -1)
1507
+ v("span", { class: "strand-spinner__sr-only" }, "Loading", -1)
1508
1508
  ])], 16));
1509
1509
  }
1510
- }), Ja = /* @__PURE__ */ h({
1510
+ }), ss = /* @__PURE__ */ c({
1511
1511
  __name: "Skeleton",
1512
1512
  props: {
1513
1513
  variant: { default: "text" },
@@ -1516,28 +1516,28 @@ const Je = {
1516
1516
  className: { default: "" }
1517
1517
  },
1518
1518
  setup(e) {
1519
- const t = e, a = f(
1520
- () => t.width ?? (t.variant === "text" ? "100%" : void 0)
1521
- ), n = f(
1522
- () => t.variant === "circle" ? a.value : t.height
1523
- ), s = f(
1519
+ const s = e, t = o(
1520
+ () => s.width ?? (s.variant === "text" ? "100%" : void 0)
1521
+ ), a = o(
1522
+ () => s.variant === "circle" ? t.value : s.height
1523
+ ), n = o(
1524
1524
  () => [
1525
1525
  "strand-skeleton",
1526
- `strand-skeleton--${t.variant}`,
1526
+ `strand-skeleton--${s.variant}`,
1527
1527
  "strand-skeleton--shimmer",
1528
- t.className
1528
+ s.className
1529
1529
  ].filter(Boolean).join(" ")
1530
- ), d = f(() => ({
1531
- width: a.value,
1532
- height: n.value
1530
+ ), f = o(() => ({
1531
+ width: t.value,
1532
+ height: a.value
1533
1533
  }));
1534
- return (i, o) => (l(), r("div", k({
1535
- class: s.value,
1534
+ return (p, u) => (l(), r("div", d({
1535
+ class: n.value,
1536
1536
  "aria-hidden": "true",
1537
- style: d.value
1538
- }, i.$attrs), null, 16));
1537
+ style: f.value
1538
+ }, p.$attrs), null, 16));
1539
1539
  }
1540
- }), fa = ["aria-label", "data-value"], va = ["aria-checked", "aria-label", "tabindex", "disabled", "data-star-value", "onClick", "onKeydown", "onMouseenter", "onFocus"], Qa = /* @__PURE__ */ h({
1540
+ }), fa = ["aria-label", "data-value"], pa = ["aria-checked", "aria-label", "tabindex", "disabled", "data-star-value", "onClick", "onKeydown", "onMouseenter", "onFocus"], ts = /* @__PURE__ */ c({
1541
1541
  __name: "StarRating",
1542
1542
  props: {
1543
1543
  value: {},
@@ -1547,89 +1547,1130 @@ const Je = {
1547
1547
  ariaLabel: {}
1548
1548
  },
1549
1549
  setup(e) {
1550
- const t = e, a = B(0), n = f(
1550
+ const s = e, t = N(0), a = o(
1551
1551
  () => [
1552
1552
  "strand-star-rating",
1553
- `strand-star-rating--${t.size}`,
1554
- t.readOnly && "strand-star-rating--readonly"
1553
+ `strand-star-rating--${s.size}`,
1554
+ s.readOnly && "strand-star-rating--readonly"
1555
1555
  ].filter(Boolean).join(" ")
1556
- ), s = f(() => a.value || t.value);
1557
- function d(o) {
1558
- var c;
1559
- t.readOnly || (c = t.onChange) == null || c.call(t, o);
1556
+ ), n = o(() => t.value || s.value);
1557
+ function f(u) {
1558
+ var m;
1559
+ s.readOnly || (m = s.onChange) == null || m.call(s, u);
1560
1560
  }
1561
- function i(o, c) {
1562
- t.readOnly || (o.key === " " || o.key === "Enter") && (o.preventDefault(), d(c));
1561
+ function p(u, m) {
1562
+ s.readOnly || (u.key === " " || u.key === "Enter") && (u.preventDefault(), f(m));
1563
1563
  }
1564
- return (o, c) => (l(), r("div", {
1565
- class: _(n.value),
1564
+ return (u, m) => (l(), r("div", {
1565
+ class: $(a.value),
1566
1566
  role: "radiogroup",
1567
1567
  "aria-label": e.ariaLabel,
1568
1568
  "data-strand-component": "star-rating",
1569
1569
  "data-value": String(e.value)
1570
1570
  }, [
1571
- (l(), r(w, null, C(5, (v) => m("button", {
1572
- key: v,
1571
+ (l(), r(B, null, L(5, (b) => v("button", {
1572
+ key: b,
1573
1573
  type: "button",
1574
- class: _(`strand-star-rating__star${v <= s.value ? " strand-star-rating__star--active" : ""}`),
1574
+ class: $(`strand-star-rating__star${b <= n.value ? " strand-star-rating__star--active" : ""}`),
1575
1575
  role: "radio",
1576
- "aria-checked": v === e.value ? "true" : "false",
1577
- "aria-label": `${v} star${v > 1 ? "s" : ""}`,
1576
+ "aria-checked": b === e.value ? "true" : "false",
1577
+ "aria-label": `${b} star${b > 1 ? "s" : ""}`,
1578
1578
  tabindex: e.readOnly ? -1 : 0,
1579
1579
  disabled: e.readOnly,
1580
- "data-star-value": String(v),
1581
- onClick: (u) => d(v),
1582
- onKeydown: (u) => i(u, v),
1583
- onMouseenter: (u) => !e.readOnly && (a.value = v),
1584
- onMouseleave: c[0] || (c[0] = (u) => !e.readOnly && (a.value = 0)),
1585
- onFocus: (u) => !e.readOnly && (a.value = v),
1586
- onBlur: c[1] || (c[1] = (u) => !e.readOnly && (a.value = 0))
1587
- }, [...c[2] || (c[2] = [
1588
- m("span", {
1580
+ "data-star-value": String(b),
1581
+ onClick: (_) => f(b),
1582
+ onKeydown: (_) => p(_, b),
1583
+ onMouseenter: (_) => !e.readOnly && (t.value = b),
1584
+ onMouseleave: m[0] || (m[0] = (_) => !e.readOnly && (t.value = 0)),
1585
+ onFocus: (_) => !e.readOnly && (t.value = b),
1586
+ onBlur: m[1] || (m[1] = (_) => !e.readOnly && (t.value = 0))
1587
+ }, [...m[2] || (m[2] = [
1588
+ v("span", {
1589
1589
  class: "strand-star-rating__glyph",
1590
1590
  "aria-hidden": "true"
1591
- }, b("★"), -1)
1592
- ])], 42, va)), 64))
1591
+ }, h("★"), -1)
1592
+ ])], 42, pa)), 64))
1593
1593
  ], 10, fa));
1594
1594
  }
1595
+ }), ns = /* @__PURE__ */ c({
1596
+ __name: "CardSection",
1597
+ props: {
1598
+ header: { type: Boolean, default: !1 },
1599
+ className: { default: "" }
1600
+ },
1601
+ setup(e) {
1602
+ const s = e, t = o(
1603
+ () => [
1604
+ "strand-card__section",
1605
+ s.header ? "strand-card__section--header" : "",
1606
+ s.className
1607
+ ].filter(Boolean).join(" ")
1608
+ );
1609
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1610
+ i(a.$slots, "default")
1611
+ ], 16));
1612
+ }
1613
+ }), ma = { class: "strand-kv__label" }, ls = /* @__PURE__ */ c({
1614
+ __name: "KvEditorial",
1615
+ props: {
1616
+ label: {},
1617
+ value: {},
1618
+ status: { type: Boolean, default: !1 },
1619
+ className: { default: "" }
1620
+ },
1621
+ setup(e) {
1622
+ const s = e, t = o(
1623
+ () => [
1624
+ "strand-kv",
1625
+ "strand-kv--editorial",
1626
+ s.className
1627
+ ].filter(Boolean).join(" ")
1628
+ ), a = o(
1629
+ () => [
1630
+ "strand-kv__value",
1631
+ s.status ? "strand-kv__value--status" : ""
1632
+ ].filter(Boolean).join(" ")
1633
+ );
1634
+ return (n, f) => (l(), r("div", d({ class: t.value }, n.$attrs), [
1635
+ v("span", ma, [
1636
+ i(n.$slots, "label", {}, () => [
1637
+ w(h(e.label), 1)
1638
+ ])
1639
+ ]),
1640
+ v("span", {
1641
+ class: $(a.value)
1642
+ }, [
1643
+ i(n.$slots, "value", {}, () => [
1644
+ w(h(e.value), 1)
1645
+ ])
1646
+ ], 2)
1647
+ ], 16));
1648
+ }
1649
+ }), rs = /* @__PURE__ */ c({
1650
+ __name: "LabShell",
1651
+ props: {
1652
+ className: { default: "" }
1653
+ },
1654
+ setup(e) {
1655
+ const s = e, t = o(() => ["strand-ref-shell", s.className].filter(Boolean).join(" "));
1656
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1657
+ i(a.$slots, "default")
1658
+ ], 16));
1659
+ }
1660
+ }), os = /* @__PURE__ */ c({
1661
+ __name: "LabSidebar",
1662
+ props: {
1663
+ className: { default: "" }
1664
+ },
1665
+ setup(e) {
1666
+ const s = e, t = o(() => ["strand-ref-shell__sidebar", s.className].filter(Boolean).join(" "));
1667
+ return (a, n) => (l(), r("aside", d({ class: t.value }, a.$attrs), [
1668
+ i(a.$slots, "default")
1669
+ ], 16));
1670
+ }
1671
+ }), cs = /* @__PURE__ */ c({
1672
+ __name: "LabSidebarHead",
1673
+ props: {
1674
+ className: { default: "" }
1675
+ },
1676
+ setup(e) {
1677
+ const s = e, t = o(() => ["strand-ref-shell__sidebar-head", s.className].filter(Boolean).join(" "));
1678
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1679
+ i(a.$slots, "default")
1680
+ ], 16));
1681
+ }
1682
+ }), is = /* @__PURE__ */ c({
1683
+ __name: "LabSidebarScroll",
1684
+ props: {
1685
+ className: { default: "" }
1686
+ },
1687
+ setup(e) {
1688
+ const s = e, t = o(() => ["strand-ref-shell__sidebar-scroll", s.className].filter(Boolean).join(" "));
1689
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1690
+ i(a.$slots, "default")
1691
+ ], 16));
1692
+ }
1693
+ }), ds = /* @__PURE__ */ c({
1694
+ __name: "LabBrand",
1695
+ props: {
1696
+ className: { default: "" }
1697
+ },
1698
+ setup(e) {
1699
+ const s = e, t = o(() => ["strand-ref-shell__brand", s.className].filter(Boolean).join(" "));
1700
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1701
+ i(a.$slots, "default")
1702
+ ], 16));
1703
+ }
1704
+ }), us = /* @__PURE__ */ c({
1705
+ __name: "LabBrandMark",
1706
+ props: {
1707
+ className: { default: "" }
1708
+ },
1709
+ setup(e) {
1710
+ const s = e, t = o(() => ["strand-ref-shell__brand-mark", s.className].filter(Boolean).join(" "));
1711
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1712
+ i(a.$slots, "default")
1713
+ ], 16));
1714
+ }
1715
+ }), fs = /* @__PURE__ */ c({
1716
+ __name: "LabBrandTitle",
1717
+ props: {
1718
+ className: { default: "" }
1719
+ },
1720
+ setup(e) {
1721
+ const s = e, t = o(() => ["strand-ref-shell__brand-title", s.className].filter(Boolean).join(" "));
1722
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1723
+ i(a.$slots, "default")
1724
+ ], 16));
1725
+ }
1726
+ }), ps = /* @__PURE__ */ c({
1727
+ __name: "LabBrandSub",
1728
+ props: {
1729
+ className: { default: "" }
1730
+ },
1731
+ setup(e) {
1732
+ const s = e, t = o(() => ["strand-ref-shell__brand-sub", s.className].filter(Boolean).join(" "));
1733
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1734
+ i(a.$slots, "default")
1735
+ ], 16));
1736
+ }
1737
+ }), ms = /* @__PURE__ */ c({
1738
+ __name: "LabSidebarGroup",
1739
+ props: {
1740
+ className: { default: "" }
1741
+ },
1742
+ setup(e) {
1743
+ const s = e, t = o(() => ["strand-ref-shell__group", s.className].filter(Boolean).join(" "));
1744
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1745
+ i(a.$slots, "default")
1746
+ ], 16));
1747
+ }
1748
+ }), _s = /* @__PURE__ */ c({
1749
+ __name: "LabSidebarGroupLabel",
1750
+ props: {
1751
+ className: { default: "" }
1752
+ },
1753
+ setup(e) {
1754
+ const s = e, t = o(() => ["strand-ref-shell__group-label", s.className].filter(Boolean).join(" "));
1755
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1756
+ i(a.$slots, "default")
1757
+ ], 16));
1758
+ }
1759
+ }), vs = /* @__PURE__ */ c({
1760
+ __name: "LabSidebarGroupList",
1761
+ props: {
1762
+ className: { default: "" }
1763
+ },
1764
+ setup(e) {
1765
+ const s = e, t = o(() => ["strand-ref-shell__group-list", s.className].filter(Boolean).join(" "));
1766
+ return (a, n) => (l(), r("nav", d({ class: t.value }, a.$attrs), [
1767
+ i(a.$slots, "default")
1768
+ ], 16));
1769
+ }
1770
+ }), _a = ["href"], bs = /* @__PURE__ */ c({
1771
+ __name: "LabSidebarGroupLink",
1772
+ props: {
1773
+ href: { default: "#" },
1774
+ className: { default: "" }
1775
+ },
1776
+ setup(e) {
1777
+ const s = e, t = o(() => ["strand-ref-shell__group-link", s.className].filter(Boolean).join(" "));
1778
+ return (a, n) => (l(), r("a", d({
1779
+ class: t.value,
1780
+ href: s.href
1781
+ }, a.$attrs), [
1782
+ n[0] || (n[0] = v("span", { class: "strand-ref-shell__group-dot" }, null, -1)),
1783
+ i(a.$slots, "default")
1784
+ ], 16, _a));
1785
+ }
1786
+ }), hs = /* @__PURE__ */ c({
1787
+ __name: "LabSidebarGroupDot",
1788
+ props: {
1789
+ className: { default: "" }
1790
+ },
1791
+ setup(e) {
1792
+ const s = e, t = o(() => ["strand-ref-shell__group-dot", s.className].filter(Boolean).join(" "));
1793
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), null, 16));
1794
+ }
1795
+ }), $s = /* @__PURE__ */ c({
1796
+ __name: "LabMain",
1797
+ props: {
1798
+ className: { default: "" }
1799
+ },
1800
+ setup(e) {
1801
+ const s = e, t = o(() => ["strand-ref-shell__main", s.className].filter(Boolean).join(" "));
1802
+ return (a, n) => (l(), r("main", d({ class: t.value }, a.$attrs), [
1803
+ i(a.$slots, "default")
1804
+ ], 16));
1805
+ }
1806
+ }), ys = /* @__PURE__ */ c({
1807
+ __name: "LabHeader",
1808
+ props: {
1809
+ className: { default: "" }
1810
+ },
1811
+ setup(e) {
1812
+ const s = e, t = o(() => ["strand-ref-header", s.className].filter(Boolean).join(" "));
1813
+ return (a, n) => (l(), r("header", d({ class: t.value }, a.$attrs), [
1814
+ i(a.$slots, "default")
1815
+ ], 16));
1816
+ }
1817
+ }), gs = /* @__PURE__ */ c({
1818
+ __name: "LabHeaderTitle",
1819
+ props: {
1820
+ className: { default: "" }
1821
+ },
1822
+ setup(e) {
1823
+ const s = e, t = o(() => ["strand-ref-header__title", s.className].filter(Boolean).join(" "));
1824
+ return (a, n) => (l(), r("h1", d({ class: t.value }, a.$attrs), [
1825
+ i(a.$slots, "default")
1826
+ ], 16));
1827
+ }
1828
+ }), ks = /* @__PURE__ */ c({
1829
+ __name: "LabHeaderLead",
1830
+ props: {
1831
+ className: { default: "" }
1832
+ },
1833
+ setup(e) {
1834
+ const s = e, t = o(() => ["strand-ref-header__lead", s.className].filter(Boolean).join(" "));
1835
+ return (a, n) => (l(), r("p", d({ class: t.value }, a.$attrs), [
1836
+ i(a.$slots, "default")
1837
+ ], 16));
1838
+ }
1839
+ }), Ns = /* @__PURE__ */ c({
1840
+ __name: "LabHeaderMeta",
1841
+ props: {
1842
+ className: { default: "" }
1843
+ },
1844
+ setup(e) {
1845
+ const s = e, t = o(() => ["strand-ref-header__meta", s.className].filter(Boolean).join(" "));
1846
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1847
+ i(a.$slots, "default")
1848
+ ], 16));
1849
+ }
1850
+ }), Bs = /* @__PURE__ */ c({
1851
+ __name: "LabHeaderMetaItem",
1852
+ props: {
1853
+ className: { default: "" }
1854
+ },
1855
+ setup(e) {
1856
+ const s = e, t = o(() => ["strand-ref-header__meta-item", s.className].filter(Boolean).join(" "));
1857
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1858
+ i(a.$slots, "default")
1859
+ ], 16));
1860
+ }
1861
+ }), Ls = /* @__PURE__ */ c({
1862
+ __name: "LabHeaderMetaLabel",
1863
+ props: {
1864
+ className: { default: "" }
1865
+ },
1866
+ setup(e) {
1867
+ const s = e, t = o(() => ["strand-ref-header__meta-label", s.className].filter(Boolean).join(" "));
1868
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1869
+ i(a.$slots, "default")
1870
+ ], 16));
1871
+ }
1872
+ }), js = /* @__PURE__ */ c({
1873
+ __name: "LabHeaderMetaValue",
1874
+ props: {
1875
+ className: { default: "" }
1876
+ },
1877
+ setup(e) {
1878
+ const s = e, t = o(() => ["strand-ref-header__meta-value", s.className].filter(Boolean).join(" "));
1879
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1880
+ i(a.$slots, "default")
1881
+ ], 16));
1882
+ }
1883
+ }), Cs = /* @__PURE__ */ c({
1884
+ __name: "LabTaxonomy",
1885
+ props: {
1886
+ className: { default: "" }
1887
+ },
1888
+ setup(e) {
1889
+ const s = e, t = o(() => ["strand-ref-taxonomy", s.className].filter(Boolean).join(" "));
1890
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1891
+ i(a.$slots, "default")
1892
+ ], 16));
1893
+ }
1894
+ }), ws = /* @__PURE__ */ c({
1895
+ __name: "LabTaxonomyTitle",
1896
+ props: {
1897
+ className: { default: "" }
1898
+ },
1899
+ setup(e) {
1900
+ const s = e, t = o(() => ["strand-ref-taxonomy__title", s.className].filter(Boolean).join(" "));
1901
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1902
+ i(a.$slots, "default")
1903
+ ], 16));
1904
+ }
1905
+ }), Ss = /* @__PURE__ */ c({
1906
+ __name: "LabTaxonomyList",
1907
+ props: {
1908
+ className: { default: "" }
1909
+ },
1910
+ setup(e) {
1911
+ const s = e, t = o(() => ["strand-ref-taxonomy__list", s.className].filter(Boolean).join(" "));
1912
+ return (a, n) => (l(), r("dl", d({ class: t.value }, a.$attrs), [
1913
+ i(a.$slots, "default")
1914
+ ], 16));
1915
+ }
1916
+ }), Ts = /* @__PURE__ */ c({
1917
+ __name: "LabSection",
1918
+ props: {
1919
+ className: { default: "" }
1920
+ },
1921
+ setup(e) {
1922
+ const s = e, t = o(() => ["strand-ref-section", s.className].filter(Boolean).join(" "));
1923
+ return (a, n) => (l(), r("section", d({ class: t.value }, a.$attrs), [
1924
+ i(a.$slots, "default")
1925
+ ], 16));
1926
+ }
1927
+ }), Fs = /* @__PURE__ */ c({
1928
+ __name: "LabSectionHead",
1929
+ props: {
1930
+ className: { default: "" }
1931
+ },
1932
+ setup(e) {
1933
+ const s = e, t = o(() => ["strand-ref-section__head", s.className].filter(Boolean).join(" "));
1934
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1935
+ i(a.$slots, "default")
1936
+ ], 16));
1937
+ }
1938
+ }), xs = /* @__PURE__ */ c({
1939
+ __name: "LabSectionHeadNote",
1940
+ props: {
1941
+ className: { default: "" }
1942
+ },
1943
+ setup(e) {
1944
+ const s = e, t = o(() => ["strand-ref-section__head-note", s.className].filter(Boolean).join(" "));
1945
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1946
+ i(a.$slots, "default")
1947
+ ], 16));
1948
+ }
1949
+ }), Rs = /* @__PURE__ */ c({
1950
+ __name: "LabSectionBody",
1951
+ props: {
1952
+ className: { default: "" }
1953
+ },
1954
+ setup(e) {
1955
+ const s = e, t = o(() => ["strand-ref-section__body", s.className].filter(Boolean).join(" "));
1956
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1957
+ i(a.$slots, "default")
1958
+ ], 16));
1959
+ }
1960
+ }), Es = /* @__PURE__ */ c({
1961
+ __name: "LabExample",
1962
+ props: {
1963
+ className: { default: "" }
1964
+ },
1965
+ setup(e) {
1966
+ const s = e, t = o(() => ["strand-ref-example", s.className].filter(Boolean).join(" "));
1967
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1968
+ i(a.$slots, "default")
1969
+ ], 16));
1970
+ }
1971
+ }), Ms = /* @__PURE__ */ c({
1972
+ __name: "LabExampleMeta",
1973
+ props: {
1974
+ className: { default: "" }
1975
+ },
1976
+ setup(e) {
1977
+ const s = e, t = o(() => ["strand-ref-example__meta", s.className].filter(Boolean).join(" "));
1978
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
1979
+ i(a.$slots, "default")
1980
+ ], 16));
1981
+ }
1982
+ }), Is = /* @__PURE__ */ c({
1983
+ __name: "LabExampleLabel",
1984
+ props: {
1985
+ className: { default: "" }
1986
+ },
1987
+ setup(e) {
1988
+ const s = e, t = o(() => ["strand-ref-example__label", s.className].filter(Boolean).join(" "));
1989
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
1990
+ i(a.$slots, "default")
1991
+ ], 16));
1992
+ }
1993
+ }), Os = /* @__PURE__ */ c({
1994
+ __name: "LabExampleCode",
1995
+ props: {
1996
+ className: { default: "" }
1997
+ },
1998
+ setup(e) {
1999
+ const s = e, t = o(() => ["strand-ref-example__code", s.className].filter(Boolean).join(" "));
2000
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2001
+ i(a.$slots, "default")
2002
+ ], 16));
2003
+ }
2004
+ }), Ds = /* @__PURE__ */ c({
2005
+ __name: "LabExampleDemo",
2006
+ props: {
2007
+ padNone: { type: Boolean, default: !1 },
2008
+ recessed: { type: Boolean, default: !1 },
2009
+ className: { default: "" }
2010
+ },
2011
+ setup(e) {
2012
+ const s = e, t = o(
2013
+ () => [
2014
+ "strand-ref-example__demo",
2015
+ s.padNone ? "strand-ref-example__demo--pad-none" : "",
2016
+ s.recessed ? "strand-ref-example__demo--recessed" : "",
2017
+ s.className
2018
+ ].filter(Boolean).join(" ")
2019
+ );
2020
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2021
+ i(a.$slots, "default")
2022
+ ], 16));
2023
+ }
2024
+ }), zs = /* @__PURE__ */ c({
2025
+ __name: "LabExampleCaption",
2026
+ props: {
2027
+ className: { default: "" }
2028
+ },
2029
+ setup(e) {
2030
+ const s = e, t = o(() => ["strand-ref-example__caption", s.className].filter(Boolean).join(" "));
2031
+ return (a, n) => (l(), r("p", d({ class: t.value }, a.$attrs), [
2032
+ i(a.$slots, "default")
2033
+ ], 16));
2034
+ }
2035
+ }), Hs = /* @__PURE__ */ c({
2036
+ __name: "LabFrame",
2037
+ props: {
2038
+ className: { default: "" }
2039
+ },
2040
+ setup(e) {
2041
+ const s = e, t = o(() => ["strand-ref-frame", s.className].filter(Boolean).join(" "));
2042
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2043
+ i(a.$slots, "default")
2044
+ ], 16));
2045
+ }
2046
+ }), Vs = /* @__PURE__ */ c({
2047
+ __name: "LabFrameChrome",
2048
+ props: {
2049
+ className: { default: "" }
2050
+ },
2051
+ setup(e) {
2052
+ const s = e, t = o(() => ["strand-ref-frame__chrome", s.className].filter(Boolean).join(" "));
2053
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2054
+ i(a.$slots, "default")
2055
+ ], 16));
2056
+ }
2057
+ }), Ps = /* @__PURE__ */ c({
2058
+ __name: "LabFrameDot",
2059
+ props: {
2060
+ color: {},
2061
+ className: { default: "" }
2062
+ },
2063
+ setup(e) {
2064
+ const s = e, t = o(() => ["strand-ref-frame__dot", s.className].filter(Boolean).join(" ")), a = o(() => s.color ? { background: s.color } : {});
2065
+ return (n, f) => (l(), r("span", d({
2066
+ class: t.value,
2067
+ style: a.value
2068
+ }, n.$attrs), null, 16));
2069
+ }
2070
+ }), Gs = /* @__PURE__ */ c({
2071
+ __name: "LabFrameTitle",
2072
+ props: {
2073
+ className: { default: "" }
2074
+ },
2075
+ setup(e) {
2076
+ const s = e, t = o(() => ["strand-ref-frame__title", s.className].filter(Boolean).join(" "));
2077
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2078
+ i(a.$slots, "default")
2079
+ ], 16));
2080
+ }
2081
+ }), As = /* @__PURE__ */ c({
2082
+ __name: "LabFrameBody",
2083
+ props: {
2084
+ className: { default: "" }
2085
+ },
2086
+ setup(e) {
2087
+ const s = e, t = o(() => ["strand-ref-frame__body", s.className].filter(Boolean).join(" "));
2088
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2089
+ i(a.$slots, "default")
2090
+ ], 16));
2091
+ }
2092
+ }), va = ["aria-hidden"], Us = /* @__PURE__ */ c({
2093
+ __name: "LabFrameContent",
2094
+ props: {
2095
+ hidden: { type: Boolean, default: !1 },
2096
+ className: { default: "" }
2097
+ },
2098
+ setup(e) {
2099
+ const s = e, t = o(() => ["strand-ref-frame__content", s.className].filter(Boolean).join(" ")), a = o(() => s.hidden ? "true" : void 0);
2100
+ return (n, f) => (l(), r("div", d({
2101
+ class: t.value,
2102
+ "aria-hidden": a.value
2103
+ }, n.$attrs), [
2104
+ i(n.$slots, "default")
2105
+ ], 16, va));
2106
+ }
2107
+ }), Ks = /* @__PURE__ */ c({
2108
+ __name: "LabFrameContentHead",
2109
+ props: {
2110
+ className: { default: "" }
2111
+ },
2112
+ setup(e) {
2113
+ const s = e, t = o(() => ["strand-ref-frame__content-head", s.className].filter(Boolean).join(" "));
2114
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2115
+ i(a.$slots, "default")
2116
+ ], 16));
2117
+ }
2118
+ }), qs = /* @__PURE__ */ c({
2119
+ __name: "LabFrameActions",
2120
+ props: {
2121
+ className: { default: "" }
2122
+ },
2123
+ setup(e) {
2124
+ const s = e, t = o(() => ["strand-ref-frame__actions", s.className].filter(Boolean).join(" "));
2125
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2126
+ i(a.$slots, "default")
2127
+ ], 16));
2128
+ }
2129
+ }), Ws = /* @__PURE__ */ c({
2130
+ __name: "LabFrameOverlay",
2131
+ props: {
2132
+ className: { default: "" }
2133
+ },
2134
+ setup(e) {
2135
+ const s = e, t = o(() => ["strand-ref-frame__overlay", s.className].filter(Boolean).join(" "));
2136
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2137
+ i(a.$slots, "default")
2138
+ ], 16));
2139
+ }
2140
+ }), Js = /* @__PURE__ */ c({
2141
+ __name: "LabFramePanel",
2142
+ props: {
2143
+ className: { default: "" }
2144
+ },
2145
+ setup(e) {
2146
+ const s = e, t = o(() => ["strand-ref-frame__panel", s.className].filter(Boolean).join(" "));
2147
+ return (a, n) => (l(), r("div", d({
2148
+ class: t.value,
2149
+ role: "dialog",
2150
+ "aria-modal": "true"
2151
+ }, a.$attrs), [
2152
+ i(a.$slots, "default")
2153
+ ], 16));
2154
+ }
2155
+ }), Zs = /* @__PURE__ */ c({
2156
+ __name: "LabFramePanelHeader",
2157
+ props: {
2158
+ className: { default: "" }
2159
+ },
2160
+ setup(e) {
2161
+ const s = e, t = o(() => ["strand-ref-frame__panel-header", s.className].filter(Boolean).join(" "));
2162
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2163
+ i(a.$slots, "default")
2164
+ ], 16));
2165
+ }
2166
+ }), Qs = /* @__PURE__ */ c({
2167
+ __name: "LabFramePanelTitle",
2168
+ props: {
2169
+ className: { default: "" }
2170
+ },
2171
+ setup(e) {
2172
+ const s = e, t = o(() => ["strand-ref-frame__panel-title", s.className].filter(Boolean).join(" "));
2173
+ return (a, n) => (l(), r("h2", d({ class: t.value }, a.$attrs), [
2174
+ i(a.$slots, "default")
2175
+ ], 16));
2176
+ }
2177
+ }), ba = ["aria-label"], Xs = /* @__PURE__ */ c({
2178
+ __name: "LabFramePanelClose",
2179
+ props: {
2180
+ ariaLabel: { default: "Close" },
2181
+ className: { default: "" }
2182
+ },
2183
+ setup(e) {
2184
+ const s = e, t = o(() => ["strand-ref-frame__panel-close", s.className].filter(Boolean).join(" "));
2185
+ return (a, n) => (l(), r("button", d({
2186
+ type: "button",
2187
+ class: t.value,
2188
+ "aria-label": s.ariaLabel
2189
+ }, a.$attrs), [
2190
+ i(a.$slots, "default", {}, () => [
2191
+ n[0] || (n[0] = w("×", -1))
2192
+ ])
2193
+ ], 16, ba));
2194
+ }
2195
+ }), Ys = /* @__PURE__ */ c({
2196
+ __name: "LabFramePanelBody",
2197
+ props: {
2198
+ className: { default: "" }
2199
+ },
2200
+ setup(e) {
2201
+ const s = e, t = o(() => ["strand-ref-frame__panel-body", s.className].filter(Boolean).join(" "));
2202
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2203
+ i(a.$slots, "default")
2204
+ ], 16));
2205
+ }
2206
+ }), et = /* @__PURE__ */ c({
2207
+ __name: "LabFramePanelFooter",
2208
+ props: {
2209
+ className: { default: "" }
2210
+ },
2211
+ setup(e) {
2212
+ const s = e, t = o(() => ["strand-ref-frame__panel-footer", s.className].filter(Boolean).join(" "));
2213
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2214
+ i(a.$slots, "default")
2215
+ ], 16));
2216
+ }
2217
+ }), at = /* @__PURE__ */ c({
2218
+ __name: "LabGlassStage",
2219
+ props: {
2220
+ className: { default: "" }
2221
+ },
2222
+ setup(e) {
2223
+ const s = e, t = o(() => ["strand-ref-glass-stage", s.className].filter(Boolean).join(" "));
2224
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2225
+ i(a.$slots, "default")
2226
+ ], 16));
2227
+ }
2228
+ }), st = /* @__PURE__ */ c({
2229
+ __name: "LabGlassPanel",
2230
+ props: {
2231
+ className: { default: "" }
2232
+ },
2233
+ setup(e) {
2234
+ const s = e, t = o(() => ["strand-ref-glass-panel", s.className].filter(Boolean).join(" "));
2235
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2236
+ i(a.$slots, "default")
2237
+ ], 16));
2238
+ }
2239
+ }), tt = /* @__PURE__ */ c({
2240
+ __name: "LabRevealStage",
2241
+ props: {
2242
+ className: { default: "" }
2243
+ },
2244
+ setup(e) {
2245
+ const s = e, t = o(() => ["strand-ref-reveal-stage", s.className].filter(Boolean).join(" "));
2246
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2247
+ i(a.$slots, "default")
2248
+ ], 16));
2249
+ }
2250
+ }), nt = /* @__PURE__ */ c({
2251
+ __name: "LabRevealLine",
2252
+ props: {
2253
+ className: { default: "" }
2254
+ },
2255
+ setup(e) {
2256
+ const s = e, t = o(() => ["strand-ref-reveal-line", s.className].filter(Boolean).join(" "));
2257
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2258
+ i(a.$slots, "default")
2259
+ ], 16));
2260
+ }
2261
+ }), lt = /* @__PURE__ */ c({
2262
+ __name: "LabTip",
2263
+ props: {
2264
+ pinned: { type: Boolean, default: !1 },
2265
+ className: { default: "" }
2266
+ },
2267
+ setup(e) {
2268
+ const s = e, t = o(
2269
+ () => ["strand-ref-tip", s.pinned ? "strand-ref-tip--pinned" : "", s.className].filter(Boolean).join(" ")
2270
+ );
2271
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2272
+ i(a.$slots, "default")
2273
+ ], 16));
2274
+ }
2275
+ }), rt = /* @__PURE__ */ c({
2276
+ __name: "LabTipBubble",
2277
+ props: {
2278
+ placement: { default: "top" },
2279
+ className: { default: "" }
2280
+ },
2281
+ setup(e) {
2282
+ const s = e, t = o(
2283
+ () => ["strand-ref-tip__bubble", `strand-ref-tip__bubble--${s.placement}`, s.className].filter(Boolean).join(" ")
2284
+ );
2285
+ return (a, n) => (l(), r("span", d({
2286
+ class: t.value,
2287
+ role: "tooltip"
2288
+ }, a.$attrs), [
2289
+ i(a.$slots, "default")
2290
+ ], 16));
2291
+ }
2292
+ }), ot = /* @__PURE__ */ c({
2293
+ __name: "LabUtilRow",
2294
+ props: {
2295
+ className: { default: "" }
2296
+ },
2297
+ setup(e) {
2298
+ const s = e, t = o(() => ["strand-ref-util-row", s.className].filter(Boolean).join(" "));
2299
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2300
+ i(a.$slots, "default")
2301
+ ], 16));
2302
+ }
2303
+ }), ct = /* @__PURE__ */ c({
2304
+ __name: "LabUtilCell",
2305
+ props: {
2306
+ className: { default: "" }
2307
+ },
2308
+ setup(e) {
2309
+ const s = e, t = o(() => ["strand-ref-util-cell", s.className].filter(Boolean).join(" "));
2310
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2311
+ i(a.$slots, "default")
2312
+ ], 16));
2313
+ }
2314
+ }), it = /* @__PURE__ */ c({
2315
+ __name: "LabUtilCellCode",
2316
+ props: {
2317
+ className: { default: "" }
2318
+ },
2319
+ setup(e) {
2320
+ const s = e, t = o(() => ["strand-ref-util-cell__code", s.className].filter(Boolean).join(" "));
2321
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2322
+ i(a.$slots, "default")
2323
+ ], 16));
2324
+ }
2325
+ }), dt = /* @__PURE__ */ c({
2326
+ __name: "LabUtilCellCaption",
2327
+ props: {
2328
+ className: { default: "" }
2329
+ },
2330
+ setup(e) {
2331
+ const s = e, t = o(() => ["strand-ref-util-cell__caption", s.className].filter(Boolean).join(" "));
2332
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2333
+ i(a.$slots, "default")
2334
+ ], 16));
2335
+ }
2336
+ }), ut = /* @__PURE__ */ c({
2337
+ __name: "LabUtilCellDemo",
2338
+ props: {
2339
+ className: { default: "" }
2340
+ },
2341
+ setup(e) {
2342
+ const s = e, t = o(() => ["strand-ref-util-cell__demo", s.className].filter(Boolean).join(" "));
2343
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2344
+ i(a.$slots, "default")
2345
+ ], 16));
2346
+ }
2347
+ }), ft = /* @__PURE__ */ c({
2348
+ __name: "LabUtilCellBlock",
2349
+ props: {
2350
+ className: { default: "" }
2351
+ },
2352
+ setup(e) {
2353
+ const s = e, t = o(() => ["strand-ref-util-cell__block", s.className].filter(Boolean).join(" "));
2354
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2355
+ i(a.$slots, "default")
2356
+ ], 16));
2357
+ }
2358
+ }), ha = { class: "strand-swatch__name" }, $a = { class: "strand-swatch__hex" }, pt = /* @__PURE__ */ c({
2359
+ __name: "Swatch",
2360
+ props: {
2361
+ name: {},
2362
+ hex: {},
2363
+ background: {},
2364
+ color: {},
2365
+ className: { default: "" }
2366
+ },
2367
+ setup(e) {
2368
+ const s = e, t = o(() => ["strand-swatch", s.className].filter(Boolean).join(" ")), a = o(() => ({ background: s.background, color: s.color }));
2369
+ return (n, f) => (l(), r("div", d({
2370
+ class: t.value,
2371
+ style: a.value
2372
+ }, n.$attrs), [
2373
+ v("span", ha, h(e.name), 1),
2374
+ v("span", $a, h(e.hex), 1)
2375
+ ], 16));
2376
+ }
2377
+ }), mt = /* @__PURE__ */ c({
2378
+ __name: "SwatchGrid",
2379
+ props: {
2380
+ className: { default: "" }
2381
+ },
2382
+ setup(e) {
2383
+ const s = e, t = o(() => ["strand-swatch-grid", s.className].filter(Boolean).join(" "));
2384
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2385
+ i(a.$slots, "default")
2386
+ ], 16));
2387
+ }
2388
+ }), _t = /* @__PURE__ */ c({
2389
+ __name: "TypeSpecimen",
2390
+ props: {
2391
+ className: { default: "" }
2392
+ },
2393
+ setup(e) {
2394
+ const s = e, t = o(() => ["strand-type-specimen", s.className].filter(Boolean).join(" "));
2395
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2396
+ i(a.$slots, "default")
2397
+ ], 16));
2398
+ }
2399
+ }), vt = /* @__PURE__ */ c({
2400
+ __name: "TypeSpecimenMeta",
2401
+ props: {
2402
+ className: { default: "" }
2403
+ },
2404
+ setup(e) {
2405
+ const s = e, t = o(() => ["strand-type-specimen__meta", s.className].filter(Boolean).join(" "));
2406
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2407
+ i(a.$slots, "default")
2408
+ ], 16));
2409
+ }
2410
+ }), bt = /* @__PURE__ */ c({
2411
+ __name: "TokenSpecimen",
2412
+ props: {
2413
+ className: { default: "" }
2414
+ },
2415
+ setup(e) {
2416
+ const s = e, t = o(() => ["strand-token-specimen", s.className].filter(Boolean).join(" "));
2417
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2418
+ i(a.$slots, "default")
2419
+ ], 16));
2420
+ }
2421
+ }), ht = /* @__PURE__ */ c({
2422
+ __name: "TokenSpecimenGrid",
2423
+ props: {
2424
+ className: { default: "" }
2425
+ },
2426
+ setup(e) {
2427
+ const s = e, t = o(() => ["strand-token-specimen-grid", s.className].filter(Boolean).join(" "));
2428
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2429
+ i(a.$slots, "default")
2430
+ ], 16));
2431
+ }
2432
+ }), $t = /* @__PURE__ */ c({
2433
+ __name: "TokenSpecimenSpacer",
2434
+ props: {
2435
+ width: {},
2436
+ className: { default: "" }
2437
+ },
2438
+ setup(e) {
2439
+ const s = e, t = o(() => ["strand-token-specimen__spacer", s.className].filter(Boolean).join(" ")), a = o(() => {
2440
+ const n = typeof s.width == "number" ? s.width + "px" : s.width;
2441
+ return n ? { width: n } : {};
2442
+ });
2443
+ return (n, f) => (l(), r("span", d({
2444
+ class: t.value,
2445
+ style: a.value
2446
+ }, n.$attrs), null, 16));
2447
+ }
2448
+ }), yt = /* @__PURE__ */ c({
2449
+ __name: "TokenSpecimenBox",
2450
+ props: {
2451
+ radius: {},
2452
+ shadow: {},
2453
+ className: { default: "" }
2454
+ },
2455
+ setup(e) {
2456
+ const s = e, t = o(() => ["strand-token-specimen__box", s.className].filter(Boolean).join(" ")), a = o(() => {
2457
+ const n = {};
2458
+ return s.radius && (n.borderRadius = s.radius), s.shadow && (n.boxShadow = s.shadow), n;
2459
+ });
2460
+ return (n, f) => (l(), r("span", d({
2461
+ class: t.value,
2462
+ style: a.value
2463
+ }, n.$attrs), null, 16));
2464
+ }
2465
+ }), gt = /* @__PURE__ */ c({
2466
+ __name: "ContainerScale",
2467
+ props: {
2468
+ className: { default: "" }
2469
+ },
2470
+ setup(e) {
2471
+ const s = e, t = o(() => ["strand-container-scale", s.className].filter(Boolean).join(" "));
2472
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2473
+ i(a.$slots, "default")
2474
+ ], 16));
2475
+ }
2476
+ }), kt = /* @__PURE__ */ c({
2477
+ __name: "ContainerScaleRow",
2478
+ props: {
2479
+ className: { default: "" }
2480
+ },
2481
+ setup(e) {
2482
+ const s = e, t = o(() => ["strand-container-scale__row", s.className].filter(Boolean).join(" "));
2483
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2484
+ i(a.$slots, "default")
2485
+ ], 16));
2486
+ }
2487
+ }), Nt = /* @__PURE__ */ c({
2488
+ __name: "ContainerScaleLabel",
2489
+ props: {
2490
+ className: { default: "" }
2491
+ },
2492
+ setup(e) {
2493
+ const s = e, t = o(() => ["strand-container-scale__label", s.className].filter(Boolean).join(" "));
2494
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2495
+ i(a.$slots, "default")
2496
+ ], 16));
2497
+ }
2498
+ }), Bt = /* @__PURE__ */ c({
2499
+ __name: "ContainerScaleCaption",
2500
+ props: {
2501
+ className: { default: "" }
2502
+ },
2503
+ setup(e) {
2504
+ const s = e, t = o(() => ["strand-container-scale__caption", s.className].filter(Boolean).join(" "));
2505
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2506
+ i(a.$slots, "default")
2507
+ ], 16));
2508
+ }
2509
+ }), Lt = /* @__PURE__ */ c({
2510
+ __name: "ContainerScaleTrack",
2511
+ props: {
2512
+ className: { default: "" }
2513
+ },
2514
+ setup(e) {
2515
+ const s = e, t = o(() => ["strand-container-scale__track", s.className].filter(Boolean).join(" "));
2516
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2517
+ i(a.$slots, "default")
2518
+ ], 16));
2519
+ }
2520
+ }), jt = /* @__PURE__ */ c({
2521
+ __name: "ContainerScaleBar",
2522
+ props: {
2523
+ width: {},
2524
+ className: { default: "" }
2525
+ },
2526
+ setup(e) {
2527
+ const s = e, t = o(() => ["strand-container-scale__bar", s.className].filter(Boolean).join(" ")), a = o(() => s.width ? { width: s.width } : {});
2528
+ return (n, f) => (l(), r("div", d({
2529
+ class: t.value,
2530
+ style: a.value
2531
+ }, n.$attrs), [
2532
+ i(n.$slots, "default")
2533
+ ], 16));
2534
+ }
2535
+ }), Ct = /* @__PURE__ */ c({
2536
+ __name: "ContainerScalePx",
2537
+ props: {
2538
+ className: { default: "" }
2539
+ },
2540
+ setup(e) {
2541
+ const s = e, t = o(() => ["strand-container-scale__px", s.className].filter(Boolean).join(" "));
2542
+ return (a, n) => (l(), r("span", d({ class: t.value }, a.$attrs), [
2543
+ i(a.$slots, "default")
2544
+ ], 16));
2545
+ }
2546
+ }), wt = /* @__PURE__ */ c({
2547
+ __name: "ContainerScaleAxis",
2548
+ props: {
2549
+ className: { default: "" }
2550
+ },
2551
+ setup(e) {
2552
+ const s = e, t = o(() => ["strand-container-scale__axis", s.className].filter(Boolean).join(" "));
2553
+ return (a, n) => (l(), r("div", d({ class: t.value }, a.$attrs), [
2554
+ i(a.$slots, "default")
2555
+ ], 16));
2556
+ }
1595
2557
  });
1596
2558
  export {
1597
- qa as Alert,
2559
+ Qa as Alert,
1598
2560
  xa as Avatar,
1599
- Ca as Badge,
1600
- Aa as Breadcrumb,
1601
- ha as Button,
1602
- wa as Card,
1603
- ya as Checkbox,
1604
- Sa as CodeBlock,
1605
- Oa as Container,
1606
- Ta as DataReadout,
1607
- Ga as Dialog,
1608
- Ea as Divider,
1609
- Ba as FormField,
1610
- Ia as Grid,
1611
- ba as Input,
1612
- La as InstrumentViewport,
1613
- Da as Link,
1614
- Fa as Nav,
1615
- Ha as Progress,
1616
- ga as Radio,
1617
- Va as ScrollReveal,
1618
- za as Section,
1619
- pa as Select,
1620
- Ja as Skeleton,
1621
- ka as Slider,
1622
- Za as Spinner,
1623
- Ra as Stack,
1624
- Qa as StarRating,
1625
- $a as Switch,
1626
- Na as Table,
1627
- Ma as Tabs,
1628
- ja as Tag,
1629
- _a as Textarea,
1630
- Ka as Toast,
1631
- Ua as ToastProvider,
1632
- Wa as Tooltip,
1633
- Pa as useToast
2561
+ Fa as Badge,
2562
+ Ka as Breadcrumb,
2563
+ ga as Button,
2564
+ Ta as Card,
2565
+ ns as CardSection,
2566
+ La as Checkbox,
2567
+ Ia as CodeBlock,
2568
+ za as Container,
2569
+ gt as ContainerScale,
2570
+ wt as ContainerScaleAxis,
2571
+ jt as ContainerScaleBar,
2572
+ Bt as ContainerScaleCaption,
2573
+ Nt as ContainerScaleLabel,
2574
+ Ct as ContainerScalePx,
2575
+ kt as ContainerScaleRow,
2576
+ Lt as ContainerScaleTrack,
2577
+ Ma as DataReadout,
2578
+ Xa as Dialog,
2579
+ Ha as Divider,
2580
+ Sa as FormField,
2581
+ Da as Grid,
2582
+ ka as Input,
2583
+ Pa as InstrumentViewport,
2584
+ ls as KvEditorial,
2585
+ ds as LabBrand,
2586
+ us as LabBrandMark,
2587
+ ps as LabBrandSub,
2588
+ fs as LabBrandTitle,
2589
+ Es as LabExample,
2590
+ zs as LabExampleCaption,
2591
+ Os as LabExampleCode,
2592
+ Ds as LabExampleDemo,
2593
+ Is as LabExampleLabel,
2594
+ Ms as LabExampleMeta,
2595
+ Hs as LabFrame,
2596
+ qs as LabFrameActions,
2597
+ As as LabFrameBody,
2598
+ Vs as LabFrameChrome,
2599
+ Us as LabFrameContent,
2600
+ Ks as LabFrameContentHead,
2601
+ Ps as LabFrameDot,
2602
+ Ws as LabFrameOverlay,
2603
+ Js as LabFramePanel,
2604
+ Ys as LabFramePanelBody,
2605
+ Xs as LabFramePanelClose,
2606
+ et as LabFramePanelFooter,
2607
+ Zs as LabFramePanelHeader,
2608
+ Qs as LabFramePanelTitle,
2609
+ Gs as LabFrameTitle,
2610
+ st as LabGlassPanel,
2611
+ at as LabGlassStage,
2612
+ ys as LabHeader,
2613
+ ks as LabHeaderLead,
2614
+ Ns as LabHeaderMeta,
2615
+ Bs as LabHeaderMetaItem,
2616
+ Ls as LabHeaderMetaLabel,
2617
+ js as LabHeaderMetaValue,
2618
+ gs as LabHeaderTitle,
2619
+ $s as LabMain,
2620
+ nt as LabRevealLine,
2621
+ tt as LabRevealStage,
2622
+ Ts as LabSection,
2623
+ Rs as LabSectionBody,
2624
+ Fs as LabSectionHead,
2625
+ xs as LabSectionHeadNote,
2626
+ rs as LabShell,
2627
+ os as LabSidebar,
2628
+ ms as LabSidebarGroup,
2629
+ hs as LabSidebarGroupDot,
2630
+ _s as LabSidebarGroupLabel,
2631
+ bs as LabSidebarGroupLink,
2632
+ vs as LabSidebarGroupList,
2633
+ cs as LabSidebarHead,
2634
+ is as LabSidebarScroll,
2635
+ Cs as LabTaxonomy,
2636
+ Ss as LabTaxonomyList,
2637
+ ws as LabTaxonomyTitle,
2638
+ lt as LabTip,
2639
+ rt as LabTipBubble,
2640
+ ct as LabUtilCell,
2641
+ ft as LabUtilCellBlock,
2642
+ dt as LabUtilCellCaption,
2643
+ it as LabUtilCellCode,
2644
+ ut as LabUtilCellDemo,
2645
+ ot as LabUtilRow,
2646
+ Aa as Link,
2647
+ qa as Nav,
2648
+ es as Progress,
2649
+ ja as Radio,
2650
+ Ga as ScrollReveal,
2651
+ Va as Section,
2652
+ Ba as Select,
2653
+ ss as Skeleton,
2654
+ wa as Slider,
2655
+ as as Spinner,
2656
+ Oa as Stack,
2657
+ ts as StarRating,
2658
+ pt as Swatch,
2659
+ mt as SwatchGrid,
2660
+ Ca as Switch,
2661
+ Ea as Table,
2662
+ Ua as Tabs,
2663
+ Ra as Tag,
2664
+ Na as Textarea,
2665
+ Wa as Toast,
2666
+ Za as ToastProvider,
2667
+ bt as TokenSpecimen,
2668
+ yt as TokenSpecimenBox,
2669
+ ht as TokenSpecimenGrid,
2670
+ $t as TokenSpecimenSpacer,
2671
+ Ya as Tooltip,
2672
+ _t as TypeSpecimen,
2673
+ vt as TypeSpecimenMeta,
2674
+ Ja as useToast
1634
2675
  };
1635
2676
  //# sourceMappingURL=index.js.map