primeng 15.4.0 → 15.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/esm2020/table/table.mjs +33 -33
  2. package/esm2020/treeselect/treeselect.mjs +9 -9
  3. package/fesm2015/primeng-table.mjs +32 -32
  4. package/fesm2015/primeng-table.mjs.map +1 -1
  5. package/fesm2015/primeng-tabview.mjs +1 -0
  6. package/fesm2015/primeng-tag.mjs +1 -0
  7. package/fesm2015/primeng-terminal.mjs +1 -0
  8. package/fesm2015/primeng-timeline.mjs +1 -0
  9. package/fesm2015/primeng-toast.mjs +1 -0
  10. package/fesm2015/primeng-togglebutton.mjs +1 -0
  11. package/fesm2015/primeng-toolbar.mjs +1 -0
  12. package/fesm2015/primeng-tree.mjs +1 -0
  13. package/fesm2015/primeng-treeselect.mjs +9 -8
  14. package/fesm2015/primeng-treeselect.mjs.map +1 -1
  15. package/fesm2015/primeng-treetable.mjs +1 -0
  16. package/fesm2015/primeng-virtualscroller.mjs +1 -0
  17. package/fesm2020/primeng-table.mjs +32 -32
  18. package/fesm2020/primeng-table.mjs.map +1 -1
  19. package/fesm2020/primeng-tabview.mjs +1 -0
  20. package/fesm2020/primeng-tag.mjs +1 -0
  21. package/fesm2020/primeng-terminal.mjs +1 -0
  22. package/fesm2020/primeng-timeline.mjs +1 -0
  23. package/fesm2020/primeng-toast.mjs +1 -0
  24. package/fesm2020/primeng-togglebutton.mjs +1 -0
  25. package/fesm2020/primeng-toolbar.mjs +1 -0
  26. package/fesm2020/primeng-tree.mjs +1 -0
  27. package/fesm2020/primeng-treeselect.mjs +9 -8
  28. package/fesm2020/primeng-treeselect.mjs.map +1 -1
  29. package/fesm2020/primeng-treetable.mjs +1 -0
  30. package/fesm2020/primeng-virtualscroller.mjs +1 -0
  31. package/package.json +1 -1
  32. package/resources/themes/arya-blue/theme.css +7 -5
  33. package/resources/themes/arya-green/theme.css +7 -5
  34. package/resources/themes/arya-orange/theme.css +7 -5
  35. package/resources/themes/arya-purple/theme.css +7 -5
  36. package/resources/themes/bootstrap4-dark-blue/theme.css +7 -5
  37. package/resources/themes/bootstrap4-dark-purple/theme.css +7 -5
  38. package/resources/themes/bootstrap4-light-blue/theme.css +7 -5
  39. package/resources/themes/bootstrap4-light-purple/theme.css +7 -5
  40. package/resources/themes/fluent-light/theme.css +7 -5
  41. package/resources/themes/lara-dark-blue/theme.css +7 -5
  42. package/resources/themes/lara-dark-indigo/theme.css +7 -5
  43. package/resources/themes/lara-dark-purple/theme.css +7 -5
  44. package/resources/themes/lara-dark-teal/theme.css +7 -5
  45. package/resources/themes/lara-light-blue/theme.css +14 -12
  46. package/resources/themes/lara-light-indigo/theme.css +14 -12
  47. package/resources/themes/lara-light-purple/theme.css +14 -12
  48. package/resources/themes/lara-light-teal/theme.css +14 -12
  49. package/resources/themes/luna-amber/theme.css +21 -19
  50. package/resources/themes/luna-blue/theme.css +21 -19
  51. package/resources/themes/luna-green/theme.css +21 -19
  52. package/resources/themes/luna-pink/theme.css +21 -19
  53. package/resources/themes/md-dark-deeppurple/theme.css +132 -127
  54. package/resources/themes/md-dark-indigo/theme.css +132 -127
  55. package/resources/themes/md-light-deeppurple/theme.css +14 -9
  56. package/resources/themes/md-light-indigo/theme.css +14 -9
  57. package/resources/themes/mdc-dark-deeppurple/theme.css +132 -127
  58. package/resources/themes/mdc-dark-indigo/theme.css +132 -127
  59. package/resources/themes/mdc-light-deeppurple/theme.css +14 -9
  60. package/resources/themes/mdc-light-indigo/theme.css +14 -9
  61. package/resources/themes/mira/theme.css +15 -9
  62. package/resources/themes/nano/theme.css +7 -5
  63. package/resources/themes/nova/theme.css +7 -5
  64. package/resources/themes/nova-accent/theme.css +7 -5
  65. package/resources/themes/nova-alt/theme.css +7 -5
  66. package/resources/themes/rhea/theme.css +7 -5
  67. package/resources/themes/saga-blue/theme.css +7 -5
  68. package/resources/themes/saga-green/theme.css +7 -5
  69. package/resources/themes/saga-orange/theme.css +7 -5
  70. package/resources/themes/saga-purple/theme.css +7 -5
  71. package/resources/themes/soho-dark/theme.css +60 -55
  72. package/resources/themes/soho-light/theme.css +13 -8
  73. package/resources/themes/tailwind-light/theme.css +42 -35
  74. package/resources/themes/vela-blue/theme.css +7 -5
  75. package/resources/themes/vela-green/theme.css +7 -5
  76. package/resources/themes/vela-orange/theme.css +7 -5
  77. package/resources/themes/vela-purple/theme.css +7 -5
  78. package/resources/themes/viva-dark/theme.css +15 -9
  79. package/resources/themes/viva-light/theme.css +15 -9
