@voicenter-team/voicenter-ui-plus 0.2.40 → 0.2.41
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/library/style.css +1 -1
- package/library/super.mjs +3543 -3540
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +26 -26
- package/library/super.umd.js.map +1 -1
- package/library/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +2 -0
- package/package.json +1 -1
- package/src/theme/tailwindConfig.js +1 -1
|
@@ -14,8 +14,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
16
|
}, unknown, {
|
|
17
|
+
DEFAULT_DISABLED_KEY: string;
|
|
17
18
|
activeElement: unknown;
|
|
18
19
|
}, {}, {
|
|
20
|
+
isDisabled(option: OptionType): boolean;
|
|
19
21
|
onClick(option: OptionType, item: KeyAttributeType): void;
|
|
20
22
|
}, import("vue").DefineComponent<{
|
|
21
23
|
config: {
|
package/package.json
CHANGED
|
@@ -57,7 +57,7 @@ module.exports = {
|
|
|
57
57
|
'hover-outer-destructive': '0 0 3px var(--destructive-actions--focus)',
|
|
58
58
|
'hover-outer-success': '0 0 3px var(--success-actions--focus)',
|
|
59
59
|
'hover-outer-warning': '0 0 3px var(--warning-actions--focus)',
|
|
60
|
-
'view-switcher': '0px 0px
|
|
60
|
+
'view-switcher': '0px 0px 4px var(--overlay-bg)',
|
|
61
61
|
'vertical-tab-scroll': 'inset 0 0 8px (--light-bg)',
|
|
62
62
|
'vertical-tab-item': '0 1px 6px var(--card-shadow-color)',
|
|
63
63
|
'vertical-tab-item-hover': '0 1px 6px var(--active-elements--focus)',
|