@cuby-ui/core 0.0.213 → 0.0.215
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.
|
@@ -10,7 +10,7 @@ export declare class CuiButtonComponent implements CuiButtonOptions, OnInit {
|
|
|
10
10
|
protected readonly AppearanceIconColors: Record<CuiButtonOptions['appearance'], string>;
|
|
11
11
|
protected readonly COLOR_BASE_500 = "var(--cui-base-500)";
|
|
12
12
|
protected readonly BUTTON_ICONS_COLOR_BASE_500: CuiButtonOptions['appearance'][];
|
|
13
|
-
protected _appearance: "
|
|
13
|
+
protected _appearance: "action" | "secondary" | "outlined" | "outlined-gray" | "ghost" | "flat" | "destructive" | "link";
|
|
14
14
|
protected iconColor: string;
|
|
15
15
|
protected _size: "xxs" | "xs" | "sm" | "md";
|
|
16
16
|
protected iconDimensions: {
|
|
@@ -4,10 +4,10 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class CuiNotificationComponent implements CuiNotificationOptions, OnInit {
|
|
5
5
|
private readonly cuiNotificationOptions;
|
|
6
6
|
protected readonly ICONS: import("./notification.options").CuiNotificationIcons;
|
|
7
|
-
protected readonly ICON_OPTIONS: Record<"
|
|
7
|
+
protected readonly ICON_OPTIONS: Record<"default" | "light", CuiNotificationIconOptions>;
|
|
8
8
|
protected iconOptions: CuiNotificationIconOptions;
|
|
9
9
|
status: import("@cuby-ui/core").CuiStatus;
|
|
10
|
-
mode: "
|
|
10
|
+
mode: "default" | "light";
|
|
11
11
|
isCloseable: boolean;
|
|
12
12
|
readonly closed: EventEmitter<void>;
|
|
13
13
|
ngOnInit(): void;
|
|
@@ -4,7 +4,7 @@ import { CuiPositionService } from '../../services';
|
|
|
4
4
|
import { CuiTooltipDirective } from './tooltip.directive';
|
|
5
5
|
import { CuiTooltipPointer } from './tooltip-pointer.directive';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
export declare const CUI_TOOLTIP_PROVIDERS: (
|
|
7
|
+
export declare const CUI_TOOLTIP_PROVIDERS: (import("@angular/core").FactoryProvider | typeof CuiPositionService | typeof CuiHoveredService)[];
|
|
8
8
|
export declare class CuiTooltipComponent<C = any> {
|
|
9
9
|
private readonly el;
|
|
10
10
|
private readonly hover;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cuby-ui/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.215",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
7
|
"@angular/forms": ">=18.0.0",
|
|
8
|
-
"@cuby-ui/cdk": "^0.0.
|
|
9
|
-
"@cuby-ui/icons": "^0.0.
|
|
8
|
+
"@cuby-ui/cdk": "^0.0.215",
|
|
9
|
+
"@cuby-ui/icons": "^0.0.215",
|
|
10
10
|
"@maskito/angular": "^2.5.0",
|
|
11
11
|
"@maskito/core": "^2.5.0",
|
|
12
12
|
"@maskito/kit": "^2.5.0",
|
package/styles/theme.scss
CHANGED
|
@@ -38,6 +38,17 @@
|
|
|
38
38
|
--cui-cyan-800: #1A6B6A;
|
|
39
39
|
--cui-cyan-900: #0D4949;
|
|
40
40
|
|
|
41
|
+
--cui-light-green-50: #F5FEF1;
|
|
42
|
+
--cui-light-green-100: #F0FEEA;
|
|
43
|
+
--cui-light-green-200: #E1FCD3;
|
|
44
|
+
--cui-light-green-300: #9EF572;
|
|
45
|
+
--cui-light-green-400: #8EDD67;
|
|
46
|
+
--cui-light-green-500: #7EC45B;
|
|
47
|
+
--cui-light-green-600: #77B856;
|
|
48
|
+
--cui-light-green-700: #5F9344;
|
|
49
|
+
--cui-light-green-800: #476E33;
|
|
50
|
+
--cui-light-green-900: #375628;
|
|
51
|
+
|
|
41
52
|
--cui-green-50: #ECFFF3;
|
|
42
53
|
--cui-green-100: #C1FFDA;
|
|
43
54
|
--cui-green-200: #97FFC0;
|
|
@@ -115,6 +126,17 @@
|
|
|
115
126
|
--cui-magenta-800: #46033D;
|
|
116
127
|
--cui-magenta-900: #1C0018;
|
|
117
128
|
|
|
129
|
+
--cui-lavender-50: #F7F0FB;
|
|
130
|
+
--cui-lavender-100: #F3E8F9;
|
|
131
|
+
--cui-lavender-200: #E6CFF3;
|
|
132
|
+
--cui-lavender-300: #C47EEE;
|
|
133
|
+
--cui-lavender-400: #9E5BC3;
|
|
134
|
+
--cui-lavender-500: #8C51AE;
|
|
135
|
+
--cui-lavender-600: #834CA3;
|
|
136
|
+
--cui-lavender-700: #693D82;
|
|
137
|
+
--cui-lavender-800: #4F2D62;
|
|
138
|
+
--cui-lavender-900: #3D234C;
|
|
139
|
+
|
|
118
140
|
--cui-violet-50: #F2EFFF;
|
|
119
141
|
--cui-violet-100: #D4CBFF;
|
|
120
142
|
--cui-violet-200: #B6A8FF;
|
|
@@ -254,6 +276,7 @@
|
|
|
254
276
|
|
|
255
277
|
--cui-cyan-bg: var(--cui-cyan-600);
|
|
256
278
|
--cui-yellow-bg: var(--cui-yellow-400);
|
|
279
|
+
--cui-lavender-bg: var(--cui-lavender-50);
|
|
257
280
|
--cui-violet-bg: var(--cui-violet-400);
|
|
258
281
|
|
|
259
282
|
// TODO: Добавить для всех кнопок и свойств их
|
|
@@ -381,5 +404,6 @@
|
|
|
381
404
|
|
|
382
405
|
--cui-cyan-bg: var(--cui-cyan-800);
|
|
383
406
|
--cui-yellow-bg: var(--cui-yellow-600);
|
|
407
|
+
--cui-lavender-bg: var(--cui-lavender-900);
|
|
384
408
|
--cui-violet-bg: var(-cui-violet-600);
|
|
385
|
-
}
|
|
409
|
+
}
|
|
@@ -33,6 +33,17 @@ $cui-cyan-700: var(--cui-cyan-700);
|
|
|
33
33
|
$cui-cyan-800: var(--cui-cyan-800);
|
|
34
34
|
$cui-cyan-900: var(--cui-cyan-900);
|
|
35
35
|
|
|
36
|
+
$cui-light-green-50: var(--cui-light-green-50);
|
|
37
|
+
$cui-light-green-100: var(--cui-light-green-100);
|
|
38
|
+
$cui-light-green-200: var(--cui-light-green-200);
|
|
39
|
+
$cui-light-green-300: var(--cui-light-green-300);
|
|
40
|
+
$cui-light-green-400: var(--cui-light-green-400);
|
|
41
|
+
$cui-light-green-500: var(--cui-light-green-500);
|
|
42
|
+
$cui-light-green-600: var(--cui-light-green-600);
|
|
43
|
+
$cui-light-green-700: var(--cui-light-green-700);
|
|
44
|
+
$cui-light-green-800: var(--cui-light-green-800);
|
|
45
|
+
$cui-light-green-900: var(--cui-light-green-900);
|
|
46
|
+
|
|
36
47
|
$cui-green-50: var(--cui-green-50);
|
|
37
48
|
$cui-green-100: var(--cui-green-100);
|
|
38
49
|
$cui-green-200: var(--cui-green-200);
|
|
@@ -110,6 +121,17 @@ $cui-magenta-700: var(--cui-magenta-700);
|
|
|
110
121
|
$cui-magenta-800: var(--cui-magenta-800);
|
|
111
122
|
$cui-magenta-900: var(--cui-magenta-900);
|
|
112
123
|
|
|
124
|
+
$cui-lavender-50: var(--cui-lavender-50);
|
|
125
|
+
$cui-lavender-100: var(--cui-lavender-100);
|
|
126
|
+
$cui-lavender-200: var(--cui-lavender-200);
|
|
127
|
+
$cui-lavender-300: var(--cui-lavender-300);
|
|
128
|
+
$cui-lavender-400: var(--cui-lavender-400);
|
|
129
|
+
$cui-lavender-500: var(--cui-lavender-500);
|
|
130
|
+
$cui-lavender-600: var(--cui-lavender-600);
|
|
131
|
+
$cui-lavender-700: var(--cui-lavender-700);
|
|
132
|
+
$cui-lavender-800: var(--cui-lavender-800);
|
|
133
|
+
$cui-lavender-900: var(--cui-lavender-900);
|
|
134
|
+
|
|
113
135
|
$cui-violet-50: var(--cui-violet-50);
|
|
114
136
|
$cui-violet-100: var(--cui-violet-100);
|
|
115
137
|
$cui-violet-200: var(--cui-violet-200);
|
|
@@ -251,3 +273,4 @@ $cui-toast-success-icon: var(--cui-toast-success-icon);
|
|
|
251
273
|
$cui-cyan-bg: var(--cui-cyan-bg);
|
|
252
274
|
$cui-yellow-bg: var(--cui-yellow-bg);
|
|
253
275
|
$cui-violet-bg: var(--cui-violet-bg);
|
|
276
|
+
$cui-lavender-bg: var(--cui-lavender-bg);
|