{"version":3,"file":"ProductCardColors-Cbok0kMD-chunk.js","sources":["../../../GSDClient/Scripts/Components/ProductCardColors.tsx"],"sourcesContent":["import { useState } from 'react';\n\nimport { IProductItemViewModel } from 'Types/Litium';\n\nimport CrossIcon from 'Icons/closeThin.svg?react';\n\ninterface ProductCardColorsProps {\n colors: IProductItemViewModel['productFilters']['colors'];\n}\n\nconst ProductCardColors = ({ colors }: ProductCardColorsProps) => {\n const [showAllColors, setShowAllColors] = useState(false);\n const colorLengthCriteria = 3;\n return (\n