@dataloop-ai/components 0.16.40 → 0.16.41

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.40",
3
+ "version": "0.16.41",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -347,7 +347,7 @@ export default defineComponent({
347
347
  }
348
348
 
349
349
  .dl-button-icon {
350
- margin: var(--dl-button-icon-margin, '0px 7px 0px 0px');
350
+ margin: var(--dl-button-icon-margin, 0px 7px 0px 0px);
351
351
  }
352
352
 
353
353
  .dl-button-container {