globalfy-design-system 0.94.0 → 0.96.0
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.
|
@@ -17521,8 +17521,8 @@ const pD = ({ icons: e, className: t }) => {
|
|
|
17521
17521
|
tertiaryDark: "!bg-transparent px-4 font-medium text-secondary-green-500 focus:font-bold focus:text-secondary-green-500 focus:outline-none",
|
|
17522
17522
|
tertiaryLight: "!bg-transparent px-4 font-medium text-primary-green-500 focus:font-bold focus:text-primary-green-500 focus:outline-none",
|
|
17523
17523
|
direction: "h-10 bg-primary-green-500 p-2.5 font-medium hover:bg-secondary-green-500 focus:border-none focus:bg-secondary-green-500 focus:outline-none",
|
|
17524
|
-
directionCircle: "font:medium !min-w-unit-10 bg-primary-green-500 !px-0 hover:bg-secondary-green-500 focus:border-none focus:bg-secondary-green-500 focus:outline-none",
|
|
17525
|
-
icon: "!min-w-unit-10 !border-none bg-transparent !px-0 text-primary-green-500 hover:text-secondary-green-500"
|
|
17524
|
+
directionCircle: "font:medium !min-w-10 !min-w-unit-10 bg-primary-green-500 !px-0 hover:bg-secondary-green-500 focus:border-none focus:bg-secondary-green-500 focus:outline-none",
|
|
17525
|
+
icon: "!min-w-10 !focus-visible:outline-none !min-w-unit-10 !border-none bg-transparent !px-0 text-primary-green-500 hover:text-secondary-green-500"
|
|
17526
17526
|
},
|
|
17527
17527
|
full: {
|
|
17528
17528
|
true: "w-full",
|
|
@@ -17627,12 +17627,12 @@ const pD = ({ icons: e, className: t }) => {
|
|
|
17627
17627
|
{
|
|
17628
17628
|
variant: "directionCircle",
|
|
17629
17629
|
hasIcon: !0,
|
|
17630
|
-
class: "!min-w-unit-10 !px-0"
|
|
17630
|
+
class: "!min-w-10 !min-w-unit-10 !px-0"
|
|
17631
17631
|
},
|
|
17632
17632
|
{
|
|
17633
17633
|
variant: "icon",
|
|
17634
17634
|
hasIcon: !0,
|
|
17635
|
-
class: "!min-w-unit-10 !px-0"
|
|
17635
|
+
class: "!min-w-10 !min-w-unit-10 !px-0"
|
|
17636
17636
|
}
|
|
17637
17637
|
]
|
|
17638
17638
|
});
|
|
@@ -26134,14 +26134,14 @@ const TD = ({
|
|
|
26134
26134
|
}
|
|
26135
26135
|
}
|
|
26136
26136
|
}), p = be({
|
|
26137
|
-
base: "ml-4 bg-transparent font-satoshi text-sm font-normal leading-normal focus-within:outline-none group-focus-within:text-black",
|
|
26137
|
+
base: "ml-4 w-full bg-transparent font-satoshi text-sm font-normal leading-normal focus-within:outline-none group-focus-within:text-black",
|
|
26138
26138
|
variants: {
|
|
26139
26139
|
disabled: {
|
|
26140
26140
|
true: "text-primary-grey-700"
|
|
26141
26141
|
}
|
|
26142
26142
|
}
|
|
26143
26143
|
}), m = be({
|
|
26144
|
-
base: "flex items-center gap-[6px] border-r border-primary-grey-800 pr-4",
|
|
26144
|
+
base: "flex shrink-0 items-center gap-[6px] border-r border-primary-grey-800 pr-4",
|
|
26145
26145
|
variants: {
|
|
26146
26146
|
disabled: {
|
|
26147
26147
|
true: "border-primary-grey-700"
|
|
@@ -26203,10 +26203,10 @@ const TD = ({
|
|
|
26203
26203
|
/* @__PURE__ */ P.jsx(eg, { children: /* @__PURE__ */ P.jsx(
|
|
26204
26204
|
tg,
|
|
26205
26205
|
{
|
|
26206
|
-
className: "z-[
|
|
26206
|
+
className: "z-[99999999] max-h-96 overflow-y-auto rounded-lg border border-primary-grey-600 bg-white",
|
|
26207
26207
|
side: "bottom",
|
|
26208
26208
|
sideOffset: 5,
|
|
26209
|
-
children: /* @__PURE__ */ P.jsxs(Er, { children: [
|
|
26209
|
+
children: /* @__PURE__ */ P.jsxs(Er, { className: "z-[99999999]", children: [
|
|
26210
26210
|
/* @__PURE__ */ P.jsxs("div", { className: "flex items-center justify-center gap-2 border-b-1 px-2 py-2", children: [
|
|
26211
26211
|
/* @__PURE__ */ P.jsx(LS, { className: "h-4 w-4 shrink-0 text-primary-grey-800" }),
|
|
26212
26212
|
/* @__PURE__ */ P.jsx(
|