@d3plus/docs 3.0.4 → 3.0.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.
@@ -457,10 +457,10 @@ export const argTypes = assign(
457
457
  control: {
458
458
  type: "object"
459
459
  },
460
- defaultValue: "{padding: 0}",
460
+ defaultValue: "{}",
461
461
  table: {
462
462
  defaultValue: {
463
- summary: "{padding: 0}"
463
+ summary: "{}"
464
464
  }
465
465
  },
466
466
  type: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/docs",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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.4",
20
- "@d3plus/dom": "3.0.4",
21
- "@d3plus/format": "3.0.4",
22
- "@d3plus/locales": "3.0.4",
23
- "@d3plus/react": "3.0.4",
19
+ "@d3plus/core": "3.0.5",
20
+ "@d3plus/dom": "3.0.5",
21
+ "@d3plus/format": "3.0.5",
22
+ "@d3plus/locales": "3.0.5",
23
+ "@d3plus/react": "3.0.5",
24
24
  "@types/react": "^19.1.0",
25
25
  "next": "^15.2.4",
26
26
  "react": "^18.2.0",