@threadlabs/looma 0.12.7 → 0.13.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 (192) hide show
  1. package/components/ui-action-bar/ui-action-bar.html +10 -1
  2. package/components/ui-avatar/ui-avatar.html +18 -0
  3. package/components/ui-avatar-group/ui-avatar-group.html +16 -2
  4. package/components/ui-badge/ui-badge.html +42 -0
  5. package/components/ui-button/ui-button.html +70 -0
  6. package/components/ui-callout/ui-callout.html +55 -4
  7. package/components/ui-checkbox/ui-checkbox.html +15 -2
  8. package/components/ui-cluster/ui-cluster.html +7 -1
  9. package/components/ui-combobox/ui-combobox.html +64 -10
  10. package/components/ui-container/ui-container.html +12 -1
  11. package/components/ui-context-menu/ui-context-menu.html +10 -1
  12. package/components/ui-dialog/ui-dialog.html +21 -4
  13. package/components/ui-disclosure/ui-disclosure.html +22 -3
  14. package/components/ui-editor-slash-menu/ui-editor-slash-menu.html +2 -2
  15. package/components/ui-editor-table-context-menu/ui-editor-table-context-menu.html +2 -2
  16. package/components/ui-editor-table-overlay/ui-editor-table-overlay.html +8 -8
  17. package/components/ui-editor-table-toolbar/ui-editor-table-toolbar.html +3 -3
  18. package/components/ui-floating-action-button/ui-floating-action-button.html +14 -0
  19. package/components/ui-form-field/ui-form-field.html +10 -1
  20. package/components/ui-grid/ui-grid.html +11 -1
  21. package/components/ui-icon/ui-icon.html +17 -3
  22. package/components/ui-icon-button/ui-icon-button.html +81 -3
  23. package/components/ui-input/ui-input.html +67 -12
  24. package/components/ui-input-group/ui-input-group.html +14 -13
  25. package/components/ui-list/ui-list.html +10 -0
  26. package/components/ui-list-item/ui-list-item.html +22 -1
  27. package/components/ui-menu/ui-menu.html +17 -5
  28. package/components/ui-menu-item/ui-menu-item.html +30 -3
  29. package/components/ui-nav-item/ui-nav-item.html +14 -0
  30. package/components/ui-popover/ui-popover.html +6 -0
  31. package/components/ui-radio/ui-radio.html +15 -2
  32. package/components/ui-reel/ui-reel.html +15 -2
  33. package/components/ui-search-result-row/ui-search-result-row.html +34 -0
  34. package/components/ui-search-shell/ui-search-shell.html +65 -11
  35. package/components/ui-select/ui-select.html +14 -0
  36. package/components/ui-separator/ui-separator.html +9 -2
  37. package/components/ui-sidebar/ui-sidebar.html +22 -1
  38. package/components/ui-stack/ui-stack.html +7 -1
  39. package/components/ui-switch/ui-switch.html +20 -2
  40. package/components/ui-switcher/ui-switcher.html +18 -5
  41. package/components/ui-tabs/ui-tabs.html +21 -2
  42. package/components/ui-textarea/ui-textarea.html +14 -0
  43. package/components/ui-toast-region/ui-toast-region.html +16 -2
  44. package/components/ui-tooltip/ui-tooltip.html +62 -13
  45. package/components/ui-top-bar/ui-top-bar.html +34 -1
  46. package/components/ui-tree/ui-tree.html +27 -4
  47. package/components/ui-tree-item/ui-tree-item.html +39 -10
  48. package/components/ui-tree-item/ui-tree-item.js +1 -1
  49. package/dist/index.js +1 -1
  50. package/package.json +1 -1
  51. package/styles/ui-action-bar.css +14 -3
  52. package/styles/ui-avatar-group.css +20 -4
  53. package/styles/ui-avatar.css +22 -2
  54. package/styles/ui-badge.css +46 -2
  55. package/styles/ui-button.css +74 -2
  56. package/styles/ui-callout.css +59 -6
  57. package/styles/ui-checkbox.css +19 -4
  58. package/styles/ui-cluster.css +10 -2
  59. package/styles/ui-combobox.css +67 -12
  60. package/styles/ui-container.css +14 -2
  61. package/styles/ui-context-menu.css +14 -3
  62. package/styles/ui-dialog.css +25 -6
  63. package/styles/ui-disclosure.css +26 -5
  64. package/styles/ui-editor-slash-menu.css +2 -2
  65. package/styles/ui-editor-table-context-menu.css +2 -2
  66. package/styles/ui-editor-table-overlay.css +8 -8
  67. package/styles/ui-editor-table-toolbar.css +3 -3
  68. package/styles/ui-floating-action-button.css +18 -2
  69. package/styles/ui-form-field.css +14 -3
  70. package/styles/ui-grid.css +14 -2
  71. package/styles/ui-icon-button.css +85 -5
  72. package/styles/ui-icon.css +21 -5
  73. package/styles/ui-input-group.css +14 -13
  74. package/styles/ui-input.css +72 -14
  75. package/styles/ui-list-item.css +26 -3
  76. package/styles/ui-list.css +14 -2
  77. package/styles/ui-menu-item.css +34 -5
  78. package/styles/ui-menu.css +21 -6
  79. package/styles/ui-nav-item.css +18 -2
  80. package/styles/ui-popover.css +10 -2
  81. package/styles/ui-radio.css +19 -4
  82. package/styles/ui-reel.css +18 -3
  83. package/styles/ui-search-result-row.css +38 -2
  84. package/styles/ui-search-shell.css +69 -13
  85. package/styles/ui-select.css +18 -2
  86. package/styles/ui-separator.css +14 -2
  87. package/styles/ui-sidebar.css +26 -3
  88. package/styles/ui-stack.css +10 -2
  89. package/styles/ui-switch.css +24 -4
  90. package/styles/ui-switcher.css +21 -6
  91. package/styles/ui-tabs.css +25 -4
  92. package/styles/ui-textarea.css +18 -2
  93. package/styles/ui-toast-region.css +20 -4
  94. package/styles/ui-tooltip.css +66 -15
  95. package/styles/ui-top-bar.css +38 -3
  96. package/styles/ui-tree-item.css +43 -12
  97. package/styles/ui-tree.css +33 -6
  98. package/vue/UiActionBar.vue +12 -3
  99. package/vue/UiAvatar.vue +18 -0
  100. package/vue/UiAvatarGroup.vue +16 -2
  101. package/vue/UiBadge.vue +42 -0
  102. package/vue/UiButton.vue +70 -0
  103. package/vue/UiCallout.vue +55 -4
  104. package/vue/UiCheckbox.vue +15 -2
  105. package/vue/UiCluster.vue +6 -0
  106. package/vue/UiCombobox.vue +64 -10
  107. package/vue/UiContainer.vue +10 -0
  108. package/vue/UiContextMenu.vue +10 -1
  109. package/vue/UiDialog.vue +21 -4
  110. package/vue/UiDisclosure.vue +22 -3
  111. package/vue/UiEditorSlashMenu.vue +2 -2
  112. package/vue/UiEditorTableContextMenu.vue +2 -2
  113. package/vue/UiEditorTableOverlay.vue +8 -8
  114. package/vue/UiEditorTableToolbar.vue +3 -3
  115. package/vue/UiFloatingActionButton.vue +14 -0
  116. package/vue/UiFormField.vue +10 -1
  117. package/vue/UiGrid.vue +10 -0
  118. package/vue/UiIcon.vue +17 -3
  119. package/vue/UiIconButton.vue +81 -3
  120. package/vue/UiInput.vue +89 -14
  121. package/vue/UiInputGroup.vue +14 -13
  122. package/vue/UiList.vue +12 -2
  123. package/vue/UiListItem.vue +30 -9
  124. package/vue/UiMenu.vue +17 -5
  125. package/vue/UiMenuItem.vue +42 -4
  126. package/vue/UiNavItem.vue +17 -3
  127. package/vue/UiPopover.vue +6 -0
  128. package/vue/UiRadio.vue +15 -2
  129. package/vue/UiReel.vue +14 -1
  130. package/vue/UiSearchResultRow.vue +34 -0
  131. package/vue/UiSearchShell.vue +66 -12
  132. package/vue/UiSelect.vue +14 -0
  133. package/vue/UiSeparator.vue +9 -2
  134. package/vue/UiSidebar.vue +22 -1
  135. package/vue/UiStack.vue +6 -0
  136. package/vue/UiSwitch.vue +20 -2
  137. package/vue/UiSwitcher.vue +17 -4
  138. package/vue/UiTabs.vue +22 -3
  139. package/vue/UiTextarea.vue +14 -0
  140. package/vue/UiToastRegion.vue +16 -2
  141. package/vue/UiTooltip.vue +62 -13
  142. package/vue/UiTopBar.vue +34 -1
  143. package/vue/UiTree.vue +28 -5
  144. package/vue/UiTreeItem.vue +46 -11
  145. package/vue/chunks/UiActionBar.js +1 -1
  146. package/vue/chunks/UiAvatar.js +1 -1
  147. package/vue/chunks/UiAvatarGroup.js +1 -1
  148. package/vue/chunks/UiBadge.js +1 -1
  149. package/vue/chunks/UiButton.js +1 -1
  150. package/vue/chunks/UiCallout.js +1 -1
  151. package/vue/chunks/UiCheckbox.js +1 -1
  152. package/vue/chunks/UiCluster.js +1 -1
  153. package/vue/chunks/UiCombobox.js +1 -1
  154. package/vue/chunks/UiContainer.js +1 -1
  155. package/vue/chunks/UiContextMenu.js +1 -1
  156. package/vue/chunks/UiDialog.js +1 -1
  157. package/vue/chunks/UiDisclosure.js +1 -1
  158. package/vue/chunks/UiEditorSlashMenu.js +1 -1
  159. package/vue/chunks/UiEditorTableContextMenu.js +1 -1
  160. package/vue/chunks/UiEditorTableOverlay.js +1 -1
  161. package/vue/chunks/UiEditorTableToolbar.js +1 -1
  162. package/vue/chunks/UiFloatingActionButton.js +1 -1
  163. package/vue/chunks/UiFormField.js +1 -1
  164. package/vue/chunks/UiGrid.js +1 -1
  165. package/vue/chunks/UiIcon.js +1 -1
  166. package/vue/chunks/UiIconButton.js +1 -1
  167. package/vue/chunks/UiInput.js +1 -1
  168. package/vue/chunks/UiInputGroup.js +1 -1
  169. package/vue/chunks/UiList.js +1 -1
  170. package/vue/chunks/UiListItem.js +1 -1
  171. package/vue/chunks/UiMenu.js +1 -1
  172. package/vue/chunks/UiMenuItem.js +1 -1
  173. package/vue/chunks/UiNavItem.js +1 -1
  174. package/vue/chunks/UiPopover.js +1 -1
  175. package/vue/chunks/UiRadio.js +1 -1
  176. package/vue/chunks/UiReel.js +1 -1
  177. package/vue/chunks/UiSearchResultRow.js +1 -1
  178. package/vue/chunks/UiSearchShell.js +1 -1
  179. package/vue/chunks/UiSelect.js +1 -1
  180. package/vue/chunks/UiSeparator.js +1 -1
  181. package/vue/chunks/UiSidebar.js +1 -1
  182. package/vue/chunks/UiStack.js +1 -1
  183. package/vue/chunks/UiSwitch.js +1 -1
  184. package/vue/chunks/UiSwitcher.js +1 -1
  185. package/vue/chunks/UiTabs.js +1 -1
  186. package/vue/chunks/UiTextarea.js +1 -1
  187. package/vue/chunks/UiToastRegion.js +1 -1
  188. package/vue/chunks/UiTooltip.js +1 -1
  189. package/vue/chunks/UiTopBar.js +1 -1
  190. package/vue/chunks/UiTree.js +1 -1
  191. package/vue/chunks/UiTreeItem.js +1 -1
  192. package/vue/components.css +1929 -897

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.