@versini/ui-header 5.2.3 → 5.3.0

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 +2 -7
  2. package/package.json +2 -3
package/dist/index.js CHANGED
@@ -1,19 +1,15 @@
1
1
  /*!
2
- @versini/ui-header v5.2.3
3
- © 2025 gizmette.com
2
+ @versini/ui-header v5.3.0
3
+ © 2026 gizmette.com
4
4
  */
5
5
 
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  import clsx from "clsx";
8
8
 
9
- ;// CONCATENATED MODULE: ./src/common/constants.ts
10
9
  const HEADER_CLASSNAME = "av-header";
11
10
 
12
- ;// CONCATENATED MODULE: external "react/jsx-runtime"
13
11
 
14
- ;// CONCATENATED MODULE: external "clsx"
15
12
 
16
- ;// CONCATENATED MODULE: ./src/components/Header/Header.tsx
17
13
 
18
14
 
19
15
 
@@ -46,7 +42,6 @@ const Header = ({ children, className, raw = false, mode = "system", noColors =
46
42
  });
47
43
  };
48
44
 
49
- ;// CONCATENATED MODULE: ./src/components/index.ts
50
45
 
51
46
 
52
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-header",
3
- "version": "5.2.3",
3
+ "version": "5.3.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,12 +40,11 @@
40
40
  "@versini/ui-types": "8.3.0"
41
41
  },
42
42
  "dependencies": {
43
- "@tailwindcss/typography": "0.5.19",
44
43
  "clsx": "2.1.1",
45
44
  "tailwindcss": "4.1.18"
46
45
  },
47
46
  "sideEffects": [
48
47
  "**/*.css"
49
48
  ],
50
- "gitHead": "fae53f4bd56440f7a72ed63b1a2a02b0c3b5a7e6"
49
+ "gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
51
50
  }