@neo4j-ndl/base 2.7.1 → 2.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/CHANGELOG.md +12 -0
- 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 +27 -22
- 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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.7.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#746](https://github.com/neo4j/needle/pull/746) [`3201866c1cd4e6d0ffcd4a95f467dfa552a0b7ca`](https://github.com/neo4j/needle/commit/3201866c1cd4e6d0ffcd4a95f467dfa552a0b7ca) Thanks [@daugerdas](https://github.com/daugerdas)! - center data grid placeholders
|
|
8
|
+
|
|
9
|
+
## 2.7.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#742](https://github.com/neo4j/needle/pull/742) [`8aa924c4fb75c5fae951f770c24f5fd3a40abb42`](https://github.com/neo4j/needle/commit/8aa924c4fb75c5fae951f770c24f5fd3a40abb42) Thanks [@daugerdas](https://github.com/daugerdas)! - styling alignment
|
|
14
|
+
|
|
3
15
|
## 2.7.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -1107,8 +1107,8 @@ h6,
|
|
|
1107
1107
|
height:24px;
|
|
1108
1108
|
padding-left:12px;
|
|
1109
1109
|
padding-right:12px;
|
|
1110
|
-
padding-top:
|
|
1111
|
-
padding-bottom:
|
|
1110
|
+
padding-top:2px;
|
|
1111
|
+
padding-bottom:2px;
|
|
1112
1112
|
font-size:var(--font-size-label);
|
|
1113
1113
|
font-weight:var(--font-weight-bold);
|
|
1114
1114
|
letter-spacing:0;
|
|
@@ -1466,8 +1466,8 @@ a.ndl-btn{
|
|
|
1466
1466
|
left:0px;
|
|
1467
1467
|
bottom:0px;
|
|
1468
1468
|
width:100%;
|
|
1469
|
-
border-top-left-radius:
|
|
1470
|
-
border-top-right-radius:
|
|
1469
|
+
border-top-left-radius:9999px;
|
|
1470
|
+
border-top-right-radius:9999px;
|
|
1471
1471
|
background-color:transparent;
|
|
1472
1472
|
}
|
|
1473
1473
|
.ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible{
|
|
@@ -1739,6 +1739,7 @@ a.ndl-btn{
|
|
|
1739
1739
|
gap:16px;
|
|
1740
1740
|
}
|
|
1741
1741
|
.ndl-toggletip .ndl-toggletip-actions{
|
|
1742
|
+
margin-top:16px;
|
|
1742
1743
|
display:flex;
|
|
1743
1744
|
flex-direction:row;
|
|
1744
1745
|
gap:16px;
|
|
@@ -2463,7 +2464,7 @@ a.ndl-btn{
|
|
|
2463
2464
|
.ndl-progress-bar-wrapper.ndl-large .ndl-progress-bar{
|
|
2464
2465
|
height:8px;
|
|
2465
2466
|
min-width:3%;
|
|
2466
|
-
border-radius:
|
|
2467
|
+
border-radius:9999px;
|
|
2467
2468
|
}
|
|
2468
2469
|
.ndl-progress-bar-wrapper.ndl-small .ndl-heading{
|
|
2469
2470
|
font-size:var(--font-size-body-medium);
|
|
@@ -2676,7 +2677,7 @@ a.ndl-btn{
|
|
|
2676
2677
|
.ndl-datepicker .react-datepicker-popper{
|
|
2677
2678
|
z-index:10;
|
|
2678
2679
|
margin-top:8px;
|
|
2679
|
-
border-radius:
|
|
2680
|
+
border-radius:4px;
|
|
2680
2681
|
border-width:1px;
|
|
2681
2682
|
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
2682
2683
|
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
@@ -2709,6 +2710,7 @@ a.ndl-btn{
|
|
|
2709
2710
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
2710
2711
|
}
|
|
2711
2712
|
.ndl-datepicker .react-datepicker__day-names{
|
|
2713
|
+
margin-top:16px;
|
|
2712
2714
|
display:flex;
|
|
2713
2715
|
}
|
|
2714
2716
|
.ndl-datepicker .react-datepicker__day-name{
|
|
@@ -3120,7 +3122,7 @@ a.ndl-btn{
|
|
|
3120
3122
|
align-items:center;
|
|
3121
3123
|
gap:4px;
|
|
3122
3124
|
overflow:hidden;
|
|
3123
|
-
border-radius:
|
|
3125
|
+
border-radius:6px;
|
|
3124
3126
|
border-width:1px;
|
|
3125
3127
|
border-style:solid;
|
|
3126
3128
|
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
@@ -3130,7 +3132,7 @@ a.ndl-btn{
|
|
|
3130
3132
|
}
|
|
3131
3133
|
.ndl-segmented-control > button{
|
|
3132
3134
|
cursor:pointer;
|
|
3133
|
-
border-radius:
|
|
3135
|
+
border-radius:4px;
|
|
3134
3136
|
}
|
|
3135
3137
|
.ndl-segmented-control > button:focus-visible{
|
|
3136
3138
|
outline:2px solid transparent;
|
|
@@ -3747,9 +3749,9 @@ a.ndl-btn{
|
|
|
3747
3749
|
gap:8px;
|
|
3748
3750
|
}
|
|
3749
3751
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .nld-table-placeholder-wrapper .ndl-data-grid-placeholder{
|
|
3750
|
-
position:
|
|
3751
|
-
|
|
3752
|
-
--tw-translate-x
|
|
3752
|
+
position:sticky;
|
|
3753
|
+
right:50%;
|
|
3754
|
+
--tw-translate-x:50%;
|
|
3753
3755
|
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));
|
|
3754
3756
|
}
|
|
3755
3757
|
.ndl-data-grid-root .ndl-div-table .ndl-data-grid-tbody .nld-table-placeholder-wrapper .ndl-data-grid-placeholder .ndl-data-grid-loading-placeholder{
|
|
@@ -4860,8 +4862,8 @@ a.ndl-btn{
|
|
|
4860
4862
|
height:24px;
|
|
4861
4863
|
padding-left:12px;
|
|
4862
4864
|
padding-right:12px;
|
|
4863
|
-
padding-top:
|
|
4864
|
-
padding-bottom:
|
|
4865
|
+
padding-top:2px;
|
|
4866
|
+
padding-bottom:2px;
|
|
4865
4867
|
font-size:var(--font-size-label);
|
|
4866
4868
|
font-weight:var(--font-weight-bold);
|
|
4867
4869
|
letter-spacing:0;
|
|
@@ -5082,7 +5084,8 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5082
5084
|
align-items:baseline;
|
|
5083
5085
|
flex-direction:row;
|
|
5084
5086
|
padding:2px 4px 0 4px;
|
|
5085
|
-
gap:
|
|
5087
|
+
-moz-column-gap:2px;
|
|
5088
|
+
column-gap:2px;
|
|
5086
5089
|
}
|
|
5087
5090
|
.ndl-text-link > div{
|
|
5088
5091
|
flex-shrink:0;
|
|
@@ -5368,22 +5371,24 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5368
5371
|
content:'';
|
|
5369
5372
|
width:4px;
|
|
5370
5373
|
height:100%;
|
|
5371
|
-
border-radius:0 100px 100px 0;
|
|
5372
5374
|
position:absolute;
|
|
5373
5375
|
left:-8px;
|
|
5374
5376
|
top:0px;
|
|
5375
5377
|
box-shadow:none;
|
|
5378
|
+
border-top-right-radius:4px;
|
|
5379
|
+
border-bottom-right-radius:4px;
|
|
5376
5380
|
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
5377
5381
|
}
|
|
5378
5382
|
.ndl-side-navigation .ndl-side-navigation-nav-item.ndl-expanded .ndl-selected::before{
|
|
5379
5383
|
content:'';
|
|
5380
5384
|
width:4px;
|
|
5381
5385
|
height:100%;
|
|
5382
|
-
border-radius:0 100px 100px 0;
|
|
5383
5386
|
position:absolute;
|
|
5384
5387
|
left:-16px;
|
|
5385
5388
|
top:0px;
|
|
5386
5389
|
box-shadow:none;
|
|
5390
|
+
border-top-right-radius:4px;
|
|
5391
|
+
border-bottom-right-radius:4px;
|
|
5387
5392
|
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
5388
5393
|
}
|
|
5389
5394
|
.ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
|
|
@@ -5533,8 +5538,8 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5533
5538
|
display:flex;
|
|
5534
5539
|
}
|
|
5535
5540
|
.ndl-breadcrumbs .ndl-breadcrumbs-separator:not(:only-child):before{
|
|
5536
|
-
margin-left:
|
|
5537
|
-
margin-right:
|
|
5541
|
+
margin-left:4px;
|
|
5542
|
+
margin-right:4px;
|
|
5538
5543
|
color:rgb(var(--theme-palette-neutral-border-strong));
|
|
5539
5544
|
font-size:var(--font-size-body-medium);
|
|
5540
5545
|
font-weight:var(--font-weight-normal);
|
|
@@ -5865,16 +5870,16 @@ a.ndl-cypher-editor .cm-editor .cm-button, a .ndl-codemirror-editor .cm-editor
|
|
|
5865
5870
|
}
|
|
5866
5871
|
.ndl-slider .ndl-track .ndl-thumb{
|
|
5867
5872
|
position:relative;
|
|
5868
|
-
width:
|
|
5869
|
-
height:
|
|
5873
|
+
width:16px;
|
|
5874
|
+
height:16px;
|
|
5870
5875
|
border-radius:50%;
|
|
5871
5876
|
top:50%;
|
|
5872
5877
|
z-index:2;
|
|
5873
5878
|
background-color:rgb(var(--primary-color));
|
|
5874
5879
|
}
|
|
5875
5880
|
.ndl-slider .ndl-track .ndl-thumb input{
|
|
5876
|
-
width:
|
|
5877
|
-
height:
|
|
5881
|
+
width:16px;
|
|
5882
|
+
height:16px;
|
|
5878
5883
|
}
|
|
5879
5884
|
.ndl-slider .ndl-track:not(.ndl-is-disabled) .ndl-thumb:hover{
|
|
5880
5885
|
cursor:pointer;
|
package/lib/tokens/js/tokens.js
CHANGED