@tradeshift/elements.aside
Advanced tools
Comparing version 0.40.0 to 0.40.1
{ | ||
"name": "@tradeshift/elements.aside", | ||
"version": "0.40.0", | ||
"version": "0.40.1", | ||
"repository": { | ||
@@ -18,10 +18,10 @@ "type": "git", | ||
"dependencies": { | ||
"@tradeshift/elements": "^0.40.0", | ||
"@tradeshift/elements.button": "^0.40.0", | ||
"@tradeshift/elements.cover": "^0.40.0", | ||
"@tradeshift/elements.icon": "^0.40.0", | ||
"@tradeshift/elements.spinner": "^0.40.0" | ||
"@tradeshift/elements": "^0.40.1", | ||
"@tradeshift/elements.button": "^0.40.1", | ||
"@tradeshift/elements.cover": "^0.40.1", | ||
"@tradeshift/elements.icon": "^0.40.1", | ||
"@tradeshift/elements.spinner": "^0.40.1" | ||
}, | ||
"src": "src/aside.js", | ||
"gitHead": "95eb701d1139386b893ad0ed34acb72284339732" | ||
"gitHead": "883a0bbd69d7e4e1948084cd9300c4b81e40bacd" | ||
} |
export interface TSAsideHTMLAttributes { | ||
/** css class name. Use it instead of "className" */ | ||
class?: string; | ||
/** Direction of the component 'rtl' or 'ltr' */ | ||
@@ -9,3 +11,3 @@ dir?: string; | ||
/** Show/hide aside */ | ||
"data-visible"?: boolean; | ||
"data-visible"?: boolean | 'true' | 'false'; | ||
@@ -16,3 +18,3 @@ /** If it exist as an attribute, the aside would show a spinner in it with the provided value of this attribute as the message of it */ | ||
/** Disable closing the aside with escape key */ | ||
"no-close-on-esc-key"?: boolean; | ||
"no-close-on-esc-key"?: boolean | 'true' | 'false'; | ||
@@ -19,0 +21,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57828
204
2