@worca/ui 0.37.0 → 0.38.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/app/main.bundle.js +897 -882
- package/app/main.bundle.js.map +3 -3
- package/app/styles.css +10 -0
- package/package.json +1 -1
package/app/styles.css
CHANGED
|
@@ -5481,6 +5481,16 @@ sl-tooltip.bead-tooltip::part(body) {
|
|
|
5481
5481
|
text-align: center;
|
|
5482
5482
|
}
|
|
5483
5483
|
|
|
5484
|
+
/* Transient "Saved" pill after a successful per-card save — kept subtle.
|
|
5485
|
+
Uses the green design-token rather than red/orange because save is a
|
|
5486
|
+
non-destructive confirmation; matches the badge-color-language guide
|
|
5487
|
+
(worca-ui/docs/badge-color-language.md): green = done. */
|
|
5488
|
+
.model-card-status--saved {
|
|
5489
|
+
color: var(--success, #22c55e);
|
|
5490
|
+
font-style: normal;
|
|
5491
|
+
font-weight: 500;
|
|
5492
|
+
}
|
|
5493
|
+
|
|
5484
5494
|
.settings-tab-description {
|
|
5485
5495
|
font-size: 12px;
|
|
5486
5496
|
color: var(--muted);
|