@rafal.lemieszewski/tide-ui 0.11.0 → 0.11.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.js +346 -346
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +19 -16
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -21663,7 +21663,7 @@ function zve({
|
|
|
21663
21663
|
type: "linear",
|
|
21664
21664
|
dataKey: N,
|
|
21665
21665
|
name: n[N].label,
|
|
21666
|
-
stroke:
|
|
21666
|
+
stroke: "none",
|
|
21667
21667
|
fill: K,
|
|
21668
21668
|
fillOpacity: 0.3,
|
|
21669
21669
|
className: "cursor-pointer transition-colors",
|
|
@@ -60700,19 +60700,22 @@ Gs.displayName = Kt.displayName;
|
|
|
60700
60700
|
const MQe = ({ children: e, ...t }) => /* @__PURE__ */ B(BUe, { ...t, children: [
|
|
60701
60701
|
/* @__PURE__ */ k(ET, { className: "bg-black/25" }),
|
|
60702
60702
|
/* @__PURE__ */ k(fJ, { className: "overflow-hidden p-0 shadow-lg max-w-[450px]", children: /* @__PURE__ */ k(Gs, { className: "[&_[cmdk-group-heading]]:px-[var(--space-md)] [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group-heading]]:text-[var(--color-text-tertiary)] [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-group]]:px-2 [&_[cmdk-input-wrapper]_svg]:h-4 [&_[cmdk-input-wrapper]_svg]:w-4 [&_[cmdk-input]]:h-14 [&_[cmdk-item]]:px-[var(--space-md)] [&_[cmdk-item]]:min-h-[var(--size-md)] [&_[cmdk-item]]:py-[var(--space-sm)] [&_[cmdk-item]_svg]:h-4 [&_[cmdk-item]_svg]:w-4", children: e }) })
|
|
60703
|
-
] }), Dl = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ B("div", { className: "
|
|
60704
|
-
/* @__PURE__ */
|
|
60705
|
-
|
|
60706
|
-
|
|
60707
|
-
|
|
60708
|
-
|
|
60709
|
-
|
|
60710
|
-
|
|
60711
|
-
|
|
60712
|
-
|
|
60713
|
-
|
|
60714
|
-
|
|
60715
|
-
|
|
60703
|
+
] }), Dl = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ B("div", { className: "relative", "cmdk-input-wrapper": "", children: [
|
|
60704
|
+
/* @__PURE__ */ B("div", { className: "flex items-center px-[var(--space-md)]", children: [
|
|
60705
|
+
/* @__PURE__ */ k(bl, { className: "mr-2 h-4 w-4 shrink-0 text-[var(--color-text-tertiary)]" }),
|
|
60706
|
+
/* @__PURE__ */ k(
|
|
60707
|
+
Kt.Input,
|
|
60708
|
+
{
|
|
60709
|
+
ref: n,
|
|
60710
|
+
className: P(
|
|
60711
|
+
"flex h-11 w-full rounded-md bg-transparent py-[var(--space-md)] text-body-md outline-none placeholder:text-[var(--color-text-tertiary)] disabled:cursor-not-allowed disabled:opacity-50",
|
|
60712
|
+
e
|
|
60713
|
+
),
|
|
60714
|
+
...t
|
|
60715
|
+
}
|
|
60716
|
+
)
|
|
60717
|
+
] }),
|
|
60718
|
+
/* @__PURE__ */ k("div", { className: "absolute bottom-0 left-0 right-0 h-px bg-[var(--color-border-primary-subtle)]" })
|
|
60716
60719
|
] }));
|
|
60717
60720
|
Dl.displayName = Kt.Input.displayName;
|
|
60718
60721
|
const Tl = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ k(
|
|
@@ -62141,7 +62144,7 @@ function SQe({
|
|
|
62141
62144
|
rP,
|
|
62142
62145
|
{
|
|
62143
62146
|
className: P(
|
|
62144
|
-
"w-[--radix-popover-trigger-width] min-w-[16rem] p-
|
|
62147
|
+
"w-[--radix-popover-trigger-width] min-w-[16rem] p-0",
|
|
62145
62148
|
s
|
|
62146
62149
|
),
|
|
62147
62150
|
children: /* @__PURE__ */ B(Gs, { children: [
|
|
@@ -62231,7 +62234,7 @@ function IQe({
|
|
|
62231
62234
|
rP,
|
|
62232
62235
|
{
|
|
62233
62236
|
className: P(
|
|
62234
|
-
"w-[--radix-popover-trigger-width] min-w-[16rem] p-
|
|
62237
|
+
"w-[--radix-popover-trigger-width] min-w-[16rem] p-0",
|
|
62235
62238
|
s
|
|
62236
62239
|
),
|
|
62237
62240
|
children: /* @__PURE__ */ B(Gs, { children: [
|