@paymanai/payman-ask-sdk 4.0.19 → 4.0.21
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +149 -27
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +150 -27
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.js +265 -120
- package/dist/index.native.js.map +1 -1
- package/dist/styles.css +3 -2
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -687,10 +687,10 @@
|
|
|
687
687
|
}
|
|
688
688
|
.payman-v2-thinking-cursor {
|
|
689
689
|
display: flex;
|
|
690
|
-
align-items:
|
|
690
|
+
align-items: flex-start;
|
|
691
691
|
gap: 0.375rem;
|
|
692
692
|
margin-top: 0.25rem;
|
|
693
|
-
height: 18px;
|
|
693
|
+
min-height: 18px;
|
|
694
694
|
}
|
|
695
695
|
.payman-v2-thinking-cursor-bar {
|
|
696
696
|
display: inline-block;
|
|
@@ -703,6 +703,7 @@
|
|
|
703
703
|
}
|
|
704
704
|
.payman-v2-thinking-cursor-label {
|
|
705
705
|
font-size: var(--payman-v2-small-font-size);
|
|
706
|
+
line-height: 1.5;
|
|
706
707
|
color: var(--payman-v2-thinking-detail-color);
|
|
707
708
|
-webkit-user-select: none;
|
|
708
709
|
-moz-user-select: none;
|