tsv2-library 1.0.61-alpha.144 → 1.0.61-alpha.146

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.
@@ -232,6 +232,7 @@ export interface DialogProps {
232
232
  * @defaultValue true
233
233
  */
234
234
  autoZIndex?: boolean | undefined;
235
+ maskClass?: string | string[];
235
236
  /**
236
237
  * Position of the dialog.
237
238
  * @defaultValue center
@@ -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',