@umbraco-ui/uui-tabs 1.16.0 → 1.17.0-rc.0

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.
@@ -23,7 +23,7 @@ export declare class UUITabGroupElement extends LitElement {
23
23
  dropdownContentDirection: 'vertical' | 'horizontal';
24
24
  connectedCallback(): void;
25
25
  disconnectedCallback(): void;
26
- render(): import("lit-html").TemplateResult<1>;
26
+ render(): import("lit").TemplateResult<1>;
27
27
  static styles: import("lit").CSSResult[];
28
28
  }
29
29
  declare global {
@@ -51,7 +51,7 @@ export declare class UUITabElement extends UUITabElement_base {
51
51
  orientation?: 'horizontal' | 'vertical';
52
52
  constructor();
53
53
  private onHostClick;
54
- render(): import("lit-html").TemplateResult<1>;
54
+ render(): import("lit").TemplateResult<1>;
55
55
  static styles: import("lit").CSSResult[];
56
56
  }
57
57
  declare global {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-tabs",
3
- "version": "1.16.0",
3
+ "version": "1.17.0-rc.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,10 +30,10 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.16.0",
34
- "@umbraco-ui/uui-button": "1.16.0",
35
- "@umbraco-ui/uui-popover-container": "1.16.0",
36
- "@umbraco-ui/uui-symbol-more": "1.16.0"
33
+ "@umbraco-ui/uui-base": "1.17.0-rc.0",
34
+ "@umbraco-ui/uui-button": "1.17.0-rc.0",
35
+ "@umbraco-ui/uui-popover-container": "1.17.0-rc.0",
36
+ "@umbraco-ui/uui-symbol-more": "1.17.0-rc.0"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -44,5 +44,5 @@
44
44
  "access": "public"
45
45
  },
46
46
  "homepage": "https://uui.umbraco.com/?path=/story/uui-tabs",
47
- "gitHead": "40e9bb97938eed758af1bc3852b2c2a015f87de6"
47
+ "gitHead": "028e20bd07ebf02164589b086e746c9cc587409c"
48
48
  }