@testgorilla/tgo-ui 2.29.5-beta.3 → 2.29.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "2.29.5-beta.3",
3
+ "version": "2.29.6",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "src/**/*.ts": [
@@ -158,6 +158,6 @@ $box-shadow-page-card: 0px 4px 100px 0px #2424240A;
158
158
  $box-shadow-modal: 0px 4px 100px 0px #24242414;
159
159
 
160
160
  @mixin ai-gradient() {
161
- background: $ai-gradient-blue;
162
- background: linear-gradient(129deg, $ai-gradient-blue 12%, $ai-gradient-pink 88%);
161
+ background: linear-gradient(to left, white, white),
162
+ linear-gradient(to right, $ai-gradient-blue 12%, $ai-gradient-pink 88%);
163
163
  }