@tmlmobilidade/ui 20250305.1746.10 → 20250305.1809.16

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.
@@ -1,7 +1,7 @@
1
1
  export interface SidebarItemProps {
2
2
  disabled?: boolean;
3
3
  href: string;
4
- icon: React.ReactNode;
4
+ icon: React.ReactNode | string;
5
5
  label: string;
6
6
  }
7
7
  export interface SidebarProps {
@@ -0,0 +1 @@
1
+ export declare function generateIcon(name: string): React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -380,7 +380,7 @@ declare function DataTable<T>({ records, ...props }: DataTableProps<T>): react_j
380
380
  interface SidebarItemProps {
381
381
  disabled?: boolean;
382
382
  href: string;
383
- icon: React.ReactNode;
383
+ icon: React.ReactNode | string;
384
384
  label: string;
385
385
  }
386
386
  interface SidebarProps {
package/dist/styles.css CHANGED
@@ -56,6 +56,10 @@ figure {
56
56
  font-family: var(--font-family);
57
57
  }
58
58
 
59
+ body {
60
+ height: 100vh;
61
+ }
62
+
59
63
  :root {
60
64
 
61
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250305.1746.10",
3
+ "version": "20250305.1809.16",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {