@dataloop-ai/components 0.20.18 → 0.20.20
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.20.
|
|
3
|
+
"version": "0.20.20",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./index.ts",
|
|
6
6
|
"./models": "./models.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"check-only": "if grep -E -H -r --exclude-dir=.git --exclude-dir=node_modules --exclude=*.json --exclude=*.yml '^(describe|it).only' .; then echo 'Found only in test files' && exit 1; fi"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@dataloop-ai/icons": "^3.0.
|
|
26
|
+
"@dataloop-ai/icons": "^3.0.103",
|
|
27
27
|
"@types/flat": "^5.0.2",
|
|
28
28
|
"@types/lodash": "^4.14.184",
|
|
29
29
|
"@types/sortablejs": "^1.15.7",
|
|
@@ -403,9 +403,7 @@ export default defineComponent({
|
|
|
403
403
|
display: flex !important;
|
|
404
404
|
justify-content: center !important;
|
|
405
405
|
color: var(--dl-color-medium);
|
|
406
|
-
transition-property:
|
|
407
|
-
transform,
|
|
408
|
-
-webkit-transform;
|
|
406
|
+
transition-property: transform, -webkit-transform;
|
|
409
407
|
transition-duration: 0.28s, 0.28s;
|
|
410
408
|
transition-timing-function: ease, ease;
|
|
411
409
|
transition-delay: 0s, 0s;
|
|
@@ -422,7 +420,7 @@ export default defineComponent({
|
|
|
422
420
|
}
|
|
423
421
|
|
|
424
422
|
.readonly-option {
|
|
425
|
-
height: 28px;
|
|
423
|
+
min-height: 28px;
|
|
426
424
|
display: flex;
|
|
427
425
|
align-items: center;
|
|
428
426
|
font-size: 12px;
|