@konoma-development/react-components 0.2.15 → 0.2.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18688,8 +18688,8 @@ const FilterContext = createContext({
18688
18688
  });
18689
18689
 
18690
18690
  const baseClasses$3 = {
18691
- activeIconClasses: "w-8 p-2 cursor-pointer rounded-full bg-white",
18692
- inactiveIconClasses: "w-8 p-2 cursor-not-allowed text-secondary-500",
18691
+ activeIconClasses: "w-8 h-8 p-2 cursor-pointer rounded-full bg-white",
18692
+ inactiveIconClasses: "w-8 h-8 p-2 cursor-not-allowed text-secondary-500",
18693
18693
  wrapperClasses: "flex flex-row justify-between p-4",
18694
18694
  resultsClasses: "flex flex-row gap-1 text-sm",
18695
18695
  resultsTextClasses: "font-medium",