@invisibleloop/pulse 0.1.37 → 0.1.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@invisibleloop/pulse",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "type": "module",
5
5
  "description": "AI-first frontend framework. The spec is the source of truth.",
6
6
  "license": "MIT",
@@ -1 +1 @@
1
- 0.1.37
1
+ 0.1.38
@@ -1633,7 +1633,7 @@ hr.ui-divider {
1633
1633
  .ui-code-window-lang {
1634
1634
  font-size: .7rem;
1635
1635
  font-family: var(--ui-mono);
1636
- color: var(--ui-muted);
1636
+ color: #9898b2;
1637
1637
  margin-left: auto;
1638
1638
  }
1639
1639