@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 +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9176,8 +9176,8 @@ var RHFSwitch = ({
|
|
|
9176
9176
|
}
|
|
9177
9177
|
),
|
|
9178
9178
|
label: /* @__PURE__ */ jsxs56(Stack6, { children: [
|
|
9179
|
-
/* @__PURE__ */ jsx88(Typography10, { variant: "bodyMd", color: "
|
|
9180
|
-
description && /* @__PURE__ */ jsx88(Typography10, { variant: "body2", color: "
|
|
9179
|
+
/* @__PURE__ */ jsx88(Typography10, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
|
|
9180
|
+
description && /* @__PURE__ */ jsx88(Typography10, { variant: "body2", color: "text.body", children: description })
|
|
9181
9181
|
] }),
|
|
9182
9182
|
sx: {
|
|
9183
9183
|
alignItems: description ? "flex-start" : "center",
|
|
@@ -9627,8 +9627,8 @@ var RHFRadioGroup = ({
|
|
|
9627
9627
|
}
|
|
9628
9628
|
),
|
|
9629
9629
|
label: /* @__PURE__ */ jsxs58(Stack7, { children: [
|
|
9630
|
-
/* @__PURE__ */ jsx93(Typography11, { variant: "bodyMd", color: "
|
|
9631
|
-
option?.description && /* @__PURE__ */ jsx93(Typography11, { variant: "body2", color: "
|
|
9630
|
+
/* @__PURE__ */ jsx93(Typography11, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: option.label }),
|
|
9631
|
+
option?.description && /* @__PURE__ */ jsx93(Typography11, { variant: "body2", color: "text.body", children: option?.description })
|
|
9632
9632
|
] }),
|
|
9633
9633
|
sx: {
|
|
9634
9634
|
alignItems: option?.description ? "flex-start" : "center"
|
|
@@ -9869,8 +9869,8 @@ var RHFCheckbox = ({
|
|
|
9869
9869
|
}
|
|
9870
9870
|
),
|
|
9871
9871
|
label: /* @__PURE__ */ jsxs60(Stack8, { children: [
|
|
9872
|
-
/* @__PURE__ */ jsx96(Typography12, { variant: "bodyMd", color: "
|
|
9873
|
-
description && /* @__PURE__ */ jsx96(Typography12, { variant: "body2", color: "
|
|
9872
|
+
/* @__PURE__ */ jsx96(Typography12, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: label }),
|
|
9873
|
+
description && /* @__PURE__ */ jsx96(Typography12, { variant: "body2", color: "text.body", children: description })
|
|
9874
9874
|
] }),
|
|
9875
9875
|
sx: {
|
|
9876
9876
|
alignItems: description ? "flex-start" : "center",
|
|
@@ -9942,8 +9942,8 @@ var RHFMultiCheckbox = ({
|
|
|
9942
9942
|
}
|
|
9943
9943
|
),
|
|
9944
9944
|
label: /* @__PURE__ */ jsxs60(Stack8, { children: [
|
|
9945
|
-
/* @__PURE__ */ jsx96(Typography12, { variant: "bodyMd", color: "
|
|
9946
|
-
option?.description && /* @__PURE__ */ jsx96(Typography12, { variant: "body2", color: "
|
|
9945
|
+
/* @__PURE__ */ jsx96(Typography12, { variant: "bodyMd", color: "text.header", fontWeight: 500, children: option.label }),
|
|
9946
|
+
option?.description && /* @__PURE__ */ jsx96(Typography12, { variant: "body2", color: "text.body", children: option?.description })
|
|
9947
9947
|
] }),
|
|
9948
9948
|
sx: {
|
|
9949
9949
|
alignItems: option?.description ? "flex-start" : "center"
|