@versini/ui-table 3.0.7 → 3.0.8

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 +20 -20
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import o from "clsx";
2
- import { jsx as l, jsxs as y, Fragment as A } from "react/jsx-runtime";
2
+ import { jsx as l, jsxs as y, Fragment as W } from "react/jsx-runtime";
3
3
  import T, { useContext as p } from "react";
4
4
  /*!
5
- @versini/ui-table v3.0.7
5
+ @versini/ui-table v3.0.8
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "3.0.7",
11
- buildTime: "01/12/2025 07:17 PM EST",
10
+ version: "3.0.8",
11
+ buildTime: "01/13/2025 05:57 AM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -17,7 +17,7 @@ try {
17
17
  const _ = "thead", C = "tfoot", u = "tbody", f = {
18
18
  ASC: "asc",
19
19
  DESC: "desc"
20
- }, W = ({
20
+ }, P = ({
21
21
  mode: e,
22
22
  className: a,
23
23
  wrapperClassName: t,
@@ -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.6
415
+ @versini/ui-button v4.0.7
416
416
  © 2025 gizmette.com
417
417
  */
418
418
  try {
419
419
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
420
- version: "4.0.6",
421
- buildTime: "01/12/2025 07:16 PM EST",
420
+ version: "4.0.7",
421
+ buildTime: "01/13/2025 05:57 AM EST",
422
422
  homepage: "https://github.com/aversini/ui-components",
423
423
  license: "MIT"
424
424
  });
@@ -445,8 +445,8 @@ const R = T.forwardRef(
445
445
  active: L = !1,
446
446
  radius: M = "large",
447
447
  ...V
448
- }, U) => {
449
- const O = ae({
448
+ }, A) => {
449
+ const U = ae({
450
450
  type: B,
451
451
  mode: t,
452
452
  focusMode: r,
@@ -461,7 +461,7 @@ const R = T.forwardRef(
461
461
  noBackground: x,
462
462
  align: w,
463
463
  radius: M
464
- }), P = o({
464
+ }), O = o({
465
465
  "text-copy-accent-dark": t === "light" && !c,
466
466
  "text-copy-light": t === "dark" && !c,
467
467
  "text-copy-accent-dark dark:text-copy-light": t === "alt-system" && !c,
@@ -486,15 +486,15 @@ const R = T.forwardRef(
486
486
  return /* @__PURE__ */ l("div", { className: j, children: /* @__PURE__ */ y(
487
487
  E,
488
488
  {
489
- ref: U,
490
- className: O,
489
+ ref: A,
490
+ className: U,
491
491
  disabled: a,
492
492
  type: d,
493
493
  "aria-label": g || b,
494
494
  ...V,
495
495
  children: [
496
496
  v && /* @__PURE__ */ l("span", { className: "pr-2", children: v }),
497
- /* @__PURE__ */ l("div", { className: P, children: e }),
497
+ /* @__PURE__ */ l("div", { className: O, children: e }),
498
498
  h && /* @__PURE__ */ l("span", { className: "pl-2", children: h })
499
499
  ]
500
500
  }
@@ -514,7 +514,7 @@ const z = ({
514
514
  ...n
515
515
  }) => {
516
516
  const g = o(i, r);
517
- return /* @__PURE__ */ y(A, { children: [
517
+ return /* @__PURE__ */ y(W, { children: [
518
518
  /* @__PURE__ */ l(
519
519
  "svg",
520
520
  {
@@ -539,7 +539,7 @@ const z = ({
539
539
  try {
540
540
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
541
541
  version: "4.0.1",
542
- buildTime: "01/12/2025 07:16 PM EST",
542
+ buildTime: "01/13/2025 05:57 AM 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.3.0
649
+ @versini/ui-icons v4.4.0
650
650
  © 2025 gizmette.com
651
651
  */
652
652
  try {
653
653
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
654
- version: "4.3.0",
655
- buildTime: "01/12/2025 07:16 PM EST",
654
+ version: "4.4.0",
655
+ buildTime: "01/13/2025 05:57 AM EST",
656
656
  homepage: "https://github.com/aversini/ui-components",
657
657
  license: "MIT"
658
658
  });
@@ -677,7 +677,7 @@ const k = T.createContext({
677
677
  stickyFooter: g,
678
678
  ...b
679
679
  }) => {
680
- const m = W({
680
+ const m = P({
681
681
  mode: a,
682
682
  className: i,
683
683
  wrapperClassName: d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,13 +42,13 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button": "4.0.6",
46
- "@versini/ui-icons": "4.3.0",
45
+ "@versini/ui-button": "4.0.7",
46
+ "@versini/ui-icons": "4.4.0",
47
47
  "clsx": "2.1.1",
48
48
  "tailwindcss": "3.4.17"
49
49
  },
50
50
  "sideEffects": [
51
51
  "**/*.css"
52
52
  ],
53
- "gitHead": "7b8f2e1479b0f4ba96ac34b63e1cf9120416c874"
53
+ "gitHead": "fb567ac53fe1c467ed97c8c9d53ca363137f9c0f"
54
54
  }