@kwantis-id3/frontend-library 0.18.2 → 0.19.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/README.md +11 -4
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/{TextField/TextField.d.ts → InputField/InputField.d.ts} +4 -2
- package/dist/esm/types/components/InputField/index.d.ts +1 -0
- package/dist/esm/types/components/index.d.ts +1 -1
- package/dist/index.d.ts +5 -3
- package/package.json +1 -1
- package/dist/esm/types/components/TextField/index.d.ts +0 -1
- /package/dist/esm/types/components/{TextField/StyledTextField.d.ts → InputField/StyledInputField.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -37,7 +37,14 @@ At the moment, the library contains the following components:
|
|
|
37
37
|
- Button
|
|
38
38
|
- Select (both single and multi)
|
|
39
39
|
- Slider
|
|
40
|
-
-
|
|
40
|
+
- InputField, can be used as
|
|
41
|
+
- Datepicker
|
|
42
|
+
- Timepicker
|
|
43
|
+
- Datetimepicker
|
|
44
|
+
- TextField
|
|
45
|
+
- NumberField
|
|
46
|
+
- Text alternatives (email, password, url, tel, etc.)
|
|
47
|
+
|
|
41
48
|
- Multilevel Dropdown
|
|
42
49
|
- Modal
|
|
43
50
|
|
|
@@ -45,9 +52,9 @@ The following are under development or on our roadmap in no particular order:
|
|
|
45
52
|
- Label
|
|
46
53
|
- Checkbox
|
|
47
54
|
- Radio
|
|
48
|
-
- Datepicker
|
|
49
|
-
- Timepicker
|
|
50
|
-
- Datetimepicker
|
|
55
|
+
- ~~Datepicker~~ (supported by InputField)
|
|
56
|
+
- ~~Timepicker~~ (supported by InputField)
|
|
57
|
+
- ~~Datetimepicker~~ (supported by InputField)
|
|
51
58
|
- Table
|
|
52
59
|
- Tabs
|
|
53
60
|
|