@versini/ui-table 1.1.1 → 1.2.1

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 +8 -8
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.1.1
5
+ @versini/ui-table v1.2.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "1.1.1",
11
- buildTime: "12/12/2024 05:56 PM EST",
10
+ version: "1.2.1",
11
+ buildTime: "12/18/2024 01:22 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -325,13 +325,13 @@ const $ = (e) => {
325
325
  });
326
326
  I.displayName = "BaseButton";
327
327
  /*!
328
- @versini/ui-button v1.1.12
328
+ @versini/ui-button v1.2.1
329
329
  © 2024 gizmette.com
330
330
  */
331
331
  try {
332
332
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
333
- version: "1.1.12",
334
- buildTime: "12/12/2024 05:56 PM EST",
333
+ version: "1.2.1",
334
+ buildTime: "12/18/2024 01:22 PM EST",
335
335
  homepage: "https://github.com/aversini/ui-components",
336
336
  license: "MIT"
337
337
  });
@@ -459,13 +459,13 @@ const re = (e) => {
459
459
  ] });
460
460
  };
461
461
  /*!
462
- @versini/ui-private v1.4.19
462
+ @versini/ui-private v1.5.1
463
463
  © 2024 gizmette.com
464
464
  */
465
465
  try {
466
466
  window.__VERSINI_UI_PRIVATE__ || (window.__VERSINI_UI_PRIVATE__ = {
467
- version: "1.4.19",
468
- buildTime: "12/12/2024 05:56 PM EST",
467
+ version: "1.5.1",
468
+ buildTime: "12/18/2024 01:22 PM EST",
469
469
  homepage: "https://github.com/aversini/ui-components",
470
470
  license: "MIT"
471
471
  });
@@ -557,13 +557,13 @@ const oe = ({
557
557
  }
558
558
  );
559
559
  /*!
560
- @versini/ui-icons v1.15.3
560
+ @versini/ui-icons v1.16.1
561
561
  © 2024 gizmette.com
562
562
  */
563
563
  try {
564
564
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
565
- version: "1.15.3",
566
- buildTime: "12/12/2024 05:56 PM EST",
565
+ version: "1.16.1",
566
+ buildTime: "12/18/2024 01:22 PM EST",
567
567
  homepage: "https://github.com/aversini/ui-components",
568
568
  license: "MIT"
569
569
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "1.1.1",
3
+ "version": "1.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -34,19 +34,19 @@
34
34
  "test": "vitest run"
35
35
  },
36
36
  "peerDependencies": {
37
- "react": "^18.3.1",
38
- "react-dom": "^18.3.1"
37
+ "react": "^18.3.1 || ^19.0.0",
38
+ "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.1.12",
43
- "@versini/ui-icons": "1.15.3",
44
- "@versini/ui-private": "1.4.19",
42
+ "@versini/ui-button": "1.2.1",
43
+ "@versini/ui-icons": "1.16.1",
44
+ "@versini/ui-private": "1.5.1",
45
45
  "clsx": "2.1.1",
46
- "tailwindcss": "3.4.15"
46
+ "tailwindcss": "3.4.17"
47
47
  },
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "678eb92e8c1d2db9cd7d01616750305b5a7588df"
51
+ "gitHead": "123c2555b25210da73697c4fdd3b6a5f67a3b993"
52
52
  }