@limetech/lime-web-components
Advanced tools
Comparing version
@@ -22,2 +22,8 @@ import { AnyCommand, LimeObjectBulkCommand, LimeObjectCommand } from '../commandbus'; | ||
/** | ||
* True if the icon should be displayed without a label. | ||
* A `label` should still be provided for accessibility and for scenarios | ||
* where the action is displayed differently, such as in a tooltip or menu. | ||
*/ | ||
hideLabel?: boolean; | ||
/** | ||
* Label to display on or next to the action. | ||
@@ -24,0 +30,0 @@ * The label will be translated by the {@link Translator} |
export * from './registry'; | ||
export * from './types'; | ||
export * from './layout'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@limetech/lime-web-components", | ||
"version": "6.0.0-beta.1", | ||
"version": "6.0.0-beta.2", | ||
"description": "Lime Web Components", | ||
@@ -37,8 +37,8 @@ "author": "Lime Technologies", | ||
"@stencil/core": "^2.22.3", | ||
"rxjs": "^7.8.1", | ||
"rxjs": "^7.8.2", | ||
"tslib": "^2.8.1" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/config-conventional": "^19.7.1", | ||
"@microsoft/api-extractor": "^7.49.2", | ||
"@commitlint/config-conventional": "^19.8.0", | ||
"@microsoft/api-extractor": "^7.52.1", | ||
"@types/jest": "^27.5.0", | ||
@@ -45,0 +45,0 @@ "@typescript-eslint/eslint-plugin": "^7.5.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
598821
0.48%270
0.75%4898
0.76%0
-100%Updated