@turquoisehealth/pit-viper 2.103.0 → 2.104.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.
- package/_site/assets/css/pit-viper-v2-scoped.css +34 -14
- package/_site/assets/css/pit-viper-v2.css +35 -14
- package/_site/assets/css/pit-viper.css +35 -14
- package/_src/assets/sprite-v2.svg +1 -1
- package/_src/assets/sprite.svg +1 -1
- package/package.json +1 -1
- package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.vue.d.ts +12 -2
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +4 -4
- package/pv-components/dist/vue/base/components/base/PvButton/helpers.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.js +27 -27
- package/pv-components/dist/vue/base/pv-components-base.mjs +1375 -1358
- package/pv-components/dist/vue/base/pv-components-base.umd.js +27 -27
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +491 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +259 -0
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +121834 -0
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +259 -0
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +299 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +223 -0
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +47028 -0
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +223 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +8 -8
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +796 -797
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +8 -8
- package/pv-components/dist/web/pv-components.iife.js +31 -31
|
@@ -552,9 +552,8 @@
|
|
|
552
552
|
background-color: #FF8566;
|
|
553
553
|
}
|
|
554
554
|
.pv-v2 .pv-button-ai {
|
|
555
|
-
background-
|
|
555
|
+
background-color: var(--button-ai-background-color, #E4F8F6);
|
|
556
556
|
border-color: var(--button-ai-border-color, transparent);
|
|
557
|
-
border-radius: var(--button-ai-radius, 2rem);
|
|
558
557
|
}
|
|
559
558
|
.pv-v2 .pv-button-ai:not(:disabled) {
|
|
560
559
|
color: var(--button-ai-color, #121313);
|
|
@@ -562,12 +561,10 @@
|
|
|
562
561
|
.pv-v2 .pv-button-ai:not(:disabled):hover, .pv-v2 .pv-button-ai:not(:disabled):focus-visible {
|
|
563
562
|
color: var(--button-ai-hover-color, #121313);
|
|
564
563
|
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
565
|
-
background-image: none;
|
|
566
564
|
}
|
|
567
565
|
.pv-v2 .pv-button-ai:not(:disabled):active {
|
|
568
566
|
color: var(--button-ai-pressed-color, #121313);
|
|
569
567
|
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
570
|
-
background-image: none;
|
|
571
568
|
}
|
|
572
569
|
.pv-v2 .pv-button-primary-outline {
|
|
573
570
|
border: 1px solid var(--button-primary-outline-border-color, #E3E7EA);
|
|
@@ -4940,20 +4937,22 @@
|
|
|
4940
4937
|
user-select: none;
|
|
4941
4938
|
-webkit-user-select: none;
|
|
4942
4939
|
}
|
|
4943
|
-
.pv-v2 .select2-selection
|
|
4940
|
+
.pv-v2 .select2-selection {
|
|
4944
4941
|
background-color: #fff;
|
|
4945
4942
|
border: 1px solid #E3E7EA;
|
|
4946
4943
|
border-radius: 4px;
|
|
4947
4944
|
padding-inline-end: 2rem;
|
|
4948
|
-
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");
|
|
4949
4945
|
background-repeat: no-repeat;
|
|
4950
4946
|
background-size: 1rem 1rem;
|
|
4951
4947
|
background-position: top 50% right 0.5rem;
|
|
4952
4948
|
}
|
|
4953
|
-
.pv-v2 .select2-selection
|
|
4954
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
4949
|
+
.pv-v2 .select2-selection:not([aria-expanded=true]) {
|
|
4950
|
+
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='%2302363D'/%3E%3C/svg%3E");
|
|
4955
4951
|
}
|
|
4956
|
-
.pv-v2 .select2-selection
|
|
4952
|
+
.pv-v2 .select2-selection[aria-expanded=true] {
|
|
4953
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
4954
|
+
}
|
|
4955
|
+
.pv-v2 .select2-selection .select2-selection__rendered {
|
|
4957
4956
|
display: block;
|
|
4958
4957
|
padding: 0.5rem;
|
|
4959
4958
|
overflow: hidden;
|
|
@@ -4962,16 +4961,16 @@
|
|
|
4962
4961
|
color: #4B595C;
|
|
4963
4962
|
line-height: 12px;
|
|
4964
4963
|
}
|
|
4965
|
-
.pv-v2 .select2-selection
|
|
4964
|
+
.pv-v2 .select2-selection .select2-selection__clear {
|
|
4966
4965
|
position: relative;
|
|
4967
4966
|
cursor: pointer;
|
|
4968
4967
|
float: right;
|
|
4969
4968
|
font-weight: bold;
|
|
4970
4969
|
}
|
|
4971
|
-
.pv-v2 .select2-selection
|
|
4970
|
+
.pv-v2 .select2-selection .select2-selection__placeholder {
|
|
4972
4971
|
color: #89989B;
|
|
4973
4972
|
}
|
|
4974
|
-
.pv-v2 .select2-selection
|
|
4973
|
+
.pv-v2 .select2-selection .select2-selection__arrow {
|
|
4975
4974
|
display: none;
|
|
4976
4975
|
}
|
|
4977
4976
|
.pv-v2 .select2-selection--multiple {
|
|
@@ -5026,10 +5025,10 @@
|
|
|
5026
5025
|
top: -33px;
|
|
5027
5026
|
left: 0;
|
|
5028
5027
|
background-color: transparent;
|
|
5029
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5028
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
5030
5029
|
background-repeat: no-repeat;
|
|
5031
5030
|
background-size: 1rem 1rem;
|
|
5032
|
-
background-position: top 50% right 0.5rem;
|
|
5031
|
+
background-position: top calc(50% + 1px) right 0.5rem;
|
|
5033
5032
|
}
|
|
5034
5033
|
.pv-v2 .select2-dropdown--above .select2-search__field {
|
|
5035
5034
|
background-color: #fff;
|
|
@@ -5228,6 +5227,27 @@
|
|
|
5228
5227
|
.pv-v2 input.select2-search__field::placeholder {
|
|
5229
5228
|
color: #89989B !important;
|
|
5230
5229
|
}
|
|
5230
|
+
.pv-v2 .select2-container--pv-dark .select2-selection {
|
|
5231
|
+
background-color: #353938;
|
|
5232
|
+
color: white;
|
|
5233
|
+
}
|
|
5234
|
+
.pv-v2 .select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5235
|
+
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='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5236
|
+
}
|
|
5237
|
+
.pv-v2 .select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5238
|
+
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 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");
|
|
5239
|
+
}
|
|
5240
|
+
.pv-v2 .select2-container--pv-dark .select2-selection__placeholder,
|
|
5241
|
+
.pv-v2 .select2-container--pv-dark .select2-selection__rendered,
|
|
5242
|
+
.pv-v2 .select2-container--pv-dark .select2-search__field {
|
|
5243
|
+
color: white;
|
|
5244
|
+
}
|
|
5245
|
+
.pv-v2 .select2-container--pv-dark .select2-search__field {
|
|
5246
|
+
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 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");
|
|
5247
|
+
}
|
|
5248
|
+
.pv-v2 .select2-container--pv-dark .select2-results__options {
|
|
5249
|
+
padding-left: 0;
|
|
5250
|
+
}
|
|
5231
5251
|
.pv-v2 :root {
|
|
5232
5252
|
--p-datepicker-today-background: #F7F8F8;
|
|
5233
5253
|
--p-datepicker-date-border-radius: 4px;
|
|
@@ -621,9 +621,8 @@
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
.pv-button-ai {
|
|
624
|
-
background-
|
|
624
|
+
background-color: var(--button-ai-background-color, #E4F8F6);
|
|
625
625
|
border-color: var(--button-ai-border-color, transparent);
|
|
626
|
-
border-radius: var(--button-ai-radius, 2rem);
|
|
627
626
|
}
|
|
628
627
|
.pv-button-ai:not(:disabled) {
|
|
629
628
|
color: var(--button-ai-color, #121313);
|
|
@@ -631,12 +630,10 @@
|
|
|
631
630
|
.pv-button-ai:not(:disabled):hover, .pv-button-ai:not(:disabled):focus-visible {
|
|
632
631
|
color: var(--button-ai-hover-color, #121313);
|
|
633
632
|
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
634
|
-
background-image: none;
|
|
635
633
|
}
|
|
636
634
|
.pv-button-ai:not(:disabled):active {
|
|
637
635
|
color: var(--button-ai-pressed-color, #121313);
|
|
638
636
|
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
639
|
-
background-image: none;
|
|
640
637
|
}
|
|
641
638
|
|
|
642
639
|
.pv-button-primary-outline {
|
|
@@ -5442,20 +5439,22 @@ svg.pv-text-inherit {
|
|
|
5442
5439
|
-webkit-user-select: none;
|
|
5443
5440
|
}
|
|
5444
5441
|
|
|
5445
|
-
.select2-selection
|
|
5442
|
+
.select2-selection {
|
|
5446
5443
|
background-color: #fff;
|
|
5447
5444
|
border: 1px solid #E3E7EA;
|
|
5448
5445
|
border-radius: 4px;
|
|
5449
5446
|
padding-inline-end: 2rem;
|
|
5450
|
-
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");
|
|
5451
5447
|
background-repeat: no-repeat;
|
|
5452
5448
|
background-size: 1rem 1rem;
|
|
5453
5449
|
background-position: top 50% right 0.5rem;
|
|
5454
5450
|
}
|
|
5455
|
-
.select2-selection
|
|
5456
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5451
|
+
.select2-selection:not([aria-expanded=true]) {
|
|
5452
|
+
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='%2302363D'/%3E%3C/svg%3E");
|
|
5457
5453
|
}
|
|
5458
|
-
.select2-selection
|
|
5454
|
+
.select2-selection[aria-expanded=true] {
|
|
5455
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
5456
|
+
}
|
|
5457
|
+
.select2-selection .select2-selection__rendered {
|
|
5459
5458
|
display: block;
|
|
5460
5459
|
padding: 0.5rem;
|
|
5461
5460
|
overflow: hidden;
|
|
@@ -5464,16 +5463,16 @@ svg.pv-text-inherit {
|
|
|
5464
5463
|
color: #4B595C;
|
|
5465
5464
|
line-height: 12px;
|
|
5466
5465
|
}
|
|
5467
|
-
.select2-selection
|
|
5466
|
+
.select2-selection .select2-selection__clear {
|
|
5468
5467
|
position: relative;
|
|
5469
5468
|
cursor: pointer;
|
|
5470
5469
|
float: right;
|
|
5471
5470
|
font-weight: bold;
|
|
5472
5471
|
}
|
|
5473
|
-
.select2-selection
|
|
5472
|
+
.select2-selection .select2-selection__placeholder {
|
|
5474
5473
|
color: #89989B;
|
|
5475
5474
|
}
|
|
5476
|
-
.select2-selection
|
|
5475
|
+
.select2-selection .select2-selection__arrow {
|
|
5477
5476
|
display: none;
|
|
5478
5477
|
}
|
|
5479
5478
|
|
|
@@ -5535,10 +5534,10 @@ svg.pv-text-inherit {
|
|
|
5535
5534
|
top: -33px;
|
|
5536
5535
|
left: 0;
|
|
5537
5536
|
background-color: transparent;
|
|
5538
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5537
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
5539
5538
|
background-repeat: no-repeat;
|
|
5540
5539
|
background-size: 1rem 1rem;
|
|
5541
|
-
background-position: top 50% right 0.5rem;
|
|
5540
|
+
background-position: top calc(50% + 1px) right 0.5rem;
|
|
5542
5541
|
}
|
|
5543
5542
|
|
|
5544
5543
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5776,6 +5775,28 @@ input.select2-search__field::placeholder {
|
|
|
5776
5775
|
color: #89989B !important;
|
|
5777
5776
|
}
|
|
5778
5777
|
|
|
5778
|
+
.select2-container--pv-dark .select2-selection {
|
|
5779
|
+
background-color: #353938;
|
|
5780
|
+
color: white;
|
|
5781
|
+
}
|
|
5782
|
+
.select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5783
|
+
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='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5784
|
+
}
|
|
5785
|
+
.select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5786
|
+
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 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");
|
|
5787
|
+
}
|
|
5788
|
+
.select2-container--pv-dark .select2-selection__placeholder,
|
|
5789
|
+
.select2-container--pv-dark .select2-selection__rendered,
|
|
5790
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5791
|
+
color: white;
|
|
5792
|
+
}
|
|
5793
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5794
|
+
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 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");
|
|
5795
|
+
}
|
|
5796
|
+
.select2-container--pv-dark .select2-results__options {
|
|
5797
|
+
padding-left: 0;
|
|
5798
|
+
}
|
|
5799
|
+
|
|
5779
5800
|
:root {
|
|
5780
5801
|
--p-datepicker-today-background: #F7F8F8;
|
|
5781
5802
|
--p-datepicker-date-border-radius: 4px;
|
|
@@ -626,9 +626,8 @@
|
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
.pv-button-ai {
|
|
629
|
-
background-
|
|
629
|
+
background-color: var(--button-ai-background-color, #A8E6E1);
|
|
630
630
|
border-color: var(--button-ai-border-color, transparent);
|
|
631
|
-
border-radius: var(--button-ai-radius, 2rem);
|
|
632
631
|
}
|
|
633
632
|
.pv-button-ai:not(:disabled) {
|
|
634
633
|
color: var(--button-ai-color, #121313);
|
|
@@ -636,12 +635,10 @@
|
|
|
636
635
|
.pv-button-ai:not(:disabled):hover, .pv-button-ai:not(:disabled):focus-visible {
|
|
637
636
|
color: var(--button-ai-hover-color, #121313);
|
|
638
637
|
background-color: var(--button-ai-hover-background-color, #E8F2F4);
|
|
639
|
-
background-image: none;
|
|
640
638
|
}
|
|
641
639
|
.pv-button-ai:not(:disabled):active {
|
|
642
640
|
color: var(--button-ai-pressed-color, #121313);
|
|
643
641
|
background-color: var(--button-ai-pressed-background-color, #C7D8DB);
|
|
644
|
-
background-image: none;
|
|
645
642
|
}
|
|
646
643
|
|
|
647
644
|
.pv-button-primary-outline {
|
|
@@ -5447,20 +5444,22 @@ svg.pv-text-inherit {
|
|
|
5447
5444
|
-webkit-user-select: none;
|
|
5448
5445
|
}
|
|
5449
5446
|
|
|
5450
|
-
.select2-selection
|
|
5447
|
+
.select2-selection {
|
|
5451
5448
|
background-color: #fff;
|
|
5452
5449
|
border: 2px solid #DCDFE4;
|
|
5453
5450
|
border-radius: 2px;
|
|
5454
5451
|
padding-inline-end: 2rem;
|
|
5455
|
-
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");
|
|
5456
5452
|
background-repeat: no-repeat;
|
|
5457
5453
|
background-size: 1rem 1rem;
|
|
5458
5454
|
background-position: top 50% right 0.5rem;
|
|
5459
5455
|
}
|
|
5460
|
-
.select2-selection
|
|
5461
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5456
|
+
.select2-selection:not([aria-expanded=true]) {
|
|
5457
|
+
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='%2302363D'/%3E%3C/svg%3E");
|
|
5462
5458
|
}
|
|
5463
|
-
.select2-selection
|
|
5459
|
+
.select2-selection[aria-expanded=true] {
|
|
5460
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
5461
|
+
}
|
|
5462
|
+
.select2-selection .select2-selection__rendered {
|
|
5464
5463
|
display: block;
|
|
5465
5464
|
padding: 0.5rem;
|
|
5466
5465
|
overflow: hidden;
|
|
@@ -5469,16 +5468,16 @@ svg.pv-text-inherit {
|
|
|
5469
5468
|
color: #6E7784;
|
|
5470
5469
|
line-height: 24px;
|
|
5471
5470
|
}
|
|
5472
|
-
.select2-selection
|
|
5471
|
+
.select2-selection .select2-selection__clear {
|
|
5473
5472
|
position: relative;
|
|
5474
5473
|
cursor: pointer;
|
|
5475
5474
|
float: right;
|
|
5476
5475
|
font-weight: bold;
|
|
5477
5476
|
}
|
|
5478
|
-
.select2-selection
|
|
5477
|
+
.select2-selection .select2-selection__placeholder {
|
|
5479
5478
|
color: #6E7784;
|
|
5480
5479
|
}
|
|
5481
|
-
.select2-selection
|
|
5480
|
+
.select2-selection .select2-selection__arrow {
|
|
5482
5481
|
display: none;
|
|
5483
5482
|
}
|
|
5484
5483
|
|
|
@@ -5540,10 +5539,10 @@ svg.pv-text-inherit {
|
|
|
5540
5539
|
top: -44px;
|
|
5541
5540
|
left: 0;
|
|
5542
5541
|
background-color: transparent;
|
|
5543
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath
|
|
5542
|
+
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 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='%2302363D'/%3E%3C/svg%3E");
|
|
5544
5543
|
background-repeat: no-repeat;
|
|
5545
5544
|
background-size: 1rem 1rem;
|
|
5546
|
-
background-position: top 50% right 0.5rem;
|
|
5545
|
+
background-position: top calc(50% + 1px) right 0.5rem;
|
|
5547
5546
|
}
|
|
5548
5547
|
|
|
5549
5548
|
.select2-dropdown--above .select2-search__field {
|
|
@@ -5780,3 +5779,25 @@ svg.pv-text-inherit {
|
|
|
5780
5779
|
input.select2-search__field::placeholder {
|
|
5781
5780
|
color: #6E7784 !important;
|
|
5782
5781
|
}
|
|
5782
|
+
|
|
5783
|
+
.select2-container--pv-dark .select2-selection {
|
|
5784
|
+
background-color: #353938;
|
|
5785
|
+
color: white;
|
|
5786
|
+
}
|
|
5787
|
+
.select2-container--pv-dark .select2-selection:not([aria-expanded=true]) {
|
|
5788
|
+
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='%23FFFFFF'/%3E%3C/svg%3E");
|
|
5789
|
+
}
|
|
5790
|
+
.select2-container--pv-dark .select2-selection[aria-expanded=true] {
|
|
5791
|
+
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 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");
|
|
5792
|
+
}
|
|
5793
|
+
.select2-container--pv-dark .select2-selection__placeholder,
|
|
5794
|
+
.select2-container--pv-dark .select2-selection__rendered,
|
|
5795
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5796
|
+
color: white;
|
|
5797
|
+
}
|
|
5798
|
+
.select2-container--pv-dark .select2-search__field {
|
|
5799
|
+
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 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");
|
|
5800
|
+
}
|
|
5801
|
+
.select2-container--pv-dark .select2-results__options {
|
|
5802
|
+
padding-left: 0;
|
|
5803
|
+
}
|