@base-framework/ui 1.0.132 → 1.0.133
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, a as n, F as o, L as p, P as r, R as u, S as I, b as i, T as l } from "./tooltip-
|
|
1
|
+
import { B as e, C as t, a as n, F as o, L as p, P as r, R as u, S as I, b as i, T as l } from "./tooltip-CESEqMCU.js";
|
|
2
2
|
import { B as m, I as T, L as c } from "./buttons-Cm9etaEG.js";
|
|
3
3
|
import { C as B, d as C, D as S, c as g, E as b, F as f, H as h, I as F, M as L, N as P, P as R, R as k, S as D, T as V, a as E, b as H, U as M, W as N } from "./inputs-Dmu4Z-7-.js";
|
|
4
4
|
import { V as W, 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, a as t, F as r, L as n, P as i, R as l, S as p, b as u, T as m } from "./tooltip-
|
|
1
|
+
import { B as e, C as o, a as t, F as r, L as n, P as i, R as l, S as p, b as u, T as m } from "./tooltip-CESEqMCU.js";
|
|
2
2
|
import { B as g, I as T, L as c } from "./buttons-Cm9etaEG.js";
|
|
3
3
|
import { C as b, d as D, D as S, c as I, E as B, F as P, H as F, I as M, M as k, N, P as v, R as f, S as x, T as h, a as y, b as W, U as L, W as A } from "./inputs-Dmu4Z-7-.js";
|
|
4
4
|
import { V as w, a as U } from "./veil-D4dRxILB.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Span as c, Div as l, Legend as f, Fieldset as x, UseParent as u, Input as C } from "@base-framework/atoms";
|
|
2
|
-
import { Atom as s, Html as
|
|
2
|
+
import { Atom as s, Html as h } from "@base-framework/base";
|
|
3
3
|
import { a as d } from "./veil-D4dRxILB.js";
|
|
4
|
-
import { f as
|
|
4
|
+
import { f as p, e as y, g as k } from "./inputs-Dmu4Z-7-.js";
|
|
5
5
|
const a = {
|
|
6
6
|
gray: {
|
|
7
7
|
backgroundColor: "bg-gray-50",
|
|
@@ -86,7 +86,7 @@ const a = {
|
|
|
86
86
|
return c({ ...t, class: r }, e);
|
|
87
87
|
}), L = s((t, e) => {
|
|
88
88
|
const r = t.margin ?? "my-5 mx-5", o = t.padding ?? "p-4";
|
|
89
|
-
return l({
|
|
89
|
+
return t.hover && (t.class += " hover:shadow-lg hover:bg-muted/50"), l({
|
|
90
90
|
...t,
|
|
91
91
|
class: `rounded-lg border bg-card text-card-foreground shadow-md min-w-[120px] min-h-[80px] ${r} ${o} ${t.class || ""}`
|
|
92
92
|
}, e);
|
|
@@ -160,7 +160,7 @@ const a = {
|
|
|
160
160
|
// Incorporate your new classes here
|
|
161
161
|
class: `
|
|
162
162
|
absolute w-full h-full opacity-0 cursor-pointer
|
|
163
|
-
${
|
|
163
|
+
${p}
|
|
164
164
|
${y}
|
|
165
165
|
${this.class || ""}
|
|
166
166
|
`.trim(),
|
|
@@ -177,7 +177,7 @@ const a = {
|
|
|
177
177
|
), R = s((t) => ({
|
|
178
178
|
tag: "select",
|
|
179
179
|
onCreated(e) {
|
|
180
|
-
t.options &&
|
|
180
|
+
t.options && h.setupSelectOptions(e, t.options);
|
|
181
181
|
},
|
|
182
182
|
...t,
|
|
183
183
|
class: `${k} ${t.class || ""}`.trim()
|
package/package.json
CHANGED