@versini/ui-table 4.0.14 → 4.0.15

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.
package/README.md CHANGED
@@ -6,7 +6,6 @@
6
6
 
7
7
  The Table component provides data tables with sorting, accessibility features, and customizable styling for displaying tabular data.
8
8
 
9
-
10
9
  ## Table of Contents
11
10
 
12
11
  - [Features](#features)
@@ -19,7 +18,7 @@ The Table component provides data tables with sorting, accessibility features, a
19
18
  npm install @versini/ui-table
20
19
  ```
21
20
 
22
- > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [root README](../../README.md#tailwindcss-setup) for complete setup instructions.
21
+ > **Note**: This component requires TailwindCSS and the `@versini/ui-styles` plugin for proper styling. See the [installation documentation](https://versini-org.github.io/ui-components/?path=/docs/getting-started-installation--docs) for complete setup instructions.
23
22
 
24
23
  ## Usage
25
24
 
@@ -31,7 +30,7 @@ function App() {
31
30
  { id: 1, name: "John Doe", email: "john@example.com" },
32
31
  { id: 2, name: "Jane Smith", email: "jane@example.com" }
33
32
  ];
34
-
33
+
35
34
  return (
36
35
  <Table
37
36
  columns={[
@@ -504,13 +504,13 @@ const R = {
504
504
  );
505
505
  Z.displayName = "ButtonIcon";
506
506
  /*!
507
- @versini/ui-button v7.1.3
507
+ @versini/ui-button v7.1.4
508
508
  © 2025 gizmette.com
509
509
  */
510
510
  try {
511
511
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
512
- version: "7.1.3",
513
- buildTime: "08/23/2025 09:08 AM EDT",
512
+ version: "7.1.4",
513
+ buildTime: "08/23/2025 10:05 AM EDT",
514
514
  homepage: "https://github.com/aversini/ui-components",
515
515
  license: "MIT"
516
516
  });
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Table as i, TableBody as T, TableCell as a, TableCellSort as r, TableCellSortDirections as _, TableFooter as t, TableHead as b, TableRow as n } from "./components/Table/Table.js";
2
2
  /*!
3
- @versini/ui-table v4.0.14
3
+ @versini/ui-table v4.0.15
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
8
- version: "4.0.14",
9
- buildTime: "08/23/2025 09:09 AM EDT",
8
+ version: "4.0.15",
9
+ buildTime: "08/23/2025 10:07 AM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "4.0.14",
3
+ "version": "4.0.15",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -54,5 +54,5 @@
54
54
  "sideEffects": [
55
55
  "**/*.css"
56
56
  ],
57
- "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
57
+ "gitHead": "a1afd6e4613b1da7abf61d10a72614611521fb39"
58
58
  }