@granto-umbrella/umbrella-components 3.0.64 → 3.0.66
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/umbrella-components.es.js +7 -3
- package/dist/umbrella-components.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/atoms/Badge/Badge.tsx +2 -0
- package/src/components/atoms/Badge/Badge.types.ts +1 -1
- package/src/components/molecules/ExcludeModal/ExcludeModal.tsx +4 -2
- package/src/components/molecules/ExcludeModal/ExcludeModal.types.ts +2 -0
|
@@ -60489,6 +60489,8 @@ const fW1 = q50, k4 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defin
|
|
|
60489
60489
|
YoutubeLogoIcon: q50
|
|
60490
60490
|
}, Symbol.toStringTag, { value: "Module" })), gW1 = (a) => {
|
|
60491
60491
|
switch (a) {
|
|
60492
|
+
case "xs":
|
|
60493
|
+
return T.global.padding.md;
|
|
60492
60494
|
case "sm":
|
|
60493
60495
|
return T.global.padding.lg;
|
|
60494
60496
|
case "lg":
|
|
@@ -84704,7 +84706,9 @@ const q32 = ({
|
|
|
84704
84706
|
onConfirm: l,
|
|
84705
84707
|
isLoading: r = !1,
|
|
84706
84708
|
title: c = "Você tem certeza que deseja excluir essa cotação?",
|
|
84707
|
-
description: o = "Essa cotação será excluída mas ainda será mantida no nosso sistema, caso queira restaurar, precisa entrar em contato conosco."
|
|
84709
|
+
description: o = "Essa cotação será excluída mas ainda será mantida no nosso sistema, caso queira restaurar, precisa entrar em contato conosco.",
|
|
84710
|
+
confirmButtonText: m = "Sim, excluir",
|
|
84711
|
+
cancelButtonText: i = "Cancelar"
|
|
84708
84712
|
}) => /* @__PURE__ */ L.jsxs(ul, { open: a, onOpenChange: t, children: [
|
|
84709
84713
|
/* @__PURE__ */ L.jsx(J32, {}),
|
|
84710
84714
|
/* @__PURE__ */ L.jsxs(K32, { children: [
|
|
@@ -84712,8 +84716,8 @@ const q32 = ({
|
|
|
84712
84716
|
/* @__PURE__ */ L.jsx(_32, { children: c }),
|
|
84713
84717
|
/* @__PURE__ */ L.jsx(e52, { children: o }),
|
|
84714
84718
|
/* @__PURE__ */ L.jsxs(a52, { children: [
|
|
84715
|
-
/* @__PURE__ */ L.jsx(t52, { onClick: n, children:
|
|
84716
|
-
/* @__PURE__ */ L.jsx(n52, { onClick: l, disabled: r, children: r ? "Excluindo..." :
|
|
84719
|
+
/* @__PURE__ */ L.jsx(t52, { onClick: n, children: i }),
|
|
84720
|
+
/* @__PURE__ */ L.jsx(n52, { onClick: l, disabled: r, children: r ? "Excluindo..." : m })
|
|
84717
84721
|
] })
|
|
84718
84722
|
] })
|
|
84719
84723
|
] }), c52 = N(Yt)`
|