osocna-react-tailwind 0.0.10 → 0.0.12

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -53,11 +53,11 @@ const D = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACcUAAAaDCAYAAAAlpNQ+AAA
53
53
  /* @__PURE__ */ x("div", { className: "flex justify-center", children: A.originId === 8 ? A.credential.plan.toUpperCase() === "INTEGRAL" ? /* @__PURE__ */ x("p", { style: { color: "white", backgroundColor: "red", borderRadius: "15px", marginLeft: "auto", marginRight: "auto", textAlign: "center", width: "100px", fontSize: "10px", padding: "2px", marginTop: "4px" }, children: "INTEGRAL" }) : A.credential.plan.toUpperCase() === "GLOBAL" ? /* @__PURE__ */ x("p", { style: { color: "white", backgroundColor: "red", borderRadius: "15px", marginLeft: "auto", marginRight: "auto", textAlign: "center", width: "100px", fontSize: "10px", padding: "2px", marginTop: "4px" }, children: "GLOBAL" }) : /* @__PURE__ */ x("p", { style: { color: "white", backgroundColor: "red", borderRadius: "15px", marginLeft: "auto", marginRight: "auto", textAlign: "center", width: "100px", fontSize: "10px", padding: "2px", marginTop: "4px" }, children: "TOTAL" }) : null })
54
54
  ] }),
55
55
  /* @__PURE__ */ B("div", { className: "text-center text-black", children: [
56
- /* @__PURE__ */ B("p", { style: { width: "100%", whiteSpace: "nowrap", fontSize: "clamp(10px, 2vw, 2px)" }, children: [
56
+ /* @__PURE__ */ B("p", { style: { width: "100%", whiteSpace: "nowrap", fontSize: "clamp(7px, 1.5vw, 10px)" }, children: [
57
57
  A.originId === 8 || A.originId === 97 ? "" : "RNOS 1-11380-9 -",
58
58
  " Superintendencia de Servicios de Salud - Órgano de Control"
59
59
  ] }),
60
- /* @__PURE__ */ x("p", { style: { width: "100%", whiteSpace: "nowrap", fontSize: "clamp(10px, 2vw, 2px)" }, children: "0800-222-SALUD(72583) - www.sssalud.gov.ar" })
60
+ /* @__PURE__ */ x("p", { style: { width: "100%", whiteSpace: "nowrap", fontSize: "clamp(7px, 1.5vw, 10px)" }, children: "0800-222-SALUD(72583) - www.sssalud.gov.ar" })
61
61
  ] })
62
62
  ]
63
63
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osocna-react-tailwind",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "A React component library built with Tailwind CSS v4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",