ui-beyable 1.1.0-beta.31 → 1.1.0-beta.32
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 +2 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +2 -1
- package/lib/esm/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cjs/index.js
CHANGED
|
@@ -1911,6 +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
1915
|
link: btnStyles.btn_style_link,
|
|
1915
1916
|
};
|
|
1916
1917
|
var sizeClass = {
|
|
@@ -2879,7 +2880,7 @@ var styles$g = {"fieldset":"Fieldset-module_fieldset__XI428","fieldset_margin_si
|
|
|
2879
2880
|
styleInject(css_248z$m);
|
|
2880
2881
|
|
|
2881
2882
|
function Fieldset(_a) {
|
|
2882
|
-
var children = _a.children, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.description, description = _c === void 0 ? '' : _c, _d = _a.labelClassName, labelClassName = _d === void 0 ? '' : _d, _e = _a.blockClassName, blockClassName = _e === void 0 ? '' : _e, _f = _a.marginSize, marginSize = _f === void 0 ? '
|
|
2883
|
+
var children = _a.children, _b = _a.label, label = _b === void 0 ? '' : _b, _c = _a.description, description = _c === void 0 ? '' : _c, _d = _a.labelClassName, labelClassName = _d === void 0 ? '' : _d, _e = _a.blockClassName, blockClassName = _e === void 0 ? '' : _e, _f = _a.marginSize, marginSize = _f === void 0 ? 'none' : _f, tooltip = _a.tooltip, tooltipHTML = _a.tooltipHTML, inputID = _a.inputID, append = _a.append;
|
|
2883
2884
|
var blockClass = [styles$g.fieldset];
|
|
2884
2885
|
var labelClass = [styles$g.label];
|
|
2885
2886
|
var marginSizeClass = {
|