react-asc 26.3.3 → 26.4.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +44 -52
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "26.3.3",
3
+ "version": "26.4.0",
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
 
@@ -23,14 +23,6 @@ react-asc interactive showcase with code snippets [link](https://react-asc.oardi
23
23
  @use 'react-asc/react-asc.scss';
24
24
  ```
25
25
 
26
- ### optional - include modern-normalize
27
-
28
- `npm install modern-normalize`
29
-
30
- ```scss
31
- @use 'react-asc/react-asc.scss';
32
- ```
33
-
34
26
  ### Usage
35
27
 
36
28
  ```js
@@ -46,48 +38,48 @@ react-asc provides built-in ts definition
46
38
 
47
39
  ## Included Components
48
40
 
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
41
+ - Alert (beta)
42
+ - AppBar
43
+ - AutoComplete (beta)
44
+ - Backdrop
45
+ - Badge
46
+ - Breadcrumb
47
+ - Button
48
+ - ButtonGroup
49
+ - Card
50
+ - Checkbox
51
+ - Chip
52
+ - CssTransition
53
+ - ConditionalWrapper
54
+ - DateSelect
55
+ - Drawer
56
+ - ExpansionPanel
57
+ - FileInput
58
+ - FloatingActionButton
59
+ - Form (beta)
60
+ - Grid
61
+ - Icon
62
+ - IconButton
63
+ - Link
64
+ - List
65
+ - LoadingIndicator
66
+ - Menu
67
+ - Modal + ModalService
68
+ - NumberSelect
69
+ Portal
70
+ - Select
71
+ - Sidebar
72
+ - Skeleton (Avatar, Image, Text, SkeletonFooter)
73
+ - Snackbar + SnackbarService
74
+ - SpeedDial
75
+ - Stepper (beta)
76
+ - Table (beta)
77
+ - Tabs
78
+ - Textarea
79
+ - TimeSelect
80
+ - Tooltip
81
+ - TreeView (beta)
82
+ - Typography
91
83
 
92
84
  ## Credit
93
85