@cobre-npm/ds-v3 0.68.1 → 0.68.3

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.
@@ -221,6 +221,12 @@
221
221
  --cobre-tabs-counter-hover-bg: var(--cobre-secondary-70);
222
222
  --cobre-tabs-counter-hover-color: var(--cobre-secondary-10);
223
223
 
224
+ --cobre-tabs-counter-bg: var(--cobre-primary-10);
225
+ --cobre-tabs-counter-color: var(--cobre-primary-80);
226
+ --cobre-tabs-counter-padding: 2px 4px;
227
+ --cobre-tabs-counter-height: 20px;
228
+ --cobre-tabs-counter-min-width: 16px;
229
+
224
230
  // Active (Selected)
225
231
  --cobre-tabs-active-bg: transparent;
226
232
  --cobre-tabs-active-border: var(--cobre-border-stroke-L) solid var(--cobre-primary-95);
File without changes
File without changes
@@ -11,6 +11,7 @@ interface Props {
11
11
  icon?: IconTypeV3;
12
12
  hasCloseButton?: boolean;
13
13
  showActionsBorder?: boolean;
14
+ subtitleAlignment?: 'center' | 'start' | 'end';
14
15
  }
15
16
  declare function __VLS_template(): {
16
17
  attrs: Partial<{}>;
@@ -34,6 +35,7 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
34
35
  isDisabledBtnPrimary: boolean;
35
36
  themeBtnPrimary: ButtonThemes;
36
37
  showActionsBorder: boolean;
38
+ subtitleAlignment: "center" | "start" | "end";
37
39
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
38
40
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
39
41
  export default _default;
@@ -1 +1 @@
1
- export type IconTypeV3 = 'error' | 'success' | 'warning' | 'info' | 'logout' | 'otp' | null;
1
+ export type IconTypeV3 = 'error' | 'success' | 'warning' | 'info' | 'logout' | 'otp' | 'eye' | null;
package/dist/vite.svg CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.68.1",
3
+ "version": "0.68.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -71,8 +71,8 @@
71
71
  "vue-tsc": "^2.0.6"
72
72
  },
73
73
  "peerDependencies": {
74
+ "@vuepic/vue-datepicker": "^9.0.3",
74
75
  "date-fns": "^2.30.0",
75
- "date-fns-tz": "^2.0.1",
76
- "@vuepic/vue-datepicker": "^9.0.3"
76
+ "date-fns-tz": "^2.0.1"
77
77
  }
78
78
  }