@xaypay/tui 0.2.25 → 0.2.26
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.es.js +181 -54
- package/dist/index.js +1182 -1044
- package/package.json +1 -1
- package/tui.config.js +5 -0
package/package.json
CHANGED
package/tui.config.js
CHANGED
|
@@ -629,6 +629,7 @@ export default {
|
|
|
629
629
|
timeForRemoveError: 4000,
|
|
630
630
|
extentionsRowMarginTop: '40px',
|
|
631
631
|
extentionsTextColor: 'black',
|
|
632
|
+
extentionsTextDots: false,
|
|
632
633
|
|
|
633
634
|
border: {
|
|
634
635
|
width: '2px',
|
|
@@ -646,7 +647,9 @@ export default {
|
|
|
646
647
|
},
|
|
647
648
|
|
|
648
649
|
label: {
|
|
650
|
+
showMore: false,
|
|
649
651
|
useTooltip: false,
|
|
652
|
+
showMoreTextColor: '#2C46C1',
|
|
650
653
|
color: '#4A4A4D',
|
|
651
654
|
|
|
652
655
|
font: {...fontObject},
|
|
@@ -742,6 +745,7 @@ export default {
|
|
|
742
745
|
maxHeight: '95vh',
|
|
743
746
|
minHeight: '200px',
|
|
744
747
|
radius: '14px',
|
|
748
|
+
noScroll: false,
|
|
745
749
|
padding: '20px 20px 20px',
|
|
746
750
|
className: '',
|
|
747
751
|
alignItems: 'center',
|
|
@@ -800,6 +804,7 @@ export default {
|
|
|
800
804
|
SWIPEMODAL: {
|
|
801
805
|
width: '300px',
|
|
802
806
|
height: '100vh',
|
|
807
|
+
noScroll: false,
|
|
803
808
|
titleStyle: {
|
|
804
809
|
color: '#1C212D',
|
|
805
810
|
textAlign: 'left',
|