@sikka/hawa 0.0.133 → 0.0.135
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 +12 -0
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +35 -26
- package/src/styles.css +12 -0
- package/storybook-static/669.d0879212.iframe.bundle.js +2 -0
- package/storybook-static/{669.6cf2214b.iframe.bundle.js.LICENSE.txt → 669.d0879212.iframe.bundle.js.LICENSE.txt} +11 -15
- package/storybook-static/{767.7ed51dff3faa8acf55cd.manager.bundle.js → 767.232e4e4c88bb0a2ed02d.manager.bundle.js} +2 -2
- package/storybook-static/{767.7ed51dff3faa8acf55cd.manager.bundle.js.LICENSE.txt → 767.232e4e4c88bb0a2ed02d.manager.bundle.js.LICENSE.txt} +19 -22
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.2d33731c.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.4a2964ac.iframe.bundle.js +1 -0
- package/storybook-static/669.6cf2214b.iframe.bundle.js +0 -2
- package/storybook-static/745.4b81597c.iframe.bundle.js +0 -1
- package/storybook-static/main.aecb0d69.iframe.bundle.js +0 -1
- package/storybook-static/runtime~main.0d980255.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -767,6 +767,9 @@ video {
|
|
|
767
767
|
.h-0\.5 {
|
|
768
768
|
height: 0.125rem;
|
|
769
769
|
}
|
|
770
|
+
.h-\[1px\] {
|
|
771
|
+
height: 1px;
|
|
772
|
+
}
|
|
770
773
|
.h-9 {
|
|
771
774
|
height: 2.25rem;
|
|
772
775
|
}
|
|
@@ -844,6 +847,9 @@ video {
|
|
|
844
847
|
.w-12 {
|
|
845
848
|
width: 3rem;
|
|
846
849
|
}
|
|
850
|
+
.w-10\/12 {
|
|
851
|
+
width: 83.333333%;
|
|
852
|
+
}
|
|
847
853
|
.w-\[calc\(100\%-1rem\)\] {
|
|
848
854
|
width: calc(100% - 1rem);
|
|
849
855
|
}
|
|
@@ -1040,9 +1046,15 @@ video {
|
|
|
1040
1046
|
--tw-divide-opacity: 1;
|
|
1041
1047
|
border-color: rgb(17 24 39 / var(--tw-divide-opacity));
|
|
1042
1048
|
}
|
|
1049
|
+
.self-center {
|
|
1050
|
+
align-self: center;
|
|
1051
|
+
}
|
|
1043
1052
|
.justify-self-end {
|
|
1044
1053
|
justify-self: end;
|
|
1045
1054
|
}
|
|
1055
|
+
.overflow-auto {
|
|
1056
|
+
overflow: auto;
|
|
1057
|
+
}
|
|
1046
1058
|
.overflow-hidden {
|
|
1047
1059
|
overflow: hidden;
|
|
1048
1060
|
}
|