@dataloop-ai/components 0.17.126 → 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.126",
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"