sanity-plugin-iframe-pane
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -162,3 +162,3 @@ "use strict"; | ||
padding: 2, | ||
icon: _icons.ResetIcon // text="Reload" | ||
icon: _icons.UndoIcon // text="Reload" | ||
, | ||
@@ -165,0 +165,0 @@ title: "Reload", |
{ | ||
"name": "sanity-plugin-iframe-pane", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Display any URL in a View Pane, along with helpful buttons to Copy the URL or open in a new tab", | ||
@@ -5,0 +5,0 @@ "main": "lib/Iframe.js", |
import React, {useEffect, useState, useRef} from 'react' | ||
import PropTypes from 'prop-types' | ||
import {Box, Flex, Text, Button, Stack, ThemeProvider, Card} from '@sanity/ui' | ||
import {ResetIcon, CopyIcon, LeaveIcon, MobileDeviceIcon} from '@sanity/icons' | ||
import {UndoIcon, CopyIcon, LeaveIcon, MobileDeviceIcon} from '@sanity/icons' | ||
@@ -93,3 +93,3 @@ const sizes = { | ||
padding={2} | ||
icon={ResetIcon} | ||
icon={UndoIcon} | ||
// text="Reload" | ||
@@ -96,0 +96,0 @@ title="Reload" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19143
26912