@coorpacademy/components 11.13.4 → 11.13.5

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.
@@ -165,6 +165,7 @@
165
165
  .innerHTML {
166
166
  composes: innerHTML from '../../../atom/label/style.css'
167
167
  }
168
+
168
169
  .hiddenCheckbox {
169
- opacity: 0;
170
+ display: none;
170
171
  }
@@ -165,6 +165,7 @@
165
165
  .innerHTML {
166
166
  composes: innerHTML from '../../../atom/label/style.css'
167
167
  }
168
+
168
169
  .hiddenCheckbox {
169
- opacity: 0;
170
+ display: none;
170
171
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "11.13.4",
3
+ "version": "11.13.5",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -166,5 +166,5 @@
166
166
  "last 2 versions",
167
167
  "IE 11"
168
168
  ],
169
- "gitHead": "b34004d19bb58f3353279981952655008cc3004a"
169
+ "gitHead": "5f3474532db14ccd364a1c339db4998030e4beee"
170
170
  }
@@ -1 +0,0 @@
1
- {"ignore_dirs":[]}