@cobre-npm/ds-v3 0.55.0 → 0.56.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.
@@ -88,9 +88,9 @@
88
88
  --cobre-input-v3-white-hover-border: 0.5px solid var(--cobre-primary-95);
89
89
  --cobre-input-v3-white-hover-bg: var(--cobre-primary-5);
90
90
 
91
- --cobre-input-v3-white-disabled-bg: var(--cobre-primary-20);
91
+ --cobre-input-v3-white-disabled-bg: var(--cobre-primary-10);
92
92
  --cobre-input-v3-white-disabled-color: var(--cobre-primary-50);
93
- --cobre-input-v3-white-disabled-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-60);
93
+ --cobre-input-v3-white-disabled-border: none;
94
94
 
95
95
  --cobre-input-v3-white-active-bg: var(--cobre-white);
96
96
  --cobre-input-v3-white-active-border: 1px solid var(--cobre-secondary-50);
@@ -103,9 +103,9 @@
103
103
  --cobre-input-v3-cloudy-hover-border: 0.5px solid var(--cobre-primary-95);
104
104
  --cobre-input-v3-cloudy-hover-bg: var(--cobre-primary-10);
105
105
 
106
- --cobre-input-v3-cloudy-disabled-bg: var(--cobre-primary-10);
106
+ --cobre-input-v3-cloudy-disabled-bg: var(--cobre-primary-20);
107
107
  --cobre-input-v3-cloudy-disabled-color: var(--cobre-primary-50);
108
- --cobre-input-v3-cloudy-disabled-border: none;
108
+ --cobre-input-v3-cloudy-disabled-border: var(--cobre-border-stroke-M) solid var(--cobre-primary-60);
109
109
 
110
110
  --cobre-input-v3-cloudy-active-bg: var(--cobre-white);
111
111
  --cobre-input-v3-cloudy-active-border: 1px solid var(--cobre-secondary-50);
@@ -813,7 +813,7 @@
813
813
  --cobre-select-arrow: 16px;
814
814
  --cobre-select-border-radius: 4px;
815
815
 
816
- --cobre-select-hover-bg: var(--cobre-primary-10);
816
+ --cobre-select-hover-bg: var(--cobre-primary-5);
817
817
  --cobre-select-hover-color: var(--cobre-primary-95);
818
818
  --cobre-select-hover-border-color: var(--cobre-primary-95);
819
819
 
@@ -21,6 +21,8 @@ interface Props {
21
21
  currencies: Currency[];
22
22
  isAmountDisabled?: boolean;
23
23
  isCurrencyDisabled?: boolean;
24
+ hideCountrySelector?: boolean;
25
+ allowZero?: boolean;
24
26
  }
25
27
  declare let __VLS_typeProps: Props;
26
28
  declare const currencySelected: import("vue").ModelRef<string | undefined, string>;
@@ -36,6 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
36
38
  min: number;
37
39
  max: number;
38
40
  labelOptional: string;
41
+ allowZero: boolean;
42
+ hideCountrySelector: boolean;
39
43
  }>, {
40
44
  isValid: import("vue").ComputedRef<boolean>;
41
45
  isDirty: import("vue").ComputedRef<boolean>;
@@ -56,6 +60,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
56
60
  min: number;
57
61
  max: number;
58
62
  labelOptional: string;
63
+ allowZero: boolean;
64
+ hideCountrySelector: boolean;
59
65
  }>>> & {
60
66
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
67
  "onUpdate:amount"?: ((...args: any[]) => any) | undefined;
@@ -69,6 +75,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
69
75
  maxlength: string;
70
76
  errorMsg: string;
71
77
  labelOptional: string;
78
+ hideCountrySelector: boolean;
79
+ allowZero: boolean;
72
80
  }, {}>;
73
81
  export default _default;
74
82
  type __VLS_WithDefaults<P, D> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.55.0",
3
+ "version": "0.56.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"