@xyo-network/react-price-forecast-plugin 6.1.3 → 6.2.0

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.
@@ -1,14 +1,3 @@
1
- import { FlexBoxProps } from '@xylabs/react-flexbox';
2
- import { Payload } from '@xyo-network/payload-model';
3
- import React from 'react';
4
- import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
5
-
6
- interface PriceForecastDetailsBoxProps extends FlexBoxProps {
7
- payload?: Payload;
8
- }
9
- declare const PriceForecastDetailsBox: React.FC<PriceForecastDetailsBoxProps>;
10
-
11
- declare const PriceForecastRenderPlugin: PayloadRenderPlugin;
12
-
13
- export { PriceForecastDetailsBox, PriceForecastRenderPlugin };
14
- export type { PriceForecastDetailsBoxProps };
1
+ export * from './components/index.ts';
2
+ export * from './Plugin.ts';
3
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/react-price-forecast-plugin",
3
- "version": "6.1.3",
3
+ "version": "6.2.0",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -39,12 +39,12 @@
39
39
  "module": "dist/browser/index.mjs",
40
40
  "types": "dist/browser/index.d.ts",
41
41
  "dependencies": {
42
- "@xylabs/react-async-effect": "^6.3.13",
43
- "@xylabs/react-flexbox": "^6.3.13",
44
- "@xylabs/react-theme": "^6.3.13",
45
- "@xyo-network/diviner-forecasting-model": "^4.1.4",
46
- "@xyo-network/payload-model": "^4.1.4",
47
- "@xyo-network/react-payload-plugin": "^6.1.3",
42
+ "@xylabs/react-async-effect": "^6.4.0",
43
+ "@xylabs/react-flexbox": "^6.4.0",
44
+ "@xylabs/react-theme": "^6.4.0",
45
+ "@xyo-network/diviner-forecasting-model": "^4.3.0",
46
+ "@xyo-network/payload-model": "^4.3.0",
47
+ "@xyo-network/react-payload-plugin": "^6.2.0",
48
48
  "chart.js": "^4.5.0",
49
49
  "chartjs-adapter-luxon": "^1.3.1",
50
50
  "react-chartjs-2": "^5.3.0"
@@ -54,13 +54,13 @@
54
54
  "@emotion/styled": "^11.14.1",
55
55
  "@mui/icons-material": "^7.2.0",
56
56
  "@mui/material": "^7.2.0",
57
- "@storybook/react-vite": "^9.0.17",
57
+ "@storybook/react-vite": "^9.0.18",
58
58
  "@types/react": "^19.1.8",
59
- "@xylabs/ts-scripts-yarn3": "next",
60
- "@xylabs/tsconfig-react": "next",
61
- "react": "^19.1.0",
62
- "react-dom": "^19.1.0",
63
- "storybook": "^9.0.17",
59
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
60
+ "@xylabs/tsconfig-react": "^7.0.1",
61
+ "react": "^19.1.1",
62
+ "react-dom": "^19.1.1",
63
+ "storybook": "^9.0.18",
64
64
  "typescript": "^5.8.3"
65
65
  },
66
66
  "peerDependencies": {
package/src/global.d.ts CHANGED
@@ -1 +1 @@
1
- import type {} from '@mui/material/themeCssVarsAugmentation'
1
+ import '@mui/material/themeCssVarsAugmentation'