spoko-design-system 1.4.3 → 1.4.4
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.4.4](https://github.com/polo-blue/sds/compare/v1.4.3...v1.4.4) (2025-10-26)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* resolve vite-plugin-pwa peer dependency warning and update theme constants ([502f684](https://github.com/polo-blue/sds/commit/502f6846c12ef600213559d304336691e8953dd0))
|
|
6
|
+
|
|
1
7
|
## [1.4.3](https://github.com/polo-blue/sds/compare/v1.4.2...v1.4.3) (2025-10-26)
|
|
2
8
|
|
|
3
9
|
## [1.4.2](https://github.com/polo-blue/sds/compare/v1.4.1...v1.4.2) (2025-10-25)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "spoko-design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./index.ts",
|
|
6
6
|
"module": "./index.ts",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"dotenv": "^17.2.3",
|
|
108
108
|
"swiper": "^12.0.3",
|
|
109
109
|
"unocss": "66.5.4",
|
|
110
|
+
"vite-plugin-pwa": "^1.1.0",
|
|
110
111
|
"vue": "^3.5.22"
|
|
111
112
|
},
|
|
112
113
|
"devDependencies": {
|
|
@@ -134,7 +134,7 @@ export const PRODUCT_STYLES = {
|
|
|
134
134
|
container: `${aspectRatios['4/3']} ${LAYOUT.flex.alignCenter} mb-3 sm:mb-auto ${IMAGE_STYLES.overlay}`,
|
|
135
135
|
},
|
|
136
136
|
link: {
|
|
137
|
-
base: 'relative flex w-full
|
|
137
|
+
base: 'relative flex w-full 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)',
|
|
138
138
|
url: 'font-light leading-none mb-2 pr-4 line-clamp-2 h-[2em]',
|
|
139
139
|
urlOverlay: 'before:(content-empty absolute left-0 right-4 h-full top-0)',
|
|
140
140
|
bigTile: `${aspectRatios['4/3']} ${LAYOUT.flex.center} mb-3 w-60 min-w-60 h-auto object-contain object-top bg-gray-50 relative ${IMAGE_STYLES.overlay}`,
|