@paymanai/payman-ask-sdk 4.0.12 → 4.0.14
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.d.mts +3 -19
- package/dist/index.d.ts +3 -19
- package/dist/index.js +172 -493
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +173 -477
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +13 -8
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1448,8 +1448,10 @@
|
|
|
1448
1448
|
}
|
|
1449
1449
|
.payman-v2-ua {
|
|
1450
1450
|
max-width: 26rem;
|
|
1451
|
-
padding: 0.
|
|
1452
|
-
border
|
|
1451
|
+
padding: 0.875rem;
|
|
1452
|
+
border: 1px solid color-mix(in srgb, var(--payman-v2-border-1) 72%, transparent);
|
|
1453
|
+
border-radius: var(--payman-v2-radius-md);
|
|
1454
|
+
background: color-mix(in srgb, var(--payman-v2-bg-secondary) 42%, transparent);
|
|
1453
1455
|
}
|
|
1454
1456
|
.payman-v2-ua-head {
|
|
1455
1457
|
display: flex;
|
|
@@ -1475,9 +1477,9 @@
|
|
|
1475
1477
|
}
|
|
1476
1478
|
.payman-v2-ua-desc {
|
|
1477
1479
|
font-size: 0.8125rem;
|
|
1478
|
-
line-height: 1.
|
|
1480
|
+
line-height: 1.38;
|
|
1479
1481
|
color: var(--payman-v2-text-2);
|
|
1480
|
-
margin: 0 0 0.
|
|
1482
|
+
margin: 0.125rem 0 0.875rem;
|
|
1481
1483
|
}
|
|
1482
1484
|
.payman-v2-ua-stale {
|
|
1483
1485
|
font-size: 0.75rem;
|
|
@@ -1495,17 +1497,18 @@
|
|
|
1495
1497
|
.payman-v2-ua-form {
|
|
1496
1498
|
display: flex;
|
|
1497
1499
|
flex-direction: column;
|
|
1498
|
-
gap: 0.
|
|
1499
|
-
margin: 0
|
|
1500
|
+
gap: 0.875rem;
|
|
1501
|
+
margin: 0 0 0.75rem;
|
|
1500
1502
|
}
|
|
1501
1503
|
.payman-v2-ua-row {
|
|
1502
1504
|
display: flex;
|
|
1503
1505
|
flex-direction: column;
|
|
1504
|
-
gap: 0
|
|
1506
|
+
gap: 0;
|
|
1505
1507
|
}
|
|
1506
1508
|
.payman-v2-ua-label {
|
|
1507
1509
|
font-size: 0.75rem;
|
|
1508
1510
|
font-weight: 500;
|
|
1511
|
+
line-height: 1.35;
|
|
1509
1512
|
color: var(--payman-v2-text-2);
|
|
1510
1513
|
}
|
|
1511
1514
|
.payman-v2-ua-req {
|
|
@@ -1515,7 +1518,9 @@
|
|
|
1515
1518
|
.payman-v2-ua-hint {
|
|
1516
1519
|
font-size: 11px;
|
|
1517
1520
|
color: var(--payman-v2-text-3);
|
|
1518
|
-
line-height: 1.
|
|
1521
|
+
line-height: 1.2;
|
|
1522
|
+
margin-top: 0.1875rem;
|
|
1523
|
+
margin-bottom: 0.5rem;
|
|
1519
1524
|
}
|
|
1520
1525
|
.payman-v2-ua-input {
|
|
1521
1526
|
width: 100%;
|