@bagelink/vue 1.1.31 → 1.1.33

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/dist/style.css CHANGED
@@ -6469,6 +6469,9 @@ to {
6469
6469
  .h100p,
6470
6470
  .h-100p {
6471
6471
  height: 100%;
6472
+ }.h100pi,
6473
+ .h-100pi {
6474
+ height: 100% !important;
6472
6475
  }.vh-100,
6473
6476
  .h-100vh,
6474
6477
  .h100vh {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.1.31",
4
+ "version": "1.1.33",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -2555,6 +2555,11 @@
2555
2555
  height: 100%;
2556
2556
  }
2557
2557
 
2558
+ .h100pi,
2559
+ .h-100pi {
2560
+ height: 100% !important;
2561
+ }
2562
+
2558
2563
  .vh-100,
2559
2564
  .h-100vh,
2560
2565
  .h100vh {