@saas-ui/react 3.0.0-alpha.18 → 3.0.0-alpha.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,10 @@
1
+ import { SlotRecipeProps as SlotRecipeProps$1, RecipeProps as RecipeProps$1, RecipeDefinition } from '@chakra-ui/react';
2
+
3
+ type RecipeProps<T, DefaultRecipe> = RecipeProps$1<T> extends {
4
+ recipe?: RecipeDefinition;
5
+ } ? RecipeProps$1<T> & DefaultRecipe : RecipeProps$1<T>;
6
+ type SlotRecipeProps<T, DefaultSlotRecipe> = SlotRecipeProps$1<T> extends {
7
+ variant?: any;
8
+ } ? SlotRecipeProps$1<T> : SlotRecipeProps$1<T> & DefaultSlotRecipe;
9
+
10
+ export type { RecipeProps as R, SlotRecipeProps as S };
@@ -0,0 +1,10 @@
1
+ import { SlotRecipeProps as SlotRecipeProps$1, RecipeProps as RecipeProps$1, RecipeDefinition } from '@chakra-ui/react';
2
+
3
+ type RecipeProps<T, DefaultRecipe> = RecipeProps$1<T> extends {
4
+ recipe?: RecipeDefinition;
5
+ } ? RecipeProps$1<T> & DefaultRecipe : RecipeProps$1<T>;
6
+ type SlotRecipeProps<T, DefaultSlotRecipe> = SlotRecipeProps$1<T> extends {
7
+ variant?: any;
8
+ } ? SlotRecipeProps$1<T> : SlotRecipeProps$1<T> & DefaultSlotRecipe;
9
+
10
+ export type { RecipeProps as R, SlotRecipeProps as S };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "3.0.0-alpha.18",
3
+ "version": "3.0.0-alpha.19",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "type": "module",
6
6
  "exports": {