@agentiffai/design 1.3.22 → 1.3.23

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/dist/index.js CHANGED
@@ -2225,7 +2225,7 @@ var TabPanelWrapper = styled48.div`
2225
2225
  overflow-y: auto;
2226
2226
  overflow-x: hidden; // Prevent horizontal overflow
2227
2227
  scrollbar-gutter: stable; // Always reserve space for scrollbar to prevent width jump
2228
- background-color: ${tokens.colors.surface.overlay};
2228
+ background-color: ${tokens.colors.background.dark};
2229
2229
  min-height: 0; // Enable proper flex shrinking and scrolling
2230
2230
 
2231
2231
  @media (max-width: ${tokens.breakpoints.mobile}px) {
@@ -10875,7 +10875,6 @@ var Card3 = styled48.button`
10875
10875
  }
10876
10876
 
10877
10877
  &:disabled {
10878
- opacity: 0.5;
10879
10878
  cursor: not-allowed;
10880
10879
  }
10881
10880
  `;