@tmlmobilidade/ui 20250306.1453.58 → 20250306.1700.23

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.
@@ -7,4 +7,4 @@ export interface SidebarItemProps {
7
7
  export interface SidebarProps {
8
8
  items: SidebarItemProps[];
9
9
  }
10
- export default function Sidebar({ items, }: SidebarProps): import("react/jsx-runtime").JSX.Element | null;
10
+ export default function Sidebar({ items, }: SidebarProps): import("react/jsx-runtime").JSX.Element;
package/dist/index.d.ts CHANGED
@@ -388,7 +388,7 @@ interface SidebarItemProps {
388
388
  interface SidebarProps {
389
389
  items: SidebarItemProps[];
390
390
  }
391
- declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element | null;
391
+ declare function Sidebar({ items, }: SidebarProps): react_jsx_runtime.JSX.Element;
392
392
 
393
393
  interface HeaderProps {
394
394
  user_name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250306.1453.58",
3
+ "version": "20250306.1700.23",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {