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