@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.
@@ -1,4 +1,4 @@
1
- import { IColorButtonTab, ILibsUiConfigButtonSize, ILibsUiConfigButtonStatus, ILibsUiConfigButtonTab, ILibsUiConfigFontHeading, ILibsUiConfigFontWeight } from "./config-project.interface";
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
- "button-primary": {
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
- "button-primary-revert": {
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
- "button-secondary": {
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
- "button-third": {
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
- "button-secondary-red": {
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
- "button-outline": {
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
- "button-danger-high": {
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
- "button-danger-low": {
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
- "button-green": {
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
- "button-violet": {
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
- "button-outline-green": {
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
- "button-secondary-green": {
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
- "button-outline-secondary": {
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
- "button-outline-hover-danger": {
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
- "button-third-hover-danger": {
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
- "button-link-primary": {
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
- "button-link-third": {
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
- "button-link-danger-high": {
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
- "button-link-danger-low": {
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
- "button-link-green": {
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
- "button-link-violet": {
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 "./config-project.interface";
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;