revdev-components 0.235.0 → 0.237.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.
- package/build/index.js +2 -11
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6107,17 +6107,8 @@ var ContentDivision = function (_a) {
|
|
|
6107
6107
|
var s = {"root":"index-module_root__FWp-7","prefix":"index-module_prefix__c71y0","title":"index-module_title__l4yWz","error":"index-module_error__ExNLh"};
|
|
6108
6108
|
|
|
6109
6109
|
var RowContent = function (_a) {
|
|
6110
|
-
var prefix = _a.prefix
|
|
6111
|
-
|
|
6112
|
-
// subContent,
|
|
6113
|
-
// subLabel2,
|
|
6114
|
-
// subContent2,
|
|
6115
|
-
// errorText,
|
|
6116
|
-
href = _a.href, _b = _a.target, target = _b === void 0 ? "_blank" : _b, children = _a.children;
|
|
6117
|
-
return (React.createElement("div", { className: s.root },
|
|
6118
|
-
React.createElement("div", { className: s.title },
|
|
6119
|
-
prefix && React.createElement("div", { className: s.prefix }, prefix),
|
|
6120
|
-
href ? (React.createElement(AppLink, { href: href, target: target, rel: "noreferrer" }, title !== null && title !== void 0 ? title : children)) : ((title !== null && title !== void 0 ? title : children)))));
|
|
6110
|
+
var prefix = _a.prefix;
|
|
6111
|
+
return React.createElement("div", { className: s.root }, prefix);
|
|
6121
6112
|
};
|
|
6122
6113
|
|
|
6123
6114
|
exports.AlfaAttributor = AlfaAttributor;
|