test-stpr-ui-kit 0.5.0 → 0.5.1

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.
@@ -155,7 +155,14 @@ export declare enum EIconName {
155
155
  Minus = "minus",
156
156
  TerminalSquare = "terminalSquare",
157
157
  File = "file",
158
- InfoError = "infoError"
158
+ InfoError = "infoError",
159
+ Save = "save",
160
+ Refresh = "refresh",
161
+ Logout = "logout",
162
+ Edit = "edit",
163
+ Download = "download",
164
+ AddUser = "addUser",
165
+ AddFile = "addFile"
159
166
  }
160
167
 
161
168
  export declare const EllipsisTextWithTooltip: default_2.FC<EllipsisTextWithTooltipProps>;