keevo-components 2.0.210 → 2.0.211

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.
@@ -1,4 +1,4 @@
1
- import { KvSeverity } from "../components/severity/kv-severity.model";
1
+ import { KvSeverity } from "../types/kv-sverity";
2
2
  export interface KvEnumConfig<ValueType = number> {
3
3
  value: ValueType;
4
4
  label: string;
@@ -1,4 +1,4 @@
1
- import { KvSeverity } from '../../api/components/severity/kv-severity.model';
1
+ import { KvSeverity } from '../../api/types/kv-sverity';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class KvFilterCardsComponent {
4
4
  cards: import("@angular/core").InputSignal<KvFilterCardConfig[] | undefined>;
@@ -1,4 +1,4 @@
1
- import { KvSeverity } from '../../api/components/severity/kv-severity.model';
1
+ import { KvSeverity } from '../../api/types/kv-sverity';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class KvTagsComponent {
4
4
  tags: import("@angular/core").InputSignal<KvTagConfig[] | undefined>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keevo-components",
3
- "version": "2.0.210",
3
+ "version": "2.0.211",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
package/public-api.d.ts CHANGED
@@ -12,8 +12,11 @@ export * from './lib/api/base-components/base-component-input';
12
12
  export * from './lib/api/base-components/base-component-multi-select';
13
13
  export * from './lib/api/base-components/base-component-table';
14
14
  export * from './lib/api/base-components/base-component';
15
- export * from './lib/api/components/severity/kv-severity.model';
16
15
  export * from './lib/api/base-components/base_enum';
16
+ /**
17
+ * Types
18
+ */
19
+ export * from './lib/api/types/kv-sverity';
17
20
  /**
18
21
  * Helpers
19
22
  */
@@ -1,9 +0,0 @@
1
- export const mapaSeverityColors = {
2
- primary: '#0A8765', // Verde
3
- secondary: '#0A3A78', // Azul escuro
4
- tertiary: '#778599', // Cinza
5
- info: '#0091C2', // Azul claro
6
- warning: '#E1963D', // Amarelo
7
- danger: '#B91C1C', // Laranja
8
- };
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoia3Ytc2V2ZXJpdHkubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9rZWV2by1jb21wb25lbnRzL3NyYy9saWIvYXBpL2NvbXBvbmVudHMvc2V2ZXJpdHkva3Ytc2V2ZXJpdHkubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQStCO0lBQzVELE9BQU8sRUFBRSxTQUFTLEVBQUssUUFBUTtJQUMvQixTQUFTLEVBQUUsU0FBUyxFQUFHLGNBQWM7SUFDckMsUUFBUSxFQUFFLFNBQVMsRUFBSSxRQUFRO0lBQy9CLElBQUksRUFBRSxTQUFTLEVBQVEsYUFBYTtJQUNwQyxPQUFPLEVBQUUsU0FBUyxFQUFLLFVBQVU7SUFDakMsTUFBTSxFQUFFLFNBQVMsRUFBTSxVQUFVO0NBQ2xDLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBLdlNldmVyaXR5ID0gJ3ByaW1hcnknIHwgJ3NlY29uZGFyeScgfCAndGVydGlhcnknIHwgJ2luZm8nIHwgJ3dhcm5pbmcnIHwgJ2Rhbmdlcic7XHJcblxyXG5leHBvcnQgY29uc3QgbWFwYVNldmVyaXR5Q29sb3JzOiBSZWNvcmQ8S3ZTZXZlcml0eSwgc3RyaW5nPiA9IHtcclxuICBwcmltYXJ5OiAnIzBBODc2NScsICAgIC8vIFZlcmRlXHJcbiAgc2Vjb25kYXJ5OiAnIzBBM0E3OCcsICAvLyBBenVsIGVzY3Vyb1xyXG4gIHRlcnRpYXJ5OiAnIzc3ODU5OScsICAgLy8gQ2luemFcclxuICBpbmZvOiAnIzAwOTFDMicsICAgICAgIC8vIEF6dWwgY2xhcm9cclxuICB3YXJuaW5nOiAnI0UxOTYzRCcsICAgIC8vIEFtYXJlbG9cclxuICBkYW5nZXI6ICcjQjkxQzFDJywgICAgIC8vIExhcmFuamFcclxufTtcclxuXHJcbiJdfQ==