@kyle-test/zto-react-kit 0.0.0-alpha.5 → 0.0.0-alpha.7
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/{build/default → dist}/components/Badge/index.d.ts +2 -2
- package/{build/twPrefix → dist}/components/Breadcrumb/index.d.ts +1 -1
- package/{build/default → dist}/components/Form/Group/index.d.ts +1 -1
- package/{build/twPrefix → dist}/components/Form/Input/index.d.ts +3 -3
- package/{build/twPrefix → dist}/components/Form/NumberInput/index.d.ts +1 -1
- package/{build/default → dist}/components/Form/Select/index.d.ts +2 -1
- package/{build/twPrefix → dist}/components/Form/Textarea/index.d.ts +3 -3
- package/{build/default → dist}/components/IconButton/index.d.ts +1 -1
- package/{build/twPrefix → dist}/components/WithTooltip/index.d.ts +1 -1
- package/{build/twPrefix → dist}/components/shadcn/button.d.ts +2 -2
- package/dist/components/shadcn/collapsible.d.ts +5 -0
- package/{build/default → dist}/components/shadcn/form.d.ts +4 -4
- package/dist/components/shadcn/input.d.ts +4 -0
- package/{build/twPrefix → dist}/components/shadcn/label.d.ts +2 -2
- package/{build/twPrefix → dist}/components/shadcn/sheet.d.ts +2 -2
- package/{build/default → dist}/components/shadcn/sidebar.d.ts +4 -4
- package/{build/twPrefix → dist}/components/shadcn/textarea.d.ts +1 -1
- package/{build/twPrefix → dist}/components/shadcn/tooltip.d.ts +2 -2
- package/{build/default → dist}/components/shadcn/utils.d.ts +1 -1
- package/{build/default → dist}/index.d.ts +1 -0
- package/dist/noprefix/index.js +13540 -0
- package/dist/noprefix/style.css +1 -0
- package/{build/default → dist/prefix}/index.js +5015 -5020
- package/dist/prefix/style.css +1 -0
- package/{build/default → dist}/utils/context.d.ts +1 -1
- package/package.json +12 -11
- package/build/default/components/Breadcrumb/index.d.ts +0 -15
- package/build/default/components/Form/Input/index.d.ts +0 -14
- package/build/default/components/Form/NumberInput/index.d.ts +0 -28
- package/build/default/components/Form/Textarea/index.d.ts +0 -12
- package/build/default/components/WithTooltip/index.d.ts +0 -42
- package/build/default/components/shadcn/button.d.ts +0 -12
- package/build/default/components/shadcn/collapsible.d.ts +0 -5
- package/build/default/components/shadcn/input.d.ts +0 -4
- package/build/default/components/shadcn/label.d.ts +0 -5
- package/build/default/components/shadcn/sheet.d.ts +0 -30
- package/build/default/components/shadcn/textarea.d.ts +0 -11
- package/build/default/components/shadcn/tooltip.d.ts +0 -12
- package/build/default/utils/styles.d.ts +0 -1
- package/build/shared/style.css +0 -2
- package/build/twPrefix/components/Badge/index.d.ts +0 -12
- package/build/twPrefix/components/Button/index.d.ts +0 -11
- package/build/twPrefix/components/CenterLoading/index.d.ts +0 -9
- package/build/twPrefix/components/Form/Group/index.d.ts +0 -11
- package/build/twPrefix/components/Form/Label/index.d.ts +0 -1
- package/build/twPrefix/components/Form/Select/index.d.ts +0 -10
- package/build/twPrefix/components/Form/index.d.ts +0 -7
- package/build/twPrefix/components/IconButton/index.d.ts +0 -8
- package/build/twPrefix/components/Loader/index.d.ts +0 -8
- package/build/twPrefix/components/TruncateText/index.d.ts +0 -7
- package/build/twPrefix/components/WithIcon/index.d.ts +0 -7
- package/build/twPrefix/components/WithLabel/index.d.ts +0 -7
- package/build/twPrefix/components/index.d.ts +0 -11
- package/build/twPrefix/components/shadcn/accordion.d.ts +0 -9
- package/build/twPrefix/components/shadcn/avatar.d.ts +0 -6
- package/build/twPrefix/components/shadcn/breadcrumb.d.ts +0 -15
- package/build/twPrefix/components/shadcn/checkbox.d.ts +0 -4
- package/build/twPrefix/components/shadcn/collapsible.d.ts +0 -5
- package/build/twPrefix/components/shadcn/dialog.d.ts +0 -25
- package/build/twPrefix/components/shadcn/dropdown-menu.d.ts +0 -27
- package/build/twPrefix/components/shadcn/form.d.ts +0 -25
- package/build/twPrefix/components/shadcn/input.d.ts +0 -4
- package/build/twPrefix/components/shadcn/popover.d.ts +0 -6
- package/build/twPrefix/components/shadcn/radio-group.d.ts +0 -5
- package/build/twPrefix/components/shadcn/scroll-area.d.ts +0 -5
- package/build/twPrefix/components/shadcn/select.d.ts +0 -13
- package/build/twPrefix/components/shadcn/separator.d.ts +0 -4
- package/build/twPrefix/components/shadcn/sidebar.d.ts +0 -67
- package/build/twPrefix/components/shadcn/skeleton.d.ts +0 -2
- package/build/twPrefix/components/shadcn/slider.d.ts +0 -4
- package/build/twPrefix/components/shadcn/switch.d.ts +0 -4
- package/build/twPrefix/components/shadcn/tabs.d.ts +0 -7
- package/build/twPrefix/components/shadcn/utils.d.ts +0 -2
- package/build/twPrefix/hooks/useIsMobile.d.ts +0 -1
- package/build/twPrefix/hooks/useMergeRefs.d.ts +0 -6
- package/build/twPrefix/index.d.ts +0 -4
- package/build/twPrefix/index.js +0 -13557
- package/build/twPrefix/utils/context.d.ts +0 -6
- package/build/twPrefix/utils/styles.d.ts +0 -1
- /package/{build/default → dist}/components/Button/index.d.ts +0 -0
- /package/{build/default → dist}/components/CenterLoading/index.d.ts +0 -0
- /package/{build/default → dist}/components/Form/Label/index.d.ts +0 -0
- /package/{build/default → dist}/components/Form/index.d.ts +0 -0
- /package/{build/default → dist}/components/Loader/index.d.ts +0 -0
- /package/{build/default → dist}/components/TruncateText/index.d.ts +0 -0
- /package/{build/default → dist}/components/WithIcon/index.d.ts +0 -0
- /package/{build/default → dist}/components/WithLabel/index.d.ts +0 -0
- /package/{build/default → dist}/components/index.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/accordion.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/avatar.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/breadcrumb.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/checkbox.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/dialog.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/dropdown-menu.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/popover.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/radio-group.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/scroll-area.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/select.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/separator.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/skeleton.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/slider.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/switch.d.ts +0 -0
- /package/{build/default → dist}/components/shadcn/tabs.d.ts +0 -0
- /package/{build/default → dist}/hooks/useIsMobile.d.ts +0 -0
- /package/{build/default → dist}/hooks/useMergeRefs.d.ts +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* A helper to create a Context and Provider with no upfront default value, and
|
|
4
|
-
* without having to check for undefined all the time.
|
|
5
|
-
*/
|
|
6
|
-
export declare function createContext<A>(): readonly [() => A & ({} | null), React.Context<A | undefined>];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function tw(strings: TemplateStringsArray): string;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|