@dataloop-ai/components 0.20.6 → 0.20.8

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.20.6",
3
+ "version": "0.20.8",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -1563,7 +1563,7 @@ export default defineComponent({
1563
1563
 
1564
1564
  &__adornment-container {
1565
1565
  display: flex;
1566
- justify-content: end;
1566
+ justify-content: flex-end;
1567
1567
  align-items: var(--dl-input-align-items);
1568
1568
  flex: 0 0 22px;
1569
1569
  &--expandable {