@page-speed/agent-everywhere 0.9.0 → 1.0.0

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 CHANGED
@@ -7977,7 +7977,7 @@ function KpiCardWithChart({
7977
7977
  return /* @__PURE__ */ jsxRuntime.jsxs(CardShell, { className: cn("w-full overflow-hidden bg-white p-7 sm:p-8", className), children: [
7978
7978
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start justify-between gap-4", children: [
7979
7979
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-0", children: [
7980
- /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "truncate font-bold text-[1.4rem] text-slate-900 leading-tight tracking-tight", children: title }),
7980
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "truncate font-bold text-base text-slate-900 leading-tight tracking-tight", children: title }),
7981
7981
  formattedValue !== null && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-1 flex items-center gap-2", children: [
7982
7982
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-bold text-2xl text-slate-900 tabular-nums", children: formattedValue }),
7983
7983
  delta && /* @__PURE__ */ jsxRuntime.jsx(DeltaPill, { value: delta.value, direction: delta.direction })
@@ -7986,7 +7986,7 @@ function KpiCardWithChart({
7986
7986
  rangeLabel && /* @__PURE__ */ jsxRuntime.jsx(
7987
7987
  "span",
7988
7988
  {
7989
- className: "shrink-0 rounded-full px-4 py-1.5 font-semibold text-sm",
7989
+ className: "shrink-0 rounded-full px-4 py-1.5 font-semibold text-xs",
7990
7990
  style: {
7991
7991
  color: pillColor,
7992
7992
  backgroundColor: hexToRgba(pillColor, 0.12)
@@ -8011,7 +8011,7 @@ function KpiCardWithChart({
8011
8011
  return /* @__PURE__ */ jsxRuntime.jsxs(
8012
8012
  "span",
8013
8013
  {
8014
- className: "flex flex-col text-slate-400 text-sm leading-tight",
8014
+ className: "flex flex-col text-slate-400 text-xs leading-tight",
8015
8015
  children: [
8016
8016
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: lead }),
8017
8017
  trailing !== void 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { children: trailing })
@@ -8213,8 +8213,8 @@ function StackedSparklines({ rows, className }) {
8213
8213
  ),
8214
8214
  children: [
8215
8215
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 flex-col gap-1", children: [
8216
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate text-[15px] text-slate-500 leading-tight", children: row.label }),
8217
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-bold text-3xl text-slate-900 leading-tight tracking-tight tabular-nums", children: row.value })
8216
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate text-xs text-slate-500 leading-tight", children: row.label }),
8217
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-bold text-2xl text-slate-900 leading-tight tracking-tight tabular-nums", children: row.value })
8218
8218
  ] }),
8219
8219
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-9 w-[28%] min-w-[88px] shrink-0", children: hasData ? /* @__PURE__ */ jsxRuntime.jsx(
8220
8220
  Sparkline,
@@ -8282,7 +8282,7 @@ function StatCardHalfCircle({
8282
8282
  /* @__PURE__ */ jsxRuntime.jsx(
8283
8283
  "h3",
8284
8284
  {
8285
- className: "font-semibold text-lg leading-tight",
8285
+ className: "font-semibold text-base leading-tight",
8286
8286
  style: { color: titleColor },
8287
8287
  children: title
8288
8288
  }
@@ -8330,7 +8330,7 @@ function StatCardHalfCircle({
8330
8330
  children: /* @__PURE__ */ jsxRuntime.jsx(
8331
8331
  "span",
8332
8332
  {
8333
- className: "font-bold text-5xl leading-none tabular-nums",
8333
+ className: "font-bold text-2xl leading-none tabular-nums",
8334
8334
  style: { color: valueColor },
8335
8335
  children: readout
8336
8336
  }
@@ -8339,11 +8339,11 @@ function StatCardHalfCircle({
8339
8339
  )
8340
8340
  ] }),
8341
8341
  (minLabel || maxLabel) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mx-auto mt-3 flex w-full max-w-[280px] items-baseline justify-between", children: [
8342
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium text-sm", style: { color: minLabelColor }, children: minLabel }),
8342
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium text-xs", style: { color: minLabelColor }, children: minLabel }),
8343
8343
  /* @__PURE__ */ jsxRuntime.jsx(
8344
8344
  "span",
8345
8345
  {
8346
- className: "font-semibold text-sm",
8346
+ className: "font-semibold text-xs",
8347
8347
  style: { color: resolvedMaxLabelColor },
8348
8348
  children: maxLabel
8349
8349
  }
@@ -8484,7 +8484,7 @@ function TableListArtifact({
8484
8484
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex flex-col gap-4", className), children: [
8485
8485
  /* @__PURE__ */ jsxRuntime.jsxs(CardShell, { className: "border-[#e5e7eb] p-6", children: [
8486
8486
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start justify-between gap-4", children: [
8487
- /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-bold text-[1.125rem] text-slate-800 leading-snug", children: chartTitle }),
8487
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-bold text-base text-slate-800 leading-snug", children: chartTitle }),
8488
8488
  hasSeries && /* @__PURE__ */ jsxRuntime.jsx("ul", { className: "flex flex-wrap items-center gap-x-4 gap-y-1", children: series.map((s) => /* @__PURE__ */ jsxRuntime.jsxs(
8489
8489
  "li",
8490
8490
  {
@@ -8617,7 +8617,7 @@ function TableListArtifact({
8617
8617
  hasSeries && xAxisLabels && xAxisLabels.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 flex justify-between px-1", children: xAxisLabels.map((label, i) => /* @__PURE__ */ jsxRuntime.jsx(
8618
8618
  "span",
8619
8619
  {
8620
- className: "text-slate-400 text-sm",
8620
+ className: "text-slate-400 text-xs",
8621
8621
  style: { color: AXIS_LABEL_COLOR },
8622
8622
  children: label
8623
8623
  },
@@ -8631,7 +8631,7 @@ function TableListArtifact({
8631
8631
  {
8632
8632
  scope: "col",
8633
8633
  className: cn(
8634
- "px-6 py-4 font-semibold text-[0.75rem] uppercase tracking-wider",
8634
+ "px-6 py-4 font-semibold text-xs uppercase tracking-wider",
8635
8635
  ALIGN_CLASS[col.align ?? "left"]
8636
8636
  ),
8637
8637
  style: { color: TABLE_HEADER_TEXT },
@@ -8652,7 +8652,7 @@ function TableListArtifact({
8652
8652
  "td",
8653
8653
  {
8654
8654
  className: cn(
8655
- "px-6 py-5 font-bold text-[1.0625rem]",
8655
+ "px-6 py-5 font-bold text-sm",
8656
8656
  ALIGN_CLASS[align]
8657
8657
  ),
8658
8658
  style: { color: FIRST_COL_TEXT },
@@ -8666,7 +8666,7 @@ function TableListArtifact({
8666
8666
  "td",
8667
8667
  {
8668
8668
  className: cn(
8669
- "px-6 py-5 text-[1.0625rem] text-slate-700 tabular-nums",
8669
+ "px-6 py-5 text-sm text-slate-700 tabular-nums",
8670
8670
  ALIGN_CLASS[align]
8671
8671
  ),
8672
8672
  children: row.value
@@ -8684,7 +8684,7 @@ function TableListArtifact({
8684
8684
  value: row.delta.text,
8685
8685
  direction: deltaDirection(row.delta.direction),
8686
8686
  hideArrow: true,
8687
- className: "bg-transparent px-0 py-0 font-semibold text-sm"
8687
+ className: "bg-transparent px-0 py-0 font-semibold text-xs"
8688
8688
  }
8689
8689
  ) : null
8690
8690
  },
@@ -8698,7 +8698,7 @@ function TableListArtifact({
8698
8698
  summaryText && /* @__PURE__ */ jsxRuntime.jsx(
8699
8699
  "p",
8700
8700
  {
8701
- className: "text-[1rem] leading-relaxed",
8701
+ className: "text-sm leading-relaxed",
8702
8702
  style: { color: SUMMARY_TEXT_COLOR },
8703
8703
  children: renderRich(summaryText)
8704
8704
  }
@@ -8736,12 +8736,12 @@ function KpiCardWithSparklines({
8736
8736
  const interactive = typeof onClick === "function";
8737
8737
  const body = /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "p-6", children: [
8738
8738
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between gap-3", children: [
8739
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-medium text-base text-slate-500 leading-snug", children: label }),
8739
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-medium text-xs text-slate-500 leading-snug", children: label }),
8740
8740
  icon != null && icon !== "" && /* @__PURE__ */ jsxRuntime.jsx(
8741
8741
  "span",
8742
8742
  {
8743
8743
  "aria-hidden": "true",
8744
- className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-lg font-semibold text-lg",
8744
+ className: "flex h-10 w-10 shrink-0 items-center justify-center rounded-lg font-semibold text-base",
8745
8745
  style: {
8746
8746
  backgroundColor: iconChipBg ?? DEFAULT_ICON_CHIP_BG,
8747
8747
  color: iconChipFg ?? DEFAULT_ICON_CHIP_FG
@@ -8754,7 +8754,7 @@ function KpiCardWithSparklines({
8754
8754
  /* @__PURE__ */ jsxRuntime.jsx(
8755
8755
  "span",
8756
8756
  {
8757
- className: "font-extrabold text-5xl leading-none tracking-tight tabular-nums",
8757
+ className: "font-extrabold text-2xl leading-none tracking-tight tabular-nums",
8758
8758
  style: { color: valueColor ?? DEFAULT_VALUE_COLOR2 },
8759
8759
  children: value
8760
8760
  }
@@ -8765,7 +8765,7 @@ function KpiCardWithSparklines({
8765
8765
  value: delta.value,
8766
8766
  direction: delta.direction,
8767
8767
  tone: delta.tone,
8768
- className: "mb-1 px-2.5 py-1 text-sm"
8768
+ className: "mb-1 px-2.5 py-1 text-xs"
8769
8769
  }
8770
8770
  )
8771
8771
  ] }),
@@ -8818,7 +8818,7 @@ function LocationTableRow({ row }) {
8818
8818
  "span",
8819
8819
  {
8820
8820
  role: "cell",
8821
- className: "truncate font-semibold text-[1.0625rem] text-slate-800",
8821
+ className: "truncate font-semibold text-sm text-slate-800",
8822
8822
  children: row.name
8823
8823
  }
8824
8824
  ),
@@ -8826,7 +8826,7 @@ function LocationTableRow({ row }) {
8826
8826
  "span",
8827
8827
  {
8828
8828
  role: "cell",
8829
- className: "text-right text-[1.0625rem] text-slate-700 tabular-nums",
8829
+ className: "text-right text-sm text-slate-700 tabular-nums",
8830
8830
  children: row.revenue
8831
8831
  }
8832
8832
  ),
@@ -8856,7 +8856,7 @@ function LocationsRevenueCard({
8856
8856
  role: "row",
8857
8857
  className: cn(
8858
8858
  GRID_TEMPLATE,
8859
- "border-b bg-slate-50 py-4 font-semibold text-[0.75rem] text-slate-400 uppercase tracking-wider"
8859
+ "border-b bg-slate-50 py-4 font-semibold text-xs text-slate-400 uppercase tracking-wider"
8860
8860
  ),
8861
8861
  children: [
8862
8862
  /* @__PURE__ */ jsxRuntime.jsx("span", { role: "columnheader", className: "text-left", children: locationColumnLabel }),
@@ -8911,7 +8911,7 @@ function RowPair({ row, isLast, cellPadding }) {
8911
8911
  "dt",
8912
8912
  {
8913
8913
  className: cn(
8914
- "min-w-0 break-words bg-slate-50/70 font-normal text-slate-500 text-[0.9375rem] leading-snug",
8914
+ "min-w-0 break-words bg-slate-50/70 font-normal text-slate-500 text-sm leading-snug",
8915
8915
  cellPadding,
8916
8916
  !isLast && "border-slate-100 border-b"
8917
8917
  ),
@@ -8922,7 +8922,7 @@ function RowPair({ row, isLast, cellPadding }) {
8922
8922
  "dd",
8923
8923
  {
8924
8924
  className: cn(
8925
- "min-w-0 break-words border-slate-100 border-l font-medium text-[0.9375rem] leading-snug",
8925
+ "min-w-0 break-words border-slate-100 border-l font-medium text-sm leading-snug",
8926
8926
  valueColorClass,
8927
8927
  cellPadding,
8928
8928
  !isLast && "border-b"
@@ -8973,7 +8973,7 @@ function resolveDotColor(badge) {
8973
8973
  }
8974
8974
  function BadgePill({ badge, groupStyle }) {
8975
8975
  const style = badge.style ?? groupStyle;
8976
- const baseClass = "inline-flex items-center rounded-full px-4 py-1.5 font-medium text-sm whitespace-nowrap";
8976
+ const baseClass = "inline-flex items-center rounded-full px-4 py-1.5 font-medium text-xs whitespace-nowrap";
8977
8977
  if (style === "outline") {
8978
8978
  return /* @__PURE__ */ jsxRuntime.jsxs(
8979
8979
  "span",
@@ -9063,12 +9063,12 @@ function OrderedListArtifact({
9063
9063
  }) {
9064
9064
  const safeItems = Array.isArray(items) ? items : [];
9065
9065
  return /* @__PURE__ */ jsxRuntime.jsxs("section", { className: cn("text-left", className), children: [
9066
- title ? /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-bold text-slate-900 text-xl leading-snug", children: title }) : null,
9066
+ title ? /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "font-bold text-slate-900 text-base leading-snug", children: title }) : null,
9067
9067
  intro ? /* @__PURE__ */ jsxRuntime.jsx(
9068
9068
  "p",
9069
9069
  {
9070
9070
  className: cn(
9071
- "text-slate-500 text-[16px] leading-relaxed",
9071
+ "text-slate-500 text-sm leading-relaxed",
9072
9072
  title && "mt-4"
9073
9073
  ),
9074
9074
  children: renderRich(intro)
@@ -9098,7 +9098,7 @@ function OrderedListArtifact({
9098
9098
  children: marker
9099
9099
  }
9100
9100
  ),
9101
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1 pt-0.5 text-slate-900 text-[16px] leading-relaxed", children: renderRich(item.content) })
9101
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1 pt-0.5 text-slate-900 text-sm leading-relaxed", children: renderRich(item.content) })
9102
9102
  ]
9103
9103
  },
9104
9104
  index
@@ -9312,7 +9312,7 @@ function DeepResearchProgress({
9312
9312
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("flex w-full flex-col gap-6 text-left", className), children: [
9313
9313
  /* @__PURE__ */ jsxRuntime.jsxs(CardShell, { className: "rounded-xl border-slate-200/80 bg-slate-50/70 px-5 py-4 shadow-none", children: [
9314
9314
  taskLabel ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-medium text-[11px] text-slate-400 uppercase tracking-wider", children: taskLabel }) : null,
9315
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-2 text-[16px] text-slate-700 leading-relaxed", children: taskDescription })
9315
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-2 text-sm text-slate-700 leading-relaxed", children: taskDescription })
9316
9316
  ] }),
9317
9317
  safeSteps.length > 0 ? /* @__PURE__ */ jsxRuntime.jsx("ol", { className: "flex list-none flex-col gap-5", children: safeSteps.map((step, index) => /* @__PURE__ */ jsxRuntime.jsxs(
9318
9318
  "li",
@@ -9325,7 +9325,7 @@ function DeepResearchProgress({
9325
9325
  "span",
9326
9326
  {
9327
9327
  className: cn(
9328
- "text-[17px] leading-snug",
9328
+ "text-sm leading-snug",
9329
9329
  stepLabelClass(step.status)
9330
9330
  ),
9331
9331
  children: step.label
@@ -9339,7 +9339,7 @@ function DeepResearchProgress({
9339
9339
  /* @__PURE__ */ jsxRuntime.jsx("hr", { className: "border-slate-200 border-t" }),
9340
9340
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
9341
9341
  findingsLabel ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-medium text-[11px] text-slate-400 uppercase tracking-wider", children: findingsLabel }) : null,
9342
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-3 text-[16px] text-slate-700 leading-relaxed [&_strong]:text-slate-900", children: renderRich(findings) })
9342
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-3 text-sm text-slate-700 leading-relaxed [&_strong]:text-slate-900", children: renderRich(findings) })
9343
9343
  ] })
9344
9344
  ] }) : null
9345
9345
  ] });
@@ -9391,8 +9391,8 @@ function TimelineStep({
9391
9391
  }
9392
9392
  ),
9393
9393
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 flex-col gap-1.5 pt-1.5 pb-8", children: [
9394
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-[1.0625rem] text-slate-900 leading-snug", children: step.title }),
9395
- step.description ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-[0.9375rem] text-slate-500 leading-snug", children: step.description }) : null
9394
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "font-semibold text-sm text-slate-900 leading-snug", children: step.title }),
9395
+ step.description ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-slate-500 leading-snug", children: step.description }) : null
9396
9396
  ] })
9397
9397
  ] });
9398
9398
  }
@@ -9416,7 +9416,7 @@ function Tracker({
9416
9416
  },
9417
9417
  step.id ?? `${step.title}-${index}`
9418
9418
  )) }) : /* @__PURE__ */ jsxRuntime.jsx("p", { className: "py-6 text-slate-400 text-sm", children: "No steps" }),
9419
- hasFooter ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 border-slate-200 border-t pt-5", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-[0.9375rem] text-slate-500", children: [
9419
+ hasFooter ? /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 border-slate-200 border-t pt-5", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2 text-xs text-slate-500", children: [
9420
9420
  showFooterIcon ? /* @__PURE__ */ jsxRuntime.jsx(ClockIcon2, { className: "size-4 shrink-0" }) : null,
9421
9421
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: footerItems.join(FOOTER_SEPARATOR) })
9422
9422
  ] }) }) : null
@@ -9516,7 +9516,7 @@ function OptionRow({
9516
9516
  onClick: submitted ? void 0 : onSelect,
9517
9517
  onKeyDown: handleKeyDown,
9518
9518
  className: cn(
9519
- "flex items-start gap-3 rounded-xl border px-4 py-4 text-left transition-colors",
9519
+ "flex items-center gap-3 rounded-xl border px-4 py-4 text-left transition-colors",
9520
9520
  !submitted && "cursor-pointer focus:outline-none focus-visible:ring-2 focus-visible:ring-emerald-400/60",
9521
9521
  selected ? "font-medium" : "font-normal"
9522
9522
  ),
@@ -9555,13 +9555,13 @@ function OptionRow({
9555
9555
  onCustomCommit();
9556
9556
  }
9557
9557
  },
9558
- className: "flex-1 border-0 bg-transparent p-0 text-base leading-snug outline-none placeholder:text-slate-400",
9558
+ className: "flex-1 border-0 bg-transparent p-0 text-sm leading-snug outline-none placeholder:text-slate-400",
9559
9559
  style: { color: colors.selectedLabel }
9560
9560
  }
9561
9561
  ) : /* @__PURE__ */ jsxRuntime.jsx(
9562
9562
  "span",
9563
9563
  {
9564
- className: "flex-1 text-base leading-snug",
9564
+ className: "flex-1 text-sm leading-snug",
9565
9565
  style: { color: selected ? colors.selectedLabel : colors.unselectedLabel },
9566
9566
  children: option.label
9567
9567
  }
@@ -9651,17 +9651,17 @@ function BuiltInQuestions(props) {
9651
9651
  resolvedProgress ? /* @__PURE__ */ jsxRuntime.jsx(
9652
9652
  "span",
9653
9653
  {
9654
- className: "inline-flex items-center rounded-lg px-3 py-1 font-semibold text-[13px]",
9654
+ className: "inline-flex items-center rounded-lg px-3 py-1 font-semibold text-xs",
9655
9655
  style: { backgroundColor: colors.pillBg, color: colors.pillText },
9656
9656
  children: resolvedProgress
9657
9657
  }
9658
9658
  ) : /* @__PURE__ */ jsxRuntime.jsx("span", { "aria-hidden": "true" }),
9659
- categoryLabel && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm", style: { color: colors.categoryText }, children: categoryLabel })
9659
+ categoryLabel && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs", style: { color: colors.categoryText }, children: categoryLabel })
9660
9660
  ] }),
9661
9661
  /* @__PURE__ */ jsxRuntime.jsx(
9662
9662
  "h3",
9663
9663
  {
9664
- className: "font-bold text-2xl leading-snug",
9664
+ className: "font-bold text-base leading-snug",
9665
9665
  style: { color: colors.titleColor },
9666
9666
  children: question
9667
9667
  }
@@ -9902,7 +9902,7 @@ function AudioPlayer({
9902
9902
  /* @__PURE__ */ jsxRuntime.jsxs(
9903
9903
  "span",
9904
9904
  {
9905
- className: "shrink-0 font-mono text-lg tabular-nums",
9905
+ className: "shrink-0 font-mono text-xs tabular-nums",
9906
9906
  style: { color: mutedText },
9907
9907
  children: [
9908
9908
  formatTime2(currentTime),
@@ -9928,7 +9928,7 @@ function AudioPlayer({
9928
9928
  /* @__PURE__ */ jsxRuntime.jsx(
9929
9929
  "span",
9930
9930
  {
9931
- className: "shrink-0 font-mono text-sm tabular-nums",
9931
+ className: "shrink-0 font-mono text-xs tabular-nums",
9932
9932
  style: { color: mutedText },
9933
9933
  children: formatTime2(chapter.startSeconds)
9934
9934
  }
@@ -9937,7 +9937,7 @@ function AudioPlayer({
9937
9937
  "span",
9938
9938
  {
9939
9939
  className: cn(
9940
- "text-base",
9940
+ "text-sm",
9941
9941
  isActive ? "font-semibold text-slate-900" : "font-normal text-slate-500"
9942
9942
  ),
9943
9943
  children: chapter.label