@umbraco-ui/uui-tabs 1.1.0 → 1.2.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.
package/custom-elements.json
CHANGED
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
],
|
|
97
97
|
"slots": [
|
|
98
98
|
{
|
|
99
|
-
"name": "
|
|
99
|
+
"name": "",
|
|
100
100
|
"description": "for label"
|
|
101
101
|
},
|
|
102
102
|
{
|
|
@@ -106,10 +106,6 @@
|
|
|
106
106
|
{
|
|
107
107
|
"name": "extra",
|
|
108
108
|
"description": "for extra"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "",
|
|
112
|
-
"description": "Override the default label"
|
|
113
109
|
}
|
|
114
110
|
],
|
|
115
111
|
"cssProperties": [
|
|
@@ -213,7 +209,7 @@
|
|
|
213
209
|
],
|
|
214
210
|
"slots": [
|
|
215
211
|
{
|
|
216
|
-
"name": "
|
|
212
|
+
"name": "",
|
|
217
213
|
"description": "for label"
|
|
218
214
|
},
|
|
219
215
|
{
|
|
@@ -223,10 +219,6 @@
|
|
|
223
219
|
{
|
|
224
220
|
"name": "extra",
|
|
225
221
|
"description": "for extra"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"name": "",
|
|
229
|
-
"description": "Override the default label"
|
|
230
222
|
}
|
|
231
223
|
],
|
|
232
224
|
"cssProperties": [
|
package/lib/UUITabEvent.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UUITabGroupElement } from './uui-tab-group.element';
|
|
2
2
|
import { UUIEvent } from '@umbraco-ui/uui-base/lib/events';
|
|
3
|
-
|
|
3
|
+
type DetailType = {};
|
|
4
4
|
export declare class UUITabGroupEvent extends UUIEvent<DetailType, UUITabGroupElement> {
|
|
5
5
|
}
|
|
6
6
|
export {};
|
package/lib/uui-tab.element.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare const UUITabElement_base: (new (...args: any[]) => import("@umbraco-ui/u
|
|
|
3
3
|
/**
|
|
4
4
|
* A single tab. Should be put into `<uui-tab-group>`,
|
|
5
5
|
* @element uui-tabs
|
|
6
|
-
* @slot
|
|
6
|
+
* @slot - for label
|
|
7
7
|
* @slot icon - for icon
|
|
8
8
|
* @slot extra - for extra
|
|
9
9
|
* @description - All-round tab-button
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-tabs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.2.0-rc.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-tabs",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "43f1b9a8bd1721af30ba7c145517ee665d874df3"
|
|
45
45
|
}
|