fds-vue-core 7.1.7 → 7.1.8
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 +4 -4
- package/dist/fds-vue-core.cjs.js.map +1 -1
- package/dist/fds-vue-core.css +1 -1
- package/dist/fds-vue-core.es.js +4 -4
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/Form/FdsInput/FdsInput.vue +2 -2
- package/src/components/Form/FdsSelect/FdsSelect.vue +2 -2
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -8902,7 +8902,7 @@ const _hoisted_2$f = { class: "relative" };
|
|
|
8902
8902
|
const _hoisted_3$c = ["type", "required", "value", "disabled", "tabindex", "aria-invalid", "aria-label", "aria-labelledby", "aria-describedby", "autocomplete", "pattern", "searchIcon"];
|
|
8903
8903
|
const _hoisted_4$b = {
|
|
8904
8904
|
key: 0,
|
|
8905
|
-
class: "text-red-
|
|
8905
|
+
class: "text-red-700 font-bold mt-1"
|
|
8906
8906
|
};
|
|
8907
8907
|
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
8908
8908
|
...{
|
|
@@ -9239,7 +9239,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
9239
9239
|
isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
9240
9240
|
key: 1,
|
|
9241
9241
|
name: "alert",
|
|
9242
|
-
class: "fill-red-
|
|
9242
|
+
class: "fill-red-700"
|
|
9243
9243
|
})) : vue.createCommentVNode("", true),
|
|
9244
9244
|
isValid2.value ? (vue.openBlock(), vue.createBlock(_sfc_main$J, {
|
|
9245
9245
|
key: 2,
|
|
@@ -16086,7 +16086,7 @@ const _hoisted_5$2 = ["value", "disabled"];
|
|
|
16086
16086
|
const _hoisted_6 = { class: "absolute right-3 top-1/2 -translate-y-1/2 pointer-events-none" };
|
|
16087
16087
|
const _hoisted_7 = {
|
|
16088
16088
|
key: 2,
|
|
16089
|
-
class: "text-red-
|
|
16089
|
+
class: "text-red-700 font-bold mt-1"
|
|
16090
16090
|
};
|
|
16091
16091
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
16092
16092
|
...{
|
|
@@ -16153,7 +16153,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
16153
16153
|
"focus:outline-2 focus:outline-blue-500 focus:border-transparent",
|
|
16154
16154
|
"appearance-none",
|
|
16155
16155
|
disabled.value ? "outline-dashed text-gray-800 outline-2 -outline-offset-2 outline-gray-400 cursor-not-allowed border-transparent" : "bg-white cursor-pointer",
|
|
16156
|
-
isInvalid.value && !disabled.value && "outline-2 -outline-offset-2 outline-red-600 text-red-
|
|
16156
|
+
isInvalid.value && !disabled.value && "outline-2 -outline-offset-2 outline-red-600 text-red-700",
|
|
16157
16157
|
props.inputClass
|
|
16158
16158
|
]);
|
|
16159
16159
|
const internalValue = vue.computed({
|