big-design
big-design copied to clipboard
Design system that powers the BigCommerce ecosystem.
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 15.0.7. Release notes Sourced from @testing-library/react's releases. v15.0.7 15.0.7 (2024-05-07) Bug Fixes Ensure act is not any when React.act is not declared (#1323) (c1f2957) v15.0.6...
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 9.3.4 to 10.1.0. Release notes Sourced from @testing-library/dom's releases. v10.1.0 10.1.0 (2024-04-29) Features Add window events "pagehide" / "pageshow" (#1308) (56543d5) v10.0.0 10.0.0 (2024-04-08) Bug Fixes use...
⚠️ Ongoing POC to see what it takes to bump Styled-Components to v6 ## What? Describe what changes you are making. e.g. `Adds X prop in the Box component.` ##...
--- ⚠️ This PR will not just work (hence draft PR), getting some React hydration issues after adding `use client` throughout the codebase, plus there's some other React warnings with...
## What? This PR is aimed to refactor Checkbox component's tests according to best practices. We take into account recommendations from Kent C. Dodds [article](https://kentcdodds.com/blog/common-mistakes-with-react-testing-library#using-container-to-query-for-elements). For instance, using `container` for...
## What? This PR updates position of check icon in select list. ([BIGDESIGN-207](https://jira.bigcommerce.com/browse/BIGDESIGN-207)) ## Why? According to design check icon should be located 8px from list item label. Also width...
On the latest version (0.34.1) of big design, using a Text or Badge component no longer works as a trigger for the Tooltip. I upgraded from 0.30.2 which worked fine....
**Is your feature request related to a problem? Please describe.** Currently I'm trying to execute an `action` using `Form` component from React Router's v6, that basically under the hood implements...
Is there a reason the styled components aren't exported? It would be nice to be able to utilize the styling already built in BigDesign for our own custom components. For...
**Describe the bug** Checkbox doesn't support the `defaultChecked` [HTML attribute](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#defaultchecked). **To Reproduce** Pass `defaultChecked` into `Checkbox`: https://codesandbox.io/s/suspicious-platform-jwdmbe?file=/src/index.tsx **Expected behavior** The uncontrolled behavior should allow the checkbox component to pass in...