@indico-data/design-system 3.14.0 → 3.14.1
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/lib/index.css +4 -23
- package/lib/index.esm.css +4 -23
- package/package.json +1 -1
- package/src/components/tanstackTable/styles/table.scss +5 -29
package/lib/index.css
CHANGED
|
@@ -6030,6 +6030,9 @@ body div[class*=select__single-value] {
|
|
|
6030
6030
|
.tanstack-table__outer-container .tanstack-table__column--is-not-pinned {
|
|
6031
6031
|
opacity: 0.5;
|
|
6032
6032
|
}
|
|
6033
|
+
.tanstack-table__outer-container .tanstack-table__thead__th {
|
|
6034
|
+
border-top: none;
|
|
6035
|
+
}
|
|
6033
6036
|
.tanstack-table__outer-container .tanstack-table__container {
|
|
6034
6037
|
height: calc(100vh - 70px);
|
|
6035
6038
|
grid-template-rows: auto 1fr auto;
|
|
@@ -6041,29 +6044,7 @@ body div[class*=select__single-value] {
|
|
|
6041
6044
|
overflow-y: auto;
|
|
6042
6045
|
background-color: var(--pf-semantic-page-background);
|
|
6043
6046
|
border-radius: var(--pf-border-radius-md);
|
|
6044
|
-
border
|
|
6045
|
-
border-right: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6046
|
-
border-bottom: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6047
|
-
scrollbar-width: thin;
|
|
6048
|
-
scrollbar-color: var(--pf-semantic-border-secondary) var(--pf-semantic-page-background);
|
|
6049
|
-
}
|
|
6050
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar {
|
|
6051
|
-
width: var(--pf-spacing-sm);
|
|
6052
|
-
height: var(--pf-spacing-sm);
|
|
6053
|
-
cursor: pointer;
|
|
6054
|
-
}
|
|
6055
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-track {
|
|
6056
|
-
background: var(--pf-semantic-page-background);
|
|
6057
|
-
border-radius: var(--pf-border-radius-xs);
|
|
6058
|
-
cursor: pointer;
|
|
6059
|
-
}
|
|
6060
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-thumb {
|
|
6061
|
-
background: var(--pf-semantic-border-secondary);
|
|
6062
|
-
border-radius: var(--pf-border-radius-xs);
|
|
6063
|
-
cursor: pointer;
|
|
6064
|
-
}
|
|
6065
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-thumb:hover {
|
|
6066
|
-
background: var(--pf-semantic-background-brand-hover);
|
|
6047
|
+
border: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6067
6048
|
}
|
|
6068
6049
|
|
|
6069
6050
|
.tanstack-table {
|
package/lib/index.esm.css
CHANGED
|
@@ -6030,6 +6030,9 @@ body div[class*=select__single-value] {
|
|
|
6030
6030
|
.tanstack-table__outer-container .tanstack-table__column--is-not-pinned {
|
|
6031
6031
|
opacity: 0.5;
|
|
6032
6032
|
}
|
|
6033
|
+
.tanstack-table__outer-container .tanstack-table__thead__th {
|
|
6034
|
+
border-top: none;
|
|
6035
|
+
}
|
|
6033
6036
|
.tanstack-table__outer-container .tanstack-table__container {
|
|
6034
6037
|
height: calc(100vh - 70px);
|
|
6035
6038
|
grid-template-rows: auto 1fr auto;
|
|
@@ -6041,29 +6044,7 @@ body div[class*=select__single-value] {
|
|
|
6041
6044
|
overflow-y: auto;
|
|
6042
6045
|
background-color: var(--pf-semantic-page-background);
|
|
6043
6046
|
border-radius: var(--pf-border-radius-md);
|
|
6044
|
-
border
|
|
6045
|
-
border-right: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6046
|
-
border-bottom: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6047
|
-
scrollbar-width: thin;
|
|
6048
|
-
scrollbar-color: var(--pf-semantic-border-secondary) var(--pf-semantic-page-background);
|
|
6049
|
-
}
|
|
6050
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar {
|
|
6051
|
-
width: var(--pf-spacing-sm);
|
|
6052
|
-
height: var(--pf-spacing-sm);
|
|
6053
|
-
cursor: pointer;
|
|
6054
|
-
}
|
|
6055
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-track {
|
|
6056
|
-
background: var(--pf-semantic-page-background);
|
|
6057
|
-
border-radius: var(--pf-border-radius-xs);
|
|
6058
|
-
cursor: pointer;
|
|
6059
|
-
}
|
|
6060
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-thumb {
|
|
6061
|
-
background: var(--pf-semantic-border-secondary);
|
|
6062
|
-
border-radius: var(--pf-border-radius-xs);
|
|
6063
|
-
cursor: pointer;
|
|
6064
|
-
}
|
|
6065
|
-
.tanstack-table__outer-container .tanstack-table__container::-webkit-scrollbar-thumb:hover {
|
|
6066
|
-
background: var(--pf-semantic-background-brand-hover);
|
|
6047
|
+
border: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
6067
6048
|
}
|
|
6068
6049
|
|
|
6069
6050
|
.tanstack-table {
|
package/package.json
CHANGED
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
opacity: 0.5;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
.tanstack-table__thead__th {
|
|
14
|
+
border-top: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
13
17
|
.tanstack-table__container {
|
|
14
18
|
height: calc(100vh - 70px);
|
|
15
19
|
grid-template-rows: auto 1fr auto;
|
|
@@ -21,35 +25,7 @@
|
|
|
21
25
|
overflow-y: auto;
|
|
22
26
|
background-color: var(--pf-semantic-page-background);
|
|
23
27
|
border-radius: var(--pf-border-radius-md);
|
|
24
|
-
border
|
|
25
|
-
border-right: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
26
|
-
border-bottom: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
27
|
-
|
|
28
|
-
// Webkit scrollbar styles
|
|
29
|
-
&::-webkit-scrollbar {
|
|
30
|
-
width: var(--pf-spacing-sm);
|
|
31
|
-
height: var(--pf-spacing-sm);
|
|
32
|
-
cursor: pointer;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
&::-webkit-scrollbar-track {
|
|
36
|
-
background: var(--pf-semantic-page-background);
|
|
37
|
-
border-radius: var(--pf-border-radius-xs);
|
|
38
|
-
cursor: pointer;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&::-webkit-scrollbar-thumb {
|
|
42
|
-
background: var(--pf-semantic-border-secondary);
|
|
43
|
-
border-radius: var(--pf-border-radius-xs);
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
&:hover {
|
|
46
|
-
background: var(--pf-semantic-background-brand-hover);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
// Firefox scrollbar styles
|
|
51
|
-
scrollbar-width: thin;
|
|
52
|
-
scrollbar-color: var(--pf-semantic-border-secondary) var(--pf-semantic-page-background);
|
|
28
|
+
border: var(--pf-border-sm) solid var(--pf-semantic-border-secondary);
|
|
53
29
|
}
|
|
54
30
|
}
|
|
55
31
|
|