@bbki.ng/components 1.5.17 → 1.5.18
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -528,7 +528,7 @@ var LinkListSkeleton = (props) => {
|
|
|
528
528
|
const _a = props, { linksLength } = _a, rest = __objRest(_a, ["linksLength"]);
|
|
529
529
|
const renderSkeleton = (length) => {
|
|
530
530
|
return /* @__PURE__ */ import_react14.default.createElement(Skeleton, {
|
|
531
|
-
className: "inline-block",
|
|
531
|
+
className: "inline-block align-middle",
|
|
532
532
|
width: length * 16,
|
|
533
533
|
bgColor: "blue" /* BLUE */
|
|
534
534
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -470,7 +470,7 @@ var LinkListSkeleton = (props) => {
|
|
|
470
470
|
const _a = props, { linksLength } = _a, rest = __objRest(_a, ["linksLength"]);
|
|
471
471
|
const renderSkeleton = (length) => {
|
|
472
472
|
return /* @__PURE__ */ React15.createElement(Skeleton, {
|
|
473
|
-
className: "inline-block",
|
|
473
|
+
className: "inline-block align-middle",
|
|
474
474
|
width: length * 16,
|
|
475
475
|
bgColor: "blue" /* BLUE */
|
|
476
476
|
});
|