@croquiscom/pds 14.5.1 → 14.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 14.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6b29785: Banner size에 xsmall 추가
8
+
9
+ ## 14.5.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 421db5b: Table resize true 시 고정너비셀은 resize 아이콘 미노출
14
+
3
15
  ## 14.5.1
4
16
 
5
17
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { IconProps } from '../icons/generated';
3
3
  export type BannerKind = 'neutral' | 'info' | 'error' | 'warning' | 'success';
4
- export type BannerSize = 'small' | 'medium';
4
+ export type BannerSize = 'xsmall' | 'small' | 'medium';
5
5
  export interface BannerProps {
6
6
  className?: string;
7
7
  /**