@cobre-npm/ds-v3 0.3.7 → 0.3.9

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.
@@ -456,6 +456,8 @@
456
456
  --cobre-select-active-focus-shadow: none;
457
457
 
458
458
  --cobre-select-disabled-border: var(--cobre-primary-95);
459
+ --cobre-select-disabled-bg: var(--cobre-primary-10);
460
+ --cobre-select-disabled-color: var(--cobre-primary-50);
459
461
 
460
462
  --cobre-select-selected-bg: var(--cobre-secondary-20);
461
463
  --cobre-select-selected-color: var(--cobre-white);
@@ -801,7 +803,7 @@
801
803
 
802
804
  --cobre-input-label-fw: 400;
803
805
  --cobre-input-label-color: var(--cobre-primary-40);
804
- --cobre-input-label-disabled-color: var(--cobre-primary-20);
806
+ --cobre-input-label-disabled-color: var(--cobre-primary-60);
805
807
  --cobre-input-label-fs: var(--cobre-body-medium-fs);
806
808
 
807
809
  --cobre-input-url-top: calc(50% - 14px);
@@ -6,12 +6,12 @@ $cobre-gray-95: #212121;
6
6
  $cobre-gray-90: #42413F;
7
7
  $cobre-gray-80: #575452;
8
8
  $cobre-gray-70: #63615F;
9
- $cobre-gray-60: #6F6D6A;
10
- $cobre-gray-50: #878481;
9
+ $cobre-gray-60: #7D7D7B;
10
+ $cobre-gray-50: #939290;
11
11
  $cobre-gray-40: #9E9B98;
12
12
  $cobre-gray-30: #BEBBB7;
13
- $cobre-gray-20: #D6D3CF;
14
- $cobre-gray-10: #E9E8E4;
13
+ $cobre-gray-20: #D9D8D4;
14
+ $cobre-gray-10: #F1F0EC;
15
15
  $cobre-gray-7: #F4F4F2;
16
16
  $cobre-gray-5: #FBFAFA;
17
17
  $cobre-white: #fff;
@@ -1,6 +1,6 @@
1
1
  interface Props {
2
2
  idLogo: string;
3
- size: 'xs' | 'sm' | 'md' | 'lg';
3
+ size: "xs" | "sm" | "md" | "lg";
4
4
  }
5
5
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
6
6
  idLogo: string;
@@ -2,7 +2,7 @@ export interface Column {
2
2
  key: string;
3
3
  width: number;
4
4
  columnInfo?: string;
5
- alignment?: 'start' | 'center' | 'end';
5
+ alignment?: "start" | "center" | "end";
6
6
  label?: string;
7
7
  class?: string;
8
8
  style?: string;
@@ -21,7 +21,7 @@ interface Props {
21
21
  allowNavigation?: boolean;
22
22
  emptyResultTitle?: string;
23
23
  emptyResultMsg?: string;
24
- emptyResultIcon?: 'cards' | 'box' | 'error';
24
+ emptyResultIcon?: "cards" | "box" | "error";
25
25
  activeRowIndex?: number[];
26
26
  height?: string;
27
27
  hideHeaders?: boolean;
@@ -32,7 +32,7 @@ interface Props {
32
32
  }
33
33
  declare let __VLS_typeProps: Props;
34
34
  type __VLS_PublicProps = {
35
- 'selectedRows'?: any;
35
+ "selectedRows"?: any;
36
36
  } & typeof __VLS_typeProps;
37
37
  declare function __VLS_template(): Partial<Record<string, (_: {
38
38
  data: Item;
@@ -1,4 +1,4 @@
1
- import type { MenuItem } from '../interfaces/menu.interface';
1
+ import type { MenuItem } from "../interfaces/menu.interface";
2
2
  interface Props {
3
3
  items: MenuItem[] | undefined;
4
4
  itemActive: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"