@coorpacademy/components 10.22.15 → 10.22.16

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.
@@ -175,7 +175,7 @@
175
175
  position: fixed;
176
176
  bottom: 32px;
177
177
  left: 32px;
178
- z-index: 2;
178
+ z-index: 5;
179
179
  }
180
180
  .cookieTitle {
181
181
  font-family: "Gilroy";
@@ -175,7 +175,7 @@
175
175
  position: fixed;
176
176
  bottom: 32px;
177
177
  left: 32px;
178
- z-index: 2;
178
+ z-index: 5;
179
179
  }
180
180
  .cookieTitle {
181
181
  font-family: "Gilroy";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.22.15",
3
+ "version": "10.22.16",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -139,5 +139,5 @@
139
139
  "webpack": "^4.43.0"
140
140
  },
141
141
  "author": "CoorpAcademy",
142
- "gitHead": "c1783083ab70ca3ccbeebb029a521470457212c8"
142
+ "gitHead": "c060dbe987664394284b360e07f37d0344e6d2b4"
143
143
  }