@sikka/hawa 0.1.93 → 0.1.95
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/bun.lockb +0 -0
- package/dist/index.d.mts +0 -3
- package/dist/index.d.ts +0 -3
- package/dist/index.js +629 -673
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +130 -158
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +10 -0
- package/package.json +4 -10
- package/src/blocks/AuthForms/AppLanding.tsx +1 -4
- package/src/elements/DropdownMenu.tsx +13 -8
- package/src/elements/FloatingCommentExec.tsx +14 -3
- package/src/elements/HawaRadio.tsx +2 -2
- package/src/elements/HawaSelect.tsx +8 -6
- package/src/elements/HawaTable.tsx +2 -49
- package/src/elements/HawaTextField.tsx +1 -1
- package/src/elements/Icons.tsx +4 -1
- package/src/styles.css +10 -0
- package/_config.yml +0 -1
package/bun.lockb
ADDED
|
Binary file
|
package/dist/index.d.mts
CHANGED
|
@@ -1145,9 +1145,6 @@ declare const UserSettingsForm: FC<UserSettingsFormTypes>;
|
|
|
1145
1145
|
|
|
1146
1146
|
type AppLandingTypes = {
|
|
1147
1147
|
texts?: {
|
|
1148
|
-
signIn: string;
|
|
1149
|
-
signUp: string;
|
|
1150
|
-
lang: string;
|
|
1151
1148
|
newUserText?: string;
|
|
1152
1149
|
createAccount?: string;
|
|
1153
1150
|
continueWithGoogle?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1145,9 +1145,6 @@ declare const UserSettingsForm: FC<UserSettingsFormTypes>;
|
|
|
1145
1145
|
|
|
1146
1146
|
type AppLandingTypes = {
|
|
1147
1147
|
texts?: {
|
|
1148
|
-
signIn: string;
|
|
1149
|
-
signUp: string;
|
|
1150
|
-
lang: string;
|
|
1151
1148
|
newUserText?: string;
|
|
1152
1149
|
createAccount?: string;
|
|
1153
1150
|
continueWithGoogle?: string;
|