@bagelink/vue 0.0.350 → 0.0.352

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
@@ -4826,7 +4826,6 @@ select {
4826
4826
  }
4827
4827
 
4828
4828
  .bagel-input label {
4829
- font-size: calc(var(--input-font-size) / 1.1);
4830
4829
  line-height: 1.2;
4831
4830
  }
4832
4831
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "0.0.350",
4
+ "version": "0.0.352",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Neveh Allon",
@@ -205,7 +205,6 @@ select {
205
205
  }
206
206
 
207
207
  .bagel-input label {
208
- font-size: calc(var(--input-font-size) / 1.1);
209
208
  line-height: 1.2;
210
209
  }
211
210
  }