bge-ui 1.0.5 → 1.0.6

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
@@ -6599,7 +6599,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
6599
6599
  };
6600
6600
  }
6601
6601
  });
6602
- const UiFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-be0c6013"]]);
6602
+ const UiFormItem = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-7139bbf6"]]);
6603
6603
  const _hoisted_1$2 = { class: "bge-input" };
6604
6604
  const _hoisted_2$1 = {
6605
6605
  key: 0,
package/dist/style.css CHANGED
@@ -3194,10 +3194,10 @@
3194
3194
  border: 1px solid var(--tc-red, #FF477E);
3195
3195
  }.bge-form[data-v-ad3f6859] {
3196
3196
  margin: 0;
3197
- }.bge-form-item[data-v-be0c6013] {
3198
- margin-bottom: 24px;
3197
+ }.bge-form-item[data-v-7139bbf6] {
3198
+ margin-bottom: 16px;
3199
3199
  }
3200
- .bge-form-item .bge-form-item__label[data-v-be0c6013] {
3200
+ .bge-form-item .bge-form-item__label[data-v-7139bbf6] {
3201
3201
  color: var(--tc-secondary, #798EA3);
3202
3202
  padding: var(--layout-x-0, 0);
3203
3203
  font-size: 14px;
@@ -3205,10 +3205,10 @@
3205
3205
  line-height: 24px;
3206
3206
  margin-bottom: 4px;
3207
3207
  }
3208
- .bge-form-item[data-v-be0c6013]:last-child {
3208
+ .bge-form-item[data-v-7139bbf6]:last-child {
3209
3209
  margin-bottom: 0;
3210
3210
  }
3211
- .bge-form-item .bge-form-item__error[data-v-be0c6013] {
3211
+ .bge-form-item .bge-form-item__error[data-v-7139bbf6] {
3212
3212
  color: var(--tc-red, #FF477E);
3213
3213
  font-size: 12px;
3214
3214
  font-weight: 400;
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "bge-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "type": "module",
6
- "main": "./dist/index.js",
6
+ "main": "./src/index.ts",
7
7
  "files": [
8
8
  "dist",
9
9
  "icons",
@@ -208,7 +208,7 @@ onMounted(() => {
208
208
  </script>
209
209
  <style lang="scss" scoped>
210
210
  .bge-form-item {
211
- margin-bottom: 24px;
211
+ margin-bottom: 16px;
212
212
 
213
213
  .bge-form-item__label {
214
214
  color: var(--tc-secondary, #798EA3);