@davincihealthcare/elty-design-system-vue 1.46.0 → 1.46.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29175,7 +29175,7 @@ const rw = {
|
|
|
29175
29175
|
"onUpdate:modelValue": M[0] || (M[0] = (p) => Ut(L) ? L.value = p : null),
|
|
29176
29176
|
name: B.id || `${g(f)}`,
|
|
29177
29177
|
type: "text",
|
|
29178
|
-
class: "text-xl font-normal flex-1 outline-none border-none focus:ring-none focus:border-none focus:outline-none border-transparent focus:border-transparent focus:ring-0",
|
|
29178
|
+
class: "text-xl font-normal flex-1 outline-none border-none bg-neutral-surface focus:ring-none focus:border-none focus:outline-none border-transparent focus:border-transparent focus:ring-0",
|
|
29179
29179
|
placeholder: B.placeholder,
|
|
29180
29180
|
onFocusin: M[1] || (M[1] = () => {
|
|
29181
29181
|
C.value = !0, c.value = !1;
|