@coorpacademy/components 10.22.19 → 10.22.22

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: 5;
178
+ z-index: 1000;
179
179
  }
180
180
  .cookieTitle {
181
181
  font-family: "Gilroy";
@@ -185,7 +185,6 @@
185
185
  line-height: 32px;
186
186
  color: white;
187
187
  padding-left: 16px;
188
- width: 60%;
189
188
  }
190
189
  .cookieIcon {
191
190
  height: 20px;
@@ -175,7 +175,7 @@
175
175
  position: fixed;
176
176
  bottom: 32px;
177
177
  left: 32px;
178
- z-index: 5;
178
+ z-index: 1000;
179
179
  }
180
180
  .cookieTitle {
181
181
  font-family: "Gilroy";
@@ -185,7 +185,6 @@
185
185
  line-height: 32px;
186
186
  color: white;
187
187
  padding-left: 16px;
188
- width: 60%;
189
188
  }
190
189
  .cookieIcon {
191
190
  height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.22.19",
3
+ "version": "10.22.22",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -51,7 +51,7 @@
51
51
  "Soualmi Djamel <djamel.soualmi@coorpacademy.com>"
52
52
  ],
53
53
  "dependencies": {
54
- "@coorpacademy/nova-icons": "3.11.8",
54
+ "@coorpacademy/nova-icons": "3.11.10",
55
55
  "@types/react": "^17.0.47",
56
56
  "@types/react-dom": "^17.0.17",
57
57
  "autoprefixer": "^9.8.0",
@@ -139,5 +139,5 @@
139
139
  "webpack": "^4.43.0"
140
140
  },
141
141
  "author": "CoorpAcademy",
142
- "gitHead": "0a46b77df8a358538d52121666f2dc3a8f1e22c5"
142
+ "gitHead": "6eca157ba8c342a0d345a7d303166b43e4a9792a"
143
143
  }