@d3plus/docs 3.0.0-alpha.4 → 3.0.0-alpha.5
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/docs/Introduction.mdx +1 -1
- package/package.json +6 -6
package/docs/Introduction.mdx
CHANGED
|
@@ -94,7 +94,7 @@ import {formatAbbreviate} from "@d3plus/format";
|
|
|
94
94
|
Additionally, each module is available from a CDN for vanilla JavaScript environments (bundled with all dependencies):
|
|
95
95
|
|
|
96
96
|
```html
|
|
97
|
-
<script src="https://cdn.jsdelivr.net/npm/
|
|
97
|
+
<script src="https://cdn.jsdelivr.net/npm/@d3plus/core"></script>
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
A global `d3plus` object is exported, which contains all of the available methods and classes:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d3plus/docs",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.5",
|
|
4
4
|
"description": "Documentation and examples for the d3plus visualization library.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://d3plus.org",
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
"dev": "node ../../scripts/dev.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@d3plus/core": "3.0.0-alpha.
|
|
19
|
-
"@d3plus/dom": "3.0.0-alpha.
|
|
20
|
-
"@d3plus/format": "3.0.0-alpha.
|
|
21
|
-
"@d3plus/locales": "3.0.0-alpha.
|
|
22
|
-
"@d3plus/react": "3.0.0-alpha.
|
|
18
|
+
"@d3plus/core": "3.0.0-alpha.5",
|
|
19
|
+
"@d3plus/dom": "3.0.0-alpha.5",
|
|
20
|
+
"@d3plus/format": "3.0.0-alpha.5",
|
|
21
|
+
"@d3plus/locales": "3.0.0-alpha.5",
|
|
22
|
+
"@d3plus/react": "3.0.0-alpha.5",
|
|
23
23
|
"@storybook/blocks": "^8.6.12",
|
|
24
24
|
"@storybook/components": "^8.6.12",
|
|
25
25
|
"@storybook/icons": "^1.4.0",
|