@neo4j-ndl/base 2.11.8 → 2.11.9
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 -3
- 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
|
@@ -4376,6 +4376,9 @@ a.ndl-btn {
|
|
|
4376
4376
|
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar-minute {
|
|
4377
4377
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4378
4378
|
}
|
|
4379
|
+
.ndl-dropzone .ndl-dropzone-footer .ndl-dropzone-loading-progress-bar-wrapper .ndl-dropzone-loading-progress-bar {
|
|
4380
|
+
width:260px;
|
|
4381
|
+
}
|
|
4379
4382
|
.ndl-dropzone:not(.ndl-drag-disabled) .ndl-file-support-text {
|
|
4380
4383
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4381
4384
|
}
|
|
@@ -6927,9 +6930,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6927
6930
|
.n-w-48 {
|
|
6928
6931
|
width:192px;
|
|
6929
6932
|
}
|
|
6930
|
-
.n-w-\[150\%\] {
|
|
6931
|
-
width:150%;
|
|
6932
|
-
}
|
|
6933
6933
|
.n-w-full {
|
|
6934
6934
|
width:100%;
|
|
6935
6935
|
}
|
package/lib/tokens/js/tokens.js
CHANGED