@buoy-gg/floating-tools-core 1.7.8 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/lib/commonjs/icons/events-icon.js +1 -0
  2. package/lib/commonjs/icons/icon-data.js +1 -1
  3. package/lib/commonjs/icons/icon-renderer.js +1 -1
  4. package/lib/commonjs/index.js +1 -1
  5. package/lib/module/icons/events-icon.js +1 -0
  6. package/lib/module/icons/icon-data.js +1 -1
  7. package/lib/module/icons/icon-renderer.js +1 -1
  8. package/lib/module/index.js +1 -1
  9. package/lib/typescript/commonjs/icons/benchmark-icon.d.ts +1 -4
  10. package/lib/typescript/commonjs/icons/env-icon.d.ts +1 -4
  11. package/lib/typescript/commonjs/icons/events-icon.d.ts +12 -0
  12. package/lib/typescript/commonjs/icons/highlight-icon.d.ts +1 -4
  13. package/lib/typescript/commonjs/icons/icon-data.d.ts +2 -0
  14. package/lib/typescript/commonjs/icons/icon-renderer.d.ts +5 -3
  15. package/lib/typescript/commonjs/icons/network-icon.d.ts +1 -4
  16. package/lib/typescript/commonjs/icons/query-icon.d.ts +1 -4
  17. package/lib/typescript/commonjs/icons/redux-icon.d.ts +1 -4
  18. package/lib/typescript/commonjs/icons/renders-icon.d.ts +2 -8
  19. package/lib/typescript/commonjs/icons/routes-icon.d.ts +21 -84
  20. package/lib/typescript/commonjs/icons/sentry-icon.d.ts +1 -4
  21. package/lib/typescript/commonjs/icons/storage-icon.d.ts +1 -4
  22. package/lib/typescript/commonjs/icons/wifi-icon.d.ts +1 -4
  23. package/lib/typescript/commonjs/index.d.ts +2 -1
  24. package/lib/typescript/module/icons/benchmark-icon.d.ts +1 -4
  25. package/lib/typescript/module/icons/env-icon.d.ts +1 -4
  26. package/lib/typescript/module/icons/events-icon.d.ts +12 -0
  27. package/lib/typescript/module/icons/highlight-icon.d.ts +1 -4
  28. package/lib/typescript/module/icons/icon-data.d.ts +2 -0
  29. package/lib/typescript/module/icons/icon-renderer.d.ts +5 -3
  30. package/lib/typescript/module/icons/network-icon.d.ts +1 -4
  31. package/lib/typescript/module/icons/query-icon.d.ts +1 -4
  32. package/lib/typescript/module/icons/redux-icon.d.ts +1 -4
  33. package/lib/typescript/module/icons/renders-icon.d.ts +2 -8
  34. package/lib/typescript/module/icons/routes-icon.d.ts +21 -84
  35. package/lib/typescript/module/icons/sentry-icon.d.ts +1 -4
  36. package/lib/typescript/module/icons/storage-icon.d.ts +1 -4
  37. package/lib/typescript/module/icons/wifi-icon.d.ts +1 -4
  38. package/lib/typescript/module/index.d.ts +2 -1
  39. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"EVENTS_ICON_COLOR",{enumerable:!0,get:function(){return _iconData.EVENTS_ICON_COLOR}}),exports.EventsIcon=void 0;var _iconRenderer=require("./icon-renderer.js"),_iconData=require("./icon-data.js");const EventsIcon=exports.EventsIcon=(0,_iconRenderer.createIcon)(_iconData.eventsIconData);
