@sikka/hawa 0.1.94 → 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 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;