@turquoisehealth/pit-viper 2.201.1-dev.2 → 2.202.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-a11y.css +50 -0
- package/_site/assets/css/pit-viper-consumer.css +50 -0
- package/_site/assets/css/pit-viper-v2-scoped.css +45 -0
- package/_site/assets/css/pit-viper-v2.css +50 -0
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-accordion-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-checkbox-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-horizontal-scroller-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-range-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-sidebar-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
- package/pv-components/dist/vue/base/components/base/PvSkeleton/types.d.ts +7 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +28 -22
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +3 -5
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -5
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +7 -7
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +9 -5
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +7 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +64 -91
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +15 -15
- package/pv-components/dist/web/components/pv-button/pv-button.js +14 -14
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +2 -3
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -5
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +14 -14
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +14 -14
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +15 -15
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +17 -18
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +17 -18
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +14 -14
- package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +14 -14
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +15 -15
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +15 -15
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +15 -15
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +16 -16
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +15 -15
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +14 -14
- package/pv-components/dist/web/components/pv-range/pv-range.js +14 -14
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +14 -14
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +15 -15
- package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +14 -14
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +599 -592
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +15 -15
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +14 -14
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +14 -14
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +14 -14
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +17 -18
- package/pv-components/dist/web/pv-components.iife.js +3 -3
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -6547,6 +6547,8 @@ input.select2-search__field::placeholder {
|
|
|
6547
6547
|
--p-datepicker-date-border-radius: 4px;
|
|
6548
6548
|
--p-datepicker-date-padding: 1px;
|
|
6549
6549
|
--p-datepicker-date-selected-background: #13595D;
|
|
6550
|
+
--p-datepicker-date-range-selected-background: #E4F8F6;
|
|
6551
|
+
--p-datepicker-date-range-selected-color: #121313;
|
|
6550
6552
|
--p-datepicker-date-hover-background: #E8F2F4;
|
|
6551
6553
|
--p-datepicker-date-color: #4B595C;
|
|
6552
6554
|
--p-button-text-secondary-hover-background: #E8F2F4;
|
|
@@ -6589,6 +6591,50 @@ input.select2-search__field::placeholder {
|
|
|
6589
6591
|
color: #4B595C;
|
|
6590
6592
|
}
|
|
6591
6593
|
|
|
6594
|
+
.p-datepicker-panel {
|
|
6595
|
+
width: fit-content !important;
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
.p-datepicker-panel:has(.p-datepicker-month-view),
|
|
6599
|
+
.p-datepicker-panel:has(.p-datepicker-year-view) {
|
|
6600
|
+
width: max-content !important;
|
|
6601
|
+
}
|
|
6602
|
+
|
|
6603
|
+
.p-datepicker-month-view {
|
|
6604
|
+
display: grid;
|
|
6605
|
+
grid-template-columns: repeat(3, max-content);
|
|
6606
|
+
}
|
|
6607
|
+
|
|
6608
|
+
.p-datepicker-year-view {
|
|
6609
|
+
display: grid;
|
|
6610
|
+
grid-template-columns: repeat(2, max-content);
|
|
6611
|
+
}
|
|
6612
|
+
|
|
6613
|
+
.p-datepicker-month-view .p-datepicker-month,
|
|
6614
|
+
.p-datepicker-year-view .p-datepicker-month {
|
|
6615
|
+
margin: 2px;
|
|
6616
|
+
width: 48px;
|
|
6617
|
+
}
|
|
6618
|
+
.p-datepicker-month-view .p-datepicker-year,
|
|
6619
|
+
.p-datepicker-year-view .p-datepicker-year {
|
|
6620
|
+
margin: 2px;
|
|
6621
|
+
width: 56px;
|
|
6622
|
+
}
|
|
6623
|
+
.p-datepicker-month-view .p-datepicker-month-selected,
|
|
6624
|
+
.p-datepicker-month-view .p-datepicker-year-selected,
|
|
6625
|
+
.p-datepicker-year-view .p-datepicker-month-selected,
|
|
6626
|
+
.p-datepicker-year-view .p-datepicker-year-selected {
|
|
6627
|
+
background-color: #13595D;
|
|
6628
|
+
color: white;
|
|
6629
|
+
}
|
|
6630
|
+
.p-datepicker-month-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6631
|
+
.p-datepicker-month-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected),
|
|
6632
|
+
.p-datepicker-year-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6633
|
+
.p-datepicker-year-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected) {
|
|
6634
|
+
background-color: #E4F8F6;
|
|
6635
|
+
color: #121313;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6592
6638
|
.p-datepicker-calendar-container .p-datepicker-header .p-button {
|
|
6593
6639
|
width: 1.5rem;
|
|
6594
6640
|
height: 1.5rem;
|
|
@@ -6604,6 +6650,10 @@ input.select2-search__field::placeholder {
|
|
|
6604
6650
|
.p-datepicker-calendar-container .p-datepicker-day-selected:active {
|
|
6605
6651
|
background-color: #02363D;
|
|
6606
6652
|
}
|
|
6653
|
+
.p-datepicker-calendar-container .p-datepicker-day-selected-range {
|
|
6654
|
+
background-color: #E4F8F6;
|
|
6655
|
+
color: #121313;
|
|
6656
|
+
}
|
|
6607
6657
|
.p-datepicker-calendar-container .p-datepicker-day:not(.p-datepicker-day-selected):not(.p-disabled):active {
|
|
6608
6658
|
background-color: #C7D8DB;
|
|
6609
6659
|
}
|
|
@@ -6369,6 +6369,8 @@ input.select2-search__field::placeholder {
|
|
|
6369
6369
|
--p-datepicker-date-border-radius: 6px;
|
|
6370
6370
|
--p-datepicker-date-padding: 1px;
|
|
6371
6371
|
--p-datepicker-date-selected-background: #147F85;
|
|
6372
|
+
--p-datepicker-date-range-selected-background: #E4F8F6;
|
|
6373
|
+
--p-datepicker-date-range-selected-color: #1A3A39;
|
|
6372
6374
|
--p-datepicker-date-hover-background: #F8F7F1;
|
|
6373
6375
|
--p-datepicker-date-color: #486161;
|
|
6374
6376
|
--p-button-text-secondary-hover-background: #F8F7F1;
|
|
@@ -6411,6 +6413,50 @@ input.select2-search__field::placeholder {
|
|
|
6411
6413
|
color: #486161;
|
|
6412
6414
|
}
|
|
6413
6415
|
|
|
6416
|
+
.p-datepicker-panel {
|
|
6417
|
+
width: fit-content !important;
|
|
6418
|
+
}
|
|
6419
|
+
|
|
6420
|
+
.p-datepicker-panel:has(.p-datepicker-month-view),
|
|
6421
|
+
.p-datepicker-panel:has(.p-datepicker-year-view) {
|
|
6422
|
+
width: max-content !important;
|
|
6423
|
+
}
|
|
6424
|
+
|
|
6425
|
+
.p-datepicker-month-view {
|
|
6426
|
+
display: grid;
|
|
6427
|
+
grid-template-columns: repeat(3, max-content);
|
|
6428
|
+
}
|
|
6429
|
+
|
|
6430
|
+
.p-datepicker-year-view {
|
|
6431
|
+
display: grid;
|
|
6432
|
+
grid-template-columns: repeat(2, max-content);
|
|
6433
|
+
}
|
|
6434
|
+
|
|
6435
|
+
.p-datepicker-month-view .p-datepicker-month,
|
|
6436
|
+
.p-datepicker-year-view .p-datepicker-month {
|
|
6437
|
+
margin: 2px;
|
|
6438
|
+
width: 48px;
|
|
6439
|
+
}
|
|
6440
|
+
.p-datepicker-month-view .p-datepicker-year,
|
|
6441
|
+
.p-datepicker-year-view .p-datepicker-year {
|
|
6442
|
+
margin: 2px;
|
|
6443
|
+
width: 56px;
|
|
6444
|
+
}
|
|
6445
|
+
.p-datepicker-month-view .p-datepicker-month-selected,
|
|
6446
|
+
.p-datepicker-month-view .p-datepicker-year-selected,
|
|
6447
|
+
.p-datepicker-year-view .p-datepicker-month-selected,
|
|
6448
|
+
.p-datepicker-year-view .p-datepicker-year-selected {
|
|
6449
|
+
background-color: #147F85;
|
|
6450
|
+
color: white;
|
|
6451
|
+
}
|
|
6452
|
+
.p-datepicker-month-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6453
|
+
.p-datepicker-month-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected),
|
|
6454
|
+
.p-datepicker-year-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6455
|
+
.p-datepicker-year-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected) {
|
|
6456
|
+
background-color: #E4F8F6;
|
|
6457
|
+
color: #1A3A39;
|
|
6458
|
+
}
|
|
6459
|
+
|
|
6414
6460
|
.p-datepicker-calendar-container .p-datepicker-header .p-button {
|
|
6415
6461
|
width: 1.5rem;
|
|
6416
6462
|
height: 1.5rem;
|
|
@@ -6426,6 +6472,10 @@ input.select2-search__field::placeholder {
|
|
|
6426
6472
|
.p-datepicker-calendar-container .p-datepicker-day-selected:active {
|
|
6427
6473
|
background-color: #1A3A39;
|
|
6428
6474
|
}
|
|
6475
|
+
.p-datepicker-calendar-container .p-datepicker-day-selected-range {
|
|
6476
|
+
background-color: #E4F8F6;
|
|
6477
|
+
color: #1A3A39;
|
|
6478
|
+
}
|
|
6429
6479
|
.p-datepicker-calendar-container .p-datepicker-day:not(.p-datepicker-day-selected):not(.p-disabled):active {
|
|
6430
6480
|
background-color: #C7D8DB;
|
|
6431
6481
|
}
|
|
@@ -5740,6 +5740,8 @@
|
|
|
5740
5740
|
--p-datepicker-date-border-radius: 4px;
|
|
5741
5741
|
--p-datepicker-date-padding: 1px;
|
|
5742
5742
|
--p-datepicker-date-selected-background: #16696D;
|
|
5743
|
+
--p-datepicker-date-range-selected-background: #E4F8F6;
|
|
5744
|
+
--p-datepicker-date-range-selected-color: #121313;
|
|
5743
5745
|
--p-datepicker-date-hover-background: #E8F2F4;
|
|
5744
5746
|
--p-datepicker-date-color: #4B595C;
|
|
5745
5747
|
--p-button-text-secondary-hover-background: #E8F2F4;
|
|
@@ -5777,6 +5779,45 @@
|
|
|
5777
5779
|
width: 2rem;
|
|
5778
5780
|
color: #4B595C;
|
|
5779
5781
|
}
|
|
5782
|
+
.pv-v2 .p-datepicker-panel {
|
|
5783
|
+
width: fit-content !important;
|
|
5784
|
+
}
|
|
5785
|
+
.pv-v2 .p-datepicker-panel:has(.p-datepicker-month-view),
|
|
5786
|
+
.pv-v2 .p-datepicker-panel:has(.p-datepicker-year-view) {
|
|
5787
|
+
width: max-content !important;
|
|
5788
|
+
}
|
|
5789
|
+
.pv-v2 .p-datepicker-month-view {
|
|
5790
|
+
display: grid;
|
|
5791
|
+
grid-template-columns: repeat(3, max-content);
|
|
5792
|
+
}
|
|
5793
|
+
.pv-v2 .p-datepicker-year-view {
|
|
5794
|
+
display: grid;
|
|
5795
|
+
grid-template-columns: repeat(2, max-content);
|
|
5796
|
+
}
|
|
5797
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-month,
|
|
5798
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-month {
|
|
5799
|
+
margin: 2px;
|
|
5800
|
+
width: 48px;
|
|
5801
|
+
}
|
|
5802
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-year,
|
|
5803
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-year {
|
|
5804
|
+
margin: 2px;
|
|
5805
|
+
width: 56px;
|
|
5806
|
+
}
|
|
5807
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-month-selected,
|
|
5808
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-year-selected,
|
|
5809
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-month-selected,
|
|
5810
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-year-selected {
|
|
5811
|
+
background-color: #16696D;
|
|
5812
|
+
color: white;
|
|
5813
|
+
}
|
|
5814
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
5815
|
+
.pv-v2 .p-datepicker-month-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected),
|
|
5816
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
5817
|
+
.pv-v2 .p-datepicker-year-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected) {
|
|
5818
|
+
background-color: #E4F8F6;
|
|
5819
|
+
color: #121313;
|
|
5820
|
+
}
|
|
5780
5821
|
.pv-v2 .p-datepicker-calendar-container .p-datepicker-header .p-button {
|
|
5781
5822
|
width: 1.5rem;
|
|
5782
5823
|
height: 1.5rem;
|
|
@@ -5792,6 +5833,10 @@
|
|
|
5792
5833
|
.pv-v2 .p-datepicker-calendar-container .p-datepicker-day-selected:active {
|
|
5793
5834
|
background-color: #02363D;
|
|
5794
5835
|
}
|
|
5836
|
+
.pv-v2 .p-datepicker-calendar-container .p-datepicker-day-selected-range {
|
|
5837
|
+
background-color: #E4F8F6;
|
|
5838
|
+
color: #121313;
|
|
5839
|
+
}
|
|
5795
5840
|
.pv-v2 .p-datepicker-calendar-container .p-datepicker-day:not(.p-datepicker-day-selected):not(.p-disabled):active {
|
|
5796
5841
|
background-color: #C7D8DB;
|
|
5797
5842
|
}
|
|
@@ -6547,6 +6547,8 @@ input.select2-search__field::placeholder {
|
|
|
6547
6547
|
--p-datepicker-date-border-radius: 4px;
|
|
6548
6548
|
--p-datepicker-date-padding: 1px;
|
|
6549
6549
|
--p-datepicker-date-selected-background: #16696D;
|
|
6550
|
+
--p-datepicker-date-range-selected-background: #E4F8F6;
|
|
6551
|
+
--p-datepicker-date-range-selected-color: #121313;
|
|
6550
6552
|
--p-datepicker-date-hover-background: #E8F2F4;
|
|
6551
6553
|
--p-datepicker-date-color: #4B595C;
|
|
6552
6554
|
--p-button-text-secondary-hover-background: #E8F2F4;
|
|
@@ -6589,6 +6591,50 @@ input.select2-search__field::placeholder {
|
|
|
6589
6591
|
color: #4B595C;
|
|
6590
6592
|
}
|
|
6591
6593
|
|
|
6594
|
+
.p-datepicker-panel {
|
|
6595
|
+
width: fit-content !important;
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6598
|
+
.p-datepicker-panel:has(.p-datepicker-month-view),
|
|
6599
|
+
.p-datepicker-panel:has(.p-datepicker-year-view) {
|
|
6600
|
+
width: max-content !important;
|
|
6601
|
+
}
|
|
6602
|
+
|
|
6603
|
+
.p-datepicker-month-view {
|
|
6604
|
+
display: grid;
|
|
6605
|
+
grid-template-columns: repeat(3, max-content);
|
|
6606
|
+
}
|
|
6607
|
+
|
|
6608
|
+
.p-datepicker-year-view {
|
|
6609
|
+
display: grid;
|
|
6610
|
+
grid-template-columns: repeat(2, max-content);
|
|
6611
|
+
}
|
|
6612
|
+
|
|
6613
|
+
.p-datepicker-month-view .p-datepicker-month,
|
|
6614
|
+
.p-datepicker-year-view .p-datepicker-month {
|
|
6615
|
+
margin: 2px;
|
|
6616
|
+
width: 48px;
|
|
6617
|
+
}
|
|
6618
|
+
.p-datepicker-month-view .p-datepicker-year,
|
|
6619
|
+
.p-datepicker-year-view .p-datepicker-year {
|
|
6620
|
+
margin: 2px;
|
|
6621
|
+
width: 56px;
|
|
6622
|
+
}
|
|
6623
|
+
.p-datepicker-month-view .p-datepicker-month-selected,
|
|
6624
|
+
.p-datepicker-month-view .p-datepicker-year-selected,
|
|
6625
|
+
.p-datepicker-year-view .p-datepicker-month-selected,
|
|
6626
|
+
.p-datepicker-year-view .p-datepicker-year-selected {
|
|
6627
|
+
background-color: #16696D;
|
|
6628
|
+
color: white;
|
|
6629
|
+
}
|
|
6630
|
+
.p-datepicker-month-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6631
|
+
.p-datepicker-month-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected),
|
|
6632
|
+
.p-datepicker-year-view .p-datepicker-month-selected + .p-datepicker-month-selected:has(+ .p-datepicker-month-selected),
|
|
6633
|
+
.p-datepicker-year-view .p-datepicker-year-selected + .p-datepicker-year-selected:has(+ .p-datepicker-year-selected) {
|
|
6634
|
+
background-color: #E4F8F6;
|
|
6635
|
+
color: #121313;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6592
6638
|
.p-datepicker-calendar-container .p-datepicker-header .p-button {
|
|
6593
6639
|
width: 1.5rem;
|
|
6594
6640
|
height: 1.5rem;
|
|
@@ -6604,6 +6650,10 @@ input.select2-search__field::placeholder {
|
|
|
6604
6650
|
.p-datepicker-calendar-container .p-datepicker-day-selected:active {
|
|
6605
6651
|
background-color: #02363D;
|
|
6606
6652
|
}
|
|
6653
|
+
.p-datepicker-calendar-container .p-datepicker-day-selected-range {
|
|
6654
|
+
background-color: #E4F8F6;
|
|
6655
|
+
color: #121313;
|
|
6656
|
+
}
|
|
6607
6657
|
.p-datepicker-calendar-container .p-datepicker-day:not(.p-datepicker-day-selected):not(.p-disabled):active {
|
|
6608
6658
|
background-color: #C7D8DB;
|
|
6609
6659
|
}
|