@versini/ui-table 3.1.9 → 3.1.10

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 +6 -6
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import o from "clsx";
2
2
  import { jsx as i, jsxs as _, Fragment as se } from "react/jsx-runtime";
3
3
  import I, { useRef as w, useLayoutEffect as $, useMemo as H, useState as oe, useEffect as q, useCallback as le, useContext as N } from "react";
4
4
  /*!
5
- @versini/ui-table v3.1.9
5
+ @versini/ui-table v3.1.10
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "3.1.9",
11
- buildTime: "02/27/2025 06:37 PM EST",
10
+ version: "3.1.10",
11
+ buildTime: "03/05/2025 01:31 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -584,13 +584,13 @@ const Re = {
584
584
  }) => /* @__PURE__ */ i("span", { ref: e, className: a, children: t && /* @__PURE__ */ i("span", { className: r, children: t }) });
585
585
  Y.displayName = "ButtonIcon";
586
586
  /*!
587
- @versini/ui-button v4.2.9
587
+ @versini/ui-button v4.2.10
588
588
  © 2025 gizmette.com
589
589
  */
590
590
  try {
591
591
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
592
- version: "4.2.9",
593
- buildTime: "02/27/2025 06:37 PM EST",
592
+ version: "4.2.10",
593
+ buildTime: "03/05/2025 01:30 PM EST",
594
594
  homepage: "https://github.com/aversini/ui-components",
595
595
  license: "MIT"
596
596
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@tailwindcss/typography": "0.5.16",
46
- "@versini/ui-button": "4.2.9",
46
+ "@versini/ui-button": "4.2.10",
47
47
  "@versini/ui-icons": "*",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.17"
@@ -51,5 +51,5 @@
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "6b75e3a6c6946e827dbe75b7b26bd700888c41f9"
54
+ "gitHead": "9e5d6d4b86a1c509628c6e5ea0a101921cd8eb78"
55
55
  }