@gearbox-protocol/ui-kit 3.14.0-next.34 → 3.14.0-next.36

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.
Files changed (93) hide show
  1. package/dist/cjs/components/assets-list-cell/assets-list-cell.cjs +1 -1
  2. package/dist/cjs/components/block-sync/block-sync.cjs +1 -1
  3. package/dist/cjs/components/block-sync-pill/block-sync-pill.cjs +1 -1
  4. package/dist/cjs/components/checkbox/checkbox-labeled.cjs +1 -1
  5. package/dist/cjs/components/client-adapters/styled-rounded-image/styled-rounded-image.cjs +1 -1
  6. package/dist/cjs/components/complex-input/complex-input.cjs +1 -1
  7. package/dist/cjs/components/composites/credit-account-history/body.cjs +1 -0
  8. package/dist/cjs/components/composites/credit-account-history/cells/details.cjs +1 -0
  9. package/dist/cjs/components/composites/credit-account-history/cells/hash.cjs +1 -0
  10. package/dist/cjs/components/composites/credit-account-history/cells/index.cjs +1 -0
  11. package/dist/cjs/components/composites/credit-account-history/cells/protocol.cjs +1 -0
  12. package/dist/cjs/components/composites/credit-account-history/cells/token-list.cjs +1 -0
  13. package/dist/cjs/components/composites/credit-account-history/credit-account-history.cjs +1 -0
  14. package/dist/cjs/components/composites/credit-account-history/index.cjs +1 -0
  15. package/dist/cjs/components/composites/credit-account-history/line.cjs +1 -0
  16. package/dist/cjs/components/composites/credit-account-history/types.cjs +1 -0
  17. package/dist/cjs/components/composites/index.cjs +1 -1
  18. package/dist/cjs/components/composites/pool-table/columns.cjs +1 -1
  19. package/dist/cjs/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.cjs +1 -1
  20. package/dist/cjs/components/composites/tx-preview/confirm/preview/OperationPreviewContent.cjs +1 -1
  21. package/dist/cjs/components/composites/tx-preview/operations/OperationsCard.cjs +1 -1
  22. package/dist/cjs/components/composites/tx-preview/operations/PoolDepositView.cjs +1 -1
  23. package/dist/cjs/components/composites/tx-preview/operations/PoolWithdrawView.cjs +1 -1
  24. package/dist/cjs/components/composites/tx-preview/state-change/BalanceChangeGroup.cjs +1 -1
  25. package/dist/cjs/components/composites/tx-preview/state-change/StateChangeCard.cjs +1 -1
  26. package/dist/cjs/components/compound-apy/compound-apy.cjs +1 -1
  27. package/dist/cjs/components/detailed-page-title/detailed-page-title.cjs +1 -1
  28. package/dist/cjs/components/graph/formatters.cjs +1 -1
  29. package/dist/cjs/components/graph/graph.cjs +1 -1
  30. package/dist/cjs/components/graph/index.cjs +1 -1
  31. package/dist/cjs/components/index.cjs +1 -1
  32. package/dist/cjs/components/markdown-viewer/markdown-viewer.cjs +1 -1
  33. package/dist/cjs/components/time-to-liquidation/time-to-liquidation.cjs +1 -1
  34. package/dist/cjs/components/tokens-list-cell/tokens-list-cell.cjs +1 -1
  35. package/dist/cjs/components/trading-view/trading-view.cjs +1 -1
  36. package/dist/cjs/components/with-copy/with-copy.cjs +1 -1
  37. package/dist/cjs/index.cjs +1 -1
  38. package/dist/cjs/locale/en.json.cjs +1 -1
  39. package/dist/esm/components/assets-list-cell/assets-list-cell.js +3 -2
  40. package/dist/esm/components/block-sync/block-sync.js +3 -2
  41. package/dist/esm/components/block-sync-pill/block-sync-pill.js +3 -2
  42. package/dist/esm/components/checkbox/checkbox-labeled.js +1 -0
  43. package/dist/esm/components/client-adapters/styled-rounded-image/styled-rounded-image.js +1 -0
  44. package/dist/esm/components/complex-input/complex-input.js +3 -2
  45. package/dist/esm/components/composites/credit-account-history/body.js +73 -0
  46. package/dist/esm/components/composites/credit-account-history/cells/details.js +22 -0
  47. package/dist/esm/components/composites/credit-account-history/cells/hash.js +24 -0
  48. package/dist/esm/components/composites/credit-account-history/cells/index.js +10 -0
  49. package/dist/esm/components/composites/credit-account-history/cells/protocol.js +25 -0
  50. package/dist/esm/components/composites/credit-account-history/cells/token-list.js +43 -0
  51. package/dist/esm/components/composites/credit-account-history/credit-account-history.js +46 -0
  52. package/dist/esm/components/composites/credit-account-history/index.js +8 -0
  53. package/dist/esm/components/composites/credit-account-history/line.js +125 -0
  54. package/dist/esm/components/composites/credit-account-history/types.js +9 -0
  55. package/dist/esm/components/composites/index.js +85 -79
  56. package/dist/esm/components/composites/pool-table/columns.js +19 -18
  57. package/dist/esm/components/composites/tx-preview/confirm/amounts/TransactionConfirmAmountField.js +3 -2
  58. package/dist/esm/components/composites/tx-preview/confirm/preview/OperationPreviewContent.js +3 -2
  59. package/dist/esm/components/composites/tx-preview/operations/OperationsCard.js +3 -2
  60. package/dist/esm/components/composites/tx-preview/operations/PoolDepositView.js +3 -2
  61. package/dist/esm/components/composites/tx-preview/operations/PoolWithdrawView.js +3 -2
  62. package/dist/esm/components/composites/tx-preview/state-change/BalanceChangeGroup.js +3 -2
  63. package/dist/esm/components/composites/tx-preview/state-change/StateChangeCard.js +3 -2
  64. package/dist/esm/components/compound-apy/compound-apy.js +3 -2
  65. package/dist/esm/components/detailed-page-title/detailed-page-title.js +1 -0
  66. package/dist/esm/components/graph/formatters.js +48 -47
  67. package/dist/esm/components/graph/graph.js +586 -483
  68. package/dist/esm/components/graph/index.js +19 -18
  69. package/dist/esm/components/index.js +687 -680
  70. package/dist/esm/components/markdown-viewer/markdown-viewer.js +3 -2
  71. package/dist/esm/components/time-to-liquidation/time-to-liquidation.js +1 -0
  72. package/dist/esm/components/tokens-list-cell/tokens-list-cell.js +3 -2
  73. package/dist/esm/components/trading-view/trading-view.js +164 -147
  74. package/dist/esm/components/with-copy/with-copy.js +3 -2
  75. package/dist/esm/index.js +855 -848
  76. package/dist/esm/locale/en.json.js +3 -0
  77. package/dist/globals.css +1 -1
  78. package/dist/types/components/composites/credit-account-history/body.d.ts +14 -0
  79. package/dist/types/components/composites/credit-account-history/cells/details.d.ts +9 -0
  80. package/dist/types/components/composites/credit-account-history/cells/hash.d.ts +6 -0
  81. package/dist/types/components/composites/credit-account-history/cells/index.d.ts +4 -0
  82. package/dist/types/components/composites/credit-account-history/cells/protocol.d.ts +7 -0
  83. package/dist/types/components/composites/credit-account-history/cells/token-list.d.ts +9 -0
  84. package/dist/types/components/composites/credit-account-history/credit-account-history.d.ts +15 -0
  85. package/dist/types/components/composites/credit-account-history/index.d.ts +2 -0
  86. package/dist/types/components/composites/credit-account-history/line.d.ts +18 -0
  87. package/dist/types/components/composites/credit-account-history/types.d.ts +36 -0
  88. package/dist/types/components/composites/index.d.ts +1 -0
  89. package/dist/types/components/graph/graph.d.ts +45 -3
  90. package/dist/types/components/graph/index.d.ts +1 -1
  91. package/dist/types/components/trading-view/trading-view.d.ts +15 -1
  92. package/dist/types/locale/en.json.d.ts +4 -0
  93. package/package.json +2 -2
