@cord-sdk/components
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -99,2 +99,3 @@ 'use strict'; | ||
collapsed: 'boolean', | ||
autofocus: 'boolean', | ||
'show-header': 'boolean', | ||
@@ -101,0 +102,0 @@ }, |
@@ -92,2 +92,3 @@ import type { BadgeStyle, JsonValue, Orientation } from '@cord-sdk/types'; | ||
readonly collapsed: "boolean"; | ||
readonly autofocus: "boolean"; | ||
readonly 'show-header': "boolean"; | ||
@@ -94,0 +95,0 @@ }; |
@@ -95,2 +95,3 @@ const componentNames = { | ||
collapsed: 'boolean', | ||
autofocus: 'boolean', | ||
'show-header': 'boolean', | ||
@@ -97,0 +98,0 @@ }, |
{ | ||
"name": "@cord-sdk/components", | ||
"description": "Structured information about the Cord web components", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"homepage": "https://docs.cord.com/", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@cord-sdk/types": "0.0.25" | ||
"@cord-sdk/types": "0.0.26" | ||
}, | ||
@@ -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
20864
487
+ Added@cord-sdk/types@0.0.26(transitive)
- Removed@cord-sdk/types@0.0.25(transitive)
Updated@cord-sdk/types@0.0.26