Skip to content

Commit 541ad96

Browse files
committed
Update api docs files
1 parent cebae6c commit 541ad96

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

src/components/chipsInput/chipsInput.api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ChipsInput",
3-
"category": "incubator",
3+
"category": "form",
44
"description": "A chips input",
5-
"extends": ["Incubator/TextField"],
5+
"extends": ["form/TextField"],
66
"modifiers": ["margin", "color", "typography"],
77
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/incubatorScreens/IncubatorChipsInputScreen.tsx",
88
"images": [],

src/components/dateTimePicker/dateTimePicker.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"category": "form",
44
"description": "Date and Time Picker Component that wraps RNDateTimePicker for date and time modes. See: https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker",
55
"note": "DateTimePicker uses a native library. You MUST add and link the native library to both iOS and Android projects",
6-
"extends": ["incubator/TextField"],
6+
"extends": ["form/TextField"],
77
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/DateTimePickerScreen.tsx",
88
"images": [
99
"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/DateTimePicker/DateTimePicker_iOS.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/DateTimePicker/DateTimePicker_Android.gif?raw=true"

src/components/numberInput/numberInput.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"category": "form",
44
"description": "Number Input to create an input with a formatted number",
55
"note": "This requires RN67 to work on Android.",
6-
"extends": ["incubator/TextField"],
6+
"extends": ["form/TextField"],
77
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/NumberInputScreen.tsx",
88
"props": [
99
{

src/components/textField/textField.api.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/incubator/TextField/textField.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TextField",
3-
"category": "incubator",
3+
"category": "form",
44
"description": "An enhanced customizable TextField with validation support",
55
"extends": ["TextInput"],
66
"extendsLink": ["https://reactnative.dev/docs/textinput"],

0 commit comments

Comments
 (0)