@@ -1206,7 +1206,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1206
1206
  color: #f44336;
1207
1207
  }
1208
1208
 
1209
- .p-input-icon-left > .p-icon-wrapper:first-of-type,
1209
+ .p-input-icon-left > .p-icon-wrapper.p-icon,
1210
1210
  .p-input-icon-left > i:first-of-type {
1211
1211
  left: 0.5rem;
1212
1212
  color: #6c757d;
@@ -1220,7 +1220,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1220
1220
  left: 2rem;
1221
1221
  }
1222
1222
 
1223
- .p-input-icon-right > .p-icon-wrapper:last-of-type,
1223
+ .p-input-icon-right > .p-icon-wrapper,
1224
1224
  .p-input-icon-right > i:last-of-type {
1225
1225
  right: 0.5rem;
1226
1226
  color: #6c757d;
@@ -1357,12 +1357,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1357
1357
  .p-multiselect .p-multiselect-label.p-placeholder {
1358
1358
  color: #6c757d;
1359
1359
  }
1360
+ .p-multiselect.p-multiselect-chip .p-multiselect-label {
1361
+ gap: 0.5rem;
1362
+ }
1360
1363
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1361
1364
  padding: 0.25rem 0.5rem;
1362
1365
  background: #F3E5F5;
1363
1366
  color: #495057;
1364
1367
  border-radius: 3px;
1365
- margin-right: 0.5rem;
1366
1368
  }
1367
1369
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1368
1370
  margin-left: 0.5rem;
@@ -6035,7 +6037,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6035
6037
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6036
6038
  font-size: 2rem;
6037
6039
  }
6038
- .p-galleria .p-galleria-close .p-icon {
6040
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6039
6041
  width: 2rem;
6040
6042
  height: 2rem;
6041
6043
  }
@@ -6056,7 +6058,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6056
6058
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6057
6059
  font-size: 2rem;
6058
6060
  }
6059
- .p-galleria .p-galleria-item-nav .p-icon {
6061
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6060
6062
  width: 2rem;
6061
6063
  height: 2rem;
6062
6064
  }
@@ -8,7 +8,7 @@
8
8
  --text-color:rgba(255, 255, 255, 0.87);
