@neo4j-ndl/base 3.0.17 → 3.0.19
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 +429 -107
- 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
|
@@ -1452,12 +1452,11 @@ a.ndl-btn {
|
|
|
1452
1452
|
padding-right:8px;
|
|
1453
1453
|
padding-top:2px;
|
|
1454
1454
|
padding-bottom:2px;
|
|
1455
|
-
font-weight:700;
|
|
1456
1455
|
text-transform:capitalize;
|
|
1457
|
-
font-family:var(--font-font-family-
|
|
1458
|
-
font-size:var(--font-size-
|
|
1459
|
-
font-weight:var(--font-weight-
|
|
1460
|
-
letter-spacing:0;
|
|
1456
|
+
font-family:var(--font-font-family-subheading-small), sans-serif;
|
|
1457
|
+
font-size:var(--font-size-subheading-small);
|
|
1458
|
+
font-weight:var(--font-weight-semibold);
|
|
1459
|
+
letter-spacing:0.016rem;
|
|
1461
1460
|
line-height:1.25rem;
|
|
1462
1461
|
|
|
1463
1462
|
line-height:normal;
|
|
@@ -1870,7 +1869,7 @@ a.ndl-btn {
|
|
|
1870
1869
|
line-height:0;
|
|
1871
1870
|
color:rgb(var(--theme-palette-neutral-text-default));
|
|
1872
1871
|
}
|
|
1873
|
-
.ndl-form-item input[type='checkbox']
|
|
1872
|
+
.ndl-form-item input[type='checkbox'],
|
|
1874
1873
|
.ndl-form-item input[type='radio'] {
|
|
1875
1874
|
cursor:pointer;
|
|
1876
1875
|
position:relative;
|
|
@@ -1885,6 +1884,10 @@ a.ndl-btn {
|
|
|
1885
1884
|
appearance:none;
|
|
1886
1885
|
flex-shrink:0;
|
|
1887
1886
|
}
|
|
1887
|
+
.ndl-form-item input[type='checkbox']:checked, .ndl-form-item input[type='radio']:checked {
|
|
1888
|
+
border-color:rgb(var(--theme-palette-primary-icon));
|
|
1889
|
+
background-color:rgb(var(--theme-palette-primary-icon));
|
|
1890
|
+
}
|
|
1888
1891
|
.ndl-form-item input[type='checkbox'][role='checkbox']:not(:disabled):hover:before, .ndl-form-item input[type='radio']:not(:disabled):hover:before{
|
|
1889
1892
|
content:'';
|
|
1890
1893
|
position:absolute;
|
|
@@ -1913,10 +1916,6 @@ a.ndl-btn {
|
|
|
1913
1916
|
outline-offset:1px;
|
|
1914
1917
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
|
1915
1918
|
}
|
|
1916
|
-
.ndl-form-item input[type='checkbox'][role='checkbox']:checked, .ndl-form-item input[type='radio']:checked {
|
|
1917
|
-
border-color:rgb(var(--theme-palette-primary-icon));
|
|
1918
|
-
background-color:rgb(var(--theme-palette-primary-icon));
|
|
1919
|
-
}
|
|
1920
1919
|
.ndl-form-item input[type='checkbox'][role='checkbox']:checked:not(:disabled):hover:before, .ndl-form-item input[type='radio']:checked:not(:disabled):hover:before{
|
|
1921
1920
|
content:'';
|
|
1922
1921
|
position:absolute;
|
|
@@ -1939,12 +1938,12 @@ a.ndl-btn {
|
|
|
1939
1938
|
z-index:1;
|
|
1940
1939
|
background-color:rgb(var(--theme-palette-primary-pressed-weak));
|
|
1941
1940
|
}
|
|
1942
|
-
.ndl-form-item.ndl-disabled input[type='checkbox']
|
|
1941
|
+
.ndl-form-item.ndl-disabled input[type='checkbox'],
|
|
1943
1942
|
.ndl-form-item.ndl-disabled input[type='radio'] {
|
|
1944
1943
|
cursor:not-allowed;
|
|
1945
1944
|
border-color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
1946
1945
|
}
|
|
1947
|
-
.ndl-form-item.ndl-disabled input[type='checkbox']
|
|
1946
|
+
.ndl-form-item.ndl-disabled input[type='checkbox']:checked, .ndl-form-item.ndl-disabled input[type='radio']:checked {
|
|
1948
1947
|
background-color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
1949
1948
|
}
|
|
1950
1949
|
.ndl-form-item input[type='checkbox']::after{
|
|
@@ -2997,9 +2996,9 @@ a.ndl-btn {
|
|
|
2997
2996
|
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
2998
2997
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2999
2998
|
}
|
|
3000
|
-
.ndl-dialog .ndl-dialog-type-icon{
|
|
3001
|
-
|
|
3002
|
-
|
|
2999
|
+
.ndl-dialog .ndl-dialog-type-icon {
|
|
3000
|
+
width:88px;
|
|
3001
|
+
}
|
|
3003
3002
|
.ndl-dialog .ndl-dialog-type-icon.ndl-info {
|
|
3004
3003
|
color:rgb(var(--theme-palette-primary-icon));
|
|
3005
3004
|
}
|
|
@@ -3018,6 +3017,9 @@ a.ndl-btn {
|
|
|
3018
3017
|
.ndl-dialog.ndl-with-icon .ndl-dialog-header {
|
|
3019
3018
|
margin-bottom:24px;
|
|
3020
3019
|
}
|
|
3020
|
+
.ndl-dialog.ndl-with-icon .ndl-dialog-image {
|
|
3021
|
+
display:none;
|
|
3022
|
+
}
|
|
3021
3023
|
.ndl-dialog .ndl-dialog-close {
|
|
3022
3024
|
position:absolute;
|
|
3023
3025
|
right:32px;
|
|
@@ -3027,7 +3029,7 @@ a.ndl-btn {
|
|
|
3027
3029
|
margin-top:24px;
|
|
3028
3030
|
}
|
|
3029
3031
|
.ndl-dialog-header {
|
|
3030
|
-
margin-bottom:
|
|
3032
|
+
margin-bottom:4px;
|
|
3031
3033
|
}
|
|
3032
3034
|
.ndl-dialog.ndl-with-close-button .ndl-dialog-header {
|
|
3033
3035
|
margin-right:48px;
|
|
@@ -3039,11 +3041,20 @@ a.ndl-btn {
|
|
|
3039
3041
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
3040
3042
|
}
|
|
3041
3043
|
.ndl-dialog-actions {
|
|
3042
|
-
margin-top:
|
|
3044
|
+
margin-top:32px;
|
|
3043
3045
|
display:flex;
|
|
3044
3046
|
justify-content:flex-end;
|
|
3045
3047
|
gap:16px;
|
|
3046
3048
|
}
|
|
3049
|
+
.ndl-dialog-image{
|
|
3050
|
+
width:calc(100% + 2 * var(--space-8) - 2 * var(--space-6));
|
|
3051
|
+
margin-left:calc(-1 * var(--space-8) + var(--space-6));
|
|
3052
|
+
margin-top:16px;
|
|
3053
|
+
margin-bottom:16px;
|
|
3054
|
+
max-width:none;
|
|
3055
|
+
border-radius:16px;
|
|
3056
|
+
background-color:rgb(var(--theme-palette-neutral-bg-default));
|
|
3057
|
+
}
|
|
3047
3058
|
.ndl-drawer {
|
|
3048
3059
|
position:relative;
|
|
3049
3060
|
display:none;
|
|
@@ -4022,15 +4033,45 @@ a.ndl-btn {
|
|
|
4022
4033
|
.ndl-select {
|
|
4023
4034
|
display:inline-flex;
|
|
4024
4035
|
flex-direction:column;
|
|
4025
|
-
row-gap:
|
|
4036
|
+
row-gap:4px;
|
|
4026
4037
|
}
|
|
4027
|
-
.ndl-select .ndl-
|
|
4028
|
-
|
|
4029
|
-
|
|
4038
|
+
.ndl-select.ndl-small .ndl-error-icon {
|
|
4039
|
+
width:16px;
|
|
4040
|
+
height:16px;
|
|
4041
|
+
}
|
|
4042
|
+
.ndl-select.ndl-medium .ndl-error-icon {
|
|
4043
|
+
width:20px;
|
|
4044
|
+
height:20px;
|
|
4045
|
+
}
|
|
4046
|
+
.ndl-select.ndl-large .ndl-error-icon {
|
|
4047
|
+
width:24px;
|
|
4048
|
+
height:24px;
|
|
4049
|
+
}
|
|
4050
|
+
.ndl-select.ndl-large label{
|
|
4051
|
+
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4052
|
+
font-size:var(--font-size-body-large);
|
|
4053
|
+
font-weight:var(--font-weight-normal);
|
|
4054
|
+
letter-spacing:0.016rem;
|
|
4055
|
+
line-height:1.5rem;
|
|
4056
|
+
}
|
|
4057
|
+
.ndl-select.ndl-large .ndl-sub-text{
|
|
4058
|
+
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4059
|
+
font-size:var(--font-size-body-medium);
|
|
4060
|
+
font-weight:var(--font-weight-normal);
|
|
4061
|
+
letter-spacing:0.016rem;
|
|
4062
|
+
line-height:1.25rem;
|
|
4030
4063
|
}
|
|
4031
4064
|
.ndl-select.ndl-fluid {
|
|
4032
4065
|
display:flex;
|
|
4033
4066
|
}
|
|
4067
|
+
.ndl-select.ndl-disabled {
|
|
4068
|
+
cursor:not-allowed;
|
|
4069
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4070
|
+
}
|
|
4071
|
+
.ndl-select.ndl-disabled label,
|
|
4072
|
+
.ndl-select.ndl-disabled .ndl-sub-text {
|
|
4073
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4074
|
+
}
|
|
4034
4075
|
.ndl-select label {
|
|
4035
4076
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
4036
4077
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
@@ -4039,13 +4080,6 @@ a.ndl-btn {
|
|
|
4039
4080
|
letter-spacing:0.016rem;
|
|
4040
4081
|
line-height:1.25rem;
|
|
4041
4082
|
}
|
|
4042
|
-
.ndl-select div {
|
|
4043
|
-
cursor:pointer;
|
|
4044
|
-
}
|
|
4045
|
-
.ndl-select.ndl-creatable div,
|
|
4046
|
-
.ndl-select.ndl-multi div {
|
|
4047
|
-
cursor:text;
|
|
4048
|
-
}
|
|
4049
4083
|
.ndl-select .ndl-sub-text {
|
|
4050
4084
|
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4051
4085
|
font-family:var(--font-font-family-body-small), sans-serif;
|
|
@@ -4054,98 +4088,365 @@ a.ndl-btn {
|
|
|
4054
4088
|
letter-spacing:0.016rem;
|
|
4055
4089
|
line-height:1.25rem;
|
|
4056
4090
|
}
|
|
4057
|
-
.ndl-select.ndl-
|
|
4058
|
-
|
|
4059
|
-
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4060
|
-
}
|
|
4061
|
-
.ndl-select.ndl-disabled .ndl-placeholder {
|
|
4062
|
-
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4091
|
+
.ndl-select .ndl-error-text {
|
|
4092
|
+
color:rgb(var(--theme-palette-danger-text));
|
|
4063
4093
|
}
|
|
4064
|
-
.ndl-select
|
|
4065
|
-
color:rgb(var(--theme-palette-
|
|
4094
|
+
.ndl-select .ndl-error-icon {
|
|
4095
|
+
color:rgb(var(--theme-palette-danger-icon));
|
|
4066
4096
|
}
|
|
4067
|
-
.ndl-select
|
|
4068
|
-
|
|
4097
|
+
.ndl-select-input {
|
|
4098
|
+
margin:0px;
|
|
4099
|
+
box-sizing:border-box;
|
|
4100
|
+
display:inline-grid;
|
|
4101
|
+
flex:1 1 auto;
|
|
4102
|
+
align-items:center;
|
|
4103
|
+
padding:0px;
|
|
4069
4104
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4070
4105
|
font-size:var(--font-size-body-medium);
|
|
4071
4106
|
font-weight:var(--font-weight-normal);
|
|
4072
4107
|
letter-spacing:0.016rem;
|
|
4073
4108
|
line-height:1.25rem;
|
|
4109
|
+
|
|
4110
|
+
grid-template-columns:0 min-content;
|
|
4111
|
+
grid-area:1 / 1 / 2 / 3;
|
|
4074
4112
|
}
|
|
4075
|
-
.ndl-select
|
|
4076
|
-
color:rgb(var(--theme-palette-danger-text));
|
|
4077
|
-
}
|
|
4078
|
-
.ndl-select.ndl-large label{
|
|
4113
|
+
.ndl-select-input.ndl-large{
|
|
4079
4114
|
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4080
4115
|
font-size:var(--font-size-body-large);
|
|
4081
4116
|
font-weight:var(--font-weight-normal);
|
|
4082
4117
|
letter-spacing:0.016rem;
|
|
4083
4118
|
line-height:1.5rem;
|
|
4084
4119
|
}
|
|
4085
|
-
.ndl-select
|
|
4120
|
+
.ndl-select-input::after{
|
|
4121
|
+
content:attr(data-value) ' ';
|
|
4122
|
+
visibility:hidden;
|
|
4123
|
+
white-space:pre;
|
|
4124
|
+
grid-area:1 / 2;
|
|
4125
|
+
font:inherit;
|
|
4126
|
+
min-width:2px;
|
|
4127
|
+
border:0;
|
|
4128
|
+
margin:0;
|
|
4129
|
+
outline:0;
|
|
4130
|
+
padding:0;
|
|
4131
|
+
}
|
|
4132
|
+
.ndl-select-placeholder {
|
|
4133
|
+
margin:0px;
|
|
4134
|
+
box-sizing:border-box;
|
|
4135
|
+
display:inline-grid;
|
|
4136
|
+
align-items:center;
|
|
4137
|
+
white-space:nowrap;
|
|
4138
|
+
padding:0px;
|
|
4139
|
+
color:rgb(var(--theme-palette-neutral-text-weaker));
|
|
4086
4140
|
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4087
4141
|
font-size:var(--font-size-body-medium);
|
|
4088
4142
|
font-weight:var(--font-weight-normal);
|
|
4089
4143
|
letter-spacing:0.016rem;
|
|
4090
4144
|
line-height:1.25rem;
|
|
4145
|
+
|
|
4146
|
+
grid-area:1 / 1 / 2 / 2;
|
|
4147
|
+
}
|
|
4148
|
+
.ndl-select-placeholder.ndl-large{
|
|
4149
|
+
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4150
|
+
font-size:var(--font-size-body-large);
|
|
4151
|
+
font-weight:var(--font-weight-normal);
|
|
4152
|
+
letter-spacing:0.016rem;
|
|
4153
|
+
line-height:1.5rem;
|
|
4154
|
+
}
|
|
4155
|
+
.ndl-select-placeholder.ndl-disabled {
|
|
4156
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4157
|
+
}
|
|
4158
|
+
.ndl-select-clear {
|
|
4159
|
+
height:100%;
|
|
4160
|
+
padding:0px;
|
|
4161
|
+
}
|
|
4162
|
+
.ndl-select-clear > div {
|
|
4163
|
+
display:flex;
|
|
4164
|
+
height:100%;
|
|
4165
|
+
flex-direction:row;
|
|
4166
|
+
align-items:center;
|
|
4091
4167
|
}
|
|
4092
|
-
.ndl-select
|
|
4168
|
+
.ndl-select-clear > div > svg {
|
|
4093
4169
|
cursor:pointer;
|
|
4094
4170
|
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
4095
4171
|
}
|
|
4096
|
-
.ndl-select
|
|
4172
|
+
.ndl-select-clear.ndl-small > div {
|
|
4173
|
+
gap:4px;
|
|
4174
|
+
}
|
|
4175
|
+
.ndl-select-clear.ndl-small > div > svg {
|
|
4097
4176
|
width:16px;
|
|
4098
4177
|
height:16px;
|
|
4099
4178
|
}
|
|
4100
|
-
.ndl-select
|
|
4179
|
+
.ndl-select-clear.ndl-medium > div {
|
|
4180
|
+
gap:8px;
|
|
4181
|
+
}
|
|
4182
|
+
.ndl-select-clear.ndl-medium > div > svg {
|
|
4101
4183
|
width:20px;
|
|
4102
4184
|
height:20px;
|
|
4103
4185
|
}
|
|
4104
|
-
.ndl-select
|
|
4186
|
+
.ndl-select-clear.ndl-large > div {
|
|
4187
|
+
gap:12px;
|
|
4188
|
+
}
|
|
4189
|
+
.ndl-select-clear.ndl-large > div > svg {
|
|
4105
4190
|
width:24px;
|
|
4106
4191
|
height:24px;
|
|
4107
4192
|
}
|
|
4108
|
-
.ndl-select
|
|
4193
|
+
.ndl-select-indicators-container {
|
|
4194
|
+
display:flex;
|
|
4195
|
+
flex-shrink:0;
|
|
4196
|
+
flex-direction:row;
|
|
4197
|
+
align-self:stretch;
|
|
4198
|
+
}
|
|
4199
|
+
.ndl-select-indicators-container .ndl-select-divider {
|
|
4200
|
+
height:100%;
|
|
4201
|
+
width:1px;
|
|
4202
|
+
background-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
4203
|
+
}
|
|
4204
|
+
.ndl-select-indicators-container.ndl-small {
|
|
4205
|
+
gap:4px;
|
|
4206
|
+
}
|
|
4207
|
+
.ndl-select-indicators-container.ndl-medium {
|
|
4208
|
+
gap:8px;
|
|
4209
|
+
}
|
|
4210
|
+
.ndl-select-indicators-container.ndl-large {
|
|
4211
|
+
gap:12px;
|
|
4212
|
+
}
|
|
4213
|
+
.ndl-select-value-container {
|
|
4214
|
+
gap:4px;
|
|
4215
|
+
padding:0px;
|
|
4216
|
+
}
|
|
4217
|
+
.ndl-select-value-container.ndl-small {
|
|
4218
|
+
-moz-column-gap:4px;
|
|
4219
|
+
column-gap:4px;
|
|
4220
|
+
row-gap:0px;
|
|
4221
|
+
}
|
|
4222
|
+
.ndl-select-multi-value {
|
|
4223
|
+
display:flex;
|
|
4224
|
+
}
|
|
4225
|
+
.ndl-select-multi-value.ndl-small {
|
|
4226
|
+
padding-top:2px;
|
|
4227
|
+
padding-bottom:2px;
|
|
4228
|
+
}
|
|
4229
|
+
.ndl-select-single-value {
|
|
4230
|
+
display:flex;
|
|
4231
|
+
align-items:center;
|
|
4232
|
+
color:rgb(var(--theme-palette-neutral-text-default));
|
|
4233
|
+
|
|
4234
|
+
grid-area:1 / 1 / 2 / 3;
|
|
4235
|
+
}
|
|
4236
|
+
.ndl-select-single-value.ndl-disabled {
|
|
4109
4237
|
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4110
4238
|
}
|
|
4111
|
-
.ndl-select
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
.ndl-select .ndl-
|
|
4239
|
+
.ndl-select-dropdown-indicator {
|
|
4240
|
+
display:flex;
|
|
4241
|
+
align-items:center;
|
|
4242
|
+
padding:0px;
|
|
4243
|
+
}
|
|
4244
|
+
.ndl-select-dropdown-indicator .ndl-select-icon {
|
|
4245
|
+
cursor:pointer;
|
|
4246
|
+
color:rgb(var(--theme-palette-neutral-text-weak));
|
|
4247
|
+
}
|
|
4248
|
+
.ndl-select-dropdown-indicator.ndl-small .ndl-select-icon {
|
|
4117
4249
|
width:16px;
|
|
4118
4250
|
height:16px;
|
|
4119
4251
|
}
|
|
4120
|
-
.ndl-select
|
|
4252
|
+
.ndl-select-dropdown-indicator.ndl-medium .ndl-select-icon {
|
|
4121
4253
|
width:20px;
|
|
4122
4254
|
height:20px;
|
|
4123
4255
|
}
|
|
4124
|
-
.ndl-select
|
|
4256
|
+
.ndl-select-dropdown-indicator.ndl-large .ndl-select-icon {
|
|
4125
4257
|
width:24px;
|
|
4126
4258
|
height:24px;
|
|
4127
4259
|
}
|
|
4128
|
-
.ndl-select .ndl-
|
|
4129
|
-
color:rgb(var(--theme-palette-
|
|
4260
|
+
.ndl-select-dropdown-indicator.ndl-disabled .ndl-select-icon {
|
|
4261
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4262
|
+
}
|
|
4263
|
+
.ndl-select-control {
|
|
4264
|
+
position:relative;
|
|
4265
|
+
box-sizing:border-box;
|
|
4266
|
+
display:flex;
|
|
4267
|
+
cursor:pointer;
|
|
4268
|
+
align-items:center;
|
|
4269
|
+
justify-content:space-between;
|
|
4270
|
+
overflow:hidden;
|
|
4271
|
+
border-radius:4px;
|
|
4272
|
+
border-width:0px;
|
|
4273
|
+
border-style:none;
|
|
4274
|
+
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
4275
|
+
padding-top:4px;
|
|
4276
|
+
padding-bottom:4px;
|
|
4277
|
+
outline-width:1px !important;
|
|
4278
|
+
outline-color:rgb(var(--theme-palette-neutral-border-strong)) !important;
|
|
4279
|
+
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4280
|
+
font-size:var(--font-size-body-medium);
|
|
4281
|
+
font-weight:var(--font-weight-normal);
|
|
4282
|
+
letter-spacing:0.016rem;
|
|
4283
|
+
line-height:1.25rem;
|
|
4284
|
+
}
|
|
4285
|
+
.ndl-select-control:focus-within {
|
|
4286
|
+
border-style:none;
|
|
4287
|
+
outline-style:solid;
|
|
4288
|
+
outline-width:2px !important;
|
|
4289
|
+
outline-color:rgb(var(--theme-palette-primary-focus)) !important;
|
|
4290
|
+
}
|
|
4291
|
+
.ndl-select-control:hover {
|
|
4292
|
+
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
4293
|
+
}
|
|
4294
|
+
.ndl-select-control.ndl-small {
|
|
4295
|
+
min-height:24px;
|
|
4296
|
+
gap:4px;
|
|
4297
|
+
padding-left:4px;
|
|
4298
|
+
padding-right:4px;
|
|
4299
|
+
padding-top:2px;
|
|
4300
|
+
padding-bottom:2px;
|
|
4301
|
+
}
|
|
4302
|
+
.ndl-select-control.ndl-medium {
|
|
4303
|
+
min-height:36px;
|
|
4304
|
+
gap:8px;
|
|
4305
|
+
padding-left:8px;
|
|
4306
|
+
padding-right:8px;
|
|
4307
|
+
}
|
|
4308
|
+
.ndl-select-control.ndl-large {
|
|
4309
|
+
min-height:48px;
|
|
4310
|
+
gap:12px;
|
|
4311
|
+
padding-left:12px;
|
|
4312
|
+
padding-right:12px;
|
|
4313
|
+
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4314
|
+
font-size:var(--font-size-body-large);
|
|
4315
|
+
font-weight:var(--font-weight-normal);
|
|
4316
|
+
letter-spacing:0.016rem;
|
|
4317
|
+
line-height:1.5rem;
|
|
4130
4318
|
}
|
|
4131
|
-
.ndl-select
|
|
4319
|
+
.ndl-select-control.ndl-has-border {
|
|
4320
|
+
outline-style:solid !important;
|
|
4321
|
+
}
|
|
4322
|
+
.ndl-select-control.ndl-has-error {
|
|
4323
|
+
outline-style:solid !important;
|
|
4324
|
+
outline-width:2px !important;
|
|
4325
|
+
outline-color:rgb(var(--theme-palette-danger-border-strong)) !important;
|
|
4326
|
+
}
|
|
4327
|
+
.ndl-select-control.ndl-has-error:focus-within {
|
|
4328
|
+
outline-style:solid !important;
|
|
4329
|
+
outline-width:2px !important;
|
|
4330
|
+
outline-color:rgb(var(--theme-palette-danger-border-strong)) !important;
|
|
4331
|
+
}
|
|
4332
|
+
.ndl-select-control.ndl-has-error:hover {
|
|
4333
|
+
border-color:rgb(var(--theme-palette-danger-border-strong));
|
|
4334
|
+
}
|
|
4335
|
+
.ndl-select-option {
|
|
4336
|
+
position:relative;
|
|
4132
4337
|
display:flex;
|
|
4133
4338
|
flex-direction:row;
|
|
4134
4339
|
align-items:center;
|
|
4135
4340
|
gap:8px;
|
|
4341
|
+
overflow-wrap:break-word;
|
|
4342
|
+
border-radius:8px;
|
|
4343
|
+
background-color:transparent;
|
|
4344
|
+
color:rgb(var(--theme-palette-neutral-text-default));
|
|
4345
|
+
font-family:var(--font-font-family-body-medium), sans-serif;
|
|
4346
|
+
font-size:var(--font-size-body-medium);
|
|
4347
|
+
font-weight:var(--font-weight-normal);
|
|
4348
|
+
letter-spacing:0.016rem;
|
|
4349
|
+
line-height:1.25rem;
|
|
4136
4350
|
}
|
|
4137
|
-
.ndl-select
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4351
|
+
.ndl-select-option:hover {
|
|
4352
|
+
cursor:pointer;
|
|
4353
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
4354
|
+
}
|
|
4355
|
+
.ndl-select-option.ndl-is-multi:hover {
|
|
4356
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
4357
|
+
}
|
|
4358
|
+
.ndl-select-option.ndl-form-item {
|
|
4359
|
+
margin-top:0px;
|
|
4360
|
+
}
|
|
4361
|
+
.ndl-select-option.ndl-focused {
|
|
4362
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
4363
|
+
}
|
|
4364
|
+
.ndl-select-option.ndl-selected {
|
|
4365
|
+
background-color:rgb(var(--theme-palette-primary-bg-selected));
|
|
4366
|
+
color:rgb(var(--theme-palette-primary-text));
|
|
4367
|
+
}
|
|
4368
|
+
.ndl-select-option.ndl-selected.ndl-is-multi {
|
|
4369
|
+
background-color:transparent;
|
|
4370
|
+
color:rgb(var(--theme-palette-neutral-text-default));
|
|
4371
|
+
}
|
|
4372
|
+
.ndl-select-option.ndl-selected.ndl-is-multi:hover {
|
|
4373
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
4374
|
+
}
|
|
4375
|
+
.ndl-select-option.ndl-selected.ndl-is-multi.ndl-focused {
|
|
4376
|
+
background-color:rgb(var(--theme-palette-neutral-hover));
|
|
4377
|
+
}
|
|
4378
|
+
.ndl-select-option.ndl-selected.ndl-is-multi::before{
|
|
4379
|
+
all:unset;
|
|
4380
|
+
}
|
|
4381
|
+
.ndl-select-option.ndl-selected::before{
|
|
4382
|
+
content:'';
|
|
4383
|
+
border-radius:0 100px 100px 0;
|
|
4384
|
+
position:absolute;
|
|
4385
|
+
left:-8px;
|
|
4386
|
+
top:0px;
|
|
4387
|
+
height:100%;
|
|
4388
|
+
width:4px;
|
|
4389
|
+
background-color:rgb(var(--theme-palette-primary-bg-strong));
|
|
4148
4390
|
}
|
|
4391
|
+
.ndl-select-option.ndl-disabled {
|
|
4392
|
+
cursor:not-allowed;
|
|
4393
|
+
background-color:transparent;
|
|
4394
|
+
color:rgb(var(--theme-palette-neutral-text-weakest));
|
|
4395
|
+
}
|
|
4396
|
+
.ndl-select-option.ndl-disabled.ndl-is-multi:hover {
|
|
4397
|
+
background-color:transparent;
|
|
4398
|
+
}
|
|
4399
|
+
.ndl-select-option.ndl-small {
|
|
4400
|
+
padding:2px;
|
|
4401
|
+
}
|
|
4402
|
+
.ndl-select-option.ndl-medium {
|
|
4403
|
+
padding:8px;
|
|
4404
|
+
}
|
|
4405
|
+
.ndl-select-option.ndl-large {
|
|
4406
|
+
padding:12px;
|
|
4407
|
+
font-family:var(--font-font-family-body-large), sans-serif;
|
|
4408
|
+
font-size:var(--font-size-body-large);
|
|
4409
|
+
font-weight:var(--font-weight-normal);
|
|
4410
|
+
letter-spacing:0.016rem;
|
|
4411
|
+
line-height:1.5rem;
|
|
4412
|
+
}
|
|
4413
|
+
.ndl-select-menu-portal {
|
|
4414
|
+
z-index:40 !important;
|
|
4415
|
+
}
|
|
4416
|
+
.ndl-select-menu {
|
|
4417
|
+
position:absolute;
|
|
4418
|
+
top:100%;
|
|
4419
|
+
z-index:40;
|
|
4420
|
+
margin-top:4px;
|
|
4421
|
+
margin-bottom:4px;
|
|
4422
|
+
box-sizing:border-box;
|
|
4423
|
+
width:100%;
|
|
4424
|
+
min-width:-moz-min-content;
|
|
4425
|
+
min-width:min-content;
|
|
4426
|
+
overflow:hidden;
|
|
4427
|
+
border-radius:4px;
|
|
4428
|
+
border-width:1px;
|
|
4429
|
+
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
4430
|
+
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
4431
|
+
--tw-shadow:var(--theme-shadow-overlay);
|
|
4432
|
+
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
4433
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4434
|
+
}
|
|
4435
|
+
.ndl-select-menu-list {
|
|
4436
|
+
display:flex;
|
|
4437
|
+
flex-direction:column;
|
|
4438
|
+
overflow:auto;
|
|
4439
|
+
padding:8px;
|
|
4440
|
+
}
|
|
4441
|
+
.ndl-select-menu-list.ndl-small {
|
|
4442
|
+
max-height:196px;
|
|
4443
|
+
}
|
|
4444
|
+
.ndl-select-menu-list.ndl-medium {
|
|
4445
|
+
max-height:280px;
|
|
4446
|
+
}
|
|
4447
|
+
.ndl-select-menu-list.ndl-large {
|
|
4448
|
+
max-height:314px;
|
|
4449
|
+
}
|
|
4149
4450
|
.ndl-node-label {
|
|
4150
4451
|
position:relative;
|
|
4151
4452
|
display:inline-block;
|
|
@@ -5115,45 +5416,52 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5115
5416
|
.ndl-cypher-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div, .ndl-codemirror-editor .cm-tooltip-autocomplete li[aria-selected='true'] > div{
|
|
5116
5417
|
opacity:100%;
|
|
5117
5418
|
}
|
|
5118
|
-
.ndl-text-link{
|
|
5419
|
+
.ndl-text-link {
|
|
5420
|
+
position:relative;
|
|
5421
|
+
display:inline-flex;
|
|
5422
|
+
flex-direction:row;
|
|
5423
|
+
align-items:baseline;
|
|
5424
|
+
gap:4px;
|
|
5119
5425
|
color:rgb(var(--theme-palette-primary-text));
|
|
5120
5426
|
text-decoration-line:underline;
|
|
5121
5427
|
text-underline-offset:3px;
|
|
5122
|
-
display:inline-flex;
|
|
5123
|
-
align-items:baseline;
|
|
5124
|
-
flex-direction:row;
|
|
5125
|
-
position:relative;
|
|
5126
|
-
-moz-column-gap:2px;
|
|
5127
|
-
column-gap:2px;
|
|
5128
5428
|
}
|
|
5129
|
-
.ndl-text-link > div{
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
.ndl-text-link .ndl-external-link-icon{
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
.ndl-text-link:hover{
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5429
|
+
.ndl-text-link > div {
|
|
5430
|
+
flex-shrink:0;
|
|
5431
|
+
}
|
|
5432
|
+
.ndl-text-link .ndl-external-link-icon {
|
|
5433
|
+
height:12px;
|
|
5434
|
+
width:12px;
|
|
5435
|
+
}
|
|
5436
|
+
.ndl-text-link:hover {
|
|
5437
|
+
color:rgb(var(--theme-palette-primary-hover-strong));
|
|
5438
|
+
text-decoration-line:underline;
|
|
5439
|
+
}
|
|
5440
|
+
.ndl-text-link:active {
|
|
5441
|
+
color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5442
|
+
text-decoration-line:underline;
|
|
5443
|
+
}
|
|
5142
5444
|
.ndl-text-link:focus-visible{
|
|
5143
5445
|
outline:none;
|
|
5144
5446
|
}
|
|
5145
5447
|
.ndl-text-link:focus-visible::after {
|
|
5448
|
+
position:absolute;
|
|
5449
|
+
left:-1px;
|
|
5450
|
+
top:3px;
|
|
5451
|
+
box-sizing:border-box;
|
|
5452
|
+
height:calc(100% - 6px);
|
|
5453
|
+
width:calc(100% + 1px);
|
|
5454
|
+
border-radius:4px;
|
|
5455
|
+
border-style:solid;
|
|
5456
|
+
border-color:rgb(var(--theme-palette-primary-focus));
|
|
5457
|
+
color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5458
|
+
outline-width:2px;
|
|
5459
|
+
outline-offset:0px;
|
|
5146
5460
|
content:'';
|
|
5147
|
-
|
|
5148
|
-
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
height:calc(100% - 6px);
|
|
5152
|
-
outline:2px solid rgb(var(--theme-palette-primary-focus));
|
|
5153
|
-
color:rgb(var(--theme-palette-primary-pressed-strong));
|
|
5154
|
-
box-sizing:border-box;
|
|
5155
|
-
border-radius:4px;
|
|
5156
|
-
outline-offset:0px;
|
|
5461
|
+
}
|
|
5462
|
+
.ndl-external-link,
|
|
5463
|
+
.ndl-internal-icon {
|
|
5464
|
+
text-decoration-line:none;
|
|
5157
5465
|
}
|
|
5158
5466
|
.ndl-text-area .ndl-text-area-wrapper {
|
|
5159
5467
|
position:relative;
|
|
@@ -6557,7 +6865,7 @@ button.ndl-avatar:focus-visible {
|
|
|
6557
6865
|
.ndl-callout .ndl-callout-content {
|
|
6558
6866
|
display:flex;
|
|
6559
6867
|
flex-direction:column;
|
|
6560
|
-
gap:
|
|
6868
|
+
gap:4px;
|
|
6561
6869
|
}
|
|
6562
6870
|
.ndl-callout .ndl-callout-rectangle {
|
|
6563
6871
|
position:absolute;
|
|
@@ -6850,7 +7158,7 @@ button.ndl-avatar:focus-visible {
|
|
|
6850
7158
|
display:flex;
|
|
6851
7159
|
flex-direction:row;
|
|
6852
7160
|
align-items:center;
|
|
6853
|
-
gap:
|
|
7161
|
+
gap:12px;
|
|
6854
7162
|
}
|
|
6855
7163
|
.ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-tooltip-action {
|
|
6856
7164
|
font-size:0.875rem;
|
|
@@ -6861,6 +7169,7 @@ button.ndl-avatar:focus-visible {
|
|
|
6861
7169
|
}
|
|
6862
7170
|
.ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-tooltip-action-close {
|
|
6863
7171
|
margin-left:auto;
|
|
7172
|
+
display:none;
|
|
6864
7173
|
}
|
|
6865
7174
|
.ndl-chart-legend {
|
|
6866
7175
|
position:relative;
|
|
@@ -6922,7 +7231,15 @@ button.ndl-avatar:focus-visible {
|
|
|
6922
7231
|
min-width:176px;
|
|
6923
7232
|
flex-direction:column;
|
|
6924
7233
|
gap:8px;
|
|
7234
|
+
border-radius:8px;
|
|
7235
|
+
border-width:1px;
|
|
7236
|
+
border-style:solid;
|
|
7237
|
+
border-color:rgb(var(--theme-palette-neutral-border-strong));
|
|
7238
|
+
background-color:rgb(var(--theme-palette-neutral-bg-weak));
|
|
6925
7239
|
padding:8px;
|
|
7240
|
+
--tw-shadow:var(--theme-shadow-overlay);
|
|
7241
|
+
--tw-shadow-colored:var(--theme-shadow-overlay);
|
|
7242
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
6926
7243
|
}
|
|
6927
7244
|
.ndl-charts-chart-tooltip .ndl-text-link {
|
|
6928
7245
|
margin-top:4px;
|
|
@@ -6956,9 +7273,8 @@ button.ndl-avatar:focus-visible {
|
|
|
6956
7273
|
width:6px;
|
|
6957
7274
|
border-radius:2px;
|
|
6958
7275
|
}
|
|
6959
|
-
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-charts-chart-tooltip-content-left-element
|
|
6960
|
-
|
|
6961
|
-
}
|
|
7276
|
+
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-charts-chart-tooltip-content-left-element{
|
|
7277
|
+
}
|
|
6962
7278
|
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-charts-chart-tooltip-content-right-element {
|
|
6963
7279
|
margin-left:auto;
|
|
6964
7280
|
padding-left:8px;
|
|
@@ -6968,9 +7284,7 @@ button.ndl-avatar:focus-visible {
|
|
|
6968
7284
|
flex-direction:row;
|
|
6969
7285
|
align-items:center;
|
|
6970
7286
|
border-radius:4px;
|
|
6971
|
-
background-color:rgb(var(--theme-palette-danger-bg-weak));
|
|
6972
7287
|
padding:6px;
|
|
6973
|
-
color:rgb(var(--theme-palette-danger-text));
|
|
6974
7288
|
}
|
|
6975
7289
|
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-charts-chart-tooltip-content-notification .ndl-status-indicator {
|
|
6976
7290
|
margin-right:8px;
|
|
@@ -6979,6 +7293,14 @@ button.ndl-avatar:focus-visible {
|
|
|
6979
7293
|
margin-left:auto;
|
|
6980
7294
|
padding-left:8px;
|
|
6981
7295
|
}
|
|
7296
|
+
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-notification-danger {
|
|
7297
|
+
background-color:rgb(var(--theme-palette-danger-bg-weak));
|
|
7298
|
+
color:rgb(var(--theme-palette-danger-text));
|
|
7299
|
+
}
|
|
7300
|
+
.ndl-charts-chart-tooltip .ndl-charts-chart-tooltip-content .ndl-notification-warning {
|
|
7301
|
+
background-color:rgb(var(--theme-palette-warning-bg-weak));
|
|
7302
|
+
color:rgb(var(--theme-palette-warning-text));
|
|
7303
|
+
}
|
|
6982
7304
|
.n-sr-only {
|
|
6983
7305
|
position:absolute;
|
|
6984
7306
|
width:1px;
|
package/lib/tokens/js/tokens.js
CHANGED