@neo4j-ndl/base 0.9.2 → 0.10.0
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
CHANGED
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -420,7 +420,7 @@ Ensure the default browser behavior of the `hidden` attribute.
|
|
|
420
420
|
*/
|
|
421
421
|
/**
|
|
422
422
|
* Do not edit directly
|
|
423
|
-
* Generated on
|
|
423
|
+
* Generated on Wed, 23 Nov 2022 12:01:35 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -757,6 +757,7 @@ h6,
|
|
|
757
757
|
}
|
|
758
758
|
.ndl-btn.loading{
|
|
759
759
|
cursor: default;
|
|
760
|
+
vertical-align: middle;
|
|
760
761
|
opacity: 0.5;
|
|
761
762
|
}
|
|
762
763
|
.ndl-btn.rectangle{
|
|
@@ -2339,7 +2340,6 @@ a.ndl-btn{
|
|
|
2339
2340
|
margin-bottom: 1rem;
|
|
2340
2341
|
}
|
|
2341
2342
|
.ndl-dialog-description{
|
|
2342
|
-
min-height: 110px;
|
|
2343
2343
|
--tw-text-opacity: 1;
|
|
2344
2344
|
color: rgb(83 91 102 / var(--tw-text-opacity));
|
|
2345
2345
|
}
|
|
@@ -2347,10 +2347,10 @@ a.ndl-btn{
|
|
|
2347
2347
|
min-height: 70px;
|
|
2348
2348
|
}
|
|
2349
2349
|
.ndl-dialog-actions{
|
|
2350
|
-
margin-top:
|
|
2350
|
+
margin-top: 3.5rem;
|
|
2351
2351
|
display: flex;
|
|
2352
2352
|
justify-content: flex-end;
|
|
2353
|
-
gap:
|
|
2353
|
+
gap: 1rem;
|
|
2354
2354
|
}
|
|
2355
2355
|
/**
|
|
2356
2356
|
*
|
package/lib/tokens/js/tokens.js
CHANGED