react-asc 26.2.0 → 26.3.1

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": "26.2.0",
3
+ "version": "26.3.1",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.cjs.js",
6
6
  "module": "index.es.js",
package/readme.md CHANGED
@@ -8,8 +8,8 @@ react-asc interactive showcase with code snippets [link](https://react-asc.oardi
8
8
 
9
9
  ## Stackblitz Examples
10
10
 
11
- - react-asc and jsx [link](https://stackblitz.com/edit/react-asc-example-js)
12
- - react-asc and tsx [link](https://stackblitz.com/edit/react-asc-example-ts)
11
+ - react-asc and jsx [link](https://stackblitz.com/edit/react-asc-example-js)
12
+ - react-asc and tsx [link](https://stackblitz.com/edit/react-asc-example-ts)
13
13
 
14
14
  ## usage
15
15
 
@@ -46,48 +46,48 @@ react-asc provides built-in ts definition
46
46
 
47
47
  ## Included Components
48
48
 
49
- - Alert (beta)
50
- - AppBar
51
- - AutoComplete (beta)
52
- - Backdrop
53
- - Badge
54
- - Breadcrumb
55
- - Button
56
- - ButtonGroup
57
- - Card
58
- - Checkbox
59
- - Chip
60
- - CssTransition
61
- - ConditionalWrapper
62
- - DateSelect
63
- - Drawer
64
- - ExpansionPanel
65
- - FileInput
66
- - FloatingActionButton
67
- - Form (beta)
68
- - Grid
69
- - Icon
70
- - IconButton
71
- - Link
72
- - List
73
- - LoadingIndicator
74
- - Menu
75
- - Modal + ModalService
76
- - NumberSelect
77
- Portal
78
- - Select
79
- - Sidebar
80
- - Skeleton (Avatar, Image, Text, SkeletonFooter)
81
- - Snackbar + SnackbarService
82
- - SpeedDial
83
- - Stepper (beta)
84
- - Table (beta)
85
- - Tabs
86
- - Textarea
87
- - TimeSelect
88
- - Tooltip
89
- - TreeView (beta)
90
- - Typography
49
+ - Alert (beta)
50
+ - AppBar
51
+ - AutoComplete (beta)
52
+ - Backdrop
53
+ - Badge
54
+ - Breadcrumb
55
+ - Button
56
+ - ButtonGroup
57
+ - Card
58
+ - Checkbox
59
+ - Chip
60
+ - CssTransition
61
+ - ConditionalWrapper
62
+ - DateSelect
63
+ - Drawer
64
+ - ExpansionPanel
65
+ - FileInput
66
+ - FloatingActionButton
67
+ - Form (beta)
68
+ - Grid
69
+ - Icon
70
+ - IconButton
71
+ - Link
72
+ - List
73
+ - LoadingIndicator
74
+ - Menu
75
+ - Modal + ModalService
76
+ - NumberSelect
77
+ Portal
78
+ - Select
79
+ - Sidebar
80
+ - Skeleton (Avatar, Image, Text, SkeletonFooter)
81
+ - Snackbar + SnackbarService
82
+ - SpeedDial
83
+ - Stepper (beta)
84
+ - Table (beta)
85
+ - Tabs
86
+ - Textarea
87
+ - TimeSelect
88
+ - Tooltip
89
+ - TreeView (beta)
90
+ - Typography
91
91
 
92
92
  ## Credit
93
93