@snabcentr/client-ui 0.0.1
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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/LICENSE +1 -0
- package/README.md +15 -0
- package/esm2020/public-api.mjs +5 -0
- package/esm2020/snabcentr-client-ui.mjs +5 -0
- package/esm2020/test-component/test.component.mjs +14 -0
- package/fesm2015/snabcentr-client-ui.mjs +25 -0
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -0
- package/fesm2020/snabcentr-client-ui.mjs +25 -0
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +42 -0
- package/public-api.d.ts +1 -0
- package/styles/taiga/variables.less +157 -0
- package/test-component/test.component.d.ts +8 -0
package/LICENSE
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<!-- TODO: заменить на коммерческую лицензию. -->
|
package/README.md
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
# Snabcentr Client UI
|
2
|
+
|
3
|
+
## Description
|
4
|
+
|
5
|
+
Библиотека общих UI элементов для клиентской части.
|
6
|
+
|
7
|
+
## License
|
8
|
+
|
9
|
+
Commercial (Коммерческая)
|
10
|
+
|
11
|
+
## Запуск приложения
|
12
|
+
|
13
|
+
* Сборка тестового приложения `ng build client-ui-example`.
|
14
|
+
* Перед запуском приложения нужно выполнить сборку библиотеки `ng build @snabcentr/client-ui`. Собранная библиотека будет находиться в папке `dist/`.
|
15
|
+
* Запуск `npm start`.
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/*
|
2
|
+
* Public API Surface of ui
|
3
|
+
*/
|
4
|
+
export * from './test-component/test.component';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NsaWVudC11aS9wdWJsaWMtYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxpQ0FBaUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgdWlcbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3Rlc3QtY29tcG9uZW50L3Rlc3QuY29tcG9uZW50JztcbiJdfQ==
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* Generated bundle index. Do not edit.
|
3
|
+
*/
|
4
|
+
export * from './public-api';
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic25hYmNlbnRyLWNsaWVudC11aS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2NsaWVudC11aS9zbmFiY2VudHItY2xpZW50LXVpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljLWFwaSc7XG4iXX0=
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { Component } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
3
|
+
/**
|
4
|
+
* Тестовый компонент приложения.
|
5
|
+
*/
|
6
|
+
export class TestComponent {
|
7
|
+
}
|
8
|
+
TestComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
9
|
+
TestComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TestComponent, selector: "sc-test", ngImport: i0, template: "" });
|
10
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, decorators: [{
|
11
|
+
type: Component,
|
12
|
+
args: [{ selector: 'sc-test', template: "" }]
|
13
|
+
}] });
|
14
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGllbnQtdWkvdGVzdC1jb21wb25lbnQvdGVzdC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi9wcm9qZWN0cy9jbGllbnQtdWkvdGVzdC1jb21wb25lbnQvdGVzdC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUUxQzs7R0FFRztBQUtILE1BQU0sT0FBTyxhQUFhOzswR0FBYixhQUFhOzhGQUFiLGFBQWEsK0NDVDFCLEVBQUE7MkZEU2EsYUFBYTtrQkFKekIsU0FBUzsrQkFDSSxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbi8qKlxuICog0KLQtdGB0YLQvtCy0YvQuSDQutC+0LzQv9C+0L3QtdC90YIg0L/RgNC40LvQvtC20LXQvdC40Y8uXG4gKi9cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnc2MtdGVzdCcsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3Rlc3QuY29tcG9uZW50Lmh0bWwnLFxufSlcbmV4cG9ydCBjbGFzcyBUZXN0Q29tcG9uZW50IHt9XG4iLCIiXX0=
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import * as i0 from '@angular/core';
|
2
|
+
import { Component } from '@angular/core';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Тестовый компонент приложения.
|
6
|
+
*/
|
7
|
+
class TestComponent {
|
8
|
+
}
|
9
|
+
TestComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
10
|
+
TestComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TestComponent, selector: "sc-test", ngImport: i0, template: "" });
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, decorators: [{
|
12
|
+
type: Component,
|
13
|
+
args: [{ selector: 'sc-test', template: "" }]
|
14
|
+
}] });
|
15
|
+
|
16
|
+
/*
|
17
|
+
* Public API Surface of ui
|
18
|
+
*/
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Generated bundle index. Do not edit.
|
22
|
+
*/
|
23
|
+
|
24
|
+
export { TestComponent };
|
25
|
+
//# sourceMappingURL=snabcentr-client-ui.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"snabcentr-client-ui.mjs","sources":["../../../projects/client-ui/test-component/test.component.ts","../../../projects/client-ui/test-component/test.component.html","../../../projects/client-ui/public-api.ts","../../../projects/client-ui/snabcentr-client-ui.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Тестовый компонент приложения.\n */\n@Component({\n selector: 'sc-test',\n templateUrl: './test.component.html',\n})\nexport class TestComponent {}\n","","/*\n * Public API Surface of ui\n */\n\nexport * from './test-component/test.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAEA;;AAEG;MAKU,aAAa,CAAA;;0GAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,aAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,+CCT1B,EAAA,EAAA,CAAA,CAAA;2FDSa,aAAa,EAAA,UAAA,EAAA,CAAA;kBAJzB,SAAS;+BACI,SAAS,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA;;;AENvB;;AAEG;;ACFH;;AAEG;;;;"}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import * as i0 from '@angular/core';
|
2
|
+
import { Component } from '@angular/core';
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Тестовый компонент приложения.
|
6
|
+
*/
|
7
|
+
class TestComponent {
|
8
|
+
}
|
9
|
+
TestComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
10
|
+
TestComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.3.0", type: TestComponent, selector: "sc-test", ngImport: i0, template: "" });
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: TestComponent, decorators: [{
|
12
|
+
type: Component,
|
13
|
+
args: [{ selector: 'sc-test', template: "" }]
|
14
|
+
}] });
|
15
|
+
|
16
|
+
/*
|
17
|
+
* Public API Surface of ui
|
18
|
+
*/
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Generated bundle index. Do not edit.
|
22
|
+
*/
|
23
|
+
|
24
|
+
export { TestComponent };
|
25
|
+
//# sourceMappingURL=snabcentr-client-ui.mjs.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"snabcentr-client-ui.mjs","sources":["../../../projects/client-ui/test-component/test.component.ts","../../../projects/client-ui/test-component/test.component.html","../../../projects/client-ui/public-api.ts","../../../projects/client-ui/snabcentr-client-ui.ts"],"sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Тестовый компонент приложения.\n */\n@Component({\n selector: 'sc-test',\n templateUrl: './test.component.html',\n})\nexport class TestComponent {}\n","","/*\n * Public API Surface of ui\n */\n\nexport * from './test-component/test.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAEA;;AAEG;MAKU,aAAa,CAAA;;0GAAb,aAAa,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAb,aAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,aAAa,+CCT1B,EAAA,EAAA,CAAA,CAAA;2FDSa,aAAa,EAAA,UAAA,EAAA,CAAA;kBAJzB,SAAS;+BACI,SAAS,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA;;;AENvB;;AAEG;;ACFH;;AAEG;;;;"}
|
package/index.d.ts
ADDED
package/package.json
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
{
|
2
|
+
"name": "@snabcentr/client-ui",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"author": "Snabcentr Ltd.",
|
5
|
+
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
6
|
+
"license": "Commercial",
|
7
|
+
"description": "Snabcentr client UI package.",
|
8
|
+
"peerDependencies": {
|
9
|
+
"@angular/common": ">=14.2.0",
|
10
|
+
"@angular/core": ">=14.2.0",
|
11
|
+
"@ngneat/until-destroy": ">=9.2.3",
|
12
|
+
"@angular/router": ">=14.2.12",
|
13
|
+
"@angular/platform-browser": ">=14.2.12",
|
14
|
+
"@angular/platform-browser-dynamic": ">=14.2.12",
|
15
|
+
"moment": ">=2.29.4",
|
16
|
+
"rxjs": ">=7.5.0",
|
17
|
+
"zone.js": ">=0.12.0"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"tslib": "2.3.0"
|
21
|
+
},
|
22
|
+
"sideEffects": false,
|
23
|
+
"module": "fesm2015/snabcentr-client-ui.mjs",
|
24
|
+
"es2020": "fesm2020/snabcentr-client-ui.mjs",
|
25
|
+
"esm2020": "esm2020/snabcentr-client-ui.mjs",
|
26
|
+
"fesm2020": "fesm2020/snabcentr-client-ui.mjs",
|
27
|
+
"fesm2015": "fesm2015/snabcentr-client-ui.mjs",
|
28
|
+
"typings": "index.d.ts",
|
29
|
+
"exports": {
|
30
|
+
"./package.json": {
|
31
|
+
"default": "./package.json"
|
32
|
+
},
|
33
|
+
".": {
|
34
|
+
"types": "./index.d.ts",
|
35
|
+
"esm2020": "./esm2020/snabcentr-client-ui.mjs",
|
36
|
+
"es2020": "./fesm2020/snabcentr-client-ui.mjs",
|
37
|
+
"es2015": "./fesm2015/snabcentr-client-ui.mjs",
|
38
|
+
"node": "./fesm2015/snabcentr-client-ui.mjs",
|
39
|
+
"default": "./fesm2020/snabcentr-client-ui.mjs"
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
package/public-api.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export * from './test-component/test.component';
|
@@ -0,0 +1,157 @@
|
|
1
|
+
// TODO: TASK:[6824]: Доработать файл стилей.
|
2
|
+
@font-fallback: -apple-system, 'BlinkMacSystemFont', system-ui, 'Roboto', 'Segoe UI', 'Helvetica Neue', sans-serif;
|
3
|
+
|
4
|
+
:root {
|
5
|
+
// Deprecated TODO 4.0 delete variables --tui-heading-font and --tui-text-font
|
6
|
+
--tui-heading-font: 'Manrope', @font-fallback;
|
7
|
+
--tui-text-font: 'Manrope', @font-fallback;
|
8
|
+
// Fonts
|
9
|
+
--tui-font-heading: var(--tui-heading-font);
|
10
|
+
--tui-font-heading-1: bold 3.125rem/3.5rem var(--tui-font-heading);
|
11
|
+
--tui-font-heading-2: bold 2.75rem/3rem var(--tui-font-heading);
|
12
|
+
--tui-font-heading-3: bold 2.25rem/2.5rem var(--tui-font-heading);
|
13
|
+
--tui-font-heading-4: bold 1.75rem/2rem var(--tui-font-heading);
|
14
|
+
--tui-font-heading-5: bold 1.5rem/1.75rem var(--tui-font-heading);
|
15
|
+
--tui-font-heading-6: bold 1.25rem/1.5rem var(--tui-font-heading);
|
16
|
+
--tui-font-text: var(--tui-text-font);
|
17
|
+
--tui-font-text-xl: normal 1.1875rem/1.75rem var(--tui-font-text);
|
18
|
+
--tui-font-text-l: normal 1.0625rem/1.75rem var(--tui-font-text);
|
19
|
+
--tui-font-text-l-2: normal 1.0625rem/1.5rem var(--tui-font-text);
|
20
|
+
--tui-font-text-m: normal 1rem/1.5rem var(--tui-font-text);
|
21
|
+
--tui-font-text-m-2: normal 1rem/1.25rem var(--tui-font-text);
|
22
|
+
--tui-font-text-s: normal 0.8125rem/1.25rem var(--tui-font-text);
|
23
|
+
--tui-font-text-s-2: normal 0.8125rem/1rem var(--tui-font-text);
|
24
|
+
--tui-font-text-xs: normal 0.6875rem/1rem var(--tui-font-text);
|
25
|
+
// Sizes
|
26
|
+
--tui-radius-xs: 0.25rem;
|
27
|
+
--tui-radius-s: 0.5rem;
|
28
|
+
--tui-radius-m: 0.75rem;
|
29
|
+
--tui-radius-l: 0.75rem;
|
30
|
+
--tui-radius-xl: 1.5rem;
|
31
|
+
--tui-height-xs: 1.5rem;
|
32
|
+
--tui-height-s: 2rem;
|
33
|
+
--tui-height-m: 2.75rem;
|
34
|
+
--tui-height-l: 3.5rem;
|
35
|
+
// Input padding
|
36
|
+
--tui-padding-s: 0.75rem;
|
37
|
+
--tui-padding-m: 0.75rem;
|
38
|
+
--tui-padding-l: 1rem;
|
39
|
+
// Misc
|
40
|
+
--tui-duration: 0.3s;
|
41
|
+
--tui-backdrop: none;
|
42
|
+
// Special colors
|
43
|
+
--tui-disabled-opacity: 0.56;
|
44
|
+
--tui-autofill: #fff5c0;
|
45
|
+
// Base colors
|
46
|
+
--tui-base-01: #fff; // background and icons on inverted background
|
47
|
+
--tui-base-02: #f6f6f6; // secondary background, marker icons background
|
48
|
+
--tui-base-03: #ededed; // basic border
|
49
|
+
--tui-base-04: #d7d7d7; // hovered borders
|
50
|
+
--tui-base-05: #b0b0b0; // interface icons
|
51
|
+
--tui-base-06: #959595; // hovered interface icons
|
52
|
+
--tui-base-07: #808080; // inverted background
|
53
|
+
--tui-base-08: #333; // dark interface icons
|
54
|
+
--tui-base-09: #000; // icons on inverted background
|
55
|
+
--tui-primary: #526ed3; // primary buttons, background
|
56
|
+
--tui-primary-hover: #6c86e2; // primary buttons hover
|
57
|
+
--tui-primary-active: #314692; // primary buttons pressed
|
58
|
+
--tui-primary-text: #fff; // text on primary background
|
59
|
+
--tui-secondary: #ebefff; // inputs and secondary buttons
|
60
|
+
--tui-secondary-hover: #dfe3f3; // inputs and secondary buttons hover
|
61
|
+
--tui-secondary-active: #d8ddf2; // inputs and secondary buttons pressed
|
62
|
+
--tui-accent: #ff7043; // fill and outline of accent elements
|
63
|
+
--tui-accent-hover: #ff9a94; // accent elements hover
|
64
|
+
--tui-accent-active: #e7716a; // accent elements pressed
|
65
|
+
--tui-accent-text: #fff; // text on accent background
|
66
|
+
--tui-selection: rgba(112, 182, 246, 0.12); // selected text background
|
67
|
+
--tui-focus: rgba(51, 51, 51, 0.64); // focus ring color
|
68
|
+
--tui-clear: rgba(0, 0, 0, 0.04); // translucent dark fill
|
69
|
+
--tui-clear-disabled: rgba(0, 0, 0, 0.04); // translucent dark fill disabled
|
70
|
+
--tui-clear-hover: rgba(0, 0, 0, 0.16); // translucent dark fill hover
|
71
|
+
--tui-clear-active: rgba(0, 0, 0, 0.2); // translucent dark fill pressed
|
72
|
+
--tui-clear-inverse: rgba(255, 255, 255, 0.16); // translucent light fill
|
73
|
+
--tui-clear-inverse-hover: rgba(255, 255, 255, 0.24); // translucent light fill hover
|
74
|
+
--tui-clear-inverse-active: rgba(255, 255, 255, 0.4); // translucent light fill pressed
|
75
|
+
--tui-elevation-01: #fff; // background of elevated elements
|
76
|
+
--tui-elevation-02: #fff; // background of elevated elements
|
77
|
+
// Statuses
|
78
|
+
--tui-error-fill: rgba(244, 87, 37, 1); // icons and decorative elements with error status
|
79
|
+
--tui-error-bg: rgba(244, 87, 37, 0.12); // translucent error background
|
80
|
+
--tui-error-bg-hover: rgba(244, 87, 37, 0.24); // translucent hover error background
|
81
|
+
--tui-success-fill: rgba(74, 201, 155, 1); // icon and decorative elements with success status
|
82
|
+
--tui-success-bg: rgba(74, 201, 155, 0.12); // translucent success background
|
83
|
+
--tui-success-bg-hover: rgba(74, 201, 155, 0.24); // translucent success hover
|
84
|
+
--tui-warning-fill: rgba(255, 199, 0, 1); // icon and decorative elements with warning status
|
85
|
+
--tui-warning-bg: rgba(255, 199, 0, 0.12); // translucent warning background
|
86
|
+
--tui-warning-bg-hover: rgba(255, 199, 0, 0.24); // translucent warning background
|
87
|
+
--tui-info-fill: rgba(112, 182, 246, 1); // icon and decorative elements with info status
|
88
|
+
--tui-info-bg: rgba(112, 182, 246, 0.12); // translucent info background
|
89
|
+
--tui-info-bg-hover: rgba(112, 182, 246, 0.24); // translucent info background
|
90
|
+
--tui-neutral-fill: rgb(121, 129, 140); // icon and decorative elements with neutral status
|
91
|
+
--tui-neutral-bg: rgba(121, 129, 140, 0.12); // translucent info background
|
92
|
+
--tui-neutral-bg-hover: rgba(121, 129, 140, 0.24); // translucent info background
|
93
|
+
// Text
|
94
|
+
--tui-text-01: rgba(27, 31, 59, 1);
|
95
|
+
--tui-text-02: rgba(27, 31, 59, 0.65);
|
96
|
+
--tui-text-03: rgba(27, 31, 59, 0.4);
|
97
|
+
--tui-link: #526ed3;
|
98
|
+
--tui-link-hover: #6c86e2;
|
99
|
+
--tui-positive: #3aa981;
|
100
|
+
--tui-positive-hover: #7ac5aa;
|
101
|
+
--tui-negative: #dd4c1e;
|
102
|
+
--tui-negative-hover: #e38163;
|
103
|
+
// Modifiers for dark background
|
104
|
+
--tui-error-fill-night: rgba(255, 140, 103, 1);
|
105
|
+
--tui-error-bg-night: rgba(244, 87, 37, 0.32);
|
106
|
+
--tui-error-bg-night-hover: rgba(244, 87, 37, 0.4);
|
107
|
+
--tui-success-fill-night: rgb(74, 201, 155);
|
108
|
+
--tui-success-bg-night: rgba(74, 201, 155, 0.32);
|
109
|
+
--tui-success-bg-night-hover: rgba(74, 201, 155, 0.4);
|
110
|
+
--tui-warning-fill-night: rgb(255, 199, 0);
|
111
|
+
--tui-warning-bg-night: rgba(255, 199, 0, 0.32);
|
112
|
+
--tui-warning-bg-night-hover: rgba(255, 199, 0, 0.4);
|
113
|
+
--tui-info-fill-night: rgb(112, 182, 246);
|
114
|
+
--tui-info-bg-night: rgba(112, 182, 246, 0.32);
|
115
|
+
--tui-info-bg-night-hover: rgba(112, 182, 246, 0.4);
|
116
|
+
--tui-neutral-fill-night: rgb(149, 155, 164);
|
117
|
+
--tui-neutral-bg-night: rgba(149, 155, 164, 0.32);
|
118
|
+
--tui-neutral-bg-night-hover: rgba(149, 155, 164, 0.48);
|
119
|
+
--tui-autofill-night: rgb(85, 74, 42);
|
120
|
+
//
|
121
|
+
--tui-text-01-night: rgba(255, 255, 255, 1);
|
122
|
+
--tui-text-02-night: rgba(255, 255, 255, 0.72);
|
123
|
+
--tui-text-03-night: rgba(255, 255, 255, 0.6);
|
124
|
+
--tui-link-night: #6788ff;
|
125
|
+
--tui-link-night-hover: #526ed3;
|
126
|
+
--tui-positive-night: #44c596;
|
127
|
+
--tui-positive-night-hover: #3aa981;
|
128
|
+
--tui-negative-night: #ff8c67;
|
129
|
+
--tui-negative-night-hover: #bb593a;
|
130
|
+
//
|
131
|
+
--tui-support-01: #a8cef1;
|
132
|
+
--tui-support-02: #3682db;
|
133
|
+
--tui-support-03: #8dda71;
|
134
|
+
--tui-support-04: #34b41f;
|
135
|
+
--tui-support-05: #e29398;
|
136
|
+
--tui-support-06: #b8474e;
|
137
|
+
--tui-support-07: #fcc068;
|
138
|
+
--tui-support-08: #ff8a00;
|
139
|
+
--tui-support-09: #dab3f9;
|
140
|
+
--tui-support-10: #7b439e;
|
141
|
+
--tui-support-11: #fee797;
|
142
|
+
--tui-support-12: #fcbb14;
|
143
|
+
--tui-support-13: #ea97c4;
|
144
|
+
--tui-support-14: #bd65a4;
|
145
|
+
--tui-support-15: #7fd7cc;
|
146
|
+
--tui-support-16: #2fad96;
|
147
|
+
--tui-support-17: #d4aca2;
|
148
|
+
--tui-support-18: #9d6f64;
|
149
|
+
--tui-support-19: #d2e9a2;
|
150
|
+
--tui-support-20: #aadc42;
|
151
|
+
--tui-support-21: #a0c5df;
|
152
|
+
--tui-chart-0: var(--tui-primary);
|
153
|
+
--tui-chart-1: var(--tui-support-13);
|
154
|
+
--tui-chart-2: var(--tui-support-21);
|
155
|
+
--tui-chart-3: var(--tui-support-11);
|
156
|
+
--tui-chart-4: var(--tui-base-05);
|
157
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
/**
|
3
|
+
* Тестовый компонент приложения.
|
4
|
+
*/
|
5
|
+
export declare class TestComponent {
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TestComponent, never>;
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestComponent, "sc-test", never, {}, {}, never, never, false>;
|
8
|
+
}
|