@kodiak-finance/orderly-portfolio 2.8.16-rc.2 → 2.8.16-rc.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/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +20 -20
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +18 -18
package/dist/index.d.mts
CHANGED
|
@@ -646,6 +646,8 @@ declare const useSymbolPerformanceScript: (symbol?: string) => {
|
|
|
646
646
|
aggregationWindow: AggregationWindow;
|
|
647
647
|
setAggregationWindow: React$1.Dispatch<React$1.SetStateAction<AggregationWindow>>;
|
|
648
648
|
aggregationWindowTypes: AggregationWindow[];
|
|
649
|
+
includeFees: boolean;
|
|
650
|
+
setIncludeFees: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
649
651
|
dateRange: {
|
|
650
652
|
from: Date;
|
|
651
653
|
to: Date;
|
package/dist/index.d.ts
CHANGED
|
@@ -646,6 +646,8 @@ declare const useSymbolPerformanceScript: (symbol?: string) => {
|
|
|
646
646
|
aggregationWindow: AggregationWindow;
|
|
647
647
|
setAggregationWindow: React$1.Dispatch<React$1.SetStateAction<AggregationWindow>>;
|
|
648
648
|
aggregationWindowTypes: AggregationWindow[];
|
|
649
|
+
includeFees: boolean;
|
|
650
|
+
setIncludeFees: React$1.Dispatch<React$1.SetStateAction<boolean>>;
|
|
649
651
|
dateRange: {
|
|
650
652
|
from: Date;
|
|
651
653
|
to: Date;
|