@mindly/ui-components 3.57.0 → 3.57.2
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/CustomButton/CustomButton.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/CustomButton/CustomButton.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent';
|
|
2
|
+
export declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'transparent';
|
|
3
3
|
declare type ButtonProps = {
|
|
4
4
|
buttonType: PossibleButtonTypes;
|
|
5
5
|
borderRadius?: number;
|
package/dist/index.d.ts
CHANGED
|
@@ -1068,7 +1068,7 @@ declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticCompon
|
|
|
1068
1068
|
selectedBy?: "label" | "id" | undefined;
|
|
1069
1069
|
} & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
|
|
1070
1070
|
|
|
1071
|
-
declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent';
|
|
1071
|
+
declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'transparent';
|
|
1072
1072
|
declare type ButtonProps = {
|
|
1073
1073
|
buttonType: PossibleButtonTypes;
|
|
1074
1074
|
borderRadius?: number;
|