primeng 13.1.0 → 13.2.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 (234) hide show
  1. package/button/button.d.ts +2 -1
  2. package/dropdown/dropdown.d.ts +2 -1
  3. package/esm2020/autocomplete/autocomplete.mjs +3 -3
  4. package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
  5. package/esm2020/button/button.mjs +6 -4
  6. package/esm2020/calendar/calendar.mjs +8 -4
  7. package/esm2020/contextmenu/contextmenu.mjs +2 -1
  8. package/esm2020/dropdown/dropdown.mjs +12 -10
  9. package/esm2020/fileupload/fileupload.mjs +1 -1
  10. package/esm2020/image/image.mjs +1 -1
  11. package/esm2020/inputnumber/inputnumber.mjs +3 -3
  12. package/esm2020/inputswitch/inputswitch.mjs +6 -4
  13. package/esm2020/knob/knob.mjs +2 -2
  14. package/esm2020/multiselect/multiselect.mjs +11 -5
  15. package/esm2020/orderlist/orderlist.mjs +6 -4
  16. package/esm2020/paginator/paginator.mjs +1 -1
  17. package/esm2020/panel/panel.mjs +11 -8
  18. package/esm2020/panelmenu/panelmenu.mjs +7 -4
  19. package/esm2020/picklist/picklist.mjs +6 -4
  20. package/esm2020/splitbutton/splitbutton.mjs +2 -2
  21. package/esm2020/table/table.mjs +18 -19
  22. package/esm2020/tabmenu/tabmenu.mjs +124 -60
  23. package/esm2020/tabview/tabview.mjs +2 -2
  24. package/fesm2015/primeng-autocomplete.mjs +2 -2
  25. package/fesm2015/primeng-autocomplete.mjs.map +1 -1
  26. package/fesm2015/primeng-breadcrumb.mjs +4 -4
  27. package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
  28. package/fesm2015/primeng-button.mjs +5 -3
  29. package/fesm2015/primeng-button.mjs.map +1 -1
  30. package/fesm2015/primeng-calendar.mjs +7 -3
  31. package/fesm2015/primeng-calendar.mjs.map +1 -1
  32. package/fesm2015/primeng-contextmenu.mjs +1 -0
  33. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  34. package/fesm2015/primeng-dropdown.mjs +11 -9
  35. package/fesm2015/primeng-dropdown.mjs.map +1 -1
  36. package/fesm2015/primeng-fileupload.mjs +1 -1
  37. package/fesm2015/primeng-image.mjs.map +1 -1
  38. package/fesm2015/primeng-inputnumber.mjs +2 -2
  39. package/fesm2015/primeng-inputnumber.mjs.map +1 -1
  40. package/fesm2015/primeng-inputswitch.mjs +5 -3
  41. package/fesm2015/primeng-inputswitch.mjs.map +1 -1
  42. package/fesm2015/primeng-knob.mjs +1 -1
  43. package/fesm2015/primeng-knob.mjs.map +1 -1
  44. package/fesm2015/primeng-multiselect.mjs +10 -4
  45. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  46. package/fesm2015/primeng-orderlist.mjs +5 -3
  47. package/fesm2015/primeng-orderlist.mjs.map +1 -1
  48. package/fesm2015/primeng-paginator.mjs +1 -1
  49. package/fesm2015/primeng-panel.mjs +10 -7
  50. package/fesm2015/primeng-panel.mjs.map +1 -1
  51. package/fesm2015/primeng-panelmenu.mjs +6 -3
  52. package/fesm2015/primeng-panelmenu.mjs.map +1 -1
  53. package/fesm2015/primeng-picklist.mjs +5 -3
  54. package/fesm2015/primeng-picklist.mjs.map +1 -1
  55. package/fesm2015/primeng-splitbutton.mjs +2 -2
  56. package/fesm2015/primeng-table.mjs +17 -18
  57. package/fesm2015/primeng-table.mjs.map +1 -1
  58. package/fesm2015/primeng-tabmenu.mjs +124 -59
  59. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  60. package/fesm2015/primeng-tabview.mjs +1 -1
  61. package/fesm2015/primeng-tabview.mjs.map +1 -1
  62. package/fesm2020/primeng-autocomplete.mjs +2 -2
  63. package/fesm2020/primeng-autocomplete.mjs.map +1 -1
  64. package/fesm2020/primeng-breadcrumb.mjs +4 -4
  65. package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
  66. package/fesm2020/primeng-button.mjs +5 -3
  67. package/fesm2020/primeng-button.mjs.map +1 -1
  68. package/fesm2020/primeng-calendar.mjs +7 -3
  69. package/fesm2020/primeng-calendar.mjs.map +1 -1
  70. package/fesm2020/primeng-contextmenu.mjs +1 -0
  71. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  72. package/fesm2020/primeng-dropdown.mjs +11 -9
  73. package/fesm2020/primeng-dropdown.mjs.map +1 -1
  74. package/fesm2020/primeng-fileupload.mjs +1 -1
  75. package/fesm2020/primeng-image.mjs.map +1 -1
  76. package/fesm2020/primeng-inputnumber.mjs +2 -2
  77. package/fesm2020/primeng-inputnumber.mjs.map +1 -1
  78. package/fesm2020/primeng-inputswitch.mjs +5 -3
  79. package/fesm2020/primeng-inputswitch.mjs.map +1 -1
  80. package/fesm2020/primeng-knob.mjs +1 -1
  81. package/fesm2020/primeng-knob.mjs.map +1 -1
  82. package/fesm2020/primeng-multiselect.mjs +10 -4
  83. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  84. package/fesm2020/primeng-orderlist.mjs +5 -3
  85. package/fesm2020/primeng-orderlist.mjs.map +1 -1
  86. package/fesm2020/primeng-paginator.mjs +1 -1
  87. package/fesm2020/primeng-panel.mjs +10 -7
  88. package/fesm2020/primeng-panel.mjs.map +1 -1
  89. package/fesm2020/primeng-panelmenu.mjs +6 -3
  90. package/fesm2020/primeng-panelmenu.mjs.map +1 -1
  91. package/fesm2020/primeng-picklist.mjs +5 -3
  92. package/fesm2020/primeng-picklist.mjs.map +1 -1
  93. package/fesm2020/primeng-splitbutton.mjs +2 -2
  94. package/fesm2020/primeng-table.mjs +17 -18
  95. package/fesm2020/primeng-table.mjs.map +1 -1
  96. package/fesm2020/primeng-tabmenu.mjs +123 -59
  97. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  98. package/fesm2020/primeng-tabview.mjs +1 -1
  99. package/fesm2020/primeng-tabview.mjs.map +1 -1
  100. package/image/image.d.ts +2 -1
  101. package/inputswitch/inputswitch.d.ts +2 -1
  102. package/multiselect/multiselect.d.ts +2 -1
  103. package/orderlist/orderlist.d.ts +2 -1
  104. package/package.json +1 -1
  105. package/panel/panel.d.ts +2 -1
  106. package/panelmenu/panelmenu.d.ts +1 -0
  107. package/picklist/picklist.d.ts +2 -1
  108. package/resources/components/panel/panel.css +1 -1
  109. package/resources/components/splitbutton/splitbutton.css +7 -3
  110. package/resources/components/tabmenu/tabmenu.css +37 -2
  111. package/resources/themes/arya-blue/theme.css +321 -42
  112. package/resources/themes/arya-green/theme.css +321 -42
  113. package/resources/themes/arya-orange/theme.css +321 -42
  114. package/resources/themes/arya-purple/theme.css +321 -42
  115. package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
  116. package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
  117. package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
  118. package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
  119. package/resources/themes/fluent-light/theme.css +320 -41
  120. package/resources/themes/lara-dark-blue/theme.css +328 -84
  121. package/resources/themes/lara-dark-indigo/theme.css +328 -84
  122. package/resources/themes/lara-dark-purple/theme.css +328 -84
  123. package/resources/themes/lara-dark-teal/theme.css +328 -84
  124. package/resources/themes/lara-light-blue/theme.css +426 -182
  125. package/resources/themes/lara-light-indigo/theme.css +327 -83
  126. package/resources/themes/lara-light-purple/theme.css +327 -83
  127. package/resources/themes/lara-light-teal/theme.css +327 -83
  128. package/resources/themes/luna-amber/theme.css +320 -41
  129. package/resources/themes/luna-blue/theme.css +320 -41
  130. package/resources/themes/luna-green/theme.css +320 -41
  131. package/resources/themes/luna-pink/theme.css +320 -41
  132. package/resources/themes/md-dark-deeppurple/theme.css +401 -45
  133. package/resources/themes/md-dark-indigo/theme.css +401 -45
  134. package/resources/themes/md-light-deeppurple/theme.css +398 -42
  135. package/resources/themes/md-light-indigo/theme.css +398 -42
  136. package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
  137. package/resources/themes/mdc-dark-indigo/theme.css +401 -45
  138. package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
  139. package/resources/themes/mdc-light-indigo/theme.css +398 -42
  140. package/resources/themes/nova/theme.css +320 -41
  141. package/resources/themes/nova-accent/theme.css +320 -41
  142. package/resources/themes/nova-alt/theme.css +320 -41
  143. package/resources/themes/rhea/theme.css +320 -41
  144. package/resources/themes/saga-blue/theme.css +320 -41
  145. package/resources/themes/saga-green/theme.css +320 -41
  146. package/resources/themes/saga-orange/theme.css +320 -41
  147. package/resources/themes/saga-purple/theme.css +320 -41
  148. package/resources/themes/tailwind-light/theme.css +319 -40
  149. package/resources/themes/vela-blue/theme.css +321 -42
  150. package/resources/themes/vela-green/theme.css +321 -42
  151. package/resources/themes/vela-orange/theme.css +321 -42
  152. package/resources/themes/vela-purple/theme.css +321 -42
  153. package/table/table.d.ts +3 -3
  154. package/tabmenu/tabmenu.d.ts +13 -1
  155. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  156. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  157. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  158. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  159. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  160. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  161. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  162. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  163. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  164. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  165. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  166. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  167. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  168. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  169. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  170. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  171. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  172. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  173. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  174. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  175. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  176. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  177. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  178. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  179. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  180. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  181. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  182. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  183. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  184. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  185. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  186. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  187. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  188. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  189. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  190. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  191. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  192. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  193. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  194. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  195. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  196. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  197. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  198. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  199. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  200. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  201. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  202. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  203. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  204. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  205. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  206. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  207. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  208. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  209. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  210. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  211. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  212. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  213. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  214. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  215. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  216. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  217. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  218. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  219. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  220. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  221. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  222. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  223. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  224. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  225. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  226. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  227. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  228. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  229. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  230. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  231. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  232. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  233. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  234. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -9,7 +9,7 @@
