jclib-ui 1.0.78 → 1.0.79

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.
@@ -19793,6 +19793,7 @@ const InputEstado = (props) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
19793
19793
  ...props,
19794
19794
  children: [
19795
19795
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "", children: "- Selecione o estado -" }),
19796
+ /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "EX", children: "Estrangeiro" }),
19796
19797
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "AC", children: "Acre" }),
19797
19798
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "AL", children: "Alagoas" }),
19798
19799
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "AP", children: "Amapá" }),
@@ -19819,8 +19820,7 @@ const InputEstado = (props) => /* @__PURE__ */ jsxRuntimeExports.jsxs(
19819
19820
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "SC", children: "Santa Catarina" }),
19820
19821
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "SP", children: "São Paulo" }),
19821
19822
  /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "SE", children: "Sergipe" }),
19822
- /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "TO", children: "Tocantins" }),
19823
- /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "EX", children: "Estrangeiro" })
19823
+ /* @__PURE__ */ jsxRuntimeExports.jsx("option", { value: "TO", children: "Tocantins" })
19824
19824
  ]
19825
19825
  }
19826
19826
  );