@espri/vue-components 2.0.0 → 2.0.1

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.
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as F, ref as u, onMounted as A, onBeforeUnmount as M, watch as R, openBlock as q, createElementBlock as P, normalizeClass as T, createElementVNode as V } from "vue";
2
2
  import Y from "simple-keyboard";
3
- const _ = "input:not(.not-open-keyboard), textarea:not(.not-open-keyboard)", x = "default-class", d = 230, U = /* @__PURE__ */ F({
3
+ import './virtual-keyboard.css';const _ = "input:not(.not-open-keyboard), textarea:not(.not-open-keyboard)", x = "default-class", d = 230, U = /* @__PURE__ */ F({
4
4
  __name: "virtual-keyboard",
5
5
  props: {
6
6
  refreshInputsTimestamp: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@espri/vue-components",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "ESPRI Digital - Vue components library",
5
5
  "author": "ESPRI Digital",
6
6
  "homepage": "https://github.com/ESPRI-Digital/vue-select#readme",
@@ -49,6 +49,7 @@
49
49
  "simple-keyboard": "^3.0.0",
50
50
  "typescript": "^5.9.3",
51
51
  "vite": "^7.2.6",
52
+ "vite-plugin-lib-inject-css": "^2.0.0",
52
53
  "vue-tsc": "^3.1.5"
53
54
  }
54
55
  }