primeng 15.4.0 → 15.4.1

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.
Files changed (79) hide show
  1. package/esm2020/table/table.mjs +33 -33
  2. package/esm2020/treeselect/treeselect.mjs +9 -9
  3. package/fesm2015/primeng-table.mjs +32 -32
  4. package/fesm2015/primeng-table.mjs.map +1 -1
  5. package/fesm2015/primeng-tabview.mjs +1 -0
  6. package/fesm2015/primeng-tag.mjs +1 -0
  7. package/fesm2015/primeng-terminal.mjs +1 -0
  8. package/fesm2015/primeng-timeline.mjs +1 -0
  9. package/fesm2015/primeng-toast.mjs +1 -0
  10. package/fesm2015/primeng-togglebutton.mjs +1 -0
  11. package/fesm2015/primeng-toolbar.mjs +1 -0
  12. package/fesm2015/primeng-tree.mjs +1 -0
  13. package/fesm2015/primeng-treeselect.mjs +9 -8
  14. package/fesm2015/primeng-treeselect.mjs.map +1 -1
  15. package/fesm2015/primeng-treetable.mjs +1 -0
  16. package/fesm2015/primeng-virtualscroller.mjs +1 -0
  17. package/fesm2020/primeng-table.mjs +32 -32
  18. package/fesm2020/primeng-table.mjs.map +1 -1
  19. package/fesm2020/primeng-tabview.mjs +1 -0
  20. package/fesm2020/primeng-tag.mjs +1 -0
  21. package/fesm2020/primeng-terminal.mjs +1 -0
  22. package/fesm2020/primeng-timeline.mjs +1 -0
  23. package/fesm2020/primeng-toast.mjs +1 -0
  24. package/fesm2020/primeng-togglebutton.mjs +1 -0
  25. package/fesm2020/primeng-toolbar.mjs +1 -0
  26. package/fesm2020/primeng-tree.mjs +1 -0
  27. package/fesm2020/primeng-treeselect.mjs +9 -8
  28. package/fesm2020/primeng-treeselect.mjs.map +1 -1
  29. package/fesm2020/primeng-treetable.mjs +1 -0
  30. package/fesm2020/primeng-virtualscroller.mjs +1 -0
  31. package/package.json +1 -1
  32. package/resources/themes/arya-blue/theme.css +7 -5
  33. package/resources/themes/arya-green/theme.css +7 -5
  34. package/resources/themes/arya-orange/theme.css +7 -5
  35. package/resources/themes/arya-purple/theme.css +7 -5
  36. package/resources/themes/bootstrap4-dark-blue/theme.css +7 -5
  37. package/resources/themes/bootstrap4-dark-purple/theme.css +7 -5
  38. package/resources/themes/bootstrap4-light-blue/theme.css +7 -5
  39. package/resources/themes/bootstrap4-light-purple/theme.css +7 -5
  40. package/resources/themes/fluent-light/theme.css +7 -5
  41. package/resources/themes/lara-dark-blue/theme.css +7 -5
  42. package/resources/themes/lara-dark-indigo/theme.css +7 -5
  43. package/resources/themes/lara-dark-purple/theme.css +7 -5
  44. package/resources/themes/lara-dark-teal/theme.css +7 -5
  45. package/resources/themes/lara-light-blue/theme.css +14 -12
  46. package/resources/themes/lara-light-indigo/theme.css +14 -12
  47. package/resources/themes/lara-light-purple/theme.css +14 -12
  48. package/resources/themes/lara-light-teal/theme.css +14 -12
  49. package/resources/themes/luna-amber/theme.css +21 -19
  50. package/resources/themes/luna-blue/theme.css +21 -19
  51. package/resources/themes/luna-green/theme.css +21 -19
  52. package/resources/themes/luna-pink/theme.css +21 -19
  53. package/resources/themes/md-dark-deeppurple/theme.css +132 -127
  54. package/resources/themes/md-dark-indigo/theme.css +132 -127
  55. package/resources/themes/md-light-deeppurple/theme.css +14 -9
  56. package/resources/themes/md-light-indigo/theme.css +14 -9
  57. package/resources/themes/mdc-dark-deeppurple/theme.css +132 -127
  58. package/resources/themes/mdc-dark-indigo/theme.css +132 -127
  59. package/resources/themes/mdc-light-deeppurple/theme.css +14 -9
  60. package/resources/themes/mdc-light-indigo/theme.css +14 -9
  61. package/resources/themes/mira/theme.css +15 -9
  62. package/resources/themes/nano/theme.css +7 -5
  63. package/resources/themes/nova/theme.css +7 -5
  64. package/resources/themes/nova-accent/theme.css +7 -5
  65. package/resources/themes/nova-alt/theme.css +7 -5
  66. package/resources/themes/rhea/theme.css +7 -5
  67. package/resources/themes/saga-blue/theme.css +7 -5
  68. package/resources/themes/saga-green/theme.css +7 -5
  69. package/resources/themes/saga-orange/theme.css +7 -5
  70. package/resources/themes/saga-purple/theme.css +7 -5
  71. package/resources/themes/soho-dark/theme.css +60 -55
  72. package/resources/themes/soho-light/theme.css +13 -8
  73. package/resources/themes/tailwind-light/theme.css +42 -35
  74. package/resources/themes/vela-blue/theme.css +7 -5
  75. package/resources/themes/vela-green/theme.css +7 -5
  76. package/resources/themes/vela-orange/theme.css +7 -5
  77. package/resources/themes/vela-purple/theme.css +7 -5
  78. package/resources/themes/viva-dark/theme.css +15 -9
  79. package/resources/themes/viva-light/theme.css +15 -9
