@threadlabs/looma 0.13.1 → 0.13.3

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 (343) hide show
  1. package/components/ui-affordance-scope/ui-affordance-scope.html +9 -0
  2. package/components/ui-button/ui-button.html +18 -14
  3. package/components/ui-card/ui-card.html +8 -1
  4. package/components/ui-combobox/ui-combobox.html +1 -1
  5. package/components/ui-editor-table-overlay/ui-editor-table-overlay.html +2 -2
  6. package/components/ui-icon-button/ui-icon-button.html +1 -1
  7. package/components/ui-nav-item/ui-nav-item.html +28 -18
  8. package/components/ui-sidebar/ui-sidebar.html +1 -1
  9. package/components/ui-text/ui-text.html +11 -1
  10. package/dist/index.js +1 -1
  11. package/package.json +2 -2
  12. package/styles/ui-action-bar.css +1 -1
  13. package/styles/ui-affordance-scope.css +10 -2
  14. package/styles/ui-avatar-group.css +1 -1
  15. package/styles/ui-avatar.css +1 -1
  16. package/styles/ui-badge.css +1 -1
  17. package/styles/ui-breadcrumb-item.css +1 -1
  18. package/styles/ui-breadcrumbs.css +1 -1
  19. package/styles/ui-button.css +1 -1
  20. package/styles/ui-callout.css +1 -1
  21. package/styles/ui-card.css +1 -1
  22. package/styles/ui-checkbox.css +1 -1
  23. package/styles/ui-cluster.css +1 -1
  24. package/styles/ui-combobox.css +1 -1
  25. package/styles/ui-container.css +1 -1
  26. package/styles/ui-context-menu.css +1 -1
  27. package/styles/ui-cover.css +1 -1
  28. package/styles/ui-description-item.css +1 -1
  29. package/styles/ui-description-list.css +1 -1
  30. package/styles/ui-dialog.css +1 -1
  31. package/styles/ui-disclosure.css +1 -1
  32. package/styles/ui-editable.css +1 -1
  33. package/styles/ui-editor-insert-table-grid.css +1 -1
  34. package/styles/ui-editor-mention-menu.css +1 -1
  35. package/styles/ui-editor-slash-menu.css +1 -1
  36. package/styles/ui-editor-table-context-menu.css +1 -1
  37. package/styles/ui-editor-table-overlay.css +3 -3
  38. package/styles/ui-editor-table-toolbar.css +1 -1
  39. package/styles/ui-editor-toolbar.css +1 -1
  40. package/styles/ui-floating-action-button.css +1 -1
  41. package/styles/ui-form-field.css +1 -1
  42. package/styles/ui-grid.css +1 -1
  43. package/styles/ui-icon-button.css +2 -2
  44. package/styles/ui-icon.css +1 -1
  45. package/styles/ui-input-group.css +1 -1
  46. package/styles/ui-input.css +1 -1
  47. package/styles/ui-list-item.css +1 -1
  48. package/styles/ui-list.css +1 -1
  49. package/styles/ui-menu-item.css +1 -1
  50. package/styles/ui-menu.css +1 -1
  51. package/styles/ui-nav-item.css +1 -1
  52. package/styles/ui-page-header.css +1 -1
  53. package/styles/ui-popover.css +1 -1
  54. package/styles/ui-radio-group.css +1 -1
  55. package/styles/ui-radio.css +1 -1
  56. package/styles/ui-reel.css +1 -1
  57. package/styles/ui-scroll-area.css +1 -1
  58. package/styles/ui-search-result-row.css +1 -1
  59. package/styles/ui-search-shell.css +1 -1
  60. package/styles/ui-section.css +1 -1
  61. package/styles/ui-select.css +1 -1
  62. package/styles/ui-separator.css +1 -1
  63. package/styles/ui-sidebar.css +2 -2
  64. package/styles/ui-spinner.css +1 -1
  65. package/styles/ui-stack.css +1 -1
  66. package/styles/ui-status-message.css +1 -1
  67. package/styles/ui-switch.css +1 -1
  68. package/styles/ui-switcher.css +1 -1
  69. package/styles/ui-tabs.css +1 -1
  70. package/styles/ui-text.css +1 -1
  71. package/styles/ui-textarea.css +1 -1
  72. package/styles/ui-toast-region.css +1 -1
  73. package/styles/ui-tooltip.css +1 -1
  74. package/styles/ui-top-bar.css +1 -1
  75. package/styles/ui-tree-item.css +1 -1
  76. package/styles/ui-tree.css +1 -1
  77. package/vanilla/UiActionBar.d.ts +1 -1
  78. package/vanilla/UiActionBar.js +2 -2
  79. package/vanilla/UiAffordanceScope.d.ts +2 -1
  80. package/vanilla/UiAffordanceScope.js +3 -3
  81. package/vanilla/UiAvatar.d.ts +1 -1
  82. package/vanilla/UiAvatar.js +2 -2
  83. package/vanilla/UiAvatarGroup.d.ts +1 -1
  84. package/vanilla/UiAvatarGroup.js +2 -2
  85. package/vanilla/UiBadge.d.ts +1 -1
  86. package/vanilla/UiBadge.js +2 -2
  87. package/vanilla/UiBreadcrumbItem.d.ts +1 -1
  88. package/vanilla/UiBreadcrumbItem.js +2 -2
  89. package/vanilla/UiBreadcrumbs.d.ts +1 -1
  90. package/vanilla/UiBreadcrumbs.js +2 -2
  91. package/vanilla/UiButton.d.ts +3 -3
  92. package/vanilla/UiButton.js +46 -21
  93. package/vanilla/UiCallout.d.ts +1 -1
  94. package/vanilla/UiCallout.js +2 -2
  95. package/vanilla/UiCard.d.ts +3 -3
  96. package/vanilla/UiCard.js +67 -22
  97. package/vanilla/UiCheckbox.d.ts +1 -1
  98. package/vanilla/UiCheckbox.js +2 -2
  99. package/vanilla/UiCluster.d.ts +1 -1
  100. package/vanilla/UiCluster.js +2 -2
  101. package/vanilla/UiCombobox.d.ts +1 -1
  102. package/vanilla/UiCombobox.js +3 -3
  103. package/vanilla/UiContainer.d.ts +1 -1
  104. package/vanilla/UiContainer.js +2 -2
  105. package/vanilla/UiContextMenu.d.ts +1 -1
  106. package/vanilla/UiContextMenu.js +2 -2
  107. package/vanilla/UiCover.d.ts +1 -1
  108. package/vanilla/UiCover.js +2 -2
  109. package/vanilla/UiDescriptionItem.d.ts +1 -1
  110. package/vanilla/UiDescriptionItem.js +2 -2
  111. package/vanilla/UiDescriptionList.d.ts +1 -1
  112. package/vanilla/UiDescriptionList.js +2 -2
  113. package/vanilla/UiDialog.d.ts +1 -1
  114. package/vanilla/UiDialog.js +2 -2
  115. package/vanilla/UiDisclosure.d.ts +1 -1
  116. package/vanilla/UiDisclosure.js +2 -2
  117. package/vanilla/UiEditable.d.ts +1 -1
  118. package/vanilla/UiEditable.js +2 -2
  119. package/vanilla/UiEditorInsertTableGrid.d.ts +1 -1
  120. package/vanilla/UiEditorInsertTableGrid.js +2 -2
  121. package/vanilla/UiEditorMentionMenu.d.ts +1 -1
  122. package/vanilla/UiEditorMentionMenu.js +2 -2
  123. package/vanilla/UiEditorSlashMenu.d.ts +1 -1
  124. package/vanilla/UiEditorSlashMenu.js +2 -2
  125. package/vanilla/UiEditorTableContextMenu.d.ts +1 -1
  126. package/vanilla/UiEditorTableContextMenu.js +2 -2
  127. package/vanilla/UiEditorTableOverlay.d.ts +1 -1
  128. package/vanilla/UiEditorTableOverlay.js +2 -2
  129. package/vanilla/UiEditorTableToolbar.d.ts +1 -1
  130. package/vanilla/UiEditorTableToolbar.js +2 -2
  131. package/vanilla/UiEditorToolbar.d.ts +1 -1
  132. package/vanilla/UiEditorToolbar.js +2 -2
  133. package/vanilla/UiFloatingActionButton.d.ts +1 -1
  134. package/vanilla/UiFloatingActionButton.js +2 -2
  135. package/vanilla/UiFormField.d.ts +1 -1
  136. package/vanilla/UiFormField.js +2 -2
  137. package/vanilla/UiGrid.d.ts +1 -1
  138. package/vanilla/UiGrid.js +2 -2
  139. package/vanilla/UiIcon.d.ts +1 -1
  140. package/vanilla/UiIcon.js +2 -2
  141. package/vanilla/UiIconButton.d.ts +1 -1
  142. package/vanilla/UiIconButton.js +2 -2
  143. package/vanilla/UiInput.d.ts +1 -1
  144. package/vanilla/UiInput.js +2 -2
  145. package/vanilla/UiInputGroup.d.ts +1 -1
  146. package/vanilla/UiInputGroup.js +2 -2
  147. package/vanilla/UiList.d.ts +1 -1
  148. package/vanilla/UiList.js +2 -2
  149. package/vanilla/UiListItem.d.ts +1 -1
  150. package/vanilla/UiListItem.js +2 -2
  151. package/vanilla/UiMenu.d.ts +1 -1
  152. package/vanilla/UiMenu.js +2 -2
  153. package/vanilla/UiMenuItem.d.ts +1 -1
  154. package/vanilla/UiMenuItem.js +2 -2
  155. package/vanilla/UiNavItem.d.ts +3 -3
  156. package/vanilla/UiNavItem.js +106 -54
  157. package/vanilla/UiPageHeader.d.ts +1 -1
  158. package/vanilla/UiPageHeader.js +2 -2
  159. package/vanilla/UiPopover.d.ts +1 -1
  160. package/vanilla/UiPopover.js +2 -2
  161. package/vanilla/UiRadio.d.ts +1 -1
  162. package/vanilla/UiRadio.js +2 -2
  163. package/vanilla/UiRadioGroup.d.ts +1 -1
  164. package/vanilla/UiRadioGroup.js +2 -2
  165. package/vanilla/UiReel.d.ts +1 -1
  166. package/vanilla/UiReel.js +2 -2
  167. package/vanilla/UiScrollArea.d.ts +1 -1
  168. package/vanilla/UiScrollArea.js +2 -2
  169. package/vanilla/UiSearchResultRow.d.ts +1 -1
  170. package/vanilla/UiSearchResultRow.js +2 -2
  171. package/vanilla/UiSearchShell.d.ts +1 -1
  172. package/vanilla/UiSearchShell.js +2 -2
  173. package/vanilla/UiSection.d.ts +1 -1
  174. package/vanilla/UiSection.js +2 -2
  175. package/vanilla/UiSelect.d.ts +1 -1
  176. package/vanilla/UiSelect.js +2 -2
  177. package/vanilla/UiSeparator.d.ts +1 -1
  178. package/vanilla/UiSeparator.js +2 -2
  179. package/vanilla/UiSidebar.d.ts +1 -1
  180. package/vanilla/UiSidebar.js +2 -2
  181. package/vanilla/UiSpinner.d.ts +1 -1
  182. package/vanilla/UiSpinner.js +2 -2
  183. package/vanilla/UiStack.d.ts +1 -1
  184. package/vanilla/UiStack.js +2 -2
  185. package/vanilla/UiStatusMessage.d.ts +1 -1
  186. package/vanilla/UiStatusMessage.js +2 -2
  187. package/vanilla/UiSwitch.d.ts +1 -1
  188. package/vanilla/UiSwitch.js +2 -2
  189. package/vanilla/UiSwitcher.d.ts +1 -1
  190. package/vanilla/UiSwitcher.js +2 -2
  191. package/vanilla/UiTabs.d.ts +1 -1
  192. package/vanilla/UiTabs.js +2 -2
  193. package/vanilla/UiText.d.ts +3 -3
  194. package/vanilla/UiText.js +97 -28
  195. package/vanilla/UiTextarea.d.ts +1 -1
  196. package/vanilla/UiTextarea.js +2 -2
  197. package/vanilla/UiToastRegion.d.ts +1 -1
  198. package/vanilla/UiToastRegion.js +2 -2
  199. package/vanilla/UiTooltip.d.ts +1 -1
  200. package/vanilla/UiTooltip.js +2 -2
  201. package/vanilla/UiTopBar.d.ts +1 -1
  202. package/vanilla/UiTopBar.js +2 -2
  203. package/vanilla/UiTree.d.ts +1 -1
  204. package/vanilla/UiTree.js +2 -2
  205. package/vanilla/UiTreeItem.d.ts +1 -1
  206. package/vanilla/UiTreeItem.js +2 -2
  207. package/vue/UiActionBar.vue +1 -1
  208. package/vue/UiAffordanceScope.d.ts +2 -0
  209. package/vue/UiAffordanceScope.vue +10 -1
  210. package/vue/UiAvatar.vue +1 -1
  211. package/vue/UiAvatarGroup.vue +1 -1
  212. package/vue/UiBadge.vue +1 -1
  213. package/vue/UiBreadcrumbItem.vue +1 -1
  214. package/vue/UiBreadcrumbs.vue +1 -1
  215. package/vue/UiButton.d.ts +6 -4
  216. package/vue/UiButton.vue +14 -8
  217. package/vue/UiCallout.vue +1 -1
  218. package/vue/UiCard.d.ts +8 -2
  219. package/vue/UiCard.vue +27 -4
  220. package/vue/UiCheckbox.vue +1 -1
  221. package/vue/UiCluster.vue +1 -1
  222. package/vue/UiCombobox.vue +2 -2
  223. package/vue/UiContainer.vue +1 -1
  224. package/vue/UiContextMenu.vue +1 -1
  225. package/vue/UiCover.vue +1 -1
  226. package/vue/UiDescriptionItem.vue +1 -1
  227. package/vue/UiDescriptionList.vue +1 -1
  228. package/vue/UiDialog.vue +1 -1
  229. package/vue/UiDisclosure.vue +1 -1
  230. package/vue/UiEditable.vue +1 -1
  231. package/vue/UiEditorInsertTableGrid.vue +1 -1
  232. package/vue/UiEditorMentionMenu.vue +1 -1
  233. package/vue/UiEditorSlashMenu.vue +1 -1
  234. package/vue/UiEditorTableContextMenu.vue +1 -1
  235. package/vue/UiEditorTableOverlay.vue +3 -3
  236. package/vue/UiEditorTableToolbar.vue +1 -1
  237. package/vue/UiEditorToolbar.vue +1 -1
  238. package/vue/UiFloatingActionButton.vue +1 -1
  239. package/vue/UiFormField.vue +1 -1
  240. package/vue/UiGrid.vue +1 -1
  241. package/vue/UiIcon.vue +1 -1
  242. package/vue/UiIconButton.vue +2 -2
  243. package/vue/UiInput.vue +1 -1
  244. package/vue/UiInputGroup.vue +1 -1
  245. package/vue/UiList.vue +1 -1
  246. package/vue/UiListItem.vue +1 -1
  247. package/vue/UiMenu.vue +1 -1
  248. package/vue/UiMenuItem.vue +1 -1
  249. package/vue/UiNavItem.d.ts +10 -4
  250. package/vue/UiNavItem.vue +22 -5
  251. package/vue/UiPageHeader.vue +1 -1
  252. package/vue/UiPopover.vue +1 -1
  253. package/vue/UiRadio.vue +1 -1
  254. package/vue/UiRadioGroup.vue +1 -1
  255. package/vue/UiReel.vue +1 -1
  256. package/vue/UiScrollArea.vue +1 -1
  257. package/vue/UiSearchResultRow.vue +1 -1
  258. package/vue/UiSearchShell.vue +1 -1
  259. package/vue/UiSection.vue +1 -1
  260. package/vue/UiSelect.vue +1 -1
  261. package/vue/UiSeparator.vue +1 -1
  262. package/vue/UiSidebar.vue +2 -2
  263. package/vue/UiSpinner.vue +1 -1
  264. package/vue/UiStack.vue +1 -1
  265. package/vue/UiStatusMessage.vue +1 -1
  266. package/vue/UiSwitch.vue +1 -1
  267. package/vue/UiSwitcher.vue +1 -1
  268. package/vue/UiTabs.vue +1 -1
  269. package/vue/UiText.d.ts +14 -4
  270. package/vue/UiText.vue +37 -6
  271. package/vue/UiTextarea.vue +1 -1
  272. package/vue/UiToastRegion.vue +1 -1
  273. package/vue/UiTooltip.vue +1 -1
  274. package/vue/UiTopBar.vue +1 -1
  275. package/vue/UiTree.vue +1 -1
  276. package/vue/UiTreeItem.vue +1 -1
  277. package/vue/chunks/UiActionBar.js +1 -1
  278. package/vue/chunks/UiAffordanceScope.js +6 -3
  279. package/vue/chunks/UiAvatar.js +1 -1
  280. package/vue/chunks/UiAvatarGroup.js +1 -1
  281. package/vue/chunks/UiBadge.js +1 -1
  282. package/vue/chunks/UiBreadcrumbItem.js +1 -1
  283. package/vue/chunks/UiBreadcrumbs.js +1 -1
  284. package/vue/chunks/UiButton.js +28 -24
  285. package/vue/chunks/UiCallout.js +1 -1
  286. package/vue/chunks/UiCard.js +20 -6
  287. package/vue/chunks/UiCheckbox.js +1 -1
  288. package/vue/chunks/UiCluster.js +1 -1
  289. package/vue/chunks/UiCombobox.js +2 -2
  290. package/vue/chunks/UiContainer.js +1 -1
  291. package/vue/chunks/UiContextMenu.js +1 -1
  292. package/vue/chunks/UiCover.js +1 -1
  293. package/vue/chunks/UiDescriptionItem.js +1 -1
  294. package/vue/chunks/UiDescriptionList.js +1 -1
  295. package/vue/chunks/UiDialog.js +1 -1
  296. package/vue/chunks/UiDisclosure.js +1 -1
  297. package/vue/chunks/UiEditable.js +1 -1
  298. package/vue/chunks/UiEditorInsertTableGrid.js +1 -1
  299. package/vue/chunks/UiEditorMentionMenu.js +1 -1
  300. package/vue/chunks/UiEditorSlashMenu.js +1 -1
  301. package/vue/chunks/UiEditorTableContextMenu.js +1 -1
  302. package/vue/chunks/UiEditorTableOverlay.js +1 -1
  303. package/vue/chunks/UiEditorTableToolbar.js +1 -1
  304. package/vue/chunks/UiEditorToolbar.js +1 -1
  305. package/vue/chunks/UiFloatingActionButton.js +1 -1
  306. package/vue/chunks/UiFormField.js +1 -1
  307. package/vue/chunks/UiGrid.js +1 -1
  308. package/vue/chunks/UiIcon.js +1 -1
  309. package/vue/chunks/UiIconButton.js +1 -1
  310. package/vue/chunks/UiInput.js +1 -1
  311. package/vue/chunks/UiInputGroup.js +1 -1
  312. package/vue/chunks/UiList.js +1 -1
  313. package/vue/chunks/UiListItem.js +1 -1
  314. package/vue/chunks/UiMenu.js +1 -1
  315. package/vue/chunks/UiMenuItem.js +1 -1
  316. package/vue/chunks/UiNavItem.js +58 -28
  317. package/vue/chunks/UiPageHeader.js +1 -1
  318. package/vue/chunks/UiPopover.js +1 -1
  319. package/vue/chunks/UiRadio.js +1 -1
  320. package/vue/chunks/UiRadioGroup.js +1 -1
  321. package/vue/chunks/UiReel.js +1 -1
  322. package/vue/chunks/UiScrollArea.js +1 -1
  323. package/vue/chunks/UiSearchResultRow.js +1 -1
  324. package/vue/chunks/UiSearchShell.js +1 -1
  325. package/vue/chunks/UiSection.js +1 -1
  326. package/vue/chunks/UiSelect.js +1 -1
  327. package/vue/chunks/UiSeparator.js +1 -1
  328. package/vue/chunks/UiSidebar.js +1 -1
  329. package/vue/chunks/UiSpinner.js +1 -1
  330. package/vue/chunks/UiStack.js +1 -1
  331. package/vue/chunks/UiStatusMessage.js +1 -1
  332. package/vue/chunks/UiSwitch.js +1 -1
  333. package/vue/chunks/UiSwitcher.js +1 -1
  334. package/vue/chunks/UiTabs.js +1 -1
  335. package/vue/chunks/UiText.js +29 -7
  336. package/vue/chunks/UiTextarea.js +1 -1
  337. package/vue/chunks/UiToastRegion.js +1 -1
  338. package/vue/chunks/UiTooltip.js +1 -1
  339. package/vue/chunks/UiTopBar.js +1 -1
  340. package/vue/chunks/UiTree.js +1 -1
  341. package/vue/chunks/UiTreeItem.js +1 -1
  342. package/vue/components.css +918 -912
  343. package/vue/host.ts +1 -1
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { ref, useTemplateRef } from 'vue'
4
4
  import * as controllerModule from '../components/ui-search-shell/ui-search-shell.js'
