elseware-ui 2.9.3 → 2.9.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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -78227,7 +78227,7 @@ var Header = function (_a) {
|
|
|
78227
78227
|
fixed: position === "fixed",
|
|
78228
78228
|
sticky: position === "sticky",
|
|
78229
78229
|
"flex flex-row items-center top-0 w-full h-fit z-50 min-h-[50px]": true,
|
|
78230
|
-
"border-b border-eui-dark-500/40 dark:border-eui-secondary-500 eui-bg-md":
|
|
78230
|
+
"border-b border-eui-dark-500/40 dark:border-eui-secondary-500 eui-bg-md": true
|
|
78231
78231
|
},
|
|
78232
78232
|
_b["".concat(styles)] = styles,
|
|
78233
78233
|
_b)) }, { children: jsxRuntime.jsx("div", __assign$1({ className: "w-full" }, { children: children ? (children) : (jsxRuntime.jsxs("div", __assign$1({ className: "flex flex-row w-full items-center justify-between px-4" }, { children: [jsxRuntime.jsx("div", { children: "Header" }), jsxRuntime.jsx(ThemeSwitch, {})] }))) })) })));
|
package/build/index.js
CHANGED
|
@@ -78253,7 +78253,7 @@ var Header = function (_a) {
|
|
|
78253
78253
|
fixed: position === "fixed",
|
|
78254
78254
|
sticky: position === "sticky",
|
|
78255
78255
|
"flex flex-row items-center top-0 w-full h-fit z-50 min-h-[50px]": true,
|
|
78256
|
-
"border-b border-eui-dark-500/40 dark:border-eui-secondary-500 eui-bg-md":
|
|
78256
|
+
"border-b border-eui-dark-500/40 dark:border-eui-secondary-500 eui-bg-md": true
|
|
78257
78257
|
},
|
|
78258
78258
|
_b["".concat(styles)] = styles,
|
|
78259
78259
|
_b)) }, { children: jsxRuntime.jsx("div", __assign$1({ className: "w-full" }, { children: children ? (children) : (jsxRuntime.jsxs("div", __assign$1({ className: "flex flex-row w-full items-center justify-between px-4" }, { children: [jsxRuntime.jsx("div", { children: "Header" }), jsxRuntime.jsx(ThemeSwitch, {})] }))) })) })));
|