@revotech-group/revotech-ui-kit 0.1.28 → 0.1.29

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.
@@ -3,6 +3,7 @@ import { BaseElement } from '../../../helpers';
3
3
  import { Tab } from './tab';
4
4
 
5
5
  declare class TabList extends BaseElement {
6
+ wrapperDivElement: HTMLDivElement;
6
7
  tabindex: number;
7
8
  customClass: string;
8
9
  customStyle: string;
@@ -6,6 +6,7 @@ export declare class LightSampleDemo extends BaseElement {
6
6
  private inputValue;
7
7
  protected getAttributesToExclude(): string[];
8
8
  protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ defaultValue: string;
9
10
  render(): import('lit').TemplateResult<1>;
10
11
  }
11
12
  declare global {
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.1.28",
6
+ "version": "0.1.29",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",