@cerberus-design/react 1.2.0 → 1.3.0-rc.1
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/accordion/primitives.d.cts +8 -23
- package/dist/components/accordion/primitives.d.ts +8 -23
- package/dist/components/admonition/match-avatar.cjs +1 -1
- package/dist/components/admonition/match-avatar.js +1 -1
- package/dist/components/admonition/primitives.cjs +5 -5
- package/dist/components/admonition/primitives.d.cts +13 -2871
- package/dist/components/admonition/primitives.d.ts +13 -2871
- package/dist/components/admonition/primitives.js +6 -6
- package/dist/components/avatar/primitives.d.cts +4 -13
- package/dist/components/avatar/primitives.d.ts +4 -13
- package/dist/components/button/button.cjs +19 -7
- package/dist/components/button/button.d.cts +8 -5
- package/dist/components/button/button.d.ts +8 -5
- package/dist/components/button/button.js +19 -7
- package/dist/components/button/index.cjs +1 -1
- package/dist/components/button/index.js +1 -1
- package/dist/components/button/primitives.cjs +2 -7
- package/dist/components/button/primitives.d.cts +4 -8
- package/dist/components/button/primitives.d.ts +4 -8
- package/dist/components/button/primitives.js +3 -7
- package/dist/components/carousel/primitives.d.cts +9 -33
- package/dist/components/carousel/primitives.d.ts +9 -33
- package/dist/components/checkbox/primitives.d.cts +7 -25
- package/dist/components/checkbox/primitives.d.ts +7 -25
- package/dist/components/circular-progress/primitives.d.cts +8 -29
- package/dist/components/circular-progress/primitives.d.ts +8 -29
- package/dist/components/clipboard/primitives.d.cts +7 -25
- package/dist/components/clipboard/primitives.d.ts +7 -25
- package/dist/components/collapsible/primitives.d.cts +6 -21
- package/dist/components/collapsible/primitives.d.ts +6 -21
- package/dist/components/combobox/primitives.d.cts +16 -61
- package/dist/components/combobox/primitives.d.ts +16 -61
- package/dist/components/combobox/use-stateful-collection.cjs +1 -1
- package/dist/components/combobox/use-stateful-collection.js +1 -1
- package/dist/components/cta-dialog/provider.cjs +2 -2
- package/dist/components/cta-dialog/provider.js +2 -2
- package/dist/components/date-picker/primitives.d.cts +24 -93
- package/dist/components/date-picker/primitives.d.ts +24 -93
- package/dist/components/dialog/close-icon-trigger.cjs +1 -1
- package/dist/components/dialog/close-icon-trigger.js +1 -1
- package/dist/components/dialog/dialog.cjs +1 -1
- package/dist/components/dialog/dialog.js +1 -1
- package/dist/components/dialog/index.cjs +2 -1
- package/dist/components/dialog/index.js +3 -3
- package/dist/components/dialog/primitives.cjs +2 -0
- package/dist/components/dialog/primitives.d.cts +14 -38
- package/dist/components/dialog/primitives.d.ts +14 -38
- package/dist/components/dialog/primitives.js +2 -1
- package/dist/components/field/primitives.d.cts +21 -48
- package/dist/components/field/primitives.d.ts +21 -48
- package/dist/components/fieldset/primitives.d.cts +5 -17
- package/dist/components/fieldset/primitives.d.ts +5 -17
- package/dist/components/file-upload/file-status.cjs +1 -1
- package/dist/components/file-upload/file-status.js +1 -1
- package/dist/components/file-upload/primitives.d.cts +19 -73
- package/dist/components/file-upload/primitives.d.ts +19 -73
- package/dist/components/group/primitives.d.cts +2 -5
- package/dist/components/group/primitives.d.ts +2 -5
- package/dist/components/icon-button/button.cjs +1 -3
- package/dist/components/icon-button/button.js +1 -3
- package/dist/components/icon-button/primitives.cjs +4 -2
- package/dist/components/icon-button/primitives.d.cts +5 -8
- package/dist/components/icon-button/primitives.d.ts +5 -8
- package/dist/components/icon-button/primitives.js +4 -2
- package/dist/components/menu/menu.d.cts +6 -21
- package/dist/components/menu/menu.d.ts +6 -21
- package/dist/components/menu/primitives.d.cts +11 -41
- package/dist/components/menu/primitives.d.ts +11 -41
- package/dist/components/notifications/center.cjs +7 -23
- package/dist/components/notifications/center.d.cts +2 -6
- package/dist/components/notifications/center.d.ts +2 -6
- package/dist/components/notifications/center.js +8 -23
- package/dist/components/notifications/index.cjs +0 -14
- package/dist/components/notifications/index.js +3 -3
- package/dist/components/notifications/match-icon.cjs +7 -1
- package/dist/components/notifications/match-icon.d.cts +1 -5
- package/dist/components/notifications/match-icon.d.ts +1 -5
- package/dist/components/notifications/match-icon.js +7 -1
- package/dist/components/notifications/primitives.d.cts +5 -20
- package/dist/components/notifications/primitives.d.ts +5 -20
- package/dist/components/notifications/toaster.d.cts +0 -1
- package/dist/components/notifications/toaster.d.ts +0 -1
- package/dist/components/notifications/toaster.js +2 -2
- package/dist/components/notifications/types.d.cts +4 -30
- package/dist/components/notifications/types.d.ts +4 -30
- package/dist/components/number-input/primitives.d.cts +8 -29
- package/dist/components/number-input/primitives.d.ts +8 -29
- package/dist/components/pagination/primitives.d.cts +8 -29
- package/dist/components/pagination/primitives.d.ts +8 -29
- package/dist/components/pagination/triggers.d.cts +2 -3
- package/dist/components/pagination/triggers.d.ts +2 -3
- package/dist/components/pin-input/primitives.d.cts +6 -21
- package/dist/components/pin-input/primitives.d.ts +6 -21
- package/dist/components/popover/primitives.d.cts +14 -53
- package/dist/components/popover/primitives.d.ts +14 -53
- package/dist/components/progress/primitives.cjs +2 -2
- package/dist/components/progress/primitives.d.cts +7 -1910
- package/dist/components/progress/primitives.d.ts +7 -1910
- package/dist/components/progress/primitives.js +3 -3
- package/dist/components/radio/primitives.d.cts +8 -29
- package/dist/components/radio/primitives.d.ts +8 -29
- package/dist/components/rating/primitives.d.cts +5 -17
- package/dist/components/rating/primitives.d.ts +5 -17
- package/dist/components/select/option-group.d.cts +3 -9
- package/dist/components/select/option-group.d.ts +3 -9
- package/dist/components/select/primitives.d.cts +16 -61
- package/dist/components/select/primitives.d.ts +16 -61
- package/dist/components/split-button/button.cjs +1 -1
- package/dist/components/split-button/button.js +1 -1
- package/dist/components/switch/primitives.d.cts +6 -21
- package/dist/components/switch/primitives.d.ts +6 -21
- package/dist/components/table/primitives.cjs +10 -10
- package/dist/components/table/primitives.d.cts +23 -9518
- package/dist/components/table/primitives.d.ts +23 -9518
- package/dist/components/table/primitives.js +11 -11
- package/dist/components/tabs/primitives.d.cts +6 -21
- package/dist/components/tabs/primitives.d.ts +6 -21
- package/dist/components/tag/primitives.d.cts +2 -5
- package/dist/components/tag/primitives.d.ts +2 -5
- package/dist/components/toggle/primitives.d.cts +3 -9
- package/dist/components/toggle/primitives.d.ts +3 -9
- package/dist/components/tooltip/primitives.d.cts +7 -25
- package/dist/components/tooltip/primitives.d.ts +7 -25
- package/dist/components/tooltip/renderer.cjs +11 -0
- package/dist/components/tooltip/renderer.d.cts +6 -0
- package/dist/components/tooltip/renderer.d.ts +6 -0
- package/dist/components/tooltip/renderer.js +11 -0
- package/dist/components/tooltip/tooltip.cjs +6 -2
- package/dist/components/tooltip/tooltip.d.cts +4 -0
- package/dist/components/tooltip/tooltip.d.ts +4 -0
- package/dist/components/tooltip/tooltip.js +6 -2
- package/dist/context/cerberus.cjs +1 -1
- package/dist/context/cerberus.js +1 -1
- package/dist/context/confirm-modal.cjs +1 -1
- package/dist/context/confirm-modal.js +1 -1
- package/dist/context/feature-flags.cjs +1 -1
- package/dist/context/feature-flags.js +1 -1
- package/dist/context/navMenu.cjs +1 -1
- package/dist/context/navMenu.js +1 -1
- package/dist/context/prompt-modal.cjs +2 -2
- package/dist/context/prompt-modal.js +2 -2
- package/dist/context/theme.cjs +1 -1
- package/dist/context/theme.js +1 -1
- package/dist/index.cjs +18 -19
- package/dist/index.client.d.cts +1 -1
- package/dist/index.client.d.ts +1 -1
- package/dist/index.client.js +2 -2
- package/dist/index.js +8 -8
- package/dist/panda.buildinfo.json +15 -3
- package/dist/system/primitive-factory.cjs +11 -9
- package/dist/system/primitive-factory.d.cts +4 -13
- package/dist/system/primitive-factory.d.ts +4 -13
- package/dist/system/primitive-factory.js +11 -9
- package/package.json +6 -6
|
@@ -1,57 +1,42 @@
|
|
|
1
1
|
import { Checkbox, CheckboxControlProps as ArkCheckboxControlProps, CheckboxGroupProps as ArkCheckboxGroupProps, CheckboxIndicatorProps as ArkCheckboxIndicatorProps, CheckboxLabelProps as ArkCheckboxLabelProps, CheckboxRootProps as ArkCheckboxRootProps, CheckboxHiddenInputProps as ArkCheckboxHiddenInputProps } from '@ark-ui/react';
|
|
2
2
|
import { CheckboxVariantProps } from 'styled-system/recipes';
|
|
3
3
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
4
|
-
import { RefAttributes } from 'react';
|
|
4
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
5
|
/**
|
|
6
6
|
* Checkbox Root component used to provide the context to all other checkbox
|
|
7
7
|
* primitives.
|
|
8
8
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
9
9
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
10
10
|
*/
|
|
11
|
-
export declare const CheckboxRoot:
|
|
12
|
-
(internalProps: CerberusPrimitiveProps<Checkbox.RootProps & RefAttributes<HTMLLabelElement>>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
11
|
+
export declare const CheckboxRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.RootProps & RefAttributes<HTMLLabelElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
15
12
|
export type CheckboxRootProps = CerberusPrimitiveProps<ArkCheckboxRootProps>;
|
|
16
13
|
/**
|
|
17
14
|
* Checkbox Label component used to display the label of the checkbox.
|
|
18
15
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
19
16
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
20
17
|
*/
|
|
21
|
-
export declare const CheckboxLabel:
|
|
22
|
-
(internalProps: CerberusPrimitiveProps<Checkbox.LabelProps & RefAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
displayName: string;
|
|
24
|
-
};
|
|
18
|
+
export declare const CheckboxLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.LabelProps & RefAttributes<HTMLSpanElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
25
19
|
export type CheckboxLabelProps = CerberusPrimitiveProps<ArkCheckboxLabelProps & CheckboxVariantProps>;
|
|
26
20
|
/**
|
|
27
21
|
* Checkbox Control component used to display the control of the checkbox.
|
|
28
22
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
29
23
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
30
24
|
*/
|
|
31
|
-
export declare const CheckboxControl:
|
|
32
|
-
(internalProps: CerberusPrimitiveProps<Checkbox.ControlProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
33
|
-
displayName: string;
|
|
34
|
-
};
|
|
25
|
+
export declare const CheckboxControl: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.ControlProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
35
26
|
export type CheckboxControlProps = CerberusPrimitiveProps<ArkCheckboxControlProps & CheckboxVariantProps>;
|
|
36
27
|
/**
|
|
37
28
|
* Checkbox Indicator component used to display the indicator of the checkbox.
|
|
38
29
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
39
30
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
40
31
|
*/
|
|
41
|
-
export declare const CheckboxIndicator:
|
|
42
|
-
(internalProps: CerberusPrimitiveProps<Checkbox.IndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
displayName: string;
|
|
44
|
-
};
|
|
32
|
+
export declare const CheckboxIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.IndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
45
33
|
export type CheckboxIndicatorProps = CerberusPrimitiveProps<ArkCheckboxIndicatorProps>;
|
|
46
34
|
/**
|
|
47
35
|
* Checkbox HiddenInput component used to provide the native checkbox input.
|
|
48
36
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
49
37
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
50
38
|
*/
|
|
51
|
-
export declare const CheckboxHiddenInput:
|
|
52
|
-
(props: CerberusPrimitiveProps<Checkbox.HiddenInputProps & RefAttributes<HTMLInputElement>>): import("react/jsx-runtime").JSX.Element;
|
|
53
|
-
displayName: string;
|
|
54
|
-
};
|
|
39
|
+
export declare const CheckboxHiddenInput: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.HiddenInputProps & RefAttributes<HTMLInputElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
55
40
|
export type CheckboxHiddenInputProps = CerberusPrimitiveProps<ArkCheckboxHiddenInputProps>;
|
|
56
41
|
/**
|
|
57
42
|
* Checkbox Group is used to group checkboxes together in a consistently styled
|
|
@@ -59,8 +44,5 @@ export type CheckboxHiddenInputProps = CerberusPrimitiveProps<ArkCheckboxHiddenI
|
|
|
59
44
|
* @definition [Cerberus Docs](https://cerberus.digitalu.design/react/checkbox)
|
|
60
45
|
* @definition [Primitive Docs](https://ark-ui.com/react/docs/components/checkbox)
|
|
61
46
|
*/
|
|
62
|
-
export declare const CheckboxGroup:
|
|
63
|
-
(internalProps: CerberusPrimitiveProps<Checkbox.GroupProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
64
|
-
displayName: string;
|
|
65
|
-
};
|
|
47
|
+
export declare const CheckboxGroup: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Checkbox.GroupProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
66
48
|
export type CheckboxGroupProps = CerberusPrimitiveProps<ArkCheckboxGroupProps>;
|
|
@@ -2,39 +2,18 @@ import { Progress, ProgressRootProps, ProgressLabelProps, ProgressValueTextProps
|
|
|
2
2
|
import { HTMLArkProps } from '@ark-ui/react/factory';
|
|
3
3
|
import { CircularProgressVariantProps } from 'styled-system/recipes';
|
|
4
4
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
5
|
-
import { RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
5
|
+
import { ForwardRefExoticComponent, RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
6
6
|
export type CircularProgressRootProps = CerberusPrimitiveProps<ProgressRootProps & CircularProgressVariantProps>;
|
|
7
|
-
export declare const CircularProgressRoot:
|
|
8
|
-
(internalProps: CerberusPrimitiveProps<Progress.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
};
|
|
7
|
+
export declare const CircularProgressRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
11
8
|
export type CircularProgressLabelProps = CerberusPrimitiveProps<ProgressLabelProps>;
|
|
12
|
-
export declare const CircularProgressLabel:
|
|
13
|
-
(internalProps: CerberusPrimitiveProps<Progress.LabelProps & RefAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
9
|
+
export declare const CircularProgressLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.LabelProps & RefAttributes<HTMLSpanElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
16
10
|
export type CircularProgressValueTextProps = CerberusPrimitiveProps<ProgressValueTextProps>;
|
|
17
|
-
export declare const CircularProgressValueText:
|
|
18
|
-
(internalProps: CerberusPrimitiveProps<Progress.ValueTextProps & RefAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
displayName: string;
|
|
20
|
-
};
|
|
11
|
+
export declare const CircularProgressValueText: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.ValueTextProps & RefAttributes<HTMLSpanElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
21
12
|
export type CircularProgressCircleProps = CerberusPrimitiveProps<ProgressCircleProps>;
|
|
22
|
-
export declare const CircularProgressCircle:
|
|
23
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleProps & RefAttributes<SVGSVGElement>>): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
13
|
+
export declare const CircularProgressCircle: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleProps & RefAttributes<SVGSVGElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
26
14
|
export type CircularProgressCircleTrackProps = CerberusPrimitiveProps<ProgressCircleTrackProps>;
|
|
27
|
-
export declare const CircularProgressCircleTrack:
|
|
28
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleTrackProps & RefAttributes<SVGCircleElement>>): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
displayName: string;
|
|
30
|
-
};
|
|
15
|
+
export declare const CircularProgressCircleTrack: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleTrackProps & RefAttributes<SVGCircleElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
31
16
|
export type CircularProgressCircleRangeProps = CerberusPrimitiveProps<ProgressCircleRangeProps>;
|
|
32
|
-
export declare const CircularProgressCircleRange:
|
|
33
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleRangeProps & RefAttributes<SVGCircleElement>>): import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
displayName: string;
|
|
35
|
-
};
|
|
17
|
+
export declare const CircularProgressCircleRange: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleRangeProps & RefAttributes<SVGCircleElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
36
18
|
export type CircularProgressInfoGroupProps = HTMLArkProps<'div'>;
|
|
37
|
-
export declare const CircularProgressInfoGroup:
|
|
38
|
-
(internalProps: CerberusPrimitiveProps< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
displayName: string;
|
|
40
|
-
};
|
|
19
|
+
export declare const CircularProgressInfoGroup: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -2,39 +2,18 @@ import { Progress, ProgressRootProps, ProgressLabelProps, ProgressValueTextProps
|
|
|
2
2
|
import { HTMLArkProps } from '@ark-ui/react/factory';
|
|
3
3
|
import { CircularProgressVariantProps } from 'styled-system/recipes';
|
|
4
4
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
5
|
-
import { RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
5
|
+
import { ForwardRefExoticComponent, RefAttributes, DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
6
6
|
export type CircularProgressRootProps = CerberusPrimitiveProps<ProgressRootProps & CircularProgressVariantProps>;
|
|
7
|
-
export declare const CircularProgressRoot:
|
|
8
|
-
(internalProps: CerberusPrimitiveProps<Progress.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
};
|
|
7
|
+
export declare const CircularProgressRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
11
8
|
export type CircularProgressLabelProps = CerberusPrimitiveProps<ProgressLabelProps>;
|
|
12
|
-
export declare const CircularProgressLabel:
|
|
13
|
-
(internalProps: CerberusPrimitiveProps<Progress.LabelProps & RefAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
9
|
+
export declare const CircularProgressLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.LabelProps & RefAttributes<HTMLSpanElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
16
10
|
export type CircularProgressValueTextProps = CerberusPrimitiveProps<ProgressValueTextProps>;
|
|
17
|
-
export declare const CircularProgressValueText:
|
|
18
|
-
(internalProps: CerberusPrimitiveProps<Progress.ValueTextProps & RefAttributes<HTMLSpanElement>>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
displayName: string;
|
|
20
|
-
};
|
|
11
|
+
export declare const CircularProgressValueText: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.ValueTextProps & RefAttributes<HTMLSpanElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
21
12
|
export type CircularProgressCircleProps = CerberusPrimitiveProps<ProgressCircleProps>;
|
|
22
|
-
export declare const CircularProgressCircle:
|
|
23
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleProps & RefAttributes<SVGSVGElement>>): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
13
|
+
export declare const CircularProgressCircle: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleProps & RefAttributes<SVGSVGElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
26
14
|
export type CircularProgressCircleTrackProps = CerberusPrimitiveProps<ProgressCircleTrackProps>;
|
|
27
|
-
export declare const CircularProgressCircleTrack:
|
|
28
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleTrackProps & RefAttributes<SVGCircleElement>>): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
displayName: string;
|
|
30
|
-
};
|
|
15
|
+
export declare const CircularProgressCircleTrack: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleTrackProps & RefAttributes<SVGCircleElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
31
16
|
export type CircularProgressCircleRangeProps = CerberusPrimitiveProps<ProgressCircleRangeProps>;
|
|
32
|
-
export declare const CircularProgressCircleRange:
|
|
33
|
-
(internalProps: CerberusPrimitiveProps<Progress.CircleRangeProps & RefAttributes<SVGCircleElement>>): import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
displayName: string;
|
|
35
|
-
};
|
|
17
|
+
export declare const CircularProgressCircleRange: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Progress.CircleRangeProps & RefAttributes<SVGCircleElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
36
18
|
export type CircularProgressInfoGroupProps = HTMLArkProps<'div'>;
|
|
37
|
-
export declare const CircularProgressInfoGroup:
|
|
38
|
-
(internalProps: CerberusPrimitiveProps< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
displayName: string;
|
|
40
|
-
};
|
|
19
|
+
export declare const CircularProgressInfoGroup: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import { Clipboard, ClipboardContextProps as ArkContextProps, ClipboardRootProps as ArkRootProps, ClipboardLabelProps as ArkLabelProps, ClipboardControlProps as ArkControlProps, ClipboardInputProps as ArkInputProps, ClipboardTriggerProps as ArkTriggerProps, ClipboardIndicatorProps as ArkIndicatorProps } from '@ark-ui/react/clipboard';
|
|
2
2
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
3
|
-
import { ReactNode, RefAttributes } from 'react';
|
|
3
|
+
import { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
4
4
|
export type ClipboardContextProps = ArkContextProps;
|
|
5
5
|
export declare const ClipboardContext: (props: Clipboard.ContextProps) => ReactNode;
|
|
6
6
|
export type ClipboardRootProps = CerberusPrimitiveProps<ArkRootProps>;
|
|
7
|
-
export declare const ClipboardRoot:
|
|
8
|
-
(props: CerberusPrimitiveProps<Clipboard.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
};
|
|
7
|
+
export declare const ClipboardRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
11
8
|
export type ClipboardLabelProps = CerberusPrimitiveProps<ArkLabelProps>;
|
|
12
|
-
export declare const ClipboardLabel:
|
|
13
|
-
(props: CerberusPrimitiveProps<Clipboard.LabelProps & RefAttributes<HTMLLabelElement>>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
9
|
+
export declare const ClipboardLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.LabelProps & RefAttributes<HTMLLabelElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
16
10
|
export type ClipboardControlProps = CerberusPrimitiveProps<ArkControlProps>;
|
|
17
|
-
export declare const ClipboardControl:
|
|
18
|
-
(props: CerberusPrimitiveProps<Clipboard.ControlProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
displayName: string;
|
|
20
|
-
};
|
|
11
|
+
export declare const ClipboardControl: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.ControlProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
21
12
|
export type ClipboardInputProps = CerberusPrimitiveProps<ArkInputProps>;
|
|
22
|
-
export declare const ClipboardInput:
|
|
23
|
-
(props: CerberusPrimitiveProps<Clipboard.InputProps & RefAttributes<HTMLInputElement>>): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
13
|
+
export declare const ClipboardInput: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.InputProps & RefAttributes<HTMLInputElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
26
14
|
export type ClipboardTriggerProps = CerberusPrimitiveProps<ArkTriggerProps>;
|
|
27
|
-
export declare const ClipboardTrigger:
|
|
28
|
-
(props: CerberusPrimitiveProps<Clipboard.TriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
displayName: string;
|
|
30
|
-
};
|
|
15
|
+
export declare const ClipboardTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.TriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
31
16
|
export type ClipboardIndicatorProps = CerberusPrimitiveProps<ArkIndicatorProps>;
|
|
32
|
-
export declare const ClipboardIndicator:
|
|
33
|
-
(props: CerberusPrimitiveProps<Clipboard.IndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
displayName: string;
|
|
35
|
-
};
|
|
17
|
+
export declare const ClipboardIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.IndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -1,35 +1,17 @@
|
|
|
1
1
|
import { Clipboard, ClipboardContextProps as ArkContextProps, ClipboardRootProps as ArkRootProps, ClipboardLabelProps as ArkLabelProps, ClipboardControlProps as ArkControlProps, ClipboardInputProps as ArkInputProps, ClipboardTriggerProps as ArkTriggerProps, ClipboardIndicatorProps as ArkIndicatorProps } from '@ark-ui/react/clipboard';
|
|
2
2
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
3
|
-
import { ReactNode, RefAttributes } from 'react';
|
|
3
|
+
import { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
4
4
|
export type ClipboardContextProps = ArkContextProps;
|
|
5
5
|
export declare const ClipboardContext: (props: Clipboard.ContextProps) => ReactNode;
|
|
6
6
|
export type ClipboardRootProps = CerberusPrimitiveProps<ArkRootProps>;
|
|
7
|
-
export declare const ClipboardRoot:
|
|
8
|
-
(props: CerberusPrimitiveProps<Clipboard.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
displayName: string;
|
|
10
|
-
};
|
|
7
|
+
export declare const ClipboardRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
11
8
|
export type ClipboardLabelProps = CerberusPrimitiveProps<ArkLabelProps>;
|
|
12
|
-
export declare const ClipboardLabel:
|
|
13
|
-
(props: CerberusPrimitiveProps<Clipboard.LabelProps & RefAttributes<HTMLLabelElement>>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
9
|
+
export declare const ClipboardLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.LabelProps & RefAttributes<HTMLLabelElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
16
10
|
export type ClipboardControlProps = CerberusPrimitiveProps<ArkControlProps>;
|
|
17
|
-
export declare const ClipboardControl:
|
|
18
|
-
(props: CerberusPrimitiveProps<Clipboard.ControlProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
displayName: string;
|
|
20
|
-
};
|
|
11
|
+
export declare const ClipboardControl: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.ControlProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
21
12
|
export type ClipboardInputProps = CerberusPrimitiveProps<ArkInputProps>;
|
|
22
|
-
export declare const ClipboardInput:
|
|
23
|
-
(props: CerberusPrimitiveProps<Clipboard.InputProps & RefAttributes<HTMLInputElement>>): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
13
|
+
export declare const ClipboardInput: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.InputProps & RefAttributes<HTMLInputElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
26
14
|
export type ClipboardTriggerProps = CerberusPrimitiveProps<ArkTriggerProps>;
|
|
27
|
-
export declare const ClipboardTrigger:
|
|
28
|
-
(props: CerberusPrimitiveProps<Clipboard.TriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
displayName: string;
|
|
30
|
-
};
|
|
15
|
+
export declare const ClipboardTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.TriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
31
16
|
export type ClipboardIndicatorProps = CerberusPrimitiveProps<ArkIndicatorProps>;
|
|
32
|
-
export declare const ClipboardIndicator:
|
|
33
|
-
(props: CerberusPrimitiveProps<Clipboard.IndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
34
|
-
displayName: string;
|
|
35
|
-
};
|
|
17
|
+
export declare const ClipboardIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Clipboard.IndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -1,29 +1,14 @@
|
|
|
1
1
|
import { Collapsible, CollapsibleRootProviderProps as ArkCollapsibleProviderProps, CollapsibleRootProps as ArkCollapsibleRootProps, CollapsibleTriggerProps as ArkCollapsibleTriggerProps, CollapsibleIndicatorProps as ArkCollapsibleIndicatorProps, CollapsibleContentProps as ArkCollapsibleContentProps } from '@ark-ui/react/collapsible';
|
|
2
2
|
import { CollapsibleVariantProps } from 'styled-system/recipes';
|
|
3
3
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
4
|
-
import { RefAttributes } from 'react';
|
|
4
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
5
|
export type CollapsibleProviderProps = ArkCollapsibleProviderProps;
|
|
6
|
-
export declare const CollapsibleRootProvider:
|
|
7
|
-
(props: CerberusPrimitiveProps<Collapsible.RootProviderProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
6
|
+
export declare const CollapsibleRootProvider: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.RootProviderProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
10
7
|
export type CollapsibleRootProps = CerberusPrimitiveProps<ArkCollapsibleRootProps>;
|
|
11
|
-
export declare const CollapsibleRoot:
|
|
12
|
-
(props: CerberusPrimitiveProps<Collapsible.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
8
|
+
export declare const CollapsibleRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
15
9
|
export type CollapsibleTriggerProps = CerberusPrimitiveProps<ArkCollapsibleTriggerProps>;
|
|
16
|
-
export declare const CollapsibleTrigger:
|
|
17
|
-
(props: CerberusPrimitiveProps<Collapsible.TriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
};
|
|
10
|
+
export declare const CollapsibleTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.TriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
20
11
|
export type CollapsibleIndicatorProps = CerberusPrimitiveProps<ArkCollapsibleIndicatorProps>;
|
|
21
|
-
export declare const CollapsibleIndicator:
|
|
22
|
-
(props: CerberusPrimitiveProps<Collapsible.IndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
displayName: string;
|
|
24
|
-
};
|
|
12
|
+
export declare const CollapsibleIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.IndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
25
13
|
export type CollapsibleContentProps = CerberusPrimitiveProps<ArkCollapsibleContentProps & CollapsibleVariantProps>;
|
|
26
|
-
export declare const CollapsibleContent:
|
|
27
|
-
(internalProps: CerberusPrimitiveProps<Collapsible.ContentProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
displayName: string;
|
|
29
|
-
};
|
|
14
|
+
export declare const CollapsibleContent: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.ContentProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -1,29 +1,14 @@
|
|
|
1
1
|
import { Collapsible, CollapsibleRootProviderProps as ArkCollapsibleProviderProps, CollapsibleRootProps as ArkCollapsibleRootProps, CollapsibleTriggerProps as ArkCollapsibleTriggerProps, CollapsibleIndicatorProps as ArkCollapsibleIndicatorProps, CollapsibleContentProps as ArkCollapsibleContentProps } from '@ark-ui/react/collapsible';
|
|
2
2
|
import { CollapsibleVariantProps } from 'styled-system/recipes';
|
|
3
3
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
4
|
-
import { RefAttributes } from 'react';
|
|
4
|
+
import { ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
5
5
|
export type CollapsibleProviderProps = ArkCollapsibleProviderProps;
|
|
6
|
-
export declare const CollapsibleRootProvider:
|
|
7
|
-
(props: CerberusPrimitiveProps<Collapsible.RootProviderProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
displayName: string;
|
|
9
|
-
};
|
|
6
|
+
export declare const CollapsibleRootProvider: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.RootProviderProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
10
7
|
export type CollapsibleRootProps = CerberusPrimitiveProps<ArkCollapsibleRootProps>;
|
|
11
|
-
export declare const CollapsibleRoot:
|
|
12
|
-
(props: CerberusPrimitiveProps<Collapsible.RootProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
13
|
-
displayName: string;
|
|
14
|
-
};
|
|
8
|
+
export declare const CollapsibleRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.RootProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
15
9
|
export type CollapsibleTriggerProps = CerberusPrimitiveProps<ArkCollapsibleTriggerProps>;
|
|
16
|
-
export declare const CollapsibleTrigger:
|
|
17
|
-
(props: CerberusPrimitiveProps<Collapsible.TriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
};
|
|
10
|
+
export declare const CollapsibleTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.TriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
20
11
|
export type CollapsibleIndicatorProps = CerberusPrimitiveProps<ArkCollapsibleIndicatorProps>;
|
|
21
|
-
export declare const CollapsibleIndicator:
|
|
22
|
-
(props: CerberusPrimitiveProps<Collapsible.IndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
displayName: string;
|
|
24
|
-
};
|
|
12
|
+
export declare const CollapsibleIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.IndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
25
13
|
export type CollapsibleContentProps = CerberusPrimitiveProps<ArkCollapsibleContentProps & CollapsibleVariantProps>;
|
|
26
|
-
export declare const CollapsibleContent:
|
|
27
|
-
(internalProps: CerberusPrimitiveProps<Collapsible.ContentProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
displayName: string;
|
|
29
|
-
};
|
|
14
|
+
export declare const CollapsibleContent: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Collapsible.ContentProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
@@ -3,123 +3,78 @@ import { HTMLArkProps } from '@ark-ui/react/factory';
|
|
|
3
3
|
import { SelectCollectionItem } from '../select/select';
|
|
4
4
|
import { ComboboxVariantProps } from 'styled-system/recipes';
|
|
5
5
|
import { CerberusPrimitiveProps } from '../../system/index';
|
|
6
|
-
import { RefAttributes, ClassAttributes, HTMLAttributes } from 'react';
|
|
6
|
+
import { ForwardRefExoticComponent, RefAttributes, ClassAttributes, HTMLAttributes } from 'react';
|
|
7
7
|
import { PolymorphicProps } from '@ark-ui/react';
|
|
8
8
|
/**
|
|
9
9
|
* The ComboboxRoot component is the context provider for the Combobox
|
|
10
10
|
* component.
|
|
11
11
|
*/
|
|
12
|
-
export declare const ComboboxRoot:
|
|
13
|
-
(internalProps: CerberusPrimitiveProps<Omit<Combobox.RootProps<unknown>, never> & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
12
|
+
export declare const ComboboxRoot: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Omit<Combobox.RootProps<unknown>, never> & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
16
13
|
export type ComboboxRootProps = CerberusPrimitiveProps<ArkComboboxRootProps<SelectCollectionItem> & ComboboxVariantProps>;
|
|
17
14
|
/**
|
|
18
15
|
* The label that appears above the combobox input.
|
|
19
16
|
*/
|
|
20
|
-
export declare const ComboboxLabel:
|
|
21
|
-
(internalProps: CerberusPrimitiveProps<Combobox.LabelProps & RefAttributes<HTMLLabelElement>>): import("react/jsx-runtime").JSX.Element;
|
|
22
|
-
displayName: string;
|
|
23
|
-
};
|
|
17
|
+
export declare const ComboboxLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.LabelProps & RefAttributes<HTMLLabelElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
24
18
|
export type ComboboxLabelProps = CerberusPrimitiveProps<ArkComboboxLabelProps>;
|
|
25
19
|
/**
|
|
26
20
|
* The control that wraps the combobox input.
|
|
27
21
|
*/
|
|
28
|
-
export declare const ComboboxControl:
|
|
29
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ControlProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
30
|
-
displayName: string;
|
|
31
|
-
};
|
|
22
|
+
export declare const ComboboxControl: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ControlProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
32
23
|
export type ComboboxControlProps = CerberusPrimitiveProps<ArkComboboxControlProps>;
|
|
33
24
|
/**
|
|
34
25
|
* The input of the combobox.
|
|
35
26
|
*/
|
|
36
|
-
export declare const ComboboxInput:
|
|
37
|
-
(internalProps: CerberusPrimitiveProps<Combobox.InputProps & RefAttributes<HTMLInputElement>>): import("react/jsx-runtime").JSX.Element;
|
|
38
|
-
displayName: string;
|
|
39
|
-
};
|
|
27
|
+
export declare const ComboboxInput: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.InputProps & RefAttributes<HTMLInputElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
40
28
|
export type ComboboxInputProps = CerberusPrimitiveProps<ArkComboboxInputProps>;
|
|
41
29
|
/**
|
|
42
30
|
* The trigger that opens the dropdown.
|
|
43
31
|
*/
|
|
44
|
-
export declare const ComboboxTrigger:
|
|
45
|
-
(internalProps: CerberusPrimitiveProps<Combobox.TriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
46
|
-
displayName: string;
|
|
47
|
-
};
|
|
32
|
+
export declare const ComboboxTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.TriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
48
33
|
export type ComboboxTriggerProps = CerberusPrimitiveProps<ArkComboboxTriggerProps>;
|
|
49
34
|
/**
|
|
50
35
|
* The trigger to clear the combobox input.
|
|
51
36
|
*/
|
|
52
|
-
export declare const ComboboxClearTrigger:
|
|
53
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ClearTriggerProps & RefAttributes<HTMLButtonElement>>): import("react/jsx-runtime").JSX.Element;
|
|
54
|
-
displayName: string;
|
|
55
|
-
};
|
|
37
|
+
export declare const ComboboxClearTrigger: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ClearTriggerProps & RefAttributes<HTMLButtonElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
56
38
|
export type ComboboxClearTriggerProps = CerberusPrimitiveProps<ArkComboboxClearTriggerProps>;
|
|
57
39
|
/**
|
|
58
40
|
* The positioner that wraps the content.
|
|
59
41
|
*/
|
|
60
|
-
export declare const ComboboxPositioner:
|
|
61
|
-
(internalProps: CerberusPrimitiveProps<Combobox.PositionerProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
displayName: string;
|
|
63
|
-
};
|
|
42
|
+
export declare const ComboboxPositioner: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.PositionerProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
64
43
|
export type ComboboxPositionerProps = CerberusPrimitiveProps<ArkComboboxPositionerProps>;
|
|
65
44
|
/**
|
|
66
45
|
* The content of the combobox component.
|
|
67
46
|
*/
|
|
68
|
-
export declare const ComboboxContent:
|
|
69
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ContentProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
70
|
-
displayName: string;
|
|
71
|
-
};
|
|
47
|
+
export declare const ComboboxContent: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ContentProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
72
48
|
export type ComboboxContentProps = CerberusPrimitiveProps<ArkComboboxContentProps & ComboboxVariantProps>;
|
|
73
49
|
/**
|
|
74
50
|
* A group of items in the combobox component.
|
|
75
51
|
*/
|
|
76
|
-
export declare const ComboboxItemGroup:
|
|
77
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemGroupProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
78
|
-
displayName: string;
|
|
79
|
-
};
|
|
52
|
+
export declare const ComboboxItemGroup: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemGroupProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
80
53
|
export type ComboboxItemGroupProps = CerberusPrimitiveProps<ArkComboboxItemGroupProps>;
|
|
81
54
|
/**
|
|
82
55
|
* The label for a group of items in the combobox component.
|
|
83
56
|
*/
|
|
84
|
-
export declare const ComboboxItemGroupLabel:
|
|
85
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemGroupLabelProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
86
|
-
displayName: string;
|
|
87
|
-
};
|
|
57
|
+
export declare const ComboboxItemGroupLabel: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemGroupLabelProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
88
58
|
export type ComboboxItemGroupLabelProps = CerberusPrimitiveProps<ArkComboboxItemGroupLabelProps>;
|
|
89
59
|
/**
|
|
90
60
|
* An individual item in the combobox component.
|
|
91
61
|
*/
|
|
92
|
-
export declare const ComboboxItem:
|
|
93
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
94
|
-
displayName: string;
|
|
95
|
-
};
|
|
62
|
+
export declare const ComboboxItem: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
96
63
|
export type ComboboxItemProps = CerberusPrimitiveProps<ArkComboboxItemProps>;
|
|
97
64
|
/**
|
|
98
65
|
* The text that labels a single item of the combobox.
|
|
99
66
|
*/
|
|
100
|
-
export declare const ComboboxItemText:
|
|
101
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemTextProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
102
|
-
displayName: string;
|
|
103
|
-
};
|
|
67
|
+
export declare const ComboboxItemText: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemTextProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
104
68
|
export type ComboboxItemTextProps = CerberusPrimitiveProps<ArkComboboxItemTextProps>;
|
|
105
69
|
/**
|
|
106
70
|
* The indicator that appears when the item has been selected.
|
|
107
71
|
*/
|
|
108
|
-
export declare const ComboboxItemIndicator:
|
|
109
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemIndicatorProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
110
|
-
displayName: string;
|
|
111
|
-
};
|
|
72
|
+
export declare const ComboboxItemIndicator: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemIndicatorProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
112
73
|
export type ComboboxItemIndicatorProps = CerberusPrimitiveProps<ArkComboboxItemIndicatorProps>;
|
|
113
74
|
/**
|
|
114
75
|
* The icon that appears at the start of the combobox input.
|
|
115
76
|
*/
|
|
116
|
-
export declare const ComboboxStartIcon:
|
|
117
|
-
(internalProps: CerberusPrimitiveProps< ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement> & PolymorphicProps>): import("react/jsx-runtime").JSX.Element;
|
|
118
|
-
displayName: string;
|
|
119
|
-
};
|
|
77
|
+
export declare const ComboboxStartIcon: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps< ClassAttributes<HTMLSpanElement> & HTMLAttributes<HTMLSpanElement> & PolymorphicProps>, "ref"> & RefAttributes<HTMLElement>>;
|
|
120
78
|
export type ComboboxStartIconProps = CerberusPrimitiveProps<HTMLArkProps<'span'>>;
|
|
121
|
-
export declare const ComboItemText:
|
|
122
|
-
(internalProps: CerberusPrimitiveProps<Combobox.ItemTextProps & RefAttributes<HTMLDivElement>>): import("react/jsx-runtime").JSX.Element;
|
|
123
|
-
displayName: string;
|
|
124
|
-
};
|
|
79
|
+
export declare const ComboItemText: ForwardRefExoticComponent<Omit<CerberusPrimitiveProps<Combobox.ItemTextProps & RefAttributes<HTMLDivElement>>, "ref"> & RefAttributes<HTMLElement>>;
|
|
125
80
|
export type ComboboxInputValueChangeDetails = Combobox.InputValueChangeDetails;
|