@@ -1 +1 @@
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.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.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}]};
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}]};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.createIcon=createIcon,exports.renderIconData=renderIconData;var _iconPrimitives=require("./icon-primitives"),_jsxRuntime=require("react/jsx-runtime");function hexToRgba(o,r){const e=o.replace("#","");let i,t,n;if(3===e.length)i=parseInt(e[0]+e[0],16),t=parseInt(e[1]+e[1],16),n=parseInt(e[2]+e[2],16);else{if(!(e.length>=6))return o;i=parseInt(e.substring(0,2),16),t=parseInt(e.substring(2,4),16),n=parseInt(e.substring(4,6),16)}return`rgba(${i}, ${t}, ${n}, ${r})`}function resolveColor(o,r,e){if(!o)return;const i=o.lastIndexOf(":");let t,n=o,c=1;if(i>0){const r=o.substring(i+1),e=parseInt(r,10);!isNaN(e)&&e>=0&&e<=100&&(n=o.substring(0,i),c=e/100)}return t="color"===n?r:"bg"===n?e:n,c<1&&t.startsWith("#")?hexToRgba(t,c):t}function renderIconData(o,r,e){const i=r/24,t=r/2,n=e??o.color,c=o.bgColor,s=o.elements;return(0,_jsxRuntime.jsx)(_iconPrimitives.IconContainer,{size:r,children:s.map((o,r)=>{if("circle"===o.type)return(0,_jsxRuntime.jsx)(_iconPrimitives.IconCircle,{cx:t+o.cx*i,cy:t+o.cy*i,r:o.r*i,fill:resolveColor(o.fill,n,c),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??2)*i:0,opacity:o.opacity,scaleX:o.scaleX,scaleY:o.scaleY,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation},r);if("rect"===o.type){const e=void 0!==o.rotation?o.rotateFromCenter?.5:0:.5;return(0,_jsxRuntime.jsx)(_iconPrimitives.IconRect,{x:t+o.x*i,y:t+o.y*i,width:o.width*i,height:o.height*i,fill:resolveColor(o.fill,n,c),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??1)*i:0,borderRadius:(o.borderRadius??0)*i,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation,originX:e,originY:.5},r)}return"line"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconLine,{x1:t+o.x1*i,y1:t+o.y1*i,x2:t+o.x2*i,y2:t+o.y2*i,stroke:resolveColor(o.stroke??"color",n,c),strokeWidth:(o.strokeWidth??1)*i,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation,curveX:void 0!==o.curveX?o.curveX*i:void 0,curveY:void 0!==o.curveY?o.curveY*i:void 0,curve2X:void 0!==o.curve2X?o.curve2X*i:void 0,curve2Y:void 0!==o.curve2Y?o.curve2Y*i:void 0},r):"triangle"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconTriangle,{x:t+o.x*i,y:t+o.y*i,size:o.size*i,direction:o.direction,fill:resolveColor(o.fill??"color",n,c),opacity:o.opacity,rotation:o.rotation},r):"arc"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconArc,{cx:t+o.cx*i,cy:t+o.cy*i,r:o.r*i,startAngle:o.startAngle,endAngle:o.endAngle,stroke:resolveColor(o.stroke??"color",n,c),strokeWidth:(o.strokeWidth??1.5)*i,opacity:o.opacity,segments:o.segments},r):"semicircle"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconSemicircle,{cx:t+o.cx*i,cy:t+o.cy*i,r:o.r*i,half:o.half,fill:resolveColor(o.fill,n,c),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??2)*i:0,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0},r):"smootharc"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconSmoothArc,{cx:t+o.cx*i,cy:t+o.cy*i,r:o.r*i,stroke:resolveColor(o.stroke??"color",n,c),strokeWidth:(o.strokeWidth??2)*i,opacity:o.opacity,portion:o.portion??"bottom"},r):null})})}function createIcon(o){return function({size:r=24,color:e}){return(0,_jsxRuntime.jsx)(_jsxRuntime.Fragment,{children:renderIconData(o,r,e)})}}
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.createIcon=createIcon,exports.renderIconData=renderIconData;var _iconPrimitives=require("./icon-primitives"),_jsxRuntime=require("react/jsx-runtime");function hexToRgba(o,r){const e=o.replace("#","");let i,t,n;if(3===e.length)i=parseInt(e[0]+e[0],16),t=parseInt(e[1]+e[1],16),n=parseInt(e[2]+e[2],16);else{if(!(e.length>=6))return o;i=parseInt(e.substring(0,2),16),t=parseInt(e.substring(2,4),16),n=parseInt(e.substring(4,6),16)}return`rgba(${i}, ${t}, ${n}, ${r})`}function resolveColor(o,r,e){if(!o)return;const i=o.lastIndexOf(":");let t,n=o,c=1;if(i>0){const r=o.substring(i+1),e=parseInt(r,10);!isNaN(e)&&e>=0&&e<=100&&(n=o.substring(0,i),c=e/100)}return t="color"===n?r:"bg"===n?e:n,c<1&&t.startsWith("#")?hexToRgba(t,c):t}function renderIconData(o,r,e,i){const t=r/24,n=r/2,c=e??o.color,s=i??o.bgColor,l=o.elements;return(0,_jsxRuntime.jsx)(_iconPrimitives.IconContainer,{size:r,children:l.map((o,r)=>{if("circle"===o.type)return(0,_jsxRuntime.jsx)(_iconPrimitives.IconCircle,{cx:n+o.cx*t,cy:n+o.cy*t,r:o.r*t,fill:resolveColor(o.fill,c,s),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??2)*t:0,opacity:o.opacity,scaleX:o.scaleX,scaleY:o.scaleY,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation},r);if("rect"===o.type){const e=void 0!==o.rotation?o.rotateFromCenter?.5:0:.5;return(0,_jsxRuntime.jsx)(_iconPrimitives.IconRect,{x:n+o.x*t,y:n+o.y*t,width:o.width*t,height:o.height*t,fill:resolveColor(o.fill,c,s),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??1)*t:0,borderRadius:(o.borderRadius??0)*t,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation,originX:e,originY:.5},r)}return"line"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconLine,{x1:n+o.x1*t,y1:n+o.y1*t,x2:n+o.x2*t,y2:n+o.y2*t,stroke:resolveColor(o.stroke??"color",c,s),strokeWidth:(o.strokeWidth??1)*t,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation,curveX:void 0!==o.curveX?o.curveX*t:void 0,curveY:void 0!==o.curveY?o.curveY*t:void 0,curve2X:void 0!==o.curve2X?o.curve2X*t:void 0,curve2Y:void 0!==o.curve2Y?o.curve2Y*t:void 0},r):"triangle"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconTriangle,{x:n+o.x*t,y:n+o.y*t,size:o.size*t,direction:o.direction,fill:resolveColor(o.fill??"color",c,s),opacity:o.opacity,rotation:o.rotation},r):"arc"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconArc,{cx:n+o.cx*t,cy:n+o.cy*t,r:o.r*t,startAngle:o.startAngle,endAngle:o.endAngle,stroke:resolveColor(o.stroke??"color",c,s),strokeWidth:(o.strokeWidth??1.5)*t,opacity:o.opacity,segments:o.segments},r):"semicircle"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconSemicircle,{cx:n+o.cx*t,cy:n+o.cy*t,r:o.r*t,half:o.half,fill:resolveColor(o.fill,c,s),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??2)*t:0,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0},r):"smootharc"===o.type?(0,_jsxRuntime.jsx)(_iconPrimitives.IconSmoothArc,{cx:n+o.cx*t,cy:n+o.cy*t,r:o.r*t,stroke:resolveColor(o.stroke??"color",c,s),strokeWidth:(o.strokeWidth??2)*t,opacity:o.opacity,portion:o.portion??"bottom"},r):null})})}function createIcon(o){return function({size:r=24,color:e,bgColor:i}){return(0,_jsxRuntime.jsx)(_jsxRuntime.Fragment,{children:renderIconData(o,r,e,i)})}}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"ANIMATION_DURATION",{enumerable:!0,get:function(){return _constants.ANIMATION_DURATION}}),Object.defineProperty(exports,"BENCHMARK_ICON_COLOR",{enumerable:!0,get:function(){return _benchmarkIcon.BENCHMARK_ICON_COLOR}}),Object.defineProperty(exports,"BenchmarkIcon",{enumerable:!0,get:function(){return _benchmarkIcon.BenchmarkIcon}}),Object.defineProperty(exports,"CurveTestA",{enumerable:!0,get:function(){return _routesIcon.CurveTestA}}),Object.defineProperty(exports,"CurveTestB",{enumerable:!0,get:function(){return _routesIcon.CurveTestB}}),Object.defineProperty(exports,"CurveTestC",{enumerable:!0,get:function(){return _routesIcon.CurveTestC}}),Object.defineProperty(exports,"CurveTestD",{enumerable:!0,get:function(){return _routesIcon.CurveTestD}}),Object.defineProperty(exports,"CurveTestE",{enumerable:!0,get:function(){return _routesIcon.CurveTestE}}),Object.defineProperty(exports,"CurveTestF",{enumerable:!0,get:function(){return _routesIcon.CurveTestF}}),Object.defineProperty(exports,"CurveTestG",{enumerable:!0,get:function(){return _routesIcon.CurveTestG}}),Object.defineProperty(exports,"CurveTestH",{enumerable:!0,get:function(){return _routesIcon.CurveTestH}}),Object.defineProperty(exports,"CurveTestI",{enumerable:!0,get:function(){return _routesIcon.CurveTestI}}),Object.defineProperty(exports,"CurveTestJ",{enumerable:!0,get:function(){return _routesIcon.CurveTestJ}}),Object.defineProperty(exports,"CurveTestK",{enumerable:!0,get:function(){return _routesIcon.CurveTestK}}),Object.defineProperty(exports,"CurveTestL",{enumerable:!0,get:function(){return _routesIcon.CurveTestL}}),Object.defineProperty(exports,"CurveTestM",{enumerable:!0,get:function(){return _routesIcon.CurveTestM}}),Object.defineProperty(exports,"CurveTestN",{enumerable:!0,get:function(){return _routesIcon.CurveTestN}}),Object.defineProperty(exports,"CurveTestO",{enumerable:!0,get:function(){return _routesIcon.CurveTestO}}),Object.defineProperty(exports,"CurveTestP",{enumerable:!0,get:function(){return _routesIcon.CurveTestP}}),Object.defineProperty(exports,"DIAL_BUTTON_SIZE",{enumerable:!0,get:function(){return _dial.DIAL_BUTTON_SIZE}}),Object.defineProperty(exports,"DIAL_GRID_LINE_COUNT",{enumerable:!0,get:function(){return _dial.DIAL_GRID_LINE_COUNT}}),Object.defineProperty(exports,"DIAL_ICON_PADDING",{enumerable:!0,get:function(){return _dial.DIAL_ICON_PADDING}}),Object.defineProperty(exports,"DIAL_ICON_SIZE",{enumerable:!0,get:function(){return _dial.DIAL_ICON_SIZE}}),Object.defineProperty(exports,"DIAL_START_ANGLE",{enumerable:!0,get:function(){return _dial.DIAL_START_ANGLE}}),Object.defineProperty(exports,"DRAG_THRESHOLD",{enumerable:!0,get:function(){return _constants.DRAG_THRESHOLD}}),Object.defineProperty(exports,"DevToolsStateManager",{enumerable:!0,get:function(){return _devToolsState.DevToolsStateManager}}),Object.defineProperty(exports,"EDGE_PADDING",{enumerable:!0,get:function(){return _constants.EDGE_PADDING}}),Object.defineProperty(exports,"ENV_ICON_COLOR",{enumerable:!0,get:function(){return _envIcon.ENV_ICON_COLOR}}),Object.defineProperty(exports,"EnvIcon",{enumerable:!0,get:function(){return _envIcon.EnvIcon}}),Object.defineProperty(exports,"FloatingToolsStore",{enumerable:!0,get:function(){return _FloatingToolsStore.FloatingToolsStore}}),Object.defineProperty(exports,"HIGHLIGHTER_ICON_COLOR",{enumerable:!0,get:function(){return _rendersIcon.HIGHLIGHTER_ICON_COLOR}}),Object.defineProperty(exports,"HIGHLIGHT_ICON_COLOR",{enumerable:!0,get:function(){return _highlightIcon.HIGHLIGHT_ICON_COLOR}}),Object.defineProperty(exports,"HighlightIcon",{enumerable:!0,get:function(){return _highlightIcon.HighlightIcon}}),Object.defineProperty(exports,"HighlighterIcon",{enumerable:!0,get:function(){return _rendersIcon.HighlighterIcon}}),Object.defineProperty(exports,"MAX_DIAL_SLOTS",{enumerable:!0,get:function(){return _dial.MAX_DIAL_SLOTS}}),Object.defineProperty(exports,"MAX_SETTINGS_DIAL_SLOTS",{enumerable:!0,get:function(){return _settings.MAX_SETTINGS_DIAL_SLOTS}}),Object.defineProperty(exports,"NETWORK_ICON_COLOR",{enumerable:!0,get:function(){return _networkIcon.NETWORK_ICON_COLOR}}),Object.defineProperty(exports,"NetworkIcon",{enumerable:!0,get:function(){return _networkIcon.NetworkIcon}}),Object.defineProperty(exports,"QUERY_ICON_COLOR",{enumerable:!0,get:function(){return _queryIcon.QUERY_ICON_COLOR}}),Object.defineProperty(exports,"QueryIcon",{enumerable:!0,get:function(){return _queryIcon.QueryIcon}}),Object.defineProperty(exports,"REDUX_ICON_COLOR",{enumerable:!0,get:function(){return _reduxIcon.REDUX_ICON_COLOR}}),Object.defineProperty(exports,"RENDERS_ICON_COLOR",{enumerable:!0,get:function(){return _rendersIcon.RENDERS_ICON_COLOR}}),Object.defineProperty(exports,"ROUTES_ICON_COLOR",{enumerable:!0,get:function(){return _routesIcon.ROUTES_ICON_COLOR}}),Object.defineProperty(exports,"ReduxIcon",{enumerable:!0,get:function(){return _reduxIcon.ReduxIcon}}),Object.defineProperty(exports,"RendersIcon",{enumerable:!0,get:function(){return _rendersIcon.RendersIcon}}),Object.defineProperty(exports,"RouteDotIcon",{enumerable:!0,get:function(){return _routesIcon.RouteDotIcon}}),Object.defineProperty(exports,"RoutePathIcon",{enumerable:!0,get:function(){return _routesIcon.RoutePathIcon}}),Object.defineProperty(exports,"RoutePinIcon",{enumerable:!0,get:function(){return _routesIcon.RoutePinIcon}}),Object.defineProperty(exports,"RouteTwoPinsIcon",{enumerable:!0,get:function(){return _routesIcon.RouteTwoPinsIcon}}),Object.defineProperty(exports,"RoutesIcon",{enumerable:!0,get:function(){return _routesIcon.RoutesIcon}}),Object.defineProperty(exports,"SAVE_DEBOUNCE_MS",{enumerable:!0,get:function(){return _constants.SAVE_DEBOUNCE_MS}}),Object.defineProperty(exports,"SENTRY_ICON_COLOR",{enumerable:!0,get:function(){return _sentryIcon.SENTRY_ICON_COLOR}}),Object.defineProperty(exports,"SETTINGS_STORAGE_KEY",{enumerable:!0,get:function(){return _settings.SETTINGS_STORAGE_KEY}}),Object.defineProperty(exports,"STORAGE_ICON_COLOR",{enumerable:!0,get:function(){return _storageIcon.STORAGE_ICON_COLOR}}),Object.defineProperty(exports,"STORAGE_KEYS",{enumerable:!0,get:function(){return _constants.STORAGE_KEYS}}),Object.defineProperty(exports,"SentryIcon",{enumerable:!0,get:function(){return _sentryIcon.SentryIcon}}),Object.defineProperty(exports,"SettingsEventBus",{enumerable:!0,get:function(){return _settings.SettingsEventBus}}),Object.defineProperty(exports,"StorageIcon",{enumerable:!0,get:function(){return _storageIcon.StorageIcon}}),Object.defineProperty(exports,"VISIBLE_HANDLE_WIDTH",{enumerable:!0,get:function(){return _constants.VISIBLE_HANDLE_WIDTH}}),Object.defineProperty(exports,"WIFI_ICON_COLOR",{enumerable:!0,get:function(){return _wifiIcon.WIFI_ICON_COLOR}}),Object.defineProperty(exports,"WifiIcon",{enumerable:!0,get:function(){return _wifiIcon.WifiIcon}}),Object.defineProperty(exports,"canEnableDialTool",{enumerable:!0,get:function(){return _settings.canEnableDialTool}}),Object.defineProperty(exports,"countEnabledTools",{enumerable:!0,get:function(){return _settings.countEnabledTools}}),Object.defineProperty(exports,"createArrow",{enumerable:!0,get:function(){return _iconFactories.createArrow}}),Object.defineProperty(exports,"createBar",{enumerable:!0,get:function(){return _iconFactories.createBar}}),Object.defineProperty(exports,"createDot",{enumerable:!0,get:function(){return _iconFactories.createDot}}),Object.defineProperty(exports,"createGlow",{enumerable:!0,get:function(){return _iconFactories.createGlow}}),Object.defineProperty(exports,"createIcon",{enumerable:!0,get:function(){return _iconRenderer.createIcon}}),Object.defineProperty(exports,"createLine",{enumerable:!0,get:function(){return _iconFactories.createLine}}),Object.defineProperty(exports,"createNode",{enumerable:!0,get:function(){return _iconFactories.createNode}}),Object.defineProperty(exports,"createRing",{enumerable:!0,get:function(){return _iconFactories.createRing}}),Object.defineProperty(exports,"devToolsReducer",{enumerable:!0,get:function(){return _devToolsState.devToolsReducer}}),Object.defineProperty(exports,"devToolsStateManager",{enumerable:!0,get:function(){return _devToolsState.devToolsStateManager}}),Object.defineProperty(exports,"dialAnimationConfig",{enumerable:!0,get:function(){return _dial.dialAnimationConfig}}),Object.defineProperty(exports,"dialCSSBeziers",{enumerable:!0,get:function(){return _dial.dialCSSBeziers}}),Object.defineProperty(exports,"dialColors",{enumerable:!0,get:function(){return _dial.dialColors}}),Object.defineProperty(exports,"dialStyles",{enumerable:!0,get:function(){return _dial.dialStyles}}),Object.defineProperty(exports,"easing",{enumerable:!0,get:function(){return _easing.easing}}),Object.defineProperty(exports,"enforceDialLimit",{enumerable:!0,get:function(){return _settings.enforceDialLimit}}),Object.defineProperty(exports,"filterValidChildren",{enumerable:!0,get:function(){return _utils.filterValidChildren}}),Object.defineProperty(exports,"floatingToolsColors",{enumerable:!0,get:function(){return _colors.floatingToolsColors}}),Object.defineProperty(exports,"generateDefaultSettings",{enumerable:!0,get:function(){return _settings.generateDefaultSettings}}),Object.defineProperty(exports,"generateDialCSSKeyframes",{enumerable:!0,get:function(){return _dial.generateDialCSSKeyframes}}),Object.defineProperty(exports,"getAllIconPositions",{enumerable:!0,get:function(){return _dial.getAllIconPositions}}),Object.defineProperty(exports,"getDialCSSAnimationStyles",{enumerable:!0,get:function(){return _dial.getDialCSSAnimationStyles}}),Object.defineProperty(exports,"getDialCSSKeyframesString",{enumerable:!0,get:function(){return _dial.getDialCSSKeyframesString}}),Object.defineProperty(exports,"getDialLayout",{enumerable:!0,get:function(){return _dial.getDialLayout}}),Object.defineProperty(exports,"getEasing",{enumerable:!0,get:function(){return _easing.getEasing}}),Object.defineProperty(exports,"getEnabledToolIds",{enumerable:!0,get:function(){return _settings.getEnabledToolIds}}),Object.defineProperty(exports,"getGridLineRotations",{enumerable:!0,get:function(){return _dial.getGridLineRotations}}),Object.defineProperty(exports,"getGripIconLayout",{enumerable:!0,get:function(){return _utils.getGripIconLayout}}),Object.defineProperty(exports,"getIconAngle",{enumerable:!0,get:function(){return _dial.getIconAngle}}),Object.defineProperty(exports,"getIconPosition",{enumerable:!0,get:function(){return _dial.getIconPosition}}),Object.defineProperty(exports,"getIconStaggerInputRange",{enumerable:!0,get:function(){return _dial.getIconStaggerInputRange}}),Object.defineProperty(exports,"getSpiralAnimationPosition",{enumerable:!0,get:function(){return _dial.getSpiralAnimationPosition}}),Object.defineProperty(exports,"getStaggeredIconProgress",{enumerable:!0,get:function(){return _dial.getStaggeredIconProgress}}),Object.defineProperty(exports,"getToolColor",{enumerable:!0,get:function(){return _settings.getToolColor}}),Object.defineProperty(exports,"getToolDescription",{enumerable:!0,get:function(){return _settings.getToolDescription}}),Object.defineProperty(exports,"getToolLabel",{enumerable:!0,get:function(){return _settings.getToolLabel}}),Object.defineProperty(exports,"getUserStatusConfig",{enumerable:!0,get:function(){return _utils.getUserStatusConfig}}),Object.defineProperty(exports,"globalSettingsConfig",{enumerable:!0,get:function(){return _settings.globalSettingsConfig}}),Object.defineProperty(exports,"interpolate",{enumerable:!0,get:function(){return _easing.interpolate}}),Object.defineProperty(exports,"interpolatePosition",{enumerable:!0,get:function(){return _easing.interpolatePosition}}),Object.defineProperty(exports,"mergeSettingsWithDefaults",{enumerable:!0,get:function(){return _settings.mergeSettingsWithDefaults}}),Object.defineProperty(exports,"renderIconData",{enumerable:!0,get:function(){return _iconRenderer.renderIconData}}),Object.defineProperty(exports,"sanitizeFloatingSettings",{enumerable:!0,get:function(){return _settings.sanitizeFloatingSettings}}),Object.defineProperty(exports,"settingsColors",{enumerable:!0,get:function(){return _settings.settingsColors}}),Object.defineProperty(exports,"settingsEventBus",{enumerable:!0,get:function(){return _settings.settingsEventBus}}),Object.defineProperty(exports,"settingsStyles",{enumerable:!0,get:function(){return _settings.settingsStyles}}),Object.defineProperty(exports,"settingsTabs",{enumerable:!0,get:function(){return _settings.settingsTabs}}),Object.defineProperty(exports,"toolColors",{enumerable:!0,get:function(){return _settings.toolColors}}),Object.defineProperty(exports,"toolDescriptions",{enumerable:!0,get:function(){return _settings.toolDescriptions}}),Object.defineProperty(exports,"toolLabels",{enumerable:!0,get:function(){return _settings.toolLabels}}),Object.defineProperty(exports,"withAlpha",{enumerable:!0,get:function(){return _colors.withAlpha}});var _FloatingToolsStore=require("./FloatingToolsStore.js"),_constants=require("./constants.js"),_devToolsState=require("./devToolsState.js"),_utils=require("./utils.js"),_easing=require("./easing.js"),_colors=require("./colors.js"),_dial=require("./dial.js"),_settings=require("./settings.js"),_networkIcon=require("./icons/network-icon.js"),_envIcon=require("./icons/env-icon.js"),_storageIcon=require("./icons/storage-icon.js"),_routesIcon=require("./icons/routes-icon.js"),_queryIcon=require("./icons/query-icon.js"),_rendersIcon=require("./icons/renders-icon.js"),_benchmarkIcon=require("./icons/benchmark-icon.js"),_sentryIcon=require("./icons/sentry-icon.js"),_wifiIcon=require("./icons/wifi-icon.js"),_highlightIcon=require("./icons/highlight-icon.js"),_reduxIcon=require("./icons/redux-icon.js"),_iconFactories=require("./icons/icon-factories.js"),_iconRenderer=require("./icons/icon-renderer.js");
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"ANIMATION_DURATION",{enumerable:!0,get:function(){return _constants.ANIMATION_DURATION}}),Object.defineProperty(exports,"BENCHMARK_ICON_COLOR",{enumerable:!0,get:function(){return _benchmarkIcon.BENCHMARK_ICON_COLOR}}),Object.defineProperty(exports,"BenchmarkIcon",{enumerable:!0,get:function(){return _benchmarkIcon.BenchmarkIcon}}),Object.defineProperty(exports,"CurveTestA",{enumerable:!0,get:function(){return _routesIcon.CurveTestA}}),Object.defineProperty(exports,"CurveTestB",{enumerable:!0,get:function(){return _routesIcon.CurveTestB}}),Object.defineProperty(exports,"CurveTestC",{enumerable:!0,get:function(){return _routesIcon.CurveTestC}}),Object.defineProperty(exports,"CurveTestD",{enumerable:!0,get:function(){return _routesIcon.CurveTestD}}),Object.defineProperty(exports,"CurveTestE",{enumerable:!0,get:function(){return _routesIcon.CurveTestE}}),Object.defineProperty(exports,"CurveTestF",{enumerable:!0,get:function(){return _routesIcon.CurveTestF}}),Object.defineProperty(exports,"CurveTestG",{enumerable:!0,get:function(){return _routesIcon.CurveTestG}}),Object.defineProperty(exports,"CurveTestH",{enumerable:!0,get:function(){return _routesIcon.CurveTestH}}),Object.defineProperty(exports,"CurveTestI",{enumerable:!0,get:function(){return _routesIcon.CurveTestI}}),Object.defineProperty(exports,"CurveTestJ",{enumerable:!0,get:function(){return _routesIcon.CurveTestJ}}),Object.defineProperty(exports,"CurveTestK",{enumerable:!0,get:function(){return _routesIcon.CurveTestK}}),Object.defineProperty(exports,"CurveTestL",{enumerable:!0,get:function(){return _routesIcon.CurveTestL}}),Object.defineProperty(exports,"CurveTestM",{enumerable:!0,get:function(){return _routesIcon.CurveTestM}}),Object.defineProperty(exports,"CurveTestN",{enumerable:!0,get:function(){return _routesIcon.CurveTestN}}),Object.defineProperty(exports,"CurveTestO",{enumerable:!0,get:function(){return _routesIcon.CurveTestO}}),Object.defineProperty(exports,"CurveTestP",{enumerable:!0,get:function(){return _routesIcon.CurveTestP}}),Object.defineProperty(exports,"DIAL_BUTTON_SIZE",{enumerable:!0,get:function(){return _dial.DIAL_BUTTON_SIZE}}),Object.defineProperty(exports,"DIAL_GRID_LINE_COUNT",{enumerable:!0,get:function(){return _dial.DIAL_GRID_LINE_COUNT}}),Object.defineProperty(exports,"DIAL_ICON_PADDING",{enumerable:!0,get:function(){return _dial.DIAL_ICON_PADDING}}),Object.defineProperty(exports,"DIAL_ICON_SIZE",{enumerable:!0,get:function(){return _dial.DIAL_ICON_SIZE}}),Object.defineProperty(exports,"DIAL_START_ANGLE",{enumerable:!0,get:function(){return _dial.DIAL_START_ANGLE}}),Object.defineProperty(exports,"DRAG_THRESHOLD",{enumerable:!0,get:function(){return _constants.DRAG_THRESHOLD}}),Object.defineProperty(exports,"DevToolsStateManager",{enumerable:!0,get:function(){return _devToolsState.DevToolsStateManager}}),Object.defineProperty(exports,"EDGE_PADDING",{enumerable:!0,get:function(){return _constants.EDGE_PADDING}}),Object.defineProperty(exports,"ENV_ICON_COLOR",{enumerable:!0,get:function(){return _envIcon.ENV_ICON_COLOR}}),Object.defineProperty(exports,"EVENTS_ICON_COLOR",{enumerable:!0,get:function(){return _eventsIcon.EVENTS_ICON_COLOR}}),Object.defineProperty(exports,"EnvIcon",{enumerable:!0,get:function(){return _envIcon.EnvIcon}}),Object.defineProperty(exports,"EventsIcon",{enumerable:!0,get:function(){return _eventsIcon.EventsIcon}}),Object.defineProperty(exports,"FloatingToolsStore",{enumerable:!0,get:function(){return _FloatingToolsStore.FloatingToolsStore}}),Object.defineProperty(exports,"HIGHLIGHTER_ICON_COLOR",{enumerable:!0,get:function(){return _rendersIcon.HIGHLIGHTER_ICON_COLOR}}),Object.defineProperty(exports,"HIGHLIGHT_ICON_COLOR",{enumerable:!0,get:function(){return _highlightIcon.HIGHLIGHT_ICON_COLOR}}),Object.defineProperty(exports,"HighlightIcon",{enumerable:!0,get:function(){return _highlightIcon.HighlightIcon}}),Object.defineProperty(exports,"HighlighterIcon",{enumerable:!0,get:function(){return _rendersIcon.HighlighterIcon}}),Object.defineProperty(exports,"MAX_DIAL_SLOTS",{enumerable:!0,get:function(){return _dial.MAX_DIAL_SLOTS}}),Object.defineProperty(exports,"MAX_SETTINGS_DIAL_SLOTS",{enumerable:!0,get:function(){return _settings.MAX_SETTINGS_DIAL_SLOTS}}),Object.defineProperty(exports,"NETWORK_ICON_COLOR",{enumerable:!0,get:function(){return _networkIcon.NETWORK_ICON_COLOR}}),Object.defineProperty(exports,"NetworkIcon",{enumerable:!0,get:function(){return _networkIcon.NetworkIcon}}),Object.defineProperty(exports,"QUERY_ICON_COLOR",{enumerable:!0,get:function(){return _queryIcon.QUERY_ICON_COLOR}}),Object.defineProperty(exports,"QueryIcon",{enumerable:!0,get:function(){return _queryIcon.QueryIcon}}),Object.defineProperty(exports,"REDUX_ICON_COLOR",{enumerable:!0,get:function(){return _reduxIcon.REDUX_ICON_COLOR}}),Object.defineProperty(exports,"RENDERS_ICON_COLOR",{enumerable:!0,get:function(){return _rendersIcon.RENDERS_ICON_COLOR}}),Object.defineProperty(exports,"ROUTES_ICON_COLOR",{enumerable:!0,get:function(){return _routesIcon.ROUTES_ICON_COLOR}}),Object.defineProperty(exports,"ReduxIcon",{enumerable:!0,get:function(){return _reduxIcon.ReduxIcon}}),Object.defineProperty(exports,"RendersIcon",{enumerable:!0,get:function(){return _rendersIcon.RendersIcon}}),Object.defineProperty(exports,"RouteDotIcon",{enumerable:!0,get:function(){return _routesIcon.RouteDotIcon}}),Object.defineProperty(exports,"RoutePathIcon",{enumerable:!0,get:function(){return _routesIcon.RoutePathIcon}}),Object.defineProperty(exports,"RoutePinIcon",{enumerable:!0,get:function(){return _routesIcon.RoutePinIcon}}),Object.defineProperty(exports,"RouteTwoPinsIcon",{enumerable:!0,get:function(){return _routesIcon.RouteTwoPinsIcon}}),Object.defineProperty(exports,"RoutesIcon",{enumerable:!0,get:function(){return _routesIcon.RoutesIcon}}),Object.defineProperty(exports,"SAVE_DEBOUNCE_MS",{enumerable:!0,get:function(){return _constants.SAVE_DEBOUNCE_MS}}),Object.defineProperty(exports,"SENTRY_ICON_COLOR",{enumerable:!0,get:function(){return _sentryIcon.SENTRY_ICON_COLOR}}),Object.defineProperty(exports,"SETTINGS_STORAGE_KEY",{enumerable:!0,get:function(){return _settings.SETTINGS_STORAGE_KEY}}),Object.defineProperty(exports,"STORAGE_ICON_COLOR",{enumerable:!0,get:function(){return _storageIcon.STORAGE_ICON_COLOR}}),Object.defineProperty(exports,"STORAGE_KEYS",{enumerable:!0,get:function(){return _constants.STORAGE_KEYS}}),Object.defineProperty(exports,"SentryIcon",{enumerable:!0,get:function(){return _sentryIcon.SentryIcon}}),Object.defineProperty(exports,"SettingsEventBus",{enumerable:!0,get:function(){return _settings.SettingsEventBus}}),Object.defineProperty(exports,"StorageIcon",{enumerable:!0,get:function(){return _storageIcon.StorageIcon}}),Object.defineProperty(exports,"VISIBLE_HANDLE_WIDTH",{enumerable:!0,get:function(){return _constants.VISIBLE_HANDLE_WIDTH}}),Object.defineProperty(exports,"WIFI_ICON_COLOR",{enumerable:!0,get:function(){return _wifiIcon.WIFI_ICON_COLOR}}),Object.defineProperty(exports,"WifiIcon",{enumerable:!0,get:function(){return _wifiIcon.WifiIcon}}),Object.defineProperty(exports,"canEnableDialTool",{enumerable:!0,get:function(){return _settings.canEnableDialTool}}),Object.defineProperty(exports,"countEnabledTools",{enumerable:!0,get:function(){return _settings.countEnabledTools}}),Object.defineProperty(exports,"createArrow",{enumerable:!0,get:function(){return _iconFactories.createArrow}}),Object.defineProperty(exports,"createBar",{enumerable:!0,get:function(){return _iconFactories.createBar}}),Object.defineProperty(exports,"createDot",{enumerable:!0,get:function(){return _iconFactories.createDot}}),Object.defineProperty(exports,"createGlow",{enumerable:!0,get:function(){return _iconFactories.createGlow}}),Object.defineProperty(exports,"createIcon",{enumerable:!0,get:function(){return _iconRenderer.createIcon}}),Object.defineProperty(exports,"createLine",{enumerable:!0,get:function(){return _iconFactories.createLine}}),Object.defineProperty(exports,"createNode",{enumerable:!0,get:function(){return _iconFactories.createNode}}),Object.defineProperty(exports,"createRing",{enumerable:!0,get:function(){return _iconFactories.createRing}}),Object.defineProperty(exports,"devToolsReducer",{enumerable:!0,get:function(){return _devToolsState.devToolsReducer}}),Object.defineProperty(exports,"devToolsStateManager",{enumerable:!0,get:function(){return _devToolsState.devToolsStateManager}}),Object.defineProperty(exports,"dialAnimationConfig",{enumerable:!0,get:function(){return _dial.dialAnimationConfig}}),Object.defineProperty(exports,"dialCSSBeziers",{enumerable:!0,get:function(){return _dial.dialCSSBeziers}}),Object.defineProperty(exports,"dialColors",{enumerable:!0,get:function(){return _dial.dialColors}}),Object.defineProperty(exports,"dialStyles",{enumerable:!0,get:function(){return _dial.dialStyles}}),Object.defineProperty(exports,"easing",{enumerable:!0,get:function(){return _easing.easing}}),Object.defineProperty(exports,"enforceDialLimit",{enumerable:!0,get:function(){return _settings.enforceDialLimit}}),Object.defineProperty(exports,"filterValidChildren",{enumerable:!0,get:function(){return _utils.filterValidChildren}}),Object.defineProperty(exports,"floatingToolsColors",{enumerable:!0,get:function(){return _colors.floatingToolsColors}}),Object.defineProperty(exports,"generateDefaultSettings",{enumerable:!0,get:function(){return _settings.generateDefaultSettings}}),Object.defineProperty(exports,"generateDialCSSKeyframes",{enumerable:!0,get:function(){return _dial.generateDialCSSKeyframes}}),Object.defineProperty(exports,"getAllIconPositions",{enumerable:!0,get:function(){return _dial.getAllIconPositions}}),Object.defineProperty(exports,"getDialCSSAnimationStyles",{enumerable:!0,get:function(){return _dial.getDialCSSAnimationStyles}}),Object.defineProperty(exports,"getDialCSSKeyframesString",{enumerable:!0,get:function(){return _dial.getDialCSSKeyframesString}}),Object.defineProperty(exports,"getDialLayout",{enumerable:!0,get:function(){return _dial.getDialLayout}}),Object.defineProperty(exports,"getEasing",{enumerable:!0,get:function(){return _easing.getEasing}}),Object.defineProperty(exports,"getEnabledToolIds",{enumerable:!0,get:function(){return _settings.getEnabledToolIds}}),Object.defineProperty(exports,"getGridLineRotations",{enumerable:!0,get:function(){return _dial.getGridLineRotations}}),Object.defineProperty(exports,"getGripIconLayout",{enumerable:!0,get:function(){return _utils.getGripIconLayout}}),Object.defineProperty(exports,"getIconAngle",{enumerable:!0,get:function(){return _dial.getIconAngle}}),Object.defineProperty(exports,"getIconPosition",{enumerable:!0,get:function(){return _dial.getIconPosition}}),Object.defineProperty(exports,"getIconStaggerInputRange",{enumerable:!0,get:function(){return _dial.getIconStaggerInputRange}}),Object.defineProperty(exports,"getSpiralAnimationPosition",{enumerable:!0,get:function(){return _dial.getSpiralAnimationPosition}}),Object.defineProperty(exports,"getStaggeredIconProgress",{enumerable:!0,get:function(){return _dial.getStaggeredIconProgress}}),Object.defineProperty(exports,"getToolColor",{enumerable:!0,get:function(){return _settings.getToolColor}}),Object.defineProperty(exports,"getToolDescription",{enumerable:!0,get:function(){return _settings.getToolDescription}}),Object.defineProperty(exports,"getToolLabel",{enumerable:!0,get:function(){return _settings.getToolLabel}}),Object.defineProperty(exports,"getUserStatusConfig",{enumerable:!0,get:function(){return _utils.getUserStatusConfig}}),Object.defineProperty(exports,"globalSettingsConfig",{enumerable:!0,get:function(){return _settings.globalSettingsConfig}}),Object.defineProperty(exports,"interpolate",{enumerable:!0,get:function(){return _easing.interpolate}}),Object.defineProperty(exports,"interpolatePosition",{enumerable:!0,get:function(){return _easing.interpolatePosition}}),Object.defineProperty(exports,"mergeSettingsWithDefaults",{enumerable:!0,get:function(){return _settings.mergeSettingsWithDefaults}}),Object.defineProperty(exports,"renderIconData",{enumerable:!0,get:function(){return _iconRenderer.renderIconData}}),Object.defineProperty(exports,"sanitizeFloatingSettings",{enumerable:!0,get:function(){return _settings.sanitizeFloatingSettings}}),Object.defineProperty(exports,"settingsColors",{enumerable:!0,get:function(){return _settings.settingsColors}}),Object.defineProperty(exports,"settingsEventBus",{enumerable:!0,get:function(){return _settings.settingsEventBus}}),Object.defineProperty(exports,"settingsStyles",{enumerable:!0,get:function(){return _settings.settingsStyles}}),Object.defineProperty(exports,"settingsTabs",{enumerable:!0,get:function(){return _settings.settingsTabs}}),Object.defineProperty(exports,"toolColors",{enumerable:!0,get:function(){return _settings.toolColors}}),Object.defineProperty(exports,"toolDescriptions",{enumerable:!0,get:function(){return _settings.toolDescriptions}}),Object.defineProperty(exports,"toolLabels",{enumerable:!0,get:function(){return _settings.toolLabels}}),Object.defineProperty(exports,"withAlpha",{enumerable:!0,get:function(){return _colors.withAlpha}});var _FloatingToolsStore=require("./FloatingToolsStore.js"),_constants=require("./constants.js"),_devToolsState=require("./devToolsState.js"),_utils=require("./utils.js"),_easing=require("./easing.js"),_colors=require("./colors.js"),_dial=require("./dial.js"),_settings=require("./settings.js"),_networkIcon=require("./icons/network-icon.js"),_envIcon=require("./icons/env-icon.js"),_storageIcon=require("./icons/storage-icon.js"),_routesIcon=require("./icons/routes-icon.js"),_queryIcon=require("./icons/query-icon.js"),_rendersIcon=require("./icons/renders-icon.js"),_benchmarkIcon=require("./icons/benchmark-icon.js"),_sentryIcon=require("./icons/sentry-icon.js"),_wifiIcon=require("./icons/wifi-icon.js"),_highlightIcon=require("./icons/highlight-icon.js"),_reduxIcon=require("./icons/redux-icon.js"),_eventsIcon=require("./icons/events-icon.js"),_iconFactories=require("./icons/icon-factories.js"),_iconRenderer=require("./icons/icon-renderer.js");
@@ -0,0 +1 @@
1
+ "use strict";import{createIcon}from"./icon-renderer.js";import{eventsIconData,EVENTS_ICON_COLOR}from"./icon-data.js";export{EVENTS_ICON_COLOR};export const EventsIcon=createIcon(eventsIconData);
@@ -1 +1 @@
1
- "use strict";export const NETWORK_ICON_COLOR="#00D4FF";export const networkIconData={color:"#00D4FF",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}]};export const ENV_ICON_COLOR="#4AFF9F";const KEYBOARD_ROW_1=[1,3,5,7,9,11,13,15,17],KEYBOARD_ROW_2=[2,4,6,8,10,12,14,16];export const envIconData={color:"#4AFF9F",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}]};export const STORAGE_ICON_COLOR="#FFB800";const CYLINDER_POSITIONS=[{y:-6,opacity:.9},{y:-1.2,opacity:.8},{y:3.6,opacity:.7}];export const storageIconData={color:"#FFB800",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}]};export const ROUTES_ICON_COLOR="#FF9F1C";export const routePinIconData={color:"#FF9F1C",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}]};export const curveTestAData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:1.5,scaleY:.8,opacity:1}]};export const curveTestBData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:.6,scaleY:1.4,opacity:1}]};export const curveTestCData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:3,opacity:1}]};export const curveTestDData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestEData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]};export const curveTestFData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]};export const curveTestGData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-6,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestHData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-22,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestIData={color:"#FF9F1C",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}]};export const curveTestJData={color:"#FF9F1C",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}]};export const curveTestKData={color:"#FF9F1C",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}]};export const curveTestLData={color:"#FF9F1C",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}]};export const curveTestMData={color:"#FF9F1C",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}]};export const curveTestNData={color:"#FF9F1C",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}]};export const curveTestOData={color:"#FF9F1C",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}]};export const curveTestPData={color:"#FF9F1C",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}]};export const routePathIconData={color:"#FF9F1C",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"}]};export const routeDotIconData={color:"#FF9F1C",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}]};export const routeTwoPinsIconData={color:"#FF9F1C",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}]};export const 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"}]};export const QUERY_ICON_COLOR="#FF3366";const QUERY_STATES={fresh:"#10B981",fetching:"#3B82F6",stale:"#F59E0B",paused:"#8B5CF6",inactive:"#6B7280"};export const queryIconData={color:"#FF3366",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}]};export const HIGHLIGHTER_ICON_COLOR="#10B981";export const RENDERS_ICON_COLOR="#10B981";export const highlighterIconData={color:"#10B981",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}]};export const rendersIconData=highlighterIconData;export const BENCHMARK_ICON_COLOR="#F59E0B";export const benchmarkIconData={color:"#F59E0B",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}]};export const SENTRY_ICON_COLOR="#FF3366";export const sentryIconData={color:"#FF3366",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}]};export const WIFI_ICON_COLOR="#00D4FF";export const wifiIconData={color:"#00D4FF",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"}]};export const HIGHLIGHT_ICON_COLOR="#10B981";export const highlightIconData={color:"#10B981",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}]};
1
+ "use strict";export const NETWORK_ICON_COLOR="#00D4FF";export const networkIconData={color:"#00D4FF",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}]};export const ENV_ICON_COLOR="#4AFF9F";const KEYBOARD_ROW_1=[1,3,5,7,9,11,13,15,17],KEYBOARD_ROW_2=[2,4,6,8,10,12,14,16];export const envIconData={color:"#4AFF9F",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}]};export const STORAGE_ICON_COLOR="#FFB800";const CYLINDER_POSITIONS=[{y:-6,opacity:.9},{y:-1.2,opacity:.8},{y:3.6,opacity:.7}];export const storageIconData={color:"#FFB800",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}]};export const ROUTES_ICON_COLOR="#FF9F1C";export const routePinIconData={color:"#FF9F1C",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}]};export const curveTestAData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:1.5,scaleY:.8,opacity:1}]};export const curveTestBData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"circle",cx:0,cy:0,r:6,fill:"transparent",border:!0,borderWidth:3,scaleX:.6,scaleY:1.4,opacity:1}]};export const curveTestCData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:3,opacity:1}]};export const curveTestDData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestEData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]};export const curveTestFData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-10,y:-4,width:20,height:8,borderRadius:4,fill:"transparent",border:!0,borderWidth:2,opacity:1}]};export const curveTestGData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-6,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestHData={color:"#FF9F1C",bgColor:"#000",elements:[{type:"rect",x:-22,y:-3,width:16,height:6,borderRadius:3,fill:"transparent",border:!0,borderWidth:1.5,opacity:1}]};export const curveTestIData={color:"#FF9F1C",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}]};export const curveTestJData={color:"#FF9F1C",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}]};export const curveTestKData={color:"#FF9F1C",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}]};export const curveTestLData={color:"#FF9F1C",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}]};export const curveTestMData={color:"#FF9F1C",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}]};export const curveTestNData={color:"#FF9F1C",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}]};export const curveTestOData={color:"#FF9F1C",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}]};export const curveTestPData={color:"#FF9F1C",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}]};export const routePathIconData={color:"#FF9F1C",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"}]};export const routeDotIconData={color:"#FF9F1C",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}]};export const routeTwoPinsIconData={color:"#FF9F1C",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}]};export const 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"}]};export const QUERY_ICON_COLOR="#FF3366";const QUERY_STATES={fresh:"#10B981",fetching:"#3B82F6",stale:"#F59E0B",paused:"#8B5CF6",inactive:"#6B7280"};export const queryIconData={color:"#FF3366",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}]};export const HIGHLIGHTER_ICON_COLOR="#10B981";export const RENDERS_ICON_COLOR="#10B981";export const highlighterIconData={color:"#10B981",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}]};export const rendersIconData=highlighterIconData;export const BENCHMARK_ICON_COLOR="#F59E0B";export const benchmarkIconData={color:"#F59E0B",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}]};export const SENTRY_ICON_COLOR="#FF3366";export const sentryIconData={color:"#FF3366",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}]};export const WIFI_ICON_COLOR="#00D4FF";export const wifiIconData={color:"#00D4FF",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"}]};export const HIGHLIGHT_ICON_COLOR="#10B981";export const highlightIconData={color:"#10B981",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}]};export const EVENTS_ICON_COLOR="#00D4FF";export const eventsIconData={color:"#00D4FF",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}]};
@@ -1 +1 @@
1
- "use strict";import{IconContainer,IconCircle,IconRect,IconLine,IconTriangle,IconArc,IconSemicircle,IconSmoothArc}from"./icon-primitives";import{jsx as _jsx,Fragment as _Fragment}from"react/jsx-runtime";function hexToRgba(o,r){const e=o.replace("#","");let t,i,c;if(3===e.length)t=parseInt(e[0]+e[0],16),i=parseInt(e[1]+e[1],16),c=parseInt(e[2]+e[2],16);else{if(!(e.length>=6))return o;t=parseInt(e.substring(0,2),16),i=parseInt(e.substring(2,4),16),c=parseInt(e.substring(4,6),16)}return`rgba(${t}, ${i}, ${c}, ${r})`}function resolveColor(o,r,e){if(!o)return;const t=o.lastIndexOf(":");let i,c=o,n=1;if(t>0){const r=o.substring(t+1),e=parseInt(r,10);!isNaN(e)&&e>=0&&e<=100&&(c=o.substring(0,t),n=e/100)}return i="color"===c?r:"bg"===c?e:c,n<1&&i.startsWith("#")?hexToRgba(i,n):i}export function renderIconData(o,r,e){const t=r/24,i=r/2,c=e??o.color,n=o.bgColor,l=o.elements;return _jsx(IconContainer,{size:r,children:l.map((o,r)=>{if("circle"===o.type)return _jsx(IconCircle,{cx:i+o.cx*t,cy:i+o.cy*t,r:o.r*t,fill:resolveColor(o.fill,c,n),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??2)*t:0,opacity:o.opacity,scaleX:o.scaleX,scaleY:o.scaleY,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation},r);if("rect"===o.type){const e=void 0!==o.rotation?o.rotateFromCenter?.5:0:.5;return _jsx(IconRect,{x:i+o.x*t,y:i+o.y*t,width:o.width*t,height:o.height*t,fill:resolveColor(o.fill,c,n),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??1)*t:0,borderRadius:(o.borderRadius??0)*t,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation,originX:e,originY:.5},r)}return"line"===o.type?_jsx(IconLine,{x1:i+o.x1*t,y1:i+o.y1*t,x2:i+o.x2*t,y2:i+o.y2*t,stroke:resolveColor(o.stroke??"color",c,n),strokeWidth:(o.strokeWidth??1)*t,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0,rotation:o.rotation,curveX:void 0!==o.curveX?o.curveX*t:void 0,curveY:void 0!==o.curveY?o.curveY*t:void 0,curve2X:void 0!==o.curve2X?o.curve2X*t:void 0,curve2Y:void 0!==o.curve2Y?o.curve2Y*t:void 0},r):"triangle"===o.type?_jsx(IconTriangle,{x:i+o.x*t,y:i+o.y*t,size:o.size*t,direction:o.direction,fill:resolveColor(o.fill??"color",c,n),opacity:o.opacity,rotation:o.rotation},r):"arc"===o.type?_jsx(IconArc,{cx:i+o.cx*t,cy:i+o.cy*t,r:o.r*t,startAngle:o.startAngle,endAngle:o.endAngle,stroke:resolveColor(o.stroke??"color",c,n),strokeWidth:(o.strokeWidth??1.5)*t,opacity:o.opacity,segments:o.segments},r):"semicircle"===o.type?_jsx(IconSemicircle,{cx:i+o.cx*t,cy:i+o.cy*t,r:o.r*t,half:o.half,fill:resolveColor(o.fill,c,n),borderColor:o.border?c:void 0,borderWidth:o.border?(o.borderWidth??2)*t:0,opacity:o.opacity,glowColor:o.glow?c:void 0,glowRadius:o.glow?(o.glowRadius??4)*t:0},r):"smootharc"===o.type?_jsx(IconSmoothArc,{cx:i+o.cx*t,cy:i+o.cy*t,r:o.r*t,stroke:resolveColor(o.stroke??"color",c,n),strokeWidth:(o.strokeWidth??2)*t,opacity:o.opacity,portion:o.portion??"bottom"},r):null})})}export function createIcon(o){return function({size:r=24,color:e}){return _jsx(_Fragment,{children:renderIconData(o,r,e)})}}
1
+ "use strict";import{IconContainer,IconCircle,IconRect,IconLine,IconTriangle,IconArc,IconSemicircle,IconSmoothArc}from"./icon-primitives";import{jsx as _jsx,Fragment as _Fragment}from"react/jsx-runtime";function hexToRgba(o,r){const e=o.replace("#","");let t,i,c;if(3===e.length)t=parseInt(e[0]+e[0],16),i=parseInt(e[1]+e[1],16),c=parseInt(e[2]+e[2],16);else{if(!(e.length>=6))return o;t=parseInt(e.substring(0,2),16),i=parseInt(e.substring(2,4),16),c=parseInt(e.substring(4,6),16)}return`rgba(${t}, ${i}, ${c}, ${r})`}function resolveColor(o,r,e){if(!o)return;const t=o.lastIndexOf(":");let i,c=o,n=1;if(t>0){const r=o.substring(t+1),e=parseInt(r,10);!isNaN(e)&&e>=0&&e<=100&&(c=o.substring(0,t),n=e/100)}return i="color"===c?r:"bg"===c?e:c,n<1&&i.startsWith("#")?hexToRgba(i,n):i}export function renderIconData(o,r,e,t){const i=r/24,c=r/2,n=e??o.color,l=t??o.bgColor,s=o.elements;return _jsx(IconContainer,{size:r,children:s.map((o,r)=>{if("circle"===o.type)return _jsx(IconCircle,{cx:c+o.cx*i,cy:c+o.cy*i,r:o.r*i,fill:resolveColor(o.fill,n,l),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??2)*i:0,opacity:o.opacity,scaleX:o.scaleX,scaleY:o.scaleY,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation},r);if("rect"===o.type){const e=void 0!==o.rotation?o.rotateFromCenter?.5:0:.5;return _jsx(IconRect,{x:c+o.x*i,y:c+o.y*i,width:o.width*i,height:o.height*i,fill:resolveColor(o.fill,n,l),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??1)*i:0,borderRadius:(o.borderRadius??0)*i,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation,originX:e,originY:.5},r)}return"line"===o.type?_jsx(IconLine,{x1:c+o.x1*i,y1:c+o.y1*i,x2:c+o.x2*i,y2:c+o.y2*i,stroke:resolveColor(o.stroke??"color",n,l),strokeWidth:(o.strokeWidth??1)*i,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0,rotation:o.rotation,curveX:void 0!==o.curveX?o.curveX*i:void 0,curveY:void 0!==o.curveY?o.curveY*i:void 0,curve2X:void 0!==o.curve2X?o.curve2X*i:void 0,curve2Y:void 0!==o.curve2Y?o.curve2Y*i:void 0},r):"triangle"===o.type?_jsx(IconTriangle,{x:c+o.x*i,y:c+o.y*i,size:o.size*i,direction:o.direction,fill:resolveColor(o.fill??"color",n,l),opacity:o.opacity,rotation:o.rotation},r):"arc"===o.type?_jsx(IconArc,{cx:c+o.cx*i,cy:c+o.cy*i,r:o.r*i,startAngle:o.startAngle,endAngle:o.endAngle,stroke:resolveColor(o.stroke??"color",n,l),strokeWidth:(o.strokeWidth??1.5)*i,opacity:o.opacity,segments:o.segments},r):"semicircle"===o.type?_jsx(IconSemicircle,{cx:c+o.cx*i,cy:c+o.cy*i,r:o.r*i,half:o.half,fill:resolveColor(o.fill,n,l),borderColor:o.border?n:void 0,borderWidth:o.border?(o.borderWidth??2)*i:0,opacity:o.opacity,glowColor:o.glow?n:void 0,glowRadius:o.glow?(o.glowRadius??4)*i:0},r):"smootharc"===o.type?_jsx(IconSmoothArc,{cx:c+o.cx*i,cy:c+o.cy*i,r:o.r*i,stroke:resolveColor(o.stroke??"color",n,l),strokeWidth:(o.strokeWidth??2)*i,opacity:o.opacity,portion:o.portion??"bottom"},r):null})})}export function createIcon(o){return function({size:r=24,color:e,bgColor:t}){return _jsx(_Fragment,{children:renderIconData(o,r,e,t)})}}
@@ -1 +1 @@
1
- "use strict";export{FloatingToolsStore}from"./FloatingToolsStore.js";export{VISIBLE_HANDLE_WIDTH,DRAG_THRESHOLD,ANIMATION_DURATION,EDGE_PADDING,SAVE_DEBOUNCE_MS,STORAGE_KEYS}from"./constants.js";export{DevToolsStateManager,devToolsStateManager,devToolsReducer}from"./devToolsState.js";export{getUserStatusConfig,getGripIconLayout,filterValidChildren}from"./utils.js";export{easing,getEasing,interpolate,interpolatePosition}from"./easing.js";export{floatingToolsColors,withAlpha}from"./colors.js";export{MAX_DIAL_SLOTS,DIAL_START_ANGLE,DIAL_BUTTON_SIZE,DIAL_ICON_SIZE,DIAL_ICON_PADDING,DIAL_GRID_LINE_COUNT,dialColors,dialStyles,getGridLineRotations,getDialLayout,getIconAngle,getIconPosition,getAllIconPositions,dialAnimationConfig,getIconStaggerInputRange,dialCSSBeziers,generateDialCSSKeyframes,getDialCSSAnimationStyles,getDialCSSKeyframesString,getSpiralAnimationPosition,getStaggeredIconProgress}from"./dial.js";export{SETTINGS_STORAGE_KEY,MAX_SETTINGS_DIAL_SLOTS,settingsTabs,settingsColors,toolColors,getToolColor,settingsStyles,toolLabels,getToolLabel,toolDescriptions,getToolDescription,globalSettingsConfig,enforceDialLimit,sanitizeFloatingSettings,mergeSettingsWithDefaults,generateDefaultSettings,countEnabledTools,canEnableDialTool,getEnabledToolIds,SettingsEventBus,settingsEventBus}from"./settings.js";export{NetworkIcon,NETWORK_ICON_COLOR}from"./icons/network-icon.js";export{EnvIcon,ENV_ICON_COLOR}from"./icons/env-icon.js";export{StorageIcon,STORAGE_ICON_COLOR}from"./icons/storage-icon.js";export{RoutesIcon,RoutePinIcon,RoutePathIcon,RouteDotIcon,RouteTwoPinsIcon,CurveTestA,CurveTestB,CurveTestC,CurveTestD,CurveTestE,CurveTestF,CurveTestG,CurveTestH,CurveTestI,CurveTestJ,CurveTestK,CurveTestL,CurveTestM,CurveTestN,CurveTestO,CurveTestP,ROUTES_ICON_COLOR}from"./icons/routes-icon.js";export{QueryIcon,QUERY_ICON_COLOR}from"./icons/query-icon.js";export{HighlighterIcon,HIGHLIGHTER_ICON_COLOR,RendersIcon,RENDERS_ICON_COLOR}from"./icons/renders-icon.js";export{BenchmarkIcon,BENCHMARK_ICON_COLOR}from"./icons/benchmark-icon.js";export{SentryIcon,SENTRY_ICON_COLOR}from"./icons/sentry-icon.js";export{WifiIcon,WIFI_ICON_COLOR}from"./icons/wifi-icon.js";export{HighlightIcon,HIGHLIGHT_ICON_COLOR}from"./icons/highlight-icon.js";export{ReduxIcon,REDUX_ICON_COLOR}from"./icons/redux-icon.js";export{createNode,createLine,createRing,createDot,createGlow,createArrow,createBar}from"./icons/icon-factories.js";export{renderIconData,createIcon}from"./icons/icon-renderer.js";
1
+ "use strict";export{FloatingToolsStore}from"./FloatingToolsStore.js";export{VISIBLE_HANDLE_WIDTH,DRAG_THRESHOLD,ANIMATION_DURATION,EDGE_PADDING,SAVE_DEBOUNCE_MS,STORAGE_KEYS}from"./constants.js";export{DevToolsStateManager,devToolsStateManager,devToolsReducer}from"./devToolsState.js";export{getUserStatusConfig,getGripIconLayout,filterValidChildren}from"./utils.js";export{easing,getEasing,interpolate,interpolatePosition}from"./easing.js";export{floatingToolsColors,withAlpha}from"./colors.js";export{MAX_DIAL_SLOTS,DIAL_START_ANGLE,DIAL_BUTTON_SIZE,DIAL_ICON_SIZE,DIAL_ICON_PADDING,DIAL_GRID_LINE_COUNT,dialColors,dialStyles,getGridLineRotations,getDialLayout,getIconAngle,getIconPosition,getAllIconPositions,dialAnimationConfig,getIconStaggerInputRange,dialCSSBeziers,generateDialCSSKeyframes,getDialCSSAnimationStyles,getDialCSSKeyframesString,getSpiralAnimationPosition,getStaggeredIconProgress}from"./dial.js";export{SETTINGS_STORAGE_KEY,MAX_SETTINGS_DIAL_SLOTS,settingsTabs,settingsColors,toolColors,getToolColor,settingsStyles,toolLabels,getToolLabel,toolDescriptions,getToolDescription,globalSettingsConfig,enforceDialLimit,sanitizeFloatingSettings,mergeSettingsWithDefaults,generateDefaultSettings,countEnabledTools,canEnableDialTool,getEnabledToolIds,SettingsEventBus,settingsEventBus}from"./settings.js";export{NetworkIcon,NETWORK_ICON_COLOR}from"./icons/network-icon.js";export{EnvIcon,ENV_ICON_COLOR}from"./icons/env-icon.js";export{StorageIcon,STORAGE_ICON_COLOR}from"./icons/storage-icon.js";export{RoutesIcon,RoutePinIcon,RoutePathIcon,RouteDotIcon,RouteTwoPinsIcon,CurveTestA,CurveTestB,CurveTestC,CurveTestD,CurveTestE,CurveTestF,CurveTestG,CurveTestH,CurveTestI,CurveTestJ,CurveTestK,CurveTestL,CurveTestM,CurveTestN,CurveTestO,CurveTestP,ROUTES_ICON_COLOR}from"./icons/routes-icon.js";export{QueryIcon,QUERY_ICON_COLOR}from"./icons/query-icon.js";export{HighlighterIcon,HIGHLIGHTER_ICON_COLOR,RendersIcon,RENDERS_ICON_COLOR}from"./icons/renders-icon.js";export{BenchmarkIcon,BENCHMARK_ICON_COLOR}from"./icons/benchmark-icon.js";export{SentryIcon,SENTRY_ICON_COLOR}from"./icons/sentry-icon.js";export{WifiIcon,WIFI_ICON_COLOR}from"./icons/wifi-icon.js";export{HighlightIcon,HIGHLIGHT_ICON_COLOR}from"./icons/highlight-icon.js";export{ReduxIcon,REDUX_ICON_COLOR}from"./icons/redux-icon.js";export{EventsIcon,EVENTS_ICON_COLOR}from"./icons/events-icon.js";export{createNode,createLine,createRing,createDot,createGlow,createArrow,createBar}from"./icons/icon-factories.js";export{renderIconData,createIcon}from"./icons/icon-renderer.js";
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { BENCHMARK_ICON_COLOR } from './icon-data';
10
10
  export { BENCHMARK_ICON_COLOR };
