@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.js
CHANGED
|
@@ -1645,7 +1645,7 @@ var TabPanelWrapper = styled9.div`
|
|
|
1645
1645
|
overflow-y: auto;
|
|
1646
1646
|
overflow-x: hidden; // Prevent horizontal overflow
|
|
1647
1647
|
scrollbar-gutter: stable; // Always reserve space for scrollbar to prevent width jump
|
|
1648
|
-
background-color: ${tokens.colors.
|
|
1648
|
+
background-color: ${tokens.colors.background.dark};
|
|
1649
1649
|
min-height: 0; // Enable proper flex shrinking and scrolling
|
|
1650
1650
|
|
|
1651
1651
|
@media (max-width: ${tokens.breakpoints.mobile}px) {
|