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
@@ -52,21 +52,24 @@
52
52
  font-family: "Roboto";
53
53
  font-style: normal;
54
54
  font-weight: 400;
55
- src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
55
+ src: local("Roboto"), local("Roboto-Regular"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-regular.woff") format("woff");
56
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
57
  }
57
58
  /* roboto-500 - latin-ext_latin */
58
59
  @font-face {
59
60
  font-family: "Roboto";
60
61
  font-style: normal;
61
62
  font-weight: 500;
62
- src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local("Roboto Medium"), local("Roboto-Medium"), url("./fonts/roboto-v20-latin-ext_latin-500.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-500.woff") format("woff");
64
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
65
  }
64
66
  /* roboto-700 - latin-ext_latin */
65
67
  @font-face {
66
68
  font-family: "Roboto";
67
69
  font-style: normal;
68
70
  font-weight: 700;
69
- src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
71
+ src: local("Roboto Bold"), local("Roboto-Bold"), url("./fonts/roboto-v20-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/roboto-v20-latin-ext_latin-700.woff") format("woff");
72
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
70
73
  }
71
74
  * {
72
75
  box-sizing: border-box;
@@ -327,7 +330,7 @@ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
327
330
  }
328
331
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
329
332
  color: rgba(255, 255, 255, 0.87);
330
- background: hsla(0deg, 0%, 100%, 0.04);
333
+ background: rgba(255, 255, 255, 0.04);
331
334
  }
332
335
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
333
336
  color: #CE93D8;
@@ -367,7 +370,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
367
370
  padding: 0.5rem;
368
371
  background: #1e1e1e;
369
372
  color: rgba(255, 255, 255, 0.87);
370
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
373
+ border: 1px solid rgba(255, 255, 255, 0.3);
371
374
  border-radius: 4px;
372
375
  }
373
376
  .p-datepicker:not(.p-datepicker-inline) {
@@ -384,7 +387,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
384
387
  background: #1e1e1e;
385
388
  font-weight: 500;
386
389
  margin: 0;
387
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
390
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
388
391
  border-top-right-radius: 4px;
389
392
  border-top-left-radius: 4px;
390
393
  }
@@ -468,13 +471,13 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
468
471
  }
469
472
  .p-datepicker .p-datepicker-buttonbar {
470
473
  padding: 1rem 0;
471
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
474
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
472
475
  }
473
476
  .p-datepicker .p-datepicker-buttonbar .p-button {
474
477
  width: auto;
475
478
  }
476
479
  .p-datepicker .p-timepicker {
477
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
480
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
478
481
  padding: 0.5rem;
479
482
  }
480
483
  .p-datepicker .p-timepicker button {
@@ -533,7 +536,7 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
533
536
  background: rgba(206, 147, 216, 0.16);
534
537
  }
535
538
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
536
- border-left: 1px solid hsla(0deg, 0%, 100%, 0.12);
539
+ border-left: 1px solid rgba(255, 255, 255, 0.12);
537
540
  padding-right: 0.5rem;
538
541
  padding-left: 0.5rem;
539
542
  padding-top: 0;
@@ -591,7 +594,7 @@ p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
591
594
  }
592
595
  .p-cascadeselect {
593
596
  background: #1e1e1e;
594
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
597
+ border: 1px solid rgba(255, 255, 255, 0.3);
595
598
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
596
599
  border-radius: 4px;
597
600
  }
@@ -656,7 +659,7 @@ p-calendar.p-calendar-clearable.p-calendar-w-btn .p-calendar-clear-icon {
656
659
  }
657
660
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
658
661
  color: rgba(255, 255, 255, 0.87);
659
- background: hsla(0deg, 0%, 100%, 0.04);
662
+ background: rgba(255, 255, 255, 0.04);
660
663
  }
661
664
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
662
665
  font-size: 0.875rem;
@@ -671,13 +674,13 @@ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
671
674
  }
672
675
 
673
676
  .p-input-filled .p-cascadeselect {
674
- background: hsla(0deg, 0%, 100%, 0.06);
677
+ background: rgba(255, 255, 255, 0.06);
675
678
  }
676
679
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
677
- background-color: hsla(0deg, 0%, 100%, 0.08);
680
+ background-color: rgba(255, 255, 255, 0.08);
678
681
  }
679
682
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
680
- background-color: hsla(0deg, 0%, 100%, 0.1);
683
+ background-color: rgba(255, 255, 255, 0.1);
681
684
  }
682
685
 
683
686
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
@@ -702,7 +705,7 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
702
705
  height: 18px;
703
706
  }
704
707
  .p-checkbox .p-checkbox-box {
705
- border: 2px solid hsla(0deg, 0%, 100%, 0.7);
708
+ border: 2px solid rgba(255, 255, 255, 0.7);
706
709
  background: #1e1e1e;
707
710
  width: 18px;
708
711
  height: 18px;
@@ -743,13 +746,13 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
743
746
  }
744
747
 
745
748
  .p-input-filled .p-checkbox .p-checkbox-box {
746
- background-color: hsla(0deg, 0%, 100%, 0.06);
749
+ background-color: rgba(255, 255, 255, 0.06);
747
750
  }
