monkey-style-guide 21.2.29 → 21.2.31

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "21.2.29",
3
+ "version": "21.2.31",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.2.4",
6
6
  "@angular/cdk": "^21.2.2",
@@ -1109,7 +1109,7 @@ declare class MonkeyFilterBarComponent {
1109
1109
  protected readonly addOptions: i0.Signal<MonkeyFilterBarOption[]>;
1110
1110
  protected readonly canAddFilter: i0.Signal<boolean>;
1111
1111
  protected readonly changeOptions: i0.Signal<MonkeyFilterBarOption[]>;
1112
- protected readonly triggerVariant: i0.Signal<"icon" | "text">;
1112
+ protected readonly triggerVariant: i0.Signal<"text" | "icon">;
1113
1113
  protected readonly triggerIcon: i0.Signal<"filter" | "add-plus">;
1114
1114
  protected readonly triggerFlipId: i0.Signal<"trigger-text" | "trigger-icon">;
1115
1115
  constructor();
Binary file