@edu-tosel/design 1.0.44 → 1.0.45

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.
@@ -19,7 +19,7 @@ export function Header({ title, logo, notification, menu, options, }) {
19
19
  styles: "px-5 xl:px-8 2xl:px-16 box-shadow",
20
20
  className,
21
21
  };
22
- return (_jsxs("div", { className: cn(container), children: [_jsxs("div", { className: "flex h-12 items-center gap-8 xl:gap-24 2xl:gap-26", children: [logo ? _jsx(_Fragment, { children: logo }) : _jsx("div", { className: "text-2xl", children: "TOSEL" }), _jsx("div", { className: "text-3xl font-pretendard-bold", children: title })] }), _jsx("div", { className: "relative flex gap-5.25", children: _jsxs(Events.Show, { widgets: [
22
+ return (_jsxs("div", { className: cn(container), children: [_jsxs("div", { className: "flex h-12 items-center gap-8 xl:gap-24 2xl:gap-26", children: [logo ? _jsx(_Fragment, { children: logo }) : _jsx("div", { className: "text-2xl", children: "TOSEL" }), _jsx("div", { className: "hidden lg:flex text-3xl font-pretendard-bold", children: title })] }), _jsx("div", { className: "relative flex gap-5.25", children: _jsxs(Events.Show, { widgets: [
23
23
  ["notification", _jsx(Notification, { notifications: notifications })],
24
24
  [menu ? "menu" : false, menu && _jsx(Menu, { ...menu })],
25
25
  ], children: [_jsx(SVG.Notification, { flag: flag, onClick: () => {
@@ -3,7 +3,7 @@ import { cn } from "../../../util";
3
3
  export function NavigationContainer({ children, }) {
4
4
  const container = {
5
5
  positions: "fixed xl:static bottom-0 left-0 z-40",
6
- displays: "flex flex-row xl:flex-col",
6
+ displays: "hidden lg:flex flex-row xl:flex-col",
7
7
  sizes: "w-full xl:w-auto",
8
8
  };
9
9
  return (_jsxs("div", { className: cn(container), children: [children, _jsx(Copyright, {})] }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.44
1
+ 1.0.45