@mixd-id/web-scaffold 0.1.240411050 → 0.1.240411051

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.240411050",
4
+ "version": "0.1.240411051",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -149,6 +149,7 @@ export default {
149
149
  bottom = window.innerHeight - rect.top + 8
150
150
  left = Math.round(rect.x)
151
151
  transformOrigin = 'bottom left'
152
+ this.transition = 'slideup'
152
153
  break
153
154
 
154
155
  case 'top-right':
@@ -156,6 +157,7 @@ export default {
156
157
  bottom = window.innerHeight - rect.top + 8
157
158
  right = window.innerWidth - (Math.round(rect.x) + rect.width)
158
159
  transformOrigin = 'bottom right'
160
+ this.transition = 'slideup'
159
161
  break
160
162
 
161
163
  case 'right':