@simoncomputing/mui-bueno-v2 0.19.8 → 0.19.9

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.d.ts CHANGED
@@ -87,6 +87,10 @@ export type { NavBarProps } from './components/Navigation/NavBar/NavBar';
87
87
  export type { FloatingNavBarProps } from './components/Navigation/NavBar/FloatingNavBar/FloatingNavBar';
88
88
  export type { DrawerProps } from './components/Navigation/Header/Drawer';
89
89
  export type { TabsProps } from './components/Navigation/Tabs/Tabs';
90
+ export { Row } from './components/Layout/Row/Row';
91
+ export { Column } from './components/Layout/Column/Column';
92
+ export type { RowProps } from './components/Layout/Row/Row';
93
+ export type { ColumnProps } from './components/Layout/Column/Column';
90
94
  export { SuccessAlert } from './components/Alerts/SuccessAlert';
91
95
  export { InfoAlert } from './components/Alerts/InfoAlert';
92
96
  export { WarningAlert } from './components/Alerts/WarningAlert';
package/dist/index.es.js CHANGED
@@ -61007,7 +61007,13 @@ const b$ = xu(void 0), v$ = () => {
61007
61007
  }
61008
61008
  }
61009
61009
  );
61010
- }, Jme = (t) => /* @__PURE__ */ S(Uu, { severity: "info", ...t }), Zme = (t) => /* @__PURE__ */ S(Uu, { severity: "warning", ...t }), ume = (t) => {
61010
+ }, Jme = (t) => {
61011
+ const { gap: e = 1, alignItems: n = "center", ...r } = t;
61012
+ return /* @__PURE__ */ S(Ae, { display: "flex", flexDirection: "row", gap: e, alignItems: n, ...r });
61013
+ }, Zme = (t) => {
61014
+ const { gap: e = 1, ...n } = t;
61015
+ return /* @__PURE__ */ S(Ae, { display: "flex", flexDirection: "column", gap: e, ...n });
61016
+ }, Xme = (t) => /* @__PURE__ */ S(Uu, { severity: "info", ...t }), Qme = (t) => /* @__PURE__ */ S(Uu, { severity: "warning", ...t }), ume = (t) => {
61011
61017
  const { crumbInfo: e } = t, n = Il();
61012
61018
  return /* @__PURE__ */ S(
61013
61019
  OH,
@@ -61018,7 +61024,7 @@ const b$ = xu(void 0), v$ = () => {
61018
61024
  children: e.map(({ label: r, path: o }, i) => o && i < e.length - 1 ? /* @__PURE__ */ S(T1, { color: "primary", sx: { cursor: "pointer" }, onClick: () => n(o), children: r }, r) : /* @__PURE__ */ S(qe, { color: "primary", children: r }, r))
61019
61025
  }
61020
61026
  );
61021
- }, Xme = (t) => {
61027
+ }, ege = (t) => {
61022
61028
  const { title: e, message: n, type: r, onClose: o, autoHideDuration: i = 8e3, variant: s = "leftBorder", elevation: a = 6 } = t, l = dme(r);
61023
61029
  return /* @__PURE__ */ S(
61024
61030
  AH,
@@ -61052,7 +61058,7 @@ const b$ = xu(void 0), v$ = () => {
61052
61058
  return /* @__PURE__ */ S(d7, {});
61053
61059
  if (t == "logout")
61054
61060
  return /* @__PURE__ */ S(z7, {});
61055
- }, Qme = (t) => {
61061
+ }, tge = (t) => {
61056
61062
  const {
61057
61063
  title: e,
61058
61064
  createButtonLabel: n,
@@ -61098,7 +61104,7 @@ const b$ = xu(void 0), v$ = () => {
61098
61104
  }
61099
61105
  )
61100
61106
  ] });
