@mirantes-micro/foundation-design-system 1.0.9 → 1.0.11
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.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -338,7 +338,6 @@ interface IUserVisibilitySettings {
|
|
|
338
338
|
profilePictureScope?: EPictureVisibility;
|
|
339
339
|
followingVisibility?: EFollowingVisibility;
|
|
340
340
|
notifyMentionsInMedia?: boolean;
|
|
341
|
-
allowMentions?: boolean;
|
|
342
341
|
}
|
|
343
342
|
declare enum EProfileViewMode {
|
|
344
343
|
professional = "PROFESSIONAL_IDENTITY",
|
|
@@ -364,6 +363,7 @@ type Settings = {
|
|
|
364
363
|
theme: string;
|
|
365
364
|
feed: {
|
|
366
365
|
preference: string;
|
|
366
|
+
allowMentions: boolean;
|
|
367
367
|
};
|
|
368
368
|
profile: IUserVisibilitySettings;
|
|
369
369
|
};
|