@versini/ui-table 3.0.4 → 3.0.5

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 (2) hide show
  1. package/dist/index.js +12 -12
  2. package/package.json +7 -5
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import o from "clsx";
2
2
  import { jsx as l, jsxs as y, Fragment as A } from "react/jsx-runtime";
3
3
  import T, { useContext as p } from "react";
4
4
  /*!
5
- @versini/ui-table v3.0.4
5
+ @versini/ui-table v3.0.5
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "3.0.4",
11
- buildTime: "01/04/2025 04:09 PM EST",
10
+ version: "3.0.5",
11
+ buildTime: "01/06/2025 08:01 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -412,13 +412,13 @@ const _ = "thead", C = "tfoot", u = "tbody", f = {
412
412
  });
413
413
  E.displayName = "BaseButton";
414
414
  /*!
415
- @versini/ui-button v4.0.3
415
+ @versini/ui-button v4.0.4
416
416
  © 2025 gizmette.com
417
417
  */
418
418
  try {
419
419
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
420
- version: "4.0.3",
421
- buildTime: "01/04/2025 04:09 PM EST",
420
+ version: "4.0.4",
421
+ buildTime: "01/06/2025 08:01 PM EST",
422
422
  homepage: "https://github.com/aversini/ui-components",
423
423
  license: "MIT"
424
424
  });
@@ -533,13 +533,13 @@ const z = ({
533
533
  ] });
534
534
  };
535
535
  /*!
536
- @versini/ui-svgicon v4.0.0
536
+ @versini/ui-svgicon v4.0.1
537
537
  © 2025 gizmette.com
538
538
  */
539
539
  try {
540
540
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
541
- version: "4.0.0",
542
- buildTime: "01/04/2025 04:09 PM EST",
541
+ version: "4.0.1",
542
+ buildTime: "01/06/2025 08:00 PM EST",
543
543
  homepage: "https://github.com/aversini/ui-components",
544
544
  license: "MIT"
545
545
  });
@@ -646,13 +646,13 @@ const se = ({
646
646
  }
647
647
  );
648
648
  /*!
649
- @versini/ui-icons v4.2.0
649
+ @versini/ui-icons v4.2.1
650
650
  © 2025 gizmette.com
651
651
  */
652
652
  try {
653
653
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
654
- version: "4.2.0",
655
- buildTime: "01/04/2025 04:09 PM EST",
654
+ version: "4.2.1",
655
+ buildTime: "01/06/2025 08:00 PM EST",
656
656
  homepage: "https://github.com/aversini/ui-components",
657
657
  license: "MIT"
658
658
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,16 +37,18 @@
37
37
  "react": "^18.3.1 || ^19.0.0",
38
38
  "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
+ "devDependencies": {
41
+ "@versini/ui-types": "4.0.0"
42
+ },
40
43
  "dependencies": {
41
44
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "4.0.3",
43
- "@versini/ui-icons": "4.2.0",
44
- "@versini/ui-types": "4.0.0",
45
+ "@versini/ui-button": "4.0.4",
46
+ "@versini/ui-icons": "4.2.1",
45
47
  "clsx": "2.1.1",
46
48
  "tailwindcss": "3.4.17"
47
49
  },
48
50
  "sideEffects": [
49
51
  "**/*.css"
50
52
  ],
51
- "gitHead": "88ad6c4972e02710471fede5712f5c94b67a3db9"
53
+ "gitHead": "0769d7ea2b70f5ea7b50f587faf90a079d33f9b9"
52
54
  }