@versini/ui-footer 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-footer v5.
|
|
3
|
-
©
|
|
2
|
+
@versini/ui-footer v5.3.0
|
|
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
|
-
;// CONCATENATED MODULE: ./src/common/constants.ts
|
|
10
9
|
const FOOTER_CLASSNAME = "av-footer";
|
|
11
10
|
|
|
12
|
-
;// CONCATENATED MODULE: external "react/jsx-runtime"
|
|
13
11
|
|
|
14
|
-
;// CONCATENATED MODULE: external "clsx"
|
|
15
12
|
|
|
16
|
-
;// CONCATENATED MODULE: ./src/components/Footer/Footer.tsx
|
|
17
13
|
|
|
18
14
|
|
|
19
15
|
|
|
@@ -40,7 +36,6 @@ const Footer = ({ className, mode = "system", row1, row2, noMargins = false, raw
|
|
|
40
36
|
});
|
|
41
37
|
};
|
|
42
38
|
|
|
43
|
-
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
44
39
|
|
|
45
40
|
|
|
46
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-footer",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -37,14 +37,13 @@
|
|
|
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
|
"tailwindcss": "4.1.18"
|
|
45
44
|
},
|
|
46
45
|
"sideEffects": [
|
|
47
46
|
"**/*.css"
|
|
48
47
|
],
|
|
49
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "6f0ba5933ab114566dc2065b20ca9ffb14c5aba4"
|
|
50
49
|
}
|