@neo4j-ndl/base 0.12.0 → 0.12.2
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
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 0.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8fe72a8: Stop CodeBlock internal z indexes from interacting with other components
|
|
8
|
+
|
|
9
|
+
## 0.12.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f86f81c: fix wrong typescale font weight
|
|
14
|
+
|
|
3
15
|
## 0.12.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
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 Thu, 01 Dec 2022
|
|
423
|
+
* Generated on Thu, 01 Dec 2022 10:15:21 GMT
|
|
424
424
|
*/
|
|
425
425
|
:root {
|
|
426
426
|
--border-radius-sm: 4px;
|
|
@@ -3398,6 +3398,7 @@ a.ndl-btn{
|
|
|
3398
3398
|
*/
|
|
3399
3399
|
.ndl-code-block-container{
|
|
3400
3400
|
position: relative;
|
|
3401
|
+
isolation: isolate;
|
|
3401
3402
|
min-height: 90px;
|
|
3402
3403
|
overflow: hidden;
|
|
3403
3404
|
border-radius: 8px;
|
package/lib/tokens/js/tokens.js
CHANGED
package/lib/typescale.js
CHANGED