9
9
  --text-color-secondary:#6c757d;
10
10
  --primary-color:#8B5CF6;
11
11
  --primary-color-text:#ffffff;
12
- --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
12
+ --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
13
13
  --surface-0: #ffffff;
14
14
  --surface-50: #FAFAFA;
15
15
  --surface-100: #F5F5F5;
@@ -44,47 +44,12 @@
44
44
  --maskbg: rgba(0, 0, 0, 0.4);
45
45
  }
46
46
 
47
- @font-face {
48
- font-family: "Inter";
49
- font-style: normal;
50
- font-weight: 300;
51
- src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff");
52
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
53
- }
54
- @font-face {
55
- font-family: "Inter";
56
- font-style: normal;
57
- font-weight: 400;
58
- src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
59
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
60
- }
61
- @font-face {
62
- font-family: "Inter";
63
- font-style: normal;
64
- font-weight: 500;
65
- src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff");
66
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
67
- }
68
- @font-face {
69
- font-family: "Inter";
70
- font-style: normal;
71
- font-weight: 600;
72
- src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff");
73
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
74
- }
75
- @font-face {
76
- font-family: "Inter";
77
- font-style: normal;
78
- font-weight: 700;
79
- src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
80
- /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
81
- }
82
47
  * {
83
48
  box-sizing: border-box;
84
49
  }
