@versini/ui-main 6.0.8 → 6.0.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 Main: ({ children, className, raw, noMargin, noPadding, ...otherProps }: MainProps) => JSX.Element;
4
4
 
package/dist/index.js CHANGED
@@ -1,11 +1,13 @@
1
1
  /*!
2
- @versini/ui-main v6.0.8
2
+ @versini/ui-main v6.0.10
3
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
+
10
+
9
11
  const MAIN_CLASSNAME = "av-main";
10
12
 
11
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-main",
3
- "version": "6.0.8",
3
+ "version": "6.0.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.2.4"
43
+ "tailwindcss": "4.3.1"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "d2dedb845254fccb7fbb6a5e0249e263c7951a7a"
48
+ "gitHead": "f25e4b557175f745705c249d10e2e77dc02ed462"
49
49
  }