@dataloop-ai/components 0.18.23 → 0.18.24

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.18.23",
3
+ "version": "0.18.24",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -95,7 +95,7 @@ export default defineComponent({
95
95
  <style scoped lang="scss">
96
96
  .popup-header {
97
97
  max-width: 100%;
98
- padding: 16px 10px 20px 16px;
98
+ padding: 16px 10px 16px 16px;
99
99
  }
100
100
 
101
101
  .header-content {