bonsaif-ui 0.1.44 → 0.1.46

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.
@@ -3228,18 +3228,43 @@ rol IN (admin, employee)`,
3228
3228
  ve.preventDefault(), ve.stopPropagation(), _t.current = null, document.body.style.cursor = "", document.body.style.userSelect = "", vo(o);
3229
3229
  },
3230
3230
  onClick: (ve) => ve.stopPropagation(),
3231
- className: "absolute top-0 flex h-full items-center justify-center opacity-0 transition-opacity duration-150 group-hover:opacity-100",
3232
- style: { right: 0, width: 8, cursor: "col-resize", zIndex: 6 },
3233
- children: /* @__PURE__ */ t(
3231
+ className: "absolute top-0 flex h-full items-center justify-center opacity-0 transition-opacity duration-200 hover:opacity-100",
3232
+ style: { right: 0, width: 12, cursor: "col-resize", zIndex: 6, transform: "translateX(50%)" },
3233
+ children: /* @__PURE__ */ l(
3234
3234
  "span",
3235
3235
  {
3236
3236
  style: {
3237
- width: 3,
3238
- height: "calc(100% - 8px)",
3239
- borderRadius: 2,
3240
- background: "var(--primary)",
3241
- display: "block"
3242
- }
3237
+ display: "flex",
3238
+ gap: 4,
3239
+ alignItems: "center",
3240
+ height: "calc(100% - 8px)"
3241
+ },
3242
+ children: [
3243
+ /* @__PURE__ */ t(
3244
+ "span",
3245
+ {
3246
+ style: {
3247
+ width: 2,
3248
+ height: "100%",
3249
+ borderRadius: 2,
3250
+ background: "var(--primary)",
3251
+ display: "block"
3252
+ }
3253
+ }
3254
+ ),
3255
+ /* @__PURE__ */ t(
3256
+ "span",
3257
+ {
3258
+ style: {
3259
+ width: 2,
3260
+ height: "100%",
3261
+ borderRadius: 2,
3262
+ background: "var(--primary)",
3263
+ display: "block"
3264
+ }
3265
+ }
3266
+ )
3267
+ ]
3243
3268
  }
3244
3269
  )
3245
3270
  }