package/vue/UiSection.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
 
package/vue/UiSelect.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref } from 'vue'
4
4
  import * as controllerModule from '../components/ui-select/ui-select.js'
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  defineOptions({ inheritAttrs: false })
4
4
 
package/vue/UiSidebar.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref, useTemplateRef } from 'vue'
4
4
  import * as controllerModule from '../components/ui-sidebar/ui-sidebar.js'
@@ -222,7 +222,7 @@ useComponentHost(controllerModule.default, {
222
222
  var(--ui-affordance-guide-color, var(--ui-border-strong)) 45%,
223
223
  transparent
224
224
  );
225
- opacity: var(--ui-affordance-guide-opacity);
225
+ opacity: calc(var(--ui-affordance-guide-opacity) * var(--ui-affordance-scope-guide, 1));
226
226
  transition:
227
227
  background-color var(--ui-affordance-motion, var(--ui-motion-fast)) var(--ui-motion-ease),
228
228
  opacity var(--ui-affordance-motion, var(--ui-motion-fast)) var(--ui-motion-ease);
package/vue/UiSpinner.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
  import UiIcon from './UiIcon.vue'
package/vue/UiStack.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
 
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
  import UiSpinner from './UiSpinner.vue'
package/vue/UiSwitch.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref, useTemplateRef } from 'vue'
4
4
  import * as controllerModule from '../components/ui-switch/ui-switch.js'
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
 
