@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/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('../../../../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: TabsProps & 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 StyledTabList: 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").TabListProps<TabItem> & 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, TabListProps, never>;
6
- export declare const StyledTab: 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").TabProps & 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, TabProps & {
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('../../../../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<HTMLSpanElement, import("framer-motion").HTMLMotionProps<"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, {
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('../../../../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").TabPanelProps & 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>;
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>;
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import { DateInputRenderProps } from 'react-aria-components';
3
- export declare const StyledTimeField: 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").TimeValue>(props: import("react-aria-components").TimeFieldProps<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 StyledTimeInput: 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 StyledTimeSegment: 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>;
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>;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
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<(props: import("react-aria-components").ToggleButtonProps & 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").ToggleButtonProps & {
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>;