@cobre-npm/ds-v3 0.25.0 → 0.26.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.
@@ -410,8 +410,8 @@
410
410
  --cobre-btn-v3-chip-color: var(--cobre-primary-80);
411
411
  --cobre-btn-v3-chip-padding: 0 4px;
412
412
  --cobre-btn-v3-chip-fs: 12px;
413
- --cobre-btn-v3-chip-hover-border: var(--cobre-border-stroke-M) solid var(--cobre-secondary-50);
414
- --cobre-btn-v3-chip-hover-bg: var(--cobre-secondary-10);
413
+ --cobre-btn-v3-chip-hover-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-20);
414
+ --cobre-btn-v3-chip-hover-bg: var(--cobre-primary-5);
415
415
  --cobre-btn-v3-chip-disabled-bg: transparent;
416
416
  --cobre-btn-v3-chip-disabled-color: var(--cobre-primary-60);
417
417
  }
@@ -3,15 +3,32 @@ interface Props {
3
3
  alias: string;
4
4
  providerId: string;
5
5
  accountNumber: string;
6
+ hideAccountNumber?: boolean;
7
+ showAccountIcon?: boolean;
8
+ }
9
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
6
10
  hideAccountNumber: boolean;
7
11
  showAccountIcon: boolean;
8
- }
9
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
13
  click: (...args: any[]) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & {
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
15
+ hideAccountNumber: boolean;
16
+ showAccountIcon: boolean;
17
+ }>>> & {
12
18
  onClick?: ((...args: any[]) => any) | undefined;
13
- }, {}, {}>;
19
+ }, {
20
+ hideAccountNumber: boolean;
21
+ showAccountIcon: boolean;
22
+ }, {}>;
14
23
  export default _default;
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
15
32
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
33
  type __VLS_TypePropsToOption<T> = {
17
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.25.0",
3
+ "version": "0.26.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"