@prosperitainova/mirage-ui 1.1.167 → 1.1.169

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.d.ts CHANGED
@@ -364,6 +364,7 @@ type panelProps = {
364
364
  render?: () => JSX.Element;
365
365
  secondaryRender?: () => JSX.Element;
366
366
  onClick?: () => void;
367
+ bold?: boolean;
367
368
  };
368
369
  type SummaryPanelProps = {
369
370
  panel: panelProps[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prosperitainova/mirage-ui",
3
- "version": "1.1.167",
3
+ "version": "1.1.169",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "publishConfig": {