Skip to content

Commit fb7b8a1

Browse files
committed
Remove dep with Loki_Components
1 parent 896185b commit fb7b8a1

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Move experimental LESS sources away from compilation
1212
- Remove console.log message
13+
- Remove dep with `Loki_Components`
1314

1415
## [1.0.1] - 17 September 2025
1516
### Fixed

view/frontend/templates/component/messages.phtml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
<?php declare(strict_types=1);
22

3-
/** @version 1.0.2 */
4-
5-
use Loki\Components\Factory\ViewModelFactory;
63
use Magento\Framework\Escaper;
74
use Magento\Framework\View\Element\Template;
85
use Loki\CssUtils\Util\CssClass;
96

7+
/** @version 1.0.2 */
108
/** @var Template $block */
119
/** @var Escaper $escaper */
1210
/** @var CssClass $css */
13-
/** @var ViewModelFactory $viewModelFactory */
1411
?>
1512
<div
1613
class="<?= /* @noEscape */ $css('container mx-auto py-3') ?>"

0 commit comments

Comments
 (0)