@sikka/hawa 0.0.130 → 0.0.132
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 +18 -8
- package/es/elements/HawaMenu.d.ts +1 -0
- package/es/index.es.js +1 -1
- package/es/layout/HawaAppLayout.d.ts +9 -0
- package/lib/elements/HawaMenu.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/layout/HawaAppLayout.d.ts +9 -0
- package/package.json +2 -2
- package/src/elements/HawaMenu.tsx +19 -2
- package/src/layout/HawaAppLayout.tsx +57 -3
- package/src/styles.css +18 -8
- package/storybook-static/51.8ca217c6882b6d3971a8.manager.bundle.js +2 -0
- package/storybook-static/{51.786e9bbba427ee454dc0.manager.bundle.js.LICENSE.txt → 51.8ca217c6882b6d3971a8.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/51.aeae4f67.iframe.bundle.js +2 -0
- package/storybook-static/{51.acbbdb95.iframe.bundle.js.LICENSE.txt → 51.aeae4f67.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/669.d0879212.iframe.bundle.js +2 -0
- package/storybook-static/{733.b57425fc.iframe.bundle.js.LICENSE.txt → 669.d0879212.iframe.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/767.232e4e4c88bb0a2ed02d.manager.bundle.js +2 -0
- package/storybook-static/{767.2f9c96fa3338c8d16078.manager.bundle.js.LICENSE.txt → 767.232e4e4c88bb0a2ed02d.manager.bundle.js.LICENSE.txt} +0 -0
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +1 -1
- package/storybook-static/main.f1c2df7d.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -1
- package/storybook-static/{runtime~main.25eae181fe0f96887a15.manager.bundle.js → runtime~main.118c8621e276a271ad89.manager.bundle.js} +1 -1
- package/storybook-static/{runtime~main.4d0bf318.iframe.bundle.js → runtime~main.4a2964ac.iframe.bundle.js} +1 -1
- package/storybook-static/51.786e9bbba427ee454dc0.manager.bundle.js +0 -2
- package/storybook-static/51.acbbdb95.iframe.bundle.js +0 -2
- package/storybook-static/733.b57425fc.iframe.bundle.js +0 -2
- package/storybook-static/767.2f9c96fa3338c8d16078.manager.bundle.js +0 -2
- package/storybook-static/main.4c317f06.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -553,6 +553,9 @@ video {
|
|
|
553
553
|
.top-5 {
|
|
554
554
|
top: 1.25rem;
|
|
555
555
|
}
|
|
556
|
+
.-left-1 {
|
|
557
|
+
left: -0.25rem;
|
|
558
|
+
}
|
|
556
559
|
.top-auto {
|
|
557
560
|
top: auto;
|
|
558
561
|
}
|
|
@@ -565,9 +568,6 @@ video {
|
|
|
565
568
|
.top-2 {
|
|
566
569
|
top: 0.5rem;
|
|
567
570
|
}
|
|
568
|
-
.-left-1 {
|
|
569
|
-
left: -0.25rem;
|
|
570
|
-
}
|
|
571
571
|
.z-10 {
|
|
572
572
|
z-index: 10;
|
|
573
573
|
}
|
|
@@ -673,6 +673,9 @@ video {
|
|
|
673
673
|
.mr-4 {
|
|
674
674
|
margin-right: 1rem;
|
|
675
675
|
}
|
|
676
|
+
.mt-14 {
|
|
677
|
+
margin-top: 3.5rem;
|
|
678
|
+
}
|
|
676
679
|
.mt-5 {
|
|
677
680
|
margin-top: 1.25rem;
|
|
678
681
|
}
|
|
@@ -835,12 +838,12 @@ video {
|
|
|
835
838
|
.w-2\/3 {
|
|
836
839
|
width: 66.666667%;
|
|
837
840
|
}
|
|
838
|
-
.w-12 {
|
|
839
|
-
width: 3rem;
|
|
840
|
-
}
|
|
841
841
|
.w-\[calc\(100\%-3rem\)\] {
|
|
842
842
|
width: calc(100% - 3rem);
|
|
843
843
|
}
|
|
844
|
+
.w-12 {
|
|
845
|
+
width: 3rem;
|
|
846
|
+
}
|
|
844
847
|
.w-\[calc\(100\%-1rem\)\] {
|
|
845
848
|
width: calc(100% - 1rem);
|
|
846
849
|
}
|
|
@@ -898,6 +901,10 @@ video {
|
|
|
898
901
|
--tw-translate-y: -50%;
|
|
899
902
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
900
903
|
}
|
|
904
|
+
.translate-x-\[2rem\] {
|
|
905
|
+
--tw-translate-x: 2rem;
|
|
906
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
907
|
+
}
|
|
901
908
|
.translate-x-\[3rem\] {
|
|
902
909
|
--tw-translate-x: 3rem;
|
|
903
910
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1488,6 +1495,9 @@ video {
|
|
|
1488
1495
|
.pl-10 {
|
|
1489
1496
|
padding-left: 2.5rem;
|
|
1490
1497
|
}
|
|
1498
|
+
.pr-5 {
|
|
1499
|
+
padding-right: 1.25rem;
|
|
1500
|
+
}
|
|
1491
1501
|
.pl-3 {
|
|
1492
1502
|
padding-left: 0.75rem;
|
|
1493
1503
|
}
|
|
@@ -1853,9 +1863,9 @@ body {
|
|
|
1853
1863
|
--tw-bg-opacity: 1;
|
|
1854
1864
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
1855
1865
|
}
|
|
1856
|
-
.hover\:bg-primary-
|
|
1866
|
+
.hover\:bg-primary-500:hover {
|
|
1857
1867
|
--tw-bg-opacity: 1;
|
|
1858
|
-
background-color: rgb(
|
|
1868
|
+
background-color: rgb(61 147 249 / var(--tw-bg-opacity));
|
|
1859
1869
|
}
|
|
1860
1870
|
.hover\:text-gray-900:hover {
|
|
1861
1871
|
--tw-text-opacity: 1;
|