@dataloop-ai/components 0.18.104 → 0.18.106

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.104",
3
+ "version": "0.18.106",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -157,7 +157,7 @@ export default defineComponent({
157
157
  <style scoped lang="scss">
158
158
  .dl-icon {
159
159
  display: inline-flex;
160
- color: var(var(--dl-icon-color), var(--color-icon));
160
+ color: var(--dl-icon-color, var(--icon-color));
161
161
  font-size: var(--dl-icon-font-size);
162
162
  }
163
163
  </style>