beca-ui 2.0.20-beta.4 → 2.0.20-beta.6

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/beca-ui.js CHANGED
@@ -81710,7 +81710,7 @@ const pageSize = 10, NotificationComponent = (a, s) => {
81710
81710
  const {
81711
81711
  collapsed: c,
81712
81712
  toggleCollapse: u,
81713
- avatarUrl: d,
81713
+ avatarUrl: d = "https://photo2.tinhte.vn/data/attachment-files/2025/04/8687860_Exynos_2600_Galaxy_S26_Series.thumb.jpg",
81714
81714
  avatarThumbnailUrl: f,
81715
81715
  logoUrl: p,
81716
81716
  applicationsCardData: h = [],
@@ -0,0 +1,2 @@
1
+ import { Mentions } from "antd";
2
+ export default Mentions;
@@ -0,0 +1,2 @@
1
+ import { MentionProps } from "antd";
2
+ export type { MentionProps };
@@ -0,0 +1,2 @@
1
+ export * from "./Mentions.types";
2
+ export * from "./Mentions";