keevo-components 1.8.468 → 1.8.469

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": "keevo-components",
3
- "version": "1.8.468",
3
+ "version": "1.8.469",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
@@ -201,18 +201,10 @@ input {
201
201
  display: inline-block;
202
202
  }
203
203
 
204
-
205
- // class="px-2 py-4"
206
-
207
204
  ::ng-deep .p-menuitem-content {
208
205
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
209
206
  }
210
207
 
211
-
212
- // ::ng-deep p-tieredmenusub .p-tieredmenu-root-list .p-menuitem.p-disabled {
213
- // pointer-events: auto !important;
214
- // }
215
-
216
208
  ::ng-deep .p-disabled * {
217
209
  pointer-events: auto !important;
218
210
  }