@dataloop-ai/components 0.17.39 → 0.17.40

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.39",
3
+ "version": "0.17.40",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -267,7 +267,7 @@ export default defineComponent({
267
267
  }
268
268
 
269
269
  .content {
270
- padding: var(--dl-dialog-box-content-padding, 10px 16px 30px 16px);
270
+ padding: var(--dl-dialog-box-content-padding, 20px 16px 30px 16px);
271
271
  overflow: auto;
272
272
  height: 100%;
273
273
 
@@ -281,7 +281,7 @@ export default defineComponent({
281
281
 
282
282
  .footer {
283
283
  display: flex;
284
- padding: 16px;
284
+ padding: 20px 16px;
285
285
  border-top: var(--dl-dialog-separator);
286
286
  }
287
287
 
@@ -70,6 +70,7 @@ export default defineComponent({
70
70
  width: 100%;
71
71
  align-items: flex-start;
72
72
  justify-content: space-between;
73
+ padding-top: 20px;
73
74
  }
74
75
 
75
76
  .title {