react-native-wagmi-charts 2.8.0 → 2.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-wagmi-charts",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "A sweet candlestick chart for React Native",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -240,16 +240,16 @@ export function LineChartTooltip({
240
240
  };
241
241
  }, [
242
242
  atXPosition,
243
- atYPosition.value,
243
+ atYPosition,
244
244
  calculateXTranslateOffset,
245
245
  calculateYTranslateOffset,
246
- currentX.value,
247
- currentY.value,
246
+ currentX,
247
+ currentY,
248
248
  cursorGutter,
249
- elementHeight.value,
250
- elementWidth.value,
249
+ elementHeight,
250
+ elementWidth,
251
251
  height,
252
- isActive.value,
252
+ isActive,
253
253
  position,
254
254
  type,
255
255
  width,