@als-tp/als-react-ts-ui 0.14.1 → 0.14.4

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.
Files changed (38) hide show
  1. package/dist/als-react-ts-ui.cjs +12 -0
  2. package/dist/als-react-ts-ui.js +10461 -89491
  3. package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts +16 -16
  4. package/dist/components/ALSAutocomplete/ALSAutocomplete.d.ts.map +1 -1
  5. package/dist/components/ALSAutocomplete/index.d.ts +17 -17
  6. package/dist/components/ALSCalendar/ALSCalendar.d.ts.map +1 -1
  7. package/dist/components/ALSCombobox/ALSCombobox.d.ts +2 -2
  8. package/dist/components/ALSCombobox/ALSCombobox.d.ts.map +1 -1
  9. package/dist/components/ALSCombobox/index.d.ts +3 -3
  10. package/dist/components/ALSContextMenu/ALSContextMenu.d.ts +14 -14
  11. package/dist/components/ALSContextMenu/ALSContextMenu.d.ts.map +1 -1
  12. package/dist/components/ALSContextMenu/index.d.ts +14 -14
  13. package/dist/components/ALSField/ALSField.d.ts +5 -5
  14. package/dist/components/ALSField/ALSField.d.ts.map +1 -1
  15. package/dist/components/ALSField/index.d.ts +5 -5
  16. package/dist/components/ALSFieldset/ALSFieldset.d.ts +2 -2
  17. package/dist/components/ALSFieldset/ALSFieldset.d.ts.map +1 -1
  18. package/dist/components/ALSFieldset/index.d.ts +2 -2
  19. package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts +13 -13
  20. package/dist/components/ALSNavigationMenu/ALSNavigationMenu.d.ts.map +1 -1
  21. package/dist/components/ALSNavigationMenu/index.d.ts +13 -13
  22. package/dist/components/ALSPopover/ALSPopover.d.ts +9 -21
  23. package/dist/components/ALSPopover/ALSPopover.d.ts.map +1 -1
  24. package/dist/components/ALSPopover/index.d.ts +10 -22
  25. package/dist/components/ALSPopover/index.d.ts.map +1 -1
  26. package/dist/components/ALSProgress/ALSProgress.d.ts +4 -4
  27. package/dist/components/ALSProgress/ALSProgress.d.ts.map +1 -1
  28. package/dist/components/ALSProgress/index.d.ts +4 -4
  29. package/dist/components/ALSRadio/ALSRadio.d.ts +2 -1
  30. package/dist/components/ALSRadio/ALSRadio.d.ts.map +1 -1
  31. package/dist/components/ALSRadio/index.d.ts +1 -1
  32. package/dist/components/ALSSelect/ALSSelect.d.ts +7 -7
  33. package/dist/components/ALSSelect/ALSSelect.d.ts.map +1 -1
  34. package/dist/components/ALSSelect/index.d.ts +7 -7
  35. package/dist/components/ALSToggleGroup/ALSToggleGroup.d.ts +2 -2
  36. package/dist/components/ALSToggleGroup/ALSToggleGroup.d.ts.map +1 -1
  37. package/dist/index.css +1 -1
  38. package/package.json +31 -31
@@ -1,25 +1,13 @@
1
1
  import * as React from "react";
2
2
  import { Popover } from "@base-ui/react/popover";
3
3
  export declare const ALSPopoverRoot: typeof Popover.Root;
