@clicktap/ui 0.0.19 → 0.0.21
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 +5 -3
package/Tabs/styles.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TabsProps } from 'react-aria-components';
|
|
3
3
|
import type { TabListProps, TabItem, TabProps } from './types';
|
|
4
|
-
export declare const StyledTabs: import(
|
|
5
|
-
export declare const StyledTabList: import(
|
|
6
|
-
export declare const StyledTab: import(
|
|
4
|
+
export declare const StyledTabs: import("styled-components").StyledComponent<(props: TabsProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, {}, never>;
|
|
5
|
+
export declare const StyledTabList: import("styled-components").StyledComponent<(props: import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, TabListProps, never>;
|
|
6
|
+
export declare const StyledTab: import("styled-components").StyledComponent<(props: import("react-aria-components").TabProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, TabProps & {
|
|
7
7
|
orientation: TabsProps['orientation'];
|
|
8
8
|
}, never>;
|
|
9
|
-
export declare const TabOverlay: import(
|
|
9
|
+
export declare const TabOverlay: import("styled-components").StyledComponent<import("framer-motion").ForwardRefComponent<HTMLSpanElement, import("framer-motion").HTMLMotionProps<"span">>, import("styled-components").DefaultTheme, {
|
|
10
10
|
className: "tab-overlay";
|
|
11
11
|
} & TabProps & {
|
|
12
12
|
orientation: TabsProps['orientation'];
|
|
13
13
|
}, "className">;
|
|
14
|
-
export declare const StyledTabPanel: import(
|
|
14
|
+
export declare const StyledTabPanel: import("styled-components").StyledComponent<(props: import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, {}, never>;
|
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("styled-components").StyledComponent<(<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>>), import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
+
export declare const StyledTimeInput: import("styled-components").StyledComponent<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, Partial<DateInputRenderProps>, never>;
|
|
5
|
+
export declare const StyledTimeSegment: import("styled-components").StyledComponent<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, {}, never>;
|
|
6
|
+
export declare const StyledLabel: import("styled-components").StyledComponent<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, {}, never>;
|
|
7
|
+
export declare const StyledFieldError: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
8
|
+
export declare const StyledText: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, import("styled-components").DefaultTheme, {}, never>;
|
package/ToggleButton/styles.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const Root: import(
|
|
2
|
+
export declare const Root: import("styled-components").StyledComponent<(props: import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, import("styled-components").DefaultTheme, import("react-aria-components").ToggleButtonProps & {
|
|
3
3
|
variant?: "outline" | "solid" | "ghost" | undefined;
|
|
4
4
|
size?: "sm" | "lg" | "md" | undefined;
|
|
5
5
|
}, never>;
|