9
9
  --text-color-secondary:rgba(255, 255, 255, 0.6);
10
10
  --primary-color:#b19df7;
11
- --primary-color-text:hsl(234deg, 15%, 13%);
11
+ --primary-color-text:#1c1d26;
12
12
  --font-family:Lato, Helvetica, sans-serif;
13
13
  --surface-0: #1d1e27;
14
14
  --surface-50: #34343d;
@@ -52,21 +52,24 @@
52
52
  font-family: "Lato";
53
53
  font-style: normal;
54
54
  font-weight: 300;
55
- src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
55
+ src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff");
56
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
57
  }
57
58
  /* lato-regular - latin-ext_latin */
58
59
  @font-face {
59
60
  font-family: "Lato";
60
61
  font-style: normal;
61
62
  font-weight: 400;
62
- src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff");
64
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
65
  }
64
66
  /* lato-700 - latin-ext_latin */
65
67
  @font-face {
66
68
  font-family: "Lato";
67
69
  font-style: normal;
68
70
  font-weight: 700;
69
- src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
71
+ src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-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;
@@ -712,7 +715,7 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
712
715
  }
713
716
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
714
717
  transition-duration: 0.2s;
715
- color: hsl(234deg, 15%, 13%);
718
+ color: #1c1d26;
716
719
  font-size: 14px;
717
720
  }
718
721
  .p-checkbox .p-checkbox-box .p-icon {
@@ -735,7 +738,7 @@ p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
735
738
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
736
739
  border-color: #9378f4;
737
740
  background: #9378f4;
738
- color: hsl(234deg, 15%, 13%);
741
+ color: #1c1d26;
739
742
  }
740
743
 
741
744
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
@@ -1227,7 +1230,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1227
1230
  color: #ff9a9a;
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: 0.75rem;
1233
1236
  color: rgba(255, 255, 255, 0.6);
@@ -1241,7 +1244,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1241
1244
  left: 2.5rem;
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: 0.75rem;
1247
1250
  color: rgba(255, 255, 255, 0.6);
@@ -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.375rem 0.75rem;
1383
1389
  background: rgba(177, 157, 247, 0.16);
1384
1390
  color: #b19df7;
1385
1391
  border-radius: 6px;
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;
@@ -1577,7 +1582,7 @@ p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
1577
1582
  width: 12px;
1578
1583
  height: 12px;
1579
1584
  transition-duration: 0.2s;
1580
- background-color: hsl(234deg, 15%, 13%);
1585
+ background-color: #1c1d26;
1581
1586
  }
1582
1587
  .p-radiobutton .p-radiobutton-box.p-highlight {
1583
1588
  border-color: #b19df7;
@@ -1586,7 +1591,7 @@ p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
1586
1591
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1587
1592
  border-color: #9378f4;
1588
1593
  background: #9378f4;
1589
- color: hsl(234deg, 15%, 13%);
1594
+ color: #1c1d26;
1590
1595
  }
1591
1596
 
1592
1597
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
@@ -1666,20 +1671,20 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1666
1671
  .p-selectbutton .p-button.p-highlight {
1667
1672
  background: #b19df7;
1668
1673
  border-color: #b19df7;
1669
- color: hsl(234deg, 15%, 13%);
1674
+ color: #1c1d26;
1670
1675
  }
1671
1676
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
1672
1677
  .p-selectbutton .p-button.p-highlight .p-button-icon-right {
1673
- color: hsl(234deg, 15%, 13%);
1678
+ color: #1c1d26;
1674
1679
  }
1675
1680
  .p-selectbutton .p-button.p-highlight:hover {
1676
1681
  background: #a28af5;
1677
1682
  border-color: #a28af5;
1678
- color: hsl(234deg, 15%, 13%);
1683
+ color: #1c1d26;
1679
1684
  }
1680
1685
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
1681
1686
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
1682
- color: hsl(234deg, 15%, 13%);
1687
+ color: #1c1d26;
1683
1688
  }
