tsv2-library 1.0.61-alpha.145 → 1.0.61-alpha.147

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.
@@ -137,7 +137,6 @@ export default {
137
137
  // Position
138
138
  'absolute top-0 left-0',
139
139
  'mt-2',
140
- '!z-[2222]',
141
140
 
142
141
  'max-w-[30vw]',
143
142
 
@@ -304,7 +304,7 @@ export default {
304
304
  class: [
305
305
  // Position
306
306
  'absolute top-0 left-0',
307
- 'mt-1 !z-[1111]',
307
+ 'mt-1',
308
308
 
309
309
  // Shape
310
310
  'border-0',
@@ -8,7 +8,7 @@ interface ToastParams {
8
8
  /**
9
9
  * Set the duration of toast in milisecond.
10
10
  *
11
- * @default 3000 - 3s
11
+ * @default 5000 - 5s
12
12
  */
13
13
  life?: number;
14
14
  group?: string;