@sikka/hawa 0.48.0-next → 0.48.1-next

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/index.css CHANGED
@@ -1224,10 +1224,6 @@ input[type="number"]::-webkit-inner-spin-button,
1224
1224
  margin-top: 0.5rem;
1225
1225
  margin-bottom: 0.5rem;
1226
1226
  }
1227
- .hawa-my-4 {
1228
- margin-top: 1rem;
1229
- margin-bottom: 1rem;
1230
- }
1231
1227
  .-hawa-mt-4 {
1232
1228
  margin-top: -1rem;
1233
1229
  }
package/dist/index.d.mts CHANGED
@@ -1758,6 +1758,7 @@ type RegisterFormTypes = {
1758
1758
  onRouteToTOS?: () => void;
1759
1759
  /** Callback function triggered when the error alert is dismissed. */
1760
1760
  onErrorDismissed?: () => void;
1761
+ onRegisterTypeChange?: (e: string) => void;
1761
1762
  /** Determines whether to show an error alert. */
1762
1763
  showError?: boolean;
1763
1764
  /** Title for the error alert. */
package/dist/index.d.ts CHANGED
@@ -1758,6 +1758,7 @@ type RegisterFormTypes = {
1758
1758
  onRouteToTOS?: () => void;
1759
1759
  /** Callback function triggered when the error alert is dismissed. */
1760
1760
  onErrorDismissed?: () => void;
1761
+ onRegisterTypeChange?: (e: string) => void;
1761
1762
  /** Determines whether to show an error alert. */
1762
1763
  showError?: boolean;
1763
1764
  /** Title for the error alert. */