@mx-cartographer/experiences 5.2.8-alpha.al3 → 5.2.8-alpha.al4

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.es.js CHANGED
@@ -3174,60 +3174,68 @@ const wt = ({
3174
3174
  /* @__PURE__ */ e(
3175
3175
  rt,
3176
3176
  {
3177
- action: /* @__PURE__ */ s(H, { alignItems: "center", flexDirection: "row", sx: { border: "2px solid green" }, children: [
3178
- w && i && /* @__PURE__ */ e(
3179
- xr,
3180
- {
3181
- calendarActions: i,
3182
- copy: $,
3183
- range: [K, AA],
3184
- shouldShrinkToIcon: !1,
3185
- variant: o
3186
- }
3187
- ),
3188
- A && /* @__PURE__ */ e(
3189
- Zo,
3190
- {
3191
- accounts: A,
3192
- copy: T,
3193
- onFilterClick: (aA) => {
3194
- const iA = A.filter((EA) => aA.includes(EA.guid)).map((EA) => EA.guid);
3195
- m(iA), f?.();
3196
- },
3197
- selectedAccountGuids: j,
3198
- showAccountNumbers: !1,
3199
- sx: {
3200
- "& .mx-cmn-account-filter-title": { fontSize: 15 },
3201
- mx: 4,
3202
- border: "2px solid red"
3203
- },
3204
- variant: "text"
3205
- }
3206
- ),
3207
- t?.map((aA) => {
3208
- if (h.isValidElement(aA)) return aA;
3209
- const { iconName: iA, onClick: EA, label: cA } = aA;
3210
- return w || D ? /* @__PURE__ */ e(
3211
- nA,
3212
- {
3213
- onClick: EA,
3214
- startIcon: /* @__PURE__ */ e(Q, { name: iA }),
3215
- sx: { border: "2px solid red", mx: 4 },
3216
- children: cA
3217
- },
3218
- iA
3219
- ) : /* @__PURE__ */ e(
3220
- YA,
3221
- {
3222
- "aria-label": cA,
3223
- onClick: EA,
3224
- sx: { border: "2px solid red" },
3225
- children: /* @__PURE__ */ e(Q, { name: iA })
3226
- },
3227
- iA
3228
- );
3229
- })
3230
- ] }),
3177
+ action: /* @__PURE__ */ s(
3178
+ H,
3179
+ {
3180
+ alignItems: "center",
3181
+ flexDirection: "row",
3182
+ sx: { border: "2px solid green", width: "100%" },
3183
+ children: [
3184
+ w && i && /* @__PURE__ */ e(
3185
+ xr,
3186
+ {
3187
+ calendarActions: i,
3188
+ copy: $,
3189
+ range: [K, AA],
3190
+ shouldShrinkToIcon: !1,
3191
+ variant: o
3192
+ }
3193
+ ),
3194
+ A && /* @__PURE__ */ e(
3195
+ Zo,
3196
+ {
3197
+ accounts: A,
3198
+ copy: T,
3199
+ onFilterClick: (aA) => {
3200
+ const iA = A.filter((EA) => aA.includes(EA.guid)).map((EA) => EA.guid);
3201
+ m(iA), f?.();
3202
+ },
3203
+ selectedAccountGuids: j,
3204
+ showAccountNumbers: !1,
3205
+ sx: {
3206
+ "& .mx-cmn-account-filter-title": { fontSize: 15 },
3207
+ mx: 4,
3208
+ border: "2px solid red"
3209
+ },
3210
+ variant: "text"
3211
+ }
3212
+ ),
3213
+ t?.map((aA) => {
3214
+ if (h.isValidElement(aA)) return aA;
3215
+ const { iconName: iA, onClick: EA, label: cA } = aA;
3216
+ return w || D ? /* @__PURE__ */ e(
3217
+ nA,
3218
+ {
3219
+ onClick: EA,
3220
+ startIcon: /* @__PURE__ */ e(Q, { name: iA }),
3221
+ sx: { border: "2px solid red", mx: 4 },
3222
+ children: cA
3223
+ },
3224
+ iA
3225
+ ) : /* @__PURE__ */ e(
3226
+ YA,
3227
+ {
3228
+ "aria-label": cA,
3229
+ onClick: EA,
3230
+ sx: { border: "2px solid red" },
3231
+ children: /* @__PURE__ */ e(Q, { name: iA })
3232
+ },
3233
+ iA
3234
+ );
3235
+ })
3236
+ ]
3237
+ }
3238
+ ),
3231
3239
  sx: {
3232
3240
  "& .MuiCardHeader-action": {
3233
3241
  ...i && w && { flexGrow: 1 },