@libs-ui/services-config-project 0.2.304 → 0.2.306-10
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 +24 -52
- package/config-project.interface.d.ts +30 -0
- 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,43 +1,15 @@
|
|
|
1
|
-
import { IColorButtonTab, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading } 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;
|
|
5
5
|
uri_medium: string;
|
|
6
6
|
uri_semibold: string;
|
|
7
7
|
};
|
|
8
|
-
export declare const weights:
|
|
9
|
-
uri_regular: string;
|
|
10
|
-
uri_medium: string;
|
|
11
|
-
uri_semibold: string;
|
|
12
|
-
uri_bold: string;
|
|
13
|
-
};
|
|
8
|
+
export declare const weights: ILibsUiConfigFontWeight;
|
|
14
9
|
export declare const configHeading: ILibsUiConfigFontHeading;
|
|
15
|
-
export declare const sizeButtonConfig: () =>
|
|
16
|
-
icon: {
|
|
17
|
-
large: string;
|
|
18
|
-
medium: string;
|
|
19
|
-
small: string;
|
|
20
|
-
smaller: string;
|
|
21
|
-
};
|
|
22
|
-
large: {
|
|
23
|
-
font_size: string;
|
|
24
|
-
line_height: string;
|
|
25
|
-
};
|
|
26
|
-
medium: {
|
|
27
|
-
font_size: string;
|
|
28
|
-
line_height: string;
|
|
29
|
-
};
|
|
30
|
-
small: {
|
|
31
|
-
font_size: string;
|
|
32
|
-
line_height: string;
|
|
33
|
-
};
|
|
34
|
-
smaller: {
|
|
35
|
-
font_size: string;
|
|
36
|
-
line_height: string;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
10
|
+
export declare const sizeButtonConfig: () => ILibsUiConfigButtonSize;
|
|
39
11
|
export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
40
|
-
|
|
12
|
+
'button-primary': {
|
|
41
13
|
configStepColor: {
|
|
42
14
|
text: string;
|
|
43
15
|
text_hover: string;
|
|
@@ -54,7 +26,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
54
26
|
};
|
|
55
27
|
rootColor: string;
|
|
56
28
|
};
|
|
57
|
-
|
|
29
|
+
'button-primary-revert': {
|
|
58
30
|
configStepColor: {
|
|
59
31
|
text: number;
|
|
60
32
|
text_hover: string;
|
|
@@ -71,7 +43,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
71
43
|
};
|
|
72
44
|
rootColor: string;
|
|
73
45
|
};
|
|
74
|
-
|
|
46
|
+
'button-secondary': {
|
|
75
47
|
configStepColor: {
|
|
76
48
|
text: number;
|
|
77
49
|
text_hover: number;
|
|
@@ -88,7 +60,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
88
60
|
};
|
|
89
61
|
rootColor: string;
|
|
90
62
|
};
|
|
91
|
-
|
|
63
|
+
'button-third': {
|
|
92
64
|
configStepColor: {
|
|
93
65
|
text: string;
|
|
94
66
|
text_hover: number;
|
|
@@ -105,7 +77,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
105
77
|
};
|
|
106
78
|
rootColor: string;
|
|
107
79
|
};
|
|
108
|
-
|
|
80
|
+
'button-secondary-red': {
|
|
109
81
|
configStepColor: {
|
|
110
82
|
text: number;
|
|
111
83
|
text_hover: number;
|
|
@@ -122,7 +94,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
122
94
|
};
|
|
123
95
|
rootColor: string;
|
|
124
96
|
};
|
|
125
|
-
|
|
97
|
+
'button-outline': {
|
|
126
98
|
configStepColor: {
|
|
127
99
|
text: string;
|
|
128
100
|
text_hover: number;
|
|
@@ -139,7 +111,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
139
111
|
};
|
|
140
112
|
rootColor: string;
|
|
141
113
|
};
|
|
142
|
-
|
|
114
|
+
'button-danger-high': {
|
|
143
115
|
configStepColor: {
|
|
144
116
|
text: string;
|
|
145
117
|
text_hover: string;
|
|
@@ -156,7 +128,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
156
128
|
};
|
|
157
129
|
rootColor: string;
|
|
158
130
|
};
|
|
159
|
-
|
|
131
|
+
'button-danger-low': {
|
|
160
132
|
configStepColor: {
|
|
161
133
|
text: string;
|
|
162
134
|
text_hover: string;
|
|
@@ -173,7 +145,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
173
145
|
};
|
|
174
146
|
rootColor: string;
|
|
175
147
|
};
|
|
176
|
-
|
|
148
|
+
'button-green': {
|
|
177
149
|
configStepColor: {
|
|
178
150
|
text: string;
|
|
179
151
|
text_hover: string;
|
|
@@ -190,7 +162,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
190
162
|
};
|
|
191
163
|
rootColor: string;
|
|
192
164
|
};
|
|
193
|
-
|
|
165
|
+
'button-violet': {
|
|
194
166
|
configStepColor: {
|
|
195
167
|
text: string;
|
|
196
168
|
text_hover: string;
|
|
@@ -207,7 +179,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
207
179
|
};
|
|
208
180
|
rootColor: string;
|
|
209
181
|
};
|
|
210
|
-
|
|
182
|
+
'button-outline-green': {
|
|
211
183
|
configStepColor: {
|
|
212
184
|
text: string;
|
|
213
185
|
text_hover: number;
|
|
@@ -224,7 +196,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
224
196
|
};
|
|
225
197
|
rootColor: string;
|
|
226
198
|
};
|
|
227
|
-
|
|
199
|
+
'button-secondary-green': {
|
|
228
200
|
configStepColor: {
|
|
229
201
|
text: number;
|
|
230
202
|
text_hover: string;
|
|
@@ -241,7 +213,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
241
213
|
};
|
|
242
214
|
rootColor: string;
|
|
243
215
|
};
|
|
244
|
-
|
|
216
|
+
'button-outline-secondary': {
|
|
245
217
|
configStepColor: {
|
|
246
218
|
text: number;
|
|
247
219
|
text_hover: string;
|
|
@@ -258,7 +230,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
258
230
|
};
|
|
259
231
|
rootColor: string;
|
|
260
232
|
};
|
|
261
|
-
|
|
233
|
+
'button-outline-hover-danger': {
|
|
262
234
|
configStepColor: {
|
|
263
235
|
text: string;
|
|
264
236
|
text_hover: number;
|
|
@@ -275,7 +247,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
275
247
|
};
|
|
276
248
|
rootColor: string;
|
|
277
249
|
};
|
|
278
|
-
|
|
250
|
+
'button-third-hover-danger': {
|
|
279
251
|
configStepColor: {
|
|
280
252
|
text: string;
|
|
281
253
|
text_hover: number;
|
|
@@ -294,7 +266,7 @@ export declare const configButtonColor: (rootColorInTheme: string) => {
|
|
|
294
266
|
};
|
|
295
267
|
};
|
|
296
268
|
export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
297
|
-
|
|
269
|
+
'button-link-primary': {
|
|
298
270
|
configStepColor: {
|
|
299
271
|
text: number;
|
|
300
272
|
text_hover: number;
|
|
@@ -303,7 +275,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
303
275
|
};
|
|
304
276
|
rootColor: string;
|
|
305
277
|
};
|
|
306
|
-
|
|
278
|
+
'button-link-third': {
|
|
307
279
|
configStepColor: {
|
|
308
280
|
text: string;
|
|
309
281
|
text_hover: number;
|
|
@@ -312,7 +284,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
312
284
|
};
|
|
313
285
|
rootColor: string;
|
|
314
286
|
};
|
|
315
|
-
|
|
287
|
+
'button-link-danger-high': {
|
|
316
288
|
configStepColor: {
|
|
317
289
|
text: number;
|
|
318
290
|
text_hover: number;
|
|
@@ -321,7 +293,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
321
293
|
};
|
|
322
294
|
rootColor: string;
|
|
323
295
|
};
|
|
324
|
-
|
|
296
|
+
'button-link-danger-low': {
|
|
325
297
|
configStepColor: {
|
|
326
298
|
text: number;
|
|
327
299
|
text_hover: number;
|
|
@@ -330,7 +302,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
330
302
|
};
|
|
331
303
|
rootColor: string;
|
|
332
304
|
};
|
|
333
|
-
|
|
305
|
+
'button-link-green': {
|
|
334
306
|
configStepColor: {
|
|
335
307
|
text: number;
|
|
336
308
|
text_hover: number;
|
|
@@ -339,7 +311,7 @@ export declare const configLinkButton: (rootColorInTheme: string) => {
|
|
|
339
311
|
};
|
|
340
312
|
rootColor: string;
|
|
341
313
|
};
|
|
342
|
-
|
|
314
|
+
'button-link-violet': {
|
|
343
315
|
configStepColor: {
|
|
344
316
|
text: number;
|
|
345
317
|
text_hover: number;
|
|
@@ -5,6 +5,12 @@ export interface ILibsUiConfigFontFamily {
|
|
|
5
5
|
uri_semibold: string;
|
|
6
6
|
uri_bold?: string;
|
|
7
7
|
}
|
|
8
|
+
export interface ILibsUiConfigFontWeight {
|
|
9
|
+
uri_regular: string;
|
|
10
|
+
uri_medium: string;
|
|
11
|
+
uri_semibold: string;
|
|
12
|
+
uri_bold: string;
|
|
13
|
+
}
|
|
8
14
|
export interface ILibsUiConfigFontHeading {
|
|
9
15
|
h1r: ILibsUiConfigFontHeadingStyle;
|
|
10
16
|
h1m: ILibsUiConfigFontHeadingStyle;
|
|
@@ -72,3 +78,27 @@ export interface IColorButton {
|
|
|
72
78
|
};
|
|
73
79
|
rootColor: string;
|
|
74
80
|
}
|
|
81
|
+
export interface ILibsUiConfigButtonSize {
|
|
82
|
+
icon: {
|
|
83
|
+
large: string;
|
|
84
|
+
medium: string;
|
|
85
|
+
small: string;
|
|
86
|
+
smaller: string;
|
|
87
|
+
};
|
|
88
|
+
large: {
|
|
89
|
+
font_size: string;
|
|
90
|
+
line_height: string;
|
|
91
|
+
};
|
|
92
|
+
medium: {
|
|
93
|
+
font_size: string;
|
|
94
|
+
line_height: string;
|
|
95
|
+
};
|
|
96
|
+
small: {
|
|
97
|
+
font_size: string;
|
|
98
|
+
line_height: string;
|
|
99
|
+
};
|
|
100
|
+
smaller: {
|
|
101
|
+
font_size: string;
|
|
102
|
+
line_height: string;
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -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;
|