@agregio-solutions/design-system 1.86.2 → 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.
@@ -4155,7 +4155,7 @@ See https://styled-components.com/docs/faqs#why-am-i-getting-a-warning-about-sev
4155
4155
  &[data-nature="warning"] {
4156
4156
  outline-color: var(--color-content-message-warning-darker);
4157
4157
  }
4158
- `,OM=l.forwardRef(({wrapperProps:e,id:t,label:n,labelIconRight:r,description:a,helperTextIcon:o,helperText:i,errorHelperText:u,errorHelperTextIcon:s,successHelperText:d,successHelperTextIcon:p,warningHelperText:f,warningHelperTextIcon:h,required:g,nature:m,fullWidth:v,isDisabled:x,defaultValue:C,onChange:w,value:y,ampm:$,orientation:B,...k},D)=>{const T=k["aria-label"]??String(n),F=Pr({nature:m,successHelperText:d,errorHelperText:u,warningHelperText:f}),A={...e,htmlForId:t,label:n,labelIconRight:r,description:a,helperTextIcon:o,helperText:i,errorHelperText:u,errorHelperTextIcon:s,successHelperText:d,successHelperTextIcon:p,warningHelperText:f,warningHelperTextIcon:h,required:g,orientation:B};let V;return $===!0&&(V=12),$===!1&&(V=24),c.jsx(Ut,{...A,ref:D,children:c.jsx(jM,{...k,id:t,isDisabled:x,"aria-label":T,isRequired:g,"data-fullwidth":v,defaultValue:C?xd(C):void 0,onChange:_=>w?.((_||"").toString()),value:typeof y=="string"?xd(y):y,hourCycle:V,children:c.jsx(LM,{"data-fullwidth":v,"aria-disabled":x,"data-nature":F,children:_=>c.jsx(Qi,{segment:_})})})})});function HM(e){return e.type==="group"}const kh=150,KM=58,zM=40,Sh=e=>e>0?zM:KM,NM=5,ZM=3,Ph=e=>e>0?ZM:NM,_M=le.div`
4158
+ `,OM=l.forwardRef(({wrapperProps:e,id:t,label:n,labelIconRight:r,description:a,helperTextIcon:o,helperText:i,errorHelperText:u,errorHelperTextIcon:s,successHelperText:d,successHelperTextIcon:p,warningHelperText:f,warningHelperTextIcon:h,required:g,nature:m,fullWidth:v,isDisabled:x,defaultValue:C,onChange:w,value:y,ampm:$,orientation:B,...k},D)=>{const T=k["aria-label"]??String(n),F=Pr({nature:m,successHelperText:d,errorHelperText:u,warningHelperText:f}),A={...e,htmlForId:t,label:n,labelIconRight:r,description:a,helperTextIcon:o,helperText:i,errorHelperText:u,errorHelperTextIcon:s,successHelperText:d,successHelperTextIcon:p,warningHelperText:f,warningHelperTextIcon:h,required:g,orientation:B};let V;return $===!0&&(V=12),$===!1&&(V=24),c.jsx(Ut,{...A,ref:D,children:c.jsx(jM,{...k,id:t,isDisabled:x,"aria-label":T,isRequired:g,"data-fullwidth":v,defaultValue:C?xd(C):void 0,onChange:_=>w?.((_||"").toString()),value:typeof y=="string"?xd(y):y,hourCycle:V,children:c.jsx(LM,{"data-fullwidth":v,"aria-disabled":x,"data-nature":F,children:_=>c.jsx(Qi,{segment:_})})})})});function HM(e){return e.type==="group"}const kh=188,KM=58,zM=40,Sh=e=>e>0?zM:KM,NM=5,ZM=3,Ph=e=>e>0?ZM:NM,_M=le.div`
4159
4159
  display: flex;
4160
4160
  align-items: flex-end;
4161
4161
  overflow-x: auto;
@@ -34644,7 +34644,7 @@ const rM = (e) => {
34644
34644
  function cM(e) {
34645
34645
  return e.type === "group";
34646
34646
  }
34647
- const Th = 150, fM = 58, pM = 40, Ah = (e) => e > 0 ? pM : fM, hM = 5, mM = 3, Fh = (e) => e > 0 ? mM : hM, gM = ve.div`
34647
+ const Th = 188, fM = 58, pM = 40, Ah = (e) => e > 0 ? pM : fM, hM = 5, mM = 3, Fh = (e) => e > 0 ? mM : hM, gM = ve.div`
34648
34648
  display: flex;
34649
34649
  align-items: flex-end;
34650
34650
  overflow-x: auto;
@@ -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.2",
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",