@team-monolith/cds 1.39.0 → 1.40.0

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.
@@ -84,6 +84,8 @@ interface CodleColors {
84
84
  scratchAlt: string;
85
85
  entry: string;
86
86
  entryAlt: string;
87
+ video: string;
88
+ videoAlt: string;
87
89
  };
88
90
  }
89
91
 
@@ -83,6 +83,8 @@ export declare const light: {
83
83
  scratchAlt: string;
84
84
  entry: string;
85
85
  entryAlt: string;
86
+ video: string;
87
+ videoAlt: string;
86
88
  };
87
89
  };
88
90
  };
@@ -89,6 +89,8 @@ export const light = {
89
89
  scratchAlt: "#FFF5EC",
90
90
  entry: "#32D27D",
91
91
  entryAlt: "#E0F8EB",
92
+ video: "#5F32DE",
93
+ videoAlt: "#5F32DE",
92
94
  },
93
95
  },
94
96
  };
@@ -4,7 +4,7 @@ export interface BannerProps {
4
4
  className?: string;
5
5
  component?: React.ElementType;
6
6
  /** 컴포넌트 내 헤드라인으로 표기될 문자열 */
7
- headline?: React.ReactNode;
7
+ headline?: string;
8
8
  /** 컴포넌트 내용으로 표기될 값 */
9
9
  content?: React.ReactNode;
10
10
  /** 컴포넌트 좌측에 표기될 아이콘 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.39.0",
3
+ "version": "1.40.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,