@neo4j-ndl/base 1.7.0 → 1.7.1
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/CHANGELOG.md +6 -0
- 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 +6 -6
- 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/CHANGELOG.md
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -459,7 +459,7 @@ video {
|
|
|
459
459
|
*/
|
|
460
460
|
/**
|
|
461
461
|
* Do not edit directly
|
|
462
|
-
* Generated on
|
|
462
|
+
* Generated on Mon, 19 Jun 2023 08:46:53 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -2852,20 +2852,20 @@ a.ndl-btn{
|
|
|
2852
2852
|
border-color: rgb(var(--palette-neutral-border-weak));
|
|
2853
2853
|
}
|
|
2854
2854
|
.ndl-drawer.ndl-drawer-right .ndl-drawer-header{
|
|
2855
|
-
margin-
|
|
2855
|
+
margin-right: 3rem;
|
|
2856
2856
|
padding-bottom: 1rem;
|
|
2857
|
-
text-align:
|
|
2857
|
+
text-align: left;
|
|
2858
2858
|
}
|
|
2859
2859
|
.ndl-drawer.ndl-drawer-right .ndl-drawer-actions{
|
|
2860
2860
|
margin-top: auto;
|
|
2861
2861
|
display: flex;
|
|
2862
|
-
justify-content: flex-
|
|
2862
|
+
justify-content: flex-end;
|
|
2863
2863
|
gap: 1rem;
|
|
2864
2864
|
padding-top: 1rem;
|
|
2865
2865
|
}
|
|
2866
2866
|
.ndl-drawer.ndl-drawer-right .ndl-drawer-close-button{
|
|
2867
|
-
|
|
2868
|
-
|
|
2867
|
+
left: unset;
|
|
2868
|
+
right: 1rem;
|
|
2869
2869
|
}
|
|
2870
2870
|
.ndl-drawer.ndl-drawer-overlay{
|
|
2871
2871
|
position: absolute;
|
package/lib/tokens/js/tokens.js
CHANGED