spoko-design-system 0.7.9 → 0.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.7.9",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "main": "./index.ts",
6
6
  "module": "./index.ts",
@@ -62,7 +62,7 @@
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.25",
65
+ "@iconify-json/material-symbols-light": "^1.2.26",
66
66
  "@iconify-json/mdi": "^1.2.3",
67
67
  "@iconify-json/noto-v1": "^1.2.2",
68
68
  "@iconify-json/octicon": "^1.2.6",
@@ -70,17 +70,17 @@
70
70
  "@iconify-json/simple-icons": "^1.2.38",
71
71
  "@iconify-json/system-uicons": "^1.2.2",
72
72
  "@iconify-json/uil": "^1.2.3",
73
- "@iconify/json": "^2.2.347",
73
+ "@iconify/json": "^2.2.348",
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.1.4",
78
- "@unocss/preset-attributify": "66.1.4",
79
- "@unocss/preset-typography": "66.1.4",
80
- "@unocss/preset-uno": "66.1.4",
81
- "@unocss/preset-web-fonts": "66.1.4",
82
- "@unocss/preset-wind": "66.1.4",
83
- "@unocss/reset": "66.1.4",
77
+ "@unocss/astro": "66.2.0",
78
+ "@unocss/preset-attributify": "66.2.0",
79
+ "@unocss/preset-typography": "66.2.0",
80
+ "@unocss/preset-uno": "66.2.0",
81
+ "@unocss/preset-web-fonts": "66.2.0",
82
+ "@unocss/preset-wind": "66.2.0",
83
+ "@unocss/reset": "66.2.0",
84
84
  "@vite-pwa/astro": "^1.1.0",
85
85
  "@vueuse/core": "^13.3.0",
86
86
  "astro-i18next": "1.0.0-beta.21",
@@ -91,18 +91,18 @@
91
91
  "astro-remote": "^0.3.4",
92
92
  "dotenv": "^16.5.0",
93
93
  "i18next": "^25.2.1",
94
- "i18next-browser-languagedetector": "^8.1.0",
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
98
  "swiper": "^11.2.8",
99
- "unocss": "66.1.4",
99
+ "unocss": "66.2.0",
100
100
  "vue": "^3.5.16"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/gtag.js": "^0.0.20",
104
- "@types/node": "^24.0.0",
105
- "@unocss/transformer-variant-group": "66.1.4",
104
+ "@types/node": "^24.0.1",
105
+ "@unocss/transformer-variant-group": "66.2.0",
106
106
  "@vitejs/plugin-vue": "^5.2.4",
107
107
  "@vue/compiler-sfc": "^3.5.16",
108
108
  "astro": "^5.9.2",
@@ -82,7 +82,7 @@ const isLast = (index: number) => {
82
82
  class="breadcrumb-link breadcrumb-link-disabled"
83
83
  :title="`Polo 6R ${crumb.name} ${productNumber}`">
84
84
  <strong class="font-normal" itemprop="name" v-html="crumb.name" />
85
- <b class="hidden sm:inline font-normal">{{ productNumber }}</b>
85
+ <b class="hidden sm:inline font-normal ml-1">{{ productNumber }}</b>
86
86
  </a>
87
87
  <meta itemprop="position" :content="String(props.showHome ? index + 2 : index + 1)">
88
88
  </li>
@@ -11,7 +11,7 @@ defineProps<{
11
11
  :class="[
12
12
  'w-full block text-base font-medium py-2 pl-6 pr-2 hover:(bg-gray-50 sm:bg-inherit)',
13
13
  'sm:(w-auto text-sm pr-3) md:(py-0.5 pr-4)',
14
- active ? 's-active' : 'text-gray-300'
14
+ active ? 's-active' : 'text-gray-400'
15
15
  ]"
16
16
  >
17
17
  {{ text }}