@agregio-solutions/design-system 1.86.1 → 1.86.3

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.
@@ -69,7 +69,7 @@ export type GroupLine = {
69
69
  };
70
70
  export type Line = SimpleLine | GroupLine;
71
71
  export declare function isGroupLine(line: Line): line is GroupLine;
72
- export declare const NAMES_SECTION_WIDTH = 150;
72
+ export declare const NAMES_SECTION_WIDTH = 188;
73
73
  export declare const lineHeightForIndentLevel: (indentLevel: number) => 40 | 58;
74
74
  export declare const maxBlocksToDisplayBeforeCollapsingForIndentLevel: (indentLevel: number) => 3 | 5;
75
75
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agregio-solutions/design-system",
3
- "version": "1.86.1",
3
+ "version": "1.86.3",
4
4
  "description": "React Component library and Storybook that is part of the Design System for Agregio Solutions",
5
5
  "type": "module",
6
6
  "module": "dist/design-system.js",