@@ -1206,7 +1206,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1206
1206
  color: #e24c4c;
1207
1207
  }
1208
1208
 
1209
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1209
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1210
1210
  .p-input-icon-left > i:first-of-type {
1211
1211
  left: 0.75rem;
1212
1212
  color: #6c757d;
@@ -1220,7 +1220,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1220
1220
  left: 2.5rem;
1221
1221
  }
1222
1222
 
1223
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1223
+ .p-input-icon-right > .p-icon-wrapper,
1224
1224
  .p-input-icon-right > i:last-of-type {
1225
1225
  right: 0.75rem;
1226
1226
  color: #6c757d;
@@ -1357,12 +1357,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1357
1357
  .p-multiselect .p-multiselect-label.p-placeholder {
1358
1358
  color: #6c757d;
1359
1359
  }
1360
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1361
+ gap: 0.5rem;
1362
+ }
1360
1363
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1361
1364
  padding: 0.375rem 0.75rem;
1362
1365
  background: #F0FDFA;
1363
1366
  color: #0F766E;
1364
1367
  border-radius: 6px;
1365
- margin-right: 0.5rem;
1366
1368
  }
1367
1369
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1368
1370
  margin-left: 0.5rem;
@@ -5987,7 +5989,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5987
5989
  .p-galleria .p-galleria-close .p-galleria-close-icon {
5988
5990
  font-size: 2rem;
5989
5991
  }
5990
- .p-galleria .p-galleria-close .p-icon {
5992
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
5991
5993
  width: 2rem;
5992
5994
  height: 2rem;
5993
5995
  }
@@ -6008,7 +6010,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6008
6010
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6009
6011
  font-size: 2rem;
6010
6012
  }
6011
- .p-galleria .p-galleria-item-nav .p-icon {
6013
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6012
6014
  width: 2rem;
6013
6015
  height: 2rem;
6014
6016
  }
@@ -6357,25 +6359,25 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6357
6359
  }
6358
6360
 
6359
6361
  .p-button:focus {
6360
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #75f0e3, 0 1px 2px 0 rgb(0, 0, 0);
6362
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #75f0e3, 0 1px 2px 0 black;
6361
6363
  }
6362
6364
  .p-button.p-button-secondary:enabled:focus {
6363
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 rgb(0, 0, 0);
6365
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black;
6364
6366
  }
6365
6367
  .p-button.p-button-success:enabled:focus {
6366
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 rgb(0, 0, 0);
6368
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black;
6367
6369
  }
6368
6370
  .p-button.p-button-info:enabled:focus {
6369
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 rgb(0, 0, 0);
6371
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black;
6370
6372
  }
6371
6373
  .p-button.p-button-warning:enabled:focus {
6372
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 rgb(0, 0, 0);
6374
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black;
6373
6375
  }
