monkey-style-guide 21.2.32 → 21.2.33

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.
@@ -5,7 +5,7 @@
5
5
  ************************* */
6
6
  .mecx-table {
7
7
  width: 100%;
8
- min-width: 400px;
8
+ min-width: 356px;
9
9
  height: 100%;
10
10
  border-collapse: separate;
11
11
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "21.2.32",
3
+ "version": "21.2.33",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^21.2.4",
6
6
  "@angular/cdk": "^21.2.2",
@@ -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<"text" | "icon">;
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