@handled-ai/design-system 0.9.12 → 0.9.13

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.
@@ -78,6 +78,7 @@ interface InboxViewConfig {
78
78
  dismissButton?: string;
79
79
  approvedStatus?: string;
80
80
  dismissedStatus?: string;
81
+ opportunityCreated?: string;
81
82
  };
82
83
  /**
83
84
  * Override the copy used in the detail panel "Signal brief" section.
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@handled-ai/design-system",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Handled UI component library (shadcn-style, New York)",
5
5
  "type": "module",
6
- "packageManager": "pnpm@9.12.0",
7
6
  "sideEffects": [
8
7
  "**/*.css"
9
8
  ],
@@ -95,16 +94,6 @@
95
94
  "publishConfig": {
96
95
  "access": "public"
97
96
  },
98
- "scripts": {
99
- "dev": "next dev --turbopack",
100
- "build": "next build",
101
- "build:lib": "tsup",
102
- "start": "next start",
103
- "typecheck": "tsc --noEmit",
104
- "lint": "next lint",
105
- "registry:build": "shadcn build",
106
- "prepublishOnly": "npm run build:lib"
107
- },
108
97
  "peerDependencies": {
109
98
  "@nivo/core": ">=0.80.0",
110
99
  "@nivo/sankey": ">=0.80.0",
@@ -176,17 +165,13 @@
176
165
  "typescript": "^5.9.2",
177
166
  "@tanstack/react-virtual": "^3.13.24"
178
167
  },
179
- "pnpm": {
180
- "overrides": {
181
- "@types/react": "19.1.2",
182
- "@types/react-dom": "19.1.2"
183
- },
184
- "onlyBuiltDependencies": [
185
- "@tailwindcss/oxide",
186
- "esbuild",
187
- "msw",
188
- "sharp",
189
- "unrs-resolver"
190
- ]
168
+ "scripts": {
169
+ "dev": "next dev --turbopack",
170
+ "build": "next build",
171
+ "build:lib": "tsup",
172
+ "start": "next start",
173
+ "typecheck": "tsc --noEmit",
174
+ "lint": "next lint",
175
+ "registry:build": "shadcn build"
191
176
  }
192
- }
177
+ }
@@ -83,6 +83,7 @@ export interface InboxViewConfig {
83
83
  dismissButton?: string
84
84
  approvedStatus?: string
85
85
  dismissedStatus?: string
86
+ opportunityCreated?: string
86
87
  }
87
88
  /**
88
89
  * Override the copy used in the detail panel "Signal brief" section.