@sikka/hawa 0.0.148 → 0.0.150
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/styles.css +3 -3
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +4 -2
- package/src/styles.css +3 -3
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/main.ca16751c.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/main.238888aa.iframe.bundle.js +0 -1
package/package.json
CHANGED
|
@@ -237,11 +237,13 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
|
|
|
237
237
|
className={clsx(
|
|
238
238
|
size > 600 ? "left-14" : "left-0",
|
|
239
239
|
// size > 600 ? "w-[calc(100%-3rem)] translate-x-[3.54rem]" : "",
|
|
240
|
-
"fixed h-full overflow-auto
|
|
240
|
+
"fixed h-full w-full overflow-y-auto",
|
|
241
241
|
props.topBar ? "top-14" : "top-0",
|
|
242
242
|
// props.topBar ? "mt-[3.6rem]" : "mt-0",
|
|
243
243
|
// keepOpen ? "w-[calc(100%-10rem)] translate-x-[10.54rem]" : ""
|
|
244
|
-
keepOpen
|
|
244
|
+
keepOpen
|
|
245
|
+
? "left-40 w-[calc(100%-10rem)]"
|
|
246
|
+
: "left-0 w-[calc(100%-3.5rem)]"
|
|
245
247
|
)}
|
|
246
248
|
// className={"layoutBody_open"}
|
|
247
249
|
>
|
package/src/styles.css
CHANGED
|
@@ -878,6 +878,9 @@ video {
|
|
|
878
878
|
.w-\[calc\(100\%-10rem\)\] {
|
|
879
879
|
width: calc(100% - 10rem);
|
|
880
880
|
}
|
|
881
|
+
.w-\[calc\(100\%-3\.5rem\)\] {
|
|
882
|
+
width: calc(100% - 3.5rem);
|
|
883
|
+
}
|
|
881
884
|
.w-\[calc\(100\%-1rem\)\] {
|
|
882
885
|
width: calc(100% - 1rem);
|
|
883
886
|
}
|
|
@@ -1080,9 +1083,6 @@ video {
|
|
|
1080
1083
|
.justify-self-end {
|
|
1081
1084
|
justify-self: end;
|
|
1082
1085
|
}
|
|
1083
|
-
.overflow-auto {
|
|
1084
|
-
overflow: auto;
|
|
1085
|
-
}
|
|
1086
1086
|
.overflow-hidden {
|
|
1087
1087
|
overflow: hidden;
|
|
1088
1088
|
}
|
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.4a2964ac.iframe.bundle.js"></script><script src="870.c002064e.iframe.bundle.js"></script><script src="main.
|
|
364
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.4a2964ac.iframe.bundle.js"></script><script src="870.c002064e.iframe.bundle.js"></script><script src="main.ca16751c.iframe.bundle.js"></script></body></html>
|