@dataloop-ai/components 0.18.58 → 0.18.59

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.58",
3
+ "version": "0.18.59",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -327,12 +327,19 @@ html {
327
327
  flex-direction: row;
328
328
  }
329
329
 
330
- // maybe add later
331
- // .disabled,
332
- // .disabled *,
333
- [disabled],
334
- [disabled] * {
330
+ // maybe add this in the future
331
+ // .disabled {
332
+ // opacity: 0.6 !important;
333
+ // }
334
+ // .disabled, .disabled * {
335
+ // outline: 0 !important;
336
+ // cursor: not-allowed !important;
337
+ // }
338
+
339
+ [disabled] {
335
340
  opacity: 0.6 !important;
341
+ }
342
+ [disabled], [disabled] * {
336
343
  outline: 0 !important;
337
344
  cursor: not-allowed !important;
338
345
  }