@d3plus/docs 3.0.6 → 3.0.8

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.
@@ -26,11 +26,11 @@ export const argTypes = assign(
26
26
  control: {
27
27
  type: "object"
28
28
  },
29
- defaultValue: "assign({}, this._barConfig, {stroke: () => this._buttonBehaviorCurrent === buttons ? transparent : colorMid, stroke-width: () => this._buttonBehaviorCurrent === buttons ? 0 : 1})",
29
+ defaultValue: "assign({}, this._barConfig, {stroke: () => this._buttonBehaviorCurrent === buttons ? transparent : colorMid, stroke-width: () => (this._buttonBehaviorCurrent === buttons ? 0 : 1)})",
30
30
  description: "If *value* is specified, sets the axis line style and returns the current class instance.",
31
31
  table: {
32
32
  defaultValue: {
33
- detail: "assign({}, this._barConfig, {stroke: () => this._buttonBehaviorCurrent === buttons ? transparent : colorMid, stroke-width: () => this._buttonBehaviorCurrent === buttons ? 0 : 1})",
33
+ detail: "assign({}, this._barConfig, {stroke: () => this._buttonBehaviorCurrent === buttons ? transparent : colorMid, stroke-width: () => (this._buttonBehaviorCurrent === buttons ? 0 : 1)})",
34
34
  summary: "function"
35
35
  }
36
36
  },
@@ -298,11 +298,11 @@ export const argTypes = assign(
298
298
  control: {
299
299
  type: "object"
300
300
  },
301
- defaultValue: "{fontColor: colorDefaults.dark, fontSize: 15, text: () => this._playTimer ? ⏸︎ : ⏵, textAnchor: middle, verticalAlign: middle}",
301
+ defaultValue: "{fontColor: colorDefaults.dark, fontSize: 15, text: () => (this._playTimer ? : ⏵), textAnchor: middle, verticalAlign: middle}",
302
302
  description: "The config Object for the Rect class used to create the playButton.",
303
303
  table: {
304
304
  defaultValue: {
305
- detail: "{fontColor: colorDefaults.dark, fontSize: 15, text: () => this._playTimer ? ⏸︎ : ⏵, textAnchor: middle, verticalAlign: middle}",
305
+ detail: "{fontColor: colorDefaults.dark, fontSize: 15, text: () => (this._playTimer ? : ⏵), textAnchor: middle, verticalAlign: middle}",
306
306
  summary: "function"
307
307
  }
308
308
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/docs",
3
- "version": "3.0.6",
3
+ "version": "3.0.8",
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.6",
20
- "@d3plus/dom": "3.0.6",
21
- "@d3plus/format": "3.0.6",
22
- "@d3plus/locales": "3.0.6",
23
- "@d3plus/react": "3.0.6",
19
+ "@d3plus/core": "3.0.8",
20
+ "@d3plus/dom": "3.0.8",
21
+ "@d3plus/format": "3.0.8",
22
+ "@d3plus/locales": "3.0.8",
23
+ "@d3plus/react": "3.0.8",
24
24
  "@types/react": "^19.1.0",
25
25
  "next": "^15.2.4",
26
26
  "react": "^18.2.0",