@umbraco-ui/uui-tabs 1.17.0 → 1.17.2
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.
- package/lib/uui-tab.element.d.ts +1 -1
- package/package.json +6 -6
package/lib/uui-tab.element.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LitElement } from 'lit';
|
|
2
|
-
declare const UUITabElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").
|
|
2
|
+
declare const UUITabElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIActiveMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUILabelMixinInterface) & typeof LitElement;
|
|
3
3
|
/**
|
|
4
4
|
* A single tab. Should be put into `<uui-tab-group>`,
|
|
5
5
|
* @element uui-tabs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-tabs",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.2",
|
|
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.17.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.17.
|
|
35
|
-
"@umbraco-ui/uui-popover-container": "1.17.
|
|
36
|
-
"@umbraco-ui/uui-symbol-more": "1.17.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.17.2",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.17.2",
|
|
35
|
+
"@umbraco-ui/uui-popover-container": "1.17.2",
|
|
36
|
+
"@umbraco-ui/uui-symbol-more": "1.17.2"
|
|
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": "
|
|
47
|
+
"gitHead": "773aaaeb28591e78a90d5fa0d2c2ceff0eaba855"
|
|
48
48
|
}
|