85
50
 
86
51
  .p-component {
87
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
52
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
88
53
  font-size: 1rem;
89
54
  font-weight: normal;
90
55
  }
@@ -112,7 +77,7 @@
112
77
 
113
78
  .p-link {
114
79
  font-size: 1rem;
115
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
80
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
116
81
  border-radius: 6px;
117
82
  }
118
83
  .p-link:focus {
@@ -247,6 +212,16 @@
247
212
  --purple-700:#763cad;
248
213
  --purple-800:#5c2f88;
249
214
  --purple-900:#432263;
215
+ --red-50:#fff5f5;
216
+ --red-100:#ffd0ce;
217
+ --red-200:#ffaca7;
218
+ --red-300:#ff8780;
219
+ --red-400:#ff6259;
220
+ --red-500:#ff3d32;
221
+ --red-600:#d9342b;
222
+ --red-700:#b32b23;
223
+ --red-800:#8c221c;
224
+ --red-900:#661814;
250
225
  }
251
226
 
252
227
  .p-autocomplete .p-autocomplete-loader {
@@ -271,7 +246,7 @@
271
246
  padding: 0.375rem 0;
272
247
  }
273
248
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
274
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
249
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
275
250
  font-size: 1rem;
276
251
  color: #495057;
277
252
  padding: 0;
