test-stpr-ui-kit 0.4.33 → 0.4.34

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.
@@ -147,7 +147,8 @@ export declare enum EIconName {
147
147
  WarningColor = "warningColor",
148
148
  Dots = "dots",
149
149
  HistoryClock = "historyClock",
150
- Minus = "minus"
150
+ Minus = "minus",
151
+ TerminalSquare = "terminalSquare"
151
152
  }
152
153
 
153
154
  export declare const EllipsisTextWithTooltip: default_2.FC<EllipsisTextWithTooltipProps>;