brd-ui-kit 0.1.22 → 0.1.23

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 CHANGED
@@ -4356,18 +4356,27 @@ const Sb = {
4356
4356
  size: t = "md",
4357
4357
  viewBox: n = "0 0 24 24",
4358
4358
  strokeWidth: r = 1.5,
4359
- className: o,
4360
- ...i
4359
+ classes: o,
4360
+ color: i,
4361
+ ...s
4361
4362
  }) => {
4362
- const s = Sb[e], a = Rb[t], l = z(a, o);
4363
- return /* @__PURE__ */ x("div", { ...i, children: /* @__PURE__ */ x(
4364
- s,
4363
+ const a = Sb[e], l = Rb[t], c = z(l, o?.icon);
4364
+ return /* @__PURE__ */ x(
4365
+ "div",
4365
4366
  {
4366
- viewBox: n,
4367
- strokeWidth: r,
4368
- className: l
4367
+ ...s,
4368
+ className: o?.wrapper,
4369
+ children: /* @__PURE__ */ x(
4370
+ a,
4371
+ {
4372
+ viewBox: n,
4373
+ strokeWidth: r,
4374
+ className: c,
4375
+ color: i
4376
+ }
4377
+ )
4369
4378
  }
4370
- ) });
4379
+ );
4371
4380
  }, Eb = [
4372
4381
  "peer bg-primary-bg border-inp-default-border grid size-5 shrink-0 cursor-pointer place-content-center rounded border",
4373
4382
  "focus-visible:ring-inp-focus-border focus-visible:ring-1 focus-visible:outline-none",