pgo-uiux2 1.0.6 → 1.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pgo-uiux2",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "A Vue 3 component library with PGO design system",
5
5
  "private": false,
6
6
  "type": "module",
@@ -8,7 +8,7 @@
8
8
 
9
9
  ]">
10
10
  <!-- Overlay -->
11
- <div class="absolute inset-0 overflow-hidden" :style="overlayThemeStyles" :class="overlayClass" @click="attemptClose" />
11
+ <div class="absolute inset-0 overflow-hidden" :style="overlayThemeStyles" :class="[overlayClass, 'bg-red-300']" @click="attemptClose" />
12
12
 
13
13
  <!-- Modal -->
14
14
  <Transition :name="transitionName">
@@ -149,7 +149,7 @@ import Card from './Card.vue'
149
149
  }))
150
150
 
151
151
  const overlayThemeStyles = computed(() => ({
152
- backgroundColor: 'var(--vts-color-overlay)'
152
+ // backgroundColor: 'var(--vts-color-overlay)'
153
153
  }))
154
154
 
155
155
  const footerThemeStyles = computed(() => ({