@d3plus/docs 3.0.14 → 3.0.15

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.
@@ -36,6 +36,36 @@ export const argTypes = assign(
36
36
  summary: "function"
37
37
  }
38
38
  },
39
+ iterations: {
40
+ control: {
41
+ type: "number"
42
+ },
43
+ defaultValue: 6,
44
+ description: "A pass-through for the d3-sankey [iterations](https://github.com/d3/d3-sankey?tab=readme-ov-file#sankey_iterations) function.",
45
+ table: {
46
+ defaultValue: {
47
+ summary: 6
48
+ }
49
+ },
50
+ type: {
51
+ required: false,
52
+ summary: "number"
53
+ }
54
+ },
55
+ linkSort: {
56
+ control: {},
57
+ defaultValue: "undefined",
58
+ description: "A pass-through for the d3-sankey [linkSort](https://github.com/d3/d3-sankey?tab=readme-ov-file#sankey_linkSort) function.",
59
+ table: {
60
+ defaultValue: {
61
+ summary: "undefined"
62
+ }
63
+ },
64
+ type: {
65
+ required: false,
66
+ summary: "function | undefined"
67
+ }
68
+ },
39
69
  links: {
40
70
  control: {
41
71
  type: "object"
@@ -150,6 +180,20 @@ export const argTypes = assign(
150
180
  summary: "number"
151
181
  }
152
182
  },
183
+ nodeSort: {
184
+ control: {},
185
+ defaultValue: "undefined",
186
+ description: "A pass-through for the d3-sankey [nodeSort](https://github.com/d3/d3-sankey?tab=readme-ov-file#sankey_nodeSort) function.",
187
+ table: {
188
+ defaultValue: {
189
+ summary: "undefined"
190
+ }
191
+ },
192
+ type: {
193
+ required: false,
194
+ summary: "function | undefined"
195
+ }
196
+ },
153
197
  nodeWidth: {
154
198
  control: {
155
199
  type: "number"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/docs",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "description": "Documentation and examples for the d3plus visualization library.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://d3plus.org",
@@ -16,11 +16,11 @@
16
16
  "dev:local": "storybook dev --docs --ci --no-version-updates --port=4000"
17
17
  },
18
18
  "dependencies": {
19
- "@d3plus/core": "3.0.14",
20
- "@d3plus/dom": "3.0.14",
21
- "@d3plus/format": "3.0.14",
22
- "@d3plus/locales": "3.0.14",
23
- "@d3plus/react": "3.0.14",
19
+ "@d3plus/core": "3.0.15",
20
+ "@d3plus/dom": "3.0.15",
21
+ "@d3plus/format": "3.0.15",
22
+ "@d3plus/locales": "3.0.15",
23
+ "@d3plus/react": "3.0.15",
24
24
  "@types/react": "^19.1.0",
25
25
  "next": "^15.2.4",
26
26
  "react": "^18.2.0",