@opencxh/ui-kit 3.57.5 → 3.57.6
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 +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -754,7 +754,7 @@ const et = () => /* @__PURE__ */ e("svg", { className: "h-4 w-4", fill: "none",
|
|
|
754
754
|
onFocus: P,
|
|
755
755
|
className: ie(
|
|
756
756
|
// Base styles
|
|
757
|
-
"block w-full rounded-lg border transition-colors duration-200",
|
|
757
|
+
"block w-full rounded-lg border transition-colors duration-200 bg-input",
|
|
758
758
|
"placeholder:text-[var(--text-muted)] focus:outline-none",
|
|
759
759
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
760
760
|
// Size styles
|
|
@@ -1110,7 +1110,7 @@ const ct = {
|
|
|
1110
1110
|
rows: u,
|
|
1111
1111
|
className: b(
|
|
1112
1112
|
// Base styles
|
|
1113
|
-
"block w-full rounded-lg border transition-colors duration-200 resize-vertical",
|
|
1113
|
+
"block w-full rounded-lg border transition-colors duration-200 resize-vertical bg-input",
|
|
1114
1114
|
"placeholder:text-[var(--text-muted)] focus:outline-none focus:ring-0",
|
|
1115
1115
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
1116
1116
|
// Size styles
|
|
@@ -1216,7 +1216,7 @@ const it = {
|
|
|
1216
1216
|
id: C,
|
|
1217
1217
|
className: b(
|
|
1218
1218
|
// Base styles
|
|
1219
|
-
"block w-full rounded-lg border transition-colors duration-200",
|
|
1219
|
+
"block w-full rounded-lg border transition-colors duration-200 bg-input",
|
|
1220
1220
|
"placeholder:text-[var(--text-muted)] focus:outline-none focus:ring-1 focus:ring-offset-0",
|
|
1221
1221
|
"disabled:opacity-50 disabled:cursor-not-allowed",
|
|
1222
1222
|
// Size styles
|
|
@@ -1867,7 +1867,7 @@ const mt = ({
|
|
|
1867
1867
|
"w-full text-sm leading-5 text-[var(--text-default)] border-collapse",
|
|
1868
1868
|
q
|
|
1869
1869
|
), U = b("bg-[var(--base-module)]"), le = b(
|
|
1870
|
-
"text-[var(--text-default)]
|
|
1870
|
+
"text-[var(--text-default)] p-3 border-b border-[var(--neutral-border)]"
|
|
1871
1871
|
), fe = b("h-12", {
|
|
1872
1872
|
"hover:bg-[var(--neutral-container)] dark:hover:bg-[var(--neutral-container-emphasis)]": N,
|
|
1873
1873
|
"cursor-pointer": u
|
|
@@ -2059,7 +2059,7 @@ const mt = ({
|
|
|
2059
2059
|
{
|
|
2060
2060
|
value: z.pageSize,
|
|
2061
2061
|
onChange: (o) => M(Number(o.target.value)),
|
|
2062
|
-
className: "border border-[var(--neutral-border)] text-[var(--text-default)]
|
|
2062
|
+
className: "border border-[var(--neutral-border)] text-[var(--text-default)] rounded-md px-2 py-1 text-sm bg-[var(--base-input)] w-16",
|
|
2063
2063
|
children: g.map((o) => /* @__PURE__ */ e("option", { value: o, children: o }, o))
|
|
2064
2064
|
}
|
|
2065
2065
|
)
|