@@ -0,0 +1,14 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { CreditAccountOperationLike, ProtocolsList } from './types';
5
+ export interface HistoryBodyProps {
6
+ readonly creditManager: {
7
+ underlyingToken: Address;
8
+ };
9
+ readonly tokens: Record<Address, TokenData>;
10
+ readonly protocols: ProtocolsList | undefined;
11
+ readonly dataList: Array<CreditAccountOperationLike>;
12
+ readonly explorerUrl?: string;
13
+ }
14
+ export declare function HistoryBody({ dataList, creditManager, tokens, protocols, explorerUrl, }: HistoryBodyProps): React.ReactElement;
@@ -0,0 +1,9 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { OperationDetails } from '../types';
5
+ export interface DetailsProps {
6
+ readonly data: OperationDetails;
7
+ readonly tokensList: Record<Address, TokenData>;
8
+ }
9
+ export declare function Details({ data: { from, leverage, to }, tokensList, }: DetailsProps): React.ReactElement;
@@ -0,0 +1,6 @@
1
+ import { default as React } from 'react';
2
+ export interface HashProps {
3
+ readonly txHash: string;
4
+ readonly etherscanAddress: string;
5
+ }
6
+ export declare function Hash({ txHash, etherscanAddress, }: HashProps): React.ReactElement;
@@ -0,0 +1,4 @@
1
+ export * from './details';
2
+ export * from './hash';
3
+ export * from './protocol';
4
+ export * from './token-list';
@@ -0,0 +1,7 @@
1
+ import { default as React } from 'react';
2
+ import { ProtocolData } from '../types';
3
+ export interface ProtocolProps {
4
+ readonly protocol: ProtocolData;
5
+ readonly isUnderlying?: boolean;
6
+ }
7
+ export declare function Protocol({ isUnderlying, protocol: { icon, name }, }: ProtocolProps): React.ReactElement;
@@ -0,0 +1,9 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { DetailsEntry } from '../types';
5
+ export interface TokenListProps {
6
+ readonly data: Array<DetailsEntry>;
7
+ readonly tokensList: Record<Address, TokenData>;
8
+ }
9
+ export declare function TokenList({ data, tokensList, }: TokenListProps): React.ReactElement;
@@ -0,0 +1,15 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { CreditAccountOperationLike, ProtocolsList } from './types';
5
+ export interface CreditAccountHistoryProps {
6
+ readonly creditManager: {
7
+ underlyingToken: Address;
8
+ };
9
+ readonly tokens: Record<Address, TokenData>;
10
+ readonly protocols: ProtocolsList | undefined;
11
+ readonly dataList: Array<CreditAccountOperationLike>;
12
+ readonly isLoading?: boolean;
13
+ readonly explorerUrl?: string;
14
+ }
15
+ export declare const CreditAccountHistory: React.NamedExoticComponent<CreditAccountHistoryProps>;
@@ -0,0 +1,2 @@
1
+ export * from './credit-account-history';
2
+ export * from './types';
@@ -0,0 +1,18 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { default as React } from 'react';
3
+ import { Address } from 'viem';
4
+ import { CreditAccountOperationLike, OperationDetails, ProtocolsList } from './types';
5
+ export interface HistoryLineProps {
6
+ readonly data: CreditAccountOperationLike;
7
+ readonly details: OperationDetails;
8
+ readonly tokens: Record<Address, TokenData>;
9
+ readonly protocols: ProtocolsList | undefined;
10
+ readonly hideBorder: boolean;
11
+ readonly index: {
12
+ index: number;
13
+ outOf: number;
14
+ };
15
+ readonly underlyingToken: Address;
16
+ readonly explorerUrl?: string;
17
+ }
18
+ export declare function HistoryLine({ data, details, tokens, protocols, hideBorder, index, underlyingToken, explorerUrl, }: HistoryLineProps): React.ReactElement;
@@ -0,0 +1,36 @@
1
+ import { TokenData } from '@gearbox-protocol/sdk/common-utils';
2
+ import { Address } from 'viem';
3
+ export declare const ZERO_ADDRESS: Address;
4
+ export interface DetailsEntry {
5
+ readonly token?: Address;
6
+ readonly account?: Address;
7
+ readonly description?: string;
8
+ }
9
+ export interface OperationDetails {
10
+ readonly from: Array<DetailsEntry>;
11
+ readonly leverage?: string;
12
+ readonly to?: Array<DetailsEntry>;
13
+ }
14
+ export interface ProtocolData {
15
+ readonly name: string;
16
+ readonly icon: string;
17
+ }
18
+ export type ProtocolsList = Record<Address, ProtocolData>;
19
+ export declare const GEARBOX_PROTOCOL_INFO: ProtocolData;
20
+ export interface CreditAccountOperationLike {
21
+ readonly txHash: string;
22
+ readonly date: string;
23
+ readonly time: string;
24
+ readonly timestamp: number;
25
+ readonly protocol: string;
26
+ readonly sessionId: string;
27
+ readonly blockNum: number;
28
+ readonly operation: string;
29
+ readonly operationType: string;
30
+ getDetails(token: Address, tokensList: Record<Address, TokenData>): [OperationDetails, Array<CreditAccountOperationLike>?];
31
+ }
32
+ export interface OpenCreditAccountLike extends CreditAccountOperationLike {
33
+ readonly from: bigint;
34
+ readonly leverage: number;
35
+ }
36
+ export declare const isMulticallOperation: (op: unknown) => boolean;
@@ -1,3 +1,4 @@
1
+ export * from './credit-account-history';
1
2
  export * from './oracles-and-lt-table';
