spoko-design-system 1.34.13 → 1.34.15

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.
package/package.json CHANGED
@@ -1,162 +1,147 @@
1
- {
2
- "name": "spoko-design-system",
3
- "version": "1.34.13",
4
- "type": "module",
5
- "private": false,
6
- "main": "./index.ts",
7
- "module": "./index.ts",
8
- "types": "./index.ts",
9
- "exports": {
10
- ".": {
11
- "import": "./index.ts",
12
- "require": "./index.ts"
13
- },
14
- "./styles/*": "./src/styles/*",
15
- "./scripts/*": "./src/scripts/*",
16
- "./icons": "./icon.config.ts",
17
- "./icon-collections": "./icon.collections.ts",
18
- "./uno-config": "./uno-config/index.ts",
19
- "./components/*": "./src/components/*",
20
- "./scripts/product-gallery": "./src/components/Product/product-gallery.ts"
21
- },
22
- "scripts": {
23
- "dev": "astro dev",
24
- "start": "astro dev",
25
- "build": "astro build",
26
- "preview": "astro preview",
27
- "semantic-release": "semantic-release",
28
- "prepublishOnly": "pnpm run build",
29
- "format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,vue,astro,json,css,md}\"",
30
- "format:check": "prettier --check \"src/**/*.{js,ts,jsx,tsx,vue,astro,json,css,md}\"",
31
- "lint": "eslint \"src/**/*.{js,ts,jsx,tsx,vue,astro}\"",
32
- "lint:fix": "eslint \"src/**/*.{js,ts,jsx,tsx,vue,astro}\" --fix",
33
- "check": "astro check",
34
- "prepare": "husky"
35
- },
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/polo-blue/sds"
39
- },
40
- "author": {
41
- "name": "spokospace",
42
- "email": "szymon@spoko.space",
43
- "url": "https://spoko.space"
44
- },
45
- "homepage": "https://sds.spoko.space/",
46
- "license": "MIT",
47
- "publishConfig": {
48
- "access": "public",
49
- "registry": "https://registry.npmjs.org/"
50
- },
51
- "keywords": [
52
- "astro-starter",
53
- "seo",
54
- "astro",
55
- "sds design system",
56
- "spoko design system"
57
- ],
58
- "dependencies": {
59
- "@astrojs/mdx": "^4.3.13",
60
- "@astrojs/node": "^9.5.4",
61
- "@astrojs/sitemap": "^3.7.0",
62
- "@astrojs/ts-plugin": "^1.10.6",
63
- "@astrojs/vue": "^5.1.4",
64
- "@docsearch/css": "^4.6.0",
65
- "@floating-ui/vue": "^1.1.10",
66
- "@iconify-json/ant-design": "^1.2.5",
67
- "@iconify-json/bi": "^1.2.7",
68
- "@iconify-json/bx": "^1.2.3",
69
- "@iconify-json/carbon": "^1.2.18",
70
- "@iconify-json/circle-flags": "^1.2.10",
71
- "@iconify-json/ei": "^1.2.2",
72
- "@iconify-json/el": "^1.2.2",
73
- "@iconify-json/eos-icons": "^1.2.4",
74
- "@iconify-json/et": "^1.2.1",
75
- "@iconify-json/flowbite": "^1.2.7",
76
- "@iconify-json/fluent": "^1.2.39",
77
- "@iconify-json/fluent-emoji": "1.2.7",
78
- "@iconify-json/ic": "^1.2.4",
79
- "@iconify-json/icon-park-outline": "^1.2.4",
80
- "@iconify-json/la": "^1.2.1",
81
- "@iconify-json/lucide": "^1.2.93",
82
- "@iconify-json/material-symbols-light": "^1.2.57",
83
- "@iconify-json/mdi": "^1.2.3",
84
- "@iconify-json/noto-v1": "^1.2.5",
85
- "@iconify-json/octicon": "^1.2.21",
86
- "@iconify-json/ph": "^1.2.2",
87
- "@iconify-json/simple-icons": "^1.2.71",
88
- "@iconify-json/streamline": "^1.2.5",
89
- "@iconify-json/streamline-emojis": "^1.2.4",
90
- "@iconify-json/streamline-freehand-color": "^1.2.2",
91
- "@iconify-json/system-uicons": "^1.2.4",
92
- "@iconify-json/uil": "^1.2.3",
93
- "@iconify-json/vscode-icons": "^1.2.43",
94
- "@iconify/json": "^2.2.442",
95
- "@iconify/vue": "^5.0.0",
96
- "@unocss/astro": "66.6.6",
97
- "@unocss/preset-attributify": "66.6.6",
98
- "@unocss/preset-typography": "66.6.6",
99
- "@unocss/preset-uno": "66.6.6",
100
- "@unocss/preset-web-fonts": "66.6.6",
101
- "@unocss/preset-wind": "66.6.6",
102
- "@unocss/reset": "66.6.6",
103
- "@vite-pwa/astro": "^1.2.0",
104
- "@vueuse/core": "^14.2.1",
105
- "astro-icon": "^1.1.5",
106
- "astro-meta-tags": "^0.4.0",
107
- "astro-navbar": "^2.4.0",
108
- "astro-pagefind": "^1.8.5",
109
- "astro-remote": "^0.3.4",
110
- "dotenv": "^17.3.1",
111
- "swiper": "^12.1.2",
112
- "tippy.js": "^6.3.7",
113
- "unocss": "66.6.6",
114
- "vite-plugin-pwa": "^1.2.0",
115
- "vue": "^3.5.28"
116
- },
117
- "devDependencies": {
118
- "@commitlint/cli": "^20.4.2",
119
- "@commitlint/config-conventional": "^20.4.2",
120
- "@eslint/js": "^10.0.1",
121
- "@semantic-release/changelog": "^6.0.3",
122
- "@semantic-release/git": "^10.0.1",
123
- "@types/gtag.js": "^0.0.20",
124
- "@types/node": "^25.3.0",
125
- "@typescript-eslint/eslint-plugin": "^8.56.0",
126
- "@typescript-eslint/parser": "^8.56.0",
127
- "@unocss/transformer-variant-group": "66.6.6",
128
- "@vitejs/plugin-vue": "^6.0.4",
129
- "@vue/compiler-sfc": "^3.5.28",
130
- "@vue/eslint-config-typescript": "^14.7.0",
131
- "astro": "^5.17.3",
132
- "conventional-changelog-conventionalcommits": "^9.1.0",
133
- "eslint": "^10.0.1",
134
- "eslint-plugin-astro": "^1.6.0",
135
- "eslint-plugin-vue": "^10.8.0",
136
- "globals": "^17.4.0",
137
- "husky": "^9.1.7",
138
- "jscpd": "^4.0.8",
139
- "prettier": "^3.8.1",
140
- "prettier-plugin-astro": "^0.14.1",
141
- "semantic-release": "^25.0.3",
142
- "unocss": "^0.65.0",
143
- "vite": "^8.0.0"
144
- },
145
- "packageManager": "pnpm@10.32.1",
146
- "pnpm": {
147
- "default": "9.15.3",
148
- "overrides": {
149
- "file-type@>=17.0.0 <17.1.3": ">=17.1.3",
150
- "sharp@<0.30.5": ">=0.30.5"
151
- },
152
- "ignoredBuiltDependencies": [
153
- "esbuild",
154
- "sharp",
155
- "vue-demi"
156
- ]
157
- },
158
- "engines": {
159
- "node": ">=22.17.0",
160
- "pnpm": ">=10.16.1"
161
- }
162
- }
1
+ {
2
+ "name": "spoko-design-system",
3
+ "version": "1.34.15",
4
+ "type": "module",
5
+ "private": false,
6
+ "main": "./index.ts",
7
+ "module": "./index.ts",
8
+ "types": "./index.ts",
9
+ "exports": {
10
+ ".": {
11
+ "import": "./index.ts",
12
+ "require": "./index.ts"
13
+ },
14
+ "./styles/*": "./src/styles/*",
15
+ "./scripts/*": "./src/scripts/*",
16
+ "./icons": "./icon.config.ts",
17
+ "./icon-collections": "./icon.collections.ts",
18
+ "./uno-config": "./uno-config/index.ts",
19
+ "./components/*": "./src/components/*",
20
+ "./scripts/product-gallery": "./src/components/Product/product-gallery.ts"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/polo-blue/sds"
25
+ },
26
+ "author": {
27
+ "name": "spokospace",
28
+ "email": "szymon@spoko.space",
29
+ "url": "https://spoko.space"
30
+ },
31
+ "homepage": "https://sds.spoko.space/",
32
+ "license": "MIT",
33
+ "publishConfig": {
34
+ "access": "public",
35
+ "registry": "https://registry.npmjs.org/"
36
+ },
37
+ "keywords": [
38
+ "astro-starter",
39
+ "seo",
40
+ "astro",
41
+ "sds design system",
42
+ "spoko design system"
43
+ ],
44
+ "dependencies": {
45
+ "@astrojs/mdx": "^4.3.13",
46
+ "@astrojs/node": "^9.5.4",
47
+ "@astrojs/sitemap": "^3.7.0",
48
+ "@astrojs/ts-plugin": "^1.10.6",
49
+ "@astrojs/vue": "^5.1.4",
50
+ "@docsearch/css": "^4.6.0",
51
+ "@floating-ui/vue": "^1.1.10",
52
+ "@iconify-json/ant-design": "^1.2.5",
53
+ "@iconify-json/bi": "^1.2.7",
54
+ "@iconify-json/bx": "^1.2.3",
55
+ "@iconify-json/carbon": "^1.2.18",
56
+ "@iconify-json/circle-flags": "^1.2.10",
57
+ "@iconify-json/ei": "^1.2.2",
58
+ "@iconify-json/el": "^1.2.2",
59
+ "@iconify-json/eos-icons": "^1.2.4",
60
+ "@iconify-json/et": "^1.2.1",
61
+ "@iconify-json/flowbite": "^1.2.7",
62
+ "@iconify-json/fluent": "^1.2.39",
63
+ "@iconify-json/fluent-emoji": "1.2.7",
64
+ "@iconify-json/ic": "^1.2.4",
65
+ "@iconify-json/icon-park-outline": "^1.2.4",
66
+ "@iconify-json/la": "^1.2.1",
67
+ "@iconify-json/lucide": "^1.2.93",
68
+ "@iconify-json/material-symbols-light": "^1.2.57",
69
+ "@iconify-json/mdi": "^1.2.3",
70
+ "@iconify-json/noto-v1": "^1.2.5",
71
+ "@iconify-json/octicon": "^1.2.21",
72
+ "@iconify-json/ph": "^1.2.2",
73
+ "@iconify-json/simple-icons": "^1.2.71",
74
+ "@iconify-json/streamline": "^1.2.5",
75
+ "@iconify-json/streamline-emojis": "^1.2.4",
76
+ "@iconify-json/streamline-freehand-color": "^1.2.2",
77
+ "@iconify-json/system-uicons": "^1.2.4",
78
+ "@iconify-json/uil": "^1.2.3",
79
+ "@iconify-json/vscode-icons": "^1.2.43",
80
+ "@iconify/json": "^2.2.442",
81
+ "@iconify/vue": "^5.0.0",
82
+ "@unocss/astro": "66.6.6",
83
+ "@unocss/preset-attributify": "66.6.6",
84
+ "@unocss/preset-typography": "66.6.6",
85
+ "@unocss/preset-uno": "66.6.6",
86
+ "@unocss/preset-web-fonts": "66.6.6",
87
+ "@unocss/preset-wind": "66.6.6",
88
+ "@unocss/reset": "66.6.6",
89
+ "@vite-pwa/astro": "^1.2.0",
90
+ "@vueuse/core": "^14.2.1",
91
+ "astro-icon": "^1.1.5",
92
+ "astro-meta-tags": "^0.4.0",
93
+ "astro-navbar": "^2.4.0",
94
+ "astro-pagefind": "^1.8.5",
95
+ "astro-remote": "^0.3.4",
96
+ "dotenv": "^17.3.1",
97
+ "swiper": "^12.1.2",
98
+ "tippy.js": "^6.3.7",
99
+ "unocss": "66.6.6",
100
+ "vite-plugin-pwa": "^1.2.0",
101
+ "vue": "^3.5.28"
102
+ },
103
+ "devDependencies": {
104
+ "@commitlint/cli": "^20.4.2",
105
+ "@commitlint/config-conventional": "^20.4.2",
106
+ "@eslint/js": "^10.0.1",
107
+ "@semantic-release/changelog": "^6.0.3",
108
+ "@semantic-release/git": "^10.0.1",
109
+ "@types/gtag.js": "^0.0.20",
110
+ "@types/node": "^25.3.0",
111
+ "@typescript-eslint/eslint-plugin": "^8.56.0",
112
+ "@typescript-eslint/parser": "^8.56.0",
113
+ "@unocss/transformer-variant-group": "66.6.6",
114
+ "@vitejs/plugin-vue": "^6.0.4",
115
+ "@vue/compiler-sfc": "^3.5.28",
116
+ "@vue/eslint-config-typescript": "^14.7.0",
117
+ "astro": "^5.17.3",
118
+ "conventional-changelog-conventionalcommits": "^9.1.0",
119
+ "eslint": "^10.0.1",
120
+ "eslint-plugin-astro": "^1.6.0",
121
+ "eslint-plugin-vue": "^10.8.0",
122
+ "globals": "^17.4.0",
123
+ "husky": "^9.1.7",
124
+ "jscpd": "^4.0.8",
125
+ "prettier": "^3.8.1",
126
+ "prettier-plugin-astro": "^0.14.1",
127
+ "semantic-release": "^25.0.3",
128
+ "unocss": "^0.65.0",
129
+ "vite": "^8.0.0"
130
+ },
131
+ "engines": {
132
+ "node": ">=22.17.0",
133
+ "pnpm": ">=10.16.1"
134
+ },
135
+ "scripts": {
136
+ "dev": "astro dev",
137
+ "start": "astro dev",
138
+ "build": "astro build",
139
+ "preview": "astro preview",
140
+ "semantic-release": "semantic-release",
141
+ "format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,vue,astro,json,css,md}\"",
142
+ "format:check": "prettier --check \"src/**/*.{js,ts,jsx,tsx,vue,astro,json,css,md}\"",
143
+ "lint": "eslint \"src/**/*.{js,ts,jsx,tsx,vue,astro}\"",
144
+ "lint:fix": "eslint \"src/**/*.{js,ts,jsx,tsx,vue,astro}\" --fix",
145
+ "check": "astro check"
146
+ }
147
+ }
@@ -96,7 +96,7 @@ const total = images.length;
96
96
  alt={image.alt}
97
97
  loading={index === 0 ? 'eager' : 'lazy'}
98
98
  decoding={index === 0 ? 'sync' : 'async'}
99
- class="w-full h-full object-cover"
99
+ class="w-full h-full object-contain"
100
100
  width="800"
101
101
  height="600"
102
102
  />
@@ -287,7 +287,7 @@ export function createSdsConfig(customConfig: CustomConfig = {}) {
287
287
  {
288
288
  getCSS: () => `
289
289
  /* Optimized base styles for static builds */
290
- *,*::before,*::after{box-sizing:border-box}
290
+ *,*::before,*::after{box-sizing:border-box;border-width:0;border-style:solid}
291
291
  html{line-height:1.5;-webkit-text-size-adjust:100%}
292
292
  body{margin:0;font-family:vw_textregular,system-ui,sans-serif}
293
293
  `