react-candlesticks 0.0.7 → 0.0.8

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/react-candlesticks)](https://www.npmjs.com/package/react-candlesticks)
4
4
  [![license](https://img.shields.io/npm/l/react-candlesticks)](./LICENSE)
5
- ![bundle size](https://badgen.net/bundlejs/minzip/react-candlesticks)
5
+ ![bundle size](https://img.shields.io/bundlephobia/minzip/react-candlesticks)
6
6
  [![types included](https://img.shields.io/badge/types-included-3178C6?logo=typescript&logoColor=white)](https://www.npmjs.com/package/react-candlesticks)
7
7
  [![react 18%2B](https://img.shields.io/badge/react-18%2B-61DAFB?logo=react&logoColor=white)](https://react.dev/)
8
8
  [![docs](https://img.shields.io/badge/docs-reactcandlesticks.com-0A66C2)](https://docs.reactcandlesticks.com/)
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Copyright (c) 2026 Jason Wilson, trendingcandles.com
3
3
  * Licensed under the MIT License
4
- * Build time: 2026-05-23T12:35:32.604Z
4
+ * Build time: 2026-05-23T16:41:47.897Z
5
5
  */
6
6
  import { jsx as ne, jsxs as Kt, Fragment as sa } from "react/jsx-runtime";
7
7
  import z0, { useRef as _, useState as ln, useLayoutEffect as aa, useEffect as Oe, memo as et, useCallback as q, forwardRef as sn, useImperativeHandle as an, Fragment as ca, createRef as Ni, useMemo as Ae, Children as ua } from "react";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Copyright (c) 2026 Jason Wilson, trendingcandles.com
3
3
  * Licensed under the MIT License
4
- * Build time: 2026-05-23T12:35:32.604Z
4
+ * Build time: 2026-05-23T16:41:47.897Z
5
5
  */
6
6
  import { A as e, B as l, C as r, a as t, E as c, M as i, P as n, b as o, R as A, S as B, c as C, V as M, e as S } from "./index-CySX_RJP.js";
7
7
  export {
package/dist/propTypes.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Copyright (c) 2026 Jason Wilson, trendingcandles.com
3
3
  * Licensed under the MIT License
4
- * Build time: 2026-05-23T12:35:32.604Z
4
+ * Build time: 2026-05-23T16:41:47.897Z
5
5
  */
6
6
  import { jsx as f } from "react/jsx-runtime";
7
7
  import { memo as m } from "react";
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Copyright (c) 2026 Jason Wilson, trendingcandles.com
3
3
  * Licensed under the MIT License
4
- * Build time: 2026-05-23T12:35:32.604Z
4
+ * Build time: 2026-05-23T16:41:47.897Z
5
5
  */
6
6
  @charset "UTF-8";._interactiveArea_1ela9_8{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;cursor:crosshair;touch-action:none;overscroll-behavior-x:contain}._canvases_u908y_8{position:relative;width:100%;height:100%}._drawingCanvas_u908y_14{position:absolute;top:0}._axesCanvas_u908y_19,._crosshairsCanvas_u908y_25{position:absolute;left:0;top:0}._uis_1h7fp_8{position:absolute}._legend_xya6s_8{width:fit-content;margin:0 0 4px;box-sizing:border-box;white-space:nowrap}._legendLabel_xya6s_15{margin-right:12px}._fieldLabel_xya6s_19{margin-right:2px}._fieldValue_xya6s_23{margin-right:6px}._panelUis_b5fyk_8{position:absolute;padding-top:4px;width:100%;box-sizing:border-box}._goToLatestButton_18vcz_8{position:absolute;padding:4px 12px;height:40px;z-index:20}._statefulChart_aenp7_8{position:relative;width:100%;height:100%}._chart_kyo5w_8{font-family:Arial,Helvetica,sans-serif;font-size:13px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-candlesticks",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "High-performance, composable candlestick charts for React.",
5
5
  "license": "MIT",
6
6
  "author": "Jason Wilson <info@trendingcandles.com>",