@versini/ui-system 4.1.0 → 4.1.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 +4 -4
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 v4.1.0
5
+ @versini/ui-system v4.1.1
6
6
  © 2025 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_SYSTEM__ || (window.__VERSINI_UI_SYSTEM__ = {
10
- version: "4.1.0",
11
- buildTime: "07/20/2025 01:16 PM EDT",
10
+ version: "4.1.1",
11
+ buildTime: "08/07/2025 04:12 PM EDT",
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": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -44,8 +44,8 @@
44
44
  "react-dom": "^18.3.1 || ^19.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@testing-library/jest-dom": "6.6.3",
48
- "@versini/ui-types": "5.0.5"
47
+ "@testing-library/jest-dom": "6.6.4",
48
+ "@versini/ui-types": "5.0.6"
49
49
  },
50
50
  "dependencies": {
51
51
  "clsx": "2.1.1",
@@ -54,5 +54,5 @@
54
54
  "sideEffects": [
55
55
  "**/*.css"
56
56
  ],
57
- "gitHead": "7a28fe534f6a212bbd15412a262cd79975b3537a"
57
+ "gitHead": "42daab1fb88c366495abbc1db78a9987de05e59b"
58
58
  }