primereact 10.4.0 → 10.5.0

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 (199) hide show
  1. package/calendar/calendar.cjs.js +12 -4
  2. package/calendar/calendar.cjs.min.js +1 -1
  3. package/calendar/calendar.esm.js +12 -4
  4. package/calendar/calendar.esm.min.js +1 -1
  5. package/calendar/calendar.js +12 -4
  6. package/calendar/calendar.min.js +1 -1
  7. package/checkbox/checkbox.cjs.js +2 -0
  8. package/checkbox/checkbox.cjs.min.js +1 -1
  9. package/checkbox/checkbox.esm.js +2 -0
  10. package/checkbox/checkbox.esm.min.js +1 -1
  11. package/checkbox/checkbox.js +2 -0
  12. package/checkbox/checkbox.min.js +1 -1
  13. package/chips/chips.cjs.js +109 -20
  14. package/chips/chips.cjs.min.js +1 -1
  15. package/chips/chips.esm.js +109 -20
  16. package/chips/chips.esm.min.js +1 -1
  17. package/chips/chips.js +109 -20
  18. package/chips/chips.min.js +1 -1
  19. package/core/core.js +643 -465
  20. package/core/core.min.js +4 -4
  21. package/dropdown/dropdown.cjs.js +313 -141
  22. package/dropdown/dropdown.cjs.min.js +1 -1
  23. package/dropdown/dropdown.esm.js +313 -141
  24. package/dropdown/dropdown.esm.min.js +1 -1
  25. package/dropdown/dropdown.js +313 -141
  26. package/dropdown/dropdown.min.js +1 -1
  27. package/inputnumber/inputnumber.cjs.js +21 -17
  28. package/inputnumber/inputnumber.cjs.min.js +1 -1
  29. package/inputnumber/inputnumber.esm.js +21 -17
  30. package/inputnumber/inputnumber.esm.min.js +1 -1
  31. package/inputnumber/inputnumber.js +21 -17
  32. package/inputnumber/inputnumber.min.js +1 -1
  33. package/inputswitch/inputswitch.cjs.js +3 -1
  34. package/inputswitch/inputswitch.cjs.min.js +1 -1
  35. package/inputswitch/inputswitch.esm.js +3 -1
  36. package/inputswitch/inputswitch.esm.min.js +1 -1
  37. package/inputswitch/inputswitch.js +3 -1
  38. package/inputswitch/inputswitch.min.js +1 -1
  39. package/knob/knob.cjs.js +62 -0
  40. package/knob/knob.cjs.min.js +1 -1
  41. package/knob/knob.esm.js +62 -0
  42. package/knob/knob.esm.min.js +1 -1
  43. package/knob/knob.js +62 -0
  44. package/knob/knob.min.js +1 -1
  45. package/listbox/listbox.cjs.js +362 -92
  46. package/listbox/listbox.cjs.min.js +1 -1
  47. package/listbox/listbox.esm.js +363 -93
  48. package/listbox/listbox.esm.min.js +1 -1
  49. package/listbox/listbox.js +362 -92
  50. package/listbox/listbox.min.js +1 -1
  51. package/menu/menu.cjs.js +4 -2
  52. package/menu/menu.cjs.min.js +1 -1
  53. package/menu/menu.esm.js +4 -2
  54. package/menu/menu.esm.min.js +1 -1
  55. package/menu/menu.js +5 -4
  56. package/menu/menu.min.js +1 -1
  57. package/multiselect/multiselect.cjs.js +377 -107
  58. package/multiselect/multiselect.cjs.min.js +1 -1
  59. package/multiselect/multiselect.esm.js +377 -107
  60. package/multiselect/multiselect.esm.min.js +1 -1
  61. package/multiselect/multiselect.js +377 -107
  62. package/multiselect/multiselect.min.js +1 -1
  63. package/package.json +1 -1
  64. package/paginator/paginator.cjs.js +251 -251
  65. package/paginator/paginator.cjs.min.js +1 -1
  66. package/paginator/paginator.esm.js +258 -258
  67. package/paginator/paginator.esm.min.js +1 -1
  68. package/paginator/paginator.js +251 -251
  69. package/paginator/paginator.min.js +1 -1
  70. package/panelmenu/panelmenu.cjs.js +2 -1
  71. package/panelmenu/panelmenu.cjs.min.js +1 -1
  72. package/panelmenu/panelmenu.esm.js +2 -1
  73. package/panelmenu/panelmenu.esm.min.js +1 -1
  74. package/panelmenu/panelmenu.js +3 -3
  75. package/panelmenu/panelmenu.min.js +1 -1
  76. package/passthrough/tailwind/index.cjs.js +3 -2
  77. package/passthrough/tailwind/index.cjs.min.js +1 -1
  78. package/passthrough/tailwind/index.esm.js +3 -2
  79. package/passthrough/tailwind/index.esm.min.js +1 -1
  80. package/passthrough/tailwind/index.js +3 -2
  81. package/passthrough/tailwind/index.min.js +1 -1
  82. package/password/password.cjs.js +22 -20
  83. package/password/password.cjs.min.js +1 -1
  84. package/password/password.esm.js +22 -20
  85. package/password/password.esm.min.js +1 -1
  86. package/password/password.js +22 -20
  87. package/password/password.min.js +1 -1
  88. package/primereact.all.cjs.js +1473 -485
  89. package/primereact.all.cjs.min.js +1 -1
  90. package/primereact.all.esm.js +1473 -485
  91. package/primereact.all.esm.min.js +1 -1
  92. package/primereact.all.js +1473 -485
  93. package/primereact.all.min.js +1 -1
  94. package/radiobutton/radiobutton.cjs.js +1 -0
  95. package/radiobutton/radiobutton.cjs.min.js +1 -1
  96. package/radiobutton/radiobutton.esm.js +1 -0
  97. package/radiobutton/radiobutton.esm.min.js +1 -1
  98. package/radiobutton/radiobutton.js +1 -0
  99. package/radiobutton/radiobutton.min.js +1 -1
  100. package/rating/rating.cjs.js +103 -4
  101. package/rating/rating.cjs.min.js +1 -1
  102. package/rating/rating.esm.js +103 -4
  103. package/rating/rating.esm.min.js +1 -1
  104. package/rating/rating.js +103 -4
  105. package/rating/rating.min.js +1 -1
  106. package/resources/themes/arya-blue/theme.css +328 -67
  107. package/resources/themes/arya-green/theme.css +328 -67
  108. package/resources/themes/arya-orange/theme.css +328 -67
  109. package/resources/themes/arya-purple/theme.css +26 -6
  110. package/resources/themes/bootstrap4-dark-blue/theme.css +328 -67
  111. package/resources/themes/bootstrap4-dark-purple/theme.css +26 -6
  112. package/resources/themes/bootstrap4-light-blue/theme.css +328 -67
  113. package/resources/themes/bootstrap4-light-purple/theme.css +26 -6
  114. package/resources/themes/fluent-light/theme.css +327 -66
  115. package/resources/themes/lara-dark-amber/theme.css +328 -67
  116. package/resources/themes/lara-dark-blue/theme.css +328 -67
  117. package/resources/themes/lara-dark-cyan/theme.css +328 -67
  118. package/resources/themes/lara-dark-green/theme.css +328 -67
  119. package/resources/themes/lara-dark-indigo/theme.css +328 -67
  120. package/resources/themes/lara-dark-pink/theme.css +328 -67
  121. package/resources/themes/lara-dark-purple/theme.css +26 -6
  122. package/resources/themes/lara-dark-teal/theme.css +328 -67
  123. package/resources/themes/lara-light-amber/theme.css +328 -67
  124. package/resources/themes/lara-light-blue/theme.css +328 -67
  125. package/resources/themes/lara-light-cyan/theme.css +328 -67
  126. package/resources/themes/lara-light-green/theme.css +328 -67
  127. package/resources/themes/lara-light-indigo/theme.css +328 -67
  128. package/resources/themes/lara-light-pink/theme.css +328 -67
  129. package/resources/themes/lara-light-purple/theme.css +26 -6
  130. package/resources/themes/lara-light-teal/theme.css +328 -67
  131. package/resources/themes/luna-amber/theme.css +328 -67
  132. package/resources/themes/luna-blue/theme.css +328 -67
  133. package/resources/themes/luna-green/theme.css +328 -67
  134. package/resources/themes/luna-pink/theme.css +328 -67
  135. package/resources/themes/md-dark-deeppurple/theme.css +158 -138
  136. package/resources/themes/md-dark-indigo/theme.css +454 -193
  137. package/resources/themes/md-light-deeppurple/theme.css +26 -6
  138. package/resources/themes/md-light-indigo/theme.css +328 -67
  139. package/resources/themes/mdc-dark-deeppurple/theme.css +158 -138
  140. package/resources/themes/mdc-dark-indigo/theme.css +454 -193
  141. package/resources/themes/mdc-light-deeppurple/theme.css +26 -6
  142. package/resources/themes/mdc-light-indigo/theme.css +328 -67
  143. package/resources/themes/mira/theme.css +328 -67
  144. package/resources/themes/nano/theme.css +328 -67
  145. package/resources/themes/nova/theme.css +328 -67
  146. package/resources/themes/nova-accent/theme.css +328 -67
  147. package/resources/themes/nova-alt/theme.css +328 -67
  148. package/resources/themes/rhea/theme.css +328 -67
  149. package/resources/themes/saga-blue/theme.css +328 -67
  150. package/resources/themes/saga-green/theme.css +328 -67
  151. package/resources/themes/saga-orange/theme.css +328 -67
  152. package/resources/themes/saga-purple/theme.css +26 -6
  153. package/resources/themes/soho-dark/theme.css +353 -92
  154. package/resources/themes/soho-light/theme.css +328 -67
  155. package/resources/themes/tailwind-light/theme.css +329 -71
  156. package/resources/themes/vela-blue/theme.css +328 -67
  157. package/resources/themes/vela-green/theme.css +328 -67
  158. package/resources/themes/vela-orange/theme.css +328 -67
  159. package/resources/themes/vela-purple/theme.css +26 -6
  160. package/resources/themes/viva-dark/theme.css +328 -67
  161. package/resources/themes/viva-light/theme.css +328 -67
  162. package/selectbutton/selectbutton.cjs.js +96 -50
  163. package/selectbutton/selectbutton.cjs.min.js +1 -1
  164. package/selectbutton/selectbutton.esm.js +96 -50
  165. package/selectbutton/selectbutton.esm.min.js +1 -1
  166. package/selectbutton/selectbutton.js +96 -50
  167. package/selectbutton/selectbutton.min.js +1 -1
  168. package/slider/slider.cjs.js +25 -4
  169. package/slider/slider.cjs.min.js +1 -1
  170. package/slider/slider.esm.js +25 -4
  171. package/slider/slider.esm.min.js +1 -1
  172. package/slider/slider.js +25 -4
  173. package/slider/slider.min.js +1 -1
  174. package/splitter/splitter.cjs.js +16 -15
  175. package/splitter/splitter.cjs.min.js +1 -1
  176. package/splitter/splitter.esm.js +16 -15
  177. package/splitter/splitter.esm.min.js +1 -1
  178. package/splitter/splitter.js +16 -15
  179. package/splitter/splitter.min.js +1 -1
  180. package/tabview/tabview.cjs.js +6 -5
  181. package/tabview/tabview.cjs.min.js +1 -1
  182. package/tabview/tabview.d.ts +39 -34
  183. package/tabview/tabview.esm.js +6 -5
  184. package/tabview/tabview.esm.min.js +1 -1
  185. package/tabview/tabview.js +6 -5
  186. package/tabview/tabview.min.js +1 -1
  187. package/togglebutton/togglebutton.cjs.js +15 -14
  188. package/togglebutton/togglebutton.cjs.min.js +1 -1
  189. package/togglebutton/togglebutton.esm.js +14 -13
  190. package/togglebutton/togglebutton.esm.min.js +1 -1
  191. package/togglebutton/togglebutton.js +15 -14
  192. package/togglebutton/togglebutton.min.js +1 -1
  193. package/tristatecheckbox/tristatecheckbox.cjs.js +3 -2
  194. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  195. package/tristatecheckbox/tristatecheckbox.esm.js +3 -2
  196. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  197. package/tristatecheckbox/tristatecheckbox.js +3 -2
  198. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  199. package/web-types.json +1 -1
