@coorpacademy/components 11.18.4-alpha.5 → 11.18.4-alpha.8

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.
@@ -224,6 +224,8 @@
224
224
 
225
225
  .lockIcon {
226
226
  width: 48px;
227
+ min-width: 48px;
228
+ min-height: 48px;
227
229
  background-color: negative_100;
228
230
  align-self: center;
229
231
  border-radius: 16px;
@@ -153,8 +153,11 @@
153
153
 
154
154
  .lockIcon {
155
155
  height: 48px;
156
+ width: 48px;
156
157
  background-color: negative_100;
157
158
  border-radius: 16px;
159
+ min-width: 48px;
160
+ min-height: 48px;
158
161
  color: cm_negative_200;
159
162
  }
160
163
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  .popinWithCards {
54
54
  position: relative;
55
- z-index: 5;
55
+ z-index: 6;
56
56
  }
57
57
 
58
58
  @media mobile {
@@ -224,6 +224,8 @@
224
224
 
225
225
  .lockIcon {
226
226
  width: 48px;
227
+ min-width: 48px;
228
+ min-height: 48px;
227
229
  background-color: negative_100;
228
230
  align-self: center;
229
231
  border-radius: 16px;
@@ -153,8 +153,11 @@
153
153
 
154
154
  .lockIcon {
155
155
  height: 48px;
156
+ width: 48px;
156
157
  background-color: negative_100;
157
158
  border-radius: 16px;
159
+ min-width: 48px;
160
+ min-height: 48px;
158
161
  color: cm_negative_200;
159
162
  }
160
163
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  .popinWithCards {
54
54
  position: relative;
55
- z-index: 5;
55
+ z-index: 6;
56
56
  }
57
57
 
58
58
  @media mobile {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.18.4-alpha.5+c657dfd89",
3
+ "version": "11.18.4-alpha.8+1bc9dd8fc",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -56,7 +56,7 @@
56
56
  "Soualmi Djamel <djamel.soualmi@coorpacademy.com>"
57
57
  ],
58
58
  "dependencies": {
59
- "@coorpacademy/nova-icons": "4.3.1-alpha.41+c657dfd89",
59
+ "@coorpacademy/nova-icons": "4.3.1-alpha.44+1bc9dd8fc",
60
60
  "@coorpacademy/react-native-animation": "1.0.3",
61
61
  "@jwplayer/jwplayer-react": "^1.1.0",
62
62
  "@types/react": "^17.0.50",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "c657dfd8909b852fa82892f828dd44a3995bf2ac"
171
+ "gitHead": "1bc9dd8fca4a9734a4dadfb48766ce8c37f53433"
172
172
  }