Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate theme options in material compatibility components #324

Merged
merged 27 commits into from Aug 27, 2022

Conversation

jakeboone02
Copy link
Member

Fixes #321.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 10, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 6724379:

Sandbox Source
react-querybuilder-ci Configuration
react-querybuilder-dnd-example Configuration
react-querybuilder-antd-example Configuration
react-querybuilder-bootstrap-example Configuration
react-querybuilder-bulma-example Configuration
react-querybuilder-chakra-example Configuration
react-querybuilder-material-example Configuration

@codecov
Copy link

codecov bot commented Jun 10, 2022

Codecov Report

Merging #324 (6724379) into main (1027706) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #324   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           93        95    +2     
  Lines         2829      2875   +46     
  Branches      1335      1347   +12     
=========================================
+ Hits          2829      2875   +46     
Impacted Files Coverage Δ
packages/antd/src/AntDDragHandle.tsx 100.00% <ø> (ø)
packages/antd/src/AntDValueEditor.tsx 100.00% <ø> (ø)
packages/antd/src/AntDValueSelector.tsx 100.00% <ø> (ø)
packages/bulma/src/BulmaValueSelector.tsx 100.00% <ø> (ø)
packages/chakra/src/ChakraDragHandle.tsx 100.00% <ø> (ø)
packages/chakra/src/ChakraNotToggle.tsx 100.00% <ø> (ø)
packages/dnd/src/internal/hooks/useReactDnD.ts 100.00% <ø> (ø)
packages/dnd/src/internal/hooks/useRuleGroupDnD.ts 100.00% <ø> (ø)
packages/react-querybuilder/src/Rule.tsx 100.00% <ø> (ø)
packages/react-querybuilder/src/RuleGroup.tsx 100.00% <ø> (ø)
... and 11 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jakeboone02 jakeboone02 merged commit 19528e7 into main Aug 27, 2022
@jakeboone02 jakeboone02 deleted the mui-theme-propagation branch August 27, 2022 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to apply muiTheme with QueryBuilder
1 participant