@neo4j-ndl/base 0.10.0 → 0.11.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 Wed, 23 Nov 2022
|
|
423
|
+
* Generated on Wed, 23 Nov 2022 13:14:33 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -2964,6 +2964,9 @@ a.ndl-btn{
|
|
|
2964
2964
|
--tw-bg-opacity: 1;
|
|
2965
2965
|
background-color: rgb(237 18 82 / var(--tw-bg-opacity));
|
|
2966
2966
|
}
|
|
2967
|
+
.drag-and-drop-error-alert{
|
|
2968
|
+
margin-bottom: 1rem;
|
|
2969
|
+
}
|
|
2967
2970
|
/**
|
|
2968
2971
|
*
|
|
2969
2972
|
* Copyright (c) "Neo4j"
|
package/lib/tokens/js/tokens.js
CHANGED