@selectwin/kit 0.1.59 → 0.1.60

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.
@@ -1,4 +1,4 @@
1
- export type AuthFxVariant = 'dots' | 'plexus' | 'grid' | 'flow' | 'circuit';
1
+ export type AuthFxVariant = 'dots' | 'plexus' | 'grid' | 'flow' | 'circuit' | 'liquid';
2
2
  export declare const AUTH_FX_VARIANTS: readonly AuthFxVariant[];
3
3
  export declare function SelectAuthFx({ className, theme, glowTarget, variant, }: {
4
4
  className?: string;