@tipp/ui 1.6.22 → 1.6.23

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/dist/index.js CHANGED
@@ -41,7 +41,7 @@ import {
41
41
  } from "./chunk-I7VFM7I6.js";
42
42
  import {
43
43
  ContentsCard
44
- } from "./chunk-L5XYBDEW.js";
44
+ } from "./chunk-JAJC7VPU.js";
45
45
  import {
46
46
  CurriculumCard
47
47
  } from "./chunk-4DB5HWFL.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui",
3
- "version": "1.6.22",
3
+ "version": "1.6.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -59,8 +59,8 @@
59
59
  "ts-node": "^10.9.2",
60
60
  "tsup": "^8.0.2",
61
61
  "typescript": "^5.3.3",
62
- "@tipp/typescript-config": "1.0.1",
63
- "@tipp/eslint-config": "1.0.1"
62
+ "@tipp/eslint-config": "1.0.1",
63
+ "@tipp/typescript-config": "1.0.1"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "pnpm run build:js && pnpm run build:css",
@@ -47,6 +47,7 @@ export const ContentsCard = forwardRef<HTMLDivElement, ContentsCardProps>(
47
47
  width: '100%',
48
48
  display: 'grid',
49
49
  cursor: 'pointer',
50
+ maxHeight: '450px',
50
51
  }}
51
52
  >
52
53
  {/* 섬네일 */}