@turquoisehealth/pit-viper 2.65.0 → 2.66.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.
@@ -675,7 +675,7 @@
675
675
  gap: 0.125rem;
676
676
  }
677
677
  .pv-v2 [class*=pv-segmented-control] button {
678
- padding: 0.125rem 0.5rem;
678
+ padding: calc(0.125rem - 1px) 0.5rem;
679
679
  gap: 0.125rem;
680
680
  }
681
681
  .pv-v2 [class*=pv-segmented-control] button[data-active],
@@ -692,17 +692,23 @@
692
692
  .pv-v2 [class*=pv-segmented-control] button:active:not(:disabled) {
693
693
  background-color: #C7D8DB;
694
694
  }
695
+ .pv-v2 [class*=pv-segmented-control] button:has(svg:is(:only-child)) {
696
+ padding: calc(0.125rem - 1px);
697
+ }
698
+ .pv-v2 [class*=pv-segmented-control].pv-segmented-control-large button:has(svg:is(:only-child)) {
699
+ padding: calc(0.25rem - 1px);
700
+ }
695
701
  .pv-v2 .pv-segmented-control-icon button {
696
- padding: 0.125rem;
702
+ padding: calc(0.125rem - 1px);
697
703
  }
698
704
  .pv-v2 .pv-segmented-control-large {
699
705
  padding: 0.25rem;
700
706
  }
701
707
  .pv-v2 .pv-segmented-control-large button {
702
- padding: 0.25rem 0.5rem;
708
+ padding: calc(0.25rem - 1px) 0.5rem;
703
709
  }
704
710
  .pv-v2 .pv-segmented-control-large.pv-segmented-control-icon button {
705
- padding: 0.25rem;
711
+ padding: calc(0.25rem - 1px);
706
712
  }
707
713
  .pv-v2 .pv-button-transformer {
708
714
  gap: 2px;
@@ -1921,13 +1927,13 @@
1921
1927
  border-top: 4px solid #ADB5C0;
1922
1928
  }
1923
1929
  .pv-v2 .pv-status-yellow:before {
1924
- background-color: #E5A000;
1930
+ background-color: #FED732;
1925
1931
  }
1926
1932
  .pv-v2 .pv-status-red:before {
1927
- background-color: #DA1E28;
1933
+ background-color: #FF471A;
1928
1934
  }
1929
1935
  .pv-v2 .pv-status-green:before {
1930
- background-color: #218C88;
1936
+ background-color: #1ACF28;
1931
1937
  }
1932
1938
  .pv-v2 .pv-status-black:before {
1933
1939
  background-color: #02363D;
@@ -1936,16 +1942,16 @@
1936
1942
  background-color: #BE95FF;
1937
1943
  }
1938
1944
  .pv-v2 .pv-status-orange:before {
1939
- background-color: #C86628;
1945
+ background-color: #FFA632;
1940
1946
  }
1941
1947
  .pv-v2 .pv-status-yellow:is(th, td) {
1942
- border-color: #E5A000;
1948
+ border-color: #FED732;
1943
1949
  }
1944
1950
  .pv-v2 .pv-status-red:is(th, td) {
1945
- border-color: #DA1E28;
1951
+ border-color: #FF471A;
1946
1952
  }
1947
1953
  .pv-v2 .pv-status-green:is(th, td) {
1948
- border-color: #218C88;
1954
+ border-color: #1ACF28;
1949
1955
  }
1950
1956
  .pv-v2 .pv-status-black:is(th, td) {
1951
1957
  border-color: #02363D;
@@ -1954,7 +1960,7 @@
1954
1960
  border-color: #BE95FF;
1955
1961
  }
1956
1962
  .pv-v2 .pv-status-orange:is(th, td) {
1957
- border-color: #C86628;
1963
+ border-color: #FFA632;
1958
1964
  }
1959
1965
  .pv-v2 .pv-table,
