trepur_components 0.3.4 → 0.3.5
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.
|
@@ -41,7 +41,7 @@ const Image = _ref => {
|
|
|
41
41
|
} = _ref;
|
|
42
42
|
const classList = (0, _classnames.default)({
|
|
43
43
|
[imageProps === null || imageProps === void 0 ? void 0 : imageProps.classes]: imageProps === null || imageProps === void 0 ? void 0 : imageProps.classes,
|
|
44
|
-
'rounded-full': imageProps.rounded
|
|
44
|
+
'rounded-full': imageProps === null || imageProps === void 0 ? void 0 : imageProps.rounded
|
|
45
45
|
});
|
|
46
46
|
return /*#__PURE__*/_react.default.createElement("img", _extends({}, (imageProps === null || imageProps === void 0 ? void 0 : imageProps.id) && {
|
|
47
47
|
id: imageProps === null || imageProps === void 0 ? void 0 : imageProps.id
|
|
@@ -158,9 +158,9 @@ const Nav = _ref => {
|
|
|
158
158
|
sm: rowItem.smColumnWidth,
|
|
159
159
|
md: rowItem.columnWidth,
|
|
160
160
|
lg: rowItem.lgColumnWidth,
|
|
161
|
-
xl: rowItem.xlColumnWidth
|
|
162
|
-
|
|
163
|
-
|
|
161
|
+
xl: rowItem.xlColumnWidth
|
|
162
|
+
},
|
|
163
|
+
children: rowItem.component
|
|
164
164
|
});
|
|
165
165
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
166
166
|
className: secondRowClassList
|
|
@@ -172,9 +172,9 @@ const Nav = _ref => {
|
|
|
172
172
|
sm: rowItem.smColumnWidth,
|
|
173
173
|
md: rowItem.columnWidth,
|
|
174
174
|
lg: rowItem.lgColumnWidth,
|
|
175
|
-
xl: rowItem.xlColumnWidth
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
xl: rowItem.xlColumnWidth
|
|
176
|
+
},
|
|
177
|
+
children: rowItem.component
|
|
178
178
|
});
|
|
179
179
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
180
180
|
className: thirdRowClassList
|
|
@@ -186,9 +186,9 @@ const Nav = _ref => {
|
|
|
186
186
|
sm: rowItem.smColumnWidth,
|
|
187
187
|
md: rowItem.columnWidth,
|
|
188
188
|
lg: rowItem.lgColumnWidth,
|
|
189
|
-
xl: rowItem.xlColumnWidth
|
|
190
|
-
|
|
191
|
-
|
|
189
|
+
xl: rowItem.xlColumnWidth
|
|
190
|
+
},
|
|
191
|
+
children: rowItem.component
|
|
192
192
|
});
|
|
193
193
|
}))), asSideBar ? /*#__PURE__*/_react.default.createElement("div", {
|
|
194
194
|
className: sideNavClasses
|