@cord-sdk/react
Advanced tools
Comparing version 1.24.1 to 1.25.0
@@ -11,2 +11,3 @@ import * as React from 'react'; | ||
showScreenshotPreview?: boolean; | ||
groupId?: string; | ||
onStart?: (...args: FloatingThreadsWebComponentEvents['start']) => unknown; | ||
@@ -26,2 +27,3 @@ onFinish?: (...args: FloatingThreadsWebComponentEvents['finish']) => unknown; | ||
showScreenshotPreview?: boolean | undefined; | ||
groupId?: string | undefined; | ||
onStart?: (() => unknown) | undefined; | ||
@@ -28,0 +30,0 @@ onFinish?: ((threadID: string) => unknown) | undefined; |
@@ -14,2 +14,3 @@ import * as React from 'react'; | ||
threadName?: string; | ||
groupId?: string; | ||
onOpen?: (...args: SidebarWebComponentEvents['open']) => unknown; | ||
@@ -32,2 +33,3 @@ onClose?: (...args: SidebarWebComponentEvents['close']) => unknown; | ||
threadName?: string | undefined; | ||
groupId?: string | undefined; | ||
onOpen?: ((args_0: { | ||
@@ -34,0 +36,0 @@ width?: number | undefined; |
{ | ||
"name": "@cord-sdk/react", | ||
"description": "React components for Cord", | ||
"version": "1.24.1", | ||
"version": "1.25.0", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/components": "1.24.1", | ||
"@cord-sdk/types": "1.24.1", | ||
"@cord-sdk/components": "1.25.0", | ||
"@cord-sdk/types": "1.25.0", | ||
"classnames": "^2.3.1", | ||
@@ -34,3 +34,3 @@ "phosphor-react": "^1.4.0", | ||
"devDependencies": { | ||
"@cord-sdk/jsx": "1.24.1", | ||
"@cord-sdk/jsx": "1.25.0", | ||
"@types/react": "^18.2.25", | ||
@@ -37,0 +37,0 @@ "@vanilla-extract/css": "^1.13.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
397652
7921
1
+ Added@cord-sdk/components@1.25.0(transitive)
+ Added@cord-sdk/types@1.25.0(transitive)
- Removed@cord-sdk/components@1.24.1(transitive)
- Removed@cord-sdk/types@1.24.1(transitive)
Updated@cord-sdk/components@1.25.0
Updated@cord-sdk/types@1.25.0