@paymanai/payman-ask-sdk 4.0.14 → 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 +12 -2
- 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);
|
|
@@ -1518,8 +1528,8 @@
|
|
|
1518
1528
|
.payman-v2-ua-hint {
|
|
1519
1529
|
font-size: 11px;
|
|
1520
1530
|
color: var(--payman-v2-text-3);
|
|
1521
|
-
line-height:
|
|
1522
|
-
margin-top: 0.
|
|
1531
|
+
line-height: 14px;
|
|
1532
|
+
margin-top: 0.5rem;
|
|
1523
1533
|
margin-bottom: 0.5rem;
|
|
1524
1534
|
}
|
|
1525
1535
|
.payman-v2-ua-input {
|