@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.
Files changed (105) hide show
  1. package/{build/default → dist}/components/Badge/index.d.ts +2 -2
  2. package/{build/twPrefix → dist}/components/Breadcrumb/index.d.ts +1 -1
  3. package/{build/default → dist}/components/Form/Group/index.d.ts +1 -1
  4. package/{build/twPrefix → dist}/components/Form/Input/index.d.ts +3 -3
  5. package/{build/twPrefix → dist}/components/Form/NumberInput/index.d.ts +1 -1
  6. package/{build/default → dist}/components/Form/Select/index.d.ts +2 -1
  7. package/{build/twPrefix → dist}/components/Form/Textarea/index.d.ts +3 -3
  8. package/{build/default → dist}/components/IconButton/index.d.ts +1 -1
  9. package/{build/twPrefix → dist}/components/WithTooltip/index.d.ts +1 -1
  10. package/{build/twPrefix → dist}/components/shadcn/button.d.ts +2 -2
  11. package/dist/components/shadcn/collapsible.d.ts +5 -0
  12. package/{build/default → dist}/components/shadcn/form.d.ts +4 -4
  13. package/dist/components/shadcn/input.d.ts +4 -0
  14. package/{build/twPrefix → dist}/components/shadcn/label.d.ts +2 -2
  15. package/{build/twPrefix → dist}/components/shadcn/sheet.d.ts +2 -2
  16. package/{build/default → dist}/components/shadcn/sidebar.d.ts +4 -4
  17. package/{build/twPrefix → dist}/components/shadcn/textarea.d.ts +1 -1
  18. package/{build/twPrefix → dist}/components/shadcn/tooltip.d.ts +2 -2
  19. package/{build/default → dist}/components/shadcn/utils.d.ts +1 -1
  20. package/{build/default → dist}/index.d.ts +1 -0
  21. package/dist/noprefix/index.js +13540 -0
  22. package/dist/noprefix/style.css +1 -0
  23. package/{build/default → dist/prefix}/index.js +5015 -5020
  24. package/dist/prefix/style.css +1 -0
  25. package/{build/default → dist}/utils/context.d.ts +1 -1
  26. package/package.json +12 -11
  27. package/build/default/components/Breadcrumb/index.d.ts +0 -15
  28. package/build/default/components/Form/Input/index.d.ts +0 -14
  29. package/build/default/components/Form/NumberInput/index.d.ts +0 -28
  30. package/build/default/components/Form/Textarea/index.d.ts +0 -12
  31. package/build/default/components/WithTooltip/index.d.ts +0 -42
  32. package/build/default/components/shadcn/button.d.ts +0 -12
  33. package/build/default/components/shadcn/collapsible.d.ts +0 -5
  34. package/build/default/components/shadcn/input.d.ts +0 -4
  35. package/build/default/components/shadcn/label.d.ts +0 -5
  36. package/build/default/components/shadcn/sheet.d.ts +0 -30
  37. package/build/default/components/shadcn/textarea.d.ts +0 -11
  38. package/build/default/components/shadcn/tooltip.d.ts +0 -12
  39. package/build/default/utils/styles.d.ts +0 -1
  40. package/build/shared/style.css +0 -2
  41. package/build/twPrefix/components/Badge/index.d.ts +0 -12
  42. package/build/twPrefix/components/Button/index.d.ts +0 -11
  43. package/build/twPrefix/components/CenterLoading/index.d.ts +0 -9
  44. package/build/twPrefix/components/Form/Group/index.d.ts +0 -11
  45. package/build/twPrefix/components/Form/Label/index.d.ts +0 -1
  46. package/build/twPrefix/components/Form/Select/index.d.ts +0 -10
  47. package/build/twPrefix/components/Form/index.d.ts +0 -7
  48. package/build/twPrefix/components/IconButton/index.d.ts +0 -8
  49. package/build/twPrefix/components/Loader/index.d.ts +0 -8
  50. package/build/twPrefix/components/TruncateText/index.d.ts +0 -7
  51. package/build/twPrefix/components/WithIcon/index.d.ts +0 -7
  52. package/build/twPrefix/components/WithLabel/index.d.ts +0 -7
  53. package/build/twPrefix/components/index.d.ts +0 -11
  54. package/build/twPrefix/components/shadcn/accordion.d.ts +0 -9
  55. package/build/twPrefix/components/shadcn/avatar.d.ts +0 -6
  56. package/build/twPrefix/components/shadcn/breadcrumb.d.ts +0 -15
  57. package/build/twPrefix/components/shadcn/checkbox.d.ts +0 -4
  58. package/build/twPrefix/components/shadcn/collapsible.d.ts +0 -5
  59. package/build/twPrefix/components/shadcn/dialog.d.ts +0 -25
  60. package/build/twPrefix/components/shadcn/dropdown-menu.d.ts +0 -27
  61. package/build/twPrefix/components/shadcn/form.d.ts +0 -25
  62. package/build/twPrefix/components/shadcn/input.d.ts +0 -4
  63. package/build/twPrefix/components/shadcn/popover.d.ts +0 -6
  64. package/build/twPrefix/components/shadcn/radio-group.d.ts +0 -5
  65. package/build/twPrefix/components/shadcn/scroll-area.d.ts +0 -5
  66. package/build/twPrefix/components/shadcn/select.d.ts +0 -13
  67. package/build/twPrefix/components/shadcn/separator.d.ts +0 -4
  68. package/build/twPrefix/components/shadcn/sidebar.d.ts +0 -67
  69. package/build/twPrefix/components/shadcn/skeleton.d.ts +0 -2
  70. package/build/twPrefix/components/shadcn/slider.d.ts +0 -4
  71. package/build/twPrefix/components/shadcn/switch.d.ts +0 -4
  72. package/build/twPrefix/components/shadcn/tabs.d.ts +0 -7
  73. package/build/twPrefix/components/shadcn/utils.d.ts +0 -2
  74. package/build/twPrefix/hooks/useIsMobile.d.ts +0 -1
  75. package/build/twPrefix/hooks/useMergeRefs.d.ts +0 -6
  76. package/build/twPrefix/index.d.ts +0 -4
  77. package/build/twPrefix/index.js +0 -13557
  78. package/build/twPrefix/utils/context.d.ts +0 -6
  79. package/build/twPrefix/utils/styles.d.ts +0 -1
  80. /package/{build/default → dist}/components/Button/index.d.ts +0 -0
  81. /package/{build/default → dist}/components/CenterLoading/index.d.ts +0 -0
  82. /package/{build/default → dist}/components/Form/Label/index.d.ts +0 -0
  83. /package/{build/default → dist}/components/Form/index.d.ts +0 -0
  84. /package/{build/default → dist}/components/Loader/index.d.ts +0 -0
  85. /package/{build/default → dist}/components/TruncateText/index.d.ts +0 -0
  86. /package/{build/default → dist}/components/WithIcon/index.d.ts +0 -0
  87. /package/{build/default → dist}/components/WithLabel/index.d.ts +0 -0
  88. /package/{build/default → dist}/components/index.d.ts +0 -0
  89. /package/{build/default → dist}/components/shadcn/accordion.d.ts +0 -0
  90. /package/{build/default → dist}/components/shadcn/avatar.d.ts +0 -0
  91. /package/{build/default → dist}/components/shadcn/breadcrumb.d.ts +0 -0
  92. /package/{build/default → dist}/components/shadcn/checkbox.d.ts +0 -0
  93. /package/{build/default → dist}/components/shadcn/dialog.d.ts +0 -0
  94. /package/{build/default → dist}/components/shadcn/dropdown-menu.d.ts +0 -0
  95. /package/{build/default → dist}/components/shadcn/popover.d.ts +0 -0
  96. /package/{build/default → dist}/components/shadcn/radio-group.d.ts +0 -0
  97. /package/{build/default → dist}/components/shadcn/scroll-area.d.ts +0 -0
  98. /package/{build/default → dist}/components/shadcn/select.d.ts +0 -0
  99. /package/{build/default → dist}/components/shadcn/separator.d.ts +0 -0
  100. /package/{build/default → dist}/components/shadcn/skeleton.d.ts +0 -0
  101. /package/{build/default → dist}/components/shadcn/slider.d.ts +0 -0
  102. /package/{build/default → dist}/components/shadcn/switch.d.ts +0 -0
  103. /package/{build/default → dist}/components/shadcn/tabs.d.ts +0 -0
  104. /package/{build/default → dist}/hooks/useIsMobile.d.ts +0 -0
  105. /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