@invisibleloop/pulse 0.1.38 → 0.1.39

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.38",
3
+ "version": "0.1.39",
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.38
1
+ 0.1.39
@@ -1626,7 +1626,7 @@ hr.ui-divider {
1626
1626
  .ui-code-window-filename {
1627
1627
  font-size: .75rem;
1628
1628
  font-family: var(--ui-mono);
1629
- color: var(--ui-muted);
1629
+ color: #9898b2;
1630
1630
  margin-left: .35rem;
1631
1631
  }
1632
1632