@@ -415,6 +415,12 @@
415
415
  .p-calendar.p-invalid.p-component > .p-inputtext {
416
416
  border-color: #f19ea6;
417
417
  }
418
+ .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
419
+ outline: 0 none;
420
+ outline-offset: 0;
421
+ box-shadow: 0 0 0 1px #e3f3fe;
422
+ border-color: #8dd0ff;
423
+ }
418
424
  .p-datepicker {
419
425
  padding: 0;
420
426
  background: #2a323d;
@@ -623,7 +629,8 @@
623
629
  box-shadow: 0 0 0 1px #e3f3fe;
624
630
  }
625
631
  @media screen and (max-width: 769px) {
626
- .p-datepicker table th, .p-datepicker table td {
632
+ .p-datepicker table th,
633
+ .p-datepicker table td {
627
634
  padding: 0;
628
635
  }
629
636
  }
@@ -777,26 +784,69 @@
777
784
  .p-highlight .p-checkbox .p-checkbox-box {
778
785
  border-color: #151515;
779
786
  }
780
- .p-chips .p-chips-multiple-container {
781
- padding: 0.25rem 0.75rem;
782
- gap: 0.5rem;
787
+ .p-chips {
788
+ display: inline-flex;
789
+ }
790
+ .p-chips-multiple-container {
791
+ margin: 0;
792
+ padding: 0;
793
+ list-style-type: none;
794
+ cursor: text;
795
+ overflow: hidden;
796
+ display: flex;
797
+ align-items: center;
798
+ flex-wrap: wrap;
799
+ }
800
+ .p-chips-token {
801
+ cursor: default;
802
+ display: inline-flex;
803
+ align-items: center;
804
+ flex: 0 0 auto;
805
+ }
806
+ .p-chips-input-token {
807
+ flex: 1 1 auto;
808
+ display: inline-flex;
809
+ }
810
+ .p-chips-token-icon {
811
+ cursor: pointer;
812
+ }
813
+ .p-chips-input-token input {
814
+ border: 0 none;
815
+ outline: 0 none;
816
+ background-color: transparent;
817
+ margin: 0;
818
+ padding: 0;
819
+ box-shadow: none;
820
+ border-radius: 0;
821
+ width: 100%;
822
+ }
823
+ .p-fluid .p-chips {
824
+ display: flex;
783
825
  }
784
- .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
826
+ .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
785
827
  border-color: #3f4b5b;
786
828
  }
787
- .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
829
+ .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
788
830
  outline: 0 none;
789
831
  outline-offset: 0;
790
832
  box-shadow: 0 0 0 1px #e3f3fe;
791
833
  border-color: #8dd0ff;
792
834
  }