748
751
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
749
752
  background: #CE93D8;
750
753
  }
751
754
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
752
- background-color: hsla(0deg, 0%, 100%, 0.08);
755
+ background-color: rgba(255, 255, 255, 0.08);
753
756
  }
754
757
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
755
758
  background: #CE93D8;
@@ -825,7 +828,7 @@ p-chips.p-chips-clearable .p-chips-clear-icon {
825
828
 
826
829
  .p-dropdown {
827
830
  background: #1e1e1e;
828
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
831
+ border: 1px solid rgba(255, 255, 255, 0.3);
829
832
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
830
833
  border-radius: 4px;
831
834
  }
@@ -873,7 +876,7 @@ p-chips.p-chips-clearable .p-chips-clear-icon {
873
876
  }
874
877
  .p-dropdown-panel .p-dropdown-header {
875
878
  padding: 1rem;
876
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
879
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
877
880
  color: rgba(255, 255, 255, 0.87);
878
881
  background: #2b2b2b;
879
882
  margin: 0;
@@ -906,7 +909,7 @@ p-chips.p-chips-clearable .p-chips-clear-icon {
906
909
  }
907
910
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
908
911
  color: rgba(255, 255, 255, 0.87);
909
- background: hsla(0deg, 0%, 100%, 0.04);
912
+ background: rgba(255, 255, 255, 0.04);
910
913
  }
911
914
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
912
915
  padding: 1rem 1rem;
@@ -926,13 +929,13 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
926
929
  }
927
930
 
928
931
  .p-input-filled .p-dropdown {
929
- background: hsla(0deg, 0%, 100%, 0.06);
932
+ background: rgba(255, 255, 255, 0.06);
930
933
  }
931
934
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
932
- background-color: hsla(0deg, 0%, 100%, 0.08);
935
+ background-color: rgba(255, 255, 255, 0.08);
933
936
  }
934
937
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
935
- background-color: hsla(0deg, 0%, 100%, 0.1);
938
+ background-color: rgba(255, 255, 255, 0.1);
936
939
  }
937
940
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
938
941
  background-color: transparent;
@@ -986,7 +989,7 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
986
989
  }
987
990
  .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
988
991
  color: rgba(255, 255, 255, 0.87);
989
- background: hsla(0deg, 0%, 100%, 0.04);
992
+ background: rgba(255, 255, 255, 0.04);
990
993
  }
991
994
  .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
992
995
  padding: 1rem 1rem;
@@ -1040,14 +1043,14 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
1040
1043
  .p-inputgroup-addon {
1041
1044
  background: #1e1e1e;
1042
1045
  color: rgba(255, 255, 255, 0.6);
1043
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.3);
1044
- border-left: 1px solid hsla(0deg, 0%, 100%, 0.3);
1045
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.3);
1046
+ border-top: 1px solid rgba(255, 255, 255, 0.3);
1047
+ border-left: 1px solid rgba(255, 255, 255, 0.3);
1048
+ border-bottom: 1px solid rgba(255, 255, 255, 0.3);
1046
1049
  padding: 1rem 1rem;
1047
1050
  min-width: 2.357rem;
1048
1051
  }
1049
1052
  .p-inputgroup-addon:last-child {
1050
- border-right: 1px solid hsla(0deg, 0%, 100%, 0.3);
1053
+ border-right: 1px solid rgba(255, 255, 255, 0.3);
1051
1054
  }
1052
1055
 
1053
1056
  .p-inputgroup > .p-component,
@@ -1147,7 +1150,7 @@ p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-input
1147
1150
  height: 1rem;
1148
1151
  }
1149
1152
  .p-inputswitch .p-inputswitch-slider {
1150
- background: hsla(0deg, 0%, 100%, 0.3);
1153
+ background: rgba(255, 255, 255, 0.3);
1151
1154
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1152
1155
  border-radius: 0.5rem;
1153
1156
  }
@@ -1169,7 +1172,7 @@ p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-input
1169
1172
  box-shadow: none;
1170
1173
  }
1171
1174
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
1172
- background: hsla(0deg, 0%, 100%, 0.3);
1175
+ background: rgba(255, 255, 255, 0.3);
1173
1176
  }
1174
1177
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
1175
1178
  background: rgba(206, 147, 216, 0.5);
@@ -1191,7 +1194,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1191
1194
  color: rgba(255, 255, 255, 0.87);
1192
1195
  background: #1e1e1e;
1193
1196
  padding: 1rem 1rem;
1194
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
1197
+ border: 1px solid rgba(255, 255, 255, 0.3);
1195
1198
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1196
1199
  appearance: none;
1197
1200
  border-radius: 4px;
@@ -1227,7 +1230,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1227
1230
  color: #f44435;
1228
1231
  }
1229
1232
 
1230
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1233
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1231
1234
  .p-input-icon-left > i:first-of-type {
1232
1235
  left: 1rem;
1233
1236
  color: rgba(255, 255, 255, 0.6);
@@ -1241,7 +1244,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1241
1244
  left: 3rem;
1242
1245
  }
1243
1246
 