package/vue/UiTabs.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref, useTemplateRef } from 'vue'
4
4
  import * as controllerModule from '../components/ui-tabs/ui-tabs.js'
package/vue/UiText.d.ts CHANGED
@@ -1,22 +1,32 @@
1
1
  type __VLS_Props = {
2
- as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label';
3
2
  align?: 'start' | 'center';
3
+ as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label';
4
4
  size?: 'inherit' | 'xs' | 'sm' | 'md' | 'lg';
5
5
  tone?: 'default' | 'secondary' | 'muted' | 'accent' | 'danger' | 'success';
6
6
  truncate?: boolean;
7
7
  variant?: 'body' | 'eyebrow' | 'code';
8
8
  weight?: 'inherit' | 'normal' | 'medium' | 'semibold';
9
9
  };
10
- declare var __VLS_8: {};
10
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
11
11
  type __VLS_Slots = {} & {
12
- default?: (props: typeof __VLS_8) => any;
12
+ default?: (props: typeof __VLS_1) => any;
13
+ } & {
14
+ default?: (props: typeof __VLS_3) => any;
15
+ } & {
16
+ default?: (props: typeof __VLS_5) => any;
17
+ } & {
18
+ default?: (props: typeof __VLS_7) => any;
19
+ } & {
20
+ default?: (props: typeof __VLS_9) => any;
21
+ } & {
22
+ default?: (props: typeof __VLS_11) => any;
13
23
  };
