@versini/ui-footer 5.3.9 → 5.3.10

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.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { JSX } from 'react/jsx-runtime';
1
+ import { JSX } from 'react';
2
2
 
3
3
  export declare const Footer: ({ className, mode, row1, row2, noMargins, raw, ...otherProps }: FooterProps) => JSX.Element;
4
4
 
package/dist/index.js CHANGED
@@ -1,11 +1,13 @@
1
1
  /*!
2
- @versini/ui-footer v5.3.9
2
+ @versini/ui-footer v5.3.10
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  import clsx from "clsx";
8
8
 
9
+
10
+
9
11
  const FOOTER_CLASSNAME = "av-footer";
10
12
 
11
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-footer",
3
- "version": "5.3.9",
3
+ "version": "5.3.10",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -40,10 +40,10 @@
40
40
  "@versini/ui-types": "10.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "tailwindcss": "4.3.0"
43
+ "tailwindcss": "4.3.1"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "a4c236d5680901b7581b91eaea816f55fd5b2691"
48
+ "gitHead": "f25e4b557175f745705c249d10e2e77dc02ed462"
49
49
  }