@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.
package/docs/public/pulse-ui.css
CHANGED
|
@@ -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:
|
|
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:
|
|
1636
|
+
color: #9898b2;
|
|
1637
1637
|
margin-left: auto;
|
|
1638
1638
|
}
|
|
1639
1639
|
|
package/package.json
CHANGED
package/public/.pulse-ui-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.39
|
package/public/pulse-ui.css
CHANGED
|
@@ -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:
|
|
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:
|
|
1636
|
+
color: #9898b2;
|
|
1637
1637
|
margin-left: auto;
|
|
1638
1638
|
}
|
|
1639
1639
|
|