@primestyleai/tryon 4.3.0 → 4.3.2
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/dist/react/index.js +1 -1
- package/package.json +1 -4
package/dist/react/index.js
CHANGED
|
@@ -1915,7 +1915,7 @@ const STYLES = `
|
|
|
1915
1915
|
|
|
1916
1916
|
/* Stepper */
|
|
1917
1917
|
/* Dots progress */
|
|
1918
|
-
.ps-tryon-dots { display: flex; align-items: center; gap: 0.42vw; padding: 0.83vw 1.25vw; }
|
|
1918
|
+
.ps-tryon-dots { display: flex; align-items: center; justify-content: center; gap: 0.42vw; padding: 0.83vw 1.25vw; }
|
|
1919
1919
|
.ps-tryon-dot {
|
|
1920
1920
|
width: 0.47vw; height: 0.47vw; border-radius: 50%; background: #333;
|
|
1921
1921
|
transition: all 0.3s ease;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primestyleai/tryon",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/primestyle-tryon.js",
|
|
@@ -53,8 +53,5 @@
|
|
|
53
53
|
"terser": "^5.31.0",
|
|
54
54
|
"typescript": "^5.5.0",
|
|
55
55
|
"vite": "^5.4.0"
|
|
56
|
-
},
|
|
57
|
-
"dependencies": {
|
|
58
|
-
"@primestyleai/tryon": "^4.2.2"
|
|
59
56
|
}
|
|
60
57
|
}
|