@cord-sdk/components
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -16,2 +16,4 @@ 'use strict'; | ||
'cord-thread-list': 'ThreadList', | ||
'cord-inbox-launcher': 'InboxLauncher', | ||
'cord-inbox': 'Inbox', | ||
}; | ||
@@ -82,2 +84,3 @@ const componentAttributes = { | ||
collapsed: 'boolean', | ||
'show-header': 'boolean', | ||
}, | ||
@@ -87,2 +90,11 @@ ThreadList: { | ||
}, | ||
InboxLauncher: { | ||
label: 'string', | ||
'icon-url': 'string', | ||
'inbox-badge-style': 'badge-style', | ||
}, | ||
Inbox: { | ||
'show-close-button': 'boolean', | ||
'show-all-activity': 'boolean', | ||
}, | ||
}; | ||
@@ -89,0 +101,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
@@ -13,2 +13,4 @@ import type { BadgeStyle, JsonValue } from '@cord-sdk/types'; | ||
readonly 'cord-thread-list': "ThreadList"; | ||
readonly 'cord-inbox-launcher': "InboxLauncher"; | ||
readonly 'cord-inbox': "Inbox"; | ||
}; | ||
@@ -81,2 +83,3 @@ export declare type ElementName = keyof typeof componentNames; | ||
readonly collapsed: "boolean"; | ||
readonly 'show-header': "boolean"; | ||
}; | ||
@@ -86,2 +89,11 @@ readonly ThreadList: { | ||
}; | ||
readonly InboxLauncher: { | ||
readonly label: "string"; | ||
readonly 'icon-url': "string"; | ||
readonly 'inbox-badge-style': "badge-style"; | ||
}; | ||
readonly Inbox: { | ||
readonly 'show-close-button': "boolean"; | ||
readonly 'show-all-activity': "boolean"; | ||
}; | ||
}; | ||
@@ -88,0 +100,0 @@ export declare type PropertyTypes = { |
@@ -12,2 +12,4 @@ const componentNames = { | ||
'cord-thread-list': 'ThreadList', | ||
'cord-inbox-launcher': 'InboxLauncher', | ||
'cord-inbox': 'Inbox', | ||
}; | ||
@@ -78,2 +80,3 @@ const componentAttributes = { | ||
collapsed: 'boolean', | ||
'show-header': 'boolean', | ||
}, | ||
@@ -83,2 +86,11 @@ ThreadList: { | ||
}, | ||
InboxLauncher: { | ||
label: 'string', | ||
'icon-url': 'string', | ||
'inbox-badge-style': 'badge-style', | ||
}, | ||
Inbox: { | ||
'show-close-button': 'boolean', | ||
'show-all-activity': 'boolean', | ||
}, | ||
}; | ||
@@ -85,0 +97,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -18,7 +18,7 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/getcord/cord-sdk.git", | ||
"url": "https://github.com/getcord/sdk-js.git", | ||
"directory": "packages/components" | ||
}, | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.10" | ||
"@cord-sdk/types": "0.0.11" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
<img width="100%" src="https://docs.cord.com/assets/cord-sdk-banner.svg"></img> | ||
# [@cord-sdk/components](https://docs.cord.com/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcord/cord-sdk/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@cord-sdk/components.svg)](https://www.npmjs.com/package/@cord-sdk/components) | ||
# [@cord-sdk/components](https://docs.cord.com/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcord/sdk-js/blob/master/LICENSE) [![npm version](https://img.shields.io/npm/v/@cord-sdk/components.svg)](https://www.npmjs.com/package/@cord-sdk/components) | ||
@@ -5,0 +5,0 @@ This package contains structured information about the Cord web components. It is used by other cord-sdk packages. |
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
17276
392
1
+ Added@cord-sdk/types@0.0.11(transitive)
- Removed@cord-sdk/types@0.0.10(transitive)
Updated@cord-sdk/types@0.0.11