@dcg-overseas/number-line 1.0.0-beta.0 → 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1279,7 +1279,6 @@ function NumberLine({ className }) {
|
|
|
1279
1279
|
width: "100%",
|
|
1280
1280
|
height: "100%",
|
|
1281
1281
|
display: "block",
|
|
1282
|
-
outline: enableZoom && isZoomActive ? "2px solid rgba(59, 130, 246, 0.5)" : "none",
|
|
1283
1282
|
cursor: svgCursor,
|
|
1284
1283
|
touchAction: "none",
|
|
1285
1284
|
overflow: "visible"
|
package/dist/index.js
CHANGED
|
@@ -1277,7 +1277,6 @@ function NumberLine({ className }) {
|
|
|
1277
1277
|
width: "100%",
|
|
1278
1278
|
height: "100%",
|
|
1279
1279
|
display: "block",
|
|
1280
|
-
outline: enableZoom && isZoomActive ? "2px solid rgba(59, 130, 246, 0.5)" : "none",
|
|
1281
1280
|
cursor: svgCursor,
|
|
1282
1281
|
touchAction: "none",
|
|
1283
1282
|
overflow: "visible"
|