14
24
  declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
15
25
  size: "inherit" | "xs" | "sm" | "md" | "lg";
16
26
  tone: "default" | "secondary" | "muted" | "accent" | "danger" | "success";
17
27
  variant: "body" | "eyebrow" | "code";
18
- as: "p" | "span" | "div" | "small" | "strong" | "label";
19
28
  align: "start" | "center";
29
+ as: "p" | "span" | "div" | "small" | "strong" | "label";
20
30
  truncate: boolean;
21
31
  weight: "inherit" | "normal" | "medium" | "semibold";
22
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
package/vue/UiText.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed } from 'vue'
4
4
 
@@ -6,8 +6,8 @@ defineOptions({ inheritAttrs: false })
6
6
 
7
7
  const props = withDefaults(
8
8
  defineProps<{
9
- as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label'
10
9
  align?: 'start' | 'center'
10
+ as?: 'p' | 'span' | 'div' | 'small' | 'strong' | 'label'
11
11
  size?: 'inherit' | 'xs' | 'sm' | 'md' | 'lg'
12
12
  tone?: 'default' | 'secondary' | 'muted' | 'accent' | 'danger' | 'success'
13
13
  truncate?: boolean
@@ -15,8 +15,8 @@ const props = withDefaults(
15
15
  weight?: 'inherit' | 'normal' | 'medium' | 'semibold'
16
16
  }>(),
17
17
  {
18
- as: 'p',
19
18
  align: 'start',
19
+ as: 'p',
20
20
  size: 'inherit',
21
21
  tone: 'default',
22
22
  truncate: false,
@@ -39,10 +39,41 @@ const hostState = computed(() =>
39
39
  </script>
40
40
 
41
41
  <template>
42
- <component
43
- :is="as" data-component="ui-text" v-bind="$attrs" :data-ui-text-state="hostState || undefined">
42
+ <span
43
+ v-if="as === 'span'"
44
+ data-component="ui-text"
45
+ v-bind="$attrs"
46
+ :data-ui-text-state="hostState || undefined"
47
+ ><slot /></span>
48
+ <div
49
+ v-else-if="as === 'div'"
50
+ data-component="ui-text"
51
+ v-bind="$attrs"
52
+ :data-ui-text-state="hostState || undefined"
53
+ >
54
+ <slot />
55
+ </div>
56
+ <small
57
+ v-else-if="as === 'small'"
58
+ data-component="ui-text"
59
+ v-bind="$attrs"
60
+ :data-ui-text-state="hostState || undefined"
61
+ ><slot /></small>
62
+ <strong
63
+ v-else-if="as === 'strong'"
64
+ data-component="ui-text"
65
+ v-bind="$attrs"
66
+ :data-ui-text-state="hostState || undefined"
67
+ ><slot /></strong>
68
+ <label
69
+ v-else-if="as === 'label'"
70
+ data-component="ui-text"
71
+ v-bind="$attrs"
72
+ :data-ui-text-state="hostState || undefined"
73
+ ><slot /></label>
74
+ <p v-else data-component="ui-text" v-bind="$attrs" :data-ui-text-state="hostState || undefined">
44
75
  <slot />
45
- </component>
76
+ </p>
46
77
  </template>
47
78
 
48
79
  <style scoped>
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref } from 'vue'
4
4
  import * as controllerModule from '../components/ui-textarea/ui-textarea.js'
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { ref } from 'vue'
4
4
  import * as controllerModule from '../components/ui-toast-region/ui-toast-region.js'
package/vue/UiTooltip.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref } from 'vue'
4
4
  import * as controllerModule from '../components/ui-tooltip/ui-tooltip.js'
package/vue/UiTopBar.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  defineOptions({ inheritAttrs: false })
4
4
  </script>
package/vue/UiTree.vue CHANGED
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref } from 'vue'
4
4
  import * as controllerModule from '../components/ui-tree/ui-tree.js'
@@ -1,4 +1,4 @@
1
- <!-- Generated by HTML Next 1.0.0-alpha.5 for Vue 3.5. Do not edit. -->
1
+ <!-- Generated by HTML Next 1.0.0-alpha.7 for Vue 3.5. Do not edit. -->
2
2
  <script setup lang="ts">
3
3
  import { computed, ref, useTemplateRef } from 'vue'
4
4
  import * as controllerModule from '../components/ui-tree-item/ui-tree-item.js'
@@ -19,6 +19,6 @@ var UiActionBar_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
19
19
  ])], 16);
