@versini/ui-table 5.1.0 → 5.1.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.
@@ -40,7 +40,7 @@ const u = ({
40
40
  try {
41
41
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
42
42
  version: "4.2.2",
43
- buildTime: "10/19/2025 01:03 PM EDT",
43
+ buildTime: "10/20/2025 07:37 PM EDT",
44
44
  homepage: "https://github.com/aversini/ui-components",
45
45
  license: "MIT"
46
46
  });
@@ -126,13 +126,13 @@ const N = ({
126
126
  }
127
127
  );
128
128
  /*!
129
- @versini/ui-icons v4.13.0
129
+ @versini/ui-icons v4.14.0
130
130
  © 2025 gizmette.com
131
131
  */
132
132
  try {
133
133
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
134
- version: "4.13.0",
135
- buildTime: "10/19/2025 01:03 PM EDT",
134
+ version: "4.14.0",
135
+ buildTime: "10/20/2025 07:37 PM EDT",
136
136
  homepage: "https://github.com/aversini/ui-components",
137
137
  license: "MIT"
138
138
  });
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { Table as r, TableBody as i, TableCell as T, TableCellSort as a, TableFooter as t, TableHead as _, TableRow as b } from "./components/Table/Table.js";
2
2
  import { TableCellSortDirections as I } from "./components/TableConstants/TableConstants.js";
3
3
  /*!
4
- @versini/ui-table v5.1.0
4
+ @versini/ui-table v5.1.2
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
9
- version: "5.1.0",
10
- buildTime: "10/19/2025 04:19 PM EDT",
9
+ version: "5.1.2",
10
+ buildTime: "10/22/2025 02:45 PM EDT",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "5.1.0",
3
+ "version": "5.1.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -56,13 +56,13 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@tailwindcss/typography": "0.5.19",
59
- "@versini/ui-button": "8.1.0",
60
- "@versini/ui-icons": "4.13.0",
59
+ "@versini/ui-button": "8.1.2",
60
+ "@versini/ui-icons": "4.14.0",
61
61
  "clsx": "2.1.1",
62
- "tailwindcss": "4.1.14"
62
+ "tailwindcss": "4.1.15"
63
63
  },
64
64
  "sideEffects": [
65
65
  "**/*.css"
66
66
  ],
67
- "gitHead": "5e38069da8dfd7a151bb67950a96d193b50a0b00"
67
+ "gitHead": "e2e7b5c53c77d1773d7e0e463bac2a75b936a0d3"
68
68
  }