@clicktap/ui 0.8.0 → 0.9.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/Breadcrumbs/styles.d.ts +4 -4
- package/Button/styles.d.ts +1 -1
- package/Checkbox/styles.d.ts +1 -1
- package/CreditCardExpirationInput/CreditCardExpirationInput.d.ts +1 -1
- package/CreditCardExpirationInput/styles.d.ts +3 -3
- package/CreditCardInput/styles.d.ts +3 -3
- package/DateInput/styles.d.ts +4 -4
- package/Dialog/styles.d.ts +1 -1
- package/Drawer/styles.d.ts +1 -1
- package/Input/styles.d.ts +3 -3
- package/Link/styles.d.ts +1 -1
- package/Meter/styles.d.ts +2 -2
- package/Modal/styles.d.ts +2 -2
- package/ModalOverlay/styles.d.ts +2 -2
- package/NavigationMenu/styles.d.ts +2 -2
- package/NumberInput/styles.d.ts +2 -2
- package/PinInput/styles.d.ts +5 -5
- package/Progressbar/CircularProgressbar/styles.d.ts +1 -1
- package/Progressbar/LinearProgressbar/styles.d.ts +1 -1
- package/Radio/styles.d.ts +1 -1
- package/Select/styles.d.ts +6 -6
- package/Slider/styles.d.ts +5 -5
- package/Switch/styles.d.ts +1 -1
- package/Tabs/styles.d.ts +5 -5
- package/TimeInput/styles.d.ts +4 -4
- package/ToggleButton/styles.d.ts +1 -1
- package/index.js +239 -239
- package/index.mjs +5194 -5100
- package/package.json +1 -1
package/Breadcrumbs/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledBreadcrumbs: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbsProps<object> & import("react").RefAttributes<HTMLOListElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").BreadcrumbsProps<T> & import("react").RefAttributes<HTMLOListElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
3
|
-
export declare const StyledBreadcrumbItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<
|
|
4
|
-
export declare const StyledBreadcrumbSeparator: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<
|
|
5
|
-
export declare const StyledBreadcrumbLink: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledBreadcrumbs: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbsProps<object> & import("react").RefAttributes<HTMLOListElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").BreadcrumbsProps<T> & import("react").RefAttributes<HTMLOListElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledBreadcrumbItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<object>, never>> & Omit<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<object>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledBreadcrumbSeparator: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<object>, never>> & Omit<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<object>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledBreadcrumbLink: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/Button/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonProps } from './types';
|
|
3
|
-
export declare const StyledButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>, ButtonProps>> & Omit<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const StyledButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>, ButtonProps>> & Omit<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default StyledButton;
|
package/Checkbox/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Control: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
3
|
export declare const StyledSvg: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").SVGProps<SVGSVGElement>, never>>;
|
|
4
|
-
export declare const StyledCheckbox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").CheckboxProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").CheckboxProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
+
export declare const StyledCheckbox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").CheckboxProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").CheckboxProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export default StyledCheckbox;
|
|
@@ -5,7 +5,7 @@ interface CreditCardExpirationInputProps extends TextFieldProps {
|
|
|
5
5
|
errorMessage?: string | ((validation: ValidationResult) => string);
|
|
6
6
|
placeholder?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare function CreditCardExpirationInput({ label, description, errorMessage, placeholder, ...props }: CreditCardExpirationInputProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function CreditCardExpirationInput({ label, description, errorMessage, placeholder, value, ...props }: CreditCardExpirationInputProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare namespace CreditCardExpirationInput {
|
|
10
10
|
var defaultProps: {
|
|
11
11
|
label: undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
-
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
6
6
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
-
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
6
6
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
package/DateInput/styles.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { DateInputRenderProps } from 'react-aria-components';
|
|
3
|
-
export declare const StyledDateField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateFieldProps<import("react-aria-components").DateValue> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends import("react-aria-components").DateValue>(props: import("react-aria-components").DateFieldProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
4
|
-
export declare const StyledDateInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>, Partial<DateInputRenderProps>>> & Omit<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
5
|
-
export declare const StyledDateSegment: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
6
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const StyledDateField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateFieldProps<import("react-aria-components").DateValue> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends import("react-aria-components").DateValue>(props: import("react-aria-components").DateFieldProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledDateInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>, Partial<DateInputRenderProps>>> & Omit<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledDateSegment: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
7
7
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
package/Dialog/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDialog: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledDialog: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
export declare const StyledDialogAnimations: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>>;
|
package/Drawer/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDrawer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledDrawer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
export declare const StyledDrawerAnimations: import("react").NamedExoticComponent<import("styled-components").ExecutionProps & import("styled-components/dist/types").FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>>;
|
package/Input/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
-
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
6
6
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
package/Link/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { LinkProps } from 'react-aria-components';
|
|
3
|
-
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<LinkProps & import("react").RefAttributes<HTMLAnchorElement>, LinkProps>> & Omit<(props: LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<LinkProps & import("react").RefAttributes<HTMLAnchorElement>, LinkProps>> & Omit<(props: LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default Root;
|
package/Meter/styles.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
export declare const StyledMeter: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").MeterProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").MeterProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const StyledMeter: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").MeterProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").MeterProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export declare const StyledMeterHeader: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
5
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
6
|
export declare const StyledValue: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
7
7
|
export declare const StyledBar: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
8
8
|
export declare const StyledBarFill: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<{
|
package/Modal/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledModal: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledModal: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModal: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
+
StyledModal: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
package/ModalOverlay/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledModalOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledModalOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModalOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
+
StyledModalOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -9,10 +9,10 @@ export declare const StyledIndicator: import("styled-components").IStyledCompone
|
|
|
9
9
|
/** @todo min-height/width instead? configurable? */
|
|
10
10
|
export declare const StyledViewport: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuViewportProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuViewportProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
11
11
|
export declare const StyledUl: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>;
|
|
12
|
-
export declare const ListItemLink: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
12
|
+
export declare const ListItemLink: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
13
13
|
export declare const ListItemHeading: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
14
14
|
export declare const ListItemText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>;
|
|
15
|
-
export declare const Callout: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
15
|
+
export declare const Callout: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
16
16
|
export declare const CalloutHeading: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
17
17
|
export declare const CalloutText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>;
|
|
18
18
|
export declare const ViewportPosition: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
package/NumberInput/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledNumberField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").NumberFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").NumberFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
-
export declare const StyledGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledNumberField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").NumberFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").NumberFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/PinInput/styles.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
-
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
5
|
-
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
6
|
-
export declare const StyledHiddenTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledGroup: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, never>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledHiddenTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
7
7
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
export declare const Block: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
-
export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
+
export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const Bar: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").SVGProps<SVGCircleElement>, never>>;
|
|
6
6
|
export declare const Fill: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").SVGProps<SVGCircleElement>, never>>;
|
|
7
7
|
export declare const Value: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").SVGTextElementAttributes<SVGTextElement>, never>>;
|
|
@@ -4,7 +4,7 @@ export declare const Root: import("styled-components").IStyledComponent<"web", i
|
|
|
4
4
|
width: LinearProgressbarProps['width'];
|
|
5
5
|
}>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
6
6
|
export declare const Information: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
7
|
-
export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
7
|
+
export declare const Label: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const Value: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
9
9
|
export declare const Bar: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
10
10
|
export declare const Fill: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
package/Radio/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Control: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
3
|
export declare const Indicator: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
-
export declare const StyledRadio: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").RadioProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").RadioProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
+
export declare const StyledRadio: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").RadioProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").RadioProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/Select/styles.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledComboBox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ComboBoxProps<object> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").ComboBoxProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
2
|
+
export declare const StyledComboBox: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ComboBoxProps<object> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").ComboBoxProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
export declare const ComboBoxContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
4
|
export declare const StyledPopover: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react-aria-components").PopoverProps & import("react").RefAttributes<HTMLElement> & import("framer-motion").MotionProps, "ref"> & import("react").RefAttributes<SVGElement | HTMLElement>, never>> & Omit<import("framer-motion").CustomDomComponent<import("react-aria-components").PopoverProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, {
|
|
6
6
|
isLoading: boolean;
|
|
7
|
-
}>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
7
|
+
}>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const StyledButtonIcon: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, {
|
|
9
9
|
isDisabled: boolean;
|
|
10
10
|
isInvalid: boolean;
|
|
11
11
|
isOpen: boolean;
|
|
12
12
|
}>>;
|
|
13
13
|
export declare const StyledLoader: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
14
|
-
export declare const StyledButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>, never>> & Omit<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
15
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
16
|
-
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
14
|
+
export declare const StyledButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>, never>> & Omit<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
15
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
16
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
17
17
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
18
18
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
19
|
-
export declare const StyledListBoxItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ListBoxItemProps<object> & import("react").RefAttributes<
|
|
19
|
+
export declare const StyledListBoxItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ListBoxItemProps<object> & import("react").RefAttributes<object>, never>> & Omit<(<T extends object>(props: import("react-aria-components").ListBoxItemProps<T> & import("react").RefAttributes<T>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
20
20
|
export default StyledPopover;
|
package/Slider/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledSlider: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderProps<number | number[]> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends number | number[]>(props: import("react-aria-components").SliderProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
3
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
4
|
-
export declare const StyledSliderOutput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>, never>> & Omit<(props: import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
5
|
-
export declare const StyledSliderThumb: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
6
|
-
export declare const StyledSliderTrack: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
2
|
+
export declare const StyledSlider: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderProps<number | number[]> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends number | number[]>(props: import("react-aria-components").SliderProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledSliderOutput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>, never>> & Omit<(props: import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledSliderThumb: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledSliderTrack: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/Switch/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const Indicator: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
-
export declare const StyledSwitch: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const StyledSwitch: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/Tabs/styles.d.ts
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/// <reference types="react" />
|
|
3
3
|
import { TabsProps } from 'react-aria-components';
|
|
4
4
|
import type { TabListProps, TabItem, TabProps } from './types';
|
|
5
|
-
export declare const StyledTabs: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<TabsProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: TabsProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
6
|
-
export declare const StyledTabList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>, TabListProps>> & Omit<(props: import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
7
|
-
export declare const StyledTab: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabProps & import("react").RefAttributes<
|
|
5
|
+
export declare const StyledTabs: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<TabsProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: TabsProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledTabList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>, TabListProps>> & Omit<(props: import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledTab: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabProps & import("react").RefAttributes<object>, TabProps & {
|
|
8
8
|
orientation: TabsProps['orientation'];
|
|
9
|
-
}>> & Omit<(props: import("react-aria-components").TabProps & import("react").RefAttributes<
|
|
9
|
+
}>> & Omit<(props: import("react-aria-components").TabProps & import("react").RefAttributes<object>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
10
10
|
export declare const TabOverlay: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
11
11
|
color?: string | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
@@ -538,4 +538,4 @@ export declare const TabOverlay: import("styled-components").IStyledComponent<"w
|
|
|
538
538
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement>>, never>, TabProps & {
|
|
539
539
|
orientation: TabsProps['orientation'];
|
|
540
540
|
}>> & Omit<import("framer-motion").ForwardRefComponent<HTMLSpanElement, import("framer-motion").HTMLMotionProps<"span">>, keyof import("react").Component<any, {}, any>>;
|
|
541
|
-
export declare const StyledTabPanel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
541
|
+
export declare const StyledTabPanel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
package/TimeInput/styles.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { DateInputRenderProps } from 'react-aria-components';
|
|
3
|
-
export declare const StyledTimeField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TimeFieldProps<import("react-aria-components").TimeValue> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends import("react-aria-components").TimeValue>(props: import("react-aria-components").TimeFieldProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
4
|
-
export declare const StyledTimeInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>, Partial<DateInputRenderProps>>> & Omit<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
5
|
-
export declare const StyledTimeSegment: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
6
|
-
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const StyledTimeField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TimeFieldProps<import("react-aria-components").TimeValue> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends import("react-aria-components").TimeValue>(props: import("react-aria-components").TimeFieldProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null), keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTimeInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>, Partial<DateInputRenderProps>>> & Omit<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTimeSegment: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
7
7
|
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
8
|
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
package/ToggleButton/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ToggleButtonProps } from './types';
|
|
3
|
-
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>, ToggleButtonProps>> & Omit<(props: import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any
|
|
3
|
+
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>, ToggleButtonProps>> & Omit<(props: import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | null, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default Root;
|