@lambda-development/erp-core 0.2.1 → 0.2.3

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 CHANGED
@@ -6316,8 +6316,8 @@ function Es({ content: t }) {
6316
6316
  a.push(
6317
6317
  /* @__PURE__ */ e("h3", { className: "mt-3 mb-1 text-base font-semibold", children: o.slice(3) }, l)
6318
6318
  );
6319
- else if (/^\s*[-*•]\s?/.test(o)) {
6320
- const c = o.replace(/^\s*[-*•]\s?/, "");
6319
+ else if (/^\s*[-*•]\s+/.test(o)) {
6320
+ const c = o.replace(/^\s*[-*•]\s+/, "");
6321
6321
  a.push(
6322
6322
  /* @__PURE__ */ r("div", { className: "ml-3 flex gap-1", children: [
6323
6323
  /* @__PURE__ */ e("span", { className: "text-fg-muted", children: "•" }),