revdev-components 0.235.0 → 0.236.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.
Files changed (2) hide show
  1. package/build/index.js +2 -10
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -6107,17 +6107,9 @@ 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, title = _a.title,
6111
- // subLabel,
6112
- // subContent,
6113
- // subLabel2,
6114
- // subContent2,
6115
- // errorText,
6116
- href = _a.href, _b = _a.target, target = _b === void 0 ? "_blank" : _b, children = _a.children;
6110
+ var prefix = _a.prefix;
6117
6111
  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)))));
6112
+ React.createElement("div", { className: s.title }, prefix && React.createElement("div", { className: s.prefix }, prefix))));
6121
6113
  };
6122
6114
 
6123
6115
  exports.AlfaAttributor = AlfaAttributor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.235.0",
3
+ "version": "0.236.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {