@ngrok/mantle 0.0.22 → 0.0.24
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-code.d.ts","sourceRoot":"","sources":["../../../../components/inline-code/src/inline-code.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD;;GAEG;AACH,QAAA,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"inline-code.d.ts","sourceRoot":"","sources":["../../../../components/inline-code/src/inline-code.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAGnD;;GAEG;AACH,QAAA,MAAM,UAAU,6HAMd,CAAC;AAGH,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -49,11 +49,11 @@ function $a4274013049f8f7f$export$a274e22fb40f762e(...inputs) {
|
|
|
49
49
|
const $70398adbd69bc3b3$var$alertVariants = (0, $hLlzK$cva)("relative flex w-full gap-1.5 rounded-md border p-2.5 text-sm", {
|
|
50
50
|
variants: {
|
|
51
51
|
priority: {
|
|
52
|
-
danger: "border-danger-
|
|
53
|
-
default: "border-neutral-
|
|
54
|
-
info: "border-accent-
|
|
55
|
-
success: "border-success-
|
|
56
|
-
warning: "border-warning-
|
|
52
|
+
danger: "border-danger-500/50 bg-danger-500/10 text-danger-700",
|
|
53
|
+
default: "border-neutral-500/50 bg-neutral-500/10 text-neutral-700",
|
|
54
|
+
info: "border-accent-500/50 bg-accent-500/10 text-accent-700",
|
|
55
|
+
success: "border-success-500/50 bg-success-500/10 text-success-700",
|
|
56
|
+
warning: "border-warning-500/50 bg-warning-500/10 text-warning-700"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
defaultVariants: {
|
|
@@ -98,7 +98,7 @@ $parcel$export($814757e656175971$exports, "anchorClassNames", function () { retu
|
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
const $d7b44a6bfb86e793$export$86577199b2baf6c3 = (className)=>(0, $a4274013049f8f7f$export$a274e22fb40f762e)("cursor-pointer rounded bg-transparent text-accent hover:underline focus:outline-none focus-visible:ring focus-visible:ring-accent", className);
|
|
101
|
+
const $d7b44a6bfb86e793$export$86577199b2baf6c3 = (className)=>(0, $a4274013049f8f7f$export$a274e22fb40f762e)("cursor-pointer rounded bg-transparent text-accent-600 hover:underline focus:outline-none focus-visible:ring focus-visible:ring-focus-accent", className);
|
|
102
102
|
/**
|
|
103
103
|
* Fundamental component for rendering links to external addresses.
|
|
104
104
|
*
|
|
@@ -128,13 +128,13 @@ $parcel$export($e4a151af04a6a62e$exports, "Button", function () { return $c2638d
|
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("items-center justify-center whitespace-nowrap rounded-md focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 aria-disabled:opacity-50 sm:text-sm", {
|
|
131
|
+
const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("items-center justify-center whitespace-nowrap rounded-md focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 aria-disabled:opacity-50 sm:text-sm gap-1", {
|
|
132
132
|
variants: {
|
|
133
133
|
appearance: {
|
|
134
|
-
outlined: "inline-flex h-11 border border-accent bg-form px-3 font-medium text-accent hover:
|
|
135
|
-
filled: "inline-flex h-11 border border-transparent bg-accent px-3 font-medium text-on-
|
|
136
|
-
ghost: "inline-flex h-11 border border-transparent px-3 font-medium text-accent hover:
|
|
137
|
-
link: "inline cursor-pointer border-transparent text-accent hover:underline focus-visible:ring-accent"
|
|
134
|
+
outlined: "inline-flex h-11 border border-accent-600 hover:border-accent-700 active:border-accent-700 bg-form px-3 font-medium text-accent-600 hover:text-accent-700 active:text-accent-700 hover:bg-accent-500/10 focus-visible:ring-focus-accent active:bg-accent-500/15 sm:h-9",
|
|
135
|
+
filled: "inline-flex h-11 border border-transparent bg-filled-accent px-3 font-medium text-on-filled hover:bg-filled-accent-hover focus-visible:border-accent-600 focus-visible:ring-focus-accent active:bg-filled-accent-active sm:h-9",
|
|
136
|
+
ghost: "inline-flex h-11 border border-transparent px-3 font-medium text-accent-600 hover:text-accent-700 active:text-accent-700 hover:bg-accent-500/10 focus-visible:ring-focus-accent active:bg-accent-500/15 sm:h-9",
|
|
137
|
+
link: "inline cursor-pointer border-transparent text-accent-600 hover:underline focus-visible:ring-focus-accent"
|
|
138
138
|
},
|
|
139
139
|
priority: {
|
|
140
140
|
default: "",
|
|
@@ -149,42 +149,42 @@ const $c2638d7be6bdca12$export$dca1ee5a936bb312 = (0, $hLlzK$cva)("items-center
|
|
|
149
149
|
{
|
|
150
150
|
appearance: "ghost",
|
|
151
151
|
priority: "danger",
|
|
152
|
-
class: "border-transparent text-danger hover:
|
|
152
|
+
class: "border-transparent text-danger-600 hover:text-danger-700 active:text-danger-700 hover:bg-danger-500/10 focus-visible:ring-focus-danger active:bg-danger-500/15"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
appearance: "outlined",
|
|
156
156
|
priority: "danger",
|
|
157
|
-
class: "border-danger bg-form text-danger hover:
|
|
157
|
+
class: "border-danger-600 hover:border-danger-700 active:border-danger-700 bg-form text-danger-600 hover:text-danger-700 active:text-danger-700 hover:bg-danger-500/10 focus-visible:ring-focus-danger active:bg-danger-500/15"
|
|
158
158
|
},
|
|
159
159
|
{
|
|
160
160
|
appearance: "filled",
|
|
161
161
|
priority: "danger",
|
|
162
|
-
class: "border-transparent bg-danger hover:bg-danger-hover focus-visible:border-danger focus-visible:ring-danger active:bg-danger-active"
|
|
162
|
+
class: "border-transparent bg-filled-danger hover:bg-filled-danger-hover focus-visible:border-danger-600 focus-visible:ring-focus-danger active:bg-filled-danger-active"
|
|
163
163
|
},
|
|
164
164
|
{
|
|
165
165
|
appearance: "link",
|
|
166
166
|
priority: "danger",
|
|
167
|
-
class: "text-danger focus-visible:ring-danger"
|
|
167
|
+
class: "text-danger-600 focus-visible:ring-focus-danger"
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
appearance: "ghost",
|
|
171
171
|
priority: "neutral",
|
|
172
|
-
class: "text-strong border-transparent hover:bg-neutral-
|
|
172
|
+
class: "text-strong border-transparent hover:bg-neutral-500/10 hover:text-strong hover:bg-neutral-500/10 active:text-strong focus-visible:ring-focus-accent active:bg-neutral-500/15"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
appearance: "outlined",
|
|
176
176
|
priority: "neutral",
|
|
177
|
-
class: "text-strong border-form bg-form hover:bg-
|
|
177
|
+
class: "text-strong border-form bg-form hover:bg-form-hover focus-visible:border-accent-600 focus-visible:active:border-accent-600 hover:border-neutral-400 active:border-neutral-400 hover:text-strong active:text-strong focus-visible:ring-focus-accent active:bg-neutral-500/10"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
appearance: "filled",
|
|
181
181
|
priority: "neutral",
|
|
182
|
-
class: "border-transparent bg-neutral hover:bg-neutral-hover focus-visible:border-neutral focus-visible:ring-neutral active:bg-neutral-active"
|
|
182
|
+
class: "border-transparent bg-filled-neutral hover:bg-filled-neutral-hover focus-visible:border-neutral-600 focus-visible:ring-focus-neutral active:bg-filled-neutral-active"
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
appearance: "link",
|
|
186
186
|
priority: "neutral",
|
|
187
|
-
class: "text-strong focus-visible:ring-accent"
|
|
187
|
+
class: "text-strong focus-visible:ring-focus-accent"
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
});
|
|
@@ -273,17 +273,17 @@ $parcel$export($cca3bc15b1a90c0f$exports, "Checkbox", function () { return $4de5
|
|
|
273
273
|
|
|
274
274
|
const $4de59be9540e7045$export$48513f6b9f8ce62d = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Root, {
|
|
275
275
|
ref: ref,
|
|
276
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("size-4 shrink-0 appearance-none rounded border border-form focus:border-accent focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-accent disabled:cursor-not-allowed disabled:opacity-50 data-state-checked:border-transparent data-state-checked:bg-accent data-state-indeterminate:border-transparent data-state-indeterminate:bg-accent", className),
|
|
276
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("size-4 shrink-0 appearance-none rounded border border-form bg-form focus:border-accent-600 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-focus-accent disabled:cursor-not-allowed disabled:opacity-50 data-state-checked:border-transparent data-state-checked:bg-filled-accent data-state-indeterminate:border-transparent data-state-indeterminate:bg-filled-accent", className),
|
|
277
277
|
...props,
|
|
278
278
|
children: [
|
|
279
279
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Indicator, {
|
|
280
|
-
className: "hidden items-center justify-center leading-none text-on-
|
|
280
|
+
className: "hidden items-center justify-center leading-none text-on-filled data-state-checked:flex",
|
|
281
281
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)($4de59be9540e7045$var$CheckedIcon, {
|
|
282
282
|
className: "size-3"
|
|
283
283
|
})
|
|
284
284
|
}),
|
|
285
285
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$Indicator, {
|
|
286
|
-
className: "hidden items-center justify-center text-on-
|
|
286
|
+
className: "hidden items-center justify-center text-on-filled data-state-indeterminate:flex",
|
|
287
287
|
children: /*#__PURE__*/ (0, $hLlzK$jsx)($4de59be9540e7045$var$IndeterminateIcon, {
|
|
288
288
|
className: "size-3"
|
|
289
289
|
})
|
|
@@ -533,7 +533,7 @@ const $3e8792480c5dc036$export$2e9b808b8155db21 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
533
533
|
]);
|
|
534
534
|
return /*#__PURE__*/ (0, $hLlzK$jsxs)("button", {
|
|
535
535
|
type: "button",
|
|
536
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("absolute right-3 top-3 z-10 flex h-7 w-7 items-center justify-center rounded border border-gray-300 bg-gray-50 shadow-[-1rem_0_0.75rem_-0.375rem_hsl(var(--gray-
|
|
536
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("absolute right-3 top-3 z-10 flex h-7 w-7 items-center justify-center rounded border border-gray-300 bg-gray-50 shadow-[-1rem_0_0.75rem_-0.375rem_hsl(var(--gray-50)),1rem_0_0_-0.25rem_hsl(var(--gray-50))] hover:border-gray-400 hover:bg-gray-200 focus-visible:border-accent-600 focus-visible:outline-none focus-visible:ring-4 focus-visible:ring-focus-accent", copied && "w-auto gap-1 border-transparent bg-filled-success pl-2 pr-1.5 text-on-filled hover:border-transparent hover:bg-filled-success focus:bg-filled-success focus-visible:border-success-600 focus-visible:ring-focus-success", className),
|
|
537
537
|
ref: ref,
|
|
538
538
|
style: style,
|
|
539
539
|
onClick: async ()=>{
|
|
@@ -579,7 +579,7 @@ const $3e8792480c5dc036$export$2e996d1cfaa94c3d = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
579
579
|
...props,
|
|
580
580
|
"aria-controls": codeId,
|
|
581
581
|
"aria-expanded": isCodeExpanded,
|
|
582
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("
|
|
582
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("flex w-full items-center justify-center gap-0.5 border-t border-gray-300 bg-gray-50 px-4 py-2 font-sans text-gray-700 hover:bg-gray-100", className),
|
|
583
583
|
ref: ref,
|
|
584
584
|
type: "button",
|
|
585
585
|
onClick: (event)=>{
|
|
@@ -763,7 +763,7 @@ const $a54417aeb05f1278$export$ed97964d1871885d = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
763
763
|
$a54417aeb05f1278$export$ed97964d1871885d.displayName = "DropdownMenuItem";
|
|
764
764
|
const $a54417aeb05f1278$export$53a69729da201fa9 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$MenuItemCheckbox, {
|
|
765
765
|
ref: ref,
|
|
766
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-strong outline-none data-disabled:pointer-events-none data-disabled:opacity-50", "data-active-item:bg-popover", "aria-checked:bg-accent aria-checked:font-medium aria-checked:text-on-
|
|
766
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-strong outline-none data-disabled:pointer-events-none data-disabled:opacity-50", "data-active-item:bg-popover", "aria-checked:bg-filled-accent aria-checked:font-medium aria-checked:text-on-filled", className),
|
|
767
767
|
...props,
|
|
768
768
|
children: [
|
|
769
769
|
children,
|
|
@@ -775,7 +775,7 @@ const $a54417aeb05f1278$export$53a69729da201fa9 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
775
775
|
$a54417aeb05f1278$export$53a69729da201fa9.displayName = "DropdownMenuCheckboxItem";
|
|
776
776
|
const $a54417aeb05f1278$export$e4f69b41b1637536 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$MenuItemRadio, {
|
|
777
777
|
ref: ref,
|
|
778
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-strong outline-none data-disabled:pointer-events-none data-disabled:opacity-50", "data-active-item:bg-popover-hover data-active-item:dark:bg-popover-hover", "aria-checked:!bg-accent aria-checked:font-medium aria-checked:text-on-
|
|
778
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex cursor-pointer select-none items-center gap-2 rounded py-1.5 pl-2 pr-9 text-sm font-normal text-strong outline-none data-disabled:pointer-events-none data-disabled:opacity-50", "data-active-item:bg-popover-hover data-active-item:dark:bg-popover-hover", "aria-checked:!bg-filled-accent aria-checked:font-medium aria-checked:text-on-filled", className),
|
|
779
779
|
...props,
|
|
780
780
|
children: [
|
|
781
781
|
children,
|
|
@@ -825,7 +825,7 @@ $parcel$export($49d620f73f88e7de$exports, "InlineCode", function () { return $be
|
|
|
825
825
|
* A component to render inline code.
|
|
826
826
|
*/ const $be9526d49a216cc9$export$7f1bf47c7f50a6aa = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)("code", {
|
|
827
827
|
ref: ref,
|
|
828
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("rounded-md border border-gray-
|
|
828
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("rounded-md border border-gray-500/30 bg-gray-500/5 px-1 py-0.5 font-mono text-[0.8em]", className),
|
|
829
829
|
...props
|
|
830
830
|
}));
|
|
831
831
|
$be9526d49a216cc9$export$7f1bf47c7f50a6aa.displayName = "InlineCode";
|
|
@@ -843,8 +843,8 @@ $parcel$export($fd39f83d90873c05$exports, "Input", function () { return $69de6bd
|
|
|
843
843
|
const $69de6bdb0e8d2083$var$inputVariants = (0, $hLlzK$cva)("flex h-11 w-full rounded-md border bg-form px-3 py-2 file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 sm:h-9 sm:text-sm", {
|
|
844
844
|
variants: {
|
|
845
845
|
state: {
|
|
846
|
-
default: "text-strong border-form placeholder:text-placeholder focus:border-accent focus:ring-accent",
|
|
847
|
-
danger: "border-danger placeholder:text-placeholder focus:border-danger focus:ring-danger"
|
|
846
|
+
default: "text-strong border-form placeholder:text-placeholder focus:border-accent-600 focus:ring-focus-accent",
|
|
847
|
+
danger: "border-danger-600 placeholder:text-placeholder focus:border-danger-600 focus:ring-focus-danger"
|
|
848
848
|
}
|
|
849
849
|
},
|
|
850
850
|
defaultVariants: {
|
|
@@ -929,8 +929,8 @@ $parcel$export($b459be25b0c516ed$exports, "PasswordInput", function () { return
|
|
|
929
929
|
const $66e13ce5ec226639$var$passwordInputVariants = (0, $hLlzK$cva)("flex h-11 w-full rounded-md border bg-white px-3 py-2 focus-within:outline-none focus-within:ring-4 disabled:pointer-events-none disabled:opacity-50 dark:bg-gray-50 sm:h-9 sm:text-sm", {
|
|
930
930
|
variants: {
|
|
931
931
|
state: {
|
|
932
|
-
default: "text-strong border-form placeholder:text-placeholder focus-within:border-accent focus-within:ring-accent",
|
|
933
|
-
danger: "border-danger focus-within:border-danger focus-within:ring-danger"
|
|
932
|
+
default: "text-strong border-form placeholder:text-placeholder focus-within:border-accent-600 focus-within:ring-focus-accent",
|
|
933
|
+
danger: "border-danger-600 focus-within:border-danger-600 focus-within:ring-focus-danger"
|
|
934
934
|
}
|
|
935
935
|
},
|
|
936
936
|
defaultVariants: {
|
|
@@ -956,7 +956,7 @@ const $66e13ce5ec226639$export$b28585a458fee016 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
956
956
|
/*#__PURE__*/ (0, $hLlzK$jsx)("button", {
|
|
957
957
|
type: "button",
|
|
958
958
|
tabIndex: -1,
|
|
959
|
-
className: "ml-1 cursor-pointer bg-inherit p-0 text-
|
|
959
|
+
className: "ml-1 cursor-pointer bg-inherit p-0 text-body hover:text-strong",
|
|
960
960
|
onClick: ()=>{
|
|
961
961
|
setShowPassword((s)=>!s);
|
|
962
962
|
},
|
|
@@ -1033,8 +1033,8 @@ const $b0b413c594e2809e$export$e288731fd71264f0 = $hLlzK$Value;
|
|
|
1033
1033
|
const $b0b413c594e2809e$var$selectTriggerVariants = (0, $hLlzK$cva)("flex h-11 w-full items-center justify-between rounded-md border border-form bg-form px-3 py-2 placeholder:text-placeholder hover:bg-form-hover focus:outline-none focus:ring-4 disabled:pointer-events-none disabled:opacity-50 aria-expanded:ring-4 sm:h-9 sm:text-sm [&>span]:line-clamp-1 [&>span]:text-left", {
|
|
1034
1034
|
variants: {
|
|
1035
1035
|
state: {
|
|
1036
|
-
danger: "border-danger focus:border-danger focus:ring-danger aria-expanded:border-danger aria-expanded:ring-danger",
|
|
1037
|
-
default: "text-strong borderpform placeholder:text-placeholder focus:border-accent focus:ring-accent aria-expanded:border-accent aria-expanded:ring-accent"
|
|
1036
|
+
danger: "border-danger-600 focus:border-danger-600 focus:ring-focus-danger aria-expanded:border-danger-600 aria-expanded:ring-focus-danger",
|
|
1037
|
+
default: "text-strong borderpform placeholder:text-placeholder focus:border-accent-600 focus:ring-focus-accent aria-expanded:border-accent-600 aria-expanded:ring-focus-accent"
|
|
1038
1038
|
}
|
|
1039
1039
|
},
|
|
1040
1040
|
defaultVariants: {
|
|
@@ -1111,7 +1111,7 @@ const $b0b413c594e2809e$export$f67338d29bd972f8 = /*#__PURE__*/ (0, $hLlzK$forwa
|
|
|
1111
1111
|
$b0b413c594e2809e$export$f67338d29bd972f8.displayName = "SelectLabel";
|
|
1112
1112
|
const $b0b413c594e2809e$export$13ef48a934230896 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ className: className, children: children, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsxs)($hLlzK$Item, {
|
|
1113
1113
|
ref: ref,
|
|
1114
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex w-full cursor-pointer select-none items-center rounded py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-popover-hover data-state-checked:bg-accent data-state-checked:text-on-
|
|
1114
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("relative flex w-full cursor-pointer select-none items-center rounded py-1.5 pl-2 pr-8 text-sm outline-none focus:bg-popover-hover data-state-checked:bg-filled-accent data-state-checked:text-on-filled data-disabled:pointer-events-none data-disabled:opacity-50", className),
|
|
1115
1115
|
...props,
|
|
1116
1116
|
children: [
|
|
1117
1117
|
/*#__PURE__*/ (0, $hLlzK$jsx)($hLlzK$ItemText, {
|
|
@@ -1343,11 +1343,11 @@ $parcel$export($28ef0f9ef87312c9$exports, "TextArea", function () { return $a690
|
|
|
1343
1343
|
|
|
1344
1344
|
|
|
1345
1345
|
|
|
1346
|
-
const $a6907629e3ef14e9$var$textAreaVariants = (0, $hLlzK$cva)("border-input flex min-h-24 w-full rounded-md border bg-
|
|
1346
|
+
const $a6907629e3ef14e9$var$textAreaVariants = (0, $hLlzK$cva)("border-input flex min-h-24 w-full rounded-md border bg-form px-3 py-[calc(theme(spacing[2.5])-1px)] focus-visible:outline-none focus-visible:ring-4 disabled:pointer-events-none disabled:opacity-50 sm:py-[calc(theme(spacing[2])-1px)] sm:text-sm data-drag-over:border-dashed data-drag-over:ring-4", {
|
|
1347
1347
|
variants: {
|
|
1348
1348
|
state: {
|
|
1349
|
-
default: "text-strong border-form placeholder:text-placeholder focus:border-accent ring-accent data-drag-over:border-accent",
|
|
1350
|
-
danger: "border-danger placeholder:text-placeholder focus:border-danger ring-danger data-drag-over:border-danger data-drag-over:border-dashed"
|
|
1349
|
+
default: "text-strong border-form placeholder:text-placeholder focus:border-accent-600 ring-focus-accent data-drag-over:border-accent-600",
|
|
1350
|
+
danger: "border-danger-600 placeholder:text-placeholder focus:border-danger-600 ring-focus-danger data-drag-over:border-danger-600 data-drag-over:border-dashed"
|
|
1351
1351
|
},
|
|
1352
1352
|
appearance: {
|
|
1353
1353
|
monospaced: "font-mono text-[0.9375rem] sm:text-[0.8125rem]"
|
|
@@ -1641,7 +1641,7 @@ const $aae96005fa706805$export$8c610744efcf8a1d = (0, $hLlzK$Trigger3);
|
|
|
1641
1641
|
const $aae96005fa706805$export$e9003e2be37ec060 = /*#__PURE__*/ (0, $hLlzK$forwardRef)(({ children: children, className: className, sideOffset: sideOffset = 4, ...props }, ref)=>/*#__PURE__*/ (0, $hLlzK$jsx)((0, $hLlzK$Content3), {
|
|
1642
1642
|
ref: ref,
|
|
1643
1643
|
sideOffset: sideOffset,
|
|
1644
|
-
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 overflow-hidden rounded-md bg-tooltip px-3 py-1.5 text-sm text-
|
|
1644
|
+
className: (0, $a4274013049f8f7f$export$a274e22fb40f762e)("z-50 overflow-hidden rounded-md bg-tooltip px-3 py-1.5 text-sm text-tooltip shadow animate-in fade-in-0 zoom-in-95 data-side-bottom:slide-in-from-top-2 data-side-left:slide-in-from-right-2 data-side-right:slide-in-from-left-2 data-side-top:slide-in-from-bottom-2 data-state-closed:animate-out data-state-closed:fade-out-0 data-state-closed:zoom-out-95", className),
|
|
1645
1645
|
...props,
|
|
1646
1646
|
children: children
|
|
1647
1647
|
}));
|