@cord-sdk/components
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -169,3 +169,2 @@ 'use strict'; | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
}, | ||
@@ -180,2 +179,3 @@ Avatar: { | ||
'enable-tooltip': 'boolean', | ||
disabled: 'boolean', | ||
}, | ||
@@ -182,0 +182,0 @@ }; |
@@ -166,3 +166,2 @@ import type { BadgeStyle, ComposerSize, JsonValue, Orientation } from '@cord-sdk/types'; | ||
readonly 'thread-id': "string"; | ||
readonly 'thread-name': "string"; | ||
}; | ||
@@ -177,2 +176,3 @@ readonly Avatar: { | ||
readonly 'enable-tooltip': "boolean"; | ||
readonly disabled: "boolean"; | ||
}; | ||
@@ -179,0 +179,0 @@ }; |
@@ -165,3 +165,2 @@ const componentNames = { | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
}, | ||
@@ -176,2 +175,3 @@ Avatar: { | ||
'enable-tooltip': 'boolean', | ||
disabled: 'boolean', | ||
}, | ||
@@ -178,0 +178,0 @@ }; |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.42" | ||
"@cord-sdk/types": "0.0.43" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
26581
+ Added@cord-sdk/types@0.0.43(transitive)
- Removed@cord-sdk/types@0.0.42(transitive)
Updated@cord-sdk/types@0.0.43