@undefine-ui/design-system 3.8.1 → 3.8.2

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.cjs CHANGED
@@ -9265,8 +9265,8 @@ var RHFSwitch = ({
9265
9265
  }
9266
9266
  ),
9267
9267
  label: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_Stack6.default, { children: [
9268
- /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_Typography11.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
9269
- description && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_Typography11.default, { variant: "body2", color: "text.body", children: description })
9268
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_Typography11.default, { variant: "h8", color: "text.header", fontWeight: 500, children: label }),
9269
+ description && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_Typography11.default, { variant: "bodyXs", color: "text.body", children: description })
9270
9270
  ] }),
9271
9271
  sx: {
9272
9272
  alignItems: description ? "flex-start" : "center",
@@ -9761,8 +9761,8 @@ var RHFRadioGroup = ({
9761
9761
  }
9762
9762
  ),
9763
9763
  label: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_Stack7.default, { children: [
9764
- /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_Typography12.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: option.label }),
9765
- option?.description && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_Typography12.default, { variant: "body2", color: "text.body", children: option?.description })
9764
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_Typography12.default, { variant: "h8", color: "text.header", fontWeight: 500, children: option.label }),
9765
+ option?.description && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_Typography12.default, { variant: "bodyXs", color: "text.body", children: option?.description })
9766
9766
  ] }),
9767
9767
  sx: {
9768
9768
  alignItems: option?.description ? "flex-start" : "center"
@@ -10106,8 +10106,8 @@ var RHFCheckbox = ({
10106
10106
  }
10107
10107
  ),
10108
10108
  label: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_Stack8.default, { children: [
10109
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_Typography13.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
10110
- description && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_Typography13.default, { variant: "body2", color: "text.body", children: description })
10109
+ /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_Typography13.default, { variant: "h8", color: "text.header", fontWeight: 500, children: label }),
10110
+ description && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_Typography13.default, { variant: "bodyXs", color: "text.body", children: description })
10111
10111
  ] }),
10112
10112
  sx: {
10113
10113
  alignItems: description ? "flex-start" : "center",