@coorpacademy/components 11.32.42-alpha.6 → 11.32.42-alpha.7

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.
@@ -7,6 +7,7 @@
7
7
  @value cm_grey_200 from colors;
8
8
  @value cm_grey_400 from colors;
9
9
  @value cm_grey_500 from colors;
10
+ @value white from colors;
10
11
 
11
12
  .container {
12
13
  font-family: "Gilroy";
@@ -14,6 +15,7 @@
14
15
  max-width: 1080px;
15
16
  margin: auto;
16
17
  margin-top: 48px;
18
+ background-color: white;
17
19
  }
18
20
 
19
21
  .sortSection {
@@ -7,6 +7,7 @@
7
7
  @value cm_grey_200 from colors;
8
8
  @value cm_grey_400 from colors;
9
9
  @value cm_grey_500 from colors;
10
+ @value white from colors;
10
11
 
11
12
  .container {
12
13
  font-family: "Gilroy";
@@ -14,6 +15,7 @@
14
15
  max-width: 1080px;
15
16
  margin: auto;
16
17
  margin-top: 48px;
18
+ background-color: white;
17
19
  }
18
20
 
19
21
  .sortSection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.32.42-alpha.6+10dbf6b72",
3
+ "version": "11.32.42-alpha.7+76a42ce28",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -178,5 +178,5 @@
178
178
  "last 2 versions",
179
179
  "IE 11"
180
180
  ],
181
- "gitHead": "10dbf6b72a612e6ee42d2c5ec7a5980e8505f9bf"
181
+ "gitHead": "76a42ce2861f716ac6e86ff7da573d529d42b76e"
182
182
  }