@amityco/ulta-ui-kit 1.0.0-beta.19 → 1.0.0-beta.20

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.mts CHANGED
@@ -252,6 +252,7 @@ type Mentioned = {
252
252
  interface EngagementBarProps {
253
253
  postId: string;
254
254
  readonly?: boolean;
255
+ isClientCommunity?: boolean;
255
256
  }
256
257
 
257
258
  declare const _default: React.MemoExoticComponent<(props: EngagementBarProps) => React.JSX.Element>;
package/dist/index.d.ts CHANGED
@@ -252,6 +252,7 @@ type Mentioned = {
252
252
  interface EngagementBarProps {
253
253
  postId: string;
254
254
  readonly?: boolean;
255
+ isClientCommunity?: boolean;
255
256
  }
256
257
 
257
258
  declare const _default: React.MemoExoticComponent<(props: EngagementBarProps) => React.JSX.Element>;