@neo4j-ndl/base 1.3.6 → 1.3.7
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/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.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 +2 -2
- 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/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 Tue, 16 May 2023 11:07:52 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -4136,7 +4136,7 @@ a.ndl-btn{
|
|
|
4136
4136
|
--tw-gradient-from: transparent;
|
|
4137
4137
|
--tw-gradient-to: rgb(0 0 0 / 0);
|
|
4138
4138
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
4139
|
-
--tw-gradient-to: rgb(var(--
|
|
4139
|
+
--tw-gradient-to: rgb(var(--background));
|
|
4140
4140
|
--tw-content: "";
|
|
4141
4141
|
content: var(--tw-content);
|
|
4142
4142
|
}
|
package/lib/tokens/js/tokens.js
CHANGED