@limetech/lime-web-components
Advanced tools
Comparing version 5.18.0 to 5.19.0
@@ -104,3 +104,9 @@ import { LimeWebComponent } from '../core'; | ||
state?: unknown; | ||
/** | ||
* When emitted, changes the document title property | ||
*/ | ||
titleChanged?: { | ||
emit: (data?: string | undefined) => CustomEvent<string | undefined>; | ||
}; | ||
} | ||
//# sourceMappingURL=registry.d.ts.map |
{ | ||
"name": "@limetech/lime-web-components", | ||
"version": "5.18.0", | ||
"version": "5.19.0", | ||
"description": "Lime Web Components", | ||
@@ -44,3 +44,3 @@ "author": "Lime Technologies", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
@@ -47,0 +47,0 @@ "eslint-plugin-ban": "^1.6.0", |
Sorry, the diff of this file is not supported yet
1034292
33406