@coorpacademy/components 11.11.12 → 11.11.13-alpha.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.
@@ -11,6 +11,7 @@
11
11
  @value battle from colors;
12
12
  @value orangeAdd from colors;
13
13
  @value transparent from colors;
14
+ @value strong from "../../variables/fonts.css";
14
15
 
15
16
  .wrapper {
16
17
  min-height: 60px;
@@ -2,3 +2,7 @@
2
2
  font-family: "Gilroy";
3
3
  font-size: 14px;
4
4
  }
5
+
6
+ .strong {
7
+ font-weight: bold;
8
+ }
@@ -11,6 +11,7 @@
11
11
  @value battle from colors;
12
12
  @value orangeAdd from colors;
13
13
  @value transparent from colors;
14
+ @value strong from "../../variables/fonts.css";
14
15
 
15
16
  .wrapper {
16
17
  min-height: 60px;
@@ -2,3 +2,7 @@
2
2
  font-family: "Gilroy";
3
3
  font-size: 14px;
4
4
  }
5
+
6
+ .strong {
7
+ font-weight: bold;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.11.12",
3
+ "version": "11.11.13-alpha.0+6f178b06d6",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -165,5 +165,5 @@
165
165
  "last 2 versions",
166
166
  "IE 11"
167
167
  ],
168
- "gitHead": "2afbe5d4f14bab2fab7b02a6c81c7b81fe33ea45"
168
+ "gitHead": "6f178b06d62dc6b035f7bed110768e185d8e27fc"
169
169
  }