fds-vue-core 2.0.78 → 2.0.80
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/Blocks/FdsBlockExpander/FdsBlockExpander.vue.d.ts.map +1 -1
- package/dist/components/Blocks/FdsBlockLink/FdsBlockLink.vue.d.ts.map +1 -1
- 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/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockExpander.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"FdsBlockExpander.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockExpander/FdsBlockExpander.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAqKpD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuB/C,QAAA,MAAM,eAAe;;;;;;;;;4EAInB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FdsBlockLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockLink/FdsBlockLink.vue"],"names":[],"mappings":"AAqJA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"FdsBlockLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Blocks/FdsBlockLink/FdsBlockLink.vue"],"names":[],"mappings":"AAqJA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,SAAS,CAAA;AAgSvD,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAC/C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAgChD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;6EAInB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAY1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
package/dist/fds-vue-core.cjs.js
CHANGED
|
@@ -3120,7 +3120,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
3120
3120
|
props.disabled && "shadow-none border-2 border-gray-200 border-dashed"
|
|
3121
3121
|
]);
|
|
3122
3122
|
const headerClasses = vue.computed(() => [
|
|
3123
|
-
"flex w-full items-start text-left justify-between bg-white text-blue-600 rounded-2xl p-
|
|
3123
|
+
"flex w-full items-start text-left justify-between bg-white text-blue-600 rounded-2xl p-[calc(1rem-2px)] border-2 border-white transition-colors border-2 border-white hover:border-blue-500 active:bg-blue_t-100 active:border-white focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0",
|
|
3124
3124
|
props.disabled ? "cursor-not-allowed hover:border-2 hover:border-transparent active:bg-white" : "cursor-pointer",
|
|
3125
3125
|
isOpen.value ? "rounded-b-none" : "rounded-b-2xl"
|
|
3126
3126
|
]);
|
|
@@ -3148,7 +3148,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
3148
3148
|
])) : vue.createCommentVNode("", true),
|
|
3149
3149
|
vue.createElementVNode("span", _hoisted_3$1, [
|
|
3150
3150
|
vue.createElementVNode("span", {
|
|
3151
|
-
class: vue.normalizeClass(["font-bold font-heading text-lg", { "text-gray-500": _ctx.disabled }])
|
|
3151
|
+
class: vue.normalizeClass(["font-bold font-heading text-lg leading-md", { "text-gray-500": _ctx.disabled }])
|
|
3152
3152
|
}, vue.toDisplayString(_ctx.label), 3)
|
|
3153
3153
|
])
|
|
3154
3154
|
]),
|
|
@@ -3246,7 +3246,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3246
3246
|
});
|
|
3247
3247
|
return (_ctx, _cache) => {
|
|
3248
3248
|
return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(componentType.value), vue.mergeProps(componentAttrs.value, {
|
|
3249
|
-
class: ["appearance-none text-left w-full flex items-start bg-white
|
|
3249
|
+
class: ["box-border appearance-none text-left w-full flex items-start bg-white p-[calc(1rem-2px)] mb-4 text-blue-600 shadow-lg shadow-blue-200 rounded-2xl no-underline border-2 border-transparent transition-all duration-200 hover:border-blue-600 hover:border-2 active:border-transparent active:shadow-none active:bg-blue_t-100 focus-visible:border-blue-500 focus-visible:border-dashed focus-visible:outline-0", innerClasses.value],
|
|
3250
3250
|
target: componentType.value === "a" ? _ctx.target : void 0,
|
|
3251
3251
|
rel: componentType.value === "a" ? _ctx.rel : void 0,
|
|
3252
3252
|
download: componentType.value === "a" ? _ctx.download : void 0,
|
|
@@ -3272,7 +3272,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3272
3272
|
class: vue.normalizeClass(["flex items-center gap-4", headerClasses.value])
|
|
3273
3273
|
}, [
|
|
3274
3274
|
vue.createElementVNode("h3", {
|
|
3275
|
-
class: vue.normalizeClass(["flex-1 font-heading text-lg
|
|
3275
|
+
class: vue.normalizeClass(["flex-1 font-heading text-lg tracking-normal m-0 leading-md", headerTextClasses.value])
|
|
3276
3276
|
}, vue.toDisplayString(_ctx.label), 3)
|
|
3277
3277
|
], 2),
|
|
3278
3278
|
vue.createElementVNode("div", {
|