@forgerock/login-widget 0.0.0-beta-20260330171021 → 0.0.0-beta-20260416201023

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.
@@ -158,6 +158,8 @@ export declare const partialStyleSchema: z.ZodObject<{
158
158
  icon?: boolean | undefined;
159
159
  } | undefined;
160
160
  }>;
161
+ /** Convenience type alias for the resolved widget style object. */
162
+ export type StyleObject = z.infer<typeof partialStyleSchema>;
161
163
  export declare const styleStore: Writable<z.infer<typeof partialStyleSchema>>;
162
164
  /**
163
165
  * @function initialize - Initialize the style store