@cord-sdk/components
Advanced tools
Comparing version 0.0.30 to 0.0.31
@@ -6,3 +6,2 @@ 'use strict'; | ||
const componentNames = { | ||
'cord-collaboration': 'Collaboration', | ||
'cord-multiple-cursors': 'MultipleCursors', | ||
@@ -14,3 +13,2 @@ 'cord-page-presence': 'PagePresence', | ||
'cord-presence-observer': 'PresenceObserver', | ||
'cord-text': 'Text', | ||
'cord-thread': 'Thread', | ||
@@ -39,12 +37,2 @@ 'cord-thread-list': 'ThreadList', | ||
const componentAttributes = { | ||
Collaboration: { | ||
context: 'json', | ||
location: 'json', | ||
'show-close-button': 'boolean', | ||
'show-inbox': 'boolean', | ||
'show-presence': 'boolean', | ||
'show-all-activity': 'boolean', | ||
'exclude-viewer-from-presence': 'boolean', | ||
'show-pins-on-page': 'boolean', | ||
}, | ||
MultipleCursors: { | ||
@@ -100,6 +88,2 @@ context: 'json', | ||
}, | ||
Text: { | ||
label: 'string', | ||
color: 'string', | ||
}, | ||
Thread: { | ||
@@ -113,2 +97,3 @@ context: 'json', | ||
'show-header': 'boolean', | ||
'composer-expanded': 'boolean', | ||
}, | ||
@@ -115,0 +100,0 @@ ThreadList: { |
import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types'; | ||
export declare const componentNames: { | ||
readonly 'cord-collaboration': "Collaboration"; | ||
readonly 'cord-multiple-cursors': "MultipleCursors"; | ||
@@ -10,3 +9,2 @@ readonly 'cord-page-presence': "PagePresence"; | ||
readonly 'cord-presence-observer': "PresenceObserver"; | ||
readonly 'cord-text': "Text"; | ||
readonly 'cord-thread': "Thread"; | ||
@@ -27,12 +25,2 @@ readonly 'cord-thread-list': "ThreadList"; | ||
export declare const componentAttributes: { | ||
readonly Collaboration: { | ||
readonly context: "json"; | ||
readonly location: "json"; | ||
readonly 'show-close-button': "boolean"; | ||
readonly 'show-inbox': "boolean"; | ||
readonly 'show-presence': "boolean"; | ||
readonly 'show-all-activity': "boolean"; | ||
readonly 'exclude-viewer-from-presence': "boolean"; | ||
readonly 'show-pins-on-page': "boolean"; | ||
}; | ||
readonly MultipleCursors: { | ||
@@ -88,6 +76,2 @@ readonly context: "json"; | ||
}; | ||
readonly Text: { | ||
readonly label: "string"; | ||
readonly color: "string"; | ||
}; | ||
readonly Thread: { | ||
@@ -101,2 +85,3 @@ readonly context: "json"; | ||
readonly 'show-header': "boolean"; | ||
readonly 'composer-expanded': "boolean"; | ||
}; | ||
@@ -103,0 +88,0 @@ readonly ThreadList: { |
const componentNames = { | ||
'cord-collaboration': 'Collaboration', | ||
'cord-multiple-cursors': 'MultipleCursors', | ||
@@ -9,3 +8,2 @@ 'cord-page-presence': 'PagePresence', | ||
'cord-presence-observer': 'PresenceObserver', | ||
'cord-text': 'Text', | ||
'cord-thread': 'Thread', | ||
@@ -34,12 +32,2 @@ 'cord-thread-list': 'ThreadList', | ||
const componentAttributes = { | ||
Collaboration: { | ||
context: 'json', | ||
location: 'json', | ||
'show-close-button': 'boolean', | ||
'show-inbox': 'boolean', | ||
'show-presence': 'boolean', | ||
'show-all-activity': 'boolean', | ||
'exclude-viewer-from-presence': 'boolean', | ||
'show-pins-on-page': 'boolean', | ||
}, | ||
MultipleCursors: { | ||
@@ -95,6 +83,2 @@ context: 'json', | ||
}, | ||
Text: { | ||
label: 'string', | ||
color: 'string', | ||
}, | ||
Thread: { | ||
@@ -108,2 +92,3 @@ context: 'json', | ||
'show-header': 'boolean', | ||
'composer-expanded': 'boolean', | ||
}, | ||
@@ -110,0 +95,0 @@ ThreadList: { |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.30" | ||
"@cord-sdk/types": "0.0.31" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21957
521
1
+ Added@cord-sdk/types@0.0.31(transitive)
- Removed@cord-sdk/types@0.0.30(transitive)
Updated@cord-sdk/types@0.0.31