@shopify/polaris-types 1.0.6 → 1.0.7
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/polaris.d.ts +1 -3
- package/package.json +1 -1
package/dist/polaris.d.ts
CHANGED
|
@@ -4926,9 +4926,7 @@ declare abstract class ModalBase<TTagName extends keyof HTMLElementTagNameMap> e
|
|
|
4926
4926
|
/** @private */
|
|
4927
4927
|
[hide](): Promise<void>;
|
|
4928
4928
|
showOverlay(): void;
|
|
4929
|
-
hideOverlay(
|
|
4930
|
-
force?: boolean;
|
|
4931
|
-
}): void;
|
|
4929
|
+
hideOverlay(): void;
|
|
4932
4930
|
toggleOverlay(): void;
|
|
4933
4931
|
/** @private */
|
|
4934
4932
|
connectedCallback(): void;
|