@dataloop-ai/components 0.19.241 → 0.19.243
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.
|
|
3
|
+
"version": "0.19.243",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": "./index.ts",
|
|
6
6
|
"./models": "./models.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"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"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@dataloop-ai/icons": "^3.0.
|
|
25
|
+
"@dataloop-ai/icons": "^3.0.66",
|
|
26
26
|
"@types/flat": "^5.0.2",
|
|
27
27
|
"@types/lodash": "^4.14.184",
|
|
28
28
|
"@types/sortablejs": "^1.15.7",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
:inline="false"
|
|
19
19
|
icon="icon-dl-info"
|
|
20
20
|
class="info-icon"
|
|
21
|
-
color="dl-color-
|
|
21
|
+
color="dl-color-medium"
|
|
22
22
|
/>
|
|
23
23
|
<dl-tooltip v-if="showTooltip === true">
|
|
24
24
|
{{ tooltip }}
|
|
@@ -111,7 +111,7 @@ export default defineComponent({
|
|
|
111
111
|
<style scoped lang="scss">
|
|
112
112
|
.dl-tab {
|
|
113
113
|
padding: 12px 16px;
|
|
114
|
-
color: var(--dl-color-
|
|
114
|
+
color: var(--dl-color-medium);
|
|
115
115
|
transition: all 200ms;
|
|
116
116
|
display: flex;
|
|
117
117
|
align-items: center;
|