@youngonesworks/ui 1.0.5 → 1.0.6

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.
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  @utility bg-gradient-blue-purple {
37
- background-image: var(--color-linear-gradient-x) !important;
37
+ background-image: var(--color-gradient-blue-purple);
38
38
  }
39
39
 
40
40
  @utility bg-nav-gradient {
@@ -164,6 +164,12 @@
164
164
  var(--color-primary) 50%,
165
165
  var(--color-navy-blue) 100%
166
166
  );
167
+ --color-gradient-blue-purple: linear-gradient(
168
+ 90deg,
169
+ #26295c 0%,
170
+ #8249fd 50%,
171
+ #26295c 100%
172
+ );
167
173
 
168
174
  --color-nav-gradient:
169
175
  radial-gradient(circle at 20% 20%, #0d1148 0%, transparent 65%),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngonesworks/ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A Youngones UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",