gantri-components 2.103.1 → 2.105.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/dist/styles/theme.d.ts
CHANGED
|
@@ -266,14 +266,14 @@ export declare const getButtonsColors: (variant: ButtonVariant, theme?: DefaultT
|
|
|
266
266
|
border: string;
|
|
267
267
|
borderActive: string;
|
|
268
268
|
borderDisabled: string;
|
|
269
|
-
|
|
269
|
+
borderProcessing: string;
|
|
270
270
|
foreground: string;
|
|
271
271
|
foregroundActive: string;
|
|
272
272
|
foregroundDisabled: string;
|
|
273
273
|
foregroundHover: string;
|
|
274
274
|
processingIconColor: string;
|
|
275
275
|
processingIconColorOpaque: string;
|
|
276
|
-
|
|
276
|
+
borderHover?: undefined;
|
|
277
277
|
} | {
|
|
278
278
|
background: string;
|
|
279
279
|
backgroundActive: string;
|
|
@@ -282,14 +282,14 @@ export declare const getButtonsColors: (variant: ButtonVariant, theme?: DefaultT
|
|
|
282
282
|
border: string;
|
|
283
283
|
borderActive: string;
|
|
284
284
|
borderDisabled: string;
|
|
285
|
-
|
|
285
|
+
borderHover: string;
|
|
286
286
|
foreground: string;
|
|
287
287
|
foregroundActive: string;
|
|
288
288
|
foregroundDisabled: string;
|
|
289
289
|
foregroundHover: string;
|
|
290
290
|
processingIconColor: string;
|
|
291
291
|
processingIconColorOpaque: string;
|
|
292
|
-
|
|
292
|
+
borderProcessing?: undefined;
|
|
293
293
|
};
|
|
294
294
|
export declare const createTheme: (config: {
|
|
295
295
|
defaults?: Partial<DefaultTheme['defaults']>;
|