Understand the codebase organization
masterThe repository is organized into several top-level directories that separate public API components from internal utilities and build scripts:
components/: Contains React components.[COMPONENT]/: Public API components. Each contains__tests__(Mocha/Jest),__examples__(Storybook/Docs),__docs__(documentation imports), and aprivatefolder for non-public components.utilities/: Shared components used between other components (not part of the public API).
icons/: Legacy inline icons.preset/: The Babel preset@salesforce/babel-preset-design-system-react.scripts/: Build and release tasks.styles/: Temporary location for styles.utilities/: Non-React scripts, includingcheckPropwarnings, DOM, and event helpers (not part of the public API).