4
- export declare const ALSPopoverTrigger: React.ForwardRefExoticComponent<import("node_modules/@base-ui/react/esm/utils/types").NativeButtonProps & Omit<import("node_modules/@base-ui/react/esm/utils/types").WithBaseUIEvent<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">>, "className" | "color" | "defaultValue" | "defaultChecked"> & {
5
- className?: string | ((state: import("@base-ui/react/popover").PopoverTriggerState) => string | undefined) | undefined;
6
- render?: React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | import("node_modules/@base-ui/react/esm/utils/types").ComponentRenderFn<import("node_modules/@base-ui/react/esm/utils/types").HTMLProps<any>, import("@base-ui/react/popover").PopoverTriggerState> | undefined;
7
- style?: React.CSSProperties | ((state: import("@base-ui/react/popover").PopoverTriggerState) => React.CSSProperties | undefined) | undefined;
8
- } & {
9
- nativeButton?: boolean;
10
- handle?: Popover.Handle<unknown> | undefined;
11
- payload?: unknown;
12
- id?: string;
13
- openOnHover?: boolean;
14
- delay?: number;
15
- closeDelay?: number;
16
- } & React.RefAttributes<HTMLButtonElement>>;
17
- export declare const ALSPopoverPortal: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPortalProps & React.RefAttributes<HTMLDivElement>>;
18
- export declare const ALSPopoverPositioner: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPositionerProps & React.RefAttributes<HTMLDivElement>>;
19
- export declare const ALSPopoverPopup: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPopupProps & React.RefAttributes<HTMLDivElement>>;
20
- export declare const ALSPopoverArrow: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverArrowProps & React.RefAttributes<HTMLDivElement>>;
21
- export declare const ALSPopoverTitle: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverTitleProps & React.RefAttributes<HTMLHeadingElement>>;
22
- export declare const ALSPopoverDescription: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverDescriptionProps & React.RefAttributes<HTMLParagraphElement>>;
23
- export declare const ALSPopoverClose: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverCloseProps & React.RefAttributes<HTMLButtonElement>>;
24
- export declare const ALSPopoverBackdrop: React.ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverBackdropProps & React.RefAttributes<HTMLDivElement>>;
4
+ export declare const ALSPopoverTrigger: React.ForwardRefExoticComponent<Omit<Popover.Trigger.Props<unknown>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
5
+ export declare const ALSPopoverPortal: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPortalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export declare const ALSPopoverPositioner: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPositionerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export declare const ALSPopoverPopup: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPopupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ export declare const ALSPopoverArrow: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverArrowProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ export declare const ALSPopoverTitle: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverTitleProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
10
+ export declare const ALSPopoverDescription: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverDescriptionProps, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
11
+ export declare const ALSPopoverClose: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverCloseProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
12
+ export declare const ALSPopoverBackdrop: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverBackdropProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
25
13
  //# sourceMappingURL=ALSPopover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ALSPopover.d.ts","sourceRoot":"","sources":["../../../src/components/ALSPopover/ALSPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,eAAO,MAAM,cAAc,qBAAe,CAAC;AAE3C,eAAO,MAAM,iBAAiB;;;;;;;;;;;;2CAc5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,4HAAiB,CAAC;AAE/C,eAAO,MAAM,oBAAoB,gIAK/B,CAAC;AAEH,eAAO,MAAM,eAAe,2HAW1B,CAAC;AAEH,eAAO,MAAM,eAAe,2HAW1B,CAAC;AAEH,eAAO,MAAM,eAAe,+HAW1B,CAAC;AAEH,eAAO,MAAM,qBAAqB,uIAWhC,CAAC;AAEH,eAAO,MAAM,eAAe,8HAW1B,CAAC;AAEH,eAAO,MAAM,kBAAkB,8HAW7B,CAAC"}
