@moises.ai/design-system 3.3.9 → 3.3.10
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.js +10 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9337,7 +9337,16 @@ const nk = "_track_1xe9y_1", sk = "_leftIcon_1xe9y_9", rk = "_name_1xe9y_15", ak
|
|
|
9337
9337
|
/* @__PURE__ */ g("div", { className: ue.trackContent, children: [
|
|
9338
9338
|
/* @__PURE__ */ g("div", { className: ue.line, children: [
|
|
9339
9339
|
/* @__PURE__ */ g("div", { className: ue.left, children: [
|
|
9340
|
-
/* @__PURE__ */ a(
|
|
9340
|
+
/* @__PURE__ */ a(
|
|
9341
|
+
"div",
|
|
9342
|
+
{
|
|
9343
|
+
className: ue.leftIcon,
|
|
9344
|
+
onPointerDown: (I) => I.stopPropagation(),
|
|
9345
|
+
onMouseDown: (I) => I.stopPropagation(),
|
|
9346
|
+
onTouchStart: (I) => I.stopPropagation(),
|
|
9347
|
+
children: /* @__PURE__ */ a(kk, { isOpen: A, onToggleOpen: S })
|
|
9348
|
+
}
|
|
9349
|
+
),
|
|
9341
9350
|
/* @__PURE__ */ a(kt, { content: n, children: /* @__PURE__ */ a(
|
|
9342
9351
|
V,
|
|
9343
9352
|
{
|