20
20
  };
21
21
  }
22
- }), [["__scopeId", "data-v-7751fea7"]]);
22
+ }), [["__scopeId", "data-v-e04a135e"]]);
23
23
  //#endregion
24
24
  export { UiActionBar_default as t };
@@ -9,13 +9,16 @@ var _hoisted_1 = ["data-ui-affordance-scope-state"];
9
9
  var UiAffordanceScope_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
10
10
  inheritAttrs: false,
11
11
  __name: "UiAffordanceScope",
12
- props: { nearRadius: { default: 16 } },
12
+ props: {
13
+ guide: { default: "dot" },
14
+ nearRadius: { default: 16 }
15
+ },
13
16
  setup(__props) {
14
17
  const props = __props;
15
18
  const root = ref(null);
16
19
  const engaged = ref(false);
17
20
  /** The values the styles' :host-state() rules test. */
18
- const hostState = computed(() => [engaged.value && "engaged"].filter(Boolean).join(" "));
21
+ const hostState = computed(() => [engaged.value && "engaged", props.guide && `guide guide=${props.guide}`].filter(Boolean).join(" "));
19
22
  const dispatch = createDispatch(root);
20
23
  useComponentHost(controllerModule.default, {
21
24
  root,
@@ -31,6 +34,6 @@ var UiAffordanceScope_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
31
34
  }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
32
35
  };
33
36
  }