11
- export declare const BenchmarkIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const BenchmarkIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=benchmark-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { ENV_ICON_COLOR } from './icon-data';
10
10
  export { ENV_ICON_COLOR };
11
- export declare const EnvIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const EnvIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=env-icon.d.ts.map
@@ -0,0 +1,12 @@
1
+ /**
2
+ * EventsIcon - Data-driven icon
3
+ *
4
+ * The icon is defined as pure data in icon-data.ts
5
+ * The renderer transforms it to components.
6
+ *
7
+ * To change: edit eventsIconData in icon-data.ts
8
+ */
9
+ import { EVENTS_ICON_COLOR } from './icon-data';
10
+ export { EVENTS_ICON_COLOR };
11
+ export declare const EventsIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ //# sourceMappingURL=events-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { HIGHLIGHT_ICON_COLOR } from './icon-data';
10
10
  export { HIGHLIGHT_ICON_COLOR };
11
- export declare const HighlightIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const HighlightIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=highlight-icon.d.ts.map
@@ -61,4 +61,6 @@ export declare const WIFI_ICON_COLOR = "#00D4FF";
61
61
  export declare const wifiIconData: IconData;
62
62
  export declare const HIGHLIGHT_ICON_COLOR = "#10B981";
63
63
  export declare const highlightIconData: IconData;
