@cord-sdk/components
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -20,2 +20,3 @@ 'use strict'; | ||
'cord-floating-threads': 'FloatingThreads', | ||
'cord-selection-comments': 'SelectionComments', | ||
}; | ||
@@ -81,2 +82,3 @@ const InboxSharedAttributes = { | ||
'show-pins-on-page': 'boolean', | ||
'thread-name': 'string', | ||
}, | ||
@@ -97,2 +99,3 @@ SidebarLauncher: { | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
collapsed: 'boolean', | ||
@@ -117,3 +120,10 @@ 'show-header': 'boolean', | ||
'button-label': 'string', | ||
'thread-name': 'string', | ||
}, | ||
SelectionComments: { | ||
location: 'json', | ||
'button-label': 'string', | ||
'icon-url': 'string', | ||
'thread-name': 'string', | ||
}, | ||
}; | ||
@@ -120,0 +130,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
@@ -17,2 +17,3 @@ import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types'; | ||
readonly 'cord-floating-threads': "FloatingThreads"; | ||
readonly 'cord-selection-comments': "SelectionComments"; | ||
}; | ||
@@ -74,2 +75,3 @@ export declare type ElementName = keyof typeof componentNames; | ||
readonly 'show-pins-on-page': "boolean"; | ||
readonly 'thread-name': "string"; | ||
}; | ||
@@ -90,2 +92,3 @@ readonly SidebarLauncher: { | ||
readonly 'thread-id': "string"; | ||
readonly 'thread-name': "string"; | ||
readonly collapsed: "boolean"; | ||
@@ -113,3 +116,10 @@ readonly 'show-header': "boolean"; | ||
readonly 'button-label': "string"; | ||
readonly 'thread-name': "string"; | ||
}; | ||
readonly SelectionComments: { | ||
readonly location: "json"; | ||
readonly 'button-label': "string"; | ||
readonly 'icon-url': "string"; | ||
readonly 'thread-name': "string"; | ||
}; | ||
}; | ||
@@ -116,0 +126,0 @@ export declare type PropertyTypes = { |
@@ -16,2 +16,3 @@ const componentNames = { | ||
'cord-floating-threads': 'FloatingThreads', | ||
'cord-selection-comments': 'SelectionComments', | ||
}; | ||
@@ -77,2 +78,3 @@ const InboxSharedAttributes = { | ||
'show-pins-on-page': 'boolean', | ||
'thread-name': 'string', | ||
}, | ||
@@ -93,2 +95,3 @@ SidebarLauncher: { | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
collapsed: 'boolean', | ||
@@ -113,3 +116,10 @@ 'show-header': 'boolean', | ||
'button-label': 'string', | ||
'thread-name': 'string', | ||
}, | ||
SelectionComments: { | ||
location: 'json', | ||
'button-label': 'string', | ||
'icon-url': 'string', | ||
'thread-name': 'string', | ||
}, | ||
}; | ||
@@ -116,0 +126,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.21" | ||
"@cord-sdk/types": "0.0.22" | ||
}, | ||
@@ -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
20558
478
+ Added@cord-sdk/types@0.0.22(transitive)
- Removed@cord-sdk/types@0.0.21(transitive)
Updated@cord-sdk/types@0.0.22