@bagelink/vue 1.15.90 → 1.15.92

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/vue",
3
3
  "type": "module",
4
- "version": "1.15.90",
4
+ "version": "1.15.92",
5
5
  "description": "Bagel core sdk packages",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -306,8 +306,8 @@ const tooltipStyle = computed(() => ({ left: `${tipX.value}px`, top: `${tipY.val
306
306
  v-for="(s, i) in segments" :key="i" class="bgl-funnel__tick"
307
307
  :style="horizontal ? { flex: '1 1 0' } : { height: `${bandHeight}px` }"
308
308
  >
309
- <span class="bgl-funnel__name ellipsis-1" :title="s.label">{{ s.label }}</span>
310
- <span class="bgl-funnel__val">{{ s.display }}</span>
309
+ <span class="bgl-funnel__name ellipsis-1 txt14" :title="s.label">{{ s.label }}</span>
310
+ <span class="bgl-funnel__val txt13">{{ s.display }}</span>
311
311
  </div>
312
312
  </div>
313
313
  </div>
@@ -354,7 +354,7 @@ const tooltipStyle = computed(() => ({ left: `${tipX.value}px`, top: `${tipY.val
354
354
  .bgl-funnel--vertical .bgl-funnel__svg { flex: 1 1 auto; width: auto; min-width: 0; }
355
355
  .bgl-funnel--vertical .bgl-funnel__axis { flex: 0 0 auto; display: flex; flex-direction: column; }
356
356
  .bgl-funnel--vertical .bgl-funnel__tick {
357
- display: flex; flex-direction: column; justify-content: center; line-height: 1.15; overflow: hidden; max-width: 12rem;
357
+ display: flex; flex-direction: column; justify-content: center; line-height: 1.3; max-width: 12rem;
358
358
  }
359
359
 
360
360
  /* Horizontal flow: silhouette on top, labels below each stage */