@opensystemslab/map 1.0.0-alpha.11 → 1.0.0-alpha.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -71,10 +71,10 @@ Unit tests are written with [Vitest](https://vitest.dev/), [Happy Dom](https://w
71
71
 
72
72
  ### Docs
73
73
 
74
- We use [Pitsby](https://pitsby.com/) for documenting our web components. It's simple to configure (`pitsby.config.js` plus a `*.doc.js` per component), has good support for vanilla web components, and an interactive playground.
74
+ We use [Storybook](https://storybook.js.org/) for documenting our web components. Each component has a `*.stories.ts` file with interactive examples.
75
75
 
76
- - `pnpm run docs` starts Pitsby in watch mode for local development
77
- - `pnpm run docsPublish` builds the site so Netlify can serve it from `pitsby/`
76
+ - `pnpm storybook` starts Storybook in watch mode for local development (port 7007)
77
+ - `pnpm storybook:build` builds the static site to `storybook-static/` for Netlify
78
78
 
79
79
  ### Deployments
80
80
 
@@ -86,6 +86,8 @@ To create a new release:
86
86
  1. Run `npm publish` or `npm publish --tag next` if making a pre-release (requires permissions to OSL team in NPM & access to 2-factor auth method)
87
87
  1. [Draft a new release](https://github.com/theopensystemslab/map/releases) via GitHub web: tag should match version, automatically generate changenotes and link above PR, then "Publish" and set as latest version (or set as pre-release if you used `--tag next` in above command)
88
88
 
89
+ Troubleshooting note: If any NPM permission issues, ensure you can successfully `npm login` according to the [latest authentication methods outlined here](https://github.blog/changelog/2025-12-09-npm-classic-tokens-revoked-session-based-auth-and-cli-token-management-now-available/) before running step #2 above.
90
+
89
91
  ## License
90
92
 
91
93
  This repository is licensed under the [Open Government License v3](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).
@@ -1,4 +1,4 @@
1
- import { A as s, G as a, M as t, P as c } from "./index-PCyWSA0Z.mjs";
1
+ import { A as s, G as a, M as t, P as c } from "./index-IocjROo3.mjs";
2
2
  export {
3
3
  s as AddressAutocomplete,
4
4
  a as GeocodeAutocomplete,