test-stpr-ui-kit 0.5.43 → 0.5.44

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.
@@ -182,7 +182,8 @@ export declare enum EIconName {
182
182
  AddUser = "addUser",
183
183
  AddFile = "addFile",
184
184
  Calendar = "calendar",
185
- ArrowBottom = "arrowBottom"
185
+ ArrowBottom = "arrowBottom",
186
+ UserRight = "userRight"
186
187
  }
187
188
 
188
189
  export declare const EllipsisTextWithTooltip: default_2.FC<EllipsisTextWithTooltipProps>;