@stokelp/ui 1.6.2 → 1.6.3

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.
@@ -1,7 +1,7 @@
1
1
  import { AccordionRecipe } from '@stokelp/styled-system/recipes';
2
2
  import { StyledComponent } from '@stokelp/styled-system/jsx';
3
3
  import { ComponentVariants } from '../../utils/slots';
4
- import { Accordion as ArkAccordion } from '@ark-ui/react/accordion';
4
+ import { Accordion as ArkAccordion } from '@ark-ui/react';
5
5
  import { ForwardRefExoticComponent, RefAttributes, ComponentProps } from 'react';
6
6
  export declare const Accordion: ComponentVariants<StyledComponent<ForwardRefExoticComponent<ArkAccordion.RootProps & RefAttributes<HTMLDivElement>>, {}>, AccordionRecipe>;
7
7
  export declare const AccordionItem: StyledComponent<ForwardRefExoticComponent<ArkAccordion.ItemProps & RefAttributes<HTMLDivElement>>, {}>;
@@ -1,4 +1,4 @@
1
- import { type CheckboxRootProps } from '@ark-ui/react/checkbox';
1
+ import { type CheckboxRootProps } from '@ark-ui/react';
2
2
  import { ForwardRefExoticComponent, RefAttributes, type ReactNode } from 'react';
3
3
  import { type CheckboxVariantProps } from '@stokelp/styled-system/recipes';
4
4
  import type { Assign, JsxStyleProps } from '@stokelp/styled-system/types';
@@ -2,7 +2,7 @@ import { StyledComponent } from '@stokelp/styled-system/jsx';
2
2
  import { DrawerRecipe } from '@stokelp/styled-system/recipes';
3
3
  import { JSX } from 'react/jsx-runtime';
4
4
  import { ComponentVariants } from '../../utils/slots';
5
- import { Dialog as ArkDrawer } from '@ark-ui/react/dialog';
5
+ import { Dialog as ArkDrawer } from '@ark-ui/react';
6
6
  import { ForwardRefExoticComponent, DetailedHTMLProps, HTMLAttributes, RefObject, RefAttributes, ComponentProps } from 'react';
7
7
  export declare const Drawer: ComponentVariants<(props: ArkDrawer.RootProps) => JSX.Element, DrawerRecipe>;
8
8
  export declare const DrawerBody: StyledComponent<ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & {
@@ -1,5 +1,5 @@
1
1
  import type { FC } from 'react';
2
- import { type SelectRootProps } from '@ark-ui/react/select';
2
+ import { type SelectRootProps } from '@ark-ui/react';
3
3
  import { select } from '@stokelp/styled-system/recipes';
4
4
  import { HTMLStyledProps, RecipeVariantProps } from '@stokelp/styled-system/types';
5
5
  export type SelectItem = {
@@ -1,4 +1,4 @@
1
- import { type SwitchRootProps } from '@ark-ui/react/switch';
1
+ import { type SwitchRootProps } from '@ark-ui/react';
2
2
  import { type SwitchRecipeVariantProps } from '@stokelp/styled-system/recipes';
3
3
  import type { Assign, JsxStyleProps } from '@stokelp/styled-system/types';
4
4
  import { ForwardRefExoticComponent, RefAttributes, type ReactNode } from 'react';
@@ -1,7 +1,7 @@
1
1
  import { TabsRecipe } from '@stokelp/styled-system/recipes';
2
2
  import { StyledComponent } from '@stokelp/styled-system/jsx';
3
3
  import { ComponentVariants } from '../../utils/slots.tsx';
4
- import { Tabs as ArkTab } from '@ark-ui/react/tabs';
4
+ import { Tabs as ArkTab } from '@ark-ui/react';
5
5
  import { ForwardRefExoticComponent, RefAttributes, ComponentProps } from 'react';
6
6
  export declare const Tabs: ComponentVariants<StyledComponent<ForwardRefExoticComponent<ArkTab.RootProps & RefAttributes<HTMLDivElement>>, {}>, TabsRecipe>;
7
7
  export declare const TabsContent: StyledComponent<ForwardRefExoticComponent<ArkTab.ContentProps & RefAttributes<HTMLDivElement>>, {}>;