Browse Source

Removing stuff

Angel Ruiz (aka SirKeldon) 1 năm trước cách đây
mục cha
commit
4e227e4e94

+ 0 - 9
lib/components/atoms/button/button.component.d.ts

@@ -1,9 +0,0 @@
-import * as i0 from "@angular/core";
-export declare class ButtonComponent {
-    text: string;
-    type: 'default' | 'alternate' | 'success' | 'warning' | 'error';
-    size: 'xs' | 'sm' | 'base' | 'lg' | 'xl';
-    variant: 'default' | 'outline';
-    static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
-    static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "ct-button", never, { "text": { "alias": "text"; "required": true; }; "type": { "alias": "type"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
-}

+ 0 - 15
lib/components/atoms/icon/icon.component.d.ts

@@ -1,15 +0,0 @@
-import { OnInit } from '@angular/core';
-import * as i0 from "@angular/core";
-export declare class IconComponent implements OnInit {
-    icon: string;
-    iconClass: string;
-    fill: string;
-    strokeWidth: number;
-    strokeColor: string;
-    size: string;
-    iconPath: string;
-    ngOnInit(): void;
-    getFormattedColor(color: string): string;
-    static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
-    static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ct-icon", never, { "icon": { "alias": "icon"; "required": false; }; "iconClass": { "alias": "iconClass"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "strokeColor": { "alias": "strokeColor"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
-}

+ 0 - 5
src/assets/icons.svg

@@ -1,5 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" style="display:none">
-    <symbol id="information-circle" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
-        <path stroke-linecap="round" stroke-linejoin="round" d="m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z" />
-    </symbol>
-</svg>