@libs-ui/services-config-project 0.2.306 → 0.2.308-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/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 -4
- package/esm2022/config-project.service.mjs +20 -18
- package/esm2022/index.mjs +1 -1
- package/fesm2022/libs-ui-services-config-project.mjs +339 -341
- 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, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading } from
|
|
1
|
+
import { IColorButtonTab, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading } from './config-project.interface';
|
|
2
2
|
export declare const fontConfig: {
|
|
3
3
|
name: string;
|
|
4
4
|
uri_regular: string;
|
|
@@ -37,7 +37,7 @@ export declare const sizeButtonConfig: () => {
|
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
40
|
-
|
|
40
|
+
'button-primary': {
|
|
41
41
|
configStepColor: {
|
|
42
42
|
text: string;
|
|
43
43
|
text_hover: string;
|
|
@@ -54,7 +54,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
54
54
|
};
|
|
55
55
|
rootColor: string;
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
'button-primary-revert': {
|
|
58
58
|
configStepColor: {
|
|
59
59
|
text: number;
|
|
60
60
|
text_hover: string;
|
|
@@ -71,7 +71,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
71
71
|
};
|
|
72
72
|
rootColor: string;
|
|
73
73
|
};
|
|
74
|
-
|
|
74
|
+
'button-secondary': {
|
|
75
75
|
configStepColor: {
|
|
76
76
|
text: number;
|
|
77
77
|
text_hover: number;
|
|
@@ -88,7 +88,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
88
88
|
};
|
|
89
89
|
rootColor: string;
|
|
90
90
|
};
|
|
91
|
-
|
|
91
|
+
'button-third': {
|
|
92
92
|
configStepColor: {
|
|
93
93
|
text: string;
|
|
94
94
|
text_hover: number;
|
|
@@ -105,7 +105,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
105
105
|
};
|
|
106
106
|
rootColor: string;
|
|
107
107
|
};
|
|
108
|
-
|
|
108
|
+
'button-secondary-red': {
|
|
109
109
|
configStepColor: {
|
|
110
110
|
text: number;
|
|
111
111
|
text_hover: number;
|
|
@@ -122,7 +122,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
122
122
|
};
|
|
123
123
|
rootColor: string;
|
|
124
124
|
};
|
|
125
|
-
|
|
125
|
+
'button-outline': {
|
|
126
126
|
configStepColor: {
|
|
127
127
|
text: string;
|
|
128
128
|
text_hover: number;
|
|
@@ -139,7 +139,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
139
139
|
};
|
|
140
140
|
rootColor: string;
|
|
141
141
|
};
|
|
142
|
-
|
|
142
|
+
'button-danger-high': {
|
|
143
143
|
configStepColor: {
|
|
144
144
|
text: string;
|
|
145
145
|
text_hover: string;
|
|
@@ -156,7 +156,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
156
156
|
};
|
|
157
157
|
rootColor: string;
|
|
158
158
|
};
|
|
159
|
-
|
|
159
|
+
'button-danger-low': {
|
|
160
160
|
configStepColor: {
|
|
161
161
|
text: string;
|
|
162
162
|
text_hover: string;
|
|
@@ -173,7 +173,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
173
173
|
};
|
|
174
174
|
rootColor: string;
|
|
175
175
|
};
|
|
176
|
-
|
|
176
|
+
'button-green': {
|
|
177
177
|
configStepColor: {
|
|
178
178
|
text: string;
|
|
179
179
|
text_hover: string;
|
|
@@ -190,7 +190,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
190
190
|
};
|
|
191
191
|
rootColor: string;
|
|
192
192
|
};
|
|
193
|
-
|
|
193
|
+
'button-violet': {
|
|
194
194
|
configStepColor: {
|
|
195
195
|
text: string;
|
|
196
196
|
text_hover: string;
|
|
@@ -207,7 +207,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
207
207
|
};
|
|
208
208
|
rootColor: string;
|
|
209
209
|
};
|
|
210
|
-
|
|
210
|
+
'button-outline-green': {
|
|
211
211
|
configStepColor: {
|
|
212
212
|
text: string;
|
|
213
213
|
text_hover: number;
|
|
@@ -224,7 +224,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
224
224
|
};
|
|
225
225
|
rootColor: string;
|
|
226
226
|
};
|
|
227
|
-
|
|
227
|
+
'button-secondary-green': {
|
|
228
228
|
configStepColor: {
|
|
229
229
|
text: number;
|
|
230
230
|
text_hover: string;
|
|
@@ -241,7 +241,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
241
241
|
};
|
|
242
242
|
rootColor: string;
|
|
243
243
|
};
|
|
244
|
-
|
|
244
|
+
'button-outline-secondary': {
|
|
245
245
|
configStepColor: {
|
|
246
246
|
text: number;
|
|
247
247
|
text_hover: string;
|
|
@@ -258,7 +258,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
258
258
|
};
|
|
259
259
|
rootColor: string;
|
|
260
260
|
};
|
|
261
|
-
|
|
261
|
+
'button-outline-hover-danger': {
|
|
262
262
|
configStepColor: {
|
|
263
263
|
text: string;
|
|
264
264
|
text_hover: number;
|
|
@@ -275,7 +275,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
275
275
|
};
|
|
276
276
|
rootColor: string;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
'button-third-hover-danger': {
|
|
279
279
|
configStepColor: {
|
|
280
280
|
text: string;
|
|
281
281
|
text_hover: number;
|
|
@@ -294,7 +294,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
294
294
|
};
|
|
295
295
|
};
|
|
296
296
|
export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
297
|
-
|
|
297
|
+
'button-link-primary': {
|
|
298
298
|
configStepColor: {
|
|
299
299
|
text: number;
|
|
300
300
|
text_hover: number;
|
|
@@ -303,7 +303,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
303
303
|
};
|
|
304
304
|
rootColor: string;
|
|
305
305
|
};
|
|
306
|
-
|
|
306
|
+
'button-link-third': {
|
|
307
307
|
configStepColor: {
|
|
308
308
|
text: string;
|
|
309
309
|
text_hover: number;
|
|
@@ -312,7 +312,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
312
312
|
};
|
|
313
313
|
rootColor: string;
|
|
314
314
|
};
|
|
315
|
-
|
|
315
|
+
'button-link-danger-high': {
|
|
316
316
|
configStepColor: {
|
|
317
317
|
text: number;
|
|
318
318
|
text_hover: number;
|
|
@@ -321,7 +321,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
321
321
|
};
|
|
322
322
|
rootColor: string;
|
|
323
323
|
};
|
|
324
|
-
|
|
324
|
+
'button-link-danger-low': {
|
|
325
325
|
configStepColor: {
|
|
326
326
|
text: number;
|
|
327
327
|
text_hover: number;
|
|
@@ -330,7 +330,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
330
330
|
};
|
|
331
331
|
rootColor: string;
|
|
332
332
|
};
|
|
333
|
-
|
|
333
|
+
'button-link-green': {
|
|
334
334
|
configStepColor: {
|
|
335
335
|
text: number;
|
|
336
336
|
text_hover: number;
|
|
@@ -339,7 +339,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
339
339
|
};
|
|
340
340
|
rootColor: string;
|
|
341
341
|
};
|
|
342
|
-
|
|
342
|
+
'button-link-violet': {
|
|
343
343
|
configStepColor: {
|
|
344
344
|
text: number;
|
|
345
345
|
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;
|