@tb-dev/vue 0.3.0 → 0.3.2

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.
@@ -2,10 +2,14 @@ import { VNode } from 'vue';
2
2
  declare function __VLS_template(): {
3
3
  attrs: Partial<{}>;
4
4
  slots: Readonly<{
5
+ caption?: () => VNode;
5
6
  default: () => VNode;
7
+ footer?: () => VNode;
6
8
  header?: () => VNode;
7
9
  }> & {
10
+ caption?: () => VNode;
8
11
  default: () => VNode;
12
+ footer?: () => VNode;
9
13
  header?: () => VNode;
10
14
  };
11
15
  refs: {};
@@ -1,4 +1,4 @@
1
1
  import { default as Table } from './Table.vue';
2
2
  import { default as TableLink } from './TableLink.vue';
3
3
  export { Table, TableLink };
4
- export { TableCell, TableHead, TableRow } from '../__base/table';
4
+ export { TableCell, TableEmpty, TableHead, TableRow } from '../__base/table';
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.2 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
2
2
  :root {
3
3
  --background: oklch(1 0 0);
4
4
  --foreground: oklch(.141 .005 285.823);