@versini/ui-table 5.0.1 → 5.0.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.
@@ -34,13 +34,13 @@ const u = ({
34
34
  );
35
35
  };
36
36
  /*!
37
- @versini/ui-svgicon v4.2.1
37
+ @versini/ui-svgicon v4.2.2
38
38
  © 2025 gizmette.com
39
39
  */
40
40
  try {
41
41
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
42
- version: "4.2.1",
43
- buildTime: "08/27/2025 08:27 AM EDT",
42
+ version: "4.2.2",
43
+ buildTime: "10/17/2025 12:12 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.11.0
129
+ @versini/ui-icons v4.12.3
130
130
  © 2025 gizmette.com
131
131
  */
132
132
  try {
133
133
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
134
- version: "4.11.0",
135
- buildTime: "08/27/2025 08:28 AM EDT",
134
+ version: "4.12.3",
135
+ buildTime: "10/17/2025 12:12 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.0.1
4
+ @versini/ui-table v5.0.2
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
9
- version: "5.0.1",
10
- buildTime: "09/01/2025 04:02 PM EDT",
9
+ version: "5.0.2",
10
+ buildTime: "10/17/2025 12:54 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.0.1",
3
+ "version": "5.0.2",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -50,23 +50,19 @@
50
50
  "test:watch": "vitest",
51
51
  "test": "vitest run"
52
52
  },
53
- "peerDependencies": {
54
- "react": "^19.1.0",
55
- "react-dom": "^19.1.0"
56
- },
57
53
  "devDependencies": {
58
- "@testing-library/jest-dom": "6.8.0",
59
- "@versini/ui-types": "6.0.1"
54
+ "@testing-library/jest-dom": "6.9.1",
55
+ "@versini/ui-types": "6.0.2"
60
56
  },
61
57
  "dependencies": {
62
- "@tailwindcss/typography": "0.5.16",
63
- "@versini/ui-button": "8.0.1",
64
- "@versini/ui-icons": "4.11.0",
58
+ "@tailwindcss/typography": "0.5.19",
59
+ "@versini/ui-button": "8.0.2",
60
+ "@versini/ui-icons": "4.12.3",
65
61
  "clsx": "2.1.1",
66
- "tailwindcss": "4.1.12"
62
+ "tailwindcss": "4.1.14"
67
63
  },
68
64
  "sideEffects": [
69
65
  "**/*.css"
70
66
  ],
71
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
67
+ "gitHead": "67e049c9b2e46e8f52509bf6198ca0cdaf5d970a"
72
68
  }