@versini/ui-header 5.0.1 → 5.0.3

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 -9
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { HEADER_CLASSNAME as o, Header as E } from "./components/Header/Header.js";
2
2
  /*!
3
- @versini/ui-header v5.0.1
3
+ @versini/ui-header v5.0.3
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_HEADER__ || (window.__VERSINI_UI_HEADER__ = {
8
- version: "5.0.1",
9
- buildTime: "09/01/2025 04:02 PM EDT",
8
+ version: "5.0.3",
9
+ buildTime: "10/20/2025 07:55 PM EDT",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-header",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,20 +36,16 @@
36
36
  "test:watch": "vitest",
37
37
  "test": "vitest run"
38
38
  },
39
- "peerDependencies": {
40
- "react": "^19.1.0",
41
- "react-dom": "^19.1.0"
42
- },
43
39
  "devDependencies": {
44
- "@versini/ui-types": "6.0.1"
40
+ "@versini/ui-types": "6.0.2"
45
41
  },
46
42
  "dependencies": {
47
- "@tailwindcss/typography": "0.5.16",
43
+ "@tailwindcss/typography": "0.5.19",
48
44
  "clsx": "2.1.1",
49
- "tailwindcss": "4.1.12"
45
+ "tailwindcss": "4.1.15"
50
46
  },
51
47
  "sideEffects": [
52
48
  "**/*.css"
53
49
  ],
54
- "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
50
+ "gitHead": "83222981436f0aa6a5885586df15430f32c23e43"
55
51
  }