@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.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.
|
|
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
|
`;
|