@moderneinc/neo-styled-components 4.1.1-next.d7d4cf → 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.
@@ -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.d7d4cf",
3
+ "version": "4.1.1",
4
4
  "type": "module",
5
5
  "description": "Styled MUI components for Moderne applications",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@moderneinc/neo-design": "*",
49
- "lucide-react": "0.577.0"
49
+ "lucide-react": "1.7.0"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "peerDependencies": {
@@ -94,6 +94,6 @@
94
94
  "rollup-plugin-dts": "6.4.0",
95
95
  "semantic-release": "25.0.2",
96
96
  "tslib": "2.8.1",
97
- "typescript": "5.9.2"
97
+ "typescript": "6.0.2"
98
98
  }
99
99
  }