@dataloop-ai/components 0.20.85 → 0.20.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.20.85",
3
+ "version": "0.20.86",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -12,15 +12,15 @@
12
12
  >
13
13
  {{ fullText }}
14
14
  </p>
15
- <span v-if="!multiline" ref="dlEllipsisRef" class="dl-ellipsis__left">
15
+ <span
16
+ v-if="!multiline"
17
+ ref="dlEllipsisRef"
18
+ :class="`dl-ellipsis__left ${textClass}`"
19
+ >
16
20
  <slot v-if="hasDefaultSlot" name="default" />
17
- <span
18
- v-else
19
- style="white-space: nowrap"
20
- :class="textClass"
21
- @click="onClick"
22
- >{{ leftText }}</span
23
- >
21
+ <span v-else style="white-space: nowrap" @click="onClick">{{
22
+ leftText
23
+ }}</span>
24
24
  </span>
25
25
  <span
26
26
  v-if="!multiline && rightText"