@luscii-healthtech/web-ui 37.5.7 → 37.6.0
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type ComponentProps, type FC, type PropsWithChildren, type ReactNode } from "react";
|
|
2
|
+
import { Box } from "../Box/Box";
|
|
3
|
+
type Props = {
|
|
4
|
+
aside?: ReactNode;
|
|
5
|
+
};
|
|
6
|
+
export declare const AsideLayout: FC<PropsWithChildren<Props> & ComponentProps<typeof Box>>;
|
|
7
|
+
export {};
|
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -45074,6 +45074,10 @@ video {
|
|
|
45074
45074
|
width: 14rem;
|
|
45075
45075
|
}
|
|
45076
45076
|
|
|
45077
|
+
.md\:ui-w-60 {
|
|
45078
|
+
width: 15rem;
|
|
45079
|
+
}
|
|
45080
|
+
|
|
45077
45081
|
.md\:ui-w-80 {
|
|
45078
45082
|
width: 20rem;
|
|
45079
45083
|
}
|
|
@@ -45081,6 +45085,10 @@ video {
|
|
|
45081
45085
|
.md\:ui-w-full {
|
|
45082
45086
|
width: 100%;
|
|
45083
45087
|
}
|
|
45088
|
+
|
|
45089
|
+
.md\:ui-flex-row {
|
|
45090
|
+
flex-direction: row;
|
|
45091
|
+
}
|
|
45084
45092
|
}
|
|
45085
45093
|
|
|
45086
45094
|
@media (min-width: 1024px) {
|
|
@@ -45100,6 +45108,10 @@ video {
|
|
|
45100
45108
|
width: 14rem;
|
|
45101
45109
|
}
|
|
45102
45110
|
|
|
45111
|
+
.lg\:ui-w-72 {
|
|
45112
|
+
width: 18rem;
|
|
45113
|
+
}
|
|
45114
|
+
|
|
45103
45115
|
.lg\:ui-w-80 {
|
|
45104
45116
|
width: 20rem;
|
|
45105
45117
|
}
|