@keenmate/pure-admin-core 2.4.0 → 2.6.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 (48) hide show
  1. package/README.md +16 -9
  2. package/dist/css/main.css +177 -266
  3. package/package.json +1 -1
  4. package/snippets/AUDIT.md +94 -0
  5. package/snippets/alerts.html +264 -89
  6. package/snippets/badges.html +193 -61
  7. package/snippets/buttons.html +178 -0
  8. package/snippets/callouts.html +210 -129
  9. package/snippets/cards.html +383 -200
  10. package/snippets/checkbox-lists.html +199 -65
  11. package/snippets/code.html +55 -11
  12. package/snippets/command-palette.html +401 -111
  13. package/snippets/comparison.html +144 -93
  14. package/snippets/customization.html +311 -104
  15. package/snippets/data-display.html +584 -0
  16. package/snippets/detail-panel.html +470 -138
  17. package/snippets/filter-card.html +246 -0
  18. package/snippets/forms.html +408 -308
  19. package/snippets/grid.html +253 -141
  20. package/snippets/layout.html +379 -480
  21. package/snippets/lists.html +144 -47
  22. package/snippets/loaders.html +64 -39
  23. package/snippets/manifest.json +330 -280
  24. package/snippets/modal-dialogs.html +137 -64
  25. package/snippets/modals.html +221 -151
  26. package/snippets/notifications.html +285 -0
  27. package/snippets/popconfirm.html +213 -19
  28. package/snippets/profile.html +290 -330
  29. package/snippets/statistics.html +247 -0
  30. package/snippets/tables.html +359 -150
  31. package/snippets/tabs.html +129 -45
  32. package/snippets/timeline.html +123 -56
  33. package/snippets/toasts.html +179 -31
  34. package/snippets/tooltips.html +199 -81
  35. package/snippets/typography.html +183 -58
  36. package/snippets/utilities.html +511 -415
  37. package/snippets/virtual-scroll.html +201 -75
  38. package/snippets/web-daterangepicker.html +369 -189
  39. package/snippets/web-multiselect.html +360 -124
  40. package/src/scss/_base-css-variables.scss +123 -16
  41. package/src/scss/core-components/_alerts.scss +51 -12
  42. package/src/scss/core-components/_data-viz.scss +2 -2
  43. package/src/scss/core-components/_pagers.scss +1 -1
  44. package/src/scss/core-components/_popconfirm.scss +35 -13
  45. package/src/scss/core-components/_statistics.scss +15 -18
  46. package/src/scss/core-components/_tables.scss +2 -134
  47. package/src/scss/variables/_base.scss +15 -3
  48. package/src/scss/variables/_components.scss +40 -14
package/dist/css/main.css CHANGED
@@ -5664,11 +5664,11 @@ body:not(.sidebar-hidden) .pa-layout__sidebar--icon-collapse .pa-sidebar__icon {
5664
5664
  border-top: none !important;
5665
5665
  }
5666
5666
  .pa-card--live-up {
5667
- background-color: rgba(40, 167, 69, 0.1);
5667
+ background-color: rgba(34, 197, 94, 0.1);
5668
5668
  transition: background-color 0.3s ease;
5669
5669
  }
5670
5670
  .pa-card--live-down {
5671
- background-color: rgba(220, 53, 69, 0.1);
5671
+ background-color: rgba(239, 68, 68, 0.1);
5672
5672
  transition: background-color 0.3s ease;
5673
5673
  }
