@coorpacademy/components 11.19.2-alpha.14 → 11.19.2-alpha.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.
@@ -206,7 +206,7 @@
206
206
 
207
207
  .lockWrapper:hover span {
208
208
  font-weight: 600;
209
- width: 174px;
209
+ width: 185px;
210
210
  }
211
211
 
212
212
  .lockContent {
@@ -158,7 +158,7 @@
158
158
 
159
159
  .popinItems .headerContent {
160
160
  padding: 24px;
161
- width: 612px;
161
+ width: 100%;
162
162
  }
163
163
 
164
164
  .popinItems .popinHeader button {
@@ -166,7 +166,6 @@
166
166
  margin-right: 12px;
167
167
  }
168
168
 
169
-
170
169
  .lockIcon {
171
170
  height: 48px;
172
171
  width: 48px;
@@ -206,7 +206,7 @@
206
206
 
207
207
  .lockWrapper:hover span {
208
208
  font-weight: 600;
209
- width: 174px;
209
+ width: 185px;
210
210
  }
211
211
 
212
212
  .lockContent {
@@ -158,7 +158,7 @@
158
158
 
159
159
  .popinItems .headerContent {
160
160
  padding: 24px;
161
- width: 612px;
161
+ width: 100%;
162
162
  }
163
163
 
164
164
  .popinItems .popinHeader button {
@@ -166,7 +166,6 @@
166
166
  margin-right: 12px;
167
167
  }
168
168
 
169
-
170
169
  .lockIcon {
171
170
  height: 48px;
172
171
  width: 48px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.19.2-alpha.14+8f59eb9f6",
3
+ "version": "11.19.2-alpha.16+652c98176",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -168,5 +168,5 @@
168
168
  "last 2 versions",
169
169
  "IE 11"
170
170
  ],
171
- "gitHead": "8f59eb9f6000d1e54fd5f38827193fddc030f905"
171
+ "gitHead": "652c981760d5c0df2ab483ae78fece23047d80c2"
172
172
  }