brd-ui-kit 0.1.35 → 0.1.36
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/brd-ui-kit.css +1 -1
- package/dist/components/popover-modal/popover-modal.d.ts +4 -2
- package/dist/components/popover-modal/popover-modal.stories.d.ts +11 -1
- package/dist/components/ui/popover/popover.styles.d.ts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41423,7 +41423,7 @@ const _ve = 14.52, VR = 10, Pve = 4, Tj = "#3B82F6", Ove = 400, Ave = 200, Rve =
|
|
|
41423
41423
|
)
|
|
41424
41424
|
}
|
|
41425
41425
|
);
|
|
41426
|
-
}, Tve = `z-50 flex w-72 origin-(--radix-popover-content-transform-origin) flex-col gap-2.5 rounded-xl p-2.5
|
|
41426
|
+
}, Tve = `z-50 flex w-72 origin-(--radix-popover-content-transform-origin) flex-col gap-2.5 rounded-xl p-2.5 bg-primary-bg
|
|
41427
41427
|
text-sm text-popover-foreground shadow-[0px_4px_18px_0px_rgba(0,0,0,0.15)] ring-foreground/10
|
|
41428
41428
|
outline-hidden duration-100 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2
|
|
41429
41429
|
data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-open:animate-in
|
|
@@ -41464,7 +41464,9 @@ function $ye({
|
|
|
41464
41464
|
children: t,
|
|
41465
41465
|
className: n,
|
|
41466
41466
|
side: r = "bottom",
|
|
41467
|
-
align: i = "center"
|
|
41467
|
+
align: i = "center",
|
|
41468
|
+
sideOffset: o,
|
|
41469
|
+
collisionPadding: a
|
|
41468
41470
|
}) {
|
|
41469
41471
|
return /* @__PURE__ */ _e(Nve, { children: [
|
|
41470
41472
|
/* @__PURE__ */ P(kve, { asChild: !0, children: e }),
|
|
@@ -41474,6 +41476,8 @@ function $ye({
|
|
|
41474
41476
|
className: n,
|
|
41475
41477
|
side: r,
|
|
41476
41478
|
align: i,
|
|
41479
|
+
sideOffset: o,
|
|
41480
|
+
collisionPadding: a,
|
|
41477
41481
|
children: t
|
|
41478
41482
|
}
|
|
41479
41483
|
)
|