@neo4j-ndl/base 3.3.10 → 3.3.12
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 +43 -48
- 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
|
@@ -1137,7 +1137,6 @@ h6,
|
|
|
1137
1137
|
height:auto;
|
|
1138
1138
|
}
|
|
1139
1139
|
.ndl-accordion .ndl-accordion-item-header-button {
|
|
1140
|
-
position:relative;
|
|
1141
1140
|
box-sizing:border-box;
|
|
1142
1141
|
display:flex;
|
|
1143
1142
|
flex-shrink:0;
|
|
@@ -1180,13 +1179,6 @@ h6,
|
|
|
1180
1179
|
height:0px;
|
|
1181
1180
|
overflow:hidden;
|
|
1182
1181
|
}
|
|
1183
|
-
.ndl-accordion .ndl-accordion-item-content:focus-visible {
|
|
1184
|
-
border-radius:4px;
|
|
1185
|
-
outline-style:solid;
|
|
1186
|
-
outline-width:2px;
|
|
1187
|
-
outline-offset:1px;
|
|
1188
|
-
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
1189
|
-
}
|
|
1190
1182
|
.ndl-accordion .ndl-accordion-item-content-expanded {
|
|
1191
1183
|
display:block;
|
|
1192
1184
|
height:auto;
|
|
@@ -1233,7 +1225,7 @@ h6,
|
|
|
1233
1225
|
padding:8px;
|
|
1234
1226
|
}
|
|
1235
1227
|
.ndl-accordion .ndl-accordion-item-clean .ndl-accordion-item-header-button:focus-visible {
|
|
1236
|
-
outline-offset:
|
|
1228
|
+
outline-offset:2px;
|
|
1237
1229
|
}
|
|
1238
1230
|
.ndl-btn{
|
|
1239
1231
|
transition:background-color var(--transitions-stripped-quick);
|
|
@@ -2230,7 +2222,7 @@ a.ndl-btn {
|
|
|
2230
2222
|
.ndl-form-item.ndl-has-error input:not(:active):not(:focus) {
|
|
2231
2223
|
outline-style:solid;
|
|
2232
2224
|
outline-width:2px;
|
|
2233
|
-
outline-offset:-
|
|
2225
|
+
outline-offset:-2px;
|
|
2234
2226
|
outline-color:rgb(var(--theme-palette-danger-border-strong));
|
|
2235
2227
|
}
|
|
2236
2228
|
.ndl-form-item.ndl-has-error .ndl-form-msg {
|
|
@@ -3480,7 +3472,7 @@ a.ndl-btn {
|
|
|
3480
3472
|
}
|
|
3481
3473
|
.ndl-data-grid-root .ndl-data-grid-scrollable:focus:focus-visible {
|
|
3482
3474
|
outline-width:2px;
|
|
3483
|
-
outline-offset:
|
|
3475
|
+
outline-offset:0px;
|
|
3484
3476
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
3485
3477
|
}
|
|
3486
3478
|
.ndl-data-grid-root .ndl-data-grid-scrollable:has(+ .ndl-data-grid-navigation)
|
|
@@ -3645,6 +3637,7 @@ a.ndl-btn {
|
|
|
3645
3637
|
position:relative;
|
|
3646
3638
|
box-sizing:border-box;
|
|
3647
3639
|
display:flex;
|
|
3640
|
+
height:40px;
|
|
3648
3641
|
border-collapse:separate;
|
|
3649
3642
|
-webkit-user-select:none;
|
|
3650
3643
|
-moz-user-select:none;
|
|
@@ -3654,6 +3647,10 @@ a.ndl-btn {
|
|
|
3654
3647
|
justify-content:space-between;
|
|
3655
3648
|
gap:4px;
|
|
3656
3649
|
white-space:nowrap;
|
|
3650
|
+
padding-top:10px;
|
|
3651
|
+
padding-bottom:10px;
|
|
3652
|
+
padding-right:12px;
|
|
3653
|
+
padding-left:16px;
|
|
3657
3654
|
text-align:left;
|
|
3658
3655
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
3659
3656
|
font-family:var(--font-font-family-body-label), sans-serif;
|
|
@@ -3690,13 +3687,12 @@ a.ndl-btn {
|
|
|
3690
3687
|
gap:4px;
|
|
3691
3688
|
overflow:hidden;
|
|
3692
3689
|
text-overflow:ellipsis;
|
|
3693
|
-
margin-right:8px;
|
|
3694
3690
|
width:auto;
|
|
3695
3691
|
justify-content:space-between;
|
|
3696
3692
|
}
|
|
3697
3693
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-group:focus-visible {
|
|
3698
3694
|
outline-width:2px;
|
|
3699
|
-
outline-offset
|
|
3695
|
+
outline-offset:2px;
|
|
3700
3696
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
3701
3697
|
}
|
|
3702
3698
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-cell{
|
|
@@ -3707,10 +3703,6 @@ a.ndl-btn {
|
|
|
3707
3703
|
flex-direction:row;
|
|
3708
3704
|
align-items:center;
|
|
3709
3705
|
gap:4px;
|
|
3710
|
-
padding-top:10px;
|
|
3711
|
-
padding-bottom:10px;
|
|
3712
|
-
padding-right:12px;
|
|
3713
|
-
padding-left:16px;
|
|
3714
3706
|
}
|
|
3715
3707
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th .ndl-header-cell .ndl-header-icon{
|
|
3716
3708
|
min-width:16px;
|
|
@@ -3725,7 +3717,6 @@ a.ndl-btn {
|
|
|
3725
3717
|
flex-direction:row;
|
|
3726
3718
|
align-items:center;
|
|
3727
3719
|
gap:4px;
|
|
3728
|
-
padding:4px;
|
|
3729
3720
|
}
|
|
3730
3721
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-th.ndl-data-grid-is-resizing{
|
|
3731
3722
|
background-color:var(--data-grid-hover-color);
|
|
@@ -4242,8 +4233,9 @@ a.ndl-btn {
|
|
|
4242
4233
|
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
4243
4234
|
padding-top:4px;
|
|
4244
4235
|
padding-bottom:4px;
|
|
4245
|
-
outline-width:1px
|
|
4246
|
-
outline-
|
|
4236
|
+
outline-width:1px;
|
|
4237
|
+
outline-offset:-1px;
|
|
4238
|
+
outline-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
4247
4239
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4248
4240
|
font-size:var(--font-size-body-medium);
|
|
4249
4241
|
font-weight:var(--font-weight-normal);
|
|
@@ -4251,10 +4243,9 @@ a.ndl-btn {
|
|
|
4251
4243
|
line-height:1.25rem;
|
|
4252
4244
|
}
|
|
4253
4245
|
.ndl-select-control:focus-within {
|
|
4254
|
-
|
|
4255
|
-
outline-
|
|
4256
|
-
outline-
|
|
4257
|
-
outline-color:rgb(var(--theme-palette-primary-focus)) !important;
|
|
4246
|
+
outline-width:2px;
|
|
4247
|
+
outline-offset:-2px;
|
|
4248
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
4258
4249
|
}
|
|
4259
4250
|
.ndl-select-control:hover {
|
|
4260
4251
|
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
@@ -4288,14 +4279,16 @@ a.ndl-btn {
|
|
|
4288
4279
|
outline-style:solid !important;
|
|
4289
4280
|
}
|
|
4290
4281
|
.ndl-select-control.ndl-has-error {
|
|
4291
|
-
outline-style:solid
|
|
4292
|
-
outline-width:2px
|
|
4293
|
-
outline-
|
|
4282
|
+
outline-style:solid;
|
|
4283
|
+
outline-width:2px;
|
|
4284
|
+
outline-offset:-2px;
|
|
4285
|
+
outline-color:rgb(var(--theme-palette-danger-border-strong));
|
|
4294
4286
|
}
|
|
4295
4287
|
.ndl-select-control.ndl-has-error:focus-within {
|
|
4296
|
-
outline-style:solid
|
|
4297
|
-
outline-width:2px
|
|
4298
|
-
outline-
|
|
4288
|
+
outline-style:solid;
|
|
4289
|
+
outline-width:2px;
|
|
4290
|
+
outline-offset:-2px;
|
|
4291
|
+
outline-color:rgb(var(--theme-palette-danger-border-strong));
|
|
4299
4292
|
}
|
|
4300
4293
|
.ndl-select-control.ndl-has-error:hover {
|
|
4301
4294
|
border-color:rgb(var(--theme-palette-danger-border-strong));
|
|
@@ -5499,7 +5492,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5499
5492
|
.ndl-text-area textarea:focus {
|
|
5500
5493
|
outline-style:solid;
|
|
5501
5494
|
outline-width:2px;
|
|
5502
|
-
outline-offset:-
|
|
5495
|
+
outline-offset:-2px;
|
|
5503
5496
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
5504
5497
|
}
|
|
5505
5498
|
.ndl-text-area textarea:disabled {
|
|
@@ -5984,14 +5977,15 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5984
5977
|
}
|
|
5985
5978
|
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link {
|
|
5986
5979
|
border-radius:6px;
|
|
5987
|
-
padding:
|
|
5980
|
+
padding-left:4px;
|
|
5981
|
+
padding-right:4px;
|
|
5988
5982
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
5989
5983
|
outline:2px solid transparent;
|
|
5990
5984
|
outline-offset:2px;
|
|
5991
5985
|
}
|
|
5992
5986
|
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link:focus-visible {
|
|
5993
5987
|
outline-width:2px;
|
|
5994
|
-
outline-offset
|
|
5988
|
+
outline-offset:-2px;
|
|
5995
5989
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
5996
5990
|
}
|
|
5997
5991
|
.ndl-breadcrumbs .ndl-breadcrumbs-base-item-link-active {
|
|
@@ -6002,23 +5996,25 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6002
5996
|
text-decoration-line:underline;
|
|
6003
5997
|
}
|
|
6004
5998
|
.ndl-breadcrumbs .ndl-breadcrumbs-item {
|
|
6005
|
-
margin-left:1px;
|
|
6006
|
-
margin-right:1px;
|
|
6007
5999
|
display:flex;
|
|
6008
6000
|
align-items:center;
|
|
6009
6001
|
}
|
|
6010
6002
|
.ndl-breadcrumbs .ndl-breadcrumbs-item-link {
|
|
6003
|
+
cursor:default;
|
|
6011
6004
|
border-radius:6px;
|
|
6005
|
+
padding-left:4px;
|
|
6006
|
+
padding-right:4px;
|
|
6012
6007
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
6013
6008
|
outline:2px solid transparent;
|
|
6014
6009
|
outline-offset:2px;
|
|
6015
6010
|
}
|
|
6016
6011
|
.ndl-breadcrumbs .ndl-breadcrumbs-item-link:focus-visible {
|
|
6017
6012
|
outline-width:2px;
|
|
6018
|
-
outline-offset
|
|
6013
|
+
outline-offset:-2px;
|
|
6019
6014
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
6020
6015
|
}
|
|
6021
|
-
.ndl-breadcrumbs .ndl-breadcrumbs-item-link:hover {
|
|
6016
|
+
.ndl-breadcrumbs .ndl-breadcrumbs-item-link-interactable:hover {
|
|
6017
|
+
cursor:pointer;
|
|
6022
6018
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
6023
6019
|
text-decoration-line:underline;
|
|
6024
6020
|
}
|
|
@@ -6026,7 +6022,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6026
6022
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
6027
6023
|
}
|
|
6028
6024
|
.ndl-breadcrumbs .ndl-breadcrumbs-item-menu {
|
|
6029
|
-
margin-left:2px;
|
|
6030
6025
|
display:flex;
|
|
6031
6026
|
}
|
|
6032
6027
|
.ndl-breadcrumbs .ndl-breadcrumbs-separator:not(:only-child):before {
|
|
@@ -6065,7 +6060,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6065
6060
|
}
|
|
6066
6061
|
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button:focus-visible {
|
|
6067
6062
|
outline-width:2px;
|
|
6068
|
-
outline-offset:
|
|
6063
|
+
outline-offset:2px;
|
|
6069
6064
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
6070
6065
|
}
|
|
6071
6066
|
.ndl-breadcrumbs .ndl-breadcrumbs-ellipsis-menu-button:hover {
|
|
@@ -6469,7 +6464,7 @@ button.ndl-avatar:focus-visible {
|
|
|
6469
6464
|
}
|
|
6470
6465
|
.ndl-inline-edit .ndl-inline-idle-container:focus-visible {
|
|
6471
6466
|
outline-width:2px;
|
|
6472
|
-
outline-offset:-
|
|
6467
|
+
outline-offset:-2px;
|
|
6473
6468
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
6474
6469
|
}
|
|
6475
6470
|
.ndl-inline-edit .ndl-inline-idle-container.ndl-disabled {
|
|
@@ -6630,18 +6625,21 @@ button.ndl-avatar:focus-visible {
|
|
|
6630
6625
|
background-color:rgb(var(--theme-palette-neutral-bg-on-bg-weak));
|
|
6631
6626
|
padding-left:2px;
|
|
6632
6627
|
padding-right:2px;
|
|
6633
|
-
outline-style:solid;
|
|
6634
|
-
outline-width:1px;
|
|
6635
|
-
outline-offset:-1px;
|
|
6636
|
-
outline-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
6637
6628
|
font-family:var(--font-font-family-code), 'monospace';
|
|
6638
6629
|
font-size:var(--font-size-code);
|
|
6639
6630
|
font-weight:var(--font-weight-normal);
|
|
6640
6631
|
letter-spacing:0;
|
|
6641
6632
|
line-height:1.25rem;
|
|
6633
|
+
|
|
6634
|
+
outline-style:solid;
|
|
6635
|
+
|
|
6636
|
+
outline-width:1px;
|
|
6637
|
+
|
|
6638
|
+
outline-offset:-1px;
|
|
6639
|
+
|
|
6640
|
+
outline-color:rgb(var(--theme-palette-neutral-border-weak));
|
|
6642
6641
|
}
|
|
6643
6642
|
.ndl-inline-code:focus-visible {
|
|
6644
|
-
outline-style:solid;
|
|
6645
6643
|
outline-width:2px;
|
|
6646
6644
|
outline-offset:-2px;
|
|
6647
6645
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
@@ -7876,9 +7874,6 @@ button.ndl-avatar:focus-visible {
|
|
|
7876
7874
|
.n-transform {
|
|
7877
7875
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
7878
7876
|
}
|
|
7879
|
-
.n-cursor-default {
|
|
7880
|
-
cursor:default;
|
|
7881
|
-
}
|
|
7882
7877
|
.n-cursor-grab {
|
|
7883
7878
|
cursor:grab;
|
|
7884
7879
|
}
|
package/lib/tokens/js/tokens.js
CHANGED