@dataloop-ai/components 0.17.86 → 0.17.88

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.86",
3
+ "version": "0.17.88",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -645,7 +645,7 @@ export default defineComponent({
645
645
  }
646
646
  return !!this.$slots.prepend && !this.isSmall
647
647
  },
648
- chevronIconColor() {
648
+ chevronIconColor(): string {
649
649
  return `${this.disabled ? 'dl-color-disabled' : null}`
650
650
  }
651
651
  },
@@ -279,7 +279,7 @@ input {
279
279
  }
280
280
 
281
281
  .sub-text {
282
- padding-left: var(--dl-checkbox-sub-label-left-padding);
282
+ padding-left: var(--dl-checkbox-sub-label-left-padding, 20px);
283
283
  width: 80%;
284
284
  color: var(--dl-color-medium);
285
285
  word-break: break-all;