@dataloop-ai/components 0.16.52 → 0.16.53

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.16.52",
3
+ "version": "0.16.53",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -209,8 +209,7 @@ export default defineComponent({
209
209
  border-radius: 2px;
210
210
  padding: var(--dl-chip-padding);
211
211
  outline: 0;
212
- min-width: 18px; // +2px from borders
213
- max-height: 18px; // +2px from borders
212
+ min-width: 18px;
214
213
  min-height: 12px;
215
214
  max-width: var(--dl-chip-max-width);
216
215
  color: var(--dl-chip-text-color);