@revotech-group/revotech-ui-kit 0.0.73 → 0.0.74

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.
@@ -1,14 +1,14 @@
1
1
  import { LitElement } from 'lit';
2
2
 
3
3
  export declare abstract class BaseElement extends LitElement {
4
- shadow: boolean;
4
+ customClass: string;
5
5
  constructor();
6
6
  protected getAttributesToExclude(): string[];
7
7
  protected getAttributesToRemoveFromParent(): string[];
8
+ protected removeParentAttributes(): void;
8
9
  protected getFilteredAttributes(): {
9
10
  [key: string]: string;
10
11
  };
11
- protected removeParentAttributes(): void;
12
12
  protected isCustomPropertySet(property: string): boolean;
13
13
  protected applyCustomClass(variables: string[], selector: string, className?: string): void;
14
14
  protected removeDuplicateContent(): void;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.0.73",
6
+ "version": "0.0.74",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",