835
+ .p-chips .p-chips-multiple-container {
836
+ padding: 0.25rem 0.75rem;
837
+ outline-color: transparent;
838
+ }
793
839
  .p-chips .p-chips-multiple-container .p-chips-token {
794
840
  padding: 0.25rem 0.75rem;
795
841
  margin-right: 0.5rem;
796
- background: #8dd0ff;
842
+ background: #3f4b5b;
797
843
  color: rgba(255, 255, 255, 0.87);
798
844
  border-radius: 16px;
799
845
  }
846
+ .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
847
+ background: #4c5866;
848
+ color: rgba(255, 255, 255, 0.87);
849
+ }
800
850
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
801
851
  margin-left: 0.5rem;
802
852
  }
@@ -829,11 +879,90 @@
829
879
  .p-colorpicker-overlay-panel {
830
880
  box-shadow: none;
831
881
  }
882
+ .p-dropdown {
883
+ display: inline-flex;
884
+ cursor: pointer;
885
+ position: relative;
886
+ user-select: none;
887
+ }
888
+ .p-dropdown-clear-icon {
889
+ position: absolute;
890
+ top: 50%;
891
+ margin-top: -0.5rem;
892
+ }
893
+ .p-dropdown-trigger {
894
+ display: flex;
895
+ align-items: center;
896
+ justify-content: center;
897
+ flex-shrink: 0;
898
+ }
899
+ .p-dropdown-label {
900
+ display: block;
901
+ white-space: nowrap;
902
+ overflow: hidden;
903
+ flex: 1 1 auto;
904
+ width: 1%;
905
+ text-overflow: ellipsis;
906
+ cursor: pointer;
907
+ }
908
+ .p-dropdown-label-empty {
909
+ overflow: hidden;
910
+ opacity: 0;
911
+ }
912
+ input.p-dropdown-label {
913
+ cursor: default;
914
+ }
915
+ .p-dropdown .p-dropdown-panel {
916
+ min-width: 100%;
917
+ }
918
+ .p-dropdown-panel {
919
+ position: absolute;
920
+ top: 0;
921
+ left: 0;
922
+ }
923
+ .p-dropdown-items-wrapper {
924
+ overflow: auto;
925
+ }
926
+ .p-dropdown-item {
927
+ cursor: pointer;
928
+ font-weight: normal;
929
+ white-space: nowrap;
930
+ position: relative;
931
+ overflow: hidden;
932
+ display: flex;
933
+ align-items: center;
934
+ }
935
+ .p-dropdown-item-group {
936
+ cursor: auto;
937
+ }
938
+ .p-dropdown-items {
939
+ margin: 0;
940
+ padding: 0;
941
+ list-style-type: none;
942
+ }
943
+ .p-dropdown-filter {
944
+ width: 100%;
945
+ }
946
+ .p-dropdown-filter-container {
947
+ position: relative;
948
+ }
949
+ .p-dropdown-filter-icon {
950
+ position: absolute;
951
+ top: 50%;
952
+ margin-top: -0.5rem;
953
+ }
954
+ .p-fluid .p-dropdown {
955
+ display: flex;
956
+ }
957
+ .p-fluid .p-dropdown .p-dropdown-label {
958
+ width: 1%;
959
+ }
832
960
  .p-dropdown {
833
961
  background: #20262e;
834
962
  border: 1px solid #3f4b5b;
835
963
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
836
964
  border-radius: 4px;
965
+ outline-color: transparent;
837
966
  }
