@kato-lee/components 1.1.4 → 2.0.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.
- package/README.md +1 -1
- package/assets/_fields.scss +82 -21
- package/assets/_grids.scss +8 -0
- package/assets/assets.scss +4 -0
- package/assets/bundle.css +1 -0
- package/assets/{themes/_default.scss → colors.scss} +7 -6
- package/assets/components/_checkbox.scss +11 -0
- package/assets/components/_fields.scss +53 -13
- package/assets/components/_scroll-bar.scss +8 -0
- package/assets/components/_snack-bar.scss +21 -10
- package/assets/components/_tables.scss +75 -84
- package/assets/components/main.scss +9 -10
- package/assets/material/theme.scss +91 -0
- package/box-form/index.d.ts +51 -3
- package/box-form/package.json +3 -0
- package/capsule/index.d.ts +25 -2
- package/capsule/package.json +3 -0
- package/cards/index.d.ts +18 -2
- package/cards/package.json +3 -0
- package/dialogs/index.d.ts +18 -2
- package/dialogs/package.json +3 -0
- package/fesm2022/kato-lee-components-box-form.mjs +9 -9
- package/fesm2022/kato-lee-components-box-form.mjs.map +1 -1
- package/fesm2022/kato-lee-components-capsule.mjs +8 -8
- package/fesm2022/kato-lee-components-capsule.mjs.map +1 -1
- package/fesm2022/kato-lee-components-cards.mjs +8 -8
- package/fesm2022/kato-lee-components-cards.mjs.map +1 -1
- package/fesm2022/kato-lee-components-dialogs.mjs +9 -9
- package/fesm2022/kato-lee-components-dialogs.mjs.map +1 -1
- package/fesm2022/kato-lee-components-fields.mjs +60 -64
- package/fesm2022/kato-lee-components-fields.mjs.map +1 -1
- package/fesm2022/kato-lee-components-modal.mjs +16 -12
- package/fesm2022/kato-lee-components-modal.mjs.map +1 -1
- package/fesm2022/kato-lee-components-pretty-box.mjs +4 -4
- package/fesm2022/kato-lee-components-pretty-box.mjs.map +1 -1
- package/fesm2022/kato-lee-components-tables.mjs +60 -20
- package/fesm2022/kato-lee-components-tables.mjs.map +1 -1
- package/fesm2022/kato-lee-components-toast.mjs +3 -3
- package/fesm2022/kato-lee-components-toast.mjs.map +1 -1
- package/fields/index.d.ts +464 -15
- package/fields/package.json +3 -0
- package/index.d.ts +2 -1
- package/modal/index.d.ts +66 -4
- package/modal/package.json +3 -0
- package/package.json +8 -28
- package/pretty-box/index.d.ts +27 -1
- package/pretty-box/package.json +3 -0
- package/tables/index.d.ts +27 -3
- package/tables/package.json +3 -0
- package/toast/index.d.ts +25 -1
- package/toast/package.json +3 -0
- package/assets/components/_material.scss +0 -15
- package/assets/main.scss +0 -4
- package/assets/material/themes/dark.scss +0 -52
- package/assets/material/themes/default.scss +0 -105
- package/assets/material/themes/main.scss +0 -2907
- package/assets/themes/_dark.scss +0 -16
- package/assets/themes/main.scss +0 -2
- package/assets/variables.scss +0 -7
- package/box-form/common.d.ts +0 -5
- package/box-form/component.d.ts +0 -34
- package/box-form/module.d.ts +0 -8
- package/capsule/component.d.ts +0 -14
- package/capsule/module.d.ts +0 -8
- package/cards/component.d.ts +0 -8
- package/cards/module.d.ts +0 -8
- package/dialogs/dismiss-dialog-button.component.d.ts +0 -8
- package/dialogs/module.d.ts +0 -8
- package/esm2022/box-form/common.mjs +0 -2
- package/esm2022/box-form/component.mjs +0 -112
- package/esm2022/box-form/index.mjs +0 -7
- package/esm2022/box-form/kato-lee-components-box-form.mjs +0 -5
- package/esm2022/box-form/module.mjs +0 -17
- package/esm2022/capsule/component.mjs +0 -78
- package/esm2022/capsule/index.mjs +0 -6
- package/esm2022/capsule/kato-lee-components-capsule.mjs +0 -5
- package/esm2022/capsule/module.mjs +0 -17
- package/esm2022/cards/component.mjs +0 -48
- package/esm2022/cards/index.mjs +0 -6
- package/esm2022/cards/kato-lee-components-cards.mjs +0 -5
- package/esm2022/cards/module.mjs +0 -18
- package/esm2022/dialogs/dismiss-dialog-button.component.mjs +0 -46
- package/esm2022/dialogs/index.mjs +0 -6
- package/esm2022/dialogs/kato-lee-components-dialogs.mjs +0 -5
- package/esm2022/dialogs/module.mjs +0 -18
- package/esm2022/fields/autocomplete/component.mjs +0 -259
- package/esm2022/fields/common.mjs +0 -11
- package/esm2022/fields/date/component.mjs +0 -163
- package/esm2022/fields/date-range/component.mjs +0 -85
- package/esm2022/fields/error/component.mjs +0 -57
- package/esm2022/fields/error/error-equals.pipe.mjs +0 -19
- package/esm2022/fields/error/error.msg.pipe.mjs +0 -19
- package/esm2022/fields/error/lang/_en.mjs +0 -12
- package/esm2022/fields/error/lang/_es.mjs +0 -12
- package/esm2022/fields/error/lang/index.mjs +0 -3
- package/esm2022/fields/general/component.mjs +0 -202
- package/esm2022/fields/index.mjs +0 -19
- package/esm2022/fields/kato-lee-components-fields.mjs +0 -5
- package/esm2022/fields/module.mjs +0 -82
- package/esm2022/fields/money/component.mjs +0 -202
- package/esm2022/fields/number/component.mjs +0 -179
- package/esm2022/fields/remote-autocomplete/component.mjs +0 -188
- package/esm2022/fields/select/component.mjs +0 -158
- package/esm2022/fields/text-area/component.mjs +0 -186
- package/esm2022/fields/validators.mjs +0 -11
- package/esm2022/index.mjs +0 -2
- package/esm2022/kato-lee-components.mjs +0 -5
- package/esm2022/modal/component.mjs +0 -66
- package/esm2022/modal/config.mjs +0 -2
- package/esm2022/modal/index.mjs +0 -8
- package/esm2022/modal/kato-lee-components-modal.mjs +0 -5
- package/esm2022/modal/module.mjs +0 -17
- package/esm2022/modal/service.mjs +0 -33
- package/esm2022/pretty-box/component.mjs +0 -94
- package/esm2022/pretty-box/index.mjs +0 -5
- package/esm2022/pretty-box/kato-lee-components-pretty-box.mjs +0 -5
- package/esm2022/tables/index.mjs +0 -7
- package/esm2022/tables/kato-lee-components-tables.mjs +0 -5
- package/esm2022/tables/mat-paginator.translation.mjs +0 -22
- package/esm2022/tables/module.mjs +0 -22
- package/esm2022/tables/no-records.component.mjs +0 -58
- package/esm2022/toast/index.mjs +0 -5
- package/esm2022/toast/kato-lee-components-toast.mjs +0 -5
- package/esm2022/toast/service.mjs +0 -42
- package/fields/autocomplete/component.d.ts +0 -65
- package/fields/common.d.ts +0 -8
- package/fields/date/component.d.ts +0 -46
- package/fields/date-range/component.d.ts +0 -23
- package/fields/error/component.d.ts +0 -22
- package/fields/error/error-equals.pipe.d.ts +0 -7
- package/fields/error/error.msg.pipe.d.ts +0 -7
- package/fields/error/lang/_en.d.ts +0 -1
- package/fields/error/lang/_es.d.ts +0 -1
- package/fields/error/lang/index.d.ts +0 -2
- package/fields/general/component.d.ts +0 -56
- package/fields/module.d.ts +0 -19
- package/fields/money/component.d.ts +0 -53
- package/fields/number/component.d.ts +0 -52
- package/fields/remote-autocomplete/component.d.ts +0 -43
- package/fields/select/component.d.ts +0 -44
- package/fields/text-area/component.d.ts +0 -55
- package/fields/validators.d.ts +0 -9
- package/modal/component.d.ts +0 -35
- package/modal/config.d.ts +0 -9
- package/modal/module.d.ts +0 -8
- package/modal/service.d.ts +0 -13
- package/pretty-box/component.d.ts +0 -24
- package/tables/mat-paginator.translation.d.ts +0 -2
- package/tables/module.d.ts +0 -10
- package/tables/no-records.component.d.ts +0 -12
- package/toast/service.d.ts +0 -21
package/pretty-box/index.d.ts
CHANGED
|
@@ -1 +1,27 @@
|
|
|
1
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, ChangeDetectorRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class TakPrettyBoxComponent implements AfterViewInit {
|
|
5
|
+
private _cd;
|
|
6
|
+
header: ElementRef;
|
|
7
|
+
footer: ElementRef;
|
|
8
|
+
scroll: ElementRef;
|
|
9
|
+
calcHeight: string | number;
|
|
10
|
+
headerHeightPx: number;
|
|
11
|
+
footerHeightPx: number;
|
|
12
|
+
encapsulated: boolean;
|
|
13
|
+
private _hasHeader;
|
|
14
|
+
private _hasFooter;
|
|
15
|
+
private _substractFromHeight;
|
|
16
|
+
constructor(_cd: ChangeDetectorRef);
|
|
17
|
+
ngAfterViewInit(): void;
|
|
18
|
+
scrollTop(): void;
|
|
19
|
+
private _config;
|
|
20
|
+
get minHeightFt(): string;
|
|
21
|
+
get hasHeader(): boolean;
|
|
22
|
+
get hasFooter(): boolean;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TakPrettyBoxComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TakPrettyBoxComponent, "tak-pretty-box", never, { "calcHeight": { "alias": "calcHeight"; "required": false; }; "headerHeightPx": { "alias": "headerHeightPx"; "required": false; }; "footerHeightPx": { "alias": "footerHeightPx"; "required": false; }; "encapsulated": { "alias": "encapsulated"; "required": false; }; }, {}, never, ["[tak-pretty-box-header]", "[tak-pretty-box-content]", "[tak-pretty-box-footer]"], true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { TakPrettyBoxComponent };
|
package/tables/index.d.ts
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import * as i3 from '@kato-lee/material/paginator';
|
|
2
|
+
import { MatPaginatorIntl } from '@kato-lee/material/paginator';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { OnInit } from '@angular/core';
|
|
5
|
+
import * as i1 from '@kato-lee/material/table';
|
|
6
|
+
import { MatTableDataSource } from '@kato-lee/material/table';
|
|
7
|
+
import * as i2 from '@kato-lee/material/sort';
|
|
8
|
+
|
|
9
|
+
declare function getSpanishMatPaginatorIntl(): MatPaginatorIntl;
|
|
10
|
+
|
|
11
|
+
declare class TakTableNoRecordsComponent implements OnInit {
|
|
12
|
+
dataSource: MatTableDataSource<any>;
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
private _secondImage;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
get secondImage(): boolean;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TakTableNoRecordsComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TakTableNoRecordsComponent, "tak-table-no-records", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "isLoading": { "alias": "isLoading"; "required": false; }; }, {}, never, never, true, never>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
declare class TakTablesModule {
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TakTablesModule, never>;
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TakTablesModule, never, [typeof i1.MatTableModule, typeof i2.MatSortModule, typeof i3.MatPaginatorModule, typeof TakTableNoRecordsComponent], [typeof i1.MatTableModule, typeof i2.MatSortModule, typeof i3.MatPaginatorModule, typeof TakTableNoRecordsComponent]>;
|
|
24
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TakTablesModule>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { TakTableNoRecordsComponent, TakTablesModule, getSpanishMatPaginatorIntl };
|
package/toast/index.d.ts
CHANGED
|
@@ -1 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
import { MatSnackBarHorizontalPosition, MatSnackBarVerticalPosition, MatSnackBar } from '@kato-lee/material/snack-bar';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type TakToastType = 'notification' | 'danger' | 'success';
|
|
5
|
+
interface TakToastConfig {
|
|
6
|
+
hasDissmissButton?: boolean;
|
|
7
|
+
dissmissButtonMessage?: string;
|
|
8
|
+
horizontalPosition?: MatSnackBarHorizontalPosition;
|
|
9
|
+
verticalPosition?: MatSnackBarVerticalPosition;
|
|
10
|
+
duration?: number;
|
|
11
|
+
}
|
|
12
|
+
declare class TakToast {
|
|
13
|
+
private _snackBar;
|
|
14
|
+
constructor(_snackBar: MatSnackBar);
|
|
15
|
+
notification(message: string, payload?: TakToastConfig): void;
|
|
16
|
+
success(message: string, payload?: TakToastConfig): void;
|
|
17
|
+
danger(message: string, payload?: TakToastConfig): void;
|
|
18
|
+
private _generateTakToast;
|
|
19
|
+
private _managePayload;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TakToast, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TakToast>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { TakToast };
|
|
25
|
+
export type { TakToastConfig, TakToastType };
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
.mat-select-panel .mat-option {
|
|
2
|
-
font-size: 14px;
|
|
3
|
-
line-height: 17px;
|
|
4
|
-
min-height: 36px;
|
|
5
|
-
}
|
|
6
|
-
.mat-option {
|
|
7
|
-
.mat-pseudo-checkbox-minimal {
|
|
8
|
-
display: none !important;
|
|
9
|
-
}
|
|
10
|
-
.mat-list-item__primary-text {
|
|
11
|
-
white-space: nowrap !important;
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
text-overflow: ellipsis;
|
|
14
|
-
}
|
|
15
|
-
}
|
package/assets/main.scss
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
html.dark-theme,
|
|
2
|
-
html[data-theme='dark'] {
|
|
3
|
-
--tak-border-color-default: #5f5f5f;
|
|
4
|
-
--tak-box-shadow-z4-default: none;
|
|
5
|
-
--tak-box-shadow-default: none;
|
|
6
|
-
--tak-dark-color-50: rgba(255, 255, 255, 0.6);
|
|
7
|
-
--tak-dark-color-100: rgba(255, 255, 255, 0.12);
|
|
8
|
-
--tak-dark-color-200: rgba(255, 255, 255, 0.26);
|
|
9
|
-
--tak-dark-color-250: rgba(255, 255, 255, 0.42);
|
|
10
|
-
--tak-dark-color-300: rgba(255, 255, 255, 0.54);
|
|
11
|
-
--tak-dark-color-500: rgba(255, 255, 255, 0.87);
|
|
12
|
-
--tak-dark-color-700: rgb(255, 255, 255);
|
|
13
|
-
--tak-dark-background-color-10: rgba(255, 255, 255, 0.04);
|
|
14
|
-
--tak-dark-background-color-50: rgba(255, 255, 255, 0.6);
|
|
15
|
-
--tak-dark-background-color-100: rgba(255, 255, 255, 0.12);
|
|
16
|
-
--tak-dark-background-color-200: rgba(255, 255, 255, 0.26);
|
|
17
|
-
--tak-dark-background-color-250: rgba(255, 255, 255, 0.42);
|
|
18
|
-
--tak-dark-background-color-300: rgba(255, 255, 255, 0.54);
|
|
19
|
-
--tak-dark-background-color-500: rgba(255, 255, 255, 0.87);
|
|
20
|
-
--tak-dark-background-color-700: rgb(255, 255, 255);
|
|
21
|
-
--tak-light-color-700: #000;
|
|
22
|
-
--tak-light-background-color-50: rgba(0, 0, 0, 0.6);
|
|
23
|
-
--tak-light-background-color-100: rgb(13, 17, 23);
|
|
24
|
-
--tak-scrollbar-thumb-background-color-500: #333947af;
|
|
25
|
-
--tak-overlay-backdrop-background-color: rgba(73, 73, 73, 0.32);
|
|
26
|
-
--tak-slide-toggle-bar-background-color: rgba(255, 255, 255, 0.38);
|
|
27
|
-
--tak-dialog-container-box-shadow: var(--tak-box-shadow-default);
|
|
28
|
-
--tak-dialog-container-background-color: #fff;
|
|
29
|
-
--tak-dialog-container-border-color: var(--tak-border-color-default);
|
|
30
|
-
--tak-snackbar-box-shadow: var(--tak-box-shadow-default);
|
|
31
|
-
--tak-snackbar-border-color: var(--tak-border-color-default);
|
|
32
|
-
--tak-select-panel-box-shadow: var(--tak-box-shadow-default);
|
|
33
|
-
--tak-select-panel-border-color: var(--tak-border-color-default);
|
|
34
|
-
--tak-drawer-container-background-color: rgb(37, 39, 53);
|
|
35
|
-
--tak-drawer-container-color: #fff;
|
|
36
|
-
--tak-drawer-box-shadow: none;
|
|
37
|
-
--tak-drawer-border: 1px solid var(--tak-dark-color-100);
|
|
38
|
-
--tak-divider-border-color: var(--tak-dark-color-100);
|
|
39
|
-
--tak-button-box-shadow: none;
|
|
40
|
-
--tak-button-border: 1px solid var(--tak-dark-color-100);
|
|
41
|
-
--tak-button-sheet-container-box-shadow: none;
|
|
42
|
-
--tak-button-sheet-container-border: 1px solid var(--tak-dark-color-100);
|
|
43
|
-
--tak-card-box-shadow: none;
|
|
44
|
-
--tak-card-border: 1px solid var(--tak-dark-color-100);
|
|
45
|
-
--tak-expansion-panel-box-shadow: none;
|
|
46
|
-
--tak-expansion-panel-border: 1px solid var(--tak-dark-color-100);
|
|
47
|
-
--tak-expansion-panel-hover-background-color: var(--tak-dark-color-100);
|
|
48
|
-
--tak-menu-box-shadow: none;
|
|
49
|
-
--tak-menu-border: 1px solid var(--tak-dark-color-100);
|
|
50
|
-
--tak-step-header-hover-background-color: var(--tak-dark-color-100);
|
|
51
|
-
--tak-toolbar-border: 1px solid var(--tak-dark-color-100);
|
|
52
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
html {
|
|
2
|
-
--tak-box-shadow-default: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
|
|
3
|
-
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
|
|
4
|
-
--tak-box-shadow-z4-default: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
5
|
-
0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
|
|
6
|
-
--tak-border-color-default: none;
|
|
7
|
-
--tak-primary-100: rgb(120, 203, 211);
|
|
8
|
-
--tak-primary-500: rgb(10, 161, 174);
|
|
9
|
-
--tak-primary-700: rgb(8, 119, 129);
|
|
10
|
-
--tak-primary-constrant-100: rgb(140, 238, 247);
|
|
11
|
-
--tak-primary-constrant-500: rgb(14, 187, 202);
|
|
12
|
-
--tak-primary-constrant-700: rgb(15, 163, 177);
|
|
13
|
-
--tak-primary-opacity-100: rgb(120, 203, 211, 0.3);
|
|
14
|
-
--tak-primary-opacity-500: rgb(10, 161, 174, 0.3);
|
|
15
|
-
--tak-primary-opacity-700: rgb(8, 119, 129, 0.3);
|
|
16
|
-
--tak-accent-100: rgb(30, 233, 148);
|
|
17
|
-
--tak-accent-500: rgb(24, 182, 116);
|
|
18
|
-
--tak-accent-700: rgb(29, 139, 110);
|
|
19
|
-
--tak-accent-opacity-100: rgb(30, 233, 148, 0.3);
|
|
20
|
-
--tak-accent-opacity-500: rgb(24, 182, 116, 0.3);
|
|
21
|
-
--tak-accent-opacity-700: rgb(29, 139, 110, 0.3);
|
|
22
|
-
--tak-accent-constrant-100: rgb(177, 243, 214);
|
|
23
|
-
--tak-accent-constrant-500: rgb(70, 221, 158);
|
|
24
|
-
--tak-accent-constrant-700: rgb(65, 185, 135);
|
|
25
|
-
--tak-warn-100: rgb(255, 55, 55);
|
|
26
|
-
--tak-warn-500: rgb(255, 0, 0);
|
|
27
|
-
--tak-warn-700: rgb(168, 0, 0);
|
|
28
|
-
--tak-warn-opacity-100: rgb(255, 55, 55, 0.3);
|
|
29
|
-
--tak-warn-opacity-500: rgb(255, 0, 0, 0.3);
|
|
30
|
-
--tak-warn-opacity-700: rgb(168, 0, 0, 0.3);
|
|
31
|
-
--tak-warn-constrant-100: rgb(254, 191, 191);
|
|
32
|
-
--tak-warn-constrant-500: rgb(255, 128, 128);
|
|
33
|
-
--tak-warn-constrant-700: rgb(191, 96, 96);
|
|
34
|
-
--tak-dark-color-50: rgba(0, 0, 0, 0.6);
|
|
35
|
-
--tak-dark-color-100: rgba(0, 0, 0, 0.12);
|
|
36
|
-
--tak-dark-color-200: rgba(0, 0, 0, 0.26);
|
|
37
|
-
--tak-dark-color-250: rgba(0, 0, 0, 0.42);
|
|
38
|
-
--tak-dark-color-300: rgba(0, 0, 0, 0.54);
|
|
39
|
-
--tak-dark-color-500: rgba(0, 0, 0, 0.87);
|
|
40
|
-
--tak-dark-color-700: rgb(0, 0, 0);
|
|
41
|
-
--tak-dark-background-color-10: rgba(0, 0, 0, 0.04);
|
|
42
|
-
--tak-dark-background-color-50: rgba(0, 0, 0, 0.6);
|
|
43
|
-
--tak-dark-background-color-100: rgba(0, 0, 0, 0.12);
|
|
44
|
-
--tak-dark-background-color-200: rgba(0, 0, 0, 0.26);
|
|
45
|
-
--tak-dark-background-color-250: rgba(0, 0, 0, 0.42);
|
|
46
|
-
--tak-dark-background-color-300: rgba(0, 0, 0, 0.54);
|
|
47
|
-
--tak-dark-background-color-500: rgba(0, 0, 0, 0.87);
|
|
48
|
-
--tak-dark-background-color-700: rgb(0, 0, 0);
|
|
49
|
-
--tak-light-color-700: #fff;
|
|
50
|
-
--tak-light-background-color-50: rgba(255, 255, 255, 0.6);
|
|
51
|
-
--tak-light-background-color-100: #fff;
|
|
52
|
-
--tak-light-background-color-150: #f0f0f0;
|
|
53
|
-
--tak-light-background-color-200: #eee;
|
|
54
|
-
--tak-light-background-color-300: #e0e0e0;
|
|
55
|
-
--tak-light-background-color-700: #bdbdbd;
|
|
56
|
-
--tak-scrollbar-thumb-hover-color-500: rgba(192, 192, 192, 0.862);
|
|
57
|
-
--tak-hover-scrollbar-thumb-color-500: rgba(192, 192, 192, 0.562);
|
|
58
|
-
--tak-scrollbar-thumb-background-color-500: #f1f4f6;
|
|
59
|
-
--tak-overlay-backdrop-background-color: rgba(0, 0, 0, 0.32);
|
|
60
|
-
--tak-slide-toggle-thumb-background-color: #fff;
|
|
61
|
-
--tak-slide-toggle-bar-background-color: rgba(0, 0, 0, 0.38);
|
|
62
|
-
--tak-dialog-container-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
|
|
63
|
-
0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px var(--tak-dark-background-color-100);
|
|
64
|
-
--tak-dialog-container-background-color: #fff;
|
|
65
|
-
--tak-dialog-container-border-color: transparent;
|
|
66
|
-
--tak-snackbar-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
|
|
67
|
-
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px var(--tak-dark-background-color-100);
|
|
68
|
-
--tak-snackbar-border-color: transparent;
|
|
69
|
-
--tak-snackbar-color: #fff;
|
|
70
|
-
--tak-snackbar-action-color: var(--tak-accent-500);
|
|
71
|
-
--tak-snackbar-background-color: #323232;
|
|
72
|
-
--tak-snackbar-success-color: #000;
|
|
73
|
-
--tak-snackbar-success-action-color: var(--tak-warn-500);
|
|
74
|
-
--tak-snackbar-success-background-color: var(--tak-accent-500);
|
|
75
|
-
--tak-snackbar-danger-color: #fff;
|
|
76
|
-
--tak-snackbar-danger-action-color: var(--tak-accent-500);
|
|
77
|
-
--tak-snackbar-danger-background-color: var(--tak-warn-500);
|
|
78
|
-
--tak-select-panel-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
79
|
-
0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px var(--tak-dark-background-color-100);
|
|
80
|
-
--tak-select-panel-border-color: transparent;
|
|
81
|
-
--tak-drawer-container-background-color: #fafafa;
|
|
82
|
-
--tak-drawer-container-color: rgba(0, 0, 0, 0.87);
|
|
83
|
-
--tak-drawer-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2),
|
|
84
|
-
0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px var(--tak-dark-background-color-100);
|
|
85
|
-
--tak-drawer-border: none;
|
|
86
|
-
--tak-divider-border-color: var(--tak-dark-background-color-100);
|
|
87
|
-
--tak-button-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
|
88
|
-
0px 1px 5px 0px var(--tak-dark-color-100);
|
|
89
|
-
--tak-button-border: none;
|
|
90
|
-
--tak-button-sheet-container-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2),
|
|
91
|
-
0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px var(--tak-dark-color-100);
|
|
92
|
-
--tak-button-sheet-container-border: none;
|
|
93
|
-
--tak-card-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
|
|
94
|
-
0px 1px 3px 0px var(--tak-dark-color-100);
|
|
95
|
-
--tak-card-border: none;
|
|
96
|
-
--tak-expansion-panel-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
|
|
97
|
-
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px var(--tak-dark-color-100);
|
|
98
|
-
--tak-expansion-panel-border: none;
|
|
99
|
-
--tak-expansion-panel-hover-background-color: var(--tak-dark-background-color-100);
|
|
100
|
-
--tak-menu-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14),
|
|
101
|
-
0px 1px 10px 0px var(--tak-dark-color-100);
|
|
102
|
-
--tak-menu-border: none;
|
|
103
|
-
--tak-step-header-hover-background-color: var(--tak-dark-background-color-100);
|
|
104
|
-
--tak-tooltip-background-color: rgba(97, 97, 97, 0.9);
|
|
105
|
-
}
|