@pinwheel/react-modal
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -65,3 +65,3 @@ 'use strict'; | ||
var name = "@pinwheel/react-modal"; | ||
var version = "3.0.0"; | ||
var version = "3.0.1"; | ||
var description = "React package for Pinwheel modal"; | ||
@@ -142,4 +142,4 @@ var author = "roscioli"; | ||
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.1.js?sandbox=true"; | ||
var integrity = "sha512-1AAb5AH8yLmKoXPSahp/xV37m2+MJ/qEznKdUzad8usAMaH9WU2UJjNaQLqy5nV35mSiBB8mrQP6c/6cMgOOAQ=="; | ||
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.2.js?sandbox=true"; | ||
var integrity = "sha512-/KK9vVNayAA5VbKIpidbh2T/y4Szz1BB5d9c2OypKsLAnIT2fFteOvZGAWko+fhx56chE8gLyXNg31k7UrQ1Og=="; | ||
var portalConfig = { | ||
@@ -146,0 +146,0 @@ url: url, |
@@ -42,3 +42,3 @@ import * as React from 'react'; | ||
var name = "@pinwheel/react-modal"; | ||
var version = "3.0.0"; | ||
var version = "3.0.1"; | ||
var description = "React package for Pinwheel modal"; | ||
@@ -119,4 +119,4 @@ var author = "roscioli"; | ||
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.1.js?sandbox=true"; | ||
var integrity = "sha512-1AAb5AH8yLmKoXPSahp/xV37m2+MJ/qEznKdUzad8usAMaH9WU2UJjNaQLqy5nV35mSiBB8mrQP6c/6cMgOOAQ=="; | ||
var url = "https://cdn.getpinwheel.com/pinwheel-v3.0.2.js?sandbox=true"; | ||
var integrity = "sha512-/KK9vVNayAA5VbKIpidbh2T/y4Szz1BB5d9c2OypKsLAnIT2fFteOvZGAWko+fhx56chE8gLyXNg31k7UrQ1Og=="; | ||
var portalConfig = { | ||
@@ -123,0 +123,0 @@ url: url, |
@@ -19,4 +19,8 @@ /// <reference types="react" /> | ||
}; | ||
export type OverlayStylingParams = { | ||
backgroundColor?: string; | ||
}; | ||
type PinwheelPublicOpenOptions = { | ||
modalStyling?: ModalStylingParams; | ||
overlayStyling?: OverlayStylingParams; | ||
ariaHideDocumentContent?: boolean; | ||
@@ -23,0 +27,0 @@ } & LinkOptions; |
{ | ||
"name": "@pinwheel/react-modal", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "React package for Pinwheel modal", | ||
@@ -5,0 +5,0 @@ "author": "roscioli", |
26273
570