ui-beyable 1.1.0-beta.32 → 1.1.0-beta.34

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.
@@ -13,7 +13,7 @@ interface IBtn {
13
13
  rel?: string;
14
14
  message?: any;
15
15
  color?: 'primary' | 'secondary' | 'alert' | 'warning' | 'success' | 'black';
16
- style?: 'fill' | 'outline' | 'ghost' | 'ghost_outline' | 'reverse' | 'link';
16
+ style?: 'fill' | 'outline' | 'ghost' | 'ghost_outline' | 'reverse' | 'link' | 'reverse_outline';
17
17
  rounded?: boolean;
18
18
  disabled?: boolean;
19
19
  readonly?: boolean;
package/lib/cjs/index.js CHANGED
@@ -1911,7 +1911,7 @@ var BtnComponent = React.forwardRef(function (_a, ref) {
1911
1911
  ghost: btnStyles.btn_style_ghost,
1912
1912
  ghost_outline: btnStyles.btn_style_ghost_outline,
1913
1913
  reverse: btnStyles.btn_style_reverse,
1914
- reverse_outline: btnStyles.btn_style_reverse,
1914
+ reverse_outline: btnStyles.btn_style_reverse_outline,
1915
1915
  link: btnStyles.btn_style_link,
1916
1916
  };
1917
1917
  var sizeClass = {
@@ -13,7 +13,7 @@ interface IBtn {
13
13
  rel?: string;
14
14
  message?: any;
15
15
  color?: 'primary' | 'secondary' | 'alert' | 'warning' | 'success' | 'black';
16
- style?: 'fill' | 'outline' | 'ghost' | 'ghost_outline' | 'reverse' | 'link';
16
+ style?: 'fill' | 'outline' | 'ghost' | 'ghost_outline' | 'reverse' | 'link' | 'reverse_outline';
17
17
  rounded?: boolean;
18
18
  disabled?: boolean;
19
19
  readonly?: boolean;
package/lib/esm/index.js CHANGED
@@ -1909,7 +1909,7 @@ var BtnComponent = React.forwardRef(function (_a, ref) {
1909
1909
  ghost: btnStyles.btn_style_ghost,
1910
1910
  ghost_outline: btnStyles.btn_style_ghost_outline,
1911
1911
  reverse: btnStyles.btn_style_reverse,
1912
- reverse_outline: btnStyles.btn_style_reverse,
1912
+ reverse_outline: btnStyles.btn_style_reverse_outline,
1913
1913
  link: btnStyles.btn_style_link,
1914
1914
  };
1915
1915
  var sizeClass = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-beyable",
3
- "version": "1.1.0-beta.32",
3
+ "version": "1.1.0-beta.34",
4
4
  "description": "Ui library of Beyable projets",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",