@mindly/ui-components 3.70.2 → 3.71.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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'accent-light-grey' | 'transparent' | 'border';
2
+ export declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'accent-light-grey' | 'transparent' | 'border' | 'outline';
3
3
  declare type ButtonProps = {
4
4
  buttonType?: PossibleButtonTypes;
5
5
  borderRadius?: number;
package/dist/index.d.ts CHANGED
@@ -1084,7 +1084,7 @@ declare const _default$8: React.MemoExoticComponent<React.ForwardRefExoticCompon
1084
1084
  selectedBy?: "label" | "id" | undefined;
1085
1085
  } & React.SelectHTMLAttributes<HTMLSelectElement> & React.RefAttributes<HTMLSelectElement>>>;
1086
1086
 
1087
- declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'accent-light-grey' | 'transparent' | 'border';
1087
+ declare type PossibleButtonTypes = 'primary' | 'secondary' | 'accent' | 'accent-dark-green' | 'accent-light-grey' | 'transparent' | 'border' | 'outline';
1088
1088
  declare type ButtonProps = {
1089
1089
  buttonType?: PossibleButtonTypes;
1090
1090
  borderRadius?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "3.70.2",
3
+ "version": "3.71.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "react-scripts start",