@aures5g/vue-component-library 3.22.0 → 3.24.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/dist/src/components/chip/UIInputChip.vue.d.ts +1 -1
- package/dist/src/components/form/FormFieldWrapper.vue.d.ts +1 -1
- package/dist/src/components/infoStrip/brandLogo/uiBrandLogo.theme.d.ts +1 -1
- package/dist/src/components/infoStrip/uiPersonList.theme.d.ts +2 -2
- package/dist/src/components/richTooltip/UIRichTooltip.vue.d.ts +1 -1
- package/dist/src/components/segmentedButton/SegmentedButtonCore.vue.d.ts +1 -1
- package/dist/src/components/tag/UITag.vue.d.ts +1 -1
- package/dist/src/components/textField/UITextField.vue.d.ts +1 -1
- package/dist/src/components/textarea/UITextArea.vue.d.ts +1 -1
- package/dist/src/config/acbs.d.ts +1 -0
- package/dist/src/consts/tooltip.const.d.ts +16 -0
- package/dist/src/directives/tooltip.d.ts +15 -0
- package/dist/src/index.d.ts +4 -2
- package/dist/src/utils/dom.d.ts +1 -0
- package/dist/src/utils/tooltip.d.ts +1 -0
- package/dist/vue-component-library.css +1 -1
- package/dist/vue-component-library.js +2841 -3242
- package/dist/vue-component-library.umd.cjs +13 -74
- package/package.json +1 -1
- package/src/assets/components.css +0 -49
- package/dist/src/directives/overflowTooltip.d.ts +0 -22
package/package.json
CHANGED
|
@@ -1,52 +1,3 @@
|
|
|
1
|
-
.label-small {
|
|
2
|
-
font-size: 11px;
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-weight: 500;
|
|
5
|
-
line-height: 16px;
|
|
6
|
-
letter-spacing: 0.5px;
|
|
7
|
-
}
|
|
8
|
-
.label-medium {
|
|
9
|
-
font-size: 12px;
|
|
10
|
-
font-style: normal;
|
|
11
|
-
font-weight: 500;
|
|
12
|
-
line-height: 16px;
|
|
13
|
-
letter-spacing: 0.5px;
|
|
14
|
-
}
|
|
15
|
-
.label-large {
|
|
16
|
-
font-size: 14px;
|
|
17
|
-
font-style: normal;
|
|
18
|
-
font-weight: 500;
|
|
19
|
-
line-height: 20px;
|
|
20
|
-
letter-spacing: 0.1px;
|
|
21
|
-
}
|
|
22
|
-
.headline-small {
|
|
23
|
-
font-size: 24px;
|
|
24
|
-
font-style: normal;
|
|
25
|
-
font-weight: 400;
|
|
26
|
-
line-height: 32px;
|
|
27
|
-
letter-spacing: 0em;
|
|
28
|
-
}
|
|
29
|
-
.title-small {
|
|
30
|
-
font-size: 14px;
|
|
31
|
-
font-style: normal;
|
|
32
|
-
font-weight: 500;
|
|
33
|
-
line-height: 20px;
|
|
34
|
-
letter-spacing: 0.1px;
|
|
35
|
-
}
|
|
36
|
-
.title-large {
|
|
37
|
-
font-size: 22px;
|
|
38
|
-
font-style: normal;
|
|
39
|
-
font-weight: 400;
|
|
40
|
-
line-height: 28px;
|
|
41
|
-
letter-spacing: 0em;
|
|
42
|
-
}
|
|
43
|
-
.body-small {
|
|
44
|
-
font-size: 12px;
|
|
45
|
-
font-style: normal;
|
|
46
|
-
font-weight: 400;
|
|
47
|
-
line-height: 16px;
|
|
48
|
-
letter-spacing: 0.4px;
|
|
49
|
-
}
|
|
50
1
|
.no-scrollbar::-webkit-scrollbar {
|
|
51
2
|
display: none;
|
|
52
3
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import type { DirectiveBinding } from 'vue';
|
|
2
|
-
export declare const OverflowTooltip: {
|
|
3
|
-
beforeMount(el: any, binding: DirectiveBinding<any, string, any>, vnode: import("vue").VNode<any, any, {
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
}>, prevVNode: null): void | undefined;
|
|
6
|
-
updated(el: any, binding: DirectiveBinding<any, string, any>, vnode: import("vue").VNode<any, any, {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
}>, prevVNode: import("vue").VNode<any, any, {
|
|
9
|
-
[key: string]: any;
|
|
10
|
-
}>): void | undefined;
|
|
11
|
-
created?: import("vue").DirectiveHook<any, null, any, string, any> | undefined;
|
|
12
|
-
mounted?: import("vue").DirectiveHook<any, null, any, string, any> | undefined;
|
|
13
|
-
beforeUpdate?: import("vue").DirectiveHook<any, import("vue").VNode<any, any, {
|
|
14
|
-
[key: string]: any;
|
|
15
|
-
}>, any, string, any> | undefined;
|
|
16
|
-
beforeUnmount?: import("vue").DirectiveHook<any, null, any, string, any> | undefined;
|
|
17
|
-
unmounted?: import("vue").DirectiveHook<any, null, any, string, any> | undefined;
|
|
18
|
-
getSSRProps?: ((binding: DirectiveBinding<any, string, any>, vnode: import("vue").VNode) => {
|
|
19
|
-
[x: string]: unknown;
|
|
20
|
-
} | undefined) | undefined;
|
|
21
|
-
deep?: boolean;
|
|
22
|
-
};
|