@paymanai/payman-ask-sdk 2.0.1 → 2.0.3
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 +95 -53
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +95 -53
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +1 -14
- package/dist/index.native.js.map +1 -1
- package/dist/styles.css +15 -8
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1719,6 +1719,7 @@
|
|
|
1719
1719
|
align-items: center;
|
|
1720
1720
|
justify-content: center;
|
|
1721
1721
|
gap: 0.5rem;
|
|
1722
|
+
pointer-events: none;
|
|
1722
1723
|
}
|
|
1723
1724
|
.payman-v2-md-image-placeholder {
|
|
1724
1725
|
display: flex;
|
|
@@ -2285,6 +2286,20 @@
|
|
|
2285
2286
|
border-radius: var(--payman-v2-radius-xl);
|
|
2286
2287
|
background: color-mix(in srgb, var(--payman-v2-bg-secondary) 52%, var(--payman-v2-bg));
|
|
2287
2288
|
}
|
|
2289
|
+
.payman-sidebar-notice-shell {
|
|
2290
|
+
flex: 1 1 0%;
|
|
2291
|
+
min-height: 0;
|
|
2292
|
+
display: flex;
|
|
2293
|
+
flex-direction: column;
|
|
2294
|
+
padding: 0.75rem 0.625rem 0.875rem;
|
|
2295
|
+
box-sizing: border-box;
|
|
2296
|
+
}
|
|
2297
|
+
.payman-sidebar-notice-shell .payman-sidebar-notice {
|
|
2298
|
+
flex: 1 1 auto;
|
|
2299
|
+
min-height: 0;
|
|
2300
|
+
width: 100%;
|
|
2301
|
+
box-sizing: border-box;
|
|
2302
|
+
}
|
|
2288
2303
|
.payman-sidebar-empty-icon,
|
|
2289
2304
|
.payman-sidebar-error-icon {
|
|
2290
2305
|
display: inline-flex;
|
|
@@ -2338,14 +2353,6 @@
|
|
|
2338
2353
|
cursor: not-allowed;
|
|
2339
2354
|
opacity: 0.65;
|
|
2340
2355
|
}
|
|
2341
|
-
.payman-sidebar-inline-code {
|
|
2342
|
-
padding: 0.1rem 0.35rem;
|
|
2343
|
-
border: 1px solid var(--payman-v2-code-border);
|
|
2344
|
-
border-radius: 0.45rem;
|
|
2345
|
-
background: var(--payman-v2-code-bg);
|
|
2346
|
-
font-family: var(--payman-v2-font-mono);
|
|
2347
|
-
font-size: 0.76em;
|
|
2348
|
-
}
|
|
2349
2356
|
.payman-sidebar-backdrop {
|
|
2350
2357
|
position: fixed;
|
|
2351
2358
|
inset: 0;
|