@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 flex-[1] relative",
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-[2] md:flex-[1] overflow-hidden",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edu-tosel/design",
3
- "version": "1.0.215",
3
+ "version": "1.0.216",
4
4
  "description": "UI components for International TOSEL Committee",
5
5
  "keywords": [
6
6
  "jsx",
@@ -36,6 +36,9 @@ export default {
36
36
  "main-hover": "0 10px 12px 0px rgba(0, 0, 0, 0.3)",
37
37
  green: "0 0px 10px 0px rgba(16, 86, 82, 0.38)",
38
38
  },
39
+ flex: {
40
+ "2": "2 2 0%",
41
+ },
39
42
  keyframes: {
40
43
  smallBounce: {
41
44
  "0%, 100%": { transform: "translateY(-5%)" },
package/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.215
1
+ 1.0.216