6374
6376
  .p-button.p-button-help:enabled:focus {
6375
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 rgb(0, 0, 0);
6377
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black;
6376
6378
  }
6377
6379
  .p-button.p-button-danger:enabled:focus {
6378
- box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 rgb(0, 0, 0);
6380
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black;
6379
6381
  }
6380
6382
 
6381
6383
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
@@ -371,7 +371,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
371
371
  .p-datepicker .p-datepicker-header .p-datepicker-next {
372
372
  width: 2rem;
373
373
  height: 2rem;
374
- color: rgba(136, 136, 136, 0.5333333333);
374
+ color: #8888;
375
375
  border: 0 none;
376
376
  background: transparent;
377
377
  border-radius: 50%;
@@ -459,7 +459,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
459
459
  .p-datepicker .p-timepicker button {
460
460
  width: 2rem;
461
461
  height: 2rem;
462
- color: rgba(136, 136, 136, 0.5333333333);
462
+ color: #8888;
463
463
  border: 0 none;
464
464
  background: transparent;
465
465
  border-radius: 50%;
@@ -1210,7 +1210,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1210
1210
  color: #e57373;
1211
1211
  }
1212
1212
 
1213
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1213
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1214
1214
  .p-input-icon-left > i:first-of-type {
1215
1215
  left: 0.429rem;
1216
1216
  color: #888888;
@@ -1224,7 +1224,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1224
1224
  left: 1.858rem;
1225
1225
  }
1226
1226
 
1227
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1227
+ .p-input-icon-right > .p-icon-wrapper,
1228
1228
  .p-input-icon-right > i:last-of-type {
1229
1229
  right: 0.429rem;
1230
1230
  color: #888888;
@@ -1361,12 +1361,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1361
1361
  .p-multiselect .p-multiselect-label.p-placeholder {
1362
1362
  color: #9b9b9b;
1363
1363
  }
1364
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1365
+ gap: 0.5rem;
1366
+ }
1364
1367
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1365
1368
  padding: 0.2145rem 0.429rem;
1366
1369
  background: #FFE082;
1367
1370
  color: #212529;
1368
1371
  border-radius: 3px;
1369
- margin-right: 0.5rem;
1370
1372
  }
1371
1373
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1372
1374
  margin-left: 0.5rem;
@@ -1413,7 +1415,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1413
1415
  margin-left: 0.5rem;
1414
1416
  width: 2rem;
1415
1417
  height: 2rem;
1416
- color: rgba(136, 136, 136, 0.5333333333);
1418
+ color: #8888;
1417
1419
  border: 0 none;
1418
1420
  background: transparent;
1419
1421
  border-radius: 50%;
@@ -1851,7 +1853,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1851
1853
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
1852
1854
  width: 2rem;
1853
1855
  height: 2rem;
1854
- color: rgba(136, 136, 136, 0.5333333333);
1856
+ color: #8888;
1855
1857
  border: 0 none;
1856
1858
  background: transparent;
1857
1859
  border-radius: 50%;
