@echelon-foundry/design-system 0.2.0-main.16.1 → 0.2.0
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/README.md +0 -9
- package/dist/all.css +7 -409
- package/dist/build-metrics.json +2 -22
- package/dist/components.css +7 -409
- package/package.json +1 -1
- package/patterns/manifest.md +0 -2
- package/dist/patterns/diagnostic-status.html +0 -7
- package/dist/patterns/fault-banner.html +0 -19
- package/dist/patterns/fault-blocking.html +0 -25
- package/dist/patterns/fault-details.html +0 -11
- package/dist/patterns/fault-inline.html +0 -17
- package/dist/patterns/fault-notification.html +0 -20
- package/dist/patterns/fault-reference.html +0 -5
- package/dist/patterns/fault-summary.html +0 -20
- package/dist/patterns/fault.html +0 -17
- package/dist/patterns/recovery-actions.html +0 -5
- package/patterns/aegis-faults.manifest.md +0 -81
- package/patterns/diagnostic-status.html +0 -7
- package/patterns/fault-banner.html +0 -19
- package/patterns/fault-blocking.html +0 -25
- package/patterns/fault-details.html +0 -11
- package/patterns/fault-inline.html +0 -17
- package/patterns/fault-notification.html +0 -20
- package/patterns/fault-reference.html +0 -5
- package/patterns/fault-summary.html +0 -20
- package/patterns/fault.html +0 -17
- package/patterns/recovery-actions.html +0 -5
package/README.md
CHANGED
|
@@ -80,12 +80,3 @@ domain authority.
|
|
|
80
80
|
|
|
81
81
|
See [docs/BRANDING.md](docs/BRANDING.md) and
|
|
82
82
|
[requirements/WHITE-LABEL-AND-SKINNING.md](requirements/WHITE-LABEL-AND-SKINNING.md).
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## Aegis fault presentation
|
|
86
|
-
|
|
87
|
-
Forma includes a zero-runtime fault presentation family for Aegis `Presentation.T`: inline, notification, banner, blocking, summary, recovery actions, references, safe details, and diagnostic persistence status.
|
|
88
|
-
|
|
89
|
-
Applications should map Aegis through the safe presentation model rather than bind a raw `Fault`. Recovery actions remain application/Ordo authorized and Limen-executed.
|
|
90
|
-
|
|
91
|
-
See [docs/AEGIS-INTEGRATION.md](docs/AEGIS-INTEGRATION.md) and [requirements/AEGIS-FAULT-PRESENTATION.md](requirements/AEGIS-FAULT-PRESENTATION.md).
|
package/dist/all.css
CHANGED
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
/* Physics-derived motion ---------------------------------------------- */
|
|
244
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
244
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette) {
|
|
245
245
|
/*
|
|
246
246
|
* CSS cannot run a continuous rigid-body simulation. Forma therefore uses
|
|
247
247
|
* a physics-derived response model. The fallback values remain usable in
|
|
@@ -262,19 +262,19 @@
|
|
|
262
262
|
--ef-motion-damped-easing: cubic-bezier(0.2, 0.8, 0.2, 1);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
265
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette)[data-ef-motion-weight="light"] {
|
|
266
266
|
--ef-motion-mass: 0.65;
|
|
267
267
|
--ef-motion-stiffness: 1.15;
|
|
268
268
|
--ef-motion-damping: 0.94;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
271
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette)[data-ef-motion-weight="standard"] {
|
|
272
272
|
--ef-motion-mass: 1;
|
|
273
273
|
--ef-motion-stiffness: 1;
|
|
274
274
|
--ef-motion-damping: 0.84;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
277
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette)[data-ef-motion-weight="heavy"] {
|
|
278
278
|
--ef-motion-mass: 1.8;
|
|
279
279
|
--ef-motion-stiffness: 0.92;
|
|
280
280
|
--ef-motion-damping: 0.76;
|
|
@@ -286,14 +286,14 @@
|
|
|
286
286
|
--ef-motion-damping: 0.94;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
:where(.ef-dialog, .ef-flyout, .ef-command-palette
|
|
289
|
+
:where(.ef-dialog, .ef-flyout, .ef-command-palette):not([data-ef-motion-weight]) {
|
|
290
290
|
--ef-motion-mass: 1.8;
|
|
291
291
|
--ef-motion-stiffness: 0.92;
|
|
292
292
|
--ef-motion-damping: 0.76;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
@supports (width: calc(1px * sqrt(1))) {
|
|
296
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
296
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette) {
|
|
297
297
|
/*
|
|
298
298
|
* Response time follows sqrt(mass / stiffness), then is lengthened as
|
|
299
299
|
* damping decreases. Vertical gravity time follows sqrt(2s / g) and is
|
|
@@ -565,7 +565,7 @@
|
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
@media (prefers-reduced-motion: reduce) {
|
|
568
|
-
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette
|
|
568
|
+
:where(.ef-switch, .ef-checkbox, .ef-select, .ef-disclosure, .ef-popover, .ef-menu, .ef-dialog, .ef-flyout, .ef-tabs, .ef-alert, .ef-toast, .ef-command-palette) {
|
|
569
569
|
--ef-motion-inertia-duration: 0.01ms;
|
|
570
570
|
--ef-motion-gravity-duration: 0.01ms;
|
|
571
571
|
--ef-motion-state-duration: 0.01ms;
|
|
@@ -2336,408 +2336,6 @@
|
|
|
2336
2336
|
|
|
2337
2337
|
}
|
|
2338
2338
|
|
|
2339
|
-
|
|
2340
|
-
@layer echelon.components {
|
|
2341
|
-
/* Aegis notification/banner default perceived weight ----------------- */
|
|
2342
|
-
:where(.ef-fault-notification, .ef-fault-banner):not([data-ef-motion-weight]) {
|
|
2343
|
-
--ef-motion-mass: 1;
|
|
2344
|
-
--ef-motion-stiffness: 1;
|
|
2345
|
-
--ef-motion-damping: 0.84;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
:where(.ef-fault-blocking):not([data-ef-motion-weight]) {
|
|
2349
|
-
--ef-motion-mass: 1.8;
|
|
2350
|
-
--ef-motion-stiffness: 0.92;
|
|
2351
|
-
--ef-motion-damping: 0.76;
|
|
2352
|
-
}
|
|
2353
|
-
|
|
2354
|
-
/* Aegis fault presentation -------------------------------------------- */
|
|
2355
|
-
.ef-fault,
|
|
2356
|
-
.ef-fault-notification,
|
|
2357
|
-
.ef-fault-banner,
|
|
2358
|
-
.ef-fault-summary,
|
|
2359
|
-
.ef-diagnostic-status,
|
|
2360
|
-
.ef-fault-details {
|
|
2361
|
-
box-sizing: border-box;
|
|
2362
|
-
max-inline-size: 100%;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
.ef-fault {
|
|
2366
|
-
display: grid;
|
|
2367
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
2368
|
-
align-items: start;
|
|
2369
|
-
gap: var(--ef-primitive-spacing-3, 0.75rem);
|
|
2370
|
-
padding: var(--ef-primitive-spacing-4, 1rem);
|
|
2371
|
-
border: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2372
|
-
border-inline-start-width: 0.35rem;
|
|
2373
|
-
background: var(--ef-color-surface-primary, #f2efe7);
|
|
2374
|
-
color: var(--ef-color-text-primary, #171a18);
|
|
2375
|
-
}
|
|
2376
|
-
|
|
2377
|
-
.ef-fault[data-ef-severity="diagnostic"] { border-inline-start-style: dotted; }
|
|
2378
|
-
.ef-fault[data-ef-severity="warning"] { border-inline-start-style: dashed; }
|
|
2379
|
-
.ef-fault[data-ef-severity="critical"] {
|
|
2380
|
-
border-inline-start-width: 0.55rem;
|
|
2381
|
-
outline: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2382
|
-
outline-offset: 2px;
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
.ef-fault__marker,
|
|
2386
|
-
.ef-fault-notification__marker,
|
|
2387
|
-
.ef-fault-summary__marker,
|
|
2388
|
-
.ef-fault-blocking__marker {
|
|
2389
|
-
min-inline-size: 1.75rem;
|
|
2390
|
-
min-block-size: 1.75rem;
|
|
2391
|
-
display: inline-grid;
|
|
2392
|
-
place-items: center;
|
|
2393
|
-
border: 2px solid currentColor;
|
|
2394
|
-
border-radius: var(--ef-primitive-radius-pill, 999px);
|
|
2395
|
-
font-family: var(--ef-primitive-font-family-mono, ui-monospace, monospace);
|
|
2396
|
-
font-weight: 800;
|
|
2397
|
-
line-height: 1;
|
|
2398
|
-
}
|
|
2399
|
-
|
|
2400
|
-
.ef-fault__body,
|
|
2401
|
-
.ef-fault-notification__body,
|
|
2402
|
-
.ef-fault-banner__body {
|
|
2403
|
-
min-inline-size: 0;
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
.ef-fault__severity {
|
|
2407
|
-
margin: 0 0 0.2rem;
|
|
2408
|
-
color: var(--ef-color-text-secondary, #686d68);
|
|
2409
|
-
font-family: var(--ef-primitive-font-family-mono, ui-monospace, monospace);
|
|
2410
|
-
font-size: 0.72rem;
|
|
2411
|
-
font-weight: 800;
|
|
2412
|
-
letter-spacing: 0.08em;
|
|
2413
|
-
line-height: 1.25;
|
|
2414
|
-
text-transform: uppercase;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
.ef-fault__title,
|
|
2418
|
-
.ef-fault__message,
|
|
2419
|
-
.ef-fault-notification p,
|
|
2420
|
-
.ef-fault-banner p {
|
|
2421
|
-
margin-block-start: 0;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
.ef-fault__title { margin-block-end: 0.35rem; }
|
|
2425
|
-
.ef-fault__message { margin-block-end: 0.5rem; }
|
|
2426
|
-
|
|
2427
|
-
.ef-fault-reference {
|
|
2428
|
-
display: flex;
|
|
2429
|
-
flex-wrap: wrap;
|
|
2430
|
-
align-items: center;
|
|
2431
|
-
gap: 0.4rem;
|
|
2432
|
-
margin: 0.55rem 0 0;
|
|
2433
|
-
color: var(--ef-color-text-secondary, #686d68);
|
|
2434
|
-
font-size: 0.8125rem;
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
.ef-fault-reference code {
|
|
2438
|
-
color: var(--ef-color-text-primary, #171a18);
|
|
2439
|
-
font-weight: 750;
|
|
2440
|
-
overflow-wrap: anywhere;
|
|
2441
|
-
}
|
|
2442
|
-
|
|
2443
|
-
.ef-fault-reference button {
|
|
2444
|
-
min-block-size: 2.75rem;
|
|
2445
|
-
min-inline-size: 2.75rem;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
.ef-recovery-actions {
|
|
2449
|
-
display: flex;
|
|
2450
|
-
flex-wrap: wrap;
|
|
2451
|
-
align-items: center;
|
|
2452
|
-
gap: var(--ef-primitive-spacing-2, 0.5rem);
|
|
2453
|
-
min-inline-size: 0;
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
.ef-recovery-actions > button,
|
|
2457
|
-
.ef-fault-notification__dismiss {
|
|
2458
|
-
min-block-size: 2.75rem;
|
|
2459
|
-
}
|
|
2460
|
-
|
|
2461
|
-
.ef-fault--inline {
|
|
2462
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
2463
|
-
padding: 0.75rem;
|
|
2464
|
-
background: var(--ef-color-surface-secondary, #e3e0d7);
|
|
2465
|
-
}
|
|
2466
|
-
|
|
2467
|
-
.ef-fault-notification {
|
|
2468
|
-
--ef-motion-distance: 0.45;
|
|
2469
|
-
display: grid;
|
|
2470
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
2471
|
-
align-items: start;
|
|
2472
|
-
gap: var(--ef-primitive-spacing-3, 0.75rem);
|
|
2473
|
-
inline-size: min(32rem, calc(100vw - 2rem));
|
|
2474
|
-
padding: var(--ef-primitive-spacing-4, 1rem);
|
|
2475
|
-
border: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2476
|
-
border-inline-start-width: 0.35rem;
|
|
2477
|
-
background: var(--ef-color-surface-primary, #f2efe7);
|
|
2478
|
-
color: var(--ef-color-text-primary, #171a18);
|
|
2479
|
-
box-shadow: 0 0.8rem 2.2rem rgb(0 0 0 / 0.18);
|
|
2480
|
-
opacity: 1;
|
|
2481
|
-
translate: 0 0;
|
|
2482
|
-
scale: 1;
|
|
2483
|
-
}
|
|
2484
|
-
|
|
2485
|
-
.ef-fault-notification[data-ef-motion-entry] {
|
|
2486
|
-
opacity: 1;
|
|
2487
|
-
translate: 0 0;
|
|
2488
|
-
transition:
|
|
2489
|
-
opacity var(--ef-motion-state-duration) linear,
|
|
2490
|
-
translate var(--ef-motion-inertia-duration) var(--ef-motion-damped-easing);
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
@starting-style {
|
|
2494
|
-
.ef-fault-notification[data-ef-motion-entry] {
|
|
2495
|
-
opacity: 0;
|
|
2496
|
-
translate: 0 -0.45rem;
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
|
|
2500
|
-
.ef-fault-notification__dismiss {
|
|
2501
|
-
align-self: start;
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
.ef-fault-banner {
|
|
2505
|
-
--ef-motion-distance: 0.3;
|
|
2506
|
-
display: grid;
|
|
2507
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
2508
|
-
align-items: start;
|
|
2509
|
-
gap: var(--ef-primitive-spacing-3, 0.75rem);
|
|
2510
|
-
inline-size: 100%;
|
|
2511
|
-
padding: var(--ef-primitive-spacing-4, 1rem);
|
|
2512
|
-
border: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2513
|
-
border-block-width: 2px;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
.ef-fault-banner[data-ef-severity="critical"] {
|
|
2517
|
-
border-block-width: 3px;
|
|
2518
|
-
}
|
|
2519
|
-
|
|
2520
|
-
.ef-fault-banner[data-ef-motion-entry] {
|
|
2521
|
-
opacity: 1;
|
|
2522
|
-
translate: 0 0;
|
|
2523
|
-
transition:
|
|
2524
|
-
opacity var(--ef-motion-state-duration) linear,
|
|
2525
|
-
translate var(--ef-motion-inertia-duration) var(--ef-motion-damped-easing);
|
|
2526
|
-
}
|
|
2527
|
-
|
|
2528
|
-
@starting-style {
|
|
2529
|
-
.ef-fault-banner[data-ef-motion-entry] {
|
|
2530
|
-
opacity: 0;
|
|
2531
|
-
translate: 0 -0.3rem;
|
|
2532
|
-
}
|
|
2533
|
-
}
|
|
2534
|
-
|
|
2535
|
-
.ef-fault-blocking {
|
|
2536
|
-
inline-size: min(42rem, calc(100vw - 2rem));
|
|
2537
|
-
max-block-size: min(90dvh, calc(100dvh - 2rem));
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.ef-fault-blocking__heading {
|
|
2541
|
-
display: grid;
|
|
2542
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
2543
|
-
align-items: start;
|
|
2544
|
-
gap: var(--ef-primitive-spacing-3, 0.75rem);
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
.ef-fault-blocking__heading h2 {
|
|
2548
|
-
margin-block-start: 0;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
.ef-fault-summary {
|
|
2552
|
-
display: grid;
|
|
2553
|
-
gap: var(--ef-primitive-spacing-4, 1rem);
|
|
2554
|
-
padding: var(--ef-primitive-spacing-4, 1rem);
|
|
2555
|
-
border: 2px solid var(--ef-color-border-functional, #3a403c);
|
|
2556
|
-
background: var(--ef-color-surface-primary, #f2efe7);
|
|
2557
|
-
color: var(--ef-color-text-primary, #171a18);
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.ef-fault-summary:focus-visible {
|
|
2561
|
-
outline: 3px solid var(--ef-color-focus-gap, #f2efe7);
|
|
2562
|
-
outline-offset: 2px;
|
|
2563
|
-
box-shadow: 0 0 0 5px var(--ef-color-focus-ring, #171a18);
|
|
2564
|
-
}
|
|
2565
|
-
|
|
2566
|
-
.ef-fault-summary__heading {
|
|
2567
|
-
display: grid;
|
|
2568
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
2569
|
-
gap: var(--ef-primitive-spacing-3, 0.75rem);
|
|
2570
|
-
align-items: start;
|
|
2571
|
-
}
|
|
2572
|
-
|
|
2573
|
-
.ef-fault-summary__heading h2 {
|
|
2574
|
-
margin-block: 0;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
.ef-fault-summary__list {
|
|
2578
|
-
display: grid;
|
|
2579
|
-
gap: 0.65rem;
|
|
2580
|
-
margin: 0;
|
|
2581
|
-
padding-inline-start: 1.4rem;
|
|
2582
|
-
}
|
|
2583
|
-
|
|
2584
|
-
.ef-fault-summary__list > li {
|
|
2585
|
-
padding-inline-start: 0.2rem;
|
|
2586
|
-
}
|
|
2587
|
-
|
|
2588
|
-
.ef-fault-summary__list > li[data-ef-severity="critical"] {
|
|
2589
|
-
font-weight: 750;
|
|
2590
|
-
}
|
|
2591
|
-
|
|
2592
|
-
.ef-fault-summary__meta {
|
|
2593
|
-
display: block;
|
|
2594
|
-
margin-block-start: 0.15rem;
|
|
2595
|
-
color: var(--ef-color-text-secondary, #686d68);
|
|
2596
|
-
font-family: var(--ef-primitive-font-family-mono, ui-monospace, monospace);
|
|
2597
|
-
font-size: 0.75rem;
|
|
2598
|
-
overflow-wrap: anywhere;
|
|
2599
|
-
}
|
|
2600
|
-
|
|
2601
|
-
.ef-diagnostic-status {
|
|
2602
|
-
display: inline-flex;
|
|
2603
|
-
align-items: center;
|
|
2604
|
-
gap: var(--ef-primitive-spacing-2, 0.5rem);
|
|
2605
|
-
padding: 0.55rem 0.75rem;
|
|
2606
|
-
border: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2607
|
-
background: var(--ef-color-surface-secondary, #e3e0d7);
|
|
2608
|
-
color: var(--ef-color-text-primary, #171a18);
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
.ef-diagnostic-status__marker {
|
|
2612
|
-
min-inline-size: 1.5rem;
|
|
2613
|
-
text-align: center;
|
|
2614
|
-
font-family: var(--ef-primitive-font-family-mono, ui-monospace, monospace);
|
|
2615
|
-
font-weight: 800;
|
|
2616
|
-
}
|
|
2617
|
-
|
|
2618
|
-
.ef-diagnostic-status__body {
|
|
2619
|
-
display: grid;
|
|
2620
|
-
gap: 0.1rem;
|
|
2621
|
-
}
|
|
2622
|
-
|
|
2623
|
-
.ef-diagnostic-status__body > span {
|
|
2624
|
-
color: var(--ef-color-text-on-secondary-surface, #3a403c);
|
|
2625
|
-
font-size: 0.8125rem;
|
|
2626
|
-
}
|
|
2627
|
-
|
|
2628
|
-
.ef-diagnostic-status[data-ef-state="unavailable"],
|
|
2629
|
-
.ef-diagnostic-status[data-ef-state="last-synchronization-failed"] {
|
|
2630
|
-
border-width: 2px;
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
.ef-fault-details {
|
|
2634
|
-
border-block: 1px solid var(--ef-color-border-functional, #3a403c);
|
|
2635
|
-
}
|
|
2636
|
-
|
|
2637
|
-
.ef-fault-details > summary {
|
|
2638
|
-
min-block-size: 2.75rem;
|
|
2639
|
-
display: flex;
|
|
2640
|
-
align-items: center;
|
|
2641
|
-
cursor: pointer;
|
|
2642
|
-
font-weight: 700;
|
|
2643
|
-
}
|
|
2644
|
-
|
|
2645
|
-
.ef-fault-details__content {
|
|
2646
|
-
padding-block-end: var(--ef-primitive-spacing-4, 1rem);
|
|
2647
|
-
}
|
|
2648
|
-
|
|
2649
|
-
.ef-fault-details__list {
|
|
2650
|
-
display: grid;
|
|
2651
|
-
gap: 0.5rem;
|
|
2652
|
-
margin: 0;
|
|
2653
|
-
}
|
|
2654
|
-
|
|
2655
|
-
.ef-fault-details__list > div {
|
|
2656
|
-
display: grid;
|
|
2657
|
-
grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
|
|
2658
|
-
gap: 0.75rem;
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
|
-
.ef-fault-details__list dt { font-weight: 700; }
|
|
2662
|
-
.ef-fault-details__list dd { margin: 0; overflow-wrap: anywhere; }
|
|
2663
|
-
|
|
2664
|
-
.ef-fault-details__boundary {
|
|
2665
|
-
margin-block-end: 0;
|
|
2666
|
-
color: var(--ef-color-text-secondary, #686d68);
|
|
2667
|
-
font-size: 0.8125rem;
|
|
2668
|
-
}
|
|
2669
|
-
|
|
2670
|
-
@media (max-width: 36rem) {
|
|
2671
|
-
.ef-fault,
|
|
2672
|
-
.ef-fault--inline,
|
|
2673
|
-
.ef-fault-notification,
|
|
2674
|
-
.ef-fault-banner {
|
|
2675
|
-
grid-template-columns: auto minmax(0, 1fr);
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
.ef-fault > .ef-recovery-actions,
|
|
2679
|
-
.ef-fault--inline > .ef-recovery-actions,
|
|
2680
|
-
.ef-fault-banner > .ef-recovery-actions,
|
|
2681
|
-
.ef-fault-notification__dismiss {
|
|
2682
|
-
grid-column: 1 / -1;
|
|
2683
|
-
}
|
|
2684
|
-
|
|
2685
|
-
.ef-fault-notification__dismiss {
|
|
2686
|
-
justify-self: stretch;
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
.ef-recovery-actions {
|
|
2690
|
-
inline-size: 100%;
|
|
2691
|
-
}
|
|
2692
|
-
|
|
2693
|
-
.ef-recovery-actions > button,
|
|
2694
|
-
.ef-fault-notification__dismiss {
|
|
2695
|
-
flex: 1 1 100%;
|
|
2696
|
-
inline-size: 100%;
|
|
2697
|
-
}
|
|
2698
|
-
|
|
2699
|
-
.ef-fault-details__list > div {
|
|
2700
|
-
grid-template-columns: 1fr;
|
|
2701
|
-
gap: 0.1rem;
|
|
2702
|
-
}
|
|
2703
|
-
|
|
2704
|
-
.ef-fault-blocking {
|
|
2705
|
-
inline-size: calc(100vw - 1rem);
|
|
2706
|
-
max-block-size: calc(100dvh - 1rem);
|
|
2707
|
-
margin: auto;
|
|
2708
|
-
}
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
@media (forced-colors: active) {
|
|
2712
|
-
.ef-fault,
|
|
2713
|
-
.ef-fault-notification,
|
|
2714
|
-
.ef-fault-banner,
|
|
2715
|
-
.ef-fault-summary,
|
|
2716
|
-
.ef-diagnostic-status,
|
|
2717
|
-
.ef-fault-details {
|
|
2718
|
-
border-color: CanvasText;
|
|
2719
|
-
background: Canvas;
|
|
2720
|
-
color: CanvasText;
|
|
2721
|
-
box-shadow: none;
|
|
2722
|
-
}
|
|
2723
|
-
|
|
2724
|
-
.ef-fault__marker,
|
|
2725
|
-
.ef-fault-notification__marker,
|
|
2726
|
-
.ef-fault-summary__marker,
|
|
2727
|
-
.ef-fault-blocking__marker {
|
|
2728
|
-
border-color: CanvasText;
|
|
2729
|
-
}
|
|
2730
|
-
|
|
2731
|
-
.ef-fault__severity,
|
|
2732
|
-
.ef-fault-summary__meta,
|
|
2733
|
-
.ef-diagnostic-status__body > span,
|
|
2734
|
-
.ef-fault-details__boundary,
|
|
2735
|
-
.ef-fault-reference {
|
|
2736
|
-
color: CanvasText;
|
|
2737
|
-
}
|
|
2738
|
-
}
|
|
2739
|
-
}
|
|
2740
|
-
|
|
2741
2339
|
@layer echelon.assessment {
|
|
2742
2340
|
/* Question shell ------------------------------------------------------ */
|
|
2743
2341
|
.ef-question {
|
package/dist/build-metrics.json
CHANGED
|
@@ -22,19 +22,10 @@
|
|
|
22
22
|
"patterns/dashboard-grid.html",
|
|
23
23
|
"patterns/data-grid.html",
|
|
24
24
|
"patterns/date-range.html",
|
|
25
|
-
"patterns/diagnostic-status.html",
|
|
26
25
|
"patterns/dialog.html",
|
|
27
26
|
"patterns/diff-viewer.html",
|
|
28
27
|
"patterns/disclosure.html",
|
|
29
28
|
"patterns/empty-state.html",
|
|
30
|
-
"patterns/fault-banner.html",
|
|
31
|
-
"patterns/fault-blocking.html",
|
|
32
|
-
"patterns/fault-details.html",
|
|
33
|
-
"patterns/fault-inline.html",
|
|
34
|
-
"patterns/fault-notification.html",
|
|
35
|
-
"patterns/fault-reference.html",
|
|
36
|
-
"patterns/fault-summary.html",
|
|
37
|
-
"patterns/fault.html",
|
|
38
29
|
"patterns/file-upload.html",
|
|
39
30
|
"patterns/flyout.html",
|
|
40
31
|
"patterns/hierarchical-choice.html",
|
|
@@ -60,7 +51,6 @@
|
|
|
60
51
|
"patterns/ranking.html",
|
|
61
52
|
"patterns/readiness-checklist.html",
|
|
62
53
|
"patterns/record-header.html",
|
|
63
|
-
"patterns/recovery-actions.html",
|
|
64
54
|
"patterns/rule-builder.html",
|
|
65
55
|
"patterns/search.html",
|
|
66
56
|
"patterns/segmented-control.html",
|
|
@@ -85,12 +75,12 @@
|
|
|
85
75
|
"tokens.css"
|
|
86
76
|
],
|
|
87
77
|
"bytes": {
|
|
88
|
-
"all.css":
|
|
78
|
+
"all.css": 102460,
|
|
89
79
|
"assessment.css": 32070,
|
|
90
80
|
"brands/echelon.css": 3621,
|
|
91
81
|
"brands/example-harbor.css": 3637,
|
|
92
82
|
"brands/index.json": 335,
|
|
93
|
-
"components.css":
|
|
83
|
+
"components.css": 62742,
|
|
94
84
|
"foundations.css": 3834,
|
|
95
85
|
"patterns/alert.html": 384,
|
|
96
86
|
"patterns/allocation.html": 1033,
|
|
@@ -107,19 +97,10 @@
|
|
|
107
97
|
"patterns/dashboard-grid.html": 590,
|
|
108
98
|
"patterns/data-grid.html": 1316,
|
|
109
99
|
"patterns/date-range.html": 519,
|
|
110
|
-
"patterns/diagnostic-status.html": 303,
|
|
111
100
|
"patterns/dialog.html": 622,
|
|
112
101
|
"patterns/diff-viewer.html": 851,
|
|
113
102
|
"patterns/disclosure.html": 222,
|
|
114
103
|
"patterns/empty-state.html": 319,
|
|
115
|
-
"patterns/fault-banner.html": 845,
|
|
116
|
-
"patterns/fault-blocking.html": 1183,
|
|
117
|
-
"patterns/fault-details.html": 508,
|
|
118
|
-
"patterns/fault-inline.html": 734,
|
|
119
|
-
"patterns/fault-notification.html": 964,
|
|
120
|
-
"patterns/fault-reference.html": 198,
|
|
121
|
-
"patterns/fault-summary.html": 886,
|
|
122
|
-
"patterns/fault.html": 745,
|
|
123
104
|
"patterns/file-upload.html": 867,
|
|
124
105
|
"patterns/flyout.html": 2488,
|
|
125
106
|
"patterns/hierarchical-choice.html": 919,
|
|
@@ -145,7 +126,6 @@
|
|
|
145
126
|
"patterns/ranking.html": 1635,
|
|
146
127
|
"patterns/readiness-checklist.html": 772,
|
|
147
128
|
"patterns/record-header.html": 777,
|
|
148
|
-
"patterns/recovery-actions.html": 340,
|
|
149
129
|
"patterns/rule-builder.html": 1081,
|
|
150
130
|
"patterns/search.html": 385,
|
|
151
131
|
"patterns/segmented-control.html": 403,
|