@nethru/ui 2.1.43 → 2.1.44

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.
@@ -149,10 +149,12 @@ function makeTheme(focused, error) {
149
149
  backgroundColor: blue[100]
150
150
  },
151
151
  '.cm-selectionLayer': {
152
- zIndex: 'unset !important'
152
+ zIndex: 'unset !important',
153
+ pointerEvents: 'none'
153
154
  },
154
155
  '.cm-selectionLayer .cm-selectionBackground': {
155
- backgroundColor: `${blue[200]} !important`
156
+ backgroundColor: `${blue[200]} !important`,
157
+ pointerEvents: 'none'
156
158
  },
157
159
  '.cm-tooltip': {
158
160
  fontFamily: typography.fontFamily,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethru/ui",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "main": "base/index.js",
5
5
  "files": [
6
6
  "/base"