838
967
  .p-dropdown:not(.p-disabled):hover {
839
968
  border-color: #3f4b5b;
@@ -844,6 +973,18 @@
844
973
  box-shadow: 0 0 0 1px #e3f3fe;
845
974
  border-color: #8dd0ff;
846
975
  }
976
+ .p-dropdown.p-variant-filled {
977
+ background: #3f4b5b;
978
+ }
979
+ .p-dropdown.p-variant-filled:not(.p-disabled):hover {
980
+ background-color: #3f4b5b;
981
+ }
982
+ .p-dropdown.p-variant-filled:not(.p-disabled).p-focus {
983
+ background-color: #3f4b5b;
984
+ }
985
+ .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext {
986
+ background-color: transparent;
987
+ }
847
988
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
848
989
  padding-right: 1.75rem;
849
990
  }
@@ -854,7 +995,7 @@
854
995
  .p-dropdown .p-dropdown-label.p-placeholder {
855
996
  color: rgba(255, 255, 255, 0.6);
856
997
  }
857
- .p-dropdown .p-dropdown-label:enabled:focus {
998
+ .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
858
999
  outline: 0 none;
859
1000
  box-shadow: none;
860
1001
  }
@@ -896,13 +1037,6 @@
896
1037
  right: 0.75rem;
