react-cosmos-plugin-open-fixture
Advanced tools
Comparing version 6.0.0-canary.ada5aec.0 to 6.0.0-canary.b216096.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.ada5aec.0+ada5aec", | ||
"version": "6.0.0-canary.b216096.0+b216096", | ||
"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.ada5aec.0+ada5aec", | ||
"react-cosmos-ui": "6.0.0-canary.b216096.0+b216096", | ||
"react-plugin": "^3.0.0-alpha.4" | ||
}, | ||
"gitHead": "ada5aec5d92c3602f6c7ab2c0f3869b968b334e5" | ||
"gitHead": "b2160960f71f4011c0bdbf6acd4465b7d5ad00f2" | ||
} |
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
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