@@ -389,16 +364,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
389
364
  .p-datepicker .p-datepicker-header .p-datepicker-title {
390
365
  line-height: 2rem;
391
366
  }
392
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
393
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
394
- color: #495057;
395
- transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
396
- font-weight: 600;
397
- padding: 0.5rem;
367
+ .p-datepicker .p-datepicker-header .p-datepicker-title select {
368
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
398
369
  }
399
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
400
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
401
- color: #8B5CF6;
370
+ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
371
+ outline: 0 none;
372
+ outline-offset: 0;
373
+ box-shadow: 0 0 0 0.2rem #DDD6FE;
374
+ border-color: #8B5CF6;
402
375
  }
403
376
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
404
377
  margin-right: 0.5rem;
@@ -496,20 +469,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
496
469
  color: #6D28D9;
497
470
  background: #F5F3FF;
498
471
  }
499
- .p-datepicker .p-yearpicker {
500
- margin: 0.5rem 0;
501
- }
502
- .p-datepicker .p-yearpicker .p-yearpicker-year {
503
- padding: 0.5rem;
504
- transition: box-shadow 0.2s;
505
- border-radius: 6px;
506
- }
507
- .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
508
- color: #6D28D9;
509
- background: #F5F3FF;
510
- }
511
472
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
512
- border-left: 1px solid #dee2e6;
473
+ border-right: 1px solid #dee2e6;
513
474
  padding-right: 0.5rem;
514
475
  padding-left: 0.5rem;
515
476
  padding-top: 0;
@@ -517,10 +478,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
517
478
  }
518
479
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
519
480
  padding-left: 0;
520
- border-left: 0 none;
521
481
  }
522
482
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
523
483
  padding-right: 0;
484
+ border-right: 0 none;
524
485
  }
525
486
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
526
487
  background: #e9ecef;
@@ -530,18 +491,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
530
491
  outline-offset: 0;
531
492
  box-shadow: 0 0 0 0.2rem #DDD6FE;
532
493
  }
533
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
494
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
534
495
  background: #e9ecef;
535
496
  }
536
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
537
- outline: 0 none;
538
- outline-offset: 0;
539
- box-shadow: 0 0 0 0.2rem #DDD6FE;
540
- }
541
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
542
- background: #e9ecef;
543
- }
544
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
497
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
545
498
  outline: 0 none;
546
499
  outline-offset: 0;
547
500
  box-shadow: 0 0 0 0.2rem #DDD6FE;
@@ -723,7 +676,7 @@ p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
723
676
  padding: 0.375rem 0;
724
677
  }
725
678
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
726
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
679
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
727
680
  font-size: 1rem;
728
681
  color: #495057;
729
682
  padding: 0;
@@ -742,7 +695,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
742
695
 
743
696
  .p-colorpicker-panel {
744
697
  background: #323232;
745
- border: 1px solid #191919;
698
+ border-color: 1px solid #191919;
746
699
  }
747
700
  .p-colorpicker-panel .p-colorpicker-color-handle,
748
701
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -867,9 +820,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
867
820
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
868
821
  background-color: #ffffff;
869
822
  }
870
- .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
871
- background-color: transparent;
872
- }
873
823
 
874
824
  .p-editor-container .p-editor-toolbar {
875
825
  background: #f8f9fa;
@@ -1096,7 +1046,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1096
1046
  }
