@speckle/ui-components 2.17.0 → 2.17.2
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/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.js +1 -1
- package/dist/lib.js.map +1 -1
- package/package.json +3 -3
package/dist/lib.js
CHANGED
|
@@ -2439,7 +2439,7 @@ function io(e) {
|
|
|
2439
2439
|
}
|
|
2440
2440
|
const Al = /* @__PURE__ */ p("div", { class: "fixed inset-0 bg-neutral-100/70 dark:bg-neutral-900/70 transition-opacity backdrop-blur-xs" }, null, -1), Tl = { class: "fixed inset-0 z-10 h-screen w-screen" }, Fl = { class: "flex justify-center items-center h-full w-full p-4 sm:p-0" }, _l = {
|
|
2441
2441
|
key: 0,
|
|
2442
|
-
class: "flex items-center justify-start rounded-t-lg shrink-0 h-
|
|
2442
|
+
class: "flex items-center justify-start rounded-t-lg shrink-0 min-h-[4rem] py-2 px-4 sm:px-8 truncate text-xl sm:text-2xl font-bold"
|
|
2443
2443
|
}, Rl = { class: "w-full truncate pr-12" }, uo = /* @__PURE__ */ T({
|
|
2444
2444
|
__name: "Dialog",
|
|
2445
2445
|
props: {
|