@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/copilotkit/index.cjs +26 -25
- package/dist/copilotkit/index.cjs.map +1 -1
- package/dist/copilotkit/index.js +26 -25
- package/dist/copilotkit/index.js.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/layout/index.cjs +1 -1
- package/dist/layout/index.cjs.map +1 -1
- package/dist/layout/index.js +1 -1
- package/dist/layout/index.js.map +1 -1
- package/dist/workflow/index.cjs +0 -1
- package/dist/workflow/index.cjs.map +1 -1
- package/dist/workflow/index.js +0 -1
- package/dist/workflow/index.js.map +1 -1
- package/package.json +1 -1
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.
|
|
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
|
`;
|