brd-ui-kit 0.1.33 → 0.1.34
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 +9 -0
- package/dist/components/popover-modal/popover-modal.stories.d.ts +32 -0
- package/dist/components/select-field/select-field.d.ts +4 -1
- package/dist/components/ui/popover/index.d.ts +1 -0
- package/dist/components/ui/popover/popover.d.ts +10 -0
- package/dist/components/ui/popover/popover.stories.d.ts +9 -0
- package/dist/components/ui/popover/popover.styles.d.ts +4 -0
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14117,7 +14117,7 @@ const J7 = ({ className: e, value: t = 0, max: n = 100, ref: r, ...i }) => {
|
|
|
14117
14117
|
Q7,
|
|
14118
14118
|
{
|
|
14119
14119
|
className: ae(
|
|
14120
|
-
"h-full w-full flex-1 rounded-
|
|
14120
|
+
"h-full w-full flex-1 rounded-xl transition-all",
|
|
14121
14121
|
s ? "bg-success-text" : "bg-primary-inverse-bg"
|
|
14122
14122
|
),
|
|
14123
14123
|
style: { transform: `translateX(-${n - a}%)` }
|
|
@@ -15705,7 +15705,7 @@ const wM = (e = !1) => {
|
|
|
15705
15705
|
}
|
|
15706
15706
|
}), DE = Ct(
|
|
15707
15707
|
[
|
|
15708
|
-
"bg-tertiary-bg text-primary-text cursor-pointer rounded-
|
|
15708
|
+
"bg-tertiary-bg text-primary-text cursor-pointer rounded-sm p-0",
|
|
15709
15709
|
"hover:bg-primary-hover-bg"
|
|
15710
15710
|
].join(" "),
|
|
15711
15711
|
{
|
|
@@ -15726,7 +15726,7 @@ const wM = (e = !1) => {
|
|
|
15726
15726
|
}
|
|
15727
15727
|
), LE = Ct(
|
|
15728
15728
|
[
|
|
15729
|
-
"text-primary-text cursor-pointer rounded-
|
|
15729
|
+
"text-primary-text cursor-pointer rounded-xl bg-transparent",
|
|
15730
15730
|
"hover:bg-tertiary-bg",
|
|
15731
15731
|
En("body-xs-medium")
|
|
15732
15732
|
].join(" "),
|
|
@@ -15866,12 +15866,12 @@ const wM = (e = !1) => {
|
|
|
15866
15866
|
}
|
|
15867
15867
|
}
|
|
15868
15868
|
), AX = Ct(
|
|
15869
|
-
"border-delicate-border flex h-
|
|
15869
|
+
"border-delicate-border flex h-18 items-center border-b",
|
|
15870
15870
|
{
|
|
15871
15871
|
variants: {
|
|
15872
15872
|
state: {
|
|
15873
15873
|
expanded: "justify-between px-7",
|
|
15874
|
-
collapsed: "justify-center px-
|
|
15874
|
+
collapsed: "justify-center px-4.5"
|
|
15875
15875
|
}
|
|
15876
15876
|
},
|
|
15877
15877
|
defaultVariants: {
|
|
@@ -41112,7 +41112,7 @@ const Xme = 14.52, II = 10, Zme = 4, mj = "#3B82F6", Qme = 400, Jme = 200, eve =
|
|
|
41112
41112
|
className: ae(
|
|
41113
41113
|
"w-full transition-opacity duration-200 will-change-transform",
|
|
41114
41114
|
S ? "opacity-60" : "opacity-100",
|
|
41115
|
-
u ? "h-full" : "min-h-
|
|
41115
|
+
u ? "h-full" : "min-h-50"
|
|
41116
41116
|
),
|
|
41117
41117
|
style: {
|
|
41118
41118
|
minHeight: u ? void 0 : c,
|