@skdx/web-components 0.34.0 → 0.35.0
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 +1 -1
- package/custom-elements.json +29126 -29126
- package/dist/menu/MenuRoot.cjs +2 -2
- package/dist/menu/MenuRoot.d.cts +3 -3
- package/dist/menu/MenuRoot.d.ts +3 -3
- package/dist/menu/MenuRoot.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -71,4 +71,4 @@ pnpm --filter @skdx/web-components test # vitest + jsdom
|
|
|
71
71
|
pnpm --filter @skdx/web-components typecheck # tsc --noEmit
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
Component demos live in the docs
|
|
74
|
+
Component demos live in the docs repository ([SkandaDX/docs.ui.skdx](https://github.com/SkandaDX/docs.ui.skdx)); run `pnpm dev` there.
|