64
+ export declare const EVENTS_ICON_COLOR = "#00D4FF";
65
+ export declare const eventsIconData: IconData;
64
66
  //# sourceMappingURL=icon-data.d.ts.map
@@ -126,10 +126,12 @@ export interface IconData {
126
126
  bgColor: string;
127
127
  elements: IconElement[];
128
128
  }
129
- export declare function renderIconData(data: IconData, size: number, colorOverride?: string): import("react/jsx-runtime").JSX.Element;
130
- export declare function createIcon(data: IconData): FC<{
129
+ export declare function renderIconData(data: IconData, size: number, colorOverride?: string, bgColorOverride?: string): import("react/jsx-runtime").JSX.Element;
130
+ export interface IconProps {
131
131
  size?: number;
132
132
  color?: string;
133
- }>;
133
+ bgColor?: string;
134
+ }
135
+ export declare function createIcon(data: IconData): FC<IconProps>;
134
136
  export {};
135
137
  //# sourceMappingURL=icon-renderer.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { NETWORK_ICON_COLOR } from './icon-data';
10
10
  export { NETWORK_ICON_COLOR };
11
- export declare const NetworkIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const NetworkIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=network-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { QUERY_ICON_COLOR } from './icon-data';
10
10
  export { QUERY_ICON_COLOR };
