@base-framework/ui 1.0.204 → 1.0.205
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/atoms.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as e, C as t, b as o, F as n, a as r, L as p, P as u, R as I, S as i, c as l, T as d } from "./tooltip-
|
|
1
|
+
import { B as e, C as t, b as o, F as n, a as r, L as p, P as u, R as I, S as i, c as l, T as d } from "./tooltip-9MdaFacr.js";
|
|
2
2
|
import { B as T, I as c, L as x } from "./buttons-Cm9etaEG.js";
|
|
3
3
|
import { C, d as g, D as F, c as b, E as f, F as L, H as P, I as R, M as S, N as h, P as k, R as D, T as V, a as E, b as G, U as H, W as M } from "./inputs-CMjx5-IX.js";
|
|
4
4
|
import { V as U, a as W } from "./veil-D4dRxILB.js";
|
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as e, C as o, b as t, F as r, a as n, L as l, P as i, R as p, S as u, c as m, T as d } from "./tooltip-
|
|
1
|
+
import { B as e, C as o, b as t, F as r, a as n, L as l, P as i, R as p, S as u, c as m, T as d } from "./tooltip-9MdaFacr.js";
|
|
2
2
|
import { B as g, I as C, L as T } from "./buttons-Cm9etaEG.js";
|
|
3
3
|
import { C as D, d as I, D as S, c as B, E as P, F, H as M, I as k, M as N, N as f, P as v, R as x, T as y, a as h, b as W, U as H, W as L } from "./inputs-CMjx5-IX.js";
|
|
4
4
|
import { V as w, a as U } from "./veil-D4dRxILB.js";
|
|
@@ -106,25 +106,17 @@ const a = {
|
|
|
106
106
|
var e;
|
|
107
107
|
return o({
|
|
108
108
|
...t,
|
|
109
|
-
class: `flex flex-col
|
|
110
|
-
sm:flex-row sm:items-center
|
|
111
|
-
${t.class || ""}`
|
|
109
|
+
class: `flex flex-col sm:flex-row ${t.class || ""}`
|
|
112
110
|
}, [
|
|
113
|
-
// Label container: 1/4 width on sm+, full-width on mobile
|
|
114
111
|
t.label && o({
|
|
115
112
|
...t.labelProps,
|
|
116
|
-
class: `w-full
|
|
117
|
-
sm:w-1/3
|
|
118
|
-
text-base font-medium
|
|
119
|
-
${((e = t.labelProps) == null ? void 0 : e.class) || ""}`
|
|
113
|
+
class: `w-full sm:w-1/3 space-y-2 ${((e = t.labelProps) == null ? void 0 : e.class) || ""}`
|
|
120
114
|
}, [
|
|
121
|
-
C({ class: "text-base
|
|
122
|
-
t.description && h({ class: "text-muted-foreground" }, t.description)
|
|
115
|
+
C({ class: "text-base" }, t.label),
|
|
116
|
+
t.description && h({ class: "text-sm text-muted-foreground" }, t.description)
|
|
123
117
|
]),
|
|
124
118
|
// Controls container: grows to fill remaining space, spacing between items
|
|
125
|
-
o({
|
|
126
|
-
class: "w-full sm:flex-1 flex flex-col space-y-4"
|
|
127
|
-
}, r)
|
|
119
|
+
o({ class: "w-full sm:flex-1 flex flex-col space-y-4" }, r)
|
|
128
120
|
]);
|
|
129
121
|
}), V = d(
|
|
130
122
|
{
|
package/package.json
CHANGED