1244
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1247
+ .p-input-icon-right > .p-icon-wrapper,
1245
1248
  .p-input-icon-right > i:last-of-type {
1246
1249
  right: 1rem;
1247
1250
  color: rgba(255, 255, 255, 0.6);
@@ -1268,13 +1271,13 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1268
1271
  }
1269
1272
 
1270
1273
  .p-input-filled .p-inputtext {
1271
- background-color: hsla(0deg, 0%, 100%, 0.06);
1274
+ background-color: rgba(255, 255, 255, 0.06);
1272
1275
  }
1273
1276
  .p-input-filled .p-inputtext:enabled:hover {
1274
- background-color: hsla(0deg, 0%, 100%, 0.08);
1277
+ background-color: rgba(255, 255, 255, 0.08);
1275
1278
  }
1276
1279
  .p-input-filled .p-inputtext:enabled:focus {
1277
- background-color: hsla(0deg, 0%, 100%, 0.1);
1280
+ background-color: rgba(255, 255, 255, 0.1);
1278
1281
  }
1279
1282
 
1280
1283
  .p-inputtext-sm .p-inputtext {
@@ -1290,12 +1293,12 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1290
1293
  .p-listbox {
1291
1294
  background: #1e1e1e;
1292
1295
  color: rgba(255, 255, 255, 0.87);
1293
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
1296
+ border: 1px solid rgba(255, 255, 255, 0.3);
1294
1297
  border-radius: 4px;
1295
1298
  }
1296
1299
  .p-listbox .p-listbox-header {
1297
1300
  padding: 1rem;
1298
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
1301
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1299
1302
  color: rgba(255, 255, 255, 0.87);
1300
1303
  background: #1e1e1e;
1301
1304
  margin: 0;
@@ -1349,7 +1352,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1349
1352
  }
1350
1353
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
1351
1354
  color: rgba(255, 255, 255, 0.87);
1352
- background: hsla(0deg, 0%, 100%, 0.04);
1355
+ background: rgba(255, 255, 255, 0.04);
1353
1356
  }
1354
1357
 
1355
1358
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
@@ -1358,7 +1361,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1358
1361
 
1359
1362
  .p-multiselect {
1360
1363
  background: #1e1e1e;
1361
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
1364
+ border: 1px solid rgba(255, 255, 255, 0.3);
1362
1365
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1363
1366
  border-radius: 4px;
1364
1367
  }
@@ -1378,12 +1381,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1378
1381
  .p-multiselect .p-multiselect-label.p-placeholder {
1379
1382
  color: rgba(255, 255, 255, 0.6);
1380
1383
  }
1384
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1385
+ gap: 0.5rem;
1386
+ }
1381
1387
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1382
1388
  padding: 0.5rem 1rem;
1383
1389
  background: rgba(206, 147, 216, 0.16);
1384
1390
  color: #CE93D8;
1385
1391
  border-radius: 4px;
1386
- margin-right: 0.5rem;
1387
1392
  }
1388
1393
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1389
1394
  margin-left: 0.5rem;
@@ -1409,7 +1414,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1409
1414
  }
1410
1415
  .p-multiselect-panel .p-multiselect-header {
1411
1416
  padding: 1rem;
1412
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
1417
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1413
1418
  color: rgba(255, 255, 255, 0.87);
1414
1419
  background: #2b2b2b;
1415
1420
  margin: 0;
@@ -1464,7 +1469,7 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1464
1469
  }
1465
1470
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
1466
1471
  color: rgba(255, 255, 255, 0.87);
1467
- background: hsla(0deg, 0%, 100%, 0.04);
1472
+ background: rgba(255, 255, 255, 0.04);
1468
1473
  }
1469
1474
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1470
1475
  outline: 0 none;
@@ -1492,13 +1497,13 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1492
1497
  }
1493
1498
 
1494
1499
  .p-input-filled .p-multiselect {
1495
- background: hsla(0deg, 0%, 100%, 0.06);
1500
+ background: rgba(255, 255, 255, 0.06);
1496
1501
  }
1497
1502
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
1498
- background-color: hsla(0deg, 0%, 100%, 0.08);
1503
+ background-color: rgba(255, 255, 255, 0.08);
1499
1504
  }
1500
1505
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1501
- background-color: hsla(0deg, 0%, 100%, 0.1);
1506
+ background-color: rgba(255, 255, 255, 0.1);
1502
1507
  }
1503
1508
 
1504
1509
  p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
@@ -1556,7 +1561,7 @@ p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
1556
1561
  height: 20px;
1557
1562
  }
1558
1563
  .p-radiobutton .p-radiobutton-box {
1559
- border: 2px solid hsla(0deg, 0%, 100%, 0.7);
1564
+ border: 2px solid rgba(255, 255, 255, 0.7);
1560
1565
  background: #1e1e1e;
1561
1566
  width: 20px;
1562
1567
  height: 20px;
@@ -1594,10 +1599,10 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1594
1599
  }
1595
1600
 
1596
1601
  .p-input-filled .p-radiobutton .p-radiobutton-box {
1597
- background-color: hsla(0deg, 0%, 100%, 0.06);
1602
+ background-color: rgba(255, 255, 255, 0.06);
1598
1603
  }
1599
1604
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
1600
- background-color: hsla(0deg, 0%, 100%, 0.08);
1605
+ background-color: rgba(255, 255, 255, 0.08);
1601
1606
  }