11
- export declare const QueryIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const QueryIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=query-icon.d.ts.map
@@ -3,8 +3,5 @@
3
3
  * Uses the icon renderer system with cubic Bezier curve support
4
4
  */
5
5
  export declare const REDUX_ICON_COLOR = "#764abc";
6
- export declare const ReduxIcon: import("react").FC<{
7
- size?: number;
8
- color?: string;
9
- }>;
6
+ export declare const ReduxIcon: import("react").FC<import("./icon-renderer").IconProps>;
10
7
  //# sourceMappingURL=redux-icon.d.ts.map
@@ -8,12 +8,6 @@
8
8
  */
9
9
  import { HIGHLIGHTER_ICON_COLOR, RENDERS_ICON_COLOR } from './icon-data';
10
10
  export { HIGHLIGHTER_ICON_COLOR, RENDERS_ICON_COLOR };
11
- export declare const HighlighterIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
15
- export declare const RendersIcon: import("react").FC<{
16
- size?: number;
17
- color?: string;
18
- }>;
11
+ export declare const HighlighterIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ export declare const RendersIcon: import("react").FC<import("./icon-renderer").IconProps>;
19
13
  //# sourceMappingURL=renders-icon.d.ts.map
@@ -8,88 +8,25 @@
8
8
  */
