overview-components 1.0.38 → 1.0.39

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.
@@ -56,7 +56,7 @@ let LitSectionTab = class LitSectionTab extends LitElement {
56
56
  const filteredKeys = (IconArray || []).filter((key) => key.toLowerCase().includes(this.filterText));
57
57
  return html ` ${!this.enableSettings
58
58
  ? html `
59
- <div class="section-header">
59
+ <div class="section-header" part="section-header">
60
60
  <lit-icon
61
61
  size="1rem"
62
62
  .icon="${this.settingsValue?.titleIcon || 'documents'}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "overview-components",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "A reusable design Lit components for case overview section.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",