@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/dist/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
|
}
|