34
- }), [["__scopeId", "data-v-c9fe5e81"]]);
37
+ }), [["__scopeId", "data-v-0ec8d3e6"]]);
35
38
  //#endregion
36
39
  export { UiAffordanceScope_default as t };
@@ -66,6 +66,6 @@ var UiAvatar_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
66
66
  ], 16, _hoisted_1);
67
67
  };
68
68
  }
69
- }), [["__scopeId", "data-v-69ce58d1"]]);
69
+ }), [["__scopeId", "data-v-43a3ae30"]]);
70
70
  //#endregion
71
71
  export { UiAvatar_default as t };
@@ -48,6 +48,6 @@ var UiAvatarGroup_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
48
48
  }, toDisplayString(`+${overflowCount.value}`), 9, _hoisted_2)], 16, _hoisted_1);
49
49
  };
50
50
  }
51
- }), [["__scopeId", "data-v-c2d41fb1"]]);
51
+ }), [["__scopeId", "data-v-ff71c721"]]);
52
52
  //#endregion
53
53
  export { UiAvatarGroup_default as t };
@@ -24,6 +24,6 @@ var UiBadge_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE
24
24
  return openBlock(), createElementBlock("span", mergeProps({ "data-component": "ui-badge" }, _ctx.$attrs, { "data-ui-badge-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
25
25
  };
26
26
  }
27
- }), [["__scopeId", "data-v-01118c8d"]]);
27
+ }), [["__scopeId", "data-v-4c8e66a3"]]);
28
28
  //#endregion
29
29
  export { UiBadge_default as t };
@@ -45,6 +45,6 @@ var UiBreadcrumbItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/
45
45
  }), [createElementVNode("span", _hoisted_2, [createVNode(UiIcon_default, { name: "chevron-right" })]), createElementVNode("span", _hoisted_3, [renderSlot(_ctx.$slots, "default")])], 16, _hoisted_1);
46
46
  };
47
47
  }
48
- }), [["__scopeId", "data-v-9de59def"]]);
48
+ }), [["__scopeId", "data-v-8ffebd0c"]]);
49
49
  //#endregion
50
50
  export { UiBreadcrumbItem_default as t };
@@ -14,6 +14,6 @@ var UiBreadcrumbs_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
14
14
  return openBlock(), createElementBlock("nav", mergeProps({ "data-component": "ui-breadcrumbs" }, _ctx.$attrs, { "aria-label": __props.label }), [createElementVNode("ol", _hoisted_2, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 16, _hoisted_1);
15
15
  };
16
16
  }
17
- }), [["__scopeId", "data-v-0d86d58e"]]);
17
+ }), [["__scopeId", "data-v-ee3145b6"]]);
18
18
  //#endregion
19
19
  export { UiBreadcrumbs_default as t };
@@ -1,13 +1,26 @@
1
1
  import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.js";
2
- import { computed, createBlock, defineComponent, mergeProps, openBlock, renderSlot, resolveDynamicComponent, withCtx } from "vue";
2
+ import { computed, createElementBlock, defineComponent, mergeProps, openBlock, renderSlot } from "vue";
3
+ //#region .build/vue/UiButton.vue?vue&type=script&setup=true&lang.ts
4
+ var _hoisted_1 = [
5
+ "href",
6
+ "target",
7
+ "rel",
8
+ "aria-disabled",
9
+ "data-ui-button-state"
10
+ ];
11
+ var _hoisted_2 = [
12
+ "type",
13
+ "disabled",
14
+ "data-ui-button-state"
15
+ ];
3
16
  //#endregion
4
17
  //#region .build/vue/UiButton.vue
5
18
  var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
6
19
  inheritAttrs: false,
7
20
  __name: "UiButton",
8
21
  props: {
9
- as: { default: "button" },
10
22
  align: { default: "center" },
23
+ as: { default: "button" },
11
24
  disabled: {
12
25
  type: Boolean,
13
26
  default: false
@@ -43,15 +56,10 @@ var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
43
56
  return value === true ? "" : text(value);
44
57
  }
45
58
  return (_ctx, _cache) => {
46
- return openBlock(), createBlock(resolveDynamicComponent(__props.as), mergeProps({ "data-component": "ui-button" }, _ctx.$attrs, {
47
- type: attribute({
48
- true: __props.type,
49
- false: null
50
- }[`${!__props.href}`]),
51
- disabled: attribute({
52
- true: true,
53
- false: null
54
- }[`${__props.disabled && !__props.href}`]),
59
+ return __props.as === "a" ? (openBlock(), createElementBlock("a", mergeProps({
60
+ key: 0,
61
+ "data-component": "ui-button"
62
+ }, _ctx.$attrs, {
55
63
  href: attribute({
56
64
  true: null,
57
65
  false: __props.href
@@ -69,20 +77,16 @@ var UiButton_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
69
77
  false: null
70
78
  }[`${Boolean(__props.disabled && __props.href)}`]),
71
79
  "data-ui-button-state": hostState.value || void 0
72
- }), {
73
- default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, void 0, true)]),
74
- _: 3
75
- }, 16, [
76
- "type",
77
- "disabled",
78
- "href",
79
- "target",
80
- "rel",
81
- "aria-disabled",
82
- "data-ui-button-state"
83
- ]);
80
+ }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1)) : (openBlock(), createElementBlock("button", mergeProps({
81
+ key: 1,
82
+ "data-component": "ui-button"
83
+ }, _ctx.$attrs, {
84
+ type: __props.type,
85
+ disabled: __props.disabled,
86
+ "data-ui-button-state": hostState.value || void 0
87
+ }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_2));
84
88
  };
