@plyaz/ui 0.7.15 → 0.7.16

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/styles/main.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plyaz/ui",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "description": "A reusable, accessible, and themeable component library powering the Plyaz Web App interface. Built with performance and consistency in mind, @plyaz/ui delivers modular React components aligned with the Plyaz design system — enabling seamless development across fan-facing features, quests, NFTs, and loyalty flows in the Web3 ecosystem.",
5
5
  "type": "module",
6
6
  "files": [
package/styles/main.css CHANGED
@@ -65,10 +65,10 @@
65
65
  --animate-marquee: marquee var(--duration) infinite linear;
66
66
  --animate-marquee-vertical: marquee-vertical var(--duration) linear infinite;
67
67
  --background-image-gradient-orange: var(--accent);
68
+ --spacing-main-container: 1550px;
68
69
  --width-card-sm: 282px;
69
70
  --width-search-input: 340px;
70
71
  --width-card-lg: 343px;
71
- --width-main-container: 1550px;
72
72
  --width-form-container: 1063px;
73
73
  --width-form-field: 280px;
74
74
  --height-card-sm: 282px;