9
9
  import { ROUTES_ICON_COLOR } from './icon-data';
10
10
  export { ROUTES_ICON_COLOR };
11
- export declare const RoutesIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
15
- export declare const RoutePinIcon: import("react").FC<{
16
- size?: number;
17
- color?: string;
18
- }>;
19
- export declare const RoutePathIcon: import("react").FC<{
20
- size?: number;
21
- color?: string;
22
- }>;
23
- export declare const RouteDotIcon: import("react").FC<{
24
- size?: number;
25
- color?: string;
26
- }>;
27
- export declare const RouteTwoPinsIcon: import("react").FC<{
28
- size?: number;
29
- color?: string;
30
- }>;
31
- export declare const CurveTestA: import("react").FC<{
32
- size?: number;
33
- color?: string;
34
- }>;
35
- export declare const CurveTestB: import("react").FC<{
36
- size?: number;
37
- color?: string;
38
- }>;
39
- export declare const CurveTestC: import("react").FC<{
40
- size?: number;
41
- color?: string;
42
- }>;
43
- export declare const CurveTestD: import("react").FC<{
44
- size?: number;
45
- color?: string;
46
- }>;
47
- export declare const CurveTestE: import("react").FC<{
48
- size?: number;
49
- color?: string;
50
- }>;
51
- export declare const CurveTestF: import("react").FC<{
52
- size?: number;
53
- color?: string;
54
- }>;
55
- export declare const CurveTestG: import("react").FC<{
56
- size?: number;
57
- color?: string;
58
- }>;
59
- export declare const CurveTestH: import("react").FC<{
60
- size?: number;
61
- color?: string;
62
- }>;
63
- export declare const CurveTestI: import("react").FC<{
64
- size?: number;
65
- color?: string;
66
- }>;
67
- export declare const CurveTestJ: import("react").FC<{
68
- size?: number;
69
- color?: string;
70
- }>;
71
- export declare const CurveTestK: import("react").FC<{
72
- size?: number;
73
- color?: string;
74
- }>;
75
- export declare const CurveTestL: import("react").FC<{
76
- size?: number;
77
- color?: string;
78
- }>;
79
- export declare const CurveTestM: import("react").FC<{
80
- size?: number;
81
- color?: string;
82
- }>;
83
- export declare const CurveTestN: import("react").FC<{
84
- size?: number;
85
- color?: string;
86
- }>;
87
- export declare const CurveTestO: import("react").FC<{
88
- size?: number;
89
- color?: string;
90
- }>;
91
- export declare const CurveTestP: import("react").FC<{
92
- size?: number;
93
- color?: string;
94
- }>;
11
+ export declare const RoutesIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ export declare const RoutePinIcon: import("react").FC<import("./icon-renderer").IconProps>;
13
+ export declare const RoutePathIcon: import("react").FC<import("./icon-renderer").IconProps>;
14
+ export declare const RouteDotIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
+ export declare const RouteTwoPinsIcon: import("react").FC<import("./icon-renderer").IconProps>;
16
+ export declare const CurveTestA: import("react").FC<import("./icon-renderer").IconProps>;
17
+ export declare const CurveTestB: import("react").FC<import("./icon-renderer").IconProps>;
18
+ export declare const CurveTestC: import("react").FC<import("./icon-renderer").IconProps>;
19
+ export declare const CurveTestD: import("react").FC<import("./icon-renderer").IconProps>;
20
+ export declare const CurveTestE: import("react").FC<import("./icon-renderer").IconProps>;
21
+ export declare const CurveTestF: import("react").FC<import("./icon-renderer").IconProps>;
22
+ export declare const CurveTestG: import("react").FC<import("./icon-renderer").IconProps>;
23
+ export declare const CurveTestH: import("react").FC<import("./icon-renderer").IconProps>;
24
+ export declare const CurveTestI: import("react").FC<import("./icon-renderer").IconProps>;
25
+ export declare const CurveTestJ: import("react").FC<import("./icon-renderer").IconProps>;
26
+ export declare const CurveTestK: import("react").FC<import("./icon-renderer").IconProps>;
27
+ export declare const CurveTestL: import("react").FC<import("./icon-renderer").IconProps>;
28
+ export declare const CurveTestM: import("react").FC<import("./icon-renderer").IconProps>;
29
+ export declare const CurveTestN: import("react").FC<import("./icon-renderer").IconProps>;
30
+ export declare const CurveTestO: import("react").FC<import("./icon-renderer").IconProps>;
31
+ export declare const CurveTestP: import("react").FC<import("./icon-renderer").IconProps>;
95
32
  //# sourceMappingURL=routes-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { SENTRY_ICON_COLOR } from './icon-data';
