@wick-charts/react 0.3.4 → 0.3.5

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/dist/index.d.ts CHANGED
@@ -1089,6 +1089,13 @@ export declare interface CrosshairPosition {
1089
1089
  y: number;
1090
1090
  }
1091
1091
 
1092
+ /**
1093
+ * @deprecated Use a named preset instead — `catppuccin.theme` is the new
1094
+ * default dark palette, and `dracula`, `nightOwl`, `oneDarkPro`, `gruvbox`,
1095
+ * `monokaiPro`, `materialPalenight`, or `panda` cover the rest of the
1096
+ * dark spectrum. `darkTheme` is kept as an alias for the previous default
1097
+ * and will be removed in a future major release.
1098
+ */
1092
1099
  export declare const darkTheme: ChartTheme;
1093
1100
 
1094
1101
  export declare function detectInterval(times: number[]): number;
@@ -1290,6 +1297,13 @@ declare interface LegendRenderContext {
1290
1297
 
1291
1298
  export declare const lightPink: ThemePreset;
1292
1299
 
1300
+ /**
1301
+ * @deprecated Use a named light preset instead — `quietLight`, `githubLight`,
1302
+ * `solarizedLight`, `minimalLight`, `peachCream`, `sandDune`, `lightPink`,
1303
+ * `lavenderMist`, `mintBreeze`, `rosePineDawn`, or `handwritten`. `lightTheme`
1304
+ * is kept as an alias for the previous default and will be removed in a
1305
+ * future major release.
1306
+ */
1293
1307
  export declare const lightTheme: ChartTheme;
1294
1308
 
1295
1309
  /** @deprecated Use {@link TimePoint} instead. */