intelicoreact 0.1.46 → 0.1.47

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.
@@ -107,11 +107,13 @@
107
107
 
108
108
  &_mask-char{
109
109
  color: #9c9c9c;
110
+ user-select: none;
110
111
  }
111
112
 
112
113
  &_value-char,
113
114
  &_spec-char{
114
115
  color: #333333;
116
+ //user-select: all;
115
117
  }
116
118
 
117
119
  &_spec-char{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "fixes",
5
5
  "main": "dist/index.js",
6
6
  "files": ["dist/*", "node_modules/anme/*", "node_modules/moment/*", "node_modules/moment-timezone/*"],