monkey-style-guide 21.2.26 → 21.2.28

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.26",
3
+ "version": "21.2.28",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.2.4",
6
6
  "@angular/cdk": "^21.2.2",
@@ -1109,14 +1109,10 @@ 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<"text" | "icon">;
1112
+ protected readonly triggerVariant: i0.Signal<"icon" | "text">;
1113
1113
  protected readonly triggerIcon: i0.Signal<"filter" | "add-plus">;
1114
1114
  protected readonly triggerFlipId: i0.Signal<"trigger-text" | "trigger-icon">;
1115
1115
  constructor();
1116
- /**
1117
- * A field with a single condition has nothing to ask: the answer to "which
1118
- * condition" is already known, so it is taken rather than put to the user.
1119
- */
1120
1116
  private autoCondition;
1121
1117
  private askForAnswer;
1122
1118
  private seedDraft;
Binary file