@neo4j-ndl/base 3.4.2 → 3.4.3
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 +2 -1
- 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
|
@@ -4654,7 +4654,8 @@ a.ndl-btn {
|
|
|
4654
4654
|
left:-3px;
|
|
4655
4655
|
}
|
|
4656
4656
|
.ndl-relationship-label.ndl-selected .ndl-hexagon-end-active,
|
|
4657
|
-
.ndl-relationship-label.ndl-selected .ndl-square-end-active
|
|
4657
|
+
.ndl-relationship-label.ndl-selected .ndl-square-end-active,
|
|
4658
|
+
.ndl-relationship-label.ndl-selected .ndl-relationship-label-lines {
|
|
4658
4659
|
fill:rgb(var(--theme-palette-primary-focus));
|
|
4659
4660
|
}
|
|
4660
4661
|
.ndl-relationship-label.ndl-selected .ndl-relationship-label-container:after {
|
package/lib/tokens/js/tokens.js
CHANGED