@dataloop-ai/components 0.17.125 → 0.17.127

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.17.125",
3
+ "version": "0.17.127",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -24,6 +24,7 @@
24
24
  <dl-item-section
25
25
  v-if="startIcon"
26
26
  side
27
+ style="display: flex"
27
28
  >
28
29
  <dl-icon
29
30
  :icon="startIcon"
@@ -35,6 +36,7 @@
35
36
  <dl-item-section
36
37
  v-if="endIcon"
37
38
  side
39
+ style="display: flex"
38
40
  >
39
41
  <dl-icon
40
42
  :icon="endIcon"
@@ -188,7 +188,8 @@ export default defineComponent({
188
188
  }
189
189
  input {
190
190
  position: absolute;
191
- opacity: 0;
191
+ // to deal with quasar conflicts.
192
+ opacity: 0 !important;
192
193
  margin: 0;
193
194
  width: 100%;
194
195
  height: 100%;