@croquiscom/pds 12.2.2 → 12.2.3

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
+ ## 12.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - dda134c: MessageManager notification/toast분기 추가
8
+
3
9
  ## 12.2.2
4
10
 
5
11
  ### Patch Changes
@@ -33,6 +33,7 @@ export interface MessageContainerProps {
33
33
  * @default false
34
34
  */
35
35
  use_inline?: boolean;
36
+ type: MessageContainerType;
36
37
  }
37
38
  type MessageContainerType = 'toast' | 'notification';
38
39
  type MessageComponentTypes = ToastComponentProps | NotificationComponentProps;