@turquoisehealth/pit-viper 2.40.0 → 2.41.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.
@@ -1,11 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /* toggle color styles should align with secondary and tertiary buttons */
3
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
4
- :root {
5
- --select-background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M4.16663 6L8.16663 10L12.1666 6' stroke='%2389989B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
6
- }
7
-
8
3
  /* toggle color styles should align with secondary and tertiary buttons */
4
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
9
5
  .pv-v2 {
10
6
  font-family: var(--font-family-body, Inter, sans-serif);
11
7
  font-weight: 400;
@@ -944,7 +940,7 @@
944
940
  padding-inline-end: 2rem;
945
941
  background-repeat: no-repeat;
946
942
  background-size: 1rem 1rem;
947
- background-position: top 50% right 0.5rem;
943
+ background-position: right 0.5rem center;
948
944
  text-align: unset;
949
945
  }
950
946
  .pv-v2 .pv-select:not(:disabled, [data-invalid]):focus-visible, .pv-v2 .pv-select:not(:disabled, [data-invalid]):hover,
@@ -959,10 +955,10 @@
959
955
  opacity: 1;
960
956
  }
961
957
  .pv-v2 .pv-select {
962
- background-image: var(--select-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E"));
958
+ background-image: var(--select-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%234B595C'/%3E%3C/svg%3E"));
963
959
  }
964
960
  .pv-v2 .pv-select-multiple {
965
- background-image: var(--select-multiple-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E"));
961
+ background-image: var(--select-multiple-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%234B595C'/%3E%3C/svg%3E"));
966
962
  }
967
963
  .pv-v2 .pv-textarea {
968
964
  --resize: vertical;
@@ -2417,6 +2413,7 @@
2417
2413
  font-size: 0.6875rem;
2418
2414
  line-height: 14px;
2419
2415
  padding: 0 0.5rem;
2416
+ border-radius: 2px;
2420
2417
  }
2421
2418
  .pv-v2 .pv-tag-lg {
2422
2419
  font-size: 0.6875rem;
@@ -2447,10 +2444,11 @@
2447
2444
  .pv-v2 .pv-tag-inverse {
2448
2445
  background-color: #02363D;
2449
2446
  }
2450
- .pv-v2 .pv-tag-red {
2451
- background-color: #FFF1F1;
2447
+ .pv-v2 .pv-tag-red,
2448
+ .pv-v2 .pv-tag-error {
2449
+ background-color: #FFEFEB;
2452
2450
  border-color: transparent;
2453
- color: #A2191F;
2451
+ color: #FF471A;
2454
2452
  }
2455
2453
  .pv-v2 .pv-tag-red-inverse {
2456
2454
  background-color: #DA1E28;
@@ -2464,18 +2462,20 @@
2464
2462
  background-color: #EAB333;
2465
2463
  color: #121313;
2466
2464
  }
2467
- .pv-v2 .pv-tag-green {
2468
- background-color: #DEFBE6;
2465
+ .pv-v2 .pv-tag-green,
2466
+ .pv-v2 .pv-tag-success {
2467
+ background-color: #E8FDEA;
2469
2468
  border-color: transparent;
2470
- color: #0E6027;
2469
+ color: #0E8019;
2471
2470
  }
2472
2471
  .pv-v2 .pv-tag-green-inverse {
2473
2472
  background-color: #198038;
2474
2473
  }
2475
- .pv-v2 .pv-tag-orange {
2476
- background-color: #FAEAE4;
2474
+ .pv-v2 .pv-tag-orange,
2475
+ .pv-v2 .pv-tag-warning {
2476
+ background-color: #FFEED9;
2477
2477
  border-color: transparent;
2478
- color: #BA4E01;
2478
+ color: #B26500;
2479
2479
  }
2480
2480
  .pv-v2 .pv-tag-orange-inverse {
2481
2481
  background-color: #BA4E01;
@@ -2497,6 +2497,10 @@
2497
2497
  background-color: #16696D;
2498
2498
  color: #FFFFFF;
2499
2499
  }
2500
+ .pv-v2 .pv-tag-highlight {
2501
+ background-color: #E4F8F6;
2502
+ color: #16696D;
2503
+ }
2500
2504
  .pv-v2 button.pv-tag-primary:hover, .pv-v2 button.pv-tag-primary:focus-visible {
2501
2505
  background-color: #0D5256;
2502
2506
  }
@@ -2746,7 +2750,7 @@
2746
2750
  font-weight: 600;
2747
2751
  }
2748
2752
  .pv-v2 .pv-select-multiple[data-dropdown] {
2749
- background-image: var(--select-multiple-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23176f6f'/%3E%3C/svg%3E"));
2753
+ background-image: var(--select-multiple-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%234B595C'/%3E%3C/svg%3E"));
2750
2754
  background-color: #ECECEC;
2751
2755
  }
2752
2756
  .pv-v2 .pv-select-multiple[data-dropdown],
@@ -2761,11 +2765,11 @@
2761
2765
  border-radius: 4px;
2762
2766
  }
2763
2767
  .pv-v2 .pv-dropdown > [class*=pv-button] {
2764
- padding-inline-end: 40px;
2768
+ padding-inline-end: 2rem;
2765
2769
  background-image: var(--dropdown-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
2766
2770
  background-repeat: no-repeat;
2767
- background-size: 1.25rem 1.25rem;
2768
- background-position: right 1rem center;
2771
+ background-size: 1rem 1rem;
2772
+ background-position: right 0.5rem center;
2769
2773
  }
2770
2774
  .pv-v2 .pv-dropdown > [class*=pv-button][data-dropdown] {
2771
2775
  background-image: var(--dropdown-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
@@ -2796,77 +2800,59 @@
2796
2800
  background-image: none;
2797
2801
  }
2798
2802
  .pv-v2 .pv-pagination {
2799
- display: flex;
2800
- justify-content: center;
2803
+ border-radius: var(--pagination-radius, 0);
2804
+ border: var(--pagination-border, 0);
2801
2805
  }
2802
- .pv-v2 .pv-pagination > button,
2803
- .pv-v2 .pv-pagination > a {
2804
- font-size: 1.5rem;
2805
- line-height: 1;
2806
- background-color: transparent;
2807
- transition-duration: 0.125s;
2808
- transition-property: background-color, color;
2809
- }
2810
- .pv-v2 .pv-pagination > button:first-of-type,
2811
- .pv-v2 .pv-pagination > a:first-of-type {
2812
- border-radius: 2rem 0 0 2rem;
2813
- }
2814
- .pv-v2 .pv-pagination > button:last-of-type,
2815
- .pv-v2 .pv-pagination > a:last-of-type {
2816
- border-radius: 0 2rem 2rem 0;
2817
- }
2818
- .pv-v2 .pv-pagination > button:disabled, .pv-v2 .pv-pagination > button:not([href]):not(button),
2819
- .pv-v2 .pv-pagination > a:disabled,
2820
- .pv-v2 .pv-pagination > a:not([href]):not(button) {
2821
- color: #ADB5C0;
2822
- background-color: #ECECEC;
2823
- user-select: none;
2824
- cursor: default;
2825
- }
2826
- .pv-v2 .pv-pagination > button:hover,
2827
- .pv-v2 .pv-pagination > a:hover {
2828
- background-color: #ECECEC;
2829
- cursor: pointer;
2830
- }
2831
- .pv-v2 .pv-pagination [role=list] {
2832
- display: flex;
2806
+ .pv-v2 .pv-pagination, .pv-v2 .pv-pagination :is(ul, ol) {
2807
+ display: inline-flex;
2808
+ align-items: center;
2809
+ gap: var(--pagination-gap, 0.25rem);
2810
+ overflow: clip;
2833
2811
  }
2834
- .pv-v2 .pv-pagination li {
2812
+ .pv-v2 .pv-pagination :where(button, a), .pv-v2 .pv-pagination :is(ul, ol) :where(button, a) {
2835
2813
  display: grid;
2836
2814
  place-items: center;
2837
2815
  user-select: none;
2816
+ border: none;
2817
+ text-decoration: none;
2818
+ aspect-ratio: 1;
2819
+ padding: 0;
2820
+ color: var(--pagination-item-color, #4B595C);
2821
+ font-size: var(--pagination-font-size, 0.75rem);
2822
+ font-weight: var(--pagination-font-weight, 500);
2823
+ line-height: var(--pagination-line-height, 1.33333333);
2824
+ background-color: var(--pagination-background-color, transparent);
2825
+ border-radius: var(--pagination-item-radius, 4px);
2826
+ width: var(--pagination-item-width, 32px);
2827
+ }
2828
+ .pv-v2 .pv-pagination :where(button, a):not(:disabled), .pv-v2 .pv-pagination :is(ul, ol) :where(button, a):not(:disabled) {
2829
+ cursor: pointer;
2838
2830
  }
2839
- .pv-v2 .pv-pagination a {
2840
- display: block;
2841
- line-height: 38px;
2842
- transition-duration: 0.125s;
2843
- transition-property: background-color, color;
2844
- width: 40px;
2831
+ .pv-v2 .pv-pagination :where(button, a):not(:disabled):hover, .pv-v2 .pv-pagination :where(button, a):not(:disabled):focus-visible, .pv-v2 .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):hover, .pv-v2 .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):focus-visible {
2832
+ background-color: var(--pagination-item-hover-background-color, #E8F2F4);
2845
2833
  }
2846
- .pv-v2 .pv-pagination a[aria-current=page] {
2847
- background-color: #16696D;
2848
- color: #FFFFFF;
2834
+ .pv-v2 .pv-pagination :where(button, a):not(:disabled):active, .pv-v2 .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):active {
2835
+ background-color: var(--pagination-item-pressed-background-color, #C7D8DB);
2849
2836
  }
2850
- .pv-v2 .pv-pagination a:hover, .pv-v2 .pv-pagination a:focus-visible {
2851
- text-decoration: none;
2837
+ .pv-v2 .pv-pagination :where(button, a):disabled, .pv-v2 .pv-pagination :is(ul, ol) :where(button, a):disabled {
2838
+ color: var(--pagination-disabled-color, #7D898D);
2839
+ background-color: var(--pagination-disabled-background-color, #ECECEC);
2852
2840
  }
2853
- .pv-v2 .pv-pagination a:hover:not([aria-current=page]), .pv-v2 .pv-pagination a:focus-visible:not([aria-current=page]) {
2854
- background-color: #ECECEC;
2841
+ .pv-v2 .pv-pagination [aria-current=page] :is(button, a),
2842
+ .pv-v2 .pv-pagination [aria-current=page] :is(button, a):hover,
2843
+ .pv-v2 .pv-pagination [aria-current=page] :is(button, a):focus-visible, .pv-v2 .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a),
2844
+ .pv-v2 .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a):hover,
2845
+ .pv-v2 .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a):focus-visible {
2846
+ color: var(--pagination-item-active-color, #FFFFFF);
2847
+ background-color: var(--pagination-item-active-background-color, #16696D);
2855
2848
  }
2856
- .pv-v2 .pv-pagination > button,
2857
- .pv-v2 .pv-pagination > a,
2858
- .pv-v2 .pv-pagination li {
2859
- border: 1px solid #E3E7EA;
2860
- text-align: center;
2861
- width: 40px;
2862
- height: 40px;
2863
- color: inherit;
2864
- background-color: #FFFFFF;
2865
- font-weight: 700;
2849
+ .pv-v2 .pv-pagination[data-style=small] :where(button, a), .pv-v2 .pv-pagination :is(ul, ol)[data-style=small] :where(button, a) {
2850
+ width: var(--pagination-small-item-width, 24px);
2866
2851
  }
2867
- .pv-v2 .pv-pagination :not(:last-child),
2868
- .pv-v2 .pv-pagination [role=list] li:last-child {
2869
- border-inline-end: 0;
2852
+ .pv-v2 .pv-pagination li,
2853
+ .pv-v2 .pv-pagination > :is(button, a):not(:last-child), .pv-v2 .pv-pagination :is(ul, ol) li,
2854
+ .pv-v2 .pv-pagination :is(ul, ol) > :is(button, a):not(:last-child) {
2855
+ border-right: var(--pagination-border, 0);
2870
2856
  }
2871
2857
  .pv-v2 .pv-scroller {
2872
2858
  position: absolute;
@@ -1,11 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /* toggle color styles should align with secondary and tertiary buttons */
3
- @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
4
- :root {
5
- --select-background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' viewBox='0 0 17 16' fill='none'%3E%3Cpath d='M4.16663 6L8.16663 10L12.1666 6' stroke='%2389989B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
6
- }
7
-
8
3
  /* toggle color styles should align with secondary and tertiary buttons */
4
+ @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900");
9
5
  :where(*) {
10
6
  box-sizing: border-box;
11
7
  margin: 0;
@@ -1031,7 +1027,7 @@
1031
1027
  padding-inline-end: 2rem;
1032
1028
  background-repeat: no-repeat;
1033
1029
  background-size: 1rem 1rem;
1034
- background-position: top 50% right 0.5rem;
1030
+ background-position: right 0.5rem center;
1035
1031
  text-align: unset;
1036
1032
  }
1037
1033
  .pv-select:not(:disabled, [data-invalid]):focus-visible, .pv-select:not(:disabled, [data-invalid]):hover,
@@ -1047,11 +1043,11 @@
1047
1043
  }
1048
1044
 
1049
1045
  .pv-select {
1050
- background-image: var(--select-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2302363D' d='m7.1 9.9 4.3 5.1c.1.1.2.1.3.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.3-.2L17 9.9c.4-.5.1-1.2-.6-1.2H7.6c-.6 0-1 .8-.5 1.2z'/%3E%3C/svg%3E"));
1046
+ background-image: var(--select-background-image, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%234B595C'/%3E%3C/svg%3E"));
1051
1047
  }
1052
1048
 
1053
1049
  .pv-select-multiple {
1054
- background-image: var(--select-multiple-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%2302363D'/%3E%3C/svg%3E"));
1050
+ background-image: var(--select-multiple-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%234B595C'/%3E%3C/svg%3E"));
1055
1051
  }
1056
1052
 
1057
1053
  .pv-textarea {
@@ -2623,6 +2619,7 @@ strong[class*=pv-tag] {
2623
2619
  font-size: 0.6875rem;
2624
2620
  line-height: 14px;
2625
2621
  padding: 0 0.5rem;
2622
+ border-radius: 2px;
2626
2623
  }
2627
2624
 
2628
2625
  .pv-tag-lg {
@@ -2660,10 +2657,11 @@ strong[class*=pv-tag] {
2660
2657
  background-color: #02363D;
2661
2658
  }
2662
2659
 
2663
- .pv-tag-red {
2664
- background-color: #FFF1F1;
2660
+ .pv-tag-red,
2661
+ .pv-tag-error {
2662
+ background-color: #FFEFEB;
2665
2663
  border-color: transparent;
2666
- color: #A2191F;
2664
+ color: #FF471A;
2667
2665
  }
2668
2666
 
2669
2667
  .pv-tag-red-inverse {
@@ -2681,20 +2679,22 @@ strong[class*=pv-tag] {
2681
2679
  color: #121313;
2682
2680
  }
2683
2681
 
2684
- .pv-tag-green {
2685
- background-color: #DEFBE6;
2682
+ .pv-tag-green,
2683
+ .pv-tag-success {
2684
+ background-color: #E8FDEA;
2686
2685
  border-color: transparent;
2687
- color: #0E6027;
2686
+ color: #0E8019;
2688
2687
  }
2689
2688
 
2690
2689
  .pv-tag-green-inverse {
2691
2690
  background-color: #198038;
2692
2691
  }
2693
2692
 
2694
- .pv-tag-orange {
2695
- background-color: #FAEAE4;
2693
+ .pv-tag-orange,
2694
+ .pv-tag-warning {
2695
+ background-color: #FFEED9;
2696
2696
  border-color: transparent;
2697
- color: #BA4E01;
2697
+ color: #B26500;
2698
2698
  }
2699
2699
 
2700
2700
  .pv-tag-orange-inverse {
@@ -2722,6 +2722,11 @@ strong[class*=pv-tag] {
2722
2722
  color: #FFFFFF;
2723
2723
  }
2724
2724
 
2725
+ .pv-tag-highlight {
2726
+ background-color: #E4F8F6;
2727
+ color: #16696D;
2728
+ }
2729
+
2725
2730
  button.pv-tag-primary:hover, button.pv-tag-primary:focus-visible {
2726
2731
  background-color: #0D5256;
2727
2732
  }
@@ -2987,7 +2992,7 @@ button.pv-tag-secondary:active {
2987
2992
  font-weight: 600;
2988
2993
  }
2989
2994
  .pv-select-multiple[data-dropdown] {
2990
- background-image: var(--select-multiple-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23176f6f'/%3E%3C/svg%3E"));
2995
+ background-image: var(--select-multiple-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%234B595C'/%3E%3C/svg%3E"));
2991
2996
  background-color: #ECECEC;
2992
2997
  }
2993
2998
 
@@ -3004,11 +3009,11 @@ button.pv-tag-secondary:active {
3004
3009
  }
3005
3010
 
3006
3011
  .pv-dropdown > [class*=pv-button] {
3007
- padding-inline-end: 40px;
3012
+ padding-inline-end: 2rem;
3008
3013
  background-image: var(--dropdown-closed-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 8.151a1.2 1.2 0 0 1 1.698 0L12 13.303l5.151-5.152A1.2 1.2 0 1 1 18.85 9.85l-6 6a1.2 1.2 0 0 1-1.697 0l-6-6a1.2 1.2 0 0 1 0-1.698Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
3009
3014
  background-repeat: no-repeat;
3010
- background-size: 1.25rem 1.25rem;
3011
- background-position: right 1rem center;
3015
+ background-size: 1rem 1rem;
3016
+ background-position: right 0.5rem center;
3012
3017
  }
3013
3018
  .pv-dropdown > [class*=pv-button][data-dropdown] {
3014
3019
  background-image: var(--dropdown-open-icon, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5.151 15.848a1.2 1.2 0 0 0 1.698 0L12 10.698l5.151 5.15a1.2 1.2 0 1 0 1.698-1.697l-6-6a1.2 1.2 0 0 0-1.697 0l-6 6a1.2 1.2 0 0 0 0 1.697Z' fill='%23FFFFFF'/%3E%3C/svg%3E"));
@@ -3042,77 +3047,60 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
3042
3047
  }
3043
3048
 
3044
3049
  .pv-pagination {
3045
- display: flex;
3046
- justify-content: center;
3047
- }
3048
- .pv-pagination > button,
3049
- .pv-pagination > a {
3050
- font-size: 1.5rem;
3051
- line-height: 1;
3052
- background-color: transparent;
3053
- transition-duration: 0.125s;
3054
- transition-property: background-color, color;
3055
- }
3056
- .pv-pagination > button:first-of-type,
3057
- .pv-pagination > a:first-of-type {
3058
- border-radius: 2rem 0 0 2rem;
3059
- }
3060
- .pv-pagination > button:last-of-type,
3061
- .pv-pagination > a:last-of-type {
3062
- border-radius: 0 2rem 2rem 0;
3050
+ border-radius: var(--pagination-radius, 0);
3051
+ border: var(--pagination-border, 0);
3063
3052
  }
3064
- .pv-pagination > button:disabled, .pv-pagination > button:not([href]):not(button),
3065
- .pv-pagination > a:disabled,
3066
- .pv-pagination > a:not([href]):not(button) {
3067
- color: #ADB5C0;
3068
- background-color: #ECECEC;
3069
- user-select: none;
3070
- cursor: default;
3071
- }
3072
- .pv-pagination > button:hover,
3073
- .pv-pagination > a:hover {
3074
- background-color: #ECECEC;
3075
- cursor: pointer;
3076
- }
3077
- .pv-pagination [role=list] {
3078
- display: flex;
3053
+
3054
+ .pv-pagination, .pv-pagination :is(ul, ol) {
3055
+ display: inline-flex;
3056
+ align-items: center;
3057
+ gap: var(--pagination-gap, 0.25rem);
3058
+ overflow: clip;
3079
3059
  }
3080
- .pv-pagination li {
3060
+ .pv-pagination :where(button, a), .pv-pagination :is(ul, ol) :where(button, a) {
3081
3061
  display: grid;
3082
3062
  place-items: center;
3083
3063
  user-select: none;
3064
+ border: none;
3065
+ text-decoration: none;
3066
+ aspect-ratio: 1;
3067
+ padding: 0;
3068
+ color: var(--pagination-item-color, #4B595C);
3069
+ font-size: var(--pagination-font-size, 0.75rem);
3070
+ font-weight: var(--pagination-font-weight, 500);
3071
+ line-height: var(--pagination-line-height, 1.33333333);
3072
+ background-color: var(--pagination-background-color, transparent);
3073
+ border-radius: var(--pagination-item-radius, 4px);
3074
+ width: var(--pagination-item-width, 32px);
3075
+ }
3076
+ .pv-pagination :where(button, a):not(:disabled), .pv-pagination :is(ul, ol) :where(button, a):not(:disabled) {
3077
+ cursor: pointer;
3084
3078
  }
3085
- .pv-pagination a {
3086
- display: block;
3087
- line-height: 38px;
3088
- transition-duration: 0.125s;
3089
- transition-property: background-color, color;
3090
- width: 40px;
3079
+ .pv-pagination :where(button, a):not(:disabled):hover, .pv-pagination :where(button, a):not(:disabled):focus-visible, .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):hover, .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):focus-visible {
3080
+ background-color: var(--pagination-item-hover-background-color, #E8F2F4);
3091
3081
  }
3092
- .pv-pagination a[aria-current=page] {
3093
- background-color: #16696D;
3094
- color: #FFFFFF;
3082
+ .pv-pagination :where(button, a):not(:disabled):active, .pv-pagination :is(ul, ol) :where(button, a):not(:disabled):active {
3083
+ background-color: var(--pagination-item-pressed-background-color, #C7D8DB);
3095
3084
  }
3096
- .pv-pagination a:hover, .pv-pagination a:focus-visible {
3097
- text-decoration: none;
3085
+ .pv-pagination :where(button, a):disabled, .pv-pagination :is(ul, ol) :where(button, a):disabled {
3086
+ color: var(--pagination-disabled-color, #7D898D);
3087
+ background-color: var(--pagination-disabled-background-color, #ECECEC);
3098
3088
  }
3099
- .pv-pagination a:hover:not([aria-current=page]), .pv-pagination a:focus-visible:not([aria-current=page]) {
3100
- background-color: #ECECEC;
3089
+ .pv-pagination [aria-current=page] :is(button, a),
3090
+ .pv-pagination [aria-current=page] :is(button, a):hover,
3091
+ .pv-pagination [aria-current=page] :is(button, a):focus-visible, .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a),
3092
+ .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a):hover,
3093
+ .pv-pagination :is(ul, ol) [aria-current=page] :is(button, a):focus-visible {
3094
+ color: var(--pagination-item-active-color, #FFFFFF);
3095
+ background-color: var(--pagination-item-active-background-color, #16696D);
3101
3096
  }
3102
- .pv-pagination > button,
3103
- .pv-pagination > a,
3104
- .pv-pagination li {
3105
- border: 1px solid #E3E7EA;
3106
- text-align: center;
3107
- width: 40px;
3108
- height: 40px;
3109
- color: inherit;
3110
- background-color: #FFFFFF;
3111
- font-weight: 700;
3097
+ .pv-pagination[data-style=small] :where(button, a), .pv-pagination :is(ul, ol)[data-style=small] :where(button, a) {
3098
+ width: var(--pagination-small-item-width, 24px);
3112
3099
  }
3113
- .pv-pagination :not(:last-child),
3114
- .pv-pagination [role=list] li:last-child {
3115
- border-inline-end: 0;
3100
+ .pv-pagination li,
3101
+ .pv-pagination > :is(button, a):not(:last-child), .pv-pagination :is(ul, ol) li,
3102
+ .pv-pagination :is(ul, ol) > :is(button, a):not(:last-child) {
3103
+ border-right: var(--pagination-border, 0);
3116
3104
  }
3117
3105
 
3118
3106
  .pv-scroller {