spoko-design-system 0.8.4 → 0.8.5

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 +2 -0
  2. package/package.json +123 -123
package/index.ts CHANGED
@@ -15,6 +15,8 @@ export { default as Breadcrumbs } from './src/components/Breadcrumbs.vue';
15
15
  export { default as ProductDetailsList } from './src/components/ProductDetailsList.vue';
16
16
  export { default as FeaturesList } from './src/components/FeaturesList.vue';
17
17
  export { default as ProductCodes } from './src/components/ProductCodes.vue';
18
+ export { default as Headline } from './src/components/Headline.vue';
19
+
18
20
  export { default as ProductEngineType } from './src/components/Product/ProductEngineType.vue';
19
21
  export { default as ProductButton } from './src/components/Product/ProductButton.vue';
20
22
  export { default as ProductColors } from './src/components/Product/ProductColors.vue';
package/package.json CHANGED
@@ -1,124 +1,124 @@
1
- {
2
- "name": "spoko-design-system",
3
- "version": "0.8.4",
4
- "private": false,
5
- "main": "./index.ts",
6
- "module": "./index.ts",
7
- "types": "./index.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./index.ts",
11
- "require": "./index.ts"
12
- },
13
- "./styles/*": "./src/styles/*",
14
- "./icons": "./icon.config.ts",
15
- "./icon-collections": "./icon.collections.ts",
16
- "./uno-config": "./uno-config/index.ts"
17
- },
18
- "scripts": {
19
- "dev": "astro dev",
20
- "start": "astro dev",
21
- "build": "astro build",
22
- "preview": "astro preview"
23
- },
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/polo-blue/sds"
27
- },
28
- "author": {
29
- "name": "spokospace",
30
- "email": "szymon@spoko.space",
31
- "url": "https://spoko.space"
32
- },
33
- "homepage": "https://sds.spoko.space/",
34
- "license": "MIT",
35
- "keywords": [
36
- "astro-starter",
37
- "seo",
38
- "astro",
39
- "sds design system",
40
- "spoko design system"
41
- ],
42
- "dependencies": {
43
- "@algolia/client-search": "^5.30.0",
44
- "@astrojs/mdx": "^4.3.0",
45
- "@astrojs/node": "^9.2.2",
46
- "@astrojs/sitemap": "^3.4.1",
47
- "@astrojs/ts-plugin": "^1.10.4",
48
- "@astrojs/vue": "^5.1.0",
49
- "@docsearch/css": "^3.9.0",
50
- "@iconify-json/ant-design": "^1.2.5",
51
- "@iconify-json/bi": "^1.2.4",
52
- "@iconify-json/bx": "^1.2.2",
53
- "@iconify-json/carbon": "^1.2.10",
54
- "@iconify-json/circle-flags": "^1.2.6",
55
- "@iconify-json/ei": "^1.2.2",
56
- "@iconify-json/el": "^1.2.1",
57
- "@iconify-json/eos-icons": "^1.2.2",
58
- "@iconify-json/et": "^1.2.1",
59
- "@iconify-json/flowbite": "^1.2.5",
60
- "@iconify-json/fluent": "^1.2.26",
61
- "@iconify-json/fluent-emoji": "1.2.3",
62
- "@iconify-json/ic": "^1.2.2",
63
- "@iconify-json/icon-park-outline": "^1.2.2",
64
- "@iconify-json/la": "^1.2.1",
65
- "@iconify-json/material-symbols-light": "^1.2.28",
66
- "@iconify-json/mdi": "^1.2.3",
67
- "@iconify-json/noto-v1": "^1.2.2",
68
- "@iconify-json/octicon": "^1.2.7",
69
- "@iconify-json/ph": "^1.2.2",
70
- "@iconify-json/simple-icons": "^1.2.41",
71
- "@iconify-json/system-uicons": "^1.2.2",
72
- "@iconify-json/uil": "^1.2.3",
73
- "@iconify/json": "^2.2.354",
74
- "@iconify/vue": "^5.0.0",
75
- "@playform/compress": "^0.2.0",
76
- "@playform/inline": "^0.1.2",
77
- "@unocss/astro": "66.3.2",
78
- "@unocss/preset-attributify": "66.3.2",
79
- "@unocss/preset-typography": "66.3.2",
80
- "@unocss/preset-uno": "66.3.2",
81
- "@unocss/preset-web-fonts": "66.3.2",
82
- "@unocss/preset-wind": "66.3.2",
83
- "@unocss/reset": "66.3.2",
84
- "@vite-pwa/astro": "^1.1.0",
85
- "@vueuse/core": "^13.5.0",
86
- "astro-i18next": "1.0.0-beta.21",
87
- "astro-icon": "^1.1.5",
88
- "astro-meta-tags": "^0.3.2",
89
- "astro-navbar": "^2.4.0",
90
- "astro-pagefind": "^1.8.3",
91
- "astro-remote": "^0.3.4",
92
- "dotenv": "^17.0.1",
93
- "i18next": "^25.3.0",
94
- "i18next-browser-languagedetector": "^8.2.0",
95
- "i18next-fs-backend": "^2.6.0",
96
- "i18next-http-backend": "^3.0.2",
97
- "i18next-vue": "^5.3.0",
98
- "swiper": "^11.2.10",
99
- "unocss": "66.3.2",
100
- "vue": "^3.5.17"
101
- },
102
- "devDependencies": {
103
- "@types/gtag.js": "^0.0.20",
104
- "@types/node": "^24.0.10",
105
- "@unocss/transformer-variant-group": "66.3.2",
106
- "@vitejs/plugin-vue": "^6.0.0",
107
- "@vue/compiler-sfc": "^3.5.17",
108
- "astro": "^5.10.2",
109
- "unocss": "^0.65.0",
110
- "vite": "^7.0.0"
111
- },
112
- "packageManager": "pnpm@9.15.3",
113
- "pnpm": {
114
- "default": "9.15.3",
115
- "overrides": {
116
- "file-type@>=17.0.0 <17.1.3": ">=17.1.3",
117
- "sharp@<0.30.5": ">=0.30.5"
118
- }
119
- },
120
- "engines": {
121
- "node": ">=18.14.1",
122
- "pnpm": ">=9.15.3"
123
- }
1
+ {
2
+ "name": "spoko-design-system",
3
+ "version": "0.8.5",
4
+ "private": false,
5
+ "main": "./index.ts",
6
+ "module": "./index.ts",
7
+ "types": "./index.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./index.ts",
11
+ "require": "./index.ts"
12
+ },
13
+ "./styles/*": "./src/styles/*",
14
+ "./icons": "./icon.config.ts",
15
+ "./icon-collections": "./icon.collections.ts",
16
+ "./uno-config": "./uno-config/index.ts"
17
+ },
18
+ "scripts": {
19
+ "dev": "astro dev",
20
+ "start": "astro dev",
21
+ "build": "astro build",
22
+ "preview": "astro preview"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/polo-blue/sds"
27
+ },
28
+ "author": {
29
+ "name": "spokospace",
30
+ "email": "szymon@spoko.space",
31
+ "url": "https://spoko.space"
32
+ },
33
+ "homepage": "https://sds.spoko.space/",
34
+ "license": "MIT",
35
+ "keywords": [
36
+ "astro-starter",
37
+ "seo",
38
+ "astro",
39
+ "sds design system",
40
+ "spoko design system"
41
+ ],
42
+ "dependencies": {
43
+ "@algolia/client-search": "^5.30.0",
44
+ "@astrojs/mdx": "^4.3.0",
45
+ "@astrojs/node": "^9.3.0",
46
+ "@astrojs/sitemap": "^3.4.1",
47
+ "@astrojs/ts-plugin": "^1.10.4",
48
+ "@astrojs/vue": "^5.1.0",
49
+ "@docsearch/css": "^3.9.0",
50
+ "@iconify-json/ant-design": "^1.2.5",
51
+ "@iconify-json/bi": "^1.2.4",
52
+ "@iconify-json/bx": "^1.2.2",
53
+ "@iconify-json/carbon": "^1.2.10",
54
+ "@iconify-json/circle-flags": "^1.2.6",
55
+ "@iconify-json/ei": "^1.2.2",
56
+ "@iconify-json/el": "^1.2.1",
57
+ "@iconify-json/eos-icons": "^1.2.2",
58
+ "@iconify-json/et": "^1.2.1",
59
+ "@iconify-json/flowbite": "^1.2.5",
60
+ "@iconify-json/fluent": "^1.2.26",
61
+ "@iconify-json/fluent-emoji": "1.2.3",
62
+ "@iconify-json/ic": "^1.2.2",
63
+ "@iconify-json/icon-park-outline": "^1.2.2",
64
+ "@iconify-json/la": "^1.2.1",
65
+ "@iconify-json/material-symbols-light": "^1.2.28",
66
+ "@iconify-json/mdi": "^1.2.3",
67
+ "@iconify-json/noto-v1": "^1.2.2",
68
+ "@iconify-json/octicon": "^1.2.7",
69
+ "@iconify-json/ph": "^1.2.2",
70
+ "@iconify-json/simple-icons": "^1.2.41",
71
+ "@iconify-json/system-uicons": "^1.2.2",
72
+ "@iconify-json/uil": "^1.2.3",
73
+ "@iconify/json": "^2.2.354",
74
+ "@iconify/vue": "^5.0.0",
75
+ "@playform/compress": "^0.2.0",
76
+ "@playform/inline": "^0.1.2",
77
+ "@unocss/astro": "66.3.2",
78
+ "@unocss/preset-attributify": "66.3.2",
79
+ "@unocss/preset-typography": "66.3.2",
80
+ "@unocss/preset-uno": "66.3.2",
81
+ "@unocss/preset-web-fonts": "66.3.2",
82
+ "@unocss/preset-wind": "66.3.2",
83
+ "@unocss/reset": "66.3.2",
84
+ "@vite-pwa/astro": "^1.1.0",
85
+ "@vueuse/core": "^13.5.0",
86
+ "astro-i18next": "1.0.0-beta.21",
87
+ "astro-icon": "^1.1.5",
88
+ "astro-meta-tags": "^0.3.2",
89
+ "astro-navbar": "^2.4.0",
90
+ "astro-pagefind": "^1.8.3",
91
+ "astro-remote": "^0.3.4",
92
+ "dotenv": "^17.0.1",
93
+ "i18next": "^25.3.0",
94
+ "i18next-browser-languagedetector": "^8.2.0",
95
+ "i18next-fs-backend": "^2.6.0",
96
+ "i18next-http-backend": "^3.0.2",
97
+ "i18next-vue": "^5.3.0",
98
+ "swiper": "^11.2.10",
99
+ "unocss": "66.3.2",
100
+ "vue": "^3.5.17"
101
+ },
102
+ "devDependencies": {
103
+ "@types/gtag.js": "^0.0.20",
104
+ "@types/node": "^24.0.10",
105
+ "@unocss/transformer-variant-group": "66.3.2",
106
+ "@vitejs/plugin-vue": "^6.0.0",
107
+ "@vue/compiler-sfc": "^3.5.17",
108
+ "astro": "^5.11.0",
109
+ "unocss": "^0.65.0",
110
+ "vite": "^7.0.1"
111
+ },
112
+ "packageManager": "pnpm@9.15.3",
113
+ "pnpm": {
114
+ "default": "9.15.3",
115
+ "overrides": {
116
+ "file-type@>=17.0.0 <17.1.3": ">=17.1.3",
117
+ "sharp@<0.30.5": ">=0.30.5"
118
+ }
119
+ },
120
+ "engines": {
121
+ "node": ">=18.14.1",
122
+ "pnpm": ">=9.15.3"
123
+ }
124
124
  }