@neo4j-ndl/base 3.0.4 → 3.0.6
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 +4 -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
|
@@ -2969,7 +2969,7 @@ a.ndl-btn {
|
|
|
2969
2969
|
right:48px;
|
|
2970
2970
|
}
|
|
2971
2971
|
.ndl-dialog-header {
|
|
2972
|
-
margin-bottom:
|
|
2972
|
+
margin-bottom:8px;
|
|
2973
2973
|
}
|
|
2974
2974
|
.ndl-dialog.ndl-with-close-button .ndl-dialog-header {
|
|
2975
2975
|
margin-right:48px;
|
|
@@ -6700,6 +6700,9 @@ button.ndl-avatar:focus-visible {
|
|
|
6700
6700
|
.ndl-text-input.ndl-read-only.ndl-large .ndl-input-wrapper {
|
|
6701
6701
|
height:20px;
|
|
6702
6702
|
}
|
|
6703
|
+
.ndl-tooltip-content {
|
|
6704
|
+
z-index:50;
|
|
6705
|
+
}
|
|
6703
6706
|
.ndl-tooltip-content.ndl-tooltip-content-simple {
|
|
6704
6707
|
border-radius:8px;
|
|
6705
6708
|
background-color:rgb(var(--theme-palette-neutral-bg-strongest));
|
package/lib/tokens/js/tokens.js
CHANGED