1684
1689
 
1685
1690
  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
@@ -1760,20 +1765,20 @@ p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
1760
1765
  .p-togglebutton.p-button.p-highlight {
1761
1766
  background: #b19df7;
1762
1767
  border-color: #b19df7;
1763
- color: hsl(234deg, 15%, 13%);
1768
+ color: #1c1d26;
1764
1769
  }
1765
1770
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
1766
1771
  .p-togglebutton.p-button.p-highlight .p-button-icon-right {
1767
- color: hsl(234deg, 15%, 13%);
1772
+ color: #1c1d26;
1768
1773
  }
1769
1774
  .p-togglebutton.p-button.p-highlight:hover {
1770
1775
  background: #a28af5;
1771
1776
  border-color: #a28af5;
1772
- color: hsl(234deg, 15%, 13%);
1777
+ color: #1c1d26;
1773
1778
  }
1774
1779
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
1775
1780
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
1776
- color: hsl(234deg, 15%, 13%);
1781
+ color: #1c1d26;
1777
1782
  }
1778
1783
 
1779
1784
  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
@@ -1904,7 +1909,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
1904
1909
  }
1905
1910
 
1906
1911
  .p-button {
1907
- color: hsl(234deg, 15%, 13%);
1912
+ color: #1c1d26;
1908
1913
  background: #b19df7;
1909
1914
  border: 1px solid #b19df7;
1910
1915
  padding: 0.75rem 1.25rem;
@@ -1914,12 +1919,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
1914
1919
  }
1915
1920
  .p-button:enabled:hover {
1916
1921
  background: #a28af5;
1917
- color: hsl(234deg, 15%, 13%);
1922
+ color: #1c1d26;
1918
1923
  border-color: #a28af5;
1919
1924
  }
1920
1925
  .p-button:enabled:active {
1921
1926
  background: #9378f4;
1922
- color: hsl(234deg, 15%, 13%);
1927
+ color: #1c1d26;
1923
1928
  border-color: #9378f4;
1924
1929
  }
1925
1930
  .p-button.p-button-outlined {
@@ -2001,7 +2006,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
2001
2006
  height: 1rem;
2002
2007
  line-height: 1rem;
2003
2008
  color: #b19df7;
2004
- background-color: hsl(234deg, 15%, 13%);
2009
+ background-color: #1c1d26;
2005
2010
  }
2006
2011
  .p-button.p-button-raised {
2007
2012
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
@@ -3178,14 +3183,14 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3178
3183
  .fc.fc-unthemed .fc-view-container .fc-event {
3179
3184
  background: #a28af5;
3180
3185
  border: 1px solid #a28af5;
3181
- color: hsl(234deg, 15%, 13%);
3186
+ color: #1c1d26;
3182
3187
  }
3183
3188
  .fc.fc-unthemed .fc-view-container .fc-divider {
3184
3189
  background: #282936;
3185
3190
  border: 1px solid #3e4053;
3186
3191
  }
3187
3192
  .fc.fc-unthemed .fc-toolbar .fc-button {
3188
- color: hsl(234deg, 15%, 13%);
3193
+ color: #1c1d26;
3189
3194
  background: #b19df7;
3190
3195
  border: 1px solid #b19df7;
3191
3196
  font-size: 1rem;
@@ -3196,12 +3201,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3196
3201
  }
3197
3202
  .fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
3198
3203
  background: #a28af5;
3199
- color: hsl(234deg, 15%, 13%);
3204
+ color: #1c1d26;
3200
3205
  border-color: #a28af5;
3201
3206
  }
3202
3207
  .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
3203
3208
  background: #9378f4;
3204
- color: hsl(234deg, 15%, 13%);
3209
+ color: #1c1d26;
3205
3210
  border-color: #9378f4;
3206
3211
  }
3207
3212
  .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
@@ -3244,12 +3249,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3244
3249
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
3245
3250
  background: #b19df7;
