@skdx/react 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/package.json +2 -2
package/README.md
CHANGED
|
@@ -130,4 +130,4 @@ pnpm --filter @skdx/react test # vitest + testing-library
|
|
|
130
130
|
pnpm --filter @skdx/react typecheck # tsc --noEmit
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
Component demos live in the docs
|
|
133
|
+
Component demos live in the docs repository ([SkandaDX/docs.ui.skdx](https://github.com/SkandaDX/docs.ui.skdx)); run `pnpm dev` there.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skdx/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
4
|
"description": "Accessible React components for the SkandaDX design system — the core layer, styled by @skdx/skins and @skdx/tokens or by your own CSS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -1605,7 +1605,7 @@
|
|
|
1605
1605
|
"tsup": "^8.5.1",
|
|
1606
1606
|
"typescript": "^6.0.3",
|
|
1607
1607
|
"vitest": "^4.1.10",
|
|
1608
|
-
"@skdx/shared": "0.
|
|
1608
|
+
"@skdx/shared": "0.35.0"
|
|
1609
1609
|
},
|
|
1610
1610
|
"scripts": {
|
|
1611
1611
|
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|