BpkImageGalleryChipGrid
fun BpkImageGalleryChipGrid(categories: List<BpkImageGalleryChipCategory>, closeContentDescription: String, onCloseClicked: () -> Unit, onDismiss: () -> Unit, modifier: Modifier = Modifier, initialCategory: Int = 0, onCategoryChanged: (BpkImageGalleryChipCategory) -> Unit? = null, onImageClicked: (BpkImageGalleryChipCategory, BpkImageGalleryImage) -> Unit? = null, onImageChanged: (BpkImageGalleryChipCategory, BpkImageGalleryImage) -> Unit? = null, state: BpkModalState = rememberBpkModalState())