vira 26.5.2 → 26.5.3

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.
@@ -97,7 +97,6 @@ export const ViraPopUpTrigger = defineViraElement()({
97
97
  display: flex;
98
98
  flex-direction: column;
99
99
  align-items: flex-start;
100
- overflow: hidden;
101
100
 
102
101
  /* highest possible z-index */
103
102
  z-index: 2147483647;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "26.5.2",
3
+ "version": "26.5.3",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",
@@ -67,7 +67,7 @@
67
67
  "vite-tsconfig-paths": "^5.1.4"
68
68
  },
69
69
  "peerDependencies": {
70
- "element-vir": "^26.5.2"
70
+ "element-vir": "^26.5.3"
71
71
  },
72
72
  "engines": {
73
73
  "node": ">=22"