@mmb-digital/design-system-web 0.1.153 → 0.1.154

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -609,7 +609,7 @@ interface CalculatorResultProps extends DesignSystemBaseProps {
609
609
  containerRef?: RefObject<HTMLDivElement>;
610
610
  description?: ReactElement | string;
611
611
  header: CalculatorResultHeader;
612
- infoPosition: CalculatorResultInfoPosition;
612
+ infoPosition?: CalculatorResultInfoPosition;
613
613
  main: CalculatorResultMain;
614
614
  modal?: CalculatorResultModalDescriptor;
615
615
  resultBoxRef?: RefObject<HTMLDivElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmb-digital/design-system-web",
3
- "version": "0.1.153",
3
+ "version": "0.1.154",
4
4
  "description": "MMB design-system-web",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",