@clicktap/ui 0.2.5 → 0.2.7
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/Card/styles.d.ts +2 -2
- package/Checkbox/styles.d.ts +3 -3
- package/Collapsible/styles.d.ts +3 -3
- package/Container/styles.d.ts +1 -1
- package/Container/types.d.ts +1 -1
- package/ContextMenu/styles.d.ts +1 -1
- package/DateInput/styles.d.ts +6 -6
- package/Dialog/styles.d.ts +2 -2
- package/Divider/styles.d.ts +1 -1
- package/Drawer/styles.d.ts +2 -2
- package/Input/styles.d.ts +5 -5
- package/Link/styles.d.ts +1 -1
- package/Loader/CircularEasing/styles.d.ts +5 -5
- package/Loader/Pulse/styles.d.ts +2 -2
- package/Meter/styles.d.ts +7 -7
- package/Modal/styles.d.ts +2 -2
- package/ModalOverlay/styles.d.ts +2 -2
- package/NavigationMenu/styles.d.ts +17 -17
- package/NumberInput/styles.d.ts +2 -2
- package/PinInput/styles.d.ts +7 -7
- package/Progressbar/CircularProgressbar/styles.d.ts +6 -6
- package/Progressbar/LinearProgressbar/styles.d.ts +6 -6
- package/Select/styles.d.ts +12 -12
- package/Slider/styles.d.ts +5 -5
- package/Switch/styles.d.ts +2 -2
- package/Tabs/styles.d.ts +7 -7
- package/TimeInput/styles.d.ts +6 -6
- package/ToggleButton/styles.d.ts +1 -1
- 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(
|
|
3
|
-
export declare const StyledBreadcrumbItem: import(
|
|
4
|
-
export declare const StyledBreadcrumbSeparator: import(
|
|
5
|
-
export declare const StyledBreadcrumbLink: import(
|
|
2
|
+
export declare const StyledBreadcrumbs: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>, never>> & Omit<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledBreadcrumbSeparator: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>, never>> & Omit<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledBreadcrumbLink: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, 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(
|
|
3
|
+
export declare const StyledButton: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default StyledButton;
|
package/Card/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledCard: import(
|
|
2
|
+
export declare const StyledCard: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledCard: import(
|
|
4
|
+
StyledCard: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
package/Checkbox/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Control: import(
|
|
3
|
-
export declare const StyledSvg: import(
|
|
4
|
-
export declare const StyledCheckbox: import(
|
|
2
|
+
export declare const Control: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledSvg: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGProps<SVGSVGElement>, never>>;
|
|
4
|
+
export declare const StyledCheckbox: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
export default StyledCheckbox;
|
package/Collapsible/styles.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
export declare const CollapsibleRoot: import(
|
|
4
|
-
export declare const CollapsibleContentRoot: import(
|
|
3
|
+
export declare const CollapsibleRoot: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const CollapsibleContentRoot: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<{
|
|
5
5
|
color?: string | undefined;
|
|
6
6
|
className?: string | undefined;
|
|
7
7
|
prefix?: string | undefined;
|
|
@@ -264,5 +264,5 @@ export declare const CollapsibleContentRoot: import("styled-components").IStyled
|
|
|
264
264
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
265
265
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
266
266
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
267
|
-
css?: import(
|
|
267
|
+
css?: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').CSSProp;
|
|
268
268
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
package/Container/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ContainerProps } from './types';
|
|
3
|
-
export declare const StyledContainer: import(
|
|
3
|
+
export declare const StyledContainer: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>>;
|
|
4
4
|
export default StyledContainer;
|
package/Container/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
-
import type { CSSProp } from 'styled-components';
|
|
2
|
+
import type { CSSProp } from '../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js';
|
|
3
3
|
import { Theme } from '../defaultTheme';
|
|
4
4
|
export interface ContainerProps {
|
|
5
5
|
children: ReactNode;
|
package/ContextMenu/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledPopover: import(
|
|
2
|
+
export declare const StyledPopover: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>;
|
|
3
3
|
export default StyledPopover;
|
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(
|
|
4
|
-
export declare const StyledDateInput: import(
|
|
5
|
-
export declare const StyledDateSegment: import(
|
|
6
|
-
export declare const StyledLabel: import(
|
|
7
|
-
export declare const StyledFieldError: import(
|
|
8
|
-
export declare const StyledText: import(
|
|
3
|
+
export declare const StyledDateField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledDateSegment: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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(
|
|
3
|
-
export declare const StyledDialogAnimations: import("react").NamedExoticComponent<import(
|
|
2
|
+
export declare const StyledDialog: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledDialogAnimations: import("react").NamedExoticComponent<import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').ExecutionProps & import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>, never>>;
|
package/Divider/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { SeparatorProps } from 'react-aria';
|
|
3
|
-
export declare const Root: import(
|
|
3
|
+
export declare const Root: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
4
|
orientation: SeparatorProps['orientation'];
|
|
5
5
|
}>>;
|
|
6
6
|
export default Root;
|
package/Drawer/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDrawer: import(
|
|
3
|
-
export declare const StyledDrawerAnimations: import("react").NamedExoticComponent<import(
|
|
2
|
+
export declare const StyledDrawer: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledDrawerAnimations: import("react").NamedExoticComponent<import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').ExecutionProps & import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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(
|
|
3
|
-
export declare const StyledLabel: import(
|
|
4
|
-
export declare const StyledTextField: import(
|
|
5
|
-
export declare const StyledFieldError: import(
|
|
6
|
-
export declare const StyledText: import(
|
|
2
|
+
export declare const StyledInput: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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(
|
|
3
|
+
export declare const Root: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default Root;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { CircularEasingProps } from './types';
|
|
3
|
-
export declare const Rotate: import(
|
|
4
|
-
export declare const Dash: import(
|
|
5
|
-
export declare const Loader: import(
|
|
6
|
-
export declare const StyledSvg: import(
|
|
7
|
-
export declare const StyledCircle: import(
|
|
3
|
+
export declare const Rotate: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/models/Keyframes').default;
|
|
4
|
+
export declare const Dash: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/models/Keyframes').default;
|
|
5
|
+
export declare const Loader: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<CircularEasingProps, "stroke">>>;
|
|
6
|
+
export declare const StyledSvg: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGProps<SVGSVGElement>, never>>;
|
|
7
|
+
export declare const StyledCircle: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").SVGProps<SVGCircleElement>, Omit<CircularEasingProps, "width">>>;
|
package/Loader/Pulse/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const PulseAnimation: import(
|
|
3
|
-
export declare const Dot: import(
|
|
2
|
+
export declare const PulseAnimation: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/models/Keyframes').default;
|
|
3
|
+
export declare const Dot: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
4
4
|
speedMultiplier: number;
|
|
5
5
|
i: number;
|
|
6
6
|
}>>;
|
package/Meter/styles.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
/// <reference types="react" />
|
|
3
|
-
export declare const StyledMeter: import(
|
|
4
|
-
export declare const StyledMeterHeader: import(
|
|
5
|
-
export declare const StyledLabel: import(
|
|
6
|
-
export declare const StyledValue: import(
|
|
7
|
-
export declare const StyledBar: import(
|
|
8
|
-
export declare const StyledBarFill: import(
|
|
3
|
+
export declare const StyledMeter: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledMeterHeader: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
5
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledValue: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
7
|
+
export declare const StyledBar: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
8
|
+
export declare const StyledBarFill: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<{
|
|
9
9
|
color?: string | undefined;
|
|
10
10
|
className?: string | undefined;
|
|
11
11
|
prefix?: string | undefined;
|
|
@@ -268,5 +268,5 @@ export declare const StyledBarFill: import("styled-components").IStyledComponent
|
|
|
268
268
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
269
269
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
270
270
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
css?: import(
|
|
271
|
+
css?: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').CSSProp;
|
|
272
272
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, keyof import("react").Component<any, {}, any>>;
|
package/Modal/styles.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledModal: import(
|
|
2
|
+
export declare const StyledModal: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModal: import(
|
|
4
|
+
StyledModal: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, 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(
|
|
2
|
+
export declare const StyledModalOverlay: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModalOverlay: import(
|
|
4
|
+
StyledModalOverlay: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const CaretDown: import(
|
|
3
|
-
export declare const StyledRoot: import(
|
|
4
|
-
export declare const StyledList: import(
|
|
5
|
-
export declare const StyledTrigger: import(
|
|
6
|
-
export declare const StyledLink: import(
|
|
7
|
-
export declare const StyledContent: import(
|
|
8
|
-
export declare const StyledIndicator: import(
|
|
2
|
+
export declare const CaretDown: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGProps<SVGSVGElement>, never>>;
|
|
3
|
+
export declare const StyledRoot: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledList: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuListProps & import("react").RefAttributes<HTMLUListElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuListProps & import("react").RefAttributes<HTMLUListElement>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTrigger: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLink: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & import("react").RefAttributes<HTMLAnchorElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & import("react").RefAttributes<HTMLAnchorElement>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledContent: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuContentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuContentProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const StyledIndicator: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("@radix-ui/react-navigation-menu").NavigationMenuIndicatorProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuIndicatorProps & import("react").RefAttributes<HTMLDivElement>>, keyof import("react").Component<any, {}, any>>;
|
|
9
9
|
/** @todo min-height/width instead? configurable? */
|
|
10
|
-
export declare const StyledViewport: import(
|
|
11
|
-
export declare const StyledUl: import(
|
|
12
|
-
export declare const ListItemLink: import(
|
|
13
|
-
export declare const ListItemHeading: import(
|
|
14
|
-
export declare const ListItemText: import(
|
|
15
|
-
export declare const Callout: import(
|
|
16
|
-
export declare const CalloutHeading: import(
|
|
17
|
-
export declare const CalloutText: import(
|
|
18
|
-
export declare const ViewportPosition: import(
|
|
19
|
-
export declare const Arrow: import(
|
|
10
|
+
export declare const StyledViewport: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledUl: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>>;
|
|
12
|
+
export declare const ListItemLink: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
13
|
+
export declare const ListItemHeading: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
14
|
+
export declare const ListItemText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>;
|
|
15
|
+
export declare const Callout: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
+
export declare const CalloutHeading: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
17
|
+
export declare const CalloutText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>>;
|
|
18
|
+
export declare const ViewportPosition: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
19
|
+
export declare const Arrow: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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(
|
|
3
|
-
export declare const StyledGroup: import(
|
|
2
|
+
export declare const StyledNumberField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledGroup: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, 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(
|
|
3
|
-
export declare const StyledInput: import(
|
|
4
|
-
export declare const StyledLabel: import(
|
|
5
|
-
export declare const StyledTextField: import(
|
|
6
|
-
export declare const StyledHiddenTextField: import(
|
|
7
|
-
export declare const StyledFieldError: import(
|
|
8
|
-
export declare const StyledText: import(
|
|
2
|
+
export declare const StyledGroup: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledInput: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledHiddenTextField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
-
export declare const Root: import(
|
|
3
|
-
export declare const Block: import(
|
|
4
|
-
export declare const Label: import(
|
|
5
|
-
export declare const Bar: import(
|
|
6
|
-
export declare const Fill: import(
|
|
7
|
-
export declare const Value: import(
|
|
2
|
+
export declare const Root: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const Block: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const Label: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const Bar: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGProps<SVGCircleElement>, never>>;
|
|
6
|
+
export declare const Fill: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGProps<SVGCircleElement>, never>>;
|
|
7
|
+
export declare const Value: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").SVGTextElementAttributes<SVGTextElement>, never>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { LinearProgressbarProps } from './types';
|
|
3
|
-
export declare const Root: import(
|
|
3
|
+
export declare const Root: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>, {
|
|
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
|
-
export declare const Information: import(
|
|
7
|
-
export declare const Label: import(
|
|
8
|
-
export declare const Value: import(
|
|
9
|
-
export declare const Bar: import(
|
|
10
|
-
export declare const Fill: import(
|
|
6
|
+
export declare const Information: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
7
|
+
export declare const Label: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const Value: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>;
|
|
9
|
+
export declare const Bar: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
10
|
+
export declare const Fill: import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
11
11
|
isIndeterminate: LinearProgressbarProps['isIndeterminate'];
|
|
12
12
|
width: string;
|
|
13
13
|
}>>;
|
package/Select/styles.d.ts
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledComboBox: import(
|
|
3
|
-
export declare const ComboBoxContainer: import(
|
|
4
|
-
export declare const StyledPopover: import(
|
|
5
|
-
export declare const StyledInput: import(
|
|
2
|
+
export declare const StyledComboBox: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>;
|
|
3
|
+
export declare const ComboBoxContainer: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const StyledPopover: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledInput: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, {
|
|
6
6
|
isLoading: boolean;
|
|
7
7
|
}>> & Omit<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
-
export declare const StyledButtonIcon: import(
|
|
8
|
+
export declare const StyledButtonIcon: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react").SVGProps<SVGSVGElement>, {
|
|
9
9
|
isDisabled: boolean;
|
|
10
10
|
isInvalid: boolean;
|
|
11
11
|
isOpen: boolean;
|
|
12
12
|
}>>;
|
|
13
|
-
export declare const StyledLoader: import(
|
|
14
|
-
export declare const StyledButton: import(
|
|
15
|
-
export declare const StyledLabel: import(
|
|
16
|
-
export declare const StyledTextField: import(
|
|
17
|
-
export declare const StyledFieldError: import(
|
|
18
|
-
export declare const StyledText: import(
|
|
19
|
-
export declare const StyledListBoxItem: import(
|
|
13
|
+
export declare const StyledLoader: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
14
|
+
export declare const StyledButton: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
15
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
17
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react-aria-components").ListBoxItemProps<object> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").ListBoxItemProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), 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(
|
|
3
|
-
export declare const StyledLabel: import(
|
|
4
|
-
export declare const StyledSliderOutput: import(
|
|
5
|
-
export declare const StyledSliderThumb: import(
|
|
6
|
-
export declare const StyledSliderTrack: import(
|
|
2
|
+
export declare const StyledSlider: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledSliderOutput: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledSliderThumb: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledSliderTrack: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
package/Switch/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Indicator: import(
|
|
3
|
-
export declare const StyledSwitch: import(
|
|
2
|
+
export declare const Indicator: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledSwitch: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
package/Tabs/styles.d.ts
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
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(
|
|
6
|
-
export declare const StyledTabList: import(
|
|
7
|
-
export declare const StyledTab: import(
|
|
5
|
+
export declare const StyledTabs: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledTabList: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledTab: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import("react-aria-components").TabProps & import("react").RefAttributes<HTMLDivElement>, TabProps & {
|
|
8
8
|
orientation: TabsProps['orientation'];
|
|
9
9
|
}>> & Omit<(props: import("react-aria-components").TabProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
10
|
-
export declare const TabOverlay: import(
|
|
10
|
+
export declare const TabOverlay: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').FastOmit<import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/dist/types').Substitute<{
|
|
11
11
|
color?: string | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
13
|
prefix?: string | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const TabOverlay: import("styled-components").IStyledComponent<"w
|
|
|
270
270
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
271
271
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
272
272
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
273
|
-
css?: import(
|
|
273
|
+
css?: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').CSSProp;
|
|
274
274
|
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLSpanElement>, {
|
|
275
275
|
color?: string | undefined;
|
|
276
276
|
className?: string | undefined;
|
|
@@ -534,8 +534,8 @@ export declare const TabOverlay: import("styled-components").IStyledComponent<"w
|
|
|
534
534
|
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLSpanElement> | undefined;
|
|
535
535
|
onTransitionEnd?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
536
536
|
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLSpanElement> | undefined;
|
|
537
|
-
css?: import(
|
|
537
|
+
css?: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').CSSProp;
|
|
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(
|
|
541
|
+
export declare const StyledTabPanel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, 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(
|
|
4
|
-
export declare const StyledTimeInput: import(
|
|
5
|
-
export declare const StyledTimeSegment: import(
|
|
6
|
-
export declare const StyledLabel: import(
|
|
7
|
-
export declare const StyledFieldError: import(
|
|
8
|
-
export declare const StyledText: import(
|
|
3
|
+
export declare const StyledTimeField: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTimeSegment: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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(
|
|
3
|
+
export declare const Root: import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js').IStyledComponent<"web", import('../../../../node_modules/.pnpm/styled-components@6.1.8_react-dom@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.esm.js/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>>, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default Root;
|