@buoy-gg/floating-tools-core 2.1.4-beta.2 → 2.1.4
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/lib/commonjs/FloatingToolsStore.js +1 -501
- package/lib/commonjs/colors.js +1 -54
- package/lib/commonjs/constants.js +1 -31
- package/lib/commonjs/devToolsState.js +1 -325
- package/lib/commonjs/dial.js +1 -617
- package/lib/commonjs/easing.js +1 -69
- package/lib/commonjs/icons/benchmark-icon.js +1 -24
- package/lib/commonjs/icons/env-icon.js +1 -24
- package/lib/commonjs/icons/events-icon.js +1 -24
- package/lib/commonjs/icons/highlight-icon.js +1 -24
- package/lib/commonjs/icons/icon-data.js +1 -2268
- package/lib/commonjs/icons/icon-factories.js +1 -173
- package/lib/commonjs/icons/icon-primitives.js +1 -559
- package/lib/commonjs/icons/icon-primitives.native.js +1 -779
- package/lib/commonjs/icons/icon-renderer.js +1 -260
- package/lib/commonjs/icons/network-icon.js +1 -24
- package/lib/commonjs/icons/query-icon.js +1 -24
- package/lib/commonjs/icons/redux-icon.js +1 -85
- package/lib/commonjs/icons/renders-icon.js +1 -33
- package/lib/commonjs/icons/routes-icon.js +1 -49
- package/lib/commonjs/icons/sentry-icon.js +1 -24
- package/lib/commonjs/icons/storage-icon.js +1 -24
- package/lib/commonjs/icons/wifi-icon.js +1 -24
- package/lib/commonjs/index.js +1 -723
- package/lib/commonjs/settings.js +1 -588
- package/lib/commonjs/utils.js +1 -72
- package/lib/module/FloatingToolsStore.js +1 -496
- package/lib/module/colors.js +1 -49
- package/lib/module/constants.js +1 -27
- package/lib/module/devToolsState.js +1 -318
- package/lib/module/dial.js +1 -603
- package/lib/module/easing.js +1 -62
- package/lib/module/icons/benchmark-icon.js +1 -15
- package/lib/module/icons/env-icon.js +1 -15
- package/lib/module/icons/events-icon.js +1 -15
- package/lib/module/icons/highlight-icon.js +1 -15
- package/lib/module/icons/icon-data.js +1 -2264
- package/lib/module/icons/icon-factories.js +1 -163
- package/lib/module/icons/icon-primitives.js +1 -547
- package/lib/module/icons/icon-primitives.native.js +1 -767
- package/lib/module/icons/icon-renderer.js +1 -255
- package/lib/module/icons/network-icon.js +1 -15
- package/lib/module/icons/query-icon.js +1 -15
- package/lib/module/icons/redux-icon.js +1 -81
- package/lib/module/icons/renders-icon.js +1 -17
- package/lib/module/icons/routes-icon.js +1 -41
- package/lib/module/icons/sentry-icon.js +1 -15
- package/lib/module/icons/storage-icon.js +1 -15
- package/lib/module/icons/wifi-icon.js +1 -15
- package/lib/module/index.js +1 -103
- package/lib/module/settings.js +1 -576
- package/lib/module/utils.js +1 -66
- package/package.json +1 -1
- package/lib/typescript/commonjs/FloatingToolsStore.d.ts.map +0 -1
- package/lib/typescript/commonjs/colors.d.ts.map +0 -1
- package/lib/typescript/commonjs/constants.d.ts.map +0 -1
- package/lib/typescript/commonjs/devToolsState.d.ts.map +0 -1
- package/lib/typescript/commonjs/dial.d.ts.map +0 -1
- package/lib/typescript/commonjs/easing.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/benchmark-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/env-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/events-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/highlight-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/icon-data.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/icon-factories.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/icon-primitives.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/icon-primitives.native.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/icon-renderer.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/network-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/query-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/redux-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/renders-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/routes-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/sentry-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/storage-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/icons/wifi-icon.d.ts.map +0 -1
- package/lib/typescript/commonjs/index.d.ts.map +0 -1
- package/lib/typescript/commonjs/settings.d.ts.map +0 -1
- package/lib/typescript/commonjs/types.d.ts.map +0 -1
- package/lib/typescript/commonjs/utils.d.ts.map +0 -1
- package/lib/typescript/module/FloatingToolsStore.d.ts.map +0 -1
- package/lib/typescript/module/colors.d.ts.map +0 -1
- package/lib/typescript/module/constants.d.ts.map +0 -1
- package/lib/typescript/module/devToolsState.d.ts.map +0 -1
- package/lib/typescript/module/dial.d.ts.map +0 -1
- package/lib/typescript/module/easing.d.ts.map +0 -1
- package/lib/typescript/module/icons/benchmark-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/env-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/events-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/highlight-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-data.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-factories.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-primitives.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-primitives.native.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-renderer.d.ts.map +0 -1
- package/lib/typescript/module/icons/network-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/query-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/redux-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/renders-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/routes-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/sentry-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/storage-icon.d.ts.map +0 -1
- package/lib/typescript/module/icons/wifi-icon.d.ts.map +0 -1
- package/lib/typescript/module/index.d.ts.map +0 -1
- package/lib/typescript/module/settings.d.ts.map +0 -1
- package/lib/typescript/module/types.d.ts.map +0 -1
- package/lib/typescript/module/utils.d.ts.map +0 -1
|
@@ -1,2268 +1 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.wifiIconData = exports.storageIconData = exports.sentryIconData = exports.routesIconData = exports.routeTwoPinsIconData = exports.routePinIconData = exports.routePathIconData = exports.routeDotIconData = exports.rendersIconData = exports.queryIconData = exports.networkIconData = exports.highlighterIconData = exports.highlightIconData = exports.eventsIconData = exports.envIconData = exports.curveTestPData = exports.curveTestOData = exports.curveTestNData = exports.curveTestMData = exports.curveTestLData = exports.curveTestKData = exports.curveTestJData = exports.curveTestIData = exports.curveTestHData = exports.curveTestGData = exports.curveTestFData = exports.curveTestEData = exports.curveTestDData = exports.curveTestCData = exports.curveTestBData = exports.curveTestAData = exports.benchmarkIconData = exports.WIFI_ICON_COLOR = exports.STORAGE_ICON_COLOR = exports.SENTRY_ICON_COLOR = exports.ROUTES_ICON_COLOR = exports.RENDERS_ICON_COLOR = exports.QUERY_ICON_COLOR = exports.NETWORK_ICON_COLOR = exports.HIGHLIGHT_ICON_COLOR = exports.HIGHLIGHTER_ICON_COLOR = exports.EVENTS_ICON_COLOR = exports.ENV_ICON_COLOR = exports.BENCHMARK_ICON_COLOR = void 0;
|
|
7
|
-
/**
|
|
8
|
-
* Icon Data Definitions - PURE DATA, NO JSX
|
|
9
|
-
*
|
|
10
|
-
* Each icon is just data. The renderer transforms it to components.
|
|
11
|
-
* Change colors here = changes everywhere.
|
|
12
|
-
*
|
|
13
|
-
* Coordinates are relative to center (0,0 = center of icon)
|
|
14
|
-
* Sizes are based on 24x24 base size, scaled automatically.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
// ===========================================
|
|
18
|
-
// NETWORK ICON (Globe)
|
|
19
|
-
// ===========================================
|
|
20
|
-
|
|
21
|
-
const NETWORK_ICON_COLOR = exports.NETWORK_ICON_COLOR = '#00D4FF'; // Cyan
|
|
22
|
-
|
|
23
|
-
const networkIconData = exports.networkIconData = {
|
|
24
|
-
color: NETWORK_ICON_COLOR,
|
|
25
|
-
bgColor: 'rgba(8, 12, 21, 0.95)',
|
|
26
|
-
elements: [
|
|
27
|
-
// Main globe with glow
|
|
28
|
-
{
|
|
29
|
-
type: 'circle',
|
|
30
|
-
cx: 0,
|
|
31
|
-
cy: 0,
|
|
32
|
-
r: 9,
|
|
33
|
-
fill: 'bg',
|
|
34
|
-
border: true,
|
|
35
|
-
borderWidth: 2,
|
|
36
|
-
glow: true,
|
|
37
|
-
glowRadius: 4
|
|
38
|
-
},
|
|
39
|
-
// Vertical meridian
|
|
40
|
-
{
|
|
41
|
-
type: 'circle',
|
|
42
|
-
cx: 0,
|
|
43
|
-
cy: 0,
|
|
44
|
-
r: 9,
|
|
45
|
-
border: true,
|
|
46
|
-
borderWidth: 2,
|
|
47
|
-
scaleX: 0.45,
|
|
48
|
-
opacity: 0.6
|
|
49
|
-
},
|
|
50
|
-
// Horizontal equator
|
|
51
|
-
{
|
|
52
|
-
type: 'circle',
|
|
53
|
-
cx: 0,
|
|
54
|
-
cy: 0,
|
|
55
|
-
r: 9,
|
|
56
|
-
border: true,
|
|
57
|
-
borderWidth: 2,
|
|
58
|
-
scaleX: 1.33,
|
|
59
|
-
scaleY: 0.6,
|
|
60
|
-
opacity: 0.6
|
|
61
|
-
}]
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
// ===========================================
|
|
65
|
-
// ENV ICON (Laptop)
|
|
66
|
-
// ===========================================
|
|
67
|
-
|
|
68
|
-
const ENV_ICON_COLOR = exports.ENV_ICON_COLOR = '#4AFF9F'; // Green
|
|
69
|
-
|
|
70
|
-
// Keyboard layout
|
|
71
|
-
const KEYBOARD_ROW_1 = [1, 3, 5, 7, 9, 11, 13, 15, 17];
|
|
72
|
-
const KEYBOARD_ROW_2 = [2, 4, 6, 8, 10, 12, 14, 16];
|
|
73
|
-
const envIconData = exports.envIconData = {
|
|
74
|
-
color: ENV_ICON_COLOR,
|
|
75
|
-
bgColor: '#000',
|
|
76
|
-
elements: [
|
|
77
|
-
// Base glow (behind keyboard)
|
|
78
|
-
{
|
|
79
|
-
type: 'rect',
|
|
80
|
-
x: -11,
|
|
81
|
-
y: 3,
|
|
82
|
-
width: 22,
|
|
83
|
-
height: 10,
|
|
84
|
-
borderRadius: 1,
|
|
85
|
-
fill: 'color',
|
|
86
|
-
opacity: 0.15
|
|
87
|
-
},
|
|
88
|
-
// Laptop base/keyboard
|
|
89
|
-
{
|
|
90
|
-
type: 'rect',
|
|
91
|
-
x: -10,
|
|
92
|
-
y: 4,
|
|
93
|
-
width: 20,
|
|
94
|
-
height: 8,
|
|
95
|
-
borderRadius: 1,
|
|
96
|
-
fill: 'color',
|
|
97
|
-
opacity: 0.85
|
|
98
|
-
},
|
|
99
|
-
// Keyboard top row keys
|
|
100
|
-
...KEYBOARD_ROW_1.map(xPos => ({
|
|
101
|
-
type: 'rect',
|
|
102
|
-
x: -10 + xPos,
|
|
103
|
-
y: 4 + 1.5,
|
|
104
|
-
width: 1.5,
|
|
105
|
-
height: 1.2,
|
|
106
|
-
borderRadius: 0.2,
|
|
107
|
-
fill: '#000',
|
|
108
|
-
opacity: 0.3
|
|
109
|
-
})),
|
|
110
|
-
// Keyboard bottom row keys
|
|
111
|
-
...KEYBOARD_ROW_2.map(xPos => ({
|
|
112
|
-
type: 'rect',
|
|
113
|
-
x: -10 + xPos,
|
|
114
|
-
y: 4 + 3.2,
|
|
115
|
-
width: 1.5,
|
|
116
|
-
height: 1.2,
|
|
117
|
-
borderRadius: 0.2,
|
|
118
|
-
fill: '#000',
|
|
119
|
-
opacity: 0.3
|
|
120
|
-
})),
|
|
121
|
-
// Spacebar
|
|
122
|
-
{
|
|
123
|
-
type: 'rect',
|
|
124
|
-
x: -10 + 5,
|
|
125
|
-
y: 4 + 5.5,
|
|
126
|
-
width: 10,
|
|
127
|
-
height: 1,
|
|
128
|
-
borderRadius: 0.2,
|
|
129
|
-
fill: '#000',
|
|
130
|
-
opacity: 0.25
|
|
131
|
-
},
|
|
132
|
-
// Laptop screen
|
|
133
|
-
{
|
|
134
|
-
type: 'rect',
|
|
135
|
-
x: -9,
|
|
136
|
-
y: -10,
|
|
137
|
-
width: 18,
|
|
138
|
-
height: 12,
|
|
139
|
-
borderRadius: 1,
|
|
140
|
-
fill: 'color',
|
|
141
|
-
opacity: 0.9
|
|
142
|
-
},
|
|
143
|
-
// Screen inner (dark area)
|
|
144
|
-
{
|
|
145
|
-
type: 'rect',
|
|
146
|
-
x: -8,
|
|
147
|
-
y: -9,
|
|
148
|
-
width: 16,
|
|
149
|
-
height: 10,
|
|
150
|
-
borderRadius: 0.5,
|
|
151
|
-
fill: '#000',
|
|
152
|
-
opacity: 0.5
|
|
153
|
-
},
|
|
154
|
-
// Code line 1
|
|
155
|
-
{
|
|
156
|
-
type: 'rect',
|
|
157
|
-
x: -7,
|
|
158
|
-
y: -8,
|
|
159
|
-
width: 10,
|
|
160
|
-
height: 0.5,
|
|
161
|
-
fill: 'color',
|
|
162
|
-
opacity: 0.6
|
|
163
|
-
},
|
|
164
|
-
// Code line 2
|
|
165
|
-
{
|
|
166
|
-
type: 'rect',
|
|
167
|
-
x: -7,
|
|
168
|
-
y: -6,
|
|
169
|
-
width: 7,
|
|
170
|
-
height: 0.5,
|
|
171
|
-
fill: 'color',
|
|
172
|
-
opacity: 0.6
|
|
173
|
-
},
|
|
174
|
-
// Code line 3
|
|
175
|
-
{
|
|
176
|
-
type: 'rect',
|
|
177
|
-
x: -7,
|
|
178
|
-
y: -4,
|
|
179
|
-
width: 4,
|
|
180
|
-
height: 0.5,
|
|
181
|
-
fill: 'color',
|
|
182
|
-
opacity: 0.6
|
|
183
|
-
},
|
|
184
|
-
// Power indicator
|
|
185
|
-
{
|
|
186
|
-
type: 'rect',
|
|
187
|
-
x: -1,
|
|
188
|
-
y: 10,
|
|
189
|
-
width: 2,
|
|
190
|
-
height: 1,
|
|
191
|
-
borderRadius: 0.5,
|
|
192
|
-
fill: 'color',
|
|
193
|
-
opacity: 0.8
|
|
194
|
-
},
|
|
195
|
-
// Screen dot 1
|
|
196
|
-
{
|
|
197
|
-
type: 'rect',
|
|
198
|
-
x: -9 + 0.3 * 18,
|
|
199
|
-
y: -10 + 0.3 * 12,
|
|
200
|
-
width: 1,
|
|
201
|
-
height: 1,
|
|
202
|
-
borderRadius: 0.5,
|
|
203
|
-
fill: 'color',
|
|
204
|
-
opacity: 0.4
|
|
205
|
-
},
|
|
206
|
-
// Screen dot 2
|
|
207
|
-
{
|
|
208
|
-
type: 'rect',
|
|
209
|
-
x: -9 + 0.7 * 18,
|
|
210
|
-
y: -10 + 0.3 * 12,
|
|
211
|
-
width: 1,
|
|
212
|
-
height: 1,
|
|
213
|
-
borderRadius: 0.5,
|
|
214
|
-
fill: 'color',
|
|
215
|
-
opacity: 0.4
|
|
216
|
-
},
|
|
217
|
-
// Screen dot 3
|
|
218
|
-
{
|
|
219
|
-
type: 'rect',
|
|
220
|
-
x: -9 + 0.5 * 18,
|
|
221
|
-
y: -10 + 0.7 * 12,
|
|
222
|
-
width: 1,
|
|
223
|
-
height: 1,
|
|
224
|
-
borderRadius: 0.5,
|
|
225
|
-
fill: 'color',
|
|
226
|
-
opacity: 0.4
|
|
227
|
-
}]
|
|
228
|
-
};
|
|
229
|
-
|
|
230
|
-
// ===========================================
|
|
231
|
-
// STORAGE ICON (Database Stack)
|
|
232
|
-
// ===========================================
|
|
233
|
-
|
|
234
|
-
const STORAGE_ICON_COLOR = exports.STORAGE_ICON_COLOR = '#FFB800'; // Gold/Amber (database/storage)
|
|
235
|
-
|
|
236
|
-
// Cylinder positions (relative to center, 24x24 base)
|
|
237
|
-
const CYLINDER_POSITIONS = [{
|
|
238
|
-
y: -6,
|
|
239
|
-
opacity: 0.9
|
|
240
|
-
},
|
|
241
|
-
// Top cylinder
|
|
242
|
-
{
|
|
243
|
-
y: -1.2,
|
|
244
|
-
opacity: 0.8
|
|
245
|
-
},
|
|
246
|
-
// Middle cylinder
|
|
247
|
-
{
|
|
248
|
-
y: 3.6,
|
|
249
|
-
opacity: 0.7
|
|
250
|
-
} // Bottom cylinder
|
|
251
|
-
];
|
|
252
|
-
const storageIconData = exports.storageIconData = {
|
|
253
|
-
color: STORAGE_ICON_COLOR,
|
|
254
|
-
bgColor: '#000',
|
|
255
|
-
elements: [
|
|
256
|
-
// === CYLINDER 1 (Top) ===
|
|
257
|
-
// Shadow/glow
|
|
258
|
-
{
|
|
259
|
-
type: 'rect',
|
|
260
|
-
x: -9,
|
|
261
|
-
y: -7,
|
|
262
|
-
width: 18,
|
|
263
|
-
height: 8,
|
|
264
|
-
borderRadius: 4,
|
|
265
|
-
fill: 'color',
|
|
266
|
-
opacity: 0.1
|
|
267
|
-
},
|
|
268
|
-
// Main body
|
|
269
|
-
{
|
|
270
|
-
type: 'rect',
|
|
271
|
-
x: -8,
|
|
272
|
-
y: -6,
|
|
273
|
-
width: 16,
|
|
274
|
-
height: 6,
|
|
275
|
-
borderRadius: 3,
|
|
276
|
-
fill: 'color',
|
|
277
|
-
opacity: 0.9
|
|
278
|
-
},
|
|
279
|
-
// Top highlight
|
|
280
|
-
{
|
|
281
|
-
type: 'rect',
|
|
282
|
-
x: -7,
|
|
283
|
-
y: -5.5,
|
|
284
|
-
width: 14,
|
|
285
|
-
height: 2,
|
|
286
|
-
borderRadius: 1,
|
|
287
|
-
fill: '#fff',
|
|
288
|
-
opacity: 0.15
|
|
289
|
-
},
|
|
290
|
-
// Edge glow (border)
|
|
291
|
-
{
|
|
292
|
-
type: 'rect',
|
|
293
|
-
x: -8,
|
|
294
|
-
y: -6,
|
|
295
|
-
width: 16,
|
|
296
|
-
height: 6,
|
|
297
|
-
borderRadius: 3,
|
|
298
|
-
border: true,
|
|
299
|
-
borderWidth: 0.5,
|
|
300
|
-
opacity: 0.3
|
|
301
|
-
},
|
|
302
|
-
// === CYLINDER 2 (Middle) ===
|
|
303
|
-
// Shadow/glow
|
|
304
|
-
{
|
|
305
|
-
type: 'rect',
|
|
306
|
-
x: -9,
|
|
307
|
-
y: -2.2,
|
|
308
|
-
width: 18,
|
|
309
|
-
height: 8,
|
|
310
|
-
borderRadius: 4,
|
|
311
|
-
fill: 'color',
|
|
312
|
-
opacity: 0.1
|
|
313
|
-
},
|
|
314
|
-
// Main body
|
|
315
|
-
{
|
|
316
|
-
type: 'rect',
|
|
317
|
-
x: -8,
|
|
318
|
-
y: -1.2,
|
|
319
|
-
width: 16,
|
|
320
|
-
height: 6,
|
|
321
|
-
borderRadius: 3,
|
|
322
|
-
fill: 'color',
|
|
323
|
-
opacity: 0.8
|
|
324
|
-
},
|
|
325
|
-
// Top highlight
|
|
326
|
-
{
|
|
327
|
-
type: 'rect',
|
|
328
|
-
x: -7,
|
|
329
|
-
y: -0.7,
|
|
330
|
-
width: 14,
|
|
331
|
-
height: 2,
|
|
332
|
-
borderRadius: 1,
|
|
333
|
-
fill: '#fff',
|
|
334
|
-
opacity: 0.15
|
|
335
|
-
},
|
|
336
|
-
// Edge glow (border)
|
|
337
|
-
{
|
|
338
|
-
type: 'rect',
|
|
339
|
-
x: -8,
|
|
340
|
-
y: -1.2,
|
|
341
|
-
width: 16,
|
|
342
|
-
height: 6,
|
|
343
|
-
borderRadius: 3,
|
|
344
|
-
border: true,
|
|
345
|
-
borderWidth: 0.5,
|
|
346
|
-
opacity: 0.3
|
|
347
|
-
},
|
|
348
|
-
// === CYLINDER 3 (Bottom) ===
|
|
349
|
-
// Shadow/glow
|
|
350
|
-
{
|
|
351
|
-
type: 'rect',
|
|
352
|
-
x: -9,
|
|
353
|
-
y: 2.6,
|
|
354
|
-
width: 18,
|
|
355
|
-
height: 8,
|
|
356
|
-
borderRadius: 4,
|
|
357
|
-
fill: 'color',
|
|
358
|
-
opacity: 0.1
|
|
359
|
-
},
|
|
360
|
-
// Main body
|
|
361
|
-
{
|
|
362
|
-
type: 'rect',
|
|
363
|
-
x: -8,
|
|
364
|
-
y: 3.6,
|
|
365
|
-
width: 16,
|
|
366
|
-
height: 6,
|
|
367
|
-
borderRadius: 3,
|
|
368
|
-
fill: 'color',
|
|
369
|
-
opacity: 0.7
|
|
370
|
-
},
|
|
371
|
-
// Top highlight
|
|
372
|
-
{
|
|
373
|
-
type: 'rect',
|
|
374
|
-
x: -7,
|
|
375
|
-
y: 4.1,
|
|
376
|
-
width: 14,
|
|
377
|
-
height: 2,
|
|
378
|
-
borderRadius: 1,
|
|
379
|
-
fill: '#fff',
|
|
380
|
-
opacity: 0.15
|
|
381
|
-
},
|
|
382
|
-
// Edge glow (border)
|
|
383
|
-
{
|
|
384
|
-
type: 'rect',
|
|
385
|
-
x: -8,
|
|
386
|
-
y: 3.6,
|
|
387
|
-
width: 16,
|
|
388
|
-
height: 6,
|
|
389
|
-
borderRadius: 3,
|
|
390
|
-
border: true,
|
|
391
|
-
borderWidth: 0.5,
|
|
392
|
-
opacity: 0.3
|
|
393
|
-
},
|
|
394
|
-
// === CONNECTION LINES ===
|
|
395
|
-
// Line 1 (between cylinder 1 and 2)
|
|
396
|
-
{
|
|
397
|
-
type: 'rect',
|
|
398
|
-
x: -0.25,
|
|
399
|
-
y: -3.6,
|
|
400
|
-
width: 0.5,
|
|
401
|
-
height: 6,
|
|
402
|
-
fill: 'color',
|
|
403
|
-
opacity: 0.3
|
|
404
|
-
},
|
|
405
|
-
// Line 2 (between cylinder 2 and 3)
|
|
406
|
-
{
|
|
407
|
-
type: 'rect',
|
|
408
|
-
x: -0.25,
|
|
409
|
-
y: 1.2,
|
|
410
|
-
width: 0.5,
|
|
411
|
-
height: 6,
|
|
412
|
-
fill: 'color',
|
|
413
|
-
opacity: 0.3
|
|
414
|
-
},
|
|
415
|
-
// === DATA DOTS ===
|
|
416
|
-
// Dot 1 (on cylinder 1)
|
|
417
|
-
{
|
|
418
|
-
type: 'rect',
|
|
419
|
-
x: -0.5,
|
|
420
|
-
y: -3.5,
|
|
421
|
-
width: 1,
|
|
422
|
-
height: 1,
|
|
423
|
-
borderRadius: 0.5,
|
|
424
|
-
fill: 'color',
|
|
425
|
-
opacity: 0.6
|
|
426
|
-
},
|
|
427
|
-
// Dot 2 (on cylinder 2)
|
|
428
|
-
{
|
|
429
|
-
type: 'rect',
|
|
430
|
-
x: -0.5,
|
|
431
|
-
y: 1.3,
|
|
432
|
-
width: 1,
|
|
433
|
-
height: 1,
|
|
434
|
-
borderRadius: 0.5,
|
|
435
|
-
fill: 'color',
|
|
436
|
-
opacity: 0.6
|
|
437
|
-
},
|
|
438
|
-
// Dot 3 (on cylinder 3)
|
|
439
|
-
{
|
|
440
|
-
type: 'rect',
|
|
441
|
-
x: -0.5,
|
|
442
|
-
y: 6.1,
|
|
443
|
-
width: 1,
|
|
444
|
-
height: 1,
|
|
445
|
-
borderRadius: 0.5,
|
|
446
|
-
fill: 'color',
|
|
447
|
-
opacity: 0.6
|
|
448
|
-
}]
|
|
449
|
-
};
|
|
450
|
-
|
|
451
|
-
// ===========================================
|
|
452
|
-
// ROUTES ICON PARTS (for testing/iteration)
|
|
453
|
-
// ===========================================
|
|
454
|
-
// Breaking down the route icon into smaller testable pieces
|
|
455
|
-
|
|
456
|
-
const ROUTES_ICON_COLOR = exports.ROUTES_ICON_COLOR = '#FF9F1C'; // Orange (matching route-events theme)
|
|
457
|
-
|
|
458
|
-
// Part 1: Single Map Pin (teardrop shape)
|
|
459
|
-
// Circle for rounded top + triangle for point + inner dot
|
|
460
|
-
const routePinIconData = exports.routePinIconData = {
|
|
461
|
-
color: ROUTES_ICON_COLOR,
|
|
462
|
-
bgColor: '#000',
|
|
463
|
-
elements: [
|
|
464
|
-
// Rounded top of teardrop
|
|
465
|
-
{
|
|
466
|
-
type: 'circle',
|
|
467
|
-
cx: 0,
|
|
468
|
-
cy: -2,
|
|
469
|
-
r: 5,
|
|
470
|
-
fill: 'color',
|
|
471
|
-
opacity: 1
|
|
472
|
-
},
|
|
473
|
-
// Teardrop point extending down
|
|
474
|
-
{
|
|
475
|
-
type: 'triangle',
|
|
476
|
-
x: 0,
|
|
477
|
-
y: 4,
|
|
478
|
-
size: 5,
|
|
479
|
-
direction: 'down',
|
|
480
|
-
fill: 'color',
|
|
481
|
-
opacity: 1
|
|
482
|
-
},
|
|
483
|
-
// Inner hole/dot (dark for contrast)
|
|
484
|
-
{
|
|
485
|
-
type: 'circle',
|
|
486
|
-
cx: 0,
|
|
487
|
-
cy: -2,
|
|
488
|
-
r: 2,
|
|
489
|
-
fill: 'bg',
|
|
490
|
-
opacity: 1
|
|
491
|
-
}]
|
|
492
|
-
};
|
|
493
|
-
|
|
494
|
-
// ===========================================
|
|
495
|
-
// BUTTON/CURVE TEST VARIATIONS
|
|
496
|
-
// ===========================================
|
|
497
|
-
// Testing different approaches to create S-curve using border tricks
|
|
498
|
-
// Think of it as buttons with selective borders visible
|
|
499
|
-
|
|
500
|
-
// ===========================================
|
|
501
|
-
// STRETCHED BUTTON SHAPES - Different aspect ratios!
|
|
502
|
-
// ===========================================
|
|
503
|
-
// Using circles with scaleX/scaleY to create stretched ovals
|
|
504
|
-
// And rects with borderRadius for pill/button shapes
|
|
505
|
-
|
|
506
|
-
// Test A: Wide oval - bottom portion (wide smile)
|
|
507
|
-
const curveTestAData = exports.curveTestAData = {
|
|
508
|
-
color: ROUTES_ICON_COLOR,
|
|
509
|
-
bgColor: '#000',
|
|
510
|
-
elements: [{
|
|
511
|
-
type: 'circle',
|
|
512
|
-
cx: 0,
|
|
513
|
-
cy: 0,
|
|
514
|
-
r: 6,
|
|
515
|
-
fill: 'transparent',
|
|
516
|
-
border: true,
|
|
517
|
-
borderWidth: 3,
|
|
518
|
-
scaleX: 1.5,
|
|
519
|
-
scaleY: 0.8,
|
|
520
|
-
opacity: 1
|
|
521
|
-
}]
|
|
522
|
-
};
|
|
523
|
-
|
|
524
|
-
// Test B: Tall oval - stretched vertically
|
|
525
|
-
const curveTestBData = exports.curveTestBData = {
|
|
526
|
-
color: ROUTES_ICON_COLOR,
|
|
527
|
-
bgColor: '#000',
|
|
528
|
-
elements: [{
|
|
529
|
-
type: 'circle',
|
|
530
|
-
cx: 0,
|
|
531
|
-
cy: 0,
|
|
532
|
-
r: 6,
|
|
533
|
-
fill: 'transparent',
|
|
534
|
-
border: true,
|
|
535
|
-
borderWidth: 3,
|
|
536
|
-
scaleX: 0.6,
|
|
537
|
-
scaleY: 1.4,
|
|
538
|
-
opacity: 1
|
|
539
|
-
}]
|
|
540
|
-
};
|
|
541
|
-
|
|
542
|
-
// Test C: Wide pill shape using rect with full borderRadius (REFERENCE)
|
|
543
|
-
const curveTestCData = exports.curveTestCData = {
|
|
544
|
-
color: ROUTES_ICON_COLOR,
|
|
545
|
-
bgColor: '#000',
|
|
546
|
-
elements: [{
|
|
547
|
-
type: 'rect',
|
|
548
|
-
x: -10,
|
|
549
|
-
y: -4,
|
|
550
|
-
width: 20,
|
|
551
|
-
height: 8,
|
|
552
|
-
borderRadius: 4,
|
|
553
|
-
fill: 'transparent',
|
|
554
|
-
border: true,
|
|
555
|
-
borderWidth: 3,
|
|
556
|
-
opacity: 1
|
|
557
|
-
}]
|
|
558
|
-
};
|
|
559
|
-
|
|
560
|
-
// Test D: Wide pill - THINNER border (1.5px)
|
|
561
|
-
const curveTestDData = exports.curveTestDData = {
|
|
562
|
-
color: ROUTES_ICON_COLOR,
|
|
563
|
-
bgColor: '#000',
|
|
564
|
-
elements: [{
|
|
565
|
-
type: 'rect',
|
|
566
|
-
x: -10,
|
|
567
|
-
y: -4,
|
|
568
|
-
width: 20,
|
|
569
|
-
height: 8,
|
|
570
|
-
borderRadius: 4,
|
|
571
|
-
fill: 'transparent',
|
|
572
|
-
border: true,
|
|
573
|
-
borderWidth: 1.5,
|
|
574
|
-
opacity: 1
|
|
575
|
-
}]
|
|
576
|
-
};
|
|
577
|
-
|
|
578
|
-
// ===========================================
|
|
579
|
-
// HALF-PILL SHAPES - Position pill so half is off-screen!
|
|
580
|
-
// ===========================================
|
|
581
|
-
// The key insight: position a wide pill so its LEFT or RIGHT half
|
|
582
|
-
// extends beyond the icon bounds, showing only the curved end!
|
|
583
|
-
|
|
584
|
-
// Test E: LEFT curved end only (pill extends off RIGHT side)
|
|
585
|
-
// Shows just the left rounded cap
|
|
586
|
-
const curveTestEData = exports.curveTestEData = {
|
|
587
|
-
color: ROUTES_ICON_COLOR,
|
|
588
|
-
bgColor: '#000',
|
|
589
|
-
elements: [
|
|
590
|
-
// Pill positioned so right half is off-screen, only left curve shows
|
|
591
|
-
{
|
|
592
|
-
type: 'rect',
|
|
593
|
-
x: -10,
|
|
594
|
-
y: -4,
|
|
595
|
-
width: 20,
|
|
596
|
-
height: 8,
|
|
597
|
-
borderRadius: 4,
|
|
598
|
-
fill: 'transparent',
|
|
599
|
-
border: true,
|
|
600
|
-
borderWidth: 2,
|
|
601
|
-
opacity: 1
|
|
602
|
-
}]
|
|
603
|
-
};
|
|
604
|
-
|
|
605
|
-
// Test F: RIGHT curved end only (pill extends off LEFT side)
|
|
606
|
-
// Shows just the right rounded cap
|
|
607
|
-
const curveTestFData = exports.curveTestFData = {
|
|
608
|
-
color: ROUTES_ICON_COLOR,
|
|
609
|
-
bgColor: '#000',
|
|
610
|
-
elements: [
|
|
611
|
-
// Pill positioned so left half is off-screen, only right curve shows
|
|
612
|
-
{
|
|
613
|
-
type: 'rect',
|
|
614
|
-
x: -10,
|
|
615
|
-
y: -4,
|
|
616
|
-
width: 20,
|
|
617
|
-
height: 8,
|
|
618
|
-
borderRadius: 4,
|
|
619
|
-
fill: 'transparent',
|
|
620
|
-
border: true,
|
|
621
|
-
borderWidth: 2,
|
|
622
|
-
opacity: 1
|
|
623
|
-
}]
|
|
624
|
-
};
|
|
625
|
-
|
|
626
|
-
// Test G: LEFT curve - thinner (1.5px border)
|
|
627
|
-
const curveTestGData = exports.curveTestGData = {
|
|
628
|
-
color: ROUTES_ICON_COLOR,
|
|
629
|
-
bgColor: '#000',
|
|
630
|
-
elements: [{
|
|
631
|
-
type: 'rect',
|
|
632
|
-
x: -6,
|
|
633
|
-
y: -3,
|
|
634
|
-
width: 16,
|
|
635
|
-
height: 6,
|
|
636
|
-
borderRadius: 3,
|
|
637
|
-
fill: 'transparent',
|
|
638
|
-
border: true,
|
|
639
|
-
borderWidth: 1.5,
|
|
640
|
-
opacity: 1
|
|
641
|
-
}]
|
|
642
|
-
};
|
|
643
|
-
|
|
644
|
-
// Test H: RIGHT curve - thinner (1.5px border)
|
|
645
|
-
// Positioned far left so only right cap shows
|
|
646
|
-
const curveTestHData = exports.curveTestHData = {
|
|
647
|
-
color: ROUTES_ICON_COLOR,
|
|
648
|
-
bgColor: '#000',
|
|
649
|
-
elements: [{
|
|
650
|
-
type: 'rect',
|
|
651
|
-
x: -22,
|
|
652
|
-
y: -3,
|
|
653
|
-
width: 16,
|
|
654
|
-
height: 6,
|
|
655
|
-
borderRadius: 3,
|
|
656
|
-
fill: 'transparent',
|
|
657
|
-
border: true,
|
|
658
|
-
borderWidth: 1.5,
|
|
659
|
-
opacity: 1
|
|
660
|
-
}]
|
|
661
|
-
};
|
|
662
|
-
|
|
663
|
-
// Test I: Two half-curves making an S - LEFT cap top, RIGHT cap bottom
|
|
664
|
-
const curveTestIData = exports.curveTestIData = {
|
|
665
|
-
color: ROUTES_ICON_COLOR,
|
|
666
|
-
bgColor: '#000',
|
|
667
|
-
elements: [
|
|
668
|
-
// Top: show LEFT curve (pill extends right, off-screen)
|
|
669
|
-
{
|
|
670
|
-
type: 'rect',
|
|
671
|
-
x: -8,
|
|
672
|
-
y: -7,
|
|
673
|
-
width: 20,
|
|
674
|
-
height: 6,
|
|
675
|
-
borderRadius: 3,
|
|
676
|
-
fill: 'transparent',
|
|
677
|
-
border: true,
|
|
678
|
-
borderWidth: 1.5,
|
|
679
|
-
opacity: 1
|
|
680
|
-
},
|
|
681
|
-
// Bottom: show RIGHT curve (pill extends left, off-screen)
|
|
682
|
-
{
|
|
683
|
-
type: 'rect',
|
|
684
|
-
x: -12,
|
|
685
|
-
y: 1,
|
|
686
|
-
width: 20,
|
|
687
|
-
height: 6,
|
|
688
|
-
borderRadius: 3,
|
|
689
|
-
fill: 'transparent',
|
|
690
|
-
border: true,
|
|
691
|
-
borderWidth: 1.5,
|
|
692
|
-
opacity: 1
|
|
693
|
-
}]
|
|
694
|
-
};
|
|
695
|
-
|
|
696
|
-
// Test J: S-curve - skinnier pills (4px height)
|
|
697
|
-
const curveTestJData = exports.curveTestJData = {
|
|
698
|
-
color: ROUTES_ICON_COLOR,
|
|
699
|
-
bgColor: '#000',
|
|
700
|
-
elements: [
|
|
701
|
-
// Top LEFT curve
|
|
702
|
-
{
|
|
703
|
-
type: 'rect',
|
|
704
|
-
x: -8,
|
|
705
|
-
y: -6,
|
|
706
|
-
width: 20,
|
|
707
|
-
height: 5,
|
|
708
|
-
borderRadius: 2.5,
|
|
709
|
-
fill: 'transparent',
|
|
710
|
-
border: true,
|
|
711
|
-
borderWidth: 1.5,
|
|
712
|
-
opacity: 1
|
|
713
|
-
},
|
|
714
|
-
// Bottom RIGHT curve
|
|
715
|
-
{
|
|
716
|
-
type: 'rect',
|
|
717
|
-
x: -12,
|
|
718
|
-
y: 1,
|
|
719
|
-
width: 20,
|
|
720
|
-
height: 5,
|
|
721
|
-
borderRadius: 2.5,
|
|
722
|
-
fill: 'transparent',
|
|
723
|
-
border: true,
|
|
724
|
-
borderWidth: 1.5,
|
|
725
|
-
opacity: 1
|
|
726
|
-
}]
|
|
727
|
-
};
|
|
728
|
-
|
|
729
|
-
// Test K: S-curve - even skinnier (3px height), 1px border
|
|
730
|
-
const curveTestKData = exports.curveTestKData = {
|
|
731
|
-
color: ROUTES_ICON_COLOR,
|
|
732
|
-
bgColor: '#000',
|
|
733
|
-
elements: [
|
|
734
|
-
// Top LEFT curve - ultra thin
|
|
735
|
-
{
|
|
736
|
-
type: 'rect',
|
|
737
|
-
x: -8,
|
|
738
|
-
y: -5,
|
|
739
|
-
width: 20,
|
|
740
|
-
height: 4,
|
|
741
|
-
borderRadius: 2,
|
|
742
|
-
fill: 'transparent',
|
|
743
|
-
border: true,
|
|
744
|
-
borderWidth: 1,
|
|
745
|
-
opacity: 1
|
|
746
|
-
},
|
|
747
|
-
// Bottom RIGHT curve - ultra thin
|
|
748
|
-
{
|
|
749
|
-
type: 'rect',
|
|
750
|
-
x: -12,
|
|
751
|
-
y: 1,
|
|
752
|
-
width: 20,
|
|
753
|
-
height: 4,
|
|
754
|
-
borderRadius: 2,
|
|
755
|
-
fill: 'transparent',
|
|
756
|
-
border: true,
|
|
757
|
-
borderWidth: 1,
|
|
758
|
-
opacity: 1
|
|
759
|
-
}]
|
|
760
|
-
};
|
|
761
|
-
|
|
762
|
-
// Test L: S-curve - wider gap between curves
|
|
763
|
-
const curveTestLData = exports.curveTestLData = {
|
|
764
|
-
color: ROUTES_ICON_COLOR,
|
|
765
|
-
bgColor: '#000',
|
|
766
|
-
elements: [
|
|
767
|
-
// Top LEFT curve - higher up
|
|
768
|
-
{
|
|
769
|
-
type: 'rect',
|
|
770
|
-
x: -6,
|
|
771
|
-
y: -8,
|
|
772
|
-
width: 20,
|
|
773
|
-
height: 5,
|
|
774
|
-
borderRadius: 2.5,
|
|
775
|
-
fill: 'transparent',
|
|
776
|
-
border: true,
|
|
777
|
-
borderWidth: 1.5,
|
|
778
|
-
opacity: 1
|
|
779
|
-
},
|
|
780
|
-
// Bottom RIGHT curve - lower down
|
|
781
|
-
{
|
|
782
|
-
type: 'rect',
|
|
783
|
-
x: -14,
|
|
784
|
-
y: 3,
|
|
785
|
-
width: 20,
|
|
786
|
-
height: 5,
|
|
787
|
-
borderRadius: 2.5,
|
|
788
|
-
fill: 'transparent',
|
|
789
|
-
border: true,
|
|
790
|
-
borderWidth: 1.5,
|
|
791
|
-
opacity: 1
|
|
792
|
-
}]
|
|
793
|
-
};
|
|
794
|
-
|
|
795
|
-
// Test M: S-curve - tighter together
|
|
796
|
-
const curveTestMData = exports.curveTestMData = {
|
|
797
|
-
color: ROUTES_ICON_COLOR,
|
|
798
|
-
bgColor: '#000',
|
|
799
|
-
elements: [
|
|
800
|
-
// Top LEFT curve
|
|
801
|
-
{
|
|
802
|
-
type: 'rect',
|
|
803
|
-
x: -7,
|
|
804
|
-
y: -5,
|
|
805
|
-
width: 18,
|
|
806
|
-
height: 5,
|
|
807
|
-
borderRadius: 2.5,
|
|
808
|
-
fill: 'transparent',
|
|
809
|
-
border: true,
|
|
810
|
-
borderWidth: 1.5,
|
|
811
|
-
opacity: 1
|
|
812
|
-
},
|
|
813
|
-
// Bottom RIGHT curve - closer
|
|
814
|
-
{
|
|
815
|
-
type: 'rect',
|
|
816
|
-
x: -11,
|
|
817
|
-
y: 0,
|
|
818
|
-
width: 18,
|
|
819
|
-
height: 5,
|
|
820
|
-
borderRadius: 2.5,
|
|
821
|
-
fill: 'transparent',
|
|
822
|
-
border: true,
|
|
823
|
-
borderWidth: 1.5,
|
|
824
|
-
opacity: 1
|
|
825
|
-
}]
|
|
826
|
-
};
|
|
827
|
-
|
|
828
|
-
// Test N: S-curve with 2px border
|
|
829
|
-
const curveTestNData = exports.curveTestNData = {
|
|
830
|
-
color: ROUTES_ICON_COLOR,
|
|
831
|
-
bgColor: '#000',
|
|
832
|
-
elements: [{
|
|
833
|
-
type: 'rect',
|
|
834
|
-
x: -8,
|
|
835
|
-
y: -6,
|
|
836
|
-
width: 20,
|
|
837
|
-
height: 5,
|
|
838
|
-
borderRadius: 2.5,
|
|
839
|
-
fill: 'transparent',
|
|
840
|
-
border: true,
|
|
841
|
-
borderWidth: 2,
|
|
842
|
-
opacity: 1
|
|
843
|
-
}, {
|
|
844
|
-
type: 'rect',
|
|
845
|
-
x: -12,
|
|
846
|
-
y: 1,
|
|
847
|
-
width: 20,
|
|
848
|
-
height: 5,
|
|
849
|
-
borderRadius: 2.5,
|
|
850
|
-
fill: 'transparent',
|
|
851
|
-
border: true,
|
|
852
|
-
borderWidth: 2,
|
|
853
|
-
opacity: 1
|
|
854
|
-
}]
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
// Test O: S-curve with 1px border (thinnest)
|
|
858
|
-
const curveTestOData = exports.curveTestOData = {
|
|
859
|
-
color: ROUTES_ICON_COLOR,
|
|
860
|
-
bgColor: '#000',
|
|
861
|
-
elements: [{
|
|
862
|
-
type: 'rect',
|
|
863
|
-
x: -8,
|
|
864
|
-
y: -6,
|
|
865
|
-
width: 20,
|
|
866
|
-
height: 5,
|
|
867
|
-
borderRadius: 2.5,
|
|
868
|
-
fill: 'transparent',
|
|
869
|
-
border: true,
|
|
870
|
-
borderWidth: 1,
|
|
871
|
-
opacity: 1
|
|
872
|
-
}, {
|
|
873
|
-
type: 'rect',
|
|
874
|
-
x: -12,
|
|
875
|
-
y: 1,
|
|
876
|
-
width: 20,
|
|
877
|
-
height: 5,
|
|
878
|
-
borderRadius: 2.5,
|
|
879
|
-
fill: 'transparent',
|
|
880
|
-
border: true,
|
|
881
|
-
borderWidth: 1,
|
|
882
|
-
opacity: 1
|
|
883
|
-
}]
|
|
884
|
-
};
|
|
885
|
-
|
|
886
|
-
// Test P: S-curve with taller pills (more curve visible)
|
|
887
|
-
const curveTestPData = exports.curveTestPData = {
|
|
888
|
-
color: ROUTES_ICON_COLOR,
|
|
889
|
-
bgColor: '#000',
|
|
890
|
-
elements: [{
|
|
891
|
-
type: 'rect',
|
|
892
|
-
x: -8,
|
|
893
|
-
y: -7,
|
|
894
|
-
width: 20,
|
|
895
|
-
height: 7,
|
|
896
|
-
borderRadius: 3.5,
|
|
897
|
-
fill: 'transparent',
|
|
898
|
-
border: true,
|
|
899
|
-
borderWidth: 1.5,
|
|
900
|
-
opacity: 1
|
|
901
|
-
}, {
|
|
902
|
-
type: 'rect',
|
|
903
|
-
x: -12,
|
|
904
|
-
y: 0,
|
|
905
|
-
width: 20,
|
|
906
|
-
height: 7,
|
|
907
|
-
borderRadius: 3.5,
|
|
908
|
-
fill: 'transparent',
|
|
909
|
-
border: true,
|
|
910
|
-
borderWidth: 1.5,
|
|
911
|
-
opacity: 1
|
|
912
|
-
}]
|
|
913
|
-
};
|
|
914
|
-
|
|
915
|
-
// Original Part 2: S-Curve Path (keeping for reference)
|
|
916
|
-
const routePathIconData = exports.routePathIconData = {
|
|
917
|
-
color: ROUTES_ICON_COLOR,
|
|
918
|
-
bgColor: '#000',
|
|
919
|
-
elements: [{
|
|
920
|
-
type: 'smootharc',
|
|
921
|
-
cx: -3,
|
|
922
|
-
cy: -2,
|
|
923
|
-
r: 5,
|
|
924
|
-
stroke: 'color',
|
|
925
|
-
strokeWidth: 3,
|
|
926
|
-
opacity: 1,
|
|
927
|
-
portion: 'bottom'
|
|
928
|
-
}, {
|
|
929
|
-
type: 'smootharc',
|
|
930
|
-
cx: 3,
|
|
931
|
-
cy: 2,
|
|
932
|
-
r: 5,
|
|
933
|
-
stroke: 'color',
|
|
934
|
-
strokeWidth: 3,
|
|
935
|
-
opacity: 1,
|
|
936
|
-
portion: 'top'
|
|
937
|
-
}]
|
|
938
|
-
};
|
|
939
|
-
|
|
940
|
-
// Part 3: Inner Dot only (for testing)
|
|
941
|
-
const routeDotIconData = exports.routeDotIconData = {
|
|
942
|
-
color: ROUTES_ICON_COLOR,
|
|
943
|
-
bgColor: '#000',
|
|
944
|
-
elements: [
|
|
945
|
-
// Outer ring for reference
|
|
946
|
-
{
|
|
947
|
-
type: 'circle',
|
|
948
|
-
cx: 0,
|
|
949
|
-
cy: 0,
|
|
950
|
-
r: 8,
|
|
951
|
-
fill: 'color',
|
|
952
|
-
opacity: 0.3
|
|
953
|
-
},
|
|
954
|
-
// Inner dot
|
|
955
|
-
{
|
|
956
|
-
type: 'circle',
|
|
957
|
-
cx: 0,
|
|
958
|
-
cy: 0,
|
|
959
|
-
r: 3,
|
|
960
|
-
fill: 'bg',
|
|
961
|
-
opacity: 1
|
|
962
|
-
}]
|
|
963
|
-
};
|
|
964
|
-
|
|
965
|
-
// Part 4: Two Pins without path (positioning test)
|
|
966
|
-
const routeTwoPinsIconData = exports.routeTwoPinsIconData = {
|
|
967
|
-
color: ROUTES_ICON_COLOR,
|
|
968
|
-
bgColor: '#000',
|
|
969
|
-
elements: [
|
|
970
|
-
// === BOTTOM-LEFT PIN ===
|
|
971
|
-
{
|
|
972
|
-
type: 'circle',
|
|
973
|
-
cx: -6,
|
|
974
|
-
cy: 4,
|
|
975
|
-
r: 3.5,
|
|
976
|
-
fill: 'color',
|
|
977
|
-
opacity: 1
|
|
978
|
-
}, {
|
|
979
|
-
type: 'triangle',
|
|
980
|
-
x: -6,
|
|
981
|
-
y: 8.5,
|
|
982
|
-
size: 3.5,
|
|
983
|
-
direction: 'down',
|
|
984
|
-
fill: 'color',
|
|
985
|
-
opacity: 1
|
|
986
|
-
}, {
|
|
987
|
-
type: 'circle',
|
|
988
|
-
cx: -6,
|
|
989
|
-
cy: 4,
|
|
990
|
-
r: 1.4,
|
|
991
|
-
fill: 'bg',
|
|
992
|
-
opacity: 1
|
|
993
|
-
},
|
|
994
|
-
// === TOP-RIGHT PIN ===
|
|
995
|
-
{
|
|
996
|
-
type: 'circle',
|
|
997
|
-
cx: 6,
|
|
998
|
-
cy: -5,
|
|
999
|
-
r: 3.5,
|
|
1000
|
-
fill: 'color',
|
|
1001
|
-
opacity: 1
|
|
1002
|
-
}, {
|
|
1003
|
-
type: 'triangle',
|
|
1004
|
-
x: 6,
|
|
1005
|
-
y: -0.5,
|
|
1006
|
-
size: 3.5,
|
|
1007
|
-
direction: 'down',
|
|
1008
|
-
fill: 'color',
|
|
1009
|
-
opacity: 1
|
|
1010
|
-
}, {
|
|
1011
|
-
type: 'circle',
|
|
1012
|
-
cx: 6,
|
|
1013
|
-
cy: -5,
|
|
1014
|
-
r: 1.4,
|
|
1015
|
-
fill: 'bg',
|
|
1016
|
-
opacity: 1
|
|
1017
|
-
}]
|
|
1018
|
-
};
|
|
1019
|
-
|
|
1020
|
-
// ===========================================
|
|
1021
|
-
// ROUTES ICON (Custom satellite/network style)
|
|
1022
|
-
// ===========================================
|
|
1023
|
-
// Custom designed icon with satellite/orbit motif
|
|
1024
|
-
// Uses orange (#FF9F1C) as primary color to match route-events theme
|
|
1025
|
-
|
|
1026
|
-
const routesIconData = exports.routesIconData = {
|
|
1027
|
-
color: '#FF9F1C',
|
|
1028
|
-
// Orange - matching route-events theme
|
|
1029
|
-
bgColor: '#0a0a0f',
|
|
1030
|
-
elements: [
|
|
1031
|
-
// Main orbital circle (teal becomes orange)
|
|
1032
|
-
{
|
|
1033
|
-
type: 'circle',
|
|
1034
|
-
cx: 2.846049894151541,
|
|
1035
|
-
cy: 1.2649110640673518,
|
|
1036
|
-
r: 4.110960958218893,
|
|
1037
|
-
fill: '#FF9F1C',
|
|
1038
|
-
// Was #00e7eb, now orange
|
|
1039
|
-
scaleY: 0.94
|
|
1040
|
-
},
|
|
1041
|
-
// Satellite node 1
|
|
1042
|
-
{
|
|
1043
|
-
type: 'circle',
|
|
1044
|
-
cx: 6.00832755431992,
|
|
1045
|
-
cy: 6.324555320336758,
|
|
1046
|
-
r: 4,
|
|
1047
|
-
fill: 'color'
|
|
1048
|
-
},
|
|
1049
|
-
// Satellite node 2
|
|
1050
|
-
{
|
|
1051
|
-
type: 'circle',
|
|
1052
|
-
cx: 6.324555320336758,
|
|
1053
|
-
cy: -6.324555320336758,
|
|
1054
|
-
r: 3.794733192202055,
|
|
1055
|
-
fill: 'color',
|
|
1056
|
-
scaleY: 0.97
|
|
1057
|
-
},
|
|
1058
|
-
// Inner dot on satellite 2 (uses bg color)
|
|
1059
|
-
{
|
|
1060
|
-
type: 'circle',
|
|
1061
|
-
cx: 6.324555320336758,
|
|
1062
|
-
cy: -6.00832755431992,
|
|
1063
|
-
r: 1.5811388300841895,
|
|
1064
|
-
fill: 'bg'
|
|
1065
|
-
},
|
|
1066
|
-
// Satellite node 3
|
|
1067
|
-
{
|
|
1068
|
-
type: 'circle',
|
|
1069
|
-
cx: -6.324555320336758,
|
|
1070
|
-
cy: 3.478505426185217,
|
|
1071
|
-
r: 3.794733192202055,
|
|
1072
|
-
fill: 'color',
|
|
1073
|
-
scaleY: 0.97
|
|
1074
|
-
},
|
|
1075
|
-
// Inner dot on satellite 3 (uses bg color)
|
|
1076
|
-
{
|
|
1077
|
-
type: 'circle',
|
|
1078
|
-
cx: -6.324555320336758,
|
|
1079
|
-
cy: 3.478505426185217,
|
|
1080
|
-
r: 1.5811388300841895,
|
|
1081
|
-
fill: 'bg'
|
|
1082
|
-
},
|
|
1083
|
-
// Connection line 1
|
|
1084
|
-
{
|
|
1085
|
-
type: 'line',
|
|
1086
|
-
x1: -8.854377448471462,
|
|
1087
|
-
y1: 4.743416490252569,
|
|
1088
|
-
x2: -6.00832755431992,
|
|
1089
|
-
y2: 9.803060746521975,
|
|
1090
|
-
stroke: 'color',
|
|
1091
|
-
strokeWidth: 1.5
|
|
1092
|
-
},
|
|
1093
|
-
// Connection line 2
|
|
1094
|
-
{
|
|
1095
|
-
type: 'line',
|
|
1096
|
-
x1: -3.162277660168379,
|
|
1097
|
-
y1: 3.162277660168379,
|
|
1098
|
-
x2: -6.640783086353596,
|
|
1099
|
-
y2: 9.803060746521975,
|
|
1100
|
-
stroke: 'color',
|
|
1101
|
-
strokeWidth: 1.8
|
|
1102
|
-
},
|
|
1103
|
-
// Junction rect 1
|
|
1104
|
-
{
|
|
1105
|
-
type: 'rect',
|
|
1106
|
-
x: -7.273238618387272,
|
|
1107
|
-
y: 6.324555320336758,
|
|
1108
|
-
width: 1.8973665961010275,
|
|
1109
|
-
height: 2.2135943621178655,
|
|
1110
|
-
fill: 'color'
|
|
1111
|
-
},
|
|
1112
|
-
// Central line (uses bg color)
|
|
1113
|
-
{
|
|
1114
|
-
type: 'line',
|
|
1115
|
-
x1: 1.2649110640673518,
|
|
1116
|
-
y1: 1.2649110640673518,
|
|
1117
|
-
x2: 9.1706052144883,
|
|
1118
|
-
y2: 1.2649110640673518,
|
|
1119
|
-
stroke: 'bg',
|
|
1120
|
-
strokeWidth: 2.4
|
|
1121
|
-
},
|
|
1122
|
-
// Connection line 3
|
|
1123
|
-
{
|
|
1124
|
-
type: 'line',
|
|
1125
|
-
x1: 9.486832980505138,
|
|
1126
|
-
y1: -6.640783086353596,
|
|
1127
|
-
x2: 6.00832755431992,
|
|
1128
|
-
y2: 0,
|
|
1129
|
-
stroke: 'color',
|
|
1130
|
-
strokeWidth: 1.8
|
|
1131
|
-
},
|
|
1132
|
-
// Connection line 4
|
|
1133
|
-
{
|
|
1134
|
-
type: 'line',
|
|
1135
|
-
x1: 3.478505426185217,
|
|
1136
|
-
y1: -5.375872022286244,
|
|
1137
|
-
x2: 6.640783086353596,
|
|
1138
|
-
y2: 0,
|
|
1139
|
-
stroke: 'color',
|
|
1140
|
-
strokeWidth: 1.5
|
|
1141
|
-
},
|
|
1142
|
-
// Junction rect 2
|
|
1143
|
-
{
|
|
1144
|
-
type: 'rect',
|
|
1145
|
-
x: 5.692099788303082,
|
|
1146
|
-
y: -3.478505426185217,
|
|
1147
|
-
width: 1.8973665961010275,
|
|
1148
|
-
height: 2.2135943621178655,
|
|
1149
|
-
fill: 'color'
|
|
1150
|
-
},
|
|
1151
|
-
// Base rect (uses bg color)
|
|
1152
|
-
{
|
|
1153
|
-
type: 'rect',
|
|
1154
|
-
x: 2.846049894151541,
|
|
1155
|
-
y: 10,
|
|
1156
|
-
width: 6,
|
|
1157
|
-
height: 4,
|
|
1158
|
-
fill: 'bg'
|
|
1159
|
-
},
|
|
1160
|
-
// Horizontal divider line (uses bg color)
|
|
1161
|
-
{
|
|
1162
|
-
type: 'line',
|
|
1163
|
-
x1: -0.31622776601683794,
|
|
1164
|
-
y1: 6.324555320336758,
|
|
1165
|
-
x2: 7.58946638440411,
|
|
1166
|
-
y2: 6.324555320336758,
|
|
1167
|
-
stroke: 'bg',
|
|
1168
|
-
strokeWidth: 2.3
|
|
1169
|
-
},
|
|
1170
|
-
// Bottom bar
|
|
1171
|
-
{
|
|
1172
|
-
type: 'rect',
|
|
1173
|
-
x: -2.5298221281347035,
|
|
1174
|
-
y: 7.5,
|
|
1175
|
-
width: 7.273238618387272,
|
|
1176
|
-
height: 2.5,
|
|
1177
|
-
fill: 'color'
|
|
1178
|
-
}]
|
|
1179
|
-
};
|
|
1180
|
-
|
|
1181
|
-
// ===========================================
|
|
1182
|
-
// QUERY ICON (Query States Network)
|
|
1183
|
-
// ===========================================
|
|
1184
|
-
|
|
1185
|
-
const QUERY_ICON_COLOR = exports.QUERY_ICON_COLOR = '#FF3366'; // Red/Pink (React Query brand)
|
|
1186
|
-
|
|
1187
|
-
// Query state colors - MUST match packages/react-query/src/react-query/components/QuerySelector.tsx
|
|
1188
|
-
const QUERY_STATES = {
|
|
1189
|
-
fresh: '#10B981',
|
|
1190
|
-
// Green - data is current
|
|
1191
|
-
fetching: '#3B82F6',
|
|
1192
|
-
// Blue - loading
|
|
1193
|
-
stale: '#F59E0B',
|
|
1194
|
-
// Yellow/Amber - needs refresh
|
|
1195
|
-
paused: '#8B5CF6',
|
|
1196
|
-
// Purple - paused
|
|
1197
|
-
inactive: '#6B7280' // Gray - no observers
|
|
1198
|
-
};
|
|
1199
|
-
const queryIconData = exports.queryIconData = {
|
|
1200
|
-
color: QUERY_ICON_COLOR,
|
|
1201
|
-
bgColor: '#000',
|
|
1202
|
-
elements: [
|
|
1203
|
-
// === CONNECTION LINES (using line elements - much cleaner!) ===
|
|
1204
|
-
// Center to Fresh (top) - green
|
|
1205
|
-
{
|
|
1206
|
-
type: 'line',
|
|
1207
|
-
x1: 0,
|
|
1208
|
-
y1: 0,
|
|
1209
|
-
x2: 0,
|
|
1210
|
-
y2: -8,
|
|
1211
|
-
stroke: QUERY_STATES.fresh,
|
|
1212
|
-
strokeWidth: 1.2,
|
|
1213
|
-
opacity: 0.5
|
|
1214
|
-
},
|
|
1215
|
-
// Center to Fetching (top-right) - cyan
|
|
1216
|
-
{
|
|
1217
|
-
type: 'line',
|
|
1218
|
-
x1: 0,
|
|
1219
|
-
y1: 0,
|
|
1220
|
-
x2: 7.6,
|
|
1221
|
-
y2: -2.5,
|
|
1222
|
-
stroke: QUERY_STATES.fetching,
|
|
1223
|
-
strokeWidth: 1.2,
|
|
1224
|
-
opacity: 0.5
|
|
1225
|
-
},
|
|
1226
|
-
// Center to Stale (bottom-right) - yellow
|
|
1227
|
-
{
|
|
1228
|
-
type: 'line',
|
|
1229
|
-
x1: 0,
|
|
1230
|
-
y1: 0,
|
|
1231
|
-
x2: 4.7,
|
|
1232
|
-
y2: 6.5,
|
|
1233
|
-
stroke: QUERY_STATES.stale,
|
|
1234
|
-
strokeWidth: 1.2,
|
|
1235
|
-
opacity: 0.5
|
|
1236
|
-
},
|
|
1237
|
-
// Center to Paused (bottom-left) - purple
|
|
1238
|
-
{
|
|
1239
|
-
type: 'line',
|
|
1240
|
-
x1: 0,
|
|
1241
|
-
y1: 0,
|
|
1242
|
-
x2: -4.7,
|
|
1243
|
-
y2: 6.5,
|
|
1244
|
-
stroke: QUERY_STATES.paused,
|
|
1245
|
-
strokeWidth: 1.2,
|
|
1246
|
-
opacity: 0.5
|
|
1247
|
-
},
|
|
1248
|
-
// Center to Inactive (top-left) - gray
|
|
1249
|
-
{
|
|
1250
|
-
type: 'line',
|
|
1251
|
-
x1: 0,
|
|
1252
|
-
y1: 0,
|
|
1253
|
-
x2: -7.6,
|
|
1254
|
-
y2: -2.5,
|
|
1255
|
-
stroke: QUERY_STATES.inactive,
|
|
1256
|
-
strokeWidth: 1.2,
|
|
1257
|
-
opacity: 0.5
|
|
1258
|
-
},
|
|
1259
|
-
// === STATE NODES (5 query states in pentagon) ===
|
|
1260
|
-
// FRESH (top) - Green
|
|
1261
|
-
{
|
|
1262
|
-
type: 'circle',
|
|
1263
|
-
cx: 0,
|
|
1264
|
-
cy: -8,
|
|
1265
|
-
r: 2.2,
|
|
1266
|
-
fill: QUERY_STATES.fresh,
|
|
1267
|
-
opacity: 0.2
|
|
1268
|
-
}, {
|
|
1269
|
-
type: 'circle',
|
|
1270
|
-
cx: 0,
|
|
1271
|
-
cy: -8,
|
|
1272
|
-
r: 1.6,
|
|
1273
|
-
fill: QUERY_STATES.fresh,
|
|
1274
|
-
opacity: 0.9
|
|
1275
|
-
},
|
|
1276
|
-
// FETCHING (top-right) - Cyan
|
|
1277
|
-
{
|
|
1278
|
-
type: 'circle',
|
|
1279
|
-
cx: 7.6,
|
|
1280
|
-
cy: -2.5,
|
|
1281
|
-
r: 2.2,
|
|
1282
|
-
fill: QUERY_STATES.fetching,
|
|
1283
|
-
opacity: 0.2
|
|
1284
|
-
}, {
|
|
1285
|
-
type: 'circle',
|
|
1286
|
-
cx: 7.6,
|
|
1287
|
-
cy: -2.5,
|
|
1288
|
-
r: 1.6,
|
|
1289
|
-
fill: QUERY_STATES.fetching,
|
|
1290
|
-
opacity: 0.9
|
|
1291
|
-
},
|
|
1292
|
-
// STALE (bottom-right) - Yellow
|
|
1293
|
-
{
|
|
1294
|
-
type: 'circle',
|
|
1295
|
-
cx: 4.7,
|
|
1296
|
-
cy: 6.5,
|
|
1297
|
-
r: 2.2,
|
|
1298
|
-
fill: QUERY_STATES.stale,
|
|
1299
|
-
opacity: 0.2
|
|
1300
|
-
}, {
|
|
1301
|
-
type: 'circle',
|
|
1302
|
-
cx: 4.7,
|
|
1303
|
-
cy: 6.5,
|
|
1304
|
-
r: 1.6,
|
|
1305
|
-
fill: QUERY_STATES.stale,
|
|
1306
|
-
opacity: 0.9
|
|
1307
|
-
},
|
|
1308
|
-
// PAUSED (bottom-left) - Purple
|
|
1309
|
-
{
|
|
1310
|
-
type: 'circle',
|
|
1311
|
-
cx: -4.7,
|
|
1312
|
-
cy: 6.5,
|
|
1313
|
-
r: 2.2,
|
|
1314
|
-
fill: QUERY_STATES.paused,
|
|
1315
|
-
opacity: 0.2
|
|
1316
|
-
}, {
|
|
1317
|
-
type: 'circle',
|
|
1318
|
-
cx: -4.7,
|
|
1319
|
-
cy: 6.5,
|
|
1320
|
-
r: 1.6,
|
|
1321
|
-
fill: QUERY_STATES.paused,
|
|
1322
|
-
opacity: 0.9
|
|
1323
|
-
},
|
|
1324
|
-
// INACTIVE (top-left) - Gray
|
|
1325
|
-
{
|
|
1326
|
-
type: 'circle',
|
|
1327
|
-
cx: -7.6,
|
|
1328
|
-
cy: -2.5,
|
|
1329
|
-
r: 2.2,
|
|
1330
|
-
fill: QUERY_STATES.inactive,
|
|
1331
|
-
opacity: 0.2
|
|
1332
|
-
}, {
|
|
1333
|
-
type: 'circle',
|
|
1334
|
-
cx: -7.6,
|
|
1335
|
-
cy: -2.5,
|
|
1336
|
-
r: 1.6,
|
|
1337
|
-
fill: QUERY_STATES.inactive,
|
|
1338
|
-
opacity: 0.9
|
|
1339
|
-
},
|
|
1340
|
-
// === CENTER NODE (Your Query - cycles through states) ===
|
|
1341
|
-
// Outer glow ring
|
|
1342
|
-
{
|
|
1343
|
-
type: 'circle',
|
|
1344
|
-
cx: 0,
|
|
1345
|
-
cy: 0,
|
|
1346
|
-
r: 4.5,
|
|
1347
|
-
fill: 'color',
|
|
1348
|
-
opacity: 0.1
|
|
1349
|
-
},
|
|
1350
|
-
// Main center (React Query pink)
|
|
1351
|
-
{
|
|
1352
|
-
type: 'circle',
|
|
1353
|
-
cx: 0,
|
|
1354
|
-
cy: 0,
|
|
1355
|
-
r: 3,
|
|
1356
|
-
fill: 'color',
|
|
1357
|
-
opacity: 0.95
|
|
1358
|
-
},
|
|
1359
|
-
// Inner highlight
|
|
1360
|
-
{
|
|
1361
|
-
type: 'circle',
|
|
1362
|
-
cx: 0,
|
|
1363
|
-
cy: 0,
|
|
1364
|
-
r: 1.3,
|
|
1365
|
-
fill: '#fff',
|
|
1366
|
-
opacity: 0.35
|
|
1367
|
-
}]
|
|
1368
|
-
};
|
|
1369
|
-
|
|
1370
|
-
// ===========================================
|
|
1371
|
-
// HIGHLIGHTER ICON (Custom highlight marker style)
|
|
1372
|
-
// ===========================================
|
|
1373
|
-
// Custom designed highlighter icon for render tracking
|
|
1374
|
-
// Uses emerald green (#10B981) to match highlight-updates theme
|
|
1375
|
-
|
|
1376
|
-
const HIGHLIGHTER_ICON_COLOR = exports.HIGHLIGHTER_ICON_COLOR = '#10B981'; // Emerald green (same as highlight-updates)
|
|
1377
|
-
// Legacy alias for backward compatibility
|
|
1378
|
-
const RENDERS_ICON_COLOR = exports.RENDERS_ICON_COLOR = HIGHLIGHTER_ICON_COLOR;
|
|
1379
|
-
const highlighterIconData = exports.highlighterIconData = {
|
|
1380
|
-
color: HIGHLIGHTER_ICON_COLOR,
|
|
1381
|
-
bgColor: '#0a0a0f',
|
|
1382
|
-
elements: [
|
|
1383
|
-
// Decorative diamond shape
|
|
1384
|
-
{
|
|
1385
|
-
type: 'rect',
|
|
1386
|
-
x: -9.1706052144883,
|
|
1387
|
-
y: 5.692099788303082,
|
|
1388
|
-
width: 3.478505426185217,
|
|
1389
|
-
height: 3.478505426185217,
|
|
1390
|
-
fill: 'color',
|
|
1391
|
-
rotation: 45
|
|
1392
|
-
},
|
|
1393
|
-
// Base block (uses bg color)
|
|
1394
|
-
{
|
|
1395
|
-
type: 'rect',
|
|
1396
|
-
x: -10.119288512538814,
|
|
1397
|
-
y: 8.538149682454623,
|
|
1398
|
-
width: 6,
|
|
1399
|
-
height: 4,
|
|
1400
|
-
fill: 'bg'
|
|
1401
|
-
},
|
|
1402
|
-
// Horizontal accent line
|
|
1403
|
-
{
|
|
1404
|
-
type: 'line',
|
|
1405
|
-
x1: -10.119288512538814,
|
|
1406
|
-
y1: 7.905694150420948,
|
|
1407
|
-
x2: -6.640783086353596,
|
|
1408
|
-
y2: 7.905694150420948,
|
|
1409
|
-
stroke: 'color',
|
|
1410
|
-
strokeWidth: 1.5
|
|
1411
|
-
},
|
|
1412
|
-
// Diagonal stroke 1
|
|
1413
|
-
{
|
|
1414
|
-
type: 'line',
|
|
1415
|
-
x1: -6.957010852370434,
|
|
1416
|
-
y1: 5.059644256269407,
|
|
1417
|
-
x2: -2.846049894151541,
|
|
1418
|
-
y2: 5.059644256269407,
|
|
1419
|
-
stroke: 'color',
|
|
1420
|
-
strokeWidth: 1.5,
|
|
1421
|
-
rotation: 44
|
|
1422
|
-
},
|
|
1423
|
-
// Cross stroke 1
|
|
1424
|
-
{
|
|
1425
|
-
type: 'line',
|
|
1426
|
-
x1: -5.91,
|
|
1427
|
-
y1: -4.11,
|
|
1428
|
-
x2: 7.27,
|
|
1429
|
-
y2: -4.33,
|
|
1430
|
-
stroke: 'color',
|
|
1431
|
-
strokeWidth: 2.1,
|
|
1432
|
-
rotation: 145
|
|
1433
|
-
},
|
|
1434
|
-
// Cross stroke 2
|
|
1435
|
-
{
|
|
1436
|
-
type: 'line',
|
|
1437
|
-
x1: -1.56,
|
|
1438
|
-
y1: 1.05,
|
|
1439
|
-
x2: 10.435516278555651,
|
|
1440
|
-
y2: -2.846049894151541,
|
|
1441
|
-
stroke: 'color',
|
|
1442
|
-
strokeWidth: 2.1,
|
|
1443
|
-
rotation: 145
|
|
1444
|
-
},
|
|
1445
|
-
// Diagonal stroke 2
|
|
1446
|
-
{
|
|
1447
|
-
type: 'line',
|
|
1448
|
-
x1: 4.110960958218893,
|
|
1449
|
-
y1: -6.640783086353596,
|
|
1450
|
-
x2: 9.486832980505138,
|
|
1451
|
-
y2: -6.640783086353596,
|
|
1452
|
-
stroke: 'color',
|
|
1453
|
-
strokeWidth: 2.2,
|
|
1454
|
-
rotation: 44
|
|
1455
|
-
},
|
|
1456
|
-
// Main highlight stroke
|
|
1457
|
-
{
|
|
1458
|
-
type: 'line',
|
|
1459
|
-
x1: -4.743416490252569,
|
|
1460
|
-
y1: -1.5811388300841895,
|
|
1461
|
-
x2: 1.5811388300841895,
|
|
1462
|
-
y2: 4.743416490252569,
|
|
1463
|
-
stroke: 'color',
|
|
1464
|
-
strokeWidth: 2.9
|
|
1465
|
-
},
|
|
1466
|
-
// Accent stroke 1
|
|
1467
|
-
{
|
|
1468
|
-
type: 'line',
|
|
1469
|
-
x1: -6.957010852370434,
|
|
1470
|
-
y1: 1.2649110640673518,
|
|
1471
|
-
x2: -2.2135943621178655,
|
|
1472
|
-
y2: 2.2135943621178655,
|
|
1473
|
-
stroke: 'color',
|
|
1474
|
-
strokeWidth: 1.5,
|
|
1475
|
-
rotation: 77
|
|
1476
|
-
},
|
|
1477
|
-
// Accent stroke 2
|
|
1478
|
-
{
|
|
1479
|
-
type: 'line',
|
|
1480
|
-
x1: -1.2649110640673518,
|
|
1481
|
-
y1: 0.9486832980505138,
|
|
1482
|
-
x2: -2.5298221281347035,
|
|
1483
|
-
y2: 7.905694150420948,
|
|
1484
|
-
stroke: 'color',
|
|
1485
|
-
strokeWidth: 1.5,
|
|
1486
|
-
rotation: 77
|
|
1487
|
-
},
|
|
1488
|
-
// Central highlighter body
|
|
1489
|
-
{
|
|
1490
|
-
type: 'rect',
|
|
1491
|
-
x: -4.427188724235731,
|
|
1492
|
-
y: 0.9486832980505138,
|
|
1493
|
-
width: 3.794733192202055,
|
|
1494
|
-
height: 4.110960958218893,
|
|
1495
|
-
fill: 'color'
|
|
1496
|
-
},
|
|
1497
|
-
// Diagonal accent 1
|
|
1498
|
-
{
|
|
1499
|
-
type: 'line',
|
|
1500
|
-
x1: -7.58946638440411,
|
|
1501
|
-
y1: 1.8973665961010275,
|
|
1502
|
-
x2: -0.9486832980505138,
|
|
1503
|
-
y2: 1.8973665961010275,
|
|
1504
|
-
stroke: 'color',
|
|
1505
|
-
strokeWidth: 1.5,
|
|
1506
|
-
rotation: -48
|
|
1507
|
-
},
|
|
1508
|
-
// Diagonal accent 2
|
|
1509
|
-
{
|
|
1510
|
-
type: 'line',
|
|
1511
|
-
x1: -5.375872022286244,
|
|
1512
|
-
y1: 4.110960958218893,
|
|
1513
|
-
x2: 1.2649110640673518,
|
|
1514
|
-
y2: 4.110960958218893,
|
|
1515
|
-
stroke: 'color',
|
|
1516
|
-
strokeWidth: 1.5,
|
|
1517
|
-
rotation: -48
|
|
1518
|
-
}]
|
|
1519
|
-
};
|
|
1520
|
-
|
|
1521
|
-
// Legacy alias for backward compatibility
|
|
1522
|
-
const rendersIconData = exports.rendersIconData = highlighterIconData;
|
|
1523
|
-
|
|
1524
|
-
// ===========================================
|
|
1525
|
-
// BENCHMARK ICON (Stopwatch)
|
|
1526
|
-
// ===========================================
|
|
1527
|
-
|
|
1528
|
-
const BENCHMARK_ICON_COLOR = exports.BENCHMARK_ICON_COLOR = '#F59E0B'; // Amber/Orange
|
|
1529
|
-
|
|
1530
|
-
const benchmarkIconData = exports.benchmarkIconData = {
|
|
1531
|
-
color: BENCHMARK_ICON_COLOR,
|
|
1532
|
-
bgColor: '#000',
|
|
1533
|
-
elements: [
|
|
1534
|
-
// === STOPWATCH BODY ===
|
|
1535
|
-
// Outer circle (stopwatch face)
|
|
1536
|
-
{
|
|
1537
|
-
type: 'circle',
|
|
1538
|
-
cx: 0,
|
|
1539
|
-
cy: 1,
|
|
1540
|
-
r: 7,
|
|
1541
|
-
border: true,
|
|
1542
|
-
borderWidth: 1.5,
|
|
1543
|
-
opacity: 0.9
|
|
1544
|
-
},
|
|
1545
|
-
// Inner glow
|
|
1546
|
-
{
|
|
1547
|
-
type: 'circle',
|
|
1548
|
-
cx: 0,
|
|
1549
|
-
cy: 1,
|
|
1550
|
-
r: 5,
|
|
1551
|
-
fill: 'color',
|
|
1552
|
-
opacity: 0.15
|
|
1553
|
-
},
|
|
1554
|
-
// === BUTTON (top) ===
|
|
1555
|
-
{
|
|
1556
|
-
type: 'rect',
|
|
1557
|
-
x: -2,
|
|
1558
|
-
y: -10,
|
|
1559
|
-
width: 4,
|
|
1560
|
-
height: 3,
|
|
1561
|
-
borderRadius: 1,
|
|
1562
|
-
fill: 'color',
|
|
1563
|
-
opacity: 0.9
|
|
1564
|
-
},
|
|
1565
|
-
// Crown/stem connecting button to clock
|
|
1566
|
-
{
|
|
1567
|
-
type: 'rect',
|
|
1568
|
-
x: -1,
|
|
1569
|
-
y: -7.5,
|
|
1570
|
-
width: 2,
|
|
1571
|
-
height: 2,
|
|
1572
|
-
fill: 'color',
|
|
1573
|
-
opacity: 0.9
|
|
1574
|
-
},
|
|
1575
|
-
// === STOPWATCH HAND ===
|
|
1576
|
-
// Hand pointing to ~10 o'clock position
|
|
1577
|
-
{
|
|
1578
|
-
type: 'rect',
|
|
1579
|
-
x: -0.75,
|
|
1580
|
-
y: -4,
|
|
1581
|
-
width: 1.5,
|
|
1582
|
-
height: 5,
|
|
1583
|
-
borderRadius: 1,
|
|
1584
|
-
fill: 'color',
|
|
1585
|
-
opacity: 0.9,
|
|
1586
|
-
rotation: -45,
|
|
1587
|
-
rotateFromCenter: true
|
|
1588
|
-
},
|
|
1589
|
-
// === CENTER DOT ===
|
|
1590
|
-
{
|
|
1591
|
-
type: 'circle',
|
|
1592
|
-
cx: 0,
|
|
1593
|
-
cy: 1,
|
|
1594
|
-
r: 1,
|
|
1595
|
-
fill: 'color',
|
|
1596
|
-
opacity: 0.9
|
|
1597
|
-
},
|
|
1598
|
-
// === TICK MARKS (hour indicators) ===
|
|
1599
|
-
// 12 o'clock
|
|
1600
|
-
{
|
|
1601
|
-
type: 'rect',
|
|
1602
|
-
x: -0.5,
|
|
1603
|
-
y: -5,
|
|
1604
|
-
width: 1,
|
|
1605
|
-
height: 2,
|
|
1606
|
-
fill: 'color',
|
|
1607
|
-
opacity: 0.5
|
|
1608
|
-
},
|
|
1609
|
-
// 3 o'clock
|
|
1610
|
-
{
|
|
1611
|
-
type: 'rect',
|
|
1612
|
-
x: 4,
|
|
1613
|
-
y: 0.5,
|
|
1614
|
-
width: 2,
|
|
1615
|
-
height: 1,
|
|
1616
|
-
fill: 'color',
|
|
1617
|
-
opacity: 0.5
|
|
1618
|
-
},
|
|
1619
|
-
// 6 o'clock
|
|
1620
|
-
{
|
|
1621
|
-
type: 'rect',
|
|
1622
|
-
x: -0.5,
|
|
1623
|
-
y: 5,
|
|
1624
|
-
width: 1,
|
|
1625
|
-
height: 2,
|
|
1626
|
-
fill: 'color',
|
|
1627
|
-
opacity: 0.5
|
|
1628
|
-
},
|
|
1629
|
-
// 9 o'clock
|
|
1630
|
-
{
|
|
1631
|
-
type: 'rect',
|
|
1632
|
-
x: -6,
|
|
1633
|
-
y: 0.5,
|
|
1634
|
-
width: 2,
|
|
1635
|
-
height: 1,
|
|
1636
|
-
fill: 'color',
|
|
1637
|
-
opacity: 0.5
|
|
1638
|
-
}]
|
|
1639
|
-
};
|
|
1640
|
-
|
|
1641
|
-
// ===========================================
|
|
1642
|
-
// SENTRY ICON (Bug)
|
|
1643
|
-
// ===========================================
|
|
1644
|
-
|
|
1645
|
-
const SENTRY_ICON_COLOR = exports.SENTRY_ICON_COLOR = '#FF3366'; // Red/Pink (Sentry brand)
|
|
1646
|
-
|
|
1647
|
-
const sentryIconData = exports.sentryIconData = {
|
|
1648
|
-
color: SENTRY_ICON_COLOR,
|
|
1649
|
-
bgColor: '#000',
|
|
1650
|
-
elements: [
|
|
1651
|
-
// === BUG GLOW (behind) ===
|
|
1652
|
-
{
|
|
1653
|
-
type: 'circle',
|
|
1654
|
-
cx: 0,
|
|
1655
|
-
cy: 1,
|
|
1656
|
-
r: 8,
|
|
1657
|
-
fill: 'color',
|
|
1658
|
-
opacity: 0.15
|
|
1659
|
-
},
|
|
1660
|
-
// === BUG BODY ===
|
|
1661
|
-
// Main oval body
|
|
1662
|
-
{
|
|
1663
|
-
type: 'rect',
|
|
1664
|
-
x: -6,
|
|
1665
|
-
y: -4,
|
|
1666
|
-
width: 12,
|
|
1667
|
-
height: 14,
|
|
1668
|
-
borderRadius: 6,
|
|
1669
|
-
fill: 'color',
|
|
1670
|
-
opacity: 0.9
|
|
1671
|
-
},
|
|
1672
|
-
// === BUG HEAD ===
|
|
1673
|
-
{
|
|
1674
|
-
type: 'rect',
|
|
1675
|
-
x: -4,
|
|
1676
|
-
y: -9,
|
|
1677
|
-
width: 8,
|
|
1678
|
-
height: 6,
|
|
1679
|
-
borderRadius: 4,
|
|
1680
|
-
fill: 'color',
|
|
1681
|
-
opacity: 0.95
|
|
1682
|
-
},
|
|
1683
|
-
// === ANTENNAE ===
|
|
1684
|
-
// Left antenna
|
|
1685
|
-
{
|
|
1686
|
-
type: 'rect',
|
|
1687
|
-
x: -3,
|
|
1688
|
-
y: -12,
|
|
1689
|
-
width: 0.8,
|
|
1690
|
-
height: 4,
|
|
1691
|
-
fill: 'color',
|
|
1692
|
-
opacity: 0.7,
|
|
1693
|
-
rotation: -15
|
|
1694
|
-
}, {
|
|
1695
|
-
type: 'circle',
|
|
1696
|
-
cx: -4,
|
|
1697
|
-
cy: -12,
|
|
1698
|
-
r: 1.2,
|
|
1699
|
-
fill: 'color',
|
|
1700
|
-
opacity: 0.6
|
|
1701
|
-
},
|
|
1702
|
-
// Right antenna
|
|
1703
|
-
{
|
|
1704
|
-
type: 'rect',
|
|
1705
|
-
x: 2.2,
|
|
1706
|
-
y: -12,
|
|
1707
|
-
width: 0.8,
|
|
1708
|
-
height: 4,
|
|
1709
|
-
fill: 'color',
|
|
1710
|
-
opacity: 0.7,
|
|
1711
|
-
rotation: 15
|
|
1712
|
-
}, {
|
|
1713
|
-
type: 'circle',
|
|
1714
|
-
cx: 4,
|
|
1715
|
-
cy: -12,
|
|
1716
|
-
r: 1.2,
|
|
1717
|
-
fill: 'color',
|
|
1718
|
-
opacity: 0.6
|
|
1719
|
-
},
|
|
1720
|
-
// === LEGS (3 per side) ===
|
|
1721
|
-
// Left legs
|
|
1722
|
-
{
|
|
1723
|
-
type: 'rect',
|
|
1724
|
-
x: -10,
|
|
1725
|
-
y: -2,
|
|
1726
|
-
width: 4,
|
|
1727
|
-
height: 1,
|
|
1728
|
-
fill: 'color',
|
|
1729
|
-
opacity: 0.8,
|
|
1730
|
-
rotation: -20
|
|
1731
|
-
}, {
|
|
1732
|
-
type: 'rect',
|
|
1733
|
-
x: -10,
|
|
1734
|
-
y: 1,
|
|
1735
|
-
width: 4,
|
|
1736
|
-
height: 1,
|
|
1737
|
-
fill: 'color',
|
|
1738
|
-
opacity: 0.8,
|
|
1739
|
-
rotation: -10
|
|
1740
|
-
}, {
|
|
1741
|
-
type: 'rect',
|
|
1742
|
-
x: -10,
|
|
1743
|
-
y: 4,
|
|
1744
|
-
width: 4,
|
|
1745
|
-
height: 1,
|
|
1746
|
-
fill: 'color',
|
|
1747
|
-
opacity: 0.8,
|
|
1748
|
-
rotation: 10
|
|
1749
|
-
},
|
|
1750
|
-
// Right legs
|
|
1751
|
-
{
|
|
1752
|
-
type: 'rect',
|
|
1753
|
-
x: 6,
|
|
1754
|
-
y: -2,
|
|
1755
|
-
width: 4,
|
|
1756
|
-
height: 1,
|
|
1757
|
-
fill: 'color',
|
|
1758
|
-
opacity: 0.8,
|
|
1759
|
-
rotation: 20
|
|
1760
|
-
}, {
|
|
1761
|
-
type: 'rect',
|
|
1762
|
-
x: 6,
|
|
1763
|
-
y: 1,
|
|
1764
|
-
width: 4,
|
|
1765
|
-
height: 1,
|
|
1766
|
-
fill: 'color',
|
|
1767
|
-
opacity: 0.8,
|
|
1768
|
-
rotation: 10
|
|
1769
|
-
}, {
|
|
1770
|
-
type: 'rect',
|
|
1771
|
-
x: 6,
|
|
1772
|
-
y: 4,
|
|
1773
|
-
width: 4,
|
|
1774
|
-
height: 1,
|
|
1775
|
-
fill: 'color',
|
|
1776
|
-
opacity: 0.8,
|
|
1777
|
-
rotation: -10
|
|
1778
|
-
},
|
|
1779
|
-
// === CENTER HIGHLIGHT ===
|
|
1780
|
-
{
|
|
1781
|
-
type: 'circle',
|
|
1782
|
-
cx: 0,
|
|
1783
|
-
cy: 1,
|
|
1784
|
-
r: 1,
|
|
1785
|
-
fill: '#fff',
|
|
1786
|
-
opacity: 0.3
|
|
1787
|
-
}]
|
|
1788
|
-
};
|
|
1789
|
-
|
|
1790
|
-
// ===========================================
|
|
1791
|
-
// WIFI ICON (Signal Arcs)
|
|
1792
|
-
// ===========================================
|
|
1793
|
-
|
|
1794
|
-
const WIFI_ICON_COLOR = exports.WIFI_ICON_COLOR = '#00D4FF'; // Cyan
|
|
1795
|
-
|
|
1796
|
-
/**
|
|
1797
|
-
* WiFi Icon using the "clever trick" - smooth arcs via border trick
|
|
1798
|
-
*
|
|
1799
|
-
* Uses IconSmoothArc which creates perfect anti-aliased curves by using
|
|
1800
|
-
* bordered circles with partial borders hidden. This is the same technique
|
|
1801
|
-
* used in the shared-ui WifiIcon for smooth, professional-looking arcs.
|
|
1802
|
-
*
|
|
1803
|
-
* The arcs use portion: 'top' centered at the signal dot position,
|
|
1804
|
-
* which shows the top portion of each circle - creating WiFi-style
|
|
1805
|
-
* arcs curving upward from the signal source.
|
|
1806
|
-
*/
|
|
1807
|
-
const wifiIconData = exports.wifiIconData = {
|
|
1808
|
-
color: WIFI_ICON_COLOR,
|
|
1809
|
-
bgColor: '#000',
|
|
1810
|
-
elements: [
|
|
1811
|
-
// === CENTER DOT (signal source) ===
|
|
1812
|
-
{
|
|
1813
|
-
type: 'circle',
|
|
1814
|
-
cx: 0,
|
|
1815
|
-
cy: 6,
|
|
1816
|
-
r: 2,
|
|
1817
|
-
fill: 'color',
|
|
1818
|
-
opacity: 1
|
|
1819
|
-
},
|
|
1820
|
-
// === SIGNAL ARCS (using smootharc - the "clever trick"!) ===
|
|
1821
|
-
// Uses border trick for perfect anti-aliased curves instead of line segments.
|
|
1822
|
-
// portion: 'top' shows the top half of the circle, creating upward-curving arcs.
|
|
1823
|
-
|
|
1824
|
-
// Arc 1 (innermost)
|
|
1825
|
-
{
|
|
1826
|
-
type: 'smootharc',
|
|
1827
|
-
cx: 0,
|
|
1828
|
-
cy: 6,
|
|
1829
|
-
r: 5,
|
|
1830
|
-
stroke: 'color',
|
|
1831
|
-
strokeWidth: 2,
|
|
1832
|
-
opacity: 0.9,
|
|
1833
|
-
portion: 'top'
|
|
1834
|
-
},
|
|
1835
|
-
// Arc 2 (middle)
|
|
1836
|
-
{
|
|
1837
|
-
type: 'smootharc',
|
|
1838
|
-
cx: 0,
|
|
1839
|
-
cy: 6,
|
|
1840
|
-
r: 8,
|
|
1841
|
-
stroke: 'color',
|
|
1842
|
-
strokeWidth: 2,
|
|
1843
|
-
opacity: 0.7,
|
|
1844
|
-
portion: 'top'
|
|
1845
|
-
},
|
|
1846
|
-
// Arc 3 (outermost)
|
|
1847
|
-
{
|
|
1848
|
-
type: 'smootharc',
|
|
1849
|
-
cx: 0,
|
|
1850
|
-
cy: 6,
|
|
1851
|
-
r: 11,
|
|
1852
|
-
stroke: 'color',
|
|
1853
|
-
strokeWidth: 2,
|
|
1854
|
-
opacity: 0.5,
|
|
1855
|
-
portion: 'top'
|
|
1856
|
-
}]
|
|
1857
|
-
};
|
|
1858
|
-
|
|
1859
|
-
// ===========================================
|
|
1860
|
-
// HIGHLIGHT ICON (Render Pulse/Stack Pulse)
|
|
1861
|
-
// ===========================================
|
|
1862
|
-
|
|
1863
|
-
const HIGHLIGHT_ICON_COLOR = exports.HIGHLIGHT_ICON_COLOR = '#10B981'; // Green (same as renders)
|
|
1864
|
-
|
|
1865
|
-
const highlightIconData = exports.highlightIconData = {
|
|
1866
|
-
color: HIGHLIGHT_ICON_COLOR,
|
|
1867
|
-
bgColor: '#000',
|
|
1868
|
-
elements: [
|
|
1869
|
-
// === PULSE RINGS (outer to inner) ===
|
|
1870
|
-
// Outer ring
|
|
1871
|
-
{
|
|
1872
|
-
type: 'rect',
|
|
1873
|
-
x: -10,
|
|
1874
|
-
y: -10,
|
|
1875
|
-
width: 20,
|
|
1876
|
-
height: 20,
|
|
1877
|
-
borderRadius: 3,
|
|
1878
|
-
border: true,
|
|
1879
|
-
borderWidth: 1.5,
|
|
1880
|
-
opacity: 0.2
|
|
1881
|
-
},
|
|
1882
|
-
// Middle ring
|
|
1883
|
-
{
|
|
1884
|
-
type: 'rect',
|
|
1885
|
-
x: -7.5,
|
|
1886
|
-
y: -7.5,
|
|
1887
|
-
width: 15,
|
|
1888
|
-
height: 15,
|
|
1889
|
-
borderRadius: 2.5,
|
|
1890
|
-
border: true,
|
|
1891
|
-
borderWidth: 1.5,
|
|
1892
|
-
opacity: 0.4
|
|
1893
|
-
},
|
|
1894
|
-
// === INNER COMPONENT BOX ===
|
|
1895
|
-
// Glow behind
|
|
1896
|
-
{
|
|
1897
|
-
type: 'rect',
|
|
1898
|
-
x: -6,
|
|
1899
|
-
y: -6,
|
|
1900
|
-
width: 12,
|
|
1901
|
-
height: 12,
|
|
1902
|
-
borderRadius: 2,
|
|
1903
|
-
fill: 'color',
|
|
1904
|
-
opacity: 0.15
|
|
1905
|
-
},
|
|
1906
|
-
// Main component box
|
|
1907
|
-
{
|
|
1908
|
-
type: 'rect',
|
|
1909
|
-
x: -5,
|
|
1910
|
-
y: -5,
|
|
1911
|
-
width: 10,
|
|
1912
|
-
height: 10,
|
|
1913
|
-
borderRadius: 1.5,
|
|
1914
|
-
fill: 'color',
|
|
1915
|
-
opacity: 0.9
|
|
1916
|
-
},
|
|
1917
|
-
// Inner screen
|
|
1918
|
-
{
|
|
1919
|
-
type: 'rect',
|
|
1920
|
-
x: -3.5,
|
|
1921
|
-
y: -3.5,
|
|
1922
|
-
width: 7,
|
|
1923
|
-
height: 7,
|
|
1924
|
-
borderRadius: 1,
|
|
1925
|
-
fill: '#000',
|
|
1926
|
-
opacity: 0.4
|
|
1927
|
-
},
|
|
1928
|
-
// === CONTENT LINES inside component ===
|
|
1929
|
-
{
|
|
1930
|
-
type: 'rect',
|
|
1931
|
-
x: -2,
|
|
1932
|
-
y: -2,
|
|
1933
|
-
width: 4,
|
|
1934
|
-
height: 1,
|
|
1935
|
-
borderRadius: 0.5,
|
|
1936
|
-
fill: 'color',
|
|
1937
|
-
opacity: 0.7
|
|
1938
|
-
}, {
|
|
1939
|
-
type: 'rect',
|
|
1940
|
-
x: -2,
|
|
1941
|
-
y: 0,
|
|
1942
|
-
width: 3,
|
|
1943
|
-
height: 1,
|
|
1944
|
-
borderRadius: 0.5,
|
|
1945
|
-
fill: 'color',
|
|
1946
|
-
opacity: 0.5
|
|
1947
|
-
}, {
|
|
1948
|
-
type: 'rect',
|
|
1949
|
-
x: -2,
|
|
1950
|
-
y: 2,
|
|
1951
|
-
width: 2,
|
|
1952
|
-
height: 1,
|
|
1953
|
-
borderRadius: 0.5,
|
|
1954
|
-
fill: 'color',
|
|
1955
|
-
opacity: 0.4
|
|
1956
|
-
},
|
|
1957
|
-
// === TOP HIGHLIGHT ===
|
|
1958
|
-
{
|
|
1959
|
-
type: 'rect',
|
|
1960
|
-
x: -3,
|
|
1961
|
-
y: -4.5,
|
|
1962
|
-
width: 6,
|
|
1963
|
-
height: 1.5,
|
|
1964
|
-
borderRadius: 0.75,
|
|
1965
|
-
fill: '#fff',
|
|
1966
|
-
opacity: 0.2
|
|
1967
|
-
},
|
|
1968
|
-
// === CORNER DOTS ===
|
|
1969
|
-
{
|
|
1970
|
-
type: 'circle',
|
|
1971
|
-
cx: -8,
|
|
1972
|
-
cy: -8,
|
|
1973
|
-
r: 1,
|
|
1974
|
-
fill: 'color',
|
|
1975
|
-
opacity: 0.6
|
|
1976
|
-
}, {
|
|
1977
|
-
type: 'circle',
|
|
1978
|
-
cx: 8,
|
|
1979
|
-
cy: -8,
|
|
1980
|
-
r: 1,
|
|
1981
|
-
fill: 'color',
|
|
1982
|
-
opacity: 0.6
|
|
1983
|
-
}, {
|
|
1984
|
-
type: 'circle',
|
|
1985
|
-
cx: -8,
|
|
1986
|
-
cy: 8,
|
|
1987
|
-
r: 1,
|
|
1988
|
-
fill: 'color',
|
|
1989
|
-
opacity: 0.6
|
|
1990
|
-
}, {
|
|
1991
|
-
type: 'circle',
|
|
1992
|
-
cx: 8,
|
|
1993
|
-
cy: 8,
|
|
1994
|
-
r: 1,
|
|
1995
|
-
fill: 'color',
|
|
1996
|
-
opacity: 0.6
|
|
1997
|
-
}]
|
|
1998
|
-
};
|
|
1999
|
-
|
|
2000
|
-
// ===========================================
|
|
2001
|
-
// EVENTS ICON (Unified Timeline)
|
|
2002
|
-
// ===========================================
|
|
2003
|
-
// Shows a vertical timeline with event cards - representing
|
|
2004
|
-
// the unified event timeline that aggregates events from all sources
|
|
2005
|
-
|
|
2006
|
-
const EVENTS_ICON_COLOR = exports.EVENTS_ICON_COLOR = '#00D4FF'; // Cyan (data/events feel)
|
|
2007
|
-
|
|
2008
|
-
const eventsIconData = exports.eventsIconData = {
|
|
2009
|
-
color: EVENTS_ICON_COLOR,
|
|
2010
|
-
bgColor: '#0a0a0f',
|
|
2011
|
-
elements: [
|
|
2012
|
-
// === TIMELINE NODES (left side) - scaled up ===
|
|
2013
|
-
// Node 1 (top)
|
|
2014
|
-
{
|
|
2015
|
-
type: 'circle',
|
|
2016
|
-
cx: -7,
|
|
2017
|
-
cy: -7,
|
|
2018
|
-
r: 2.5,
|
|
2019
|
-
fill: 'color',
|
|
2020
|
-
opacity: 1
|
|
2021
|
-
}, {
|
|
2022
|
-
type: 'circle',
|
|
2023
|
-
cx: -7,
|
|
2024
|
-
cy: -7,
|
|
2025
|
-
r: 1.4,
|
|
2026
|
-
fill: '#000000',
|
|
2027
|
-
opacity: 1
|
|
2028
|
-
},
|
|
2029
|
-
// Node 2 (middle)
|
|
2030
|
-
{
|
|
2031
|
-
type: 'circle',
|
|
2032
|
-
cx: -7,
|
|
2033
|
-
cy: 0,
|
|
2034
|
-
r: 2.5,
|
|
2035
|
-
fill: 'color',
|
|
2036
|
-
opacity: 1
|
|
2037
|
-
}, {
|
|
2038
|
-
type: 'circle',
|
|
2039
|
-
cx: -7,
|
|
2040
|
-
cy: 0,
|
|
2041
|
-
r: 1.4,
|
|
2042
|
-
fill: '#000000',
|
|
2043
|
-
opacity: 1
|
|
2044
|
-
},
|
|
2045
|
-
// Node 3 (bottom)
|
|
2046
|
-
{
|
|
2047
|
-
type: 'circle',
|
|
2048
|
-
cx: -7,
|
|
2049
|
-
cy: 7,
|
|
2050
|
-
r: 2.5,
|
|
2051
|
-
fill: 'color',
|
|
2052
|
-
opacity: 1
|
|
2053
|
-
}, {
|
|
2054
|
-
type: 'circle',
|
|
2055
|
-
cx: -7,
|
|
2056
|
-
cy: 7,
|
|
2057
|
-
r: 1.4,
|
|
2058
|
-
fill: '#000000',
|
|
2059
|
-
opacity: 1
|
|
2060
|
-
},
|
|
2061
|
-
// === VERTICAL TIMELINE LINES - thicker ===
|
|
2062
|
-
{
|
|
2063
|
-
type: 'line',
|
|
2064
|
-
x1: -7,
|
|
2065
|
-
y1: -4.2,
|
|
2066
|
-
x2: -7,
|
|
2067
|
-
y2: -2.8,
|
|
2068
|
-
stroke: 'color',
|
|
2069
|
-
strokeWidth: 1.5,
|
|
2070
|
-
opacity: 0.8
|
|
2071
|
-
}, {
|
|
2072
|
-
type: 'line',
|
|
2073
|
-
x1: -7,
|
|
2074
|
-
y1: 2.8,
|
|
2075
|
-
x2: -7,
|
|
2076
|
-
y2: 4.2,
|
|
2077
|
-
stroke: 'color',
|
|
2078
|
-
strokeWidth: 1.5,
|
|
2079
|
-
opacity: 0.8
|
|
2080
|
-
},
|
|
2081
|
-
// === HORIZONTAL CONNECTOR LINES (to cards) - thicker ===
|
|
2082
|
-
{
|
|
2083
|
-
type: 'line',
|
|
2084
|
-
x1: -4.2,
|
|
2085
|
-
y1: -7,
|
|
2086
|
-
x2: -1,
|
|
2087
|
-
y2: -7,
|
|
2088
|
-
stroke: 'color',
|
|
2089
|
-
strokeWidth: 1.5,
|
|
2090
|
-
opacity: 0.7
|
|
2091
|
-
}, {
|
|
2092
|
-
type: 'line',
|
|
2093
|
-
x1: -4.2,
|
|
2094
|
-
y1: 0,
|
|
2095
|
-
x2: -1,
|
|
2096
|
-
y2: 0,
|
|
2097
|
-
stroke: 'color',
|
|
2098
|
-
strokeWidth: 1.5,
|
|
2099
|
-
opacity: 0.7
|
|
2100
|
-
}, {
|
|
2101
|
-
type: 'line',
|
|
2102
|
-
x1: -4.2,
|
|
2103
|
-
y1: 7,
|
|
2104
|
-
x2: -1,
|
|
2105
|
-
y2: 7,
|
|
2106
|
-
stroke: 'color',
|
|
2107
|
-
strokeWidth: 1.5,
|
|
2108
|
-
opacity: 0.7
|
|
2109
|
-
},
|
|
2110
|
-
// === EVENT CARD 1 (top) - larger ===
|
|
2111
|
-
{
|
|
2112
|
-
type: 'rect',
|
|
2113
|
-
x: -1,
|
|
2114
|
-
y: -10,
|
|
2115
|
-
width: 11,
|
|
2116
|
-
height: 6,
|
|
2117
|
-
fill: 'color',
|
|
2118
|
-
opacity: 0.95,
|
|
2119
|
-
borderRadius: 1
|
|
2120
|
-
}, {
|
|
2121
|
-
type: 'rect',
|
|
2122
|
-
x: 0,
|
|
2123
|
-
y: -9,
|
|
2124
|
-
width: 9,
|
|
2125
|
-
height: 4,
|
|
2126
|
-
fill: '#000000',
|
|
2127
|
-
opacity: 1,
|
|
2128
|
-
borderRadius: 0.5
|
|
2129
|
-
},
|
|
2130
|
-
// Content lines in card 1 - thicker
|
|
2131
|
-
{
|
|
2132
|
-
type: 'line',
|
|
2133
|
-
x1: 1.5,
|
|
2134
|
-
y1: -7.5,
|
|
2135
|
-
x2: 7.5,
|
|
2136
|
-
y2: -7.5,
|
|
2137
|
-
stroke: 'color',
|
|
2138
|
-
strokeWidth: 1.2,
|
|
2139
|
-
opacity: 0.8
|
|
2140
|
-
}, {
|
|
2141
|
-
type: 'line',
|
|
2142
|
-
x1: 1.5,
|
|
2143
|
-
y1: -5.8,
|
|
2144
|
-
x2: 6,
|
|
2145
|
-
y2: -5.8,
|
|
2146
|
-
stroke: 'color',
|
|
2147
|
-
strokeWidth: 1.2,
|
|
2148
|
-
opacity: 0.6
|
|
2149
|
-
},
|
|
2150
|
-
// === EVENT CARD 2 (middle) - larger ===
|
|
2151
|
-
{
|
|
2152
|
-
type: 'rect',
|
|
2153
|
-
x: -1,
|
|
2154
|
-
y: -3,
|
|
2155
|
-
width: 11,
|
|
2156
|
-
height: 6,
|
|
2157
|
-
fill: 'color',
|
|
2158
|
-
opacity: 0.95,
|
|
2159
|
-
borderRadius: 1
|
|
2160
|
-
}, {
|
|
2161
|
-
type: 'rect',
|
|
2162
|
-
x: 0,
|
|
2163
|
-
y: -2,
|
|
2164
|
-
width: 9,
|
|
2165
|
-
height: 4,
|
|
2166
|
-
fill: '#000000',
|
|
2167
|
-
opacity: 1,
|
|
2168
|
-
borderRadius: 0.5
|
|
2169
|
-
},
|
|
2170
|
-
// Content lines in card 2 - thicker
|
|
2171
|
-
{
|
|
2172
|
-
type: 'line',
|
|
2173
|
-
x1: 1.5,
|
|
2174
|
-
y1: -0.5,
|
|
2175
|
-
x2: 7.5,
|
|
2176
|
-
y2: -0.5,
|
|
2177
|
-
stroke: 'color',
|
|
2178
|
-
strokeWidth: 1.2,
|
|
2179
|
-
opacity: 0.8
|
|
2180
|
-
}, {
|
|
2181
|
-
type: 'line',
|
|
2182
|
-
x1: 1.5,
|
|
2183
|
-
y1: 1.2,
|
|
2184
|
-
x2: 5,
|
|
2185
|
-
y2: 1.2,
|
|
2186
|
-
stroke: 'color',
|
|
2187
|
-
strokeWidth: 1.2,
|
|
2188
|
-
opacity: 0.6
|
|
2189
|
-
},
|
|
2190
|
-
// === EVENT CARD 3 (bottom) - larger ===
|
|
2191
|
-
{
|
|
2192
|
-
type: 'rect',
|
|
2193
|
-
x: -1,
|
|
2194
|
-
y: 4,
|
|
2195
|
-
width: 11,
|
|
2196
|
-
height: 6,
|
|
2197
|
-
fill: 'color',
|
|
2198
|
-
opacity: 0.95,
|
|
2199
|
-
borderRadius: 1
|
|
2200
|
-
}, {
|
|
2201
|
-
type: 'rect',
|
|
2202
|
-
x: 0,
|
|
2203
|
-
y: 5,
|
|
2204
|
-
width: 9,
|
|
2205
|
-
height: 4,
|
|
2206
|
-
fill: '#000000',
|
|
2207
|
-
opacity: 1,
|
|
2208
|
-
borderRadius: 0.5
|
|
2209
|
-
},
|
|
2210
|
-
// Data dots in card 3 - larger
|
|
2211
|
-
{
|
|
2212
|
-
type: 'circle',
|
|
2213
|
-
cx: 2,
|
|
2214
|
-
cy: 6.2,
|
|
2215
|
-
r: 0.6,
|
|
2216
|
-
fill: 'color',
|
|
2217
|
-
opacity: 0.9
|
|
2218
|
-
}, {
|
|
2219
|
-
type: 'circle',
|
|
2220
|
-
cx: 4,
|
|
2221
|
-
cy: 6.2,
|
|
2222
|
-
r: 0.6,
|
|
2223
|
-
fill: 'color',
|
|
2224
|
-
opacity: 0.9
|
|
2225
|
-
}, {
|
|
2226
|
-
type: 'circle',
|
|
2227
|
-
cx: 6,
|
|
2228
|
-
cy: 6.2,
|
|
2229
|
-
r: 0.6,
|
|
2230
|
-
fill: 'color',
|
|
2231
|
-
opacity: 0.9
|
|
2232
|
-
}, {
|
|
2233
|
-
type: 'circle',
|
|
2234
|
-
cx: 8,
|
|
2235
|
-
cy: 6.2,
|
|
2236
|
-
r: 0.6,
|
|
2237
|
-
fill: 'color',
|
|
2238
|
-
opacity: 0.9
|
|
2239
|
-
}, {
|
|
2240
|
-
type: 'circle',
|
|
2241
|
-
cx: 2,
|
|
2242
|
-
cy: 8,
|
|
2243
|
-
r: 0.6,
|
|
2244
|
-
fill: 'color',
|
|
2245
|
-
opacity: 0.9
|
|
2246
|
-
}, {
|
|
2247
|
-
type: 'circle',
|
|
2248
|
-
cx: 4,
|
|
2249
|
-
cy: 8,
|
|
2250
|
-
r: 0.6,
|
|
2251
|
-
fill: 'color',
|
|
2252
|
-
opacity: 0.9
|
|
2253
|
-
}, {
|
|
2254
|
-
type: 'circle',
|
|
2255
|
-
cx: 6,
|
|
2256
|
-
cy: 8,
|
|
2257
|
-
r: 0.6,
|
|
2258
|
-
fill: 'color',
|
|
2259
|
-
opacity: 0.9
|
|
2260
|
-
}, {
|
|
2261
|
-
type: 'circle',
|
|
2262
|
-
cx: 8,
|
|
2263
|
-
cy: 8,
|
|
2264
|
-
r: 0.6,
|
|
2265
|
-
fill: 'color',
|
|
2266
|
-
opacity: 0.9
|
|
2267
|
-
}]
|
|
2268
|
-
};
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.wifiIconData=exports.storageIconData=exports.sentryIconData=exports.routesIconData=exports.routeTwoPinsIconData=exports.routePinIconData=exports.routePathIconData=exports.routeDotIconData=exports.rendersIconData=exports.queryIconData=exports.networkIconData=exports.highlighterIconData=exports.highlightIconData=exports.eventsIconData=exports.envIconData=exports.curveTestPData=exports.curveTestOData=exports.curveTestNData=exports.curveTestMData=exports.curveTestLData=exports.curveTestKData=exports.curveTestJData=exports.curveTestIData=exports.curveTestHData=exports.curveTestGData=exports.curveTestFData=exports.curveTestEData=exports.curveTestDData=exports.curveTestCData=exports.curveTestBData=exports.curveTestAData=exports.benchmarkIconData=exports.WIFI_ICON_COLOR=exports.STORAGE_ICON_COLOR=exports.SENTRY_ICON_COLOR=exports.ROUTES_ICON_COLOR=exports.RENDERS_ICON_COLOR=exports.QUERY_ICON_COLOR=exports.NETWORK_ICON_COLOR=exports.HIGHLIGHT_ICON_COLOR=exports.HIGHLIGHTER_ICON_COLOR=exports.EVENTS_ICON_COLOR=exports.ENV_ICON_COLOR=exports.BENCHMARK_ICON_COLOR=void 0;const NETWORK_ICON_COLOR=exports.NETWORK_ICON_COLOR="#00D4FF",networkIconData=exports.networkIconData={color:NETWORK_ICON_COLOR,bgColor:"rgba(8, 12, 21, 0.95)",elements:[{type:"circle",cx:0,cy:0,r:9,fill:"bg",border:!0,borderWidth:2,glow:!0,glowRadius:4},{type:"circle",cx:0,cy:0,r:9,border:!0,borderWidth:2,scaleX:.45,opacity:.6},{type:"circle",cx:0,cy:0,r:9,border:!0,borderWidth:2,scaleX:1.33,scaleY:.6,opacity:.6}]},ENV_ICON_COLOR=exports.ENV_ICON_COLOR="#4AFF9F",KEYBOARD_ROW_1=[1,3,5,7,9,11,13,15,17],KEYBOARD_ROW_2=[2,4,6,8,10,12,14,16],envIconData=exports.envIconData={color:ENV_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-11,y:3,width:22,height:10,borderRadius:1,fill:"color",opacity:.15},{type:"rect",x:-10,y:4,width:20,height:8,borderRadius:1,fill:"color",opacity:.85},...KEYBOARD_ROW_1.map(t=>({type:"rect",x:-10+t,y:5.5,width:1.5,height:1.2,borderRadius:.2,fill:"#000",opacity:.3})),...KEYBOARD_ROW_2.map(t=>({type:"rect",x:-10+t,y:7.2,width:1.5,height:1.2,borderRadius:.2,fill:"#000",opacity:.3})),{type:"rect",x:-5,y:9.5,width:10,height:1,borderRadius:.2,fill:"#000",opacity:.25},{type:"rect",x:-9,y:-10,width:18,height:12,borderRadius:1,fill:"color",opacity:.9},{type:"rect",x:-8,y:-9,width:16,height:10,borderRadius:.5,fill:"#000",opacity:.5},{type:"rect",x:-7,y:-8,width:10,height:.5,fill:"color",opacity:.6},{type:"rect",x:-7,y:-6,width:7,height:.5,fill:"color",opacity:.6},{type:"rect",x:-7,y:-4,width:4,height:.5,fill:"color",opacity:.6},{type:"rect",x:-1,y:10,width:2,height:1,borderRadius:.5,fill:"color",opacity:.8},{type:"rect",x:.3*18-9,y:-6.4,width:1,height:1,borderRadius:.5,fill:"color",opacity:.4},{type:"rect",x:12.6-9,y:-6.4,width:1,height:1,borderRadius:.5,fill:"color",opacity:.4},{type:"rect",x:0,y:.7*12-10,width:1,height:1,borderRadius:.5,fill:"color",opacity:.4}]},STORAGE_ICON_COLOR=exports.STORAGE_ICON_COLOR="#FFB800",CYLINDER_POSITIONS=[{y:-6,opacity:.9},{y:-1.2,opacity:.8},{y:3.6,opacity:.7}],storageIconData=exports.storageIconData={color:STORAGE_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-9,y:-7,width:18,height:8,borderRadius:4,fill:"color",opacity:.1},{type:"rect",x:-8,y:-6,width:16,height:6,borderRadius:3,fill:"color",opacity:.9},{type:"rect",x:-7,y:-5.5,width:14,height:2,borderRadius:1,fill:"#fff",opacity:.15},{type:"rect",x:-8,y:-6,width:16,height:6,borderRadius:3,border:!0,borderWidth:.5,opacity:.3},{type:"rect",x:-9,y:-2.2,width:18,height:8,borderRadius:4,fill:"color",opacity:.1},{type:"rect",x:-8,y:-1.2,width:16,height:6,borderRadius:3,fill:"color",opacity:.8},{type:"rect",x:-7,y:-.7,width:14,height:2,borderRadius:1,fill:"#fff",opacity:.15},{type:"rect",x:-8,y:-1.2,width:16,height:6,borderRadius:3,border:!0,borderWidth:.5,opacity:.3},{type:"rect",x:-9,y:2.6,width:18,height:8,borderRadius:4,fill:"color",opacity:.1},{type:"rect",x:-8,y:3.6,width:16,height:6,borderRadius:3,fill:"color",opacity:.7},{type:"rect",x:-7,y:4.1,width:14,height:2,borderRadius:1,fill:"#fff",opacity:.15},{type:"rect",x:-8,y:3.6,width:16,height:6,borderRadius:3,border:!0,borderWidth:.5,opacity:.3},{type:"rect",x:-.25,y:-3.6,width:.5,height:6,fill:"color",opacity:.3},{type:"rect",x:-.25,y:1.2,width:.5,height:6,fill:"color",opacity:.3},{type:"rect",x:-.5,y:-3.5,width:1,height:1,borderRadius:.5,fill:"color",opacity:.6},{type:"rect",x:-.5,y:1.3,width:1,height:1,borderRadius:.5,fill:"color",opacity:.6},{type:"rect",x:-.5,y:6.1,width:1,height:1,borderRadius:.5,fill:"color",opacity:.6}]},ROUTES_ICON_COLOR=exports.ROUTES_ICON_COLOR="#FF9F1C",routePinIconData=exports.routePinIconData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:-2,r:5,fill:"color",opacity:1},{type:"triangle",x:0,y:4,size:5,direction:"down",fill:"color",opacity:1},{type:"circle",cx:0,cy:-2,r:2,fill:"bg",opacity:1}]},curveTestAData=exports.curveTestAData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:1.5,scaleY:.8,opacity:1}]},curveTestBData=exports.curveTestBData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:.6,scaleY:1.4,opacity:1}]},curveTestCData=exports.curveTestCData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:3,opacity:1}]},curveTestDData=exports.curveTestDData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestEData=exports.curveTestEData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]},curveTestFData=exports.curveTestFData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]},curveTestGData=exports.curveTestGData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-6,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestHData=exports.curveTestHData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-22,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestIData=exports.curveTestIData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-7,width:20,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1},{type:"rect",x:-12,y:1,width:20,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestJData=exports.curveTestJData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-6,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1},{type:"rect",x:-12,y:1,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestKData=exports.curveTestKData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-5,width:20,height:4,borderRadius:2,fill:"transparent",border:!0,borderWidth:1,opacity:1},{type:"rect",x:-12,y:1,width:20,height:4,borderRadius:2,fill:"transparent",border:!0,borderWidth:1,opacity:1}]},curveTestLData=exports.curveTestLData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-6,y:-8,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1},{type:"rect",x:-14,y:3,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestMData=exports.curveTestMData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-7,y:-5,width:18,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1},{type:"rect",x:-11,y:0,width:18,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},curveTestNData=exports.curveTestNData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-6,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:2,opacity:1},{type:"rect",x:-12,y:1,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:2,opacity:1}]},curveTestOData=exports.curveTestOData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-6,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1,opacity:1},{type:"rect",x:-12,y:1,width:20,height:5,borderRadius:2.5,fill:"transparent",border:!0,borderWidth:1,opacity:1}]},curveTestPData=exports.curveTestPData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-8,y:-7,width:20,height:7,borderRadius:3.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1},{type:"rect",x:-12,y:0,width:20,height:7,borderRadius:3.5,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]},routePathIconData=exports.routePathIconData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"smootharc",cx:-3,cy:-2,r:5,stroke:"color",strokeWidth:3,opacity:1,portion:"bottom"},{type:"smootharc",cx:3,cy:2,r:5,stroke:"color",strokeWidth:3,opacity:1,portion:"top"}]},routeDotIconData=exports.routeDotIconData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:8,fill:"color",opacity:.3},{type:"circle",cx:0,cy:0,r:3,fill:"bg",opacity:1}]},routeTwoPinsIconData=exports.routeTwoPinsIconData={color:ROUTES_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:-6,cy:4,r:3.5,fill:"color",opacity:1},{type:"triangle",x:-6,y:8.5,size:3.5,direction:"down",fill:"color",opacity:1},{type:"circle",cx:-6,cy:4,r:1.4,fill:"bg",opacity:1},{type:"circle",cx:6,cy:-5,r:3.5,fill:"color",opacity:1},{type:"triangle",x:6,y:-.5,size:3.5,direction:"down",fill:"color",opacity:1},{type:"circle",cx:6,cy:-5,r:1.4,fill:"bg",opacity:1}]},routesIconData=exports.routesIconData={color:"#FF9F1C",bgColor:"#0a0a0f",elements:[{type:"circle",cx:2.846049894151541,cy:1.2649110640673518,r:4.110960958218893,fill:"#FF9F1C",scaleY:.94},{type:"circle",cx:6.00832755431992,cy:6.324555320336758,r:4,fill:"color"},{type:"circle",cx:6.324555320336758,cy:-6.324555320336758,r:3.794733192202055,fill:"color",scaleY:.97},{type:"circle",cx:6.324555320336758,cy:-6.00832755431992,r:1.5811388300841895,fill:"bg"},{type:"circle",cx:-6.324555320336758,cy:3.478505426185217,r:3.794733192202055,fill:"color",scaleY:.97},{type:"circle",cx:-6.324555320336758,cy:3.478505426185217,r:1.5811388300841895,fill:"bg"},{type:"line",x1:-8.854377448471462,y1:4.743416490252569,x2:-6.00832755431992,y2:9.803060746521975,stroke:"color",strokeWidth:1.5},{type:"line",x1:-3.162277660168379,y1:3.162277660168379,x2:-6.640783086353596,y2:9.803060746521975,stroke:"color",strokeWidth:1.8},{type:"rect",x:-7.273238618387272,y:6.324555320336758,width:1.8973665961010275,height:2.2135943621178655,fill:"color"},{type:"line",x1:1.2649110640673518,y1:1.2649110640673518,x2:9.1706052144883,y2:1.2649110640673518,stroke:"bg",strokeWidth:2.4},{type:"line",x1:9.486832980505138,y1:-6.640783086353596,x2:6.00832755431992,y2:0,stroke:"color",strokeWidth:1.8},{type:"line",x1:3.478505426185217,y1:-5.375872022286244,x2:6.640783086353596,y2:0,stroke:"color",strokeWidth:1.5},{type:"rect",x:5.692099788303082,y:-3.478505426185217,width:1.8973665961010275,height:2.2135943621178655,fill:"color"},{type:"rect",x:2.846049894151541,y:10,width:6,height:4,fill:"bg"},{type:"line",x1:-.31622776601683794,y1:6.324555320336758,x2:7.58946638440411,y2:6.324555320336758,stroke:"bg",strokeWidth:2.3},{type:"rect",x:-2.5298221281347035,y:7.5,width:7.273238618387272,height:2.5,fill:"color"}]},QUERY_ICON_COLOR=exports.QUERY_ICON_COLOR="#FF3366",QUERY_STATES={fresh:"#10B981",fetching:"#3B82F6",stale:"#F59E0B",paused:"#8B5CF6",inactive:"#6B7280"},queryIconData=exports.queryIconData={color:QUERY_ICON_COLOR,bgColor:"#000",elements:[{type:"line",x1:0,y1:0,x2:0,y2:-8,stroke:QUERY_STATES.fresh,strokeWidth:1.2,opacity:.5},{type:"line",x1:0,y1:0,x2:7.6,y2:-2.5,stroke:QUERY_STATES.fetching,strokeWidth:1.2,opacity:.5},{type:"line",x1:0,y1:0,x2:4.7,y2:6.5,stroke:QUERY_STATES.stale,strokeWidth:1.2,opacity:.5},{type:"line",x1:0,y1:0,x2:-4.7,y2:6.5,stroke:QUERY_STATES.paused,strokeWidth:1.2,opacity:.5},{type:"line",x1:0,y1:0,x2:-7.6,y2:-2.5,stroke:QUERY_STATES.inactive,strokeWidth:1.2,opacity:.5},{type:"circle",cx:0,cy:-8,r:2.2,fill:QUERY_STATES.fresh,opacity:.2},{type:"circle",cx:0,cy:-8,r:1.6,fill:QUERY_STATES.fresh,opacity:.9},{type:"circle",cx:7.6,cy:-2.5,r:2.2,fill:QUERY_STATES.fetching,opacity:.2},{type:"circle",cx:7.6,cy:-2.5,r:1.6,fill:QUERY_STATES.fetching,opacity:.9},{type:"circle",cx:4.7,cy:6.5,r:2.2,fill:QUERY_STATES.stale,opacity:.2},{type:"circle",cx:4.7,cy:6.5,r:1.6,fill:QUERY_STATES.stale,opacity:.9},{type:"circle",cx:-4.7,cy:6.5,r:2.2,fill:QUERY_STATES.paused,opacity:.2},{type:"circle",cx:-4.7,cy:6.5,r:1.6,fill:QUERY_STATES.paused,opacity:.9},{type:"circle",cx:-7.6,cy:-2.5,r:2.2,fill:QUERY_STATES.inactive,opacity:.2},{type:"circle",cx:-7.6,cy:-2.5,r:1.6,fill:QUERY_STATES.inactive,opacity:.9},{type:"circle",cx:0,cy:0,r:4.5,fill:"color",opacity:.1},{type:"circle",cx:0,cy:0,r:3,fill:"color",opacity:.95},{type:"circle",cx:0,cy:0,r:1.3,fill:"#fff",opacity:.35}]},HIGHLIGHTER_ICON_COLOR=exports.HIGHLIGHTER_ICON_COLOR="#10B981",RENDERS_ICON_COLOR=exports.RENDERS_ICON_COLOR=HIGHLIGHTER_ICON_COLOR,highlighterIconData=exports.highlighterIconData={color:HIGHLIGHTER_ICON_COLOR,bgColor:"#0a0a0f",elements:[{type:"rect",x:-9.1706052144883,y:5.692099788303082,width:3.478505426185217,height:3.478505426185217,fill:"color",rotation:45},{type:"rect",x:-10.119288512538814,y:8.538149682454623,width:6,height:4,fill:"bg"},{type:"line",x1:-10.119288512538814,y1:7.905694150420948,x2:-6.640783086353596,y2:7.905694150420948,stroke:"color",strokeWidth:1.5},{type:"line",x1:-6.957010852370434,y1:5.059644256269407,x2:-2.846049894151541,y2:5.059644256269407,stroke:"color",strokeWidth:1.5,rotation:44},{type:"line",x1:-5.91,y1:-4.11,x2:7.27,y2:-4.33,stroke:"color",strokeWidth:2.1,rotation:145},{type:"line",x1:-1.56,y1:1.05,x2:10.435516278555651,y2:-2.846049894151541,stroke:"color",strokeWidth:2.1,rotation:145},{type:"line",x1:4.110960958218893,y1:-6.640783086353596,x2:9.486832980505138,y2:-6.640783086353596,stroke:"color",strokeWidth:2.2,rotation:44},{type:"line",x1:-4.743416490252569,y1:-1.5811388300841895,x2:1.5811388300841895,y2:4.743416490252569,stroke:"color",strokeWidth:2.9},{type:"line",x1:-6.957010852370434,y1:1.2649110640673518,x2:-2.2135943621178655,y2:2.2135943621178655,stroke:"color",strokeWidth:1.5,rotation:77},{type:"line",x1:-1.2649110640673518,y1:.9486832980505138,x2:-2.5298221281347035,y2:7.905694150420948,stroke:"color",strokeWidth:1.5,rotation:77},{type:"rect",x:-4.427188724235731,y:.9486832980505138,width:3.794733192202055,height:4.110960958218893,fill:"color"},{type:"line",x1:-7.58946638440411,y1:1.8973665961010275,x2:-.9486832980505138,y2:1.8973665961010275,stroke:"color",strokeWidth:1.5,rotation:-48},{type:"line",x1:-5.375872022286244,y1:4.110960958218893,x2:1.2649110640673518,y2:4.110960958218893,stroke:"color",strokeWidth:1.5,rotation:-48}]},rendersIconData=exports.rendersIconData=highlighterIconData,BENCHMARK_ICON_COLOR=exports.BENCHMARK_ICON_COLOR="#F59E0B",benchmarkIconData=exports.benchmarkIconData={color:BENCHMARK_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:1,r:7,border:!0,borderWidth:1.5,opacity:.9},{type:"circle",cx:0,cy:1,r:5,fill:"color",opacity:.15},{type:"rect",x:-2,y:-10,width:4,height:3,borderRadius:1,fill:"color",opacity:.9},{type:"rect",x:-1,y:-7.5,width:2,height:2,fill:"color",opacity:.9},{type:"rect",x:-.75,y:-4,width:1.5,height:5,borderRadius:1,fill:"color",opacity:.9,rotation:-45,rotateFromCenter:!0},{type:"circle",cx:0,cy:1,r:1,fill:"color",opacity:.9},{type:"rect",x:-.5,y:-5,width:1,height:2,fill:"color",opacity:.5},{type:"rect",x:4,y:.5,width:2,height:1,fill:"color",opacity:.5},{type:"rect",x:-.5,y:5,width:1,height:2,fill:"color",opacity:.5},{type:"rect",x:-6,y:.5,width:2,height:1,fill:"color",opacity:.5}]},SENTRY_ICON_COLOR=exports.SENTRY_ICON_COLOR="#FF3366",sentryIconData=exports.sentryIconData={color:SENTRY_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:1,r:8,fill:"color",opacity:.15},{type:"rect",x:-6,y:-4,width:12,height:14,borderRadius:6,fill:"color",opacity:.9},{type:"rect",x:-4,y:-9,width:8,height:6,borderRadius:4,fill:"color",opacity:.95},{type:"rect",x:-3,y:-12,width:.8,height:4,fill:"color",opacity:.7,rotation:-15},{type:"circle",cx:-4,cy:-12,r:1.2,fill:"color",opacity:.6},{type:"rect",x:2.2,y:-12,width:.8,height:4,fill:"color",opacity:.7,rotation:15},{type:"circle",cx:4,cy:-12,r:1.2,fill:"color",opacity:.6},{type:"rect",x:-10,y:-2,width:4,height:1,fill:"color",opacity:.8,rotation:-20},{type:"rect",x:-10,y:1,width:4,height:1,fill:"color",opacity:.8,rotation:-10},{type:"rect",x:-10,y:4,width:4,height:1,fill:"color",opacity:.8,rotation:10},{type:"rect",x:6,y:-2,width:4,height:1,fill:"color",opacity:.8,rotation:20},{type:"rect",x:6,y:1,width:4,height:1,fill:"color",opacity:.8,rotation:10},{type:"rect",x:6,y:4,width:4,height:1,fill:"color",opacity:.8,rotation:-10},{type:"circle",cx:0,cy:1,r:1,fill:"#fff",opacity:.3}]},WIFI_ICON_COLOR=exports.WIFI_ICON_COLOR="#00D4FF",wifiIconData=exports.wifiIconData={color:WIFI_ICON_COLOR,bgColor:"#000",elements:[{type:"circle",cx:0,cy:6,r:2,fill:"color",opacity:1},{type:"smootharc",cx:0,cy:6,r:5,stroke:"color",strokeWidth:2,opacity:.9,portion:"top"},{type:"smootharc",cx:0,cy:6,r:8,stroke:"color",strokeWidth:2,opacity:.7,portion:"top"},{type:"smootharc",cx:0,cy:6,r:11,stroke:"color",strokeWidth:2,opacity:.5,portion:"top"}]},HIGHLIGHT_ICON_COLOR=exports.HIGHLIGHT_ICON_COLOR="#10B981",highlightIconData=exports.highlightIconData={color:HIGHLIGHT_ICON_COLOR,bgColor:"#000",elements:[{type:"rect",x:-10,y:-10,width:20,height:20,borderRadius:3,border:!0,borderWidth:1.5,opacity:.2},{type:"rect",x:-7.5,y:-7.5,width:15,height:15,borderRadius:2.5,border:!0,borderWidth:1.5,opacity:.4},{type:"rect",x:-6,y:-6,width:12,height:12,borderRadius:2,fill:"color",opacity:.15},{type:"rect",x:-5,y:-5,width:10,height:10,borderRadius:1.5,fill:"color",opacity:.9},{type:"rect",x:-3.5,y:-3.5,width:7,height:7,borderRadius:1,fill:"#000",opacity:.4},{type:"rect",x:-2,y:-2,width:4,height:1,borderRadius:.5,fill:"color",opacity:.7},{type:"rect",x:-2,y:0,width:3,height:1,borderRadius:.5,fill:"color",opacity:.5},{type:"rect",x:-2,y:2,width:2,height:1,borderRadius:.5,fill:"color",opacity:.4},{type:"rect",x:-3,y:-4.5,width:6,height:1.5,borderRadius:.75,fill:"#fff",opacity:.2},{type:"circle",cx:-8,cy:-8,r:1,fill:"color",opacity:.6},{type:"circle",cx:8,cy:-8,r:1,fill:"color",opacity:.6},{type:"circle",cx:-8,cy:8,r:1,fill:"color",opacity:.6},{type:"circle",cx:8,cy:8,r:1,fill:"color",opacity:.6}]},EVENTS_ICON_COLOR=exports.EVENTS_ICON_COLOR="#00D4FF",eventsIconData=exports.eventsIconData={color:EVENTS_ICON_COLOR,bgColor:"#0a0a0f",elements:[{type:"circle",cx:-7,cy:-7,r:2.5,fill:"color",opacity:1},{type:"circle",cx:-7,cy:-7,r:1.4,fill:"#000000",opacity:1},{type:"circle",cx:-7,cy:0,r:2.5,fill:"color",opacity:1},{type:"circle",cx:-7,cy:0,r:1.4,fill:"#000000",opacity:1},{type:"circle",cx:-7,cy:7,r:2.5,fill:"color",opacity:1},{type:"circle",cx:-7,cy:7,r:1.4,fill:"#000000",opacity:1},{type:"line",x1:-7,y1:-4.2,x2:-7,y2:-2.8,stroke:"color",strokeWidth:1.5,opacity:.8},{type:"line",x1:-7,y1:2.8,x2:-7,y2:4.2,stroke:"color",strokeWidth:1.5,opacity:.8},{type:"line",x1:-4.2,y1:-7,x2:-1,y2:-7,stroke:"color",strokeWidth:1.5,opacity:.7},{type:"line",x1:-4.2,y1:0,x2:-1,y2:0,stroke:"color",strokeWidth:1.5,opacity:.7},{type:"line",x1:-4.2,y1:7,x2:-1,y2:7,stroke:"color",strokeWidth:1.5,opacity:.7},{type:"rect",x:-1,y:-10,width:11,height:6,fill:"color",opacity:.95,borderRadius:1},{type:"rect",x:0,y:-9,width:9,height:4,fill:"#000000",opacity:1,borderRadius:.5},{type:"line",x1:1.5,y1:-7.5,x2:7.5,y2:-7.5,stroke:"color",strokeWidth:1.2,opacity:.8},{type:"line",x1:1.5,y1:-5.8,x2:6,y2:-5.8,stroke:"color",strokeWidth:1.2,opacity:.6},{type:"rect",x:-1,y:-3,width:11,height:6,fill:"color",opacity:.95,borderRadius:1},{type:"rect",x:0,y:-2,width:9,height:4,fill:"#000000",opacity:1,borderRadius:.5},{type:"line",x1:1.5,y1:-.5,x2:7.5,y2:-.5,stroke:"color",strokeWidth:1.2,opacity:.8},{type:"line",x1:1.5,y1:1.2,x2:5,y2:1.2,stroke:"color",strokeWidth:1.2,opacity:.6},{type:"rect",x:-1,y:4,width:11,height:6,fill:"color",opacity:.95,borderRadius:1},{type:"rect",x:0,y:5,width:9,height:4,fill:"#000000",opacity:1,borderRadius:.5},{type:"circle",cx:2,cy:6.2,r:.6,fill:"color",opacity:.9},{type:"circle",cx:4,cy:6.2,r:.6,fill:"color",opacity:.9},{type:"circle",cx:6,cy:6.2,r:.6,fill:"color",opacity:.9},{type:"circle",cx:8,cy:6.2,r:.6,fill:"color",opacity:.9},{type:"circle",cx:2,cy:8,r:.6,fill:"color",opacity:.9},{type:"circle",cx:4,cy:8,r:.6,fill:"color",opacity:.9},{type:"circle",cx:6,cy:8,r:.6,fill:"color",opacity:.9},{type:"circle",cx:8,cy:8,r:.6,fill:"color",opacity:.9}]};
|