@dataloop-ai/components 0.17.85 → 0.17.87

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.85",
3
+ "version": "0.17.87",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -279,7 +279,7 @@ input {
279
279
  }
280
280
 
281
281
  .sub-text {
282
- padding-left: 30px;
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;
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div>
2
+ <div style="--dl-checkbox-sub-label-left-padding: 20px">
3
3
  <dl-checkbox
4
4
  v-model="customValueCheck"
5
5
  toggle-indeterminate