gantri-components 2.103.1 → 2.104.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.
@@ -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
- borderHover: string;
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
- borderProcessing?: undefined;
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
- borderProcessing: string;
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
- borderHover?: undefined;
292
+ borderProcessing?: undefined;
293
293
  };
294
294
  export declare const createTheme: (config: {
295
295
  defaults?: Partial<DefaultTheme['defaults']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.103.1",
3
+ "version": "2.104.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",