@agregio-solutions/design-system 1.44.0 → 1.45.1

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.
@@ -1114,6 +1114,16 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
1114
1114
  line-height: ${ee.small};
1115
1115
  font-weight: normal;
1116
1116
 
1117
+ &[data-align="center"] {
1118
+ justify-content: center;
1119
+ text-align: center;
1120
+ }
1121
+
1122
+ &[data-align="right"] {
1123
+ justify-content: flex-end;
1124
+ text-align: right;
1125
+ }
1126
+
1117
1127
  // Remove padding for specific components to avoid double padding that can make the Cell too tall
1118
1128
  > [data-design-system-component="Radio"] {
1119
1129
  padding: 0 !important;
@@ -1124,7 +1134,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
1124
1134
  `,OC=F(pe)`
1125
1135
  display: inline-block;
1126
1136
  font-size: ${Y.large};
1127
- `;function LC({children:e,iconLeft:t,border:n,...r}){return m.jsx(VC,{...r,"data-border":n,children:m.jsxs(KC,{children:[!!t&&m.jsx(OC,{name:t}),e]})})}const zC=F.th`
1137
+ `;function LC({children:e,iconLeft:t,border:n,align:r="left",...u}){return m.jsx(VC,{...u,"data-border":n,children:m.jsxs(KC,{"data-align":r,children:[!!t&&m.jsx(OC,{name:t}),e]})})}const zC=F.th`
1128
1138
  padding: 0;
1129
1139
  vertical-align: bottom;
1130
1140
  background: var(--color-background-neutral-underground-1);
@@ -1145,6 +1155,16 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
1145
1155
  column-gap: var(--spacing-xxs);
1146
1156
  padding: var(--spacing-sm);
1147
1157
  border-bottom: 1px solid var(--color-content-neutral-stroke);
1158
+
1159
+ &[data-align="center"] {
1160
+ justify-content: center;
1161
+ text-align: center;
1162
+ }
1163
+
1164
+ &[data-align="right"] {
1165
+ justify-content: flex-end;
1166
+ text-align: right;
1167
+ }
1148
1168
  `,vl=F(pe)`
1149
1169
  display: inline-block;
1150
1170
  font-size: ${Y.large};
@@ -1169,7 +1189,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
1169
1189
  }
1170
1190
  `,HC=F(rp)`
1171
1191
  height: ${Y.large};
1172
- `;function _C({text:e,iconLeft:t,sortDirection:n="none",onSortClick:r,border:u,...a}){return m.jsx(zC,{...a,"data-border":u,children:m.jsxs(NC,{children:[!!t&&m.jsx(vl,{name:t}),m.jsx(rp,{type:"button",onClick:r,disabled:!r,children:e}),!!r&&n!=="none"&&m.jsx(HC,{type:"button",onClick:r,disabled:!r,children:m.jsx(vl,{name:n==="asc"?"expand_less":"expand_more"})})]})})}const ZC=F(zv)`
1192
+ `;function _C({text:e,iconLeft:t,sortDirection:n="none",onSortClick:r,border:u,align:a="left",...i}){return m.jsx(zC,{...i,"data-border":u,children:m.jsxs(NC,{"data-align":a,children:[!!t&&m.jsx(vl,{name:t}),m.jsx(rp,{type:"button",onClick:r,disabled:!r,children:e}),!!r&&n!=="none"&&m.jsx(HC,{type:"button",onClick:r,disabled:!r,children:m.jsx(vl,{name:n==="asc"?"expand_less":"expand_more"})})]})})}const ZC=F(zv)`
1173
1193
  display: flex;
1174
1194
 
1175
1195
  &[data-fullwidth="true"] {
@@ -2203,7 +2223,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[Lu]+=1);const U9=s.createCont
2203
2223
  &[data-navigation-overlay-collapsed="false"] {
2204
2224
  display: block;
2205
2225
  position: fixed;
2206
- width: 100vh;
2226
+ width: 100vw;
2207
2227
  height: 100vh;
2208
2228
  z-index: calc(var(--z-index-fixed) - 1);
2209
2229
  background: rgba(0 12 51 / 0.7);