@mt-gloss/ui 0.1.28 → 0.1.29

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/index.js CHANGED
@@ -2837,6 +2837,7 @@ const ha = ({
2837
2837
  isFlipped: t,
2838
2838
  onFlipChange: n,
2839
2839
  quickConfigSlot: o,
2840
+ onRemove: e.onRemove,
2840
2841
  children: /* @__PURE__ */ D("div", { className: `gloss-pace-card ${e.isStale ? "gloss-metric-data-stale" : ""}`, children: [
2841
2842
  /* @__PURE__ */ r("div", { className: "gloss-pace-card__label", children: e.label }),
2842
2843
  /* @__PURE__ */ r("div", { className: "gloss-pace-card__body", children: s ? /* @__PURE__ */ D(te, { children: [
@@ -19,6 +19,7 @@ export interface PaceCardProps {
19
19
  paceGapUnit?: 'pct' | 'usd';
20
20
  onTargetChange: (value: number) => void;
21
21
  onTargetSkip?: () => void;
22
+ onRemove?: () => void;
22
23
  isStale?: boolean;
23
24
  }
24
25
  export declare const PaceCard: React.FC<PaceCardProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/ui",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"