@@ -2688,7 +2690,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2688
2690
  .p-carousel .p-carousel-content .p-carousel-next {
2689
2691
  width: 2rem;
2690
2692
  height: 2rem;
2691
- color: rgba(136, 136, 136, 0.5333333333);
2693
+ color: #8888;
2692
2694
  border: 0 none;
2693
2695
  background: transparent;
2694
2696
  border-radius: 50%;
@@ -2827,7 +2829,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2827
2829
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2828
2830
  width: 2rem;
2829
2831
  height: 2rem;
2830
- color: rgba(136, 136, 136, 0.5333333333);
2832
+ color: #8888;
2831
2833
  border: 0 none;
2832
2834
  background: transparent;
2833
2835
  border-radius: 50%;
@@ -3034,7 +3036,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3034
3036
  .p-column-filter-menu-button {
3035
3037
  width: 2rem;
3036
3038
  height: 2rem;
3037
- color: rgba(136, 136, 136, 0.5333333333);
3039
+ color: #8888;
3038
3040
  border: 0 none;
3039
3041
  background: transparent;
3040
3042
  border-radius: 50%;
@@ -3062,7 +3064,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3062
3064
  .p-column-filter-clear-button {
3063
3065
  width: 2rem;
3064
3066
  height: 2rem;
3065
- color: rgba(136, 136, 136, 0.5333333333);
3067
+ color: #8888;
3066
3068
  border: 0 none;
3067
3069
  background: transparent;
3068
3070
  border-radius: 50%;
@@ -3294,7 +3296,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3294
3296
  font-size: 1rem;
3295
3297
  width: 2rem;
3296
3298
  height: 2rem;
3297
- color: rgba(136, 136, 136, 0.5333333333);
3299
+ color: #8888;
3298
3300
  border: 0 none;
3299
3301
  background: transparent;
3300
3302
  border-radius: 50%;
@@ -3760,7 +3762,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3760
3762
  margin-right: 0.5rem;
3761
3763
  width: 2rem;
3762
3764
  height: 2rem;
3763
- color: rgba(136, 136, 136, 0.5333333333);
3765
+ color: #8888;
3764
3766
  border: 0 none;
3765
3767
  background: transparent;
3766
3768
  border-radius: 50%;
@@ -3961,7 +3963,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3961
3963
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
3962
3964
  width: 2rem;
3963
3965
  height: 2rem;
3964
- color: rgba(136, 136, 136, 0.5333333333);
3966
+ color: #8888;
3965
3967
  border: 0 none;
3966
3968
  background: transparent;
3967
3969
  border-radius: 50%;
@@ -4254,7 +4256,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4254
4256
  .p-panel .p-panel-header .p-panel-header-icon {
4255
4257
  width: 2rem;
4256
4258
  height: 2rem;
4257
- color: rgba(136, 136, 136, 0.5333333333);
4259
+ color: #8888;
4258
4260
  border: 0 none;
4259
4261
  background: transparent;
4260
4262
  border-radius: 50%;
@@ -4470,7 +4472,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4470
4472
  .p-dialog .p-dialog-header .p-dialog-header-icon {
4471
4473
  width: 2rem;
4472
4474
  height: 2rem;
4473
- color: rgba(136, 136, 136, 0.5333333333);
4475
+ color: #8888;
4474
4476
  border: 0 none;
4475
4477
  background: transparent;
4476
4478
  border-radius: 50%;
@@ -4578,7 +4580,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4578
4580
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
4579
4581
  width: 2rem;
4580
4582
  height: 2rem;
4581
- color: rgba(136, 136, 136, 0.5333333333);
4583
+ color: #8888;
4582
4584
  border: 0 none;
4583
4585
  background: transparent;
4584
4586
  border-radius: 50%;
@@ -5999,7 +6001,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5999
6001
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6000
6002
  font-size: 2rem;
6001
6003
  }
6002
- .p-galleria .p-galleria-close .p-icon {
6004
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6003
6005
  width: 2rem;
6004
6006
  height: 2rem;
6005
6007
  }
@@ -6020,7 +6022,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6020
6022
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6021
6023
  font-size: 2rem;
6022
6024
  }
6023
- .p-galleria .p-galleria-item-nav .p-icon {
6025
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6024
6026
  width: 2rem;
6025
6027
  height: 2rem;
6026
6028
  }
@@ -371,7 +371,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
371
371
  .p-datepicker .p-datepicker-header .p-datepicker-next {
372
372
  width: 2rem;
373
373
  height: 2rem;
374
- color: rgba(136, 136, 136, 0.5333333333);
374
+ color: #8888;
375
375
  border: 0 none;
376
376
  background: transparent;
377
377
  border-radius: 50%;
@@ -459,7 +459,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
459
459
  .p-datepicker .p-timepicker button {
460
460
  width: 2rem;
461
461
  height: 2rem;
462
- color: rgba(136, 136, 136, 0.5333333333);
462
+ color: #8888;
463
463
  border: 0 none;
464
464
  background: transparent;
465
465
  border-radius: 50%;
@@ -1210,7 +1210,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1210
1210
  color: #e57373;
1211
1211
  }
1212
1212
 
1213
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1213
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1214
1214
  .p-input-icon-left > i:first-of-type {
1215
1215
  left: 0.429rem;
1216
1216
  color: #888888;
@@ -1224,7 +1224,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1224
1224
  left: 1.858rem;
1225
1225
  }
1226
1226
 
1227
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1227
+ .p-input-icon-right > .p-icon-wrapper,
1228
1228
  .p-input-icon-right > i:last-of-type {
1229
1229
  right: 0.429rem;
1230
1230
  color: #888888;
@@ -1361,12 +1361,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1361
1361
  .p-multiselect .p-multiselect-label.p-placeholder {
1362
1362
  color: #9b9b9b;
1363
1363
  }
1364
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1365
+ gap: 0.5rem;
1366
+ }
1364
1367
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1365
1368
  padding: 0.2145rem 0.429rem;
1366
1369
  background: #81D4FA;
1367
1370
  color: #212529;
1368
1371
  border-radius: 3px;
1369
- margin-right: 0.5rem;
1370
1372
  }
1371
1373
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1372
1374
  margin-left: 0.5rem;
@@ -1413,7 +1415,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1413
1415
  margin-left: 0.5rem;
1414
1416
  width: 2rem;
1415
1417
  height: 2rem;
1416
- color: rgba(136, 136, 136, 0.5333333333);
1418
+ color: #8888;
1417
1419
  border: 0 none;
1418
1420
  background: transparent;
1419
1421
  border-radius: 50%;
@@ -1851,7 +1853,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1851
1853
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
1852
1854
  width: 2rem;
1853
1855
  height: 2rem;
1854
- color: rgba(136, 136, 136, 0.5333333333);
1856
+ color: #8888;
1855
1857
  border: 0 none;
1856
1858
  background: transparent;
1857
1859
  border-radius: 50%;
@@ -2688,7 +2690,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2688
2690
  .p-carousel .p-carousel-content .p-carousel-next {
2689
2691
  width: 2rem;
2690
2692
  height: 2rem;
2691
- color: rgba(136, 136, 136, 0.5333333333);
2693
+ color: #8888;
2692
2694
  border: 0 none;
2693
2695
  background: transparent;
2694
2696
  border-radius: 50%;
@@ -2827,7 +2829,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2827
2829
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2828
2830
  width: 2rem;
2829
2831
  height: 2rem;
2830
- color: rgba(136, 136, 136, 0.5333333333);
2832
+ color: #8888;
2831
2833
  border: 0 none;
2832
2834
  background: transparent;
2833
2835
  border-radius: 50%;
@@ -3034,7 +3036,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3034
3036
  .p-column-filter-menu-button {
3035
3037
  width: 2rem;
3036
3038
  height: 2rem;
3037
- color: rgba(136, 136, 136, 0.5333333333);
3039
+ color: #8888;
3038
3040
  border: 0 none;
3039
3041
  background: transparent;
3040
3042
  border-radius: 50%;
@@ -3062,7 +3064,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3062
3064
  .p-column-filter-clear-button {
3063
3065
  width: 2rem;
3064
3066
  height: 2rem;
3065
- color: rgba(136, 136, 136, 0.5333333333);
3067
+ color: #8888;
3066
3068
  border: 0 none;
3067
3069
  background: transparent;
3068
3070
  border-radius: 50%;
@@ -3294,7 +3296,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3294
3296
  font-size: 1rem;
3295
3297
  width: 2rem;
3296
3298
  height: 2rem;
3297
- color: rgba(136, 136, 136, 0.5333333333);
3299
+ color: #8888;
3298
3300
  border: 0 none;
3299
3301
  background: transparent;
3300
3302
  border-radius: 50%;
@@ -3760,7 +3762,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3760
3762
  margin-right: 0.5rem;
3761
3763
  width: 2rem;
3762
3764
  height: 2rem;
3763
- color: rgba(136, 136, 136, 0.5333333333);
3765
+ color: #8888;
3764
3766
  border: 0 none;
3765
3767
  background: transparent;
3766
3768
  border-radius: 50%;
@@ -3961,7 +3963,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3961
3963
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
3962
3964
  width: 2rem;
3963
3965
  height: 2rem;
3964
- color: rgba(136, 136, 136, 0.5333333333);
3966
+ color: #8888;
3965
3967
  border: 0 none;
3966
3968
  background: transparent;
3967
3969
  border-radius: 50%;
@@ -4254,7 +4256,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4254
4256
  .p-panel .p-panel-header .p-panel-header-icon {
4255
4257
  width: 2rem;
4256
4258
  height: 2rem;
4257
- color: rgba(136, 136, 136, 0.5333333333);
4259
+ color: #8888;
4258
4260
  border: 0 none;
4259
4261
  background: transparent;
4260
4262
  border-radius: 50%;
@@ -4470,7 +4472,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4470
4472
  .p-dialog .p-dialog-header .p-dialog-header-icon {
4471
4473
  width: 2rem;
4472
4474
  height: 2rem;
4473
- color: rgba(136, 136, 136, 0.5333333333);
4475
+ color: #8888;
4474
4476
  border: 0 none;
4475
4477
  background: transparent;
4476
4478
  border-radius: 50%;
@@ -4578,7 +4580,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4578
4580
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
4579
4581
  width: 2rem;
4580
4582
  height: 2rem;
4581
- color: rgba(136, 136, 136, 0.5333333333);
4583
+ color: #8888;
4582
4584
  border: 0 none;
4583
4585
  background: transparent;
4584
4586
  border-radius: 50%;
@@ -5999,7 +6001,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5999
6001
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6000
6002
  font-size: 2rem;
6001
6003
  }
6002
- .p-galleria .p-galleria-close .p-icon {
6004
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6003
6005
  width: 2rem;
6004
6006
  height: 2rem;
6005
6007
  }
@@ -6020,7 +6022,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6020
6022
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6021
6023
  font-size: 2rem;
6022
6024
  }
6023
- .p-galleria .p-galleria-item-nav .p-icon {
6025
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6024
6026
  width: 2rem;
6025
6027
  height: 2rem;
6026
6028
  }
@@ -371,7 +371,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
371
371
  .p-datepicker .p-datepicker-header .p-datepicker-next {
372
372
  width: 2rem;
373
373
  height: 2rem;
374
- color: rgba(136, 136, 136, 0.5333333333);
374
+ color: #8888;
375
375
  border: 0 none;
376
376
  background: transparent;
377
377
  border-radius: 50%;
@@ -459,7 +459,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
459
459
  .p-datepicker .p-timepicker button {
460
460
  width: 2rem;
461
461
  height: 2rem;
462
- color: rgba(136, 136, 136, 0.5333333333);
462
+ color: #8888;
463
463
  border: 0 none;
464
464
  background: transparent;
465
465
  border-radius: 50%;
@@ -1210,7 +1210,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1210
1210
  color: #e57373;
1211
1211
  }
1212
1212
 
1213
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1213
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1214
1214
  .p-input-icon-left > i:first-of-type {
1215
1215
  left: 0.429rem;
1216
1216
  color: #888888;
@@ -1224,7 +1224,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1224
1224
  left: 1.858rem;
1225
1225
  }
1226
1226
 
1227
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1227
+ .p-input-icon-right > .p-icon-wrapper,
1228
1228
  .p-input-icon-right > i:last-of-type {
1229
1229
  right: 0.429rem;
1230
1230
  color: #888888;
@@ -1361,12 +1361,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1361
1361
  .p-multiselect .p-multiselect-label.p-placeholder {
1362
1362
  color: #9b9b9b;
1363
1363
  }
1364
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1365
+ gap: 0.5rem;
1366
+ }
1364
1367
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1365
1368
  padding: 0.2145rem 0.429rem;
1366
1369
  background: #C5E1A5;
1367
1370
  color: #212529;
1368
1371
  border-radius: 3px;
1369
- margin-right: 0.5rem;
1370
1372
  }
1371
1373
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1372
1374
  margin-left: 0.5rem;
@@ -1413,7 +1415,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1413
1415
  margin-left: 0.5rem;
1414
1416
  width: 2rem;
1415
1417
  height: 2rem;
1416
- color: rgba(136, 136, 136, 0.5333333333);
1418
+ color: #8888;
1417
1419
  border: 0 none;
1418
1420
  background: transparent;
1419
1421
  border-radius: 50%;
@@ -1851,7 +1853,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1851
1853
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
1852
1854
  width: 2rem;
1853
1855
  height: 2rem;
1854
- color: rgba(136, 136, 136, 0.5333333333);
1856
+ color: #8888;
1855
1857
  border: 0 none;
1856
1858
  background: transparent;
1857
1859
  border-radius: 50%;
@@ -2688,7 +2690,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2688
2690
  .p-carousel .p-carousel-content .p-carousel-next {
2689
2691
  width: 2rem;
2690
2692
  height: 2rem;
2691
- color: rgba(136, 136, 136, 0.5333333333);
2693
+ color: #8888;
2692
2694
  border: 0 none;
2693
2695
  background: transparent;
2694
2696
  border-radius: 50%;
@@ -2827,7 +2829,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2827
2829
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
2828
2830
  width: 2rem;
2829
2831
  height: 2rem;
2830
- color: rgba(136, 136, 136, 0.5333333333);
2832
+ color: #8888;
2831
2833
  border: 0 none;
2832
2834
  background: transparent;
2833
2835
  border-radius: 50%;
@@ -3034,7 +3036,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3034
3036
  .p-column-filter-menu-button {
3035
3037
  width: 2rem;
3036
3038
  height: 2rem;
3037
- color: rgba(136, 136, 136, 0.5333333333);
3039
+ color: #8888;
3038
3040
  border: 0 none;
3039
3041
  background: transparent;
3040
3042
  border-radius: 50%;
@@ -3062,7 +3064,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3062
3064
  .p-column-filter-clear-button {
3063
3065
  width: 2rem;
3064
3066
  height: 2rem;
3065
- color: rgba(136, 136, 136, 0.5333333333);
3067
+ color: #8888;
3066
3068
  border: 0 none;
3067
3069
  background: transparent;
3068
3070
  border-radius: 50%;
@@ -3294,7 +3296,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3294
3296
  font-size: 1rem;
3295
3297
  width: 2rem;
3296
3298
  height: 2rem;
3297
- color: rgba(136, 136, 136, 0.5333333333);
3299
+ color: #8888;
3298
3300
  border: 0 none;
3299
3301
  background: transparent;
3300
3302
  border-radius: 50%;
@@ -3760,7 +3762,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3760
3762
  margin-right: 0.5rem;
3761
3763
  width: 2rem;
3762
3764
  height: 2rem;
3763
- color: rgba(136, 136, 136, 0.5333333333);
3765
+ color: #8888;
3764
3766
  border: 0 none;
3765
3767
  background: transparent;
3766
3768
  border-radius: 50%;
@@ -3961,7 +3963,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3961
3963
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
3962
3964
  width: 2rem;
3963
3965
  height: 2rem;
3964
- color: rgba(136, 136, 136, 0.5333333333);
3966
+ color: #8888;
3965
3967
  border: 0 none;
3966
3968
  background: transparent;
3967
3969
  border-radius: 50%;
@@ -4254,7 +4256,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4254
4256
  .p-panel .p-panel-header .p-panel-header-icon {
4255
4257
  width: 2rem;
4256
4258
  height: 2rem;
4257
- color: rgba(136, 136, 136, 0.5333333333);
4259
+ color: #8888;
4258
4260
  border: 0 none;
4259
4261
  background: transparent;
4260
4262
  border-radius: 50%;
@@ -4470,7 +4472,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4470
4472
  .p-dialog .p-dialog-header .p-dialog-header-icon {
4471
4473
  width: 2rem;
4472
4474
  height: 2rem;
4473
- color: rgba(136, 136, 136, 0.5333333333);
4475
+ color: #8888;
4474
4476
  border: 0 none;
4475
4477
  background: transparent;
4476
4478
  border-radius: 50%;
@@ -4578,7 +4580,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4578
4580
  .p-sidebar .p-sidebar-header .p-sidebar-icon {
4579
4581
  width: 2rem;
4580
4582
  height: 2rem;
4581
- color: rgba(136, 136, 136, 0.5333333333);
4583
+ color: #8888;
4582
4584
  border: 0 none;
4583
4585
  background: transparent;
4584
4586
  border-radius: 50%;
@@ -5999,7 +6001,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5999
6001
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6000
6002
  font-size: 2rem;
6001
6003
  }
6002
- .p-galleria .p-galleria-close .p-icon {
6004
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6003
6005
  width: 2rem;
6004
6006
  height: 2rem;
6005
6007
  }
@@ -6020,7 +6022,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6020
6022
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6021
6023
  font-size: 2rem;
6022
6024
  }
6023
- .p-galleria .p-galleria-item-nav .p-icon {
6025
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6024
6026
  width: 2rem;
6025
6027
  height: 2rem;
6026
6028
  }