jclib-ui 1.0.212 → 1.0.213
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/jclib-ui.es.js
CHANGED
|
@@ -4433,6 +4433,7 @@ function DropDownButton({
|
|
|
4433
4433
|
toggle,
|
|
4434
4434
|
direction,
|
|
4435
4435
|
size,
|
|
4436
|
+
className: "btn btn-sm",
|
|
4436
4437
|
title,
|
|
4437
4438
|
children: [
|
|
4438
4439
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -4469,7 +4470,7 @@ function DropDownButton({
|
|
|
4469
4470
|
]
|
|
4470
4471
|
}
|
|
4471
4472
|
),
|
|
4472
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownToggle, { color: color || "secondary", ...rest, children })
|
|
4473
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(DropdownToggle, { color: color || "secondary", ...rest, size, children })
|
|
4473
4474
|
]
|
|
4474
4475
|
}
|
|
4475
4476
|
);
|