ui-beyable 1.1.0-beta.33 → 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.
- package/lib/cjs/index.js +1 -1
- package/lib/esm/index.js +1 -1
- package/package.json +1 -1
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.
|
|
1914
|
+
reverse_outline: btnStyles.btn_style_reverse_outline,
|
|
1915
1915
|
link: btnStyles.btn_style_link,
|
|
1916
1916
|
};
|
|
1917
1917
|
var sizeClass = {
|
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.
|
|
1912
|
+
reverse_outline: btnStyles.btn_style_reverse_outline,
|
|
1913
1913
|
link: btnStyles.btn_style_link,
|
|
1914
1914
|
};
|
|
1915
1915
|
var sizeClass = {
|