@turquoisehealth/pit-viper 2.230.0 → 2.232.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 +71 -21
- package/_site/assets/css/pit-viper-consumer.css +71 -21
- package/_site/assets/css/pit-viper-v2-scoped.css +62 -21
- package/_site/assets/css/pit-viper-v2.css +71 -21
- package/_site/assets/css/pit-viper.css +71 -21
- 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-action-button-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-hover-action-menu-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-pill-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-v2-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-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +36 -2
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
- package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/types.d.ts +4 -0
- package/pv-components/dist/vue/ai/components/base/PvPill/PvPill.vue.d.ts +5 -0
- package/pv-components/dist/vue/ai/components/base/PvPill/types.d.ts +2 -2
- package/pv-components/dist/vue/ai/components/base/PvRange/PvRange.vue.d.ts +3 -1
- package/pv-components/dist/vue/ai/components/base/PvRange/types.d.ts +9 -1
- package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +36 -2
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvPill/types.d.ts +2 -2
- package/pv-components/dist/vue/base/components/base/PvRange/PvRange.vue.d.ts +3 -1
- package/pv-components/dist/vue/base/components/base/PvRange/types.d.ts +9 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +2504 -2367
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +36 -2
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/usePvFilterPanel.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +2 -2
- package/pv-components/dist/vue/visualizations/components/base/PvRange/PvRange.vue.d.ts +3 -1
- package/pv-components/dist/vue/visualizations/components/base/PvRange/types.d.ts +9 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1034 -955
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +395 -395
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +2409 -2238
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +2176 -1936
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +633 -633
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +19 -19
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +2 -2
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +27 -19
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +153 -147
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +19 -19
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +573 -573
- package/pv-components/dist/web/components/pv-range/pv-range.js +720 -675
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +208 -208
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +19 -19
- package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +267 -267
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +19 -19
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +307 -307
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +19 -19
- package/pv-components/dist/web/pv-components.iife.js +14 -14
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -1612,7 +1612,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1612
1612
|
}
|
|
1613
1613
|
|
|
1614
1614
|
.pv-range {
|
|
1615
|
-
--range-fill-color: #36c5ba;
|
|
1615
|
+
--range-fill-color: var(--color-background-brand-inverse, #36c5ba);
|
|
1616
1616
|
--range-thumb-border-width: 3px;
|
|
1617
1617
|
--range-thumb-size: 20px;
|
|
1618
1618
|
--range-track-color: var(--color-border, #e3e7ea);
|
|
@@ -1803,6 +1803,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1803
1803
|
z-index: 3;
|
|
1804
1804
|
}
|
|
1805
1805
|
|
|
1806
|
+
.pv-range-input-label {
|
|
1807
|
+
flex: 0 0 auto;
|
|
1808
|
+
max-width: 100%;
|
|
1809
|
+
min-width: 0;
|
|
1810
|
+
width: var(--pv-range-input-width, 4.6875rem);
|
|
1811
|
+
}
|
|
1812
|
+
|
|
1813
|
+
.pv-range-input-field {
|
|
1814
|
+
align-items: center;
|
|
1815
|
+
display: flex;
|
|
1816
|
+
position: relative;
|
|
1817
|
+
width: 100%;
|
|
1818
|
+
}
|
|
1819
|
+
.pv-range-input-field .pv-input-text {
|
|
1820
|
+
width: 100%;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1823
|
+
.pv-range-input-icon {
|
|
1824
|
+
color: var(--color-text-subdued, #4B595C);
|
|
1825
|
+
inset-inline-start: 0.75rem;
|
|
1826
|
+
pointer-events: none;
|
|
1827
|
+
position: absolute;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.pv-range-input-field-with-icon .pv-input-text {
|
|
1831
|
+
padding-inline-start: calc(0.75rem + 1.375rem);
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1806
1834
|
.pv-range-tooltip,
|
|
1807
1835
|
.pv-range-dual-tooltip {
|
|
1808
1836
|
background: var(--color-background-inverse, #242626);
|
|
@@ -2406,7 +2434,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2406
2434
|
background-color: #E8FDEA;
|
|
2407
2435
|
}
|
|
2408
2436
|
.pv-toast-success svg:not([class*=pv-button] svg) {
|
|
2409
|
-
fill: #0D6614;
|
|
2437
|
+
fill: var(--toast-success-icon-color, #0D6614);
|
|
2410
2438
|
}
|
|
2411
2439
|
|
|
2412
2440
|
.pv-toast-error {
|
|
@@ -2502,11 +2530,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2502
2530
|
}
|
|
2503
2531
|
|
|
2504
2532
|
.pv-status-red:before {
|
|
2505
|
-
background-color: #
|
|
2533
|
+
background-color: var(--shape-error, #FA6E42);
|
|
2506
2534
|
}
|
|
2507
2535
|
|
|
2508
2536
|
.pv-status-green:before {
|
|
2509
|
-
background-color: #
|
|
2537
|
+
background-color: var(--shape-success, #9DD549);
|
|
2510
2538
|
}
|
|
2511
2539
|
|
|
2512
2540
|
.pv-status-black:before {
|
|
@@ -2514,11 +2542,19 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2514
2542
|
}
|
|
2515
2543
|
|
|
2516
2544
|
.pv-status-purple:before {
|
|
2517
|
-
background-color: #
|
|
2545
|
+
background-color: var(--shape-purple, #DD8EFF);
|
|
2518
2546
|
}
|
|
2519
2547
|
|
|
2520
2548
|
.pv-status-orange:before {
|
|
2521
|
-
background-color: #
|
|
2549
|
+
background-color: var(--shape-warning, #FCB510);
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
.pv-status-blue:before {
|
|
2553
|
+
background-color: var(--shape-blue, #4D9FF2);
|
|
2554
|
+
}
|
|
2555
|
+
|
|
2556
|
+
.pv-status-grey:before {
|
|
2557
|
+
background-color: var(--shape-neutral, #A89F92);
|
|
2522
2558
|
}
|
|
2523
2559
|
|
|
2524
2560
|
.pv-status-yellow:is(th, td) {
|
|
@@ -2526,11 +2562,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2526
2562
|
}
|
|
2527
2563
|
|
|
2528
2564
|
.pv-status-red:is(th, td) {
|
|
2529
|
-
border-color: #
|
|
2565
|
+
border-color: var(--shape-error, #FA6E42);
|
|
2530
2566
|
}
|
|
2531
2567
|
|
|
2532
2568
|
.pv-status-green:is(th, td) {
|
|
2533
|
-
border-color: #
|
|
2569
|
+
border-color: var(--shape-success, #9DD549);
|
|
2534
2570
|
}
|
|
2535
2571
|
|
|
2536
2572
|
.pv-status-black:is(th, td) {
|
|
@@ -2538,11 +2574,19 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2538
2574
|
}
|
|
2539
2575
|
|
|
2540
2576
|
.pv-status-purple:is(th, td) {
|
|
2541
|
-
border-color: #
|
|
2577
|
+
border-color: var(--shape-purple, #DD8EFF);
|
|
2542
2578
|
}
|
|
2543
2579
|
|
|
2544
2580
|
.pv-status-orange:is(th, td) {
|
|
2545
|
-
border-color: #
|
|
2581
|
+
border-color: var(--shape-warning, #FCB510);
|
|
2582
|
+
}
|
|
2583
|
+
|
|
2584
|
+
.pv-status-blue:is(th, td) {
|
|
2585
|
+
border-color: var(--shape-blue, #4D9FF2);
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
.pv-status-grey:is(th, td) {
|
|
2589
|
+
border-color: var(--shape-neutral, #A89F92);
|
|
2546
2590
|
}
|
|
2547
2591
|
|
|
2548
2592
|
.pv-table,
|
|
@@ -3105,6 +3149,12 @@ strong[class*=pv-tag] {
|
|
|
3105
3149
|
color: var(--tag-purple-color, #121313);
|
|
3106
3150
|
}
|
|
3107
3151
|
|
|
3152
|
+
.pv-tag-blue {
|
|
3153
|
+
background-color: var(--tag-blue-background-color, #D1E5F9);
|
|
3154
|
+
border-color: var(--tag-blue-border-color, transparent);
|
|
3155
|
+
color: var(--tag-blue-color, #3B7ABA);
|
|
3156
|
+
}
|
|
3157
|
+
|
|
3108
3158
|
.pv-tag-primary {
|
|
3109
3159
|
background-color: var(--tag-primary-background-color, #13595D);
|
|
3110
3160
|
color: var(--tag-primary-color, #FFFFFF);
|
|
@@ -4328,7 +4378,7 @@ div:has(> pv-figure-details) {
|
|
|
4328
4378
|
|
|
4329
4379
|
.pv-alert-warning {
|
|
4330
4380
|
border-color: #EFC666;
|
|
4331
|
-
background-color: #FFEED9;
|
|
4381
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
4332
4382
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78000' d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm-1.2 5.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v6.4c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V6.8zM12 18.4c-.7 0-1.2-.5-1.2-1.2S11.3 16 12 16s1.2.5 1.2 1.2-.5 1.2-1.2 1.2z'/%3E%3C/svg%3E");
|
|
4333
4383
|
}
|
|
4334
4384
|
|
|
@@ -5573,7 +5623,7 @@ pv-sidebar {
|
|
|
5573
5623
|
}
|
|
5574
5624
|
|
|
5575
5625
|
.pv-surface {
|
|
5576
|
-
background-color: #FFFFFF;
|
|
5626
|
+
background-color: var(--color-background-white, #FFFFFF);
|
|
5577
5627
|
}
|
|
5578
5628
|
|
|
5579
5629
|
.pv-surface-brand-inverse {
|
|
@@ -5593,19 +5643,19 @@ pv-sidebar {
|
|
|
5593
5643
|
}
|
|
5594
5644
|
|
|
5595
5645
|
.pv-surface-warning {
|
|
5596
|
-
background-color: #FFEED9;
|
|
5646
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
5597
5647
|
}
|
|
5598
5648
|
|
|
5599
5649
|
.pv-surface-success {
|
|
5600
|
-
background-color: #E8FDEA;
|
|
5650
|
+
background-color: var(--color-background-success, #E8FDEA);
|
|
5601
5651
|
}
|
|
5602
5652
|
|
|
5603
5653
|
.pv-surface-critical {
|
|
5604
|
-
background-color: #FFEFEB;
|
|
5654
|
+
background-color: var(--color-background-critical, #FFEFEB);
|
|
5605
5655
|
}
|
|
5606
5656
|
|
|
5607
5657
|
.pv-surface-highlight {
|
|
5608
|
-
background-color: #E4F8F6;
|
|
5658
|
+
background-color: var(--color-background-highlight, #E4F8F6);
|
|
5609
5659
|
}
|
|
5610
5660
|
|
|
5611
5661
|
.pv-surface-brand-gradient {
|
|
@@ -5645,19 +5695,19 @@ pv-sidebar {
|
|
|
5645
5695
|
}
|
|
5646
5696
|
|
|
5647
5697
|
.pv-text-red {
|
|
5648
|
-
color: #801A00;
|
|
5698
|
+
color: var(--color-text-red, #801A00);
|
|
5649
5699
|
}
|
|
5650
5700
|
|
|
5651
5701
|
.pv-text-critical {
|
|
5652
|
-
color: #801A00;
|
|
5702
|
+
color: var(--color-text-red, #801A00);
|
|
5653
5703
|
}
|
|
5654
5704
|
|
|
5655
5705
|
.pv-text-warning {
|
|
5656
|
-
color: #804801;
|
|
5706
|
+
color: var(--color-text-warning, #804801);
|
|
5657
5707
|
}
|
|
5658
5708
|
|
|
5659
5709
|
.pv-text-success {
|
|
5660
|
-
color: #0D6614;
|
|
5710
|
+
color: var(--color-text-success, #0D6614);
|
|
5661
5711
|
}
|
|
5662
5712
|
|
|
5663
5713
|
.pv-surface-lighten-5 {
|
|
@@ -6327,7 +6377,7 @@ svg.pv-text-inherit {
|
|
|
6327
6377
|
}
|
|
6328
6378
|
|
|
6329
6379
|
.pv-outline-warning {
|
|
6330
|
-
outline: 1px solid #804801;
|
|
6380
|
+
outline: 1px solid var(--color-border-warning, #804801);
|
|
6331
6381
|
}
|
|
6332
6382
|
|
|
6333
6383
|
.pv-inline-block {
|
|
@@ -1618,7 +1618,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1618
1618
|
}
|
|
1619
1619
|
|
|
1620
1620
|
.pv-range {
|
|
1621
|
-
--range-fill-color: #36c5ba;
|
|
1621
|
+
--range-fill-color: var(--color-background-brand-inverse, #36c5ba);
|
|
1622
1622
|
--range-thumb-border-width: 3px;
|
|
1623
1623
|
--range-thumb-size: 20px;
|
|
1624
1624
|
--range-track-color: var(--color-border, #e3e7ea);
|
|
@@ -1809,6 +1809,34 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
1809
1809
|
z-index: 3;
|
|
1810
1810
|
}
|
|
1811
1811
|
|
|
1812
|
+
.pv-range-input-label {
|
|
1813
|
+
flex: 0 0 auto;
|
|
1814
|
+
max-width: 100%;
|
|
1815
|
+
min-width: 0;
|
|
1816
|
+
width: var(--pv-range-input-width, 4.6875rem);
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
.pv-range-input-field {
|
|
1820
|
+
align-items: center;
|
|
1821
|
+
display: flex;
|
|
1822
|
+
position: relative;
|
|
1823
|
+
width: 100%;
|
|
1824
|
+
}
|
|
1825
|
+
.pv-range-input-field .pv-input-text {
|
|
1826
|
+
width: 100%;
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
.pv-range-input-icon {
|
|
1830
|
+
color: var(--color-text-subdued, #486161);
|
|
1831
|
+
inset-inline-start: 0.75rem;
|
|
1832
|
+
pointer-events: none;
|
|
1833
|
+
position: absolute;
|
|
1834
|
+
}
|
|
1835
|
+
|
|
1836
|
+
.pv-range-input-field-with-icon .pv-input-text {
|
|
1837
|
+
padding-inline-start: calc(0.75rem + 1.375rem);
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1812
1840
|
.pv-range-tooltip,
|
|
1813
1841
|
.pv-range-dual-tooltip {
|
|
1814
1842
|
background: var(--color-background-inverse, #242626);
|
|
@@ -2412,7 +2440,7 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2412
2440
|
background-color: #E8FDEA;
|
|
2413
2441
|
}
|
|
2414
2442
|
.pv-toast-success svg:not([class*=pv-button] svg) {
|
|
2415
|
-
fill: #0E8019;
|
|
2443
|
+
fill: var(--toast-success-icon-color, #0E8019);
|
|
2416
2444
|
}
|
|
2417
2445
|
|
|
2418
2446
|
.pv-toast-error {
|
|
@@ -2508,11 +2536,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2508
2536
|
}
|
|
2509
2537
|
|
|
2510
2538
|
.pv-status-red:before {
|
|
2511
|
-
background-color: #
|
|
2539
|
+
background-color: var(--shape-error, #FA6E42);
|
|
2512
2540
|
}
|
|
2513
2541
|
|
|
2514
2542
|
.pv-status-green:before {
|
|
2515
|
-
background-color: #
|
|
2543
|
+
background-color: var(--shape-success, #9DD549);
|
|
2516
2544
|
}
|
|
2517
2545
|
|
|
2518
2546
|
.pv-status-black:before {
|
|
@@ -2520,11 +2548,19 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2520
2548
|
}
|
|
2521
2549
|
|
|
2522
2550
|
.pv-status-purple:before {
|
|
2523
|
-
background-color: #
|
|
2551
|
+
background-color: var(--shape-purple, #DD8EFF);
|
|
2524
2552
|
}
|
|
2525
2553
|
|
|
2526
2554
|
.pv-status-orange:before {
|
|
2527
|
-
background-color: #
|
|
2555
|
+
background-color: var(--shape-warning, #FCB510);
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
.pv-status-blue:before {
|
|
2559
|
+
background-color: var(--shape-blue, #4D9FF2);
|
|
2560
|
+
}
|
|
2561
|
+
|
|
2562
|
+
.pv-status-grey:before {
|
|
2563
|
+
background-color: var(--shape-neutral, #A89F92);
|
|
2528
2564
|
}
|
|
2529
2565
|
|
|
2530
2566
|
.pv-status-yellow:is(th, td) {
|
|
@@ -2532,11 +2568,11 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2532
2568
|
}
|
|
2533
2569
|
|
|
2534
2570
|
.pv-status-red:is(th, td) {
|
|
2535
|
-
border-color: #
|
|
2571
|
+
border-color: var(--shape-error, #FA6E42);
|
|
2536
2572
|
}
|
|
2537
2573
|
|
|
2538
2574
|
.pv-status-green:is(th, td) {
|
|
2539
|
-
border-color: #
|
|
2575
|
+
border-color: var(--shape-success, #9DD549);
|
|
2540
2576
|
}
|
|
2541
2577
|
|
|
2542
2578
|
.pv-status-black:is(th, td) {
|
|
@@ -2544,11 +2580,19 @@ div:has(> .pv-input-text[data-suffix="%"]) .pv-input-text {
|
|
|
2544
2580
|
}
|
|
2545
2581
|
|
|
2546
2582
|
.pv-status-purple:is(th, td) {
|
|
2547
|
-
border-color: #
|
|
2583
|
+
border-color: var(--shape-purple, #DD8EFF);
|
|
2548
2584
|
}
|
|
2549
2585
|
|
|
2550
2586
|
.pv-status-orange:is(th, td) {
|
|
2551
|
-
border-color: #
|
|
2587
|
+
border-color: var(--shape-warning, #FCB510);
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
.pv-status-blue:is(th, td) {
|
|
2591
|
+
border-color: var(--shape-blue, #4D9FF2);
|
|
2592
|
+
}
|
|
2593
|
+
|
|
2594
|
+
.pv-status-grey:is(th, td) {
|
|
2595
|
+
border-color: var(--shape-neutral, #A89F92);
|
|
2552
2596
|
}
|
|
2553
2597
|
|
|
2554
2598
|
.pv-table,
|
|
@@ -3111,6 +3155,12 @@ strong[class*=pv-tag] {
|
|
|
3111
3155
|
color: var(--tag-purple-color, #1A3A39);
|
|
3112
3156
|
}
|
|
3113
3157
|
|
|
3158
|
+
.pv-tag-blue {
|
|
3159
|
+
background-color: var(--tag-blue-background-color, #D1E5F9);
|
|
3160
|
+
border-color: var(--tag-blue-border-color, transparent);
|
|
3161
|
+
color: var(--tag-blue-color, #3B7ABA);
|
|
3162
|
+
}
|
|
3163
|
+
|
|
3114
3164
|
.pv-tag-primary {
|
|
3115
3165
|
background-color: var(--tag-primary-background-color, #147F85);
|
|
3116
3166
|
color: var(--tag-primary-color, #FFFFFF);
|
|
@@ -4334,7 +4384,7 @@ div:has(> pv-figure-details) {
|
|
|
4334
4384
|
|
|
4335
4385
|
.pv-alert-warning {
|
|
4336
4386
|
border-color: #EFC666;
|
|
4337
|
-
background-color: #FFEED9;
|
|
4387
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
4338
4388
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78000' d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm-1.2 5.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v6.4c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V6.8zM12 18.4c-.7 0-1.2-.5-1.2-1.2S11.3 16 12 16s1.2.5 1.2 1.2-.5 1.2-1.2 1.2z'/%3E%3C/svg%3E");
|
|
4339
4389
|
}
|
|
4340
4390
|
|
|
@@ -5393,7 +5443,7 @@ body:has(> .pv-layout-primary) {
|
|
|
5393
5443
|
}
|
|
5394
5444
|
|
|
5395
5445
|
.pv-surface {
|
|
5396
|
-
background-color: #FFFFFF;
|
|
5446
|
+
background-color: var(--color-background-white, #FFFFFF);
|
|
5397
5447
|
}
|
|
5398
5448
|
|
|
5399
5449
|
.pv-surface-brand-inverse {
|
|
@@ -5413,19 +5463,19 @@ body:has(> .pv-layout-primary) {
|
|
|
5413
5463
|
}
|
|
5414
5464
|
|
|
5415
5465
|
.pv-surface-warning {
|
|
5416
|
-
background-color: #FFEED9;
|
|
5466
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
5417
5467
|
}
|
|
5418
5468
|
|
|
5419
5469
|
.pv-surface-success {
|
|
5420
|
-
background-color: #E8FDEA;
|
|
5470
|
+
background-color: var(--color-background-success, #E8FDEA);
|
|
5421
5471
|
}
|
|
5422
5472
|
|
|
5423
5473
|
.pv-surface-critical {
|
|
5424
|
-
background-color: #FFEFEB;
|
|
5474
|
+
background-color: var(--color-background-critical, #FFEFEB);
|
|
5425
5475
|
}
|
|
5426
5476
|
|
|
5427
5477
|
.pv-surface-highlight {
|
|
5428
|
-
background-color: #E4F8F6;
|
|
5478
|
+
background-color: var(--color-background-highlight, #E4F8F6);
|
|
5429
5479
|
}
|
|
5430
5480
|
|
|
5431
5481
|
.pv-surface-brand-gradient {
|
|
@@ -5465,19 +5515,19 @@ body:has(> .pv-layout-primary) {
|
|
|
5465
5515
|
}
|
|
5466
5516
|
|
|
5467
5517
|
.pv-text-red {
|
|
5468
|
-
color: #FF471A;
|
|
5518
|
+
color: var(--color-text-red, #FF471A);
|
|
5469
5519
|
}
|
|
5470
5520
|
|
|
5471
5521
|
.pv-text-critical {
|
|
5472
|
-
color: #FF471A;
|
|
5522
|
+
color: var(--color-text-red, #FF471A);
|
|
5473
5523
|
}
|
|
5474
5524
|
|
|
5475
5525
|
.pv-text-warning {
|
|
5476
|
-
color: #B26500;
|
|
5526
|
+
color: var(--color-text-warning, #B26500);
|
|
5477
5527
|
}
|
|
5478
5528
|
|
|
5479
5529
|
.pv-text-success {
|
|
5480
|
-
color: #0E8019;
|
|
5530
|
+
color: var(--color-text-success, #0E8019);
|
|
5481
5531
|
}
|
|
5482
5532
|
|
|
5483
5533
|
.pv-surface-lighten-5 {
|
|
@@ -6147,7 +6197,7 @@ svg.pv-text-inherit {
|
|
|
6147
6197
|
}
|
|
6148
6198
|
|
|
6149
6199
|
.pv-outline-warning {
|
|
6150
|
-
outline: 1px solid #E78200;
|
|
6200
|
+
outline: 1px solid var(--color-border-warning, #E78200);
|
|
6151
6201
|
}
|
|
6152
6202
|
|
|
6153
6203
|
.pv-inline-block {
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
line-height: 1.09090909;
|
|
1491
1491
|
}
|
|
1492
1492
|
.pv-v2 .pv-range {
|
|
1493
|
-
--range-fill-color: #36c5ba;
|
|
1493
|
+
--range-fill-color: var(--color-background-brand-inverse, #36c5ba);
|
|
1494
1494
|
--range-thumb-border-width: 3px;
|
|
1495
1495
|
--range-thumb-size: 20px;
|
|
1496
1496
|
--range-track-color: var(--color-border, #e3e7ea);
|
|
@@ -1660,6 +1660,30 @@
|
|
|
1660
1660
|
.pv-v2 .pv-range-dual-native-max {
|
|
1661
1661
|
z-index: 3;
|
|
1662
1662
|
}
|
|
1663
|
+
.pv-v2 .pv-range-input-label {
|
|
1664
|
+
flex: 0 0 auto;
|
|
1665
|
+
max-width: 100%;
|
|
1666
|
+
min-width: 0;
|
|
1667
|
+
width: var(--pv-range-input-width, 4.6875rem);
|
|
1668
|
+
}
|
|
1669
|
+
.pv-v2 .pv-range-input-field {
|
|
1670
|
+
align-items: center;
|
|
1671
|
+
display: flex;
|
|
1672
|
+
position: relative;
|
|
1673
|
+
width: 100%;
|
|
1674
|
+
}
|
|
1675
|
+
.pv-v2 .pv-range-input-field .pv-input-text {
|
|
1676
|
+
width: 100%;
|
|
1677
|
+
}
|
|
1678
|
+
.pv-v2 .pv-range-input-icon {
|
|
1679
|
+
color: var(--color-text-subdued, #4B595C);
|
|
1680
|
+
inset-inline-start: 0.75rem;
|
|
1681
|
+
pointer-events: none;
|
|
1682
|
+
position: absolute;
|
|
1683
|
+
}
|
|
1684
|
+
.pv-v2 .pv-range-input-field-with-icon .pv-input-text {
|
|
1685
|
+
padding-inline-start: calc(0.75rem + 1.375rem);
|
|
1686
|
+
}
|
|
1663
1687
|
.pv-v2 .pv-range-tooltip,
|
|
1664
1688
|
.pv-v2 .pv-range-dual-tooltip {
|
|
1665
1689
|
background: var(--color-background-inverse, #242626);
|
|
@@ -2211,7 +2235,7 @@
|
|
|
2211
2235
|
background-color: #E8FDEA;
|
|
2212
2236
|
}
|
|
2213
2237
|
.pv-v2 .pv-toast-success svg:not([class*=pv-button] svg) {
|
|
2214
|
-
fill: #0E8019;
|
|
2238
|
+
fill: var(--toast-success-icon-color, #0E8019);
|
|
2215
2239
|
}
|
|
2216
2240
|
.pv-v2 .pv-toast-error {
|
|
2217
2241
|
background-color: #FFEFEB;
|
|
@@ -2297,37 +2321,49 @@
|
|
|
2297
2321
|
background-color: #FED732;
|
|
2298
2322
|
}
|
|
2299
2323
|
.pv-v2 .pv-status-red:before {
|
|
2300
|
-
background-color: #
|
|
2324
|
+
background-color: var(--shape-error, #FA6E42);
|
|
2301
2325
|
}
|
|
2302
2326
|
.pv-v2 .pv-status-green:before {
|
|
2303
|
-
background-color: #
|
|
2327
|
+
background-color: var(--shape-success, #9DD549);
|
|
2304
2328
|
}
|
|
2305
2329
|
.pv-v2 .pv-status-black:before {
|
|
2306
2330
|
background-color: #02363D;
|
|
2307
2331
|
}
|
|
2308
2332
|
.pv-v2 .pv-status-purple:before {
|
|
2309
|
-
background-color: #
|
|
2333
|
+
background-color: var(--shape-purple, #DD8EFF);
|
|
2310
2334
|
}
|
|
2311
2335
|
.pv-v2 .pv-status-orange:before {
|
|
2312
|
-
background-color: #
|
|
2336
|
+
background-color: var(--shape-warning, #FCB510);
|
|
2337
|
+
}
|
|
2338
|
+
.pv-v2 .pv-status-blue:before {
|
|
2339
|
+
background-color: var(--shape-blue, #4D9FF2);
|
|
2340
|
+
}
|
|
2341
|
+
.pv-v2 .pv-status-grey:before {
|
|
2342
|
+
background-color: var(--shape-neutral, #A89F92);
|
|
2313
2343
|
}
|
|
2314
2344
|
.pv-v2 .pv-status-yellow:is(th, td) {
|
|
2315
2345
|
border-color: #FED732;
|
|
2316
2346
|
}
|
|
2317
2347
|
.pv-v2 .pv-status-red:is(th, td) {
|
|
2318
|
-
border-color: #
|
|
2348
|
+
border-color: var(--shape-error, #FA6E42);
|
|
2319
2349
|
}
|
|
2320
2350
|
.pv-v2 .pv-status-green:is(th, td) {
|
|
2321
|
-
border-color: #
|
|
2351
|
+
border-color: var(--shape-success, #9DD549);
|
|
2322
2352
|
}
|
|
2323
2353
|
.pv-v2 .pv-status-black:is(th, td) {
|
|
2324
2354
|
border-color: #02363D;
|
|
2325
2355
|
}
|
|
2326
2356
|
.pv-v2 .pv-status-purple:is(th, td) {
|
|
2327
|
-
border-color: #
|
|
2357
|
+
border-color: var(--shape-purple, #DD8EFF);
|
|
2328
2358
|
}
|
|
2329
2359
|
.pv-v2 .pv-status-orange:is(th, td) {
|
|
2330
|
-
border-color: #
|
|
2360
|
+
border-color: var(--shape-warning, #FCB510);
|
|
2361
|
+
}
|
|
2362
|
+
.pv-v2 .pv-status-blue:is(th, td) {
|
|
2363
|
+
border-color: var(--shape-blue, #4D9FF2);
|
|
2364
|
+
}
|
|
2365
|
+
.pv-v2 .pv-status-grey:is(th, td) {
|
|
2366
|
+
border-color: var(--shape-neutral, #A89F92);
|
|
2331
2367
|
}
|
|
2332
2368
|
.pv-v2 .pv-table,
|
|
2333
2369
|
.pv-v2 .pv-table-compressed {
|
|
@@ -2837,6 +2873,11 @@
|
|
|
2837
2873
|
border-color: var(--tag-purple-border-color, transparent);
|
|
2838
2874
|
color: var(--tag-purple-color, #121313);
|
|
2839
2875
|
}
|
|
2876
|
+
.pv-v2 .pv-tag-blue {
|
|
2877
|
+
background-color: var(--tag-blue-background-color, #D1E5F9);
|
|
2878
|
+
border-color: var(--tag-blue-border-color, transparent);
|
|
2879
|
+
color: var(--tag-blue-color, #3B7ABA);
|
|
2880
|
+
}
|
|
2840
2881
|
.pv-v2 .pv-tag-primary {
|
|
2841
2882
|
background-color: var(--tag-primary-background-color, #16696D);
|
|
2842
2883
|
color: var(--tag-primary-color, #FFFFFF);
|
|
@@ -3978,7 +4019,7 @@
|
|
|
3978
4019
|
}
|
|
3979
4020
|
.pv-v2 .pv-alert-warning {
|
|
3980
4021
|
border-color: #EFC666;
|
|
3981
|
-
background-color: #FFEED9;
|
|
4022
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
3982
4023
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23b78000' d='M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm-1.2 5.8c0-.7.5-1.2 1.2-1.2s1.2.5 1.2 1.2v6.4c0 .7-.5 1.2-1.2 1.2s-1.2-.5-1.2-1.2V6.8zM12 18.4c-.7 0-1.2-.5-1.2-1.2S11.3 16 12 16s1.2.5 1.2 1.2-.5 1.2-1.2 1.2z'/%3E%3C/svg%3E");
|
|
3983
4024
|
}
|
|
3984
4025
|
.pv-v2 body:has(.pv-drawer) {
|
|
@@ -4933,7 +4974,7 @@
|
|
|
4933
4974
|
background-color: var(--color-background-accent, #F7F8F8);
|
|
4934
4975
|
}
|
|
4935
4976
|
.pv-v2 .pv-surface {
|
|
4936
|
-
background-color: #FFFFFF;
|
|
4977
|
+
background-color: var(--color-background-white, #FFFFFF);
|
|
4937
4978
|
}
|
|
4938
4979
|
.pv-v2 .pv-surface-brand-inverse {
|
|
4939
4980
|
background-color: var(--color-background-brand-inverse, #176F6F);
|
|
@@ -4948,16 +4989,16 @@
|
|
|
4948
4989
|
background-color: var(--color-background-inverse, #242626);
|
|
4949
4990
|
}
|
|
4950
4991
|
.pv-v2 .pv-surface-warning {
|
|
4951
|
-
background-color: #FFEED9;
|
|
4992
|
+
background-color: var(--color-background-warning, #FFEED9);
|
|
4952
4993
|
}
|
|
4953
4994
|
.pv-v2 .pv-surface-success {
|
|
4954
|
-
background-color: #E8FDEA;
|
|
4995
|
+
background-color: var(--color-background-success, #E8FDEA);
|
|
4955
4996
|
}
|
|
4956
4997
|
.pv-v2 .pv-surface-critical {
|
|
4957
|
-
background-color: #FFEFEB;
|
|
4998
|
+
background-color: var(--color-background-critical, #FFEFEB);
|
|
4958
4999
|
}
|
|
4959
5000
|
.pv-v2 .pv-surface-highlight {
|
|
4960
|
-
background-color: #E4F8F6;
|
|
5001
|
+
background-color: var(--color-background-highlight, #E4F8F6);
|
|
4961
5002
|
}
|
|
4962
5003
|
.pv-v2 .pv-surface-brand-gradient {
|
|
4963
5004
|
background: var(--color-background-brand-gradient, linear-gradient(109deg, #176F6F 0%, #02363D 100%));
|
|
@@ -4987,16 +5028,16 @@
|
|
|
4987
5028
|
color: var(--color-text-brand-inverse, #E4F8F6);
|
|
4988
5029
|
}
|
|
4989
5030
|
.pv-v2 .pv-text-red {
|
|
4990
|
-
color: #FF471A;
|
|
5031
|
+
color: var(--color-text-red, #FF471A);
|
|
4991
5032
|
}
|
|
4992
5033
|
.pv-v2 .pv-text-critical {
|
|
4993
|
-
color: #FF471A;
|
|
5034
|
+
color: var(--color-text-red, #FF471A);
|
|
4994
5035
|
}
|
|
4995
5036
|
.pv-v2 .pv-text-warning {
|
|
4996
|
-
color: #B26500;
|
|
5037
|
+
color: var(--color-text-warning, #B26500);
|
|
4997
5038
|
}
|
|
4998
5039
|
.pv-v2 .pv-text-success {
|
|
4999
|
-
color: #0E8019;
|
|
5040
|
+
color: var(--color-text-success, #0E8019);
|
|
5000
5041
|
}
|
|
5001
5042
|
.pv-v2 .pv-surface-lighten-5 {
|
|
5002
5043
|
background-color: var(--color-text-secondary-lighten-5, #E0E5E4);
|
|
@@ -5551,7 +5592,7 @@
|
|
|
5551
5592
|
box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
|
|
5552
5593
|
}
|
|
5553
5594
|
.pv-v2 .pv-outline-warning {
|
|
5554
|
-
outline: 1px solid #E78200;
|
|
5595
|
+
outline: 1px solid var(--color-border-warning, #E78200);
|
|
5555
5596
|
}
|
|
5556
5597
|
.pv-v2 .pv-inline-block {
|
|
5557
5598
|
display: inline-block;
|