@moderneinc/neo-design 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.
package/dist/index.d.ts CHANGED
@@ -356,7 +356,7 @@ type Border = {
356
356
  overlay: 'rgba(255, 255, 255, 0)';
357
357
  primary: '#d1d5db';
358
358
  secondary: '#e5e7eb';
359
- focus: '#3bcca6';
359
+ focus: '#131e7a';
360
360
  };
361
361
 
362
362
  declare const border: Border;
@@ -60,7 +60,7 @@
60
60
  --neo-border-overlay: rgba(255, 255, 255, 0);
61
61
  --neo-border-primary: #d1d5db;
62
62
  --neo-border-secondary: #e5e7eb;
63
- --neo-border-focus: #3bcca6;
63
+ --neo-border-focus: #131e7a;
64
64
  --neo-input-checkbox: #d1d5db;
65
65
  --neo-input-hover-background: #f3f4f6;
66
66
  --neo-input-background: #ffffff;
@@ -96,7 +96,7 @@ export type Border = {
96
96
  overlay: 'rgba(255, 255, 255, 0)';
97
97
  primary: '#d1d5db';
98
98
  secondary: '#e5e7eb';
99
- focus: '#3bcca6';
99
+ focus: '#131e7a';
100
100
  };
101
101
 
102
102
  export declare const border: Border;
@@ -38,7 +38,7 @@ export const typography = {"searchInputBackground":"#ffffff","linkDefault":"#2f4
38
38
  /**
39
39
  * @type {Border}
40
40
  */
41
- export const border = {"overlay":"rgba(255, 255, 255, 0)","primary":"#d1d5db","secondary":"#e5e7eb","focus":"#3bcca6"};
41
+ export const border = {"overlay":"rgba(255, 255, 255, 0)","primary":"#d1d5db","secondary":"#e5e7eb","focus":"#131e7a"};
42
42
 
43
43
  /**
44
44
  * @typedef {{ checkbox: string, hoverBackground: string, background: string, disabledBackground: string }} Input
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moderneinc/neo-design",
3
- "version": "4.1.1-next.d7d4cf",
3
+ "version": "4.1.1",
4
4
  "type": "module",
5
5
  "description": "Design primitives and tokens for Moderne applications",
6
6
  "main": "dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "rollup": "4.60.0",
61
61
  "rollup-plugin-dts": "6.4.0",
62
62
  "semantic-release": "25.0.2",
63
- "typescript": "5.9.2"
63
+ "typescript": "6.0.2"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": "^18.0.0 || ^19.0.0"