@skdx/skins 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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skdx/skins",
3
- "version": "0.37.0",
3
+ "version": "0.38.0",
4
4
  "description": "The default SkandaDX component skin — framework-neutral CSS that styles the core components from @skdx/react, @skdx/vue, @skdx/svelte, @skdx/angular and @skdx/web-components against @skdx/tokens",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -37,7 +37,7 @@
37
37
  "**/*.css"
38
38
  ],
39
39
  "peerDependencies": {
40
- "@skdx/tokens": "^0.37.0"
40
+ "@skdx/tokens": "^0.38.0"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "@skdx/tokens": {
@@ -68,12 +68,12 @@
68
68
  "vite": "^8.1.3",
69
69
  "vitest": "^4.1.10",
70
70
  "vue": "^3.5.39",
71
- "@skdx/angular": "0.37.0",
72
- "@skdx/react": "0.37.0",
73
- "@skdx/tokens": "0.37.0",
74
- "@skdx/vue": "0.37.0",
75
- "@skdx/web-components": "0.37.0",
76
- "@skdx/svelte": "0.37.0"
71
+ "@skdx/angular": "0.38.0",
72
+ "@skdx/react": "0.38.0",
73
+ "@skdx/tokens": "0.38.0",
74
+ "@skdx/svelte": "0.38.0",
75
+ "@skdx/vue": "0.38.0",
76
+ "@skdx/web-components": "0.38.0"
77
77
  },
78
78
  "scripts": {
79
79
  "lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",