1602
1607
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
1603
1608
  background: #121212;
@@ -1687,7 +1692,7 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1687
1692
  }
1688
1693
 
1689
1694
  .p-slider {
1690
- background: hsla(0deg, 0%, 100%, 0.3);
1695
+ background: rgba(255, 255, 255, 0.3);
1691
1696
  border: 0 none;
1692
1697
  border-radius: 4px;
1693
1698
  }
@@ -1782,7 +1787,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1782
1787
 
1783
1788
  .p-treeselect {
1784
1789
  background: #1e1e1e;
1785
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
1790
+ border: 1px solid rgba(255, 255, 255, 0.3);
1786
1791
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1787
1792
  border-radius: 4px;
1788
1793
  }
@@ -1805,7 +1810,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1805
1810
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
1806
1811
  padding: 0.5rem 1rem;
1807
1812
  margin-right: 0.5rem;
1808
- background: hsla(0deg, 0%, 100%, 0.12);
1813
+ background: rgba(255, 255, 255, 0.12);
1809
1814
  color: rgba(255, 255, 255, 0.87);
1810
1815
  border-radius: 16px;
1811
1816
  }
@@ -1834,7 +1839,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1834
1839
  }
1835
1840
  .p-treeselect-panel .p-treeselect-header {
1836
1841
  padding: 1rem;
1837
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
1842
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
1838
1843
  color: rgba(255, 255, 255, 0.87);
1839
1844
  background: #2b2b2b;
1840
1845
  margin: 0;
@@ -1886,13 +1891,13 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1886
1891
  }
1887
1892
 
1888
1893
  .p-input-filled .p-treeselect {
1889
- background: hsla(0deg, 0%, 100%, 0.06);
1894
+ background: rgba(255, 255, 255, 0.06);
1890
1895
  }
1891
1896
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
1892
- background-color: hsla(0deg, 0%, 100%, 0.08);
1897
+ background-color: rgba(255, 255, 255, 0.08);
1893
1898
  }
1894
1899
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
1895
- background-color: hsla(0deg, 0%, 100%, 0.1);
1900
+ background-color: rgba(255, 255, 255, 0.1);
1896
1901
  }
1897
1902
 
1898
1903
  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
@@ -3114,7 +3119,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3114
3119
  }
3115
3120
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
3116
3121
  color: rgba(255, 255, 255, 0.87);
3117
- background: hsla(0deg, 0%, 100%, 0.04);
3122
+ background: rgba(255, 255, 255, 0.04);
3118
3123
  }
3119
3124
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
3120
3125
  outline: 0 none;
@@ -3122,13 +3127,13 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3122
3127
  box-shadow: none;
3123
3128
  }
3124
3129
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
3125
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
3130
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
3126
3131
  margin: 0.5rem 0;
3127
3132
  }
3128
3133
 
3129
3134
  .p-column-filter-overlay-menu .p-column-filter-operator {
3130
3135
  padding: 1rem;
3131
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
3136
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3132
3137
  color: rgba(255, 255, 255, 0.87);
3133
3138
  background: #2b2b2b;
3134
3139
  margin: 0;
@@ -3137,7 +3142,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3137
3142
  }
3138
3143
  .p-column-filter-overlay-menu .p-column-filter-constraint {
3139
3144
  padding: 1rem;
3140
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
3145
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3141
3146
  }
3142
3147
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
3143
3148
  margin-bottom: 0.5rem;
@@ -3342,7 +3347,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3342
3347
  border-color: rgba(206, 147, 216, 0.16);
3343
3348
  }
3344
3349
  .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
3345
- background: hsla(0deg, 0%, 100%, 0.04);
3350
+ background: rgba(255, 255, 255, 0.04);
3346
3351
  color: rgba(255, 255, 255, 0.87);
3347
3352
  }
3348
3353
  .fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
@@ -3505,14 +3510,14 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3505
3510
  color: rgba(255, 255, 255, 0.87);
3506
3511
  }
3507
3512
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
3508
- background: hsla(0deg, 0%, 100%, 0.04);
3513
+ background: rgba(255, 255, 255, 0.04);
3509
3514
  color: rgba(255, 255, 255, 0.87);
3510
3515
  }
3511
3516
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3512
3517
  background: rgba(255, 255, 255, 0.02);
3513
3518
  }
3514
3519
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3515
- background: hsla(0deg, 0%, 100%, 0.04);
3520
+ background: rgba(255, 255, 255, 0.04);
3516
3521
  }
3517
3522
 
3518
3523
  .p-orderlist-item.cdk-drag-preview {
@@ -3525,7 +3530,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3525
3530
  }
3526
3531
 
3527
3532
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3528
- background: hsla(0deg, 0%, 100%, 0.04);
3533
+ background: rgba(255, 255, 255, 0.04);
3529
3534
  color: rgba(255, 255, 255, 0.87);
3530
3535
  }
3531
3536
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
@@ -3706,14 +3711,14 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3706
3711
  color: rgba(255, 255, 255, 0.87);
3707
3712
  }