3246
3251
  border-color: #b19df7;
3247
- color: hsl(234deg, 15%, 13%);
3252
+ color: #1c1d26;
3248
3253
  }
3249
3254
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
3250
3255
  background: #a28af5;
3251
3256
  border-color: #a28af5;
3252
- color: hsl(234deg, 15%, 13%);
3257
+ color: #1c1d26;
3253
3258
  }
3254
3259
  .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
3255
3260
  outline: 0 none;
@@ -3330,12 +3335,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3330
3335
  border-top: 0 none;
3331
3336
  }
3332
3337
  .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
3333
- color: hsl(234deg, 15%, 13%);
3338
+ color: #1c1d26;
3334
3339
  background: #a28af5;
3335
3340
  border-color: #a28af5;
3336
3341
  }
3337
3342
  .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
3338
- color: hsl(234deg, 15%, 13%);
3343
+ color: #1c1d26;
3339
3344
  }
3340
3345
  .fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
3341
3346
  background: #a28af5;
@@ -3349,7 +3354,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3349
3354
  background: #282936;
3350
3355
  }
3351
3356
  .fc.fc-theme-standard .fc-toolbar .fc-button {
3352
- color: hsl(234deg, 15%, 13%);
3357
+ color: #1c1d26;
3353
3358
  background: #b19df7;
3354
3359
  border: 1px solid #b19df7;
3355
3360
  font-size: 1rem;
@@ -3358,12 +3363,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3358
3363
  }
3359
3364
  .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
3360
3365
  background: #a28af5;
3361
- color: hsl(234deg, 15%, 13%);
3366
+ color: #1c1d26;
3362
3367
  border-color: #a28af5;
3363
3368
  }
3364
3369
  .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
3365
3370
  background: #9378f4;
3366
- color: hsl(234deg, 15%, 13%);
3371
+ color: #1c1d26;
3367
3372
  border-color: #9378f4;
3368
3373
  }
3369
3374
  .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
@@ -3373,7 +3378,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3373
3378
  }
3374
3379
  .fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
3375
3380
  opacity: 0.4;
3376
- color: hsl(234deg, 15%, 13%);
3381
+ color: #1c1d26;
3377
3382
  background: #b19df7;
3378
3383
  border: 1px solid #b19df7;
3379
3384
  }
@@ -3412,12 +3417,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3412
3417
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
3413
3418
  background: #b19df7;
3414
3419
  border-color: #b19df7;
3415
- color: hsl(234deg, 15%, 13%);
3420
+ color: #1c1d26;
3416
3421
  }
3417
3422
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
3418
3423
  background: #a28af5;
3419
3424
  border-color: #a28af5;
3420
- color: hsl(234deg, 15%, 13%);
3425
+ color: #1c1d26;
3421
3426
  }
3422
3427
  .fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
3423
3428
  outline: 0 none;
@@ -3730,7 +3735,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
3730
3735
  border-radius: 50%;
3731
3736
  width: 1rem;
3732
3737
  height: 1rem;
3733
- background-color: hsl(234deg, 15%, 13%);
3738
+ background-color: #1c1d26;
3734
3739
  }
3735
3740
  .p-timeline .p-timeline-event-connector {
3736
3741
  background-color: #3e4053;
@@ -4544,7 +4549,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4544
4549
  }
4545
4550
  .p-overlaypanel .p-overlaypanel-close {
4546
4551
  background: #b19df7;
4547
- color: hsl(234deg, 15%, 13%);
4552
+ color: #1c1d26;
4548
4553
  width: 2rem;
4549
4554
  height: 2rem;
4550
4555
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
@@ -4555,7 +4560,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4555
4560
  }
4556
4561
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
4557
4562
  background: #a28af5;
4558
- color: hsl(234deg, 15%, 13%);
4563
+ color: #1c1d26;
4559
4564
  }
