@indico-data/design-system 3.6.0 → 3.6.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
CHANGED
|
@@ -405,6 +405,7 @@
|
|
|
405
405
|
--pf-font-size-10xl: 6rem; /* 96px */
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
+
:root,
|
|
408
409
|
:root [data-theme=light] {
|
|
409
410
|
--pf-semantic-utility-info-default: var(--pf-secondary-color-450);
|
|
410
411
|
--pf-semantic-utility-info-light: var(--pf-secondary-color-400);
|
|
@@ -6139,7 +6140,7 @@ body div[class*=select__single-value] {
|
|
|
6139
6140
|
background: var(--pf-semantic-background-accent) !important;
|
|
6140
6141
|
}
|
|
6141
6142
|
.tanstack-table__tbody__tr.show-hover:hover td {
|
|
6142
|
-
background-color: var(--pf-semantic-
|
|
6143
|
+
background-color: var(--pf-semantic-background-tertiary) !important;
|
|
6143
6144
|
cursor: pointer;
|
|
6144
6145
|
}
|
|
6145
6146
|
.tanstack-table__tbody__tr.is-clicked td {
|
package/lib/index.esm.css
CHANGED
|
@@ -405,6 +405,7 @@
|
|
|
405
405
|
--pf-font-size-10xl: 6rem; /* 96px */
|
|
406
406
|
}
|
|
407
407
|
|
|
408
|
+
:root,
|
|
408
409
|
:root [data-theme=light] {
|
|
409
410
|
--pf-semantic-utility-info-default: var(--pf-secondary-color-450);
|
|
410
411
|
--pf-semantic-utility-info-light: var(--pf-secondary-color-400);
|
|
@@ -6139,7 +6140,7 @@ body div[class*=select__single-value] {
|
|
|
6139
6140
|
background: var(--pf-semantic-background-accent) !important;
|
|
6140
6141
|
}
|
|
6141
6142
|
.tanstack-table__tbody__tr.show-hover:hover td {
|
|
6142
|
-
background-color: var(--pf-semantic-
|
|
6143
|
+
background-color: var(--pf-semantic-background-tertiary) !important;
|
|
6143
6144
|
cursor: pointer;
|
|
6144
6145
|
}
|
|
6145
6146
|
.tanstack-table__tbody__tr.is-clicked td {
|
package/package.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
// All tokens use --pf-semantic prefix. Eventually the word 'semantic' should be removed.
|
|
6
6
|
// In the meantime, it is helpful to distinguish existing tokens with figma aligned ones
|
|
7
7
|
|
|
8
|
-
// Light Theme
|
|
8
|
+
// Light Theme (default)
|
|
9
|
+
:root,
|
|
9
10
|
:root [data-theme='light'] {
|
|
10
11
|
// Utility Colors
|
|
11
12
|
--pf-semantic-utility-info-default: var(--pf-secondary-color-450);
|