@marianmeres/stuic 3.127.0 → 3.128.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.
@@ -396,6 +396,14 @@
396
396
  flex-shrink: 0;
397
397
  }
398
398
 
399
+ /* No-intent (neutral) dot: --_color resolves to the muted token, which is also
400
+ the soft variant's background — so the dot would be invisible. Use the muted
401
+ foreground tone instead. Placed before the solid rule so solid keeps --_text
402
+ (equal specificity, later rule wins). */
403
+ .stuic-pill:not([data-intent]) .stuic-pill-dot {
404
+ background: var(--stuic-color-muted-foreground);
405
+ }
406
+
399
407
  /* On solid variants the bg already IS the intent color — use foreground instead. */
400
408
  .stuic-pill[data-variant="solid"] .stuic-pill-dot {
401
409
  background: var(--_text);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.127.0",
3
+ "version": "3.128.0",
4
4
  "packageManager": "pnpm@11.5.0",
5
5
  "scripts": {
6
6
  "dev": "vite dev",