@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/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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worca/ui",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Pipeline monitoring UI for worca-cc",
5
5
  "license": "MIT",
6
6
  "author": "Sinisha Djukic",