@meistrari/tela-build 1.52.2 → 1.53.0

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.
@@ -10,6 +10,7 @@ const props = defineProps<{
10
10
  cancelButtonText?: string
11
11
  loading?: boolean
12
12
  confirmButtonTestId?: string
13
+ overlayClass?: string
13
14
  }>()
14
15
 
15
16
  const emit = defineEmits<{
@@ -29,6 +30,7 @@ const confirmButtonVariant = computed(() => {
29
30
  v-model:model-value="open"
30
31
  :compact="props.compact ?? true"
31
32
  hide-dividers
33
+ :overlay-class="props.overlayClass"
32
34
  :is-close-icon="false"
33
35
  :style="{ paddingBlock: '20px' }"
34
36
  @close="emit('cancel')"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/tela-build",
3
- "version": "1.52.2",
3
+ "version": "1.53.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "app.config.ts",