@buoy-gg/floating-tools-core 7.0.4 → 7.0.6
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/icons/ICONS.md +63 -34
- package/lib/commonjs/icons/benchmark-icon.js +5 -5
- package/lib/commonjs/icons/console-icon.js +26 -0
- package/lib/commonjs/icons/env-icon.js +5 -5
- package/lib/commonjs/icons/events-icon.js +5 -5
- package/lib/commonjs/icons/generated/icon-data.g.js +5203 -0
- package/lib/commonjs/icons/highlight-icon.js +5 -5
- package/lib/commonjs/icons/image-overlay-icon.js +26 -0
- package/lib/commonjs/icons/images-icon.js +26 -0
- package/lib/commonjs/icons/impersonate-icon.js +26 -0
- package/lib/commonjs/icons/jotai-icon.js +26 -0
- package/lib/commonjs/icons/network-icon.js +5 -5
- package/lib/commonjs/icons/query-icon.js +5 -5
- package/lib/commonjs/icons/redux-icon.js +15 -76
- package/lib/commonjs/icons/renders-icon.js +6 -6
- package/lib/commonjs/icons/routes-icon.js +25 -25
- package/lib/commonjs/icons/sentry-icon.js +5 -5
- package/lib/commonjs/icons/storage-icon.js +5 -5
- package/lib/commonjs/icons/wifi-icon.js +5 -5
- package/lib/commonjs/icons/zustand-icon.js +26 -0
- package/lib/commonjs/index.js +78 -0
- package/lib/module/icons/ICONS.md +63 -34
- package/lib/module/icons/benchmark-icon.js +3 -3
- package/lib/module/icons/console-icon.js +17 -0
- package/lib/module/icons/env-icon.js +3 -3
- package/lib/module/icons/events-icon.js +3 -3
- package/lib/module/icons/generated/icon-data.g.js +5198 -0
- package/lib/module/icons/highlight-icon.js +3 -3
- package/lib/module/icons/image-overlay-icon.js +17 -0
- package/lib/module/icons/images-icon.js +17 -0
- package/lib/module/icons/impersonate-icon.js +17 -0
- package/lib/module/icons/jotai-icon.js +17 -0
- package/lib/module/icons/network-icon.js +3 -3
- package/lib/module/icons/query-icon.js +3 -3
- package/lib/module/icons/redux-icon.js +9 -75
- package/lib/module/icons/renders-icon.js +3 -3
- package/lib/module/icons/routes-icon.js +3 -3
- package/lib/module/icons/sentry-icon.js +3 -3
- package/lib/module/icons/storage-icon.js +3 -3
- package/lib/module/icons/wifi-icon.js +3 -3
- package/lib/module/icons/zustand-icon.js +17 -0
- package/lib/module/index.js +6 -0
- package/lib/typescript/commonjs/icons/benchmark-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/benchmark-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/console-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/console-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/env-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/env-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/events-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/events-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/generated/icon-data.g.d.ts +124 -0
- package/lib/typescript/commonjs/icons/generated/icon-data.g.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/highlight-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/highlight-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/image-overlay-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/image-overlay-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/images-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/images-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/impersonate-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/impersonate-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/jotai-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/jotai-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/icons/network-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/network-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/query-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/query-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/redux-icon.d.ts +8 -3
- package/lib/typescript/commonjs/icons/redux-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/renders-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/renders-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/routes-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/routes-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/sentry-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/sentry-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/storage-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/storage-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/wifi-icon.d.ts +3 -3
- package/lib/typescript/commonjs/icons/wifi-icon.d.ts.map +1 -1
- package/lib/typescript/commonjs/icons/zustand-icon.d.ts +14 -0
- package/lib/typescript/commonjs/icons/zustand-icon.d.ts.map +1 -0
- package/lib/typescript/commonjs/index.d.ts +6 -0
- package/lib/typescript/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/module/icons/benchmark-icon.d.ts +3 -3
- package/lib/typescript/module/icons/benchmark-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/console-icon.d.ts +14 -0
- package/lib/typescript/module/icons/console-icon.d.ts.map +1 -0
- package/lib/typescript/module/icons/env-icon.d.ts +3 -3
- package/lib/typescript/module/icons/env-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/events-icon.d.ts +3 -3
- package/lib/typescript/module/icons/events-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/generated/icon-data.g.d.ts +124 -0
- package/lib/typescript/module/icons/generated/icon-data.g.d.ts.map +1 -0
- package/lib/typescript/module/icons/highlight-icon.d.ts +3 -3
- package/lib/typescript/module/icons/highlight-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/image-overlay-icon.d.ts +14 -0
- package/lib/typescript/module/icons/image-overlay-icon.d.ts.map +1 -0
- package/lib/typescript/module/icons/images-icon.d.ts +14 -0
- package/lib/typescript/module/icons/images-icon.d.ts.map +1 -0
- package/lib/typescript/module/icons/impersonate-icon.d.ts +14 -0
- package/lib/typescript/module/icons/impersonate-icon.d.ts.map +1 -0
- package/lib/typescript/module/icons/jotai-icon.d.ts +14 -0
- package/lib/typescript/module/icons/jotai-icon.d.ts.map +1 -0
- package/lib/typescript/module/icons/network-icon.d.ts +3 -3
- package/lib/typescript/module/icons/network-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/query-icon.d.ts +3 -3
- package/lib/typescript/module/icons/query-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/redux-icon.d.ts +8 -3
- package/lib/typescript/module/icons/redux-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/renders-icon.d.ts +3 -3
- package/lib/typescript/module/icons/renders-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/routes-icon.d.ts +3 -3
- package/lib/typescript/module/icons/routes-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/sentry-icon.d.ts +3 -3
- package/lib/typescript/module/icons/sentry-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/storage-icon.d.ts +3 -3
- package/lib/typescript/module/icons/storage-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/wifi-icon.d.ts +3 -3
- package/lib/typescript/module/icons/wifi-icon.d.ts.map +1 -1
- package/lib/typescript/module/icons/zustand-icon.d.ts +14 -0
- package/lib/typescript/module/icons/zustand-icon.d.ts.map +1 -0
- package/lib/typescript/module/index.d.ts +6 -0
- package/lib/typescript/module/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/commonjs/icons/icon-data.js +0 -2268
- package/lib/module/icons/icon-data.js +0 -2264
- package/lib/typescript/commonjs/icons/icon-data.d.ts +0 -66
- package/lib/typescript/commonjs/icons/icon-data.d.ts.map +0 -1
- package/lib/typescript/module/icons/icon-data.d.ts +0 -66
- package/lib/typescript/module/icons/icon-data.d.ts.map +0 -1
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "HIGHLIGHT_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.HIGHLIGHT_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.HighlightIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* HighlightIcon - Data-driven icon (also known as StackPulseIcon/RenderPulseIcon)
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/highlight.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const HighlightIcon = exports.HighlightIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const HighlightIcon = exports.HighlightIcon = (0, _iconRenderer.createIcon)(_iconDataG.highlightIconData);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "IMAGE_OVERLAY_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.IMAGE_OVERLAY_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.ImageOverlayIcon = void 0;
|
|
13
|
+
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
|
+
/**
|
|
16
|
+
* ImageOverlayIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* Layered image frames with a mountain/sun motif.
|
|
19
|
+
*
|
|
20
|
+
* Defined as pure data in shared/icons/image-overlay.json (Buoy Icon Format), so this
|
|
21
|
+
* is the same artwork the Flutter build renders.
|
|
22
|
+
*
|
|
23
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const ImageOverlayIcon = exports.ImageOverlayIcon = (0, _iconRenderer.createIcon)(_iconDataG.imageOverlayIconData);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "IMAGES_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.IMAGES_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.ImagesIcon = void 0;
|
|
13
|
+
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
|
+
/**
|
|
16
|
+
* ImagesIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* Photo frame with a sun and a mountain range.
|
|
19
|
+
*
|
|
20
|
+
* Defined as pure data in shared/icons/images.json (Buoy Icon Format), so this
|
|
21
|
+
* is the same artwork the Flutter build renders.
|
|
22
|
+
*
|
|
23
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const ImagesIcon = exports.ImagesIcon = (0, _iconRenderer.createIcon)(_iconDataG.imagesIconData);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "IMPERSONATE_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.IMPERSONATE_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.ImpersonateIcon = void 0;
|
|
13
|
+
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
|
+
/**
|
|
16
|
+
* ImpersonateIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* A masked figure with a second identity behind it.
|
|
19
|
+
*
|
|
20
|
+
* Defined as pure data in shared/icons/impersonate.json (Buoy Icon Format), so this
|
|
21
|
+
* is the same artwork the Flutter build renders.
|
|
22
|
+
*
|
|
23
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const ImpersonateIcon = exports.ImpersonateIcon = (0, _iconRenderer.createIcon)(_iconDataG.impersonateIconData);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "JOTAI_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.JOTAI_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.JotaiIcon = void 0;
|
|
13
|
+
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
|
+
/**
|
|
16
|
+
* JotaiIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* Atomic state: a nucleus with two orbits.
|
|
19
|
+
*
|
|
20
|
+
* Defined as pure data in shared/icons/jotai.json (Buoy Icon Format), so this
|
|
21
|
+
* is the same artwork the Flutter build renders.
|
|
22
|
+
*
|
|
23
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const JotaiIcon = exports.JotaiIcon = (0, _iconRenderer.createIcon)(_iconDataG.jotaiIconData);
|
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "NETWORK_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.NETWORK_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.NetworkIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* NetworkIcon - Data-driven icon
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/network.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const NetworkIcon = exports.NetworkIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const NetworkIcon = exports.NetworkIcon = (0, _iconRenderer.createIcon)(_iconDataG.networkIconData);
|
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "QUERY_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.QUERY_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.QueryIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* QueryIcon - Data-driven icon
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/query.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const QueryIcon = exports.QueryIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const QueryIcon = exports.QueryIcon = (0, _iconRenderer.createIcon)(_iconDataG.queryIconData);
|
|
@@ -3,83 +3,22 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
Object.defineProperty(exports, "REDUX_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.REDUX_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.ReduxIcon = void 0;
|
|
7
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
8
15
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
16
|
+
* ReduxIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* Defined as pure data in shared/icons/redux.json (Buoy Icon Format).
|
|
19
|
+
* The renderer transforms it to components — including the cubic Bezier curves.
|
|
20
|
+
*
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
11
22
|
*/
|
|
12
23
|
|
|
13
|
-
const
|
|
14
|
-
const ReduxIconData = {
|
|
15
|
-
color: REDUX_ICON_COLOR,
|
|
16
|
-
bgColor: "#0a0a0f",
|
|
17
|
-
elements: [{
|
|
18
|
-
type: "circle",
|
|
19
|
-
cx: -1.16,
|
|
20
|
-
cy: -2.2135943621178655,
|
|
21
|
-
r: 1.4,
|
|
22
|
-
fill: "color",
|
|
23
|
-
opacity: 1,
|
|
24
|
-
scaleX: 1,
|
|
25
|
-
scaleY: 1
|
|
26
|
-
}, {
|
|
27
|
-
type: "circle",
|
|
28
|
-
cx: -2.846049894151541,
|
|
29
|
-
cy: 4.110960958218893,
|
|
30
|
-
r: 1.4,
|
|
31
|
-
fill: "color",
|
|
32
|
-
opacity: 1,
|
|
33
|
-
scaleX: 1,
|
|
34
|
-
scaleY: 1
|
|
35
|
-
}, {
|
|
36
|
-
type: "circle",
|
|
37
|
-
cx: 3.89,
|
|
38
|
-
cy: 2.31,
|
|
39
|
-
r: 1.4,
|
|
40
|
-
fill: "color",
|
|
41
|
-
opacity: 1,
|
|
42
|
-
scaleX: 1,
|
|
43
|
-
scaleY: 1
|
|
44
|
-
}, {
|
|
45
|
-
type: "line",
|
|
46
|
-
x1: 0,
|
|
47
|
-
y1: -2.2135943621178655,
|
|
48
|
-
x2: 3.162277660168379,
|
|
49
|
-
y2: 8.538149682454623,
|
|
50
|
-
stroke: "color",
|
|
51
|
-
strokeWidth: 1.5,
|
|
52
|
-
opacity: 1,
|
|
53
|
-
curveX: 8.221921916437786,
|
|
54
|
-
curveY: -6.00832755431992,
|
|
55
|
-
curve2X: 12.01665510863984,
|
|
56
|
-
curve2Y: 7.273238618387272
|
|
57
|
-
}, {
|
|
58
|
-
type: "line",
|
|
59
|
-
x1: -7.273238618387272,
|
|
60
|
-
y1: 0.31622776601683794,
|
|
61
|
-
x2: 3.478505426185217,
|
|
62
|
-
y2: 3.162277660168379,
|
|
63
|
-
stroke: "color",
|
|
64
|
-
strokeWidth: 1.5,
|
|
65
|
-
opacity: 1,
|
|
66
|
-
curveX: -12.01665510863984,
|
|
67
|
-
curveY: 10.435516278555651,
|
|
68
|
-
curve2X: 4.427188724235731,
|
|
69
|
-
curve2Y: 7.58946638440411
|
|
70
|
-
}, {
|
|
71
|
-
type: "line",
|
|
72
|
-
x1: 4.743416490252569,
|
|
73
|
-
y1: -3.794733192202055,
|
|
74
|
-
x2: -3.478505426185217,
|
|
75
|
-
y2: 3.478505426185217,
|
|
76
|
-
stroke: "color",
|
|
77
|
-
strokeWidth: 1.1,
|
|
78
|
-
opacity: 1,
|
|
79
|
-
curveX: 3.162277660168379,
|
|
80
|
-
curveY: -11.384199576606164,
|
|
81
|
-
curve2X: -9.803060746521975,
|
|
82
|
-
curve2Y: -10.119288512538814
|
|
83
|
-
}]
|
|
84
|
-
};
|
|
85
|
-
const ReduxIcon = exports.ReduxIcon = (0, _iconRenderer.createIcon)(ReduxIconData);
|
|
24
|
+
const ReduxIcon = exports.ReduxIcon = (0, _iconRenderer.createIcon)(_iconDataG.reduxIconData);
|
|
@@ -6,28 +6,28 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "HIGHLIGHTER_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.HIGHLIGHTER_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.HighlighterIcon = void 0;
|
|
13
13
|
Object.defineProperty(exports, "RENDERS_ICON_COLOR", {
|
|
14
14
|
enumerable: true,
|
|
15
15
|
get: function () {
|
|
16
|
-
return
|
|
16
|
+
return _iconDataG.RENDERS_ICON_COLOR;
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
exports.RendersIcon = void 0;
|
|
20
20
|
var _iconRenderer = require("./icon-renderer.js");
|
|
21
|
-
var
|
|
21
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
22
22
|
/**
|
|
23
23
|
* HighlighterIcon - Data-driven icon for render tracking
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* Defined as pure data in shared/icons/highlighter.json (Buoy Icon Format).
|
|
26
26
|
* The renderer transforms it to components.
|
|
27
27
|
*
|
|
28
|
-
* To change: edit
|
|
28
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
-
const HighlighterIcon = exports.HighlighterIcon = (0, _iconRenderer.createIcon)(
|
|
31
|
+
const HighlighterIcon = exports.HighlighterIcon = (0, _iconRenderer.createIcon)(_iconDataG.highlighterIconData);
|
|
32
32
|
// Legacy alias for backward compatibility
|
|
33
33
|
const RendersIcon = exports.RendersIcon = HighlighterIcon;
|
|
@@ -7,43 +7,43 @@ exports.CurveTestP = exports.CurveTestO = exports.CurveTestN = exports.CurveTest
|
|
|
7
7
|
Object.defineProperty(exports, "ROUTES_ICON_COLOR", {
|
|
8
8
|
enumerable: true,
|
|
9
9
|
get: function () {
|
|
10
|
-
return
|
|
10
|
+
return _iconDataG.ROUTES_ICON_COLOR;
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
13
|
exports.RoutesIcon = exports.RouteTwoPinsIcon = exports.RoutePinIcon = exports.RoutePathIcon = exports.RouteDotIcon = void 0;
|
|
14
14
|
var _iconRenderer = require("./icon-renderer.js");
|
|
15
|
-
var
|
|
15
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
16
16
|
/**
|
|
17
17
|
* RoutesIcon - Data-driven icon
|
|
18
18
|
*
|
|
19
|
-
*
|
|
19
|
+
* Defined as pure data in shared/icons/routes.json (Buoy Icon Format).
|
|
20
20
|
* The renderer transforms it to components.
|
|
21
21
|
*
|
|
22
|
-
* To change: edit
|
|
22
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
const RoutesIcon = exports.RoutesIcon = (0, _iconRenderer.createIcon)(
|
|
25
|
+
const RoutesIcon = exports.RoutesIcon = (0, _iconRenderer.createIcon)(_iconDataG.routesIconData);
|
|
26
26
|
|
|
27
27
|
// Route Icon Parts (for testing/iteration)
|
|
28
|
-
const RoutePinIcon = exports.RoutePinIcon = (0, _iconRenderer.createIcon)(
|
|
29
|
-
const RoutePathIcon = exports.RoutePathIcon = (0, _iconRenderer.createIcon)(
|
|
30
|
-
const RouteDotIcon = exports.RouteDotIcon = (0, _iconRenderer.createIcon)(
|
|
31
|
-
const RouteTwoPinsIcon = exports.RouteTwoPinsIcon = (0, _iconRenderer.createIcon)(
|
|
28
|
+
const RoutePinIcon = exports.RoutePinIcon = (0, _iconRenderer.createIcon)(_iconDataG.routePinIconData);
|
|
29
|
+
const RoutePathIcon = exports.RoutePathIcon = (0, _iconRenderer.createIcon)(_iconDataG.routePathIconData);
|
|
30
|
+
const RouteDotIcon = exports.RouteDotIcon = (0, _iconRenderer.createIcon)(_iconDataG.routeDotIconData);
|
|
31
|
+
const RouteTwoPinsIcon = exports.RouteTwoPinsIcon = (0, _iconRenderer.createIcon)(_iconDataG.routeTwoPinsIconData);
|
|
32
32
|
|
|
33
33
|
// Curve Test Variations (for finding the right S-curve approach)
|
|
34
|
-
const CurveTestA = exports.CurveTestA = (0, _iconRenderer.createIcon)(
|
|
35
|
-
const CurveTestB = exports.CurveTestB = (0, _iconRenderer.createIcon)(
|
|
36
|
-
const CurveTestC = exports.CurveTestC = (0, _iconRenderer.createIcon)(
|
|
37
|
-
const CurveTestD = exports.CurveTestD = (0, _iconRenderer.createIcon)(
|
|
38
|
-
const CurveTestE = exports.CurveTestE = (0, _iconRenderer.createIcon)(
|
|
39
|
-
const CurveTestF = exports.CurveTestF = (0, _iconRenderer.createIcon)(
|
|
40
|
-
const CurveTestG = exports.CurveTestG = (0, _iconRenderer.createIcon)(
|
|
41
|
-
const CurveTestH = exports.CurveTestH = (0, _iconRenderer.createIcon)(
|
|
42
|
-
const CurveTestI = exports.CurveTestI = (0, _iconRenderer.createIcon)(
|
|
43
|
-
const CurveTestJ = exports.CurveTestJ = (0, _iconRenderer.createIcon)(
|
|
44
|
-
const CurveTestK = exports.CurveTestK = (0, _iconRenderer.createIcon)(
|
|
45
|
-
const CurveTestL = exports.CurveTestL = (0, _iconRenderer.createIcon)(
|
|
46
|
-
const CurveTestM = exports.CurveTestM = (0, _iconRenderer.createIcon)(
|
|
47
|
-
const CurveTestN = exports.CurveTestN = (0, _iconRenderer.createIcon)(
|
|
48
|
-
const CurveTestO = exports.CurveTestO = (0, _iconRenderer.createIcon)(
|
|
49
|
-
const CurveTestP = exports.CurveTestP = (0, _iconRenderer.createIcon)(
|
|
34
|
+
const CurveTestA = exports.CurveTestA = (0, _iconRenderer.createIcon)(_iconDataG.curveTestAData);
|
|
35
|
+
const CurveTestB = exports.CurveTestB = (0, _iconRenderer.createIcon)(_iconDataG.curveTestBData);
|
|
36
|
+
const CurveTestC = exports.CurveTestC = (0, _iconRenderer.createIcon)(_iconDataG.curveTestCData);
|
|
37
|
+
const CurveTestD = exports.CurveTestD = (0, _iconRenderer.createIcon)(_iconDataG.curveTestDData);
|
|
38
|
+
const CurveTestE = exports.CurveTestE = (0, _iconRenderer.createIcon)(_iconDataG.curveTestEData);
|
|
39
|
+
const CurveTestF = exports.CurveTestF = (0, _iconRenderer.createIcon)(_iconDataG.curveTestFData);
|
|
40
|
+
const CurveTestG = exports.CurveTestG = (0, _iconRenderer.createIcon)(_iconDataG.curveTestGData);
|
|
41
|
+
const CurveTestH = exports.CurveTestH = (0, _iconRenderer.createIcon)(_iconDataG.curveTestHData);
|
|
42
|
+
const CurveTestI = exports.CurveTestI = (0, _iconRenderer.createIcon)(_iconDataG.curveTestIData);
|
|
43
|
+
const CurveTestJ = exports.CurveTestJ = (0, _iconRenderer.createIcon)(_iconDataG.curveTestJData);
|
|
44
|
+
const CurveTestK = exports.CurveTestK = (0, _iconRenderer.createIcon)(_iconDataG.curveTestKData);
|
|
45
|
+
const CurveTestL = exports.CurveTestL = (0, _iconRenderer.createIcon)(_iconDataG.curveTestLData);
|
|
46
|
+
const CurveTestM = exports.CurveTestM = (0, _iconRenderer.createIcon)(_iconDataG.curveTestMData);
|
|
47
|
+
const CurveTestN = exports.CurveTestN = (0, _iconRenderer.createIcon)(_iconDataG.curveTestNData);
|
|
48
|
+
const CurveTestO = exports.CurveTestO = (0, _iconRenderer.createIcon)(_iconDataG.curveTestOData);
|
|
49
|
+
const CurveTestP = exports.CurveTestP = (0, _iconRenderer.createIcon)(_iconDataG.curveTestPData);
|
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "SENTRY_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.SENTRY_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.SentryIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* SentryIcon - Data-driven icon
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/sentry.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const SentryIcon = exports.SentryIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const SentryIcon = exports.SentryIcon = (0, _iconRenderer.createIcon)(_iconDataG.sentryIconData);
|
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "STORAGE_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.STORAGE_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.StorageIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* StorageIcon - Data-driven icon
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/storage.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const StorageIcon = exports.StorageIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const StorageIcon = exports.StorageIcon = (0, _iconRenderer.createIcon)(_iconDataG.storageIconData);
|
|
@@ -6,19 +6,19 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
Object.defineProperty(exports, "WIFI_ICON_COLOR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function () {
|
|
9
|
-
return
|
|
9
|
+
return _iconDataG.WIFI_ICON_COLOR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
12
|
exports.WifiIcon = void 0;
|
|
13
13
|
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
-
var
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
15
|
/**
|
|
16
16
|
* WifiIcon - Data-driven icon
|
|
17
17
|
*
|
|
18
|
-
*
|
|
18
|
+
* Defined as pure data in shared/icons/wifi.json (Buoy Icon Format).
|
|
19
19
|
* The renderer transforms it to components.
|
|
20
20
|
*
|
|
21
|
-
* To change: edit
|
|
21
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
const WifiIcon = exports.WifiIcon = (0, _iconRenderer.createIcon)(
|
|
24
|
+
const WifiIcon = exports.WifiIcon = (0, _iconRenderer.createIcon)(_iconDataG.wifiIconData);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "ZUSTAND_ICON_COLOR", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _iconDataG.ZUSTAND_ICON_COLOR;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
exports.ZustandIcon = void 0;
|
|
13
|
+
var _iconRenderer = require("./icon-renderer.js");
|
|
14
|
+
var _iconDataG = require("./generated/icon-data.g.js");
|
|
15
|
+
/**
|
|
16
|
+
* ZustandIcon - Data-driven icon
|
|
17
|
+
*
|
|
18
|
+
* The Zustand bear.
|
|
19
|
+
*
|
|
20
|
+
* Defined as pure data in shared/icons/zustand.json (Buoy Icon Format), so this
|
|
21
|
+
* is the same artwork the Flutter build renders.
|
|
22
|
+
*
|
|
23
|
+
* To change: edit that JSON, then run `node scripts/gen-icons.mjs`.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
const ZustandIcon = exports.ZustandIcon = (0, _iconRenderer.createIcon)(_iconDataG.zustandIconData);
|
package/lib/commonjs/index.js
CHANGED
|
@@ -21,6 +21,18 @@ Object.defineProperty(exports, "BenchmarkIcon", {
|
|
|
21
21
|
return _benchmarkIcon.BenchmarkIcon;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
+
Object.defineProperty(exports, "CONSOLE_ICON_COLOR", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () {
|
|
27
|
+
return _consoleIcon.CONSOLE_ICON_COLOR;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
Object.defineProperty(exports, "ConsoleIcon", {
|
|
31
|
+
enumerable: true,
|
|
32
|
+
get: function () {
|
|
33
|
+
return _consoleIcon.ConsoleIcon;
|
|
34
|
+
}
|
|
35
|
+
});
|
|
24
36
|
Object.defineProperty(exports, "CurveTestA", {
|
|
25
37
|
enumerable: true,
|
|
26
38
|
get: function () {
|
|
@@ -219,6 +231,54 @@ Object.defineProperty(exports, "HighlighterIcon", {
|
|
|
219
231
|
return _rendersIcon.HighlighterIcon;
|
|
220
232
|
}
|
|
221
233
|
});
|
|
234
|
+
Object.defineProperty(exports, "IMAGES_ICON_COLOR", {
|
|
235
|
+
enumerable: true,
|
|
236
|
+
get: function () {
|
|
237
|
+
return _imagesIcon.IMAGES_ICON_COLOR;
|
|
238
|
+
}
|
|
239
|
+
});
|
|
240
|
+
Object.defineProperty(exports, "IMAGE_OVERLAY_ICON_COLOR", {
|
|
241
|
+
enumerable: true,
|
|
242
|
+
get: function () {
|
|
243
|
+
return _imageOverlayIcon.IMAGE_OVERLAY_ICON_COLOR;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
Object.defineProperty(exports, "IMPERSONATE_ICON_COLOR", {
|
|
247
|
+
enumerable: true,
|
|
248
|
+
get: function () {
|
|
249
|
+
return _impersonateIcon.IMPERSONATE_ICON_COLOR;
|
|
250
|
+
}
|
|
251
|
+
});
|
|
252
|
+
Object.defineProperty(exports, "ImageOverlayIcon", {
|
|
253
|
+
enumerable: true,
|
|
254
|
+
get: function () {
|
|
255
|
+
return _imageOverlayIcon.ImageOverlayIcon;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "ImagesIcon", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return _imagesIcon.ImagesIcon;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
|
+
Object.defineProperty(exports, "ImpersonateIcon", {
|
|
265
|
+
enumerable: true,
|
|
266
|
+
get: function () {
|
|
267
|
+
return _impersonateIcon.ImpersonateIcon;
|
|
268
|
+
}
|
|
269
|
+
});
|
|
270
|
+
Object.defineProperty(exports, "JOTAI_ICON_COLOR", {
|
|
271
|
+
enumerable: true,
|
|
272
|
+
get: function () {
|
|
273
|
+
return _jotaiIcon.JOTAI_ICON_COLOR;
|
|
274
|
+
}
|
|
275
|
+
});
|
|
276
|
+
Object.defineProperty(exports, "JotaiIcon", {
|
|
277
|
+
enumerable: true,
|
|
278
|
+
get: function () {
|
|
279
|
+
return _jotaiIcon.JotaiIcon;
|
|
280
|
+
}
|
|
281
|
+
});
|
|
222
282
|
Object.defineProperty(exports, "MAX_DIAL_SLOTS", {
|
|
223
283
|
enumerable: true,
|
|
224
284
|
get: function () {
|
|
@@ -393,6 +453,18 @@ Object.defineProperty(exports, "WifiIcon", {
|
|
|
393
453
|
return _wifiIcon.WifiIcon;
|
|
394
454
|
}
|
|
395
455
|
});
|
|
456
|
+
Object.defineProperty(exports, "ZUSTAND_ICON_COLOR", {
|
|
457
|
+
enumerable: true,
|
|
458
|
+
get: function () {
|
|
459
|
+
return _zustandIcon.ZUSTAND_ICON_COLOR;
|
|
460
|
+
}
|
|
461
|
+
});
|
|
462
|
+
Object.defineProperty(exports, "ZustandIcon", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function () {
|
|
465
|
+
return _zustandIcon.ZustandIcon;
|
|
466
|
+
}
|
|
467
|
+
});
|
|
396
468
|
Object.defineProperty(exports, "canEnableDialTool", {
|
|
397
469
|
enumerable: true,
|
|
398
470
|
get: function () {
|
|
@@ -756,5 +828,11 @@ var _wifiIcon = require("./icons/wifi-icon.js");
|
|
|
756
828
|
var _highlightIcon = require("./icons/highlight-icon.js");
|
|
757
829
|
var _reduxIcon = require("./icons/redux-icon.js");
|
|
758
830
|
var _eventsIcon = require("./icons/events-icon.js");
|
|
831
|
+
var _consoleIcon = require("./icons/console-icon.js");
|
|
832
|
+
var _imagesIcon = require("./icons/images-icon.js");
|
|
833
|
+
var _impersonateIcon = require("./icons/impersonate-icon.js");
|
|
834
|
+
var _imageOverlayIcon = require("./icons/image-overlay-icon.js");
|
|
835
|
+
var _zustandIcon = require("./icons/zustand-icon.js");
|
|
836
|
+
var _jotaiIcon = require("./icons/jotai-icon.js");
|
|
759
837
|
var _iconFactories = require("./icons/icon-factories.js");
|
|
760
838
|
var _iconRenderer = require("./icons/icon-renderer.js");
|