@neo4j-ndl/base 3.7.4 → 3.7.5
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/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/neo4j-ds-styles.css +5 -4
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -7411,11 +7411,11 @@ button.ndl-avatar:focus-visible {
|
|
|
7411
7411
|
padding:10px;
|
|
7412
7412
|
}
|
|
7413
7413
|
.ndl-chart-legend .ndl-chart-legend-item {
|
|
7414
|
+
margin-right:16px;
|
|
7414
7415
|
display:flex;
|
|
7415
7416
|
align-items:center;
|
|
7416
7417
|
gap:8px;
|
|
7417
7418
|
text-wrap:nowrap;
|
|
7418
|
-
padding-right:16px;
|
|
7419
7419
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
7420
7420
|
}
|
|
7421
7421
|
.ndl-chart-legend .ndl-chart-legend-item:last-child {
|
|
@@ -7427,9 +7427,10 @@ button.ndl-avatar:focus-visible {
|
|
|
7427
7427
|
flex-shrink:0;
|
|
7428
7428
|
border-radius:2px;
|
|
7429
7429
|
}
|
|
7430
|
-
.ndl-chart-legend .ndl-chart-legend-item .ndl-chart-legend-item-square .ndl-chart-legend-item-square-checkmark
|
|
7431
|
-
|
|
7432
|
-
|
|
7430
|
+
.ndl-chart-legend .ndl-chart-legend-item .ndl-chart-legend-item-square .ndl-chart-legend-item-square-checkmark{
|
|
7431
|
+
--tw-text-opacity:1;
|
|
7432
|
+
color:rgb(255 255 255 / var(--tw-text-opacity));
|
|
7433
|
+
}
|
|
7433
7434
|
.ndl-chart-legend .ndl-chart-legend-item.ndl-chart-legend-item-deselected {
|
|
7434
7435
|
text-decoration-line:line-through;
|
|
7435
7436
|
}
|
package/lib/tokens/js/tokens.js
CHANGED