10
10
  export { SENTRY_ICON_COLOR };
11
- export declare const SentryIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const SentryIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=sentry-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { STORAGE_ICON_COLOR } from './icon-data';
10
10
  export { STORAGE_ICON_COLOR };
11
- export declare const StorageIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const StorageIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=storage-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { WIFI_ICON_COLOR } from './icon-data';
10
10
  export { WIFI_ICON_COLOR };
11
- export declare const WifiIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const WifiIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=wifi-icon.d.ts.map
@@ -36,6 +36,7 @@ export { SentryIcon, SENTRY_ICON_COLOR } from './icons/sentry-icon';
36
36
  export { WifiIcon, WIFI_ICON_COLOR } from './icons/wifi-icon';
37
37
  export { HighlightIcon, HIGHLIGHT_ICON_COLOR } from './icons/highlight-icon';
38
38
  export { ReduxIcon, REDUX_ICON_COLOR } from './icons/redux-icon';
39
+ export { EventsIcon, EVENTS_ICON_COLOR } from './icons/events-icon';
39
40
  export { createNode, createLine, createRing, createDot, createGlow, createArrow, createBar, type NodeOptions, type LineOptions, type RingOptions, } from './icons/icon-factories';
40
- export { renderIconData, createIcon, type IconData } from './icons/icon-renderer';
41
+ export { renderIconData, createIcon, type IconData, type IconProps } from './icons/icon-renderer';
41
42
  //# sourceMappingURL=index.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { BENCHMARK_ICON_COLOR } from './icon-data';
