@code-hike/smooth-lines
Advanced tools
Comparing version 0.3.0--canary.61.e6f2135.0 to 0.3.0--canary.67.8191339.0
@@ -203,2 +203,3 @@ 'use strict'; | ||
width: width, | ||
display: opacity <= 0 ? "none" : undefined, | ||
} }, children)); | ||
@@ -205,0 +206,0 @@ } |
@@ -195,2 +195,3 @@ import React, { useMemo } from 'react'; | ||
width: width, | ||
display: opacity <= 0 ? "none" : undefined, | ||
} }, children)); | ||
@@ -197,0 +198,0 @@ } |
{ | ||
"name": "@code-hike/smooth-lines", | ||
"version": "0.3.0--canary.61.e6f2135.0", | ||
"version": "0.3.0--canary.67.8191339.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -14,3 +14,3 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@code-hike/script": "0.3.0--canary.61.e6f2135.0", | ||
"@code-hike/script": "0.3.0--canary.67.8191339.0", | ||
"@types/react": "^16.9.38", | ||
@@ -33,3 +33,3 @@ "react": "^16.13.1" | ||
}, | ||
"gitHead": "e6f2135dda53b72f5482000f4742836ceb5e33bb" | ||
"gitHead": "8191339b5e4cb388a451635bf2ef119349e7a2cb" | ||
} |
32351
696