3708
3713
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
3709
- background: hsla(0deg, 0%, 100%, 0.04);
3714
+ background: rgba(255, 255, 255, 0.04);
3710
3715
  color: rgba(255, 255, 255, 0.87);
3711
3716
  }
3712
3717
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
3713
3718
  background: rgba(255, 255, 255, 0.02);
3714
3719
  }
3715
3720
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3716
- background: hsla(0deg, 0%, 100%, 0.04);
3721
+ background: rgba(255, 255, 255, 0.04);
3717
3722
  }
3718
3723
 
3719
3724
  .p-picklist-item.cdk-drag-preview {
@@ -3813,11 +3818,11 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3813
3818
  color: #CE93D8;
3814
3819
  }
3815
3820
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
3816
- background: hsla(0deg, 0%, 100%, 0.04);
3821
+ background: rgba(255, 255, 255, 0.04);
3817
3822
  color: rgba(255, 255, 255, 0.87);
3818
3823
  }
3819
3824
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
3820
- background: hsla(0deg, 0%, 100%, 0.04);
3825
+ background: rgba(255, 255, 255, 0.04);
3821
3826
  color: rgba(255, 255, 255, 0.87);
3822
3827
  }
3823
3828
  .p-tree .p-tree-filter-container {
@@ -3874,7 +3879,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3874
3879
  color: inherit;
3875
3880
  }
3876
3881
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
3877
- background: hsla(0deg, 0%, 100%, 0.04);
3882
+ background: rgba(255, 255, 255, 0.04);
3878
3883
  color: rgba(255, 255, 255, 0.87);
3879
3884
  }
3880
3885
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
@@ -4216,7 +4221,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4216
4221
  padding: 0 1.25rem;
4217
4222
  }
4218
4223
  .p-divider.p-divider-horizontal:before {
4219
- border-top: 1px hsla(0deg, 0%, 100%, 0.12);
4224
+ border-top: 1px rgba(255, 255, 255, 0.12);
4220
4225
  }
4221
4226
  .p-divider.p-divider-horizontal .p-divider-content {
4222
4227
  padding: 0 0.5rem;
@@ -4226,7 +4231,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4226
4231
  padding: 1.25rem 0;
4227
4232
  }
4228
4233
  .p-divider.p-divider-vertical:before {
4229
- border-left: 1px hsla(0deg, 0%, 100%, 0.12);
4234
+ border-left: 1px rgba(255, 255, 255, 0.12);
4230
4235
  }
4231
4236
  .p-divider.p-divider-vertical .p-divider-content {
4232
4237
  padding: 0.5rem 0;
@@ -4349,13 +4354,13 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4349
4354
  }
4350
4355
  .p-splitter .p-splitter-gutter {
4351
4356
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
4352
- background: hsla(0deg, 0%, 100%, 0.04);
4357
+ background: rgba(255, 255, 255, 0.04);
4353
4358
  }
4354
4359
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
4355
- background: hsla(0deg, 0%, 100%, 0.12);
4360
+ background: rgba(255, 255, 255, 0.12);
4356
4361
  }
4357
4362
  .p-splitter .p-splitter-gutter-resizing {
4358
- background: hsla(0deg, 0%, 100%, 0.12);
4363
+ background: rgba(255, 255, 255, 0.12);
4359
4364
  }
4360
4365
 
4361
4366
  .p-tabview .p-tabview-nav {
@@ -4803,7 +4808,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4803
4808
  color: rgba(255, 255, 255, 0.6);
4804
4809
  }
4805
4810
  .p-contextmenu .p-menu-separator {
4806
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
4811
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
4807
4812
  margin: 0.5rem 0;
4808
4813
  }
4809
4814
  .p-contextmenu .p-submenu-icon {
@@ -4999,7 +5004,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4999
5004
  width: 12.5rem;
5000
5005
  }
5001
5006
  .p-megamenu .p-megamenu-submenu .p-menu-separator {
5002
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5007
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5003
5008
  margin: 0.5rem 0;
5004
5009
  }
5005
5010
  .p-megamenu .p-megamenu-submenu .p-menuitem {
@@ -5098,7 +5103,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5098
5103
  border-top-left-radius: 0;
5099
5104
  }
5100
5105
  .p-menu .p-menu-separator {
5101
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5106
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5102
5107
  margin: 0.5rem 0;
5103
5108
  }
5104
5109
  .p-menu .p-menuitem {
@@ -5221,7 +5226,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5221
5226
  width: 12.5rem;
5222
5227
  }
5223
5228
  .p-menubar .p-submenu-list .p-menu-separator {
5224
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5229
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5225
5230
  margin: 0.5rem 0;
5226
5231
  }
5227
5232
  .p-menubar .p-submenu-list .p-submenu-icon {
@@ -5291,7 +5296,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5291
5296
  width: 100%;
5292
5297
  }
5293
5298
  .p-menubar .p-menubar-root-list .p-menu-separator {
5294
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5299
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5295
5300
  margin: 0.5rem 0;
5296
5301
  }
5297
5302
  .p-menubar .p-menubar-root-list .p-submenu-icon {
@@ -5578,7 +5583,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5578
5583
  color: rgba(255, 255, 255, 0.6);
5579
5584
  }
