@funcho/ui 1.1.2 → 1.1.3

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.
@@ -206,7 +206,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
206
206
  fields: searchFormFields.value,
207
207
  class: vue.normalizeClass(vue.unref(ns).e("query-form")),
208
208
  "label-position": "right",
209
- "label-width": hasMoreContent.value && !isExpanded.value ? "fit-content" : "auto"
209
+ "label-width": hasMoreContent.value && isExpanded.value ? "auto" : "fit-content"
210
210
  }, null, 8, ["fields", "class", "label-width"]),
211
211
  vue.createElementVNode("div", {
212
212
  class: vue.normalizeClass(vue.unref(ns).e("tools"))
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
 
5
- const version = "1.1.2";
5
+ const version = "1.1.3";
6
6
 
7
7
  exports.version = version;
@@ -202,7 +202,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
202
202
  fields: searchFormFields.value,
203
203
  class: normalizeClass(unref(ns).e("query-form")),
204
204
  "label-position": "right",
205
- "label-width": hasMoreContent.value && !isExpanded.value ? "fit-content" : "auto"
205
+ "label-width": hasMoreContent.value && isExpanded.value ? "auto" : "fit-content"
206
206
  }, null, 8, ["fields", "class", "label-width"]),
207
207
  createElementVNode("div", {
208
208
  class: normalizeClass(unref(ns).e("tools"))
@@ -1,3 +1,3 @@
1
- const version = "1.1.2";
1
+ const version = "1.1.3";
2
2
 
3
3
  export { version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@funcho/ui",
3
3
  "description": "@funcho ui library",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.mjs",