4560
4565
  .p-overlaypanel:after {
4561
4566
  border: solid transparent;
@@ -4672,12 +4677,12 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4672
4677
 
4673
4678
  .p-fileupload-choose:not(.p-disabled):hover {
4674
4679
  background: #a28af5;
4675
- color: hsl(234deg, 15%, 13%);
4680
+ color: #1c1d26;
4676
4681
  border-color: #a28af5;
4677
4682
  }
4678
4683
  .p-fileupload-choose:not(.p-disabled):active {
4679
4684
  background: #9378f4;
4680
- color: hsl(234deg, 15%, 13%);
4685
+ color: #1c1d26;
4681
4686
  border-color: #9378f4;
4682
4687
  }
4683
4688
 
@@ -4791,7 +4796,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
4791
4796
  }
4792
4797
  .p-contextmenu .p-menuitem-badge {
4793
4798
  background: #b19df7;
4794
- color: hsl(234deg, 15%, 13%);
4799
+ color: #1c1d26;
4795
4800
  font-size: 0.75rem;
4796
4801
  font-weight: 700;
4797
4802
  min-width: 1.5rem;
@@ -5005,7 +5010,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5005
5010
  }
5006
5011
  .p-megamenu .p-menuitem-badge {
5007
5012
  background: #b19df7;
5008
- color: hsl(234deg, 15%, 13%);
5013
+ color: #1c1d26;
5009
5014
  font-size: 0.75rem;
5010
5015
  font-weight: 700;
5011
5016
  min-width: 1.5rem;
@@ -5085,7 +5090,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5085
5090
  }
5086
5091
  .p-menu .p-menuitem-badge {
5087
5092
  background: #b19df7;
5088
- color: hsl(234deg, 15%, 13%);
5093
+ color: #1c1d26;
5089
5094
  font-size: 0.75rem;
5090
5095
  font-weight: 700;
5091
5096
  min-width: 1.5rem;
@@ -5224,7 +5229,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5224
5229
  }
5225
5230
  .p-menubar .p-menuitem-badge {
5226
5231
  background: #b19df7;
5227
- color: hsl(234deg, 15%, 13%);
5232
+ color: #1c1d26;
5228
5233
  font-size: 0.75rem;
5229
5234
  font-weight: 700;
5230
5235
  min-width: 1.5rem;
@@ -5455,7 +5460,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5455
5460
  }
5456
5461
  .p-panelmenu .p-menuitem-badge {
5457
5462
  background: #b19df7;
5458
- color: hsl(234deg, 15%, 13%);
5463
+ color: #1c1d26;
5459
5464
  font-size: 0.75rem;
5460
5465
  font-weight: 700;
5461
5466
  min-width: 1.5rem;
@@ -5546,7 +5551,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5546
5551
  }
5547
5552
  .p-slidemenu .p-menuitem-badge {
5548
5553
  background: #b19df7;
5549
- color: hsl(234deg, 15%, 13%);
5554
+ color: #1c1d26;
5550
5555
  font-size: 0.75rem;
5551
5556
  font-weight: 700;
5552
5557
  min-width: 1.5rem;
@@ -5610,7 +5615,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5610
5615
  }
5611
5616
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
5612
5617
  background: #b19df7;
5613
- color: hsl(234deg, 15%, 13%);
5618
+ color: #1c1d26;
5614
5619
  font-size: 0.75rem;
5615
5620
  font-weight: 700;
5616
5621
  min-width: 1.5rem;
@@ -5755,7 +5760,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
5755
5760
  }
5756
5761
  .p-tieredmenu .p-menuitem-badge {
5757
5762
  background: #b19df7;
5758
- color: hsl(234deg, 15%, 13%);
5763
+ color: #1c1d26;
5759
5764
  font-size: 0.75rem;
5760
5765
  font-weight: 700;
5761
5766
  min-width: 1.5rem;
@@ -6008,7 +6013,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6008
6013
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6009
6014
  font-size: 2rem;
6010
6015
  }
