Complete the code to name the main folder for a design system.
The main folder should be named [1] to organize all design assets.The main folder for a design system is usually named Design System to clearly indicate its purpose.
Complete the code to name the subfolder that contains reusable UI components.
Inside the design system folder, the subfolder for UI components is called [1].
The subfolder holding reusable UI elements is named Components.
Fix the error in naming the folder for color styles.
The folder for color styles should be named [1] instead of 'ColorStyles'.
The correct folder name for color styles is Color Styles with a space, following common naming conventions.
Fill both blanks to name folders for typography and icons.
The folders [1] and [2] hold text styles and icon assets respectively.
Typography is the folder for text styles, and Icons is for icon assets.
Fill all three blanks to complete the folder structure for documentation, grids, and motion.
Folders named [1], [2], and [3] contain guidelines, layout grids, and animation specs.
Documentation holds guidelines, Grids contains layout grids, and Motion stores animation specs.