@edu-tosel/design 1.0.215 → 1.0.216
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.
|
@@ -4,7 +4,7 @@ import { cn } from "../../../../../util";
|
|
|
4
4
|
import { printBoxStyles } from "../atom/PrintBoxStyles";
|
|
5
5
|
export default function HonorCard({ result, }) {
|
|
6
6
|
const cardWrapper = {
|
|
7
|
-
displays: "flex flex-col self-stretch
|
|
7
|
+
displays: "flex flex-1 flex-col self-stretch relative",
|
|
8
8
|
sizes: "w-full rounded-lg overflow-hidden",
|
|
9
9
|
backgrounds: "bg-white shadow-main",
|
|
10
10
|
animations: "duration-300 hover:scale-105 hover:shadow-green",
|
|
@@ -4,7 +4,7 @@ import { printBoxStyles } from "../atom/PrintBoxStyles";
|
|
|
4
4
|
import { CircularGauge } from "../molecule/CircularGauge";
|
|
5
5
|
export default function ResultGaugeCard({ result, theme, }) {
|
|
6
6
|
const cardWrapper = {
|
|
7
|
-
displays: "flex flex-col self-auto flex-
|
|
7
|
+
displays: "flex flex-col self-auto flex-2 md:flex-1 overflow-hidden",
|
|
8
8
|
sizes: "w-full h-fit rounded-lg",
|
|
9
9
|
backgrounds: "bg-white shadow-main",
|
|
10
10
|
// animations: "duration-300 hover:scale-105 hover:shadow-green",
|
package/package.json
CHANGED
package/tailwind.config.ts
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.216
|