1960
1966
  .pv-v2 .pv-table-compressed {
@@ -2528,6 +2534,13 @@
2528
2534
  color: var(--color-text-subdued, #4B595C);
2529
2535
  padding-inline: 0;
2530
2536
  }
2537
+ .pv-v2 [class*=pv-tag][data-style=counter] {
2538
+ padding: 0 2px;
2539
+ line-height: 0.875rem;
2540
+ min-width: 1rem;
2541
+ text-align: center;
2542
+ display: block;
2543
+ }
2531
2544
  .pv-v2 [class*=pv-tab-list] {
2532
2545
  display: flex;
2533
2546
  align-items: center;
@@ -2732,8 +2745,10 @@
2732
2745
  opacity: 1;
2733
2746
  border-radius: 4px;
2734
2747
  }
2735
- .pv-v2 .pv-dropdown > [class*=pv-button] {
2748
+ .pv-v2 .pv-dropdown:not(pv-dropdown-auto-close) > [class*=pv-button] {
2736
2749
  padding-inline-end: 2rem;
2750
+ }
2751
+ .pv-v2 .pv-dropdown > [class*=pv-button] {
2737
2752
  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"));
2738
2753
  background-repeat: no-repeat;
2739
2754
  background-size: 1rem 1rem;
@@ -4173,6 +4188,7 @@
4173
4188
  .pv-v2 .pv-layout-two-sidebar {
4174
4189
  --left-size: 320px;
4175
4190
  --right-size: 320px;
4191
+ --min-size: 0;
4176
4192
  overflow: clip;
4177
4193
  height: 100%;
4178
4194
  display: grid;
@@ -4181,27 +4197,40 @@
4181
4197
  grid-template-areas: "left center right";
4182
4198
  }
4183
4199
  .pv-v2 .pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]) {
4184
- grid-template-columns: 0 1fr var(--right-size);
4200
+ --left-size: var(--min-size) !important;
4201
+ }
4202
+ .pv-v2 .pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]) svg.pv-trigger-icon {
4203
+ transform: rotate(180deg);
4185
4204
  }
4186
4205
  .pv-v2 .pv-layout-two-sidebar:has([data-layout=right-sidebar][data-hidden]) {
4187
- grid-template-columns: var(--left-size) 1fr 0;
4206
+ --right-size: var(--min-size) !important;
4207
+ }
4208
+ .pv-v2 .pv-layout-two-sidebar:has([data-layout=right-sidebar][data-hidden]) svg.pv-trigger-icon {
4209
+ transform: rotate(180deg);
4188
4210
  }
4189
4211
  .pv-v2 .pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]):has([data-layout=right-sidebar][data-hidden]) {
4190
- grid-template-columns: 0 1fr 0;
4212
+ --left-size: var(--min-size) !important;
4213
+ --right-size: var(--min-size) !important;
4191
4214
  }
4192
4215
  .pv-v2 .pv-layout-two-sidebar [data-layout=left-sidebar] {
4193
4216
  border-right: 1px solid #E3E7EA;
4194
4217
  min-width: var(--left-size);
4195
4218
  }
4196
4219
  .pv-v2 .pv-layout-two-sidebar [data-layout=left-sidebar][data-hidden] {
4197
- transform: translateX(calc(var(--left-size) * -1));
4220
+ transform: translateX(calc(var(--min-size) - var(--left-size)));
4221
+ width: var(--min-size);
4198
4222
  }
4199
4223
  .pv-v2 .pv-layout-two-sidebar [data-layout=right-sidebar] {
4200
4224
  border-left: 1px solid #E3E7EA;
4201
4225
  min-width: var(--right-size);
4202
4226
  }
4203
4227
  .pv-v2 .pv-layout-two-sidebar [data-layout=right-sidebar][data-hidden] {
4204
- transform: translateX(var(--right-size));
4228
+ transform: translateX(calc(var(--right-size) * -1)var(--min-size));
4229
+ width: var(--min-size);
4230
+ }
4231
+ .pv-v2 .pv-layout-two-sidebar:has([data-layout=left-sidebar][data-hidden]) [data-layout=left-sidebar] .pv-fade,
4232
+ .pv-v2 .pv-layout-two-sidebar:has([data-layout=right-sidebar][data-hidden]) [data-layout=right-sidebar] .pv-fade {
4233
+ display: none;
4205
4234
  }
