@moderneinc/neo-styled-components 4.1.1-next.f26704 → 4.1.1

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/dist/index.d.ts CHANGED
@@ -2921,7 +2921,7 @@ declare const NeoTreeView: {
2921
2921
  * Produces a double-ring effect: a white inner gap (via outline-offset) and a colored outer ring.
2922
2922
  */
2923
2923
  declare const focusRingStyles: {
2924
- readonly outline: "2px solid #3bcca6";
2924
+ readonly outline: "2px solid #131e7a";
2925
2925
  readonly outlineOffset: "2px";
2926
2926
  };
2927
2927
 
@@ -5,6 +5,6 @@
5
5
  * Produces a double-ring effect: a white inner gap (via outline-offset) and a colored outer ring.
6
6
  */
7
7
  export declare const focusRingStyles: {
8
- readonly outline: "2px solid #3bcca6";
8
+ readonly outline: "2px solid #131e7a";
9
9
  readonly outlineOffset: "2px";
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moderneinc/neo-styled-components",
3
- "version": "4.1.1-next.f26704",
3
+ "version": "4.1.1",
4
4
  "type": "module",
5
5
  "description": "Styled MUI components for Moderne applications",
6
6
  "main": "dist/index.js",