revdev-components 0.17.0 → 0.18.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 +6 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4868,14 +4868,18 @@ var FlatButton = function (_a) {
|
|
|
4868
4868
|
var s$6 = {"root":"index-module_root__r-dVh"};
|
|
4869
4869
|
|
|
4870
4870
|
var AppLink = function (_a) {
|
|
4871
|
-
var
|
|
4871
|
+
var _b;
|
|
4872
|
+
var propHref = _a.href, as = _a.as, className = _a.className, children = _a.children, shallow = _a.shallow, title = _a.title, route = _a.route, params = _a.params, noneDecoration = _a.noneDecoration, showUnderline = _a.showUnderline, aRef = _a.aRef, rest = __rest(_a, ["href", "as", "className", "children", "shallow", "title", "route", "params", "noneDecoration", "showUnderline", "aRef"]);
|
|
4872
4873
|
var href = propHref;
|
|
4873
4874
|
if (!href) {
|
|
4874
4875
|
if (route) {
|
|
4875
4876
|
href = route.build(params || {});
|
|
4876
4877
|
}
|
|
4877
4878
|
}
|
|
4878
|
-
return (React.createElement(Link, __assign({ href: href, as: as, shallow: shallow, title: title, className: classNames(s$6.root, className
|
|
4879
|
+
return (React.createElement(Link, __assign({ href: href, as: as, shallow: shallow, title: title, className: classNames(s$6.root, className, (_b = {},
|
|
4880
|
+
_b[s$6.none__decoration] = noneDecoration,
|
|
4881
|
+
_b[s$6.show__underline] = showUnderline,
|
|
4882
|
+
_b)), ref: aRef }, rest), children));
|
|
4879
4883
|
};
|
|
4880
4884
|
|
|
4881
4885
|
var s$5 = {"root":"index-module_root__gpEkZ"};
|