10
10
  export { BENCHMARK_ICON_COLOR };
11
- export declare const BenchmarkIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const BenchmarkIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=benchmark-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { ENV_ICON_COLOR } from './icon-data';
10
10
  export { ENV_ICON_COLOR };
11
- export declare const EnvIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const EnvIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=env-icon.d.ts.map
@@ -0,0 +1,12 @@
1
+ /**
2
+ * EventsIcon - Data-driven icon
3
+ *
4
+ * The icon is defined as pure data in icon-data.ts
5
+ * The renderer transforms it to components.
6
+ *
7
+ * To change: edit eventsIconData in icon-data.ts
8
+ */
9
+ import { EVENTS_ICON_COLOR } from './icon-data';
10
+ export { EVENTS_ICON_COLOR };
11
+ export declare const EventsIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ //# sourceMappingURL=events-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { HIGHLIGHT_ICON_COLOR } from './icon-data';
10
10
  export { HIGHLIGHT_ICON_COLOR };
11
- export declare const HighlightIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const HighlightIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=highlight-icon.d.ts.map
@@ -61,4 +61,6 @@ export declare const WIFI_ICON_COLOR = "#00D4FF";
61
61
  export declare const wifiIconData: IconData;
62
62
  export declare const HIGHLIGHT_ICON_COLOR = "#10B981";
63
63
  export declare const highlightIconData: IconData;
64
+ export declare const EVENTS_ICON_COLOR = "#00D4FF";
65
+ export declare const eventsIconData: IconData;
64
66
  //# sourceMappingURL=icon-data.d.ts.map
@@ -126,10 +126,12 @@ export interface IconData {
126
126
  bgColor: string;
127
127
  elements: IconElement[];
128
128
  }
129
- export declare function renderIconData(data: IconData, size: number, colorOverride?: string): import("react/jsx-runtime").JSX.Element;
130
- export declare function createIcon(data: IconData): FC<{
129
+ export declare function renderIconData(data: IconData, size: number, colorOverride?: string, bgColorOverride?: string): import("react/jsx-runtime").JSX.Element;
130
+ export interface IconProps {
131
131
  size?: number;
132
132
  color?: string;
133
- }>;
133
+ bgColor?: string;
134
+ }
135
+ export declare function createIcon(data: IconData): FC<IconProps>;
134
136
  export {};
135
137
  //# sourceMappingURL=icon-renderer.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { NETWORK_ICON_COLOR } from './icon-data';
10
10
  export { NETWORK_ICON_COLOR };
11
- export declare const NetworkIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const NetworkIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=network-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { QUERY_ICON_COLOR } from './icon-data';
10
10
  export { QUERY_ICON_COLOR };
11
- export declare const QueryIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const QueryIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=query-icon.d.ts.map
@@ -3,8 +3,5 @@
3
3
  * Uses the icon renderer system with cubic Bezier curve support
4
4
  */
5
5
  export declare const REDUX_ICON_COLOR = "#764abc";
6
- export declare const ReduxIcon: import("react").FC<{
7
- size?: number;
8
- color?: string;
9
- }>;
6
+ export declare const ReduxIcon: import("react").FC<import("./icon-renderer").IconProps>;
10
7
  //# sourceMappingURL=redux-icon.d.ts.map
@@ -8,12 +8,6 @@
8
8
  */
9
9
  import { HIGHLIGHTER_ICON_COLOR, RENDERS_ICON_COLOR } from './icon-data';
10
10
  export { HIGHLIGHTER_ICON_COLOR, RENDERS_ICON_COLOR };
11
- export declare const HighlighterIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
15
- export declare const RendersIcon: import("react").FC<{
16
- size?: number;
17
- color?: string;
18
- }>;
11
+ export declare const HighlighterIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ export declare const RendersIcon: import("react").FC<import("./icon-renderer").IconProps>;
19
13
  //# sourceMappingURL=renders-icon.d.ts.map
@@ -8,88 +8,25 @@
8
8
  */
9
9
  import { ROUTES_ICON_COLOR } from './icon-data';
10
10
  export { ROUTES_ICON_COLOR };
11
- export declare const RoutesIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
15
- export declare const RoutePinIcon: import("react").FC<{
16
- size?: number;
17
- color?: string;
18
- }>;
19
- export declare const RoutePathIcon: import("react").FC<{
20
- size?: number;
21
- color?: string;
22
- }>;
23
- export declare const RouteDotIcon: import("react").FC<{
24
- size?: number;
25
- color?: string;
26
- }>;
27
- export declare const RouteTwoPinsIcon: import("react").FC<{
28
- size?: number;
29
- color?: string;
30
- }>;
31
- export declare const CurveTestA: import("react").FC<{
32
- size?: number;
33
- color?: string;
34
- }>;
35
- export declare const CurveTestB: import("react").FC<{
36
- size?: number;
37
- color?: string;
38
- }>;
39
- export declare const CurveTestC: import("react").FC<{
40
- size?: number;
41
- color?: string;
42
- }>;
43
- export declare const CurveTestD: import("react").FC<{
44
- size?: number;
45
- color?: string;
46
- }>;
47
- export declare const CurveTestE: import("react").FC<{
48
- size?: number;
49
- color?: string;
50
- }>;
51
- export declare const CurveTestF: import("react").FC<{
52
- size?: number;
53
- color?: string;
54
- }>;
55
- export declare const CurveTestG: import("react").FC<{
56
- size?: number;
57
- color?: string;
58
- }>;
59
- export declare const CurveTestH: import("react").FC<{
60
- size?: number;
61
- color?: string;
62
- }>;
63
- export declare const CurveTestI: import("react").FC<{
64
- size?: number;
65
- color?: string;
66
- }>;
67
- export declare const CurveTestJ: import("react").FC<{
68
- size?: number;
69
- color?: string;
70
- }>;
71
- export declare const CurveTestK: import("react").FC<{
72
- size?: number;
73
- color?: string;
74
- }>;
75
- export declare const CurveTestL: import("react").FC<{
76
- size?: number;
77
- color?: string;
78
- }>;
79
- export declare const CurveTestM: import("react").FC<{
80
- size?: number;
81
- color?: string;
82
- }>;
83
- export declare const CurveTestN: import("react").FC<{
84
- size?: number;
85
- color?: string;
86
- }>;
87
- export declare const CurveTestO: import("react").FC<{
88
- size?: number;
89
- color?: string;
90
- }>;
91
- export declare const CurveTestP: import("react").FC<{
92
- size?: number;
93
- color?: string;
94
- }>;
11
+ export declare const RoutesIcon: import("react").FC<import("./icon-renderer").IconProps>;
12
+ export declare const RoutePinIcon: import("react").FC<import("./icon-renderer").IconProps>;
13
+ export declare const RoutePathIcon: import("react").FC<import("./icon-renderer").IconProps>;
14
+ export declare const RouteDotIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
+ export declare const RouteTwoPinsIcon: import("react").FC<import("./icon-renderer").IconProps>;
16
+ export declare const CurveTestA: import("react").FC<import("./icon-renderer").IconProps>;
17
+ export declare const CurveTestB: import("react").FC<import("./icon-renderer").IconProps>;
18
+ export declare const CurveTestC: import("react").FC<import("./icon-renderer").IconProps>;
19
+ export declare const CurveTestD: import("react").FC<import("./icon-renderer").IconProps>;
20
+ export declare const CurveTestE: import("react").FC<import("./icon-renderer").IconProps>;
21
+ export declare const CurveTestF: import("react").FC<import("./icon-renderer").IconProps>;
22
+ export declare const CurveTestG: import("react").FC<import("./icon-renderer").IconProps>;
23
+ export declare const CurveTestH: import("react").FC<import("./icon-renderer").IconProps>;
24
+ export declare const CurveTestI: import("react").FC<import("./icon-renderer").IconProps>;
25
+ export declare const CurveTestJ: import("react").FC<import("./icon-renderer").IconProps>;
26
+ export declare const CurveTestK: import("react").FC<import("./icon-renderer").IconProps>;
27
+ export declare const CurveTestL: import("react").FC<import("./icon-renderer").IconProps>;
28
+ export declare const CurveTestM: import("react").FC<import("./icon-renderer").IconProps>;
29
+ export declare const CurveTestN: import("react").FC<import("./icon-renderer").IconProps>;
30
+ export declare const CurveTestO: import("react").FC<import("./icon-renderer").IconProps>;
31
+ export declare const CurveTestP: import("react").FC<import("./icon-renderer").IconProps>;
95
32
  //# sourceMappingURL=routes-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { SENTRY_ICON_COLOR } from './icon-data';
10
10
  export { SENTRY_ICON_COLOR };
11
- export declare const SentryIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const SentryIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=sentry-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { STORAGE_ICON_COLOR } from './icon-data';
10
10
  export { STORAGE_ICON_COLOR };
11
- export declare const StorageIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const StorageIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=storage-icon.d.ts.map
@@ -8,8 +8,5 @@
8
8
  */
9
9
  import { WIFI_ICON_COLOR } from './icon-data';
10
10
  export { WIFI_ICON_COLOR };
11
- export declare const WifiIcon: import("react").FC<{
12
- size?: number;
13
- color?: string;
14
- }>;
11
+ export declare const WifiIcon: import("react").FC<import("./icon-renderer").IconProps>;
15
12
  //# sourceMappingURL=wifi-icon.d.ts.map
@@ -36,6 +36,7 @@ export { SentryIcon, SENTRY_ICON_COLOR } from './icons/sentry-icon';
36
36
  export { WifiIcon, WIFI_ICON_COLOR } from './icons/wifi-icon';
37
37
  export { HighlightIcon, HIGHLIGHT_ICON_COLOR } from './icons/highlight-icon';
38
38
  export { ReduxIcon, REDUX_ICON_COLOR } from './icons/redux-icon';
39
+ export { EventsIcon, EVENTS_ICON_COLOR } from './icons/events-icon';
39
40
  export { createNode, createLine, createRing, createDot, createGlow, createArrow, createBar, type NodeOptions, type LineOptions, type RingOptions, } from './icons/icon-factories';
40
- export { renderIconData, createIcon, type IconData } from './icons/icon-renderer';
41
+ export { renderIconData, createIcon, type IconData, type IconProps } from './icons/icon-renderer';
41
42
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buoy-gg/floating-tools-core",
3
- "version": "1.7.8",
3
+ "version": "2.1.2",
4
4
  "description": "Headless core for floating tools - shared logic for web and React Native",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",