@dataloop-ai/components 0.17.53 → 0.17.54

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.53",
3
+ "version": "0.17.54",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -210,6 +210,7 @@ export default defineComponent({
210
210
  width: 50%;
211
211
  display: flex;
212
212
  flex-direction: column;
213
+ justify-content: center;
213
214
  }
214
215
  }
215
216
  &__content {