@clickhouse/click-ui 0.0.33 → 0.0.34
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/click-ui.es.js
CHANGED
|
@@ -1564,14 +1564,17 @@ const Ai = (e) => /* @__PURE__ */ t.jsxs("svg", { width: "24", height: "25", vie
|
|
|
1564
1564
|
}) => e.click.field.space.gap, ({
|
|
1565
1565
|
theme: e,
|
|
1566
1566
|
$orientation: n = "vertical",
|
|
1567
|
-
$dir: i = "start"
|
|
1567
|
+
$dir: i = "start",
|
|
1568
|
+
$addLabelPadding: s = !1
|
|
1568
1569
|
}) => `
|
|
1569
1570
|
flex-direction: ${n === "horizontal" ? i === "start" ? "row-reverse" : "row" : i === "start" ? "column-reverse" : "column"};
|
|
1570
1571
|
align-items: flex-start;
|
|
1572
|
+
${s && n === "horizontal" ? `
|
|
1571
1573
|
label {
|
|
1572
|
-
padding-top:
|
|
1573
|
-
|
|
1574
|
+
padding-top: calc(${e.click.field.space.y} + 1px);
|
|
1575
|
+
line-height: 1lh;
|
|
1574
1576
|
}
|
|
1577
|
+
` : ""}
|
|
1575
1578
|
`), At = H.div.withConfig({
|
|
1576
1579
|
componentId: "sc-1sddmxu-1"
|
|
1577
1580
|
})(["", ";"], ({
|
|
@@ -3441,7 +3444,7 @@ const Le = H.button.withConfig({
|
|
|
3441
3444
|
"aws-s3": zt,
|
|
3442
3445
|
"aws-redshift": Wt,
|
|
3443
3446
|
"aws-msk": b8,
|
|
3444
|
-
|
|
3447
|
+
kafka: er,
|
|
3445
3448
|
fivetran: n8,
|
|
3446
3449
|
confluent: Yt,
|
|
3447
3450
|
tableau: nr,
|
|
@@ -3537,7 +3540,7 @@ const Le = H.button.withConfig({
|
|
|
3537
3540
|
"aws-s3": zt,
|
|
3538
3541
|
"aws-redshift": Wt,
|
|
3539
3542
|
"aws-msk": b8,
|
|
3540
|
-
|
|
3543
|
+
kafka: rr,
|
|
3541
3544
|
fivetran: n8,
|
|
3542
3545
|
confluent: Yt,
|
|
3543
3546
|
tableau: lr,
|
|
@@ -8061,7 +8064,7 @@ const Jd = H.div.withConfig({
|
|
|
8061
8064
|
theme: n
|
|
8062
8065
|
}) => e == !0 ? n.click.global.color.text.muted : n.click.global.color.text.default), eu = H.div.withConfig({
|
|
8063
8066
|
componentId: "sc-1drx130-2"
|
|
8064
|
-
})(["display:flex;flex-direction:column;"]), tu = H.a.withConfig({
|
|
8067
|
+
})(["display:flex;flex-direction:column;flex:1;"]), tu = H.a.withConfig({
|
|
8065
8068
|
componentId: "sc-1drx130-3"
|
|
8066
8069
|
})(["display:flex;align-items:center;color:", ";text-decoration:none;"], ({
|
|
8067
8070
|
theme: e
|
|
@@ -8184,7 +8187,7 @@ const Jd = H.div.withConfig({
|
|
|
8184
8187
|
theme: n
|
|
8185
8188
|
}) => n.click.card.primary.size.icon[e].all), ru = H.div.withConfig({
|
|
8186
8189
|
componentId: "sc-2dguvi-2"
|
|
8187
|
-
})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:", ";"], ({
|
|
8190
|
+
})(["width:85%;display:flex;flex-direction:column;align-self:center;gap:", ";flex:1;"], ({
|
|
8188
8191
|
$size: e = "md",
|
|
8189
8192
|
theme: n
|
|
8190
8193
|
}) => n.click.card.primary.space[e].gap), $j = ({
|
|
@@ -11588,7 +11591,7 @@ const Qh = H.a.withConfig({
|
|
|
11588
11591
|
children: a,
|
|
11589
11592
|
orientation: r,
|
|
11590
11593
|
dir: o
|
|
11591
|
-
}) => /* @__PURE__ */ t.jsxs(w2, { $orientation: r, $dir: o, children: [
|
|
11594
|
+
}) => /* @__PURE__ */ t.jsxs(w2, { $orientation: r, $dir: o, $addLabelPadding: !0, children: [
|
|
11592
11595
|
/* @__PURE__ */ t.jsxs(Nt, { children: [
|
|
11593
11596
|
/* @__PURE__ */ t.jsx(tC, { $error: !!i, children: a }),
|
|
11594
11597
|
!!i && i !== !0 && /* @__PURE__ */ t.jsx(At, { children: i })
|
|
@@ -14531,7 +14534,7 @@ const qp = H.div.withConfig({
|
|
|
14531
14534
|
}), [_, O, R, d, b, l]), o1 = typeof p == "function", v1 = (G) => {
|
|
14532
14535
|
G.preventDefault(), G.stopPropagation(), o1 && (p(_), d(_));
|
|
14533
14536
|
};
|
|
14534
|
-
return /* @__PURE__ */ t.jsxs(w2, { $orientation: i, $dir: s, ...L, children: [
|
|
14537
|
+
return /* @__PURE__ */ t.jsxs(w2, { $orientation: i, $dir: s, $addLabelPadding: !0, ...L, children: [
|
|
14535
14538
|
/* @__PURE__ */ t.jsxs(Nt, { children: [
|
|
14536
14539
|
/* @__PURE__ */ t.jsxs(GC, { open: u, onOpenChange: f, children: [
|
|
14537
14540
|
/* @__PURE__ */ t.jsxs(qC, { id: r ?? j, $error: !!o, disabled: a, "data-testid": "select-trigger", children: [
|
|
@@ -17456,12 +17459,12 @@ const W3 = /* @__PURE__ */ $9(ij), ri = {
|
|
|
17456
17459
|
color: {
|
|
17457
17460
|
text: {
|
|
17458
17461
|
default: "#696e79",
|
|
17459
|
-
hover: "#
|
|
17462
|
+
hover: "#151515",
|
|
17460
17463
|
active: "#161517"
|
|
17461
17464
|
},
|
|
17462
17465
|
background: {
|
|
17463
17466
|
default: "rgba(0,0,0,0)",
|
|
17464
|
-
hover: "lch(
|
|
17467
|
+
hover: "lch(91.6 1.1 266 / 0.6)",
|
|
17465
17468
|
active: "rgba(0,0,0,0)"
|
|
17466
17469
|
}
|
|
17467
17470
|
}
|