@undefine-ui/design-system 3.5.1 → 3.5.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
@@ -9171,8 +9171,8 @@ var RHFSwitch = ({
9171
9171
  }
9172
9172
  ),
9173
9173
  label: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(import_Stack6.default, { children: [
9174
- /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_Typography11.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
9175
- description && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_Typography11.default, { variant: "body2", color: "textBody", children: description })
9174
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_Typography11.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
9175
+ description && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_Typography11.default, { variant: "body2", color: "text.body", children: description })
9176
9176
  ] }),
9177
9177
  sx: {
9178
9178
  alignItems: description ? "flex-start" : "center",
@@ -9622,8 +9622,8 @@ var RHFRadioGroup = ({
9622
9622
  }
9623
9623
  ),
9624
9624
  label: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_Stack7.default, { children: [
9625
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_Typography12.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
9626
- option?.description && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_Typography12.default, { variant: "body2", color: "textBody", children: option?.description })
9625
+ /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_Typography12.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: option.label }),
9626
+ option?.description && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_Typography12.default, { variant: "body2", color: "text.body", children: option?.description })
9627
9627
  ] }),
9628
9628
  sx: {
9629
9629
  alignItems: option?.description ? "flex-start" : "center"
@@ -9864,8 +9864,8 @@ var RHFCheckbox = ({
9864
9864
  }
9865
9865
  ),
9866
9866
  label: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_Stack8.default, { children: [
9867
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
9868
- description && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "body2", color: "textBody", children: description })
9867
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
9868
+ description && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "body2", color: "text.body", children: description })
9869
9869
  ] }),
9870
9870
  sx: {
9871
9871
  alignItems: description ? "flex-start" : "center",
@@ -9937,8 +9937,8 @@ var RHFMultiCheckbox = ({
9937
9937
  }
9938
9938
  ),
9939
9939
  label: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_Stack8.default, { children: [
9940
- /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
9941
- option?.description && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "body2", color: "textBody", children: option?.description })
9940
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: option.label }),
9941
+ option?.description && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_Typography13.default, { variant: "body2", color: "text.body", children: option?.description })
9942
9942
  ] }),
9943
9943
  sx: {
9944
9944
  alignItems: option?.description ? "flex-start" : "center"