@youngonesworks/ui 0.1.133 → 0.1.134

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.
@@ -81,7 +81,7 @@
81
81
  color: var(--color-navy-blue);
82
82
  font-size: var(--text-sm);
83
83
  line-height: var(--text-sm--line-height);
84
- font-weight: 500;
84
+ font-weight: 600;
85
85
  }
86
86
 
87
87
  .yo-text-field-placeholder {
@@ -95,11 +95,10 @@
95
95
  color: var(--color-navy-blue);
96
96
  font-size: var(--text-xs);
97
97
  line-height: var(--text-xs--line-height);
98
- font-weight: 600;
98
+ font-weight: 500;
99
99
  }
100
100
 
101
101
  a,
102
- link,
103
102
  .yo-text-link {
104
103
  font-size: var(--text-xs);
105
104
  line-height: var(--text-xs--line-height);
@@ -111,7 +110,6 @@
111
110
  }
112
111
 
113
112
  a:hover,
114
- link:hover,
115
113
  .yo-text-link:hover {
116
114
  opacity: 0.85;
117
115
  text-decoration: underline;
@@ -53,6 +53,12 @@
53
53
  background: var(--color-nav-gradient-mobile-alternative);
54
54
  }
55
55
 
56
+ .bg-gradient-calendar {
57
+ background: var(--color-gradient-calendar);
58
+ }
59
+ .hover\:bg-gradient-calendar:hover {
60
+ background-image: var(--color-gradient-calendar);
61
+ }
56
62
  /* Toast notification colors */
57
63
  :root {
58
64
  --toastify-color-info: #2a67f6;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youngonesworks/ui",
3
- "version": "0.1.133",
3
+ "version": "0.1.134",
4
4
  "description": "A Youngones UI component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",