@paymanai/payman-ask-sdk 4.0.27 → 4.0.29
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/README.md +40 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/styles.css +14 -1
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1785,7 +1785,7 @@
|
|
|
1785
1785
|
width: 100%;
|
|
1786
1786
|
max-width: var(--payman-v2-max-content-width);
|
|
1787
1787
|
margin: 0 auto;
|
|
1788
|
-
padding: 0 1rem;
|
|
1788
|
+
padding: 0 1rem 0.75rem;
|
|
1789
1789
|
}
|
|
1790
1790
|
@media (min-width: 640px) {
|
|
1791
1791
|
.payman-v2-ua-dock-panel {
|
|
@@ -1796,6 +1796,19 @@
|
|
|
1796
1796
|
.payman-v2-ua-dock-panel .payman-v2-ua {
|
|
1797
1797
|
max-width: none;
|
|
1798
1798
|
width: 100%;
|
|
1799
|
+
display: flex;
|
|
1800
|
+
flex-direction: column;
|
|
1801
|
+
max-height: min(70vh, 34rem);
|
|
1802
|
+
}
|
|
1803
|
+
.payman-v2-ua-dock-panel .payman-v2-ua > * {
|
|
1804
|
+
flex: none;
|
|
1805
|
+
}
|
|
1806
|
+
.payman-v2-ua-dock-panel .payman-v2-ua-form {
|
|
1807
|
+
flex: 1 1 auto;
|
|
1808
|
+
min-height: 0;
|
|
1809
|
+
overflow-y: auto;
|
|
1810
|
+
padding: 3px 4px;
|
|
1811
|
+
margin: -3px -4px 0.75rem;
|
|
1799
1812
|
}
|
|
1800
1813
|
.payman-v2-file-card {
|
|
1801
1814
|
margin-top: 0.75rem;
|