Skip to content

Commit b144379

Browse files
committed
Update: Carbon.Eel dependency
1 parent 83ec92f commit b144379

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Resources/Private/Fusion/Override/Icon.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ prototype(Garagist.Fontawesome:Component.Icon) {
55
content >
66
@if.hasContent = ${this.iconParts}
77

8-
renderer.overwriteAttributes.x-data = ${AlpineJS.xData('icon', props.iconParts)}
8+
renderer.overwriteAttributes.x-data = ${AlpineJS.function('icon', props.iconParts)}
99
}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"type": "neos-plugin",
55
"license": "GPL-3.0-or-later",
66
"require": {
7-
"garagist/fontawesome": "^0.1.6"
7+
"garagist/fontawesome": "^0.1.6",
8+
"carbon/eel": "^2.14"
89
},
910
"autoload": {
1011
"psr-4": {

0 commit comments

Comments
 (0)