@xframes/node 0.0.13 → 0.0.15

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 (42) hide show
  1. package/dist/{xframes.node → lib/xframes.node} +0 -0
  2. package/package.json +3 -3
  3. package/dist/App.d.ts +0 -1
  4. package/dist/App.js +0 -10
  5. package/dist/components/TradingGuiDemo/CryptoAssetPanels/CryptoAssetPanels.d.ts +0 -3
  6. package/dist/components/TradingGuiDemo/CryptoAssetPanels/CryptoAssetPanels.js +0 -49
  7. package/dist/components/TradingGuiDemo/CryptoAssetsList/CryptoAssetsList.d.ts +0 -3
  8. package/dist/components/TradingGuiDemo/CryptoAssetsList/CryptoAssetsList.js +0 -62
  9. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlot.d.ts +0 -5
  10. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlot.js +0 -39
  11. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlots.d.ts +0 -3
  12. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoCandlestickPlots.js +0 -17
  13. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlot.d.ts +0 -5
  14. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlot.js +0 -33
  15. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlots.d.ts +0 -3
  16. package/dist/components/TradingGuiDemo/CryptoPlots/CryptoLinePlots.js +0 -17
  17. package/dist/components/TradingGuiDemo/CryptoQuotePrice/CryptoQuotePrice.d.ts +0 -5
  18. package/dist/components/TradingGuiDemo/CryptoQuotePrice/CryptoQuotePrice.js +0 -76
  19. package/dist/components/TradingGuiDemo/CryptoSymbolBlock/CryptoSymbolBlock.d.ts +0 -5
  20. package/dist/components/TradingGuiDemo/CryptoSymbolBlock/CryptoSymbolBlock.js +0 -56
  21. package/dist/components/TradingGuiDemo/CryptoSymbolPairs/CryptoSymbolPair.d.ts +0 -5
  22. package/dist/components/TradingGuiDemo/CryptoSymbolPairs/CryptoSymbolPair.js +0 -25
  23. package/dist/components/TradingGuiDemo/Sidebar/Sidebar.d.ts +0 -1
  24. package/dist/components/TradingGuiDemo/Sidebar/Sidebar.js +0 -52
  25. package/dist/components/TradingGuiDemo/Tabs/Tabs.d.ts +0 -7
  26. package/dist/components/TradingGuiDemo/Tabs/Tabs.js +0 -95
  27. package/dist/components/TradingGuiDemo/TradingGuiDemo.d.ts +0 -1
  28. package/dist/components/TradingGuiDemo/TradingGuiDemo.js +0 -299
  29. package/dist/components/TradingGuiDemo/cryptoSymbols.d.ts +0 -1
  30. package/dist/components/TradingGuiDemo/cryptoSymbols.js +0 -64
  31. package/dist/components/TradingGuiDemo/dataService.d.ts +0 -22
  32. package/dist/components/TradingGuiDemo/dataService.js +0 -33
  33. package/dist/components/TradingGuiDemo/dataServiceContext.d.ts +0 -3
  34. package/dist/components/TradingGuiDemo/dataServiceContext.js +0 -13
  35. package/dist/components/TradingGuiDemo/store.d.ts +0 -17
  36. package/dist/components/TradingGuiDemo/store.js +0 -35
  37. package/dist/index.d.ts +0 -1
  38. package/dist/themes.d.ts +0 -26
  39. package/dist/themes.js +0 -145
  40. /package/dist/{glfw3.dll → lib/glfw3.dll} +0 -0
  41. /package/dist/{xframes.exp → lib/xframes.exp} +0 -0
  42. /package/dist/{xframes.lib → lib/xframes.lib} +0 -0
