@cashub/ui 0.49.0-beta.6 → 0.49.0-beta.7

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.
Binary file
Binary file
@@ -95,7 +95,7 @@ const IconBox = _ref => {
95
95
  });
96
96
  };
97
97
 
98
- /* ---------- image 模式 ---------- */
98
+ /* ---------- image 模式(原始版式) ---------- */
99
99
 
100
100
  const Wrapper = _styledComponents.default.div`
101
101
  display: flex;
@@ -152,7 +152,7 @@ const AccentWrapper = _styledComponents.default.div`
152
152
  } = _ref3;
153
153
  if (mode === 'gradient') {
154
154
  return `
155
- background: linear-gradient(45deg, var(--color-background2), ${gradientEnd});
155
+ background: linear-gradient(22deg, var(--color-background2) 0%, var(--color-background2) 40%, ${gradientEnd} 100%);
156
156
  border: 2px solid ${borderColor};
157
157
  `;
158
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cashub/ui",
3
- "version": "0.49.0-beta.6",
3
+ "version": "0.49.0-beta.7",
4
4
  "private": false,
5
5
  "author": "CasHUB Team",
6
6
  "description": "CasHUB UI components library",