@cord-sdk/components
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -23,2 +23,3 @@ 'use strict'; | ||
'cord-notification-list-launcher': 'NotificationListLauncher', | ||
'cord-pin': 'Pin', | ||
}; | ||
@@ -144,2 +145,7 @@ const InboxSharedAttributes = { | ||
}, | ||
Pin: { | ||
location: 'json', | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
}, | ||
}; | ||
@@ -146,0 +152,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
@@ -20,2 +20,3 @@ import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types'; | ||
readonly 'cord-notification-list-launcher': "NotificationListLauncher"; | ||
readonly 'cord-pin': "Pin"; | ||
}; | ||
@@ -138,2 +139,7 @@ export declare type ElementName = keyof typeof componentNames; | ||
}; | ||
readonly Pin: { | ||
readonly location: "json"; | ||
readonly 'thread-id': "string"; | ||
readonly 'thread-name': "string"; | ||
}; | ||
}; | ||
@@ -140,0 +146,0 @@ export declare type PropertyTypes = { |
@@ -19,2 +19,3 @@ const componentNames = { | ||
'cord-notification-list-launcher': 'NotificationListLauncher', | ||
'cord-pin': 'Pin', | ||
}; | ||
@@ -140,2 +141,7 @@ const InboxSharedAttributes = { | ||
}, | ||
Pin: { | ||
location: 'json', | ||
'thread-id': 'string', | ||
'thread-name': 'string', | ||
}, | ||
}; | ||
@@ -142,0 +148,0 @@ const enumAttributeConverter = (possibleValues) => (value) => value === null |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.33" | ||
"@cord-sdk/types": "0.0.34" | ||
}, | ||
@@ -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
22890
548
+ Added@cord-sdk/types@0.0.34(transitive)
- Removed@cord-sdk/types@0.0.33(transitive)
Updated@cord-sdk/types@0.0.34