897
1038
  color: rgba(255, 255, 255, 0.6);
898
1039
  }
899
- .p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter {
900
- padding-right: 3.5rem;
901
- margin-right: -3.5rem;
902
- }
903
- .p-dropdown-panel .p-dropdown-header .p-dropdown-clearable-filter .p-dropdown-filter-clear-icon {
904
- right: 2.5rem;
905
- }
906
1040
  .p-dropdown-panel .p-dropdown-items {
907
1041
  padding: 0.5rem 0;
908
1042
  }
@@ -915,14 +1049,28 @@
915
1049
  transition: box-shadow 0.15s;
916
1050
  border-radius: 0;
917
1051
  }
1052
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
1053
+ margin-top: 0;
1054
+ }
1055
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child {
1056
+ margin-bottom: 0;
1057
+ }
918
1058
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
919
1059
  color: #151515;
920
1060
  background: #8dd0ff;
921
1061
  }
922
- .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
1062
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
1063
+ background: #64bfff;
1064
+ }
1065
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
923
1066
  color: rgba(255, 255, 255, 0.87);
924
1067
  background: rgba(255, 255, 255, 0.04);
925
1068
  }
1069
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon {
1070
+ position: relative;
1071
+ margin-left: -0.5rem;
1072
+ margin-right: 0.5rem;
1073
+ }
926
1074
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
927
1075
  margin: 0;
928
1076
  padding: 0.75rem 1rem;
@@ -935,18 +1083,6 @@
935
1083
  color: rgba(255, 255, 255, 0.87);
936
1084
  background: transparent;
937
1085
  }
938
- .p-input-filled .p-dropdown {
939
- background: #3f4b5b;
940
- }
941
- .p-input-filled .p-dropdown:not(.p-disabled):hover {
942
- background-color: #3f4b5b;
943
- }
944
- .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
945
- background-color: #3f4b5b;
946
- }
947
- .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
948
- background-color: transparent;
949
- }
950
1086
  .p-inputgroup-addon {
951
1087
  background: #2a323d;
952
1088
  color: rgba(255, 255, 255, 0.6);
@@ -1144,11 +1280,40 @@
1144
1280
  font-size: 1.25rem;
1145
1281
  padding: 0.625rem 0.9375rem;
1146
1282
  }
1283
+ .p-listbox-list-wrapper {
1284
+ overflow: auto;
1285
+ }
1286
+ .p-listbox-list {
1287
+ list-style-type: none;
1288
+ margin: 0;
1289
+ padding: 0;
1290
+ }
1291
+ .p-listbox-item {
1292
+ cursor: pointer;
1293
+ position: relative;
1294
+ overflow: hidden;
1295
+ }
1296
+ .p-listbox-item-group {
1297
+ cursor: auto;
1298
+ }
1299
+ .p-listbox-filter-container {
1300
+ position: relative;
1301
+ }
1302
+ .p-listbox-filter-icon {
1303
+ position: absolute;
1304
+ top: 50%;
1305
+ margin-top: -0.5rem;
1306
+ }
1307
+ .p-listbox-filter {
1308
+ width: 100%;
1309
+ }
1147
1310
  .p-listbox {
1148
1311
  background: #2a323d;
1149
1312
  color: rgba(255, 255, 255, 0.87);
1150
1313
  border: 1px solid #3f4b5b;
1151
1314
  border-radius: 4px;
1315
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
1316
+ outline-color: transparent;
1152
1317
  }
