monkey-style-guide 21.2.30 → 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
|
@@ -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<"
|
|
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
|