@neo4j-ndl/base 3.0.5 → 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 +3 -0
- 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
|
@@ -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