@versini/ui-header 5.2.2 → 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.
- package/dist/index.js +2 -7
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-header v5.
|
|
3
|
-
©
|
|
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.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -37,15 +37,14 @@
|
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@versini/ui-types": "8.
|
|
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": "
|
|
49
|
+
"gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
|
|
51
50
|
}
|