@versini/ui-header 5.1.0 → 5.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 +3 -3
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  /*!
2
- @versini/ui-header v5.1.0
2
+ @versini/ui-header v5.1.1
3
3
  © 2025 gizmette.com
4
4
  */
5
5
  try {
6
6
  if (!window.__VERSINI_UI_HEADER__) {
7
7
  window.__VERSINI_UI_HEADER__ = {
8
- version: "5.1.0",
9
- buildTime: "11/04/2025 03:44 PM EST",
8
+ version: "5.1.1",
9
+ buildTime: "11/16/2025 05:49 PM EST",
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.1.0",
3
+ "version": "5.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,10 +42,10 @@
42
42
  "dependencies": {
43
43
  "@tailwindcss/typography": "0.5.19",
44
44
  "clsx": "2.1.1",
45
- "tailwindcss": "4.1.16"
45
+ "tailwindcss": "4.1.17"
46
46
  },
47
47
  "sideEffects": [
48
48
  "**/*.css"
49
49
  ],
50
- "gitHead": "7484ad443b77ef31e52ae3a7d88b8129bc6cdf1d"
50
+ "gitHead": "1d0bedfa3a84ea7f2f41d347a59de518f92e4cea"
51
51
  }