@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-magma/charts",
3
- "version": "10.0.0-next.1",
3
+ "version": "10.0.0-next.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -15,8 +15,8 @@
15
15
  "src"
16
16
  ],
17
17
  "engines": {
18
- "npm": "^7.3.0",
19
- "node": "^14.15.0"
18
+ "npm": ">=7.3.0",
19
+ "node": ">=14.15.0"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "microbundle build --jsx jsx --jsxImportSource react --globals react/jsx-runtime=jsx",
@@ -230,15 +230,15 @@ const CarbonChartWrapper = styled.div<{
230
230
  drop-shadow( 1px 0px 0px ${props =>
231
231
  props.isInverse
232
232
  ? props.theme.colors.primary600
233
- : props.theme.colors.neutral100});
233
+ : props.theme.colors.neutral100})
234
234
  drop-shadow(-1px 0px 0px ${props =>
235
235
  props.isInverse
236
236
  ? props.theme.colors.primary600
237
- : props.theme.colors.neutral100});
237
+ : props.theme.colors.neutral100})
238
238
  drop-shadow( 0px 1px 0px ${props =>
239
239
  props.isInverse
240
240
  ? props.theme.colors.primary600
241
- : props.theme.colors.neutral100});
241
+ : props.theme.colors.neutral100})
242
242
  drop-shadow( 0px -1px 0px ${props =>
243
243
  props.isInverse
244
244
  ? props.theme.colors.primary600