@mt-gloss/ui 0.1.99 → 0.1.101

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.
@@ -134,4 +134,5 @@ export type PanelAction = {
134
134
  cardId: string;
135
135
  } | {
136
136
  type: 'DRAIN_SIDE_EFFECTS';
137
+ count?: number;
137
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/ui",
3
- "version": "0.1.99",
3
+ "version": "0.1.101",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"