Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"pnpm": "10.x"
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@lerna-lite/cli": "^5.1.0",
"@lerna-lite/publish": "^5.1.0",
"@lerna-lite/watch": "^5.1.0",
"@biomejs/biome": "^2.4.13",
"@lerna-lite/cli": "^5.2.1",
"@lerna-lite/publish": "^5.2.1",
"@lerna-lite/watch": "^5.2.1",
"@playwright/test": "^1.59.1",
"@types/node": "^25.6.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/options/options39.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="bd-title">
<div class="demo-subtitle">
In order for the select to be accessible, it should be linked to a label, use <code>labelId</code>option to associate your label to
the select button (the label must be created by yourself and linked via the <code>for</code>attribute). Using this option will link
the <code>id</code>and <code>aria-labelledby</code>of the <code>.ms-choice</code>select button with your custom label.
the <code>id</code>and <code>aria-labelledby</code> from <code>.ms-choice</code>select button with your custom label.
</div>
<div class="demo-subtitle">Clicking the label will open the select dropdown.</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"cssnano": "^7.1.7",
"esbuild": "^0.28.0",
"native-copyfiles": "catalog:",
"postcss": "^8.5.10",
"postcss": "^8.5.12",
"postcss-cli": "^11.0.1",
"remove-glob": "catalog:",
"sass": "catalog:",
Expand Down
Loading
Loading