react-asc 23.7.2 → 25.0.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.7.2",
3
+ "version": "25.0.0",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
@@ -9,10 +9,10 @@
9
9
  "homepage": "https://react-asc.netlify.app",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
- "@popperjs/core": "2.9.2",
13
- "react": "17.0.2",
14
- "react-dom": "17.0.2",
15
- "modern-normalize": "^1.1.0"
12
+ "@popperjs/core": "2.11.5",
13
+ "react": "18.2.0",
14
+ "react-dom": "18.2.0",
15
+ "modern-normalize": "1.1.0"
16
16
  },
17
17
  "scripts": {
18
18
  "pub": "npm publish --access public"
package/react-asc.scss CHANGED
@@ -54,6 +54,8 @@
54
54
  --shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14),
55
55
  0px 1px 5px 0px rgba(0, 0, 0, 0.12);
56
56
 
57
+ --sadowColor: rgba(0, 0, 0, 0.12);
58
+
57
59
  --muted: #6c757d !important;
58
60
  }
59
61