@edu-tosel/design 1.0.307 → 1.0.308

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.
@@ -24,7 +24,7 @@ export default function RollCardDesign({ titles, state, disabled, isFixed, child
24
24
  width: "3xl",
25
25
  height: isMobile ? (!isFixed && isOpen ? "2xs" : "4xs") : "2xs",
26
26
  background: isDisabled || flag ? "bg-green-light" : "bg-white",
27
- boundary: isFixed ? "" : "shadow-main hover:shadow-green", // isFixed일 때 그림자 제거
27
+ boundary: flag ? "" : "shadow-main hover:shadow-green", // isFixed일 때 그림자 제거
28
28
  className: "p-7.5 flex flex-col gap-y-6",
29
29
  }, children: [_jsxs("div", { className: "flex flex-col gap-y-3.5 sm:flex-row justify-between", children: [_jsxs(Shelf.Col, { className: "gap-y-2.5", children: [_jsxs("div", { className: "flex gap-x-2.5 items-center", children: [titles.icon && _jsx("img", { src: titles.icon, alt: "icon" }), _jsx("div", { className: "text-xl leading-none font-pretendard-bold text-green-dark", children: titles.title })] }), _jsx("div", { className: "leading-none", children: titles.subtitle })] }), _jsxs("div", { className: "flex justify-between sm:justify-start gap-3.5 items-center", children: [_jsx(Label, { title: !isDisabled
30
30
  ? isFixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.307",
3
+ "version": "1.0.308",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.307
1
+ 1.0.308