@k8o/arte-odyssey 2.0.0 → 2.0.1

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.
@@ -9,14 +9,14 @@ const Card = ({
9
9
  "section",
10
10
  {
11
11
  className: cn(
12
- "overflow-hidden rounded-lg border border-border-mute",
12
+ "overflow-hidden rounded-lg shadow-sm",
13
13
  width === "full" && "w-full",
14
14
  width === "fit" && "w-fit",
15
15
  variant === "primary" && "bg-bg-base",
16
16
  variant === "secondary" && "bg-bg-mute"
17
17
  ),
18
18
  children: [
19
- title && /* @__PURE__ */ jsx("div", { className: "border-border-mute border-b bg-primary-bg/10 px-4 py-3", children: /* @__PURE__ */ jsx("p", { className: "font-bold", children: title }) }),
19
+ title && /* @__PURE__ */ jsx("div", { className: "bg-primary-bg/10 px-4 py-3", children: /* @__PURE__ */ jsx("p", { className: "font-bold", children: title }) }),
20
20
  children
21
21
  ]
22
22
  }
@@ -9,14 +9,14 @@ const InteractiveCard = ({
9
9
  "section",
10
10
  {
11
11
  className: cn(
12
- "overflow-hidden rounded-lg border border-border-mute transition-transform hover:scale-[1.02] active:scale-[0.98]",
12
+ "overflow-hidden rounded-lg shadow-sm transition-transform hover:scale-[1.02] active:scale-[0.98]",
13
13
  width === "full" && "w-full",
14
14
  width === "fit" && "w-fit",
15
15
  variant === "primary" && "bg-bg-base",
16
16
  variant === "secondary" && "bg-bg-mute"
17
17
  ),
18
18
  children: [
19
- title && /* @__PURE__ */ jsx("div", { className: "border-border-mute border-b bg-primary-bg/10 px-4 py-3", children: /* @__PURE__ */ jsx("p", { className: "font-bold", children: title }) }),
19
+ title && /* @__PURE__ */ jsx("div", { className: "bg-primary-bg/10 px-4 py-3", children: /* @__PURE__ */ jsx("p", { className: "font-bold", children: title }) }),
20
20
  children
21
21
  ]
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8o/arte-odyssey",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "k8o's react ui library",
5
5
  "author": "k8o <kosakanoki@gmail.com>",
6
6
  "keywords": [