@team-monolith/cds 1.17.1 → 1.17.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.
@@ -16,7 +16,7 @@ export interface ButtonOwnProps<RootComponentType extends React.ElementType> {
16
16
  /** 컴포넌트 우측에 표기될 아이콘 */
17
17
  endIcon?: React.ReactNode;
18
18
  /** 컴포넌트 내 표기될 문자열 */
19
- label: string;
19
+ label: React.ReactNode;
20
20
  /** 전체 너비 유무 */
21
21
  fullWidth?: boolean;
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,