1153
1318
  .p-listbox .p-listbox-header {
1154
1319
  padding: 0.75rem 1.5rem;
@@ -1168,6 +1333,7 @@
1168
1333
  }
1169
1334
  .p-listbox .p-listbox-list {
1170
1335
  padding: 0.5rem 0;
1336
+ outline: 0 none;
1171
1337
  }
1172
1338
  .p-listbox .p-listbox-list .p-listbox-item {
1173
1339
  margin: 0;
@@ -1177,15 +1343,16 @@
1177
1343
  transition: box-shadow 0.15s;
1178
1344
  border-radius: 0;
1179
1345
  }
1346
+ .p-listbox .p-listbox-list .p-listbox-item:first-child {
1347
+ margin-top: 0;
1348
+ }
1349
+ .p-listbox .p-listbox-list .p-listbox-item:last-child {
1350
+ margin-bottom: 0;
1351
+ }
1180
1352
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
1181
1353
  color: #151515;
1182
1354
  background: #8dd0ff;
1183
1355
  }
1184
- .p-listbox .p-listbox-list .p-listbox-item:focus {
1185
- outline: 0 none;
1186
- outline-offset: 0;
1187
- box-shadow: inset 0 0 0 0.15rem #e3f3fe;
1188
- }
1189
1356
  .p-listbox .p-listbox-list .p-listbox-item-group {
1190
1357
  margin: 0;
1191
1358
  padding: 0.75rem 1rem;
@@ -1198,10 +1365,27 @@
1198
1365
  color: rgba(255, 255, 255, 0.87);
1199
1366
  background: transparent;
1200
1367
  }
1368
+ .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
1369
+ background: #64bfff;
1370
+ }
1371
+ .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
1372
+ color: rgba(255, 255, 255, 0.87);
1373
+ background: rgba(255, 255, 255, 0.04);
1374
+ }
1201
1375
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
1202
1376
  color: rgba(255, 255, 255, 0.87);
1203
1377
  background: rgba(255, 255, 255, 0.04);
1204
1378
  }
1379
+ .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
1380
+ color: rgba(255, 255, 255, 0.87);
1381
+ background: rgba(255, 255, 255, 0.04);
1382
+ }
1383
+ .p-listbox.p-focus {
1384
+ outline: 0 none;
1385
+ outline-offset: 0;
1386
+ box-shadow: 0 0 0 1px #e3f3fe;
1387
+ border-color: #8dd0ff;
1388
+ }
1205
1389
  .p-listbox.p-invalid {
1206
1390
  border-color: #f19ea6;
1207
1391
  }
@@ -1232,11 +1416,100 @@
1232
1416
  color: #151515;
1233
1417
  background: #8dd0ff;
1234
1418
  }
