fds-vue-core 2.1.35 → 2.1.36
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/fds-vue-core.cjs.js
CHANGED
|
@@ -10147,7 +10147,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10147
10147
|
);
|
|
10148
10148
|
const isInvalid = vue.computed(() => props.valid === false && !props.optional && !props.disabled);
|
|
10149
10149
|
const selectClasses = vue.computed(() => [
|
|
10150
|
-
"block rounded-md border border-gray-500 px-3 py-2 pr-10 h-12",
|
|
10150
|
+
"block w-full rounded-md border border-gray-500 px-3 py-2 pr-10 h-12",
|
|
10151
10151
|
"focus:outline-2 focus:outline-blue-500 focus:border-transparent",
|
|
10152
10152
|
"appearance-none",
|
|
10153
10153
|
props.disabled ? "outline-dashed text-gray-600 outline-2 -outline-offset-2 outline-gray-400 cursor-not-allowed border-transparent" : "bg-white cursor-pointer",
|