spoko-design-system 0.2.12 → 0.2.13

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.2.12",
3
+ "version": "0.2.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -74,7 +74,7 @@
74
74
  "i18next-fs-backend": "^2.3.1",
75
75
  "i18next-http-backend": "^2.4.3",
76
76
  "i18next-vue": "^4.0.0",
77
- "sass": "^1.70.0",
77
+ "sass": "^1.71.0",
78
78
  "swiper": "^11.0.6",
79
79
  "unocss": "^0.58.5",
80
80
  "vite": "^5.1.3",
@@ -51,7 +51,7 @@ const props = defineProps({
51
51
 
52
52
  tr,
53
53
  th {
54
- @apply leading-none text-3.5 py-2 border-none text-3 xl:(py-4) 3xl:(text-4);
54
+ @apply leading-none text-3.5 py-2 border-none xl:(py-4) 3xl:(text-4);
55
55
  }
56
56
 
57
57
  th {