@versini/ui-header 5.1.5 → 5.2.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 -13
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-header v5.1.5
2
+ @versini/ui-header v5.2.0
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_HEADER__) {
7
- window.__VERSINI_UI_HEADER__ = {
8
- version: "5.1.5",
9
- buildTime: "12/15/2025 01:21 PM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-header",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { jsx } from "react/jsx-runtime";
19
7
  import clsx from "clsx";
@@ -59,6 +47,7 @@ const Header = ({ children, className, raw = false, mode = "system", noColors =
59
47
  };
60
48
 
61
49
  ;// CONCATENATED MODULE: ./src/components/index.ts
50
+ // force new release
62
51
 
63
52
 
64
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-header",
3
- "version": "5.1.5",
3
+ "version": "5.2.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run"
38
38
  },
39
39
  "devDependencies": {
40
- "@versini/ui-types": "8.0.0"
40
+ "@versini/ui-types": "8.1.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "@tailwindcss/typography": "0.5.19",
@@ -47,5 +47,5 @@
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "28e13adabce18578034a9ca5553d7cfb9853c214"
50
+ "gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
51
51
  }