5674
5674
  .pa-card--live-neutral {
@@ -6299,12 +6299,12 @@ a.pa-card p {
6299
6299
  color: #007bff;
6300
6300
  }
6301
6301
  .pa-stat__icon--success {
6302
- background-color: rgba(40, 167, 69, 0.1);
6303
- color: #28a745;
6302
+ background-color: rgba(34, 197, 94, 0.1);
6303
+ color: #22c55e;
6304
6304
  }
6305
6305
  .pa-stat__icon--warning {
6306
- background-color: rgba(255, 193, 7, 0.1);
6307
- color: #ffc107;
6306
+ background-color: rgba(249, 115, 22, 0.1);
6307
+ color: #f97316;
6308
6308
  }
6309
6309
  .pa-stat__icon--info {
6310
6310
  background-color: rgba(23, 162, 184, 0.1);
@@ -6348,18 +6348,21 @@ a.pa-card p {
6348
6348
  font-weight: 600;
6349
6349
  }
6350
6350
  .pa-stat--hero .pa-stat__change--positive, .pa-stat--hero-compact .pa-stat__change--positive {
6351
- color: #28a745;
6351
+ color: #22c55e;
6352
6352
  }
6353
6353
  .pa-stat--hero .pa-stat__change--negative, .pa-stat--hero-compact .pa-stat__change--negative {
6354
- color: #dc3545;
6354
+ color: #ef4444;
6355
6355
  }
6356
6356
  .pa-stat--hero .pa-stat__change--neutral, .pa-stat--hero-compact .pa-stat__change--neutral {
6357
6357
  color: var(--pa-text-color-2);
6358
6358
  }
6359
6359
  .pa-stat--square {
6360
+ container-type: inline-size;
6360
6361
  display: flex;
6361
- align-items: center;
6362
- justify-content: space-between;
6362
+ flex-wrap: wrap;
6363
+ align-content: space-between;
6364
+ align-items: baseline;
6365
+ column-gap: 0.15em;
6363
6366
  padding: 2.4rem;
6364
6367
  min-height: 12.8rem;
6365
6368
  min-width: 12.8rem;
@@ -6374,41 +6377,32 @@ a.pa-card p {
6374
6377
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
6375
6378
  }
6376
6379
  .pa-stat--square .pa-stat__number {
6377
- font-size: clamp(4.8rem, 8vw, 7.2rem);
6380
+ font-size: clamp(3.2rem, 25cqi, 9.6rem);
6378
6381
  font-weight: 700;
6379
- line-height: 1.1;
6382
+ line-height: 1;
6380
6383
  color: inherit;
6381
- z-index: 2px;
6382
- position: relative;
6383
6384
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(0, 0, 0, 0.15);
6384
6385
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
6385
6386
  word-break: keep-all;
6386
6387
  white-space: nowrap;
6387
6388
  }
6388
6389
  .pa-stat--square .pa-stat__symbol {
6389
- font-size: clamp(6.4rem, 10vw, 9.6rem);
6390
+ font-size: clamp(1.6rem, 12cqi, 4.8rem);
6390
6391
  font-weight: 700;
6391
- line-height: 1.1;
6392
- opacity: 0.12;
6392
+ line-height: 1;
6393
6393
  color: inherit;
6394
- position: absolute;
6395
- right: 2.4rem;
6396
- top: 50%;
6397
- transform: translateY(-50%);
6398
- z-index: 0;
6394
+ opacity: 0.85;
6395
+ word-break: keep-all;
6396
+ white-space: nowrap;
6399
6397
  }
6400
6398
  .pa-stat--square .pa-stat__label {
6401
- position: absolute;
6402
- bottom: 1.6rem;
6403
- left: 2.4rem;
6399
+ flex-basis: 100%;
6404
6400
  font-size: 1.2rem;
6405
6401
  text-transform: uppercase;
6406
6402
  letter-spacing: 0.05em;
6407
6403
  font-weight: 500;
6408
6404
  color: inherit;
6409
6405
  opacity: 0.8;
6410
- z-index: 2;
6411
- max-width: calc(100% - 4.8rem);
6412
6406
  overflow: hidden;
6413
6407
  text-overflow: ellipsis;
6414
6408
  white-space: nowrap;
@@ -6503,13 +6497,13 @@ a.pa-card p {
6503
6497
  }
6504
6498
  .pa-list-basic--icon li::before {
6505
6499
  content: "✓";
6506
- color: #28a745;
6500
+ color: #22c55e;
6507
6501
  font-weight: 600;
6508
6502
  flex-shrink: 0;
6509
6503
  }
6510
6504
  .pa-list-basic--icon.pa-list-basic--danger li::before {
6511
6505
  content: "✗";
6512
- color: #dc3545;
6506
+ color: #ef4444;
6513
6507
  }
6514
6508
  .pa-list-basic--icon.pa-list-basic--info li::before {
6515
6509
  content: "→";
@@ -6517,7 +6511,7 @@ a.pa-card p {
6517
6511
  }
6518
6512
  .pa-list-basic--icon.pa-list-basic--warning li::before {
6519
6513
  content: "!";
6520
- color: #ffc107;
6514
+ color: #f97316;
6521
6515
  }
6522
6516
 
6523
6517
  .pa-list-ordered {
@@ -6773,7 +6767,7 @@ a.pa-card p {
6773
6767
  }
6774
6768
  .pa-composite-badge__button:focus {
6775
6769
  outline: none;
6776
- box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
6770
+ box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.25);
6777
6771
  }
6778
6772
 
6779
6773
  /* ========================================
@@ -6823,7 +6817,7 @@ a.pa-card p {
6823
6817
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
6824
6818
  }
6825
6819
  .pa-composite-badge--success .pa-composite-badge__icon {
6826
- background-color: #28a745;
6820
+ background-color: #22c55e;
6827
6821
  color: #ffffff;
6828
6822
  }
6829
6823
  .pa-composite-badge--success .pa-composite-badge__label {
@@ -6834,17 +6828,17 @@ a.pa-card p {
6834
6828
  background-color: rgb(194.0245901639, 229.4754098361, 202.5327868852);
6835
6829
  }
6836
6830
  .pa-composite-badge--success .pa-composite-badge__button {
6837
- background-color: #28a745;
6831
+ background-color: #22c55e;
6838
6832
  color: #ffffff;
6839
6833
  }
6840
6834
  .pa-composite-badge--success .pa-composite-badge__button:hover {
6841
- background-color: rgb(30.1449275362, 125.8550724638, 52);
6835
+ background-color: rgb(26.4935064935, 153.5064935065, 73.2467532468);
6842
6836
  }
6843
6837
  .pa-composite-badge--success .pa-composite-badge__button:focus {
6844
6838
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
6845
6839
  }
6846
6840
  .pa-composite-badge--danger .pa-composite-badge__icon {
6847
- background-color: #dc3545;
6841
+ background-color: #ef4444;
6848
6842
  color: #ffffff;
6849
6843
  }
6850
6844
  .pa-composite-badge--danger .pa-composite-badge__label {
@@ -6855,17 +6849,17 @@ a.pa-card p {
6855
6849
  background-color: rgb(244.2021276596, 193.2978723404, 197.9255319149);
6856
6850
  }
6857
6851
  .pa-composite-badge--danger .pa-composite-badge__button {
6858
- background-color: #dc3545;
6852
+ background-color: #ef4444;
6859
6853
  color: #ffffff;
6860
6854
  }
6861
6855
  .pa-composite-badge--danger .pa-composite-badge__button:hover {
6862
- background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
6856
+ background-color: rgb(234.9802955665, 21.0197044335, 21.0197044335);
6863
6857
  }
6864
6858
  .pa-composite-badge--danger .pa-composite-badge__button:focus {
6865
6859
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
6866
6860
  }
6867
6861
  .pa-composite-badge--warning .pa-composite-badge__icon {
6868
- background-color: #ffc107;
6862
+ background-color: #f97316;
6869
6863
  color: #212529;
6870
6864
  }
6871
6865
  .pa-composite-badge--warning .pa-composite-badge__label {
@@ -6876,11 +6870,11 @@ a.pa-card p {
6876
6870
  background-color: rgb(255, 236.88, 179.5);
6877
6871
  }
6878
6872
  .pa-composite-badge--warning .pa-composite-badge__button {
6879
- background-color: #ffc107;
6873
+ background-color: #f97316;
6880
6874
  color: #212529;
6881
6875
  }
6882
6876
  .pa-composite-badge--warning .pa-composite-badge__button:hover {
6883
- background-color: rgb(211, 158.25, 0);
6877
+ background-color: rgb(214.4769874477, 91.129707113, 5.5230125523);
6884
6878
  }
6885
6879
  .pa-composite-badge--warning .pa-composite-badge__button:focus {
6886
6880
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.12);
@@ -6955,13 +6949,13 @@ a.pa-card p {
6955
6949
  background-color: #6c757d;
6956
6950
  }
6957
6951
  .pa-composite-badge--success .pa-composite-badge__icon {
6958
- background-color: #28a745;
6952
+ background-color: #22c55e;
6959
6953
  }
6960
6954
  .pa-composite-badge--danger .pa-composite-badge__icon {
6961
- background-color: #dc3545;
6955
+ background-color: #ef4444;
6962
6956
  }
6963
6957
  .pa-composite-badge--warning .pa-composite-badge__icon {
6964
- background-color: #ffc107;
6958
+ background-color: #f97316;
6965
6959
  color: #212529;
6966
6960
  }
6967
6961
  .pa-composite-badge--info .pa-composite-badge__icon {
@@ -7049,23 +7043,23 @@ a.pa-card p {
7049
7043
  box-shadow: 0 0 0 2px rgba(108, 117, 125, 0.25);
7050
7044
  }
7051
7045
  .pa-composite-badge--btn-success .pa-composite-badge__button {
7052
- background-color: #28a745;
7046
+ background-color: #22c55e;
7053
7047
  }
7054
7048
  .pa-composite-badge--btn-success .pa-composite-badge__button:hover {
7055
- background-color: rgb(30.1449275362, 125.8550724638, 52);
7049
+ background-color: rgb(26.4935064935, 153.5064935065, 73.2467532468);
7056
7050
  }
7057
7051
  .pa-composite-badge--btn-success .pa-composite-badge__button:focus {
7058
- box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.25);
7052
+ box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.25);
7059
7053
  }
7060
7054
  .pa-composite-badge--btn-warning .pa-composite-badge__button {
7061
- background-color: #ffc107;
7055
+ background-color: #f97316;
7062
7056
  color: #212529;
7063
7057
  }
7064
7058
  .pa-composite-badge--btn-warning .pa-composite-badge__button:hover {
7065
- background-color: rgb(211, 158.25, 0);
7059
+ background-color: rgb(214.4769874477, 91.129707113, 5.5230125523);
7066
7060
  }
7067
7061
  .pa-composite-badge--btn-warning .pa-composite-badge__button:focus {
7068
- box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.25);
7062
+ box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.25);
7069
7063
  }
7070
7064
  .pa-composite-badge--btn-info .pa-composite-badge__button {
7071
7065
  background-color: #17a2b8;
@@ -7908,13 +7902,13 @@ a.pa-card p {
7908
7902
  border-top-color: #6c757d;
7909
7903
  }
7910
7904
  .pa-spinner--success {
7911
- border-top-color: #28a745;
7905
+ border-top-color: #22c55e;
7912
7906
  }
7913
7907
  .pa-spinner--danger {
7914
- border-top-color: #dc3545;
7908
+ border-top-color: #ef4444;
7915
7909
  }
7916
7910
  .pa-spinner--warning {
7917
- border-top-color: #ffc107;
7911
+ border-top-color: #f97316;
7918
7912
  }
7919
7913
  .pa-spinner--info {
7920
7914
  border-top-color: #17a2b8;
@@ -8762,14 +8756,14 @@ a.pa-card p {
8762
8756
  ======================================== */
8763
8757
  .pa-alert {
8764
8758
  position: relative;
8765
- padding: 1.2rem 1rem;
8759
+ padding: 1.2rem 1.25rem;
8766
8760
  margin-bottom: 1.6rem;
8767
8761
  border: 1px solid transparent;
8768
8762
  border-radius: var(--pa-border-radius);
8769
8763
  font-size: 1.4rem;
8770
8764
  display: flex;
8771
8765
  flex-wrap: wrap;
8772
- align-items: flex-start;
8766
+ align-items: center;
8773
8767
  }
8774
8768
  .pa-card__body .pa-alert:first-child {
8775
8769
  margin-top: 0;
@@ -8937,16 +8931,19 @@ a.pa-card p {
8937
8931
  background-color: transparent;
8938
8932
  }
8939
8933
  .pa-alert--sm {
8940
- padding: 1.2rem 1rem;
8941
- font-size: 1.4rem;
8934
+ padding: 0.8rem 1.6rem;
8935
+ font-size: 1.2rem;
8942
8936
  }
8943
8937
  .pa-alert--lg {
8944
- padding: 1.2rem 1rem;
8938
+ padding: 1.6rem 2.4rem;
8945
8939
  font-size: 1.6rem;
8946
8940
  }
8947
8941
  .pa-alert--dismissible {
8948
8942
  padding-inline-end: 4.8rem;
8949
8943
  }
8944
+ .pa-alert--multiline {
8945
+ align-items: flex-start;
8946
+ }
8950
8947
  .pa-alert__icon {
8951
8948
  flex-shrink: 0;
8952
8949
  font-size: 1.6rem;
@@ -8954,28 +8951,39 @@ a.pa-card p {
8954
8951
  }
8955
8952
  .pa-alert__content {
8956
8953
  flex: 1;
8954
+ min-width: 0;
8955
+ }
8956
+ .pa-alert__heading, .pa-alert__list, .pa-alert__actions,
8957
+ .pa-alert > p,
8958
+ .pa-alert > hr {
8959
+ flex-basis: 100%;
8957
8960
  }
8958
8961
  .pa-alert__heading {
8959
- margin: 0 0 0.8rem 0;
8962
+ margin: 0;
8960
8963
  color: inherit;
8961
- font-size: 1.8rem;
8962
8964
  font-weight: 600;
8963
8965
  }
8966
+ .pa-alert__heading--lg {
8967
+ font-size: 1.8rem;
8968
+ }
8964
8969
  .pa-alert__list {
8965
- margin: 0.8rem 0;
8970
+ margin: 0;
8966
8971
  padding-inline-start: 2.4rem;
8967
8972
  }
8968
8973
  .pa-alert__actions {
8969
- margin-top: 1.2rem;
8974
+ margin-top: 0;
8975
+ padding-top: 1.6rem;
8976
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
8970
8977
  display: flex;
8971
8978
  gap: 0.8rem;
8979
+ flex-wrap: wrap;
8972
8980
  }
8973
8981
  .pa-alert__close {
8974
8982
  position: absolute;
8975
8983
  top: 0;
8976
8984
  inset-inline-end: 0;
8977
8985
  z-index: 2px;
8978
- padding: 1.2rem 1rem;
8986
+ padding: 1.2rem 1.25rem;
8979
8987
  background: none;
8980
8988
  border: none;
8981
8989
  font-size: 2rem;
@@ -9714,7 +9722,7 @@ a.pa-card p {
9714
9722
  }
9715
9723
  .pa-input-wrapper__clear:hover {
9716
9724
  opacity: 1;
9717
- color: #dc3545;
9725
+ color: #ef4444;
9718
9726
  }
9719
9727
  .pa-input-wrapper__clear:focus {
9720
9728
  outline: none;
@@ -9797,8 +9805,8 @@ a.pa-card p {
9797
9805
  }
9798
9806
  .pa-search-highlight__operator {
9799
9807
  display: inline;
9800
- background-color: rgba(40, 167, 69, 0.15);
9801
- color: #28a745;
9808
+ background-color: rgba(34, 197, 94, 0.15);
9809
+ color: #22c55e;
9802
9810
  padding: 0.2rem 0.4rem;
9803
9811
  border-radius: var(--pa-border-radius-sm);
9804
9812
  font-weight: 500;
@@ -9953,7 +9961,7 @@ a.pa-card p {
9953
9961
  color: var(--pa-text-color-1);
9954
9962
  }
9955
9963
  .pa-inline-query-token--field.pa-inline-query-token--invalid {
9956
- background-color: rgba(220, 53, 69, 0.15);
9964
+ background-color: rgba(239, 68, 68, 0.15);
9957
9965
  color: var(--pa-text-color-1);
9958
9966
  text-decoration: wavy underline;
9959
9967
  }
@@ -9962,11 +9970,11 @@ a.pa-card p {
9962
9970
  color: var(--pa-text-color-1);
9963
9971
  }
9964
9972
  .pa-inline-query-token--value {
9965
- background-color: rgba(40, 167, 69, 0.15);
9973
+ background-color: rgba(34, 197, 94, 0.15);
9966
9974
  color: var(--pa-text-color-1);
9967
9975
  }
9968
9976
  .pa-inline-query-token--keyword {
9969
- background-color: rgba(255, 193, 7, 0.15);
9977
+ background-color: rgba(249, 115, 22, 0.15);
9970
9978
  color: var(--pa-text-color-1);
9971
9979
  font-style: italic;
9972
9980
  }
@@ -10347,7 +10355,7 @@ web-multiselect {
10347
10355
  width: 2rem;
10348
10356
  height: 2rem;
10349
10357
  border: none;
10350
- background: #dc3545;
10358
+ background: #ef4444;
10351
10359
  color: #ffffff;
10352
10360
  cursor: pointer;
10353
10361
  border-radius: 50%;
@@ -10367,7 +10375,7 @@ web-multiselect {
10367
10375
  }
10368
10376
  .pa-file-dropzone__file-card-remove:hover {
10369
10377
  transform: scale(1.1);
10370
- background: rgba(220, 53, 69, 0.9);
10378
+ background: rgba(239, 68, 68, 0.9);
10371
10379
  }
10372
10380
  .pa-file-dropzone__image-card {
10373
10381
  position: relative;
@@ -10408,7 +10416,7 @@ web-multiselect {
10408
10416
  opacity: 1;
10409
10417
  }
10410
10418
  .pa-file-dropzone__image-card-remove:hover {
10411
- background: #dc3545;
10419
+ background: #ef4444;
10412
10420
  transform: scale(1.1);
10413
10421
  }
10414
10422
  .pa-file-dropzone__summary {
@@ -10592,10 +10600,10 @@ web-multiselect {
10592
10600
  color: #007bff;
10593
10601
  }
10594
10602
  .pa-file-popover__status--complete {
10595
- color: #28a745;
10603
+ color: #22c55e;
10596
10604
  }
10597
10605
  .pa-file-popover__status--error {
10598
- color: #dc3545;
10606
+ color: #ef4444;
10599
10607
  }
10600
10608
  .pa-file-popover__remove-cell {
10601
10609
  text-align: center;
@@ -10607,7 +10615,7 @@ web-multiselect {
10607
10615
  height: 3.2rem;
10608
10616
  border: 1px solid var(--pa-border-color);
10609
10617
  background: var(--pa-card-bg);
10610
- color: #dc3545;
10618
+ color: #ef4444;
10611
10619
  cursor: pointer;
10612
10620
  border-radius: var(--pa-border-radius-sm);
10613
10621
  font-size: 2.4rem;
@@ -10619,9 +10627,9 @@ web-multiselect {
10619
10627
  font-weight: 700;
10620
10628
  }
10621
10629
  .pa-file-popover__remove-btn:hover {
10622
- background: #dc3545;
10630
+ background: #ef4444;
10623
10631
  color: #ffffff;
10624
- border-color: #dc3545;
10632
+ border-color: #ef4444;
10625
10633
  transform: scale(1.1);
10626
10634
  }
10627
10635
 
@@ -10696,8 +10704,8 @@ web-multiselect {
10696
10704
  justify-content: center;
10697
10705
  }
10698
10706
  .pa-file-item__remove:hover {
10699
- background: rgba(220, 53, 69, 0.1);
10700
- color: #dc3545;
10707
+ background: rgba(239, 68, 68, 0.1);
10708
+ color: #ef4444;
10701
10709
  }
10702
10710
  .pa-file-item__remove::before {
10703
10711
  content: "×";
@@ -10744,7 +10752,7 @@ web-multiselect {
10744
10752
  justify-content: center;
10745
10753
  }
10746
10754
  .pa-file-preview__remove:hover {
10747
- background: #dc3545;
10755
+ background: #ef4444;
10748
10756
  transform: scale(1.1);
10749
10757
  }
10750
10758
  .pa-file-preview__remove::before {
@@ -10792,10 +10800,10 @@ web-multiselect {
10792
10800
  font-weight: 600;
10793
10801
  }
10794
10802
  .pa-file-progress__status--complete {
10795
- color: #28a745;
10803
+ color: #22c55e;
10796
10804
  }
10797
10805
  .pa-file-progress__status--error {
10798
- color: #dc3545;
10806
+ color: #ef4444;
10799
10807
  }
10800
10808
 
10801
10809
  .pa-file-icon--pdf::before {
@@ -10966,7 +10974,7 @@ web-multiselect {
10966
10974
  cursor: not-allowed;
10967
10975
  }
10968
10976
  .pa-checkbox-list__item--locked:hover {
10969
- background-color: rgba(255, 193, 7, 0.05);
10977
+ background-color: rgba(249, 115, 22, 0.05);
10970
10978
  }
10971
10979
  .pa-checkbox-list__item--locked .pa-checkbox-list__checkbox {
10972
10980
  cursor: not-allowed;
@@ -10977,7 +10985,7 @@ web-multiselect {
10977
10985
  position: relative;
10978
10986
  }
10979
10987
  .pa-checkbox-list__item--locked .pa-checkbox-list__label .pa-checkbox-list__text {
10980
- color: #ffc107;
10988
+ color: #f97316;
10981
10989
  }
10982
10990
  .pa-checkbox-list__item--locked .pa-checkbox-list__label .pa-checkbox-list__text::before {
10983
10991
  content: "🔒 ";
@@ -11469,115 +11477,6 @@ web-multiselect {
11469
11477
  white-space: nowrap;
11470
11478
  }
11471
11479
 
11472
- .pa-pager {
11473
- display: flex;
11474
- margin: 1.6rem 0;
11475
- }
11476
- .pa-card__body .pa-pager:first-child {
11477
- margin-top: 0;
11478
- }
11479
- .pa-card__body .pa-pager:last-child {
11480
- margin-bottom: 0;
11481
- }
11482
- .pa-pager {
11483
- justify-content: center;
11484
- }
11485
- .pa-pager--start {
11486
- justify-content: flex-start;
11487
- }
11488
- .pa-pager--center {
11489
- justify-content: center;
11490
- }
11491
- .pa-pager--end {
11492
- justify-content: flex-end;
11493
- }
11494
- .pa-pager__container {
11495
- display: flex;
11496
- align-items: center;
11497
- gap: 0.8rem;
11498
- white-space: nowrap;
11499
- }
11500
- .pa-pager__controls {
11501
- display: flex;
11502
- gap: 0.4rem;
11503
- }
11504
- .pa-pager__info {
11505
- display: flex;
11506
- align-items: center;
11507
- gap: 0.8rem;
11508
- }
11509
- .pa-pager__input {
11510
- width: 6.4rem !important;
11511
- text-align: center;
11512
- }
11513
- .pa-pager__text {
11514
- color: var(--pa-text-color-2);
11515
- font-size: 1.4rem;
11516
- }
11517
-
11518
- .pa-load-more {
11519
- display: flex;
11520
- margin: 1.6rem 0;
11521
- }
11522
- .pa-card__body .pa-load-more:first-child {
11523
- margin-top: 0;
11524
- }
11525
- .pa-card__body .pa-load-more:last-child {
11526
- margin-bottom: 0;
11527
- }
11528
- .pa-load-more {
11529
- justify-content: center;
11530
- }
11531
- .pa-load-more--start {
11532
- justify-content: flex-start;
11533
- }
11534
- .pa-load-more--center {
11535
- justify-content: center;
11536
- }
11537
- .pa-load-more--end {
11538
- justify-content: flex-end;
11539
- }
11540
- .pa-load-more__button {
11541
- display: flex;
11542
- align-items: center;
11543
- gap: 0.8rem;
11544
- padding: 0.8rem 1.2rem;
11545
- background-color: transparent;
11546
- border: 1px solid var(--pa-border-color);
11547
- border-radius: var(--pa-border-radius);
11548
- color: var(--pa-text-color-1);
11549
- font-size: 1.4rem;
11550
- cursor: pointer;
11551
- transition: all 0.1s ease-out;
11552
- }
11553
- .pa-load-more__button:hover {
11554
- border-color: var(--pa-accent);
11555
- color: var(--pa-accent);
11556
- background-color: var(--pa-accent-light);
11557
- }
11558
- .pa-load-more__button--loading {
11559
- pointer-events: none;
11560
- opacity: 0.7;
11561
- }
11562
- .pa-load-more__button--loading .pa-load-more__spinner {
11563
- animation: pa-spin 1s linear infinite;
11564
- }
11565
- .pa-load-more__spinner {
11566
- width: 1.6rem;
11567
- height: 1.6rem;
11568
- border: 2px solid var(--pa-border-color);
11569
- border-top: 2px solid var(--pa-accent);
11570
- border-radius: 50%;
11571
- }
11572
- .pa-load-more__text {
11573
- color: inherit;
11574
- }
11575
- .pa-load-more__count {
11576
- color: var(--pa-text-color-2);
11577
- font-size: 1.2rem;
11578
- margin-inline-start: 0.4rem;
11579
- }
11580
-
11581
11480
  .pa-virtual-table {
11582
11481
  border: 1px solid var(--pa-border-color);
11583
11482
  border-radius: var(--pa-border-radius);
@@ -12194,7 +12093,7 @@ code {
12194
12093
  width: 1.6rem;
12195
12094
  height: 1.6rem;
12196
12095
  border: 2px solid var(--pa-border-color);
12197
- border-top: 2px solid #007bff;
12096
+ border-top: 2px solid var(--pa-accent);
12198
12097
  border-radius: 50%;
12199
12098
  }
12200
12099
  .pa-load-more__text {
@@ -13368,16 +13267,16 @@ code {
13368
13267
  box-shadow: 3px 3px 0 rgba(0, 123, 255, 0.3);
13369
13268
  }
13370
13269
  .pa-timeline--simple .pa-timeline__item--success::before {
13371
- border-color: #28a745;
13372
- box-shadow: 3px 3px 0 rgba(40, 167, 69, 0.3);
13270
+ border-color: #22c55e;
13271
+ box-shadow: 3px 3px 0 rgba(34, 197, 94, 0.3);
13373
13272
  }
13374
13273
  .pa-timeline--simple .pa-timeline__item--warning::before {
13375
- border-color: #ffc107;
13376
- box-shadow: 3px 3px 0 rgba(255, 193, 7, 0.3);
13274
+ border-color: #f97316;
13275
+ box-shadow: 3px 3px 0 rgba(249, 115, 22, 0.3);
13377
13276
  }
13378
13277
  .pa-timeline--simple .pa-timeline__item--danger::before {
13379
- border-color: #dc3545;
13380
- box-shadow: 3px 3px 0 rgba(220, 53, 69, 0.3);
13278
+ border-color: #ef4444;
13279
+ box-shadow: 3px 3px 0 rgba(239, 68, 68, 0.3);
13381
13280
  }
13382
13281
  .pa-timeline--simple .pa-timeline__item--info::before {
13383
13282
  border-color: #17a2b8;
@@ -13394,13 +13293,13 @@ code {
13394
13293
  background: #007bff;
13395
13294
  }
13396
13295
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--success::before {
13397
- background: #28a745;
13296
+ background: #22c55e;
13398
13297
  }
13399
13298
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--warning::before {
13400
- background: #ffc107;
13299
+ background: #f97316;
13401
13300
  }
13402
13301
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--danger::before {
13403
- background: #dc3545;
13302
+ background: #ef4444;
13404
13303
  }
13405
13304
  .pa-timeline--simple .pa-timeline__item--filled.pa-timeline__item--info::before {
13406
13305
  background: #17a2b8;
@@ -13535,7 +13434,7 @@ code {
13535
13434
  width: 40px;
13536
13435
  height: 40px;
13537
13436
  top: calc(50% - 20px);
13538
- background: #ffc107;
13437
+ background: #f97316;
13539
13438
  border: 2px solid #007bff;
13540
13439
  border-radius: 50%;
13541
13440
  font-size: 1.8rem;
@@ -13543,7 +13442,7 @@ code {
13543
13442
  z-index: 1;
13544
13443
  }
13545
13444
  .pa-timeline--alternating .pa-timeline__content {
13546
- background: #ffc107;
13445
+ background: #f97316;
13547
13446
  position: relative;
13548
13447
  }
13549
13448
  .pa-timeline--alternating .pa-timeline__content h3 {
@@ -14297,7 +14196,7 @@ code {
14297
14196
  background: #fff;
14298
14197
  }
14299
14198
  .pa-logic-tree__block--and {
14300
- border-color: #ffc107;
14199
+ border-color: #f97316;
14301
14200
  background: linear-gradient(135deg, #fff8e1 0%, #ffffff 100%);
14302
14201
  }
14303
14202
  .pa-logic-tree__block--or {
@@ -14502,7 +14401,7 @@ code {
14502
14401
  min-width: 1.6rem;
14503
14402
  height: 1.6rem;
14504
14403
  padding: 0 0.4rem;
14505
- background-color: #dc3545;
14404
+ background-color: #ef4444;
14506
14405
  color: #ffffff;
14507
14406
  font-size: 1rem;
14508
14407
  font-weight: 600;
@@ -14607,16 +14506,16 @@ code {
14607
14506
  color: #007bff;
14608
14507
  }
14609
14508
  .pa-notifications__icon-wrapper--success {
14610
- background-color: rgba(40, 167, 69, 0.1);
14611
- color: #28a745;
14509
+ background-color: rgba(34, 197, 94, 0.1);
14510
+ color: #22c55e;
14612
14511
  }
14613
14512
  .pa-notifications__icon-wrapper--warning {
14614
- background-color: rgba(255, 193, 7, 0.1);
14615
- color: #ffc107;
14513
+ background-color: rgba(249, 115, 22, 0.1);
14514
+ color: #f97316;
14616
14515
  }
14617
14516
  .pa-notifications__icon-wrapper--danger {
14618
- background-color: rgba(220, 53, 69, 0.1);
14619
- color: #dc3545;
14517
+ background-color: rgba(239, 68, 68, 0.1);
14518
+ color: #ef4444;
14620
14519
  }
14621
14520
  .pa-notifications__icon-wrapper--secondary {
14622
14521
  background-color: rgba(var(--pa-text-color-2), 0.1);
@@ -14809,44 +14708,56 @@ code {
14809
14708
  }
14810
14709
  .pa-popconfirm--bottom .pa-popconfirm__arrow {
14811
14710
  top: -0.64rem;
14812
- left: 50%;
14711
+ inset-inline-start: 50%;
14813
14712
  transform: translateX(-50%) rotate(45deg);
14814
14713
  border-right: none;
14815
14714
  border-bottom: none;
14816
14715
  }
14716
+ [dir=rtl] .pa-popconfirm--bottom .pa-popconfirm__arrow {
14717
+ transform: translateX(50%) rotate(45deg);
14718
+ }
14817
14719
 
14818
14720
  .pa-popconfirm--top {
14819
14721
  margin-bottom: 0.8rem;
14820
14722
  }
14821
14723
  .pa-popconfirm--top .pa-popconfirm__arrow {
14822
14724
  bottom: -0.64rem;
14823
- left: 50%;
14725
+ inset-inline-start: 50%;
14824
14726
  transform: translateX(-50%) rotate(45deg);
14825
14727
  border-left: none;
14826
14728
  border-top: none;
14827
14729
  }
14730
+ [dir=rtl] .pa-popconfirm--top .pa-popconfirm__arrow {
14731
+ transform: translateX(50%) rotate(45deg);
14732
+ }
14828
14733
 
14829
- .pa-popconfirm--right {
14830
- margin-left: 0.8rem;
14734
+ .pa-popconfirm--end {
14735
+ margin-inline-start: 0.8rem;
14831
14736
  }
14832
- .pa-popconfirm--right .pa-popconfirm__arrow {
14833
- left: -0.64rem;
14737
+ .pa-popconfirm--end .pa-popconfirm__arrow {
14738
+ inset-inline-start: -0.64rem;
14834
14739
  top: 50%;
14835
14740
  transform: translateY(-50%) rotate(45deg);
14836
14741
  border-top: none;
14837
14742
  border-right: none;
14838
14743
  }
14744
+ [dir=rtl] .pa-popconfirm--end .pa-popconfirm__arrow {
14745
+ transform: translateY(-50%) rotate(45deg) scaleX(-1);
14746
+ }
14839
14747
 
14840
- .pa-popconfirm--left {
14841
- margin-right: 0.8rem;
14748
+ .pa-popconfirm--start {
14749
+ margin-inline-end: 0.8rem;
14842
14750
  }
14843
- .pa-popconfirm--left .pa-popconfirm__arrow {
14844
- right: -0.64rem;
14751
+ .pa-popconfirm--start .pa-popconfirm__arrow {
14752
+ inset-inline-end: -0.64rem;
14845
14753
  top: 50%;
14846
14754
  transform: translateY(-50%) rotate(45deg);
14847
14755
  border-bottom: none;
14848
14756
  border-left: none;
14849
14757
  }
14758
+ [dir=rtl] .pa-popconfirm--start .pa-popconfirm__arrow {
14759
+ transform: translateY(-50%) rotate(45deg) scaleX(-1);
14760
+ }
14850
14761
 
14851
14762
  .pa-popconfirm--compact {
14852
14763
  min-width: 19.2rem;
@@ -16149,7 +16060,7 @@ code {
16149
16060
  .pa-progress {
16150
16061
  width: 100%;
16151
16062
  height: 0.8rem;
16152
- background: rgba(0, 0, 0, 0.08);
16063
+ background: color-mix(in srgb, var(--pa-text-color-1) 12%, transparent);
16153
16064
  border-radius: var(--pa-border-radius);
16154
16065
  overflow: hidden;
16155
16066
  position: relative;
@@ -16182,13 +16093,13 @@ code {
16182
16093
  height: 1.2rem;
16183
16094
  }
16184
16095
  .pa-progress--success > .pa-progress__fill {
16185
- background: #28a745;
16096
+ background: #22c55e;
16186
16097
  }
16187
16098
  .pa-progress--warning > .pa-progress__fill {
16188
- background: #ffc107;
16099
+ background: #f97316;
16189
16100
  }
16190
16101
  .pa-progress--danger > .pa-progress__fill {
16191
- background: #dc3545;
16102
+ background: #ef4444;
16192
16103
  }
16193
16104
  .pa-progress--info > .pa-progress__fill {
16194
16105
  background: #17a2b8;
@@ -16224,7 +16135,7 @@ code {
16224
16135
  height: 1.2rem;
16225
16136
  border-radius: var(--pa-border-radius);
16226
16137
  overflow: hidden;
16227
- background: rgba(0, 0, 0, 0.08);
16138
+ background: color-mix(in srgb, var(--pa-text-color-1) 12%, transparent);
16228
16139
  }
16229
16140
  .pa-stacked-bar__segment {
16230
16141
  height: 100%;
@@ -16233,13 +16144,13 @@ code {
16233
16144
  background: #007bff;
16234
16145
  }
16235
16146
  .pa-stacked-bar__segment--success {
16236
- background: #28a745;
16147
+ background: #22c55e;
16237
16148
  }
16238
16149
  .pa-stacked-bar__segment--warning {
16239
- background: #ffc107;
16150
+ background: #f97316;
16240
16151
  }
16241
16152
  .pa-stacked-bar__segment--danger {
16242
- background: #dc3545;
16153
+ background: #ef4444;
16243
16154
  }
16244
16155
  .pa-stacked-bar__segment--info {
16245
16156
  background: #17a2b8;
@@ -16270,13 +16181,13 @@ code {
16270
16181
  background: #007bff;
16271
16182
  }
16272
16183
  .pa-stacked-bar__legend-swatch--success {
16273
- background: #28a745;
16184
+ background: #22c55e;
16274
16185
  }
16275
16186
  .pa-stacked-bar__legend-swatch--warning {
16276
- background: #ffc107;
16187
+ background: #f97316;
16277
16188
  }
16278
16189
  .pa-stacked-bar__legend-swatch--danger {
16279
- background: #dc3545;
16190
+ background: #ef4444;
16280
16191
  }
16281
16192
  .pa-stacked-bar__legend-swatch--info {
16282
16193
  background: #17a2b8;
@@ -16298,7 +16209,7 @@ code {
16298
16209
  width: 8rem;
16299
16210
  height: 8rem;
16300
16211
  border-radius: 50%;
16301
- background: conic-gradient(#007bff calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
16212
+ background: conic-gradient(#007bff calc(var(--value, 0) * 3.6deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16302
16213
  display: flex;
16303
16214
  align-items: center;
16304
16215
  justify-content: center;
@@ -16308,7 +16219,7 @@ code {
16308
16219
  width: 70%;
16309
16220
  height: 70%;
16310
16221
  border-radius: 50%;
16311
- background: #ffffff;
16222
+ background: var(--pa-card-bg);
16312
16223
  display: flex;
16313
16224
  flex-direction: column;
16314
16225
  align-items: center;
@@ -16346,16 +16257,16 @@ code {
16346
16257
  font-size: 1.2rem;
16347
16258
  }
16348
16259
  .pa-progress-ring--success {
16349
- background: conic-gradient(#28a745 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
16260
+ background: conic-gradient(#22c55e calc(var(--value, 0) * 3.6deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16350
16261
  }
16351
16262
  .pa-progress-ring--warning {
16352
- background: conic-gradient(#ffc107 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
16263
+ background: conic-gradient(#f97316 calc(var(--value, 0) * 3.6deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16353
16264
  }
16354
16265
  .pa-progress-ring--danger {
16355
- background: conic-gradient(#dc3545 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
16266
+ background: conic-gradient(#ef4444 calc(var(--value, 0) * 3.6deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16356
16267
  }
16357
16268
  .pa-progress-ring--info {
16358
- background: conic-gradient(#17a2b8 calc(var(--value, 0) * 3.6deg), rgba(0, 0, 0, 0.08) 0deg);
16269
+ background: conic-gradient(#17a2b8 calc(var(--value, 0) * 3.6deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16359
16270
  }
16360
16271
 
16361
16272
  .pa-gauge {
@@ -16363,7 +16274,7 @@ code {
16363
16274
  height: calc(12rem / 2);
16364
16275
  border-radius: 12rem 12rem 0 0;
16365
16276
  overflow: hidden;
16366
- background: conic-gradient(from 0.75turn, #007bff calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
16277
+ background: conic-gradient(from 0.75turn, #007bff calc(var(--value, 0) * 1.8deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16367
16278
  position: relative;
16368
16279
  flex-shrink: 0;
16369
16280
  }
@@ -16374,7 +16285,7 @@ code {
16374
16285
  right: 15%;
16375
16286
  height: 70%;
16376
16287
  border-radius: 12rem 12rem 0 0;
16377
- background: #ffffff;
16288
+ background: var(--pa-card-bg);
16378
16289
  display: flex;
16379
16290
  flex-direction: column;
16380
16291
  align-items: center;
@@ -16405,19 +16316,19 @@ code {
16405
16316
  right: 0;
16406
16317
  }
16407
16318
  .pa-gauge--success {
16408
- background: conic-gradient(from 0.75turn, #28a745 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
16319
+ background: conic-gradient(from 0.75turn, #22c55e calc(var(--value, 0) * 1.8deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16409
16320
  }
16410
16321
  .pa-gauge--warning {
16411
- background: conic-gradient(from 0.75turn, #ffc107 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
16322
+ background: conic-gradient(from 0.75turn, #f97316 calc(var(--value, 0) * 1.8deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16412
16323
  }
16413
16324
  .pa-gauge--danger {
16414
- background: conic-gradient(from 0.75turn, #dc3545 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
16325
+ background: conic-gradient(from 0.75turn, #ef4444 calc(var(--value, 0) * 1.8deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16415
16326
  }
16416
16327
  .pa-gauge--info {
16417
- background: conic-gradient(from 0.75turn, #17a2b8 calc(var(--value, 0) * 1.8deg), rgba(0, 0, 0, 0.08) 0deg);
16328
+ background: conic-gradient(from 0.75turn, #17a2b8 calc(var(--value, 0) * 1.8deg), color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 0deg);
16418
16329
  }
16419
16330
  .pa-gauge--zones {
16420
- background: conic-gradient(from 0.75turn, #28a745 0deg, #28a745 90deg, #ffc107 90deg, #ffc107 135deg, #dc3545 135deg, #dc3545 180deg, rgba(0, 0, 0, 0.08) 180deg);
16331
+ background: conic-gradient(from 0.75turn, #22c55e 0deg, #22c55e 90deg, #f97316 90deg, #f97316 135deg, #ef4444 135deg, #ef4444 180deg, color-mix(in srgb, var(--pa-text-color-1) 12%, transparent) 180deg);
16421
16332
  }
16422
16333
 
16423
16334
  .pa-data-bar {
@@ -16447,19 +16358,19 @@ code {
16447
16358
  transition: width 0.25s ease;
16448
16359
  }
16449
16360
  .pa-data-bar--success .pa-data-bar__fill {
16450
- background: #28a745;
16361
+ background: #22c55e;
16451
16362
  }
16452
16363
  .pa-data-bar--warning .pa-data-bar__fill {
16453
- background: #ffc107;
16364
+ background: #f97316;
16454
16365
  }
16455
16366
  .pa-data-bar--danger .pa-data-bar__fill {
16456
- background: #dc3545;
16367
+ background: #ef4444;
16457
16368
  }
16458
16369
  .pa-data-bar--info .pa-data-bar__fill {
16459
16370
  background: #17a2b8;
16460
16371
  }
16461
16372
  .pa-data-bar--negative .pa-data-bar__fill {
16462
- background: #dc3545;
16373
+ background: #ef4444;
16463
16374
  margin-inline-start: auto;
16464
16375
  }
16465
16376
 
@@ -16471,7 +16382,7 @@ code {
16471
16382
  }
16472
16383
  .pa-heatmap__cell {
16473
16384
  border-radius: var(--pa-border-radius-sm);
16474
- background: rgba(0, 0, 0, 0.08);
16385
+ background: color-mix(in srgb, var(--pa-text-color-1) 12%, transparent);
16475
16386
  }
16476
16387
  .pa-heatmap__cell[data-level="1"] {
16477
16388
  background: rgba(0, 123, 255, 0.2);
@@ -16486,28 +16397,28 @@ code {
16486
16397
  background: #007bff;
16487
16398
  }
16488
16399
  .pa-heatmap--success .pa-heatmap__cell[data-level="1"] {
16489
- background: rgba(40, 167, 69, 0.2);
16400
+ background: rgba(34, 197, 94, 0.2);
16490
16401
  }
16491
16402
  .pa-heatmap--success .pa-heatmap__cell[data-level="2"] {
16492
- background: rgba(40, 167, 69, 0.4);
16403
+ background: rgba(34, 197, 94, 0.4);
16493
16404
  }
16494
16405
  .pa-heatmap--success .pa-heatmap__cell[data-level="3"] {
16495
- background: rgba(40, 167, 69, 0.65);
16406
+ background: rgba(34, 197, 94, 0.65);
16496
16407
  }
16497
16408
  .pa-heatmap--success .pa-heatmap__cell[data-level="4"] {
16498
- background: #28a745;
16409
+ background: #22c55e;
16499
16410
  }
16500
16411
  .pa-heatmap--danger .pa-heatmap__cell[data-level="1"] {
16501
- background: rgba(220, 53, 69, 0.2);
16412
+ background: rgba(239, 68, 68, 0.2);
16502
16413
  }
16503
16414
  .pa-heatmap--danger .pa-heatmap__cell[data-level="2"] {
16504
- background: rgba(220, 53, 69, 0.4);
16415
+ background: rgba(239, 68, 68, 0.4);
16505
16416
  }
16506
16417
  .pa-heatmap--danger .pa-heatmap__cell[data-level="3"] {
16507
- background: rgba(220, 53, 69, 0.65);
16418
+ background: rgba(239, 68, 68, 0.65);
16508
16419
  }
16509
16420
  .pa-heatmap--danger .pa-heatmap__cell[data-level="4"] {
16510
- background: #dc3545;
16421
+ background: #ef4444;
16511
16422
  }
16512
16423
  .pa-heatmap__legend {
16513
16424
  display: flex;
@@ -16521,7 +16432,7 @@ code {
16521
16432
  width: 1.2rem;
16522
16433
  height: 1.2rem;
16523
16434
  border-radius: var(--pa-border-radius-sm);
16524
- background: rgba(0, 0, 0, 0.08);
16435
+ background: color-mix(in srgb, var(--pa-text-color-1) 12%, transparent);
16525
16436
  }
16526
16437
  .pa-heatmap__legend-cell[data-level="1"] {
16527
16438
  background: rgba(0, 123, 255, 0.2);
@@ -16559,13 +16470,13 @@ code {
16559
16470
  min-height: 1px;
16560
16471
  }
16561
16472
  .pa-sparkline--success .pa-sparkline__bar {
16562
- background: #28a745;
16473
+ background: #22c55e;
16563
16474
  }
16564
16475
  .pa-sparkline--warning .pa-sparkline__bar {
16565
- background: #ffc107;
16476
+ background: #f97316;
16566
16477
  }
16567
16478
  .pa-sparkline--danger .pa-sparkline__bar {
16568
- background: #dc3545;
16479
+ background: #ef4444;
16569
16480
  }
16570
16481
  .pa-sparkline--info .pa-sparkline__bar {
16571
16482
  background: #17a2b8;
@@ -16627,13 +16538,13 @@ code {
16627
16538
  transition: width 0.25s ease;
16628
16539
  }
16629
16540
  .pa-bar-list--success .pa-bar-list__bar::after {
16630
- background: #28a745;
16541
+ background: #22c55e;
16631
16542
  }
16632
16543
  .pa-bar-list--warning .pa-bar-list__bar::after {
16633
- background: #ffc107;
16544
+ background: #f97316;
16634
16545
  }
16635
16546
  .pa-bar-list--danger .pa-bar-list__bar::after {
16636
- background: #dc3545;
16547
+ background: #ef4444;
16637
16548
  }
16638
16549
  .pa-bar-list--info .pa-bar-list__bar::after {
16639
16550
  background: #17a2b8;