85
89
  }
86
- }), [["__scopeId", "data-v-77e9072e"]]);
90
+ }), [["__scopeId", "data-v-a45835c7"]]);
87
91
  //#endregion
88
92
  export { UiButton_default as t };
@@ -103,6 +103,6 @@ var UiCallout_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PU
103
103
  ]), createElementVNode("div", _hoisted_8, [renderSlot(_ctx.$slots, "default")])], 16, _hoisted_1);
104
104
  };
105
105
  }
106
- }), [["__scopeId", "data-v-c6355f1f"]]);
106
+ }), [["__scopeId", "data-v-faa2395f"]]);
107
107
  //#endregion
108
108
  export { UiCallout_default as t };
@@ -1,5 +1,10 @@
1
1
  import { t as _plugin_vue_export_helper_default } from "./_plugin-vue_export-helper.js";
2
- import { computed, createBlock, defineComponent, mergeProps, openBlock, renderSlot, resolveDynamicComponent, withCtx } from "vue";
2
+ import { computed, createElementBlock, defineComponent, mergeProps, openBlock, renderSlot } from "vue";
3
+ //#region .build/vue/UiCard.vue?vue&type=script&setup=true&lang.ts
4
+ var _hoisted_1 = ["data-ui-card-state"];
5
+ var _hoisted_2 = ["data-ui-card-state"];
6
+ var _hoisted_3 = ["data-ui-card-state"];
7
+ var _hoisted_4 = ["data-ui-card-state"];
3
8
  //#endregion
4
9
  //#region .build/vue/UiCard.vue
5
10
  var UiCard_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE__ */ defineComponent({
@@ -20,12 +25,21 @@ var UiCard_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE_
20
25
  props.tone && `tone tone=${props.tone}`
21
26
  ].filter(Boolean).join(" "));
22
27
  return (_ctx, _cache) => {
23
- return openBlock(), createBlock(resolveDynamicComponent(__props.as), mergeProps({ "data-component": "ui-card" }, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), {
24
- default: withCtx(() => [renderSlot(_ctx.$slots, "default", {}, void 0, true)]),
25
- _: 3
26
- }, 16, ["data-ui-card-state"]);
28
+ return __props.as === "section" ? (openBlock(), createElementBlock("section", mergeProps({
29
+ key: 0,
30
+ "data-component": "ui-card"
31
+ }, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1)) : __props.as === "article" ? (openBlock(), createElementBlock("article", mergeProps({
32
+ key: 1,
33
+ "data-component": "ui-card"
34
+ }, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_2)) : __props.as === "aside" ? (openBlock(), createElementBlock("aside", mergeProps({
35
+ key: 2,
36
+ "data-component": "ui-card"
37
+ }, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_3)) : (openBlock(), createElementBlock("div", mergeProps({
38
+ key: 3,
39
+ "data-component": "ui-card"
40
+ }, _ctx.$attrs, { "data-ui-card-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_4));
27
41
  };
28
42
  }
29
- }), [["__scopeId", "data-v-d00c53f0"]]);
43
+ }), [["__scopeId", "data-v-e61f21fd"]]);
30
44
  //#endregion
31
45
  export { UiCard_default as t };
@@ -94,6 +94,6 @@ var UiCheckbox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
94
94
  }, null, 40, _hoisted_2), createElementVNode("span", _hoisted_3, [createElementVNode("span", _hoisted_4, [renderSlot(_ctx.$slots, "default", {}, void 0, true)]), createElementVNode("span", _hoisted_5, [renderSlot(_ctx.$slots, "description", {}, void 0, true)], 512)])], 16, _hoisted_1);
95
95
  };
96
96
  }
97
- }), [["__scopeId", "data-v-91e106d5"]]);
97
+ }), [["__scopeId", "data-v-e122df08"]]);
98
98
  //#endregion
99
99
  export { UiCheckbox_default as t };
@@ -19,6 +19,6 @@ var UiCluster_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PU
19
19
  return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-cluster" }, _ctx.$attrs, { "data-ui-cluster-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
20
20
  };
21
21
  }
22
- }), [["__scopeId", "data-v-2672f50e"]]);
22
+ }), [["__scopeId", "data-v-d749e74b"]]);
23
23
  //#endregion
24
24
  export { UiCluster_default as t };
@@ -470,7 +470,7 @@ var UiCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
470
470
  createElementVNode("div", {
471
471
  class: "message",
472
472
  id: `${uid.value}-validation`,
473
- hidden: !validation.value.issues[0]
473
+ hidden: !validation.value.issues.length
474
474
  }, [(openBlock(true), createElementBlock(Fragment, null, renderList(validation.value.issues, (issue, index) => {
475
475
  return openBlock(), createElementBlock("div", { key: index }, toDisplayString(issue.message), 1);
476
476
  }), 128))], 8, _hoisted_20),
@@ -479,6 +479,6 @@ var UiCombobox_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
479
479
  ], 16, _hoisted_1);
480
480
  };
481
481
  }
482
- }), [["__scopeId", "data-v-083b5c7a"]]);
482
+ }), [["__scopeId", "data-v-7616cc1c"]]);
483
483
  //#endregion
484
484
  export { UiCombobox_default as t };
@@ -19,6 +19,6 @@ var UiContainer_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__
19
19
  return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-container" }, _ctx.$attrs, { "data-ui-container-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
20
20
  };
21
21
  }
22
- }), [["__scopeId", "data-v-cce10c33"]]);
22
+ }), [["__scopeId", "data-v-4c3cd815"]]);
23
23
  //#endregion
24
24
  export { UiContainer_default as t };
@@ -61,6 +61,6 @@ var UiContextMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @
61
61
  }), [createElementVNode("div", _hoisted_1, [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 512)], 16);
