spoko-design-system 0.8.1 → 0.8.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.8.1",
3
+ "version": "0.8.3",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",
@@ -57,30 +57,30 @@
57
57
  "@iconify-json/eos-icons": "^1.2.2",
58
58
  "@iconify-json/et": "^1.2.1",
59
59
  "@iconify-json/flowbite": "^1.2.5",
60
- "@iconify-json/fluent": "^1.2.25",
60
+ "@iconify-json/fluent": "^1.2.26",
61
61
  "@iconify-json/fluent-emoji": "1.2.3",
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/material-symbols-light": "^1.2.27",
65
+ "@iconify-json/material-symbols-light": "^1.2.28",
66
66
  "@iconify-json/mdi": "^1.2.3",
67
67
  "@iconify-json/noto-v1": "^1.2.2",
68
- "@iconify-json/octicon": "^1.2.6",
68
+ "@iconify-json/octicon": "^1.2.7",
69
69
  "@iconify-json/ph": "^1.2.2",
70
- "@iconify-json/simple-icons": "^1.2.39",
70
+ "@iconify-json/simple-icons": "^1.2.41",
71
71
  "@iconify-json/system-uicons": "^1.2.2",
72
72
  "@iconify-json/uil": "^1.2.3",
73
- "@iconify/json": "^2.2.351",
73
+ "@iconify/json": "^2.2.354",
74
74
  "@iconify/vue": "^5.0.0",
75
75
  "@playform/compress": "^0.2.0",
76
76
  "@playform/inline": "^0.1.2",
77
- "@unocss/astro": "66.2.3",
78
- "@unocss/preset-attributify": "66.2.3",
79
- "@unocss/preset-typography": "66.2.3",
80
- "@unocss/preset-uno": "66.2.3",
81
- "@unocss/preset-web-fonts": "66.2.3",
82
- "@unocss/preset-wind": "66.2.3",
83
- "@unocss/reset": "66.2.3",
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
84
  "@vite-pwa/astro": "^1.1.0",
85
85
  "@vueuse/core": "^13.4.0",
86
86
  "astro-i18next": "1.0.0-beta.21",
@@ -89,25 +89,25 @@
89
89
  "astro-navbar": "^2.4.0",
90
90
  "astro-pagefind": "^1.8.3",
91
91
  "astro-remote": "^0.3.4",
92
- "dotenv": "^16.5.0",
93
- "i18next": "^25.2.1",
92
+ "dotenv": "^17.0.0",
93
+ "i18next": "^25.3.0",
94
94
  "i18next-browser-languagedetector": "^8.2.0",
95
95
  "i18next-fs-backend": "^2.6.0",
96
96
  "i18next-http-backend": "^3.0.2",
97
97
  "i18next-vue": "^5.3.0",
98
- "swiper": "^11.2.8",
99
- "unocss": "66.2.3",
98
+ "swiper": "^11.2.10",
99
+ "unocss": "66.3.2",
100
100
  "vue": "^3.5.17"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/gtag.js": "^0.0.20",
104
- "@types/node": "^24.0.3",
105
- "@unocss/transformer-variant-group": "66.2.3",
106
- "@vitejs/plugin-vue": "^5.2.4",
104
+ "@types/node": "^24.0.8",
105
+ "@unocss/transformer-variant-group": "66.3.2",
106
+ "@vitejs/plugin-vue": "^6.0.0",
107
107
  "@vue/compiler-sfc": "^3.5.17",
108
108
  "astro": "^5.10.1",
109
109
  "unocss": "^0.65.0",
110
- "vite": "^6.3.5"
110
+ "vite": "^7.0.0"
111
111
  },
112
112
  "packageManager": "pnpm@9.15.3",
113
113
  "pnpm": {
@@ -158,8 +158,8 @@ const groupedItems = computed(() => {
158
158
  <td v-else-if="'id' in row && isColorArray(row)" class="details-table-cell">
159
159
  <ul>
160
160
  <li v-for="(colorItem, colorIndex) in (row.value as ColorCode[])" :key="colorIndex"
161
- class="flex items-center gap-2 mb-1 last:mb-0">
162
- <code class="bg-gray-100 dark:bg-gray-800 px-1 py-0.5 rounded text-sm font-mono font-semibold">
161
+ class="flex items-center gap-1 mb-1 last:mb-0">
162
+ <code>
163
163
  {{ colorItem.code }}
164
164
  </code>
165
165
  <span class="text-gray-400">-</span>
@@ -91,10 +91,10 @@ const navItems = [
91
91
  <div>
92
92
  <Headline underline as="div" class="mx-auto text-gray-900" textSize="3xl">Download:</Headline>
93
93
  <div class="grid grid-flow-col gap-4 auto-cols-max text-6xl mb-12">
94
- <a href="https://www.npmjs.com/package/spoko-design-system" rel="noopener" title="npm page" class="hover:text-accent-lightest">
94
+ <a href="https://www.npmjs.com/package/spoko-design-system" rel="noopener" title="npm page" class="hover:text-accent-light">
95
95
  <Icon name="mdi:npm"/>
96
96
  </a>
97
- <a href="https://github.com/polo-blue/sds" rel="noopener" title="Github Page" class="hover:text-accent-lightest">
97
+ <a href="https://github.com/polo-blue/sds" rel="noopener" title="Github Page" class="hover:text-accent-light">
98
98
  <Icon name="mdi:github"/>
99
99
  </a>
100
100
  </div>
@@ -109,7 +109,7 @@ export const componentShortcuts = [
109
109
  ['breadcrumb-back-btn', 'flex items-center px-3 sm:px-0 py-4.25 sm:py-1 hover:text-accent-light whitespace-nowrap my-auto'],
110
110
 
111
111
  // PostCategories
112
- ['category-link-base', 'text-sm sm:text-base text-accent-lightest uppercase hover:text-blue-500 transition-colors'],
112
+ ['category-link-base', 'text-sm sm:text-base text-accent-light uppercase hover:text-blue-500 transition-colors'],
113
113
  ['category-link-active', 'text-blue-500'],
114
114
 
115
115
  // Details table
@@ -121,7 +121,7 @@ export const TYPOGRAPHY = {
121
121
  export const PRODUCT_STYLES = {
122
122
  thumb: {
123
123
  base: 'h-full w-full object-cover object-center transform scale-100 group-hover:scale-110 absolute inset-0 will-change-transform bg-neutral-lightest',
124
- container: `${aspectRatios['4/3']} ${LAYOUT.flex.alignCenter} mb-3 sm:mb-0 ${IMAGE_STYLES.overlay}`,
124
+ container: `${aspectRatios['4/3']} ${LAYOUT.flex.alignCenter} mb-3 sm:mb-auto ${IMAGE_STYLES.overlay}`,
125
125
  },
126
126
  link: {
127
127
  base: 'relative flex w-full bg-white after:(absolute bg-accent-light w-[calc(100%-1rem)] left-0 h-px top-[calc(100%-1px)] bottom-1 content-empty scale-x-0 transition-transform-300 origin-top-right) hover:after:(origin-top-left scale-x-100)',