@react-magma/charts 10.0.0-next.1 → 10.0.0-next.2
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/charts.js +1 -1
- package/dist/charts.js.map +1 -1
- package/dist/charts.modern.js +3 -3
- package/dist/charts.modern.js.map +1 -1
- package/dist/charts.modern.module.js +1 -1
- package/dist/charts.modern.module.js.map +1 -1
- package/dist/charts.umd.js +1 -1
- package/dist/charts.umd.js.map +1 -1
- package/package.json +3 -3
- package/src/components/CarbonChart/CarbonChart.tsx +3 -3
package/dist/charts.modern.js
CHANGED
|
@@ -213,9 +213,9 @@ import*as e from"react";import{css as t}from"@emotion/react";import{KeyboardIcon
|
|
|
213
213
|
.cds--cc--lollipop circle.dot.hovered{
|
|
214
214
|
transition: 0.1s all linear;
|
|
215
215
|
filter:
|
|
216
|
-
drop-shadow( 1px 0px 0px ${0})
|
|
217
|
-
drop-shadow(-1px 0px 0px ${0})
|
|
218
|
-
drop-shadow( 0px 1px 0px ${0})
|
|
216
|
+
drop-shadow( 1px 0px 0px ${0})
|
|
217
|
+
drop-shadow(-1px 0px 0px ${0})
|
|
218
|
+
drop-shadow( 0px 1px 0px ${0})
|
|
219
219
|
drop-shadow( 0px -1px 0px ${0});
|
|
220
220
|
}
|
|
221
221
|
.cds--cc--lollipop .cds--cc--scatter circle.dot.hovered{
|