@stenajs-webui/elements 19.0.0-next.47 → 19.0.0-next.49
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -3875,7 +3875,7 @@ const G1 = (n) => /* @__PURE__ */ z.createElement("svg", { xmlns: "http://www.w3
|
|
|
3875
3875
|
case "medium":
|
|
3876
3876
|
return "40px";
|
|
3877
3877
|
case "xl":
|
|
3878
|
-
return "
|
|
3878
|
+
return "160px";
|
|
3879
3879
|
default:
|
|
3880
3880
|
return S1(n);
|
|
3881
3881
|
}
|
|
@@ -3886,7 +3886,7 @@ const G1 = (n) => /* @__PURE__ */ z.createElement("svg", { xmlns: "http://www.w3
|
|
|
3886
3886
|
case "medium":
|
|
3887
3887
|
return 20;
|
|
3888
3888
|
case "xl":
|
|
3889
|
-
return
|
|
3889
|
+
return 80;
|
|
3890
3890
|
default:
|
|
3891
3891
|
return S1(n);
|
|
3892
3892
|
}
|