@croquiscom/pds 11.10.0 → 11.10.1

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,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 11.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 7c17400: feat: Tooltip Default kind값 변경
8
+
3
9
  ## 11.10.0
4
10
 
5
11
  ### Minor Changes
@@ -4,7 +4,8 @@ export interface TooltipBaseProps {
4
4
  /** @default medium */
5
5
  size?: TooltipSize;
6
6
  /**
7
- * @default neutral
7
+ * @default accent
8
+ * Primary, Brand는 삭제될 예정입니다.
8
9
  */
9
10
  kind?: TooltipKind;
10
11
  }