@code-hike/smooth-lines
Advanced tools
Comparing version 0.3.0-next.9 to 1.0.0--canary.67.ea5ba8b.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-next.9", | ||
"version": "1.0.0--canary.67.ea5ba8b.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -14,3 +14,3 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@code-hike/script": "0.3.0-next.9", | ||
"@code-hike/script": "1.0.0--canary.67.ea5ba8b.0", | ||
"@types/react": "^16.9.38", | ||
@@ -33,3 +33,3 @@ "react": "^16.13.1" | ||
}, | ||
"gitHead": "dd7a8e686fe040b3948672539a5e7ebda7789681" | ||
"gitHead": "ea5ba8b8c9f41c09ac4d24999e0814a20f8a4b22" | ||
} |
32351
696