@mirantes-micro/foundation-design-system 1.2.170 → 1.2.171

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.d.ts CHANGED
@@ -175,6 +175,8 @@ interface LogoutOptions {
175
175
  broadcast?: boolean;
176
176
  reload?: boolean;
177
177
  redirectUrl?: string;
178
+ domain?: string;
179
+ secure?: boolean;
178
180
  }
179
181
  declare function clearUserSession(options?: LogoutOptions): void;
180
182