62
62
  };
63
63
  }
64
- }), [["__scopeId", "data-v-795c1691"]]);
64
+ }), [["__scopeId", "data-v-3d09af05"]]);
65
65
  //#endregion
66
66
  export { UiContextMenu_default as t };
@@ -16,6 +16,6 @@ var UiCover_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PURE
16
16
  return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-cover" }, _ctx.$attrs, { "data-ui-cover-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default")], 16, _hoisted_1);
17
17
  };
18
18
  }
19
- }), [["__scopeId", "data-v-f341d85e"]]);
19
+ }), [["__scopeId", "data-v-2c13f2c3"]]);
20
20
  //#endregion
21
21
  export { UiCover_default as t };
@@ -11,6 +11,6 @@ var UiDescriptionItem_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
11
11
  return openBlock(), createElementBlock("div", mergeProps({ "data-component": "ui-description-item" }, _ctx.$attrs), [createElementVNode("dt", null, toDisplayString(__props.term), 1), createElementVNode("dd", null, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 16);
12
12
  };
13
13
  }
14
- }), [["__scopeId", "data-v-2d94bc9f"]]);
14
+ }), [["__scopeId", "data-v-6e5b491d"]]);
15
15
  //#endregion
16
16
  export { UiDescriptionItem_default as t };
@@ -16,6 +16,6 @@ var UiDescriptionList_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
16
16
  return openBlock(), createElementBlock("dl", mergeProps({ "data-component": "ui-description-list" }, _ctx.$attrs, { "data-ui-description-list-state": hostState.value || void 0 }), [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 16, _hoisted_1);
17
17
  };
18
18
  }
19
- }), [["__scopeId", "data-v-0519dd0f"]]);
19
+ }), [["__scopeId", "data-v-a4548235"]]);
20
20
  //#endregion
21
21
  export { UiDescriptionList_default as t };
@@ -75,6 +75,6 @@ var UiDialog_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__PUR
75
75
  ], 16, _hoisted_1);
76
76
  };
77
77
  }
78
- }), [["__scopeId", "data-v-361de32a"]]);
78
+ }), [["__scopeId", "data-v-616b4560"]]);
79
79
  //#endregion
80
80
  export { UiDialog_default as t };
@@ -86,6 +86,6 @@ var UiDisclosure_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @_
86
86
  }, [createElementVNode("div", _hoisted_4, [renderSlot(_ctx.$slots, "default", {}, void 0, true)])], 8, _hoisted_3)], 16, _hoisted_1);
87
87
  };
88
88
  }
89
- }), [["__scopeId", "data-v-444f3a00"]]);
89
+ }), [["__scopeId", "data-v-07294756"]]);
90
90
  //#endregion
91
91
  export { UiDisclosure_default as t };
@@ -120,6 +120,6 @@ var UiEditable_default = /*#__PURE__*/ _plugin_vue_export_helper_default(/* @__P
120
120
  }, "Cancel", -1)])])) : createCommentVNode("v-if", true)], 16, _hoisted_1);
121
121
  };
122
122
  }
123
- }), [["__scopeId", "data-v-3b785d66"]]);
123
+ }), [["__scopeId", "data-v-73a44500"]]);
124
124
  //#endregion
125
125
  export { UiEditable_default as t };
@@ -104,6 +104,6 @@ var UiEditorInsertTableGrid_default = /*#__PURE__*/ _plugin_vue_export_helper_de
104
104
  ], 16, _hoisted_1);
105
105
  };
106
106
  }
107
- }), [["__scopeId", "data-v-fd963634"]]);
107
+ }), [["__scopeId", "data-v-efb1c451"]]);
108
108
  //#endregion
109
109
  export { UiEditorInsertTableGrid_default as t };
@@ -101,6 +101,6 @@ var UiEditorMentionMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_defaul
101
101
  ], 16, _hoisted_1);
102
102
  };
103
103
  }
104
- }), [["__scopeId", "data-v-a6db8e19"]]);
104
+ }), [["__scopeId", "data-v-b290e588"]]);
105
105
  //#endregion
106
106
  export { UiEditorMentionMenu_default as t };
@@ -95,6 +95,6 @@ var UiEditorSlashMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_default(
95
95
  ], 16, _hoisted_1);
96
96
  };
97
97
  }
98
- }), [["__scopeId", "data-v-becc3f6b"]]);
98
+ }), [["__scopeId", "data-v-2399c2e3"]]);
99
99
  //#endregion
100
100
  export { UiEditorSlashMenu_default as t };
@@ -93,6 +93,6 @@ var UiEditorTableContextMenu_default = /*#__PURE__*/ _plugin_vue_export_helper_d
93
93
  }), 128))], 16, _hoisted_1);
94
94
  };
95
95
  }
96
- }), [["__scopeId", "data-v-bfb4a4f3"]]);
96
+ }), [["__scopeId", "data-v-abe5d04d"]]);
97
97
  //#endregion
98
98
  export { UiEditorTableContextMenu_default as t };
@@ -181,6 +181,6 @@ var UiEditorTableOverlay_default = /*#__PURE__*/ _plugin_vue_export_helper_defau
181
181
  ], 16, _hoisted_1);
182
182
  };
183
183
  }
184
- }), [["__scopeId", "data-v-1a161cbe"]]);
184
+ }), [["__scopeId", "data-v-0de9cbcc"]]);
185
185
  //#endregion
186
186
  export { UiEditorTableOverlay_default as t };
@@ -175,6 +175,6 @@ var UiEditorTableToolbar_default = /*#__PURE__*/ _plugin_vue_export_helper_defau
175
175
  ], 16, _hoisted_1);
176
176
  };
177
177
  }
178
- }), [["__scopeId", "data-v-be005bab"]]);
178
+ }), [["__scopeId", "data-v-57f609e3"]]);
179
179
  //#endregion
180
180
  export { UiEditorTableToolbar_default as t };