fds-vue-core 2.0.84 → 2.0.86
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
|
@@ -3209,7 +3209,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
3209
3209
|
!props.interactive && "cursor-auto"
|
|
3210
3210
|
]);
|
|
3211
3211
|
const slotWrapperClasses = vue.computed(() => [
|
|
3212
|
-
"flex flex-col sm:flex-row
|
|
3212
|
+
"flex flex-col sm:flex-row justify-between h-fit gap-y-2 gap-x-4",
|
|
3213
3213
|
!hasSlot.value && "justify-end"
|
|
3214
3214
|
]);
|
|
3215
3215
|
const headerClasses = vue.computed(() => [
|