monkey-style-guide 21.2.32 → 21.2.34
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.
- package/assets/scss/table/_styles.scss +1 -1
- package/fesm2022/monkey-style-guide.mjs +2 -2
- package/fesm2022/monkey-style-guide.mjs.map +1 -1
- package/monkey-style-guide-21.2.34.tgz +0 -0
- package/package.json +1 -1
- package/types/monkey-style-guide.d.ts +1 -1
- package/monkey-style-guide-21.2.32.tgz +0 -0
|
Binary file
|
package/package.json
CHANGED
|
@@ -1114,7 +1114,7 @@ declare class MonkeyFilterBarComponent {
|
|
|
1114
1114
|
protected readonly addOptions: i0.Signal<MonkeyFilterBarOption[]>;
|
|
1115
1115
|
protected readonly canAddFilter: i0.Signal<boolean>;
|
|
1116
1116
|
protected readonly changeOptions: i0.Signal<MonkeyFilterBarOption[]>;
|
|
1117
|
-
protected readonly triggerVariant: i0.Signal<"
|
|
1117
|
+
protected readonly triggerVariant: i0.Signal<"icon" | "text">;
|
|
1118
1118
|
protected readonly triggerIcon: i0.Signal<"filter" | "add-plus">;
|
|
1119
1119
|
protected readonly triggerFlipId: i0.Signal<"trigger-text" | "trigger-icon">;
|
|
1120
1120
|
constructor();
|
|
Binary file
|