@edu-tosel/design 1.0.149 → 1.0.150

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.
@@ -30,9 +30,9 @@ export default function Integrate({ isLoading, isUser, usernameState: [oldUserna
30
30
  }
31
31
  }, option: {
32
32
  text: "text-green-dark",
33
- } }), _jsxs("div", { className: "flex w-full justify-between items-center mt-12", children: [_jsx("button", { onClick: () => {
34
- alert("계정 분실 관련 문의는 tosel_cs@tosel.co.kr으로 메일 부탁드립니다.");
35
- }, className: "pl-2.5 text-gray-medium", children: "\uACC4\uC815 \uBB38\uC758" }), _jsx(Button, { title: "\uC5F0\uB3D9\uD558\uAE30", onClick: submit, option: {
33
+ } }), _jsxs("div", { className: "flex w-full justify-between items-center mt-12", children: [_jsxs("div", { className: "flex pl-1.5 gap-x-3.5", children: [_jsx("button", { onClick: () => window.open("https://tosel.org/new/find_idpw"), className: "text-gray-medium", children: "(\uAD6C)\uACC4\uC815 \uCC3E\uAE30" }), _jsx("button", { onClick: () => {
34
+ alert("계정 관련 기타 문의는 tosel_cs@tosel.co.kr으로 메일 부탁드립니다.");
35
+ }, className: "text-gray-medium", children: "\uAE30\uD0C0 \uBB38\uC758" })] }), _jsx(Button, { title: "\uC5F0\uB3D9\uD558\uAE30", onClick: submit, option: {
36
36
  width: "md",
37
37
  height: "md",
38
38
  text: "text-white",
@@ -11,7 +11,7 @@ export default function Navigation({ clickBrowser, elements, }) {
11
11
  styles: "rounded-r-xl",
12
12
  };
13
13
  const transition = useTransition(!flag, {
14
- from: { width: 80, height: 100 },
14
+ from: { width: 56, height: 320 },
15
15
  leave: { width: 0, height: screen.height, duration: 500 },
16
16
  });
17
17
  const overlayTransition = useTransition(flag, {
@@ -54,7 +54,7 @@ export default function Notice({ banners }) {
54
54
  const buttonPositioning = {
55
55
  displays: "hidden flex-row md:flex",
56
56
  sizes: "w-full h-full",
57
- spacings: "px-2",
57
+ spacings: "md:pl-[72px] pl-2 pr-2",
58
58
  positions: "absolute top-0 left-0 justify-between items-center opacity-0 group-hover:opacity-100 duration-300",
59
59
  hovering: "group pointer-events-none",
60
60
  };
@@ -51,7 +51,7 @@ export default function Promotion({ banners, option, }) {
51
51
  const buttonPositioning = {
52
52
  displays: "hidden flex-row md:flex",
53
53
  sizes: "w-full h-full",
54
- spacings: "px-2",
54
+ spacings: "md:pl-[72px] pl-2 pr-2",
55
55
  positions: "absolute top-0 left-0 justify-between items-center opacity-0 group-hover:opacity-100 duration-300",
56
56
  hovering: "group pointer-events-none",
57
57
  };
@@ -50,7 +50,7 @@ export default function Service({ banners }) {
50
50
  const buttonPositioning = {
51
51
  displays: "hidden flex-row md:flex",
52
52
  sizes: "w-full h-full",
53
- spacings: "px-2",
53
+ spacings: "md:pl-[72px] pl-2 pr-2",
54
54
  positions: "absolute top-0 left-0 justify-between items-center opacity-0 group-hover:opacity-100 duration-300",
55
55
  hovering: "group pointer-events-none",
56
56
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.149",
3
+ "version": "1.0.150",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.149
1
+ 1.0.150