@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.cjs CHANGED
@@ -2232,7 +2232,7 @@ var TabPanelWrapper = styled48__default.default.div`
2232
2232
  overflow-y: auto;
2233
2233
  overflow-x: hidden; // Prevent horizontal overflow
2234
2234
  scrollbar-gutter: stable; // Always reserve space for scrollbar to prevent width jump
2235
- background-color: ${tokens.colors.surface.overlay};
2235
+ background-color: ${tokens.colors.background.dark};
2236
2236
  min-height: 0; // Enable proper flex shrinking and scrolling
2237
2237
 
2238
2238
  @media (max-width: ${tokens.breakpoints.mobile}px) {
@@ -10882,7 +10882,6 @@ var Card3 = styled48__default.default.button`
10882
10882
  }
10883
10883
 
10884
10884
  &:disabled {
10885
- opacity: 0.5;
10886
10885
  cursor: not-allowed;
10887
10886
  }
10888
10887
  `;