@service_laboratory/ui 2.0.1 → 2.0.3

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
@@ -267,6 +267,8 @@ export declare function SidebarSeparator({ className, ...props }: React_2.Compon
267
267
 
268
268
  export declare function SidebarTrigger({ className, onClick, ...props }: React_2.ComponentProps<typeof Button>): JSX.Element;
269
269
 
270
+ export declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): JSX.Element;
271
+
270
272
  export declare function Table({ className, ...props }: React_2.ComponentProps<"table">): JSX.Element;
271
273
 
272
274
  export declare function TableBody({ className, ...props }: React_2.ComponentProps<"tbody">): JSX.Element;
package/dist/index.js CHANGED
@@ -10465,6 +10465,7 @@ export {
10465
10465
  sv as SidebarRail,
10466
10466
  uv as SidebarSeparator,
10467
10467
  av as SidebarTrigger,
10468
+ Ao as Skeleton,
10468
10469
  Tv as Table,
10469
10470
  Av as TableBody,
10470
10471
  Dv as TableCaption,