globalfy-design-system 1.45.0 → 1.47.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.
@@ -202,30 +202,37 @@ export declare const menuListVariants: import('tailwind-variants').TVReturnType<
202
202
  export declare const optionVariants: import('tailwind-variants').TVReturnType<{
203
203
  selected: {
204
204
  true: string;
205
+ false: string;
205
206
  };
206
- }, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800 hover:bg-primary-grey-500 hover:font-medium hover:text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
207
+ }, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
207
208
  selected: {
208
209
  true: string;
210
+ false: string;
209
211
  };
210
212
  }, {
211
213
  selected: {
212
214
  true: string;
215
+ false: string;
213
216
  };
214
217
  }>, {
215
218
  selected: {
216
219
  true: string;
220
+ false: string;
217
221
  };
218
222
  }, undefined, import('tailwind-variants').TVReturnType<{
219
223
  selected: {
220
224
  true: string;
225
+ false: string;
221
226
  };
222
- }, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800 hover:bg-primary-grey-500 hover:font-medium hover:text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
227
+ }, undefined, "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800", import('tailwind-variants/dist/config.js').TVConfig<{
223
228
  selected: {
224
229
  true: string;
230
+ false: string;
225
231
  };
226
232
  }, {
227
233
  selected: {
228
234
  true: string;
235
+ false: string;
229
236
  };
230
237
  }>, unknown, unknown, undefined>>;
231
238
  export declare const labelVariants: import('tailwind-variants').TVReturnType<{
@@ -52374,10 +52374,11 @@ const Rl = O0({
52374
52374
  }), Wl = O0({
52375
52375
  base: "mt-[5px] rounded-lg border border-primary-grey-600 bg-white py-2"
52376
52376
  }), ei = O0({
52377
- base: "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800 hover:bg-primary-grey-500 hover:font-medium hover:text-primary-grey-800",
52377
+ base: "cursor-pointer bg-white px-4 py-2 font-satoshi text-sm leading-normal text-primary-grey-800",
52378
52378
  variants: {
52379
52379
  selected: {
52380
- true: "bg-secondary-green-500 font-medium text-white"
52380
+ true: "bg-secondary-green-500 font-medium text-white",
52381
+ false: "hover:bg-primary-grey-500 hover:font-medium hover:text-primary-grey-800"
52381
52382
  }
52382
52383
  }
52383
52384
  }), Qs0 = O0({
@@ -62052,12 +62053,14 @@ const IU0 = ({
62052
62053
  }
62053
62054
  );
62054
62055
  }, OU0 = ({ sizeIcon: e, side: r = "left", elementsProps: t }) => {
62055
- const [n, a] = P0(!1), s = t.popoverContent;
62056
+ const [n, a] = P0(!1), s = t.popoverContent, c = (u) => {
62057
+ u.preventDefault(), a(!n);
62058
+ };
62056
62059
  return /* @__PURE__ */ b.jsx(
62057
62060
  ni,
62058
62061
  {
62059
62062
  isOpen: n,
62060
- onOpenChange: (c) => a(c),
62063
+ onOpenChange: (u) => a(u),
62061
62064
  hasShadow: !0,
62062
62065
  side: r,
62063
62066
  content: /* @__PURE__ */ b.jsx(
@@ -62069,7 +62072,17 @@ const IU0 = ({
62069
62072
  }
62070
62073
  ),
62071
62074
  sideOffset: 12,
62072
- children: /* @__PURE__ */ b.jsx(Pt, { variant: "icon", onClick: () => a(!n), "data-testid": "button-popover-actions-id", children: /* @__PURE__ */ b.jsx(WG, { size: e, "data-testid": "fi-more-icon-id" }) })
62075
+ children: /* @__PURE__ */ b.jsx(
62076
+ Pt,
62077
+ {
62078
+ type: "button",
62079
+ variant: "icon",
62080
+ onClick: c,
62081
+ "data-testid": "button-popover-actions-id",
62082
+ "data-prevent-nprogress": !0,
62083
+ children: /* @__PURE__ */ b.jsx(WG, { size: e, "data-testid": "fi-more-icon-id" })
62084
+ }
62085
+ )
62073
62086
  }
62074
62087
  );
62075
62088
  }, BU0 = {