@invisibleloop/pulse 0.1.37 → 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.
@@ -1626,14 +1626,14 @@ 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
 
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@invisibleloop/pulse",
3
- "version": "0.1.37",
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.37
1
+ 0.1.39
@@ -1626,14 +1626,14 @@ 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
 
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