1
+ {"version":3,"file":"ALSPopover.d.ts","sourceRoot":"","sources":["../../../src/components/ALSPopover/ALSPopover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,eAAO,MAAM,cAAc,qBAAe,CAAC;AAE3C,eAAO,MAAM,iBAAiB,uHAc5B,CAAC;AAEH,eAAO,MAAM,gBAAgB,iIAAiB,CAAC;AAE/C,eAAO,MAAM,oBAAoB,qIAK/B,CAAC;AAEH,eAAO,MAAM,eAAe,gIAW1B,CAAC;AAEH,eAAO,MAAM,eAAe,gIAW1B,CAAC;AAEH,eAAO,MAAM,eAAe,oIAW1B,CAAC;AAEH,eAAO,MAAM,qBAAqB,4IAWhC,CAAC;AAEH,eAAO,MAAM,eAAe,mIAW1B,CAAC;AAEH,eAAO,MAAM,kBAAkB,mIAW7B,CAAC"}
@@ -1,26 +1,14 @@
1
1
  export declare const ALSPopover: {
2
- Root: typeof import("@base-ui/react/popover").PopoverRoot;
3
- Trigger: import("react").ForwardRefExoticComponent<import("node_modules/@base-ui/react/esm/utils/types").NativeButtonProps & Omit<import("node_modules/@base-ui/react/esm/utils/types").WithBaseUIEvent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">>, "className" | "color" | "defaultValue" | "defaultChecked"> & {
4
- className?: string | ((state: import("@base-ui/react/popover").PopoverTriggerState) => string | undefined) | undefined;
5
- render?: import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("node_modules/@base-ui/react/esm/utils/types").ComponentRenderFn<import("node_modules/@base-ui/react/esm/utils/types").HTMLProps<any>, import("@base-ui/react/popover").PopoverTriggerState> | undefined;
6
- style?: import("react").CSSProperties | ((state: import("@base-ui/react/popover").PopoverTriggerState) => React.CSSProperties | undefined) | undefined;
7
- } & {
8
- nativeButton?: boolean;
9
- handle?: import("node_modules/@base-ui/react/esm/popover/index.parts").Handle<unknown> | undefined;
10
- payload?: unknown;
11
- id?: string;
12
- openOnHover?: boolean;
13
- delay?: number;
14
- closeDelay?: number;
15
- } & import("react").RefAttributes<HTMLButtonElement>>;
16
- Portal: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPortalProps & import("react").RefAttributes<HTMLDivElement>>;
17
- Positioner: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPositionerProps & import("react").RefAttributes<HTMLDivElement>>;
18
- Popup: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverPopupProps & import("react").RefAttributes<HTMLDivElement>>;
19
- Arrow: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverArrowProps & import("react").RefAttributes<HTMLDivElement>>;
20
- Title: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
21
- Description: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
22
- Close: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
23
- Backdrop: import("react").ForwardRefExoticComponent<import("@base-ui/react/popover").PopoverBackdropProps & import("react").RefAttributes<HTMLDivElement>>;
2
+ Root: typeof import("@base-ui/react").PopoverRoot;
3
+ Trigger: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverTrigger.Props<unknown>, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ Portal: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPortalProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
5
+ Positioner: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPositionerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
6
+ Popup: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverPopupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
7
+ Arrow: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverArrowProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
+ Title: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverTitleProps, "ref"> & import("react").RefAttributes<HTMLHeadingElement>>;
9
+ Description: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverDescriptionProps, "ref"> & import("react").RefAttributes<HTMLParagraphElement>>;
10
+ Close: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverCloseProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
11
+ Backdrop: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").PopoverBackdropProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
24
12
  };
25
13
  export type { PopoverRootProps as ALSPopoverRootProps, PopoverTriggerProps as ALSPopoverTriggerProps, PopoverPortalProps as ALSPopoverPortalProps, PopoverPositionerProps as ALSPopoverPositionerProps, PopoverPopupProps as ALSPopoverPopupProps, PopoverArrowProps as ALSPopoverArrowProps, PopoverTitleProps as ALSPopoverTitleProps, PopoverDescriptionProps as ALSPopoverDescriptionProps, PopoverCloseProps as ALSPopoverCloseProps, PopoverBackdropProps as ALSPopoverBackdropProps, } from "@base-ui/react/popover";
26
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ALSPopover/index.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;CAWtB,CAAC;AAEF,YAAY,EACR,gBAAgB,IAAI,mBAAmB,EACvC,mBAAmB,IAAI,sBAAsB,EAC7C,kBAAkB,IAAI,qBAAqB,EAC3C,sBAAsB,IAAI,yBAAyB,EACnD,iBAAiB,IAAI,oBAAoB,EACzC,iBAAiB,IAAI,oBAAoB,EACzC,iBAAiB,IAAI,oBAAoB,EACzC,uBAAuB,IAAI,0BAA0B,EACrD,iBAAiB,IAAI,oBAAoB,EACzC,oBAAoB,IAAI,uBAAuB,GAClD,MAAM,wBAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ALSPopover/index.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,UAAU;;;;;;;;;;;CAWtB,CAAC;AAEF,YAAY,EACR,gBAAgB,IAAI,mBAAmB,EACvC,mBAAmB,IAAI,sBAAsB,EAC7C,kBAAkB,IAAI,qBAAqB,EAC3C,sBAAsB,IAAI,yBAAyB,EACnD,iBAAiB,IAAI,oBAAoB,EACzC,iBAAiB,IAAI,oBAAoB,EACzC,iBAAiB,IAAI,oBAAoB,EACzC,uBAAuB,IAAI,0BAA0B,EACrD,iBAAiB,IAAI,oBAAoB,EACzC,oBAAoB,IAAI,uBAAuB,GAClD,MAAM,wBAAwB,CAAC"}
@@ -37,18 +37,18 @@ declare const ALSProgressRoot: import("react").ForwardRefExoticComponent<ALSProg
37
37
  /**
38
38
  * Container for the progress indicator
39
39
  */
