@sikka/hawa 0.0.97 → 0.0.99
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/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -1
- package/src/elements/HawaLogoButton.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sikka/hawa",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.99",
|
|
4
4
|
"description": "UI Kit",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.es.js",
|
|
@@ -92,6 +92,7 @@
|
|
|
92
92
|
"react-dropzone": "^12.0.4",
|
|
93
93
|
"react-icons": "^4.6.0",
|
|
94
94
|
"react-select": "^5.3.2",
|
|
95
|
+
"react-hook-form": "^7.28.0",
|
|
95
96
|
"rollup-plugin-swc": "^0.2.1",
|
|
96
97
|
"rollup-plugin-typescript2": "^0.34.1"
|
|
97
98
|
}
|
|
@@ -153,7 +153,7 @@ export const HawaLogoButton: React.FunctionComponent<LogoButtonTypes> = (
|
|
|
153
153
|
<button
|
|
154
154
|
style={{ direction: isArabic ? "rtl" : "ltr" }}
|
|
155
155
|
{...props}
|
|
156
|
-
className="my-2 flex h-11 w-full
|
|
156
|
+
className="my-2 flex h-11 w-full flex-row justify-center rounded-xl bg-white align-middle"
|
|
157
157
|
>
|
|
158
158
|
<div className="flex h-full flex-row items-center justify-end">
|
|
159
159
|
{logoElement}
|