@opencxh/ui-kit 3.123.0 → 3.123.1
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -559,7 +559,7 @@ const $t = {
|
|
|
559
559
|
sm: "text-sm",
|
|
560
560
|
md: "text-base",
|
|
561
561
|
lg: "text-md",
|
|
562
|
-
full: "text-
|
|
562
|
+
full: "text-base"
|
|
563
563
|
}, ge = me(
|
|
564
564
|
({
|
|
565
565
|
label: t,
|
|
@@ -3021,7 +3021,7 @@ const nn = ({
|
|
|
3021
3021
|
return /* @__PURE__ */ e("div", { className: "flex flex-col gap-2", children: C.options?.map((k) => /* @__PURE__ */ c(
|
|
3022
3022
|
"label",
|
|
3023
3023
|
{
|
|
3024
|
-
className: "flex cursor-pointer items-center gap-
|
|
3024
|
+
className: "flex cursor-pointer items-center gap-3 text-base text-text",
|
|
3025
3025
|
children: [
|
|
3026
3026
|
/* @__PURE__ */ e(
|
|
3027
3027
|
"input",
|