@bitrise/bitkit-v2 0.3.44 → 0.3.45

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,4 +1,2 @@
1
- import { RecipeDefinition, SystemStyleObject } from '@chakra-ui/react';
2
- export declare const inputConfig: RecipeDefinition<Record<'size', Record<'md' | 'lg', SystemStyleObject>>>;
3
- declare const input: RecipeDefinition<Record<"size", Record<"md" | "lg", SystemStyleObject>>>;
1
+ declare const input: import('@chakra-ui/react').RecipeDefinition<Record<"size", Record<"md" | "lg", import('@chakra-ui/react').SystemStyleObject>>>;
4
2
  export default input;
@@ -0,0 +1,4 @@
1
+ import { SystemStyleObject } from '@chakra-ui/react';
2
+ export declare const base: SystemStyleObject;
3
+ export declare const variants: Record<'size', Record<'md' | 'lg', SystemStyleObject>>;
4
+ export declare const defaultVariants: Record<'size', 'md' | 'lg'>;
@@ -0,0 +1,2 @@
1
+ declare const textarea: import('@chakra-ui/react').RecipeDefinition<Record<"size", Record<"md" | "lg", import('@chakra-ui/react').SystemStyleObject>>>;
2
+ export default textarea;
@@ -49,5 +49,6 @@ declare const recipes: {
49
49
  };
50
50
  };
51
51
  }>;
52
+ textarea: import('@chakra-ui/react').RecipeDefinition<Record<"size", Record<"md" | "lg", import('@chakra-ui/react').SystemStyleObject>>>;
52
53
  };
53
54
  export default recipes;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit-v2",
3
3
  "private": false,
4
- "version": "0.3.44",
4
+ "version": "0.3.45",
5
5
  "description": "Bitrise Design System Components built with Chakra UI v3",
6
6
  "keywords": [
7
7
  "react",