@dataloop-ai/components 0.17.130 → 0.17.131

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.130",
3
+ "version": "0.17.131",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -455,14 +455,6 @@ export default defineComponent({
455
455
  pointer-events: none;
456
456
  }
457
457
 
458
- .dl-tooltip {
459
- z-index: 9000;
460
- position: fixed !important;
461
- overflow-y: auto;
462
- overflow-x: hidden;
463
- padding: 2px 5px;
464
- }
465
-
466
458
  .capitalize::first-letter {
467
459
  text-transform: var(--dl-tooltip-text-transform);
468
460
  }