overview-components 1.1.86 → 1.1.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -486,7 +486,7 @@ export class SectionTabSettings extends LitElement {
486
486
  @onChange="${(e) => {
487
487
  this.updateLocalSettings({ titleLabel: e.detail });
488
488
  }}"
489
- @onClickAiIcon="${() => {
489
+ .onClickAiIcon="${() => {
490
490
  if (typeof this.onAiFunction === 'function') {
491
491
  this.onAiFunction(this.localSettingsValue?.titleLabel || '');
492
492
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overview-components",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "description": "A reusable design Lit components for case overview section.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",