40
- declare const ALSProgressTrack: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressTrackProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
40
+ declare const ALSProgressTrack: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressTrackProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
41
41
  /**
42
42
  * Visual indicator showing progress completion
43
43
  */
44
- declare const ALSProgressIndicator: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressIndicatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
44
+ declare const ALSProgressIndicator: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressIndicatorProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
45
45
  /**
46
46
  * Optional label for the progress bar
47
47
  */
48
- declare const ALSProgressLabel: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressLabelProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
48
+ declare const ALSProgressLabel: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressLabelProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
49
49
  /**
50
50
  * Optional value display (e.g., "75%")
51
51
  */
52
- declare const ALSProgressValue: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressValueProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
52
+ declare const ALSProgressValue: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressValueProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
53
53
  export { ALSProgressRoot, ALSProgressTrack, ALSProgressIndicator, ALSProgressLabel, ALSProgressValue, };
54
54
  //# sourceMappingURL=ALSProgress.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ALSProgress.d.ts","sourceRoot":"","sources":["../../../src/components/ALSProgress/ALSProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAMnD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,oBACb,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,YAAY,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,QAAQ,CAAC,SAAS,CAC5B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,eAAe,iHAepB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,gBAAgB,8MAUrB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,oBAAoB,kNAWxB,CAAC;AAGH;;GAEG;AACH,QAAA,MAAM,gBAAgB,gNAUrB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,gBAAgB,gNAUrB,CAAC;AAGF,OAAO,EACH,eAAe,EACf,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,GACnB,CAAC"}
