@coorpacademy/components 10.0.48-alpha.0 → 10.0.48-alpha.1

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.
@@ -105,6 +105,10 @@
105
105
  position: relative;
106
106
  }
107
107
 
108
+ .default label {
109
+ margin-left: 20px;
110
+ }
111
+
108
112
  .checkbox:disabled + label {
109
113
  opacity: 0.4;
110
114
  }
@@ -105,6 +105,10 @@
105
105
  position: relative;
106
106
  }
107
107
 
108
+ .default label {
109
+ margin-left: 20px;
110
+ }
111
+
108
112
  .checkbox:disabled + label {
109
113
  opacity: 0.4;
110
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/components",
3
- "version": "10.0.48-alpha.0+573560758",
3
+ "version": "10.0.48-alpha.1+6b91cc00f",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -118,5 +118,5 @@
118
118
  "webpack-hot-middleware": "^2.25.0"
119
119
  },
120
120
  "author": "CoorpAcademy",
121
- "gitHead": "57356075807eed3d46c833543568c7cd5cae8ead"
121
+ "gitHead": "6b91cc00f6bd7673d01da28acd685c9196c28db9"
122
122
  }