@fileverse/ui 4.2.1-toast-2 → 4.2.1-toast-5

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/dist/index.css CHANGED
@@ -2369,6 +2369,9 @@ video {
2369
2369
  .\!pb-0 {
2370
2370
  padding-bottom: 0px !important;
2371
2371
  }
2372
+ .\!pb-\[calc\(16px\+24px\)\] {
2373
+ padding-bottom: calc(16px + 24px) !important;
2374
+ }
2372
2375
  .\!pr-0 {
2373
2376
  padding-right: 0px !important;
2374
2377
  }
@@ -993,6 +993,7 @@ declare type ToasterToast = ToastProps & {
993
993
  description?: React_2.ReactNode;
994
994
  showCloseButton?: boolean;
995
995
  isActionable?: boolean;
996
+ toastIdentifier?: string | null;
996
997
  action?: {
997
998
  label: string;
998
999
  handler: () => void;