@bagelink/vue 1.14.7 → 1.14.13

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.14.7",
4
+ "version": "1.14.13",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -48,7 +48,7 @@ select {
48
48
 
49
49
  .bagel-input label,
50
50
  .bagel-input .label-text,
51
- .bagel-input > .label {
51
+ .bagel-input>.label {
52
52
  color: var(--bgl-input-label-color);
53
53
  }
54
54
 
@@ -464,6 +464,11 @@ select {
464
464
  row-gap: 0.5rem;
465
465
  }
466
466
 
467
+ .grid-form.thin .bagel-input,
468
+ .grid-form.dense .bagel-input {
469
+ margin-bottom: 0;
470
+ }
471
+
467
472
  .grid-form>* {
468
473
  grid-column: 1 / -1;
469
474
  }