@godxjp/ui 16.7.0 → 16.7.2
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/app/app-provider.js +1 -0
- package/dist/app/locales.js +1 -0
- package/dist/app/use-formatting.js +1 -0
- package/dist/components/charts/area-chart.js +1 -0
- package/dist/components/charts/bar-chart.js +1 -0
- package/dist/components/charts/chart-cartesian.js +1 -0
- package/dist/components/charts/chart-frame.js +1 -0
- package/dist/components/charts/line-chart.js +1 -0
- package/dist/components/charts/pie-chart.js +1 -0
- package/dist/components/data-display/accordion.js +1 -0
- package/dist/components/data-display/avatar.js +1 -0
- package/dist/components/data-display/badge.js +1 -0
- package/dist/components/data-display/carousel.js +1 -0
- package/dist/components/data-display/collapsible.js +1 -0
- package/dist/components/data-display/data-table.js +1 -0
- package/dist/components/data-display/descriptions.js +1 -0
- package/dist/components/data-display/hover-card.js +1 -0
- package/dist/components/data-display/popover.js +1 -0
- package/dist/components/data-display/progress.js +1 -0
- package/dist/components/data-display/scroll-area.js +1 -0
- package/dist/components/data-display/tree-list.js +1 -0
- package/dist/components/data-entry/calendar.js +1 -0
- package/dist/components/data-entry/cascader.js +1 -0
- package/dist/components/data-entry/checkbox-group.js +1 -0
- package/dist/components/data-entry/checkbox.js +1 -0
- package/dist/components/data-entry/color-picker.js +1 -0
- package/dist/components/data-entry/command.js +1 -0
- package/dist/components/data-entry/date-picker.js +1 -0
- package/dist/components/data-entry/date-range-picker.js +2 -1
- package/dist/components/data-entry/field.js +1 -0
- package/dist/components/data-entry/form-field.js +1 -0
- package/dist/components/data-entry/form.js +1 -0
- package/dist/components/data-entry/input-otp.js +1 -0
- package/dist/components/data-entry/input.js +2 -1
- package/dist/components/data-entry/label.js +1 -0
- package/dist/components/data-entry/month-picker.js +2 -1
- package/dist/components/data-entry/month-range-picker.js +2 -1
- package/dist/components/data-entry/number-input.js +1 -0
- package/dist/components/data-entry/password-input.js +1 -0
- package/dist/components/data-entry/password-strength.js +1 -0
- package/dist/components/data-entry/radio.js +1 -0
- package/dist/components/data-entry/rating.js +1 -0
- package/dist/components/data-entry/search-input.js +1 -0
- package/dist/components/data-entry/search-select.js +1 -0
- package/dist/components/data-entry/select.js +1 -0
- package/dist/components/data-entry/slider.js +1 -0
- package/dist/components/data-entry/switch.js +1 -0
- package/dist/components/data-entry/tag-input.js +1 -0
- package/dist/components/data-entry/textarea.js +1 -0
- package/dist/components/data-entry/time-picker.js +1 -0
- package/dist/components/data-entry/toggle-group.js +1 -0
- package/dist/components/data-entry/toggle.js +1 -0
- package/dist/components/data-entry/transfer.js +1 -0
- package/dist/components/data-entry/tree-select.js +1 -0
- package/dist/components/data-entry/upload-crop-dialog.js +1 -0
- package/dist/components/data-entry/upload.js +1 -0
- package/dist/components/data-entry/use-upload-draft.js +1 -0
- package/dist/components/feedback/alert.js +1 -0
- package/dist/components/feedback/dialog.js +1 -0
- package/dist/components/feedback/sheet.js +1 -0
- package/dist/components/feedback/sonner.js +1 -0
- package/dist/components/feedback/tooltip.js +1 -0
- package/dist/components/feedback/use-toast.js +1 -0
- package/dist/components/general/button.js +4 -2
- package/dist/components/layout/app-shell.js +1 -0
- package/dist/components/layout/aspect-ratio.js +1 -0
- package/dist/components/layout/breadcrumb.js +1 -0
- package/dist/components/layout/page-container.js +1 -0
- package/dist/components/layout/resizable.js +1 -0
- package/dist/components/layout/separator.js +1 -0
- package/dist/components/layout/sidebar.js +1 -0
- package/dist/components/navigation/app-setting-picker.js +1 -0
- package/dist/components/navigation/context-menu.js +1 -0
- package/dist/components/navigation/dropdown-menu.js +1 -0
- package/dist/components/navigation/filter-bar.js +1 -0
- package/dist/components/navigation/menubar.js +1 -0
- package/dist/components/navigation/navigation-menu.js +1 -0
- package/dist/components/navigation/pagination.js +1 -0
- package/dist/components/navigation/steps.js +1 -0
- package/dist/components/navigation/tabs.js +1 -0
- package/dist/components/query/data-state.js +1 -0
- package/dist/components/query/infinite-query-state.js +1 -0
- package/dist/components/query/mutation-feedback.js +1 -0
- package/dist/components/query/prefetch-link.js +1 -0
- package/dist/components/query/query-refetch-button.js +1 -0
- package/dist/components/ui/accordion.js +1 -0
- package/dist/components/ui/alert-dialog.js +1 -0
- package/dist/components/ui/alert.js +1 -0
- package/dist/components/ui/aspect-ratio.js +1 -0
- package/dist/components/ui/avatar.js +1 -0
- package/dist/components/ui/badge.js +1 -0
- package/dist/components/ui/button.js +1 -0
- package/dist/components/ui/calendar.js +1 -0
- package/dist/components/ui/carousel.js +1 -0
- package/dist/components/ui/checkbox.js +1 -0
- package/dist/components/ui/color-picker.js +1 -0
- package/dist/components/ui/command.js +1 -0
- package/dist/components/ui/context-menu.js +1 -0
- package/dist/components/ui/date-picker.js +1 -0
- package/dist/components/ui/date-range-picker.js +1 -0
- package/dist/components/ui/dialog.js +1 -0
- package/dist/components/ui/dropdown-menu.js +1 -0
- package/dist/components/ui/hover-card.js +1 -0
- package/dist/components/ui/index.js +1 -0
- package/dist/components/ui/input-otp.js +1 -0
- package/dist/components/ui/input.js +1 -0
- package/dist/components/ui/label.js +1 -0
- package/dist/components/ui/menubar.js +1 -0
- package/dist/components/ui/navigation-menu.js +1 -0
- package/dist/components/ui/pagination.js +1 -0
- package/dist/components/ui/password-input.js +1 -0
- package/dist/components/ui/password-strength.js +1 -0
- package/dist/components/ui/popover.js +1 -0
- package/dist/components/ui/radio.js +1 -0
- package/dist/components/ui/rating.js +1 -0
- package/dist/components/ui/resizable.js +1 -0
- package/dist/components/ui/scroll-area.js +1 -0
- package/dist/components/ui/select.js +1 -0
- package/dist/components/ui/separator.js +1 -0
- package/dist/components/ui/sheet.js +1 -0
- package/dist/components/ui/slider.js +1 -0
- package/dist/components/ui/sonner.js +1 -0
- package/dist/components/ui/switch.js +1 -0
- package/dist/components/ui/tabs.js +1 -0
- package/dist/components/ui/tag-input.js +1 -0
- package/dist/components/ui/textarea.js +1 -0
- package/dist/components/ui/time-picker.js +1 -0
- package/dist/components/ui/toggle-group.js +1 -0
- package/dist/components/ui/toggle.js +1 -0
- package/dist/components/ui/upload.js +1 -0
- package/dist/form/form-field-control.js +1 -0
- package/dist/form/use-zod-form.js +1 -0
- package/dist/i18n/use-translation.js +1 -0
- package/dist/lib/control-styles.d.ts +3 -3
- package/dist/lib/control-styles.js +3 -3
- package/dist/lib/hooks.js +1 -0
- package/dist/props/components/app.prop.js +1 -0
- package/dist/props/components/data-entry.prop.js +1 -0
- package/dist/props/components/form.prop.js +1 -0
- package/dist/props/components/query.prop.js +1 -0
- package/dist/styles/control.css +8 -2
- package/dist/tokens/components/control.css +11 -0
- package/package.json +5 -4
package/dist/app/app-provider.js
CHANGED
package/dist/app/locales.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
import { ArrowRight, CalendarIcon, X } from "lucide-react";
|
|
@@ -72,7 +73,7 @@ function DateRangePicker({
|
|
|
72
73
|
className: cn(
|
|
73
74
|
// One input-styled shell for the whole range — mirrors Input's control
|
|
74
75
|
// tokens (border/radius/ring) so it reads as a single form field.
|
|
75
|
-
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-
|
|
76
|
+
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-[var(--control-radius)] transition-[color,box-shadow] outline-none",
|
|
76
77
|
"focus-within:border-ring focus-within:ring-ring/50 focus-within:ring-[3px]",
|
|
77
78
|
open && "border-ring ring-ring/50 ring-[3px]",
|
|
78
79
|
disabled && "pointer-events-none cursor-not-allowed opacity-50",
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
import { X } from "lucide-react";
|
|
4
5
|
import { useTranslation } from "../../i18n/use-translation";
|
|
5
6
|
import { cn } from "../../lib/utils";
|
|
6
7
|
const inputBaseClass = [
|
|
7
|
-
"ui-control border-input bg-background w-full min-w-0 rounded-
|
|
8
|
+
"ui-control border-input bg-background w-full min-w-0 rounded-[var(--control-radius)] transition-[color,box-shadow] outline-none",
|
|
8
9
|
"selection:bg-primary selection:text-primary-foreground",
|
|
9
10
|
"file:text-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium",
|
|
10
11
|
"placeholder:text-muted-foreground",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
import { CalendarIcon, ChevronLeft, ChevronRight, X } from "lucide-react";
|
|
@@ -57,7 +58,7 @@ function MonthPicker({
|
|
|
57
58
|
"div",
|
|
58
59
|
{
|
|
59
60
|
className: cn(
|
|
60
|
-
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-
|
|
61
|
+
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-[var(--control-radius)] transition-[color,box-shadow] outline-none",
|
|
61
62
|
"focus-within:border-ring focus-within:ring-ring/50 focus-within:ring-[3px]",
|
|
62
63
|
open && "border-ring ring-ring/50 ring-[3px]",
|
|
63
64
|
disabled && "pointer-events-none cursor-not-allowed opacity-50",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
import { ArrowRight, CalendarIcon, ChevronLeft, ChevronRight, X } from "lucide-react";
|
|
@@ -100,7 +101,7 @@ function MonthRangePicker({
|
|
|
100
101
|
"div",
|
|
101
102
|
{
|
|
102
103
|
className: cn(
|
|
103
|
-
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-
|
|
104
|
+
"ui-control border-input bg-background flex w-full min-w-0 items-center gap-2 rounded-[var(--control-radius)] transition-[color,box-shadow] outline-none",
|
|
104
105
|
"focus-within:border-ring focus-within:ring-ring/50 focus-within:ring-[3px]",
|
|
105
106
|
open && "border-ring ring-ring/50 ring-[3px]",
|
|
106
107
|
disabled && "pointer-events-none cursor-not-allowed opacity-50",
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
2
3
|
import * as React from "react";
|
|
3
4
|
import { Slot } from "@radix-ui/react-slot";
|
|
@@ -37,9 +38,10 @@ const buttonVariants = cva("ui-button", {
|
|
|
37
38
|
"icon-lg": "size-[calc(var(--control-height)+0.25rem)]"
|
|
38
39
|
},
|
|
39
40
|
// Single source of corner radius (deterministic — no competing rounded-* utility): default uses
|
|
40
|
-
// the
|
|
41
|
+
// the dedicated --button-radius token (themeable independently of --control-radius, issue #124),
|
|
42
|
+
// pill is fully rounded, sharp is square.
|
|
41
43
|
shape: {
|
|
42
|
-
default: "rounded-
|
|
44
|
+
default: "rounded-[var(--button-radius)]",
|
|
43
45
|
pill: "rounded-[var(--radius-pill)]",
|
|
44
46
|
sharp: "rounded-[var(--radius-sharp)]"
|
|
45
47
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/** Shared control sizing — reads `--control-height`, `--font-size-*` from density / theme. */
|
|
2
|
-
export declare const controlFieldClass = "ui-control w-full rounded-
|
|
3
|
-
export declare const controlMultilineClass = "ui-control-multiline w-full rounded-
|
|
2
|
+
export declare const controlFieldClass = "ui-control w-full rounded-[var(--control-radius)] border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 disabled:cursor-not-allowed disabled:opacity-50";
|
|
3
|
+
export declare const controlMultilineClass = "ui-control-multiline w-full rounded-[var(--control-radius)] border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 disabled:cursor-not-allowed disabled:opacity-50";
|
|
4
4
|
/**
|
|
5
5
|
* Open-state ring for popup-style triggers (Select / Cascader / TreeSelect / SearchSelect).
|
|
6
6
|
* Radix moves focus INTO the popup on open, so the trigger loses `:focus-visible` and — without
|
|
@@ -9,7 +9,7 @@ export declare const controlMultilineClass = "ui-control-multiline w-full rounde
|
|
|
9
9
|
* `focus-visible:ring-*` on any trigger that toggles `data-state="open"`.
|
|
10
10
|
*/
|
|
11
11
|
export declare const controlOpenRingClass = "data-[state=open]:border-ring data-[state=open]:ring-ring/50 data-[state=open]:ring-[3px]";
|
|
12
|
-
export declare const controlTriggerClass = "ui-control flex w-full items-center justify-between gap-2 whitespace-nowrap rounded-
|
|
12
|
+
export declare const controlTriggerClass = "ui-control flex w-full items-center justify-between gap-2 whitespace-nowrap rounded-[var(--control-radius)] border border-input bg-background shadow-sm transition-[color,box-shadow] focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 data-[state=open]:border-ring data-[state=open]:ring-ring/50 data-[state=open]:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1";
|
|
13
13
|
export declare const controlIconClass = "size-[length:var(--control-height)] shrink-0";
|
|
14
14
|
export declare const controlIconSmClass = "size-[calc(var(--control-height)-0.5rem)] shrink-0";
|
|
15
15
|
/** Leading/affix icon inside an input row (search, command) — sized to `--control-icon-size`. */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const controlFieldClass = "ui-control w-full rounded-
|
|
2
|
-
const controlMultilineClass = "ui-control-multiline w-full rounded-
|
|
1
|
+
const controlFieldClass = "ui-control w-full rounded-[var(--control-radius)] border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 disabled:cursor-not-allowed disabled:opacity-50";
|
|
2
|
+
const controlMultilineClass = "ui-control-multiline w-full rounded-[var(--control-radius)] border border-input bg-background ring-offset-background placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 disabled:cursor-not-allowed disabled:opacity-50";
|
|
3
3
|
const controlOpenRingClass = "data-[state=open]:border-ring data-[state=open]:ring-ring/50 data-[state=open]:ring-[3px]";
|
|
4
|
-
const controlTriggerClass = "ui-control flex w-full items-center justify-between gap-2 whitespace-nowrap rounded-
|
|
4
|
+
const controlTriggerClass = "ui-control flex w-full items-center justify-between gap-2 whitespace-nowrap rounded-[var(--control-radius)] border border-input bg-background shadow-sm transition-[color,box-shadow] focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/25 data-[state=open]:border-ring data-[state=open]:ring-ring/50 data-[state=open]:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1";
|
|
5
5
|
const controlIconClass = "size-[length:var(--control-height)] shrink-0";
|
|
6
6
|
const controlIconSmClass = "size-[calc(var(--control-height)-0.5rem)] shrink-0";
|
|
7
7
|
const controlIconLeadingClass = "size-[length:var(--control-icon-size)] shrink-0";
|
package/dist/lib/hooks.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";
|
package/dist/styles/control.css
CHANGED
|
@@ -202,13 +202,19 @@
|
|
|
202
202
|
height: var(--control-height);
|
|
203
203
|
padding-inline-start: var(--control-padding-x);
|
|
204
204
|
padding-inline-end: var(--control-padding-x);
|
|
205
|
-
font-size: var(--font-size
|
|
205
|
+
font-size: var(--control-font-size);
|
|
206
|
+
border-width: var(--control-border-width);
|
|
207
|
+
border-style: solid;
|
|
208
|
+
box-shadow: var(--control-shadow);
|
|
206
209
|
}
|
|
207
210
|
|
|
208
211
|
.ui-control-multiline {
|
|
209
212
|
min-height: calc(var(--control-height) * 2.75);
|
|
210
213
|
padding: var(--space-2) var(--control-padding-x);
|
|
211
|
-
font-size: var(--font-size
|
|
214
|
+
font-size: var(--control-font-size);
|
|
215
|
+
border-width: var(--control-border-width);
|
|
216
|
+
border-style: solid;
|
|
217
|
+
box-shadow: var(--control-shadow);
|
|
212
218
|
}
|
|
213
219
|
|
|
214
220
|
.ui-table-row {
|
|
@@ -18,6 +18,17 @@
|
|
|
18
18
|
--control-gap: var(--space-inline-sm);
|
|
19
19
|
--control-gap-sm: var(--space-inline-xs);
|
|
20
20
|
--control-radius: var(--radius);
|
|
21
|
+
/* Button corner radius — defaults to the button's historical `rounded-md` so nothing
|
|
22
|
+
* changes by default, but is its OWN knob so a service theme can retune the button
|
|
23
|
+
* radius INDEPENDENTLY of input/control radius (issue #124). */
|
|
24
|
+
--button-radius: var(--radius-md);
|
|
25
|
+
/* Control surface knobs — font-size, border width and resting shadow of every
|
|
26
|
+
* `.ui-control` (input / picker trigger). Tokenised so a service theme tunes them
|
|
27
|
+
* once instead of each component hard-coding Tailwind utilities. Defaults preserve
|
|
28
|
+
* the historical look (font-size-base, 1px border, shadow-xs). */
|
|
29
|
+
--control-font-size: var(--font-size-base);
|
|
30
|
+
--control-border-width: 1px;
|
|
31
|
+
--control-shadow: var(--shadow-xs);
|
|
21
32
|
--control-icon-size: calc(1rem * var(--scaling));
|
|
22
33
|
--control-icon-size-sm: calc(0.875rem * var(--scaling));
|
|
23
34
|
--control-focus-ring-width: var(--focus-ring-width);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@godxjp/ui",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"packageManager": "pnpm@10.29.1",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"test:coverage": "vitest run --coverage",
|
|
276
276
|
"check:example-imports": "node scripts/check-example-imports.mjs",
|
|
277
277
|
"verify": "pnpm typecheck && pnpm lint && pnpm format && pnpm build && pnpm preview:build && pnpm check:example-imports && pnpm check:core-isolation && pnpm check:prop-vocabulary && pnpm check:token-tiers && pnpm check:control-sizing && pnpm check:rtl && pnpm check:typography && pnpm check:mcp-token-sync && pnpm check:mcp-sync && pnpm check:mcp-orphans && pnpm check:audit-sync && pnpm test",
|
|
278
|
-
"verify:release": "pnpm typecheck && pnpm typecheck:docs && pnpm lint && pnpm build && pnpm preview:build && pnpm check:example-imports && pnpm check:core-isolation && pnpm check:prop-vocabulary && pnpm check:token-tiers && pnpm check:control-sizing && pnpm check:rtl && pnpm check:typography && pnpm check:mcp-token-sync && pnpm check:mcp-sync && pnpm check:mcp-orphans && pnpm check:audit-sync && pnpm check:mcp-prop-sync && pnpm check:contrast && pnpm test",
|
|
278
|
+
"verify:release": "pnpm typecheck && pnpm typecheck:docs && pnpm lint && pnpm build && pnpm preview:build && pnpm check:example-imports && pnpm check:core-isolation && pnpm check:use-client && pnpm check:prop-vocabulary && pnpm check:token-tiers && pnpm check:control-sizing && pnpm check:rtl && pnpm check:typography && pnpm check:mcp-token-sync && pnpm check:mcp-sync && pnpm check:mcp-orphans && pnpm check:audit-sync && pnpm check:mcp-prop-sync && pnpm check:contrast && pnpm test",
|
|
279
279
|
"check:mcp-sync": "node scripts/check-mcp-sync.mjs",
|
|
280
280
|
"check:mcp-orphans": "node scripts/check-mcp-orphans.mjs",
|
|
281
281
|
"check:mcp-prop-sync": "node scripts/check-mcp-prop-sync.mjs",
|
|
@@ -293,14 +293,15 @@
|
|
|
293
293
|
"docs:sync-primitives": "node preview/scripts/sync-primitive-docs.mjs && prettier --write \"docs/primitives/**/*.tsx\"",
|
|
294
294
|
"audit": "node scripts/ui-audit.mjs",
|
|
295
295
|
"audit:examples": "node scripts/ui-audit.mjs docs",
|
|
296
|
-
"build": "tsup && tsc -p tsconfig.build.json && node scripts/copy-styles.mjs",
|
|
296
|
+
"build": "tsup && tsc -p tsconfig.build.json && node scripts/copy-styles.mjs && node scripts/add-use-client.mjs",
|
|
297
297
|
"dev": "node scripts/dev.mjs",
|
|
298
298
|
"prepublishOnly": "pnpm run build",
|
|
299
299
|
"check:audit-sync": "node scripts/check-audit-sync.mjs",
|
|
300
300
|
"check:contrast": "node scripts/check-contrast.mjs",
|
|
301
301
|
"visual-audit": "node scripts/visual-audit.mjs",
|
|
302
302
|
"postinstall": "node scripts/postinstall.mjs",
|
|
303
|
-
"init-agent": "node scripts/init-agent-kit.mjs"
|
|
303
|
+
"init-agent": "node scripts/init-agent-kit.mjs",
|
|
304
|
+
"check:use-client": "node scripts/check-use-client.mjs"
|
|
304
305
|
},
|
|
305
306
|
"peerDependencies": {
|
|
306
307
|
"@axe-core/playwright": "*",
|