@d3plus/docs 3.0.10 → 3.0.11

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.
@@ -809,22 +809,6 @@ export const argTypes = assign(
809
809
  summary: "function"
810
810
  }
811
811
  },
812
- resizeContainer: {
813
- control: {
814
- type: "text"
815
- },
816
- defaultValue: "typeofwindow === undefined ? : window",
817
- description: "If using resize detection, this method allow a custom override of the element to which the resize detection function gets attached.",
818
- table: {
819
- defaultValue: {
820
- summary: "typeofwindow === undefined ? : window"
821
- }
822
- },
823
- type: {
824
- required: true,
825
- summary: "string | htmlelement"
826
- }
827
- },
828
812
  scrollContainer: {
829
813
  control: {
830
814
  type: "text"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/docs",
3
- "version": "3.0.10",
3
+ "version": "3.0.11",
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.10",
20
- "@d3plus/dom": "3.0.10",
21
- "@d3plus/format": "3.0.10",
22
- "@d3plus/locales": "3.0.10",
23
- "@d3plus/react": "3.0.10",
19
+ "@d3plus/core": "3.0.11",
20
+ "@d3plus/dom": "3.0.11",
21
+ "@d3plus/format": "3.0.11",
22
+ "@d3plus/locales": "3.0.11",
23
+ "@d3plus/react": "3.0.11",
24
24
  "@types/react": "^19.1.0",
25
25
  "next": "^15.2.4",
26
26
  "react": "^18.2.0",