@neo4j-ndl/base 1.1.0 → 1.1.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/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 +4 -1
- 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, 11 Apr 2023 12:49:36 GMT
|
|
463
463
|
*/
|
|
464
464
|
:root {
|
|
465
465
|
--transitions-values-properties-default: all;
|
|
@@ -987,6 +987,7 @@ a.ndl-btn{
|
|
|
987
987
|
.ndl-icon-btn.ndl-small {
|
|
988
988
|
width: 24px;
|
|
989
989
|
height: 24px;
|
|
990
|
+
font-size: 16px;
|
|
990
991
|
}
|
|
991
992
|
.ndl-icon-btn.ndl-small .ndl-icon {
|
|
992
993
|
width: 16px;
|
|
@@ -995,6 +996,7 @@ a.ndl-btn{
|
|
|
995
996
|
.ndl-icon-btn.ndl-medium {
|
|
996
997
|
width: 28px;
|
|
997
998
|
height: 28px;
|
|
999
|
+
font-size: 20px;
|
|
998
1000
|
}
|
|
999
1001
|
.ndl-icon-btn.ndl-medium .ndl-icon {
|
|
1000
1002
|
width: 20px;
|
|
@@ -1003,6 +1005,7 @@ a.ndl-btn{
|
|
|
1003
1005
|
.ndl-icon-btn.ndl-large {
|
|
1004
1006
|
width: 40px;
|
|
1005
1007
|
height: 40px;
|
|
1008
|
+
font-size: 24px;
|
|
1006
1009
|
}
|
|
1007
1010
|
.ndl-icon-btn.ndl-large .ndl-icon {
|
|
1008
1011
|
width: 24px;
|
package/lib/tokens/js/tokens.js
CHANGED