@dcg-overseas/number-line 0.1.22 → 0.1.23

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
@@ -552,8 +552,8 @@ const ARC_COLORS = [
552
552
  "#16a34a"
553
553
  ];
554
554
  const ARC_RY_RATIO = 0.9;
555
- const ARC_ANIMATION_STAGGER_MS = 400;
556
- const ARC_ANIMATION_DRAW_MS = 500;
555
+ const ARC_ANIMATION_STAGGER_MS = 700;
556
+ const ARC_ANIMATION_DRAW_MS = 800;
557
557
  function gcd(a, b) {
558
558
  let x = Math.max(1, Math.abs(Math.round(a)));
559
559
  let y = Math.max(1, Math.abs(Math.round(b)));
package/dist/index.js CHANGED
@@ -550,8 +550,8 @@ const ARC_COLORS = [
550
550
  "#16a34a"
551
551
  ];
552
552
  const ARC_RY_RATIO = 0.9;
553
- const ARC_ANIMATION_STAGGER_MS = 400;
554
- const ARC_ANIMATION_DRAW_MS = 500;
553
+ const ARC_ANIMATION_STAGGER_MS = 700;
554
+ const ARC_ANIMATION_DRAW_MS = 800;
555
555
  function gcd(a, b) {
556
556
  let x = Math.max(1, Math.abs(Math.round(a)));
557
557
  let y = Math.max(1, Math.abs(Math.round(b)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcg-overseas/number-line",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "Interactive number line component with group arcs and freehand drawing",
5
5
  "type": "module",
6
6
  "license": "MIT",