bonsaif-ui 0.1.44 → 0.1.45
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/bonsaif-ui.js
CHANGED
|
@@ -3230,16 +3230,41 @@ rol IN (admin, employee)`,
|
|
|
3230
3230
|
onClick: (ve) => ve.stopPropagation(),
|
|
3231
3231
|
className: "absolute top-0 flex h-full items-center justify-center opacity-0 transition-opacity duration-150 group-hover:opacity-100",
|
|
3232
3232
|
style: { right: 0, width: 8, cursor: "col-resize", zIndex: 6 },
|
|
3233
|
-
children: /* @__PURE__ */
|
|
3233
|
+
children: /* @__PURE__ */ l(
|
|
3234
3234
|
"span",
|
|
3235
3235
|
{
|
|
3236
3236
|
style: {
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3237
|
+
display: "flex",
|
|
3238
|
+
gap: 2,
|
|
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
|
}
|