@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 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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcg-overseas/number-line",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.1",
4
4
  "description": "Interactive number line component with group arcs and freehand drawing",
5
5
  "type": "module",
6
6
  "license": "MIT",