Skip to content

Commit 8f3bee8

Browse files
Upgrade @microbit/ui to 0.1.0-alpha.9; restore reference select's sm size
The alternatives select in reference documentation was size="sm" under Chakra; the port dropped it while the input recipe was single-size. alpha.9 also fixes the invisible unselected checkbox border and copy buttons in unpermissioned/insecure contexts (useClipboard fallback).
1 parent ac74e1b commit 8f3bee8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@codemirror/state": "^6.4.1",
2121
"@codemirror/view": "^6.26.3",
2222
"@microbit/microbit-connection": "^1.0.0",
23-
"@microbit/ui": "0.1.0-alpha.8",
2423
"@microbit/microbit-fs": "^0.10.0",
24+
"@microbit/ui": "0.1.0-alpha.9",
2525
"@sanity/block-content-to-react": "^3.0.0",
2626
"@sanity/image-url": "^1.0.1",
2727
"@testing-library/jest-dom": "^5.14.1",

src/documentation/reference/ReferenceTopicEntry.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ const ReferenceTopicEntry = ({
140140
css={{ width: "fit-content" }}
141141
onChange={handleSelectChange}
142142
value={alternativeSlug}
143+
size="sm"
143144
>
144145
{alternatives.map((alterative) => (
145146
<option

0 commit comments

Comments
 (0)