@paymanai/payman-ask-sdk 4.0.15 → 4.0.16
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/dist/index.js +134 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +135 -17
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +10 -0
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1481,6 +1481,16 @@
|
|
|
1481
1481
|
color: var(--payman-v2-text-2);
|
|
1482
1482
|
margin: 0.125rem 0 0.875rem;
|
|
1483
1483
|
}
|
|
1484
|
+
.payman-v2-ua-markdown {
|
|
1485
|
+
margin: 0.125rem 0 0.875rem;
|
|
1486
|
+
color: var(--payman-v2-text-2);
|
|
1487
|
+
font-size: 0.8125rem;
|
|
1488
|
+
line-height: 1.38;
|
|
1489
|
+
}
|
|
1490
|
+
.payman-v2-ua-markdown .payman-v2-markdown {
|
|
1491
|
+
font-size: inherit;
|
|
1492
|
+
line-height: inherit;
|
|
1493
|
+
}
|
|
1484
1494
|
.payman-v2-ua-stale {
|
|
1485
1495
|
font-size: 0.75rem;
|
|
1486
1496
|
color: var(--payman-v2-text-3);
|