package/dist/themes.js DELETED
@@ -1,145 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.theme2 = exports.theme2Colors = exports.theme1 = exports.theme1Colors = void 0;
4
- const common_1 = require("@xframes/common");
5
- exports.theme1Colors = {
6
- black: "#1a1a1a",
7
- darkGrey: "#5a5a5a",
8
- grey: "#9a9a9a",
9
- lightGrey: "#bebebe",
10
- veryLightGrey: "#e5e5e5",
11
- superLightGrey: "#f7f7f7",
12
- white: "#fff",
13
- hero: "#ff6e59",
14
- hoverHero: "#ff4a30",
15
- };
16
- exports.theme1 = {
17
- // frameBorderSize: 1,
18
- // framePadding: [0, 0],
19
- colors: {
20
- [common_1.ImGuiCol.Text]: [exports.theme1Colors.black, 1],
21
- [common_1.ImGuiCol.TextDisabled]: [exports.theme1Colors.darkGrey, 1],
22
- [common_1.ImGuiCol.WindowBg]: [exports.theme1Colors.white, 1],
23
- [common_1.ImGuiCol.ChildBg]: [exports.theme1Colors.white, 1],
24
- [common_1.ImGuiCol.PopupBg]: [exports.theme1Colors.white, 1],
25
- [common_1.ImGuiCol.Border]: [exports.theme1Colors.darkGrey, 1],
26
- [common_1.ImGuiCol.BorderShadow]: [exports.theme1Colors.black, 1],
27
- [common_1.ImGuiCol.FrameBg]: [exports.theme1Colors.veryLightGrey, 1],
28
- [common_1.ImGuiCol.FrameBgHovered]: [exports.theme1Colors.lightGrey, 1],
29
- [common_1.ImGuiCol.FrameBgActive]: [exports.theme1Colors.grey, 1],
30
- [common_1.ImGuiCol.TitleBg]: [exports.theme1Colors.lightGrey, 1],
31
- [common_1.ImGuiCol.TitleBgActive]: [exports.theme1Colors.grey, 1],
32
- [common_1.ImGuiCol.TitleBgCollapsed]: [exports.theme1Colors.veryLightGrey, 1],
33
- [common_1.ImGuiCol.MenuBarBg]: [exports.theme1Colors.grey, 1],
34
- [common_1.ImGuiCol.ScrollbarBg]: [exports.theme1Colors.veryLightGrey, 1],
35
- [common_1.ImGuiCol.ScrollbarGrab]: [exports.theme1Colors.grey, 1],
36
- [common_1.ImGuiCol.ScrollbarGrabHovered]: [exports.theme1Colors.darkGrey, 1],
37
- [common_1.ImGuiCol.ScrollbarGrabActive]: [exports.theme1Colors.black, 1],
38
- [common_1.ImGuiCol.CheckMark]: [exports.theme1Colors.black, 1],
39
- [common_1.ImGuiCol.SliderGrab]: [exports.theme1Colors.grey, 1],
40
- [common_1.ImGuiCol.SliderGrabActive]: [exports.theme1Colors.darkGrey, 1],
41
- [common_1.ImGuiCol.Button]: [exports.theme1Colors.lightGrey, 1],
42
- [common_1.ImGuiCol.ButtonHovered]: [exports.theme1Colors.grey, 1],
43
- [common_1.ImGuiCol.ButtonActive]: [exports.theme1Colors.darkGrey, 1],
44
- [common_1.ImGuiCol.Header]: [exports.theme1Colors.veryLightGrey, 1],
45
- [common_1.ImGuiCol.HeaderHovered]: [exports.theme1Colors.lightGrey, 1],
46
- [common_1.ImGuiCol.HeaderActive]: [exports.theme1Colors.grey, 1],
47
- [common_1.ImGuiCol.Separator]: [exports.theme1Colors.black, 1],
48
- [common_1.ImGuiCol.SeparatorHovered]: [exports.theme1Colors.veryLightGrey, 1],
49
- [common_1.ImGuiCol.SeparatorActive]: [exports.theme1Colors.lightGrey, 1],
50
- [common_1.ImGuiCol.ResizeGrip]: [exports.theme1Colors.veryLightGrey, 1],
51
- [common_1.ImGuiCol.ResizeGripHovered]: [exports.theme1Colors.lightGrey, 1],
52
- [common_1.ImGuiCol.ResizeGripActive]: [exports.theme1Colors.grey, 1],
53
- [common_1.ImGuiCol.Tab]: [exports.theme1Colors.veryLightGrey, 1],
54
- [common_1.ImGuiCol.TabHovered]: [exports.theme1Colors.lightGrey, 1],
55
- [common_1.ImGuiCol.TabActive]: [exports.theme1Colors.grey, 1],
56
- [common_1.ImGuiCol.TabUnfocused]: [exports.theme1Colors.veryLightGrey, 1],
57
- [common_1.ImGuiCol.TabUnfocusedActive]: [exports.theme1Colors.lightGrey, 1],
58
- [common_1.ImGuiCol.PlotLines]: [exports.theme1Colors.grey, 1],
59
- [common_1.ImGuiCol.PlotLinesHovered]: [exports.theme1Colors.darkGrey, 1],
60
- [common_1.ImGuiCol.PlotHistogram]: [exports.theme1Colors.grey, 1],
61
- [common_1.ImGuiCol.PlotHistogramHovered]: [exports.theme1Colors.darkGrey, 1],
62
- [common_1.ImGuiCol.TableHeaderBg]: [exports.theme1Colors.grey, 1],
63
- [common_1.ImGuiCol.TableBorderStrong]: [exports.theme1Colors.darkGrey, 1],
64
- [common_1.ImGuiCol.TableBorderLight]: [exports.theme1Colors.lightGrey, 1],
65
- [common_1.ImGuiCol.TableRowBg]: [exports.theme1Colors.veryLightGrey, 1],
66
- [common_1.ImGuiCol.TableRowBgAlt]: [exports.theme1Colors.white, 1],
67
- [common_1.ImGuiCol.TextSelectedBg]: [exports.theme1Colors.grey, 1],
68
- [common_1.ImGuiCol.DragDropTarget]: [exports.theme1Colors.grey, 1],
69
- [common_1.ImGuiCol.NavHighlight]: [exports.theme1Colors.grey, 1],
70
- [common_1.ImGuiCol.NavWindowingHighlight]: [exports.theme1Colors.grey, 1],
71
- [common_1.ImGuiCol.NavWindowingDimBg]: [exports.theme1Colors.grey, 1],
72
- [common_1.ImGuiCol.ModalWindowDimBg]: [exports.theme1Colors.grey, 1],
73
- },
74
- };
75
- exports.theme2Colors = {
76
- darkestGrey: "#141f2c",
77
- darkerGrey: "#2a2e39",
78
- darkGrey: "#363b4a",
79
- lightGrey: "#5a5a5a",
80
- lighterGrey: "#7A818C",
81
- evenLighterGrey: "#8491a3",
82
- black: "#0A0B0D",
83
- green: "#75f986",
84
- red: "#ff0062",
85
- white: "#fff",
86
- };
87
- exports.theme2 = {
88
- // frameBorderSize: 1,
89
- // framePadding: [0, 0],
90
- colors: {
91
- [common_1.ImGuiCol.Text]: [exports.theme2Colors.white, 1],
92
- [common_1.ImGuiCol.TextDisabled]: [exports.theme2Colors.lighterGrey, 1],
93
- [common_1.ImGuiCol.WindowBg]: [exports.theme2Colors.black, 1],
94
- [common_1.ImGuiCol.ChildBg]: [exports.theme2Colors.black, 1],
95
- [common_1.ImGuiCol.PopupBg]: [exports.theme2Colors.white, 1],
96
- [common_1.ImGuiCol.Border]: [exports.theme2Colors.lightGrey, 1],
97
- [common_1.ImGuiCol.BorderShadow]: [exports.theme2Colors.darkestGrey, 1],
98
- [common_1.ImGuiCol.FrameBg]: [exports.theme2Colors.black, 1],
99
- [common_1.ImGuiCol.FrameBgHovered]: [exports.theme2Colors.darkerGrey, 1], //
100
- [common_1.ImGuiCol.FrameBgActive]: [exports.theme2Colors.lightGrey, 1],
101
- [common_1.ImGuiCol.TitleBg]: [exports.theme2Colors.lightGrey, 1],
102
- [common_1.ImGuiCol.TitleBgActive]: [exports.theme2Colors.darkerGrey, 1], //
103
- [common_1.ImGuiCol.TitleBgCollapsed]: [exports.theme2Colors.lightGrey, 1],
104
- [common_1.ImGuiCol.MenuBarBg]: [exports.theme2Colors.lightGrey, 1],
105
- [common_1.ImGuiCol.ScrollbarBg]: [exports.theme2Colors.darkerGrey, 1], //
106
- [common_1.ImGuiCol.ScrollbarGrab]: [exports.theme2Colors.darkerGrey, 1], //
107
- [common_1.ImGuiCol.ScrollbarGrabHovered]: [exports.theme2Colors.lightGrey, 1],
108
- [common_1.ImGuiCol.ScrollbarGrabActive]: [exports.theme2Colors.darkestGrey, 1],
109
- [common_1.ImGuiCol.CheckMark]: [exports.theme2Colors.darkestGrey, 1],
110
- [common_1.ImGuiCol.SliderGrab]: [exports.theme2Colors.darkerGrey, 1], //
111
- [common_1.ImGuiCol.SliderGrabActive]: [exports.theme2Colors.lightGrey, 1],
112
- [common_1.ImGuiCol.Button]: [exports.theme2Colors.black, 1],
113
- [common_1.ImGuiCol.ButtonHovered]: [exports.theme2Colors.darkerGrey, 1], //
114
- [common_1.ImGuiCol.ButtonActive]: [exports.theme2Colors.black, 1],
115
- [common_1.ImGuiCol.Header]: [exports.theme2Colors.black, 1],
116
- [common_1.ImGuiCol.HeaderHovered]: [exports.theme2Colors.black, 1],
117
- [common_1.ImGuiCol.HeaderActive]: [exports.theme2Colors.lightGrey, 1],
118
- [common_1.ImGuiCol.Separator]: [exports.theme2Colors.darkestGrey, 1],
119
- [common_1.ImGuiCol.SeparatorHovered]: [exports.theme2Colors.lightGrey, 1],
120
- [common_1.ImGuiCol.SeparatorActive]: [exports.theme2Colors.lightGrey, 1],
121
- [common_1.ImGuiCol.ResizeGrip]: [exports.theme2Colors.black, 1],
122
- [common_1.ImGuiCol.ResizeGripHovered]: [exports.theme2Colors.lightGrey, 1],
123
- [common_1.ImGuiCol.ResizeGripActive]: [exports.theme2Colors.darkerGrey, 1], //
124
- [common_1.ImGuiCol.Tab]: [exports.theme2Colors.black, 1],
125
- [common_1.ImGuiCol.TabHovered]: [exports.theme2Colors.darkerGrey, 1], //
126
- [common_1.ImGuiCol.TabActive]: [exports.theme2Colors.lightGrey, 1],
127
- [common_1.ImGuiCol.TabUnfocused]: [exports.theme2Colors.black, 1],
128
- [common_1.ImGuiCol.TabUnfocusedActive]: [exports.theme2Colors.lightGrey, 1],
129
- [common_1.ImGuiCol.PlotLines]: [exports.theme2Colors.darkerGrey, 1], //
130
- [common_1.ImGuiCol.PlotLinesHovered]: [exports.theme2Colors.lightGrey, 1],
131
- [common_1.ImGuiCol.PlotHistogram]: [exports.theme2Colors.darkerGrey, 1], //
132
- [common_1.ImGuiCol.PlotHistogramHovered]: [exports.theme2Colors.lightGrey, 1],
133
- [common_1.ImGuiCol.TableHeaderBg]: [exports.theme2Colors.black, 1],
134
- [common_1.ImGuiCol.TableBorderStrong]: [exports.theme2Colors.lightGrey, 1],
135
- [common_1.ImGuiCol.TableBorderLight]: [exports.theme2Colors.darkerGrey, 1],
136
- [common_1.ImGuiCol.TableRowBg]: [exports.theme2Colors.darkGrey, 1],
137
- [common_1.ImGuiCol.TableRowBgAlt]: [exports.theme2Colors.darkerGrey, 1],
138
- [common_1.ImGuiCol.TextSelectedBg]: [exports.theme2Colors.darkerGrey, 1], //
139
- [common_1.ImGuiCol.DragDropTarget]: [exports.theme2Colors.darkerGrey, 1], //
140
- [common_1.ImGuiCol.NavHighlight]: [exports.theme2Colors.darkerGrey, 1], //
141
- [common_1.ImGuiCol.NavWindowingHighlight]: [exports.theme2Colors.darkerGrey, 1], //
142
- [common_1.ImGuiCol.NavWindowingDimBg]: [exports.theme2Colors.darkerGrey, 1], //
143
- [common_1.ImGuiCol.ModalWindowDimBg]: [exports.theme2Colors.darkerGrey, 1], //
144
- },
145
- };
File without changes
File without changes
File without changes