infinity-ui-elements 1.8.63 → 1.8.64

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.
package/dist/index.esm.js CHANGED
@@ -2005,19 +2005,19 @@ const FormHeader = React.forwardRef(({ label, size = "medium", isOptional = fals
2005
2005
  // Size-based configurations
2006
2006
  const sizeConfig = {
2007
2007
  small: {
2008
- textClassName: "text-body-xsmall-semibold",
2008
+ textClassName: "text-body-xsmall-medium",
2009
2009
  textClassNameRegular: "text-caption-small-regular",
2010
2010
  iconSize: 12,
2011
2011
  gap: "gap-1.5",
2012
2012
  },
2013
2013
  medium: {
2014
- textClassName: "text-body-small-semibold",
2014
+ textClassName: "text-body-small-medium",
2015
2015
  textClassNameRegular: "text-caption-medium-regular",
2016
2016
  iconSize: 14,
2017
2017
  gap: "gap-2",
2018
2018
  },
2019
2019
  large: {
2020
- textClassName: "text-body-medium-semibold",
2020
+ textClassName: "text-body-medium-medium",
2021
2021
  textClassNameRegular: "text-caption-large-regular",
2022
2022
  iconSize: 16,
2023
2023
  gap: "gap-2.5",