@bitrise/bitkit 13.128.0 → 13.129.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "13.128.0",
4
+ "version": "13.129.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -75,6 +75,7 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
75
75
  autoComplete,
76
76
  autoFocus,
77
77
  'data-testid': dataTestid,
78
+ defaultValue,
78
79
  errorText,
79
80
  helperText,
80
81
  infoText,
@@ -124,6 +125,7 @@ const Input = forwardRef<InputProps, 'div'>((props, ref) => {
124
125
  autoComplete,
125
126
  autoFocus,
126
127
  'data-testid': dataTestid,
128
+ defaultValue,
127
129
  max,
128
130
  maxLength,
129
131
  min,