@bbki.ng/components 2.1.41 → 2.1.43
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/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -216,7 +216,8 @@ var Link = (props) => {
|
|
|
216
216
|
href: props.to,
|
|
217
217
|
className: linkCls,
|
|
218
218
|
target: "_blank",
|
|
219
|
-
rel: "noreferrer"
|
|
219
|
+
rel: "noreferrer",
|
|
220
|
+
style: { padding: 4 }
|
|
220
221
|
}, children);
|
|
221
222
|
}
|
|
222
223
|
if (readonly) {
|
|
@@ -474,7 +475,7 @@ var import_classnames6 = __toESM(require("classnames"), 1);
|
|
|
474
475
|
var import_react13 = __toESM(require("react"), 1);
|
|
475
476
|
var List = (props) => {
|
|
476
477
|
const { items, itemRenderer, className, horizontal, compact } = props;
|
|
477
|
-
const spaceCls = compact ? "" : horizontal ? "mr-3" : "mb-
|
|
478
|
+
const spaceCls = compact ? "" : horizontal ? "mr-3" : "mb-16";
|
|
478
479
|
return /* @__PURE__ */ import_react13.default.createElement("ul", {
|
|
479
480
|
className: (0, import_classnames6.default)(className, "list-style-none", {
|
|
480
481
|
flex: horizontal,
|