@skdx/web-components 0.31.0 → 0.32.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 (2) hide show
  1. package/custom-elements.json +24222 -24222
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/web-components",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "Standards-based custom elements for the SkandaDX design system — no React (or any framework) required",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -2863,7 +2863,7 @@
2863
2863
  "tsup": "^8.5.1",
2864
2864
  "typescript": "^6.0.3",
2865
2865
  "vitest": "^4.1.10",
2866
- "@skdx/shared": "0.31.0"
2866
+ "@skdx/shared": "0.32.0"
2867
2867
  },
2868
2868
  "scripts": {
2869
2869
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",