@mindly/ui-components 3.51.6 → 3.52.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/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
package/dist/index.d.ts
CHANGED
|
@@ -1052,7 +1052,7 @@ declare const _default$5: React.MemoExoticComponent<React.ForwardRefExoticCompon
|
|
|
1052
1052
|
selectedBy?: "label" | "id" | undefined;
|
|
1053
1053
|
} & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
|
|
1054
1054
|
|
|
1055
|
-
declare type PossibleButtonTypes = 'primary' | 'secondary';
|
|
1055
|
+
declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent';
|
|
1056
1056
|
declare type ButtonProps = {
|
|
1057
1057
|
buttonType: PossibleButtonTypes;
|
|
1058
1058
|
borderRadius?: number;
|