revdev-components 0.236.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 +1 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6108,8 +6108,7 @@ var s = {"root":"index-module_root__FWp-7","prefix":"index-module_prefix__c71y0"
|
|
|
6108
6108
|
|
|
6109
6109
|
var RowContent = function (_a) {
|
|
6110
6110
|
var prefix = _a.prefix;
|
|
6111
|
-
return
|
|
6112
|
-
React.createElement("div", { className: s.title }, prefix && React.createElement("div", { className: s.prefix }, prefix))));
|
|
6111
|
+
return React.createElement("div", { className: s.root }, prefix);
|
|
6113
6112
|
};
|
|
6114
6113
|
|
|
6115
6114
|
exports.AlfaAttributor = AlfaAttributor;
|