framepexls-ui-lib 0.3.26 → 0.3.27

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.
@@ -110,7 +110,7 @@ function MediaSelector({
110
110
  setOpenPicker(false);
111
111
  onClose == null ? void 0 : onClose();
112
112
  },
113
- size: "full",
113
+ size: "5xl",
114
114
  children: [
115
115
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
116
116
  import_Dialog.default.Header,
@@ -77,7 +77,7 @@ function MediaSelector({
77
77
  setOpenPicker(false);
78
78
  onClose == null ? void 0 : onClose();
79
79
  },
80
- size: "full",
80
+ size: "5xl",
81
81
  children: [
82
82
  /* @__PURE__ */ jsx(
83
83
  Dialog.Header,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framepexls-ui-lib",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "Componentes UI de Framepexls para React/Next.",