fds-vue-core 2.0.56 → 2.0.58
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/components/Form/FdsInput/FdsInput.vue.d.ts.map +1 -1
- package/dist/fds-vue-core.cjs.js +5 -5
- 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 +5 -5
- package/dist/fds-vue-core.es.js.map +1 -1
- package/dist/slot-styles.css +3 -5
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAmGjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"FdsInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/FdsInput/FdsInput.vue"],"names":[],"mappings":"AAiJA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAmGjC,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsNF,wBAIG"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -1761,7 +1761,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
1761
1761
|
};
|
|
1762
1762
|
}
|
|
1763
1763
|
});
|
|
1764
|
-
const _hoisted_1$j = { class: "w-full" };
|
|
1764
|
+
const _hoisted_1$j = { class: "w-full mb-4" };
|
|
1765
1765
|
const _hoisted_2$d = ["for"];
|
|
1766
1766
|
const _hoisted_3$9 = { class: "relative" };
|
|
1767
1767
|
const _hoisted_4$8 = ["id", "name", "type", "disabled", "required", "size", "maxlength", "aria-invalid"];
|
|
@@ -3477,8 +3477,8 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3477
3477
|
const modalOuterClasses = vue.computed(() => ["fixed top-0 left-0 w-full h-full overflow-auto z-100"]);
|
|
3478
3478
|
const modalInnerClasses = vue.computed(() => [
|
|
3479
3479
|
"relative min-w-[288px] w-[calc(100%-5rem)] bg-white rounded-lg overflow-auto z-[99999] shadow-lg p-6 left-1/2",
|
|
3480
|
-
"top-1/2 translate-x-[-50%]",
|
|
3481
|
-
props.alignTop ? "
|
|
3480
|
+
"max-h-[80%] top-1/2 translate-x-[-50%]",
|
|
3481
|
+
props.alignTop ? "top-[10rem]" : "translate-y-[-50%]",
|
|
3482
3482
|
hasFooterSlot.value ? "pb-0" : "",
|
|
3483
3483
|
{
|
|
3484
3484
|
"max-w-[480px]": props.size === "sm",
|
|
@@ -3506,7 +3506,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3506
3506
|
() => props.locale === "sv" ? "Stäng dialogruta" : "Close modal window"
|
|
3507
3507
|
);
|
|
3508
3508
|
const footerClasses = vue.computed(() => [
|
|
3509
|
-
"mt-6 flex flex-col gap-4 pb-8",
|
|
3509
|
+
"mt-6 flex flex-col gap-4 pb-8 min-h-[104px] left-0 right-0",
|
|
3510
3510
|
{
|
|
3511
3511
|
"sm:flex-row sm:justify-end": !props.alignLeftFooter,
|
|
3512
3512
|
"sm:flex-row sm:justify-start": props.alignLeftFooter,
|
|
@@ -3634,7 +3634,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3634
3634
|
iconName.value ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
|
|
3635
3635
|
key: 0,
|
|
3636
3636
|
name: iconName.value,
|
|
3637
|
-
size:
|
|
3637
|
+
size: 28,
|
|
3638
3638
|
class: vue.normalizeClass(iconClasses.value)
|
|
3639
3639
|
}, null, 8, ["name", "class"])) : vue.createCommentVNode("", true),
|
|
3640
3640
|
vue.createTextVNode(" " + vue.toDisplayString(_ctx.heading), 1)
|