@rafal.lemieszewski/tide-ui 0.12.2 → 0.12.3
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -21569,7 +21569,7 @@ function zve({
|
|
|
21569
21569
|
name: n[L].label,
|
|
21570
21570
|
stroke: P,
|
|
21571
21571
|
strokeWidth: 2,
|
|
21572
|
-
dot: n[L].showDots ? {
|
|
21572
|
+
dot: n[L].showDots === !0 ? {
|
|
21573
21573
|
fill: P,
|
|
21574
21574
|
strokeWidth: 0,
|
|
21575
21575
|
r: 3
|
|
@@ -21658,7 +21658,7 @@ function zve({
|
|
|
21658
21658
|
name: n[L].label,
|
|
21659
21659
|
stroke: P,
|
|
21660
21660
|
strokeWidth: 2,
|
|
21661
|
-
dot: n[L].showDots ? {
|
|
21661
|
+
dot: n[L].showDots === !0 ? {
|
|
21662
21662
|
fill: P,
|
|
21663
21663
|
strokeWidth: 0,
|
|
21664
21664
|
r: 3
|