@dataloop-ai/components 0.20.249 → 0.20.250

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.249",
3
+ "version": "0.20.250",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -194,13 +194,18 @@ export default defineComponent({
194
194
  position: relative;
195
195
  display: flex;
196
196
  vertical-align: middle;
197
- font-size: var(--dl-font-size-body);
198
- line-height: 12px;
197
+ font-family: var(--dl-typography-body-body2-font-family);
198
+ font-size: var(--dl-typography-body-body2-font-size);
199
+ line-height: var(--dl-typography-body-body2-line-height);
200
+ font-weight: var(--dl-typography-body-body2-font-weight);
199
201
  border-radius: 2px !important;
200
202
  padding: var(--dl-chip-padding);
203
+ padding-top: 0;
204
+ padding-bottom: 0;
201
205
  outline: 0;
202
206
  min-width: 18px;
203
- min-height: 12px;
207
+ height: 18px;
208
+ align-items: center;
204
209
  max-width: var(--dl-chip-max-width);
205
210
  color: var(--dl-chip-text-color);
206
211
  background-color: var(--dl-chip-bg-color);