5580
5585
  .p-slidemenu .p-slidemenu-separator {
5581
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5586
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5582
5587
  margin: 0.5rem 0;
5583
5588
  }
5584
5589
  .p-slidemenu .p-slidemenu-icon {
@@ -5642,7 +5647,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5642
5647
  }
5643
5648
  .p-steps .p-steps-item:before {
5644
5649
  content: " ";
5645
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5650
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5646
5651
  width: 100%;
5647
5652
  top: 50%;
5648
5653
  left: 0;
@@ -5791,7 +5796,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5791
5796
  color: rgba(255, 255, 255, 0.6);
5792
5797
  }
5793
5798
  .p-tieredmenu .p-menu-separator {
5794
- border-top: 1px solid hsla(0deg, 0%, 100%, 0.12);
5799
+ border-top: 1px solid rgba(255, 255, 255, 0.12);
5795
5800
  margin: 0.5rem 0;
5796
5801
  }
5797
5802
  .p-tieredmenu .p-submenu-icon {
@@ -6056,7 +6061,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6056
6061
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6057
6062
  font-size: 2rem;
6058
6063
  }
6059
- .p-galleria .p-galleria-close .p-icon {
6064
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6060
6065
  width: 2rem;
6061
6066
  height: 2rem;
6062
6067
  }
@@ -6077,7 +6082,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6077
6082
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6078
6083
  font-size: 2rem;
6079
6084
  }
6080
- .p-galleria .p-galleria-item-nav .p-icon {
6085
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6081
6086
  width: 2rem;
6082
6087
  height: 2rem;
6083
6088
  }
@@ -6193,7 +6198,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6193
6198
  }
6194
6199
 
6195
6200
  .p-avatar {
6196
- background-color: hsla(0deg, 0%, 100%, 0.12);
6201
+ background-color: rgba(255, 255, 255, 0.12);
6197
6202
  border-radius: 4px;
6198
6203
  }
6199
6204
  .p-avatar.p-avatar-lg {
@@ -6260,7 +6265,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6260
6265
  }
6261
6266
 
6262
6267
  .p-chip {
6263
- background-color: hsla(0deg, 0%, 100%, 0.12);
6268
+ background-color: rgba(255, 255, 255, 0.12);
6264
6269
  color: rgba(255, 255, 255, 0.87);
6265
6270
  border-radius: 16px;
6266
6271
  padding: 0 1rem;
@@ -6444,8 +6449,8 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6444
6449
  border-bottom-left-radius: 0;
6445
6450
  border-bottom-right-radius: 0;
6446
6451
  border: 1px solid transparent;
6447
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
6448
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
6452
+ background: rgba(255, 255, 255, 0.06) no-repeat;
6453
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
6449
6454
  background-size: 0 2px, 100% 1px;
6450
6455
  background-position: 50% 100%, 50% 100%;
6451
6456
  background-origin: border-box;
@@ -6455,13 +6460,13 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6455
6460
  background-color: transparent;
6456
6461
  }
6457
6462
  .p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
6458
- background-color: hsla(0deg, 0%, 100%, 0.08);
6463
+ background-color: rgba(255, 255, 255, 0.08);
6459
6464
  border-color: transparent;
6460
6465
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
6461
6466
  }
6462
6467
  .p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus {
6463
6468
  box-shadow: none;
6464
- background-color: hsla(0deg, 0%, 100%, 0.1);
6469
+ background-color: rgba(255, 255, 255, 0.1);
6465
6470
  border-color: transparent;
6466
6471
  background-size: 100% 2px, 100% 1px;
6467
6472
  }
@@ -6667,7 +6672,7 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
6667
6672
  }
6668
6673
 
6669
6674
  .p-calendar-w-btn {
6670
- border: 1px solid hsla(0deg, 0%, 100%, 0.3);
6675
+ border: 1px solid rgba(255, 255, 255, 0.3);
6671
6676
  background: #1e1e1e;
6672
6677
  border-radius: 4px;
6673
6678
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
@@ -6724,7 +6729,7 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
6724
6729
  order: 3;
6725
6730
  }
6726
6731
  .p-datepicker table th {
6727
- border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.12);
6732
+ border-bottom: 1px solid rgba(255, 255, 255, 0.12);
6728
6733
  color: rgba(255, 255, 255, 0.38);
6729
6734
  font-weight: 400;
6730
6735
  font-size: 0.875rem;
@@ -6753,8 +6758,8 @@ p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
6753
6758
  border-bottom-left-radius: 0;
6754
6759
  border-bottom-right-radius: 0;
6755
6760
  border: 1px solid transparent;
6756
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
6757
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
6761
+ background: rgba(255, 255, 255, 0.06) no-repeat;
6762
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
6758
6763
  background-size: 0 2px, 100% 1px;
6759
6764
  background-position: 50% 100%, 50% 100%;
6760
6765
  background-origin: border-box;
@@ -6764,13 +6769,13 @@ p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
6764
6769
  background-color: transparent;
6765
6770
  }
6766
6771
  .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled):hover {
6767
- background-color: hsla(0deg, 0%, 100%, 0.08);
6772
+ background-color: rgba(255, 255, 255, 0.08);
6768
6773
  border-color: transparent;
6769
6774
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
6770
6775
  }
