@titaui/pc 1.16.15 → 1.16.16
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.
|
@@ -90,7 +90,11 @@ var Toast = /*#__PURE__*/function () {
|
|
|
90
90
|
while (1) {
|
|
91
91
|
switch (_context.prev = _context.next) {
|
|
92
92
|
case 0:
|
|
93
|
-
options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {
|
|
93
|
+
options = _args.length > 1 && _args[1] !== undefined ? _args[1] : {
|
|
94
|
+
style: {
|
|
95
|
+
right: 'unset'
|
|
96
|
+
}
|
|
97
|
+
};
|
|
94
98
|
key = (0, _uuid["default"])();
|
|
95
99
|
_context.next = 4;
|
|
96
100
|
return getInstance();
|
|
@@ -132,7 +136,11 @@ var Toast = /*#__PURE__*/function () {
|
|
|
132
136
|
while (1) {
|
|
133
137
|
switch (_context2.prev = _context2.next) {
|
|
134
138
|
case 0:
|
|
135
|
-
options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {
|
|
139
|
+
options = _args2.length > 1 && _args2[1] !== undefined ? _args2[1] : {
|
|
140
|
+
style: {
|
|
141
|
+
right: 'unset'
|
|
142
|
+
}
|
|
143
|
+
};
|
|
136
144
|
key = (0, _uuid["default"])();
|
|
137
145
|
_context2.next = 4;
|
|
138
146
|
return getInstance();
|
|
@@ -174,7 +182,11 @@ var Toast = /*#__PURE__*/function () {
|
|
|
174
182
|
while (1) {
|
|
175
183
|
switch (_context3.prev = _context3.next) {
|
|
176
184
|
case 0:
|
|
177
|
-
options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {
|
|
185
|
+
options = _args3.length > 1 && _args3[1] !== undefined ? _args3[1] : {
|
|
186
|
+
style: {
|
|
187
|
+
right: 'unset'
|
|
188
|
+
}
|
|
189
|
+
};
|
|
178
190
|
key = (0, _uuid["default"])();
|
|
179
191
|
_context3.next = 4;
|
|
180
192
|
return getInstance();
|