1419
+ .p-multiselect {
1420
+ display: inline-flex;
1421
+ cursor: pointer;
1422
+ user-select: none;
1423
+ }
1424
+ .p-multiselect-trigger {
1425
+ display: flex;
1426
+ align-items: center;
1427
+ justify-content: center;
1428
+ flex-shrink: 0;
1429
+ }
1430
+ .p-multiselect-label-container {
1431
+ overflow: hidden;
1432
+ flex: 1 1 auto;
1433
+ cursor: pointer;
1434
+ }
1435
+ .p-multiselect-label {
1436
+ display: block;
1437
+ white-space: nowrap;
1438
+ cursor: pointer;
1439
+ overflow: hidden;
1440
+ text-overflow: ellipsis;
1441
+ }
1442
+ .p-multiselect-label-empty {
1443
+ overflow: hidden;
1444
+ visibility: hidden;
1445
+ }
1446
+ .p-multiselect-token {
1447
+ cursor: default;
1448
+ display: inline-flex;
1449
+ align-items: center;
1450
+ flex: 0 0 auto;
1451
+ }
1452
+ .p-multiselect-token-icon {
1453
+ cursor: pointer;
1454
+ }
1455
+ .p-multiselect .p-multiselect-panel {
1456
+ min-width: 100%;
1457
+ }
1458
+ .p-multiselect-items-wrapper {
1459
+ overflow: auto;
1460
+ }
1461
+ .p-multiselect-items {
1462
+ margin: 0;
1463
+ padding: 0;
1464
+ list-style-type: none;
1465
+ }
1466
+ .p-multiselect-item {
1467
+ cursor: pointer;
1468
+ display: flex;
1469
+ align-items: center;
1470
+ font-weight: normal;
1471
+ white-space: nowrap;
1472
+ position: relative;
1473
+ overflow: hidden;
1474
+ }
1475
+ .p-multiselect-item-group {
1476
+ cursor: auto;
1477
+ }
1478
+ .p-multiselect-header {
1479
+ display: flex;
1480
+ align-items: center;
1481
+ justify-content: space-between;
1482
+ }
1483
+ .p-multiselect-filter-container {
1484
+ position: relative;
1485
+ flex: 1 1 auto;
1486
+ }
1487
+ .p-multiselect-filter-icon {
1488
+ position: absolute;
1489
+ top: 50%;
1490
+ margin-top: -0.5rem;
1491
+ }
1492
+ .p-multiselect-filter-container .p-inputtext {
1493
+ width: 100%;
1494
+ }
1495
+ .p-multiselect-close {
1496
+ display: flex;
1497
+ align-items: center;
1498
+ justify-content: center;
1499
+ flex-shrink: 0;
1500
+ overflow: hidden;
1501
+ position: relative;
1502
+ margin-left: auto;
1503
+ }
1504
+ .p-fluid .p-multiselect {
1505
+ display: flex;
1506
+ }
1235
1507
  .p-multiselect {
1236
1508
  background: #20262e;
1237
1509
  border: 1px solid #3f4b5b;
1238
1510
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
1239
1511
  border-radius: 4px;
1512
+ outline-color: transparent;
1240
1513
  }
1241
1514
  .p-multiselect:not(.p-disabled):hover {
1242
1515
  border-color: #3f4b5b;
@@ -1247,8 +1520,14 @@
1247
1520
  box-shadow: 0 0 0 1px #e3f3fe;
1248
1521
  border-color: #8dd0ff;
1249
1522
  }
1250
- .p-multiselect.p-multiselect-clearable .p-multiselect-label {
1251
- padding-right: 1.75rem;
1523
+ .p-multiselect.p-variant-filled {
1524
+ background: #3f4b5b;
1525
+ }
1526
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1527
+ background-color: #3f4b5b;
1528
+ }
1529
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1530
+ background-color: #3f4b5b;
1252
1531
  }
1253
1532
  .p-multiselect .p-multiselect-label {
1254
1533
  padding: 0.5rem 0.75rem;
@@ -1274,22 +1553,12 @@
1274
1553
  border-top-right-radius: 4px;
1275
1554
  border-bottom-right-radius: 4px;
1276
1555
  }
1277
- .p-multiselect .p-multiselect-clear-icon {
1278
- color: rgba(255, 255, 255, 0.6);
1279
- right: 2.357rem;
1280
- }
1281
1556
  .p-multiselect.p-invalid.p-component {
1282
1557
  border-color: #f19ea6;
1283
1558
  }
1284
1559
  .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1285
1560
  padding: 0.25rem 0.75rem;
1286
1561
  }
1287
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label.p-multiselect-items-label {
1288
- padding: 0.5rem 0.75rem;
1289
- }
1290
- .p-inputwrapper-filled.p-multiselect.p-multiselect-clearable .p-multiselect-label {
1291
- padding-right: 1.75rem;
1292
- }
1293
1562
  .p-multiselect-panel {
1294
1563
  background: #2a323d;
1295
1564
  color: rgba(255, 255, 255, 0.87);
@@ -1306,9 +1575,6 @@
1306
1575
  border-top-right-radius: 4px;
1307
1576
  border-top-left-radius: 4px;
1308
1577
  }
1309
- .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container {
1310
- margin: 0 0.5rem;
1311
- }
1312
1578
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
1313
1579
  padding-right: 1.75rem;
1314
1580
  }
@@ -1316,7 +1582,11 @@
1316
1582
  right: 0.75rem;
1317
1583
  color: rgba(255, 255, 255, 0.6);
1318
1584
  }
1585
+ .p-multiselect-panel .p-multiselect-header .p-checkbox {
1586
+ margin-right: 0.5rem;
1587
+ }
1319
1588
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
1589
+ margin-left: 0.5rem;
1320
1590
  width: 2rem;
1321
1591
  height: 2rem;
1322
1592
  color: rgba(255, 255, 255, 0.6);
@@ -1347,19 +1617,23 @@
1347
1617
  transition: box-shadow 0.15s;
1348
1618
  border-radius: 0;
