framepexls-ui-lib 0.1.19 → 0.1.20

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/Dialog.js CHANGED
@@ -246,7 +246,7 @@ function DialogField({
246
246
  children,
247
247
  className
248
248
  }) {
249
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("label", { className: cx("grid gap-1 text-sm content-start justify-start", className), children: [
249
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("label", { className: cx("grid gap-1 text-sm content-start", className), children: [
250
250
  label && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("span", { className: "font-medium", children: [
251
251
  label,
252
252
  " ",
package/dist/Dialog.mjs CHANGED
@@ -206,7 +206,7 @@ function DialogField({
206
206
  children,
207
207
  className
208
208
  }) {
209
- return /* @__PURE__ */ jsxs("label", { className: cx("grid gap-1 text-sm content-start justify-start", className), children: [
209
+ return /* @__PURE__ */ jsxs("label", { className: cx("grid gap-1 text-sm content-start", className), children: [
210
210
  label && /* @__PURE__ */ jsxs("span", { className: "font-medium", children: [
211
211
  label,
212
212
  " ",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "framepexls-ui-lib",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "Componentes UI de Framepexls para React/Next.",