6011
- .p-galleria .p-galleria-close .p-icon {
6016
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6012
6017
  width: 2rem;
6013
6018
  height: 2rem;
6014
6019
  }
@@ -6029,7 +6034,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6029
6034
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6030
6035
  font-size: 2rem;
6031
6036
  }
6032
- .p-galleria .p-galleria-item-nav .p-icon {
6037
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6033
6038
  width: 2rem;
6034
6039
  height: 2rem;
6035
6040
  }
@@ -6171,7 +6176,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6171
6176
 
6172
6177
  .p-badge {
6173
6178
  background: #b19df7;
6174
- color: hsl(234deg, 15%, 13%);
6179
+ color: #1c1d26;
6175
6180
  font-size: 0.75rem;
6176
6181
  font-weight: 700;
6177
6182
  min-width: 1.5rem;
@@ -6271,7 +6276,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6271
6276
  background: #b19df7;
6272
6277
  }
6273
6278
  .p-progressbar .p-progressbar-label {
6274
- color: hsl(234deg, 15%, 13%);
6279
+ color: #1c1d26;
6275
6280
  line-height: 1.5rem;
6276
6281
  }
6277
6282
 
@@ -6307,7 +6312,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6307
6312
 
6308
6313
  .p-tag {
6309
6314
  background: #b19df7;
6310
- color: hsl(234deg, 15%, 13%);
6315
+ color: #1c1d26;
6311
6316
  font-size: 0.75rem;
6312
6317
  font-weight: 700;
6313
6318
  padding: 0.25rem 0.4rem;
@@ -52,21 +52,24 @@
52
52
  font-family: "Lato";
53
53
  font-style: normal;
54
54
  font-weight: 300;
55
- src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
55
+ src: local("Lato Light"), local("Lato-Light"), url("./fonts/lato-v17-latin-ext_latin-300.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-300.woff") format("woff");
56
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
56
57
  }
57
58
  /* lato-regular - latin-ext_latin */
58
59
  @font-face {
59
60
  font-family: "Lato";
60
61
  font-style: normal;
61
62
  font-weight: 400;
62
- src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
+ src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v17-latin-ext_latin-regular.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-regular.woff") format("woff");
64
+ /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
63
65
  }
64
66
  /* lato-700 - latin-ext_latin */
65
67
  @font-face {
66
68
  font-family: "Lato";
67
69
  font-style: normal;
68
70
  font-weight: 700;
69
- src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
71
+ src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v17-latin-ext_latin-700.woff2") format("woff2"), url("./fonts/lato-v17-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;
@@ -1227,7 +1230,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1227
1230
  color: #ff6767;
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: 0.75rem;
1233
1236
  color: #708da9;
@@ -1241,7 +1244,7 @@ p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
1241
1244
  left: 2.5rem;
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: 0.75rem;
1247
1250
  color: #708da9;
@@ -1378,12 +1381,14 @@ p-listbox.ng-dirty.ng-invalid > .p-listbox {
1378
1381
  .p-multiselect .p-multiselect-label.p-placeholder {
1379
1382
  color: #708da9;
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.375rem 0.75rem;
1383
1389
  background: #e2dcfc;
1384
1390
  color: #7254f3;
1385
1391
  border-radius: 6px;
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;
@@ -6008,7 +6013,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6008
6013
  .p-galleria .p-galleria-close .p-galleria-close-icon {
6009
6014
  font-size: 2rem;
6010
6015
  }
6011
- .p-galleria .p-galleria-close .p-icon {
6016
+ .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
6012
6017
  width: 2rem;
6013
6018
  height: 2rem;
6014
6019
  }
@@ -6029,7 +6034,7 @@ p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
6029
6034
  .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
6030
6035
  font-size: 2rem;
6031
6036
  }
6032
- .p-galleria .p-galleria-item-nav .p-icon {
6037
+ .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
6033
6038
  width: 2rem;
6034
6039
  height: 2rem;
6035
6040
  }