@neo4j-ndl/base 3.7.1 → 3.7.3
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/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 +24 -20
- 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/neo4j-ds-styles.css
CHANGED
|
@@ -935,7 +935,7 @@ h6,
|
|
|
935
935
|
line-height:1.25rem;
|
|
936
936
|
}
|
|
937
937
|
.n-label{
|
|
938
|
-
font-family:var(--font-font-family-
|
|
938
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
939
939
|
font-size:var(--font-size-label);
|
|
940
940
|
font-weight:var(--font-weight-bold);
|
|
941
941
|
letter-spacing:0;
|
|
@@ -1282,7 +1282,7 @@ h6,
|
|
|
1282
1282
|
padding-right:12px;
|
|
1283
1283
|
padding-top:2px;
|
|
1284
1284
|
padding-bottom:2px;
|
|
1285
|
-
font-family:var(--font-font-family-
|
|
1285
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
1286
1286
|
font-size:var(--font-size-label);
|
|
1287
1287
|
font-weight:var(--font-weight-bold);
|
|
1288
1288
|
letter-spacing:0;
|
|
@@ -1294,7 +1294,7 @@ h6,
|
|
|
1294
1294
|
padding-right:16px;
|
|
1295
1295
|
padding-top:8px;
|
|
1296
1296
|
padding-bottom:8px;
|
|
1297
|
-
font-family:var(--font-font-family-
|
|
1297
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
1298
1298
|
font-size:var(--font-size-label);
|
|
1299
1299
|
font-weight:var(--font-weight-bold);
|
|
1300
1300
|
letter-spacing:0;
|
|
@@ -1763,7 +1763,7 @@ a.ndl-btn {
|
|
|
1763
1763
|
.ndl-banner.ndl-inline.ndl-danger .ndl-banner-actions a, .ndl-banner.ndl-global.ndl-danger .ndl-banner-actions a {
|
|
1764
1764
|
cursor:pointer;
|
|
1765
1765
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
1766
|
-
font-family:var(--font-font-family-
|
|
1766
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
1767
1767
|
font-size:var(--font-size-label);
|
|
1768
1768
|
font-weight:var(--font-weight-bold);
|
|
1769
1769
|
letter-spacing:0;
|
|
@@ -3720,7 +3720,7 @@ a.ndl-btn {
|
|
|
3720
3720
|
padding-left:16px;
|
|
3721
3721
|
text-align:left;
|
|
3722
3722
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
3723
|
-
font-family:var(--font-font-family-
|
|
3723
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
3724
3724
|
font-size:var(--font-size-label);
|
|
3725
3725
|
font-weight:var(--font-weight-bold);
|
|
3726
3726
|
letter-spacing:0;
|
|
@@ -4483,7 +4483,7 @@ a.ndl-btn {
|
|
|
4483
4483
|
padding-bottom:2px;
|
|
4484
4484
|
padding-left:8px;
|
|
4485
4485
|
padding-right:8px;
|
|
4486
|
-
font-family:var(--font-font-family-
|
|
4486
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
4487
4487
|
font-size:var(--font-size-label);
|
|
4488
4488
|
font-weight:var(--font-weight-bold);
|
|
4489
4489
|
letter-spacing:0;
|
|
@@ -4613,7 +4613,7 @@ a.ndl-btn {
|
|
|
4613
4613
|
width:100%;
|
|
4614
4614
|
min-width:0px;
|
|
4615
4615
|
align-items:center;
|
|
4616
|
-
font-family:var(--font-font-family-
|
|
4616
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
4617
4617
|
font-size:var(--font-size-label);
|
|
4618
4618
|
font-weight:var(--font-weight-bold);
|
|
4619
4619
|
letter-spacing:0;
|
|
@@ -5230,7 +5230,7 @@ a.ndl-btn {
|
|
|
5230
5230
|
padding-right:12px;
|
|
5231
5231
|
padding-top:2px;
|
|
5232
5232
|
padding-bottom:2px;
|
|
5233
|
-
font-family:var(--font-font-family-
|
|
5233
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
5234
5234
|
font-size:var(--font-size-label);
|
|
5235
5235
|
font-weight:var(--font-weight-bold);
|
|
5236
5236
|
letter-spacing:0;
|
|
@@ -5242,7 +5242,7 @@ a.ndl-btn {
|
|
|
5242
5242
|
padding-right:16px;
|
|
5243
5243
|
padding-top:8px;
|
|
5244
5244
|
padding-bottom:8px;
|
|
5245
|
-
font-family:var(--font-font-family-
|
|
5245
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
5246
5246
|
font-size:var(--font-size-label);
|
|
5247
5247
|
font-weight:var(--font-weight-bold);
|
|
5248
5248
|
letter-spacing:0;
|
|
@@ -6203,7 +6203,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6203
6203
|
color:rgb(var(--theme-palette-neutral-border-strong));
|
|
6204
6204
|
--tw-content:'/';
|
|
6205
6205
|
content:var(--tw-content);
|
|
6206
|
-
font-family:var(--font-font-family-
|
|
6206
|
+
font-family:var(--font-font-family-label), sans-serif;
|
|
6207
6207
|
font-size:var(--font-size-label);
|
|
6208
6208
|
font-weight:var(--font-weight-bold);
|
|
6209
6209
|
letter-spacing:0;
|
|
@@ -8032,6 +8032,7 @@ button.ndl-avatar:focus-visible {
|
|
|
8032
8032
|
--side-nav-width-collapsed:52px;
|
|
8033
8033
|
--side-nav-width-expanded:196px;
|
|
8034
8034
|
--side-nav-width:var(--side-nav-width-collapsed);
|
|
8035
|
+
--ndl-side-nav-divider-left-margin:var(--space-4);
|
|
8035
8036
|
}
|
|
8036
8037
|
.ndl-side-nav.ndl-side-nav-root{
|
|
8037
8038
|
width:calc(var(--side-nav-width) + 1px);
|
|
@@ -8246,17 +8247,19 @@ button.ndl-avatar:focus-visible {
|
|
|
8246
8247
|
.ndl-side-nav .ndl-side-nav-category-header {
|
|
8247
8248
|
display:flex;
|
|
8248
8249
|
height:40px;
|
|
8249
|
-
width:100%;
|
|
8250
8250
|
align-items:center;
|
|
8251
|
-
overflow:hidden;
|
|
8252
|
-
text-overflow:ellipsis;
|
|
8253
|
-
white-space:nowrap;
|
|
8254
8251
|
padding-top:8px;
|
|
8255
8252
|
padding-bottom:8px;
|
|
8256
8253
|
padding-left:8px;
|
|
8254
|
+
padding-right:8px;
|
|
8255
|
+
|
|
8256
|
+
width:var(--side-nav-width);
|
|
8257
8257
|
}
|
|
8258
8258
|
.ndl-side-nav .ndl-side-nav-category-header.ndl-side-nav-category-header-expanded {
|
|
8259
8259
|
display:block;
|
|
8260
|
+
overflow:hidden;
|
|
8261
|
+
text-overflow:ellipsis;
|
|
8262
|
+
white-space:nowrap;
|
|
8260
8263
|
padding-left:16px;
|
|
8261
8264
|
}
|
|
8262
8265
|
.ndl-side-nav .ndl-side-nav-footer {
|
|
@@ -8275,14 +8278,15 @@ button.ndl-avatar:focus-visible {
|
|
|
8275
8278
|
transition:var(--transitions-full-quick);
|
|
8276
8279
|
transition-property:visibility, opacity;
|
|
8277
8280
|
}
|
|
8278
|
-
.ndl-side-nav .ndl-side-nav-divider{
|
|
8279
|
-
|
|
8280
|
-
|
|
8281
|
-
margin-bottom:4px;
|
|
8281
|
+
.ndl-side-nav .ndl-side-nav-divider {
|
|
8282
|
+
margin-top:4px;
|
|
8283
|
+
margin-bottom:4px;
|
|
8282
8284
|
margin-left:var(--ndl-side-nav-divider-left-margin);
|
|
8283
8285
|
margin-right:var(--ndl-side-nav-divider-left-margin);
|
|
8284
|
-
width:calc(
|
|
8285
|
-
|
|
8286
|
+
width:calc(
|
|
8287
|
+
var(--side-nav-width) - var(--ndl-side-nav-divider-left-margin) * 2
|
|
8288
|
+
);
|
|
8289
|
+
}
|
|
8286
8290
|
.ndl-side-nav .ndl-side-nav-item-badge {
|
|
8287
8291
|
width:20px;
|
|
8288
8292
|
height:20px;
|
package/lib/tokens/js/tokens.js
CHANGED