1097
1047
 
1098
1048
  .p-inputtext {
1099
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1049
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
1100
1050
  font-size: 1rem;
1101
1051
  color: #495057;
1102
1052
  background: #ffffff;
@@ -1412,7 +1362,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1412
1362
  background-color: #ffffff;
1413
1363
  }
1414
1364
 
1415
- p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1365
+ .p-password.p-invalid.p-component > .p-inputtext {
1416
1366
  border-color: #e24c4c;
1417
1367
  }
1418
1368
 
@@ -1514,7 +1464,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1514
1464
  .p-rating .p-rating-icon:first-child {
1515
1465
  margin-left: 0;
1516
1466
  }
1517
- .p-rating .p-rating-icon.pi-star-fill {
1467
+ .p-rating .p-rating-icon.pi-star {
1518
1468
  color: #8B5CF6;
1519
1469
  }
1520
1470
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@@ -1696,8 +1646,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1696
1646
  border-top-right-radius: 6px;
1697
1647
  border-bottom-right-radius: 6px;
1698
1648
  }
1699
-
1700
- p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1649
+ .p-treeselect.p-invalid.p-component {
1701
1650
  border-color: #e24c4c;
1702
1651
  }
1703
1652
 
@@ -2262,6 +2211,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2262
2211
  background-color: rgba(0, 0, 0, 0.4);
2263
2212
  }
2264
2213
 
