bge-ui 1.5.4 → 1.5.5

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/index.js CHANGED
@@ -8820,7 +8820,9 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
8820
8820
  ref_key: "DialogBody",
8821
8821
  ref: DialogBody
8822
8822
  }, [
8823
- renderSlot(_ctx.$slots, "default")
8823
+ createElementVNode("div", null, [
8824
+ renderSlot(_ctx.$slots, "default")
8825
+ ])
8824
8826
  ], 2)
8825
8827
  ])
8826
8828
  ], 4)
package/dist/style.css CHANGED
@@ -1308,7 +1308,7 @@ to {
1308
1308
  }.bge-checkbox {
1309
1309
  display: inline-flex;
1310
1310
  justify-content: flex-start;
1311
- align-items: center;
1311
+ align-items: flex-start;
1312
1312
  margin-right: 8px;
1313
1313
  }
1314
1314
  .bge-checkbox_large .bge-checkbox__label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -145,7 +145,7 @@ function handleChange (e: Event) {
145
145
  .bge-checkbox {
146
146
  display: inline-flex;
147
147
  justify-content: flex-start;
148
- align-items: center;
148
+ align-items: flex-start;
149
149
  margin-right: 8px;
150
150
  }
151
151
 
@@ -13,7 +13,7 @@
13
13
  </span>
14
14
  </div>
15
15
  <div class="bge-dialog__body" :class="{full: fullBody}" ref="DialogBody">
16
- <slot></slot>
16
+ <div><slot></slot></div>
17
17
  </div>
18
18
  </div>
19
19
  </div>