1
+ {"version":3,"file":"ALSProgress.d.ts","sourceRoot":"","sources":["../../../src/components/ALSProgress/ALSProgress.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAMnD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9C;;GAEG;AACH,MAAM,WAAW,oBACb,SAAQ,KAAK,CAAC,wBAAwB,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC;IAC5D,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B,IAAI,CAAC,EAAE,YAAY,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,wBAAwB,CAClE,OAAO,QAAQ,CAAC,SAAS,CAC5B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,KAAK,CAAC,wBAAwB,CAC9D,OAAO,QAAQ,CAAC,KAAK,CACxB,CAAC;AAEF;;GAEG;AACH,QAAA,MAAM,eAAe,iHAepB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,gBAAgB,kNAUrB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,oBAAoB,sNAWxB,CAAC;AAGH;;GAEG;AACH,QAAA,MAAM,gBAAgB,oNAUrB,CAAC;AAGF;;GAEG;AACH,QAAA,MAAM,gBAAgB,oNAUrB,CAAC;AAGF,OAAO,EACH,eAAe,EACf,gBAAgB,EAChB,oBAAoB,EACpB,gBAAgB,EAChB,gBAAgB,GACnB,CAAC"}
@@ -4,10 +4,10 @@ import type { ALSProgressRootProps, ALSProgressTrackProps, ALSProgressIndicatorP
4
4
  */
5
5
  export declare const ALSProgress: {
6
6
  Root: import("react").ForwardRefExoticComponent<ALSProgressRootProps & import("react").RefAttributes<HTMLDivElement>>;
7
- Track: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressTrackProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
- Indicator: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressIndicatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
9
- Label: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressLabelProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
10
- Value: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/progress").ProgressValueProps & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
7
+ Track: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressTrackProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
+ Indicator: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressIndicatorProps, "ref"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
9
+ Label: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressLabelProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
10
+ Value: import("react").ForwardRefExoticComponent<Omit<Omit<import("@base-ui/react").ProgressValueProps, "ref"> & import("react").RefAttributes<HTMLSpanElement>, "ref"> & import("react").RefAttributes<HTMLSpanElement>>;
11
11
  };
12
12
  export type { ALSProgressRootProps, ALSProgressTrackProps, ALSProgressIndicatorProps, ALSProgressLabelProps, ALSProgressValueProps, };
13
13
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,5 @@
1
1
  import * as React from "react";
2
+ import { RadioGroup } from "@base-ui/react/radio-group";
2
3
  /**
3
4
  * Size variants for the radio component
4
5
  */
@@ -123,7 +124,7 @@ export declare const ALSRadioGroupRoot: React.FC<ALSRadioGroupProps>;
123
124
  /**
124
125
  * ALSRadioRoot - Wrapper around RadioGroup from Base UI for custom composition
125
126
  */
126
- export declare const ALSRadioRoot: React.ForwardRefExoticComponent<Omit<import("@base-ui/react/radio-group").RadioGroupProps & React.RefAttributes<HTMLDivElement> & {
127
+ export declare const ALSRadioRoot: React.ForwardRefExoticComponent<Omit<RadioGroup.Props<unknown> & {
127
128
  size?: ALSRadioSize;
128
129
  variant?: ALSRadioVariant;
129
130
  orientation?: ALSRadioOrientation;
@@ -1 +1 @@
1
- {"version":3,"file":"ALSRadio.d.ts","sourceRoot":"","sources":["../../../src/components/ALSRadio/ALSRadio.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ALSRadio.d.ts","sourceRoot":"","sources":["../../../src/components/ALSRadio/ALSRadio.tsx"],"names":[],"mappings":"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"}
@@ -27,7 +27,7 @@ export declare const ALSRadio: {
27
27
  /** Complete RadioGroup with options array - simplest usage */
28
28
  Group: import("react").FC<ALSRadioGroupProps>;
29
29
  /** Base RadioGroup for custom composition */
30
- Root: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react/radio-group").RadioGroupProps & import("react").RefAttributes<HTMLDivElement> & {
30
+ Root: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").RadioGroup.Props<unknown> & {
31
31
  size?: ALSRadioSize;
32
32
  variant?: ALSRadioVariant;
33
33
  orientation?: ALSRadioOrientation;
@@ -10,21 +10,21 @@ interface ALSSelectTriggerProps extends Select.Trigger.Props {
10
10
  */
11
11
  renderValue?: Select.Value.Props["render"];
12
12
  }
13
- declare const ALSSelectTrigger: React.ForwardRefExoticComponent<ALSSelectTriggerProps & React.RefAttributes<HTMLButtonElement>>;
13
+ declare const ALSSelectTrigger: React.ForwardRefExoticComponent<Omit<ALSSelectTriggerProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
14
14
  type ALSSelectPortalProps = Select.Portal.Props;
15
15
  declare function ALSSelectPortal(props: ALSSelectPortalProps): import("react/jsx-runtime").JSX.Element;
16
16
  type ALSSelectPositionerProps = Select.Positioner.Props;
17
- declare const ALSSelectPositioner: React.ForwardRefExoticComponent<import("@base-ui/react/select").SelectPositionerProps & React.RefAttributes<HTMLDivElement>>;
17
+ declare const ALSSelectPositioner: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectPositionerProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
18
18
  type ALSSelectPopupProps = Select.Popup.Props;
19
- declare const ALSSelectPopup: React.ForwardRefExoticComponent<import("@base-ui/react/select").SelectPopupProps & React.RefAttributes<HTMLDivElement>>;
19
+ declare const ALSSelectPopup: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectPopupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
20
20
  type ALSSelectItemProps = Select.Item.Props;
21
- declare const ALSSelectItem: React.ForwardRefExoticComponent<import("@base-ui/react/select").SelectItemProps & React.RefAttributes<HTMLDivElement>>;
21
+ declare const ALSSelectItem: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectItemProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
22
22
  type ALSSelectGroupProps = Select.Group.Props;
23
- declare const ALSSelectGroup: React.ForwardRefExoticComponent<import("@base-ui/react/select").SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
23
+ declare const ALSSelectGroup: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectGroupProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
24
24
  type ALSSelectLabelProps = Select.GroupLabel.Props;
25
- declare const ALSSelectLabel: React.ForwardRefExoticComponent<import("@base-ui/react/select").SelectGroupLabelProps & React.RefAttributes<HTMLDivElement>>;
25
+ declare const ALSSelectLabel: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectGroupLabelProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
26
26
  type ALSSelectSeparatorProps = Select.Separator.Props;
27
- declare const ALSSelectSeparator: React.ForwardRefExoticComponent<import("@base-ui/react/separator").SeparatorProps & React.RefAttributes<HTMLDivElement>>;
27
+ declare const ALSSelectSeparator: React.ForwardRefExoticComponent<Omit<import("@base-ui/react").SeparatorProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
28
28
  export { ALSSelectRoot, ALSSelectTrigger, ALSSelectPortal, ALSSelectPositioner, ALSSelectPopup, ALSSelectItem, ALSSelectGroup, ALSSelectLabel, ALSSelectSeparator, };
29
29
  export type { ALSSelectRootProps, ALSSelectTriggerProps, ALSSelectPortalProps, ALSSelectPositionerProps, ALSSelectPopupProps, ALSSelectItemProps, ALSSelectGroupProps, ALSSelectLabelProps, ALSSelectSeparatorProps, };
30
30
  //# sourceMappingURL=ALSSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ALSSelect.d.ts","sourceRoot":"","sources":["../../../src/components/ALSSelect/ALSSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAS/C,KAAK,kBAAkB,CACnB,KAAK,EACL,QAAQ,SAAS,OAAO,GAAG,OAAO,IAClC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAEvC,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,CAAC,2CAG7D;AAMD,UAAU,qBAAsB,SAAQ,MAAM,CAAC,OAAO,CAAC,KAAK;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;CAC9C;AAED,QAAA,MAAM,gBAAgB,iGAgCpB,CAAC;AAQH,KAAK,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;AAEhD,iBAAS,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAEnD;AAKD,KAAK,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC;AAExD,QAAA,MAAM,mBAAmB,8HAYvB,CAAC;AAOH,KAAK,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;AAE9C,QAAA,MAAM,cAAc,yHAUnB,CAAC;AAOF,KAAK,kBAAkB,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;AAE5C,QAAA,MAAM,aAAa,wHAqBlB,CAAC;AAOF,KAAK,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;AAE9C,QAAA,MAAM,cAAc,yHAUnB,CAAC;AAOF,KAAK,mBAAmB,GAAG,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC;AAEnD,QAAA,MAAM,cAAc,8HAUnB,CAAC;AAOF,KAAK,uBAAuB,GAAG,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC;AAEtD,QAAA,MAAM,kBAAkB,0HAWtB,CAAC;AAIH,OAAO,EACH,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,cAAc,EACd,cAAc,EACd,kBAAkB,GACrB,CAAC;AAEF,YAAY,EACR,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,uBAAuB,GAC1B,CAAC"}
1
+ {"version":3,"file":"ALSSelect.d.ts","sourceRoot":"","sources":["../../../src/components/ALSSelect/ALSSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAS/C,KAAK,kBAAkB,CACnB,KAAK,EACL,QAAQ,SAAS,OAAO,GAAG,OAAO,IAClC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAEvC,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,kBAAkB,CAAC,KAAK,CAAC,2CAG7D;AAMD,UAAU,qBAAsB,SAAQ,MAAM,CAAC,OAAO,CAAC,KAAK;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;CAC9C;AAED,QAAA,MAAM,gBAAgB,8GAgCpB,CAAC;AAQH,KAAK,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC;AAEhD,iBAAS,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAEnD;AAKD,KAAK,wBAAwB,GAAG,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC;AAExD,QAAA,MAAM,mBAAmB,oIAYvB,CAAC;AAOH,KAAK,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;AAE9C,QAAA,MAAM,cAAc,+HAUnB,CAAC;AAOF,KAAK,kBAAkB,GAAG,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC;AAE5C,QAAA,MAAM,aAAa,8HAqBlB,CAAC;AAOF,KAAK,mBAAmB,GAAG,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC;AAE9C,QAAA,MAAM,cAAc,+HAUnB,CAAC;AAOF,KAAK,mBAAmB,GAAG,MAAM,CAAC,UAAU,CAAC,KAAK,CAAC;AAEnD,QAAA,MAAM,cAAc,oIAUnB,CAAC;AAOF,KAAK,uBAAuB,GAAG,MAAM,CAAC,SAAS,CAAC,KAAK,CAAC;AAEtD,QAAA,MAAM,kBAAkB,6HAWtB,CAAC;AAIH,OAAO,EACH,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,aAAa,EACb,cAAc,EACd,cAAc,EACd,kBAAkB,GACrB,CAAC;AAEF,YAAY,EACR,kBAAkB,EAClB,qBAAqB,EACrB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,kBAAkB,EAClB,mBAAmB,EACnB,mBAAmB,EACnB,uBAAuB,GAC1B,CAAC"}
@@ -2,14 +2,14 @@ import { ALSSelectRoot, ALSSelectPortal } from "./ALSSelect";
2
2
  import type { ALSSelectRootProps, ALSSelectTriggerProps, ALSSelectPortalProps, ALSSelectPositionerProps, ALSSelectPopupProps, ALSSelectItemProps, ALSSelectGroupProps, ALSSelectLabelProps, ALSSelectSeparatorProps } from "./ALSSelect";
3
3
  export declare const ALSSelect: {
4
4
  Root: typeof ALSSelectRoot;
5
- Trigger: import("react").ForwardRefExoticComponent<ALSSelectTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
5
+ Trigger: import("react").ForwardRefExoticComponent<Omit<ALSSelectTriggerProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
6
6
  Portal: typeof ALSSelectPortal;
7
- Positioner: import("react").ForwardRefExoticComponent<import("@base-ui/react/select").SelectPositionerProps & import("react").RefAttributes<HTMLDivElement>>;
8
- Popup: import("react").ForwardRefExoticComponent<import("@base-ui/react/select").SelectPopupProps & import("react").RefAttributes<HTMLDivElement>>;
9
- Item: import("react").ForwardRefExoticComponent<import("@base-ui/react/select").SelectItemProps & import("react").RefAttributes<HTMLDivElement>>;
10
- Group: import("react").ForwardRefExoticComponent<import("@base-ui/react/select").SelectGroupProps & import("react").RefAttributes<HTMLDivElement>>;
11
- Label: import("react").ForwardRefExoticComponent<import("@base-ui/react/select").SelectGroupLabelProps & import("react").RefAttributes<HTMLDivElement>>;
12
- Separator: import("react").ForwardRefExoticComponent<import("@base-ui/react/separator").SeparatorProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ Positioner: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectPositionerProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
+ Popup: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectPopupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
9
+ Item: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectItemProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
10
+ Group: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectGroupProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
11
+ Label: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SelectGroupLabelProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
12
+ Separator: import("react").ForwardRefExoticComponent<Omit<import("@base-ui/react").SeparatorProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
13
13
  };
14
14
  export type { ALSSelectRootProps, ALSSelectTriggerProps, ALSSelectPortalProps, ALSSelectPositionerProps, ALSSelectPopupProps, ALSSelectItemProps, ALSSelectGroupProps, ALSSelectLabelProps, ALSSelectSeparatorProps, };
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -2,7 +2,7 @@ import * as React from "react";
2
2
  /**
3
3
  * Props for the ALSToggleGroup component
4
4
  */
5
- export interface ALSToggleGroupProps<T = unknown> {
5
+ export interface ALSToggleGroupProps<T extends string = string> {
6
6
  /** Controlled value - array of pressed toggle values */
7
7
  value?: T[];
8
8
  /** Default value (uncontrolled) - array of pressed toggle values */
@@ -42,5 +42,5 @@ export interface ALSToggleGroupProps<T = unknown> {
42
42
  * </ALSToggleGroup>
43
43
  * ```
44
44
  */
45
- export declare const ALSToggleGroup: React.ForwardRefExoticComponent<ALSToggleGroupProps<unknown> & React.RefAttributes<HTMLDivElement>>;
45
+ export declare const ALSToggleGroup: React.ForwardRefExoticComponent<ALSToggleGroupProps<string> & React.RefAttributes<HTMLDivElement>>;
46
46
  //# sourceMappingURL=ALSToggleGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ALSToggleGroup.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToggleGroup/ALSToggleGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;GAEG;AACH,MAAM,WAAW,mBAAmB,CAAC,CAAC,GAAG,OAAO;IAC5C,wDAAwD;IACxD,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC;IACZ,oEAAoE;IACpE,YAAY,CAAC,EAAE,CAAC,EAAE,CAAC;IACnB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,KAAK,IAAI,CAAC;IAC1C,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sCAAsC;IACtC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,qCAAqC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qCAAqC;IACrC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtD,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5E,oBAAoB;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc,qGAmDzB,CAAC"}
1
+ {"version":3,"file":"ALSToggleGroup.d.ts","sourceRoot":"","sources":["../../../src/components/ALSToggleGroup/ALSToggleGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B;;GAEG;AACH,MAAM,WAAW,mBAAmB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM;IAC1D,wDAAwD;IACxD,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC;IACZ,oEAAoE;IACpE,YAAY,CAAC,EAAE,CAAC,EAAE,CAAC;IACnB,8CAA8C;IAC9C,aAAa,CAAC,EAAE,CAAC,UAAU,EAAE,CAAC,EAAE,KAAK,IAAI,CAAC;IAC1C,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,sCAAsC;IACtC,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,qCAAqC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qCAAqC;IACrC,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,qBAAqB;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtD,2BAA2B;IAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,GAAG,SAAS,CAAC,CAAC;IAC5E,oBAAoB;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc,oGAmDzB,CAAC"}