monkey-style-guide 21.2.11 → 21.2.12
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
|
@@ -1028,7 +1028,7 @@ declare class MonkeyFilterBarV2Component {
|
|
|
1028
1028
|
* While the bar is empty the trigger is the CALL and earns the label. With
|
|
1029
1029
|
* filters on screen a 28px square is enough.
|
|
1030
1030
|
*/
|
|
1031
|
-
protected readonly triggerVariant: i0.Signal<"
|
|
1031
|
+
protected readonly triggerVariant: i0.Signal<"text" | "icon">;
|
|
1032
1032
|
/**
|
|
1033
1033
|
* The glyph of the collapsed trigger is a `+`, not the funnel.
|
|
1034
1034
|
*
|
|
Binary file
|