keevo-components 2.0.117 → 2.0.119

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": "2.0.117",
3
+ "version": "2.0.119",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.8",
6
6
  "@angular/core": "^17.3.8",
@@ -55,7 +55,7 @@
55
55
  }
56
56
 
57
57
  .icon-more {
58
- font-weight: 300;
58
+ font-weight: 500;
59
59
  font-size: 1.4rem !important;
60
60
  // color: #64748b;
61
61
  color: rgb(var(--kv-color-system), .75);
@@ -219,9 +219,9 @@ input {
219
219
  display: inline-block;
220
220
  }
221
221
 
222
- ::ng-deep .p-menuitem-content {
223
- padding: 0.35rem;
224
- }
222
+ // ::ng-deep .p-menuitem-content {
223
+ // padding: 0.5rem !important;
224
+ // }
225
225
 
226
226
  :host ::ng-deep .p-disabled * {
227
227
  pointer-events: auto !important;
@@ -230,8 +230,10 @@ input {
230
230
  ::ng-deep p-tieredmenusub .p-disabled *:active {
231
231
  pointer-events: none !important;
232
232
  font-size: 0.75rem !important;
233
+ padding: 0.5rem !important;
233
234
  }
234
235
 
235
236
  ::ng-deep .p-tieredmenu .p-tieredmenu-root-list {
236
237
  font-size: 0.75rem !important;
238
+ padding: 0.5rem !important;
237
239
  }