react-asc 23.5.2 → 23.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "23.5.2",
3
+ "version": "23.7.0",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
package/react-asc.scss CHANGED
@@ -248,6 +248,10 @@
248
248
  color: var(--muted);
249
249
  }
250
250
 
251
+ .flex-1 {
252
+ flex: 1;
253
+ }
254
+
251
255
  .d-flex {
252
256
  display: flex !important;
253
257
  }
@@ -288,8 +292,6 @@
288
292
  height: 100%;
289
293
  }
290
294
 
291
-
292
-
293
295
  .text-center {
294
296
  text-align: center;
295
297
  }
package/readme.md CHANGED
@@ -69,8 +69,10 @@ react-asc provides built-in ts definition
69
69
  - Menu
70
70
  - Modal + ModalService
71
71
  - NumberSelect
72
+ Portal
72
73
  - Select
73
74
  - Sidebar
75
+ - Skeleton (Avatar, Image, Text, SkeletonFooter)
74
76
  - Snackbar + SnackbarService
75
77
  - SpeedDial
76
78
  - Stepper (beta)