@clicktap/ui 0.0.17 → 0.0.19
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 +2 -2
- 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 +4 -4
- package/Divider/styles.d.ts +1 -1
- package/Drawer/styles.d.ts +4 -4
- 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 +6 -6
- 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 +5 -5
- package/TimeInput/styles.d.ts +6 -6
- package/ToggleButton/styles.d.ts +1 -1
- package/index.js +222 -222
- 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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(<T extends object>(props: import("react-aria-components").BreadcrumbsProps<T> & import("react").RefAttributes<HTMLOListElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledBreadcrumbItem: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledBreadcrumbSeparator: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").BreadcrumbProps & import("react").RefAttributes<HTMLLIElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledBreadcrumbLink: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
package/Button/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledButton: import(
|
|
2
|
+
export declare const StyledButton: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, import("react-aria-components").ButtonProps & {
|
|
3
3
|
isLoading?: boolean | undefined;
|
|
4
4
|
variant?: "outline" | "solid" | "ghost" | undefined;
|
|
5
5
|
size?: "sm" | "lg" | "md" | undefined;
|
package/Card/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const StyledCard: import(
|
|
1
|
+
export declare const StyledCard: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
2
2
|
declare const _default: {
|
|
3
|
-
StyledCard: import(
|
|
3
|
+
StyledCard: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
4
|
};
|
|
5
5
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledSvg: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"svg", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledCheckbox: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").CheckboxProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
5
|
export default StyledCheckbox;
|
package/Collapsible/styles.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CollapsibleRoot: import(
|
|
2
|
-
export declare const CollapsibleContentRoot: import(
|
|
1
|
+
export declare const CollapsibleRoot: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
2
|
+
export declare const CollapsibleContentRoot: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
package/Container/styles.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { ContainerProps } from './types';
|
|
2
|
-
export declare const StyledContainer: import(
|
|
2
|
+
export declare const StyledContainer: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, ContainerProps, never>;
|
|
3
3
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js';
|
|
3
3
|
import { Theme } from '../defaultTheme';
|
|
4
4
|
export interface ContainerProps {
|
|
5
5
|
children: ReactNode;
|
package/ContextMenu/styles.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const StyledPopover: import("framer-motion").CustomDomComponent<{
|
|
|
4
4
|
[x: number]: any;
|
|
5
5
|
[x: symbol]: any;
|
|
6
6
|
} & {
|
|
7
|
-
theme?: import(
|
|
7
|
+
theme?: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme | undefined;
|
|
8
8
|
} & {
|
|
9
9
|
as?: string | import("react").ComponentType<any> | undefined;
|
|
10
10
|
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(<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>>), import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledDateInput: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, Partial<DateInputRenderProps>, never>;
|
|
5
|
+
export declare const StyledDateSegment: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
package/Dialog/styles.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDialog: import(
|
|
3
|
-
export declare const StyledDialogAnimations: import(
|
|
2
|
+
export declare const StyledDialog: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledDialogAnimations: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').GlobalStyleComponent<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
[x: number]: any;
|
|
6
6
|
[x: symbol]: any;
|
|
7
7
|
} & {
|
|
8
|
-
theme?: import(
|
|
8
|
+
theme?: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
as?: string | import("react").ComponentType<any> | undefined;
|
|
11
11
|
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
12
|
-
}, import(
|
|
12
|
+
}, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme>;
|
package/Divider/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SeparatorProps } from 'react-aria';
|
|
2
|
-
export declare const Root: import(
|
|
2
|
+
export declare const Root: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
3
3
|
orientation: SeparatorProps['orientation'];
|
|
4
4
|
}, never>;
|
|
5
5
|
export default Root;
|
package/Drawer/styles.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledDrawer: import(
|
|
3
|
-
export declare const StyledDrawerAnimations: import(
|
|
2
|
+
export declare const StyledDrawer: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").DialogProps & import("react").RefAttributes<HTMLElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledDrawerAnimations: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').GlobalStyleComponent<{
|
|
4
4
|
[x: string]: any;
|
|
5
5
|
[x: number]: any;
|
|
6
6
|
[x: symbol]: any;
|
|
7
7
|
} & {
|
|
8
|
-
theme?: import(
|
|
8
|
+
theme?: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme | undefined;
|
|
9
9
|
} & {
|
|
10
10
|
as?: string | import("react").ComponentType<any> | undefined;
|
|
11
11
|
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
12
|
-
}, import(
|
|
12
|
+
}, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme>;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, LinkProps, never>;
|
|
4
4
|
export default Root;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CircularEasingProps } from './types';
|
|
2
|
-
export declare const Rotate: import(
|
|
3
|
-
export declare const Dash: import(
|
|
4
|
-
export declare const Loader: import(
|
|
5
|
-
export declare const StyledSvg: import(
|
|
6
|
-
export declare const StyledCircle: import(
|
|
2
|
+
export declare const Rotate: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').Keyframes;
|
|
3
|
+
export declare const Dash: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').Keyframes;
|
|
4
|
+
export declare const Loader: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, Omit<CircularEasingProps, "stroke">, never>;
|
|
5
|
+
export declare const StyledSvg: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"svg", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledCircle: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"circle", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, Omit<CircularEasingProps, "width">, never>;
|
package/Loader/Pulse/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const PulseAnimation: import(
|
|
2
|
-
export declare const Dot: import(
|
|
1
|
+
export declare const PulseAnimation: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').Keyframes;
|
|
2
|
+
export declare const Dot: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"span", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
3
3
|
speedMultiplier: number;
|
|
4
4
|
i: number;
|
|
5
5
|
}, never>;
|
package/Meter/styles.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledMeter: import(
|
|
3
|
-
export declare const StyledMeterHeader: import(
|
|
4
|
-
export declare const StyledLabel: import(
|
|
5
|
-
export declare const StyledValue: import(
|
|
6
|
-
export declare const StyledBar: import(
|
|
7
|
-
export declare const StyledBarFill: import(
|
|
2
|
+
export declare const StyledMeter: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").MeterProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledMeterHeader: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledValue: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"span", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledBar: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const StyledBarFill: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("framer-motion").ForwardRefComponent<HTMLDivElement, import("framer-motion").HTMLMotionProps<"div">>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModal: import(
|
|
4
|
+
StyledModal: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
3
|
declare const _default: {
|
|
4
|
-
StyledModalOverlay: import(
|
|
4
|
+
StyledModalOverlay: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ModalOverlayProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"svg", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledRoot: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledList: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuListProps & import("react").RefAttributes<HTMLUListElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledTrigger: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuTriggerProps & import("react").RefAttributes<HTMLButtonElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledLink: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuLinkProps & import("react").RefAttributes<HTMLAnchorElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const StyledContent: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuContentProps & import("react").RefAttributes<HTMLDivElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const StyledIndicator: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuIndicatorProps & import("react").RefAttributes<HTMLDivElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("@radix-ui/react-navigation-menu").NavigationMenuViewportProps & import("react").RefAttributes<HTMLDivElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
11
|
+
export declare const StyledUl: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"ul", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
12
|
+
export declare const ListItemLink: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
13
|
+
export declare const ListItemHeading: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
14
|
+
export declare const ListItemText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"p", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
15
|
+
export declare const Callout: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LinkProps & import("react").RefAttributes<HTMLAnchorElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
16
|
+
export declare const CalloutHeading: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
17
|
+
export declare const CalloutText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"p", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
18
|
+
export declare const ViewportPosition: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
19
|
+
export declare const Arrow: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, 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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").NumberFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledGroup: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").GroupProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledInput: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledHiddenTextField: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
@@ -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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>, import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const Block: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const Label: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const Bar: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"circle", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const Fill: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"circle", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const Value: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"text", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, 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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").ProgressBarProps & import("react").RefAttributes<HTMLDivElement>>, import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
4
4
|
width: LinearProgressbarProps['width'];
|
|
5
5
|
}, never>;
|
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
7
|
+
export declare const Label: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
8
|
+
export declare const Value: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"span", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
9
|
+
export declare const Bar: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
10
|
+
export declare const Fill: import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
11
11
|
isIndeterminate: LinearProgressbarProps['isIndeterminate'];
|
|
12
12
|
width: string;
|
|
13
13
|
}, never>;
|
package/Select/styles.d.ts
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const StyledComboBox: import(
|
|
3
|
-
export declare const ComboBoxContainer: import(
|
|
2
|
+
export declare const StyledComboBox: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(<T extends object>(props: import("react-aria-components").ComboBoxProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const ComboBoxContainer: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
4
|
export declare const StyledPopover: import("framer-motion").CustomDomComponent<{
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
[x: number]: any;
|
|
7
7
|
[x: symbol]: any;
|
|
8
8
|
} & {
|
|
9
|
-
theme?: import(
|
|
9
|
+
theme?: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme | undefined;
|
|
10
10
|
} & {
|
|
11
11
|
as?: string | import("react").ComponentType<any> | undefined;
|
|
12
12
|
forwardedAs?: string | import("react").ComponentType<any> | undefined;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const StyledInput: import(
|
|
14
|
+
export declare const StyledInput: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
15
15
|
isLoading: boolean;
|
|
16
16
|
}, never>;
|
|
17
|
-
export declare const StyledButtonIcon: import(
|
|
17
|
+
export declare const StyledButtonIcon: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"svg", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {
|
|
18
18
|
isDisabled: boolean;
|
|
19
19
|
isInvalid: boolean;
|
|
20
20
|
isOpen: boolean;
|
|
21
21
|
}, never>;
|
|
22
|
-
export declare const StyledLoader: import(
|
|
23
|
-
export declare const StyledButton: import(
|
|
24
|
-
export declare const StyledLabel: import(
|
|
25
|
-
export declare const StyledTextField: import(
|
|
26
|
-
export declare const StyledFieldError: import(
|
|
27
|
-
export declare const StyledText: import(
|
|
28
|
-
export declare const StyledListBoxItem: import(
|
|
22
|
+
export declare const StyledLoader: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
23
|
+
export declare const StyledButton: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
24
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
25
|
+
export declare const StyledTextField: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
26
|
+
export declare const StyledFieldError: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
27
|
+
export declare const StyledText: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
28
|
+
export declare const StyledListBoxItem: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(<T extends object>(props: import("react-aria-components").ListBoxItemProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
29
29
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(<T extends number | number[]>(props: import("react-aria-components").SliderProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledLabel: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledSliderOutput: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledSliderThumb: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledSliderTrack: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
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@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<"div", import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|
|
3
|
+
export declare const StyledSwitch: import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').StyledComponent<(props: import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import('../../../../node_modules/.pnpm/styled-components@5.3.6_@babel+core@7.24.5_react-dom@18.2.0_react-is@18.2.0_react@18.2.0/node_modules/styled-components/dist/styled-components.cjs.js').DefaultTheme, {}, never>;
|