@sikka/hawa 0.0.172 → 0.0.173
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 +10 -24
- package/es/index.es.js +1 -1
- package/es/layout/HawaSiteLayout.d.ts +20 -6
- package/lib/index.js +1 -1
- package/lib/layout/HawaSiteLayout.d.ts +20 -6
- package/package.json +1 -1
- package/src/blocks/AuthForms/SignInForm.tsx +1 -0
- package/src/blocks/Misc/Testimonial.tsx +1 -1
- package/src/elements/HawaButton.tsx +2 -2
- package/src/layout/HawaSiteLayout.tsx +125 -278
- package/src/styles.css +10 -24
- package/src/tailwind.css +1 -1
- package/es/stories/LayoutStories/SimpleGrid.stories.d.ts +0 -4
- package/lib/stories/LayoutStories/SimpleGrid.stories.d.ts +0 -4
package/dist/styles.css
CHANGED
|
@@ -384,7 +384,7 @@ video {
|
|
|
384
384
|
--button-secondary: #ffc011;
|
|
385
385
|
--button-secondary-darker: #b48d24;
|
|
386
386
|
|
|
387
|
-
--border-radius:
|
|
387
|
+
--border-radius: 13px;
|
|
388
388
|
}
|
|
389
389
|
input[type="number"]::-webkit-inner-spin-button,
|
|
390
390
|
input[type="number"]::-webkit-outer-spin-button {
|
|
@@ -900,6 +900,9 @@ video {
|
|
|
900
900
|
.h-\[1px\] {
|
|
901
901
|
height: 1px;
|
|
902
902
|
}
|
|
903
|
+
.h-44 {
|
|
904
|
+
height: 11rem;
|
|
905
|
+
}
|
|
903
906
|
.h-96 {
|
|
904
907
|
height: 24rem;
|
|
905
908
|
}
|
|
@@ -986,12 +989,6 @@ video {
|
|
|
986
989
|
.w-10\/12 {
|
|
987
990
|
width: 83.333333%;
|
|
988
991
|
}
|
|
989
|
-
.w-80 {
|
|
990
|
-
width: 20rem;
|
|
991
|
-
}
|
|
992
|
-
.w-12 {
|
|
993
|
-
width: 3rem;
|
|
994
|
-
}
|
|
995
992
|
.min-w-min {
|
|
996
993
|
min-width: -moz-min-content;
|
|
997
994
|
min-width: min-content;
|
|
@@ -1161,11 +1158,6 @@ video {
|
|
|
1161
1158
|
margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
|
|
1162
1159
|
margin-bottom: calc(0px * var(--tw-space-y-reverse));
|
|
1163
1160
|
}
|
|
1164
|
-
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
|
|
1165
|
-
--tw-space-y-reverse: 0;
|
|
1166
|
-
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1167
|
-
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
|
|
1168
|
-
}
|
|
1169
1161
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
1170
1162
|
--tw-divide-y-reverse: 0;
|
|
1171
1163
|
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
@@ -1226,6 +1218,9 @@ video {
|
|
|
1226
1218
|
.rounded-none {
|
|
1227
1219
|
border-radius: 0px;
|
|
1228
1220
|
}
|
|
1221
|
+
.rounded-\[30px\] {
|
|
1222
|
+
border-radius: 30px;
|
|
1223
|
+
}
|
|
1229
1224
|
.rounded-3xl {
|
|
1230
1225
|
border-radius: 1.5rem;
|
|
1231
1226
|
}
|
|
@@ -1526,6 +1521,9 @@ video {
|
|
|
1526
1521
|
.bg-\[url\(\'https\:\/\/via\.placeholder\.com\/50\'\)\] {
|
|
1527
1522
|
background-image: url('https://via.placeholder.com/50');
|
|
1528
1523
|
}
|
|
1524
|
+
.bg-none {
|
|
1525
|
+
background-image: none;
|
|
1526
|
+
}
|
|
1529
1527
|
.bg-cover {
|
|
1530
1528
|
background-size: cover;
|
|
1531
1529
|
}
|
|
@@ -1619,10 +1617,6 @@ video {
|
|
|
1619
1617
|
padding-top: 0.75rem;
|
|
1620
1618
|
padding-bottom: 0.75rem;
|
|
1621
1619
|
}
|
|
1622
|
-
.py-4 {
|
|
1623
|
-
padding-top: 1rem;
|
|
1624
|
-
padding-bottom: 1rem;
|
|
1625
|
-
}
|
|
1626
1620
|
.py-5 {
|
|
1627
1621
|
padding-top: 1.25rem;
|
|
1628
1622
|
padding-bottom: 1.25rem;
|
|
@@ -1666,9 +1660,6 @@ video {
|
|
|
1666
1660
|
.align-middle {
|
|
1667
1661
|
vertical-align: middle;
|
|
1668
1662
|
}
|
|
1669
|
-
.font-plex {
|
|
1670
|
-
font-family: IBM Plex Sans Arabic;
|
|
1671
|
-
}
|
|
1672
1663
|
.text-sm {
|
|
1673
1664
|
font-size: 0.875rem;
|
|
1674
1665
|
line-height: 1.25rem;
|
|
@@ -2157,11 +2148,6 @@ body {
|
|
|
2157
2148
|
flex-direction: row-reverse;
|
|
2158
2149
|
}
|
|
2159
2150
|
|
|
2160
|
-
.dark .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
|
|
2161
|
-
--tw-divide-opacity: 1;
|
|
2162
|
-
border-color: rgb(75 85 99 / var(--tw-divide-opacity));
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
2151
|
.dark .dark\:border-gray-700 {
|
|
2166
2152
|
--tw-border-opacity: 1;
|
|
2167
2153
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|