@skdx/react 0.36.0 → 0.37.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/react",
3
- "version": "0.36.0",
3
+ "version": "0.37.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.36.0"
1608
+ "@skdx/shared": "0.37.0"
1609
1609
  },
1610
1610
  "scripts": {
1611
1611
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",