@libs-ui/services-config-project 0.2.306-3 → 0.2.306-5
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/config-project-data.d.ts +22 -22
- package/config-project.service.d.ts +1 -1
- package/esm2022/config-project-data.mjs +332 -332
- package/esm2022/config-project.interface.mjs +1 -5
- package/esm2022/config-project.service.mjs +20 -18
- package/esm2022/index.mjs +1 -1
- package/fesm2022/libs-ui-services-config-project.mjs +339 -342
- package/fesm2022/libs-ui-services-config-project.mjs.map +1 -1
- package/package.json +2 -2
package/config-project-data.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IColorButtonTab, ILibsUiConfigButtonSize, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading, ILibsUiConfigFontWeight } from
|
|
1
|
+
import { IColorButtonTab, ILibsUiConfigButtonSize, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading, ILibsUiConfigFontWeight } from './config-project.interface';
|
|
2
2
|
export declare const fontConfig: {
|
|
3
3
|
name: string;
|
|
4
4
|
uri_regular: string;
|
|
@@ -9,7 +9,7 @@ export declare const weights: ILibsUiConfigFontWeight;
|
|
|
9
9
|
export declare const configHeading: ILibsUiConfigFontHeading;
|
|
10
10
|
export declare const sizeButtonConfig: () => ILibsUiConfigButtonSize;
|
|
11
11
|
export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
12
|
-
|
|
12
|
+
'button-primary': {
|
|
13
13
|
configStepColor: {
|
|
14
14
|
text: string;
|
|
15
15
|
text_hover: string;
|
|
@@ -26,7 +26,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
26
26
|
};
|
|
27
27
|
rootColor: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
'button-primary-revert': {
|
|
30
30
|
configStepColor: {
|
|
31
31
|
text: number;
|
|
32
32
|
text_hover: string;
|
|
@@ -43,7 +43,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
43
43
|
};
|
|
44
44
|
rootColor: string;
|
|
45
45
|
};
|
|
46
|
-
|
|
46
|
+
'button-secondary': {
|
|
47
47
|
configStepColor: {
|
|
48
48
|
text: number;
|
|
49
49
|
text_hover: number;
|
|
@@ -60,7 +60,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
60
60
|
};
|
|
61
61
|
rootColor: string;
|
|
62
62
|
};
|
|
63
|
-
|
|
63
|
+
'button-third': {
|
|
64
64
|
configStepColor: {
|
|
65
65
|
text: string;
|
|
66
66
|
text_hover: number;
|
|
@@ -77,7 +77,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
77
77
|
};
|
|
78
78
|
rootColor: string;
|
|
79
79
|
};
|
|
80
|
-
|
|
80
|
+
'button-secondary-red': {
|
|
81
81
|
configStepColor: {
|
|
82
82
|
text: number;
|
|
83
83
|
text_hover: number;
|
|
@@ -94,7 +94,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
94
94
|
};
|
|
95
95
|
rootColor: string;
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
'button-outline': {
|
|
98
98
|
configStepColor: {
|
|
99
99
|
text: string;
|
|
100
100
|
text_hover: number;
|
|
@@ -111,7 +111,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
111
111
|
};
|
|
112
112
|
rootColor: string;
|
|
113
113
|
};
|
|
114
|
-
|
|
114
|
+
'button-danger-high': {
|
|
115
115
|
configStepColor: {
|
|
116
116
|
text: string;
|
|
117
117
|
text_hover: string;
|
|
@@ -128,7 +128,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
128
128
|
};
|
|
129
129
|
rootColor: string;
|
|
130
130
|
};
|
|
131
|
-
|
|
131
|
+
'button-danger-low': {
|
|
132
132
|
configStepColor: {
|
|
133
133
|
text: string;
|
|
134
134
|
text_hover: string;
|
|
@@ -145,7 +145,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
145
145
|
};
|
|
146
146
|
rootColor: string;
|
|
147
147
|
};
|
|
148
|
-
|
|
148
|
+
'button-green': {
|
|
149
149
|
configStepColor: {
|
|
150
150
|
text: string;
|
|
151
151
|
text_hover: string;
|
|
@@ -162,7 +162,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
162
162
|
};
|
|
163
163
|
rootColor: string;
|
|
164
164
|
};
|
|
165
|
-
|
|
165
|
+
'button-violet': {
|
|
166
166
|
configStepColor: {
|
|
167
167
|
text: string;
|
|
168
168
|
text_hover: string;
|
|
@@ -179,7 +179,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
179
179
|
};
|
|
180
180
|
rootColor: string;
|
|
181
181
|
};
|
|
182
|
-
|
|
182
|
+
'button-outline-green': {
|
|
183
183
|
configStepColor: {
|
|
184
184
|
text: string;
|
|
185
185
|
text_hover: number;
|
|
@@ -196,7 +196,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
196
196
|
};
|
|
197
197
|
rootColor: string;
|
|
198
198
|
};
|
|
199
|
-
|
|
199
|
+
'button-secondary-green': {
|
|
200
200
|
configStepColor: {
|
|
201
201
|
text: number;
|
|
202
202
|
text_hover: string;
|
|
@@ -213,7 +213,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
213
213
|
};
|
|
214
214
|
rootColor: string;
|
|
215
215
|
};
|
|
216
|
-
|
|
216
|
+
'button-outline-secondary': {
|
|
217
217
|
configStepColor: {
|
|
218
218
|
text: number;
|
|
219
219
|
text_hover: string;
|
|
@@ -230,7 +230,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
230
230
|
};
|
|
231
231
|
rootColor: string;
|
|
232
232
|
};
|
|
233
|
-
|
|
233
|
+
'button-outline-hover-danger': {
|
|
234
234
|
configStepColor: {
|
|
235
235
|
text: string;
|
|
236
236
|
text_hover: number;
|
|
@@ -247,7 +247,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
247
247
|
};
|
|
248
248
|
rootColor: string;
|
|
249
249
|
};
|
|
250
|
-
|
|
250
|
+
'button-third-hover-danger': {
|
|
251
251
|
configStepColor: {
|
|
252
252
|
text: string;
|
|
253
253
|
text_hover: number;
|
|
@@ -266,7 +266,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
266
266
|
};
|
|
267
267
|
};
|
|
268
268
|
export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
269
|
-
|
|
269
|
+
'button-link-primary': {
|
|
270
270
|
configStepColor: {
|
|
271
271
|
text: number;
|
|
272
272
|
text_hover: number;
|
|
@@ -275,7 +275,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
275
275
|
};
|
|
276
276
|
rootColor: string;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
'button-link-third': {
|
|
279
279
|
configStepColor: {
|
|
280
280
|
text: string;
|
|
281
281
|
text_hover: number;
|
|
@@ -284,7 +284,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
284
284
|
};
|
|
285
285
|
rootColor: string;
|
|
286
286
|
};
|
|
287
|
-
|
|
287
|
+
'button-link-danger-high': {
|
|
288
288
|
configStepColor: {
|
|
289
289
|
text: number;
|
|
290
290
|
text_hover: number;
|
|
@@ -293,7 +293,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
293
293
|
};
|
|
294
294
|
rootColor: string;
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
'button-link-danger-low': {
|
|
297
297
|
configStepColor: {
|
|
298
298
|
text: number;
|
|
299
299
|
text_hover: number;
|
|
@@ -302,7 +302,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
302
302
|
};
|
|
303
303
|
rootColor: string;
|
|
304
304
|
};
|
|
305
|
-
|
|
305
|
+
'button-link-green': {
|
|
306
306
|
configStepColor: {
|
|
307
307
|
text: number;
|
|
308
308
|
text_hover: number;
|
|
@@ -311,7 +311,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
311
311
|
};
|
|
312
312
|
rootColor: string;
|
|
313
313
|
};
|
|
314
|
-
|
|
314
|
+
'button-link-violet': {
|
|
315
315
|
configStepColor: {
|
|
316
316
|
text: number;
|
|
317
317
|
text_hover: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IColorButton, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontFamily, ILibsUiConfigFontHeading } from
|
|
1
|
+
import { IColorButton, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontFamily, ILibsUiConfigFontHeading } from './config-project.interface';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class LibsUiConfigProjectService {
|
|
4
4
|
private readonly themeColor;
|