Skip to content

Commit

Permalink
Use php-forge/html stable. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Feb 23, 2024
1 parent 8f0d1be commit 9c170cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"npm-asset/flag-icons": "^7.1",
"npm-asset/fortawesome--fontawesome-free": "^6.5",
"php-forge/awesome-component": "dev-main",
"php-forge/html": "dev-main",
"php-forge/html": "^0.1",
"sjaakp/yii2-icon": "^1.0",
"yii2-extensions/asset-bootstrap5": "^0.1",
"yii2-extensions/bootstrap5": "^0.1",
"yii2-extensions/localeurls": "dev-main",
"yiisoft/config": "^1.4",
"yiisoft/yii2": "^2.0.49 || ^2.2",
"yiisoft/yii2-symfonymailer": "^4.0"
"yiisoft/yii2-symfonymailer": "dev-master as 4.0"
},
"require-dev": {
"codeception/c3": "^2.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
->active(Yii::$app->language === 'ru-RU'),
)
->listClass('dropdown-menu dropdown-menu-end shadow')
->toggleButton(
->toggle(
Toggle::widget()
->ariaExpanded('false')
->ariaLabel('Toggle language dropdown')
Expand Down
2 changes: 1 addition & 1 deletion src/Framework/resource/layout/component/toggle_theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
->linkClass('dropdown-item d-flex align-items-center'),
)
->listClass('dropdown-menu dropdown-menu-end shadow')
->toggleButton(
->toggle(
Toggle::widget()
->ariaExpanded('false')
->ariaLabel('Toggle theme (auto)')
Expand Down

0 comments on commit 9c170cb

Please sign in to comment.