@k8o/arte-odyssey 2.0.0 → 2.0.2

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
  }
@@ -107,7 +107,7 @@ const NumberField = ({
107
107
  "button",
108
108
  {
109
109
  className: cn(
110
- "flex w-6 grow items-center justify-center rounded-tr-sm border-border-base border-b border-l bg-bg-mute",
110
+ "flex w-6 grow items-center justify-center rounded-tr-lg border-border-base border-b border-l bg-bg-mute",
111
111
  "disabled:cursor-not-allowed"
112
112
  ),
113
113
  disabled: isDisabled,
@@ -132,7 +132,7 @@ const NumberField = ({
132
132
  "button",
133
133
  {
134
134
  className: cn(
135
- "flex w-6 grow items-center justify-center rounded-br-sm border-border-base border-l bg-bg-mute",
135
+ "flex w-6 grow items-center justify-center rounded-br-lg border-border-base border-l bg-bg-mute",
136
136
  "disabled:cursor-not-allowed"
137
137
  ),
138
138
  disabled: isDisabled,
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.2",
4
4
  "description": "k8o's react ui library",
5
5
  "author": "k8o <kosakanoki@gmail.com>",
6
6
  "keywords": [