2214
+ .p-splitbutton {
2215
+ border-radius: 6px;
2216
+ }
2217
+ .p-splitbutton.p-button-outlined > .p-button {
2218
+ background-color: transparent;
2219
+ color: #8B5CF6;
2220
+ border: 1px solid;
2221
+ }
2222
+ .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2223
+ background: rgba(139, 92, 246, 0.04);
2224
+ color: #8B5CF6;
2225
+ }
2226
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2227
+ background: rgba(139, 92, 246, 0.16);
2228
+ color: #8B5CF6;
2229
+ }
2230
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
2231
+ color: #6c757d;
2232
+ border-color: #6c757d;
2233
+ }
2234
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2235
+ background: #e9ecef;
2236
+ color: #6c757d;
2237
+ }
2238
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2239
+ background: #dee2e6;
2240
+ color: #6c757d;
2241
+ }
2242
+ .p-splitbutton.p-button-text > .p-button {
2243
+ background-color: transparent;
2244
+ color: #8B5CF6;
2245
+ border-color: transparent;
2246
+ }
2247
+ .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2248
+ background: rgba(139, 92, 246, 0.04);
2249
+ color: #8B5CF6;
2250
+ border-color: transparent;
2251
+ }
2252
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2253
+ background: rgba(139, 92, 246, 0.16);
2254
+ color: #8B5CF6;
2255
+ border-color: transparent;
2256
+ }
2257
+ .p-splitbutton.p-button-text.p-button-plain > .p-button {
2258
+ color: #6c757d;
2259
+ }
2260
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2261
+ background: #e9ecef;
2262
+ color: #6c757d;
2263
+ }
2264
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2265
+ background: #dee2e6;
2266
+ color: #6c757d;
2267
+ }
2268
+ .p-splitbutton.p-button-raised {
2269
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
2270
+ }
2271
+ .p-splitbutton.p-button-rounded {
2272
+ border-radius: 2rem;
2273
+ }
2274
+ .p-splitbutton.p-button-rounded > .p-button {
2275
+ border-radius: 2rem;
2276
+ }
2277
+ .p-splitbutton.p-button-sm > .p-button {
2278
+ font-size: 0.875rem;
2279
+ padding: 0.65625rem 1.09375rem;
2280
+ }
2281
+ .p-splitbutton.p-button-sm > .p-button .p-button-icon {
2282
+ font-size: 0.875rem;
2283
+ }
2284
+ .p-splitbutton.p-button-lg > .p-button {
2285
+ font-size: 1.25rem;
2286
+ padding: 0.9375rem 1.5625rem;
2287
+ }
2288
+ .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2289
+ font-size: 1.25rem;
2290
+ }
2291
+
2292
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2293
+ background-color: transparent;
2294
+ color: #64748B;
2295
+ border: 1px solid;
2296
+ }
2297
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2298
+ background: rgba(100, 116, 139, 0.04);
2299
+ color: #64748B;
2300
+ }
2301
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2302
+ background: rgba(100, 116, 139, 0.16);
2303
+ color: #64748B;
2304
+ }
2305
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button {
2306
+ background-color: transparent;
2307
+ color: #64748B;
2308
+ border-color: transparent;
2309
+ }
2310
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2311
+ background: rgba(100, 116, 139, 0.04);
2312
+ border-color: transparent;
2313
+ color: #64748B;
2314
+ }
2315
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2316
+ background: rgba(100, 116, 139, 0.16);
2317
+ border-color: transparent;
2318
+ color: #64748B;
2319
+ }
2320
+
2321
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2322
+ background-color: transparent;
2323
+ color: #3B82F6;
2324
+ border: 1px solid;
2325
+ }
2326
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2327
+ background: rgba(59, 130, 246, 0.04);
2328
+ color: #3B82F6;
2329
+ }
2330
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2331
+ background: rgba(59, 130, 246, 0.16);
2332
+ color: #3B82F6;
2333
+ }
2334
+ .p-splitbutton.p-button-info.p-button-text > .p-button {
2335
+ background-color: transparent;
2336
+ color: #3B82F6;
2337
+ border-color: transparent;
2338
+ }
2339
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2340
+ background: rgba(59, 130, 246, 0.04);
2341
+ border-color: transparent;
2342
+ color: #3B82F6;
2343
+ }
2344
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2345
+ background: rgba(59, 130, 246, 0.16);
2346
+ border-color: transparent;
2347
+ color: #3B82F6;
2348
+ }
2349
+
2350
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2351
+ background-color: transparent;
2352
+ color: #22C55E;
2353
+ border: 1px solid;
2354
+ }
2355
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2356
+ background: rgba(34, 197, 94, 0.04);
2357
+ color: #22C55E;
2358
+ }
2359
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2360
+ background: rgba(34, 197, 94, 0.16);
2361
+ color: #22C55E;
2362
+ }
2363
+ .p-splitbutton.p-button-success.p-button-text > .p-button {
2364
+ background-color: transparent;
2365
+ color: #22C55E;
2366
+ border-color: transparent;
2367
+ }
2368
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2369
+ background: rgba(34, 197, 94, 0.04);
2370
+ border-color: transparent;
2371
+ color: #22C55E;
2372
+ }
2373
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2374
+ background: rgba(34, 197, 94, 0.16);
2375
+ border-color: transparent;
2376
+ color: #22C55E;
2377
+ }
2378
+
2379
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2380
+ background-color: transparent;
2381
+ color: #F59E0B;
2382
+ border: 1px solid;
2383
+ }
2384
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2385
+ background: rgba(245, 158, 11, 0.04);
2386
+ color: #F59E0B;
2387
+ }
2388
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2389
+ background: rgba(245, 158, 11, 0.16);
2390
+ color: #F59E0B;
2391
+ }
2392
+ .p-splitbutton.p-button-warning.p-button-text > .p-button {
2393
+ background-color: transparent;
2394
+ color: #F59E0B;
2395
+ border-color: transparent;
2396
+ }
2397
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2398
+ background: rgba(245, 158, 11, 0.04);
2399
+ border-color: transparent;
2400
+ color: #F59E0B;
2401
+ }
2402
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2403
+ background: rgba(245, 158, 11, 0.16);
2404
+ border-color: transparent;
2405
+ color: #F59E0B;
2406
+ }
2407
+
2408
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2409
+ background-color: transparent;
2410
+ color: #A855F7;
2411
+ border: 1px solid;
2412
+ }
2413
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2414
+ background: rgba(168, 85, 247, 0.04);
2415
+ color: #A855F7;
2416
+ }
2417
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2418
+ background: rgba(168, 85, 247, 0.16);
2419
+ color: #A855F7;
2420
+ }
2421
+ .p-splitbutton.p-button-help.p-button-text > .p-button {
2422
+ background-color: transparent;
2423
+ color: #A855F7;
2424
+ border-color: transparent;
2425
+ }
2426
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2427
+ background: rgba(168, 85, 247, 0.04);
2428
+ border-color: transparent;
2429
+ color: #A855F7;
2430
+ }
2431
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2432
+ background: rgba(168, 85, 247, 0.16);
2433
+ border-color: transparent;
2434
+ color: #A855F7;
2435
+ }
2436
+
2437
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2438
+ background-color: transparent;
2439
+ color: #EF4444;
2440
+ border: 1px solid;
2441
+ }
2442
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2443
+ background: rgba(239, 68, 68, 0.04);
2444
+ color: #EF4444;
2445
+ }
2446
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2447
+ background: rgba(239, 68, 68, 0.16);
2448
+ color: #EF4444;
2449
+ }
2450
+ .p-splitbutton.p-button-danger.p-button-text > .p-button {
2451
+ background-color: transparent;
2452
+ color: #EF4444;
2453
+ border-color: transparent;
2454
+ }
2455
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2456
+ background: rgba(239, 68, 68, 0.04);
2457
+ border-color: transparent;
2458
+ color: #EF4444;
2459
+ }
2460
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2461
+ background: rgba(239, 68, 68, 0.16);
2462
+ border-color: transparent;
2463
+ color: #EF4444;
2464
+ }
2465
+
2265
2466
  .p-carousel .p-carousel-content .p-carousel-prev,
