@opentrace/opentrace 0.1.1-rc.415 → 0.1.1-rc.418

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.
@@ -6867,8 +6867,9 @@
6867
6867
  }
6868
6868
 
6869
6869
  .graph-control-btn--active {
6870
- background: rgba(99, 102, 241, 0.3);
6871
- border-color: rgba(99, 102, 241, 0.6);
6870
+ background: color-mix(in oklch, var(--primary) 20%, transparent);
6871
+ border-color: color-mix(in oklch, var(--primary) 50%, transparent);
6872
+ color: var(--primary);
6872
6873
  }
6873
6874
 
6874
6875
  .panel-header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentrace/opentrace",
3
- "version": "0.1.1-rc.415",
3
+ "version": "0.1.1-rc.418",
4
4
  "type": "module",
5
5
  "description": "React components for graph visualization — powered by Pixi.js and Graphology",
6
6
  "license": "Apache-2.0",