react-candlesticks 0.0.2 → 0.0.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/README.md CHANGED
@@ -7,7 +7,7 @@
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-trendingcandles.com-0A66C2)](https://docs.trendingcandles.com/)
9
9
  [![CI](https://github.com/trendingcandles/react-candlesticks/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/trendingcandles/react-candlesticks/actions/workflows/ci.yml)
10
- ![Coverage total](./badges/coverage-total.svg)
10
+ ![Coverage total](https://raw.githubusercontent.com/trendingcandles/react-candlesticks/main/badges/coverage-total.svg)
11
11
 
12
12
  Canvas-powered, composable candlestick charts for React — built for serious trading UIs.
13
13
 
@@ -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-10T11:51:19.652Z
4
+ * Build time: 2026-05-10T11:58:06.499Z
5
5
  */
6
6
  import { jsx as ne, jsxs as Kn, Fragment as ou } from "react/jsx-runtime";
7
7
  import Hr, { useRef as W, useState as so, useLayoutEffect as ru, useEffect as Oe, memo as en, useCallback as G, forwardRef as io, useImperativeHandle as ao, Fragment as su, createRef as Da, useMemo as Ne, Children as iu } 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-10T11:51:19.652Z
4
+ * Build time: 2026-05-10T11:58:06.499Z
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-Bb_QstiX.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-10T11:51:19.652Z
4
+ * Build time: 2026-05-10T11:58:06.499Z
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-10T11:51:19.652Z
4
+ * Build time: 2026-05-10T11:58:06.499Z
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.2",
3
+ "version": "0.0.3",
4
4
  "description": "High-performance, composable candlestick charts for React.",
5
5
  "license": "MIT",
6
6
  "author": "Jason Wilson <info@trendingcandles.com>",