@agentiffai/design 1.3.21 → 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 +34 -33
- package/dist/copilotkit/index.cjs.map +1 -1
- package/dist/copilotkit/index.js +34 -33
- package/dist/copilotkit/index.js.map +1 -1
- package/dist/index.cjs +124 -21
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +124 -21
- 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/layout/index.cjs
CHANGED
|
@@ -1651,7 +1651,7 @@ var TabPanelWrapper = styled9__default.default.div`
|
|
|
1651
1651
|
overflow-y: auto;
|
|
1652
1652
|
overflow-x: hidden; // Prevent horizontal overflow
|
|
1653
1653
|
scrollbar-gutter: stable; // Always reserve space for scrollbar to prevent width jump
|
|
1654
|
-
background-color: ${tokens.colors.
|
|
1654
|
+
background-color: ${tokens.colors.background.dark};
|
|
1655
1655
|
min-height: 0; // Enable proper flex shrinking and scrolling
|
|
1656
1656
|
|
|
1657
1657
|
@media (max-width: ${tokens.breakpoints.mobile}px) {
|