frappe-ui 0.1.229 → 0.1.231

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": "frappe-ui",
3
- "version": "0.1.229",
3
+ "version": "0.1.231",
4
4
  "description": "A set of components and utilities for rapid UI development",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="flex min-w-0 items-center" ref="crumbsRef">
3
- <template v-if="overflowedX">
3
+ <template v-if="overflowedX && items.length > 2">
4
4
  <Dropdown class="h-7" :options="dropdownItems">
5
5
  <Button variant="ghost">
6
6
  <template #icon>
@@ -31,7 +31,7 @@ const Btn = h('button')
31
31
  :default-value="props.tabs[0].label"
32
32
  >
33
33
  <TabsList
34
- class="relative flex data-[orientation=vertical]:flex-col p-1 border-b data-[orientation=vertical]:border-r"
34
+ class="relative min-h-fit flex data-[orientation=vertical]:flex-col p-1 border-b data-[orientation=vertical]:border-r"
35
35
  :class="{ 'overflow-auto': !props.vertical }"
36
36
  >
37
37
  <TabsIndicator