2266
2467
  .p-carousel .p-carousel-content .p-carousel-next {
2267
2468
  width: 2rem;
@@ -3043,6 +3244,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3043
3244
  background: #e9ecef;
3044
3245
  color: #495057;
3045
3246
  }
3247
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3248
+ background: #fcfcfc;
3249
+ }
3250
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3251
+ background: #e9ecef;
3252
+ }
3046
3253
 
3047
3254
  .p-orderlist-item.cdk-drag-preview {
3048
3255
  padding: 0.75rem 1.25rem;
@@ -3238,6 +3445,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3238
3445
  background: #e9ecef;
3239
3446
  color: #495057;
3240
3447
  }
3448
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
3449
+ background: #fcfcfc;
3450
+ }
3451
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3452
+ background: #e9ecef;
3453
+ }
3241
3454
 
3242
3455
  .p-picklist-item.cdk-drag-preview {
3243
3456
  padding: 0.75rem 1.25rem;
@@ -3809,6 +4022,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3809
4022
  color: #495057;
3810
4023
  border-top: 0 none;
3811
4024
  }
4025
+ .p-panel .p-panel-icons-end {
4026
+ order: 2;
4027
+ margin-left: auto;
4028
+ }
4029
+ .p-panel .p-panel-icons-start {
4030
+ order: 0;
4031
+ margin-right: 0.5rem;
4032
+ }
4033
+ .p-panel .p-panel-icons-center {
4034
+ order: 2;
4035
+ width: 100%;
4036
+ text-align: center;
4037
+ }
3812
4038
 
3813
4039
  .p-scrollpanel .p-scrollpanel-bar {
3814
4040
  background: #f8f9fa;
@@ -5034,6 +5260,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5034
5260
  border-color: #8B5CF6;
5035
5261
  color: #8B5CF6;
5036
5262
  }
5263
+ .p-tabmenu .p-tabmenu-left-icon {
5264
+ margin-right: 0.5rem;
5265
+ }
5266
+ .p-tabmenu .p-tabmenu-right-icon {
5267
+ margin-left: 0.5rem;
5268
+ }
5269
+ .p-tabmenu .p-tabmenu-nav-btn.p-link {
5270
+ background: #ffffff;
5271
+ color: #8B5CF6;
5272
+ width: 3rem;
5273
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
5274
+ border-radius: 0;
5275
+ }
5276
+ .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
5277
+ outline: 0 none;
5278
+ outline-offset: 0;
5279
+ box-shadow: inset 0 0 0 0.2rem #DDD6FE;
5280
+ }
5037
5281
 
5038
5282
  .p-tieredmenu {
5039
5283
  padding: 0.25rem 0;
@@ -5663,7 +5907,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5663
5907
  }
5664
5908
  .p-terminal .p-terminal-input {
5665
5909
  font-size: 1rem;
5666
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
5910
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
5667
5911
  }
5668
5912
 
5669
5913
  .p-button-label {