@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 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({ force }?: {
4930
- force?: boolean;
4931
- }): void;
4929
+ hideOverlay(): void;
4932
4930
  toggleOverlay(): void;
4933
4931
  /** @private */
4934
4932
  connectedCallback(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/polaris-types",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",