react-asc 18.3.4 → 18.5.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": "18.3.4",
3
+ "version": "18.5.0",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
package/react-asc.scss CHANGED
@@ -161,7 +161,7 @@
161
161
  --bodyBg: #f8f9fa;
162
162
  --bodyColor: #212529;
163
163
 
164
- --borderRadius: 0.25rem;
164
+ --borderRadius: 5px;
165
165
  --shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
166
166
 
167
167
  --buttonMinWidth: 62px;