@sikka/hawa 0.0.151 → 0.0.153
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 +5 -2
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +2 -2
- package/src/styles.css +5 -2
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/{main.7e712a4a.iframe.bundle.js → main.d0705e30.iframe.bundle.js} +1 -1
- package/storybook-static/project.json +1 -1
package/package.json
CHANGED
|
@@ -236,10 +236,10 @@ export const HawaAppLayout: React.FunctionComponent<HawaAppLayoutTypes> = (
|
|
|
236
236
|
<div
|
|
237
237
|
className={clsx(
|
|
238
238
|
"fixed h-full overflow-y-auto",
|
|
239
|
-
size > 600 ? "left-14" : "left-0",
|
|
239
|
+
size > 600 ? "left-14 w-[calc(100%-3.5rem)]" : "left-0 ",
|
|
240
240
|
props.topBar ? "top-14" : "top-0",
|
|
241
241
|
keepOpen ? "left-40 w-[calc(100%-10rem)]" : "",
|
|
242
|
-
keepOpen && size > 600 ? "left-0 w-[calc(100%-
|
|
242
|
+
keepOpen && size > 600 ? "left-0 w-[calc(100%-10.01rem)]" : ""
|
|
243
243
|
)}
|
|
244
244
|
>
|
|
245
245
|
{props.children}
|
package/src/styles.css
CHANGED
|
@@ -872,11 +872,14 @@ video {
|
|
|
872
872
|
.w-10\/12 {
|
|
873
873
|
width: 83.333333%;
|
|
874
874
|
}
|
|
875
|
+
.w-\[calc\(100\%-3\.5rem\)\] {
|
|
876
|
+
width: calc(100% - 3.5rem);
|
|
877
|
+
}
|
|
875
878
|
.w-\[calc\(100\%-10rem\)\] {
|
|
876
879
|
width: calc(100% - 10rem);
|
|
877
880
|
}
|
|
878
|
-
.w-\[calc\(100\%-
|
|
879
|
-
width: calc(100% -
|
|
881
|
+
.w-\[calc\(100\%-10\.01rem\)\] {
|
|
882
|
+
width: calc(100% - 10.01rem);
|
|
880
883
|
}
|
|
881
884
|
.w-80 {
|
|
882
885
|
width: 20rem;
|
|
@@ -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.d0705e30.iframe.bundle.js"></script></body></html>
|