@xframes/node 0.0.12 → 0.0.13
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/App.d.ts +1 -0
- package/dist/App.js +10 -0
- package/dist/components/TradingGuiDemo/CryptoAssetPanels/CryptoAssetPanels.d.ts +3 -0
- package/dist/components/TradingGuiDemo/CryptoAssetPanels/CryptoAssetPanels.js +49 -0
- package/dist/components/TradingGuiDemo/CryptoAssetsList/CryptoAssetsList.d.ts +3 -0
- package/dist/components/TradingGuiDemo/CryptoAssetsList/CryptoAssetsList.js +62 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlot.d.ts +5 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlot.js +39 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlots.d.ts +3 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlots.js +17 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlot.d.ts +5 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlot.js +33 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlots.d.ts +3 -0
- package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlots.js +17 -0
- package/dist/components/TradingGuiDemo/CryptoQuotePrice/CryptoQuotePrice.d.ts +5 -0
- package/dist/components/TradingGuiDemo/CryptoQuotePrice/CryptoQuotePrice.js +76 -0
- package/dist/components/TradingGuiDemo/CryptoSymbolBlock/CryptoSymbolBlock.d.ts +5 -0
- package/dist/components/TradingGuiDemo/CryptoSymbolBlock/CryptoSymbolBlock.js +56 -0
- package/dist/components/TradingGuiDemo/CryptoSymbolPairs/CryptoSymbolPair.d.ts +5 -0
- package/dist/components/TradingGuiDemo/CryptoSymbolPairs/CryptoSymbolPair.js +25 -0
- package/dist/components/TradingGuiDemo/Sidebar/Sidebar.d.ts +1 -0
- package/dist/components/TradingGuiDemo/Sidebar/Sidebar.js +52 -0
- package/dist/components/TradingGuiDemo/Tabs/Tabs.d.ts +7 -0
- package/dist/components/TradingGuiDemo/Tabs/Tabs.js +95 -0
- package/dist/components/TradingGuiDemo/TradingGuiDemo.d.ts +1 -0
- package/dist/components/TradingGuiDemo/TradingGuiDemo.js +299 -0
- package/dist/components/TradingGuiDemo/cryptoSymbols.d.ts +1 -0
- package/dist/components/TradingGuiDemo/cryptoSymbols.js +64 -0
- package/dist/components/TradingGuiDemo/dataService.d.ts +22 -0
- package/dist/components/TradingGuiDemo/dataService.js +33 -0
- package/dist/components/TradingGuiDemo/dataServiceContext.d.ts +3 -0
- package/dist/components/TradingGuiDemo/dataServiceContext.js +13 -0
- package/dist/components/TradingGuiDemo/store.d.ts +17 -0
- package/dist/components/TradingGuiDemo/store.js +35 -0
- package/dist/index.d.ts +1 -401
- package/dist/index.js +17 -1543
- package/dist/lib/XFrames.d.ts +228 -0
- package/dist/lib/XFrames.js +9 -0
- package/dist/lib/index.d.ts +3 -0
- package/dist/lib/index.js +7 -0
- package/dist/lib/render.d.ts +21 -0
- package/dist/lib/render.js +84 -0
- package/dist/themes.d.ts +26 -0
- package/dist/themes.js +145 -0
- package/dist/xframes.node +0 -0
- package/package.json +1 -1