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 +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2026,19 +2026,19 @@ const FormHeader = React__namespace.forwardRef(({ label, size = "medium", isOpti
|
|
|
2026
2026
|
// Size-based configurations
|
|
2027
2027
|
const sizeConfig = {
|
|
2028
2028
|
small: {
|
|
2029
|
-
textClassName: "text-body-xsmall-
|
|
2029
|
+
textClassName: "text-body-xsmall-medium",
|
|
2030
2030
|
textClassNameRegular: "text-caption-small-regular",
|
|
2031
2031
|
iconSize: 12,
|
|
2032
2032
|
gap: "gap-1.5",
|
|
2033
2033
|
},
|
|
2034
2034
|
medium: {
|
|
2035
|
-
textClassName: "text-body-small-
|
|
2035
|
+
textClassName: "text-body-small-medium",
|
|
2036
2036
|
textClassNameRegular: "text-caption-medium-regular",
|
|
2037
2037
|
iconSize: 14,
|
|
2038
2038
|
gap: "gap-2",
|
|
2039
2039
|
},
|
|
2040
2040
|
large: {
|
|
2041
|
-
textClassName: "text-body-medium-
|
|
2041
|
+
textClassName: "text-body-medium-medium",
|
|
2042
2042
|
textClassNameRegular: "text-caption-large-regular",
|
|
2043
2043
|
iconSize: 16,
|
|
2044
2044
|
gap: "gap-2.5",
|