4206
4235
  .pv-v2 .pv-surface-brand {
4207
4236
  background-color: var(--color-background-brand, #02363D);
@@ -4755,8 +4784,8 @@
4755
4784
  }
4756
4785
  .pv-v2 .select2-selection--single {
4757
4786
  background-color: #fff;
4758
- border: 2px solid #E3E7EA;
4759
- border-radius: 2px;
4787
+ border: 1px solid #E3E7EA;
4788
+ border-radius: 4px;
4760
4789
  padding-inline-end: 2rem;
4761
4790
  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");
4762
4791
  background-repeat: no-repeat;
@@ -4773,7 +4802,7 @@
4773
4802
  text-overflow: ellipsis;
4774
4803
  white-space: nowrap;
4775
4804
  color: #4B595C;
4776
- line-height: 24px;
4805
+ line-height: 12px;
4777
4806
  }
4778
4807
  .pv-v2 .select2-selection--single .select2-selection__clear {
4779
4808
  position: relative;
@@ -4782,34 +4811,34 @@
4782
4811
  font-weight: bold;
4783
4812
  }
4784
4813
  .pv-v2 .select2-selection--single .select2-selection__placeholder {
4785
- color: #999;
4814
+ color: #89989B;
4786
4815
  }
4787
4816
  .pv-v2 .select2-selection--single .select2-selection__arrow {
4788
4817
  display: none;
4789
4818
  }
4790
4819
  .pv-v2 .select2-selection--multiple {
4791
4820
  background-color: white;
4792
- border: 2px solid #E3E7EA;
4793
- border-radius: 2px;
4821
+ border: 1px solid #E3E7EA;
4822
+ border-radius: 4px;
4794
4823
  cursor: text;
4795
4824
  }
4796
4825
  .pv-v2 .select2-selection--multiple .select2-selection__rendered {
4797
4826
  display: flex;
4798
4827
  align-items: center;
4799
4828
  gap: 4px;
4800
- padding: 0.25rem 0.5rem;
4829
+ padding: calc(0.5rem - 3px) 0.5rem;
4801
4830
  flex-wrap: wrap;
4802
4831
  }
4803
4832
  .pv-v2 .select2-search--inline {
4804
4833
  flex: 1;
4805
- max-height: 26px;
4834
+ max-height: 20px;
4806
4835
  }
4807
4836
  .pv-v2 .select2-search--inline .select2-search__field {
4808
4837
  width: 100% !important;
4809
- line-height: 24px;
4838
+ line-height: 12px;
4810
4839
  border: none;
4811
4840
  padding-block: 0.5rem;
4812
- max-height: 26px;
4841
+ max-height: 20px;
4813
4842
  }
4814
4843
  .pv-v2 .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
4815
4844
  -webkit-appearance: none;
@@ -4830,12 +4859,14 @@
4830
4859
  }
4831
4860
  .pv-v2 .select2-search--dropdown .select2-search__field {
4832
4861
  padding: 0.5rem 2rem 0.5rem 0.5rem;
4833
- line-height: 24px;
4834
- border-radius: 2px;
4835
- border: 2px solid #E3E7EA;
4862
+ line-height: 12px;
4863
+ border-radius: 4px;
4864
+ border: 1px solid #E3E7EA;
4865
+ height: 32px;
4836
4866
  width: 100%;
4837
4867
  position: absolute;
4838
- top: -44px;
4868
+ top: -33px;
4869
+ left: 0;
4839
4870
  background-color: transparent;
4840
4871
  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.6 15.3h8.8c.7 0 1-.7.6-1.2L12.6 9c-.1-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1s-.2.1-.3.1c-.1.1-.2.1-.3.2l-4.3 5.1c-.5.4-.1 1.2.5 1.2z'/%3E%3C/svg%3E");
4841
4872
  background-repeat: no-repeat;
@@ -4855,8 +4886,13 @@
4855
4886
  .pv-v2 .select2-container--focus .select2-selection__rendered {
4856
4887
  border-color: #36C5BA;
4857
4888
  outline: 0;
4889
+ font-size: 0.75rem;
4890
+ line-height: 1.33333333;
4891
+ border-radius: 4px;
4858
4892
  }
4859
4893
  .pv-v2 .select2-container--default .select2-search--inline .select2-search__field {
4894
+ font-size: 0.75rem;
4895
+ line-height: 1.33333333;
4860
4896
  background: transparent;
4861
4897
  border: none;
4862
4898
  outline: 0;
@@ -4876,6 +4912,9 @@
4876
4912
  padding: 6px;
4877
4913
  user-select: none;
4878
4914
  -webkit-user-select: none;
4915
+ font-size: 0.75rem;
4916
+ line-height: 1.33333333;
4917
+ color: #121313;
4879
4918
  }
4880
4919
  .pv-v2 .select2-results__option[aria-selected] {
4881
4920
  cursor: pointer;
@@ -4884,11 +4923,13 @@
4884
4923
  left: 0;
4885
4924
  }
4886
4925
  .pv-v2 .select2-container--open .select2-dropdown--above {
4926
+ padding: 0.5rem;
4887
4927
  border-bottom: none;
4888
4928
  border-bottom-left-radius: 0;
4889
4929
  border-bottom-right-radius: 0;
4890
4930
  }
4891
4931
  .pv-v2 .select2-container--open .select2-dropdown--below {
4932
+ padding: 0.5rem;
4892
4933
  border-top: none;
4893
4934
  border-top-left-radius: 0;
4894
4935
  border-top-right-radius: 0;
@@ -4935,9 +4976,12 @@
4935
4976
  }
4936
4977
  .pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
4937
4978
  list-style: none;
4979
+ font-size: 0.75rem;
4980
+ line-height: 1.33333333;
4981
+ font-weight: 500;
4938
4982
  }
