@gryt/ui 0.5.0 → 0.7.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/components/Button/Button.d.ts.map +1 -1
- package/dist/components/Combobox/Combobox.d.ts +9 -0
- package/dist/components/Combobox/Combobox.d.ts.map +1 -1
- package/dist/components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/components/Meter/Meter.d.ts +8 -3
- package/dist/components/Meter/Meter.d.ts.map +1 -1
- package/dist/components/Progress/Progress.d.ts.map +1 -1
- package/dist/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/components/TextField/TextField.d.ts.map +1 -1
- package/dist/components/Toast/Toast.d.ts +6 -2
- package/dist/components/Toast/Toast.d.ts.map +1 -1
- package/dist/components/utils/styles.d.ts +21 -0
- package/dist/components/utils/styles.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1514 -1255
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme/createGrytTheme.d.ts +55 -1
- package/dist/theme/createGrytTheme.d.ts.map +1 -1
- package/dist/theme/oklch.d.ts +74 -0
- package/dist/theme/oklch.d.ts.map +1 -0
- package/dist/theme.css +512 -12
- package/package.json +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjE,KAAK,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC3E,KAAK,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAyB1D,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,UAAU,CAAC,EAAE,WAAW,CAAC;IACtE,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjE,KAAK,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC3E,KAAK,UAAU,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAyB1D,MAAM,WAAW,WACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,UAAU,CAAC,EAAE,WAAW,CAAC;IACtE,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IAInB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,CAAC;CACrB;AAED,eAAO,MAAM,MAAM,2GAmDlB,CAAC"}
|
|
@@ -6,6 +6,15 @@ import { ComponentPropsWithoutRef } from 'react';
|
|
|
6
6
|
* Menu's item.
|
|
7
7
|
*/
|
|
8
8
|
export declare const listboxItemClass: string;
|
|
9
|
+
/**
|
|
10
|
+
* The typeahead input on both Combobox and Autocomplete.
|
|
11
|
+
*
|
|
12
|
+
* This is TextField's control, through the same shared constant, so the three
|
|
13
|
+
* places you can type in this library are the same shape. It used to be its own
|
|
14
|
+
* class list asking for `rounded-(--gryt-radius-input)` — a token that has never
|
|
15
|
+
* existed — so it rendered with square corners next to a fully rounded
|
|
16
|
+
* TextField.
|
|
17
|
+
*/
|
|
9
18
|
export declare const listboxInputClass: string;
|
|
10
19
|
export type ComboboxPopupProps = ComponentPropsWithoutRef<typeof BaseCombobox.Popup>;
|
|
11
20
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../src/components/Combobox/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../src/components/Combobox/Combobox.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAUtD;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,QAQlB,CAAC;AAEZ;;;;;;;;GAQG;AACH,eAAO,MAAM,iBAAiB,QAKnB,CAAC;AAEZ,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CACvD,OAAO,YAAY,CAAC,KAAK,CAC1B,CAAC;AA2EF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;CAqBpB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAItD,KAAK,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC/E,KAAK,cAAc,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAsB9D,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,UAAU,CAAC,EAAE,WAAW,CAAC;IACtE,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,+
|
|
1
|
+
{"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../src/components/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAItD,KAAK,cAAc,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC/E,KAAK,cAAc,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAsB9D,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,UAAU,CAAC,EAAE,WAAW,CAAC;IACtE,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,IAAI,CAAC,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,UAAU,+GAgCtB,CAAC"}
|
|
@@ -18,9 +18,14 @@ export interface MeterProps extends Omit<ComponentPropsWithoutRef<typeof BaseMet
|
|
|
18
18
|
* 100% is often the bad case rather than the finished one. They also announce
|
|
19
19
|
* differently to a screen reader, which is the part that actually matters.
|
|
20
20
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
21
|
+
* The indicator moves rather than snapping, but only just — 120ms and ease-out,
|
|
22
|
+
* no spring. This used to have no transition at all, on the grounds that the
|
|
23
|
+
* common caller is a mic level updating every animation frame and easing a
|
|
24
|
+
* value that changes 60 times a second only makes it lag behind the sound.
|
|
25
|
+
* That reasoning holds for the mic and nothing else: disk used, server
|
|
26
|
+
* capacity, a level polled a few times a second all read as broken when they
|
|
27
|
+
* teleport. 120ms is shorter than the gap between polls at 4Hz, so a fast feed
|
|
28
|
+
* still lands on every value it is handed.
|
|
24
29
|
*/
|
|
25
30
|
export declare function Meter({ className, value, label, showValue, tone, ...props }: MeterProps): import("react").JSX.Element;
|
|
26
31
|
//# sourceMappingURL=Meter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Meter.d.ts","sourceRoot":"","sources":["../../../src/components/Meter/Meter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AASrE,MAAM,WAAW,UACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,OAAO,SAAS,CAAC,IAAI,CAAC,EAC/C,WAAW,GAAG,OAAO,CACtB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,4DAA4D;IAC5D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED
|
|
1
|
+
{"version":3,"file":"Meter.d.ts","sourceRoot":"","sources":["../../../src/components/Meter/Meter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGjE,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AASrE,MAAM,WAAW,UACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,OAAO,SAAS,CAAC,IAAI,CAAC,EAC/C,WAAW,GAAG,OAAO,CACtB;IACD,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,4DAA4D;IAC5D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,KAAK,CAAC,EACpB,SAAS,EACT,KAAK,EACL,KAAK,EACL,SAAiB,EACjB,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,UAAU,+BAwCZ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGtD,MAAM,WAAW,aACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,EAClD,WAAW,GAAG,OAAO,CACtB;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAY,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,+
|
|
1
|
+
{"version":3,"file":"Progress.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/Progress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEnE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGtD,MAAM,WAAW,aACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,OAAO,YAAY,CAAC,IAAI,CAAC,EAClD,WAAW,GAAG,OAAO,CACtB;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IAGnB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,wBAAgB,QAAQ,CAAC,EAAE,SAAS,EAAE,KAAY,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,+BAmB5E;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAKD,wBAAgB,OAAO,CAAC,EACtB,SAAS,EACT,IAAS,EACT,YAAY,EAAE,SAAqB,EACpC,EAAE,YAAY,+BAad"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,OAAO,CAAC;AAG3D,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAS9E,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IACnE,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,MAAM,EACN,KAAK,EACL,OAAgB,EAChB,KAAK,EACL,GAAG,KAAK,EACT,EAAE,aAAa,+
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,OAAO,CAAC;AAG3D,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,CAAC;AAS9E,MAAM,WAAW,aAAc,SAAQ,cAAc,CAAC,cAAc,CAAC;IACnE,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,MAAM,EACN,KAAK,EACL,OAAgB,EAChB,KAAK,EACL,GAAG,KAAK,EACT,EAAE,aAAa,+BAyBf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C,OAAO,KAAK,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMjE,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE/C,MAAM,WAAW,cACf,SAAQ,IAAI,CACV,wBAAwB,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,EAC9C,WAAW,GAAG,MAAM,CACrB;IACD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,SAAS,6GA4DrB,CAAC"}
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import { Toast as BaseToast } from '@base-ui/react/toast';
|
|
2
2
|
import { ComponentPropsWithoutRef } from 'react';
|
|
3
|
-
export type
|
|
3
|
+
export type ToastSeverity = "neutral" | "info" | "success" | "warning" | "danger";
|
|
4
|
+
export interface ToastRootProps extends Omit<ComponentPropsWithoutRef<typeof BaseToast.Root>, "className"> {
|
|
5
|
+
severity?: ToastSeverity;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
4
8
|
export type ToastViewportProps = ComponentPropsWithoutRef<typeof BaseToast.Viewport>;
|
|
5
9
|
export declare const Toast: {
|
|
6
10
|
Provider: import('react').FC<import('@base-ui/react').ToastProviderProps>;
|
|
7
11
|
Portal: import('react').ForwardRefExoticComponent<Omit<import('@base-ui/react').ToastPortalProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
8
12
|
Viewport: import('react').ForwardRefExoticComponent<Omit<Omit<import('@base-ui/react').ToastViewportProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
9
|
-
Root: import('react').ForwardRefExoticComponent<
|
|
13
|
+
Root: import('react').ForwardRefExoticComponent<ToastRootProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
10
14
|
Title: import('react').ForwardRefExoticComponent<Omit<Omit<import('@base-ui/react').ToastTitleProps, "ref"> & import('react').RefAttributes<HTMLHeadingElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
11
15
|
Description: import('react').ForwardRefExoticComponent<Omit<Omit<import('@base-ui/react').ToastDescriptionProps, "ref"> & import('react').RefAttributes<HTMLParagraphElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
12
16
|
Close: import('react').ForwardRefExoticComponent<Omit<Omit<import('@base-ui/react').ToastCloseProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAG1D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAG1D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAGtD,MAAM,MAAM,aAAa,GACrB,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,QAAQ,CAAC;AAmBb,MAAM,WAAW,cACf,SAAQ,IAAI,CAAC,wBAAwB,CAAC,OAAO,SAAS,CAAC,IAAI,CAAC,EAAE,WAAW,CAAC;IAC1E,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AACD,MAAM,MAAM,kBAAkB,GAAG,wBAAwB,CACvD,OAAO,SAAS,CAAC,QAAQ,CAC1B,CAAC;AAgIF,eAAO,MAAM,KAAK;;;;;;;;;CASjB,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,kCAA4B,CAAC"}
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
export declare const focusRing = "focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light";
|
|
2
2
|
export declare const focusRingWithin = "has-[:focus-visible]:outline-2 has-[:focus-visible]:outline-offset-2 has-[:focus-visible]:outline-gryt-accent-light";
|
|
3
|
+
/**
|
|
4
|
+
* What a text input looks like: TextField, and the typeahead inputs on
|
|
5
|
+
* Combobox and Autocomplete.
|
|
6
|
+
*
|
|
7
|
+
* Shared because they had already drifted. The listbox inputs asked for
|
|
8
|
+
* `rounded-(--gryt-radius-input)`, a token that does not exist — the library
|
|
9
|
+
* ships sm, md, lg, xl and full — so the declaration was invalid and both
|
|
10
|
+
* rendered with square corners in a library where every other control is
|
|
11
|
+
* rounded. That is the kind of thing a shared constant makes impossible rather
|
|
12
|
+
* than merely unlikely.
|
|
13
|
+
*
|
|
14
|
+
* The border *colour* is left to the caller: TextField swaps it for danger when
|
|
15
|
+
* the field is invalid, and baking one in here would mean fighting it back off.
|
|
16
|
+
*/
|
|
17
|
+
export declare const fieldControl: string;
|
|
18
|
+
/** Matching heights and padding for the two sizes a field comes in. */
|
|
19
|
+
export declare const fieldSizes: {
|
|
20
|
+
readonly small: "min-h-9 px-3 py-1.5 text-sm";
|
|
21
|
+
readonly medium: "min-h-11 px-4 py-2.5 text-sm";
|
|
22
|
+
};
|
|
23
|
+
export type FieldSize = keyof typeof fieldSizes;
|
|
3
24
|
export declare const popupSurface = "rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text";
|
|
4
25
|
export declare const popupMotion: string;
|
|
5
26
|
export declare const disabledState = "data-disabled:cursor-not-allowed data-disabled:opacity-50";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/utils/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,mGAC4E,CAAC;AAMnG,eAAO,MAAM,eAAe,wHAC2F,CAAC;
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/utils/styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,SAAS,mGAC4E,CAAC;AAMnG,eAAO,MAAM,eAAe,wHAC2F,CAAC;AAExH;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,YAAY,QAMd,CAAC;AAEZ,uEAAuE;AACvE,eAAO,MAAM,UAAU;;;CAGb,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,UAAU,CAAC;AAIhD,eAAO,MAAM,YAAY,wFAC8D,CAAC;AAIxF,eAAO,MAAM,WAAW,QAOb,CAAC;AAEZ,eAAO,MAAM,aAAa,8DACmC,CAAC;AAK9D,MAAM,MAAM,IAAI,GACZ,SAAS,GACT,WAAW,GACX,SAAS,GACT,QAAQ,GACR,SAAS,GACT,SAAS,CAAC;AAEd,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAO3C,CAAC;AAGF,eAAO,MAAM,QAAQ,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAOzC,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAO3C,CAAC;AAKF,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAQhD,CAAC;AAGF,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAOvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAOlD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE,MAAM,CAO9C,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),M=require("@base-ui/react/tooltip"),ae=require("@base-ui/react/button"),s=require("react"),fe=require("clsx"),me=require("tailwind-merge"),V=require("@base-ui/react/field"),v=require("@phosphor-icons/react"),H=require("@base-ui/react/avatar"),K=require("@base-ui/react/checkbox"),Z=require("@base-ui/react/radio"),be=require("@base-ui/react/radio-group"),ee=require("@base-ui/react/switch"),G=require("@base-ui/react/slider"),b=require("@base-ui/react/select"),xe=require("@base-ui/react/separator"),X=require("@base-ui/react/progress"),C=require("@base-ui/react/dialog"),w=require("@base-ui/react/drawer"),D=require("@base-ui/react/menu"),z=require("@base-ui/react/tabs"),B=require("@base-ui/react/accordion"),P=require("@base-ui/react/context-menu"),N=require("@base-ui/react/popover"),R=require("@base-ui/react/toast"),F=require("@base-ui/react/scroll-area"),he=require("@base-ui/react/toggle"),we=require("@base-ui/react/toggle-group"),q=require("@base-ui/react/meter"),T=require("@base-ui/react/alert-dialog"),p=require("@base-ui/react/autocomplete"),d=require("@base-ui/react/combobox"),ve=require("@base-ui/react/checkbox-group"),Q=require("@base-ui/react/collapsible"),je=require("@base-ui/react/form"),ne=require("@base-ui/react/fieldset"),Ne=require("@base-ui/react/menubar"),x=require("@base-ui/react/navigation-menu"),A=require("@base-ui/react/number-field"),te=require("@base-ui/react/otp-field"),I=require("@base-ui/react/preview-card"),$=require("@base-ui/react/toolbar"),Y={color:{bg:"#111318",surface:"#1a1d24",surfaceRaised:"#1e2028",surfaceHover:"#334155",border:"#2b303d",text:"#e0e0e6",muted:"#888888",accent:"#968FF8",accentLight:"#b4afff",secondary:"#7dd3fc",secondaryLight:"#bae6fd",success:"#4ade80",danger:"#f87171",dangerLight:"#fca5a5",warning:"#fbbf24",onAccent:"#141126",onSecondary:"#07131c",onDanger:"#250b0b"},radius:{sm:8,md:12,lg:20,xl:28,full:999}};function se(a={}){const e={...Y.color,...a.color},t={...Y.radius,...a.radius};return{"--gryt-bg":e.bg,"--gryt-surface":e.surface,"--gryt-surface-raised":e.surfaceRaised,"--gryt-surface-hover":e.surfaceHover,"--gryt-border":e.border,"--gryt-text":e.text,"--gryt-muted":e.muted,"--gryt-accent":e.accent,"--gryt-accent-light":e.accentLight,"--gryt-secondary":e.secondary,"--gryt-secondary-light":e.secondaryLight,"--gryt-success":e.success,"--gryt-danger":e.danger,"--gryt-danger-light":e.dangerLight,"--gryt-warning":e.warning,"--gryt-on-accent":e.onAccent,"--gryt-on-secondary":e.onSecondary,"--gryt-on-danger":e.onDanger,"--color-gryt-bg":e.bg,"--color-gryt-surface":e.surface,"--color-gryt-surface-raised":e.surfaceRaised,"--color-gryt-surface-hover":e.surfaceHover,"--color-gryt-border":e.border,"--color-gryt-text":e.text,"--color-gryt-muted":e.muted,"--color-gryt-accent":e.accent,"--color-gryt-accent-light":e.accentLight,"--color-gryt-secondary":e.secondary,"--color-gryt-secondary-light":e.secondaryLight,"--color-gryt-success":e.success,"--color-gryt-danger":e.danger,"--color-gryt-danger-light":e.dangerLight,"--color-gryt-warning":e.warning,"--color-gryt-on-accent":e.onAccent,"--color-gryt-on-secondary":e.onSecondary,"--color-gryt-on-danger":e.onDanger,"--gryt-radius-sm":`${t.sm}px`,"--gryt-radius-md":`${t.md}px`,"--gryt-radius-lg":`${t.lg}px`,"--gryt-radius-xl":`${t.xl}px`,"--gryt-radius-full":`${t.full}px`}}function Re(a){return Object.keys(a).some(e=>e.startsWith("--"))}function Pe({children:a,className:e,theme:t,tooltipDelay:r=400}){const i=t&&Re(t)?t:se(t??{});return o.jsx("div",{className:e,style:i,children:o.jsx(M.Tooltip.Provider,{delay:r,children:a})})}function n(...a){return me.twMerge(fe.clsx(a))}const Ce={primary:"bg-gryt-accent text-gryt-on-accent hover:not-data-disabled:bg-gryt-accent-light",secondary:"bg-gryt-secondary text-gryt-on-secondary hover:not-data-disabled:bg-gryt-secondary-light",neutral:"bg-gryt-surface-raised text-gryt-text hover:not-data-disabled:bg-gryt-surface-hover",danger:"bg-gryt-danger text-gryt-on-danger hover:not-data-disabled:bg-gryt-danger-light",ghost:"bg-transparent text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"},Te={xsmall:"min-h-8 px-3 text-xs",small:"min-h-9 px-4 text-sm",medium:"min-h-10 px-5 text-sm",large:"min-h-12 px-6 text-base"},ie=s.forwardRef(function({children:e,className:t,endIcon:r,size:i="medium",startIcon:c,tone:l="primary",...y},u){return o.jsxs(ae.Button,{ref:u,className:n("gryt-button","inline-flex items-center justify-center gap-2 border-0 shadow-none","rounded-(--gryt-radius-full) font-semibold whitespace-nowrap select-none","transition-[scale,background-color,color]","duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:not-data-disabled:scale-[1.03]","motion-safe:active:not-data-disabled:scale-[0.96]","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light","data-disabled:cursor-not-allowed data-disabled:opacity-50",Te[i],Ce[l],t),...y,children:[c,e,r]})}),f="focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",ke="has-[:focus-visible]:outline-2 has-[:focus-visible]:outline-offset-2 has-[:focus-visible]:outline-gryt-accent-light",k="rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text",S=["transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0"].join(" "),L="data-disabled:cursor-not-allowed data-disabled:opacity-50",Se={primary:"data-checked:bg-gryt-accent data-checked:text-gryt-on-accent",secondary:"data-checked:bg-gryt-secondary data-checked:text-gryt-on-secondary",neutral:"data-checked:bg-gryt-surface-hover data-checked:text-gryt-text",danger:"data-checked:bg-gryt-danger data-checked:text-gryt-on-danger",success:"data-checked:bg-gryt-success data-checked:text-gryt-on-accent",warning:"data-checked:bg-gryt-warning data-checked:text-gryt-on-accent"},ce={primary:"bg-gryt-accent",secondary:"bg-gryt-secondary",neutral:"bg-gryt-surface-hover",danger:"bg-gryt-danger",success:"bg-gryt-success",warning:"bg-gryt-warning"},Ae={primary:"data-checked:border-gryt-accent",secondary:"data-checked:border-gryt-secondary",neutral:"data-checked:border-gryt-muted",danger:"data-checked:border-gryt-danger",success:"data-checked:border-gryt-success",warning:"data-checked:border-gryt-warning"},Me={primary:"data-checked:bg-gryt-accent",secondary:"data-checked:bg-gryt-secondary",neutral:"data-checked:bg-gryt-surface-hover",danger:"data-checked:bg-gryt-danger",success:"data-checked:bg-gryt-success",warning:"data-checked:bg-gryt-warning"},De={primary:"text-gryt-accent hover:not-data-disabled:bg-gryt-accent/10",secondary:"text-gryt-secondary hover:not-data-disabled:bg-gryt-secondary/10",neutral:"text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text",danger:"text-gryt-danger hover:not-data-disabled:bg-gryt-danger/10",ghost:"text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"},Ie={xsmall:"h-8 w-8",small:"h-9 w-9",medium:"h-10 w-10",large:"h-12 w-12"},$e=s.forwardRef(function({className:e,size:t="medium",tone:r="neutral",...i},c){return o.jsx(ae.Button,{ref:c,className:n("gryt-icon-button","inline-flex shrink-0 items-center justify-center border-0 bg-transparent p-0","rounded-(--gryt-radius-full) select-none","transition-[scale,background-color,color] duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:not-data-disabled:scale-[1.06]","motion-safe:active:not-data-disabled:scale-[0.94]",f,L,Ie[t],De[r],e),...i})}),Fe=s.forwardRef(function({className:e,elevated:t=!1,...r},i){return o.jsx("div",{ref:i,className:n("gryt-surface rounded-(--gryt-radius-lg) border border-gryt-border p-4 text-gryt-text",t?"bg-gryt-surface-raised":"bg-gryt-surface",e),...r})}),Le=s.forwardRef(function({children:e,className:t,from:r="assistant",...i},c){return o.jsx("div",{ref:c,className:n("gryt-message-bubble",r==="user"&&"ml-auto bg-gryt-accent text-gryt-on-accent",r==="assistant"&&"mr-auto border border-gryt-border bg-gryt-surface text-gryt-text",r==="system"&&"mx-auto border border-dashed border-gryt-border bg-transparent text-gryt-muted",t),...i,children:e})}),Ge={small:"min-h-9 px-3 py-1.5 text-sm",medium:"min-h-11 px-4 py-2.5 text-sm"},qe=s.forwardRef(function({className:e,error:t=!1,fieldClassName:r,helperText:i,label:c,minRows:l=3,multiline:y=!1,size:u="medium",...h},g){const j=o.jsx(V.Field.Control,{ref:g,render:y?o.jsx("textarea",{rows:l}):void 0,className:n("gryt-text-field-control w-full rounded-(--gryt-radius-xl) border bg-gryt-surface-raised","text-gryt-text outline-none placeholder:text-gryt-muted","transition-colors duration-150","hover:border-gryt-accent-light focus:border-gryt-accent","disabled:cursor-not-allowed disabled:opacity-60",y&&"resize-y leading-6",t?"border-gryt-danger":"border-gryt-border",Ge[u],e),...h});return o.jsxs(V.Field.Root,{className:n("gryt-text-field flex w-full flex-col gap-1.5",r),children:[c?o.jsx(V.Field.Label,{className:"text-xs font-medium text-gryt-muted",children:c}):null,j,i?o.jsx(V.Field.Description,{className:n("text-xs",t?"text-gryt-danger":"text-gryt-muted"),children:i}):null]})}),Be=s.forwardRef(function({className:e,disabled:t=!1,maxRows:r=8,minRows:i=1,onSubmit:c,placeholder:l="Message Gryt",submitLabel:y="Send",...u},h){const g=s.useRef(null),j=s.useCallback(()=>{const m=g.current;if(!m)return;const _=window.getComputedStyle(m),W=parseFloat(_.lineHeight)||24,J=parseFloat(_.paddingTop)+parseFloat(_.paddingBottom);m.style.height="auto",m.style.height=`${Math.min(Math.max(m.scrollHeight,W*i+J),W*r+J)}px`},[r,i]);s.useLayoutEffect(j,[j,u.value]);function U(m){if(!c){m.preventDefault();return}c(m)}return o.jsxs("form",{className:n("gryt-composer",e),onSubmit:U,children:[o.jsx("textarea",{ref:m=>{g.current=m,typeof h=="function"?h(m):h&&(h.current=m)},rows:i,disabled:t,placeholder:l,onInput:j,className:"gryt-composer-textarea disabled:cursor-not-allowed disabled:opacity-60",...u}),o.jsx(ie,{type:"submit",disabled:t,size:"small",endIcon:o.jsx(v.PaperPlaneTilt,{size:14,weight:"fill"}),children:y})]})}),ze={small:"h-8 w-8 text-xs",medium:"h-10 w-10 text-sm",large:"h-12 w-12 text-base"},le=s.forwardRef(function({alt:e,children:t,className:r,fallback:i,size:c="medium",src:l,...y},u){return o.jsxs(H.Avatar.Root,{ref:u,className:n("gryt-avatar inline-flex shrink-0 items-center justify-center overflow-hidden align-middle select-none","rounded-(--gryt-radius-full) bg-gryt-surface-raised font-medium text-gryt-text ring-1 ring-gryt-border",ze[c],r),...y,children:[l?o.jsx(H.Avatar.Image,{src:l,alt:e,className:"h-full w-full object-cover"}):null,o.jsx(H.Avatar.Fallback,{className:"flex h-full w-full items-center justify-center",children:i??t})]})}),Ve=s.forwardRef(function({active:e=!1,avatar:t,className:r,subtitle:i,title:c,...l},y){return o.jsxs("button",{ref:y,type:"button",className:n("gryt-conversation-item",e?"bg-gryt-accent text-gryt-on-accent":"text-gryt-text hover:bg-white/5",r),...l,children:[t??o.jsx(le,{size:"small",className:n(e?"bg-gryt-on-accent text-gryt-accent ring-transparent":"bg-gryt-surface-raised text-gryt-text"),children:c.slice(0,1).toUpperCase()}),o.jsxs("span",{className:"min-w-0 flex-1",children:[o.jsx("span",{className:"block truncate text-sm font-semibold",children:c}),i?o.jsx("span",{className:n("block truncate text-xs",e?"text-gryt-on-accent/70":"text-gryt-muted"),children:i}):null]})]})}),Ee=s.forwardRef(function({badgeContent:e,children:t,className:r,max:i=99,showZero:c=!1,...l},y){const u=typeof e=="number"?e:null,h=u!==null&&u===0&&!c,g=u!==null&&u>i?`${i}+`:e;return o.jsxs("span",{ref:y,className:n("gryt-badge relative inline-flex",r),...l,children:[t,e!==void 0&&!h?o.jsx("span",{className:n("gryt-badge-dot absolute -top-1 -right-1 z-10 inline-flex items-center justify-center","min-w-5 rounded-(--gryt-radius-full) px-1.5 py-0.5","bg-gryt-accent text-[0.65rem] leading-none font-semibold text-gryt-on-accent","ring-2 ring-gryt-bg"),children:g}):null]})}),Oe={neutral:"border-gryt-border bg-gryt-surface-raised text-gryt-text",primary:"border-gryt-accent/40 bg-gryt-accent/12 text-gryt-accent",secondary:"border-gryt-secondary/40 bg-gryt-secondary/12 text-gryt-secondary",success:"border-gryt-success/40 bg-gryt-success/12 text-gryt-success",warning:"border-gryt-warning/40 bg-gryt-warning/12 text-gryt-warning",danger:"border-gryt-danger/40 bg-gryt-danger/12 text-gryt-danger"},_e=s.forwardRef(function({children:e,className:t,icon:r,label:i,onDelete:c,tone:l="neutral",...y},u){return o.jsxs("span",{ref:u,className:n("gryt-chip inline-flex items-center gap-1.5 rounded-(--gryt-radius-full) border px-3 py-1 text-xs font-medium",Oe[l],t),...y,children:[r,i??e,c?o.jsx("button",{type:"button","aria-label":"Remove",onClick:c,className:n("-mr-1 inline-flex h-4 w-4 items-center justify-center rounded-(--gryt-radius-full)","opacity-70 transition-opacity hover:opacity-100",f),children:o.jsx(v.X,{size:10,weight:"bold","aria-hidden":"true"})}):null]})}),He=s.forwardRef(function({className:e,tone:t="primary",...r},i){return o.jsx(K.Checkbox.Root,{ref:i,className:n("gryt-checkbox flex h-5 w-5 shrink-0 items-center justify-center","rounded-(--gryt-radius-sm) border border-gryt-border bg-gryt-surface-raised","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","data-checked:border-transparent","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.08]","motion-safe:active:not-data-disabled:scale-[0.92]",f,L,Se[t],e),...r,children:o.jsx(K.Checkbox.Indicator,{keepMounted:!0,className:n("flex origin-center","transition-[scale,opacity] duration-(--gryt-dur-spring) ease-spring","data-unchecked:scale-0 data-unchecked:opacity-0","motion-reduce:transition-none"),children:o.jsx(v.Check,{size:12,weight:"bold"})})})}),Xe=s.forwardRef(function({className:e,tone:t="primary",...r},i){return o.jsx(Z.Radio.Root,{ref:i,className:n("gryt-radio flex h-5 w-5 shrink-0 items-center justify-center","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface-raised","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.08]","motion-safe:active:not-data-disabled:scale-[0.92]",f,L,Ae[t],e),...r,children:o.jsx(Z.Radio.Indicator,{keepMounted:!0,className:n("h-2.5 w-2.5 origin-center rounded-(--gryt-radius-full)","transition-[scale,opacity] duration-(--gryt-dur-spring) ease-spring","data-unchecked:scale-0 data-unchecked:opacity-0","motion-reduce:transition-none",ce[t])})})}),Ye=s.forwardRef(function({className:e,...t},r){return o.jsx(be.RadioGroup,{ref:r,className:n("gryt-radio-group flex flex-col gap-2",e),...t})}),Qe=s.forwardRef(function({className:e,tone:t="primary",...r},i){return o.jsx(ee.Switch.Root,{ref:i,className:n("gryt-switch relative inline-flex h-6 w-10 shrink-0 items-center","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface-raised p-0.5","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","data-checked:border-transparent","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.05]","motion-safe:active:not-data-disabled:scale-[0.95]",f,L,Me[t],e),...r,children:o.jsx(ee.Switch.Thumb,{className:n("h-4.5 w-4.5 rounded-(--gryt-radius-full) bg-gryt-text","transition-transform duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-checked:translate-x-4 data-checked:bg-gryt-bg")})})}),re=3;function Ue({className:a,tone:e="primary","aria-label":t,...r}){const[i,c]=s.useState(!1),l=s.useRef(null);s.useEffect(()=>{if(!i&&l.current===null)return;const g=()=>{l.current=null,c(!1)};return window.addEventListener("pointerup",g),window.addEventListener("pointercancel",g),()=>{window.removeEventListener("pointerup",g),window.removeEventListener("pointercancel",g)}},[i]);function y(g){l.current={x:g.clientX,y:g.clientY}}function u(g){const j=l.current;if(j===null||i)return;(Math.abs(g.clientX-j.x)>re||Math.abs(g.clientY-j.y)>re)&&c(!0)}const h=i?"transition-none":"duration-(--gryt-dur-spring) ease-spring-tight motion-reduce:transition-none";return o.jsx(G.Slider.Root,{className:n("gryt-slider w-full",a),...r,children:o.jsx(G.Slider.Control,{className:"flex w-full touch-none items-center py-2 select-none",onPointerDown:y,onPointerMove:u,children:o.jsxs(G.Slider.Track,{className:"h-1.5 w-full rounded-(--gryt-radius-full) bg-gryt-surface-raised select-none",children:[o.jsx(G.Slider.Indicator,{className:n("h-full rounded-(--gryt-radius-full) select-none","transition-[width]",h,ce[e])}),o.jsx(G.Slider.Thumb,{"aria-label":t,className:n("group h-4 w-4 rounded-(--gryt-radius-full) select-none","transition-[inset-inline-start]",h,ke),children:o.jsx("span",{className:n("block h-full w-full rounded-(--gryt-radius-full) bg-gryt-text","transition-[scale] duration-(--gryt-dur-spring) ease-spring","motion-safe:group-hover:scale-[1.12] motion-safe:group-active:scale-[0.94]","motion-reduce:transition-none")})})]})})})}const We={small:"min-h-9 px-3 text-sm",medium:"min-h-11 px-4 text-sm"};function Je({className:a,label:e,options:t=[],placeholder:r="Select",size:i="medium",...c}){return o.jsxs(b.Select.Root,{items:t,...c,children:[o.jsxs("div",{className:n("gryt-select flex w-full flex-col gap-1.5",a),children:[e?o.jsx(b.Select.Label,{className:"text-xs font-medium text-gryt-muted",children:e}):null,o.jsxs(b.Select.Trigger,{className:n("flex w-full items-center justify-between gap-2","rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface-raised","text-gryt-text select-none","transition-colors duration-150 hover:border-gryt-accent-light","data-disabled:cursor-not-allowed data-disabled:opacity-60",f,We[i]),children:[o.jsx(b.Select.Value,{placeholder:r}),o.jsx(b.Select.Icon,{className:"shrink-0 text-gryt-muted",children:o.jsx(v.CaretUpDown,{size:16})})]})]}),o.jsx(b.Select.Portal,{children:o.jsx(b.Select.Positioner,{sideOffset:6,className:"outline-none",children:o.jsx(b.Select.Popup,{className:n("min-w-(--anchor-width) p-1",k,S),children:o.jsx(b.Select.List,{children:t.map(l=>o.jsxs(b.Select.Item,{value:l.value,disabled:l.disabled,className:n("flex cursor-default items-center justify-between gap-2","rounded-(--gryt-radius-md) px-3 py-2 text-sm text-gryt-text","outline-none select-none data-highlighted:bg-gryt-surface-raised","data-disabled:cursor-not-allowed data-disabled:opacity-50"),children:[o.jsx(b.Select.ItemText,{children:l.label}),o.jsx(b.Select.ItemIndicator,{className:"text-gryt-accent",children:o.jsx(v.Check,{size:14,weight:"bold"})})]},String(l.value)))})})})})]})}function Ke({children:a,className:e,side:t="top",sideOffset:r=8,title:i}){return o.jsxs(M.Tooltip.Root,{children:[o.jsx(M.Tooltip.Trigger,{render:a}),o.jsx(M.Tooltip.Portal,{children:o.jsx(M.Tooltip.Positioner,{side:t,sideOffset:r,children:o.jsx(M.Tooltip.Popup,{className:n("gryt-tooltip rounded-(--gryt-radius-md) border border-gryt-border bg-gryt-surface-raised","px-2.5 py-1.5 text-xs text-gryt-text",S,e),children:i})})})]})}const Ze=M.Tooltip.Provider,et=s.forwardRef(function({className:e,orientation:t="horizontal",...r},i){return o.jsx(xe.Separator,{ref:i,orientation:t,className:n("gryt-divider bg-gryt-border",t==="vertical"?"h-full w-px":"h-px w-full",e),...r})}),tt=s.forwardRef(function({className:e,...t},r){return o.jsx("div",{ref:r,className:n("gryt-card rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text",e),...t})});function rt({children:a,className:e,subheader:t,title:r,...i}){return o.jsxs("div",{className:n("gryt-card-header flex flex-col gap-1 p-4",e),...i,children:[r?o.jsx("span",{className:"text-base font-semibold text-gryt-text",children:r}):null,t?o.jsx("span",{className:"text-sm text-gryt-muted",children:t}):null,a]})}function ot({className:a,...e}){return o.jsx("div",{className:n("gryt-card-content px-4 pb-4 text-sm text-gryt-muted",a),...e})}function at({className:a,...e}){return o.jsx("div",{className:n("gryt-card-actions flex items-center gap-2 px-4 pb-4",a),...e})}const nt={info:"border-gryt-secondary/40 bg-gryt-secondary/10 text-gryt-secondary",success:"border-gryt-success/40 bg-gryt-success/10 text-gryt-success",warning:"border-gryt-warning/40 bg-gryt-warning/10 text-gryt-warning",error:"border-gryt-danger/40 bg-gryt-danger/10 text-gryt-danger"},st=s.forwardRef(function({className:e,severity:t="info",...r},i){return o.jsx("div",{ref:i,role:"alert",className:n("gryt-alert rounded-(--gryt-radius-lg) border px-4 py-3 text-sm",nt[t],e),...r})});function it({className:a,value:e=null,...t}){return o.jsx(X.Progress.Root,{value:e,className:n("gryt-progress w-full",a),...t,children:o.jsx(X.Progress.Track,{className:"h-1.5 w-full overflow-hidden rounded-(--gryt-radius-full) bg-gryt-surface-raised",children:o.jsx(X.Progress.Indicator,{className:"h-full rounded-(--gryt-radius-full) bg-gryt-accent transition-[width] duration-(--gryt-dur-spring-soft) ease-spring motion-reduce:transition-none"})})})}function ct({className:a,size:e=24,"aria-label":t="Loading"}){return o.jsx(v.CircleNotch,{role:"status","aria-label":t,size:e,weight:"bold",className:n("gryt-spinner text-gryt-accent motion-safe:animate-spin",a)})}const lt={text:"h-4 rounded-(--gryt-radius-sm)",rounded:"rounded-(--gryt-radius-lg)",circular:"rounded-(--gryt-radius-full)",rectangular:"rounded-none"};function dt({className:a,height:e,style:t,variant:r="text",width:i,...c}){const l={width:i,height:e,...t};return o.jsx("div",{"aria-hidden":"true",className:n("gryt-skeleton bg-gryt-surface-raised motion-safe:animate-pulse",lt[r],a),style:l,...c})}const de="transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none",ut=s.forwardRef(function({className:e,...t},r){return o.jsx(C.Dialog.Backdrop,{ref:r,className:n("gryt-dialog-backdrop fixed inset-0 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)",de,"data-starting-style:opacity-0 data-ending-style:opacity-0",e),...t})}),gt=s.forwardRef(function({className:e,...t},r){return o.jsx(C.Dialog.Popup,{ref:r,className:n("gryt-dialog fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2","flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4","rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text",de,"data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0",e),...t})}),yt=s.forwardRef(function({className:e,...t},r){return o.jsx(C.Dialog.Title,{ref:r,className:n("gryt-dialog-title text-base font-semibold text-gryt-text",e),...t})}),pt=s.forwardRef(function({className:e,...t},r){return o.jsx(C.Dialog.Description,{ref:r,className:n("gryt-dialog-description text-sm text-gryt-muted",e),...t})}),ft=s.forwardRef(function({className:e,...t},r){return o.jsx("div",{ref:r,className:n("gryt-dialog-footer flex justify-end gap-3",e),...t})}),mt={Root:C.Dialog.Root,Trigger:C.Dialog.Trigger,Portal:C.Dialog.Portal,Close:C.Dialog.Close,Backdrop:ut,Popup:gt,Title:yt,Description:pt,Footer:ft},bt=()=>()=>{};function ue(a){const e=s.useCallback(r=>{if(typeof window>"u"||!window.matchMedia)return bt();const i=window.matchMedia(a);return i.addEventListener("change",r),()=>i.removeEventListener("change",r)},[a]),t=s.useCallback(()=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(a).matches,[a]);return s.useSyncExternalStore(e,t,()=>!1)}const xt={left:"left",right:"right",top:"up",bottom:"down"},O=s.createContext("right"),ht={left:"items-stretch justify-start",right:"items-stretch justify-end",top:"items-start justify-center",bottom:"items-end justify-center"},wt={left:"rounded-r-(--gryt-radius-xl)",right:"rounded-l-(--gryt-radius-xl)",top:"rounded-b-(--gryt-radius-xl)",bottom:"rounded-t-(--gryt-radius-xl)"},vt={left:["h-full w-[calc(20rem+var(--gryt-drawer-bleed))] max-w-[calc(85vw+var(--gryt-drawer-bleed))]","-ml-(--gryt-drawer-bleed) border-r py-5 pr-5 pl-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateX(var(--drawer-swipe-movement-x))]","data-starting-style:[transform:translateX(calc(-100%+var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateX(calc(-100%+var(--gryt-drawer-bleed)))]"].join(" "),right:["h-full w-[calc(20rem+var(--gryt-drawer-bleed))] max-w-[calc(85vw+var(--gryt-drawer-bleed))]","-mr-(--gryt-drawer-bleed) border-l py-5 pl-5 pr-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateX(var(--drawer-swipe-movement-x))]","data-starting-style:[transform:translateX(calc(100%-var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateX(calc(100%-var(--gryt-drawer-bleed)))]"].join(" "),top:["w-full max-h-[calc(85vh+var(--gryt-drawer-bleed))]","-mt-(--gryt-drawer-bleed) border-b px-5 pb-5 pt-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateY(var(--drawer-swipe-movement-y))]","data-starting-style:[transform:translateY(calc(-100%+var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateY(calc(-100%+var(--gryt-drawer-bleed)))]"].join(" "),bottom:["w-full max-h-[calc(85vh+var(--gryt-drawer-bleed))]","-mb-(--gryt-drawer-bleed) border-t px-5 pt-5 pb-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateY(var(--drawer-swipe-movement-y))]","data-starting-style:[transform:translateY(calc(100%-var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateY(calc(100%-var(--gryt-drawer-bleed)))]"].join(" ")};function jt({side:a="right",sheetOnMobile:e=!0,children:t,...r}){const i=ue("(max-width: 767px)"),c=e&&i?"bottom":a;return o.jsx(O.Provider,{value:c,children:o.jsx(w.Drawer.Root,{swipeDirection:xt[c],...r,children:t})})}const Nt=s.forwardRef(function({className:e,...t},r){const i=s.useContext(O);return o.jsx(w.Drawer.Viewport,{ref:r,className:n("gryt-drawer-viewport fixed inset-0 z-50 flex",ht[i],e),...t})}),Rt=s.forwardRef(function({className:e,...t},r){const i=s.useContext(O);return o.jsx(w.Drawer.Popup,{ref:r,className:n("gryt-drawer flex flex-col gap-4 border-gryt-border bg-gryt-surface text-gryt-text","overflow-y-auto overscroll-contain outline-none","transition-transform duration-(--gryt-dur-spring-soft) ease-spring","data-swiping:duration-0 data-swiping:select-none","motion-reduce:transition-none",vt[i],wt[i],e),...t})}),Pt=s.forwardRef(function({className:e,...t},r){return o.jsx(w.Drawer.Backdrop,{ref:r,className:n("gryt-drawer-backdrop fixed inset-0 z-50 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)","[opacity:calc(1-var(--drawer-swipe-progress,0))]","transition-opacity duration-(--gryt-dur-spring-soft) ease-spring","data-swiping:duration-0","data-starting-style:opacity-0 data-ending-style:opacity-0","motion-reduce:transition-none",e),...t})});function Ct({className:a}){const e=s.useContext(O);return e!=="bottom"&&e!=="top"?null:o.jsx("div",{"aria-hidden":!0,className:n("gryt-drawer-grabber mx-auto h-1.5 w-10 shrink-0 rounded-(--gryt-radius-full) bg-gryt-border",e==="top"&&"order-last",a)})}const Tt={Root:jt,Trigger:w.Drawer.Trigger,Portal:w.Drawer.Portal,Backdrop:Pt,Viewport:Nt,Popup:Rt,Content:w.Drawer.Content,Grabber:Ct,Close:w.Drawer.Close,Title:w.Drawer.Title,Description:w.Drawer.Description},kt=s.forwardRef(function({className:e,sideOffset:t=8,...r},i){return o.jsx(D.Menu.Positioner,{ref:i,sideOffset:t,className:n("gryt-menu-positioner outline-none",e),...r})}),St=s.forwardRef(function({className:e,...t},r){return o.jsx(D.Menu.Popup,{ref:r,className:n("gryt-menu min-w-44 p-1 outline-none",k,S,e),...t})}),At=s.forwardRef(function({className:e,...t},r){return o.jsx(D.Menu.Item,{ref:r,className:n("gryt-menu-item flex cursor-default items-center gap-2 rounded-(--gryt-radius-md)","px-3 py-2 text-sm text-gryt-text outline-none select-none","data-highlighted:bg-gryt-surface-raised","data-disabled:cursor-not-allowed data-disabled:opacity-50",e),...t})}),Mt=s.forwardRef(function({className:e,...t},r){return o.jsx(D.Menu.Separator,{ref:r,className:n("gryt-menu-separator my-1 h-px bg-gryt-border",e),...t})}),E={Root:D.Menu.Root,Trigger:D.Menu.Trigger,Portal:D.Menu.Portal,Positioner:kt,Popup:St,Item:At,Separator:Mt},Dt=s.forwardRef(function({className:e,...t},r){return o.jsx(z.Tabs.Root,{ref:r,className:n("gryt-tabs","data-[orientation=vertical]:flex data-[orientation=vertical]:items-stretch",e),...t})}),It=s.forwardRef(function({className:e,...t},r){return o.jsx(z.Tabs.List,{ref:r,className:n("gryt-tabs-list relative inline-flex items-center gap-1 rounded-(--gryt-radius-full) bg-gryt-surface-raised p-1","data-[orientation=vertical]:flex data-[orientation=vertical]:shrink-0","data-[orientation=vertical]:flex-col data-[orientation=vertical]:items-stretch","data-[orientation=vertical]:rounded-(--gryt-radius-lg)",e),...t})}),ge=s.forwardRef(function({className:e,...t},r){return o.jsx(z.Tabs.Tab,{ref:r,className:n("gryt-tab inline-flex min-h-8 items-center justify-center whitespace-nowrap","rounded-(--gryt-radius-full) border-0 bg-transparent px-4 py-1.5","text-sm font-medium text-gryt-muted select-none","relative z-10 transition-colors duration-150 hover:text-gryt-text","data-active:text-gryt-on-accent","data-[orientation=vertical]:min-h-9 data-[orientation=vertical]:justify-start","data-[orientation=vertical]:gap-2.5 data-[orientation=vertical]:px-3","data-[orientation=vertical]:rounded-(--gryt-radius-md)",f,e),...t})}),$t=s.forwardRef(function({className:e,...t},r){return o.jsx(z.Tabs.Indicator,{ref:r,renderBeforeHydration:!0,className:n("gryt-tabs-indicator absolute top-1 left-0 z-0 h-[calc(100%-0.5rem)]","w-(--active-tab-width) translate-x-(--active-tab-left)","rounded-(--gryt-radius-full) bg-gryt-accent","transition-[translate,width] duration-(--gryt-dur-spring) ease-spring","motion-reduce:transition-none","[[data-orientation=vertical]_&]:top-0 [[data-orientation=vertical]_&]:left-1","[[data-orientation=vertical]_&]:h-(--active-tab-height)","[[data-orientation=vertical]_&]:w-[calc(100%-0.5rem)]","[[data-orientation=vertical]_&]:translate-x-0","[[data-orientation=vertical]_&]:translate-y-(--active-tab-top)","[[data-orientation=vertical]_&]:rounded-(--gryt-radius-md)","[[data-orientation=vertical]_&]:transition-[translate,height]",e),...t})}),Ft=s.forwardRef(function({className:e,...t},r){return o.jsx(z.Tabs.Panel,{ref:r,className:n("gryt-tabs-panel pt-3 text-sm text-gryt-text","data-[orientation=vertical]:min-w-0 data-[orientation=vertical]:flex-1","data-[orientation=vertical]:pt-0 data-[orientation=vertical]:pl-4",e),...t})}),Lt=Object.assign(Dt,{List:It,Tab:ge,Panel:Ft,Indicator:$t}),Gt=s.forwardRef(function({className:e,...t},r){return o.jsx(B.Accordion.Root,{ref:r,className:n("gryt-accordion flex w-full flex-col gap-2 rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface p-2",e),...t})}),qt=s.forwardRef(function({className:e,...t},r){return o.jsx(B.Accordion.Item,{ref:r,className:n("gryt-accordion-item",e),...t})}),Bt=s.forwardRef(function({children:e,className:t,expandIcon:r,...i},c){return o.jsx(B.Accordion.Header,{className:"gryt-accordion-header m-0",children:o.jsxs(B.Accordion.Trigger,{ref:c,className:n("gryt-accordion-trigger flex w-full items-center justify-between gap-3","rounded-(--gryt-radius-lg) border-0 bg-transparent px-3 py-2.5","text-left text-sm font-medium text-gryt-text select-none","transition-colors duration-150 hover:bg-gryt-surface-raised",f,t),...i,children:[e,r===void 0?o.jsx(v.CaretDown,{size:16,className:"shrink-0 transition-transform duration-(--gryt-dur-spring) ease-spring data-panel-open:rotate-180 motion-reduce:transition-none"}):r]})})}),zt=s.forwardRef(function({children:e,className:t,...r},i){return o.jsx(B.Accordion.Panel,{ref:i,className:n("gryt-accordion-panel overflow-hidden text-sm text-gryt-muted","h-[var(--accordion-panel-height)] transition-[height] duration-(--gryt-dur-spring-soft) ease-spring","data-starting-style:h-0 data-ending-style:h-0","motion-reduce:transition-none",t),...r,children:o.jsx("div",{className:"px-3 pt-1 pb-3",children:e})})}),Vt=Object.assign(Gt,{Item:qt,Trigger:Bt,Panel:zt}),Et=s.forwardRef(function({className:e,sideOffset:t=2,...r},i){return o.jsx(P.ContextMenu.Positioner,{ref:i,sideOffset:t,className:n("gryt-context-menu-positioner outline-none",e),...r})}),Ot={Root:P.ContextMenu.Root,Trigger:P.ContextMenu.Trigger,Portal:P.ContextMenu.Portal,Positioner:Et,Popup:E.Popup,Item:E.Item,Separator:E.Separator,Group:P.ContextMenu.Group,GroupLabel:P.ContextMenu.GroupLabel,SubmenuRoot:P.ContextMenu.SubmenuRoot,SubmenuTrigger:P.ContextMenu.SubmenuTrigger},_t=s.forwardRef(function({className:e,sideOffset:t=8,...r},i){return o.jsx(N.Popover.Positioner,{ref:i,sideOffset:t,className:n("gryt-popover-positioner outline-none",e),...r})}),Ht=s.forwardRef(function({className:e,...t},r){return o.jsx(N.Popover.Popup,{ref:r,className:n("gryt-popover max-w-[min(20rem,calc(100vw-2rem))] p-4 outline-none",k,S,e),...t})}),Xt=s.forwardRef(function({className:e,...t},r){return o.jsx(N.Popover.Title,{ref:r,className:n("gryt-popover-title text-sm font-semibold text-gryt-text",e),...t})}),Yt=s.forwardRef(function({className:e,...t},r){return o.jsx(N.Popover.Description,{ref:r,className:n("gryt-popover-description mt-1 text-sm leading-6 text-gryt-muted",e),...t})}),Qt={Root:N.Popover.Root,Trigger:N.Popover.Trigger,Portal:N.Popover.Portal,Positioner:_t,Popup:Ht,Title:Xt,Description:Yt,Close:N.Popover.Close,Arrow:N.Popover.Arrow},Ut=s.forwardRef(function({className:e,...t},r){return o.jsx(R.Toast.Viewport,{ref:r,className:n("gryt-toast-viewport fixed right-4 bottom-4 z-50 flex w-[min(22rem,calc(100vw-2rem))]","flex-col gap-2 outline-none",e),...t})}),Wt=s.forwardRef(function({className:e,...t},r){return o.jsx(R.Toast.Root,{ref:r,className:n("gryt-toast relative flex flex-col p-3 pr-9",k,"transition-[opacity,transform] duration-(--gryt-dur-spring) ease-spring","data-starting-style:translate-y-2 data-starting-style:opacity-0","data-ending-style:translate-y-2 data-ending-style:opacity-0","motion-reduce:transition-none",e),...t})}),Jt=s.forwardRef(function({className:e,...t},r){return o.jsx(R.Toast.Title,{ref:r,className:n("gryt-toast-title text-sm font-semibold text-gryt-text",e),...t})}),Kt=s.forwardRef(function({className:e,...t},r){return o.jsx(R.Toast.Description,{ref:r,className:n("gryt-toast-description mt-0.5 text-sm leading-6 text-gryt-muted",e),...t})}),Zt=s.forwardRef(function({className:e,children:t,...r},i){return o.jsx(R.Toast.Close,{ref:i,"aria-label":"Close",className:n("gryt-toast-close absolute top-2.5 right-2.5 inline-flex h-6 w-6 items-center justify-center","rounded-(--gryt-radius-full) border-0 bg-transparent text-gryt-muted","transition-colors hover:bg-white/8 hover:text-gryt-text motion-reduce:transition-none","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",e),...r,children:t??o.jsx(v.X,{size:14,weight:"bold"})})}),er=s.forwardRef(function({className:e,...t},r){return o.jsx(R.Toast.Action,{ref:r,className:n("gryt-toast-action mt-2 self-start rounded-(--gryt-radius-full) border-0","bg-gryt-accent px-3 py-1.5 text-sm font-medium text-gryt-on-accent","transition-[scale] duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:scale-[1.04] motion-safe:active:scale-[0.96]","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",e),...t})}),tr={Provider:R.Toast.Provider,Portal:R.Toast.Portal,Viewport:Ut,Root:Wt,Title:Jt,Description:Kt,Close:Zt,Action:er},rr=R.Toast.useToastManager,or=s.forwardRef(function({className:e,...t},r){return o.jsx(F.ScrollArea.Root,{ref:r,className:n("gryt-scroll-area relative",e),...t})}),ar=s.forwardRef(function({className:e,...t},r){return o.jsx(F.ScrollArea.Viewport,{ref:r,className:n("gryt-scroll-area-viewport h-full w-full overscroll-contain","focus-visible:outline-2 focus-visible:-outline-offset-1 focus-visible:outline-gryt-accent-light",e),...t})}),nr=s.forwardRef(function({className:e,orientation:t,...r},i){return o.jsx(F.ScrollArea.Scrollbar,{ref:i,orientation:t,className:n("gryt-scroll-area-scrollbar flex touch-none p-0.5 select-none","opacity-0 transition-opacity duration-(--gryt-dur-fast)","data-hovering:opacity-100 data-scrolling:opacity-100","motion-reduce:transition-none",t==="horizontal"?"h-2 flex-col":"w-2",e),...r,children:o.jsx(F.ScrollArea.Thumb,{className:"flex-1 rounded-(--gryt-radius-full) bg-gryt-border transition-colors hover:bg-gryt-muted motion-reduce:transition-none"})})}),sr={Root:or,Viewport:ar,Scrollbar:nr,Content:F.ScrollArea.Content,Corner:F.ScrollArea.Corner},ir={primary:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-accent data-pressed:text-gryt-on-accent","data-pressed:hover:not-data-disabled:bg-gryt-accent"].join(" "),secondary:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-secondary data-pressed:text-gryt-on-secondary","data-pressed:hover:not-data-disabled:bg-gryt-secondary"].join(" "),neutral:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-surface-hover data-pressed:text-gryt-text"].join(" "),danger:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-danger data-pressed:text-gryt-on-danger","data-pressed:hover:not-data-disabled:bg-gryt-danger"].join(" ")},cr={xsmall:"h-8 min-w-8 px-2 text-xs",small:"h-9 min-w-9 px-2.5 text-sm",medium:"h-10 min-w-10 px-3 text-sm",large:"h-12 min-w-12 px-4 text-base"},lr=s.forwardRef(function({className:e,size:t="medium",tone:r="primary",...i},c){return o.jsx(he.Toggle,{ref:c,className:n("gryt-toggle","inline-flex shrink-0 items-center justify-center gap-2 border-0 bg-transparent","rounded-(--gryt-radius-full) font-medium select-none","transition-[scale,background-color,color] duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:not-data-disabled:scale-[1.06]","motion-safe:active:not-data-disabled:scale-[0.94]",f,L,cr[t],ir[r],e),...i})}),dr=s.forwardRef(function({className:e,...t},r){return o.jsx(we.ToggleGroup,{ref:r,className:n("gryt-toggle-group inline-flex items-center gap-1","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface p-1",e),...t})}),ur={primary:"bg-gryt-accent",success:"bg-gryt-success",warning:"bg-gryt-warning",danger:"bg-gryt-danger"};function gr({className:a,value:e,label:t,showValue:r=!1,tone:i="primary",...c}){return o.jsxs(q.Meter.Root,{value:e,className:n("gryt-meter flex w-full flex-col gap-1.5",a),...c,children:[(t||r)&&o.jsxs("div",{className:"flex items-baseline justify-between gap-2",children:[t?o.jsx(q.Meter.Label,{className:"text-sm text-gryt-muted",children:t}):o.jsx("span",{}),r&&o.jsx(q.Meter.Value,{className:"font-mono text-xs text-gryt-muted tabular-nums"})]}),o.jsx(q.Meter.Track,{className:"h-1.5 w-full overflow-hidden rounded-(--gryt-radius-full) bg-gryt-surface-raised",children:o.jsx(q.Meter.Indicator,{className:n("h-full rounded-(--gryt-radius-full)",ur[i])})})]})}const yr=s.forwardRef(function({className:e,...t},r){return o.jsx(T.AlertDialog.Popup,{ref:r,className:n("gryt-alert-dialog fixed top-1/2 left-1/2 z-50 -translate-x-1/2 -translate-y-1/2","flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4","rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text","outline-none","transition-[opacity,scale] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0",e),...t})}),pr=s.forwardRef(function({className:e,...t},r){return o.jsx(T.AlertDialog.Backdrop,{ref:r,className:n("gryt-alert-dialog-backdrop fixed inset-0 z-50 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)","transition-opacity duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:opacity-0 data-ending-style:opacity-0",e),...t})}),fr=s.forwardRef(function({className:e,...t},r){return o.jsx(T.AlertDialog.Title,{ref:r,className:n("gryt-alert-dialog-title text-lg font-semibold text-gryt-text",e),...t})}),mr=s.forwardRef(function({className:e,...t},r){return o.jsx(T.AlertDialog.Description,{ref:r,className:n("gryt-alert-dialog-description text-sm leading-6 text-gryt-muted",e),...t})}),br={Root:T.AlertDialog.Root,Trigger:T.AlertDialog.Trigger,Portal:T.AlertDialog.Portal,Backdrop:pr,Popup:yr,Title:fr,Description:mr,Close:T.AlertDialog.Close},ye=["flex cursor-default items-center gap-2 rounded-(--gryt-radius-md)","px-3 py-2 text-sm text-gryt-text outline-none select-none","data-highlighted:bg-gryt-surface-raised","data-selected:text-gryt-accent","data-disabled:cursor-not-allowed data-disabled:opacity-50"].join(" "),pe=["w-full rounded-(--gryt-radius-input) border border-gryt-border bg-gryt-surface-raised","px-3 py-2 text-sm text-gryt-text outline-none placeholder:text-gryt-muted",f].join(" "),xr=s.forwardRef(function({className:e,...t},r){return o.jsx(d.Combobox.Input,{ref:r,className:n("gryt-combobox-input",pe,e),...t})}),hr=s.forwardRef(function({className:e,sideOffset:t=6,...r},i){return o.jsx(d.Combobox.Positioner,{ref:i,sideOffset:t,className:n("gryt-combobox-positioner outline-none",e),...r})}),wr=s.forwardRef(function({className:e,...t},r){return o.jsx(d.Combobox.Popup,{ref:r,className:n("gryt-combobox max-h-64 w-(--anchor-width) overflow-y-auto overscroll-contain p-1 outline-none",k,S,e),...t})}),vr=s.forwardRef(function({className:e,...t},r){return o.jsx(d.Combobox.Item,{ref:r,className:n("gryt-combobox-item",ye,e),...t})}),jr=s.forwardRef(function({className:e,...t},r){return o.jsx(d.Combobox.Empty,{ref:r,className:n("gryt-combobox-empty px-3 py-2 text-sm text-gryt-muted",e),...t})}),Nr={Root:d.Combobox.Root,Input:xr,InputGroup:d.Combobox.InputGroup,Trigger:d.Combobox.Trigger,Icon:d.Combobox.Icon,Clear:d.Combobox.Clear,Value:d.Combobox.Value,Chips:d.Combobox.Chips,Chip:d.Combobox.Chip,ChipRemove:d.Combobox.ChipRemove,Portal:d.Combobox.Portal,Positioner:hr,Popup:wr,List:d.Combobox.List,Item:vr,ItemIndicator:d.Combobox.ItemIndicator,Group:d.Combobox.Group,GroupLabel:d.Combobox.GroupLabel,Empty:jr,Separator:d.Combobox.Separator},Rr=s.forwardRef(function({className:e,...t},r){return o.jsx(p.Autocomplete.Input,{ref:r,className:n("gryt-autocomplete-input",pe,e),...t})}),Pr=s.forwardRef(function({className:e,sideOffset:t=6,...r},i){return o.jsx(p.Autocomplete.Positioner,{ref:i,sideOffset:t,className:n("gryt-autocomplete-positioner outline-none",e),...r})}),Cr=s.forwardRef(function({className:e,...t},r){return o.jsx(p.Autocomplete.Popup,{ref:r,className:n("gryt-autocomplete max-h-64 w-(--anchor-width) overflow-y-auto overscroll-contain p-1 outline-none",k,S,e),...t})}),Tr=s.forwardRef(function({className:e,...t},r){return o.jsx(p.Autocomplete.Item,{ref:r,className:n("gryt-autocomplete-item",ye,e),...t})}),kr=s.forwardRef(function({className:e,...t},r){return o.jsx(p.Autocomplete.Empty,{ref:r,className:n("gryt-autocomplete-empty px-3 py-2 text-sm text-gryt-muted",e),...t})}),Sr={Root:p.Autocomplete.Root,Input:Rr,InputGroup:p.Autocomplete.InputGroup,Trigger:p.Autocomplete.Trigger,Icon:p.Autocomplete.Icon,Clear:p.Autocomplete.Clear,Value:p.Autocomplete.Value,Portal:p.Autocomplete.Portal,Positioner:Pr,Popup:Cr,List:p.Autocomplete.List,Item:Tr,Group:p.Autocomplete.Group,GroupLabel:p.Autocomplete.GroupLabel,Empty:kr,Separator:p.Autocomplete.Separator},Ar=s.forwardRef(function({className:e,...t},r){return o.jsx(ve.CheckboxGroup,{ref:r,className:n("gryt-checkbox-group flex flex-col gap-2",e),...t})}),Mr=s.forwardRef(function({className:e,...t},r){return o.jsx(Q.Collapsible.Trigger,{ref:r,className:n("gryt-collapsible-trigger flex w-full items-center justify-between gap-2","rounded-(--gryt-radius-md) border-0 bg-transparent px-2 py-2 text-left","text-sm font-medium text-gryt-text select-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",f,e),...t})}),Dr=s.forwardRef(function({className:e,...t},r){return o.jsx(Q.Collapsible.Panel,{ref:r,className:n("gryt-collapsible-panel overflow-hidden","h-(--collapsible-panel-height) transition-[height] duration-(--gryt-dur-spring) ease-spring","data-starting-style:h-0 data-ending-style:h-0","motion-reduce:transition-none",e),...t})}),Ir={Root:Q.Collapsible.Root,Trigger:Mr,Panel:Dr},$r=s.forwardRef(function({className:e,...t},r){return o.jsx(je.Form,{ref:r,className:n("gryt-form flex flex-col gap-(--gryt-space-lg)",e),...t})}),Fr=s.forwardRef(function({className:e,...t},r){return o.jsx(ne.Fieldset.Root,{ref:r,className:n("gryt-fieldset flex min-w-0 flex-col gap-3 border-0 p-0",e),...t})}),Lr=s.forwardRef(function({className:e,...t},r){return o.jsx(ne.Fieldset.Legend,{ref:r,className:n("gryt-fieldset-legend text-sm font-semibold text-gryt-text",e),...t})}),Gr={Root:Fr,Legend:Lr},qr=s.forwardRef(function({className:e,...t},r){return o.jsx(Ne.Menubar,{ref:r,className:n("gryt-menubar flex items-center gap-1","rounded-(--gryt-radius-md) border border-gryt-border bg-gryt-surface p-1",e),...t})}),Br=s.forwardRef(function({className:e,...t},r){return o.jsx(x.NavigationMenu.Trigger,{ref:r,className:n("gryt-navigation-menu-trigger flex items-center gap-1.5 rounded-(--gryt-radius-md)","border-0 bg-transparent px-3 py-2 text-sm font-medium text-gryt-text select-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none","data-popup-open:bg-gryt-surface-raised",f,e),...t})}),zr=s.forwardRef(function({className:e,...t},r){return o.jsx(x.NavigationMenu.Popup,{ref:r,className:n("gryt-navigation-menu-popup outline-none",k,S,e),...t})}),Vr=s.forwardRef(function({className:e,...t},r){return o.jsx(x.NavigationMenu.Viewport,{ref:r,className:n("gryt-navigation-menu-viewport relative overflow-hidden",e),...t})}),Er=s.forwardRef(function({className:e,...t},r){return o.jsx(x.NavigationMenu.Link,{ref:r,className:n("gryt-navigation-menu-link block rounded-(--gryt-radius-md) px-3 py-2","text-sm text-gryt-text no-underline outline-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",f,e),...t})}),Or={Root:x.NavigationMenu.Root,List:x.NavigationMenu.List,Item:x.NavigationMenu.Item,Trigger:Br,Content:x.NavigationMenu.Content,Portal:x.NavigationMenu.Portal,Positioner:x.NavigationMenu.Positioner,Viewport:Vr,Popup:zr,Link:Er,Icon:x.NavigationMenu.Icon,Arrow:x.NavigationMenu.Arrow},oe="flex h-9 w-9 shrink-0 items-center justify-center border-0 bg-transparent text-gryt-muted transition-colors hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text motion-reduce:transition-none disabled:cursor-not-allowed disabled:opacity-50",_r=s.forwardRef(function({className:e,label:t,scrubbable:r=!1,...i},c){return o.jsxs(A.NumberField.Root,{ref:c,className:n("gryt-number-field flex flex-col gap-1.5",e),...i,children:[t&&(r?o.jsxs(A.NumberField.ScrubArea,{className:"cursor-ew-resize text-sm text-gryt-muted select-none",children:[t,o.jsx(A.NumberField.ScrubAreaCursor,{})]}):o.jsx("span",{className:"text-sm text-gryt-muted",children:t})),o.jsxs(A.NumberField.Group,{className:n("flex w-fit items-center overflow-hidden rounded-(--gryt-radius-full)","border border-gryt-border bg-gryt-surface-raised","focus-within:outline-2 focus-within:outline-offset-2 focus-within:outline-gryt-accent-light",L),children:[o.jsx(A.NumberField.Decrement,{"aria-label":"Decrease",className:n(oe,"rounded-l-(--gryt-radius-full)"),children:o.jsx(v.Minus,{size:14,weight:"bold"})}),o.jsx(A.NumberField.Input,{className:n("w-16 border-0 bg-transparent px-1 py-2 text-center","font-mono text-sm text-gryt-text tabular-nums outline-none",f)}),o.jsx(A.NumberField.Increment,{"aria-label":"Increase",className:n(oe,"rounded-r-(--gryt-radius-full)"),children:o.jsx(v.Plus,{size:14,weight:"bold"})})]})]})}),Hr=s.forwardRef(function({className:e,length:t=6,...r},i){return o.jsx(te.OTPField.Root,{ref:i,length:t,className:n("gryt-otp-field flex gap-2",e),...r,children:Array.from({length:t},(c,l)=>o.jsx(te.OTPField.Input,{className:n("gryt-otp-input h-12 w-10 rounded-(--gryt-radius-md) text-center","border border-gryt-border bg-gryt-surface-raised","font-mono text-lg text-gryt-text tabular-nums outline-none","transition-colors duration-(--gryt-dur-fast) motion-reduce:transition-none","data-filled:border-gryt-accent",f)},l))})}),Xr=s.forwardRef(function({className:e,sideOffset:t=8,...r},i){return o.jsx(I.PreviewCard.Positioner,{ref:i,sideOffset:t,className:n("gryt-preview-card-positioner outline-none",e),...r})}),Yr=s.forwardRef(function({className:e,...t},r){return o.jsx(I.PreviewCard.Popup,{ref:r,className:n("gryt-preview-card w-64 max-w-[calc(100vw-2rem)] p-4 outline-none",k,S,e),...t})}),Qr={Root:I.PreviewCard.Root,Trigger:I.PreviewCard.Trigger,Portal:I.PreviewCard.Portal,Positioner:Xr,Popup:Yr,Arrow:I.PreviewCard.Arrow},Ur=s.forwardRef(function({className:e,...t},r){return o.jsx($.Toolbar.Root,{ref:r,className:n("gryt-toolbar flex items-center gap-1","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface p-1",e),...t})}),Wr=s.forwardRef(function({className:e,...t},r){return o.jsx($.Toolbar.Separator,{ref:r,className:n("gryt-toolbar-separator mx-1 h-6 w-px bg-gryt-border",e),...t})}),Jr={Root:Ur,Group:$.Toolbar.Group,Button:$.Toolbar.Button,Link:$.Toolbar.Link,Input:$.Toolbar.Input,Separator:Wr};exports.Accordion=Vt;exports.Alert=st;exports.AlertDialog=br;exports.Autocomplete=Sr;exports.Avatar=le;exports.Badge=Ee;exports.Button=ie;exports.Card=tt;exports.CardActions=at;exports.CardContent=ot;exports.CardHeader=rt;exports.Checkbox=He;exports.CheckboxGroup=Ar;exports.Chip=_e;exports.Collapsible=Ir;exports.Combobox=Nr;exports.Composer=Be;exports.ContextMenu=Ot;exports.ConversationItem=Ve;exports.Dialog=mt;exports.Divider=et;exports.Drawer=Tt;exports.Fieldset=Gr;exports.Form=$r;exports.GrytProvider=Pe;exports.IconButton=$e;exports.Menu=E;exports.Menubar=qr;exports.MessageBubble=Le;exports.Meter=gr;exports.NavigationMenu=Or;exports.NumberField=_r;exports.OtpField=Hr;exports.Popover=Qt;exports.PreviewCard=Qr;exports.Progress=it;exports.Radio=Xe;exports.RadioGroup=Ye;exports.ScrollArea=sr;exports.Select=Je;exports.Skeleton=dt;exports.Slider=Ue;exports.Spinner=ct;exports.Surface=Fe;exports.Switch=Qe;exports.Tab=ge;exports.Tabs=Lt;exports.TextField=qe;exports.Toast=tr;exports.Toggle=lr;exports.ToggleGroup=dr;exports.Toolbar=Jr;exports.Tooltip=Ke;exports.TooltipProvider=Ze;exports.cn=n;exports.createGrytTheme=se;exports.grytTokens=Y;exports.useMediaQuery=ue;exports.useToastManager=rr;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("react/jsx-runtime"),$=require("@base-ui/react/tooltip"),pe=require("@base-ui/react/button"),i=require("react"),Ae=require("clsx"),Ie=require("tailwind-merge"),W=require("@base-ui/react/field"),T=require("@phosphor-icons/react"),te=require("@base-ui/react/avatar"),le=require("@base-ui/react/checkbox"),de=require("@base-ui/react/radio"),De=require("@base-ui/react/radio-group"),ue=require("@base-ui/react/switch"),_=require("@base-ui/react/slider"),w=require("@base-ui/react/select"),Le=require("@base-ui/react/separator"),re=require("@base-ui/react/progress"),A=require("@base-ui/react/dialog"),N=require("@base-ui/react/drawer"),G=require("@base-ui/react/menu"),Q=require("@base-ui/react/tabs"),O=require("@base-ui/react/accordion"),M=require("@base-ui/react/context-menu"),C=require("@base-ui/react/popover"),S=require("@base-ui/react/toast"),z=require("@base-ui/react/scroll-area"),$e=require("@base-ui/react/toggle"),Ge=require("@base-ui/react/toggle-group"),V=require("@base-ui/react/meter"),I=require("@base-ui/react/alert-dialog"),b=require("@base-ui/react/autocomplete"),m=require("@base-ui/react/combobox"),Fe=require("@base-ui/react/checkbox-group"),se=require("@base-ui/react/collapsible"),qe=require("@base-ui/react/form"),me=require("@base-ui/react/fieldset"),Be=require("@base-ui/react/menubar"),v=require("@base-ui/react/navigation-menu"),L=require("@base-ui/react/number-field"),ge=require("@base-ui/react/otp-field"),q=require("@base-ui/react/preview-card"),B=require("@base-ui/react/toolbar");function ze(a){return a<=.04045?a/12.92:((a+.055)/1.055)**2.4}function oe(a){return a<=.0031308?12.92*a:1.055*a**(1/2.4)-.055}function H(a){return Math.min(1,Math.max(0,a))}function J(a){const t=a.replace("#",""),r=t.length===3?t.split("").map(e=>e+e).join(""):t;return[parseInt(r.slice(0,2),16)/255,parseInt(r.slice(2,4),16)/255,parseInt(r.slice(4,6),16)/255]}function be([a,t,r]){const e=n=>Math.round(H(n)*255).toString(16).padStart(2,"0");return`#${e(a)}${e(t)}${e(r)}`}function U(a){const[t,r,e]=J(a).map(ze),n=Math.cbrt(.4122214708*t+.5363325363*r+.0514459929*e),c=Math.cbrt(.2119034982*t+.6806995451*r+.1073969566*e),l=Math.cbrt(.0883024619*t+.2817188376*r+.6299787005*e),d=.2104542553*n+.793617785*c-.0040720468*l,g=1.9779984951*n-2.428592205*c+.4505937099*l,f=.0259040371*n+.7827717662*c-.808675766*l;return{l:d,c:Math.hypot(g,f),h:(Math.atan2(f,g)*180/Math.PI+360)%360}}function k({l:a,c:t,h:r}){const e=t*Math.cos(r*Math.PI/180),n=t*Math.sin(r*Math.PI/180),c=(a+.3963377774*e+.2158037573*n)**3,l=(a-.1055613458*e-.0638541728*n)**3,d=(a-.0894841775*e-1.291485548*n)**3;return be([oe(H(4.0767416621*c-3.3077115913*l+.2309699292*d)),oe(H(-1.2684380046*c+2.6097574011*l-.3413193965*d)),oe(H(-.0041960863*c-.7034186147*l+1.707614701*d))])}const Ee=[.195,.24,.27,.3,.33,.37,.43,.52],_e=[.014,.026,.04,.052,.062,.072,.084,.1];function R(a,t){const{h:r}=U(a),e=Ee.map((d,g)=>k({l:d,c:_e[g],h:r}));e.push(a,t);const n=U(t).l,c=Math.min(.95,Math.max(.84,n+.04)),l=Math.min(.98,Math.max(c+.06,.93));return e.push(k({l:c,c:.11,h:r})),e.push(k({l,c:.055,h:r})),e}const Ve=[.187,.231,.245,.268,.289,.31,.355,.425,.52,.57,.627,.908],He=[.011,.014,.016,.019,.022,.024,.026,.026,.02,.012,0,.008];function xe(a){const t={0:a.bg,1:a.surface,2:a.surfaceRaised,5:a.border,10:a.muted,11:a.text},r=U(a.border).h;return Ve.map((e,n)=>t[n]??k({l:e,c:He[n],h:r}))}function X(a,t){const r=J(t);return a.map(e=>{const n=J(e);let c=0;for(let u=0;u<3;u++){const p=n[u],j=r[u];p>j?c=Math.max(c,j<1?(p-j)/(1-j):0):p<j&&(c=Math.max(c,j>0?(j-p)/j:0))}if(c<1e-6)return"transparent";const l=be(n.map((u,p)=>H(r[p]+(u-r[p])/c))),[d,g,f]=J(l).map(u=>Math.round(u*255));return`rgb(${d} ${g} ${f} / ${(c*100).toFixed(1)}%)`})}const Oe=[.962,1,.978,.952,.928,.898,.855,.79,.66,.61,.48,.25],Ue=[.006,0,.004,.007,.01,.013,.016,.018,.016,.014,.012,.014],Xe=[.975,.955,.93,.905,.878,.845,.795,.72],Ye=[.012,.024,.038,.05,.062,.074,.09,.11];function he(a){const t={0:a.bg,1:a.surface,2:a.surfaceRaised,5:a.border,10:a.muted,11:a.text},r=U(a.border).h;return Oe.map((e,n)=>t[n]??k({l:e,c:Ue[n],h:r}))}function P(a){const{l:t,c:r,h:e}=U(a),n=Xe.map((c,l)=>k({l:c,c:Ye[l],h:e}));return n.push(a),n.push(k({l:Math.max(0,t-.07),c:r,h:e})),n.push(k({l:.5,c:.15,h:e})),n.push(k({l:.33,c:.1,h:e})),n}const y={color:{bg:"#111318",surface:"#1a1d24",surfaceRaised:"#1e2028",surfaceHover:"#334155",border:"#2b303d",text:"#e0e0e6",muted:"#888888",accent:"#968ff8",accentLight:"#b4afff",secondary:"#7dd3fc",secondaryLight:"#bae6fd",success:"#4ade80",danger:"#f87171",dangerLight:"#fca5a5",warning:"#fbbf24",onAccent:"#141126",onSecondary:"#07131c",onDanger:"#250b0b"},radius:{sm:8,md:12,lg:20,xl:28,full:999}},Y={bg:"#f1f2f7",surface:"#ffffff",surfaceRaised:"#f7f8fb",border:"#dadde6",muted:"#5b5d65",text:"#1f2129"},ae={neutral:xe({bg:y.color.bg,surface:y.color.surface,surfaceRaised:y.color.surfaceRaised,border:y.color.border,muted:y.color.muted,text:y.color.text}),accent:R(y.color.accent,y.color.accentLight),secondary:R(y.color.secondary,y.color.secondaryLight),success:R(y.color.success,y.color.success),danger:R(y.color.danger,y.color.dangerLight),warning:R(y.color.warning,y.color.warning)},ne={neutral:he(Y),accent:P(y.color.accent),secondary:P(y.color.secondary),success:P(y.color.success),danger:P(y.color.danger),warning:P(y.color.warning)},Qe={neutral:X(ae.neutral,y.color.bg),accent:X(ae.accent,y.color.bg)},We={neutral:X(ne.neutral,Y.bg),accent:X(ne.accent,Y.bg)};function we(a={}){const t=a.appearance==="light",e={...t?{...y.color,...Y}:y.color,...a.color},n={...y.radius,...a.radius},c={bg:e.bg,surface:e.surface,surfaceRaised:e.surfaceRaised,border:e.border,muted:e.muted,text:e.text},l=t?{neutral:he(c),accent:P(e.accent),secondary:P(e.secondary),success:P(e.success),danger:P(e.danger),warning:P(e.warning)}:{neutral:xe(c),accent:R(e.accent,e.accentLight),secondary:R(e.secondary,e.secondaryLight),success:R(e.success,e.success),danger:R(e.danger,e.dangerLight),warning:R(e.warning,e.warning)},d={};for(const[g,f]of Object.entries(l))f.forEach((u,p)=>{d[`--gryt-${g}-${p+1}`]=u,d[`--color-gryt-${g}-${p+1}`]=u});for(const g of["neutral","accent"])X(l[g],e.bg).forEach((f,u)=>{d[`--gryt-${g}-a${u+1}`]=f,d[`--color-gryt-${g}-a${u+1}`]=f});return{...d,"--gryt-bg":e.bg,"--gryt-surface":e.surface,"--gryt-surface-raised":e.surfaceRaised,"--gryt-surface-hover":e.surfaceHover,"--gryt-border":e.border,"--gryt-text":e.text,"--gryt-muted":e.muted,"--gryt-accent":e.accent,"--gryt-accent-light":e.accentLight,"--gryt-secondary":e.secondary,"--gryt-secondary-light":e.secondaryLight,"--gryt-success":e.success,"--gryt-danger":e.danger,"--gryt-danger-light":e.dangerLight,"--gryt-warning":e.warning,"--gryt-on-accent":e.onAccent,"--gryt-on-secondary":e.onSecondary,"--gryt-on-danger":e.onDanger,"--color-gryt-bg":e.bg,"--color-gryt-surface":e.surface,"--color-gryt-surface-raised":e.surfaceRaised,"--color-gryt-surface-hover":e.surfaceHover,"--color-gryt-border":e.border,"--color-gryt-text":e.text,"--color-gryt-muted":e.muted,"--color-gryt-accent":e.accent,"--color-gryt-accent-light":e.accentLight,"--color-gryt-secondary":e.secondary,"--color-gryt-secondary-light":e.secondaryLight,"--color-gryt-success":e.success,"--color-gryt-danger":e.danger,"--color-gryt-danger-light":e.dangerLight,"--color-gryt-warning":e.warning,"--color-gryt-on-accent":e.onAccent,"--color-gryt-on-secondary":e.onSecondary,"--color-gryt-on-danger":e.onDanger,"--gryt-radius-sm":`${n.sm}px`,"--gryt-radius-md":`${n.md}px`,"--gryt-radius-lg":`${n.lg}px`,"--gryt-radius-xl":`${n.xl}px`,"--gryt-radius-full":`${n.full}px`}}function Je(a){return Object.keys(a).some(t=>t.startsWith("--"))}function Ke({children:a,className:t,theme:r,tooltipDelay:e=400}){const n=r&&Je(r)?r:we(r??{});return o.jsx("div",{className:t,style:n,children:o.jsx($.Tooltip.Provider,{delay:e,children:a})})}function s(...a){return Ie.twMerge(Ae.clsx(a))}const Ze={primary:"bg-gryt-accent text-gryt-on-accent hover:not-data-disabled:bg-gryt-accent-light",secondary:"bg-gryt-secondary text-gryt-on-secondary hover:not-data-disabled:bg-gryt-secondary-light",neutral:"bg-gryt-surface-raised text-gryt-text hover:not-data-disabled:bg-gryt-surface-hover",danger:"bg-gryt-danger text-gryt-on-danger hover:not-data-disabled:bg-gryt-danger-light",ghost:"bg-transparent text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"},et={xsmall:"min-h-8 px-3 text-xs",small:"min-h-9 px-4 text-sm",medium:"min-h-10 px-5 text-sm",large:"min-h-12 px-6 text-base"},ve=i.forwardRef(function({children:t,className:r,endIcon:e,size:n="medium",startIcon:c,tone:l="primary",...d},g){return o.jsxs(pe.Button,{ref:g,className:s("gryt-button","inline-flex items-center justify-center gap-2 border-0 shadow-none","rounded-(--gryt-radius-full) font-semibold whitespace-nowrap select-none","transition-[scale,background-color,color]","duration-(--gryt-dur-spring) ease-spring","motion-safe:not-[[aria-haspopup]]:hover:not-data-disabled:scale-[1.03]","motion-safe:not-[[aria-haspopup]]:active:not-data-disabled:scale-[0.96]","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light","data-disabled:cursor-not-allowed data-disabled:opacity-50",et[n],Ze[l],r),...d,children:[c,t,e]})}),x="focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",tt="has-[:focus-visible]:outline-2 has-[:focus-visible]:outline-offset-2 has-[:focus-visible]:outline-gryt-accent-light",je=["w-full rounded-(--gryt-radius-xl) border bg-gryt-surface-raised","text-gryt-text outline-none placeholder:text-gryt-muted","transition-colors duration-150 motion-reduce:transition-none","hover:border-gryt-accent-light focus:border-gryt-accent","disabled:cursor-not-allowed disabled:opacity-60"].join(" "),Ne={small:"min-h-9 px-3 py-1.5 text-sm",medium:"min-h-11 px-4 py-2.5 text-sm"},F="rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text",D=["transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0"].join(" "),E="data-disabled:cursor-not-allowed data-disabled:opacity-50",rt={primary:"data-checked:bg-gryt-accent data-checked:text-gryt-on-accent",secondary:"data-checked:bg-gryt-secondary data-checked:text-gryt-on-secondary",neutral:"data-checked:bg-gryt-surface-hover data-checked:text-gryt-text",danger:"data-checked:bg-gryt-danger data-checked:text-gryt-on-danger",success:"data-checked:bg-gryt-success data-checked:text-gryt-on-accent",warning:"data-checked:bg-gryt-warning data-checked:text-gryt-on-accent"},Re={primary:"bg-gryt-accent",secondary:"bg-gryt-secondary",neutral:"bg-gryt-surface-hover",danger:"bg-gryt-danger",success:"bg-gryt-success",warning:"bg-gryt-warning"},ot={primary:"data-checked:border-gryt-accent",secondary:"data-checked:border-gryt-secondary",neutral:"data-checked:border-gryt-muted",danger:"data-checked:border-gryt-danger",success:"data-checked:border-gryt-success",warning:"data-checked:border-gryt-warning"},at={primary:"data-checked:bg-gryt-accent",secondary:"data-checked:bg-gryt-secondary",neutral:"data-checked:bg-gryt-surface-hover",danger:"data-checked:bg-gryt-danger",success:"data-checked:bg-gryt-success",warning:"data-checked:bg-gryt-warning"},nt={primary:"text-gryt-accent hover:not-data-disabled:bg-gryt-accent/10",secondary:"text-gryt-secondary hover:not-data-disabled:bg-gryt-secondary/10",neutral:"text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text",danger:"text-gryt-danger hover:not-data-disabled:bg-gryt-danger/10",ghost:"text-gryt-muted hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text"},st={xsmall:"h-8 w-8",small:"h-9 w-9",medium:"h-10 w-10",large:"h-12 w-12"},it=i.forwardRef(function({className:t,size:r="medium",tone:e="neutral",...n},c){return o.jsx(pe.Button,{ref:c,className:s("gryt-icon-button","inline-flex shrink-0 items-center justify-center border-0 bg-transparent p-0","rounded-(--gryt-radius-full) select-none","transition-[scale,background-color,color] duration-(--gryt-dur-spring) ease-spring","motion-safe:not-[[aria-haspopup]]:hover:not-data-disabled:scale-[1.06]","motion-safe:not-[[aria-haspopup]]:active:not-data-disabled:scale-[0.94]",x,E,st[r],nt[e],t),...n})}),ct=i.forwardRef(function({className:t,elevated:r=!1,...e},n){return o.jsx("div",{ref:n,className:s("gryt-surface rounded-(--gryt-radius-lg) border border-gryt-border p-4 text-gryt-text",r?"bg-gryt-surface-raised":"bg-gryt-surface",t),...e})}),lt=i.forwardRef(function({children:t,className:r,from:e="assistant",...n},c){return o.jsx("div",{ref:c,className:s("gryt-message-bubble",e==="user"&&"ml-auto bg-gryt-accent text-gryt-on-accent",e==="assistant"&&"mr-auto border border-gryt-border bg-gryt-surface text-gryt-text",e==="system"&&"mx-auto border border-dashed border-gryt-border bg-transparent text-gryt-muted",r),...n,children:t})}),dt=i.forwardRef(function({className:t,error:r=!1,fieldClassName:e,helperText:n,label:c,minRows:l=3,multiline:d=!1,size:g="medium",...f},u){const p=o.jsx(W.Field.Control,{ref:u,render:d?o.jsx("textarea",{rows:l}):void 0,className:s("gryt-text-field-control",je,d&&"resize-y leading-6",r?"border-gryt-danger":"border-gryt-border",Ne[g],t),...f});return o.jsxs(W.Field.Root,{className:s("gryt-text-field flex w-full flex-col gap-1.5",e),children:[c?o.jsx(W.Field.Label,{className:"text-xs font-medium text-gryt-muted",children:c}):null,p,n?o.jsx(W.Field.Description,{className:s("text-xs",r?"text-gryt-danger":"text-gryt-muted"),children:n}):null]})}),ut=i.forwardRef(function({className:t,disabled:r=!1,maxRows:e=8,minRows:n=1,onSubmit:c,placeholder:l="Message Gryt",submitLabel:d="Send",...g},f){const u=i.useRef(null),p=i.useCallback(()=>{const h=u.current;if(!h)return;const ee=window.getComputedStyle(h),ie=parseFloat(ee.lineHeight)||24,ce=parseFloat(ee.paddingTop)+parseFloat(ee.paddingBottom);h.style.height="auto",h.style.height=`${Math.min(Math.max(h.scrollHeight,ie*n+ce),ie*e+ce)}px`},[e,n]);i.useLayoutEffect(p,[p,g.value]);function j(h){if(!c){h.preventDefault();return}c(h)}return o.jsxs("form",{className:s("gryt-composer",t),onSubmit:j,children:[o.jsx("textarea",{ref:h=>{u.current=h,typeof f=="function"?f(h):f&&(f.current=h)},rows:n,disabled:r,placeholder:l,onInput:p,className:"gryt-composer-textarea disabled:cursor-not-allowed disabled:opacity-60",...g}),o.jsx(ve,{type:"submit",disabled:r,size:"small",endIcon:o.jsx(T.PaperPlaneTilt,{size:14,weight:"fill"}),children:d})]})}),gt={small:"h-8 w-8 text-xs",medium:"h-10 w-10 text-sm",large:"h-12 w-12 text-base"},Pe=i.forwardRef(function({alt:t,children:r,className:e,fallback:n,size:c="medium",src:l,...d},g){return o.jsxs(te.Avatar.Root,{ref:g,className:s("gryt-avatar inline-flex shrink-0 items-center justify-center overflow-hidden align-middle select-none","rounded-(--gryt-radius-full) bg-gryt-surface-raised font-medium text-gryt-text ring-1 ring-gryt-border",gt[c],e),...d,children:[l?o.jsx(te.Avatar.Image,{src:l,alt:t,className:"h-full w-full object-cover"}):null,o.jsx(te.Avatar.Fallback,{className:"flex h-full w-full items-center justify-center",children:n??r})]})}),yt=i.forwardRef(function({active:t=!1,avatar:r,className:e,subtitle:n,title:c,...l},d){return o.jsxs("button",{ref:d,type:"button",className:s("gryt-conversation-item",t?"bg-gryt-accent text-gryt-on-accent":"text-gryt-text hover:bg-white/5",e),...l,children:[r??o.jsx(Pe,{size:"small",className:s(t?"bg-gryt-on-accent text-gryt-accent ring-transparent":"bg-gryt-surface-raised text-gryt-text"),children:c.slice(0,1).toUpperCase()}),o.jsxs("span",{className:"min-w-0 flex-1",children:[o.jsx("span",{className:"block truncate text-sm font-semibold",children:c}),n?o.jsx("span",{className:s("block truncate text-xs",t?"text-gryt-on-accent/70":"text-gryt-muted"),children:n}):null]})]})}),ft=i.forwardRef(function({badgeContent:t,children:r,className:e,max:n=99,showZero:c=!1,...l},d){const g=typeof t=="number"?t:null,f=g!==null&&g===0&&!c,u=g!==null&&g>n?`${n}+`:t;return o.jsxs("span",{ref:d,className:s("gryt-badge relative inline-flex",e),...l,children:[r,t!==void 0&&!f?o.jsx("span",{className:s("gryt-badge-dot absolute -top-1 -right-1 z-10 inline-flex items-center justify-center","min-w-5 rounded-(--gryt-radius-full) px-1.5 py-0.5","bg-gryt-accent text-[0.65rem] leading-none font-semibold text-gryt-on-accent","ring-2 ring-gryt-bg"),children:u}):null]})}),pt={neutral:"border-gryt-border bg-gryt-surface-raised text-gryt-text",primary:"border-gryt-accent/40 bg-gryt-accent/12 text-gryt-accent",secondary:"border-gryt-secondary/40 bg-gryt-secondary/12 text-gryt-secondary",success:"border-gryt-success/40 bg-gryt-success/12 text-gryt-success",warning:"border-gryt-warning/40 bg-gryt-warning/12 text-gryt-warning",danger:"border-gryt-danger/40 bg-gryt-danger/12 text-gryt-danger"},mt=i.forwardRef(function({children:t,className:r,icon:e,label:n,onDelete:c,tone:l="neutral",...d},g){return o.jsxs("span",{ref:g,className:s("gryt-chip inline-flex items-center gap-1.5 rounded-(--gryt-radius-full) border px-3 py-1 text-xs font-medium",pt[l],r),...d,children:[e,n??t,c?o.jsx("button",{type:"button","aria-label":"Remove",onClick:c,className:s("-mr-1 inline-flex h-4 w-4 items-center justify-center rounded-(--gryt-radius-full)","opacity-70 transition-opacity hover:opacity-100",x),children:o.jsx(T.X,{size:10,weight:"bold","aria-hidden":"true"})}):null]})}),bt=i.forwardRef(function({className:t,tone:r="primary",...e},n){return o.jsx(le.Checkbox.Root,{ref:n,className:s("gryt-checkbox flex h-5 w-5 shrink-0 items-center justify-center","rounded-(--gryt-radius-sm) border border-gryt-border bg-gryt-surface-raised","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","data-checked:border-transparent","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.08]","motion-safe:active:not-data-disabled:scale-[0.92]",x,E,rt[r],t),...e,children:o.jsx(le.Checkbox.Indicator,{keepMounted:!0,className:s("flex origin-center","transition-[scale,opacity] duration-(--gryt-dur-spring) ease-spring","data-unchecked:scale-0 data-unchecked:opacity-0","motion-reduce:transition-none"),children:o.jsx(T.Check,{size:12,weight:"bold"})})})}),xt=i.forwardRef(function({className:t,tone:r="primary",...e},n){return o.jsx(de.Radio.Root,{ref:n,className:s("gryt-radio flex h-5 w-5 shrink-0 items-center justify-center","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface-raised","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.08]","motion-safe:active:not-data-disabled:scale-[0.92]",x,E,ot[r],t),...e,children:o.jsx(de.Radio.Indicator,{keepMounted:!0,className:s("h-2.5 w-2.5 origin-center rounded-(--gryt-radius-full)","transition-[scale,opacity] duration-(--gryt-dur-spring) ease-spring","data-unchecked:scale-0 data-unchecked:opacity-0","motion-reduce:transition-none",Re[r])})})}),ht=i.forwardRef(function({className:t,...r},e){return o.jsx(De.RadioGroup,{ref:e,className:s("gryt-radio-group flex flex-col gap-2",t),...r})}),wt=i.forwardRef(function({className:t,tone:r="primary",...e},n){return o.jsx(ue.Switch.Root,{ref:n,className:s("gryt-switch relative inline-flex h-6 w-10 shrink-0 items-center","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface-raised p-0.5","transition-[scale,background-color,border-color] duration-(--gryt-dur-spring) ease-spring","data-checked:border-transparent","hover:not-data-disabled:border-gryt-accent-light","motion-safe:hover:not-data-disabled:scale-[1.05]","motion-safe:active:not-data-disabled:scale-[0.95]",x,E,at[r],t),...e,children:o.jsx(ue.Switch.Thumb,{className:s("h-4.5 w-4.5 rounded-(--gryt-radius-full) bg-gryt-text","transition-transform duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-checked:translate-x-4 data-checked:bg-gryt-bg")})})}),ye=3;function vt({className:a,tone:t="primary","aria-label":r,...e}){const[n,c]=i.useState(!1),l=i.useRef(null);i.useEffect(()=>{if(!n&&l.current===null)return;const u=()=>{l.current=null,c(!1)};return window.addEventListener("pointerup",u),window.addEventListener("pointercancel",u),()=>{window.removeEventListener("pointerup",u),window.removeEventListener("pointercancel",u)}},[n]);function d(u){l.current={x:u.clientX,y:u.clientY}}function g(u){const p=l.current;if(p===null||n)return;(Math.abs(u.clientX-p.x)>ye||Math.abs(u.clientY-p.y)>ye)&&c(!0)}const f=n?"transition-none":"duration-(--gryt-dur-spring) ease-spring-tight motion-reduce:transition-none";return o.jsx(_.Slider.Root,{className:s("gryt-slider w-full",a),...e,children:o.jsx(_.Slider.Control,{className:"flex w-full touch-none items-center py-2 select-none",onPointerDown:d,onPointerMove:g,children:o.jsxs(_.Slider.Track,{className:"h-1.5 w-full rounded-(--gryt-radius-full) bg-gryt-surface-raised select-none",children:[o.jsx(_.Slider.Indicator,{className:s("h-full rounded-(--gryt-radius-full) select-none","transition-[width]",f,Re[t])}),o.jsx(_.Slider.Thumb,{"aria-label":r,className:s("group h-4 w-4 rounded-(--gryt-radius-full) select-none","transition-[inset-inline-start]",f,tt),children:o.jsx("span",{className:s("block h-full w-full rounded-(--gryt-radius-full) bg-gryt-text","transition-[scale] duration-(--gryt-dur-spring) ease-spring","motion-safe:group-hover:scale-[1.12] motion-safe:group-active:scale-[0.94]","motion-reduce:transition-none")})})]})})})}const jt={small:"min-h-9 px-3 text-sm",medium:"min-h-11 px-4 text-sm"};function Nt({className:a,label:t,options:r=[],placeholder:e="Select",size:n="medium",...c}){return o.jsxs(w.Select.Root,{items:r,...c,children:[o.jsxs("div",{className:s("gryt-select flex w-full flex-col gap-1.5",a),children:[t?o.jsx(w.Select.Label,{className:"text-xs font-medium text-gryt-muted",children:t}):null,o.jsxs(w.Select.Trigger,{className:s("flex w-full items-center justify-between gap-2","rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface-raised","text-gryt-text select-none","transition-colors duration-150 hover:border-gryt-accent-light","data-disabled:cursor-not-allowed data-disabled:opacity-60",x,jt[n]),children:[o.jsx(w.Select.Value,{placeholder:e}),o.jsx(w.Select.Icon,{className:"shrink-0 text-gryt-muted",children:o.jsx(T.CaretUpDown,{size:16})})]})]}),o.jsx(w.Select.Portal,{children:o.jsx(w.Select.Positioner,{sideOffset:6,className:"outline-none",children:o.jsx(w.Select.Popup,{className:s("min-w-(--anchor-width) p-1",F,D),children:o.jsx(w.Select.List,{children:r.map(l=>o.jsxs(w.Select.Item,{value:l.value,disabled:l.disabled,className:s("flex cursor-default items-center justify-between gap-2","rounded-(--gryt-radius-md) px-3 py-2 text-sm text-gryt-text","outline-none select-none data-highlighted:bg-gryt-surface-raised","data-disabled:cursor-not-allowed data-disabled:opacity-50"),children:[o.jsx(w.Select.ItemText,{children:l.label}),o.jsx(w.Select.ItemIndicator,{className:"text-gryt-accent",children:o.jsx(T.Check,{size:14,weight:"bold"})})]},String(l.value)))})})})})]})}function Rt({children:a,className:t,side:r="top",sideOffset:e=8,title:n}){return o.jsxs($.Tooltip.Root,{children:[o.jsx($.Tooltip.Trigger,{render:a}),o.jsx($.Tooltip.Portal,{children:o.jsx($.Tooltip.Positioner,{side:r,sideOffset:e,children:o.jsx($.Tooltip.Popup,{className:s("gryt-tooltip rounded-(--gryt-radius-md) border border-gryt-border bg-gryt-surface-raised","px-2.5 py-1.5 text-xs text-gryt-text",D,t),children:n})})})]})}const Pt=$.Tooltip.Provider,Tt=i.forwardRef(function({className:t,orientation:r="horizontal",...e},n){return o.jsx(Le.Separator,{ref:n,orientation:r,className:s("gryt-divider bg-gryt-border",r==="vertical"?"h-full w-px":"h-px w-full",t),...e})}),Ct=i.forwardRef(function({className:t,...r},e){return o.jsx("div",{ref:e,className:s("gryt-card rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface text-gryt-text",t),...r})});function kt({children:a,className:t,subheader:r,title:e,...n}){return o.jsxs("div",{className:s("gryt-card-header flex flex-col gap-1 p-4",t),...n,children:[e?o.jsx("span",{className:"text-base font-semibold text-gryt-text",children:e}):null,r?o.jsx("span",{className:"text-sm text-gryt-muted",children:r}):null,a]})}function St({className:a,...t}){return o.jsx("div",{className:s("gryt-card-content px-4 pb-4 text-sm text-gryt-muted",a),...t})}function Mt({className:a,...t}){return o.jsx("div",{className:s("gryt-card-actions flex items-center gap-2 px-4 pb-4",a),...t})}const At={info:"border-gryt-secondary/40 bg-gryt-secondary/10 text-gryt-secondary",success:"border-gryt-success/40 bg-gryt-success/10 text-gryt-success",warning:"border-gryt-warning/40 bg-gryt-warning/10 text-gryt-warning",error:"border-gryt-danger/40 bg-gryt-danger/10 text-gryt-danger"},It=i.forwardRef(function({className:t,severity:r="info",...e},n){return o.jsx("div",{ref:n,role:"alert",className:s("gryt-alert rounded-(--gryt-radius-lg) border px-4 py-3 text-sm",At[r],t),...e})});function Dt({className:a,value:t=null,...r}){return o.jsx(re.Progress.Root,{value:t,className:s("gryt-progress w-full",a),...r,children:o.jsx(re.Progress.Track,{className:"h-1.5 w-full overflow-hidden rounded-(--gryt-radius-full) bg-gryt-surface-raised",children:o.jsx(re.Progress.Indicator,{className:"h-full rounded-(--gryt-radius-full) bg-gryt-accent transition-[width] duration-300 ease-out motion-reduce:transition-none"})})})}function Lt({className:a,size:t=24,"aria-label":r="Loading"}){return o.jsx(T.CircleNotch,{role:"status","aria-label":r,size:t,weight:"bold",className:s("gryt-spinner text-gryt-accent motion-safe:animate-spin",a)})}const $t={text:"h-4 rounded-(--gryt-radius-sm)",rounded:"rounded-(--gryt-radius-lg)",circular:"rounded-(--gryt-radius-full)",rectangular:"rounded-none"};function Gt({className:a,height:t,style:r,variant:e="text",width:n,...c}){const l={width:n,height:t,...r};return o.jsx("div",{"aria-hidden":"true",className:s("gryt-skeleton bg-white/9 motion-safe:animate-pulse",$t[e],a),style:l,...c})}const Te="transition-[opacity,scale,translate] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none",Ft=i.forwardRef(function({className:t,...r},e){return o.jsx(A.Dialog.Backdrop,{ref:e,className:s("gryt-dialog-backdrop fixed inset-0 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)",Te,"data-starting-style:opacity-0 data-ending-style:opacity-0",t),...r})}),qt=i.forwardRef(function({className:t,...r},e){return o.jsx(A.Dialog.Popup,{ref:e,className:s("gryt-dialog fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2","flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4","rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text",Te,"data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0",t),...r})}),Bt=i.forwardRef(function({className:t,...r},e){return o.jsx(A.Dialog.Title,{ref:e,className:s("gryt-dialog-title text-base font-semibold text-gryt-text",t),...r})}),zt=i.forwardRef(function({className:t,...r},e){return o.jsx(A.Dialog.Description,{ref:e,className:s("gryt-dialog-description text-sm text-gryt-muted",t),...r})}),Et=i.forwardRef(function({className:t,...r},e){return o.jsx("div",{ref:e,className:s("gryt-dialog-footer flex justify-end gap-3",t),...r})}),_t={Root:A.Dialog.Root,Trigger:A.Dialog.Trigger,Portal:A.Dialog.Portal,Close:A.Dialog.Close,Backdrop:Ft,Popup:qt,Title:Bt,Description:zt,Footer:Et},Vt=()=>()=>{};function Ce(a){const t=i.useCallback(e=>{if(typeof window>"u"||!window.matchMedia)return Vt();const n=window.matchMedia(a);return n.addEventListener("change",e),()=>n.removeEventListener("change",e)},[a]),r=i.useCallback(()=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(a).matches,[a]);return i.useSyncExternalStore(t,r,()=>!1)}const Ht={left:"left",right:"right",top:"up",bottom:"down"},Z=i.createContext("right"),Ot={left:"items-stretch justify-start",right:"items-stretch justify-end",top:"items-start justify-center",bottom:"items-end justify-center"},Ut={left:"rounded-r-(--gryt-radius-xl)",right:"rounded-l-(--gryt-radius-xl)",top:"rounded-b-(--gryt-radius-xl)",bottom:"rounded-t-(--gryt-radius-xl)"},Xt={left:["h-full w-[calc(20rem+var(--gryt-drawer-bleed))] max-w-[calc(85vw+var(--gryt-drawer-bleed))]","-ml-(--gryt-drawer-bleed) border-r py-5 pr-5 pl-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateX(var(--drawer-swipe-movement-x))]","data-starting-style:[transform:translateX(calc(-100%+var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateX(calc(-100%+var(--gryt-drawer-bleed)))]"].join(" "),right:["h-full w-[calc(20rem+var(--gryt-drawer-bleed))] max-w-[calc(85vw+var(--gryt-drawer-bleed))]","-mr-(--gryt-drawer-bleed) border-l py-5 pl-5 pr-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateX(var(--drawer-swipe-movement-x))]","data-starting-style:[transform:translateX(calc(100%-var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateX(calc(100%-var(--gryt-drawer-bleed)))]"].join(" "),top:["w-full max-h-[calc(85vh+var(--gryt-drawer-bleed))]","-mt-(--gryt-drawer-bleed) border-b px-5 pb-5 pt-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateY(var(--drawer-swipe-movement-y))]","data-starting-style:[transform:translateY(calc(-100%+var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateY(calc(-100%+var(--gryt-drawer-bleed)))]"].join(" "),bottom:["w-full max-h-[calc(85vh+var(--gryt-drawer-bleed))]","-mb-(--gryt-drawer-bleed) border-t px-5 pt-5 pb-[calc(1.25rem+var(--gryt-drawer-bleed))]","[transform:translateY(var(--drawer-swipe-movement-y))]","data-starting-style:[transform:translateY(calc(100%-var(--gryt-drawer-bleed)))]","data-ending-style:[transform:translateY(calc(100%-var(--gryt-drawer-bleed)))]"].join(" ")};function Yt({side:a="right",sheetOnMobile:t=!0,children:r,...e}){const n=Ce("(max-width: 767px)"),c=t&&n?"bottom":a;return o.jsx(Z.Provider,{value:c,children:o.jsx(N.Drawer.Root,{swipeDirection:Ht[c],...e,children:r})})}const Qt=i.forwardRef(function({className:t,...r},e){const n=i.useContext(Z);return o.jsx(N.Drawer.Viewport,{ref:e,className:s("gryt-drawer-viewport fixed inset-0 z-50 flex",Ot[n],t),...r})}),Wt=i.forwardRef(function({className:t,...r},e){const n=i.useContext(Z);return o.jsx(N.Drawer.Popup,{ref:e,className:s("gryt-drawer flex flex-col gap-4 border-gryt-border bg-gryt-surface text-gryt-text","overflow-y-auto overscroll-contain outline-none","transition-transform duration-(--gryt-dur-spring-soft) ease-spring","data-swiping:duration-0 data-swiping:select-none","motion-reduce:transition-none",Xt[n],Ut[n],t),...r})}),Jt=i.forwardRef(function({className:t,...r},e){return o.jsx(N.Drawer.Backdrop,{ref:e,className:s("gryt-drawer-backdrop fixed inset-0 z-50 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)","[opacity:calc(1-var(--drawer-swipe-progress,0))]","transition-opacity duration-(--gryt-dur-spring-soft) ease-spring","data-swiping:duration-0","data-starting-style:opacity-0 data-ending-style:opacity-0","motion-reduce:transition-none",t),...r})});function Kt({className:a}){const t=i.useContext(Z);return t!=="bottom"&&t!=="top"?null:o.jsx("div",{"aria-hidden":!0,className:s("gryt-drawer-grabber mx-auto h-1.5 w-10 shrink-0 rounded-(--gryt-radius-full) bg-gryt-border",t==="top"&&"order-last",a)})}const Zt={Root:Yt,Trigger:N.Drawer.Trigger,Portal:N.Drawer.Portal,Backdrop:Jt,Viewport:Qt,Popup:Wt,Content:N.Drawer.Content,Grabber:Kt,Close:N.Drawer.Close,Title:N.Drawer.Title,Description:N.Drawer.Description},er=i.forwardRef(function({className:t,sideOffset:r=8,...e},n){return o.jsx(G.Menu.Positioner,{ref:n,sideOffset:r,className:s("gryt-menu-positioner outline-none",t),...e})}),tr=i.forwardRef(function({className:t,...r},e){return o.jsx(G.Menu.Popup,{ref:e,className:s("gryt-menu min-w-44 p-1 outline-none",F,D,t),...r})}),rr=i.forwardRef(function({className:t,...r},e){return o.jsx(G.Menu.Item,{ref:e,className:s("gryt-menu-item flex cursor-default items-center gap-2 rounded-(--gryt-radius-md)","px-3 py-2 text-sm text-gryt-text outline-none select-none","data-highlighted:bg-gryt-surface-raised","data-disabled:cursor-not-allowed data-disabled:opacity-50",t),...r})}),or=i.forwardRef(function({className:t,...r},e){return o.jsx(G.Menu.Separator,{ref:e,className:s("gryt-menu-separator my-1 h-px bg-gryt-border",t),...r})}),K={Root:G.Menu.Root,Trigger:G.Menu.Trigger,Portal:G.Menu.Portal,Positioner:er,Popup:tr,Item:rr,Separator:or},ar=i.forwardRef(function({className:t,...r},e){return o.jsx(Q.Tabs.Root,{ref:e,className:s("gryt-tabs","data-[orientation=vertical]:flex data-[orientation=vertical]:items-stretch",t),...r})}),nr=i.forwardRef(function({className:t,...r},e){return o.jsx(Q.Tabs.List,{ref:e,className:s("gryt-tabs-list relative inline-flex items-center gap-1 rounded-(--gryt-radius-full) bg-gryt-surface-raised p-1","data-[orientation=vertical]:flex data-[orientation=vertical]:shrink-0","data-[orientation=vertical]:flex-col data-[orientation=vertical]:items-stretch","data-[orientation=vertical]:rounded-(--gryt-radius-lg)",t),...r})}),ke=i.forwardRef(function({className:t,...r},e){return o.jsx(Q.Tabs.Tab,{ref:e,className:s("gryt-tab inline-flex min-h-8 items-center justify-center whitespace-nowrap","rounded-(--gryt-radius-full) border-0 bg-transparent px-4 py-1.5","text-sm font-medium text-gryt-muted select-none","relative z-10 transition-colors duration-150 hover:text-gryt-text","data-active:text-gryt-on-accent","data-[orientation=vertical]:min-h-9 data-[orientation=vertical]:justify-start","data-[orientation=vertical]:gap-2.5 data-[orientation=vertical]:px-3","data-[orientation=vertical]:rounded-(--gryt-radius-md)",x,t),...r})}),sr=i.forwardRef(function({className:t,...r},e){return o.jsx(Q.Tabs.Indicator,{ref:e,renderBeforeHydration:!0,className:s("gryt-tabs-indicator absolute top-1 left-0 z-0 h-[calc(100%-0.5rem)]","w-(--active-tab-width) translate-x-(--active-tab-left)","rounded-(--gryt-radius-full) bg-gryt-accent","transition-[translate,width] duration-(--gryt-dur-spring) ease-spring","motion-reduce:transition-none","[[data-orientation=vertical]_&]:top-0 [[data-orientation=vertical]_&]:left-1","[[data-orientation=vertical]_&]:h-(--active-tab-height)","[[data-orientation=vertical]_&]:w-[calc(100%-0.5rem)]","[[data-orientation=vertical]_&]:translate-x-0","[[data-orientation=vertical]_&]:translate-y-(--active-tab-top)","[[data-orientation=vertical]_&]:rounded-(--gryt-radius-md)","[[data-orientation=vertical]_&]:transition-[translate,height]",t),...r})}),ir=i.forwardRef(function({className:t,...r},e){return o.jsx(Q.Tabs.Panel,{ref:e,className:s("gryt-tabs-panel pt-3 text-sm text-gryt-text","data-[orientation=vertical]:min-w-0 data-[orientation=vertical]:flex-1","data-[orientation=vertical]:pt-0 data-[orientation=vertical]:pl-4",t),...r})}),cr=Object.assign(ar,{List:nr,Tab:ke,Panel:ir,Indicator:sr}),lr=i.forwardRef(function({className:t,...r},e){return o.jsx(O.Accordion.Root,{ref:e,className:s("gryt-accordion flex w-full flex-col gap-2 rounded-(--gryt-radius-xl) border border-gryt-border bg-gryt-surface p-2",t),...r})}),dr=i.forwardRef(function({className:t,...r},e){return o.jsx(O.Accordion.Item,{ref:e,className:s("gryt-accordion-item",t),...r})}),ur=i.forwardRef(function({children:t,className:r,expandIcon:e,...n},c){return o.jsx(O.Accordion.Header,{className:"gryt-accordion-header m-0",children:o.jsxs(O.Accordion.Trigger,{ref:c,className:s("gryt-accordion-trigger flex w-full items-center justify-between gap-3","rounded-(--gryt-radius-lg) border-0 bg-transparent px-3 py-2.5","text-left text-sm font-medium text-gryt-text select-none","transition-colors duration-150 hover:bg-gryt-surface-raised",x,r),...n,children:[t,e===void 0?o.jsx(T.CaretDown,{size:16,className:"shrink-0 transition-transform duration-(--gryt-dur-spring) ease-spring data-panel-open:rotate-180 motion-reduce:transition-none"}):e]})})}),gr=i.forwardRef(function({children:t,className:r,...e},n){return o.jsx(O.Accordion.Panel,{ref:n,className:s("gryt-accordion-panel overflow-hidden text-sm text-gryt-muted","h-[var(--accordion-panel-height)] transition-[height] duration-(--gryt-dur-spring-soft) ease-spring","data-starting-style:h-0 data-ending-style:h-0","motion-reduce:transition-none",r),...e,children:o.jsx("div",{className:"px-3 pt-1 pb-3",children:t})})}),yr=Object.assign(lr,{Item:dr,Trigger:ur,Panel:gr}),fr=i.forwardRef(function({className:t,sideOffset:r=2,...e},n){return o.jsx(M.ContextMenu.Positioner,{ref:n,sideOffset:r,className:s("gryt-context-menu-positioner outline-none",t),...e})}),pr={Root:M.ContextMenu.Root,Trigger:M.ContextMenu.Trigger,Portal:M.ContextMenu.Portal,Positioner:fr,Popup:K.Popup,Item:K.Item,Separator:K.Separator,Group:M.ContextMenu.Group,GroupLabel:M.ContextMenu.GroupLabel,SubmenuRoot:M.ContextMenu.SubmenuRoot,SubmenuTrigger:M.ContextMenu.SubmenuTrigger},mr=i.forwardRef(function({className:t,sideOffset:r=8,...e},n){return o.jsx(C.Popover.Positioner,{ref:n,sideOffset:r,className:s("gryt-popover-positioner outline-none",t),...e})}),br=i.forwardRef(function({className:t,...r},e){return o.jsx(C.Popover.Popup,{ref:e,className:s("gryt-popover max-w-[min(20rem,calc(100vw-2rem))] p-4 outline-none",F,D,t),...r})}),xr=i.forwardRef(function({className:t,...r},e){return o.jsx(C.Popover.Title,{ref:e,className:s("gryt-popover-title text-sm font-semibold text-gryt-text",t),...r})}),hr=i.forwardRef(function({className:t,...r},e){return o.jsx(C.Popover.Description,{ref:e,className:s("gryt-popover-description mt-1 text-sm leading-6 text-gryt-muted",t),...r})}),wr={Root:C.Popover.Root,Trigger:C.Popover.Trigger,Portal:C.Popover.Portal,Positioner:mr,Popup:br,Title:xr,Description:hr,Close:C.Popover.Close,Arrow:C.Popover.Arrow},vr={neutral:"border-white/8 bg-gryt-surface",info:"border-gryt-secondary/30 bg-gryt-secondary/8",success:"border-gryt-success/30 bg-gryt-success/8",warning:"border-gryt-warning/30 bg-gryt-warning/8",danger:"border-gryt-danger/30 bg-gryt-danger/8"},jr=i.forwardRef(function({className:t,...r},e){return o.jsx(S.Toast.Viewport,{ref:e,className:s("gryt-toast-viewport fixed right-4 bottom-4 z-50 flex w-[min(22rem,calc(100vw-2rem))]","flex-col gap-2 outline-none",t),...r})}),Nr=i.forwardRef(function({className:t,severity:r="neutral",...e},n){return o.jsx(S.Toast.Root,{ref:n,className:s("gryt-toast relative flex flex-col p-3 pr-9","rounded-(--gryt-radius-xl) border text-gryt-text",vr[r],"transition-[opacity,transform] duration-(--gryt-dur-spring) ease-spring","data-starting-style:translate-y-2 data-starting-style:opacity-0","data-ending-style:translate-y-2 data-ending-style:opacity-0","motion-reduce:transition-none",t),...e})}),Rr=i.forwardRef(function({className:t,...r},e){return o.jsx(S.Toast.Title,{ref:e,className:s("gryt-toast-title text-sm font-semibold text-gryt-text",t),...r})}),Pr=i.forwardRef(function({className:t,...r},e){return o.jsx(S.Toast.Description,{ref:e,className:s("gryt-toast-description mt-0.5 text-sm leading-6 text-gryt-muted",t),...r})}),Tr=i.forwardRef(function({className:t,children:r,...e},n){return o.jsx(S.Toast.Close,{ref:n,"aria-label":"Close",className:s("gryt-toast-close absolute top-2.5 right-2.5 inline-flex h-6 w-6 items-center justify-center","rounded-(--gryt-radius-full) border-0 bg-transparent text-gryt-muted","transition-colors hover:bg-white/8 hover:text-gryt-text motion-reduce:transition-none","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",t),...e,children:r??o.jsx(T.X,{size:14,weight:"bold"})})}),Cr=i.forwardRef(function({className:t,...r},e){return o.jsx(S.Toast.Action,{ref:e,className:s("gryt-toast-action mt-2 self-start rounded-(--gryt-radius-full) border-0","bg-gryt-accent px-3 py-1.5 text-sm font-medium text-gryt-on-accent","transition-[scale] duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:scale-[1.04] motion-safe:active:scale-[0.96]","focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-gryt-accent-light",t),...r})}),kr={Provider:S.Toast.Provider,Portal:S.Toast.Portal,Viewport:jr,Root:Nr,Title:Rr,Description:Pr,Close:Tr,Action:Cr},Sr=S.Toast.useToastManager,Mr=i.forwardRef(function({className:t,...r},e){return o.jsx(z.ScrollArea.Root,{ref:e,className:s("gryt-scroll-area relative",t),...r})}),Ar=i.forwardRef(function({className:t,...r},e){return o.jsx(z.ScrollArea.Viewport,{ref:e,className:s("gryt-scroll-area-viewport h-full w-full overscroll-contain","focus-visible:outline-2 focus-visible:-outline-offset-1 focus-visible:outline-gryt-accent-light",t),...r})}),Ir=i.forwardRef(function({className:t,orientation:r,...e},n){return o.jsx(z.ScrollArea.Scrollbar,{ref:n,orientation:r,className:s("gryt-scroll-area-scrollbar flex touch-none p-0.5 select-none","opacity-0 transition-opacity duration-(--gryt-dur-fast)","data-hovering:opacity-100 data-scrolling:opacity-100","motion-reduce:transition-none",r==="horizontal"?"h-2 flex-col":"w-2",t),...e,children:o.jsx(z.ScrollArea.Thumb,{className:"flex-1 rounded-(--gryt-radius-full) bg-gryt-border transition-colors hover:bg-gryt-muted motion-reduce:transition-none"})})}),Dr={Root:Mr,Viewport:Ar,Scrollbar:Ir,Content:z.ScrollArea.Content,Corner:z.ScrollArea.Corner},Lr={primary:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-accent data-pressed:text-gryt-on-accent","data-pressed:hover:not-data-disabled:bg-gryt-accent"].join(" "),secondary:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-secondary data-pressed:text-gryt-on-secondary","data-pressed:hover:not-data-disabled:bg-gryt-secondary"].join(" "),neutral:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-surface-hover data-pressed:text-gryt-text"].join(" "),danger:["text-gryt-muted hover:not-data-disabled:bg-white/8","data-pressed:bg-gryt-danger data-pressed:text-gryt-on-danger","data-pressed:hover:not-data-disabled:bg-gryt-danger"].join(" ")},$r={xsmall:"h-8 min-w-8 px-2 text-xs",small:"h-9 min-w-9 px-2.5 text-sm",medium:"h-10 min-w-10 px-3 text-sm",large:"h-12 min-w-12 px-4 text-base"},Gr=i.forwardRef(function({className:t,size:r="medium",tone:e="primary",...n},c){return o.jsx($e.Toggle,{ref:c,className:s("gryt-toggle","inline-flex shrink-0 items-center justify-center gap-2 border-0 bg-transparent","rounded-(--gryt-radius-full) font-medium select-none","transition-[scale,background-color,color] duration-(--gryt-dur-spring) ease-spring","motion-safe:hover:not-data-disabled:scale-[1.06]","motion-safe:active:not-data-disabled:scale-[0.94]",x,E,$r[r],Lr[e],t),...n})}),Fr=i.forwardRef(function({className:t,...r},e){return o.jsx(Ge.ToggleGroup,{ref:e,className:s("gryt-toggle-group inline-flex items-center gap-1","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface p-1",t),...r})}),qr={primary:"bg-gryt-accent",success:"bg-gryt-success",warning:"bg-gryt-warning",danger:"bg-gryt-danger"};function Br({className:a,value:t,label:r,showValue:e=!1,tone:n="primary",...c}){return o.jsxs(V.Meter.Root,{value:t,className:s("gryt-meter flex w-full flex-col gap-1.5",a),...c,children:[(r||e)&&o.jsxs("div",{className:"flex items-baseline justify-between gap-2",children:[r?o.jsx(V.Meter.Label,{className:"text-sm text-gryt-muted",children:r}):o.jsx("span",{}),e&&o.jsx(V.Meter.Value,{className:"font-mono text-xs text-gryt-muted tabular-nums"})]}),o.jsx(V.Meter.Track,{className:"h-1.5 w-full overflow-hidden rounded-(--gryt-radius-full) bg-gryt-surface-raised",children:o.jsx(V.Meter.Indicator,{className:s("h-full rounded-(--gryt-radius-full)","transition-[width] duration-120 ease-out motion-reduce:transition-none",qr[n])})})]})}const zr=i.forwardRef(function({className:t,...r},e){return o.jsx(I.AlertDialog.Popup,{ref:e,className:s("gryt-alert-dialog fixed top-1/2 left-1/2 z-50 -translate-x-1/2 -translate-y-1/2","flex w-96 max-w-[calc(100vw-3rem)] flex-col gap-4","rounded-(--gryt-radius-lg) border border-gryt-border bg-gryt-surface p-5 text-gryt-text","outline-none","transition-[opacity,scale] duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:scale-[0.98] data-starting-style:opacity-0","data-ending-style:scale-[0.98] data-ending-style:opacity-0",t),...r})}),Er=i.forwardRef(function({className:t,...r},e){return o.jsx(I.AlertDialog.Backdrop,{ref:e,className:s("gryt-alert-dialog-backdrop fixed inset-0 z-50 min-h-dvh bg-black/60","backdrop-blur-(--gryt-backdrop-blur)","transition-opacity duration-(--gryt-dur-spring) ease-spring motion-reduce:transition-none","data-starting-style:opacity-0 data-ending-style:opacity-0",t),...r})}),_r=i.forwardRef(function({className:t,...r},e){return o.jsx(I.AlertDialog.Title,{ref:e,className:s("gryt-alert-dialog-title text-lg font-semibold text-gryt-text",t),...r})}),Vr=i.forwardRef(function({className:t,...r},e){return o.jsx(I.AlertDialog.Description,{ref:e,className:s("gryt-alert-dialog-description text-sm leading-6 text-gryt-muted",t),...r})}),Hr={Root:I.AlertDialog.Root,Trigger:I.AlertDialog.Trigger,Portal:I.AlertDialog.Portal,Backdrop:Er,Popup:zr,Title:_r,Description:Vr,Close:I.AlertDialog.Close},Se=["flex cursor-default items-center gap-2 rounded-(--gryt-radius-md)","px-3 py-2 text-sm text-gryt-text outline-none select-none","data-highlighted:bg-gryt-surface-raised","data-selected:text-gryt-accent","data-disabled:cursor-not-allowed data-disabled:opacity-50"].join(" "),Me=[je,Ne.medium,"border-gryt-border",x].join(" "),Or=i.forwardRef(function({className:t,...r},e){return o.jsx(m.Combobox.Input,{ref:e,className:s("gryt-combobox-input",Me,t),...r})}),Ur=i.forwardRef(function({className:t,sideOffset:r=6,...e},n){return o.jsx(m.Combobox.Positioner,{ref:n,sideOffset:r,className:s("gryt-combobox-positioner outline-none",t),...e})}),Xr=i.forwardRef(function({className:t,...r},e){return o.jsx(m.Combobox.Popup,{ref:e,className:s("gryt-combobox max-h-64 w-(--anchor-width) overflow-y-auto overscroll-contain p-1 outline-none",F,D,t),...r})}),Yr=i.forwardRef(function({className:t,...r},e){return o.jsx(m.Combobox.Item,{ref:e,className:s("gryt-combobox-item",Se,t),...r})}),Qr=i.forwardRef(function({className:t,...r},e){return o.jsx(m.Combobox.Empty,{ref:e,className:s("gryt-combobox-empty px-3 py-2 text-sm text-gryt-muted",t),...r})}),Wr={Root:m.Combobox.Root,Input:Or,InputGroup:m.Combobox.InputGroup,Trigger:m.Combobox.Trigger,Icon:m.Combobox.Icon,Clear:m.Combobox.Clear,Value:m.Combobox.Value,Chips:m.Combobox.Chips,Chip:m.Combobox.Chip,ChipRemove:m.Combobox.ChipRemove,Portal:m.Combobox.Portal,Positioner:Ur,Popup:Xr,List:m.Combobox.List,Item:Yr,ItemIndicator:m.Combobox.ItemIndicator,Group:m.Combobox.Group,GroupLabel:m.Combobox.GroupLabel,Empty:Qr,Separator:m.Combobox.Separator},Jr=i.forwardRef(function({className:t,...r},e){return o.jsx(b.Autocomplete.Input,{ref:e,className:s("gryt-autocomplete-input",Me,t),...r})}),Kr=i.forwardRef(function({className:t,sideOffset:r=6,...e},n){return o.jsx(b.Autocomplete.Positioner,{ref:n,sideOffset:r,className:s("gryt-autocomplete-positioner outline-none",t),...e})}),Zr=i.forwardRef(function({className:t,...r},e){return o.jsx(b.Autocomplete.Popup,{ref:e,className:s("gryt-autocomplete max-h-64 w-(--anchor-width) overflow-y-auto overscroll-contain p-1 outline-none",F,D,t),...r})}),eo=i.forwardRef(function({className:t,...r},e){return o.jsx(b.Autocomplete.Item,{ref:e,className:s("gryt-autocomplete-item",Se,t),...r})}),to=i.forwardRef(function({className:t,...r},e){return o.jsx(b.Autocomplete.Empty,{ref:e,className:s("gryt-autocomplete-empty px-3 py-2 text-sm text-gryt-muted",t),...r})}),ro={Root:b.Autocomplete.Root,Input:Jr,InputGroup:b.Autocomplete.InputGroup,Trigger:b.Autocomplete.Trigger,Icon:b.Autocomplete.Icon,Clear:b.Autocomplete.Clear,Value:b.Autocomplete.Value,Portal:b.Autocomplete.Portal,Positioner:Kr,Popup:Zr,List:b.Autocomplete.List,Item:eo,Group:b.Autocomplete.Group,GroupLabel:b.Autocomplete.GroupLabel,Empty:to,Separator:b.Autocomplete.Separator},oo=i.forwardRef(function({className:t,...r},e){return o.jsx(Fe.CheckboxGroup,{ref:e,className:s("gryt-checkbox-group flex flex-col gap-2",t),...r})}),ao=i.forwardRef(function({className:t,...r},e){return o.jsx(se.Collapsible.Trigger,{ref:e,className:s("gryt-collapsible-trigger flex w-full items-center justify-between gap-2","rounded-(--gryt-radius-md) border-0 bg-transparent px-2 py-2 text-left","text-sm font-medium text-gryt-text select-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",x,t),...r})}),no=i.forwardRef(function({className:t,...r},e){return o.jsx(se.Collapsible.Panel,{ref:e,className:s("gryt-collapsible-panel overflow-hidden","h-(--collapsible-panel-height) transition-[height] duration-(--gryt-dur-spring) ease-spring","data-starting-style:h-0 data-ending-style:h-0","motion-reduce:transition-none",t),...r})}),so={Root:se.Collapsible.Root,Trigger:ao,Panel:no},io=i.forwardRef(function({className:t,...r},e){return o.jsx(qe.Form,{ref:e,className:s("gryt-form flex flex-col gap-(--gryt-space-lg)",t),...r})}),co=i.forwardRef(function({className:t,...r},e){return o.jsx(me.Fieldset.Root,{ref:e,className:s("gryt-fieldset flex min-w-0 flex-col gap-3 border-0 p-0",t),...r})}),lo=i.forwardRef(function({className:t,...r},e){return o.jsx(me.Fieldset.Legend,{ref:e,className:s("gryt-fieldset-legend text-sm font-semibold text-gryt-text",t),...r})}),uo={Root:co,Legend:lo},go=i.forwardRef(function({className:t,...r},e){return o.jsx(Be.Menubar,{ref:e,className:s("gryt-menubar flex items-center gap-1","rounded-(--gryt-radius-md) border border-gryt-border bg-gryt-surface p-1",t),...r})}),yo=i.forwardRef(function({className:t,...r},e){return o.jsx(v.NavigationMenu.Trigger,{ref:e,className:s("gryt-navigation-menu-trigger flex items-center gap-1.5 rounded-(--gryt-radius-md)","border-0 bg-transparent px-3 py-2 text-sm font-medium text-gryt-text select-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none","data-popup-open:bg-gryt-surface-raised",x,t),...r})}),fo=i.forwardRef(function({className:t,...r},e){return o.jsx(v.NavigationMenu.Popup,{ref:e,className:s("gryt-navigation-menu-popup outline-none",F,D,t),...r})}),po=i.forwardRef(function({className:t,...r},e){return o.jsx(v.NavigationMenu.Viewport,{ref:e,className:s("gryt-navigation-menu-viewport relative overflow-hidden",t),...r})}),mo=i.forwardRef(function({className:t,...r},e){return o.jsx(v.NavigationMenu.Link,{ref:e,className:s("gryt-navigation-menu-link block rounded-(--gryt-radius-md) px-3 py-2","text-sm text-gryt-text no-underline outline-none","transition-colors hover:bg-gryt-surface-raised motion-reduce:transition-none",x,t),...r})}),bo={Root:v.NavigationMenu.Root,List:v.NavigationMenu.List,Item:v.NavigationMenu.Item,Trigger:yo,Content:v.NavigationMenu.Content,Portal:v.NavigationMenu.Portal,Positioner:v.NavigationMenu.Positioner,Viewport:po,Popup:fo,Link:mo,Icon:v.NavigationMenu.Icon,Arrow:v.NavigationMenu.Arrow},fe="flex h-9 w-9 shrink-0 items-center justify-center border-0 bg-transparent text-gryt-muted transition-colors hover:not-data-disabled:bg-white/8 hover:not-data-disabled:text-gryt-text motion-reduce:transition-none disabled:cursor-not-allowed disabled:opacity-50",xo=i.forwardRef(function({className:t,label:r,scrubbable:e=!1,...n},c){return o.jsxs(L.NumberField.Root,{ref:c,className:s("gryt-number-field flex flex-col gap-1.5",t),...n,children:[r&&(e?o.jsxs(L.NumberField.ScrubArea,{className:"cursor-ew-resize text-sm text-gryt-muted select-none",children:[r,o.jsx(L.NumberField.ScrubAreaCursor,{})]}):o.jsx("span",{className:"text-sm text-gryt-muted",children:r})),o.jsxs(L.NumberField.Group,{className:s("flex w-fit items-center overflow-hidden rounded-(--gryt-radius-full)","border border-gryt-border bg-gryt-surface-raised","focus-within:outline-2 focus-within:outline-offset-2 focus-within:outline-gryt-accent-light",E),children:[o.jsx(L.NumberField.Decrement,{"aria-label":"Decrease",className:s(fe,"rounded-l-(--gryt-radius-full)"),children:o.jsx(T.Minus,{size:14,weight:"bold"})}),o.jsx(L.NumberField.Input,{className:s("w-16 border-0 bg-transparent px-1 py-2 text-center","font-mono text-sm text-gryt-text tabular-nums outline-none",x)}),o.jsx(L.NumberField.Increment,{"aria-label":"Increase",className:s(fe,"rounded-r-(--gryt-radius-full)"),children:o.jsx(T.Plus,{size:14,weight:"bold"})})]})]})}),ho=i.forwardRef(function({className:t,length:r=6,...e},n){return o.jsx(ge.OTPField.Root,{ref:n,length:r,className:s("gryt-otp-field flex gap-2",t),...e,children:Array.from({length:r},(c,l)=>o.jsx(ge.OTPField.Input,{className:s("gryt-otp-input h-12 w-10 rounded-(--gryt-radius-md) text-center","border border-gryt-border bg-gryt-surface-raised","font-mono text-lg text-gryt-text tabular-nums outline-none","transition-colors duration-(--gryt-dur-fast) motion-reduce:transition-none","data-filled:border-gryt-accent",x)},l))})}),wo=i.forwardRef(function({className:t,sideOffset:r=8,...e},n){return o.jsx(q.PreviewCard.Positioner,{ref:n,sideOffset:r,className:s("gryt-preview-card-positioner outline-none",t),...e})}),vo=i.forwardRef(function({className:t,...r},e){return o.jsx(q.PreviewCard.Popup,{ref:e,className:s("gryt-preview-card w-64 max-w-[calc(100vw-2rem)] p-4 outline-none",F,D,t),...r})}),jo={Root:q.PreviewCard.Root,Trigger:q.PreviewCard.Trigger,Portal:q.PreviewCard.Portal,Positioner:wo,Popup:vo,Arrow:q.PreviewCard.Arrow},No=i.forwardRef(function({className:t,...r},e){return o.jsx(B.Toolbar.Root,{ref:e,className:s("gryt-toolbar flex items-center gap-1","rounded-(--gryt-radius-full) border border-gryt-border bg-gryt-surface p-1",t),...r})}),Ro=i.forwardRef(function({className:t,...r},e){return o.jsx(B.Toolbar.Separator,{ref:e,className:s("gryt-toolbar-separator mx-1 h-6 w-px bg-gryt-border",t),...r})}),Po={Root:No,Group:B.Toolbar.Group,Button:B.Toolbar.Button,Link:B.Toolbar.Link,Input:B.Toolbar.Input,Separator:Ro};exports.Accordion=yr;exports.Alert=It;exports.AlertDialog=Hr;exports.Autocomplete=ro;exports.Avatar=Pe;exports.Badge=ft;exports.Button=ve;exports.Card=Ct;exports.CardActions=Mt;exports.CardContent=St;exports.CardHeader=kt;exports.Checkbox=bt;exports.CheckboxGroup=oo;exports.Chip=mt;exports.Collapsible=so;exports.Combobox=Wr;exports.Composer=ut;exports.ContextMenu=pr;exports.ConversationItem=yt;exports.Dialog=_t;exports.Divider=Tt;exports.Drawer=Zt;exports.Fieldset=uo;exports.Form=io;exports.GrytProvider=Ke;exports.IconButton=it;exports.Menu=K;exports.Menubar=go;exports.MessageBubble=lt;exports.Meter=Br;exports.NavigationMenu=bo;exports.NumberField=xo;exports.OtpField=ho;exports.Popover=wr;exports.PreviewCard=jo;exports.Progress=Dt;exports.Radio=xt;exports.RadioGroup=ht;exports.ScrollArea=Dr;exports.Select=Nt;exports.Skeleton=Gt;exports.Slider=vt;exports.Spinner=Lt;exports.Surface=ct;exports.Switch=wt;exports.Tab=ke;exports.Tabs=cr;exports.TextField=dt;exports.Toast=kr;exports.Toggle=Gr;exports.ToggleGroup=Fr;exports.Toolbar=Po;exports.Tooltip=Rt;exports.TooltipProvider=Pt;exports.cn=s;exports.createGrytTheme=we;exports.grytAlphaScales=Qe;exports.grytAlphaScalesLight=We;exports.grytLightTokens=Y;exports.grytScales=ae;exports.grytScalesLight=ne;exports.grytTokens=y;exports.useMediaQuery=Ce;exports.useToastManager=Sr;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|