@onereach/ui-components 20.1.3 → 20.1.4

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.
@@ -229,9 +229,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
229
229
  onKeyup: _cache[3] || (_cache[3] = $event => _ctx.$emit('keyup', $event)),
230
230
  onFocus: _cache[4] || (_cache[4] = $event => _ctx.$emit('focus', $event)),
231
231
  onBlur: _cache[5] || (_cache[5] = $event => _ctx.$emit('blur', $event))
232
- }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelText, _ctx.model, void 0, {
233
- trim: true
234
- }]])]),
232
+ }), null, 16 /* FULL_PROPS */, _hoisted_1), [[vModelText, _ctx.model]])]),
235
233
  _: 1 /* STABLE */
236
234
  }, 8 /* PROPS */, ["variant", "size", "invalid", "readonly", "disabled"]), _ctx.$slots.hint || _ctx.hint || _ctx.maxLength ? withDirectives((openBlock(), createBlock(_component_OrHint, {
237
235
  key: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "20.1.3",
3
+ "version": "20.1.4",
4
4
  "description": "Vue components library for v3",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -46,8 +46,8 @@
46
46
  "@codemirror/view": "^6",
47
47
  "@floating-ui/dom": "1.5.3",
48
48
  "@lezer/highlight": "*",
49
- "@onereach/styles": "^20.1.3",
50
- "@onereach/ui-components-common": "^20.1.3",
49
+ "@onereach/styles": "^20.1.4",
50
+ "@onereach/ui-components-common": "^20.1.4",
51
51
  "@splidejs/splide": "4.0.6",
52
52
  "@tiptap/core": "2.0.3",
53
53
  "@tiptap/extension-blockquote": "2.0.3",
@@ -107,5 +107,5 @@
107
107
  "access": "public"
108
108
  },
109
109
  "npmUnpacked": "4.15.2",
110
- "gitHead": "71bfde98e65817a499edddb8ef87b67a8f14273e"
110
+ "gitHead": "6dc60792ba3d4b4b45abab2d02f07f8f9e82d335"
111
111
  }