cleek 2.0.8 → 2.0.9

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/cleek.es.js CHANGED
@@ -16332,13 +16332,13 @@ const _hoisted_1 = {
16332
16332
  };
16333
16333
  const _sfc_main = /* @__PURE__ */ defineComponent({
16334
16334
  props: {
16335
- content: { type: String, required: true }
16335
+ text: { type: String, required: true }
16336
16336
  },
16337
16337
  setup(__props) {
16338
16338
  onMounted(() => {
16339
16339
  const context = getCurrentInstance().ctx;
16340
16340
  tippy$1(context.$el, {
16341
- content: context.content
16341
+ content: context.text
16342
16342
  });
16343
16343
  });
16344
16344
  return (_ctx, _cache) => {
@@ -16348,7 +16348,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16348
16348
  };
16349
16349
  }
16350
16350
  });
16351
- var ckTooltip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2fe4998c"]]);
16351
+ var ckTooltip = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-00df84d4"]]);
16352
16352
  var events = {
16353
16353
  OPEN_MODAL: "OPEN_MODAL",
16354
16354
  CLOSE_MODAL: "CLOSE_MODAL",