@sikka/hawa 0.0.140 → 0.0.142
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 +17 -10
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/hooks/useBreakpoint.ts +9 -4
- package/src/layout/HawaAppLayout.tsx +30 -5
- package/src/styles.css +17 -10
- 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/870.32eb3abe.iframe.bundle.js +2 -0
- package/storybook-static/{870.91cc9366.iframe.bundle.js.LICENSE.txt → 870.32eb3abe.iframe.bundle.js.LICENSE.txt} +11 -15
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/{main.ad68749b.iframe.bundle.js → main.f7aca500.iframe.bundle.js} +1 -1
- package/storybook-static/project.json +1 -1
- package/storybook-static/runtime~main.4a2964ac.iframe.bundle.js +1 -0
- package/storybook-static/745.4b81597c.iframe.bundle.js +0 -1
- package/storybook-static/870.91cc9366.iframe.bundle.js +0 -2
- package/storybook-static/runtime~main.0d980255.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -556,6 +556,9 @@ video {
|
|
|
556
556
|
.-left-1 {
|
|
557
557
|
left: -0.25rem;
|
|
558
558
|
}
|
|
559
|
+
.top-2 {
|
|
560
|
+
top: 0.5rem;
|
|
561
|
+
}
|
|
559
562
|
.top-auto {
|
|
560
563
|
top: auto;
|
|
561
564
|
}
|
|
@@ -565,9 +568,6 @@ video {
|
|
|
565
568
|
.right-2\.5 {
|
|
566
569
|
right: 0.625rem;
|
|
567
570
|
}
|
|
568
|
-
.top-2 {
|
|
569
|
-
top: 0.5rem;
|
|
570
|
-
}
|
|
571
571
|
.z-10 {
|
|
572
572
|
z-index: 10;
|
|
573
573
|
}
|
|
@@ -670,6 +670,9 @@ video {
|
|
|
670
670
|
.mr-4 {
|
|
671
671
|
margin-right: 1rem;
|
|
672
672
|
}
|
|
673
|
+
.mb-9 {
|
|
674
|
+
margin-bottom: 2.25rem;
|
|
675
|
+
}
|
|
673
676
|
.mt-14 {
|
|
674
677
|
margin-top: 3.5rem;
|
|
675
678
|
}
|
|
@@ -767,14 +770,14 @@ video {
|
|
|
767
770
|
.h-0\.5 {
|
|
768
771
|
height: 0.125rem;
|
|
769
772
|
}
|
|
770
|
-
.h
|
|
771
|
-
height:
|
|
773
|
+
.h-12 {
|
|
774
|
+
height: 3rem;
|
|
772
775
|
}
|
|
773
776
|
.h-9 {
|
|
774
777
|
height: 2.25rem;
|
|
775
778
|
}
|
|
776
|
-
.h
|
|
777
|
-
height:
|
|
779
|
+
.h-\[1px\] {
|
|
780
|
+
height: 1px;
|
|
778
781
|
}
|
|
779
782
|
.h-20 {
|
|
780
783
|
height: 5rem;
|
|
@@ -1056,9 +1059,6 @@ video {
|
|
|
1056
1059
|
.justify-self-end {
|
|
1057
1060
|
justify-self: end;
|
|
1058
1061
|
}
|
|
1059
|
-
.overflow-auto {
|
|
1060
|
-
overflow: auto;
|
|
1061
|
-
}
|
|
1062
1062
|
.overflow-hidden {
|
|
1063
1063
|
overflow: hidden;
|
|
1064
1064
|
}
|
|
@@ -1366,6 +1366,10 @@ video {
|
|
|
1366
1366
|
--tw-bg-opacity: 1;
|
|
1367
1367
|
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
1368
1368
|
}
|
|
1369
|
+
.bg-green-500 {
|
|
1370
|
+
--tw-bg-opacity: 1;
|
|
1371
|
+
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
1372
|
+
}
|
|
1369
1373
|
.bg-primary-600 {
|
|
1370
1374
|
--tw-bg-opacity: 1;
|
|
1371
1375
|
background-color: rgb(6 92 198 / var(--tw-bg-opacity));
|
|
@@ -1819,6 +1823,9 @@ body {
|
|
|
1819
1823
|
.hover\:cursor-pointer:hover {
|
|
1820
1824
|
cursor: pointer;
|
|
1821
1825
|
}
|
|
1826
|
+
.hover\:overflow-auto:hover {
|
|
1827
|
+
overflow: auto;
|
|
1828
|
+
}
|
|
1822
1829
|
.hover\:bg-gray-200:hover {
|
|
1823
1830
|
--tw-bg-opacity: 1;
|
|
1824
1831
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|