@sikka/hawa 0.0.89 → 0.0.91
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/README.md +1 -1
- package/dist/styles.css +3 -3
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/blocks/AuthForms/SignInForm.js +16 -3
- package/src/elements/HawaPhoneInput.js +65 -59
- package/src/styles.css +3 -3
- package/tailwind.config.js +18 -0
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
8
8
|
[](https://www.npmjs.com/package/@sikka/hawa)
|
|
9
9
|
|
|
10
|
-
> Opinionated UI Kit for web apps and websites built with
|
|
10
|
+
> Opinionated UI Kit for web apps and websites built with TailwindCSS
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
package/dist/styles.css
CHANGED
|
@@ -685,15 +685,15 @@ video {
|
|
|
685
685
|
.-mb-px {
|
|
686
686
|
margin-bottom: -1px;
|
|
687
687
|
}
|
|
688
|
+
.mb-3 {
|
|
689
|
+
margin-bottom: 0.75rem;
|
|
690
|
+
}
|
|
688
691
|
.ml-1 {
|
|
689
692
|
margin-left: 0.25rem;
|
|
690
693
|
}
|
|
691
694
|
.mt-2 {
|
|
692
695
|
margin-top: 0.5rem;
|
|
693
696
|
}
|
|
694
|
-
.mb-3 {
|
|
695
|
-
margin-bottom: 0.75rem;
|
|
696
|
-
}
|
|
697
697
|
.mt-5 {
|
|
698
698
|
margin-top: 1.25rem;
|
|
699
699
|
}
|