@turquoisehealth/pit-viper 2.151.0 → 2.151.1-dev.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 +6 -3
- package/_site/assets/css/pit-viper-consumer.css +10 -7
- package/_site/assets/css/pit-viper-v2-scoped.css +6 -3
- package/_site/assets/css/pit-viper-v2.css +6 -3
- package/_site/assets/css/pit-viper.css +6 -3
- package/package.json +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -4618,8 +4618,8 @@ pv-data-grid.ag-theme-pv {
|
|
|
4618
4618
|
display: grid;
|
|
4619
4619
|
grid-template-columns: 81px 1fr;
|
|
4620
4620
|
grid-template-areas: "sidebar content";
|
|
4621
|
-
|
|
4622
|
-
|
|
4621
|
+
flex: 1;
|
|
4622
|
+
min-height: 0;
|
|
4623
4623
|
}
|
|
4624
4624
|
.pv-layout-primary > [data-grid-area=sidebar],
|
|
4625
4625
|
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
|
|
@@ -4631,7 +4631,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
4631
4631
|
grid-template-rows: auto 1fr;
|
|
4632
4632
|
position: sticky;
|
|
4633
4633
|
top: 0;
|
|
4634
|
-
height:
|
|
4634
|
+
height: 100%;
|
|
4635
4635
|
z-index: 10;
|
|
4636
4636
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #8F939E);
|
|
4637
4637
|
}
|
|
@@ -4682,6 +4682,9 @@ pv-data-grid.ag-theme-pv {
|
|
|
4682
4682
|
|
|
4683
4683
|
body:has(.pv-layout-primary) {
|
|
4684
4684
|
overflow-y: clip;
|
|
4685
|
+
display: flex;
|
|
4686
|
+
flex-direction: column;
|
|
4687
|
+
height: 100dvh;
|
|
4685
4688
|
}
|
|
4686
4689
|
|
|
4687
4690
|
[data-grid-area=sidebar] > footer {
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
@font-face {
|
|
3
3
|
font-family: "GT Standard M";
|
|
4
|
-
src: url(/
|
|
4
|
+
src: url(https://static.turquoise.health/static/fonts/GT-Standard-M-Standard-Regular.woff2) format("woff2");
|
|
5
5
|
font-weight: 400;
|
|
6
6
|
font-style: normal;
|
|
7
7
|
}
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: "GT Standard M";
|
|
10
|
-
src: url(/
|
|
10
|
+
src: url(https://static.turquoise.health/static/fonts/GT-Standard-M-Standard-Medium.woff2) format("woff2");
|
|
11
11
|
font-weight: 500;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
}
|
|
14
14
|
@font-face {
|
|
15
15
|
font-family: "GT Standard L";
|
|
16
|
-
src: url(/
|
|
16
|
+
src: url(https://static.turquoise.health/static/fonts/GT-Standard-L-Standard-Medium.woff2) format("woff2");
|
|
17
17
|
font-weight: 500;
|
|
18
18
|
font-style: normal;
|
|
19
19
|
}
|
|
20
20
|
@font-face {
|
|
21
21
|
font-family: "GT Standard M";
|
|
22
|
-
src: url(/
|
|
22
|
+
src: url(https://static.turquoise.health/static/fonts/GT-Standard-M-Standard-Semibold.woff2) format("woff2");
|
|
23
23
|
font-weight: 600;
|
|
24
24
|
font-style: normal;
|
|
25
25
|
}
|
|
@@ -4624,8 +4624,8 @@ pv-data-grid.ag-theme-pv {
|
|
|
4624
4624
|
display: grid;
|
|
4625
4625
|
grid-template-columns: 81px 1fr;
|
|
4626
4626
|
grid-template-areas: "sidebar content";
|
|
4627
|
-
|
|
4628
|
-
|
|
4627
|
+
flex: 1;
|
|
4628
|
+
min-height: 0;
|
|
4629
4629
|
}
|
|
4630
4630
|
.pv-layout-primary > [data-grid-area=sidebar],
|
|
4631
4631
|
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
|
|
@@ -4637,7 +4637,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
4637
4637
|
grid-template-rows: auto 1fr;
|
|
4638
4638
|
position: sticky;
|
|
4639
4639
|
top: 0;
|
|
4640
|
-
height:
|
|
4640
|
+
height: 100%;
|
|
4641
4641
|
z-index: 10;
|
|
4642
4642
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #E8EBEB);
|
|
4643
4643
|
}
|
|
@@ -4688,6 +4688,9 @@ pv-data-grid.ag-theme-pv {
|
|
|
4688
4688
|
|
|
4689
4689
|
body:has(.pv-layout-primary) {
|
|
4690
4690
|
overflow-y: clip;
|
|
4691
|
+
display: flex;
|
|
4692
|
+
flex-direction: column;
|
|
4693
|
+
height: 100dvh;
|
|
4691
4694
|
}
|
|
4692
4695
|
|
|
4693
4696
|
[data-grid-area=sidebar] > footer {
|
|
@@ -4250,8 +4250,8 @@
|
|
|
4250
4250
|
display: grid;
|
|
4251
4251
|
grid-template-columns: 81px 1fr;
|
|
4252
4252
|
grid-template-areas: "sidebar content";
|
|
4253
|
-
|
|
4254
|
-
|
|
4253
|
+
flex: 1;
|
|
4254
|
+
min-height: 0;
|
|
4255
4255
|
}
|
|
4256
4256
|
.pv-v2 .pv-layout-primary > [data-grid-area=sidebar],
|
|
4257
4257
|
.pv-v2 .pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
|
|
@@ -4263,7 +4263,7 @@
|
|
|
4263
4263
|
grid-template-rows: auto 1fr;
|
|
4264
4264
|
position: sticky;
|
|
4265
4265
|
top: 0;
|
|
4266
|
-
height:
|
|
4266
|
+
height: 100%;
|
|
4267
4267
|
z-index: 10;
|
|
4268
4268
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #E3E7EA);
|
|
4269
4269
|
}
|
|
@@ -4310,6 +4310,9 @@
|
|
|
4310
4310
|
}
|
|
4311
4311
|
.pv-v2 body:has(.pv-layout-primary) {
|
|
4312
4312
|
overflow-y: clip;
|
|
4313
|
+
display: flex;
|
|
4314
|
+
flex-direction: column;
|
|
4315
|
+
height: 100dvh;
|
|
4313
4316
|
}
|
|
4314
4317
|
.pv-v2 [data-grid-area=sidebar] > footer {
|
|
4315
4318
|
display: grid;
|
|
@@ -4618,8 +4618,8 @@ pv-data-grid.ag-theme-pv {
|
|
|
4618
4618
|
display: grid;
|
|
4619
4619
|
grid-template-columns: 81px 1fr;
|
|
4620
4620
|
grid-template-areas: "sidebar content";
|
|
4621
|
-
|
|
4622
|
-
|
|
4621
|
+
flex: 1;
|
|
4622
|
+
min-height: 0;
|
|
4623
4623
|
}
|
|
4624
4624
|
.pv-layout-primary > [data-grid-area=sidebar],
|
|
4625
4625
|
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
|
|
@@ -4631,7 +4631,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
4631
4631
|
grid-template-rows: auto 1fr;
|
|
4632
4632
|
position: sticky;
|
|
4633
4633
|
top: 0;
|
|
4634
|
-
height:
|
|
4634
|
+
height: 100%;
|
|
4635
4635
|
z-index: 10;
|
|
4636
4636
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, #E3E7EA);
|
|
4637
4637
|
}
|
|
@@ -4682,6 +4682,9 @@ pv-data-grid.ag-theme-pv {
|
|
|
4682
4682
|
|
|
4683
4683
|
body:has(.pv-layout-primary) {
|
|
4684
4684
|
overflow-y: clip;
|
|
4685
|
+
display: flex;
|
|
4686
|
+
flex-direction: column;
|
|
4687
|
+
height: 100dvh;
|
|
4685
4688
|
}
|
|
4686
4689
|
|
|
4687
4690
|
[data-grid-area=sidebar] > footer {
|
|
@@ -4623,8 +4623,8 @@ pv-data-grid.ag-theme-pv {
|
|
|
4623
4623
|
display: grid;
|
|
4624
4624
|
grid-template-columns: 81px 1fr;
|
|
4625
4625
|
grid-template-areas: "sidebar content";
|
|
4626
|
-
|
|
4627
|
-
|
|
4626
|
+
flex: 1;
|
|
4627
|
+
min-height: 0;
|
|
4628
4628
|
}
|
|
4629
4629
|
.pv-layout-primary > [data-grid-area=sidebar],
|
|
4630
4630
|
.pv-layout-primary[data-collapsed] > [data-grid-area=sidebar] {
|
|
@@ -4636,7 +4636,7 @@ pv-data-grid.ag-theme-pv {
|
|
|
4636
4636
|
grid-template-rows: auto 1fr;
|
|
4637
4637
|
position: sticky;
|
|
4638
4638
|
top: 0;
|
|
4639
|
-
height:
|
|
4639
|
+
height: 100%;
|
|
4640
4640
|
z-index: 10;
|
|
4641
4641
|
border-inline-end: 1px solid var(--layout-primary-sidebar-border-color, transparent);
|
|
4642
4642
|
}
|
|
@@ -4687,6 +4687,9 @@ pv-data-grid.ag-theme-pv {
|
|
|
4687
4687
|
|
|
4688
4688
|
body:has(.pv-layout-primary) {
|
|
4689
4689
|
overflow-y: clip;
|
|
4690
|
+
display: flex;
|
|
4691
|
+
flex-direction: column;
|
|
4692
|
+
height: 100dvh;
|
|
4690
4693
|
}
|
|
4691
4694
|
|
|
4692
4695
|
[data-grid-area=sidebar] > footer {
|