@d3plus/text 3.0.8 → 3.0.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/text",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "A smart SVG text box with line wrapping and automatic font size scaling.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "test": "eslint index.js src/**/*.js && eslint --global=it test && mocha 'test/**/*-test.js'"
35
35
  },
36
36
  "dependencies": {
37
- "@d3plus/dom": "3.0.8",
37
+ "@d3plus/dom": "3.0.10",
38
38
  "d3-selection": "^3.0.0",
39
39
  "d3-transition": "^3.0.1",
40
40
  "linebreak": "^1.1.0"
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/text v3.0.8
2
+ @d3plus/text v3.0.10
3
3
  A smart SVG text box with line wrapping and automatic font size scaling.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/text v3.0.8
2
+ @d3plus/text v3.0.10
3
3
  A smart SVG text box with line wrapping and automatic font size scaling.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/text v3.0.8
2
+ @d3plus/text v3.0.10
3
3
  A smart SVG text box with line wrapping and automatic font size scaling.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/text v3.0.8
2
+ @d3plus/text v3.0.10
3
3
  A smart SVG text box with line wrapping and automatic font size scaling.
4
4
  Copyright (c) 2025 D3plus - https://d3plus.org
5
5
  @license MIT