@symbo.ls/icon
Advanced tools
Comparing version 2.11.482 to 2.11.491
@@ -14,3 +14,3 @@ 'use strict' | ||
if (el.call('isString', icon) && icon.includes('{{')) { | ||
icon = el.call('replaceLiteralsWithObjectFields', icon, s) | ||
icon = el.call('replaceLiteralsWithObjectFields', icon) | ||
} | ||
@@ -24,3 +24,3 @@ | ||
props: (el, s, ctx) => { | ||
const { props, parent, deps } = el | ||
const { props, parent } = el | ||
const { ICONS, useIconSprite, verbose } = ctx && ctx.designSystem | ||
@@ -52,3 +52,3 @@ const { toCamelCase } = ctx && ctx.utils | ||
if (el.call('isString', activeIconName) && activeIconName.includes('{{')) { | ||
activeIconName = deps.replaceLiteralsWithObjectFields(activeIconName, s) | ||
activeIconName = el.call('replaceLiteralsWithObjectFields', activeIconName) | ||
} | ||
@@ -55,0 +55,0 @@ |
{ | ||
"name": "@symbo.ls/icon", | ||
"version": "2.11.482", | ||
"version": "2.11.491", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "0a1b1317d8c11138bcd9dc171074db65453289ed", | ||
"gitHead": "ddd06b2b342480b2e20c02df04f9856d4ddf7060", | ||
"dependencies": { | ||
"@symbo.ls/atoms": "^2.11.480", | ||
"@symbo.ls/atoms": "^2.11.491", | ||
"@symbo.ls/utils": "^2.11.475" | ||
@@ -10,0 +10,0 @@ }, |
6771
Updated@symbo.ls/atoms@^2.11.491