@idds/vue 1.2.3 → 1.2.4
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/Tooltip.vue.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +2 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -10191,7 +10191,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
10191
10191
|
}
|
|
10192
10192
|
};
|
|
10193
10193
|
const tooltipClasses = computed(() => {
|
|
10194
|
-
const classes = ["ina-tooltip"];
|
|
10194
|
+
const classes = ["ina-tooltip", `ina-tooltip--placement-${props.placement}`];
|
|
10195
10195
|
if (props.className) {
|
|
10196
10196
|
classes.push(props.className);
|
|
10197
10197
|
}
|
|
@@ -10202,7 +10202,6 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
10202
10202
|
});
|
|
10203
10203
|
const contentClasses = computed(() => {
|
|
10204
10204
|
const classes = ["ina-tooltip__content"];
|
|
10205
|
-
classes.push(`ina-tooltip--placement-${props.placement}`);
|
|
10206
10205
|
if (props.showArrow) {
|
|
10207
10206
|
classes.push("ina-tooltip__content--show-arrow");
|
|
10208
10207
|
}
|
|
@@ -10294,7 +10293,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
10294
10293
|
};
|
|
10295
10294
|
}
|
|
10296
10295
|
});
|
|
10297
|
-
const Tooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
10296
|
+
const Tooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-a1d02f53"]]);
|
|
10298
10297
|
const predefinedBrands = [
|
|
10299
10298
|
"inagov",
|
|
10300
10299
|
"inaku",
|