1349
1619
  }
1620
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
1621
+ margin-top: 0;
1622
+ }
1623
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child {
1624
+ margin-bottom: 0;
1625
+ }
1350
1626
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
1351
1627
  color: #151515;
1352
1628
  background: #8dd0ff;
1353
1629
  }
1354
- .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
1630
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
1631
+ background: #64bfff;
1632
+ }
1633
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
1355
1634
  color: rgba(255, 255, 255, 0.87);
1356
1635
  background: rgba(255, 255, 255, 0.04);
1357
1636
  }
1358
- .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1359
- outline: 0 none;
1360
- outline-offset: 0;
1361
- box-shadow: inset 0 0 0 0.15rem #e3f3fe;
1362
- }
1363
1637
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1364
1638
  margin-right: 0.5rem;
1365
1639
  }
@@ -1375,15 +1649,6 @@
1375
1649
  color: rgba(255, 255, 255, 0.87);
1376
1650
  background: transparent;
1377
1651
  }
1378
- .p-input-filled .p-multiselect {
1379
- background: #3f4b5b;
1380
- }
1381
- .p-input-filled .p-multiselect:not(.p-disabled):hover {
1382
- background-color: #3f4b5b;
1383
- }
1384
- .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
1385
- background-color: #3f4b5b;
1386
- }
1387
1652
  .p-password.p-invalid.p-component > .p-inputtext {
1388
1653
  border-color: #f19ea6;
1389
1654
  }
@@ -2874,10 +3139,6 @@
2874
3139
  border: 0 none;
2875
3140
  padding: 0;
2876
3141
  }
2877
- .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
2878
- border: 1px solid #3f4b5b;
2879
- border-width: 1px 0 0 0;
2880
- }
2881
3142
  .p-dataview .p-dataview-footer {
2882
3143
  background: #2a323d;
2883
3144
  color: rgba(255, 255, 255, 0.87);
@@ -415,6 +415,12 @@
415
415
  .p-calendar.p-invalid.p-component > .p-inputtext {
416
416
  border-color: #f19ea6;
417
417
  }
418
+ .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
419
+ outline: 0 none;
420
+ outline-offset: 0;
421
+ box-shadow: 0 0 0 1px #f0e6f5;
422
+ border-color: #c298d8;
423
+ }
418
424
  .p-datepicker {
419
425
  padding: 0;
420
426
  background: #2a323d;
@@ -623,7 +629,8 @@
623
629
  box-shadow: 0 0 0 1px #f0e6f5;
624
630
  }
625
631
  @media screen and (max-width: 769px) {
626
- .p-datepicker table th, .p-datepicker table td {
632
+ .p-datepicker table th,
633
+ .p-datepicker table td {
627
634
  padding: 0;
628
635
  }
629
636
  }
@@ -1466,9 +1473,26 @@
1466
1473
  .p-highlight .p-radiobutton .p-radiobutton-box {
1467
1474
  border-color: #151515;
1468
1475
  }
1476
+ .p-rating {
1477
+ position: relative;
1478
+ display: flex;
1479
+ align-items: center;
1480
+ }
1481
+ .p-rating-item {
1482
+ display: inline-flex;
1483
+ align-items: center;
1484
+ cursor: pointer;
1485
+ }
1486
+ .p-rating.p-readonly .p-rating-item {
1487
+ cursor: default;
1488
+ }
1469
1489
  .p-rating {
1470
1490
  gap: 0.5rem;
1471
1491
  }
1492
+ .p-rating .p-rating-item {
1493
+ outline-color: transparent;
1494
+ border-radius: 50%;
1495
+ }
1472
1496
  .p-rating .p-rating-item .p-rating-icon {
1473
1497
  color: rgba(255, 255, 255, 0.87);
1474
1498
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
@@ -1481,7 +1505,7 @@
1481
1505
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
1482
1506
  color: #f19ea6;
1483
1507
  }
1484
- .p-rating .p-rating-item:focus {
1508
+ .p-rating .p-rating-item.p-focus {
1485
1509
  outline: 0 none;
1486
1510
  outline-offset: 0;
1487
1511
  box-shadow: 0 0 0 1px #f0e6f5;
@@ -2874,10 +2898,6 @@
2874
2898
  border: 0 none;
2875
2899
  padding: 0;
2876
2900
  }
2877
- .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
2878
- border: 1px solid #3f4b5b;
2879
- border-width: 1px 0 0 0;
2880
- }
2881
2901
  .p-dataview .p-dataview-footer {
2882
2902
  background: #2a323d;
2883
2903
  color: rgba(255, 255, 255, 0.87);