prometeo-design-system 4.7.3 → 4.7.4
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/DialogModal.es.js +1 -1
- package/package.json +1 -1
package/dist/DialogModal.es.js
CHANGED
|
@@ -140,7 +140,7 @@ x.displayName = "DialogContent";
|
|
|
140
140
|
const g = y(({ children: t, className: n, debugMode: o }) => /* @__PURE__ */ e.jsx("h1", { className: m("prometeo-fonts-headline-small text-neutral-strong-default w-max", o && 'bg-red-400/40 relative after:content-["TITLE"] after:absolute after:top-0 after:-translate-y-5 after:left-0 after:w-max after:h-full after:text-red-500 after:prometeo-fonts-label-large', n), children: t }));
|
|
141
141
|
g.displayName = "DialogTitle";
|
|
142
142
|
const p = y(({ children: t, className: n, title: o, debugMode: s }) => /* @__PURE__ */ e.jsxs("div", { className: m(
|
|
143
|
-
"
|
|
143
|
+
"px-6 pt-8 pb-4",
|
|
144
144
|
s && "border-2 border-dashed border-red-600 bg-red-200/40! relative after:content-['HEADER'] after:absolute after:top-1 after:left-1/2 after:w-max after:h-full after:text-red-500",
|
|
145
145
|
n
|
|
146
146
|
), children: [
|