@assure-one/design-system 1.17.2 → 1.18.0
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.d.ts +64 -10
- package/dist/index.js +199 -131
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tokens/index.d.ts +40 -0
- package/dist/tokens/index.js +45 -1
- package/dist/tokens/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -201,6 +201,20 @@ var systemTokens = {
|
|
|
201
201
|
accentHover: "var(--color-accent-hover)",
|
|
202
202
|
accentActive: "var(--color-accent-active)",
|
|
203
203
|
accentRing: "var(--color-accent-ring)",
|
|
204
|
+
/* Brand — ambient product family; follows the active [data-brand] scope,
|
|
205
|
+
defaulting to Pro. Prefer these (and the generated bg-brand / text-brand
|
|
206
|
+
/ border-brand-line / text-fg-on-brand utilities) for scope-aware chrome
|
|
207
|
+
so the product never appears in a class name. */
|
|
208
|
+
brand: "var(--color-brand)",
|
|
209
|
+
brandHover: "var(--color-brand-hover)",
|
|
210
|
+
brandActive: "var(--color-brand-active)",
|
|
211
|
+
brandDisabled: "var(--color-brand-disabled)",
|
|
212
|
+
brandBg: "var(--color-brand-bg)",
|
|
213
|
+
brandBgHover: "var(--color-brand-bg-hover)",
|
|
214
|
+
brandBgActive: "var(--color-brand-bg-active)",
|
|
215
|
+
brandLine: "var(--color-brand-line)",
|
|
216
|
+
brandRing: "var(--color-brand-ring)",
|
|
217
|
+
fgOnBrand: "var(--color-fg-on-brand)",
|
|
204
218
|
/* Pro (purple) */
|
|
205
219
|
proBg: "var(--color-pro-bg)",
|
|
206
220
|
proBgHover: "var(--color-pro-bg-hover)",
|
|
@@ -211,9 +225,39 @@ var systemTokens = {
|
|
|
211
225
|
proDisabled: "var(--color-pro-disabled)",
|
|
212
226
|
proLine: "var(--color-pro-line)",
|
|
213
227
|
proRing: "var(--color-pro-ring)",
|
|
214
|
-
|
|
228
|
+
auditFg: "var(--color-audit-fg)",
|
|
229
|
+
auditHover: "var(--color-audit-hover)",
|
|
230
|
+
auditActive: "var(--color-audit-active)",
|
|
231
|
+
auditDisabled: "var(--color-audit-disabled)",
|
|
232
|
+
auditBg: "var(--color-audit-bg)",
|
|
233
|
+
auditBgHover: "var(--color-audit-bg-hover)",
|
|
234
|
+
auditBgActive: "var(--color-audit-bg-active)",
|
|
235
|
+
auditLine: "var(--color-audit-line)",
|
|
236
|
+
auditRing: "var(--color-audit-ring)",
|
|
237
|
+
booksFg: "var(--color-books-fg)",
|
|
238
|
+
booksHover: "var(--color-books-hover)",
|
|
239
|
+
booksActive: "var(--color-books-active)",
|
|
240
|
+
booksDisabled: "var(--color-books-disabled)",
|
|
241
|
+
booksBg: "var(--color-books-bg)",
|
|
242
|
+
booksBgHover: "var(--color-books-bg-hover)",
|
|
243
|
+
booksBgActive: "var(--color-books-bg-active)",
|
|
244
|
+
booksLine: "var(--color-books-line)",
|
|
245
|
+
booksRing: "var(--color-books-ring)",
|
|
246
|
+
taxFg: "var(--color-tax-fg)",
|
|
247
|
+
taxHover: "var(--color-tax-hover)",
|
|
248
|
+
taxActive: "var(--color-tax-active)",
|
|
249
|
+
taxDisabled: "var(--color-tax-disabled)",
|
|
250
|
+
taxBg: "var(--color-tax-bg)",
|
|
251
|
+
taxBgHover: "var(--color-tax-bg-hover)",
|
|
252
|
+
taxBgActive: "var(--color-tax-bg-active)",
|
|
253
|
+
taxLine: "var(--color-tax-line)",
|
|
254
|
+
taxRing: "var(--color-tax-ring)",
|
|
255
|
+
/* On-brand — text/icon color on a filled brand/product surface */
|
|
215
256
|
fgOnAccent: "var(--color-fg-on-accent)",
|
|
216
257
|
fgOnPro: "var(--color-fg-on-pro)",
|
|
258
|
+
fgOnAudit: "var(--color-fg-on-audit)",
|
|
259
|
+
fgOnBooks: "var(--color-fg-on-books)",
|
|
260
|
+
fgOnTax: "var(--color-fg-on-tax)",
|
|
217
261
|
/* Disabled */
|
|
218
262
|
fgDisabled: "var(--color-fg-disabled)",
|
|
219
263
|
bgDisabled: "var(--color-bg-disabled)",
|
|
@@ -2742,7 +2786,7 @@ var buttonVariants = cva(
|
|
|
2742
2786
|
{
|
|
2743
2787
|
variants: {
|
|
2744
2788
|
variant: {
|
|
2745
|
-
primary: "bg-
|
|
2789
|
+
primary: "bg-brand text-fg-on-brand hover:bg-brand-hover active:bg-brand-active",
|
|
2746
2790
|
secondary: "bg-control-secondary-bg text-control-fg border border-control-border hover:bg-control-active-bg hover:border-control-border-strong",
|
|
2747
2791
|
destructive: "bg-danger-fg text-fg-on-danger hover:bg-danger-fg-hover active:bg-danger-fg-active",
|
|
2748
2792
|
success: "bg-success-fg text-fg-on-success hover:bg-success-fg-hover active:bg-success-fg-active",
|
|
@@ -2926,13 +2970,13 @@ var AttachmentChip = forwardRef(
|
|
|
2926
2970
|
function AttachmentChip2({ name, fileType, meta, onView, onDownload, href, variant, className, ...props }, ref) {
|
|
2927
2971
|
const resolvedType = fileType ?? deriveFileType(name);
|
|
2928
2972
|
const onAccent = variant === "onAccent";
|
|
2929
|
-
const actionClassName = onAccent ? "text-fg-on-
|
|
2973
|
+
const actionClassName = onAccent ? "text-fg-on-brand hover:bg-white/20 hover:text-fg-on-brand" : void 0;
|
|
2930
2974
|
const showView = Boolean(onView) || Boolean(href);
|
|
2931
2975
|
return /* @__PURE__ */ jsxs("div", { ref, className: cn(attachmentChipVariants({ variant }), className), ...props, children: [
|
|
2932
2976
|
/* @__PURE__ */ jsx(FileTypeBadge, { format: resolvedType, size: "md", className: "shrink-0" }),
|
|
2933
2977
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
2934
|
-
/* @__PURE__ */ jsx("p", { className: cn("truncate text-sm font-medium", onAccent ? "text-fg-on-
|
|
2935
|
-
meta && /* @__PURE__ */ jsx("p", { className: cn("truncate text-xs", onAccent ? "text-fg-on-
|
|
2978
|
+
/* @__PURE__ */ jsx("p", { className: cn("truncate text-sm font-medium", onAccent ? "text-fg-on-brand" : "text-fg"), children: name }),
|
|
2979
|
+
meta && /* @__PURE__ */ jsx("p", { className: cn("truncate text-xs", onAccent ? "text-fg-on-brand/75" : "text-fg-3"), children: meta })
|
|
2936
2980
|
] }),
|
|
2937
2981
|
(showView || onDownload) && /* @__PURE__ */ jsxs("div", { className: "flex shrink-0 items-center gap-0.5", children: [
|
|
2938
2982
|
showView && (onView ? /* @__PURE__ */ jsx(
|
|
@@ -3071,7 +3115,7 @@ var badgeVariants = cva(
|
|
|
3071
3115
|
{
|
|
3072
3116
|
variants: {
|
|
3073
3117
|
variant: {
|
|
3074
|
-
default: "bg-
|
|
3118
|
+
default: "bg-brand text-fg-on-brand border-transparent",
|
|
3075
3119
|
secondary: "bg-bg-2 text-fg-3 border-rule",
|
|
3076
3120
|
destructive: "bg-danger-bg text-danger-fg border-danger-line",
|
|
3077
3121
|
success: "bg-success-bg text-success-fg border-success-line",
|
|
@@ -3240,7 +3284,7 @@ var BreadcrumbSeparator = forwardRef(
|
|
|
3240
3284
|
);
|
|
3241
3285
|
BreadcrumbSeparator.displayName = "BreadcrumbSeparator";
|
|
3242
3286
|
var HIGHLIGHT_COLORS = {
|
|
3243
|
-
primary: "after:bg-
|
|
3287
|
+
primary: "after:bg-brand",
|
|
3244
3288
|
success: "after:bg-success-fg",
|
|
3245
3289
|
warning: "after:bg-warning-fg",
|
|
3246
3290
|
destructive: "after:bg-danger-fg"
|
|
@@ -3319,7 +3363,7 @@ function Calendar({
|
|
|
3319
3363
|
"disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-fg-disabled"
|
|
3320
3364
|
),
|
|
3321
3365
|
today: "[&_button]:font-semibold [&_button]:text-accent",
|
|
3322
|
-
selected: "[&_button]:bg-
|
|
3366
|
+
selected: "[&_button]:bg-brand [&_button]:text-fg-on-brand [&_button]:hover:bg-brand-hover [&_button]:focus-visible:bg-brand",
|
|
3323
3367
|
outside: "[&_button]:text-fg-4",
|
|
3324
3368
|
disabled: "[&_button]:text-fg-disabled",
|
|
3325
3369
|
hidden: "invisible",
|
|
@@ -3460,13 +3504,13 @@ var Checkbox = React38.forwardRef(function Checkbox2({
|
|
|
3460
3504
|
checked: resolvedChecked,
|
|
3461
3505
|
defaultChecked,
|
|
3462
3506
|
className: cn(
|
|
3463
|
-
"peer border-rule-strong bg-surface text-
|
|
3507
|
+
"peer border-rule-strong bg-surface text-brand flex size-4 shrink-0 items-center justify-center border",
|
|
3464
3508
|
shape === "circle" ? "rounded-full" : "rounded-[4px]",
|
|
3465
3509
|
"transition-[color,background-color,border-color,box-shadow] duration-[var(--duration-fast)]",
|
|
3466
3510
|
"hover:border-fg-4",
|
|
3467
3511
|
"focus-visible:[border-color:var(--focus-ring-border)] focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
3468
|
-
"data-[state=checked]:border-
|
|
3469
|
-
"data-[state=indeterminate]:border-
|
|
3512
|
+
"data-[state=checked]:border-brand data-[state=checked]:bg-brand-bg",
|
|
3513
|
+
"data-[state=indeterminate]:border-brand data-[state=indeterminate]:bg-brand-bg",
|
|
3470
3514
|
"disabled:bg-bg-disabled disabled:border-rule disabled:text-fg-disabled disabled:cursor-not-allowed",
|
|
3471
3515
|
"aria-[invalid=true]:border-danger-line",
|
|
3472
3516
|
className
|
|
@@ -3594,7 +3638,7 @@ var SelectItem = React38.forwardRef(({ className, children, ...props }, ref) =>
|
|
|
3594
3638
|
"rounded-pill relative flex w-full cursor-default items-center gap-2 py-1.5 pr-8 pl-2 text-[13px] outline-none select-none",
|
|
3595
3639
|
"text-fg-2 transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
3596
3640
|
"focus:bg-bg-2 focus:text-fg",
|
|
3597
|
-
"data-[state=checked]:bg-
|
|
3641
|
+
"data-[state=checked]:bg-brand-bg data-[state=checked]:text-brand",
|
|
3598
3642
|
"data-[disabled]:text-fg-disabled data-[disabled]:pointer-events-none",
|
|
3599
3643
|
"[&_svg]:size-4 [&_svg]:shrink-0",
|
|
3600
3644
|
className
|
|
@@ -3743,13 +3787,13 @@ var ComingSoon = forwardRef(function ComingSoon2({ icon, title, description, fea
|
|
|
3743
3787
|
"bg-surface shadow-quiet p-10 text-center"
|
|
3744
3788
|
),
|
|
3745
3789
|
children: [
|
|
3746
|
-
/* @__PURE__ */ jsx("div", { className: "text-
|
|
3790
|
+
/* @__PURE__ */ jsx("div", { className: "text-brand mb-5 font-mono text-[11px] font-normal tracking-[0.14em] uppercase", children: "Coming soon" }),
|
|
3747
3791
|
/* @__PURE__ */ jsx(
|
|
3748
3792
|
"div",
|
|
3749
3793
|
{
|
|
3750
3794
|
className: cn(
|
|
3751
3795
|
"mx-auto mb-4 flex size-12 items-center justify-center",
|
|
3752
|
-
"rounded-icon bg-
|
|
3796
|
+
"rounded-icon bg-brand-bg text-brand [&>svg]:size-6"
|
|
3753
3797
|
),
|
|
3754
3798
|
children: icon
|
|
3755
3799
|
}
|
|
@@ -3773,7 +3817,7 @@ var ComingSoon = forwardRef(function ComingSoon2({ icon, title, description, fea
|
|
|
3773
3817
|
className: cn(
|
|
3774
3818
|
"rounded-pill inline-flex items-center border px-2.5 py-0.5",
|
|
3775
3819
|
"text-xs font-medium",
|
|
3776
|
-
"bg-
|
|
3820
|
+
"bg-brand-bg text-brand border-[color:var(--color-brand-bg-active)]"
|
|
3777
3821
|
),
|
|
3778
3822
|
children: "In Development"
|
|
3779
3823
|
}
|
|
@@ -4014,7 +4058,7 @@ function CommandPalette({
|
|
|
4014
4058
|
{
|
|
4015
4059
|
className: cn(
|
|
4016
4060
|
"rounded-icon flex size-8 shrink-0 items-center justify-center",
|
|
4017
|
-
item.group === "Create" ? "bg-
|
|
4061
|
+
item.group === "Create" ? "bg-brand-bg text-brand" : "bg-bg-2 text-fg-3"
|
|
4018
4062
|
),
|
|
4019
4063
|
"aria-hidden": "true",
|
|
4020
4064
|
children: item.icon
|
|
@@ -4117,7 +4161,7 @@ function ConfirmActionButton({
|
|
|
4117
4161
|
disabled: pending,
|
|
4118
4162
|
onClick: handleConfirm,
|
|
4119
4163
|
className: cn(
|
|
4120
|
-
!destructive && "bg-
|
|
4164
|
+
!destructive && "bg-brand text-fg-on-brand hover:bg-brand-hover active:bg-brand-active"
|
|
4121
4165
|
),
|
|
4122
4166
|
children: pending && pendingLabel != null ? pendingLabel : confirmLabel
|
|
4123
4167
|
}
|
|
@@ -4457,7 +4501,7 @@ function YearGrid({ selected, onSelect, minYear, maxYear, formatLabel, autoFocus
|
|
|
4457
4501
|
"focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)]",
|
|
4458
4502
|
"disabled:text-fg-disabled disabled:pointer-events-none disabled:cursor-not-allowed",
|
|
4459
4503
|
isToday && !isSelected && "text-accent font-semibold",
|
|
4460
|
-
isSelected && "bg-
|
|
4504
|
+
isSelected && "bg-brand text-fg-on-brand hover:bg-brand-hover focus-visible:bg-brand"
|
|
4461
4505
|
),
|
|
4462
4506
|
children: formatLabel ? formatLabel(year) : year
|
|
4463
4507
|
},
|
|
@@ -4863,9 +4907,9 @@ var DateRangePicker = forwardRef(
|
|
|
4863
4907
|
"disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-fg-disabled"
|
|
4864
4908
|
),
|
|
4865
4909
|
today: "[&_button]:font-semibold [&_button]:text-accent",
|
|
4866
|
-
range_start: "[&_button]:bg-
|
|
4867
|
-
range_end: "[&_button]:bg-
|
|
4868
|
-
range_middle: "[&_button]:bg-
|
|
4910
|
+
range_start: "[&_button]:bg-brand [&_button]:text-fg-on-brand [&_button]:hover:bg-brand-hover rounded-l-input",
|
|
4911
|
+
range_end: "[&_button]:bg-brand [&_button]:text-fg-on-brand [&_button]:hover:bg-brand-hover rounded-r-input",
|
|
4912
|
+
range_middle: "[&_button]:bg-brand-bg [&_button]:text-brand [&_button]:hover:bg-brand-bg-hover [&_button]:rounded-none",
|
|
4869
4913
|
outside: "[&_button]:text-fg-5",
|
|
4870
4914
|
disabled: "[&_button]:text-fg-disabled",
|
|
4871
4915
|
hidden: "invisible"
|
|
@@ -4925,7 +4969,7 @@ var sourceMap = {
|
|
|
4925
4969
|
requested: {
|
|
4926
4970
|
label: "Requested",
|
|
4927
4971
|
Icon: SendIcon,
|
|
4928
|
-
className: "border-transparent bg-
|
|
4972
|
+
className: "border-transparent bg-brand-bg text-brand"
|
|
4929
4973
|
},
|
|
4930
4974
|
direct: {
|
|
4931
4975
|
label: "Direct upload",
|
|
@@ -5388,9 +5432,9 @@ function FileUpload({
|
|
|
5388
5432
|
"transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
5389
5433
|
"motion-reduce:transition-none",
|
|
5390
5434
|
// Hover (when not disabled)
|
|
5391
|
-
!disabled && "hover:border-
|
|
5435
|
+
!disabled && "hover:border-brand-line hover:bg-brand-bg/40",
|
|
5392
5436
|
// Drag-over → Pro purple highlight
|
|
5393
|
-
isDragOver && "border-
|
|
5437
|
+
isDragOver && "border-brand-line bg-brand-bg",
|
|
5394
5438
|
disabled && "border-rule bg-bg-disabled text-fg-disabled cursor-not-allowed",
|
|
5395
5439
|
!disabled && "cursor-pointer"
|
|
5396
5440
|
),
|
|
@@ -5418,7 +5462,7 @@ function FileUpload({
|
|
|
5418
5462
|
{
|
|
5419
5463
|
className: cn(
|
|
5420
5464
|
"rounded-icon flex size-10 items-center justify-center transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
5421
|
-
isDragOver ? "bg-
|
|
5465
|
+
isDragOver ? "bg-brand text-fg-on-brand" : "bg-brand-bg text-brand"
|
|
5422
5466
|
),
|
|
5423
5467
|
"aria-hidden": "true",
|
|
5424
5468
|
children: /* @__PURE__ */ jsx(UploadIcon, { className: "size-5" })
|
|
@@ -6028,7 +6072,7 @@ function MultiFilterPill({
|
|
|
6028
6072
|
className: cn(
|
|
6029
6073
|
"rounded-pill font-body inline-flex items-center border font-medium",
|
|
6030
6074
|
TRIGGER_SIZE[size],
|
|
6031
|
-
"border-
|
|
6075
|
+
"border-brand-line bg-brand-bg text-brand hover:bg-brand-bg-hover",
|
|
6032
6076
|
"transition-[color,background-color,border-color,box-shadow] duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
6033
6077
|
"motion-reduce:transition-none"
|
|
6034
6078
|
),
|
|
@@ -6053,10 +6097,10 @@ function MultiFilterPill({
|
|
|
6053
6097
|
onClick: onClear,
|
|
6054
6098
|
className: cn(
|
|
6055
6099
|
"ml-0.5 inline-flex size-4 items-center justify-center rounded-full",
|
|
6056
|
-
"text-
|
|
6100
|
+
"text-brand transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
6057
6101
|
"motion-reduce:transition-none",
|
|
6058
|
-
"hover:bg-
|
|
6059
|
-
"focus-visible:bg-
|
|
6102
|
+
"hover:bg-brand-bg-active",
|
|
6103
|
+
"focus-visible:bg-brand-bg-active focus-visible:outline-none"
|
|
6060
6104
|
),
|
|
6061
6105
|
"aria-label": `Clear ${label} filter`,
|
|
6062
6106
|
children: /* @__PURE__ */ jsx(XIcon, { className: "size-3", "aria-hidden": "true" })
|
|
@@ -6117,7 +6161,7 @@ function MultiFilterPill({
|
|
|
6117
6161
|
{
|
|
6118
6162
|
className: cn(
|
|
6119
6163
|
"flex size-4 shrink-0 items-center justify-center rounded-[3px] border transition-colors duration-[var(--duration-fast)] motion-reduce:transition-none",
|
|
6120
|
-
isSelected ? "border-
|
|
6164
|
+
isSelected ? "border-brand bg-brand text-fg-on-brand" : "border-rule-strong bg-surface"
|
|
6121
6165
|
),
|
|
6122
6166
|
"aria-hidden": "true",
|
|
6123
6167
|
children: isSelected && /* @__PURE__ */ jsx(CheckIcon, { className: "size-3" })
|
|
@@ -6208,7 +6252,7 @@ function MultiSelectField({
|
|
|
6208
6252
|
"motion-reduce:transition-none",
|
|
6209
6253
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
6210
6254
|
size === "sm" ? "px-2.5 py-0.5 text-xs" : "px-3 py-1 text-xs",
|
|
6211
|
-
isSelected ? "border-
|
|
6255
|
+
isSelected ? "border-brand-line bg-brand-bg text-brand hover:bg-brand-bg-hover" : "border-rule-strong bg-surface text-fg-2 hover:bg-bg-2 hover:text-fg"
|
|
6212
6256
|
),
|
|
6213
6257
|
children: option
|
|
6214
6258
|
},
|
|
@@ -7081,7 +7125,7 @@ var progressBarVariants = cva(
|
|
|
7081
7125
|
{
|
|
7082
7126
|
variants: {
|
|
7083
7127
|
variant: {
|
|
7084
|
-
default: "bg-
|
|
7128
|
+
default: "bg-brand",
|
|
7085
7129
|
success: "bg-success-fg",
|
|
7086
7130
|
warning: "bg-warning-fg",
|
|
7087
7131
|
destructive: "bg-danger-fg",
|
|
@@ -7138,7 +7182,7 @@ var progressRingVariants = cva(
|
|
|
7138
7182
|
{
|
|
7139
7183
|
variants: {
|
|
7140
7184
|
variant: {
|
|
7141
|
-
default: "text-
|
|
7185
|
+
default: "text-brand",
|
|
7142
7186
|
success: "text-success-fg",
|
|
7143
7187
|
warning: "text-warning-fg",
|
|
7144
7188
|
destructive: "text-danger-fg",
|
|
@@ -7218,17 +7262,17 @@ var RadioGroupItem = React38.forwardRef(function RadioGroupItem2({ className, la
|
|
|
7218
7262
|
ref,
|
|
7219
7263
|
id,
|
|
7220
7264
|
className: cn(
|
|
7221
|
-
"peer border-rule-strong bg-surface text-
|
|
7265
|
+
"peer border-rule-strong bg-surface text-brand aspect-square size-4 shrink-0 rounded-full border",
|
|
7222
7266
|
"transition-[color,background-color,border-color,box-shadow] duration-[var(--duration-fast)]",
|
|
7223
7267
|
"hover:border-fg-4",
|
|
7224
7268
|
"focus-visible:[border-color:var(--focus-ring-border)] focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
7225
|
-
"data-[state=checked]:border-
|
|
7269
|
+
"data-[state=checked]:border-brand",
|
|
7226
7270
|
"disabled:bg-bg-disabled disabled:border-rule disabled:cursor-not-allowed",
|
|
7227
7271
|
"aria-[invalid=true]:border-danger-line",
|
|
7228
7272
|
className
|
|
7229
7273
|
),
|
|
7230
7274
|
...props,
|
|
7231
|
-
children: /* @__PURE__ */ jsx(RadioGroupPrimitive.Indicator, { className: "flex items-center justify-center", children: /* @__PURE__ */ jsx(CircleIcon, { className: "fill-
|
|
7275
|
+
children: /* @__PURE__ */ jsx(RadioGroupPrimitive.Indicator, { className: "flex items-center justify-center", children: /* @__PURE__ */ jsx(CircleIcon, { className: "fill-brand text-brand size-2", "aria-hidden": "true" }) })
|
|
7232
7276
|
}
|
|
7233
7277
|
);
|
|
7234
7278
|
if (!label) return root;
|
|
@@ -7842,7 +7886,7 @@ function SearchSelect({
|
|
|
7842
7886
|
"rounded-input border-rule-strong bg-surface relative flex h-9 w-full items-center border outline-none",
|
|
7843
7887
|
"transition-[color,background-color,border-color] duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
7844
7888
|
"motion-reduce:transition-none",
|
|
7845
|
-
"focus-within:[outline:1px_solid_var(--color-
|
|
7889
|
+
"focus-within:[outline:1px_solid_var(--color-brand)] focus-within:[outline-offset:-1px]",
|
|
7846
7890
|
showValue && "hover:bg-bg-2 gap-2 pr-2 pl-3",
|
|
7847
7891
|
disabled && "bg-bg-disabled cursor-not-allowed"
|
|
7848
7892
|
),
|
|
@@ -7981,7 +8025,7 @@ function SearchSelect({
|
|
|
7981
8025
|
className: cn(
|
|
7982
8026
|
"rounded-pill px-2.5 py-0.5 text-[12px] font-medium",
|
|
7983
8027
|
"transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
7984
|
-
active ? "bg-
|
|
8028
|
+
active ? "bg-brand text-fg-on-brand" : "border-rule text-fg-2 hover:bg-bg-2 border bg-transparent"
|
|
7985
8029
|
),
|
|
7986
8030
|
children: chip ?? "All"
|
|
7987
8031
|
},
|
|
@@ -8070,9 +8114,9 @@ function SearchSelect({
|
|
|
8070
8114
|
onSelect: handleCreate,
|
|
8071
8115
|
className: cn(
|
|
8072
8116
|
"rounded-pill flex cursor-default items-center gap-2 px-2 py-1.5 text-[13px] outline-none select-none",
|
|
8073
|
-
"text-
|
|
8117
|
+
"text-brand transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
8074
8118
|
"motion-reduce:transition-none",
|
|
8075
|
-
"data-[selected=true]:bg-
|
|
8119
|
+
"data-[selected=true]:bg-brand-bg"
|
|
8076
8120
|
),
|
|
8077
8121
|
children: [
|
|
8078
8122
|
/* @__PURE__ */ jsx(PlusIcon, { className: "size-4 shrink-0", "aria-hidden": "true" }),
|
|
@@ -8098,10 +8142,10 @@ function SearchSelect({
|
|
|
8098
8142
|
setOpen(false);
|
|
8099
8143
|
},
|
|
8100
8144
|
className: cn(
|
|
8101
|
-
"border-rule text-
|
|
8145
|
+
"border-rule text-brand flex w-full shrink-0 items-center gap-2 border-t px-3 py-2.5 text-[13px] font-medium",
|
|
8102
8146
|
"transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
8103
8147
|
"motion-reduce:transition-none",
|
|
8104
|
-
"hover:bg-
|
|
8148
|
+
"hover:bg-brand-bg",
|
|
8105
8149
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none"
|
|
8106
8150
|
),
|
|
8107
8151
|
children: [
|
|
@@ -8190,7 +8234,7 @@ var SectionHead = forwardRef(function SectionHead2({ eyebrow, title, meta, class
|
|
|
8190
8234
|
});
|
|
8191
8235
|
SectionHead.displayName = "SectionHead";
|
|
8192
8236
|
var toneFill = {
|
|
8193
|
-
default: "var(--color-
|
|
8237
|
+
default: "var(--color-brand)",
|
|
8194
8238
|
success: "var(--color-success-fg)",
|
|
8195
8239
|
warning: "var(--color-warning-fg)",
|
|
8196
8240
|
destructive: "var(--color-danger-fg)",
|
|
@@ -8402,12 +8446,12 @@ var Slider = React38.forwardRef(
|
|
|
8402
8446
|
),
|
|
8403
8447
|
...props,
|
|
8404
8448
|
children: [
|
|
8405
|
-
/* @__PURE__ */ jsx(SliderPrimitive.Track, { className: "bg-bg-3 data-[disabled]:bg-bg-disabled relative h-1.5 w-full grow overflow-hidden rounded-full", children: /* @__PURE__ */ jsx(SliderPrimitive.Range, { className: "bg-
|
|
8449
|
+
/* @__PURE__ */ jsx(SliderPrimitive.Track, { className: "bg-bg-3 data-[disabled]:bg-bg-disabled relative h-1.5 w-full grow overflow-hidden rounded-full", children: /* @__PURE__ */ jsx(SliderPrimitive.Range, { className: "bg-brand data-[disabled]:bg-fg-disabled absolute h-full" }) }),
|
|
8406
8450
|
/* @__PURE__ */ jsx(
|
|
8407
8451
|
SliderPrimitive.Thumb,
|
|
8408
8452
|
{
|
|
8409
8453
|
className: cn(
|
|
8410
|
-
"border-
|
|
8454
|
+
"border-brand bg-surface shadow-quiet block size-4 rounded-full border",
|
|
8411
8455
|
"transition-[box-shadow,transform] duration-[var(--duration-fast)] ease-[var(--ease-out-quart)]",
|
|
8412
8456
|
"motion-reduce:transition-none",
|
|
8413
8457
|
"hover:scale-105",
|
|
@@ -9109,7 +9153,7 @@ var Stepper = forwardRef(function Stepper2({ steps, currentStep, orientation = "
|
|
|
9109
9153
|
"flex size-7 shrink-0 items-center justify-center rounded-full border text-xs font-medium tabular-nums",
|
|
9110
9154
|
"transition-colors duration-[var(--duration-overlay)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
9111
9155
|
isCompleted && "bg-success-bg text-success-fg border-success-line",
|
|
9112
|
-
isActive && "bg-
|
|
9156
|
+
isActive && "bg-brand text-fg-on-brand border-brand shadow-quiet",
|
|
9113
9157
|
!isCompleted && !isActive && "bg-surface text-fg-4 border-rule"
|
|
9114
9158
|
),
|
|
9115
9159
|
"aria-current": isActive ? "step" : void 0,
|
|
@@ -9301,7 +9345,7 @@ var switchVariants = cva(
|
|
|
9301
9345
|
"motion-reduce:transition-none",
|
|
9302
9346
|
"focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)]",
|
|
9303
9347
|
"disabled:cursor-not-allowed",
|
|
9304
|
-
"data-[state=checked]:bg-
|
|
9348
|
+
"data-[state=checked]:bg-brand data-[state=unchecked]:bg-bg-3",
|
|
9305
9349
|
// §5.17: disabled is signalled via the disabled token swap on the
|
|
9306
9350
|
// track itself; the thumb borrows fg-disabled. No opacity.
|
|
9307
9351
|
"data-[disabled]:data-[state=checked]:bg-fg-disabled",
|
|
@@ -9420,7 +9464,7 @@ var TableRow = forwardRef(function TableRow2({ className, ...props }, ref) {
|
|
|
9420
9464
|
"border-rule-soft border-b transition-colors duration-[var(--duration-instant)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
9421
9465
|
// G15 compound: selected wins over hover; selected+hover uses the
|
|
9422
9466
|
// Pro hover tint (not bg-bg-2, which would fight the selection).
|
|
9423
|
-
"data-[state=selected]:bg-
|
|
9467
|
+
"data-[state=selected]:bg-brand-bg data-[state=selected]:hover:bg-brand-bg-hover",
|
|
9424
9468
|
"[&:not([data-state=selected])]:hover:bg-bg-2",
|
|
9425
9469
|
className
|
|
9426
9470
|
),
|
|
@@ -9514,7 +9558,7 @@ var triggerVariants = cva(
|
|
|
9514
9558
|
),
|
|
9515
9559
|
pill: cn(
|
|
9516
9560
|
"rounded-pill px-3 py-1.5",
|
|
9517
|
-
"data-[state=active]:bg-
|
|
9561
|
+
"data-[state=active]:bg-brand-bg data-[state=active]:text-brand"
|
|
9518
9562
|
)
|
|
9519
9563
|
}
|
|
9520
9564
|
},
|
|
@@ -9782,10 +9826,10 @@ function ToastProvider({ children }) {
|
|
|
9782
9826
|
}
|
|
9783
9827
|
var variantConfig = {
|
|
9784
9828
|
default: {
|
|
9785
|
-
chip: "bg-
|
|
9786
|
-
icon: "text-
|
|
9787
|
-
stroke: "stroke-
|
|
9788
|
-
ring: "ring-
|
|
9829
|
+
chip: "bg-brand-bg",
|
|
9830
|
+
icon: "text-brand",
|
|
9831
|
+
stroke: "stroke-brand",
|
|
9832
|
+
ring: "ring-brand/15",
|
|
9789
9833
|
Icon: InfoCircleSolidIcon
|
|
9790
9834
|
},
|
|
9791
9835
|
success: {
|
|
@@ -9817,10 +9861,10 @@ var variantConfig = {
|
|
|
9817
9861
|
Icon: InfoCircleSolidIcon
|
|
9818
9862
|
},
|
|
9819
9863
|
loading: {
|
|
9820
|
-
chip: "bg-
|
|
9821
|
-
icon: "text-
|
|
9822
|
-
stroke: "stroke-
|
|
9823
|
-
ring: "ring-
|
|
9864
|
+
chip: "bg-brand-bg",
|
|
9865
|
+
icon: "text-brand",
|
|
9866
|
+
stroke: "stroke-brand",
|
|
9867
|
+
ring: "ring-brand/15",
|
|
9824
9868
|
Icon: LoaderIcon,
|
|
9825
9869
|
spin: true
|
|
9826
9870
|
}
|
|
@@ -9958,7 +10002,7 @@ function ToastItem({ toast, onDismiss }) {
|
|
|
9958
10002
|
close();
|
|
9959
10003
|
},
|
|
9960
10004
|
className: cn(
|
|
9961
|
-
"text-
|
|
10005
|
+
"text-brand mt-2 text-sm font-semibold",
|
|
9962
10006
|
"transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] hover:underline motion-reduce:transition-none",
|
|
9963
10007
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] rounded-sm focus-visible:outline-none"
|
|
9964
10008
|
),
|
|
@@ -10039,7 +10083,7 @@ var itemVariants = cva(
|
|
|
10039
10083
|
"hover:bg-bg-2 hover:text-fg",
|
|
10040
10084
|
"focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)]",
|
|
10041
10085
|
"disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-bg-disabled disabled:text-fg-disabled",
|
|
10042
|
-
"data-[state=on]:bg-
|
|
10086
|
+
"data-[state=on]:bg-brand-bg data-[state=on]:text-brand"
|
|
10043
10087
|
),
|
|
10044
10088
|
{
|
|
10045
10089
|
variants: {
|
|
@@ -11111,7 +11155,7 @@ var statusLabel = {
|
|
|
11111
11155
|
};
|
|
11112
11156
|
var statusClassName = {
|
|
11113
11157
|
"not-started": "bg-surface-2 text-fg-3 border-rule",
|
|
11114
|
-
"in-progress": "bg-
|
|
11158
|
+
"in-progress": "bg-brand-bg text-brand border-brand-line",
|
|
11115
11159
|
complete: "bg-success-bg text-success-fg border-success-line",
|
|
11116
11160
|
"needs-review": "bg-warning-bg text-warning-fg border-warning-line"
|
|
11117
11161
|
};
|
|
@@ -11185,12 +11229,12 @@ var QuestionnairePanel = forwardRef(
|
|
|
11185
11229
|
onClick: () => toggleGroup(group.id),
|
|
11186
11230
|
"aria-expanded": isOpen,
|
|
11187
11231
|
className: cn(
|
|
11188
|
-
"text-
|
|
11189
|
-
"hover:bg-
|
|
11232
|
+
"text-brand flex h-8 w-full items-center gap-2 px-4 text-left text-[11px] font-bold tracking-[0.08em] uppercase",
|
|
11233
|
+
"hover:bg-brand-bg/50 transition-colors duration-[var(--duration-fast)]",
|
|
11190
11234
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none"
|
|
11191
11235
|
),
|
|
11192
11236
|
children: [
|
|
11193
|
-
/* @__PURE__ */ jsx("span", { className: "text-
|
|
11237
|
+
/* @__PURE__ */ jsx("span", { className: "text-brand flex size-4 shrink-0 items-center justify-center", children: group.icon ?? /* @__PURE__ */ jsx(ListChecksIcon, { size: 14, "aria-hidden": "true" }) }),
|
|
11194
11238
|
/* @__PURE__ */ jsx("span", { className: "min-w-0 flex-1 truncate", children: group.title }),
|
|
11195
11239
|
hasSections && /* @__PURE__ */ jsx(
|
|
11196
11240
|
ChevronDownIcon,
|
|
@@ -11198,7 +11242,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11198
11242
|
size: 13,
|
|
11199
11243
|
"aria-hidden": "true",
|
|
11200
11244
|
className: cn(
|
|
11201
|
-
"text-
|
|
11245
|
+
"text-brand transition-transform duration-[var(--duration-fast)]",
|
|
11202
11246
|
!isOpen && "-rotate-90"
|
|
11203
11247
|
)
|
|
11204
11248
|
}
|
|
@@ -11220,7 +11264,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11220
11264
|
"text-fg-2 transition-colors duration-[var(--duration-fast)]",
|
|
11221
11265
|
"hover:bg-bg-2 hover:text-fg",
|
|
11222
11266
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
11223
|
-
selected && "bg-
|
|
11267
|
+
selected && "bg-brand-bg text-brand font-semibold"
|
|
11224
11268
|
),
|
|
11225
11269
|
children: [
|
|
11226
11270
|
/* @__PURE__ */ jsx(
|
|
@@ -11228,7 +11272,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11228
11272
|
{
|
|
11229
11273
|
className: cn(
|
|
11230
11274
|
"text-fg-3 flex size-4 shrink-0 items-center justify-center",
|
|
11231
|
-
selected && "text-
|
|
11275
|
+
selected && "text-brand"
|
|
11232
11276
|
),
|
|
11233
11277
|
children: section.icon
|
|
11234
11278
|
}
|
|
@@ -11272,7 +11316,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11272
11316
|
...props,
|
|
11273
11317
|
children: [
|
|
11274
11318
|
/* @__PURE__ */ jsxs("div", { className: "px-1 pb-4", children: [
|
|
11275
|
-
/* @__PURE__ */ jsx("p", { className: "text-
|
|
11319
|
+
/* @__PURE__ */ jsx("p", { className: "text-brand text-[11px] font-bold tracking-[0.12em] uppercase", children: eyebrow }),
|
|
11276
11320
|
/* @__PURE__ */ jsx("h2", { className: "text-fg mt-1 text-[21px] leading-7 font-bold", children: title }),
|
|
11277
11321
|
description && /* @__PURE__ */ jsx("p", { className: "text-fg-3 mt-2 text-[13px] leading-5", children: description }),
|
|
11278
11322
|
totalQuestions > 0 && /* @__PURE__ */ jsxs("div", { className: "mt-4", children: [
|
|
@@ -11286,7 +11330,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11286
11330
|
/* @__PURE__ */ jsx("div", { className: "bg-surface-3 h-2 overflow-hidden rounded-full", children: /* @__PURE__ */ jsx(
|
|
11287
11331
|
"div",
|
|
11288
11332
|
{
|
|
11289
|
-
className: "bg-
|
|
11333
|
+
className: "bg-brand h-full rounded-full transition-[width] duration-[var(--duration-normal)] ease-[var(--ease-out-quart)]",
|
|
11290
11334
|
style: { width: `${percent}%` }
|
|
11291
11335
|
}
|
|
11292
11336
|
) })
|
|
@@ -11304,11 +11348,11 @@ var QuestionnairePanel = forwardRef(
|
|
|
11304
11348
|
"flex snap-x snap-mandatory gap-3 overflow-x-auto overflow-y-hidden overscroll-x-contain scroll-smooth px-1 pt-2 pb-2",
|
|
11305
11349
|
"[scroll-padding-inline:2rem] lg:[scroll-padding-inline:0] lg:[scroll-padding-block:5rem]",
|
|
11306
11350
|
"motion-reduce:scroll-auto",
|
|
11307
|
-
"[scrollbar-color:var(--color-
|
|
11351
|
+
"[scrollbar-color:var(--color-brand)_transparent] [scrollbar-width:thin]",
|
|
11308
11352
|
"[&::-webkit-scrollbar]:h-2 [&::-webkit-scrollbar]:w-2",
|
|
11309
11353
|
"[&::-webkit-scrollbar-track]:bg-transparent",
|
|
11310
|
-
"[&::-webkit-scrollbar-thumb]:bg-
|
|
11311
|
-
"hover:[&::-webkit-scrollbar-thumb]:bg-
|
|
11354
|
+
"[&::-webkit-scrollbar-thumb]:bg-brand/35 [&::-webkit-scrollbar-thumb]:rounded-full",
|
|
11355
|
+
"hover:[&::-webkit-scrollbar-thumb]:bg-brand/55",
|
|
11312
11356
|
"lg:grid lg:max-h-full lg:snap-none lg:gap-2 lg:overflow-x-hidden lg:overflow-y-auto lg:pr-1"
|
|
11313
11357
|
),
|
|
11314
11358
|
children: sections.map((section, index) => {
|
|
@@ -11326,9 +11370,9 @@ var QuestionnairePanel = forwardRef(
|
|
|
11326
11370
|
"group border-rule bg-surface flex w-full snap-center gap-3 overflow-hidden rounded-[16px] border p-3 text-left will-change-transform",
|
|
11327
11371
|
selected ? "max-w-[300px] min-w-[280px] items-start sm:min-w-[300px] lg:max-w-none lg:min-w-0" : "max-w-[240px] min-w-[220px] items-center sm:min-w-[240px] lg:max-w-none lg:min-w-0",
|
|
11328
11372
|
"transition-[background-color,border-color,box-shadow,transform,min-width,max-width] duration-[var(--duration-normal)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
11329
|
-
"hover:border-
|
|
11373
|
+
"hover:border-brand-line hover:bg-brand-bg/40 hover:-translate-y-0.5 lg:hover:translate-x-0.5 lg:hover:translate-y-0",
|
|
11330
11374
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
11331
|
-
selected && "border-
|
|
11375
|
+
selected && "border-brand-line bg-brand-bg shadow-card relative z-10 scale-[1.02]"
|
|
11332
11376
|
),
|
|
11333
11377
|
children: [
|
|
11334
11378
|
/* @__PURE__ */ jsx(
|
|
@@ -11336,7 +11380,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11336
11380
|
{
|
|
11337
11381
|
className: cn(
|
|
11338
11382
|
"mt-0.5 grid size-8 shrink-0 place-items-center rounded-full text-[12px] font-bold",
|
|
11339
|
-
status === "complete" ? "bg-success-bg text-success-fg" : selected ? "bg-
|
|
11383
|
+
status === "complete" ? "bg-success-bg text-success-fg" : selected ? "bg-brand text-fg-on-brand" : "bg-surface-2 text-fg-3",
|
|
11340
11384
|
!selected && "mt-0"
|
|
11341
11385
|
),
|
|
11342
11386
|
"aria-hidden": "true",
|
|
@@ -11383,7 +11427,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11383
11427
|
{
|
|
11384
11428
|
className: cn(
|
|
11385
11429
|
"block h-full rounded-full transition-[width] duration-[var(--duration-slow)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
11386
|
-
status === "complete" ? "bg-success-fg" : "bg-
|
|
11430
|
+
status === "complete" ? "bg-success-fg" : "bg-brand"
|
|
11387
11431
|
),
|
|
11388
11432
|
style: { width: `${itemPercent}%` }
|
|
11389
11433
|
}
|
|
@@ -11401,7 +11445,7 @@ var QuestionnairePanel = forwardRef(
|
|
|
11401
11445
|
)
|
|
11402
11446
|
] }),
|
|
11403
11447
|
/* @__PURE__ */ jsx("div", { className: "border-rule mt-auto hidden border-t px-1 pt-3 lg:block", children: /* @__PURE__ */ jsxs("div", { className: "text-fg-3 flex items-center gap-2 text-[12px] leading-5", children: [
|
|
11404
|
-
/* @__PURE__ */ jsx(HelpCircleIcon, { size: 15, className: "text-
|
|
11448
|
+
/* @__PURE__ */ jsx(HelpCircleIcon, { size: 15, className: "text-brand", "aria-hidden": "true" }),
|
|
11405
11449
|
"Pick a section to load its related questions on the right."
|
|
11406
11450
|
] }) })
|
|
11407
11451
|
]
|
|
@@ -11513,12 +11557,12 @@ var Questions = forwardRef(function Questions2({
|
|
|
11513
11557
|
"span",
|
|
11514
11558
|
{
|
|
11515
11559
|
"aria-hidden": "true",
|
|
11516
|
-
className: "bg-
|
|
11560
|
+
className: "bg-brand-bg text-brand grid size-7 shrink-0 place-items-center rounded-full text-xs font-bold",
|
|
11517
11561
|
children: humanIndex
|
|
11518
11562
|
}
|
|
11519
11563
|
),
|
|
11520
11564
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
11521
|
-
(sectionLabel || isSectionHeader) && /* @__PURE__ */ jsx("p", { className: "text-
|
|
11565
|
+
(sectionLabel || isSectionHeader) && /* @__PURE__ */ jsx("p", { className: "text-brand mb-1 text-[11px] font-bold tracking-[0.12em] uppercase", children: sectionLabel }),
|
|
11522
11566
|
/* @__PURE__ */ jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
11523
11567
|
/* @__PURE__ */ jsx(
|
|
11524
11568
|
"h3",
|
|
@@ -11531,7 +11575,7 @@ var Questions = forwardRef(function Questions2({
|
|
|
11531
11575
|
}
|
|
11532
11576
|
),
|
|
11533
11577
|
help && /* @__PURE__ */ jsx(HelpTip, { title: help.title ?? title, body: help.body }),
|
|
11534
|
-
required && /* @__PURE__ */ jsx("span", { className: "bg-
|
|
11578
|
+
required && /* @__PURE__ */ jsx("span", { className: "bg-brand-bg text-brand rounded-full px-2 py-0.5 text-[11px] font-bold", children: "Required" })
|
|
11535
11579
|
] }),
|
|
11536
11580
|
description && type !== "consent-checkbox" && /* @__PURE__ */ jsx("p", { className: "text-fg-3 mt-1 text-[13px] leading-5", children: description })
|
|
11537
11581
|
] })
|
|
@@ -11970,7 +12014,7 @@ function QuestionOptionButton({
|
|
|
11970
12014
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
11971
12015
|
"disabled:bg-bg-disabled disabled:text-fg-disabled disabled:cursor-not-allowed",
|
|
11972
12016
|
compact ? "h-10 max-w-max rounded-[10px] px-3" : "min-h-16 rounded-[12px] px-7 py-4",
|
|
11973
|
-
selected ? compact ? "border-
|
|
12017
|
+
selected ? compact ? "border-brand bg-brand-bg text-brand shadow-xs" : "border-brand-line bg-brand-bg text-brand hover:bg-brand-bg-hover shadow-xs" : "border-rule-strong text-fg hover:border-brand-line hover:bg-brand-bg/40",
|
|
11974
12018
|
className
|
|
11975
12019
|
),
|
|
11976
12020
|
...props,
|
|
@@ -11982,7 +12026,7 @@ function QuestionOptionButton({
|
|
|
11982
12026
|
className: cn(
|
|
11983
12027
|
"grid shrink-0 place-items-center rounded-full border transition-colors duration-[var(--duration-fast)]",
|
|
11984
12028
|
compact ? "size-5" : "size-4",
|
|
11985
|
-
selected ? "border-
|
|
12029
|
+
selected ? "border-brand bg-brand text-fg-on-brand" : "border-rule-strong bg-surface group-hover:border-brand-line text-transparent"
|
|
11986
12030
|
),
|
|
11987
12031
|
children: selected && /* @__PURE__ */ jsx(CheckCircleSolidIcon, { size: compact ? 18 : 14 })
|
|
11988
12032
|
}
|
|
@@ -11996,7 +12040,7 @@ function QuestionOptionButton({
|
|
|
11996
12040
|
{
|
|
11997
12041
|
className: cn(
|
|
11998
12042
|
"ml-auto shrink-0 text-right text-[13px] font-semibold",
|
|
11999
|
-
selected ? "text-
|
|
12043
|
+
selected ? "text-brand" : "text-fg-3"
|
|
12000
12044
|
),
|
|
12001
12045
|
children: option.formLabel
|
|
12002
12046
|
}
|
|
@@ -12012,7 +12056,7 @@ function formatBytes2(bytes) {
|
|
|
12012
12056
|
}
|
|
12013
12057
|
function HelpTip({ title, body }) {
|
|
12014
12058
|
return /* @__PURE__ */ jsxs(Tooltip, { children: [
|
|
12015
|
-
/* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsx("span", { className: "text-
|
|
12059
|
+
/* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsx("span", { className: "text-brand inline-flex shrink-0 cursor-help", children: /* @__PURE__ */ jsx(HelpCircleIcon, { size: 14, "aria-hidden": "true" }) }) }),
|
|
12016
12060
|
/* @__PURE__ */ jsxs(
|
|
12017
12061
|
TooltipContent,
|
|
12018
12062
|
{
|
|
@@ -12207,7 +12251,7 @@ var AIReceiptPanel = forwardRef(function AIReceiptPanel2({ state = "idle", resul
|
|
|
12207
12251
|
type: "button",
|
|
12208
12252
|
onClick: onAttach,
|
|
12209
12253
|
className: cn(
|
|
12210
|
-
"group border-rule-strong bg-surface hover:border-
|
|
12254
|
+
"group border-rule-strong bg-surface hover:border-brand/50 hover:bg-brand-bg/40 flex w-full items-center gap-3 rounded-[var(--radius-input)] border-2 border-dashed p-3 text-left transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)] motion-reduce:transition-none",
|
|
12211
12255
|
className
|
|
12212
12256
|
),
|
|
12213
12257
|
...props,
|
|
@@ -12314,7 +12358,7 @@ var BottomNav = forwardRef(function BottomNav2({ tabs, value, onChange, classNam
|
|
|
12314
12358
|
onClick: () => onChange(tab.id),
|
|
12315
12359
|
className: cn(
|
|
12316
12360
|
"relative flex flex-1 flex-col items-center gap-1 px-1 py-2 text-[11px] font-medium transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)] motion-reduce:transition-none",
|
|
12317
|
-
active ? "text-
|
|
12361
|
+
active ? "text-brand" : "text-fg-4 hover:text-fg-2"
|
|
12318
12362
|
),
|
|
12319
12363
|
children: [
|
|
12320
12364
|
/* @__PURE__ */ jsxs("span", { className: "relative [&_svg]:size-5", children: [
|
|
@@ -12625,10 +12669,10 @@ var EngagementTimelineStep = forwardRef(
|
|
|
12625
12669
|
EngagementTimelineStep.displayName = "EngagementTimelineStep";
|
|
12626
12670
|
var ROW_BASE = "group/row flex w-full items-center gap-1.5 rounded-lg px-2.5 py-1 text-left text-[12px] font-medium transition-colors duration-[120ms] motion-reduce:transition-none";
|
|
12627
12671
|
var ROW_INACTIVE = "text-fg-2 hover:bg-surface-2 hover:text-fg";
|
|
12628
|
-
var ROW_ACTIVE = "bg-
|
|
12672
|
+
var ROW_ACTIVE = "bg-brand-bg text-brand font-semibold";
|
|
12629
12673
|
var BADGE_BASE = "ml-auto min-w-[18px] rounded-full px-[5px] py-px text-center text-[10px] font-[650] tabular-nums";
|
|
12630
12674
|
var BADGE_INACTIVE = "bg-surface-2 text-fg-4";
|
|
12631
|
-
var BADGE_ACTIVE = "bg-
|
|
12675
|
+
var BADGE_ACTIVE = "bg-brand-bg text-brand";
|
|
12632
12676
|
var FolderTree = forwardRef(function FolderTree2({ nodes, activeId, onSelect, defaultOpenIds, openIds, onOpenChange, className, ...props }, ref) {
|
|
12633
12677
|
const isControlled = openIds !== void 0;
|
|
12634
12678
|
const [internalOpen, setInternalOpen] = useState(() => new Set(defaultOpenIds ?? []));
|
|
@@ -12686,14 +12730,14 @@ var FolderTree = forwardRef(function FolderTree2({ nodes, activeId, onSelect, de
|
|
|
12686
12730
|
{
|
|
12687
12731
|
size: 14,
|
|
12688
12732
|
"aria-hidden": "true",
|
|
12689
|
-
className: cn("shrink-0", isActive ? "text-
|
|
12733
|
+
className: cn("shrink-0", isActive ? "text-brand" : "text-fg-3")
|
|
12690
12734
|
}
|
|
12691
12735
|
) : /* @__PURE__ */ jsx(
|
|
12692
12736
|
FolderClosedIcon,
|
|
12693
12737
|
{
|
|
12694
12738
|
size: 14,
|
|
12695
12739
|
"aria-hidden": "true",
|
|
12696
|
-
className: cn("shrink-0", isActive ? "text-
|
|
12740
|
+
className: cn("shrink-0", isActive ? "text-brand" : "text-fg-3")
|
|
12697
12741
|
}
|
|
12698
12742
|
),
|
|
12699
12743
|
/* @__PURE__ */ jsx("span", { className: "min-w-0 flex-1 truncate", children: node.name })
|
|
@@ -12734,7 +12778,7 @@ var ClientRailItem = forwardRef(
|
|
|
12734
12778
|
// Cursor
|
|
12735
12779
|
"cursor-pointer",
|
|
12736
12780
|
// State — hover only when not active to avoid override
|
|
12737
|
-
active ? "bg-
|
|
12781
|
+
active ? "bg-brand-bg" : "hover:bg-surface-2",
|
|
12738
12782
|
className
|
|
12739
12783
|
),
|
|
12740
12784
|
...props,
|
|
@@ -12743,7 +12787,7 @@ var ClientRailItem = forwardRef(
|
|
|
12743
12787
|
"span",
|
|
12744
12788
|
{
|
|
12745
12789
|
"aria-hidden": "true",
|
|
12746
|
-
className: "absolute top-0 bottom-0 left-0 w-[3px] bg-
|
|
12790
|
+
className: "absolute top-0 bottom-0 left-0 w-[3px] bg-brand"
|
|
12747
12791
|
}
|
|
12748
12792
|
),
|
|
12749
12793
|
/* @__PURE__ */ jsx("span", { className: "shrink-0", children: /* @__PURE__ */ jsx(Avatar, { name, src: avatarSrc, size: "sm" }) }),
|
|
@@ -12754,7 +12798,7 @@ var ClientRailItem = forwardRef(
|
|
|
12754
12798
|
fileCount != null && /* @__PURE__ */ jsx("span", { className: "shrink-0 rounded-full bg-surface-2 px-[6px] py-px text-[10.5px] font-bold text-fg-3", children: fileCount })
|
|
12755
12799
|
] }),
|
|
12756
12800
|
/* @__PURE__ */ jsx("p", { className: "mt-0.5 text-[11.5px] text-fg-3", children: hasPending ? /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
12757
|
-
/* @__PURE__ */ jsxs("span", { className: "font-semibold text-
|
|
12801
|
+
/* @__PURE__ */ jsxs("span", { className: "font-semibold text-brand", children: [
|
|
12758
12802
|
pendingCount,
|
|
12759
12803
|
" pending"
|
|
12760
12804
|
] }),
|
|
@@ -12781,7 +12825,7 @@ var ClientRailGroupHeader = forwardRef(function ClientRailGroupHeader2({ label,
|
|
|
12781
12825
|
ref,
|
|
12782
12826
|
className: cn(
|
|
12783
12827
|
"flex items-center gap-[7px] px-[14px] pt-[14px] pb-[5px] text-[11.5px] font-semibold",
|
|
12784
|
-
accent ? "text-
|
|
12828
|
+
accent ? "text-brand" : "text-fg-3",
|
|
12785
12829
|
className
|
|
12786
12830
|
),
|
|
12787
12831
|
...props,
|
|
@@ -12805,13 +12849,13 @@ function getFileTypeParts(fileType) {
|
|
|
12805
12849
|
return { Icon: FileTextIcon, colorClass: "text-danger-fg" };
|
|
12806
12850
|
}
|
|
12807
12851
|
if (normalized.includes("image") || ["jpg", "jpeg", "png", "tiff"].some((type) => normalized.includes(type))) {
|
|
12808
|
-
return { Icon: FileIcon, colorClass: "text-
|
|
12852
|
+
return { Icon: FileIcon, colorClass: "text-brand" };
|
|
12809
12853
|
}
|
|
12810
12854
|
if (normalized.includes("excel") || normalized.includes("spreadsheet") || ["xlsx", "xls", "csv"].some((type) => normalized.includes(type))) {
|
|
12811
12855
|
return { Icon: FileTextIcon, colorClass: "text-success-fg" };
|
|
12812
12856
|
}
|
|
12813
12857
|
if (normalized.includes("word") || ["docx", "doc"].some((type) => normalized.includes(type))) {
|
|
12814
|
-
return { Icon: FileTextIcon, colorClass: "text-
|
|
12858
|
+
return { Icon: FileTextIcon, colorClass: "text-brand" };
|
|
12815
12859
|
}
|
|
12816
12860
|
return { Icon: FileIcon, colorClass: "text-fg-4" };
|
|
12817
12861
|
}
|
|
@@ -12890,7 +12934,7 @@ function MoreActions({ menu }) {
|
|
|
12890
12934
|
className: cn(
|
|
12891
12935
|
"grid size-[30px] place-items-center rounded-[8px] text-fg-4",
|
|
12892
12936
|
"transition-colors duration-[120ms] motion-reduce:transition-none",
|
|
12893
|
-
"group-hover:text-fg-2 hover:bg-surface hover:text-
|
|
12937
|
+
"group-hover:text-fg-2 hover:bg-surface hover:text-brand hover:shadow-sm"
|
|
12894
12938
|
),
|
|
12895
12939
|
"aria-label": "More actions",
|
|
12896
12940
|
onClick: (event) => event.stopPropagation(),
|
|
@@ -12930,7 +12974,7 @@ var DocumentFileRow = React38.forwardRef(
|
|
|
12930
12974
|
className: cn(
|
|
12931
12975
|
"group flex cursor-pointer items-center gap-[13px] border-b border-rule px-[14px] py-3",
|
|
12932
12976
|
"transition-colors duration-[120ms] motion-reduce:transition-none hover:bg-surface-2",
|
|
12933
|
-
selected && "bg-
|
|
12977
|
+
selected && "bg-brand-bg",
|
|
12934
12978
|
className
|
|
12935
12979
|
),
|
|
12936
12980
|
onClick: (event) => {
|
|
@@ -12998,7 +13042,7 @@ var DocumentFileCard = React38.forwardRef(
|
|
|
12998
13042
|
"group relative cursor-pointer rounded-2xl border border-rule bg-surface p-3",
|
|
12999
13043
|
"transition-[border-color,box-shadow,transform] duration-[120ms] motion-reduce:transition-none",
|
|
13000
13044
|
"hover:-translate-y-0.5 hover:border-rule-strong hover:shadow-sm",
|
|
13001
|
-
selected && "border-
|
|
13045
|
+
selected && "border-brand bg-brand-bg",
|
|
13002
13046
|
className
|
|
13003
13047
|
),
|
|
13004
13048
|
onClick: (event) => {
|
|
@@ -13067,11 +13111,11 @@ var DocumentRequestField = forwardRef(
|
|
|
13067
13111
|
"span",
|
|
13068
13112
|
{
|
|
13069
13113
|
"aria-hidden": "true",
|
|
13070
|
-
className: "size-[22px] rounded-full bg-
|
|
13114
|
+
className: "size-[22px] rounded-full bg-brand-bg text-brand text-[11px] font-bold grid place-items-center shrink-0 leading-none",
|
|
13071
13115
|
children: humanIndex
|
|
13072
13116
|
}
|
|
13073
13117
|
),
|
|
13074
|
-
/* @__PURE__ */ jsxs("span", { className: "text-[13px] font-[650] text-
|
|
13118
|
+
/* @__PURE__ */ jsxs("span", { className: "text-[13px] font-[650] text-brand", children: [
|
|
13075
13119
|
"Document ",
|
|
13076
13120
|
humanIndex
|
|
13077
13121
|
] }),
|
|
@@ -13664,7 +13708,7 @@ var SidebarSection = React38.forwardRef(
|
|
|
13664
13708
|
{
|
|
13665
13709
|
className: cn(
|
|
13666
13710
|
"font-mono text-[11px] tracking-[0.14em] uppercase",
|
|
13667
|
-
tone === "muted" ? "text-fg-3" : "text-
|
|
13711
|
+
tone === "muted" ? "text-fg-3" : "text-brand"
|
|
13668
13712
|
),
|
|
13669
13713
|
children: label
|
|
13670
13714
|
}
|
|
@@ -13706,21 +13750,21 @@ var SidebarLink = React38.forwardRef(
|
|
|
13706
13750
|
"motion-reduce:transition-none",
|
|
13707
13751
|
"hover:bg-bg-3 hover:text-fg",
|
|
13708
13752
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
13709
|
-
"data-[active=true]:bg-
|
|
13753
|
+
"data-[active=true]:bg-brand-bg data-[active=true]:text-brand data-[active=true]:font-medium",
|
|
13710
13754
|
// In rail, the icon itself carries the active state rather
|
|
13711
13755
|
// than just the rule bar — color is more legible than a 2px
|
|
13712
13756
|
// vertical mark at the column's left edge when labels are
|
|
13713
13757
|
// hidden. The full-opacity icon override (`opacity-100`)
|
|
13714
13758
|
// counters the default `[&_svg]:opacity-85` so the active
|
|
13715
13759
|
// icon doesn't read as "still inactive but darker".
|
|
13716
|
-
"group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:text-
|
|
13760
|
+
"group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:text-brand group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:opacity-100",
|
|
13717
13761
|
// Active rail: 2px wide, 16px tall, anchored to the link's
|
|
13718
13762
|
// own left edge — no parent-padding dependency. Continues
|
|
13719
13763
|
// working unchanged when the aside narrows to a rail.
|
|
13720
13764
|
"data-[active=true]:before:absolute data-[active=true]:before:content-['']",
|
|
13721
13765
|
"data-[active=true]:before:top-1/2 data-[active=true]:before:left-0",
|
|
13722
13766
|
"data-[active=true]:before:h-4 data-[active=true]:before:w-[2px] data-[active=true]:before:-translate-y-1/2",
|
|
13723
|
-
"data-[active=true]:before:bg-
|
|
13767
|
+
"data-[active=true]:before:bg-brand data-[active=true]:before:rounded-r-full",
|
|
13724
13768
|
// Padding/gap stay constant so the icon stays under the cursor
|
|
13725
13769
|
// when the column widens during peek. The label simply collapses
|
|
13726
13770
|
// to width 0 via <SidebarLinkLabel>.
|
|
@@ -13806,7 +13850,7 @@ var sidebarLinkBadgeVariants = cva(
|
|
|
13806
13850
|
{
|
|
13807
13851
|
variants: {
|
|
13808
13852
|
tone: {
|
|
13809
|
-
default: "text-[10.5px] text-fg-4 group-data-[active=true]/link:text-
|
|
13853
|
+
default: "text-[10.5px] text-fg-4 group-data-[active=true]/link:text-brand",
|
|
13810
13854
|
danger: "rounded-pill bg-danger-bg px-1.5 py-0.5 text-[10.5px] text-danger-fg",
|
|
13811
13855
|
warning: "rounded-pill bg-warning-bg px-1.5 py-0.5 text-[10.5px] text-warning-fg",
|
|
13812
13856
|
neutral: "rounded-pill bg-bg-3 px-1.5 py-0.5 text-[10.5px] text-fg-2"
|
|
@@ -13872,14 +13916,14 @@ var SidebarLinkGroup = React38.forwardRef(
|
|
|
13872
13916
|
"motion-reduce:transition-none",
|
|
13873
13917
|
"hover:bg-bg-3 hover:text-fg",
|
|
13874
13918
|
"focus-visible:[box-shadow:var(--shadow-focus-ring)] focus-visible:outline-none",
|
|
13875
|
-
"data-[active=true]:bg-
|
|
13919
|
+
"data-[active=true]:bg-brand-bg data-[active=true]:text-brand data-[active=true]:font-medium",
|
|
13876
13920
|
// In rail, color carries active state since the chevron is hidden.
|
|
13877
|
-
"group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:text-
|
|
13921
|
+
"group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:text-brand group-data-[labels=hide]/sidebar:data-[active=true]:[&_svg]:opacity-100",
|
|
13878
13922
|
// Active rail mark — anchored to body row's left edge.
|
|
13879
13923
|
"data-[active=true]:before:absolute data-[active=true]:before:content-['']",
|
|
13880
13924
|
"data-[active=true]:before:top-1/2 data-[active=true]:before:left-0",
|
|
13881
13925
|
"data-[active=true]:before:h-4 data-[active=true]:before:w-[2px] data-[active=true]:before:-translate-y-1/2",
|
|
13882
|
-
"data-[active=true]:before:bg-
|
|
13926
|
+
"data-[active=true]:before:bg-brand data-[active=true]:before:rounded-r-full",
|
|
13883
13927
|
"[&_svg]:size-3.5 [&_svg]:shrink-0 [&_svg]:opacity-85",
|
|
13884
13928
|
// Floating variant — match SidebarLink: taller hit area, pill active.
|
|
13885
13929
|
"group-data-[variant=floating]/sidebar:gap-3 group-data-[variant=floating]/sidebar:rounded-lg group-data-[variant=floating]/sidebar:py-2",
|
|
@@ -14565,7 +14609,7 @@ var SelectableKpiCard = forwardRef(
|
|
|
14565
14609
|
"block w-full p-4 text-left",
|
|
14566
14610
|
"focus-visible:outline-none focus-visible:[box-shadow:var(--shadow-focus-ring)]",
|
|
14567
14611
|
"disabled:pointer-events-none disabled:bg-bg-disabled disabled:text-fg-disabled disabled:shadow-none",
|
|
14568
|
-
selected && "border-
|
|
14612
|
+
selected && "border-brand/40 bg-brand-bg hover:bg-brand-bg-hover ring-1 ring-brand/30",
|
|
14569
14613
|
className
|
|
14570
14614
|
),
|
|
14571
14615
|
...props,
|
|
@@ -14688,10 +14732,10 @@ var DataTableRow = forwardRef(
|
|
|
14688
14732
|
"data-state": selected ? "selected" : void 0,
|
|
14689
14733
|
className: cn(
|
|
14690
14734
|
"border-rule-soft border-b transition-colors duration-[var(--duration-instant)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
14691
|
-
// Selected hover stays in the
|
|
14735
|
+
// Selected hover stays in the brand tint (G15) — when both states fire,
|
|
14692
14736
|
// hover:bg-bg-2 was previously winning and dropping the row out of
|
|
14693
14737
|
// the selected tint, which read as the row deselecting on hover.
|
|
14694
|
-
selected ? "bg-
|
|
14738
|
+
selected ? "bg-brand-bg hover:bg-brand-bg-hover" : "hover:bg-bg-2",
|
|
14695
14739
|
className
|
|
14696
14740
|
),
|
|
14697
14741
|
...props
|
|
@@ -15054,7 +15098,7 @@ function DataTableView({
|
|
|
15054
15098
|
}
|
|
15055
15099
|
var toneClass = {
|
|
15056
15100
|
slate: "bg-bg-3 text-fg-3",
|
|
15057
|
-
blue: "bg-[color-mix(in_oklab,var(--color-brand-
|
|
15101
|
+
blue: "bg-[color-mix(in_oklab,var(--color-brand-tax)_14%,transparent)] text-[color:var(--color-brand-tax)]",
|
|
15058
15102
|
violet: "bg-pro-bg text-pro-fg",
|
|
15059
15103
|
amber: "bg-warning-bg text-warning-fg",
|
|
15060
15104
|
ok: "bg-success-bg text-success-fg",
|
|
@@ -15455,7 +15499,7 @@ var DocumentRequestCard = forwardRef(
|
|
|
15455
15499
|
"span",
|
|
15456
15500
|
{
|
|
15457
15501
|
"aria-hidden": true,
|
|
15458
|
-
className: "bg-
|
|
15502
|
+
className: "bg-brand-bg text-brand ml-auto inline-flex shrink-0 items-center gap-1 rounded-lg px-2.5 py-1.5 text-[13px] font-semibold",
|
|
15459
15503
|
children: [
|
|
15460
15504
|
"Open",
|
|
15461
15505
|
/* @__PURE__ */ jsx(ArrowRightIcon, { size: 13 })
|
|
@@ -15655,7 +15699,7 @@ var DocumentRequestDetail = forwardRef(
|
|
|
15655
15699
|
"aria-hidden": "true",
|
|
15656
15700
|
className: cn(
|
|
15657
15701
|
"grid size-4 shrink-0 place-items-center rounded-[5px] border transition-colors duration-[var(--duration-fast)] motion-reduce:transition-none",
|
|
15658
|
-
checked ? "bg-
|
|
15702
|
+
checked ? "bg-brand border-brand text-fg-on-brand" : "border-rule"
|
|
15659
15703
|
),
|
|
15660
15704
|
children: checked && /* @__PURE__ */ jsx(CheckIcon, { className: "size-3" })
|
|
15661
15705
|
}
|
|
@@ -15698,7 +15742,7 @@ var DocumentRequestDetail = forwardRef(
|
|
|
15698
15742
|
] })
|
|
15699
15743
|
] }),
|
|
15700
15744
|
/* @__PURE__ */ jsxs(TabsContent, { value: "documents", className: "min-h-0 flex-1 overflow-y-auto px-5 py-4", children: [
|
|
15701
|
-
isLocked && /* @__PURE__ */ jsxs("div", { className: "bg-
|
|
15745
|
+
isLocked && /* @__PURE__ */ jsxs("div", { className: "bg-brand-bg text-brand mb-4 flex items-center gap-2 rounded-lg px-3 py-2.5 text-[13px] font-medium", children: [
|
|
15702
15746
|
/* @__PURE__ */ jsx(LockIcon, { size: 15, className: "shrink-0" }),
|
|
15703
15747
|
"This request is locked \u2014 the client can no longer upload documents."
|
|
15704
15748
|
] }),
|
|
@@ -15851,7 +15895,7 @@ var DocumentRequestDetail = forwardRef(
|
|
|
15851
15895
|
/* @__PURE__ */ jsx(TabsContent, { value: "activity", className: "min-h-0 flex-1 overflow-y-auto px-5 py-4", children: activity.length > 0 ? /* @__PURE__ */ jsx("ul", { className: "flex flex-col gap-1.5", children: activity.map((event) => {
|
|
15852
15896
|
const Icon3 = ACTIVITY_ICON[event.kind] ?? SendIcon;
|
|
15853
15897
|
return /* @__PURE__ */ jsxs("li", { className: "flex items-start gap-3 py-1", children: [
|
|
15854
|
-
/* @__PURE__ */ jsx("span", { className: "bg-
|
|
15898
|
+
/* @__PURE__ */ jsx("span", { className: "bg-brand-bg text-brand grid size-9 shrink-0 place-items-center rounded-[10px]", children: /* @__PURE__ */ jsx(Icon3, { size: 16 }) }),
|
|
15855
15899
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1 pt-1", children: [
|
|
15856
15900
|
/* @__PURE__ */ jsx("p", { className: "text-fg-2 text-[13px] leading-snug", children: event.text }),
|
|
15857
15901
|
/* @__PURE__ */ jsx("p", { className: "text-fg-4 mt-0.5 text-[12px]", children: event.time })
|
|
@@ -15931,7 +15975,7 @@ function CommentRow({ comment }) {
|
|
|
15931
15975
|
{
|
|
15932
15976
|
className: cn(
|
|
15933
15977
|
"mt-1 rounded-2xl px-3 py-2 text-[13px] leading-snug",
|
|
15934
|
-
isFirm ? "bg-
|
|
15978
|
+
isFirm ? "bg-brand-bg text-brand rounded-tr-sm" : "bg-surface-2 text-fg-2 rounded-tl-sm"
|
|
15935
15979
|
),
|
|
15936
15980
|
children: /* @__PURE__ */ jsx("p", { className: "break-words whitespace-pre-wrap", children: comment.body })
|
|
15937
15981
|
}
|
|
@@ -16006,7 +16050,7 @@ var DocumentSourceFilter = forwardRef(
|
|
|
16006
16050
|
{
|
|
16007
16051
|
className: cn(
|
|
16008
16052
|
"rounded-md px-1.5 py-px text-[11px] font-bold tabular-nums",
|
|
16009
|
-
active ? "bg-
|
|
16053
|
+
active ? "bg-brand-bg-active text-brand" : "bg-surface-2 text-fg-4"
|
|
16010
16054
|
),
|
|
16011
16055
|
children: count
|
|
16012
16056
|
}
|
|
@@ -16375,7 +16419,7 @@ var NotificationPanelHeader = forwardRef(
|
|
|
16375
16419
|
children: [
|
|
16376
16420
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
16377
16421
|
/* @__PURE__ */ jsx("h3", { className: "text-fg text-[15px] font-semibold", children: title }),
|
|
16378
|
-
unreadCount > 0 && /* @__PURE__ */ jsx("span", { className: "bg-
|
|
16422
|
+
unreadCount > 0 && /* @__PURE__ */ jsx("span", { className: "bg-brand-bg text-brand rounded-pill px-1.5 py-0.5 text-[11px] font-semibold tabular-nums", children: unreadCount > 99 ? "99+" : unreadCount })
|
|
16379
16423
|
] }),
|
|
16380
16424
|
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-1", children: [
|
|
16381
16425
|
onMarkAllRead && /* @__PURE__ */ jsx(
|
|
@@ -16383,7 +16427,7 @@ var NotificationPanelHeader = forwardRef(
|
|
|
16383
16427
|
{
|
|
16384
16428
|
type: "button",
|
|
16385
16429
|
onClick: onMarkAllRead,
|
|
16386
|
-
className: "text-
|
|
16430
|
+
className: "text-brand rounded-md px-1.5 py-1 text-sm font-medium hover:bg-[color:var(--color-brand-bg)] focus-visible:ring-accent outline-none focus-visible:ring-2",
|
|
16387
16431
|
children: "Mark all read"
|
|
16388
16432
|
}
|
|
16389
16433
|
),
|
|
@@ -16429,7 +16473,7 @@ var NotificationFilter = forwardRef(
|
|
|
16429
16473
|
className: cn(
|
|
16430
16474
|
"inline-flex items-center gap-1.5 rounded-lg px-2.5 py-1 capitalize transition-colors",
|
|
16431
16475
|
"focus-visible:ring-accent outline-none focus-visible:ring-2",
|
|
16432
|
-
selected ? "bg-surface text-
|
|
16476
|
+
selected ? "bg-surface text-brand ring-1 ring-[color:var(--color-brand-line)]" : "text-fg-3 hover:text-fg"
|
|
16433
16477
|
),
|
|
16434
16478
|
children: [
|
|
16435
16479
|
option,
|
|
@@ -16438,7 +16482,7 @@ var NotificationFilter = forwardRef(
|
|
|
16438
16482
|
{
|
|
16439
16483
|
className: cn(
|
|
16440
16484
|
"rounded-md px-1.5 py-px text-[11px] font-semibold tabular-nums",
|
|
16441
|
-
selected ? "bg-
|
|
16485
|
+
selected ? "bg-brand-bg text-brand" : "bg-bg-2 text-fg-4"
|
|
16442
16486
|
),
|
|
16443
16487
|
children: count
|
|
16444
16488
|
}
|
|
@@ -16479,7 +16523,7 @@ var NotificationItem = forwardRef(
|
|
|
16479
16523
|
className: cn(
|
|
16480
16524
|
"flex w-full gap-3 px-4 py-3 text-left outline-none",
|
|
16481
16525
|
"transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out-quart)] motion-reduce:transition-none",
|
|
16482
|
-
unread ? "bg-
|
|
16526
|
+
unread ? "bg-brand-bg hover:bg-brand-bg-hover focus-visible:bg-brand-bg-hover" : "hover:bg-bg-2/60 focus-visible:bg-bg-2/60",
|
|
16483
16527
|
className
|
|
16484
16528
|
),
|
|
16485
16529
|
...props,
|
|
@@ -16508,7 +16552,7 @@ var NotificationItem = forwardRef(
|
|
|
16508
16552
|
children: title
|
|
16509
16553
|
}
|
|
16510
16554
|
),
|
|
16511
|
-
unread && /* @__PURE__ */ jsx("span", { "aria-hidden": "true", className: "bg-
|
|
16555
|
+
unread && /* @__PURE__ */ jsx("span", { "aria-hidden": "true", className: "bg-brand size-1.5 shrink-0 rounded-full" })
|
|
16512
16556
|
] }),
|
|
16513
16557
|
body && /* @__PURE__ */ jsx("p", { className: "text-fg-3 mt-0.5 truncate text-xs", children: body }),
|
|
16514
16558
|
(typeLabel || client || time) && /* @__PURE__ */ jsxs("div", { className: "mt-1.5 flex items-center gap-2", children: [
|
|
@@ -16671,7 +16715,7 @@ var TimeLoggerHeader = forwardRef(
|
|
|
16671
16715
|
/* @__PURE__ */ jsx(
|
|
16672
16716
|
"span",
|
|
16673
16717
|
{
|
|
16674
|
-
className: "bg-
|
|
16718
|
+
className: "bg-brand-bg text-brand flex size-7 shrink-0 items-center justify-center rounded-lg [&_svg]:size-[17px]",
|
|
16675
16719
|
"aria-hidden": "true",
|
|
16676
16720
|
children: icon ?? /* @__PURE__ */ jsx(ClockIcon, {})
|
|
16677
16721
|
}
|
|
@@ -16959,7 +17003,7 @@ var TimeLoggerBillable = forwardRef(
|
|
|
16959
17003
|
{
|
|
16960
17004
|
className: cn(
|
|
16961
17005
|
"flex-1 truncate text-[13px]",
|
|
16962
|
-
selected ? "text-
|
|
17006
|
+
selected ? "text-brand font-medium" : "text-fg"
|
|
16963
17007
|
),
|
|
16964
17008
|
children: tier.name
|
|
16965
17009
|
}
|
|
@@ -16972,7 +17016,7 @@ var TimeLoggerBillable = forwardRef(
|
|
|
16972
17016
|
CheckIcon,
|
|
16973
17017
|
{
|
|
16974
17018
|
className: cn(
|
|
16975
|
-
"text-
|
|
17019
|
+
"text-brand size-4 shrink-0",
|
|
16976
17020
|
selected ? "opacity-100" : "opacity-0"
|
|
16977
17021
|
)
|
|
16978
17022
|
}
|
|
@@ -17034,7 +17078,7 @@ var TimeLoggerEntry = forwardRef(
|
|
|
17034
17078
|
"span",
|
|
17035
17079
|
{
|
|
17036
17080
|
"aria-hidden": "true",
|
|
17037
|
-
className: "border-
|
|
17081
|
+
className: "border-brand size-[15px] shrink-0 rounded-full border-[1.5px] shadow-[inset_0_0_0_3px_var(--color-brand)]"
|
|
17038
17082
|
}
|
|
17039
17083
|
),
|
|
17040
17084
|
/* @__PURE__ */ jsxs("div", { className: "min-w-0 flex-1", children: [
|
|
@@ -17048,7 +17092,7 @@ var TimeLoggerEntry = forwardRef(
|
|
|
17048
17092
|
type: "button",
|
|
17049
17093
|
variant: "ghost",
|
|
17050
17094
|
size: "icon-sm",
|
|
17051
|
-
className: "text-fg-3 hover:text-
|
|
17095
|
+
className: "text-fg-3 hover:text-brand hover:bg-brand-bg rounded-full",
|
|
17052
17096
|
"aria-label": "Resume entry",
|
|
17053
17097
|
onClick: onResume,
|
|
17054
17098
|
children: /* @__PURE__ */ jsx(PlayIcon, {})
|
|
@@ -17101,7 +17145,7 @@ var filterChipVariants = cva(
|
|
|
17101
17145
|
{
|
|
17102
17146
|
variants: {
|
|
17103
17147
|
active: {
|
|
17104
|
-
true: "bg-
|
|
17148
|
+
true: "bg-brand-bg text-brand border-brand/30 hover:bg-brand-bg-hover",
|
|
17105
17149
|
false: "bg-bg-2 text-fg-2 border-rule hover:bg-bg-3"
|
|
17106
17150
|
},
|
|
17107
17151
|
// Control text scale shared with Button / MultiFilterPill: sm = 13px,
|
|
@@ -17653,7 +17697,31 @@ function SignatureEditor({
|
|
|
17653
17697
|
] });
|
|
17654
17698
|
}
|
|
17655
17699
|
SignatureEditor.displayName = "SignatureEditor";
|
|
17700
|
+
function brandScope(product) {
|
|
17701
|
+
return { "data-brand": product };
|
|
17702
|
+
}
|
|
17703
|
+
var BRAND_PRODUCTS = ["pro", "audit", "books", "tax"];
|
|
17704
|
+
var brandLabel = {
|
|
17705
|
+
pro: "Pro",
|
|
17706
|
+
audit: "Audit",
|
|
17707
|
+
books: "Books",
|
|
17708
|
+
tax: "Tax"
|
|
17709
|
+
};
|
|
17710
|
+
var BrandScopeContext = createContext("pro");
|
|
17711
|
+
function BrandScopeProvider({
|
|
17712
|
+
product,
|
|
17713
|
+
children
|
|
17714
|
+
}) {
|
|
17715
|
+
return /* @__PURE__ */ jsx(BrandScopeContext.Provider, { value: product, children });
|
|
17716
|
+
}
|
|
17717
|
+
function useBrandScope() {
|
|
17718
|
+
return useContext(BrandScopeContext);
|
|
17719
|
+
}
|
|
17720
|
+
var BrandScope = forwardRef(function BrandScope2({ product, children, ...props }, ref) {
|
|
17721
|
+
return /* @__PURE__ */ jsx(BrandScopeProvider, { product, children: /* @__PURE__ */ jsx("div", { ref, "data-brand": product, ...props, children }) });
|
|
17722
|
+
});
|
|
17723
|
+
BrandScope.displayName = "BrandScope";
|
|
17656
17724
|
|
|
17657
|
-
export { AIReceiptPanel, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityEventItem, ActivityItem, ActivityList, AgreementPaneHeading, AgreementViewer, AiDraftCard, Alert, AlertCircleIcon, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AlertTriangleIcon, AlertTriangleSolidIcon, AppHeader, AppHeaderActions, AppHeaderBreadcrumb, AppHeaderSearch, AppHeaderTitle, AreaChart, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowRightSmallIcon, ArrowUpIcon, AspectRatio, Assignee, AssureAuditBrandIcon, AssureBooksBrandIcon, AssureProBrandIcon, AssureTaxBrandIcon, AtSignIcon, AttachmentChip, AttentionItem, Avatar, Badge, BarChartIcon, BellIcon, Blockquote, BoldIcon, BottomNav, Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BriefcaseIcon, Building2Icon, BuildingIcon, BulkActionBar, BulkActionBarAction, BulkActionBarSeparator, Button, COUNTRY_CODES, Calendar, CalendarIcon, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CategoryDivider, CategoryTag, ChannelTabs, ChatBubbleIcon, CheckCircle2Icon, CheckCircleSolidIcon, CheckIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon, CircleDotIcon, CircleIcon, ClientRailGroupHeader, ClientRailItem, ClientSelect, ClipboardCheckIcon, ClockIcon, CloseIcon, Collapsible, CollapsibleContent, CollapsibleTrigger, ComingSoon, CommandIcon, CommandPalette, ConfirmActionButton, Content16 as Content, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, CopyIcon, CornerDownLeftIcon, CountryFlag, CountrySelect, CreditCardIcon, DATE_DISPLAY_PLACEHOLDER, DangerAction, Dash, DashGrid, DataItem, DataTable, DataTableBody, DataTableCell, DataTableCellDue, DataTableCellId, DataTableCellMono, DataTableCellName, DataTableCheckbox, DataTableHead, DataTableHeader, DataTablePagination, DataTableResultsCount, DataTableRow, DataTableSearch, DataTableSpacer, DataTableToolbar, DataTableView, DatePicker, DateRangePicker, DetailGrid, DetailMain, DetailSpine, DetailSpineHeader, DetailSpineSection, DetailSpineStats, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DismissibleChip, DocumentDetailActions, DocumentDetailBody, DocumentDetailHeader, DocumentDetailMetaRow, DocumentDetailPanel, DocumentDetailRequester, DocumentDetailTitle, DocumentFileCard, DocumentFileRow, DocumentIcon, DocumentList, DocumentListSection, DocumentRequestCard, DocumentRequestDetail, DocumentRequestField, DocumentRow, DocumentSourceFilter, DocumentSourceTag, DocumentsWorkspaceLayout, DollarSignIcon, DonutChart, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmailMessageCard, EmptyState, EngagementCard, EngagementTimeline, EngagementTimelineStep, ExtractIcon, EyeIcon, EyeOffIcon, Eyebrow, FileChip, FileIcon, FileReturnIcon, FileTextIcon, FileTypeBadge, FileUpload, FilterChip, FilterIcon, FlagIcon, FolderClosedIcon, FolderOpenIcon, FolderPlusIcon, FolderTree, FolderUpIcon, FormError, FormSection, FormSuccess, GlobeIcon, GoogleBrandIcon, HelpCircleIcon, HistoryIcon, HomeIcon, HoverCard, HoverCardContent, HoverCardPortal, HoverCardTrigger, IconAction, IconTile, InboxIcon, InfoCircleSolidIcon, InfoIcon, Input, IntentBadge, ItalicIcon, Kanban, KanbanCard, KanbanColumn, KanbanIcon, KbdHint, KeyIcon, KeyboardShortcutsDialog, KpiCard, Label4 as Label, LandmarkIcon, LayoutDashboardIcon, LayoutGridIcon, LayoutListIcon, LightningIcon, Link2Icon, LinkAction, LinkButton, LinkIcon, ListChecksIcon, ListIcon, ListOrderedIcon, LoaderIcon, LoadingRows, LockIcon, LockKeyholeIcon, LockOpenIcon, LogOutIcon, Logo, MailIcon, Main, MapPinIcon, MasterDetailLayout, MenuIcon, MessageBubble, MessageBubbleAction, MessageBubbleTombstone, MessageCircleIcon, MessageCircleWarningIcon, MessageComposer, MetadataGrid, MicrosoftBrandIcon, MinusIcon, MissingDocumentsPanel, MoneyCell, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoveIcon, MultiFilterPill, MultiSelectField, MutedSpec, NewMenu, NotificationFilter, NotificationItem, NotificationList, NotificationPanel, NotificationPanelFooter, NotificationPanelHeader, Numeric, OTPInput, PageHeader, PageHeaderSep, PageHeaderSpec, Pagination, PaletteIcon, PanelLeftCloseIcon, PanelLeftIcon, PaperclipIcon, PauseIcon, PdfPreview, PenSignIcon, PenToolIcon, PencilIcon, PhoneCountryInput, PhoneIcon, PhoneInput, PlayIcon, PlusIcon, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, PrimaryAction, PriorityIcon, ProgressBar, ProgressRing, ProposalAddOn, ProposalBillingTerms, ProposalConsentGate, ProposalCustomPage, ProposalNote, ProposalPackageCard, ProposalPaymentCapture, ProposalPricingSummary, ProposalServiceRow, ProposalSignatureBlock, ProposalSignerList, QuestionnairePanel, Questions, RadioGroup3 as RadioGroup, RadioGroupItem, RankedBars, ReceiptIcon, ReplyIcon, ResponsiveDialog, RotateCcwIcon, RouteTransition, SERVICE_TONES, SaveIcon, ScrollArea, ScrollBar, SearchIcon, SearchInput, SearchSelect, SecondaryAction, Section, SectionHead, SectionHeader, SegmentedProgress, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectRoot, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectableKpiCard, SendIcon, Separator4 as Separator, SettingsIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Shell, ShieldIcon, SideDrawer, Sidebar, SidebarBrand, SidebarBrandSwitcher, SidebarBrandSwitcherTile, SidebarBrandText, SidebarFooter, SidebarLink, SidebarLinkAction, SidebarLinkBadge, SidebarLinkGroup, SidebarLinkLabel, SidebarPinButton, SidebarProvider, SidebarSection, SidebarTrigger, SidebarUser, SignatureEditor, Skeleton, SkeletonCircle, SkeletonText, SlashIcon, Slider, SmartphoneIcon, SparkleIcon, SparklesIcon, Spinner, SpreadsheetPreview, StackedBarChart, StagePill, StarIcon, StarRating, Stat, StatusDot, StatusIcon, StatusPill, Stepper, StickyActionBar, StopIcon, StrikethroughIcon, SubmitButton, SuggestionPills, SuiteProgress, SunIcon, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableIcon, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TagIcon, TagsCell, TeamIcon, TeamMemberSelect, Textarea, TimeLogger, TimeLoggerActions, TimeLoggerBillable, TimeLoggerContextRow, TimeLoggerEntry, TimeLoggerEntryList, TimeLoggerField, TimeLoggerFooter, TimeLoggerHeader, TimeLoggerNotes, TimeLoggerTimer, ToastProvider, ToggleGroup, ToggleGroupItem, Toolbar, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, Trash2Icon, TrashIcon, TrendingDownIcon, TrendingUpIcon, UnderlineIcon, UploadIcon, UserCircleIcon, UserIcon, UsersIcon, VisuallyHidden, WorkflowIcon, XCircleSolidIcon, XIcon, YEAR_DISPLAY_PLACEHOLDER, ZoomInIcon, ZoomOutIcon, alertVariants, applyMask, applyYearMask, attachmentChipVariants, badgeVariants, buttonVariants, cardVariants, cn, colors, dateToIso, displayToIso, fileTypeBadgeVariants, fileTypeFromName, filterChipVariants, formatClock, formatCurrency, formatDuration, getFlagEmoji, iconTileVariants, inputVariants, isoToDate, isoToDisplay, isoToYear, labelVariants, parseDuration, parsePhoneForEditing, progressBarVariants, progressRingVariants, radii, reference, searchInputVariants, serviceToneLabel, serviceToneStyle, shadows, sidebarLinkBadgeVariants, spacing, spinnerVariants, starRatingVariants, statusDotVariants, suiteProgressFillVariants, surfaces, systemTokens, textareaVariants, typography, useSidebarPeekLock, useSidebarState, useStopwatch, useToast, yearToIso };
|
|
17725
|
+
export { AIReceiptPanel, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivityEventItem, ActivityItem, ActivityList, AgreementPaneHeading, AgreementViewer, AiDraftCard, Alert, AlertCircleIcon, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AlertTriangleIcon, AlertTriangleSolidIcon, AppHeader, AppHeaderActions, AppHeaderBreadcrumb, AppHeaderSearch, AppHeaderTitle, AreaChart, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowRightSmallIcon, ArrowUpIcon, AspectRatio, Assignee, AssureAuditBrandIcon, AssureBooksBrandIcon, AssureProBrandIcon, AssureTaxBrandIcon, AtSignIcon, AttachmentChip, AttentionItem, Avatar, BRAND_PRODUCTS, Badge, BarChartIcon, BellIcon, Blockquote, BoldIcon, BottomNav, BrandScope, BrandScopeProvider, Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, BriefcaseIcon, Building2Icon, BuildingIcon, BulkActionBar, BulkActionBarAction, BulkActionBarSeparator, Button, COUNTRY_CODES, Calendar, CalendarIcon, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CategoryDivider, CategoryTag, ChannelTabs, ChatBubbleIcon, CheckCircle2Icon, CheckCircleSolidIcon, CheckIcon, Checkbox, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsUpDownIcon, CircleDotIcon, CircleIcon, ClientRailGroupHeader, ClientRailItem, ClientSelect, ClipboardCheckIcon, ClockIcon, CloseIcon, Collapsible, CollapsibleContent, CollapsibleTrigger, ComingSoon, CommandIcon, CommandPalette, ConfirmActionButton, Content16 as Content, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, CopyButton, CopyIcon, CornerDownLeftIcon, CountryFlag, CountrySelect, CreditCardIcon, DATE_DISPLAY_PLACEHOLDER, DangerAction, Dash, DashGrid, DataItem, DataTable, DataTableBody, DataTableCell, DataTableCellDue, DataTableCellId, DataTableCellMono, DataTableCellName, DataTableCheckbox, DataTableHead, DataTableHeader, DataTablePagination, DataTableResultsCount, DataTableRow, DataTableSearch, DataTableSpacer, DataTableToolbar, DataTableView, DatePicker, DateRangePicker, DetailGrid, DetailMain, DetailSpine, DetailSpineHeader, DetailSpineSection, DetailSpineStats, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DismissibleChip, DocumentDetailActions, DocumentDetailBody, DocumentDetailHeader, DocumentDetailMetaRow, DocumentDetailPanel, DocumentDetailRequester, DocumentDetailTitle, DocumentFileCard, DocumentFileRow, DocumentIcon, DocumentList, DocumentListSection, DocumentRequestCard, DocumentRequestDetail, DocumentRequestField, DocumentRow, DocumentSourceFilter, DocumentSourceTag, DocumentsWorkspaceLayout, DollarSignIcon, DonutChart, DownloadIcon, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EmailMessageCard, EmptyState, EngagementCard, EngagementTimeline, EngagementTimelineStep, ExtractIcon, EyeIcon, EyeOffIcon, Eyebrow, FileChip, FileIcon, FileReturnIcon, FileTextIcon, FileTypeBadge, FileUpload, FilterChip, FilterIcon, FlagIcon, FolderClosedIcon, FolderOpenIcon, FolderPlusIcon, FolderTree, FolderUpIcon, FormError, FormSection, FormSuccess, GlobeIcon, GoogleBrandIcon, HelpCircleIcon, HistoryIcon, HomeIcon, HoverCard, HoverCardContent, HoverCardPortal, HoverCardTrigger, IconAction, IconTile, InboxIcon, InfoCircleSolidIcon, InfoIcon, Input, IntentBadge, ItalicIcon, Kanban, KanbanCard, KanbanColumn, KanbanIcon, KbdHint, KeyIcon, KeyboardShortcutsDialog, KpiCard, Label4 as Label, LandmarkIcon, LayoutDashboardIcon, LayoutGridIcon, LayoutListIcon, LightningIcon, Link2Icon, LinkAction, LinkButton, LinkIcon, ListChecksIcon, ListIcon, ListOrderedIcon, LoaderIcon, LoadingRows, LockIcon, LockKeyholeIcon, LockOpenIcon, LogOutIcon, Logo, MailIcon, Main, MapPinIcon, MasterDetailLayout, MenuIcon, MessageBubble, MessageBubbleAction, MessageBubbleTombstone, MessageCircleIcon, MessageCircleWarningIcon, MessageComposer, MetadataGrid, MicrosoftBrandIcon, MinusIcon, MissingDocumentsPanel, MoneyCell, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoveIcon, MultiFilterPill, MultiSelectField, MutedSpec, NewMenu, NotificationFilter, NotificationItem, NotificationList, NotificationPanel, NotificationPanelFooter, NotificationPanelHeader, Numeric, OTPInput, PageHeader, PageHeaderSep, PageHeaderSpec, Pagination, PaletteIcon, PanelLeftCloseIcon, PanelLeftIcon, PaperclipIcon, PauseIcon, PdfPreview, PenSignIcon, PenToolIcon, PencilIcon, PhoneCountryInput, PhoneIcon, PhoneInput, PlayIcon, PlusIcon, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, PrimaryAction, PriorityIcon, ProgressBar, ProgressRing, ProposalAddOn, ProposalBillingTerms, ProposalConsentGate, ProposalCustomPage, ProposalNote, ProposalPackageCard, ProposalPaymentCapture, ProposalPricingSummary, ProposalServiceRow, ProposalSignatureBlock, ProposalSignerList, QuestionnairePanel, Questions, RadioGroup3 as RadioGroup, RadioGroupItem, RankedBars, ReceiptIcon, ReplyIcon, ResponsiveDialog, RotateCcwIcon, RouteTransition, SERVICE_TONES, SaveIcon, ScrollArea, ScrollBar, SearchIcon, SearchInput, SearchSelect, SecondaryAction, Section, SectionHead, SectionHeader, SegmentedProgress, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectRoot, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectableKpiCard, SendIcon, Separator4 as Separator, SettingsIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Shell, ShieldIcon, SideDrawer, Sidebar, SidebarBrand, SidebarBrandSwitcher, SidebarBrandSwitcherTile, SidebarBrandText, SidebarFooter, SidebarLink, SidebarLinkAction, SidebarLinkBadge, SidebarLinkGroup, SidebarLinkLabel, SidebarPinButton, SidebarProvider, SidebarSection, SidebarTrigger, SidebarUser, SignatureEditor, Skeleton, SkeletonCircle, SkeletonText, SlashIcon, Slider, SmartphoneIcon, SparkleIcon, SparklesIcon, Spinner, SpreadsheetPreview, StackedBarChart, StagePill, StarIcon, StarRating, Stat, StatusDot, StatusIcon, StatusPill, Stepper, StickyActionBar, StopIcon, StrikethroughIcon, SubmitButton, SuggestionPills, SuiteProgress, SunIcon, Switch, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableIcon, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, TagIcon, TagsCell, TeamIcon, TeamMemberSelect, Textarea, TimeLogger, TimeLoggerActions, TimeLoggerBillable, TimeLoggerContextRow, TimeLoggerEntry, TimeLoggerEntryList, TimeLoggerField, TimeLoggerFooter, TimeLoggerHeader, TimeLoggerNotes, TimeLoggerTimer, ToastProvider, ToggleGroup, ToggleGroupItem, Toolbar, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, Trash2Icon, TrashIcon, TrendingDownIcon, TrendingUpIcon, UnderlineIcon, UploadIcon, UserCircleIcon, UserIcon, UsersIcon, VisuallyHidden, WorkflowIcon, XCircleSolidIcon, XIcon, YEAR_DISPLAY_PLACEHOLDER, ZoomInIcon, ZoomOutIcon, alertVariants, applyMask, applyYearMask, attachmentChipVariants, badgeVariants, brandLabel, brandScope, buttonVariants, cardVariants, cn, colors, dateToIso, displayToIso, fileTypeBadgeVariants, fileTypeFromName, filterChipVariants, formatClock, formatCurrency, formatDuration, getFlagEmoji, iconTileVariants, inputVariants, isoToDate, isoToDisplay, isoToYear, labelVariants, parseDuration, parsePhoneForEditing, progressBarVariants, progressRingVariants, radii, reference, searchInputVariants, serviceToneLabel, serviceToneStyle, shadows, sidebarLinkBadgeVariants, spacing, spinnerVariants, starRatingVariants, statusDotVariants, suiteProgressFillVariants, surfaces, systemTokens, textareaVariants, typography, useBrandScope, useSidebarPeekLock, useSidebarState, useStopwatch, useToast, yearToIso };
|
|
17658
17726
|
//# sourceMappingURL=index.js.map
|
|
17659
17727
|
//# sourceMappingURL=index.js.map
|