test-stpr-ui-kit 0.4.2 → 0.4.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.
@@ -143,6 +143,7 @@ export declare enum EIconName {
143
143
  Copy = "copy",
144
144
  Close = "close",
145
145
  PlusSquare = "plusSquare",
146
+ PlusCircle = "plusCircle",
146
147
  WarningColor = "warningColor",
147
148
  Dots = "dots",
148
149
  HistoryClock = "historyClock",
@@ -370,7 +371,7 @@ declare type TButtonType = "submit" | "reset" | "button";
370
371
 
371
372
  declare type TButtonVariant = "primary" | "secondary" | "link";
372
373
 
373
- declare type TContextMenuOption = {
374
+ export declare type TContextMenuOption = {
374
375
  key?: string;
375
376
  value?: string;
376
377
  label?: string;