6771
6776
  .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-inputwrapper-focus {
6772
6777
  box-shadow: none;
6773
- background-color: hsla(0deg, 0%, 100%, 0.1);
6778
+ background-color: rgba(255, 255, 255, 0.1);
6774
6779
  border-color: transparent;
6775
6780
  background-size: 100% 2px, 100% 1px;
6776
6781
  }
@@ -6824,8 +6829,8 @@ p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
6824
6829
  border-bottom-left-radius: 0;
6825
6830
  border-bottom-right-radius: 0;
6826
6831
  border: 1px solid transparent;
6827
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
6828
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
6832
+ background: rgba(255, 255, 255, 0.06) no-repeat;
6833
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
6829
6834
  background-size: 0 2px, 100% 1px;
6830
6835
  background-position: 50% 100%, 50% 100%;
6831
6836
  background-origin: border-box;
@@ -6835,13 +6840,13 @@ p-calendar.ng-dirty.ng-invalid .p-calendar-w-btn:not(.p-disabled).p-focus {
6835
6840
  background-color: transparent;
6836
6841
  }
6837
6842
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
6838
- background-color: hsla(0deg, 0%, 100%, 0.08);
6843
+ background-color: rgba(255, 255, 255, 0.08);
6839
6844
  border-color: transparent;
6840
6845
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
6841
6846
  }
6842
6847
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus {
6843
6848
  box-shadow: none;
6844
- background-color: hsla(0deg, 0%, 100%, 0.1);
6849
+ background-color: rgba(255, 255, 255, 0.1);
6845
6850
  border-color: transparent;
6846
6851
  background-size: 100% 2px, 100% 1px;
6847
6852
  }
@@ -6902,15 +6907,15 @@ p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
6902
6907
  transition: box-shadow 0.2s;
6903
6908
  }
6904
6909
  .p-checkbox .p-checkbox-box {
6905
- border-color: hsla(0deg, 0%, 100%, 0.7);
6910
+ border-color: rgba(255, 255, 255, 0.7);
6906
6911
  border-radius: 2px;
6907
6912
  position: relative;
6908
6913
  }
6909
6914
  .p-checkbox .p-checkbox-box:not(.p-disabled):hover {
6910
- border-color: hsla(0deg, 0%, 100%, 0.7);
6915
+ border-color: rgba(255, 255, 255, 0.7);
6911
6916
  }
6912
6917
  .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus {
6913
- border-color: hsla(0deg, 0%, 100%, 0.7);
6918
+ border-color: rgba(255, 255, 255, 0.7);
6914
6919
  }
6915
6920
  .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus {
6916
6921
  border-color: #CE93D8;
@@ -6973,8 +6978,8 @@ p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
6973
6978
  border-bottom-left-radius: 0;
6974
6979
  border-bottom-right-radius: 0;
6975
6980
  border: 1px solid transparent;
6976
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
6977
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
6981
+ background: rgba(255, 255, 255, 0.06) no-repeat;
6982
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
6978
6983
  background-size: 0 2px, 100% 1px;
6979
6984
  background-position: 50% 100%, 50% 100%;
6980
6985
  background-origin: border-box;
@@ -6984,13 +6989,13 @@ p-cascadeselect.ng-dirty.ng-invalid .p-cascadeselect:not(.p-disabled).p-focus {
6984
6989
  background-color: transparent;
6985
6990
  }
6986
6991
  .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover {
6987
- background-color: hsla(0deg, 0%, 100%, 0.08);
6992
+ background-color: rgba(255, 255, 255, 0.08);
6988
6993
  border-color: transparent;
6989
6994
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
6990
6995
  }
6991
6996
  .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus {
6992
6997
  box-shadow: none;
6993
- background-color: hsla(0deg, 0%, 100%, 0.1);
6998
+ background-color: rgba(255, 255, 255, 0.1);
6994
6999
  border-color: transparent;
6995
7000
  background-size: 100% 2px, 100% 1px;
6996
7001
  }
@@ -7068,8 +7073,8 @@ p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled
7068
7073
  border-bottom-left-radius: 0;
7069
7074
  border-bottom-right-radius: 0;
7070
7075
  border: 1px solid transparent;
7071
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
7072
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
7076
+ background: rgba(255, 255, 255, 0.06) no-repeat;
7077
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
7073
7078
  background-size: 0 2px, 100% 1px;
7074
7079
  background-position: 50% 100%, 50% 100%;
7075
7080
  background-origin: border-box;
@@ -7079,13 +7084,13 @@ p-chips.ng-dirty.ng-invalid .p-chips .p-chips-multiple-container:not(.p-disabled
7079
7084
  background-color: transparent;
7080
7085
  }
7081
7086
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
7082
- background-color: hsla(0deg, 0%, 100%, 0.08);
7087
+ background-color: rgba(255, 255, 255, 0.08);
7083
7088
  border-color: transparent;
7084
7089
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
7085
7090
  }
7086
7091
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus {
7087
7092
  box-shadow: none;
7088
- background-color: hsla(0deg, 0%, 100%, 0.1);
7093
+ background-color: rgba(255, 255, 255, 0.1);
7089
7094
  border-color: transparent;
7090
7095
  background-size: 100% 2px, 100% 1px;
7091
7096
  }