61101
- }, ege = (t) => {
61107
+ }, nge = (t) => {
61102
61108
  const { title: e, titleIcon: n, fullWidthIcon: r = !1, children: o, actionLabel: i, action: s, sx: a } = t, l = da(Fn().breakpoints.down("sm"));
61103
61109
  return /* @__PURE__ */ ee(na, { sx: a || { padding: "30px 40px", display: "flex", flexDirection: "column", gap: "1rem" }, children: [
61104
61110
  n && /* @__PURE__ */ S(
@@ -61144,7 +61150,7 @@ const b$ = xu(void 0), v$ = () => {
61144
61150
  )
61145
61151
  ] });
61146
61152
  };
61147
- function tge({ ...t }) {
61153
+ function rge({ ...t }) {
61148
61154
  return /* @__PURE__ */ S(
61149
61155
  g$,
61150
61156
  {
@@ -61157,7 +61163,7 @@ function tge({ ...t }) {
61157
61163
  }
61158
61164
  );
61159
61165
  }
61160
- const nge = ({ children: t, getCitations: e }) => {
61166
+ const oge = ({ children: t, getCitations: e }) => {
61161
61167
  const [n, r] = xt([]), [o, i] = xt(!1);
61162
61168
  It(() => {
61163
61169
  (async () => e().then((f) => {
@@ -61203,7 +61209,7 @@ const nge = ({ children: t, getCitations: e }) => {
61203
61209
  children: t
61204
61210
  }
61205
61211
  );
61206
- }, rge = (t) => {
61212
+ }, ige = (t) => {
61207
61213
  const { size: e = "small" } = t;
61208
61214
  let n = `${e}px`;
61209
61215
  switch (e) {
@@ -61233,8 +61239,9 @@ export {
61233
61239
  U8 as Checkbox,
61234
61240
  _me as CheckboxGroup,
61235
61241
  $me as CitationField,
61236
- nge as CitationFieldProvider,
61237
- tge as CitationManager,
61242
+ oge as CitationFieldProvider,
61243
+ rge as CitationManager,
61244
+ Zme as Column,
61238
61245
  jme as ConfirmationModal,
61239
61246
  cme as DarkModeToggle,
61240
61247
  Ev as DateField,
@@ -61250,7 +61257,7 @@ export {
61250
61257
  Ume as Footer,
61251
61258
  zme as FormDebugger,
61252
61259
  Kme as Header,
61253
- Jme as InfoAlert,
61260
+ Xme as InfoAlert,
61254
61261
  s$ as LoadingButton,
61255
61262
  Y2 as LoadingIndicator,
61256
61263
  Eme as Location,
@@ -61259,21 +61266,22 @@ export {
61259
61266
  Tme as MultiAutocomplete,
61260
61267
  lme as NavBar,
61261
61268
  nme as NotApplicableCheckbox,
61262
- Qme as PageHeader,
61269
+ tge as PageHeader,
61263
61270
  Gpe as PaginatedTable,
61264
61271
  ame as ProfileMenu,
61265
61272
  u7 as RadioGroup,
61266
61273
  Mme as RangeSlider,
61267
61274
  Hme as RepeatableFormGroup,
61268
61275
  Lme as RichTextField,
61276
+ Jme as Row,
61269
61277
  Bme as ScrollToTop,
61270
61278
  Rme as SearchField,
61271
61279
  Ome as Select,
61272
61280
  Ghe as SelectableCitationManager,
61273
61281
  Yme as Sidebar,
61274
- ege as SingleActionCard,
61275
- Xme as Snackbar,
61276
- rge as Spacer,
61282
+ nge as SingleActionCard,
61283
+ ege as Snackbar,
61284
+ ige as Spacer,
61277
61285
  Vme as Stepper,
61278
61286
  Fme as Submit,
61279
61287
  Khe as SuccessAlert,
@@ -61282,7 +61290,7 @@ export {
61282
61290
  TS as Tabs,
61283
61291
  al as TextField,
61284
61292
  Hr as ValidationError,
61285
- Zme as WarningAlert,
61293
+ Qme as WarningAlert,
61286
61294
  Rn as commonTheme,
61287
61295
  Cme as darkTheme,
61288
61296
  Sme as lightTheme