@skdx/web-components-blocks 0.37.0 → 0.38.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 +882 -882
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/web-components-blocks",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "Web Components blocks for the SkandaDX design system — page-level compositions of @skdx/web-components styled by @skdx/skins",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -343,7 +343,7 @@
343
343
  ],
344
344
  "peerDependencies": {
345
345
  "lit": "^3.3.0",
346
- "@skdx/web-components": "^0.37.0"
346
+ "@skdx/web-components": "^0.38.0"
347
347
  },
348
348
  "devDependencies": {
349
349
  "@custom-elements-manifest/analyzer": "^0.10.4",
@@ -354,7 +354,7 @@
354
354
  "tsup": "^8.5.1",
355
355
  "typescript": "^6.0.3",
356
356
  "vitest": "^4.1.10",
357
- "@skdx/web-components": "0.37.0"
357
+ "@skdx/web-components": "0.38.0"
358
358
  },
359
359
  "scripts": {
360
360
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",