@neo4j-ndl/base 3.7.18 → 3.7.20
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 +64 -10
- 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
|
@@ -2613,13 +2613,13 @@ a.ndl-btn {
|
|
|
2613
2613
|
z-index:40;
|
|
2614
2614
|
flex-direction:column;
|
|
2615
2615
|
border-width:1px;
|
|
2616
|
-
outline:2px solid transparent;
|
|
2617
|
-
outline-offset:2px;
|
|
2618
2616
|
max-height:95vh;
|
|
2619
2617
|
min-width:250px;
|
|
2620
2618
|
overflow-y:auto;
|
|
2621
2619
|
text-align:start;
|
|
2622
2620
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
2621
|
+
outline:2px solid transparent;
|
|
2622
|
+
outline-offset:2px;
|
|
2623
2623
|
}
|
|
2624
2624
|
.ndl-menu .ndl-menu-items {
|
|
2625
2625
|
display:flex;
|
|
@@ -2924,6 +2924,11 @@ a.ndl-btn {
|
|
|
2924
2924
|
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:hover {
|
|
2925
2925
|
background-color:rgb(var(--theme-palette-primary-hover-strong));
|
|
2926
2926
|
}
|
|
2927
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:focus,
|
|
2928
|
+
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selected:focus-visible {
|
|
2929
|
+
outline:2px solid transparent;
|
|
2930
|
+
outline-offset:2px;
|
|
2931
|
+
}
|
|
2927
2932
|
.ndl-datepicker .react-datepicker__week .react-datepicker__day--range-start,
|
|
2928
2933
|
.ndl-datepicker .react-datepicker__week .react-datepicker__day--selecting-range-start {
|
|
2929
2934
|
border-top-left-radius:8px;
|
|
@@ -3926,10 +3931,8 @@ a.ndl-btn {
|
|
|
3926
3931
|
position:sticky;
|
|
3927
3932
|
}
|
|
3928
3933
|
}
|
|
3929
|
-
.ndl-dropzone{
|
|
3930
|
-
background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
3934
|
+
.ndl-dropzone {
|
|
3931
3935
|
border-radius:8px;
|
|
3932
|
-
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
3933
3936
|
}
|
|
3934
3937
|
.ndl-dropzone > div {
|
|
3935
3938
|
padding-top:32px;
|
|
@@ -3944,6 +3947,7 @@ a.ndl-btn {
|
|
|
3944
3947
|
height:100%;
|
|
3945
3948
|
flex-direction:column;
|
|
3946
3949
|
justify-content:center;
|
|
3950
|
+
background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23C4C8CD' stroke-width='1.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
3947
3951
|
}
|
|
3948
3952
|
.ndl-dropzone svg {
|
|
3949
3953
|
margin-left:auto;
|
|
@@ -3955,8 +3959,10 @@ a.ndl-btn {
|
|
|
3955
3959
|
}
|
|
3956
3960
|
.ndl-dropzone.ndl-drag-active {
|
|
3957
3961
|
background-color:rgb(var(--theme-palette-primary-bg-weak));
|
|
3958
|
-
background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='2' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
3959
3962
|
}
|
|
3963
|
+
.ndl-dropzone.ndl-drag-active .ndl-dropzone-inner-content{
|
|
3964
|
+
background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23018BFF' stroke-width='1.5' stroke-dasharray='6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
3965
|
+
}
|
|
3960
3966
|
.ndl-dropzone .ndl-dropzone-header {
|
|
3961
3967
|
margin-bottom:12px;
|
|
3962
3968
|
display:flex;
|
|
@@ -5012,7 +5018,10 @@ a.ndl-btn {
|
|
|
5012
5018
|
width:100%;
|
|
5013
5019
|
overflow-y:auto;
|
|
5014
5020
|
}
|
|
5015
|
-
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:focus {
|
|
5021
|
+
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:focus-visible {
|
|
5022
|
+
border-radius:4px;
|
|
5023
|
+
outline-width:2px;
|
|
5024
|
+
outline-offset:0px;
|
|
5016
5025
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
5017
5026
|
}
|
|
5018
5027
|
.ndl-code-block-container .ndl-code-block-actions {
|
|
@@ -8220,6 +8229,12 @@ button.ndl-avatar:focus-visible {
|
|
|
8220
8229
|
.ndl-color-picker .ndl-color-picker-rgb-inputs .ndl-color-picker-rgb-input {
|
|
8221
8230
|
flex:1 1 0%;
|
|
8222
8231
|
}
|
|
8232
|
+
.ndl-color-picker .w-color-interactive:focus-visible {
|
|
8233
|
+
border-radius:8px;
|
|
8234
|
+
outline-width:2px;
|
|
8235
|
+
outline-offset:1px;
|
|
8236
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
8237
|
+
}
|
|
8223
8238
|
.ndl-side-nav{
|
|
8224
8239
|
--side-nav-width-collapsed:52px;
|
|
8225
8240
|
--side-nav-width-expanded:196px;
|
|
@@ -8691,15 +8706,24 @@ button.ndl-avatar:focus-visible {
|
|
|
8691
8706
|
.ndl-graph-visualization-container .ndl-sidepanel-handle {
|
|
8692
8707
|
margin-left:4px;
|
|
8693
8708
|
}
|
|
8709
|
+
.n-fixed {
|
|
8710
|
+
position:fixed;
|
|
8711
|
+
}
|
|
8694
8712
|
.n-absolute {
|
|
8695
8713
|
position:absolute;
|
|
8696
8714
|
}
|
|
8697
8715
|
.n-relative {
|
|
8698
8716
|
position:relative;
|
|
8699
8717
|
}
|
|
8718
|
+
.n-left-\[auto\] {
|
|
8719
|
+
left:auto;
|
|
8720
|
+
}
|
|
8700
8721
|
.n-right-token-3 {
|
|
8701
8722
|
right:4px;
|
|
8702
8723
|
}
|
|
8724
|
+
.n-top-\[110px\] {
|
|
8725
|
+
top:110px;
|
|
8726
|
+
}
|
|
8703
8727
|
.n-top-token-11 {
|
|
8704
8728
|
top:96px;
|
|
8705
8729
|
}
|
|
@@ -8864,12 +8888,15 @@ button.ndl-avatar:focus-visible {
|
|
|
8864
8888
|
.n-h-\[1000px\] {
|
|
8865
8889
|
height:1000px;
|
|
8866
8890
|
}
|
|
8891
|
+
.n-h-\[100px\] {
|
|
8892
|
+
height:100px;
|
|
8893
|
+
}
|
|
8894
|
+
.n-h-\[200px\] {
|
|
8895
|
+
height:200px;
|
|
8896
|
+
}
|
|
8867
8897
|
.n-h-\[290px\] {
|
|
8868
8898
|
height:290px;
|
|
8869
8899
|
}
|
|
8870
|
-
.n-h-\[400px\] {
|
|
8871
|
-
height:400px;
|
|
8872
|
-
}
|
|
8873
8900
|
.n-h-\[500px\] {
|
|
8874
8901
|
height:500px;
|
|
8875
8902
|
}
|
|
@@ -8885,12 +8912,21 @@ button.ndl-avatar:focus-visible {
|
|
|
8885
8912
|
.n-h-token-6 {
|
|
8886
8913
|
height:16px;
|
|
8887
8914
|
}
|
|
8915
|
+
.n-h-token-8 {
|
|
8916
|
+
height:32px;
|
|
8917
|
+
}
|
|
8888
8918
|
.n-h-token-9 {
|
|
8889
8919
|
height:48px;
|
|
8890
8920
|
}
|
|
8891
8921
|
.n-min-h-\[700px\] {
|
|
8892
8922
|
min-height:700px;
|
|
8893
8923
|
}
|
|
8924
|
+
.n-w-1\/2 {
|
|
8925
|
+
width:50%;
|
|
8926
|
+
}
|
|
8927
|
+
.n-w-1\/4 {
|
|
8928
|
+
width:25%;
|
|
8929
|
+
}
|
|
8894
8930
|
.n-w-48 {
|
|
8895
8931
|
width:192px;
|
|
8896
8932
|
}
|
|
@@ -8923,6 +8959,9 @@ button.ndl-avatar:focus-visible {
|
|
|
8923
8959
|
.n-w-token-11 {
|
|
8924
8960
|
width:96px;
|
|
8925
8961
|
}
|
|
8962
|
+
.n-w-token-8 {
|
|
8963
|
+
width:32px;
|
|
8964
|
+
}
|
|
8926
8965
|
.n-max-w-\[1024px\] {
|
|
8927
8966
|
max-width:1024px;
|
|
8928
8967
|
}
|
|
@@ -8977,6 +9016,12 @@ button.ndl-avatar:focus-visible {
|
|
|
8977
9016
|
.n-grid-cols-1 {
|
|
8978
9017
|
grid-template-columns:repeat(1, minmax(0, 1fr));
|
|
8979
9018
|
}
|
|
9019
|
+
.n-grid-cols-6 {
|
|
9020
|
+
grid-template-columns:repeat(6, minmax(0, 1fr));
|
|
9021
|
+
}
|
|
9022
|
+
.n-grid-rows-2 {
|
|
9023
|
+
grid-template-rows:repeat(2, minmax(0, 1fr));
|
|
9024
|
+
}
|
|
8980
9025
|
.n-flex-row {
|
|
8981
9026
|
flex-direction:row;
|
|
8982
9027
|
}
|
|
@@ -9007,6 +9052,9 @@ button.ndl-avatar:focus-visible {
|
|
|
9007
9052
|
.n-justify-between {
|
|
9008
9053
|
justify-content:space-between;
|
|
9009
9054
|
}
|
|
9055
|
+
.n-justify-items-center {
|
|
9056
|
+
justify-items:center;
|
|
9057
|
+
}
|
|
9010
9058
|
.n-gap-2 {
|
|
9011
9059
|
gap:8px;
|
|
9012
9060
|
}
|
|
@@ -9047,6 +9095,9 @@ button.ndl-avatar:focus-visible {
|
|
|
9047
9095
|
-moz-column-gap:48px;
|
|
9048
9096
|
column-gap:48px;
|
|
9049
9097
|
}
|
|
9098
|
+
.n-gap-y-token-2 {
|
|
9099
|
+
row-gap:2px;
|
|
9100
|
+
}
|
|
9050
9101
|
.n-gap-y-token-4 {
|
|
9051
9102
|
row-gap:8px;
|
|
9052
9103
|
}
|
|
@@ -61226,6 +61277,9 @@ html{
|
|
|
61226
61277
|
-moz-osx-font-smoothing:grayscale;
|
|
61227
61278
|
text-rendering:optimizeLegibility;
|
|
61228
61279
|
}
|
|
61280
|
+
*:focus-visible {
|
|
61281
|
+
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
61282
|
+
}
|
|
61229
61283
|
.first\:n-rounded-t-sm:first-child {
|
|
61230
61284
|
border-top-left-radius:4px;
|
|
61231
61285
|
border-top-right-radius:4px;
|
package/lib/tokens/js/tokens.js
CHANGED