@neo4j-ndl/base 2.0.0-alpha-5e223d7 → 2.0.0-alpha-2599d3c
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/lib/NOTICE.txt +4 -2
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/storybook-design-token.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 +26 -52
- 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/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/lib/NOTICE.txt
CHANGED
|
@@ -77,8 +77,10 @@ Third-party licenses
|
|
|
77
77
|
│ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
|
|
78
78
|
│ │ ├─ VendorName: Greg Bergé
|
|
79
79
|
│ │ └─ VendorUrl: https://react-svgr.com
|
|
80
|
-
│ ├─ [38;5;166m@table-nav/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:0.0.
|
|
81
|
-
│
|
|
80
|
+
│ ├─ [38;5;166m@table-nav/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:0.0.7[39m (via [38;5;37mnpm:0.0.7[39m)
|
|
81
|
+
│ │ └─ URL: https://github.com/konsalex/table-nav
|
|
82
|
+
│ ├─ [38;5;166m@table-nav/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:0.0.7 [a2e03][39m (via [38;5;37mnpm:0.0.7 [a2e03][39m)
|
|
83
|
+
│ │ └─ URL: https://github.com/konsalex/table-nav
|
|
82
84
|
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.9.3 [a2e03][39m (via [38;5;37mnpm:^8.9.3 [a2e03][39m)
|
|
83
85
|
│ │ ├─ URL: git+https://github.com/tanstack/table.git
|
|
84
86
|
│ │ ├─ VendorName: Tanner Linsley
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -5049,63 +5049,37 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5049
5049
|
opacity:100%;
|
|
5050
5050
|
}
|
|
5051
5051
|
.ndl-text-link{
|
|
5052
|
-
color:
|
|
5052
|
+
color:rgb(var(--theme-palette-primary-text));
|
|
5053
5053
|
text-decoration-line:underline;
|
|
5054
|
+
display:flex;
|
|
5055
|
+
flex-direction:row;
|
|
5056
|
+
gap:4px;
|
|
5054
5057
|
}
|
|
5055
|
-
.ndl-text-link
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5058
|
+
.ndl-text-link > div{
|
|
5059
|
+
flex-shrink:0;
|
|
5060
|
+
}
|
|
5061
|
+
.ndl-text-link .ndl-external-link-icon{
|
|
5062
|
+
width:12px;
|
|
5063
|
+
height:12px;
|
|
5064
|
+
}
|
|
5059
5065
|
.ndl-text-link:hover{
|
|
5060
|
-
|
|
5061
|
-
}
|
|
5066
|
+
color:rgb(var(--theme-palette-primary-hover-strong));
|
|
5067
|
+
}
|
|
5062
5068
|
.ndl-text-link:active{
|
|
5063
|
-
|
|
5064
|
-
}
|
|
5069
|
+
color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5070
|
+
}
|
|
5065
5071
|
.ndl-text-link:focus-visible{
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5070
|
-
|
|
5071
|
-
|
|
5072
|
-
}
|
|
5073
|
-
.ndl-text-link.ndl-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
margin:0 0 0 0.15em;
|
|
5078
|
-
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23006FD6"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5079
|
-
mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23006FD6"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5080
|
-
background-color:rgba(var(--theme-palette-primary-text), 1);
|
|
5081
|
-
display:inline-block;
|
|
5082
|
-
vertical-align:text-top;
|
|
5083
|
-
}
|
|
5084
|
-
.ndl-text-link.ndl-external-link.ndl-disabled-text-link::after{
|
|
5085
|
-
content:'';
|
|
5086
|
-
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23B2B7BD"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5087
|
-
mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23B2B7BD"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5088
|
-
background-color:rgba(var(--theme-palette-neutral-text-weakest), 1);
|
|
5089
|
-
pointer-events:none;
|
|
5090
|
-
}
|
|
5091
|
-
.ndl-text-link:hover.ndl-external-link::after{
|
|
5092
|
-
content:'';
|
|
5093
|
-
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%230056B3"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5094
|
-
mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%230056B3"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5095
|
-
background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
|
|
5096
|
-
}
|
|
5097
|
-
.ndl-text-link:active.ndl-external-link::after{
|
|
5098
|
-
content:'';
|
|
5099
|
-
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5100
|
-
mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5101
|
-
background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
|
|
5102
|
-
}
|
|
5103
|
-
.ndl-text-link:focus-visible.ndl-external-link::after{
|
|
5104
|
-
content:'';
|
|
5105
|
-
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5106
|
-
mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2.0" aria-hidden="true" stroke="%23004092"><path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>');
|
|
5107
|
-
background-color:rgba(var(--theme-palette-primary-hover-strong), 1);
|
|
5108
|
-
}
|
|
5072
|
+
color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5073
|
+
box-sizing:border-box;
|
|
5074
|
+
border-radius:4px;
|
|
5075
|
+
outline:0;
|
|
5076
|
+
padding:0 4px;
|
|
5077
|
+
border:px solid rgb(var(--theme-palette-primary-focus));
|
|
5078
|
+
}
|
|
5079
|
+
.ndl-text-link.ndl-disabled-text-link{
|
|
5080
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
5081
|
+
pointer-events:none;
|
|
5082
|
+
}
|
|
5109
5083
|
.ndl-textarea .ndl-textarea-wrapper{
|
|
5110
5084
|
position:relative;
|
|
5111
5085
|
width:100%;
|
package/lib/tokens/js/tokens.js
CHANGED