@clicktap/ui 0.2.8 → 0.2.10
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/index.js +221 -221
- package/package.json +2 -2
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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ComboBoxProps<object> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends object>(props: import("react-aria-components").ComboBoxProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const ComboBoxContainer: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
4
|
+
export declare const StyledPopover: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<Omit<import("react-aria-components").PopoverProps & import("react").RefAttributes<HTMLElement> & import("framer-motion").MotionProps, "ref"> & import("react").RefAttributes<SVGElement | HTMLElement>, never>> & Omit<import("framer-motion").CustomDomComponent<import("react-aria-components").PopoverProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").InputProps & import("react").RefAttributes<HTMLInputElement>, {
|
|
6
6
|
isLoading: boolean;
|
|
7
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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").SVGProps<SVGSVGElement>, {
|
|
9
9
|
isDisabled: boolean;
|
|
10
10
|
isInvalid: boolean;
|
|
11
11
|
isOpen: boolean;
|
|
12
12
|
}>>;
|
|
13
|
-
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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
14
|
+
export declare const StyledButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>, never>> & Omit<(props: import("react-aria-components").ButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
15
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
16
|
+
export declare const StyledTextField: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TextFieldProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
17
|
+
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
18
|
+
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
19
|
+
export declare const StyledListBoxItem: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").ListBoxItemProps<object> & import("react").RefAttributes<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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderProps<number | number[]> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends number | number[]>(props: import("react-aria-components").SliderProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
3
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledSliderOutput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>, never>> & Omit<(props: import("react-aria-components").SliderOutputProps & import("react").RefAttributes<HTMLOutputElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledSliderThumb: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderThumbProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledSliderTrack: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").SliderTrackProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, 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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>;
|
|
3
|
+
export declare const StyledSwitch: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").SwitchProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, 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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<TabsProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: TabsProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledTabList: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>, TabListProps>> & Omit<(props: import("react-aria-components").TabListProps<TabItem> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledTab: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").TabProps & import("react").RefAttributes<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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<{
|
|
11
11
|
color?: string | undefined;
|
|
12
12
|
className?: string | undefined;
|
|
13
13
|
prefix?: string | undefined;
|
|
@@ -270,7 +270,7 @@ export declare const TabOverlay: import('../../../../node_modules/.pnpm/styled-c
|
|
|
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("styled-components").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('../../../../node_modules/.pnpm/styled-c
|
|
|
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("styled-components").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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").TabPanelProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, 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("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TimeFieldProps<import("react-aria-components").TimeValue> & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(<T extends import("react-aria-components").TimeValue>(props: import("react-aria-components").TimeFieldProps<T> & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>), keyof import("react").Component<any, {}, any>>;
|
|
4
|
+
export declare const StyledTimeInput: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>, Partial<DateInputRenderProps>>> & Omit<(props: import("react-aria-components").DateInputProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
5
|
+
export declare const StyledTimeSegment: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>, never>> & Omit<(props: import("react-aria-components").DateSegmentProps & import("react").RefAttributes<HTMLDivElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
6
|
+
export declare const StyledLabel: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>, never>> & Omit<(props: import("react-aria-components").LabelProps & import("react").RefAttributes<HTMLLabelElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
7
|
+
export declare const StyledFieldError: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").FieldErrorProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const StyledText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>, never>> & Omit<import("react").ForwardRefExoticComponent<import("react-aria-components").TextProps & import("react").RefAttributes<HTMLElement>>, keyof import("react").Component<any, {}, any>>;
|
package/ToggleButton/styles.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ToggleButtonProps } from './types';
|
|
3
|
-
export declare const Root: import(
|
|
3
|
+
export declare const Root: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>, ToggleButtonProps>> & Omit<(props: import("react-aria-components").ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>, keyof import("react").Component<any, {}, any>>;
|
|
4
4
|
export default Root;
|