@dataloop-ai/components 0.19.104 → 0.19.105

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.19.104",
3
+ "version": "0.19.105",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -536,6 +536,7 @@ export default defineComponent({
536
536
  .dl-button-container {
537
537
  display: inline-block;
538
538
  width: var(--dl-button-container-width);
539
+ height: fit-content;
539
540
  }
540
541
 
541
542
  .active-class {
@@ -75,7 +75,7 @@
75
75
  <dl-menu
76
76
  ref="menuRef"
77
77
  v-model="menuModel"
78
- :class="contentClass"
78
+ :menu-class="contentClass"
79
79
  :style="contentStyle"
80
80
  :cover="cover"
81
81
  fit-container
@@ -136,7 +136,7 @@
136
136
  <dl-menu
137
137
  ref="menuRef"
138
138
  v-model="menuModel"
139
- :class="contentClass"
139
+ :menu-class="contentClass"
140
140
  :style="contentStyle"
141
141
  :cover="cover"
142
142
  fit-container
@@ -551,6 +551,7 @@ export default defineComponent({
551
551
  </style>
552
552
  <style lang="scss">
553
553
  .dl-button-dropdown {
554
+ height: fit-content;
554
555
  .dl-button-content {
555
556
  line-height: unset;
556
557
  }