@neo4j-ndl/base 4.20.2 → 4.21.1
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/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +109 -565
- package/package.json +1 -1
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -2146,271 +2146,102 @@ a.ndl-btn {
|
|
|
2146
2146
|
.ndl-banner .ndl-banner-actions .ndl-btn.ndl-text-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-btn.ndl-outlined-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-btn.ndl-filled-button:not(:disabled):active {
|
|
2147
2147
|
background-color:var(--theme-color-neutral-pressed);
|
|
2148
2148
|
}
|
|
2149
|
-
.ndl-form-
|
|
2150
|
-
|
|
2151
|
-
align-items:center;
|
|
2152
|
-
-moz-column-gap:8px;
|
|
2153
|
-
column-gap:8px;
|
|
2154
|
-
font:var(--typography-body-medium);
|
|
2155
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
2156
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
2157
|
-
}
|
|
2158
|
-
.ndl-form-item .ndl-form-item-label.ndl-fluid {
|
|
2149
|
+
.ndl-form-label-row{
|
|
2150
|
+
margin-bottom:4px;
|
|
2159
2151
|
display:flex;
|
|
2160
2152
|
width:100%;
|
|
2153
|
+
align-items:center;
|
|
2154
|
+
gap:4px;
|
|
2161
2155
|
}
|
|
2162
|
-
.ndl-form-
|
|
2163
|
-
|
|
2156
|
+
.ndl-form-label-row.ndl-visually-hidden {
|
|
2157
|
+
position:absolute;
|
|
2158
|
+
width:1px;
|
|
2159
|
+
height:1px;
|
|
2160
|
+
padding:0;
|
|
2161
|
+
margin:-1px;
|
|
2162
|
+
overflow:hidden;
|
|
2163
|
+
clip:rect(0, 0, 0, 0);
|
|
2164
|
+
white-space:nowrap;
|
|
2165
|
+
border-width:0;
|
|
2164
2166
|
}
|
|
2165
|
-
.ndl-form-
|
|
2166
|
-
|
|
2167
|
-
width:100%;
|
|
2168
|
-
}
|
|
2169
|
-
.ndl-form-item .ndl-form-item-wrapper .ndl-form-item-optional {
|
|
2170
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
2171
|
-
font-style:italic;
|
|
2172
|
-
margin-left:auto;
|
|
2167
|
+
.ndl-form-label-row .ndl-form-label {
|
|
2168
|
+
color:var(--theme-color-neutral-text-weak);
|
|
2173
2169
|
}
|
|
2174
|
-
.ndl-form-
|
|
2175
|
-
|
|
2176
|
-
|
|
2170
|
+
.ndl-form-label-row .ndl-form-label-indicator{
|
|
2171
|
+
margin-left:auto;
|
|
2172
|
+
font-style:italic;
|
|
2173
|
+
color:var(--theme-color-neutral-text-weaker);
|
|
2174
|
+
}
|
|
2175
|
+
.ndl-form-label-row .ndl-information-icon-small {
|
|
2177
2176
|
width:16px;
|
|
2178
2177
|
height:16px;
|
|
2179
2178
|
color:var(--theme-color-neutral-text-weak);
|
|
2180
2179
|
}
|
|
2181
|
-
.ndl-form-
|
|
2182
|
-
margin-top:2px;
|
|
2183
|
-
margin-left:3px;
|
|
2180
|
+
.ndl-form-label-row .ndl-information-icon-large {
|
|
2184
2181
|
width:20px;
|
|
2185
2182
|
height:20px;
|
|
2186
2183
|
color:var(--theme-color-neutral-text-weak);
|
|
2187
2184
|
}
|
|
2188
|
-
.ndl-
|
|
2189
|
-
|
|
2190
|
-
align-items:flex-start;
|
|
2191
|
-
row-gap:5px;
|
|
2192
|
-
}
|
|
2193
|
-
.ndl-form-item.ndl-type-text .ndl-form-item-no-label {
|
|
2194
|
-
row-gap:0px;
|
|
2195
|
-
}
|
|
2196
|
-
.ndl-form-item.ndl-type-text:not(.ndl-disabled) .ndl-form-label-text {
|
|
2197
|
-
color:var(--theme-color-neutral-text-weak);
|
|
2198
|
-
}
|
|
2199
|
-
.ndl-form-item.ndl-disabled .ndl-form-label-text {
|
|
2185
|
+
.ndl-disabled .ndl-form-label-row .ndl-form-label,
|
|
2186
|
+
.ndl-disabled .ndl-form-label-row .ndl-form-label-indicator {
|
|
2200
2187
|
color:var(--theme-color-neutral-text-weakest);
|
|
2201
2188
|
}
|
|
2202
|
-
.ndl-
|
|
2189
|
+
.ndl-disabled .ndl-form-label-row .ndl-form-label {
|
|
2203
2190
|
cursor:not-allowed;
|
|
2204
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
2205
2191
|
}
|
|
2206
|
-
.ndl-form-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
flex-direction:row;
|
|
2192
|
+
.ndl-form-inline-field {
|
|
2193
|
+
display:inline-flex;
|
|
2194
|
+
max-width:100%;
|
|
2210
2195
|
align-items:center;
|
|
2211
|
-
gap:
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
color:var(--theme-color-neutral-text-weak);
|
|
2215
|
-
}
|
|
2216
|
-
.ndl-form-item .ndl-form-msg .ndl-error-text{
|
|
2217
|
-
display:inline-block;
|
|
2218
|
-
}
|
|
2219
|
-
.ndl-form-item.ndl-has-error input:not(:active):not(:focus) {
|
|
2220
|
-
outline-style:solid;
|
|
2221
|
-
outline-width:2px;
|
|
2222
|
-
outline-offset:-2px;
|
|
2223
|
-
outline-color:var(--theme-color-danger-border-strong);
|
|
2224
|
-
}
|
|
2225
|
-
.ndl-form-item.ndl-has-error .ndl-form-msg {
|
|
2226
|
-
color:var(--theme-color-danger-text);
|
|
2227
|
-
}
|
|
2228
|
-
.ndl-form-item.ndl-has-leading-icon input[type='text'],
|
|
2229
|
-
.ndl-form-item.ndl-has-leading-icon input[type='email'],
|
|
2230
|
-
.ndl-form-item.ndl-has-leading-icon input[type='password'],
|
|
2231
|
-
.ndl-form-item.ndl-has-leading-icon input[type='number'],
|
|
2232
|
-
.ndl-form-item.ndl-has-leading-icon input[type='url'] {
|
|
2233
|
-
padding-left:36px;
|
|
2234
|
-
}
|
|
2235
|
-
.ndl-form-item.ndl-has-trailing-icon input[type='text'],
|
|
2236
|
-
.ndl-form-item.ndl-has-trailing-icon input[type='email'],
|
|
2237
|
-
.ndl-form-item.ndl-has-trailing-icon input[type='password'],
|
|
2238
|
-
.ndl-form-item.ndl-has-trailing-icon input[type='number'],
|
|
2239
|
-
.ndl-form-item.ndl-has-trailing-icon input[type='url'] {
|
|
2240
|
-
padding-right:36px;
|
|
2241
|
-
}
|
|
2242
|
-
.ndl-form-item.ndl-has-icon .ndl-error-icon {
|
|
2243
|
-
width:20px;
|
|
2244
|
-
height:20px;
|
|
2245
|
-
color:var(--theme-color-danger-text);
|
|
2246
|
-
}
|
|
2247
|
-
.ndl-form-item.ndl-has-icon .ndl-icon {
|
|
2248
|
-
color:var(--theme-color-neutral-text-weak);
|
|
2249
|
-
}
|
|
2250
|
-
.ndl-form-item.ndl-has-icon.ndl-right-icon {
|
|
2251
|
-
position:absolute;
|
|
2252
|
-
cursor:pointer;
|
|
2253
|
-
}
|
|
2254
|
-
.ndl-form-item.ndl-has-icon.ndl-disabled .ndl-right-icon {
|
|
2255
|
-
cursor:not-allowed;
|
|
2256
|
-
}
|
|
2257
|
-
.ndl-form-item.ndl-has-icon.ndl-disabled .ndl-icon {
|
|
2258
|
-
cursor:not-allowed;
|
|
2259
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
2260
|
-
}
|
|
2261
|
-
.ndl-form-item.ndl-large input[type='text'],
|
|
2262
|
-
.ndl-form-item.ndl-large input[type='email'],
|
|
2263
|
-
.ndl-form-item.ndl-large input[type='password'],
|
|
2264
|
-
.ndl-form-item.ndl-large input[type='number'],
|
|
2265
|
-
.ndl-form-item.ndl-large input[type='url'] {
|
|
2266
|
-
height:48px;
|
|
2267
|
-
padding-top:12px;
|
|
2268
|
-
padding-bottom:12px;
|
|
2269
|
-
font:var(--typography-body-large);
|
|
2270
|
-
letter-spacing:var(--typography-body-large-letter-spacing);
|
|
2271
|
-
font-family:var(--typography-body-large-font-family), sans-serif;
|
|
2272
|
-
}
|
|
2273
|
-
.ndl-form-item.ndl-large input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-large input[type='url']:-moz-read-only:not(:disabled) {
|
|
2274
|
-
height:24px;
|
|
2275
|
-
}
|
|
2276
|
-
.ndl-form-item.ndl-large input[type='text']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='email']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='password']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='number']:read-only:not(:disabled), .ndl-form-item.ndl-large input[type='url']:read-only:not(:disabled) {
|
|
2277
|
-
height:24px;
|
|
2278
|
-
}
|
|
2279
|
-
.ndl-form-item.ndl-large .ndl-form-item-label{
|
|
2280
|
-
font:var(--typography-body-large);
|
|
2281
|
-
letter-spacing:var(--typography-body-large-letter-spacing);
|
|
2282
|
-
font-family:var(--typography-body-large-font-family), sans-serif;
|
|
2283
|
-
}
|
|
2284
|
-
.ndl-form-item.ndl-large .ndl-form-msg{
|
|
2196
|
+
-moz-column-gap:8px;
|
|
2197
|
+
column-gap:8px;
|
|
2198
|
+
color:var(--theme-color-neutral-text-default);
|
|
2285
2199
|
font:var(--typography-body-medium);
|
|
2286
2200
|
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
2287
2201
|
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
2288
2202
|
}
|
|
2289
|
-
.ndl-form-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
.ndl-form-item.ndl-large.ndl-has-trailing-icon input[type='number'],
|
|
2293
|
-
.ndl-form-item.ndl-large.ndl-has-trailing-icon input[type='url']{
|
|
2294
|
-
padding-right:42px;
|
|
2295
|
-
}
|
|
2296
|
-
.ndl-form-item.ndl-large.ndl-has-leading-icon input[type='text'],
|
|
2297
|
-
.ndl-form-item.ndl-large.ndl-has-leading-icon input[type='email'],
|
|
2298
|
-
.ndl-form-item.ndl-large.ndl-has-leading-icon input[type='password'],
|
|
2299
|
-
.ndl-form-item.ndl-large.ndl-has-leading-icon input[type='number'],
|
|
2300
|
-
.ndl-form-item.ndl-large.ndl-has-leading-icon input[type='url']{
|
|
2301
|
-
padding-left:42px;
|
|
2302
|
-
}
|
|
2303
|
-
.ndl-form-item.ndl-large.ndl-has-icon .ndl-icon {
|
|
2304
|
-
position:absolute;
|
|
2305
|
-
width:24px;
|
|
2306
|
-
height:24px;
|
|
2203
|
+
.ndl-form-inline-field.ndl-fluid {
|
|
2204
|
+
display:flex;
|
|
2205
|
+
width:100%;
|
|
2307
2206
|
}
|
|
2308
|
-
.ndl-form-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
.ndl-form-item.ndl-large.ndl-has-icon .ndl-right-icon{
|
|
2313
|
-
top:calc(50% - 12px);
|
|
2314
|
-
right:16px;
|
|
2315
|
-
}
|
|
2316
|
-
.ndl-form-item.ndl-medium input[type='text'],
|
|
2317
|
-
.ndl-form-item.ndl-medium input[type='email'],
|
|
2318
|
-
.ndl-form-item.ndl-medium input[type='password'],
|
|
2319
|
-
.ndl-form-item.ndl-medium input[type='number'],
|
|
2320
|
-
.ndl-form-item.ndl-medium input[type='url'] {
|
|
2321
|
-
height:36px;
|
|
2322
|
-
padding-top:8px;
|
|
2323
|
-
padding-bottom:8px;
|
|
2324
|
-
font:var(--typography-body-medium);
|
|
2325
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
2326
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
2207
|
+
.ndl-form-inline-label-text.ndl-truncated {
|
|
2208
|
+
overflow:hidden;
|
|
2209
|
+
text-overflow:ellipsis;
|
|
2210
|
+
white-space:nowrap;
|
|
2327
2211
|
}
|
|
2328
|
-
.ndl-form-
|
|
2329
|
-
|
|
2212
|
+
.ndl-form-inline-label-text.ndl-disabled {
|
|
2213
|
+
cursor:not-allowed;
|
|
2214
|
+
color:var(--theme-color-neutral-text-weakest);
|
|
2330
2215
|
}
|
|
2331
|
-
.ndl-form-
|
|
2332
|
-
|
|
2216
|
+
.ndl-form-message:not(:empty) {
|
|
2217
|
+
margin-top:4px;
|
|
2218
|
+
color:var(--theme-color-neutral-text-weak);
|
|
2333
2219
|
}
|
|
2334
|
-
.ndl-form-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2220
|
+
.ndl-form-message .ndl-form-message-content {
|
|
2221
|
+
display:flex;
|
|
2222
|
+
flex-direction:row;
|
|
2223
|
+
align-items:center;
|
|
2224
|
+
gap:4px;
|
|
2338
2225
|
}
|
|
2339
|
-
.ndl-form-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
.ndl-form-item.ndl-medium.ndl-has-leading-icon input[type='url'] {
|
|
2344
|
-
padding-left:36px;
|
|
2226
|
+
.ndl-form-message .ndl-form-message-icon {
|
|
2227
|
+
width:16px;
|
|
2228
|
+
height:16px;
|
|
2229
|
+
flex-shrink:0;
|
|
2345
2230
|
}
|
|
2346
|
-
.ndl-form-
|
|
2347
|
-
|
|
2231
|
+
.ndl-form-message .ndl-form-message-icon .ndl-icon-svg {
|
|
2232
|
+
width:100%;
|
|
2233
|
+
height:100%;
|
|
2234
|
+
}
|
|
2235
|
+
.ndl-form-message.ndl-large .ndl-form-message-icon {
|
|
2348
2236
|
width:20px;
|
|
2349
2237
|
height:20px;
|
|
2350
2238
|
}
|
|
2351
|
-
.ndl-form-
|
|
2352
|
-
|
|
2353
|
-
left:12px;
|
|
2354
|
-
}
|
|
2355
|
-
.ndl-form-item.ndl-medium.ndl-has-icon .ndl-right-icon{
|
|
2356
|
-
top:calc(50% - 10px);
|
|
2357
|
-
right:12px;
|
|
2358
|
-
}
|
|
2359
|
-
.ndl-form-item.ndl-small{
|
|
2360
|
-
line-height:1.25rem;
|
|
2361
|
-
}
|
|
2362
|
-
.ndl-form-item.ndl-small input[type='text'],
|
|
2363
|
-
.ndl-form-item.ndl-small input[type='email'],
|
|
2364
|
-
.ndl-form-item.ndl-small input[type='password'],
|
|
2365
|
-
.ndl-form-item.ndl-small input[type='number'],
|
|
2366
|
-
.ndl-form-item.ndl-small input[type='url'] {
|
|
2367
|
-
height:24px;
|
|
2368
|
-
padding-top:2px;
|
|
2369
|
-
padding-bottom:2px;
|
|
2370
|
-
padding-left:8px;
|
|
2371
|
-
padding-right:8px;
|
|
2372
|
-
font:var(--typography-body-medium);
|
|
2373
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
2374
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
2375
|
-
}
|
|
2376
|
-
.ndl-form-item.ndl-small input[type='text']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='email']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='password']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='number']:-moz-read-only:not(:disabled), .ndl-form-item.ndl-small input[type='url']:-moz-read-only:not(:disabled) {
|
|
2377
|
-
height:24px;
|
|
2378
|
-
}
|
|
2379
|
-
.ndl-form-item.ndl-small input[type='text']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='email']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='password']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='number']:read-only:not(:disabled), .ndl-form-item.ndl-small input[type='url']:read-only:not(:disabled) {
|
|
2380
|
-
height:24px;
|
|
2381
|
-
}
|
|
2382
|
-
.ndl-form-item.ndl-small .ndl-form-item-label{
|
|
2383
|
-
font:var(--typography-body-medium);
|
|
2384
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
2385
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
2239
|
+
.ndl-form-message.ndl-error .ndl-form-message-icon {
|
|
2240
|
+
color:var(--theme-color-danger-icon);
|
|
2386
2241
|
}
|
|
2387
|
-
.ndl-form-
|
|
2388
|
-
|
|
2389
|
-
.ndl-form-item.ndl-small.ndl-has-leading-icon input[type='password'],
|
|
2390
|
-
.ndl-form-item.ndl-small.ndl-has-leading-icon input[type='number'],
|
|
2391
|
-
.ndl-form-item.ndl-small.ndl-has-leading-icon input[type='url'] {
|
|
2392
|
-
padding-left:28px;
|
|
2393
|
-
}
|
|
2394
|
-
.ndl-form-item.ndl-small.ndl-has-trailing-icon input[type='text'],
|
|
2395
|
-
.ndl-form-item.ndl-small.ndl-has-trailing-icon input[type='email'],
|
|
2396
|
-
.ndl-form-item.ndl-small.ndl-has-trailing-icon input[type='password'],
|
|
2397
|
-
.ndl-form-item.ndl-small.ndl-has-trailing-icon input[type='number'],
|
|
2398
|
-
.ndl-form-item.ndl-small.ndl-has-trailing-icon input[type='url'] {
|
|
2399
|
-
padding-right:28px;
|
|
2400
|
-
}
|
|
2401
|
-
.ndl-form-item.ndl-small.ndl-has-icon .ndl-icon {
|
|
2402
|
-
position:absolute;
|
|
2403
|
-
width:16px;
|
|
2404
|
-
height:16px;
|
|
2242
|
+
.ndl-form-message.ndl-error .ndl-form-message-text {
|
|
2243
|
+
color:var(--theme-color-danger-text);
|
|
2405
2244
|
}
|
|
2406
|
-
.ndl-form-item.ndl-small.ndl-has-icon .ndl-icon.ndl-left-icon{
|
|
2407
|
-
top:calc(50% - 8px);
|
|
2408
|
-
left:8px;
|
|
2409
|
-
}
|
|
2410
|
-
.ndl-form-item.ndl-small.ndl-has-icon .ndl-right-icon{
|
|
2411
|
-
top:calc(50% - 8px);
|
|
2412
|
-
right:8px;
|
|
2413
|
-
}
|
|
2414
2245
|
.ndl-progress-bar-wrapper {
|
|
2415
2246
|
display:flex;
|
|
2416
2247
|
flex-direction:column;
|
|
@@ -4320,30 +4151,9 @@ a.ndl-btn {
|
|
|
4320
4151
|
outline-offset:0px;
|
|
4321
4152
|
outline-color:var(--theme-color-primary-focus);
|
|
4322
4153
|
}
|
|
4323
|
-
.ndl-select
|
|
4154
|
+
.ndl-select{
|
|
4324
4155
|
display:inline-flex;
|
|
4325
4156
|
flex-direction:column;
|
|
4326
|
-
row-gap:4px;
|
|
4327
|
-
}
|
|
4328
|
-
.ndl-select.ndl-small .ndl-error-icon {
|
|
4329
|
-
width:16px;
|
|
4330
|
-
height:16px;
|
|
4331
|
-
}
|
|
4332
|
-
.ndl-select.ndl-medium .ndl-error-icon {
|
|
4333
|
-
width:20px;
|
|
4334
|
-
height:20px;
|
|
4335
|
-
}
|
|
4336
|
-
.ndl-select.ndl-large .ndl-error-icon {
|
|
4337
|
-
width:24px;
|
|
4338
|
-
height:24px;
|
|
4339
|
-
}
|
|
4340
|
-
.ndl-select.ndl-large label{
|
|
4341
|
-
font:var(--typography-body-large);
|
|
4342
|
-
letter-spacing:var(--typography-body-large-letter-spacing);
|
|
4343
|
-
font-family:var(--typography-body-large-font-family), sans-serif;
|
|
4344
|
-
}
|
|
4345
|
-
.ndl-select.ndl-large .ndl-sub-text {
|
|
4346
|
-
color:var(--theme-color-neutral-text-weak);
|
|
4347
4157
|
}
|
|
4348
4158
|
.ndl-select.ndl-fluid {
|
|
4349
4159
|
display:flex;
|
|
@@ -4352,27 +4162,6 @@ a.ndl-btn {
|
|
|
4352
4162
|
cursor:not-allowed;
|
|
4353
4163
|
color:var(--theme-color-neutral-text-weakest);
|
|
4354
4164
|
}
|
|
4355
|
-
.ndl-select.ndl-disabled label {
|
|
4356
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
4357
|
-
}
|
|
4358
|
-
.ndl-select label {
|
|
4359
|
-
color:var(--theme-color-neutral-text-weak);
|
|
4360
|
-
font:var(--typography-body-medium);
|
|
4361
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
4362
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
4363
|
-
}
|
|
4364
|
-
.ndl-select .ndl-sub-text {
|
|
4365
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
4366
|
-
font:var(--typography-body-small);
|
|
4367
|
-
letter-spacing:var(--typography-body-small-letter-spacing);
|
|
4368
|
-
font-family:var(--typography-body-small-font-family), sans-serif;
|
|
4369
|
-
}
|
|
4370
|
-
.ndl-select .ndl-error-text {
|
|
4371
|
-
color:var(--theme-color-danger-text);
|
|
4372
|
-
}
|
|
4373
|
-
.ndl-select .ndl-error-icon {
|
|
4374
|
-
color:var(--theme-color-danger-icon);
|
|
4375
|
-
}
|
|
4376
4165
|
.ndl-select-input {
|
|
4377
4166
|
margin:0px;
|
|
4378
4167
|
box-sizing:border-box;
|
|
@@ -4650,9 +4439,6 @@ a.ndl-btn {
|
|
|
4650
4439
|
.ndl-select-option.ndl-is-multi:hover {
|
|
4651
4440
|
background-color:var(--theme-color-neutral-hover);
|
|
4652
4441
|
}
|
|
4653
|
-
.ndl-select-option.ndl-form-item {
|
|
4654
|
-
margin-top:0px;
|
|
4655
|
-
}
|
|
4656
4442
|
.ndl-select-option.ndl-focused {
|
|
4657
4443
|
background-color:var(--theme-color-neutral-hover);
|
|
4658
4444
|
}
|
|
@@ -5942,9 +5728,8 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5942
5728
|
}
|
|
5943
5729
|
.ndl-text-area .ndl-text-area-label {
|
|
5944
5730
|
display:inline-flex;
|
|
5731
|
+
flex-direction:column;
|
|
5945
5732
|
align-items:flex-start;
|
|
5946
|
-
-moz-column-gap:12px;
|
|
5947
|
-
column-gap:12px;
|
|
5948
5733
|
font:var(--typography-body-medium);
|
|
5949
5734
|
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
5950
5735
|
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
@@ -5953,78 +5738,15 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
5953
5738
|
display:flex;
|
|
5954
5739
|
width:100%;
|
|
5955
5740
|
}
|
|
5956
|
-
.ndl-text-area .ndl-text-area-label.ndl-label-before {
|
|
5957
|
-
flex-direction:row-reverse;
|
|
5958
|
-
}
|
|
5959
5741
|
.ndl-text-area .ndl-text-area-wrapper{
|
|
5960
5742
|
display:flex;
|
|
5961
5743
|
width:100%;
|
|
5962
5744
|
}
|
|
5963
|
-
.ndl-text-area .ndl-text-area-wrapper .ndl-text-area-optional {
|
|
5964
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
5965
|
-
font-style:italic;
|
|
5966
|
-
margin-left:auto;
|
|
5967
|
-
}
|
|
5968
|
-
.ndl-text-area .ndl-text-area-wrapper .ndl-information-icon-small {
|
|
5969
|
-
margin-top:2px;
|
|
5970
|
-
margin-left:3px;
|
|
5971
|
-
width:16px;
|
|
5972
|
-
height:16px;
|
|
5973
|
-
color:var(--theme-color-neutral-text-weak);
|
|
5974
|
-
}
|
|
5975
|
-
.ndl-text-area .ndl-text-area-wrapper .ndl-information-icon-large {
|
|
5976
|
-
margin-top:2px;
|
|
5977
|
-
margin-left:3px;
|
|
5978
|
-
width:20px;
|
|
5979
|
-
height:20px;
|
|
5980
|
-
color:var(--theme-color-neutral-text-weak);
|
|
5981
|
-
}
|
|
5982
|
-
.ndl-text-area.ndl-type-text .ndl-text-area-label {
|
|
5983
|
-
flex-direction:column-reverse;
|
|
5984
|
-
align-items:flex-start;
|
|
5985
|
-
row-gap:5px;
|
|
5986
|
-
}
|
|
5987
|
-
.ndl-text-area.ndl-type-text .ndl-text-area-label .ndl-text-area-label-text {
|
|
5988
|
-
color:var(--theme-color-neutral-text-weak);
|
|
5989
|
-
}
|
|
5990
|
-
.ndl-text-area.ndl-type-text .ndl-text-area-no-label {
|
|
5991
|
-
row-gap:0px;
|
|
5992
|
-
}
|
|
5993
|
-
.ndl-text-area.ndl-type-radio {
|
|
5994
|
-
display:flex;
|
|
5995
|
-
align-items:center;
|
|
5996
|
-
color:var(--theme-color-neutral-text-default);
|
|
5997
|
-
}
|
|
5998
|
-
.ndl-text-area.ndl-disabled .ndl-text-area-label {
|
|
5999
|
-
cursor:not-allowed;
|
|
6000
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
6001
|
-
}
|
|
6002
|
-
.ndl-text-area .ndl-text-area-msg {
|
|
6003
|
-
margin-top:4px;
|
|
6004
|
-
display:flex;
|
|
6005
|
-
flex-direction:row;
|
|
6006
|
-
align-items:center;
|
|
6007
|
-
gap:4px;
|
|
6008
|
-
font-size:0.75rem;
|
|
6009
|
-
line-height:1rem;
|
|
6010
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
6011
|
-
}
|
|
6012
|
-
.ndl-text-area .ndl-text-area-msg .ndl-error-text{
|
|
6013
|
-
display:inline-block;
|
|
6014
|
-
}
|
|
6015
5745
|
.ndl-text-area.ndl-has-error textarea {
|
|
6016
5746
|
outline-color:var(--theme-color-danger-border-strong);
|
|
6017
5747
|
border-width:2px;
|
|
6018
5748
|
border-color:var(--theme-color-danger-border-strong);
|
|
6019
5749
|
}
|
|
6020
|
-
.ndl-text-area.ndl-has-error .ndl-text-area-msg {
|
|
6021
|
-
color:var(--theme-color-danger-text);
|
|
6022
|
-
}
|
|
6023
|
-
.ndl-text-area.ndl-has-icon .ndl-error-icon {
|
|
6024
|
-
width:20px;
|
|
6025
|
-
height:20px;
|
|
6026
|
-
color:var(--theme-color-danger-text);
|
|
6027
|
-
}
|
|
6028
5750
|
.ndl-text-area.ndl-large textarea {
|
|
6029
5751
|
padding-top:12px;
|
|
6030
5752
|
padding-bottom:12px;
|
|
@@ -6038,17 +5760,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6038
5760
|
letter-spacing:var(--typography-body-large-letter-spacing);
|
|
6039
5761
|
font-family:var(--typography-body-large-font-family), sans-serif;
|
|
6040
5762
|
}
|
|
6041
|
-
.ndl-text-area.ndl-large .ndl-text-area-msg{
|
|
6042
|
-
font:var(--typography-body-medium);
|
|
6043
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
6044
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
6045
|
-
}
|
|
6046
|
-
.ndl-text-area.ndl-large.ndl-has-icon .ndl-icon {
|
|
6047
|
-
position:absolute;
|
|
6048
|
-
width:24px;
|
|
6049
|
-
height:24px;
|
|
6050
|
-
color:var(--theme-color-neutral-text-weak);
|
|
6051
|
-
}
|
|
6052
5763
|
.ndl-text-area.ndl-small textarea, .ndl-text-area.ndl-medium textarea {
|
|
6053
5764
|
padding-top:8px;
|
|
6054
5765
|
padding-bottom:8px;
|
|
@@ -6061,12 +5772,6 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
|
|
|
6061
5772
|
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
6062
5773
|
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
6063
5774
|
}
|
|
6064
|
-
.ndl-text-area.ndl-small.ndl-has-icon .ndl-icon, .ndl-text-area.ndl-medium.ndl-has-icon .ndl-icon {
|
|
6065
|
-
width:20px;
|
|
6066
|
-
height:20px;
|
|
6067
|
-
position:absolute;
|
|
6068
|
-
color:var(--theme-color-neutral-text-weak);
|
|
6069
|
-
}
|
|
6070
5775
|
.ndl-status-indicator {
|
|
6071
5776
|
display:inline-block;
|
|
6072
5777
|
}
|
|
@@ -7027,12 +6732,10 @@ button.ndl-avatar:focus-visible {
|
|
|
7027
6732
|
}
|
|
7028
6733
|
.ndl-tree-view-new .ndl-tree-view-new-item:not(.ndl-tree-view-new-item--disabled)
|
|
7029
6734
|
> .ndl-tree-view-new-item-content:active {
|
|
7030
|
-
border-radius:4px;
|
|
7031
6735
|
background-color:var(--theme-color-neutral-pressed);
|
|
7032
6736
|
}
|
|
7033
6737
|
.ndl-tree-view-new .ndl-tree-view-new-item:not(.ndl-tree-view-new-item--disabled)
|
|
7034
6738
|
> .ndl-tree-view-new-item-content:hover {
|
|
7035
|
-
border-radius:4px;
|
|
7036
6739
|
background-color:var(--theme-color-neutral-hover);
|
|
7037
6740
|
}
|
|
7038
6741
|
.ndl-tree-view-new .ndl-tree-view-new-item[aria-busy='true']{
|
|
@@ -7102,7 +6805,7 @@ button.ndl-avatar:focus-visible {
|
|
|
7102
6805
|
var(--tree-level-indent) + 4px + var(--tree-chevron-size)
|
|
7103
6806
|
);
|
|
7104
6807
|
}
|
|
7105
|
-
.ndl-tree-view-new:not(
|
|
6808
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox) .ndl-tree-view-new-item--selected > .ndl-tree-view-new-item-content::before{
|
|
7106
6809
|
content:'';
|
|
7107
6810
|
position:absolute;
|
|
7108
6811
|
top:0px;
|
|
@@ -7112,18 +6815,42 @@ button.ndl-avatar:focus-visible {
|
|
|
7112
6815
|
width:4px;
|
|
7113
6816
|
border-radius:9999px;
|
|
7114
6817
|
}
|
|
7115
|
-
.ndl-tree-view-new:not(
|
|
6818
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox) .ndl-tree-view-new-item--selected > .ndl-tree-view-new-item-content {
|
|
7116
6819
|
background-color:var(--theme-color-neutral-bg-strong);
|
|
7117
6820
|
}
|
|
7118
|
-
.ndl-tree-view-new:not(
|
|
6821
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox) .ndl-tree-view-new-item--selected > .ndl-tree-view-new-item-content:hover {
|
|
7119
6822
|
background-color:var(--theme-color-neutral-bg-strong);
|
|
7120
6823
|
}
|
|
6824
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox) .ndl-tree-view-new-item--selected-top > .ndl-tree-view-new-item-content,
|
|
6825
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox)
|
|
6826
|
+
.ndl-tree-view-new-item--selected-top
|
|
6827
|
+
> .ndl-tree-view-new-item-content::before {
|
|
6828
|
+
border-bottom-right-radius:0;
|
|
6829
|
+
border-bottom-left-radius:0;
|
|
6830
|
+
}
|
|
6831
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox)
|
|
6832
|
+
.ndl-tree-view-new-item--selected-middle
|
|
6833
|
+
> .ndl-tree-view-new-item-content,
|
|
6834
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox)
|
|
6835
|
+
.ndl-tree-view-new-item--selected-middle
|
|
6836
|
+
> .ndl-tree-view-new-item-content::before {
|
|
6837
|
+
border-radius:0;
|
|
6838
|
+
}
|
|
6839
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox)
|
|
6840
|
+
.ndl-tree-view-new-item--selected-bottom
|
|
6841
|
+
> .ndl-tree-view-new-item-content,
|
|
6842
|
+
.ndl-tree-view-new:not(.ndl-tree-view-new--checkbox)
|
|
6843
|
+
.ndl-tree-view-new-item--selected-bottom
|
|
6844
|
+
> .ndl-tree-view-new-item-content::before {
|
|
6845
|
+
border-top-left-radius:0;
|
|
6846
|
+
border-top-right-radius:0;
|
|
6847
|
+
}
|
|
7121
6848
|
.ndl-tree-view-new .ndl-tree-view-new-checkbox {
|
|
7122
6849
|
display:flex;
|
|
7123
6850
|
flex-shrink:0;
|
|
7124
6851
|
align-items:center;
|
|
7125
6852
|
}
|
|
7126
|
-
.ndl-tree-view-new .ndl-tree-view-new-checkbox
|
|
6853
|
+
.ndl-tree-view-new .ndl-tree-view-new-checkbox > label {
|
|
7127
6854
|
margin:0px;
|
|
7128
6855
|
}
|
|
7129
6856
|
.ndl-tree-view-new .ndl-tree-view-new-item-content-title {
|
|
@@ -7185,6 +6912,17 @@ button.ndl-avatar:focus-visible {
|
|
|
7185
6912
|
padding-right:4px;
|
|
7186
6913
|
padding-inline-start:calc(var(--tree-level-indent) + 12px);
|
|
7187
6914
|
}
|
|
6915
|
+
.ndl-tree-view-new-live-region {
|
|
6916
|
+
position:absolute;
|
|
6917
|
+
width:1px;
|
|
6918
|
+
height:1px;
|
|
6919
|
+
padding:0;
|
|
6920
|
+
margin:-1px;
|
|
6921
|
+
overflow:hidden;
|
|
6922
|
+
clip:rect(0, 0, 0, 0);
|
|
6923
|
+
white-space:nowrap;
|
|
6924
|
+
border-width:0;
|
|
6925
|
+
}
|
|
7188
6926
|
.ndl-toast {
|
|
7189
6927
|
display:flex;
|
|
7190
6928
|
width:420px;
|
|
@@ -7451,64 +7189,18 @@ button.ndl-avatar:focus-visible {
|
|
|
7451
7189
|
.ndl-text-input .ndl-input-wrapper .ndl-element .ndl-btn{
|
|
7452
7190
|
height:var(--text-input-button-height);
|
|
7453
7191
|
}
|
|
7454
|
-
.ndl-text-input .ndl-
|
|
7192
|
+
.ndl-text-input .ndl-text-input-label {
|
|
7455
7193
|
display:block;
|
|
7456
7194
|
width:-moz-fit-content;
|
|
7457
7195
|
width:fit-content;
|
|
7458
7196
|
line-height:1.25rem;
|
|
7459
7197
|
}
|
|
7460
|
-
.ndl-text-input .ndl-form-item-label .ndl-label-text-wrapper {
|
|
7461
|
-
margin-bottom:4px;
|
|
7462
|
-
display:flex;
|
|
7463
|
-
}
|
|
7464
|
-
.ndl-text-input .ndl-form-item-label .ndl-label-text {
|
|
7465
|
-
color:var(--theme-color-neutral-text-weak);
|
|
7466
|
-
}
|
|
7467
|
-
.ndl-text-input .ndl-form-item-label .ndl-form-item-optional {
|
|
7468
|
-
margin-left:auto;
|
|
7469
|
-
font-style:italic;
|
|
7470
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
7471
|
-
}
|
|
7472
|
-
.ndl-text-input .ndl-form-item-label .ndl-information-icon-small {
|
|
7473
|
-
margin-top:2px;
|
|
7474
|
-
margin-left:3px;
|
|
7475
|
-
width:16px;
|
|
7476
|
-
height:16px;
|
|
7477
|
-
color:var(--theme-color-neutral-text-weak);
|
|
7478
|
-
}
|
|
7479
|
-
.ndl-text-input .ndl-form-item-label .ndl-information-icon-large {
|
|
7480
|
-
margin-top:2px;
|
|
7481
|
-
margin-left:3px;
|
|
7482
|
-
width:20px;
|
|
7483
|
-
height:20px;
|
|
7484
|
-
color:var(--theme-color-neutral-text-weak);
|
|
7485
|
-
}
|
|
7486
7198
|
.ndl-text-input input::-moz-placeholder {
|
|
7487
7199
|
color:var(--theme-color-neutral-text-weaker);
|
|
7488
7200
|
}
|
|
7489
7201
|
.ndl-text-input input::placeholder {
|
|
7490
7202
|
color:var(--theme-color-neutral-text-weaker);
|
|
7491
7203
|
}
|
|
7492
|
-
.ndl-text-input .ndl-form-message {
|
|
7493
|
-
margin-top:4px;
|
|
7494
|
-
display:flex;
|
|
7495
|
-
flex-direction:row;
|
|
7496
|
-
gap:4px;
|
|
7497
|
-
font-size:0.75rem;
|
|
7498
|
-
line-height:1rem;
|
|
7499
|
-
color:var(--theme-color-neutral-text-weak);
|
|
7500
|
-
}
|
|
7501
|
-
.ndl-text-input .ndl-form-message .ndl-error-icon {
|
|
7502
|
-
width:20px;
|
|
7503
|
-
height:20px;
|
|
7504
|
-
color:var(--theme-color-danger-text);
|
|
7505
|
-
}
|
|
7506
|
-
.ndl-text-input .ndl-form-message .ndl-error-text {
|
|
7507
|
-
color:var(--theme-color-danger-text);
|
|
7508
|
-
}
|
|
7509
|
-
.ndl-text-input.ndl-disabled .ndl-label-text {
|
|
7510
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
7511
|
-
}
|
|
7512
7204
|
.ndl-text-input.ndl-disabled .ndl-input-wrapper {
|
|
7513
7205
|
cursor:not-allowed;
|
|
7514
7206
|
border-color:var(--theme-color-neutral-border-strong);
|
|
@@ -7529,12 +7221,12 @@ button.ndl-avatar:focus-visible {
|
|
|
7529
7221
|
.ndl-text-input.ndl-read-only:not(.ndl-disabled) .ndl-input-wrapper .ndl-input-container input {
|
|
7530
7222
|
color:var(--theme-color-neutral-text-weak);
|
|
7531
7223
|
}
|
|
7532
|
-
.ndl-text-input .ndl-
|
|
7224
|
+
.ndl-text-input .ndl-text-input-label.ndl-fluid {
|
|
7533
7225
|
display:flex;
|
|
7534
7226
|
width:100%;
|
|
7535
7227
|
flex-direction:column;
|
|
7536
7228
|
}
|
|
7537
|
-
.ndl-text-input .ndl-
|
|
7229
|
+
.ndl-text-input .ndl-text-input-label.ndl-fluid .ndl-input-wrapper {
|
|
7538
7230
|
display:flex;
|
|
7539
7231
|
width:100%;
|
|
7540
7232
|
}
|
|
@@ -7983,22 +7675,6 @@ button.ndl-avatar:focus-visible {
|
|
|
7983
7675
|
.ndl-time-picker .ndl-time-picker-label {
|
|
7984
7676
|
display:flex;
|
|
7985
7677
|
flex-direction:column;
|
|
7986
|
-
gap:4px;
|
|
7987
|
-
color:var(--theme-color-neutral-text-weak);
|
|
7988
|
-
}
|
|
7989
|
-
.ndl-time-picker .ndl-time-picker-error-wrapper {
|
|
7990
|
-
margin-top:4px;
|
|
7991
|
-
display:flex;
|
|
7992
|
-
flex-direction:row;
|
|
7993
|
-
align-items:center;
|
|
7994
|
-
gap:2px;
|
|
7995
|
-
color:var(--theme-color-danger-text);
|
|
7996
|
-
}
|
|
7997
|
-
.ndl-time-picker .ndl-time-picker-error-wrapper .ndl-time-picker-error-icon {
|
|
7998
|
-
width:20px;
|
|
7999
|
-
height:20px;
|
|
8000
|
-
flex-shrink:0;
|
|
8001
|
-
color:var(--theme-color-danger-icon);
|
|
8002
7678
|
}
|
|
8003
7679
|
.ndl-time-picker.ndl-error .ndl-time-picker-input-wrapper {
|
|
8004
7680
|
outline-style:solid;
|
|
@@ -8009,9 +7685,6 @@ button.ndl-avatar:focus-visible {
|
|
|
8009
7685
|
.ndl-time-picker.ndl-error .ndl-time-picker-input-wrapper:has(input:focus) {
|
|
8010
7686
|
outline-color:var(--theme-color-danger-border-strong);
|
|
8011
7687
|
}
|
|
8012
|
-
.ndl-time-picker.ndl-disabled .ndl-time-picker-label {
|
|
8013
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
8014
|
-
}
|
|
8015
7688
|
.ndl-time-picker.ndl-disabled .ndl-time-picker-input-wrapper {
|
|
8016
7689
|
cursor:not-allowed;
|
|
8017
7690
|
border-color:var(--theme-color-neutral-border-weak);
|
|
@@ -8188,22 +7861,6 @@ button.ndl-avatar:focus-visible {
|
|
|
8188
7861
|
.ndl-timezone-picker .ndl-timezone-picker-label {
|
|
8189
7862
|
display:flex;
|
|
8190
7863
|
flex-direction:column;
|
|
8191
|
-
gap:4px;
|
|
8192
|
-
color:var(--theme-color-neutral-text-weak);
|
|
8193
|
-
}
|
|
8194
|
-
.ndl-timezone-picker .ndl-timezone-picker-error-wrapper {
|
|
8195
|
-
margin-top:4px;
|
|
8196
|
-
display:flex;
|
|
8197
|
-
flex-direction:row;
|
|
8198
|
-
align-items:center;
|
|
8199
|
-
gap:2px;
|
|
8200
|
-
color:var(--theme-color-danger-text);
|
|
8201
|
-
}
|
|
8202
|
-
.ndl-timezone-picker .ndl-timezone-picker-error-wrapper .ndl-timezone-picker-error-icon {
|
|
8203
|
-
width:20px;
|
|
8204
|
-
height:20px;
|
|
8205
|
-
flex-shrink:0;
|
|
8206
|
-
color:var(--theme-color-danger-icon);
|
|
8207
7864
|
}
|
|
8208
7865
|
.ndl-timezone-picker.ndl-error .ndl-timezone-picker-input-wrapper {
|
|
8209
7866
|
outline-style:solid;
|
|
@@ -8214,9 +7871,6 @@ button.ndl-avatar:focus-visible {
|
|
|
8214
7871
|
.ndl-timezone-picker.ndl-error .ndl-timezone-picker-input-wrapper:has(input:focus) {
|
|
8215
7872
|
outline-color:var(--theme-color-danger-border-strong);
|
|
8216
7873
|
}
|
|
8217
|
-
.ndl-timezone-picker.ndl-disabled .ndl-timezone-picker-label {
|
|
8218
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
8219
|
-
}
|
|
8220
7874
|
.ndl-timezone-picker.ndl-disabled .ndl-timezone-picker-input-wrapper {
|
|
8221
7875
|
cursor:not-allowed;
|
|
8222
7876
|
border-color:var(--theme-color-neutral-border-weak);
|
|
@@ -9411,25 +9065,6 @@ button.ndl-avatar:focus-visible {
|
|
|
9411
9065
|
.ndl-tooltip-content-simple .ndl-kbd .ndl-kbd-key {
|
|
9412
9066
|
border-color:var(--theme-color-neutral-border-strongest);
|
|
9413
9067
|
}
|
|
9414
|
-
.ndl-checkbox-label {
|
|
9415
|
-
display:inline-flex;
|
|
9416
|
-
max-width:100%;
|
|
9417
|
-
align-items:center;
|
|
9418
|
-
-moz-column-gap:8px;
|
|
9419
|
-
column-gap:8px;
|
|
9420
|
-
color:var(--theme-color-neutral-text-default);
|
|
9421
|
-
font:var(--typography-body-medium);
|
|
9422
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
9423
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
9424
|
-
}
|
|
9425
|
-
.ndl-checkbox-label.ndl-fluid {
|
|
9426
|
-
display:flex;
|
|
9427
|
-
width:100%;
|
|
9428
|
-
}
|
|
9429
|
-
.ndl-checkbox-label:has(.ndl-checkbox.ndl-disabled) .ndl-checkbox-label-text {
|
|
9430
|
-
cursor:not-allowed;
|
|
9431
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
9432
|
-
}
|
|
9433
9068
|
.ndl-checkbox {
|
|
9434
9069
|
position:relative;
|
|
9435
9070
|
width:16px;
|
|
@@ -9521,30 +9156,6 @@ button.ndl-avatar:focus-visible {
|
|
|
9521
9156
|
mask-position:calc(100% - 1px) 0;
|
|
9522
9157
|
transform:translateY(-50%);
|
|
9523
9158
|
}
|
|
9524
|
-
.ndl-radio-label {
|
|
9525
|
-
display:inline-flex;
|
|
9526
|
-
max-width:100%;
|
|
9527
|
-
align-items:center;
|
|
9528
|
-
-moz-column-gap:8px;
|
|
9529
|
-
column-gap:8px;
|
|
9530
|
-
color:var(--theme-color-neutral-text-default);
|
|
9531
|
-
font:var(--typography-body-medium);
|
|
9532
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
9533
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
9534
|
-
}
|
|
9535
|
-
.ndl-radio-label.ndl-fluid {
|
|
9536
|
-
display:flex;
|
|
9537
|
-
width:100%;
|
|
9538
|
-
}
|
|
9539
|
-
.ndl-radio-label:has(.ndl-radio:disabled) .ndl-radio-label-text {
|
|
9540
|
-
cursor:not-allowed;
|
|
9541
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
9542
|
-
}
|
|
9543
|
-
.ndl-radio-label .ndl-radio-label-text {
|
|
9544
|
-
overflow:hidden;
|
|
9545
|
-
text-overflow:ellipsis;
|
|
9546
|
-
white-space:nowrap;
|
|
9547
|
-
}
|
|
9548
9159
|
.ndl-radio {
|
|
9549
9160
|
position:relative;
|
|
9550
9161
|
width:16px;
|
|
@@ -9599,25 +9210,6 @@ button.ndl-avatar:focus-visible {
|
|
|
9599
9210
|
border-radius:9999px;
|
|
9600
9211
|
top:0;
|
|
9601
9212
|
}
|
|
9602
|
-
.ndl-switch-label {
|
|
9603
|
-
display:inline-flex;
|
|
9604
|
-
max-width:100%;
|
|
9605
|
-
align-items:center;
|
|
9606
|
-
-moz-column-gap:8px;
|
|
9607
|
-
column-gap:8px;
|
|
9608
|
-
color:var(--theme-color-neutral-text-default);
|
|
9609
|
-
font:var(--typography-body-medium);
|
|
9610
|
-
letter-spacing:var(--typography-body-medium-letter-spacing);
|
|
9611
|
-
font-family:var(--typography-body-medium-font-family), sans-serif;
|
|
9612
|
-
}
|
|
9613
|
-
.ndl-switch-label.ndl-fluid {
|
|
9614
|
-
display:flex;
|
|
9615
|
-
width:100%;
|
|
9616
|
-
}
|
|
9617
|
-
.ndl-switch-label:has(.ndl-switch:disabled) .ndl-switch-label-text {
|
|
9618
|
-
cursor:not-allowed;
|
|
9619
|
-
color:var(--theme-color-neutral-text-weakest);
|
|
9620
|
-
}
|
|
9621
9213
|
.ndl-switch{
|
|
9622
9214
|
--thumb-size:12px;
|
|
9623
9215
|
--track-height:20px;
|
|
@@ -10981,52 +10573,6 @@ button.ndl-avatar:focus-visible {
|
|
|
10981
10573
|
.ndl-combobox.ndl-combobox-custom-trigger {
|
|
10982
10574
|
display:contents;
|
|
10983
10575
|
}
|
|
10984
|
-
.ndl-combobox .ndl-combobox-label-row {
|
|
10985
|
-
margin-bottom:4px;
|
|
10986
|
-
display:flex;
|
|
10987
|
-
align-items:center;
|
|
10988
|
-
gap:4px;
|
|
10989
|
-
}
|
|
10990
|
-
.ndl-combobox .ndl-combobox-label-row.ndl-visually-hidden {
|
|
10991
|
-
position:absolute;
|
|
10992
|
-
width:1px;
|
|
10993
|
-
height:1px;
|
|
10994
|
-
padding:0;
|
|
10995
|
-
margin:-1px;
|
|
10996
|
-
overflow:hidden;
|
|
10997
|
-
clip:rect(0, 0, 0, 0);
|
|
10998
|
-
white-space:nowrap;
|
|
10999
|
-
border-width:0;
|
|
11000
|
-
}
|
|
11001
|
-
.ndl-combobox .ndl-combobox-label {
|
|
11002
|
-
color:var(--theme-color-neutral-text-weak);
|
|
11003
|
-
}
|
|
11004
|
-
.ndl-combobox .ndl-combobox-label-indicator{
|
|
11005
|
-
margin-left:auto;
|
|
11006
|
-
font-style:italic;
|
|
11007
|
-
color:var(--theme-color-neutral-text-weaker);
|
|
11008
|
-
}
|
|
11009
|
-
.ndl-combobox .ndl-combobox-message:not(:empty) {
|
|
11010
|
-
margin-top:4px;
|
|
11011
|
-
display:flex;
|
|
11012
|
-
flex-direction:row;
|
|
11013
|
-
align-items:center;
|
|
11014
|
-
gap:4px;
|
|
11015
|
-
color:var(--theme-color-neutral-text-weak);
|
|
11016
|
-
}
|
|
11017
|
-
.ndl-combobox .ndl-combobox-message .ndl-error-icon {
|
|
11018
|
-
width:16px;
|
|
11019
|
-
height:16px;
|
|
11020
|
-
flex-shrink:0;
|
|
11021
|
-
color:var(--theme-color-danger-text);
|
|
11022
|
-
}
|
|
11023
|
-
.ndl-combobox .ndl-combobox-message .ndl-error-text {
|
|
11024
|
-
color:var(--theme-color-danger-text);
|
|
11025
|
-
}
|
|
11026
|
-
.ndl-combobox.ndl-large .ndl-combobox-message .ndl-error-icon {
|
|
11027
|
-
width:20px;
|
|
11028
|
-
height:20px;
|
|
11029
|
-
}
|
|
11030
10576
|
.ndl-combobox .ndl-combobox-control{
|
|
11031
10577
|
position:relative;
|
|
11032
10578
|
box-sizing:border-box;
|
|
@@ -11228,9 +10774,7 @@ button.ndl-avatar:focus-visible {
|
|
|
11228
10774
|
}
|
|
11229
10775
|
.ndl-combobox.ndl-disabled .ndl-combobox-single-value,
|
|
11230
10776
|
.ndl-combobox.ndl-disabled .ndl-combobox-placeholder,
|
|
11231
|
-
.ndl-combobox.ndl-disabled .ndl-combobox-icon
|
|
11232
|
-
.ndl-combobox.ndl-disabled .ndl-combobox-label,
|
|
11233
|
-
.ndl-combobox.ndl-disabled .ndl-combobox-label-indicator {
|
|
10777
|
+
.ndl-combobox.ndl-disabled .ndl-combobox-icon {
|
|
11234
10778
|
color:var(--theme-color-neutral-text-weakest);
|
|
11235
10779
|
}
|
|
11236
10780
|
.ndl-combobox .ndl-combobox-indicators-container {
|
|
@@ -11502,7 +11046,7 @@ button.ndl-avatar:focus-visible {
|
|
|
11502
11046
|
align-self:flex-start;
|
|
11503
11047
|
pointer-events:none;
|
|
11504
11048
|
}
|
|
11505
|
-
.ndl-combobox-option-content .ndl-combobox-option-content-multi-select-indicator
|
|
11049
|
+
.ndl-combobox-option-content .ndl-combobox-option-content-multi-select-indicator > label {
|
|
11506
11050
|
margin:0px;
|
|
11507
11051
|
}
|
|
11508
11052
|
.ndl-combobox-option-content .ndl-combobox-option-content-main {
|