@innovastudio/contentbuilder 1.5.206 → 1.5.207

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.206",
4
+ "version": "1.5.207",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -88571,7 +88571,7 @@ class CodeChat {
88571
88571
  }
88572
88572
 
88573
88573
  #chatPanel *:focus-visible {
88574
- outline: 2px solid #3e93f7;
88574
+ outline: 2px solid var(--focus-outline-color);
88575
88575
  outline-offset: 2px;
88576
88576
  }
88577
88577
 
@@ -88944,7 +88944,7 @@ class CodeChat {
88944
88944
  }
88945
88945
 
88946
88946
  #settingsDialog select:focus-visible {
88947
- outline: 2px solid #3e93f7;
88947
+ outline: 2px solid var(--focus-outline-color);
88948
88948
  outline-offset: 2px;
88949
88949
  }
88950
88950