shekel-fe-shared-lib 1.1.0 → 1.1.2
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/shekel-fe-shared-lib.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3178,8 +3178,8 @@ const P0 = ({
|
|
|
3178
3178
|
children: p ? `${a} ${r}` : "****"
|
|
3179
3179
|
}
|
|
3180
3180
|
),
|
|
3181
|
-
U && /* @__PURE__ */ d("div", { className: "mt-
|
|
3182
|
-
/* @__PURE__ */ t("div", { className: "w-full h-px bg-white/10 mb-
|
|
3181
|
+
U && /* @__PURE__ */ d("div", { className: "mt-1.5 mb-1", children: [
|
|
3182
|
+
/* @__PURE__ */ t("div", { className: "w-full h-px bg-white/10 mb-1.5 transition-opacity duration-300" }),
|
|
3183
3183
|
/* @__PURE__ */ d("div", { className: "flex items-center justify-between gap-2 transition-all duration-200", children: [
|
|
3184
3184
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-2 min-w-0", children: [
|
|
3185
3185
|
f === void 0 ? /* @__PURE__ */ t(
|
|
@@ -3217,7 +3217,7 @@ const P0 = ({
|
|
|
3217
3217
|
type: "button",
|
|
3218
3218
|
onClick: M,
|
|
3219
3219
|
"aria-label": B ? "Copied" : "Copy",
|
|
3220
|
-
className: "bg-transparent border-none cursor-pointer p-
|
|
3220
|
+
className: "bg-transparent border-none cursor-pointer p-0.5 flex items-center justify-center transition-colors duration-200 shrink-0 hover:opacity-80",
|
|
3221
3221
|
style: { color: y ?? "#EC615B" },
|
|
3222
3222
|
children: B ? /* @__PURE__ */ t("svg", { width: "20", height: "20", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ t("path", { d: "M3.3335 8.33594L6.66683 11.6693L13.3335 4.33594", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }) }) : /* @__PURE__ */ d("svg", { width: "20", height: "20", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
3223
3223
|
/* @__PURE__ */ t("rect", { x: "5.33594", y: "5.33594", width: "8.66667", height: "8.66667", rx: "1.5", stroke: "currentColor", strokeWidth: "1.3" }),
|