@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.
- package/card/design/RollCard.design.js +1 -1
- package/package.json +1 -1
- package/version.txt +1 -1
|
@@ -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:
|
|
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
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.308
|