@@ -7135,20 +7140,20 @@ p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
7135
7140
  border-bottom-left-radius: 0;
7136
7141
  border-bottom-right-radius: 0;
7137
7142
  border: 1px solid transparent;
7138
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
7139
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
7143
+ background: rgba(255, 255, 255, 0.06) no-repeat;
7144
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
7140
7145
  background-size: 0 2px, 100% 1px;
7141
7146
  background-position: 50% 100%, 50% 100%;
7142
7147
  background-origin: border-box;
7143
7148
  }
7144
7149
  .p-input-filled .p-inputtext:enabled:hover {
7145
- background-color: hsla(0deg, 0%, 100%, 0.08);
7150
+ background-color: rgba(255, 255, 255, 0.08);
7146
7151
  border-color: transparent;
7147
7152
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
7148
7153
  }
7149
7154
  .p-input-filled .p-inputtext:enabled:focus {
7150
7155
  box-shadow: none;
7151
- background-color: hsla(0deg, 0%, 100%, 0.1);
7156
+ background-color: rgba(255, 255, 255, 0.1);
7152
7157
  border-color: transparent;
7153
7158
  background-size: 100% 2px, 100% 1px;
7154
7159
  }
@@ -7165,8 +7170,8 @@ p-dropdown.ng-dirty.ng-invalid .p-dropdown:not(.p-disabled).p-focus {
7165
7170
  border-bottom-left-radius: 0;
7166
7171
  border-bottom-right-radius: 0;
7167
7172
  border: 1px solid transparent;
7168
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
7169
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
7173
+ background: rgba(255, 255, 255, 0.06) no-repeat;
7174
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
7170
7175
  background-size: 0 2px, 100% 1px;
7171
7176
  background-position: 50% 100%, 50% 100%;
7172
7177
  background-origin: border-box;
@@ -7373,8 +7378,8 @@ p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
7373
7378
  border-bottom-left-radius: 0;
7374
7379
  border-bottom-right-radius: 0;
7375
7380
  border: 1px solid transparent;
7376
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
7377
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
7381
+ background: rgba(255, 255, 255, 0.06) no-repeat;
7382
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
7378
7383
  background-size: 0 2px, 100% 1px;
7379
7384
  background-position: 50% 100%, 50% 100%;
7380
7385
  background-origin: border-box;
@@ -7384,13 +7389,13 @@ p-inputnumber.ng-dirty.ng-invalid .p-inputtext:enabled:focus {
7384
7389
  background-color: transparent;
7385
7390
  }
7386
7391
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
7387
- background-color: hsla(0deg, 0%, 100%, 0.08);
7392
+ background-color: rgba(255, 255, 255, 0.08);
7388
7393
  border-color: transparent;
7389
7394
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
7390
7395
  }
7391
7396
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus {
7392
7397
  box-shadow: none;
7393
- background-color: hsla(0deg, 0%, 100%, 0.1);
7398
+ background-color: rgba(255, 255, 255, 0.1);
7394
7399
  border-color: transparent;
7395
7400
  background-size: 100% 2px, 100% 1px;
7396
7401
  }
@@ -7534,10 +7539,10 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
7534
7539
  transition: box-shadow 0.2s;
7535
7540
  }
7536
7541
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
7537
- border: 2px solid hsla(0deg, 0%, 100%, 0.7);
7542
+ border: 2px solid rgba(255, 255, 255, 0.7);
7538
7543
  }
7539
7544
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
7540
- border: 2px solid hsla(0deg, 0%, 100%, 0.7);
7545
+ border: 2px solid rgba(255, 255, 255, 0.7);
7541
7546
  }
7542
7547
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus {
7543
7548
  border-color: #CE93D8;
@@ -7719,8 +7724,8 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
7719
7724
  border-bottom-left-radius: 0;
7720
7725
  border-bottom-right-radius: 0;
7721
7726
  border: 1px solid transparent;
7722
- background: hsla(0deg, 0%, 100%, 0.06) no-repeat;
7723
- background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0deg, 0%, 100%, 0.3), hsla(0deg, 0%, 100%, 0.3));
7727
+ background: rgba(255, 255, 255, 0.06) no-repeat;
7728
+ background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
7724
7729
  background-size: 0 2px, 100% 1px;
7725
7730
  background-position: 50% 100%, 50% 100%;
7726
7731
  background-origin: border-box;
@@ -7730,13 +7735,13 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
7730
7735
  background-color: transparent;
7731
7736
  }
7732
7737
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
7733
- background-color: hsla(0deg, 0%, 100%, 0.08);
7738
+ background-color: rgba(255, 255, 255, 0.08);
7734
7739
  border-color: transparent;
7735
7740
  background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87));
7736
7741
  }
7737
7742
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus {
7738
7743
  box-shadow: none;
7739
- background-color: hsla(0deg, 0%, 100%, 0.1);
7744
+ background-color: rgba(255, 255, 255, 0.1);
7740
7745
  border-color: transparent;
7741
7746
  background-size: 100% 2px, 100% 1px;
7742
7747
  }