@versini/ui-main 3.0.11 → 3.0.12

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
@@ -26,7 +26,8 @@ type MainProps = {
26
26
  * @default false
27
27
  */
28
28
  noPadding?: boolean;
29
- } & React.HTMLAttributes<HTMLElement>;
29
+ } & React.HTMLAttributes<HTMLElement> &
30
+ React.ComponentPropsWithRef<"main">;
30
31
 
31
32
  declare const Main: ({ children, className, raw, noMargin, noPadding, ...otherProps }: MainProps) => react_jsx_runtime.JSX.Element;
32
33
 
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import l from "clsx";
3
3
  /*!
4
- @versini/ui-main v3.0.11
4
+ @versini/ui-main v3.0.12
5
5
  © 2025 gizmette.com
6
6
  */
7
7
  try {
8
8
  window.__VERSINI_UI_MAIN__ || (window.__VERSINI_UI_MAIN__ = {
9
- version: "3.0.11",
10
- buildTime: "02/16/2025 07:04 PM EST",
9
+ version: "3.0.12",
10
+ buildTime: "02/17/2025 11:26 AM EST",
11
11
  homepage: "https://github.com/aversini/ui-components",
12
12
  license: "MIT"
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-main",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -48,5 +48,5 @@
48
48
  "sideEffects": [
49
49
  "**/*.css"
50
50
  ],
51
- "gitHead": "a03b615012e909f72e982877a58e52359fbeb9a7"
51
+ "gitHead": "73295fe894d5a384a784e640a05696dc0f1e2e2a"
52
52
  }