@trafilea/afrodita-components 5.0.0-beta.65 → 5.0.0-beta.66
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/build/index.esm.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -11676,7 +11676,7 @@ var BasePlusButton = function (_a) {
|
|
|
11676
11676
|
if (success) {
|
|
11677
11677
|
return (jsx$1(Success, __assign$1({ successText: successText, size: rest.size }, { children: jsx$1(ButtonContainer, __assign$1({ status: status, type: "secondary", theme: theme }, { children: jsx$1(ButtonSecondaryOutline, { text: editText, onClick: onClickEdit, disabled: rest.disabled }, void 0) }), void 0) }), void 0));
|
|
11678
11678
|
}
|
|
11679
|
-
return (jsx$1(BaseInput, __assign$1({
|
|
11679
|
+
return (jsx$1(BaseInput, __assign$1({ onValidation: setStatus, onChange: onChangeInput }, rest, { children: jsx$1(ButtonContainer, __assign$1({ status: status, type: "primary", theme: theme }, { children: jsx$1(ButtonSecondary, { text: text, onClick: function () { return onClick(inputValue); }, disabled: rest.disabled || status === InputValidationType.Error }, void 0) }), void 0) }), void 0));
|
|
11680
11680
|
};
|
|
11681
11681
|
var templateObject_1$H;
|
|
11682
11682
|
|
package/build/index.js
CHANGED
|
@@ -11702,7 +11702,7 @@ var BasePlusButton = function (_a) {
|
|
|
11702
11702
|
if (success) {
|
|
11703
11703
|
return (jsxRuntime.jsx(Success, __assign$1({ successText: successText, size: rest.size }, { children: jsxRuntime.jsx(ButtonContainer, __assign$1({ status: status, type: "secondary", theme: theme }, { children: jsxRuntime.jsx(ButtonSecondaryOutline, { text: editText, onClick: onClickEdit, disabled: rest.disabled }, void 0) }), void 0) }), void 0));
|
|
11704
11704
|
}
|
|
11705
|
-
return (jsxRuntime.jsx(BaseInput, __assign$1({
|
|
11705
|
+
return (jsxRuntime.jsx(BaseInput, __assign$1({ onValidation: setStatus, onChange: onChangeInput }, rest, { children: jsxRuntime.jsx(ButtonContainer, __assign$1({ status: status, type: "primary", theme: theme }, { children: jsxRuntime.jsx(ButtonSecondary, { text: text, onClick: function () { return onClick(inputValue); }, disabled: rest.disabled || status === exports.InputValidationType.Error }, void 0) }), void 0) }), void 0));
|
|
11706
11706
|
};
|
|
11707
11707
|
var templateObject_1$H;
|
|
11708
11708
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Trafilea's Design System",
|
|
4
4
|
"author": "Trafilea",
|
|
5
5
|
"repository": "https://github.com/trafilea/afrodita-components",
|
|
6
|
-
"version": "5.0.0-beta.
|
|
6
|
+
"version": "5.0.0-beta.66",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "build/index.js",
|
|
9
9
|
"style": "build/index.css",
|