@dataloop-ai/components 0.19.198 → 0.19.199

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.19.198",
3
+ "version": "0.19.199",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -317,6 +317,10 @@
317
317
  }
318
318
  }
319
319
 
320
+ &__progress > .relative-position {
321
+ z-index: 102;
322
+ }
323
+
320
324
  &__bottom {
321
325
  border-top: 1px solid var(--dl-color-separator);
322
326
  min-height: 50px;