@porscheinformatik/material-addons 10.1.8 → 10.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/material-addons",
3
- "version": "10.1.8",
3
+ "version": "10.1.9",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {
@@ -121,8 +121,6 @@ table {
121
121
  }
122
122
 
123
123
  .button-panel {
124
- display: flex;
125
- flex-direction: row;
126
124
  padding-top: 16px;
127
125
  padding-bottom: 8px;
128
126
  padding-right: 16px;
@@ -305,6 +303,14 @@ mad-link-button {
305
303
  display: none !important;
306
304
  }
307
305
 
306
+ mad-primary-button,
307
+ mad-outline-button,
308
+ mad-danger-button,
309
+ mad-link-button,
310
+ mad-icon-button {
311
+ display: none !important;
312
+ }
313
+
308
314
  .criteria-panel {
309
315
  display: none !important;
310
316
  height: 0 !important;