react-cosmos-plugin-open-fixture
Advanced tools
Comparing version 6.0.0-canary.36d3be3.0 to 6.0.0-canary.41a6563.0
@@ -0,1 +1,2 @@ | ||
/// <reference types="react" /> | ||
type Props = { | ||
@@ -2,0 +3,0 @@ onClick: () => unknown; |
@@ -95,4 +95,4 @@ /******/ (() => { // webpackBootstrap | ||
function Icon({ children, size = '100%' }) { | ||
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_BaseSvg_js__WEBPACK_IMPORTED_MODULE_1__.BaseSvg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, children)); | ||
function Icon({ children, size = '100%', strokeWidth = 1.5 }) { | ||
return (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_BaseSvg_js__WEBPACK_IMPORTED_MODULE_1__.BaseSvg, { width: size, height: size, viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }, children)); | ||
} | ||
@@ -282,3 +282,3 @@ | ||
react__WEBPACK_IMPORTED_MODULE_0__.createElement("polygon", { points: "18 2 22 6 12 16 8 16 8 12 18 2" }))); | ||
const CheckCircleIcon = () => (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_Icon_js__WEBPACK_IMPORTED_MODULE_1__.Icon, null, | ||
const CheckCircleIcon = (props) => (react__WEBPACK_IMPORTED_MODULE_0__.createElement(_Icon_js__WEBPACK_IMPORTED_MODULE_1__.Icon, { ...props }, | ||
react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", { d: "M22 11.08V12a10 10 0 1 1-5.93-9.14" }), | ||
@@ -285,0 +285,0 @@ react__WEBPACK_IMPORTED_MODULE_0__.createElement("polyline", { points: "22 4 12 14.01 9 11.01" }))); |
{ | ||
"name": "react-cosmos-plugin-open-fixture", | ||
"version": "6.0.0-canary.36d3be3.0+36d3be3", | ||
"version": "6.0.0-canary.41a6563.0+41a6563", | ||
"description": "React Cosmos plugin for opening fixture source files", | ||
@@ -10,6 +10,6 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-plugin-open-fixture", | ||
"devDependencies": { | ||
"react-cosmos-ui": "^6.0.0-canary.36d3be3.0+36d3be3", | ||
"react-cosmos-ui": "6.0.0-canary.41a6563.0+41a6563", | ||
"react-plugin": "^3.0.0-alpha.4" | ||
}, | ||
"gitHead": "36d3be391b4a5b30062094b64842ab84c5c8f3f0" | ||
"gitHead": "41a65634c59681f1b0d91a903fa0b2dcf227d3d9" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39408
603