@bagelink/vue 1.12.55 → 1.12.57

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": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.12.55",
4
+ "version": "1.12.57",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -172,7 +172,7 @@ dialog {
172
172
  grid-template-rows: auto 1fr auto;
173
173
  overflow: hidden;
174
174
  border-radius: var(--bgl-card-radius, 12px);
175
- height: 100%;
175
+ /* height: 100%; לא להכניס את זה כי זה ישבור את הדילוג באייפון*/
176
176
  }
177
177
 
178
178
  .height-100-2 {