@dataloop-ai/components 0.20.251 → 0.20.252

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.251",
3
+ "version": "0.20.252",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -204,7 +204,7 @@ export default defineComponent({
204
204
  padding-bottom: 0;
205
205
  outline: 0;
206
206
  min-width: 18px;
207
- height: 18px;
207
+ height: 20px;
208
208
  align-items: center;
209
209
  max-width: var(--dl-chip-max-width);
210
210
  color: var(--dl-chip-text-color);