Patch Changes
-
50db354: Add missing reducers to properly return the results of hooks for
config:resolved
andparser:before
-
c459b43: Fix extraction of JSX
styled
factory when using namespace importsimport * as pandaJsx from "../styled-system/jsx"; // ✅ this will work now pandaJsx.styled("div", { base: { color: "red" } }); const App = () => ( <pandaJsx.styled.span color="blue">Hello</pandaJsx.styled.span> );
-
Updated dependencies [50db354]
-
Updated dependencies [c459b43]
-
Updated dependencies [f6befbf]
-
Updated dependencies [a0c4d27]
- @pandacss/config@0.35.0
- @pandacss/types@0.35.0
- @pandacss/core@0.35.0
- @pandacss/logger@0.35.0
- @pandacss/extractor@0.35.0
- @pandacss/shared@0.35.0