ngx-dev-toolbar 4.3.0 → 4.3.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.
@@ -47,7 +47,7 @@ export declare class ToolbarListItemComponent {
47
47
  /**
48
48
  * Current state of the apply operation
49
49
  */
50
- applyState: import("@angular/core").InputSignal<"error" | "idle" | "loading" | "success">;
50
+ applyState: import("@angular/core").InputSignal<"idle" | "loading" | "success" | "error">;
51
51
  /**
52
52
  * Whether this item is pinned to the top of the list
53
53
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-dev-toolbar",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "keywords": [
5
5
  "devtools",
6
6
  "development-toolbar",