layerchart 0.71.0 → 0.71.1

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.
@@ -118,7 +118,7 @@
118
118
  {spring}
119
119
  {tweened}
120
120
  {stroke}
121
- stroke-width={strokeWidth}
121
+ {strokeWidth}
122
122
  rx={radius}
123
123
  {...dimensions}
124
124
  {...$$restProps}
@@ -135,7 +135,7 @@
135
135
  {spring}
136
136
  {tweened}
137
137
  {stroke}
138
- stroke-width={strokeWidth}
138
+ {strokeWidth}
139
139
  {...$$restProps}
140
140
  on:click
141
141
  on:pointerenter
@@ -238,6 +238,7 @@
238
238
  marker-start={markerStartId ? `url(#${markerStartId})` : undefined}
239
239
  marker-mid={markerMidId ? `url(#${markerMidId})` : undefined}
240
240
  marker-end={markerEndId ? `url(#${markerEndId})` : undefined}
241
+ {...$$restProps}
241
242
  in:drawTransition|global={typeof draw === 'object' ? draw : undefined}
242
243
  on:click
243
244
  on:pointerenter
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": "Sean Lynch <techniq35@gmail.com>",
5
5
  "license": "MIT",
6
6
  "repository": "techniq/layerchart",
7
- "version": "0.71.0",
7
+ "version": "0.71.1",
8
8
  "devDependencies": {
9
9
  "@changesets/cli": "^2.27.10",
10
10
  "@mdi/js": "^7.4.47",