@versini/ui-table 1.0.7 → 1.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 +18 -18
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import l from "clsx";
2
2
  import { jsx as d, jsxs as v, Fragment as U } from "react/jsx-runtime";
3
3
  import N, { useContext as y } from "react";
4
4
  /*!
5
- @versini/ui-table v1.0.7
5
+ @versini/ui-table v1.0.8
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "1.0.7",
11
- buildTime: "09/26/2024 10:50 PM EDT",
10
+ version: "1.0.8",
11
+ buildTime: "09/27/2024 10:44 AM EDT",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -26,7 +26,7 @@ const $ = (e) => {
26
26
  }, _ = "thead", T = "tfoot", p = "tbody", f = {
27
27
  ASC: "asc",
28
28
  DESC: "desc"
29
- }, A = ({
29
+ }, j = ({
30
30
  mode: e,
31
31
  className: a,
32
32
  wrapperClassName: t,
@@ -59,7 +59,7 @@ const $ = (e) => {
59
59
  "text-copy-light dark:text-copy-dark": e === "system",
60
60
  "text-copy-dark dark:text-copy-light": e === "alt-system"
61
61
  })
62
- }), j = ({
62
+ }), P = ({
63
63
  className: e,
64
64
  stickyHeader: a,
65
65
  mode: t
@@ -323,13 +323,13 @@ const $ = (e) => {
323
323
  });
324
324
  I.displayName = "BaseButton";
325
325
  /*!
326
- @versini/ui-button v1.1.7
326
+ @versini/ui-button v1.1.8
327
327
  © 2024 gizmette.com
328
328
  */
329
329
  try {
330
330
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
331
- version: "1.1.7",
332
- buildTime: "09/26/2024 10:50 PM EDT",
331
+ version: "1.1.8",
332
+ buildTime: "09/27/2024 10:43 AM EDT",
333
333
  homepage: "https://github.com/aversini/ui-components",
334
334
  license: "MIT"
335
335
  });
@@ -372,12 +372,12 @@ const R = N.forwardRef(
372
372
  spacing: x,
373
373
  noBackground: w,
374
374
  align: z
375
- }), H = l({
375
+ }), A = l({
376
376
  "text-copy-accent-dark": t === "light" && !s,
377
377
  "text-copy-light": t === "dark" && !s,
378
378
  "text-copy-accent-dark dark:text-copy-light": t === "alt-system" && !s,
379
379
  "text-copy-light dark:text-copy-accent-dark": t === "system" && !s
380
- }), P = S ? l(
380
+ }), H = S ? l(
381
381
  "relative",
382
382
  "focus-within:static",
383
383
  "focus-within:after:border-transparent",
@@ -394,7 +394,7 @@ const R = N.forwardRef(
394
394
  "after:border-table-light dark:after:border-table-dark": t === "alt-system"
395
395
  }
396
396
  ) : "";
397
- return /* @__PURE__ */ d("div", { className: P, children: /* @__PURE__ */ v(
397
+ return /* @__PURE__ */ d("div", { className: H, children: /* @__PURE__ */ v(
398
398
  I,
399
399
  {
400
400
  ref: L,
@@ -405,7 +405,7 @@ const R = N.forwardRef(
405
405
  ...V,
406
406
  children: [
407
407
  h && /* @__PURE__ */ d("span", { className: "pr-2", children: h }),
408
- /* @__PURE__ */ d("div", { className: H, children: e }),
408
+ /* @__PURE__ */ d("div", { className: A, children: e }),
409
409
  m && /* @__PURE__ */ d("span", { className: "pl-2", children: m })
410
410
  ]
411
411
  }
@@ -463,7 +463,7 @@ const ae = (e) => {
463
463
  try {
464
464
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
465
465
  version: "1.4.16",
466
- buildTime: "09/26/2024 10:50 PM EDT",
466
+ buildTime: "09/27/2024 10:43 AM EDT",
467
467
  homepage: "https://github.com/aversini/ui-components",
468
468
  license: "MIT"
469
469
  });
@@ -555,13 +555,13 @@ const re = ({
555
555
  }
556
556
  );
557
557
  /*!
558
- @versini/ui-icons v1.12.8
558
+ @versini/ui-icons v1.13.0
559
559
  © 2024 gizmette.com
560
560
  */
561
561
  try {
562
562
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
563
- version: "1.12.8",
564
- buildTime: "09/26/2024 10:50 PM EDT",
563
+ version: "1.13.0",
564
+ buildTime: "09/27/2024 10:43 AM EDT",
565
565
  homepage: "https://github.com/aversini/ui-components",
566
566
  license: "MIT"
567
567
  });
@@ -587,7 +587,7 @@ const k = N.createContext({
587
587
  spacing: b,
588
588
  ...u
589
589
  }) => {
590
- const m = A({
590
+ const m = j({
591
591
  mode: a,
592
592
  className: i,
593
593
  wrapperClassName: c,
@@ -621,7 +621,7 @@ const k = N.createContext({
621
621
  }) => {
622
622
  const r = y(k);
623
623
  r.cellWrapper = _;
624
- const o = j({
624
+ const o = P({
625
625
  className: a,
626
626
  mode: r.mode,
627
627
  stickyHeader: r.stickyHeader
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@tailwindcss/typography": "0.5.15",
45
- "@versini/ui-button": "1.1.7",
46
- "@versini/ui-icons": "1.12.8",
45
+ "@versini/ui-button": "1.1.8",
46
+ "@versini/ui-icons": "1.13.0",
47
47
  "@versini/ui-private": "1.4.16",
48
48
  "clsx": "2.1.1",
49
49
  "tailwindcss": "3.4.13"
@@ -51,5 +51,5 @@
51
51
  "sideEffects": [
52
52
  "**/*.css"
53
53
  ],
54
- "gitHead": "b4cbab083052f7f45b00e98c2992fffa31d05c1f"
54
+ "gitHead": "04197d90dcc3ff0223fe3fbcaa663b62c76439fa"
55
55
  }