spoko-design-system 0.8.8 → 0.8.9

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/index.ts +1 -1
  2. package/package.json +5 -5
package/index.ts CHANGED
@@ -45,7 +45,7 @@ export { default as HandDrive } from './src/components/HandDrive.astro';
45
45
  export { default as Faq } from './src/components/Faq.astro';
46
46
  export { default as FaqItem } from './src/components/FaqItem.astro';
47
47
  export { default as ButtonCopy } from './src/components/ButtonCopy.astro';
48
- export { default as CallToAction } from './src/components/Layout/CallToAction.vue';
48
+ export { default as CallToAction } from './src/components/Layout/CallToAction.astro';
49
49
 
50
50
  export { default as ProductImage } from './src/components/Product/ProductImage.astro';
51
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",
@@ -62,8 +62,8 @@
62
62
  "@iconify-json/ic": "^1.2.2",
63
63
  "@iconify-json/icon-park-outline": "^1.2.2",
64
64
  "@iconify-json/la": "^1.2.1",
65
- "@iconify-json/lucide": "^1.2.54",
66
- "@iconify-json/material-symbols-light": "^1.2.28",
65
+ "@iconify-json/lucide": "^1.2.55",
66
+ "@iconify-json/material-symbols-light": "^1.2.29",
67
67
  "@iconify-json/mdi": "^1.2.3",
68
68
  "@iconify-json/noto-v1": "^1.2.2",
69
69
  "@iconify-json/octicon": "^1.2.7",
@@ -71,7 +71,7 @@
71
71
  "@iconify-json/simple-icons": "^1.2.41",
72
72
  "@iconify-json/system-uicons": "^1.2.2",
73
73
  "@iconify-json/uil": "^1.2.3",
74
- "@iconify/json": "^2.2.354",
74
+ "@iconify/json": "^2.2.355",
75
75
  "@iconify/vue": "^5.0.0",
76
76
  "@playform/compress": "^0.2.0",
77
77
  "@playform/inline": "^0.1.2",
@@ -108,7 +108,7 @@
108
108
  "@vue/compiler-sfc": "^3.5.17",
109
109
  "astro": "^5.11.0",
110
110
  "unocss": "^0.65.0",
111
- "vite": "^7.0.1"
111
+ "vite": "^7.0.2"
112
112
  },
113
113
  "packageManager": "pnpm@9.15.3",
114
114
  "pnpm": {