@tactics/lokaal-loket 0.0.345 → 0.0.347

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -80,7 +80,8 @@ declare enum IconType {
80
80
  EYE_CLOSED = "EYE_CLOSED",
81
81
  CALENDAR = "CALENDAR",
82
82
  WARNING = "WARNING",
83
- EMAIL = "EMAIL"
83
+ EMAIL = "EMAIL",
84
+ LOGOUT = "LOGOUT"
84
85
  }
85
86
 
86
87
  interface IScaledIcon {
package/build/index.d.ts CHANGED
@@ -80,7 +80,8 @@ declare enum IconType {
80
80
  EYE_CLOSED = "EYE_CLOSED",
81
81
  CALENDAR = "CALENDAR",
82
82
  WARNING = "WARNING",
83
- EMAIL = "EMAIL"
83
+ EMAIL = "EMAIL",
84
+ LOGOUT = "LOGOUT"
84
85
  }
85
86
 
86
87
  interface IScaledIcon {