@cobre-npm/ds-v3 0.3.12 → 0.3.13
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.
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
|
|
401
401
|
:root {
|
|
402
402
|
--cobre-tabs-bg: transparent !important;
|
|
403
|
-
--cobre-tabs-border: var(--cobre-border-stroke-L) !important;
|
|
403
|
+
--cobre-tabs-border: var(--cobre-border-stroke-L) solid transparent !important;
|
|
404
404
|
--cobre-tabs-color: var(--cobre-primary-80) !important;
|
|
405
405
|
--cobre-tabs-font-weight: 400 !important;
|
|
406
406
|
--cobre-tabs-font-size: var(--cobre-label-medium-fs) !important;
|
|
@@ -21,7 +21,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
};
|
|
22
22
|
hasBorder: {
|
|
23
23
|
type: BooleanConstructor;
|
|
24
|
-
default: boolean;
|
|
25
24
|
};
|
|
26
25
|
}, {
|
|
27
26
|
onSelectTab: (tab: Tab) => void;
|
|
@@ -44,7 +43,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
44
43
|
};
|
|
45
44
|
hasBorder: {
|
|
46
45
|
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
46
|
};
|
|
49
47
|
}>>, {
|
|
50
48
|
modelValue: Tab;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type ButtonThemes = 'primary' | 'secondary' | 'ghost' | 'ghost-small' | 'ghost-teal' | 'link' | '
|
|
1
|
+
export type ButtonThemes = 'primary' | 'secondary' | 'ghost' | 'ghost-small' | 'ghost-teal' | 'link' | 'single' | 'filter' | 'secondary-cloudy' | 'icon' | 'icon-cloudy' | 'toolbar' | 'primary-warning' | 'chip';
|