fds-vue-core 2.1.43 → 2.1.44
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
|
@@ -10483,8 +10483,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
10483
10483
|
});
|
|
10484
10484
|
const componentAttrs = vue.computed(() => ({
|
|
10485
10485
|
...linkAttrs.value,
|
|
10486
|
-
...attrs
|
|
10487
|
-
"data-testid": `FdsTabsItem-${props.label}`
|
|
10486
|
+
...attrs
|
|
10488
10487
|
}));
|
|
10489
10488
|
const baseClasses = vue.computed(() => {
|
|
10490
10489
|
const blockClasses = block ? "flex flex-1" : "";
|