@versini/ui-system 2.0.7 → 3.0.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 +3 -3
  2. package/package.json +5 -3
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import { Flexgrid as i } from "./components/Flexgrid/Flexgrid.js";
2
2
  import { FlexgridItem as t } from "./components/Flexgrid/FlexgridItem.js";
3
3
  import { ThemeProvider as I } from "./components/ThemeProvider/ThemeProvider.js";
4
4
  /*!
5
- @versini/ui-system v2.0.7
5
+ @versini/ui-system v3.0.1
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
10
- version: "2.0.7",
11
- buildTime: "01/02/2025 05:13 PM EST",
10
+ version: "3.0.1",
11
+ buildTime: "01/06/2025 08:01 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-system",
3
- "version": "2.0.7",
3
+ "version": "3.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,13 +37,15 @@
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
- "@versini/ui-types": "3.0.3",
42
44
  "clsx": "2.1.1",
43
45
  "tailwindcss": "3.4.17"
44
46
  },
45
47
  "sideEffects": [
46
48
  "**/*.css"
47
49
  ],
48
- "gitHead": "c43b9e0ea4ad97fde6cc3d088c32374ff34c6495"
50
+ "gitHead": "0769d7ea2b70f5ea7b50f587faf90a079d33f9b9"
49
51
  }