react-asc 19.0.4 → 20.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": "19.0.4",
3
+ "version": "20.0.0",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
@@ -12,7 +12,8 @@
12
12
  "@popperjs/core": "2.9.2",
13
13
  "bootstrap": "5.1.3",
14
14
  "react": "17.0.2",
15
- "react-dom": "17.0.2"
15
+ "react-dom": "17.0.2",
16
+ "modern-normalize": "^1.1.0"
16
17
  },
17
18
  "scripts": {
18
19
  "pub": "npm publish --access public"
package/react-asc.scss CHANGED
@@ -6,10 +6,10 @@
6
6
  --primary-highlight: #d6dbf7;
7
7
 
8
8
  --secondary-light: #e5e7eb;
9
- --secondary: #dfe1e6;
9
+ --secondary: #8f8f8f;
10
10
  --secondary-dark: #9c9da1;
11
11
  --secondary-contrast-text: #fff;
12
- --secondary-highlight: rgb(232, 234, 250);
12
+ --secondary-highlight: rgb(233, 233, 233);
13
13
 
14
14
  --accent-light: #fd96b8;
15
15
  --accent: #ff4081;
@@ -42,12 +42,15 @@
42
42
  --buttonMinWidth: 62px;
43
43
  --buttonPadding: 11px 15px;
44
44
 
45
- --fontFamily: "Segoe UI", "Roboto", "Helvetica Neue", "Arial";
45
+ --fontFamily: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
46
46
  --fontSize: 16px;
47
+ --fontWeight: 400;
47
48
 
48
49
  --highlight: rgba(204, 216, 224, 0.2); // ???
49
50
 
50
51
  --breakpointMd: 768px;
52
+
53
+ --bodyLineHeight: 1.5;
51
54
  }
52
55
 
53
56
  .input-group-append {