4939
4983
  .pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
4940
- color: #999;
4984
+ color: #89989B;
4941
4985
  margin-top: 5px;
4942
4986
  float: left;
4943
4987
  }
@@ -4950,22 +4994,23 @@
4950
4994
  }
4951
4995
  .pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
4952
4996
  background-color: #F7F8F8;
4953
- border: 1px solid #E3E7EA;
4954
- border-radius: 2px;
4997
+ border: none;
4998
+ border-radius: 4px;
4955
4999
  padding: 0.125rem 0.5rem;
4956
5000
  font-size: 0.6875rem;
4957
5001
  line-height: 1.45454545;
4958
5002
  cursor: default;
5003
+ font-weight: 500;
4959
5004
  }
4960
5005
  .pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
4961
- color: #999;
5006
+ color: #4B595C;
4962
5007
  cursor: pointer;
4963
5008
  display: inline-block;
4964
5009
  font-weight: bold;
4965
- margin-right: 2px;
5010
+ margin-right: 0.25rem;
4966
5011
  }
4967
5012
  .pv-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
4968
- color: #333;
5013
+ color: #4B595C;
4969
5014
  }
4970
5015
  .pv-v2 .select2-container--default.select2-container--disabled .select2-selection--multiple {
4971
5016
  background-color: #eee;
@@ -4983,6 +5028,7 @@
4983
5028
  border-bottom-right-radius: 0;
4984
5029
  }
4985
5030
  .pv-v2 .select2-container--default .select2-results > .select2-results__options {
5031
+ padding-inline-start: 0;
4986
5032
  max-height: 200px;
4987
5033
  overflow-y: auto;
4988
5034
  }
@@ -4990,10 +5036,11 @@
4990
5036
  padding: 0;
4991
5037
  }
4992
5038
  .pv-v2 .select2-container--default .select2-results__option[aria-disabled=true] {
4993
- color: #999;
5039
+ color: #89989B;
4994
5040
  }
4995
5041
  .pv-v2 .select2-results__option {
4996
- padding: 0.5rem 1rem;
5042
+ padding: 0.5rem;
5043
+ border-radius: 4px;
4997
5044
  }
4998
5045
  .pv-v2 .select2-results__option[aria-selected=true],
4999
5046
  .pv-v2 .select2-results__option--highlighted {
@@ -5004,6 +5051,24 @@
5004
5051
  display: block;
5005
5052
  padding: 6px;
5006
5053
  }
5054
+ .pv-v2 .select2-selection--single .select2-selection__rendered,
5055
+ .pv-v2 .select2-selection--single .select2-selection__placeholder {
5056
+ font-size: 0.75rem;
5057
+ line-height: 1.33333333;
5058
+ }
5059
+ .pv-v2 .select2-selection--single .select2-selection__rendered {
5060
+ color: #121313;
5061
+ padding: calc(0.5rem - 1px) 0.5rem;
5062
+ }
5063
+ .pv-v2 .select2-results__option[aria-selected=true] {
5064
+ background-color: #E4F8F6;
5065
+ }
5066
+ .pv-v2 .select2-results__option--highlighted {
5067
+ background-color: #E8F2F4;
5068
+ }
5069
+ .pv-v2 input.select2-search__field::placeholder {
5070
+ color: #89989B !important;
5071
+ }
5007
5072
  .pv-v2 :root {
5008
5073
  --p-datepicker-today-background: #F7F8F8;
5009
5074
  --p-datepicker-date-border-radius: 4px;