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
5 changes: 5 additions & 0 deletions packages/i18n-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "Crowdin and react-intl catalog tooling shared by the micro:bit web apps: tidy and compile message catalogs, and upload, download and report on their translations.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/ui.git",
"directory": "packages/i18n-tools"
},
"type": "module",
"bin": {
"microbit-i18n": "./bin/microbit-i18n.mjs"
Expand Down
5 changes: 5 additions & 0 deletions packages/ui-carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Swiper-based carousel components in the micro:bit design language, composed from @microbit/ui primitives. Ships as source; see README for the consumption setup.",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/ui.git",
"directory": "packages/ui-carousel"
},
"exports": {
".": "./src/index.ts",
"./messages": "./src/messages.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/ui-patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Higher-level UI patterns composed from @microbit/ui primitives. Ships as source; see README for the consumption setup.",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/ui.git",
"directory": "packages/ui-patterns"
},
"exports": {
".": "./src/index.ts",
"./messages": "./src/messages.ts",
Expand Down
5 changes: 5 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "0.0.0",
"description": "micro:bit design-system primitives: react-aria-components + Panda CSS with a design language ported from Chakra UI v2. Ships as source; see README for the consumption setup.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/ui.git",
"directory": "packages/ui"
},
"type": "module",
"exports": {
".": "./src/index.ts",
Expand Down