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 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": !styles
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": !styles
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, {})] }))) })) })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elseware-ui",
3
- "version": "2.9.3",
3
+ "version": "2.9.4",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "types": "build/index.d.ts",