@amityco/ui-kit-open-source 3.10.2 → 3.10.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/dist/esm/index.css +1 -1
- package/dist/esm/index.js +834 -831
- package/dist/index.css +1 -1
- package/dist/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +886 -883
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -214,6 +214,7 @@ type Mentioned = {
|
|
|
214
214
|
length: number;
|
|
215
215
|
index: number;
|
|
216
216
|
type: string;
|
|
217
|
+
displayName: string;
|
|
217
218
|
};
|
|
218
219
|
|
|
219
220
|
interface EngagementBarProps {
|
|
@@ -420,7 +421,8 @@ declare function SocialGlobalSearchPage(): React.JSX.Element;
|
|
|
420
421
|
declare enum AmityPostCategory {
|
|
421
422
|
GENERAL = "general",
|
|
422
423
|
ANNOUNCEMENT = "announcement",
|
|
423
|
-
PIN = "pin"
|
|
424
|
+
PIN = "pin",
|
|
425
|
+
PIN_AND_ANNOUNCEMENT = "pin_and_announcement"
|
|
424
426
|
}
|
|
425
427
|
|
|
426
428
|
interface PostDetailPageProps {
|
package/dist/index.d.ts
CHANGED
|
@@ -214,6 +214,7 @@ type Mentioned = {
|
|
|
214
214
|
length: number;
|
|
215
215
|
index: number;
|
|
216
216
|
type: string;
|
|
217
|
+
displayName: string;
|
|
217
218
|
};
|
|
218
219
|
|
|
219
220
|
interface EngagementBarProps {
|
|
@@ -420,7 +421,8 @@ declare function SocialGlobalSearchPage(): React.JSX.Element;
|
|
|
420
421
|
declare enum AmityPostCategory {
|
|
421
422
|
GENERAL = "general",
|
|
422
423
|
ANNOUNCEMENT = "announcement",
|
|
423
|
-
PIN = "pin"
|
|
424
|
+
PIN = "pin",
|
|
425
|
+
PIN_AND_ANNOUNCEMENT = "pin_and_announcement"
|
|
424
426
|
}
|
|
425
427
|
|
|
426
428
|
interface PostDetailPageProps {
|