react-asc 18.3.0 → 18.3.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "18.3.0",
3
+ "version": "18.3.4",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
package/readme.md CHANGED
@@ -41,8 +41,9 @@ const MyApp = () => {
41
41
 
42
42
  ## Included
43
43
 
44
+ - Alert (beta)
44
45
  - AppBar
45
- - AutoComplete (v1)
46
+ - AutoComplete (beta)
46
47
  - Backdrop
47
48
  - Badge
48
49
  - Button
@@ -57,7 +58,7 @@ const MyApp = () => {
57
58
  - ExpansionPanel
58
59
  - FileInput
59
60
  - FloatingActionButton
60
- - Form (v1)
61
+ - Form (beta)
61
62
  - Grid
62
63
  - Icon
63
64
  - IconButton
@@ -70,8 +71,8 @@ const MyApp = () => {
70
71
  - Select
71
72
  - Snackbar + SnackbarService
72
73
  - SpeedDial
73
- - Stepper
74
- - Table (v1)
74
+ - Stepper (beta)
75
+ - Table (beta)
75
76
  - Tabs
76
77
  - TimeSelect
77
78
  - Textarea