2
3
  export * from './pool-assets-table';
3
4
  export * from './pool-credit-manager-info';
@@ -1,7 +1,9 @@
1
- import { ChartOptions, DeepPartial, LineWidth, Time, LineStyle } from 'lightweight-charts';
1
+ import { ChartOptions, DeepPartial, LineStyle, LineWidth, Time, LineStyle as LineStyleEnum } from 'lightweight-charts';
2
2
  import { Point, YMeasureUnits } from './formatters';
3
3
  import { GraphTooltipProps } from './graph-tooltip';
4
4
  import * as React from "react";
5
+ export type SeriesPriceScaleId = "left" | "right";
6
+ export type SeriesChartType = "area" | "line";
5
7
  export interface SeriesConfig {
6
8
  data: Array<Point>;
7
9
  label: string;
@@ -14,6 +16,12 @@ export interface SeriesConfig {
14
16
  /** Lower gradient of the area fill */
15
17
  bottomColor?: string;
16
18
  yMeasureUnit?: YMeasureUnits;
19
+ /** Price scale when `dualYAxis` is enabled on Graph. */
20
+ priceScaleId?: SeriesPriceScaleId;
21
+ /** Render as line (no fill) instead of area. */
22
+ seriesType?: SeriesChartType;
23
+ /** Line dash style (line series only). */
24
+ lineStyle?: LineStyle;
17
25
  }
18
26
  export type VerticalLineOptions = Partial<{
19
27
  color: string;
@@ -23,6 +31,11 @@ export type VerticalLineOptions = Partial<{
23
31
  labelBackgroundColor: string;
24
32
  labelTextColor: string;
25
33
  showLabel: boolean;
34
+ /**
35
+ * Text shown only on hover of the line's badge (not rendered inline). Use it
36
+ * for a longer explanation while the badge itself shows just the value.
37
+ */
38
+ tooltipText: string;
26
39
  }>;
27
40
  /**
28
41
  * Horizontal reference line drawn at a fixed Y (price) value, e.g. a
@@ -45,7 +58,7 @@ export interface PriceLineConfig {
45
58
  /** Line thickness (1–4). Default 1. */
46
59
  lineWidth?: LineWidth;
47
60
  /** Line dash style. Default dashed. */
48
- lineStyle?: LineStyle;
61
+ lineStyle?: LineStyleEnum;
49
62
  /** Whether to render the value label on the price axis. Default true. */
50
63
  axisLabelVisible?: boolean;
51
64
  }
@@ -137,6 +150,17 @@ export interface GraphProps {
137
150
  * own scale and fills the chart independently.
138
151
  */
139
152
  useSharedPriceScale?: boolean;
153
+ /**
154
+ * When true, renders left and right Y axes using each series'
155
+ * `priceScaleId` ("left" | "right"). Ignores per-series hidden scales.
156
+ */
157
+ dualYAxis?: boolean;
158
+ /** Preferred default price scale when both left and right are visible. */
159
+ defaultVisiblePriceScaleId?: SeriesPriceScaleId;
160
+ /** Optional label for the left Y axis (dualYAxis mode). */
161
+ leftPriceScaleTitle?: string;
162
+ /** Optional label for the right Y axis (dualYAxis mode). */
163
+ rightPriceScaleTitle?: string;
140
164
  /**
141
165
  * When true (default), shows the current value and date in the top-left corner
142
166
  * in single-series mode. Set to false to hide.
@@ -170,10 +194,28 @@ export interface GraphProps {
170
194
  * axis drag-to-scale, axis double-click reset, and scroll/drag panning.
171
195
  */
172
196
  disableZoom?: boolean;
197
+ /**
198
+ * When true, the floating value tooltip is not pinned to the latest data
199
+ * point by default in multi-scale (separate Y axes) mode. The tooltip still
200
+ * appears while hovering the chart. Has no effect in single/shared-scale
201
+ * mode, where the default tooltip is already hidden.
202
+ */
203
+ hideDefaultTooltip?: boolean;
173
204
  }
174
205
  /**
175
206
  * Graph component that renders a chart using lightweight-charts library
176
207
  * with support for area series, custom tooltips, and vertical line annotations
177
208
  * Supports single or multiple series with different colors and legends
178
209
  */
179
- export declare function Graph({ series, className, showLegend, onUnselectSeries, xMeasureUnit, yMeasureUnit, optionsOverrides, verticalLineOptions, priceLineOptions, zoneOptions, currentValueDecimals, useSharedPriceScale, showCurrentValue, graphTitle, yScaleMin, yScaleMinMultiple, visibleTimeFrom, disableZoom, }: GraphProps): React.ReactElement;
210
+ export declare function Graph({ series, className, showLegend, onUnselectSeries, xMeasureUnit, yMeasureUnit, optionsOverrides, verticalLineOptions, priceLineOptions, zoneOptions, currentValueDecimals, useSharedPriceScale, dualYAxis, defaultVisiblePriceScaleId, leftPriceScaleTitle, rightPriceScaleTitle: _rightPriceScaleTitle, showCurrentValue, graphTitle, yScaleMin, yScaleMinMultiple, visibleTimeFrom, disableZoom, hideDefaultTooltip, }: GraphProps): React.ReactElement;
211
+ export interface GraphLegendProps {
212
+ series: Array<SeriesConfig>;
213
+ onUnselect?: (label: string) => void;
214
+ /**
215
+ * When true, the legend is laid out inline (no absolute positioning) so it
216
+ * can be placed in a toolbar/header slot. When false (default), it overlays
217
+ * the top-left corner of the chart.
218
+ */
219
+ inline?: boolean;
220
+ }
221
+ export declare function GraphLegend({ series, onUnselect, inline, }: GraphLegendProps): React.ReactElement;
@@ -1,6 +1,6 @@
1
1
  export * from './default-config';
2
2
  export { getXFormatter, getXFormatters, getYFormatter, type Point as GraphPoint, type XFormatters, type XMeasureUnits, type YMeasureUnits, } from './formatters';
3
- export { DEFAULT_SERIES_COLORS, Graph, type GraphProps, getSeriesColorPalette, getVerticalLineTooltipContent, type PriceLineConfig, type PriceZoneConfig, type SeriesColorPalette, type SeriesConfig, type VerticalLineOptions, } from './graph';
3
+ export { DEFAULT_SERIES_COLORS, Graph, GraphLegend, type GraphLegendProps, type GraphProps, getSeriesColorPalette, getVerticalLineTooltipContent, type PriceLineConfig, type PriceZoneConfig, type SeriesColorPalette, type SeriesConfig, type VerticalLineOptions, } from './graph';
4
4
  export * from './graph-current-value';
5
5
  export * from './graph-tooltip';
6
6
  export * from './graph-view';
@@ -1,3 +1,4 @@
1
+ import { LineStyle } from 'lightweight-charts';
1
2
  import { RangeButtonsProps } from '../buttons/range-buttons/range-buttons';
2
3
  import { YMeasureUnits } from '../graph/formatters';
3
4
  import { GraphViewWithDataProps } from '../graph/graph-view';
@@ -26,6 +27,12 @@ export interface GraphData {
26
27
  topColor?: string;
27
28
  /** Area fill gradient bottom */
28
29
  bottomColor?: string;
30
+ /** Price scale when Graph `dualYAxis` is enabled. */
31
+ priceScaleId?: "left" | "right";
32
+ /** Render as line instead of area. */
33
+ seriesType?: "area" | "line";
34
+ /** Line dash style (line series). */
35
+ lineStyle?: LineStyle;
29
36
  }
30
37
  /**
31
38
  * TradingView component props
@@ -61,6 +68,13 @@ export interface TradingViewProps<T extends string = string> extends Omit<GraphV
61
68
  graphsWithNoData?: Set<T>;
62
69
  /** Set of graph values that are currently loading */
63
70
  loadingGraphs?: Set<T>;
71
+ /**
72
+ * Explicit loading state. When provided, it takes precedence over the loading
73
+ * state inferred from `loadingGraphs`/`data`. Use it when the series list is
74
+ * empty while the underlying query is still pending (otherwise the chart would
75
+ * briefly show "no data" before data arrives).
76
+ */
77
+ isLoading?: boolean;
64
78
  /** Message to show when user selects a graph with no data */
65
79
  noDataMessage?: string;
66
80
  /**
@@ -157,4 +171,4 @@ export interface TradingViewProps<T extends string = string> extends Omit<GraphV
157
171
  * />
158
172
  * ```
159
173
  */
160
- export declare function TradingView<T extends string = string>({ data, yMeasureUnit, height, defaultGraph, onGraphSelected, graphs, isMultipleSelect, range, rangeList, setRange, onGraphExpanded, isGraphExpanded, onUnselectSeries, graphsWithNoData, loadingGraphs, noDataMessage, currentValueDecimals, containerClassName, useSharedPriceScale, showCurrentValue, yScaleMin, yScaleMinMultiple, seriesColorPersistenceKey, ...restProps }: TradingViewProps<T>): React.ReactElement;
174
+ export declare function TradingView<T extends string = string>({ data, yMeasureUnit, height, defaultGraph, onGraphSelected, graphs, isMultipleSelect, range, rangeList, setRange, onGraphExpanded, isGraphExpanded, onUnselectSeries, graphsWithNoData, loadingGraphs, isLoading: isLoadingProp, noDataMessage, currentValueDecimals, containerClassName, useSharedPriceScale, showCurrentValue, yScaleMin, yScaleMinMultiple, seriesColorPersistenceKey, ...restProps }: TradingViewProps<T>): React.ReactElement;
@@ -22,6 +22,10 @@ declare const _default: {
22
22
  "components.blockSyncPill.syncedAt": ", synced at {time}",
23
23
  "components.blockSyncPill.syncing": ", syncing…",
24
24
 
25
+ "components.creditAccountHistory.table.protocol": "Protocol",
26
+ "components.creditAccountHistory.table.operation": "Operation",
27
+ "components.creditAccountHistory.table.details": "Details",
28
+
25
29
  "components.liquidationPrice.check": "Check Area",
26
30
 
27
31
  "components.loading.loading": "Loading",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/ui-kit",
3
- "version": "3.14.0-next.34",
3
+ "version": "3.14.0-next.36",
4
4
  "description": "Internal UI components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -113,7 +113,7 @@
113
113
  "@radix-ui/react-tooltip": "^1.1.6",
114
114
  "class-variance-authority": "^0.7.1",
115
115
  "clsx": "^2.1.1",
116
- "lightweight-charts": "^5.1.0",
116
+ "lightweight-charts": "^5.2.0",
117
117
  "luxon": "^3.5.0",
118
118
  "react-infinite-scroll-component": "^6.1.0",
119
119
  "react-markdown": "^10.1.0",