@sikka/hawa 0.0.178 → 0.0.179
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 +20 -2
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/layout/HawaAppLayout.tsx +66 -34
- package/src/styles.css +20 -2
- package/storybook-static/229.a3257e00.iframe.bundle.js +0 -1
- package/storybook-static/229.d6fb4f8f665962cef844.manager.bundle.js +0 -1
- package/storybook-static/239.5e8067ea.iframe.bundle.js +0 -2
- package/storybook-static/239.5e8067ea.iframe.bundle.js.LICENSE.txt +0 -105
- package/storybook-static/295.67c251ec00675ab59b60.manager.bundle.js +0 -1
- package/storybook-static/51.8ca217c6882b6d3971a8.manager.bundle.js +0 -2
- package/storybook-static/51.8ca217c6882b6d3971a8.manager.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/51.aeae4f67.iframe.bundle.js +0 -2
- package/storybook-static/51.aeae4f67.iframe.bundle.js.LICENSE.txt +0 -8
- package/storybook-static/551.67cd309b0648b0a52636.manager.bundle.js +0 -1
- package/storybook-static/551.c82ea8f1.iframe.bundle.js +0 -1
- package/storybook-static/701.bcf1e718.iframe.bundle.js +0 -1
- package/storybook-static/767.8e4ffb17eae12c283b3b.manager.bundle.js +0 -2
- package/storybook-static/767.8e4ffb17eae12c283b3b.manager.bundle.js.LICENSE.txt +0 -94
- package/storybook-static/807.14b8bfa7.iframe.bundle.js +0 -2
- package/storybook-static/807.14b8bfa7.iframe.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/807.4f52b2d047c5e8c5872f.manager.bundle.js +0 -2
- package/storybook-static/807.4f52b2d047c5e8c5872f.manager.bundle.js.LICENSE.txt +0 -31
- package/storybook-static/897.386c170cbd1467abc7ca.manager.bundle.js +0 -2
- package/storybook-static/897.386c170cbd1467abc7ca.manager.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/897.d9a35fd0.iframe.bundle.js +0 -2
- package/storybook-static/897.d9a35fd0.iframe.bundle.js.LICENSE.txt +0 -12
- package/storybook-static/935.07c1b6ea.iframe.bundle.js +0 -1
- package/storybook-static/935.0b4e9c201c33f3e66e81.manager.bundle.js +0 -1
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/iframe.html +0 -364
- package/storybook-static/index.html +0 -59
- package/storybook-static/main.051275cac7b0dc69501c.manager.bundle.js +0 -1
- package/storybook-static/main.46fe6f33.iframe.bundle.js +0 -1
- package/storybook-static/project.json +0 -1
- package/storybook-static/runtime~main.118c8621e276a271ad89.manager.bundle.js +0 -1
- package/storybook-static/runtime~main.4a2964ac.iframe.bundle.js +0 -1
package/dist/styles.css
CHANGED
|
@@ -1063,6 +1063,14 @@ video {
|
|
|
1063
1063
|
--tw-rotate: 180deg;
|
|
1064
1064
|
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));
|
|
1065
1065
|
}
|
|
1066
|
+
.-rotate-90 {
|
|
1067
|
+
--tw-rotate: -90deg;
|
|
1068
|
+
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));
|
|
1069
|
+
}
|
|
1070
|
+
.rotate-90 {
|
|
1071
|
+
--tw-rotate: 90deg;
|
|
1072
|
+
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));
|
|
1073
|
+
}
|
|
1066
1074
|
.transform {
|
|
1067
1075
|
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));
|
|
1068
1076
|
}
|
|
@@ -1140,6 +1148,9 @@ video {
|
|
|
1140
1148
|
.gap-1 {
|
|
1141
1149
|
gap: 0.25rem;
|
|
1142
1150
|
}
|
|
1151
|
+
.gap-0 {
|
|
1152
|
+
gap: 0px;
|
|
1153
|
+
}
|
|
1143
1154
|
.gap-9 {
|
|
1144
1155
|
gap: 2.25rem;
|
|
1145
1156
|
}
|
|
@@ -1495,6 +1506,13 @@ video {
|
|
|
1495
1506
|
--tw-bg-opacity: 1;
|
|
1496
1507
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity));
|
|
1497
1508
|
}
|
|
1509
|
+
.bg-blue-300 {
|
|
1510
|
+
--tw-bg-opacity: 1;
|
|
1511
|
+
background-color: rgb(147 197 253 / var(--tw-bg-opacity));
|
|
1512
|
+
}
|
|
1513
|
+
.bg-layoutPrimary-300 {
|
|
1514
|
+
background-color: var(--layout-primary-300);
|
|
1515
|
+
}
|
|
1498
1516
|
.bg-gray-300 {
|
|
1499
1517
|
--tw-bg-opacity: 1;
|
|
1500
1518
|
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
|
@@ -1991,8 +2009,8 @@ body {
|
|
|
1991
2009
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
1992
2010
|
}
|
|
1993
2011
|
|
|
1994
|
-
.hover\:bg-
|
|
1995
|
-
background-color: var(--
|
|
2012
|
+
.hover\:bg-layoutPrimary-500:hover {
|
|
2013
|
+
background-color: var(--layout-primary-500);
|
|
1996
2014
|
}
|
|
1997
2015
|
|
|
1998
2016
|
.hover\:text-gray-900:hover {
|